/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.menu .app-brand.demo {
  block-size: 64px;
  margin-block-start: 12px;
}

.app-brand-logo.demo svg {
  block-size: 38px;
  inline-size: 22px;
}

.app-brand-text.demo {
  font-size: 1.25rem;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

/* Sidebar logo image */
.app-brand-logo img {
  border-radius: 8px;
  object-fit: contain;
}

/* ! For .layout-navbar-fixed added fix padding top to .layout-page */

/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-block-start: 74px !important;
}

/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-block-start: 64px !important;
}
.docs-page .layout-navbar-fixed.layout-wrapper:not(.layout-without-menu) .layout-page,
.docs-page .layout-menu-fixed.layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-block-start: 62px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin-block: 1rem 0 !important;
  margin-inline: 0 0.375rem !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-block: 1rem 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-block-start: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-block: 1.875rem 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-block-start: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-block: 5rem 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-block-start: 0 !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    position: relative;
    inline-size: 231px;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    inset-block-start: 45%;
    inset-inline-end: 0.65rem;
  }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-align: center;
  margin-block-start: 1rem;
}
.layout-demo-placeholder img {
  inline-size: 900px;
}
.layout-demo-info {
  margin-block-start: 1rem;
  text-align: center;
}

/* =========================================================
   PREMIUM ENTERPRISE UI OVERRIDES (AADHAAR PORTAL)
   ========================================================= */

/* GLOBAL & TYPOGRAPHY */
body {
  background-color: #fafafc !important;
  color: #111827 !important;
  font-family: -apple-system, BlinkMacSystemFont, Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  letter-spacing: -0.01em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #111827 !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
}

.text-muted {
  color: #6b7280 !important;
}

/* CARDS */
.card {
  border: 1px solid rgba(0, 0, 0, 0.04) !important;
  border-radius: 16px !important;
  background-color: #fff !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04) !important;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.card-header {
  background-color: transparent !important;
  border-block-end: 1px solid rgba(0, 0, 0, 0.04) !important;
  padding-block: 1.5rem 0.5rem !important;
  padding-inline: 1.5rem !important;
}
.card-body {
  padding: 1.5rem !important;
}

/* BUTTONS */
.btn-primary {
  border: none !important;
  border-radius: 8px !important;
  background: linear-gradient(135deg, #ff6b35 0%, #f04e23 100%) !important;
  box-shadow: 0 2px 8px rgba(240, 78, 35, 0.2) !important;
  color: #fff !important;
  font-weight: 600 !important;
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px rgba(240, 78, 35, 0.3) !important;
  transform: translateY(-1px) !important;
}
.btn-outline-primary {
  border-color: rgba(240, 78, 35, 0.3) !important;
  border-radius: 8px !important;
  color: #f04e23 !important;
  font-weight: 600 !important;
}
.btn-outline-primary:hover {
  border-color: #f04e23 !important;
  background-color: #fffaf8 !important;
  color: #f04e23 !important;
}

/* SIDEBAR & NAVBAR */
.bg-menu-theme {
  background-color: #fff !important;
  border-inline-end: 1px solid rgba(0, 0, 0, 0.04) !important;
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.02) !important;
}
.bg-navbar-theme {
  backdrop-filter: blur(12px) !important;
  background-color: rgba(255, 255, 255, 0.85) !important;
  border-block-end: 1px solid rgba(0, 0, 0, 0.04) !important;
  box-shadow: none !important;
}
.menu-vertical .menu-item.active > .menu-link {
  border-radius: 0 8px 8px 0 !important;
  background-color: #fffaf8 !important;
  border-inline-start: 4px solid #f04e23 !important;
  box-shadow: none !important;
  color: #f04e23 !important;
  font-weight: 600 !important;
  margin-inline-end: 1rem;
}
.menu-vertical .menu-item.active > .menu-link i {
  color: #f04e23 !important;
}
.menu-vertical .menu-link {
  border-inline-start: 4px solid transparent;
  color: #4b5563 !important;
  font-weight: 500;
  transition: all 0.2s ease !important;
}
.menu-vertical .menu-link:hover {
  border-radius: 0 8px 8px 0 !important;
  background-color: rgba(0, 0, 0, 0.02) !important;
  color: #111827 !important;
  margin-inline-end: 1rem;
}

