:root {
   --white: #ffffff;
    --black: #000000;
    --primary: #012663;
    --primaryblue: #012663;
    --lightprimary: #043d9e;
    --blue:#0094a9;
    --lightblue:#59B8C9;
    --cream: #D9BD88;
    --cream1:#b89a64;
    --grey:#ede9e9;
    --grey1: #f4f4f4;
    --grey2: #bbb6b6;
    --orange:#FFA22D;
    --green:#0aa34a;
    --yellow:#ffb21d;

    font-size: 13px;

    --f_sz11:0.786rem; 
    --f_sz12:0.86rem; 
    --f_sz13:0.929rem;
    --f_sz14:1rem;
    --f_sz15:1.071rem; 
    --f_sz16:1.143rem; 
    --f_sz17:1.214rem;
    --f_sz18:1.286rem; 
    --f_sz19:1.357rem; 
    --f_sz20:1.429rem;
    --f_sz21:1.5rem;
    --f_sz22:1.571rem;
    --f_sz24:1.714rem; 
    --f_sz26:1.857rem; 
    --f_sz28:2rem; 
    --f_sz30:2.142rem;

}


.accent-custom { font-family: 'adobe-clean', sans-serif; font-weight: 400; font-size: 13x; color: #000000; }


.f_sz11 { font-size:0.786rem; }
.f_sz12 { font-size:0.86rem; }
.f_sz13 { font-size:0.929rem !important; }
.f_sz14 { font-size:1rem !important; }
.f_sz15 { font-size:1.071rem; }
.f_sz16 { font-size:1.143rem; }
.f_sz17 { font-size:1.214rem; }
.f_sz18 { font-size:1.286rem !important; }
.f_sz19 { font-size:1.357rem; }
.f_sz20 { font-size:1.429rem !important; }
.f_sz21 { font-size:1.5rem!important; }
.f_sz22 { font-size:1.571rem; }
.f_sz24 { font-size:1.714rem; }
.f_sz26 { font-size:1.857rem; }
.f_sz28 { font-size:2rem; }
.f_sz30 { font-size:2.142rem; }

.f_primary { color: var(--primary); }
.f_lgtprimary { color: var(--lightprimary); }
.f_black { color: var(--black); }
.f_white { color: var(--white); }
.f_red { color: var(--red); }
.f_green { color: var(--green); }
.f_yellow { color: var(--yellow); }
.f_orange { color: var(--orange); }
.f_cream { color: var(--cream); }
.f_cream1 { color: var(--cream1); }
.f_grey1 { color: var(--grey1); }
.f_grey2 { color: var(--grey2); }
.f_blue { color: var(--blue); }

.border_radius4 { border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }



.bg_primary { background-color: var(--primary); }
.bg_lightprimary { background-color: var(--lightprimary); }
.bg_cream { background-color: var(--cream); }

.flex_flow_rowwrap { flex-flow: row wrap; }
.align_items_cntr { align-items: center; }
.crsr_pntr { cursor: pointer; }

/* Table action icons (view, edit, delete) */
.action-icon-link {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  background: transparent;
  border: 0;
  padding: 0;
  color: inherit;
}

.accent-custom .table a.action-icon-link {
  color: var(--blue);
}

.accent-custom .table a.action-icon-link:hover,
.accent-custom .table a.action-icon-link:focus {
  color: var(--lightblue);
  text-decoration: none;
}


.fwt_400 { font-weight: 400; }
.fwt_500 { font-weight: 500; }
.fwt_600 { font-weight: 600; }
.fwt_800 { font-weight: 800; }

.accent-custom  .badge-warning {
    color:var(--white);
    background-color: #ffc107;
}

.accent-custom .login-box.login_div { max-width: 515px; width: 96%; }


/* .accent-custom.login-page .card-primary.card-outline { border-top: 8px solid #0070BC; } */

.accent-custom.login-page .card-primary.card-outline .card-header { /*border-bottom:3px solid #8DC73D;*/ padding: 1.50rem 1.25rem; background-color: var(--white); border-radius: .25rem .25rem 0 0; -moz-border-radius: .25rem .25rem 0 0; -webkit-border-radius: .25rem .25rem 0 0; }

/* ===== Auth / Login page (header + form + footer) ===== */
.auth-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle at top left, rgba(0, 148, 169, 0.12), transparent 42%),
    radial-gradient(circle at top right, rgba(1, 38, 99, 0.08), transparent 36%),
    linear-gradient(180deg, #f7fafc 0%, #eef3f7 100%);
  color: #1f2937;
}

.auth-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #e5eaf0;
}

.auth-header-inner,
.auth-main-inner,
.auth-footer-inner,
.auth-footer-bottom {
  width: min(1180px, 94%);
  margin: 0 auto;
}

.auth-header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.auth-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
}

.auth-brand img {
  display: block;
  height: 42px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
}

.auth-nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.auth-nav-link {
  color: #334155 !important;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.auth-nav-link:hover {
  color: var(--blue) !important;
}

.auth-store-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid #d5dde7;
  border-radius: 999px;
  background: #fff;
  color: #0f172a !important;
  font-weight: 650;
  font-size: 13px;
  text-decoration: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.auth-store-btn:hover {
  border-color: var(--blue);
  box-shadow: 0 6px 16px rgba(0, 148, 169, 0.16);
  transform: translateY(-1px);
  color: var(--blue) !important;
}

.auth-main {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 36px 0 48px;
}

.auth-main-inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 36px;
  align-items: center;
}

.auth-hero .auth-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 14px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(0, 148, 169, 0.12);
  border: 1px solid rgba(0, 148, 169, 0.22);
  color: #067a8c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.auth-hero .auth-eyebrow i {
  font-size: 12px;
}

.auth-hero h1 {
  margin: 0 0 14px;
  color: var(--primary);
  font-size: clamp(1.35rem, 1.85vw, 1.85rem);
  font-weight: 750;
  line-height: 1.25;
  white-space: nowrap;
}

@media (max-width: 1199.98px) {
  .auth-hero h1 {
    white-space: normal;
  }
}

.auth-hero h1 span {
  color: var(--blue);
}

.auth-hero > p {
  margin: 0 0 24px;
  max-width: 520px;
  color: #64748b;
  font-size: 15px;
  line-height: 1.6;
}

.auth-module-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}

