html,
body {
    background-color: #fff!important;
}
.mobile-only {
  display: none!important;
}
.field-error {
  color: #e00000;
  font-size: 13px;
  line-height: 1.3;
  /* display: block; */
  margin-top: 5px;
}
h1 {
  margin-top: 0;
}
.mt-3{
  margin-top: 35px;
}
.white-link a {
  color: #fff;
}

.account-menu {
  display: flex;
  gap: 15px;
  list-style-type: none;
  flex-wrap: wrap;
}

.text-center {
  text-align: center;
}

.w-100 {
  width: 100%;
}

.text-blue {
  color: #043c6d
}

input:disabled,
input[readonly] {
  background-color: #e9ecef !important;
  cursor: not-allowed !important;
}

.video-wrapper,
.fusion-selfhosted-video video {
  height: 100% !important;
}

button:disabled,
button[disabled] {
  background-color: #cccccc;
  color: #666666;
  border: 1px solid #999999;
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
body .dashboard-main .fusion-button{
  background: #2DBDB6;
}
#dashboard-content input::-webkit-input-placeholder,
#dashboard-content textarea::-webkit-input-placeholder {
    color: #5F6B7A;
    opacity: 1;
}
#dashboard-content input::-moz-placeholder,
#dashboard-content textarea::-moz-placeholder {
    color: #5F6B7A;
    opacity: 1;
}
#dashboard-content input:-moz-placeholder,
#dashboard-content textarea:-moz-placeholder {
    color: #5F6B7A;
    opacity: 1;
}
#dashboard-content input:-ms-input-placeholder,
#dashboard-content textarea:-ms-input-placeholder {
    color: #5F6B7A;
}
#dashboard-content input::placeholder,
#dashboard-content textarea::placeholder {
    color: #5F6B7A;
    opacity: 1;
}
#dashboard-content input:hover,
#dashboard-content input:focus,
#dashboard-content select:hover,
#dashboard-content select:focus,
#dashboard-content textarea:hover,
#dashboard-content textarea:focus {
    border-color: #1FA39C !important;
    outline: none !important;
    box-shadow: none !important;
}
#dashboard-content select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%235F6B7A' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 22px;
    padding-right: 52px;
}
/*------------------------------------*/
body .fusion-form .fusion-form-element-required {
  text-decoration: none;
  color: #ff0000;
}

body .fusion-tb-header .fusion-sticky-transition {
  border-bottom: 1px solid #ddd;
}

.obj-cover .fusion-image-element,
.obj-cover .fusion-image-element span,
.obj-cover .fusion-image-element>div,
.obj-cover .fusion-image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.round-image,
.round-image img {
  border-radius: 50%;
  height: 220px;
  object-fit: cover;
  max-width: 220px;
}

.counter-box-container .counter-box-content {
  font-weight: 500
}

.field-valid {
  color: green;
  font-size: 15px;
  line-height: 1.3;
  display: block;
  margin-top: 5px;
}

#register-message {
  text-align: center;
  margin-top: 1.5em;
}

form.custom-form {
  max-width: 650px;
  margin: 0 auto;
}

form.custom-form legend {
  font-weight: bold;
}

form.custom-form label {
  display: block;
  margin-bottom: 0.3em;
}

form.custom-form input[type="text"],
form.custom-form input[type="email"],
form.custom-form input[type="password"],
form.custom-form input[type="url"],
form.custom-form input[type="tel"],
form.custom-form textarea,
form.custom-form select {
  width: 100%;
  padding: 0.5em;
  box-sizing: border-box;
  border: 1px solid #777;
  color: #222;
}

form.custom-form select {
  cursor: pointer;
}

form.custom-form .required {
  color: red;
}

form.custom-form .success {
  color: #2DBDB6;
}

form.custom-form .error {
  color: red;
}

body .custom-form .fusion-button{
    padding: 10px 50px;
}
/* left-right layout using form.custom-form-group */
form.custom-form .form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2em;
}

form.custom-form .form-row .form-group {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  margin: 5px 0;
}

form.custom-form .form-group label {
  display: block;
  margin: 10px 0;
}