/* DATA TABLES */
.table {
  border-color: rgba(0, 0, 0, 0.04) !important;
}
.table > thead > tr > th {
  background-color: #fafafc !important;
  border-block-end: 1px solid rgba(0, 0, 0, 0.06) !important;
  border-block-start: 1px solid rgba(0, 0, 0, 0.04) !important;
  color: #6b7280 !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
  padding-block: 1rem !important;
  text-transform: uppercase !important;
}
.table > tbody > tr > td {
  border-block-end: 1px solid rgba(0, 0, 0, 0.04) !important;
  color: #111827 !important;
  font-weight: 500;
  padding-block: 1.25rem !important;
  vertical-align: middle !important;
}
.table-hover > tbody > tr:hover > * {
  background-color: #fafafc !important;
}

/* FORMS */
.form-control,
.form-select,
.input-group-text {
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  border-radius: 8px !important;
  background-color: #f9fafb !important;
  box-shadow: none !important;
  color: #111827 !important;
  transition: all 0.2s ease !important;
}
.form-control:focus,
.form-select:focus {
  border-color: #f04e23 !important;
  background-color: #fff !important;
  box-shadow: 0 0 0 4px rgba(240, 78, 35, 0.1) !important;
}
.input-group:focus-within .input-group-text {
  border-color: #f04e23 !important;
  background-color: #fff !important;
}
.form-label {
  color: #6b7280 !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  margin-block-end: 0.5rem !important;
  text-transform: uppercase !important;
}

/* BADGES */
.badge {
  border-radius: 6px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  padding-block: 0.4em !important;
  padding-inline: 0.8em !important;
}
.bg-label-primary {
  background-color: #fffaf8 !important;
  color: #f04e23 !important;
}
.bg-label-success {
  background-color: #ecfdf5 !important;
  color: #059669 !important;
}
.bg-label-warning {
  background-color: #fffbeb !important;
  color: #d97706 !important;
}
.bg-label-danger {
  background-color: #fef2f2 !important;
  color: #dc2626 !important;
}
.bg-label-info {
  background-color: #eff6ff !important;
  color: #2563eb !important;
}