.auth-module-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #e6edf4;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.auth-module-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 148, 169, 0.4);
  box-shadow: 0 10px 24px rgba(1, 38, 99, 0.1);
}

.auth-module-icon {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  flex-shrink: 0;
}

.auth-module-icon.icon-teal { background: linear-gradient(135deg, #0094a9, #067a8c); }
.auth-module-icon.icon-navy { background: linear-gradient(135deg, #1a4a8a, #012663); }
.auth-module-icon.icon-green { background: linear-gradient(135deg, #1aa35a, #0a7a3d); }
.auth-module-icon.icon-amber { background: linear-gradient(135deg, #f0a03a, #d98412); }

.auth-module-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.auth-module-text strong {
  color: var(--primary);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.auth-module-text small {
  margin-top: 3px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.45;
}

.auth-trust-strip {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(1, 38, 99, 0.05), rgba(0, 148, 169, 0.07));
  border: 1px dashed rgba(0, 148, 169, 0.35);
}

.auth-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex: 1;
}

.auth-trust-item i {
  color: var(--blue);
  font-size: 18px;
  flex-shrink: 0;
}

.auth-trust-item div {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.auth-trust-item strong {
  color: #0f172a;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}

.auth-trust-item small {
  color: #64748b;
  font-size: 11px;
  line-height: 1.35;
}

.auth-trust-divider {
  width: 1px;
  align-self: stretch;
  background: rgba(1, 38, 99, 0.14);
  flex-shrink: 0;
}

.auth-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #e5ebf2;
  box-shadow: 0 18px 40px rgba(1, 38, 99, 0.08);
  padding: 28px 26px 24px;
}

.auth-card-header h2 {
  margin: 0 0 6px;
  color: var(--primary);
  font-size: 1.45rem;
  font-weight: 750;
}

.auth-card-header p {
  margin: 0 0 22px;
  color: #64748b;
  font-size: 13px;
}

.auth-field {
  margin-bottom: 16px;
}

.auth-field label {
  display: block;
  margin-bottom: 6px;
  color: #334155;
  font-size: 13px;
  font-weight: 650;
}

.auth-input-group {
  position: relative;
  display: flex;
  align-items: center;
}

.auth-input-group > i:first-child {
  position: absolute;
  left: 14px;
  color: #94a3b8;
  font-size: 14px;
  pointer-events: none;
}

.auth-input-group input {
  width: 100%;
  height: 46px;
  border: 1px solid #d8e0ea;
  border-radius: 12px;
  padding: 0 42px 0 42px;
  background: #f8fafc;
  color: #0f172a;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.auth-input-group input:focus {
  border-color: var(--blue);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 148, 169, 0.14);
}

.auth-eye-btn {
  position: absolute;
  right: 8px;
  width: 34px;
  height: 34px;
  border: none;
  background: transparent;
  color: #64748b;
  border-radius: 8px;
  cursor: pointer;
}

.auth-eye-btn:hover {
  color: var(--blue);
  background: rgba(0, 148, 169, 0.08);
}

.auth-alert {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 14px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #b91c1c;
  font-size: 13px;
}

.auth-form-meta {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
}

.auth-forgot {
  color: var(--blue) !important;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none !important;
}

.auth-forgot:hover {
  text-decoration: underline !important;
}

.auth-submit-btn {
  width: 100%;
  height: 48px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #0094a9 0%, #067a8c 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  box-shadow: 0 10px 22px rgba(0, 148, 169, 0.28);
}

.auth-submit-btn:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(0, 148, 169, 0.34);
}

.auth-submit-btn:disabled {
  opacity: 0.75;
  cursor: not-allowed;
}

.auth-footer {
  margin-top: auto;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(0, 148, 169, 0.18), transparent 35%),
    linear-gradient(
      160deg,
      rgba(0, 0, 0, 0.86) 0%,
      rgba(1, 38, 99, 0.8) 55%,
      rgba(8, 129, 113, 0.76) 100%
    ),
    url("../img/footer_bg.png");
  background-position: center;
  background-size: auto, auto, cover;
  background-repeat: no-repeat;
  color: #e8eef7;
  padding: 42px 0 18px;
}

.auth-footer-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.auth-footer-brand-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.auth-footer-logo {
  display: block;
  height: 42px;
  width: 42px;
  object-fit: contain;
}

.auth-footer-brand-text {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.2px;
  color: #fff;
}

.auth-qr-block {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
}

.auth-qr-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #9fd7e2;
  font-size: 13px;
  font-weight: 650;
}

.auth-qr-link {
  display: inline-block;
  padding: 3px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}

.auth-qr-link:hover {
  transform: translateY(-2px);
}

.auth-qr-link img {
  display: block;
  width: 110px;
  height: 110px;
  object-fit: contain;
}

.auth-footer-address h3,
.auth-footer-contact h3 {
  margin: 0 0 10px;
  color: #9fd7e2;
  font-size: 15px;
  font-weight: 700;
}

.auth-footer-address p,
.auth-footer-contact p {
  margin: 0 0 2px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  line-height: 1.55;
}

.auth-footer-company {
  margin-bottom: 6px !important;
  font-weight: 700;
  color: #fff !important;
}

.auth-footer-contact-line {
  margin-top: 8px !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.auth-footer-contact-line + .auth-footer-contact-line {
  margin-top: 4px !important;
}

.auth-footer-contact-line i {
  width: 16px;
  text-align: center;
  color: #9fd7e2;
  font-size: 13px;
}

.auth-footer-contact-line a {
  color: rgba(255, 255, 255, 0.92) !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.auth-footer-contact-line a:hover {
  color: #9fd7e2 !important;
  text-decoration: underline !important;
}

.auth-play-badge {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  color: #fff !important;
  text-decoration: none !important;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.auth-play-badge:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.35);
}

.auth-play-badge i {
  font-size: 22px;
}

.auth-play-badge span {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.auth-play-badge small {
  font-size: 10px;
  opacity: 0.85;
}

.auth-play-badge strong {
  font-size: 14px;
}

.auth-footer-bottom {
  padding-top: 16px;
  text-align: center;
}

.auth-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .auth-main-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  /* Login form first on mobile — no scrolling needed to sign in */
  .auth-card-wrap {
    order: -1;
  }

  .auth-footer-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .auth-hero > p {
    max-width: none;
  }

  .auth-trust-strip {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .auth-trust-divider {
    width: 100%;
    height: 1px;
    align-self: auto;
  }
}

@media (max-width: 640px) {
  .auth-module-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

/* ===== Public Listings / Leads page ===== */
.leads-main {
  flex: 1;
}

.leads-hero {
  background:
    radial-gradient(circle at 15% 20%, rgba(0, 148, 169, 0.14), transparent 45%),
    linear-gradient(160deg, #031833 0%, #012663 60%, #023057 100%);
  padding: 44px 0 40px;
  color: #fff;
}

.leads-hero-inner {
  width: min(1180px, 94%);
  margin: 0 auto;
  text-align: center;
}

.leads-hero .auth-eyebrow {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(159, 215, 226, 0.4);
  color: #9fd7e2;
}

.leads-hero h1 {
  margin: 12px 0 10px;
  font-size: clamp(1.5rem, 2.6vw, 2.2rem);
  font-weight: 750;
  color: #fff;
}

.leads-hero h1 span {
  color: #59d3e4;
}

.leads-hero p {
  margin: 0 auto 24px;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14.5px;
  line-height: 1.6;
}

.leads-search-wrap {
  max-width: 640px;
  margin: 0 auto;
}

.leads-search {
  position: relative;
  display: flex;
  align-items: center;
}

.leads-search > i:first-child {
  position: absolute;
  left: 18px;
  color: #94a3b8;
  font-size: 15px;
  pointer-events: none;
}

.leads-search input {
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 999px;
  padding: 0 52px;
  font-size: 14.5px;
  color: #0f172a;
  outline: none;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.leads-search input:focus {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25), 0 0 0 3px rgba(89, 211, 228, 0.55);
}

.leads-search-clear {
  position: absolute;
  right: 12px;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: #eef2f7;
  color: #475569;
  cursor: pointer;
  transition: background 0.2s ease;
}

.leads-search-clear:hover {
  background: #dde5ee;
}

.leads-count {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
}

.leads-count strong {
  color: #fff;
}

.leads-list-section {
  padding: 34px 0 46px;
}

.leads-list-inner {
  width: min(1180px, 94%);
  margin: 0 auto;
}

.leads-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.lead-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e5ebf2;
  border-radius: 16px;
  padding: 18px 18px 16px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.lead-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 148, 169, 0.45);
  box-shadow: 0 14px 30px rgba(1, 38, 99, 0.12);
}

.lead-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.lead-rfq-no {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(1, 38, 99, 0.07);
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.lead-rfq-no i {
  font-size: 10px;
  opacity: 0.7;
}

.lead-due-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 700;
  white-space: nowrap;
}

.lead-due-open {
  background: rgba(10, 163, 74, 0.1);
  color: #0a7a3d;
}

.lead-due-closing {
  background: rgba(240, 160, 58, 0.14);
  color: #b26a0a;
}

.lead-due-closed {
  background: rgba(220, 53, 69, 0.1);
  color: #b02a37;
}

.lead-title {
  margin: 0 0 14px;
  color: #0f172a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.9em;
}

.lead-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 12px;
}

.lead-meta-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 9px 10px;
  border-radius: 10px;
  background: #f7fafc;
  border: 1px solid #eef2f7;
}

.lead-meta-item i {
  color: var(--blue);
  font-size: 13px;
  margin-top: 2px;
}

.lead-meta-item span {
  display: flex;
  flex-direction: column;
  color: #1f2937;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
}

.lead-meta-item small {
  color: #94a3b8;
  font-size: 10.5px;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.lead-summary {
  margin: -6px 0 12px;
  color: #64748b;
  font-size: 12.5px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: pre-line;
}

.lead-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.lead-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 650;
  white-space: nowrap;
}

.lead-tag-category {
  background: rgba(0, 148, 169, 0.1);
  color: #067a8c;
}

.lead-tag-category i {
  font-size: 10px;
}

.lead-tag-fee {
  background: rgba(240, 160, 58, 0.14);
  color: #9a6408;
}

.lead-card-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid #eef2f7;
}

.lead-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0094a9 0%, #067a8c 100%);
  color: #fff !important;
  font-size: 12.5px;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 6px 14px rgba(0, 148, 169, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lead-contact-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(0, 148, 169, 0.32);
}

.lead-quote-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--primary) !important;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
}

.lead-quote-link:hover {
  color: var(--blue) !important;
}

.leads-signin-btn {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff !important;
}

.leads-signin-btn:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff !important;
}