form.custom-form .form-group input,
form.custom-form .form-group textarea {
  flex: 1;
}

form.custom-form .form-row .form-group input[name="city"] {
  /* pointer-events: none; */
  background-color: #f8f8f8;
  /* cursor: default; */
  user-select: none;
}

form.custom-form .form-group .form-check {
  display: inline-flex;
  align-items: center;
  margin-right: 1em;
  margin-bottom: 1em;
}

form.custom-form .form-group .form-check label {
  margin: 0;
}

form.custom-form .form-group .form-check input[type="radio"] {
  margin-right: 0.3em;
  cursor: pointer;
}
.nationwide-wrapper {
    margin-bottom: 20px;
}

.nationwide-title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #222;
}

.nationwide-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 15px;
    color: #444;
    line-height: 1.4;
}
.nationwide-checkbox span{
  margin-left: 6px;
}
.nationwide-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    cursor: pointer;
}

.form-submit {
  margin-top: 2em;
  text-align: right;
}

.login-container {
  max-width: 725px;
  margin: 0 auto;
}

.login-wrapper .form-row.checkbox {
  gap: 3px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}

.login-wrapper .form-row.checkbox input {
  margin-top: -3px;
}

.login-footer a {
  color: #198fd9;
}

.password-wrapper {
  position: relative;
}

.password-wrapper input[type="password"],
.password-wrapper input[type="text"] {
  padding-right: 40px;
}

.password-toggle {
  position: absolute;
  right: 0;
  top: 13px;
  background: none;
  border: none;
  cursor: pointer;
  color: #222;
  font-size: 14px;
  padding: 5px;
  font-weight: bold;
  transition: color 0.2s ease;
}

.password-toggle i,
.password-toggle i:hover {
  color: #222;
}
/*=======PAYMENTS=============*/
.wpfs-form-actions{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.wpfs-form-actions .wpfs-btn-primary{
    background-color: #2DBDB6;
    border: none;
    padding: 12px 50px;
    display: inline-block;
    color: #fff;
    outline: none;
    box-shadow: none;
    width: fit-content;
    order: 1;
    margin-top: 30px;
    cursor: pointer;
}
.wpfs-form-actions a.wpfs-btn-link{
  display: none;
}
.wpfs-form-actions .wpfs-tooltip-content{
  display: block;
}
.wpfs-form-actions .wpfs-tooltip-content table tr{
  font-size: 16px;
}
/* ================================
   PAYMENT SUCCESS
================================ */
.payment-success-box {
    text-align: center;
    padding: 30px 20px;
}

.success-icon {
    font-size: 70px;
    color: #2DBDB6;
    margin-bottom: 20px;
    animation: success-pop 0.5s ease;
}

@keyframes success-pop {
    0%   { transform: scale(0); opacity: 0; }
    70%  { transform: scale(1.2); }
    100% { transform: scale(1); opacity: 1; }
}

.payment-success-box h3 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #333;
}

.payment-success-box p {
    color: #666;
    margin-bottom: 24px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.success-actions {
    margin: 30px 0 20px;
}

.success-actions .fusion-button {
    padding: 14px 40px;
    font-size: 16px;
}

.success-note {
    font-size: 13px;
    color: #999;
    margin-top: 20px;
}

.success-note i {
    margin-right: 5px;
    color: #2DBDB6;
}
/* =========================
   HERO SECTION
========================= */

.dashboard-hero {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px;
    /*border-bottom: 1px solid #d1d5df; */
}

.dashboard-hero-left {
    max-width: 100%;
    width: calc(100% - 350px);
}

#dashboard-content .dashboard-hero-left .dashboard-title {
    font-size: 39px;
    font-weight: 700;
    margin-bottom: 15px;
}

.dashboard-state {
    display: flex;
    align-items: center;
    gap: 18px;
}

.dashboard-state-label {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
}

.dashboard-state-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #0b2434;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    padding: 7px 22px;
}

.dashboard-state-badge i {
    color: #2dbdb6;
}

.dashboard-state-badge span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.dashboard-hero-image img {
  max-width: 100%;
  width: 320px;
  height: auto;
  display: inline-block;
}