/* UTILITIES & BRANDING */
.text-primary {
  color: #f04e23 !important;
}
.bg-primary {
  background: linear-gradient(135deg, #ff6b35 0%, #f04e23 100%) !important;
}
.app-brand-text {
  color: #111827 !important;
}

/* ICONS */
.bx {
  transition: color 0.2s ease;
}

/* =========================================================
   UX UPGRADE — CLARITY, READABILITY & BUTTON HIERARCHY
   ========================================================= */

/* ── ALL BUTTONS: bigger touch targets, clearer text ── */
.btn {
  min-height: 40px !important;
  padding: 0.5rem 1.25rem !important;
  font-weight: 600 !important;
  font-size: 0.875rem !important;
  letter-spacing: 0.01em !important;
  border-radius: 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.4rem !important;
  cursor: pointer !important;
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  white-space: nowrap !important;
}
.btn:active {
  transform: scale(0.97) !important;
}

/* Small buttons in tables — still need to be legible */
.btn-sm {
  min-height: 34px !important;
  padding: 0.35rem 1rem !important;
  font-size: 0.8125rem !important;
  border-radius: 8px !important;
}

/* ── SEMANTIC BUTTON COLORS — each action type gets a distinct feel ── */

/* "Process" / Primary action = Solid orange (highest priority) */
.btn-primary {
  background: linear-gradient(135deg, #ff6b35 0%, #f04e23 100%) !important;
  border: none !important;
  color: #fff !important;
  box-shadow: 0 3px 12px rgba(240, 78, 35, 0.25) !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(135deg, #ff7e4f 0%, #f05a33 100%) !important;
  box-shadow: 0 6px 20px rgba(240, 78, 35, 0.35) !important;
  transform: translateY(-2px) !important;
  color: #fff !important;
}

/* "View SID" / Success action = Green tones */
.btn-outline-success {
  border: 2px solid #059669 !important;
  color: #059669 !important;
  background-color: transparent !important;
  font-weight: 700 !important;
}
.btn-outline-success:hover {
  background-color: #059669 !important;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(5, 150, 105, 0.25) !important;
  transform: translateY(-1px) !important;
}

/* "Review Reason" / Danger action = Red tones */
.btn-outline-danger {
  border: 2px solid #dc2626 !important;
  color: #dc2626 !important;
  background-color: transparent !important;
  font-weight: 700 !important;
}
.btn-outline-danger:hover {
  background-color: #dc2626 !important;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(220, 38, 38, 0.25) !important;
  transform: translateY(-1px) !important;
}

/* "Details" / Warning action */
.btn-outline-warning {
  border: 2px solid #d97706 !important;
  color: #d97706 !important;
  background-color: transparent !important;
  font-weight: 700 !important;
}
.btn-outline-warning:hover {
  background-color: #d97706 !important;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(217, 119, 6, 0.25) !important;
}

/* Secondary buttons = Muted gray */
.btn-outline-secondary {
  border: 2px solid #d1d5db !important;
  color: #4b5563 !important;
  background-color: transparent !important;
}
.btn-outline-secondary:hover {
  background-color: #f3f4f6 !important;
  border-color: #9ca3af !important;
  color: #111827 !important;
}

/* Primary outline */
.btn-outline-primary {
  border: 2px solid rgba(240, 78, 35, 0.35) !important;
  color: #f04e23 !important;
  font-weight: 700 !important;
}
.btn-outline-primary:hover {
  background-color: #f04e23 !important;
  color: #fff !important;
  border-color: #f04e23 !important;
  box-shadow: 0 4px 14px rgba(240, 78, 35, 0.25) !important;
  transform: translateY(-1px) !important;
}

/* ── STAT CARDS — clearer numbers, better visual weight ── */
.card h3,
.card .h3 {
  font-size: 2.25rem !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  margin-bottom: 0.25rem !important;
}

/* Avatar icons inside stat cards */
.avatar-initial {
  border-radius: 12px !important;
  font-weight: 700 !important;
}

/* ── TABLE IMPROVEMENTS — clearer rows, better action visibility ── */
.table > tbody > tr {
  transition: background-color 0.15s ease !important;
}
.table > tbody > tr:hover > * {
  background-color: #f8f9fb !important;
}

/* Table status badges — make them pop */
.table .badge {
  font-size: 0.75rem !important;
  padding: 0.45em 0.9em !important;
  min-width: 80px !important;
  text-align: center !important;
}

/* Table action buttons — give them clear purpose */
.table .btn-sm {
  min-width: 90px !important;
}

/* ── CARDS — interactive hover feedback ── */
.card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06) !important;
}

/* Stats row cards — subtle lift on hover */
.row .card.h-100:hover {
  transform: translateY(-2px) !important;
}

/* ── PROGRESS BARS — thicker and more readable ── */
.progress {
  height: 10px !important;
  border-radius: 99px !important;
  background-color: #f1f5f9 !important;
  overflow: hidden !important;
}
.progress-bar {
  border-radius: 99px !important;
  transition: width 0.4s ease-in-out !important;
}

/* ── MODALS — cleaner look ── */
.modal-content {
  border: none !important;
  border-radius: 16px !important;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12) !important;
}
.modal-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
  padding: 1.25rem 1.5rem !important;
}
.modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
  padding: 1rem 1.5rem !important;
}

/* ── ALERTS — softer, easier to read ── */
.alert {
  border-radius: 12px !important;
  border: none !important;
  font-weight: 500 !important;
  padding: 1rem 1.25rem !important;
}
.alert-info {
  background-color: #eff6ff !important;
  color: #1e40af !important;
}
.alert-danger {
  background-color: #fef2f2 !important;
  color: #991b1b !important;
}
.alert-success {
  background-color: #ecfdf5 !important;
  color: #065f46 !important;
}
.alert-warning {
  background-color: #fffbeb !important;
  color: #92400e !important;
}

/* ── FORM FOCUS — visible and clear ── */
.form-control:focus,
.form-select:focus {
  border-color: #f04e23 !important;
  background-color: #fff !important;
  box-shadow: 0 0 0 4px rgba(240, 78, 35, 0.12) !important;
  outline: none !important;
}

/* ── DROPDOWN MENUS — premium feel ── */
.dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  border-radius: 12px !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1) !important;
  padding: 0.5rem !important;
}
.dropdown-item {
  border-radius: 8px !important;
  padding: 0.6rem 1rem !important;
  font-weight: 500 !important;
  transition: background-color 0.15s ease !important;
}
.dropdown-item:hover {
  background-color: #fafafc !important;
}

/* ── SIDEBAR — cleaner section headers ── */
.menu-header .menu-header-text {
  font-size: 0.65rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  color: #9ca3af !important;
  text-transform: uppercase !important;
}

/* ── WELCOME BANNER BUTTONS — prominent on dark gradients ── */
.card[style*="linear-gradient"] .btn-light,
.card[style*="linear-gradient"] .btn-outline-light {
  min-height: 38px !important;
  font-weight: 700 !important;
  border-radius: 8px !important;
  padding: 0.45rem 1.25rem !important;
}