.leads-empty {
  padding: 60px 20px;
  text-align: center;
  color: #64748b;
}

.leads-empty i {
  font-size: 42px;
  color: #b6c4d4;
  margin-bottom: 14px;
}

.leads-empty p {
  margin: 0 0 18px;
  font-size: 14.5px;
}

.leads-retry-btn {
  width: auto;
  padding: 0 28px;
  margin: 0 auto;
}

.leads-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.leads-page-btn {
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border: 1px solid #d8e0ea;
  border-radius: 10px;
  background: #fff;
  color: #334155;
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.leads-page-btn:hover:not(:disabled):not(.active) {
  border-color: var(--blue);
  color: var(--blue);
}

.leads-page-btn.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  cursor: default;
}

.leads-page-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.leads-page-ellipsis {
  color: #94a3b8;
  padding: 0 4px;
}

.leads-footer {
  padding: 18px 0;
}

.lead-card-skeleton {
  pointer-events: none;
}

.lead-skel {
  border-radius: 8px;
  background: linear-gradient(90deg, #eef2f7 25%, #f7fafc 50%, #eef2f7 75%);
  background-size: 200% 100%;
  animation: leadSkelShimmer 1.4s ease infinite;
}

.lead-skel-badge {
  width: 90px;
  height: 22px;
  margin-bottom: 14px;
}

.lead-skel-title {
  width: 100%;
  height: 20px;
  margin-bottom: 10px;
}

.lead-skel-line {
  width: 100%;
  height: 44px;
  margin-bottom: 10px;
}

.lead-skel-line.short {
  width: 70%;
}

.lead-skel-footer {
  width: 100%;
  height: 34px;
  margin-top: 6px;
}

@keyframes leadSkelShimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

@media (max-width: 991.98px) {
  .leads-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .leads-grid {
    grid-template-columns: 1fr;
  }

  .leads-hero {
    padding: 32px 0 30px;
  }

  .leads-search input {
    height: 48px;
  }

  .lead-meta {
    grid-template-columns: 1fr;
  }

  .lead-card-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .lead-contact-btn {
    justify-content: center;
  }

  .lead-quote-link {
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .auth-header-inner {
    min-height: 64px;
  }

  .auth-brand img {
    height: 32px;
    max-width: 140px;
  }

  .auth-nav {
    gap: 10px;
  }

  .auth-nav-link {
    font-size: 13px;
    white-space: nowrap;
  }

  .auth-store-btn {
    padding: 7px 12px;
    font-size: 12px;
  }

  .auth-card {
    padding: 22px 18px;
  }

  .auth-main {
    padding: 20px 0 32px;
  }
}

.accent-custom .btn { border-radius: 35px; -moz-border-radius: 35px; -webkit-border-radius: 35px; padding: .375rem 1.75rem; }
.accent-custom .btn1 { border-radius: 35px; -moz-border-radius: 35px; -webkit-border-radius: 35px; }
.accent-custom .btn2 { padding: .375rem 1.75rem; }

.accent-custom .btn-primary { color:var(--white) !important;  background-color:var(--black); border-color: var(--black); }
.accent-custom .btn-primary:hover, .accent-custom .btn-primary:focus, .accent-custom .btn-primary.focus { color:var(--white) !important; background-color: var(--primary); border-color: var(--primary); }
.accent-custom .btn-primary:not(:disabled):not(.disabled).active, 
.accent-custom .btn-primary:not(:disabled):not(.disabled):active,
.accent-custom .show>.btn-primary.dropdown-toggle { background-color: var(--black); border-color: var(--black); }


.accent-custom .btn-cream, .accent-custom .btn-cream:hover, .accent-custom .btn-cream:focus, .accent-custom .btn-cream.focus, .accent-custom .btn-cream.active, .accent-custom .btn-cream:active { background-color: var(--cream); border-color: var(--cream); color: var(--white);  }


.accent-custom .btn-blue { color:var(--white) !important;  background-color:var(--blue); border-color: var(--blue); }
.accent-custom .btn-blue:hover, .accent-custom .btn-blue:focus, .accent-custom .btn-blue.focus { color:var(--white) !important; background-color: var(--lightblue); border-color: var(--lightblue); }
.accent-custom .btn-blue:not(:disabled):not(.disabled).active, 
.accent-custom .btn-blue:not(:disabled):not(.disabled):active,
.accent-custom .show>.btn-blue.dropdown-toggle { background-color: var(--blue); border-color: var(--blue); }



.accent-custom .btn-danger:hover, .accent-custom .btn-danger:focus { color:var(--white); }

.txt_lft { text-align: left; }
.txt_rgt { text-align: right; }

.txtarea_hgt { height: 150px !important; resize: none; }
.txtarea_hgt_50 { height: 50px !important; resize: none; }

.accent-custom .dashlogo { max-width: 95px; max-height: 80px; }

.accent-custom .frmwdth_cntr { max-width: 1024px; width: 96%; margin: 0 auto; }
.accent-custom .frmwdth_cntr_640 { max-width: 640px; width: 96%; margin: 0 auto; }
.accent-custom .frmwdth_cntr_rfq { max-width: 1480px; width: 98%; margin: 0 auto; }

.accent-custom a { color:var(--primary); }
.accent-custom a:hover, .accent-custom a:focus, .accent-custom a.focus, .accent-custom a:active, .accent-custom a.active { color:var(--primary); }

.accent-custom .dropdown-item { color:var(--black); }
.accent-custom .dropdown-item.active, .accent-custom .dropdown-item:active { background-color: var(--blue); color: var(--white); }

.accent-custom .input-group-text { background-color: var(--primary); }
.accent-custom .input-group-text i { color:var(--white);  }

.accent-custom .login-logo img, .accent-custom .register-logo img { max-width:90px;  } 
.accent-custom .login_lftimg img { max-width: 100%; max-height: 300px; }
.accent-custom .multifactor_lftimg img { max-width: 100%; max-height: 400px; }
.accent-custom .frgtpwd_lftimg img { max-width: 100%; max-height: 400px; }
.accent-custom .resetpwd_lftimg img { max-width: 100%; max-height: 300px; }

.accent-custom .navbar { padding:1.2rem .2rem; }
.accent-custom .nav-pills .nav-link.active, .accent-custom .nav-pills .show>.nav-link { background-color: #1499b8; }

.accent-custom .brand-link .brand-image-xs { left:90px;  max-height: 50px; }

.accent-custom [class*=sidebar-dark-] { background-color:var(--primaryblue); }

.accent-custom [class*=sidebar-dark] .brand-link, .accent-custom [class*=sidebar-dark] .brand-link .pushmenu { background-color:var(--white); padding: 1.5rem .5rem; }

.accent-custom .logo-xs.brand-image-xl { left: 9px; top: 15px; max-height: 40px; }

.accent-custom .user_div { position: relative;  }
.accent-custom .usercharacter { width:32px; height: 32px; display: inline-block; line-height: 32px; text-align: center; font-size: var(--f_sz22); background-color:var(--blue); color: #ffffff; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;  }

.accent-custom .sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link { text-align: left; color: var(--white); }

.accent-custom .nav-sidebar .nav-link p, .accent-custom .nav-sidebar .nav-item>.nav-link { text-align: left; }

.accent-custom .sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, 
.accent-custom [class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link

{ background-color: var(--blue); color:var(--white); text-decoration: none; }

.accent-custom [class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link  { background-color: var(--lightprimary); color:var(--white); text-decoration: none; }
.accent-custom [class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link.active  { background-color: var(--blue); color:var(--white); text-decoration: none; }

/* .accent-custom [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active, 
.accent-custom [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus, 
.accent-custom [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover { background-color:var(--lightprimary); color: var(--white); } */

/* .accent-custom [class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link.active .nav-item .nav-treeview>.nav-item.menu-open>.nav-treeview .nav-item .nav-link.active, 
 { background-color:var(--white) !important; color: var(--white); } */

.menu-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #696a6a;
}

.accent-custom .alert-success { color: #155724; background-color: #d4edda; border-color: #c3e6cb; }
.accent-custom .alert-danger { color: #721c24; background-color: #f8d7da; border-color: #f8d7da; }

.accent-custom .footer_logotxt { text-align: left; }
.accent-custom .footer_copyrgt { text-align: right; }

.accent-custom .table thead th { background-color: var(--primary); color:var(--white); font-weight: 600;  }
.accent-custom .table a { color: var(--blue); }
.accent-custom .page-item.active .page-link {  background-color: var(--primary); border-color: var(--primary); }


.accent-custom .dashboard_dsply { max-width: 98%; margin: 0 auto; display: flex; flex-flow: row wrap;  }
.accent-custom .dashboard_boxes { display: flex; justify-items: center; }

.accent-custom .small-box .icon>i { font-size: 40px; opacity: 0.4; }

.accent-custom .dash_icon svg, .accent-custom .dash_icon img  { position: absolute; right: 15px; top:20px; width: 50px; opacity: 0.8;  }

/* ===== Dashboard page (AdminLTE-style) ===== */
.dashboard-page .dashboard-page-title {
  font-weight: 700;
  color: var(--primary);
  letter-spacing: 0.2px;
}

.dashboard-page .dashboard-welcome {
  margin-top: 4px;
  color: #6c757d;
  font-size: 13px;
}

.dashboard-page .dashboard-welcome span {
  color: var(--blue);
  font-weight: 600;
}

.dashboard-stat-box {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(1, 38, 99, 0.08);
  margin-bottom: 1.25rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dashboard-stat-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(1, 38, 99, 0.14);
}

.dashboard-stat-box > .inner {
  padding: 18px 18px 12px;
  min-height: 118px;
}

.dashboard-stat-box .dashboard-stat-label {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 600;
  opacity: 0.95;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.dashboard-stat-box .dashboard-stat-value {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.15;
}

.dashboard-stat-box .dashboard-stat-subtitle {
  margin: 8px 0 0;
  font-size: 12px;
  opacity: 0.85;
}

.dashboard-stat-box .dashboard-stat-loader {
  min-height: 36px;
  display: flex;
  align-items: center;
}

.dashboard-stat-box .icon {
  top: 8px;
  right: 10px;
  z-index: 1;
}

.dashboard-stat-box .icon > i,
.accent-custom .dashboard-stat-box.small-box .icon > i,
.accent-custom .dashboard-stat-box .icon > i.fa-solid,
.accent-custom .dashboard-stat-box .icon > i.fas {
  font-size: 64px !important;
  opacity: 0.55 !important;
  color: #ffffff !important;
}

.dashboard-stat-box > .small-box-footer {
  background: rgba(0, 0, 0, 0.12);
  color: #fff;
  font-weight: 500;
  padding: 8px 0;
}

.dashboard-stat-box > .small-box-footer:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.dashboard-stat-box > .dashboard-stat-footer-disabled,
.dashboard-stat-box > span.small-box-footer.dashboard-stat-footer-disabled {
  background: rgba(0, 0, 0, 0.08);
  color: rgba(255, 255, 255, 0.85);
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}

.dashboard-stat-box > .dashboard-stat-footer-disabled:hover {
  background: rgba(0, 0, 0, 0.08);
  color: rgba(255, 255, 255, 0.85);
}

.dashboard-box-teal {
  background: linear-gradient(135deg, #0094a9 0%, #067a8c 100%);
  color: #fff;
}

.dashboard-box-navy {
  background: linear-gradient(135deg, #1a4a8a 0%, #012663 100%);
  color: #fff;
}

.dashboard-box-green {
  background: linear-gradient(135deg, #1aa35a 0%, #0a7a3d 100%);
  color: #fff;
}

.dashboard-box-amber {
  background: linear-gradient(135deg, #f0a03a 0%, #d98412 100%);
  color: #fff;
}

.dashboard-summary-card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(1, 38, 99, 0.06);
  border-top: 3px solid var(--blue);
}

.dashboard-summary-card .card-title {
  font-size: 15px;
  font-weight: 650;
  color: var(--primary);
}

.dashboard-quick-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid #e8eef3;
  border-radius: 10px;
  background: #f8fafc;
  text-decoration: none !important;
  color: inherit;
  height: 100%;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.dashboard-quick-link:hover {
  border-color: #b9dbe3;
  background: #eef8fa;
  transform: translateY(-2px);
}

.dashboard-quick-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
  font-size: 16px;
}

.dashboard-quick-icon.bg-navy { background: #012663; }
.dashboard-quick-icon.bg-teal { background: #0094a9; }
.dashboard-quick-icon.bg-green { background: #0aa34a; }
.dashboard-quick-icon.bg-amber { background: #e59a1f; }

.dashboard-quick-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.dashboard-quick-text strong {
  color: var(--primary);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.2;
}

.dashboard-quick-text small {
  color: #6c757d;
  font-size: 11px;
  margin-top: 2px;
}

@media (max-width: 767.98px) {
  .dashboard-stat-box .dashboard-stat-value {
    font-size: 1.65rem;
  }

  .dashboard-stat-box .icon > i,
  .accent-custom .dashboard-stat-box.small-box .icon > i {
    font-size: 52px !important;
    opacity: 0.5 !important;
  }
}

.multifactor_div_cntr { max-width: 960px; width: 96%; margin: 0 auto;  }
.qrcode_img img { max-width: 100%; }

.accent-custom .card-primary.card-outline { border-top: 3px solid var(--blue); }

.accent-custom .card-title { font-weight: 500; font-size: var(--f_sz16); color: var(--primary);}


.accent-custom .col-form-label, .accent-custom label { font-weight: 600 !important; }

.accent-custom .txtdsply  {  padding-top: calc(0.375rem + 1px); padding-bottom: calc(0.375rem + 1px); }


.accent-custom .icheck-primary>input:first-child:checked+input[type=hidden]+label::before, 
.accent-custom .icheck-primary>input:first-child:checked+label::before {
    background-color: var(--blue);
    border-color: var(--blue); 
}


.accent-custom .icheck-primary > input:first-child:not(:checked):not(:disabled):hover + label::before,
.accent-custom .icheck-primary > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: var(--blue); 
}


.accent-custom .subtitle { border-bottom: 1px solid var(--grey);   }
.accent-custom .subtitle  h4 { border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0;  background-color:var(--primary); color: var(--white); padding: 8px; display: inline-block; }

.accent-custom .login_logo img { max-height: 85px; }

.accent-custom .s_profileupld .btn-bs-file { padding: 5px 15px; display: inline-block; border-radius: 35px; -moz-border-radius: 35px; -webkit-border-radius: 35px; }
.accent-custom .s_profileupld i { font-size: 20px; }

/***************File Upload***************/
.accent-custom .btn-bs-file{
    position:relative;
  cursor:pointer;
  }
  .accent-custom .btn-bs-file input[type="file"]{
    position: absolute;
    top: -9999999;
    filter: alpha(opacity=0); 
    opacity: 0;
    width:0;
    height:0;
    outline: none;
    cursor: inherit;
  }
  
  /***************File Upload***************/


.accent-custom .product_imgdiv { width: 100%; display: flex; flex-flow:row wrap; justify-content: center; position: relative; border: 1px solid #ced4da; border-radius: .375rem; -moz-border-radius: .375rem; -webkit-border-radius: .375rem; padding: 10px; }
.accent-custom .product_imgdiv img { max-width: 100%; max-height: 400px; }
.accent-custom .product_imgdel { position: absolute; right: -10px; top:-15px; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; background-color: #db0b00;  border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; padding: 10px; font-size:16px; color:#ffffff; } 

.accent-custom .prodlist_img img { max-height: 100px; }
.accent-custom .brand_img img { max-height: 45px; }

.accent-custom .multiselectdiv .multiselect-container>li>a>label { padding: 3px 10px 3px 10px; }
.accent-custom .multiselectdiv .multiselect-container>li>a { color:var(--black); }
.accent-custom .multiselectdiv .dropdown-menu { min-width:220px; }

.accent-custom .viewimages_wrapper img { max-width: 100%; }
.accent-custom .store_imgdiv { width: 100%;  display: flex; flex-flow:row wrap; position: relative; border: 1px solid #ced4da; border-radius: .375rem; -moz-border-radius: .375rem; -webkit-border-radius: .375rem; padding: 10px; justify-content: center; }
.accent-custom .storeimg { height: 195px; width: 100%; display: flex; align-items: center; justify-content: center; }
.accent-custom .store_imgdiv img { max-width: 100%; margin-bottom: 5px; max-height: 180px; }
.accent-custom .store_imgdel { position: absolute; right: -10px; top:-15px; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; background-color: #db0b00;  border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; padding: 10px; font-size:16px; color:#ffffff; }  

.accent-custom .tp-product-rating-icon span { font-size: var(--f_sz14); }


.accent-custom .qrcode_scandiv img { max-width: 100%; max-height: 150px; }

.accent-custom .nocontent_div { width: 100%; display: inline-block; text-align: center; background-color: var(--white); padding: 35px 15px;}

.accent-custom .community_imgwrapper { position: relative; }
.accent-custom .community_icon { width: 150px; height: 150px; display: flex; justify-content:center; align-items: center; border: 1px solid var(--grey2);  }
.accent-custom .community_icon img { max-width: 130px; max-height: 100px; }
.accent-custom .community_delicon { position: absolute; top:-10px; right: -10px; background-color: var(--white); }
.accent-custom .community_delicon i { font-size: var(--f_sz26); }

.accent-custom .community_banner { width: 100%; height: 150px; display: flex; justify-content: center; align-items: center; border: 1px solid var(--grey); padding: 10px; }
.accent-custom .community_banner img { max-width: 100%; max-height: 150px; }

.accent-custom .search_suggestion_div { position: absolute; top:35px;  width: 100%; display: flex; flex-flow: row wrap;  background-color: var(--white); border-radius: .375rem; -moz-border-radius: .375rem; -webkit-border-radius: .375rem; border:1px solid #E0E2E3; padding: 15px; }

.accent-custom .search_suggest_list { width: 100%; display: flex; flex-flow:row wrap; max-height: 190px; overflow-y: auto; }
.accent-custom .search_suggest_item { width: 100%; display: flex; flex-flow:row wrap; font-size: 16px; padding: 5px; }
.accent-custom .search_suggest_item:hover { background-color: #f5f5f5; }

.accent-custom .community_categories { width: 100%; display: flex; flex-flow: row wrap; }
.accent-custom .community_categories .commu_catgry { padding: 5px 10px; background-color: var(--primary); color: var(--white); display: inline-flex; justify-content: center; align-items: center; }
.accent-custom .community_categories .commu_catgry i { font-size: var(--f_sz18); }


.accent-custom .socialmedia_network a { display: inline-block; width: 30px; height: 30px; line-height: 28px; text-align: center; border: 1px solid var(--grey2); border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; margin: 2px;  }

.accent-custom .description-clamp { display: -webkit-box; -webkit-line-clamp: 5;  -webkit-box-orient: vertical;  overflow: hidden;  text-overflow: ellipsis;  white-space: normal; line-height: 1.4em;  max-height: 7em; /* 5 lines * 1.4em */
  cursor: help; }

.accent-custom .subcategory_div { width: 100%; display: flex; flex-flow: row wrap; align-items: center;  border-radius: .25rem; -moz-border-radius: .25rem; -webkit-border-radius: .25rem; }

.accent-custom .subcategory_div1 { width: 100%; display: flex; flex-flow: row wrap; border: 1px solid var(--grey); padding: 10px; border-radius: .25rem; -moz-border-radius: .25rem; -webkit-border-radius: .25rem; }

.accent-custom .add_childcat { width: 100%; display: flex; flex-flow: row wrap; border-top: 1px dashed var(--grey2); font-size: var(--f_sz12); justify-content: end; padding: 5px; text-decoration: underline; }

.accent-custom .view_childcat { width: 100%; display: flex; flex-flow: row wrap; border-top: 1px dashed var(--grey2); }
.accent-custom .view_childcat_listitem { width: 100%; display: flex; flex-flow: row wrap; border-bottom: 1px dashed var(--grey2);  }


.accent-custom .top_products_categoriesdesc { min-width: 300px; background-color: var(--white); z-index: 2; border: 1px solid var(--grey); padding: 15px; max-height: 520px; overflow-y: auto; scrollbar-width: thin; padding-right: 10px; }

.accent-custom .tp-shop-widget-checkbox ul { margin-left: -35px; }

.accent-custom .tp-shop-widget-checkbox ul li ul  { margin-left: -15px; }

.accent-custom .tp-shop-widget-checkbox label { margin-bottom: 0; }

.accent-custom .tp-shop-widget-categories { height: auto; overflow: auto; overscroll-behavior-y: contain; scrollbar-width: thin; padding-right: 10px; }

.accent-custom .tp-shop-widget-categories ul li { list-style: none; width: 100%; }

.accent-custom .tp-shop-widget-categories ul li:not(:last-child) { margin-bottom: 10px; }

.accent-custom .tp_categories .tp-shop-widget-checkbox .tp-shop-widget-brand-item { width: 100%; margin-bottom: 0; }

.accent-custom .innerbox { width: 100%; display: flex; flex-flow: row wrap; border: 1px solid var(--grey); padding: 10px; border-radius: .25rem; -moz-border-radius: .25rem; -webkit-border-radius: .25rem; }

.accent-custom .search_autosuggestdiv { width: 100%; display: flex; padding: 10px; border-radius: .25rem; -moz-border-radius: .25rem; -webkit-border-radius: .25rem; border: 1px solid var(--grey); }

.accent-custom .select2-container .select2-selection--single { height:34px !important; }
.accent-custom .select2-container--default .select2-selection--single{ border: 1px solid #ccc !important;  border-radius: .25rem; -moz-border-radius: .25rem; -webkit-border-radius: .25rem;    }

.accent-custom .categorymapping_page .page-link { padding: 1rem 1.25rem; }

/************switch toggle button style****************/
.accent-custom .toggle-off.btn-xs { padding-left: 1.5rem; }
.accent-custom .toggle-on.btn-xs { padding-left: 0.15rem; }
.accent-custom .toggle-handle {     padding: .375rem 0.75rem .375rem  1.5rem; }
/************switch toggle button style****************/

.accent-custom .benefits_img img { max-height: 45px; }


@media (max-width: 767px) {
.accent-custom .footer_logotxt { text-align: center; }
.accent-custom .footer_copyrgt { text-align: center; }
}

/* Notification Bell Styles */
.navbar-badge {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 5px;
  border-radius: 10px;
}

.notification-item {
  transition: background-color 0.2s ease;
}

.notification-item:hover {
  background-color: #f8f9fa !important;
}

.notification-unread {
  background-color: #e3f2fd;
  border-left: 3px solid #2196F3;
}

.notification-badge-new {
  font-size: 8px;
  padding: 2px 6px;
  border-radius: 8px;
}

/* Notification dropdown scrollbar */
.dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.dropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.dropdown-menu::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

.dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Banner Notification Styles */
.notification-banner {
  position: fixed;
  top: -300px;
  right: 20px;
  width: 380px;
  max-width: calc(100vw - 40px);
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  color: white;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  overflow: hidden;
}

.notification-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #3498db, #2ecc71, #f39c12);
  animation: progressBar 5s linear forwards;
}

@keyframes progressBar {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}

.notification-banner-show {
  top: 80px;
  animation: slideInBounce 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes slideInBounce {
  0% {
    top: -300px;
    opacity: 0;
  }
  60% {
    top: 90px;
  }
  80% {
    top: 75px;
  }
  100% {
    top: 80px;
    opacity: 1;
  }
}

.notification-banner:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

.notification-banner-content {
  padding: 16px;
  position: relative;
}

.notification-banner-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.notification-banner-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  animation: bellRing 0.5s ease-in-out 0.3s;
}

@keyframes bellRing {
  0%, 100% {
    transform: rotate(0deg);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: rotate(-10deg);
  }
  20%, 40%, 60%, 80% {
    transform: rotate(10deg);
  }
}

.notification-banner-title {
  flex: 1;
  font-size: 15px;
  font-weight: 600;
}

.notification-banner-close {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  font-size: 13px;
}

.notification-banner-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}

.notification-banner-body {
  margin-bottom: 10px;
  padding-left: 52px;
}

.notification-banner-body p {
  margin: 0 0 6px 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.95);
}

.notification-banner-body small {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
}

.notification-banner-footer {
  padding-left: 52px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.notification-banner-footer small {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  gap: 4px;
}

.notification-banner-footer small::before {
  content: '👆';
  font-size: 12px;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .notification-banner {
    right: 10px;
    width: calc(100vw - 20px);
  }
  
  .notification-banner-show {
    top: 70px;
  }
}
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item.active {
  background-color: inherit !important;
  color: inherit !important;
  box-shadow: none !important;
  outline: none !important;
}

.stat-card-row {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
  flex-wrap: wrap;

  .stat-card-col {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.supplier-stat-card {
  width: 140px;
  height: 75px;
  border-radius: 8px;
  margin-bottom: 0;
  margin-top: 0;

  .card-body {
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .stat-title {
    font-size: 13px;
    font-weight: 600;
    color: #555;
    margin-bottom: 6px;
    white-space: nowrap;
  }

  .stat-value {
    font-size: 20px;
    font-weight: 600;
  }
}

/* Sales Quotes — 8 equal cards in one row; compact currency for large values */
.sales-quote-stat-card-row {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 12px;
  align-items: stretch;
}

.sales-quote-stat-card-row .sales-quote-stat-col {
  min-width: 0;
}

.sales-quote-stat-card-row .supplier-stat-card {
  width: 100%;
  height: 72px;
  margin: 0;
  overflow: hidden;
}

.sales-quote-stat-card-row .supplier-stat-card .card-body {
  padding: 8px 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.sales-quote-stat-card-row .stat-title {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}

.sales-quote-stat-card-row .stat-value {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1199.98px) {
  .sales-quote-stat-card-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .sales-quote-stat-card-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sales-quote-stat-card-row .stat-value {
    font-size: 14px;
  }
}

/* Procurement tracker — 9 stat cards in one row on desktop */
.procurement-stat-card-row {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 12px;
}

.procurement-stat-card-row .procurement-stat-col {
  min-width: 0;
}

.procurement-stat-card-row .supplier-stat-card {
  width: 100%;
  height: auto;
  min-height: 75px;
}

.procurement-stat-card-row .stat-title {
  white-space: normal;
  line-height: 1.25;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 6px;
  min-height: 30px;  

}

.procurement-stat-card-row .stat-value {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.procurement-stat-card-clickable {
  cursor: pointer;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.procurement-stat-card-clickable:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}

.procurement-stat-card-active {
  box-shadow: 0 0 0 2px #17a2b8;
}

/* Inventory — 3 wider stat cards so long labels stay on one line */
.inventory-stat-card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.inventory-stat-card-row .inventory-stat-col {
  flex: 0 0 auto;
}

.inventory-stat-card-row .supplier-stat-card {
  width: auto;
  min-width: 190px;
  height: auto;
  min-height: 75px;
}

.inventory-stat-card-row .stat-title {
  white-space: nowrap;
  line-height: 1.25;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  min-height: auto;
}

.inventory-stat-card-row .stat-value {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

/* Tablet — 3 columns */
@media (max-width: 1199px) {
  .procurement-stat-card-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Tablet */
@media (max-width: 992px) {

  .stat-card-row {
    margin-left: 0;
    margin-right: 0;
  }

  .stat-card-col {
    width: 50%;
  }

  .supplier-stat-card {
    width: 100%;
  }

}

/* Mobile */
@media (max-width: 576px) {

  .stat-card-row {
    margin-left: -4px;
    margin-right: -4px;
  }

  .stat-card-col {
    width: 33.33%;
    padding-left: 4px;
    padding-right: 4px;
  }

  .supplier-stat-card {
    width: 100%;
    height: 75px;

    .card-body {
      padding: 8px 5px;
      overflow: hidden;
    }

    .stat-title {
      font-size: 9px;
      font-weight: 600;
      margin-bottom: 3px;
      white-space: normal;       
      line-height: 12px;
      text-align: left;
      min-height: 24px;          
    }

    .stat-value {
      font-size: 16px;
      font-weight: 700;
      line-height: 18px;
    }
  }

  .procurement-stat-card-row {
    gap: 4px;
    margin-bottom: 8px;
  }

  .procurement-stat-card-row .supplier-stat-card {
    min-height: 68px;
  }

  .procurement-stat-card-row .stat-title {
    font-size: 9px;
    min-height: 24px;
    line-height: 12px;
  }

  .procurement-stat-card-row .stat-value {
    font-size: 15px;
    line-height: 18px;
  }

}

.stat-skeleton {
  background: linear-gradient(90deg, #e8ecef 25%, #f4f6f8 50%, #e8ecef 75%);
  background-size: 200% 100%;
  animation: stat-skeleton-shimmer 1.2s ease-in-out infinite;
  border-radius: 4px;
}

.stat-skeleton-title {
  height: 14px;
  width: 70%;
  margin-bottom: 12px;
}

.stat-skeleton-value {
  height: 26px;
  width: 45%;
}

@keyframes stat-skeleton-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.rfq-stat-card-row {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 12px;
}

@media (max-width: 1199px) {
  .rfq-stat-card-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  .rfq-stat-card-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Fixed sidebar — page content scrolls; sidebar menu scrolls only when it overflows */
.layout-fixed .main-sidebar {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
}

.layout-fixed .main-sidebar .brand-link {
  flex-shrink: 0;
}

.layout-fixed .main-sidebar .sidebar {
  flex: 1 1 auto;
  min-height: 0;
  height: auto !important;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 2.25rem;
}

.layout-fixed.accent-custom [class*='sidebar-dark'] .brand-link {
  background-color: var(--white);
  padding: 1.5rem 0.5rem;
}

/* Tracker Status Cards */
.tracker-stat-card-row {
  display: grid;
  grid-template-columns: repeat(13, minmax(0, 1fr));
  gap: 6px;
  width: 100%;
  margin-bottom: 12px;
}

.tracker-stat-col {
  min-width: 0;
}

.tracker-stat-card-row .supplier-stat-card {
  width: 100%;
  height: 70px;
  border-radius: 6px;
  margin: 0;
}

.tracker-stat-card-row .supplier-stat-card .card-body {
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tracker-stat-card-row .stat-title {
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  margin-bottom: 4px;

  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;

  height: 25px;
  display: flex;
  align-items: center;
}


.tracker-stat-card-row .stat-value {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}


@media (max-width: 1199px) {

  .tracker-stat-card-row {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

}


@media (max-width: 576px) {

  .tracker-stat-card-row {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4px;
  }

  .tracker-stat-card-row .supplier-stat-card {
    height: 65px;
  }

  .tracker-stat-card-row .supplier-stat-card .card-body {
    padding: 5px 3px;
  }

.tracker-stat-card-row .stat-title {
  font-size: 10px;
  line-height: 11px;
  height: 25px;
}

  .tracker-stat-card-row .stat-value {
    font-size: 13px;
    line-height: 15px;
  }

}

@media (max-width: 380px) {

  .tracker-stat-card-row {
    gap: 2px;
  }

  .tracker-stat-card-row .stat-title {
    font-size: 8px;
    line-height: 10px;
  }


  .tracker-stat-card-row .stat-value {
    font-size: 12px;
  }

}

/* Material Image Gallery Styles */
.material-image-gallery {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.material-image-gallery .btn {
  border: none;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  transition: all 0.2s ease;
}

.material-image-gallery .btn:hover {
  background-color: rgba(0, 0, 0, 0.9);
  transform: scale(1.1);
  opacity: 1 !important;
}

.material-image-gallery .btn:focus {
  box-shadow: none;
  outline: none;
}

/* Image loading states */
.material-image-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #6c757d;
  font-size: 12px;
}

/* Ensure images fit properly in their containers */
.materials-container.grid .material-image-gallery {
  min-height: 140px;
}

.materials-container.list .material-image-gallery {
  min-height: 42px;
}

.material-image-gallery img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

/* Image navigation animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.material-image-gallery img {
  animation: fadeIn 0.3s ease-in-out;
}

/* Hide navigation on small containers */
@media (max-width: 768px) {
  .materials-container.list .material-image-gallery .btn {
    display: none;
  }
  
  .materials-container.list .material-image-gallery .position-absolute {
    display: none;
  }
}

.auth-divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 16px 0;
  color: #999;
  font-size: 13px;
}
.auth-divider::before,
.auth-divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #e0e0e0;
}
.auth-divider span {
  padding: 0 12px;
}
.auth-google-btn-wrap {
  display: flex;
  justify-content: center;
}
.auth-google-loading {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #666;
}