/* =========================
   SECTION
========================= */

.dashboard-section {
    margin-top: 10px;
}

.dashboard-section-title {
    font-size: 25px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 20px;
}

/* =========================
   GRID
========================= */

.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

/* =========================
   CARD
========================= */

.dashboard-card {
    position: relative;
    background: #ffffff;
    border-radius: 24px;
    padding: 25px;
    min-height: 260px;
    text-decoration: none;
    border: 1px solid #edf0f5;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);

    display: flex;
    flex-direction: column;
}

.dashboard-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.10);
}

.dashboard-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 15px;
}

.dashboard-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #64748b;
    margin: 0;
}

/* =========================
   ICON
========================= */

.dashboard-card-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
}

.dashboard-card-icon i {
    font-size: 25px;
}

/* =========================
   ICON COLORS
========================= */

.dashboard-card-icon.purple {
    background: #f2edff;
    color: #6d5efc;
}

.dashboard-card-icon.green {
    background: #eafaf1;
    color: #18a957;
}

.dashboard-card-icon.blue {
    background: #edf4ff;
    color: #2563eb;
}

.dashboard-card-icon.yellow {
    background: #fff8e6;
    color: #d6a21d;
}

.dashboard-card-icon.pink {
    background: #ffeaf1;
    color: #e64275;
}

.dashboard-card-icon.cyan {
    background: #e8f8ff;
    color: #0891b2;
}

.dashboard-card-icon.violet {
    background: #f2ecff;
    color: #7c3aed;
}

.dashboard-card-icon.orange {
    background: #fff1e8;
    color: #ea580c;
}

/* =========================
   ARROW
========================= */

.dashboard-card-arrow {
    margin-top: auto;
    text-align: right;
    padding-top: 12px;
}

.dashboard-card-arrow i {
    font-size: 20px;
    color: #0f172a;
}

.dashboard-wrapper {
  display: flex;
  min-height: 100vh;
}

/* Sidebar */
.dashboard-sidebar {
  width: 240px;
  background: #0b2434;
  color: #fff;
  transition: 0.3s;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  z-index: 100;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.dashboard-sidebar::-webkit-scrollbar {
  display: none;
}

.dashboard-sidebar.collapsed {
  width: 70px;
}

.dashboard-sidebar.hide-sidebar {
  display: none;
}

.dashboard-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding-top: 10vh;
}