/* ── AUTH PAGE & LOGIN COMPONENTS ── */
body.auth-page {
  background-color: #fff8f5 !important;
  background-image:
    repeating-conic-gradient(from 0deg at 50% 50%, rgba(255, 107, 53, 0.02) 0deg 15deg, transparent 15deg 30deg),
    radial-gradient(circle at 50% 0%, #ffffff 0%, transparent 60%),
    radial-gradient(circle at 0% 100%, #ffe8e0 0%, transparent 70%),
    radial-gradient(circle at 100% 100%, #ffe0d4 0%, transparent 70%),
    radial-gradient(circle at 50% 50%, #fffcfb 0%, transparent 100%) !important;
  background-attachment: fixed !important;
}

.auth-page .authentication-wrapper.authentication-basic .authentication-inner::before,
.auth-page .authentication-wrapper.authentication-basic .authentication-inner::after {
  display: none !important;
}

.login-badge {
  display: inline-block !important;
  background: linear-gradient(135deg, #ff6b35 0%, #f04e23 100%) !important;
  color: white !important;
  font-weight: 600 !important;
  font-size: 0.7rem !important;
  padding: 4px 12px !important;
  border-radius: 20px !important;
  margin-bottom: 8px !important;
  letter-spacing: 0.5px !important;
  box-shadow: 0 2px 10px rgba(240, 78, 35, 0.25) !important;
}

.brand-logo-circle {
  width: 56px !important;
  height: 56px !important;
  background: linear-gradient(135deg, #ff6b35 0%, #f04e23 100%) !important;
  border-radius: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: white !important;
  font-size: 1.75rem !important;
  box-shadow: 0 4px 14px rgba(240, 78, 35, 0.25) !important;
}

.demo-cred-card {
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  border-radius: 12px !important;
  padding: 12px 8px !important;
  cursor: pointer !important;
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  background: #ffffff !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02) !important;
}

.demo-cred-card:hover {
  border-color: rgba(240, 78, 35, 0.4) !important;
  background: #fffaf8 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(240, 78, 35, 0.12) !important;
}

.demo-cred-card .role-icon {
  font-size: 1.75rem !important;
  margin-bottom: 6px !important;
}

.demo-cred-card .role-name {
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  color: #111827 !important;
}

.demo-cred-card .cred-text {
  font-size: 0.72rem !important;
  color: #6b7280 !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace !important;
}

/* ── SERVICE COMPONENTS ── */
.service-charge-badge {
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  background: linear-gradient(135deg, #ff6b35, #f04e23) !important;
  color: white !important;
  padding: 3px 12px !important;
  border-radius: 20px !important;
  display: inline-block !important;
  margin-bottom: 12px !important;
  box-shadow: 0 2px 8px rgba(240, 78, 35, 0.15) !important;
}

/* ── QR CODE COMPONENTS ── */
.qr-upload-zone {
  width: 160px !important;
  height: 160px !important;
  border: 2px dashed rgba(240, 78, 35, 0.3) !important;
  border-radius: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  cursor: pointer !important;
  transition: all 0.2s !important;
  background: #fffaf8 !important;
  position: relative !important;
  overflow: hidden !important;
}

.qr-upload-zone:hover {
  border-color: #f04e23 !important;
  background: #fff5f0 !important;
}

.qr-upload-zone img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  border-radius: 10px !important;
}

.qr-active-border {
  border: 2.5px solid #f04e23 !important;
  box-shadow: 0 4px 18px rgba(240, 78, 35, 0.2) !important;
}

/* ── OPERATOR RECORD COMPONENTS ── */
.hero-banner {
  background: linear-gradient(135deg, #ff6b35 0%, #f04e23 50%, #d83a12 100%) !important;
  border-radius: 16px !important;
  padding: 36px 32px !important;
  color: #fff !important;
  position: relative !important;
  overflow: hidden !important;
  margin-bottom: 2rem !important;
  box-shadow: 0 8px 24px rgba(240, 78, 35, 0.15) !important;
}

.hero-banner::before {
  content: "" !important;
  position: absolute !important;
  top: -40px !important;
  right: -40px !important;
  width: 220px !important;
  height: 220px !important;
  background: rgba(255, 255, 255, 0.07) !important;
  border-radius: 50% !important;
}

.hero-banner::after {
  content: "" !important;
  position: absolute !important;
  bottom: -60px !important;
  left: 60px !important;
  width: 160px !important;
  height: 160px !important;
  background: rgba(255, 255, 255, 0.05) !important;
  border-radius: 50% !important;
}

.hero-banner .privacy-badge {
  background: rgba(255, 255, 255, 0.18) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 20px !important;
  padding: 4px 14px !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin-bottom: 12px !important;
}

.stat-card {
  border: none !important;
  border-radius: 14px !important;
  transition:
    transform 0.18s,
    box-shadow 0.18s !important;
  overflow: hidden !important;
  cursor: default !important;
}

.stat-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.13) !important;
}

.stat-card .stat-icon {
  width: 52px !important;
  height: 52px !important;
  border-radius: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.5rem !important;
}

.stat-card .stat-number {
  font-size: 2rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.stat-card .stat-label {
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.07em !important;
}

.records-table th {
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  color: #8592a3 !important;
  border-bottom: 2px solid #e7e7e7 !important;
  padding: 14px 16px !important;
  white-space: nowrap !important;
}

.records-table td {
  padding: 14px 16px !important;
  vertical-align: middle !important;
  border-bottom: 1px solid #f3f3f3 !important;
}

.records-table tbody tr:hover {
  background: #f9f9ff !important;
}

.status-dot {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  display: inline-block !important;
  margin-right: 6px !important;
}

.dot-pending {
  background: #ffab00 !important;
}

.dot-done {
  background: #28c76f !important;
}

.dot-rejected {
  background: #ea5455 !important;
}

.search-box {
  border-radius: 10px !important;
  border: 1.5px solid #e7e7e7 !important;
  padding: 8px 14px 8px 38px !important;
  font-size: 0.9rem !important;
  transition: border-color 0.15s !important;
}

.search-box:focus {
  border-color: #f04e23 !important;
  box-shadow: 0 0 0 3px rgba(240, 78, 35, 0.1) !important;
  outline: none !important;
}

.filter-select {
  border-radius: 10px !important;
  border: 1.5px solid #e7e7e7 !important;
  padding: 8px 32px 8px 14px !important;
  font-size: 0.88rem !important;
  appearance: none !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 12px !important;
}

.process-tab {
  border: 2px solid transparent !important;
  border-radius: 10px !important;
  padding: 12px 20px !important;
  cursor: pointer !important;
  text-align: center !important;
  transition: all 0.15s !important;
  flex: 1 !important;
}

.process-tab.approve {
  background: rgba(40, 199, 111, 0.06) !important;
  border-color: rgba(40, 199, 111, 0.2) !important;
  color: #28c76f !important;
}

.process-tab.approve:hover,
.process-tab.approve.active {
  background: #28c76f !important;
  color: #fff !important;
  border-color: #28c76f !important;
}

.sid-display {
  background: linear-gradient(135deg, #fffaf8, #fff5f0) !important;
  border: 1.5px dashed #f04e23 !important;
  border-radius: 12px !important;
  padding: 20px !important;
  text-align: center !important;
}

.sid-display .sid-value {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #f04e23 !important;
  letter-spacing: 0.05em !important;
}

/* ── AVATAR HELPERS ── */
.avatar-initial {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
}

/* ── SCROLLBAR — subtle premium ── */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 99px;
}

/* ── FOOTER ── */
.content-footer {
  font-size: 0.8rem !important;
  color: #9ca3af !important;
}

/* ── TOOLTIP-STYLE HELPERS on form fields ── */
.form-control::placeholder,
.form-select::placeholder {
  color: #9ca3af !important;
  font-weight: 400 !important;
}

/* ── CODE TAGS in tables ── */
code {
  background-color: #f1f5f9 !important;
  color: #e74c3c !important;
  padding: 0.2em 0.5em !important;
  border-radius: 6px !important;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
}

/* ── DIVIDER on login page ── */
.divider .divider-text {
  font-size: 0.75rem !important;
  color: #9ca3af !important;
  font-weight: 500 !important;
}

/* ── CHECKBOX in tables ── */
.form-check-input {
  width: 18px !important;
  height: 18px !important;
  border: 2px solid #d1d5db !important;
  border-radius: 5px !important;
  cursor: pointer !important;
}
.form-check-input:checked {
  background-color: #f04e23 !important;
  border-color: #f04e23 !important;
}

/* ── MOBILE RESPONSIVENESS ── */
@media (max-width: 768px) {
  .btn {
    min-height: 44px !important;
    font-size: 0.9rem !important;
  }
  .btn-sm {
    min-height: 38px !important;
  }
  .card h3,
  .card .h3 {
    font-size: 1.75rem !important;
  }
  .table .btn-sm {
    min-width: 80px !important;
    padding: 0.3rem 0.75rem !important;
  }
}