.dashboard-menu li {
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.dashboard-menu li a {
  padding: 15px 20px;
  flex: 1;
  color: #fff;
  margin: 5px 0;
}

.dashboard-menu li a span {
  transition: opacity 0.3s ease;
  margin-left: 5px;
}

.dashboard-logo-area {
  display: flex;
  padding: 15px 20px 20px 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.dashboard-logo img {
  max-width: 170px;
  margin-right: 15px;
}
.dashboard-logo-icon {
  display: none;
}

.dashboard-logo-icon img {
  max-width: 35px;
  display: block;
  margin-bottom: 20px;
}
.dashboard-menu .has-submenu .submenu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.dashboard-menu .has-submenu .submenu li a{
    width: 100%;
    display: block;
    padding: 9px 35px;
    font-size: 14px;
    margin-top: 0;
}
.dashboard-menu .has-submenu.open .submenu {
    display: block;
}
.dashboard-menu .has-submenu .submenu-arrow {
    margin-left: auto;
    transition: transform 0.25s ease;
}
.dashboard-menu .has-submenu.open .submenu-arrow {
    transform: rotate(180deg);
}
.dashboard-menu .has-submenu > a.submenu-toggle,
.dashboard-menu .has-submenu > .submenu-header {
    display: flex;
    align-items: center;
    gap: 8px;
}
button.submenu-toggle{
    background: transparent;
    border: none;
    box-shadow: none;
    color: #fff;
    margin-right: 15px;
    cursor: pointer;
}
ul.dashboard-menu > ul li a {
    background-color: transparent; 
    color: inherit; 
}
ul.dashboard-menu > li:hover > a{
  background: #2DBDB6;
  color: #fff;
}
ul.dashboard-menu > li > .submenu-header {
    width: 100%;
    display: flex;
    align-items: center;
}

ul.dashboard-menu > li.active > a,
ul.dashboard-menu > li.active > .submenu-header {
    background: #2DBDB6 ;
    color: #fff !important;
}
ul.dashboard-menu ul li a:hover,
ul.dashboard-menu ul li.active a{
    font-weight: bold;
    color: inherit; 
    background-color: transparent; 
}
.dashboard-sidebar.collapsed li span,
.dashboard-sidebar.collapsed .dashboard-logo {
  display: none;
}

.dashboard-sidebar.collapsed .dashboard-logo-icon,
.dashboard-sidebar.collapsed .dashboard-logo-area {
  display: block;
}
.dashboard-sidebar.collapsed .has-submenu .submenu li a {
  padding: 15px 20px;
}
.dashboard-sidebar.collapsed  .has-submenu.open .submenu-arrow{
font-size: 10px;
}
/* Main */
.dashboard-main {
  flex: 1;
  background: #f2f4f6;
  position: relative;
}

.dashboard-topbar {
  padding: 15px 30px 0 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.search-heading h4{
  color: #5F6B7A;
  margin-top: 10px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-size: 14px;
}

.hamburger {
  cursor: pointer;
  font-size: 22px;
}

/* User Menu Dropdown */
.dashboard-user {
  position: relative;
}

.user-menu-btn {
  background: none;
  border: none;
  color: #1A1F2B;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 6px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.user-menu-btn:hover {
  background: #f0f8fa;
  color: #2DBDB6;
}

.user-menu-btn i:first-child {
  font-size: 20px;
}

.user-menu-btn i:last-child {
  font-size: 15px;
  transition: transform 0.3s ease;
}

.user-menu-btn.active i:last-child {
  transform: rotate(180deg);
}
.user-initials {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #5F6B7A;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
}
/* Dropdown Menu */
.user-dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  min-width: 200px;
  margin-top: 8px;
  padding: 8px 0;
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
}

.user-dropdown-menu.active {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
}

.dropdown-item:hover {
  background: #f8f9fa;
  color: #2DBDB6;
  border-left-color: #2DBDB6;
}

.dropdown-item i {
  font-size: 16px;
  min-width: 20px;
}

.dropdown-item.profile-item {
  color: #2DBDB6;
}

.dropdown-item.logout-item {
  color: #d9534f;
  border-top: 1px solid #e0e0e0;
  margin-top: 4px;
  padding-top: 12px;
}

.dropdown-item.logout-item:hover {
  background: #feeae9;
  border-left-color: #d9534f;
}

#dashboard-content {
  padding: 30px 35px 35px;
}
#dashboard-loader {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #f1f5f9;
    z-index: 10;
}

.dash-spinner {
    width: 50px;
    height: 50px;
    margin: 10% auto;
    border: 4px solid #e0e0e0;
    border-top-color: #2DBDB6; 
    border-radius: 50%;
    animation: dash-spin 0.75s linear infinite;
}

@keyframes dash-spin {
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

/* Vendor Popup Styles */
.vendor-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vendor-popup {
  background: #fff;
  border-radius: 16px;
  width: 90%;
  max-width: 725px;
  max-height: 85vh;
  overflow-y: auto;
  padding: 32px;
  position: relative;
}

.vendor-popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #6b7280;
  line-height: 1;
}

.vendor-popup-close:hover {
  color: #111;
}

.vendor-modal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding: 8px 0;
}

.modal-section-title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #888;
  margin: 0 0 14px;
  padding-bottom: 6px;
  border-bottom: 1px solid #eee;
}

.modal-avatar-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.modal-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.avatar-upload-wrap,
.avatar-upload-wrap *{
  font-size: 15px;
}
.modal-vendor-name {
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 2px;
  color: #0b2434;
}

.modal-vendor-business {
  font-size: 13px;
  color: #666;
  margin: 0;
}

.modal-fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.modal-field {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.modal-field label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 0.04em;
}

.modal-field span,
.modal-field a {
  font-size: 14px;
  color: #222;
}

.modal-field a {
  color: inherit;
  text-decoration: underline;
}

.modal-fields .modal-input-readonly {
  padding: 7px 10px;
  border-radius: 4px;
  background: #f8f8f8;
  color: #555;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  cursor: default;
  border: none;
  height: 40px;
  font-size: 14px;
}
.category-tag {
    display: inline-block;
    background: #f1f5f9;
    padding: 4px 10px;
    margin: 2px;
    border-radius: 20px;
    font-size: 12px;
}
.modal-section .modal-textarea {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  resize: vertical;
  box-sizing: border-box;
  margin-top: 4px;
  font-family: inherit;
}

.modal-fields .modal-textarea:focus {
  outline: none;
  border-color: #999;
}

.send-vendor-msg-btn {
  max-width: 200px;
  display: block;
  flex: auto;
  width: 100%;
  font-size: 15px;
  padding: 5px 10px;
}

.modal-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
  margin-top: 14px;
}

.modal-checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #444;
  cursor: pointer;
}

.modal-checkbox-label input[type="checkbox"] {
  width: 15px;
  height: 15px;
  cursor: pointer;
  accent-color: #000;
}

.msg-status {
  font-size: 13px;
  display: block;
}

.vendor-card-inner {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}

.vendor-card-inner .vendor-info{
  width: calc(100% - 120px);
}
.vendor-image {
  margin-bottom: 0;
  width: 100px;
  max-width: 100%;
  height: 65px;
  margin-right: 16px;
}

.vendor-image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.vendor-name {
  font-size: 18px;
  margin: 0 0 5px;
  color: #333;
}

.vendor-business h4 {
  font-size: 13px;
  margin: 0 0 5px;
  color: #666;
}

.vendor-location {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
  color: #777;
  font-size: 12px;
}

.vendor-location i {
  color: #2DBDB6;
}

.vendor-actions .view-details-btn {
  border: none;
  padding: 5px 15px;
  cursor: pointer;
  font-size: 14px;
  width: 100%;
}
.vendor-card-inner .vendor-actions .view-details-btn{
  max-width: 160px;
}
.vendor-count {
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
}

.no-vendors-msg {
  text-align: center;
  padding: 40px;
  color: #666;
  background: #f5f5f5;
  border-radius: 8px;
}

.login-subtitle {
  text-align: center;
  margin-bottom: 30px;
}

/* Connections Page */
.connections-page {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0;
}

.connections-page .page-header {
  margin-bottom: 30px;
  text-align: center;
}

.connections-page .page-header h1 {
  margin: 0 0 6px;
}

.connections-page .page-header p {
  color: #888;
  margin: 0;
}

/* No messages */
.no-messages {
  padding: 40px;
  text-align: center;
  background: #f9f9f9;
  border-radius: 8px;
  color: #888;
}

/* Accordion */
.connections-page {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 0 40px;
  color: #1a1a1a;
}

.connections-page .page-header p {
  margin: 0;
  color: #6b7280;
  font-size: 0.95rem;
}

.no-messages {
  background: #f9fafb;
  border: 1px dashed #d1d5db;
  border-radius: 10px;
  padding: 48px 24px;
  text-align: center;
  color: #6b7280;
}

/* Accordion */
.messages-accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.accordion-item {
  background: #fff;
  border: 2px solid #D9DEE3;
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}

.accordion-item:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
}

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  cursor: pointer;
  user-select: none;
  gap: 12px;
}

.accordion-header-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  min-width: 0;
}

.accordion-vendor-name {
  font-weight: 600;
  font-size: 0.97rem;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.accordion-date {
  font-size: 0.82rem;
  color: #9ca3af;
  white-space: nowrap;
}

.accordion-icon {
  font-size: 1.3rem;
  font-weight: 300;
  color: #9ca3af;
  line-height: 1;
  transition: transform 0.25s ease, color 0.2s;
  flex-shrink: 0;
}

.accordion-item.open .accordion-icon {
  transform: rotate(45deg);
  color: #4f46e5;
}

.accordion-body {
  display: none;
  border-top: 1px solid #f3f4f6;
}

.accordion-body-inner {
  padding: 18px 20px 20px;
}

.accordion-vendor-email {
  font-size: 0.88rem;
  color: #374151;
  margin: 0 0 12px;
}

.accordion-vendor-email a {
  color: #4f46e5;
  text-decoration: none;
}

.accordion-vendor-email a:hover {
  text-decoration: underline;
}

.accordion-message {
  font-size: 0.9rem;
  color: #374151;
}

.accordion-message p {
  margin: 6px 0 0;
  line-height: 1.65;
  background: #f9fafb;
  border-left: 3px solid #e5e7eb;
  padding: 10px 14px;
  border-radius: 0 6px 6px 0;
  white-space: pre-wrap;
}

.connections-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #f3f4f6;
}

.pagination-info {
  font-size: 0.85rem;
  color: #9ca3af;
}

.pagination-controls {
  display: flex;
  align-items: center;
  gap: 6px;
}

.pagination-btn,
.pagination-current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  border-radius: 7px;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #374151;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
  line-height: 1;
}

.pagination-btn:hover {
  background: #f3f4f6;
  border-color: #d1d5db;
}

.pagination-current {
  background: #2DBDB6;
  border-color: #2DBDB6;
  color: #fff;
  cursor: default;
}

.connections-loading {
  text-align: center;
  padding: 40px 0;
  color: #9ca3af;
  font-size: 0.9rem;
}

.connections-loading::before {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  border: 2px solid #e5e7eb;
  border-top-color: #4f46e5;
  border-radius: 50%;
  animation: conn-spin 0.7s linear infinite;
  margin: 0 auto 12px;
}

@keyframes conn-spin {
  to {
    transform: rotate(360deg);
  }
}

/* Delete button */
.accordion-delete-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 14px;
    padding: 7px 14px;
    font-size: 0.82rem;
    font-weight: 500;
    color: #ef4444;
    background: #fff5f5;
    border: 1px solid #fecaca;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
    line-height: 1;
}
.accordion-delete-btn:hover {
    background: #fee2e2;
    border-color: #ef4444;
}
.accordion-delete-btn svg { flex-shrink: 0; }
.accordion-item.deleting {
    opacity: 0.4;
    pointer-events: none;
    transition: opacity 0.2s;
}
.red-bg{
  background: #ff4444;
  font-size: 12px;
  color: #fff;
  padding: 2px 8px;
  display: inline-block;
  border: none;
}
#payment-message{
  margin-bottom: 30px;
  color: #148781;
}
body .awb-off-canvas-wrap .awb-off-canvas-inner{
  height: auto;
  max-height:auto;
}
/* ================================
   PROGRESS STEPS
================================ */
#stripe-checkout-btn,
.success-actions .fusion-button {
  background-color: #2DBDB6;
}
.resgister-progress-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    gap: 0;
}
 
.progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: relative;
}

.step-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e9ecef;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 2px solid #e9ecef;
}

.progress-step.active .step-circle {
    background: #2DBDB6;
    color: #fff;
    border-color: #2DBDB6;
    box-shadow: 0 0 0 4px rgba(79,70,229,0.15);
}

.progress-step.completed .step-circle {
    background: #2DBDB6;
    color: #fff;
    border-color: #2DBDB6;
}

/* .progress-step.completed .step-circle::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
} */

.step-label {
    font-size: 12px;
    color: #999;
    font-weight: 500;
    white-space: nowrap;
}

.progress-step.active .step-label {
    color: #2DBDB6;
    font-weight: 600;
}

.progress-step.completed .step-label {
    color: #2DBDB6;
}

.progress-step-line {
    flex: 1;
    height: 2px;
    background: #e9ecef;
    min-width: 60px;
    margin-bottom: 24px;
    transition: background 0.3s ease;
}

.progress-step-line.completed {
    background: #2DBDB6;
}

/* Dashboard Home Page Styles */
.dashboard-home {
  padding: 30px 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.welcome-section {
  margin-bottom: 40px;
}

.welcome-message {
  font-size: 28px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 10px;
  line-height: 1.4;
}

/* User State Card */
.user-state-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 35px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.user-state-title {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 18px;
}

.user-state-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.info-row {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.info-row:last-child {
  border-bottom: none;
}

.info-label {
  font-weight: 600;
  color: #5F6B7A;
  min-width: 120px;
  font-size: 14px;
}

.info-value {
  color: #1a1a1a;
  font-size: 15px;
  flex: 1;
}

.info-value.status-active {
  color: #2DBDB6;
  font-weight: 600;
}

/* Dashboard Shortcuts */
.dashboard-shortcuts {
  margin-top: 40px;
}

.shortcuts-title {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 24px;
}

.shortcuts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
}
.nationwide-tag {
    display: inline-block;
    width: max-content;
    background: #28b1c6;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    padding: 3px 11px;
    border-radius: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 0;
}
/*------ Responsive Styles -----------*/
@media (max-width:1200px) {
  body .fusion-button.button-flat {
    font-size: 14px;
    padding: 10px 15px;
  }

  body .fusion-counter-box .display-counter {
    font-size: 50px;
  }

  body .fusion-counter-box .counter-box-content {
    font-size: 16px;
  }

  body .fusion-text p {
    font-size: 16px;
  }
  #dashboard-content {
    padding: 30px 30px 30px;
  }
    .dashboard-hero-image{
    display: none;
  }
    .dashboard-hero-left {
    max-width: 100%;
    width: 100%;
}
  .dashboard-hero{
    border:none
  }
  .dashboard-grid{
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width:640px) and (max-width:1180px) {
  body #boxed-wrapper #content .fusion-title h2 {
    font-size: 35px !important;
  }

  body #boxed-wrapper #content .fusion-title h3 {
    font-size: 30px !important;
  }
}

@media (max-width:767px) {
  .mb-0 {
    margin-bottom: 0 !important;
  }
  .mobile-only {
    display: flex !important;
  }
  .dashboard-menu-toggle-container.mobile-only {
    flex: 1;
    justify-content: space-between;
  }
  .user-menu-btn{
    color: #fff;
  }
  .user-menu-btn .user-name {
    display: none;
  }
  .user-menu-btn:hover{
    background: transparent;
  }
  .dashboard-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 80vw;
    max-width: 320px;
    height: 100vh;
    background: #0b2434;
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(.4,0,.2,1);
    box-shadow: 2px 0 16px rgba(0,0,0,0.18);
    display: block;
  }
  .dashboard-sidebar.mobile-open {
    transform: translateX(0);
    z-index: 99999;
  }
  .dashboard-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.45);
    z-index: 11999;
    transition: opacity 0.2s;
  }
  .dashboard-menu-overlay.active {
    display: block;
  }
  .dashboard-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: none;
    border: none;
    color: #fff;
    font-size: 25px;
    padding: 5px;
    cursor: pointer;
    /* z-index: 13000; */
  }
  .dashboard-topbar {
    justify-content: space-between;
    background: #0b2434;
    color: #fff;
    padding: 15px 25px;
  }
  .dashboard-user {
   margin-left: auto;
  }
  .dashboard-logo-area{
    justify-content: flex-start;
  }
  body .blog-post-card .fusion-button.button-flat {
    padding: 0;
  }

  body .fusion-counter-box .display-counter {
    font-size: 50px;
  }

  body .fusion-counter-box .counter-box-content {
    font-size: 16px;
  }

  body .fusion-counters-box .fusion-counter-box .counter-box-container {
    padding: 0;
  }
  .vendor-image{
    width: 130px;
  }
  .vendor-card-inner .vendor-info {
    width: calc(100% - 140px);
  }
  .dashboard-home {
    padding: 20px;
  }

  .welcome-message {
    font-size: 22px;
  }

  .shortcuts-grid {
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 12px;
  }

  .dashboard-hero-left {
    text-align: center;
}
  .dashboard-state{
    justify-content: center;
  }
  .dashboard-grid{
    grid-template-columns: 1fr;
  }
    .dashboard-logo{
  width: calc(100% - 50px);
  text-align: center;
  }
}

@media (max-width: 480px) {
  .dashboard-home {
    padding: 15px;
  }

  .welcome-message {
    font-size: 18px;
  }

  .shortcuts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .info-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .info-label {
    min-width: auto;
  }

}
