/* ========================================================
   ADAM JAYA ENTERPRISE - LUXURY EXECUTIVE WINE & GOLD DESIGN SYSTEM
   Side-by-Side Action Buttons & Ultra-Professional Executive Header
   ======================================================== */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500;600;700;800&family=Inter:wght@400;500;600;700&display=swap');

:root {
    --wine: #7A1E33;
    --wine-dark: #58101F;
    --wine-light: #A5334C;
    --gold: #C9973E;
    --gold-soft: #FBF1DE;
    --ink: #1E2430;
    --ink-soft: #5B6472;
    --line: #E7E5E2;
    --bg: #F6F4F1;
    --surface: #FFFFFF;
    --success: #1E8A5B;
    --success-soft: #E5F5EC;
    --warning: #B9791C;
    --warning-soft: #FBF0DD;
    --danger: #B23A3A;
    --danger-soft: #FBEAEA;
    --neutral-soft: #EEECE8;
    --radius: 14px;
    --shadow-soft: 0 1px 2px rgba(30,24,20,0.04), 0 8px 24px rgba(30,24,20,0.06);
    --ease-smooth: cubic-bezier(0.34, 1.56, 0.64, 1);

    /* CEO Theme Colors */
    --ceo-navy-dark: #0A1628;
    --ceo-navy: #1A2A4A;
    --ceo-navy-light: #2A3F6A;
    --ceo-gold: #C9A84C;
    --ceo-gold-light: #E8D5A0;
    --ceo-gold-soft: rgba(201, 168, 76, 0.12);
    --ceo-gold-glow: rgba(201, 168, 76, 0.3);

    --sidebar-width: 230px;
}

* { box-sizing: border-box; }

/* Compact Executive Layout System */
html {
  font-size: 12.8px;
  overflow-x: hidden;
}

body {
    background: var(--bg);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    color: var(--ink);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .page-title, .modal-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: var(--ink);
}

/* Sidebar Styling (Fixed Left Navigation) */
#sidebar-wrapper {
  height: 100vh;
  max-height: 100vh;
  width: var(--sidebar-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ---------- SIDEBAR THEME SWITCHING (WINE RED FOR ADMIN, NAVY FOR CEO) ---------- */

/* 1. ADMIN SIDEBAR THEME (LUXURY WINE RED & GOLD FOCUS) */
#sidebar-wrapper.sidebar-admin-wine {
  background: linear-gradient(
    180deg,
    var(--wine-dark) 0%,
    #4a0b18 50%,
    #360711 100%
  ) !important;
  border-right: 1px solid rgba(201, 168, 76, 0.3);
  box-shadow: 4px 0 25px rgba(88, 16, 31, 0.45);
}

#sidebar-wrapper.sidebar-admin-wine .sidebar-brand {
  background: rgba(0, 0, 0, 0.28);
  border-bottom: 1px solid rgba(201, 168, 76, 0.35);
}

#sidebar-wrapper.sidebar-admin-wine .sidebar-brand-logo {
  border: 1.5px solid var(--gold);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

#sidebar-wrapper.sidebar-admin-wine .brand-title {
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

#sidebar-wrapper.sidebar-admin-wine .brand-subtitle {
  color: var(--ceo-gold-light);
}

#sidebar-wrapper.sidebar-admin-wine .sidebar-section-title {
  color: var(--ceo-gold-light);
  opacity: 0.95;
  letter-spacing: 0.08em;
}

#sidebar-wrapper.sidebar-admin-wine .sidebar-nav .nav-link {
  color: #f3e8eb;
}

#sidebar-wrapper.sidebar-admin-wine .sidebar-nav .nav-link i {
  color: var(--ceo-gold-light);
}

#sidebar-wrapper.sidebar-admin-wine .sidebar-nav .nav-link:hover {
  color: #ffffff;
  background: rgba(201, 168, 76, 0.2);
  transform: translateX(3px);
}

#sidebar-wrapper.sidebar-admin-wine .sidebar-nav .nav-link.active {
  color: #58101f !important;
  background: linear-gradient(
    135deg,
    var(--gold) 0%,
    var(--ceo-gold-light) 100%
  ) !important;
  border-left: 4px solid #ffffff !important;
  box-shadow: 0 4px 15px rgba(201, 151, 62, 0.45) !important;
  font-weight: 800;
}

#sidebar-wrapper.sidebar-admin-wine .sidebar-nav .nav-link.active i {
  color: #58101f !important;
}

/* 2. CEO SIDEBAR THEME (EXECUTIVE NAVY & GOLD FOCUS) */
#sidebar-wrapper.sidebar-ceo-navy {
  background: linear-gradient(
    180deg,
    var(--ceo-navy-dark) 0%,
    var(--ceo-navy) 60%,
    #060d18 100%
  ) !important;
  border-right: 1px solid rgba(201, 168, 76, 0.25);
  box-shadow: 4px 0 25px rgba(10, 22, 40, 0.4);
}

/* /* Sidebar Brand Section Header */
.sidebar-brand {
  height: 56px;
  padding: 0 1.1rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(201, 168, 76, 0.2);
  flex-shrink: 0;
  background: rgba(10, 22, 40, 0.5);
}

.sidebar-brand-logo {
  width: 35px;
  height: 35px;
  object-fit: contain;
  border-radius: 50%;
  border: 1.5px solid var(--ceo-gold);
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  flex-shrink: 0;
  margin-right: 0.35rem;
}

.brand-text-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1;
}

.brand-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  color: #ffffff;
  letter-spacing: 0.03em;
}

.brand-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 0.6rem;
  color: var(--ceo-gold-light);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 2px;
}

.sidebar-nav {
  padding: 0.75rem 0 1.5rem 0;
  list-style: none;
  margin: 0;
  overflow-y: auto;
  flex-grow: 1;
}

.sidebar-nav::-webkit-scrollbar {
  width: 5px;
}
.sidebar-nav::-webkit-scrollbar-track {
  background: transparent;
}
.sidebar-nav::-webkit-scrollbar-thumb {
  background: rgba(201, 168, 76, 0.25);
  border-radius: 4px;
}
.sidebar-nav::-webkit-scrollbar-thumb:hover {
  background: var(--ceo-gold);
}

.sidebar-nav .nav-item {
  padding: 0.15rem 0.65rem;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.55rem 0.75rem;
  color: #a0aec0;
  font-weight: 500;
  border-radius: 9px;
  text-decoration: none;
  font-size: 0.85rem;
  transition: all 0.22s ease;
}

.sidebar-nav .nav-link i {
  font-size: 0.92rem;
  width: 20px;
  text-align: center;
}

.sidebar-nav .nav-link:hover {
  color: var(--ceo-gold-light);
  background: rgba(201, 168, 76, 0.12);
  transform: translateX(2px);
}

.sidebar-nav .nav-link.active {
  color: #FFFFFF;
  background: linear-gradient(135deg, var(--wine) 0%, var(--wine-dark) 100%);
  border-left: 3.5px solid var(--gold);
  box-shadow: 0 4px 14px rgba(122, 30, 51, 0.4);
  font-weight: 600;
}

.sidebar-section-title {
  padding: 1rem 1rem 0.3rem 1rem;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--ceo-gold-light);
}

/* Sidebar Footer Component */
.sidebar-footer {
  padding: 0.75rem 0.85rem;
  border-top: 1px solid rgba(201, 168, 76, 0.2);
  background: rgba(0, 0, 0, 0.28);
  flex-shrink: 0;
  margin-top: auto;
}

.sidebar-user-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.07);
  padding: 0.5rem 0.65rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 0.45rem;
  transition: all 0.2s ease;
}

.sidebar-user-card:hover {
  background: rgba(255, 255, 255, 0.12);
}

.user-avatar-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold) 0%, var(--ceo-gold-light) 100%);
  color: #58101f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.user-name {
  font-size: 0.8rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

.user-role-badge {
  font-size: 0.65rem;
  font-weight: 600;
  color: var(--ceo-gold-light);
  line-height: 1;
  margin-top: 2px;
}

.btn-sidebar-logout {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: rgba(239, 68, 68, 0.18);
  color: #f87171;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  text-decoration: none;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.btn-sidebar-logout:hover {
  background: rgba(239, 68, 68, 0.45);
  color: #ffffff;
  transform: scale(1.08);
}

.sidebar-copyright {
  text-align: center;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.3;
}

.sidebar-copyright span {
  font-weight: 600;
  color: #ffffff;
}

.sidebar-copyright small {
  font-size: 0.65rem;
  color: #ffd700;
  margin-top: 2px;
}

#sidebar-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(10, 22, 40, 0.6);
  backdrop-filter: blur(4px);
  z-index: 1040;
}

#sidebar-overlay.show { display: block; }

/* Main Workspace (Strict Overflow Protection alongside Sidebar) */
#main-content {
  margin-left: var(--sidebar-width);
  padding: 1rem 1.35rem 2.5rem 1.35rem;
  min-height: 100vh;
  flex: 1 1 auto;
  min-width: 0;
  max-width: calc(100vw - var(--sidebar-width));
  overflow-x: hidden;
}

/* Topbar Header Bar */
.top-navbar {
  height: 50px;
  background: linear-gradient(135deg, var(--wine-dark) 0%, var(--wine) 60%, var(--wine-dark) 100%);
  padding: 0 1.1rem;
  margin-bottom: 1rem;
  border-radius: 12px;
  border-bottom: 2.5px solid var(--gold) !important;
  box-shadow: 0 4px 18px rgba(88, 16, 31, 0.35);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topbar-portal-tag {
  display: inline-flex;
  align-items: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  padding: 0.32rem 0.85rem;
  border-radius: 20px;
  border: 1px solid rgba(201, 168, 76, 0.4);
  backdrop-filter: blur(4px);
}

.user-name-text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  color: #ffffff;
  line-height: 1.1;
}

.user-role-text {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 0.65rem;
  color: var(--ceo-gold-light) !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 1px;
}

.user-initial-badge {
  width: 34px;
  height: 34px;
  background: var(--gold);
  color: var(--wine-dark);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(201, 151, 62, 0.4);
  flex-shrink: 0;
}

.btn-sidebar-toggle {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: all 0.2s ease;
  cursor: pointer;
}

.btn-sidebar-toggle:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}

.btn-header-logout {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #ffffff;
  border-radius: 9px;
  font-weight: 600;
  font-size: 0.8rem;
  padding: 0.38rem 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  text-decoration: none;
  transition: all 0.2s ease;
  backdrop-filter: blur(4px);
}

.btn-header-logout:hover {
  background: #dc2626;
  border-color: #b91c1c;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(220, 38, 38, 0.4);
}

/* ---------- EXECUTIVE LUXURY PAGE HEADER ---------- */
.page-header {
    position: relative;
    color: #ffffff;
    padding: 1.25rem 1.5rem 2.25rem;
    margin-bottom: 0.65rem;
    border-radius: var(--radius);
    background:
        radial-gradient(800px 220px at 10% -20%, rgba(201,168,76,0.4), transparent 60%),
        radial-gradient(600px 200px at 90% 120%, rgba(165,51,76,0.35), transparent 60%),
        linear-gradient(135deg, var(--wine-dark) 0%, var(--wine) 55%, var(--wine-light) 100%);
    border: 1px solid rgba(201, 168, 76, 0.3);
    box-shadow: 0 8px 24px -4px rgba(122,30,51,0.25), 0 2px 6px -1px rgba(10,22,40,0.15);
    overflow: hidden;
}

.page-header::after {
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 14px;
    background: var(--bg);
    border-radius: 14px 14px 0 0;
}

.page-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ceo-gold-light);
    background: rgba(10, 22, 40, 0.35);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    border: 1px solid rgba(201, 168, 76, 0.25);
    backdrop-filter: blur(4px);
    margin-bottom: 0.5rem;
}

.page-eyebrow i { color: var(--gold); }

.page-title {
    font-weight: 800;
    font-size: 1.7rem;
    letter-spacing: -0.01em;
    margin: 0;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

.page-subtitle {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.88rem;
    margin-top: 0.25rem;
}

.header-action {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.6rem;
}

.btn-pengajuan-header {
    background: var(--success);
    border: 1px solid var(--success);
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
    padding: 0.55rem 1.4rem;
    transition: all 0.25s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    box-shadow: 0 4px 15px rgba(30, 138, 91, 0.3);
    font-size: 0.88rem;
}

.btn-pengajuan-header:hover {
    background: #166D47;
    border-color: #166D47;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 22px rgba(30, 138, 91, 0.45);
}

/* ---------- STAT CARDS ---------- */
.stats-row {
    position: relative;
    z-index: 2;
    margin-top: 0;
    margin-bottom: 0.75rem !important;
    --bs-gutter-x: 0.65rem;
    --bs-gutter-y: 0.65rem;
}

.stats-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--surface);
    border-radius: var(--radius);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-soft);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.glass-card {
    background: var(--surface);
    border-radius: var(--radius);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-soft);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.stats-card:hover, .glass-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(30,24,20,0.10);
    border-color: rgba(201, 151, 62, 0.4);
}

.stats-card .card-body {
    padding: 0.85rem 0.95rem;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    height: 100%;
}

.stat-icon {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
}

.stat-icon.blue, .stat-icon.icon-wine { background: var(--gold-soft); color: var(--wine); }
.stat-icon.orange, .stat-icon.icon-gold { background: var(--gold-soft); color: var(--gold); }
.stat-icon.green, .stat-icon.icon-success { background: var(--success-soft); color: var(--success); }
.stat-icon.purple, .stat-icon.icon-danger { background: var(--danger-soft); color: var(--danger); }

.stat-value, .stat-number {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--ink);
    line-height: 1.25;
}

.stat-label {
    font-size: 0.75rem;
    color: var(--ink-soft);
    font-weight: 500;
}

@media (max-width: 576px) {
    .stats-card .card-body {
        padding: 0.75rem 0.65rem;
        gap: 0.5rem;
    }
    .stat-icon {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
        border-radius: 8px;
    }
    .stat-value, .stat-number {
        font-size: 0.95rem;
    }
    .stat-label {
        font-size: 0.68rem;
        line-height: 1.2;
    }
}

/* ---------- FILTER & SEARCH CARD ---------- */
.filter-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 1.1rem 1.25rem;
    box-shadow: var(--shadow-soft);
    margin: 1.1rem 0;
}

.filter-card label {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--ink-soft);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.3rem;
}

.form-select, .form-control {
    border: 1px solid var(--line);
    border-radius: 9px;
    padding: 0.45rem 0.75rem;
    font-size: 0.85rem;
    background-color: #FCFBFA;
    color: var(--ink);
}

.form-select:focus, .form-control:focus {
    border-color: var(--wine-light);
    box-shadow: 0 0 0 0.2rem rgba(122, 30, 51, 0.12);
    background-color: #ffffff;
}

.filter-row {
    display: flex;
    align-items: flex-end;
    gap: 0.85rem;
    flex-wrap: wrap;
    margin-bottom: 0.65rem;
}

.filter-group { flex: 1 1 auto; min-width: 130px; }

.filter-actions {
    display: flex;
    gap: 0.45rem;
    flex-wrap: wrap;
    align-items: center;
}

.btn-filter-primary, .btn-primary-custom {
    background: var(--wine);
    border: 1px solid var(--wine);
    color: #fff;
    border-radius: 9px;
    font-weight: 600;
    padding: 0.45rem 1.1rem;
    box-shadow: 0 3px 10px rgba(122, 30, 51, 0.25);
}

.btn-filter-primary:hover, .btn-primary-custom:hover {
    background: var(--wine-dark);
    border-color: var(--wine-dark);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 14px rgba(122, 30, 51, 0.35);
}

.btn-filter-reset, .btn-secondary-custom {
    background: var(--neutral-soft);
    border: 1px solid var(--line);
    color: var(--ink-soft);
    border-radius: 9px;
    font-weight: 600;
    padding: 0.45rem 1.1rem;
}

.btn-filter-reset:hover, .btn-secondary-custom:hover {
    background: #E3E0DA;
    color: var(--ink);
    transform: translateY(-1px);
}

/* ---------- MODERN SEARCH INPUT BAR ---------- */
.filter-search-row {
    margin-top: 0.95rem;
    padding-top: 0.85rem;
    border-top: 1px dashed var(--line);
}

.filter-search-group {
    width: 100%;
}

.filter-search-group label {
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--wine);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.35rem;
    display: inline-flex;
    align-items: center;
}

.search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.search-input-wrapper .search-icon {
    position: absolute;
    left: 0.95rem;
    color: var(--gold);
    font-size: 0.95rem;
    pointer-events: none;
    z-index: 2;
}

.search-input-field {
    width: 100%;
    padding: 0.62rem 2.6rem 0.62rem 2.6rem;
    font-size: 0.88rem;
    border: 1.5px solid var(--line);
    border-radius: 10px;
    background-color: #FCFBFA;
    color: var(--ink);
    transition: all 0.22s ease;
    box-shadow: inset 0 1px 3px rgba(30, 24, 20, 0.03);
}

.search-input-field:focus {
    border-color: var(--wine);
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(122, 30, 51, 0.12), 0 2px 8px rgba(122, 30, 51, 0.08);
}

.search-input-field::placeholder {
    color: var(--ink-soft);
    font-size: 0.84rem;
}

.search-clear-btn {
    position: absolute;
    right: 0.85rem;
    width: 22px;
    height: 22px;
    background: var(--neutral-soft);
    color: var(--ink-soft);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.18s ease;
    line-height: 1;
}

.search-clear-btn:hover {
    background: var(--danger-soft);
    color: var(--danger);
    transform: scale(1.1);
}

/* ---------- NO DATA EMPTY STATE ---------- */
.no-data {
    text-align: center !important;
    padding: 3.5rem 1.5rem !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 0 auto !important;
}

.no-data i {
    font-size: 2.8rem !important;
    color: var(--wine, #7a1e33) !important;
    margin-bottom: 1.25rem !important;
    background: rgba(122, 30, 51, 0.08) !important;
    width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(122, 30, 51, 0.15) !important;
    box-shadow: 0 4px 15px rgba(122, 30, 51, 0.08) !important;
}

.no-data h5 {
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    color: var(--ink, #1e1814) !important;
    margin-bottom: 0.4rem !important;
    letter-spacing: -0.01em !important;
}

.no-data p {
    font-size: 0.85rem !important;
    color: var(--ink-soft, #6b6b7a) !important;
    margin-bottom: 0 !important;
    max-width: 420px !important;
    line-height: 1.5 !important;
}

/* ---------- TABLE CONTAINER & CHIPS ---------- */
.table-container {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
    margin-bottom: 2rem;
}

.table-container-header {
    padding: 1.05rem 1.35rem;
    border-bottom: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.table-container-header h2 {
    font-size: 0.98rem;
    font-weight: 700;
    margin: 0;
    color: var(--ink);
}

.table-container-header .badge-count {
    background: var(--gold-soft);
    color: var(--wine);
    font-weight: 600;
    font-size: 0.75rem;
    padding: 0.28rem 0.65rem;
    border-radius: 999px;
}

.table-custom, .table {
    width: 100%;
    margin-bottom: 0;
}

.table-custom thead th, .table thead th {
    background: #FBFAF8;
    color: var(--ink-soft);
    font-weight: 600;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-bottom: 1px solid var(--line);
    padding: 0.85rem 1rem;
    white-space: nowrap !important;
}

.table-custom tbody tr, .table tbody tr { transition: background-color 0.15s ease; }
.table-custom tbody tr:hover, .table tbody tr:hover { background-color: var(--gold-soft); }

.table-custom tbody td, .table tbody td {
    padding: 0.85rem 1rem;
    vertical-align: middle;
    border-color: #F1EFEC;
    font-size: 0.85rem;
}

/* Enforce single-line nowrap on all monetary amounts, badges, chips, and price cells */
.amount-cell,
.price-cell,
.id-chip,
.badge-status,
.text-nowrap,
.table td.amount-cell,
.table td[data-label="Estimasi Dana"],
.table td[data-label="Total Biaya"],
.table td[data-label="Nilai Transaksi"],
.table td[data-label="Subtotal"],
.table td[data-label="Harga Satuan"],
.table td[data-label="HARGA SATUAN"],
.table td[data-label="Total Nilai Pembelian"] {
    white-space: nowrap !important;
}

.id-chip {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 0.75rem;
    color: var(--wine);
    background: var(--gold-soft);
    padding: 0.22rem 0.5rem;
    border-radius: 7px;
    display: inline-block;
}

.id-chip.status-selesai { background-color: #c8e6c9 !important; color: #2e7d32 !important; }
.id-chip.status-proses { background-color: #ffecb3 !important; color: #e65100 !important; }
.id-chip.status-belum { background-color: #ffcdd2 !important; color: #c62828 !important; }

/* Status Badges */
.badge-status {
    padding: 0.25rem 0.6rem;
    border-radius: 16px;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    white-space: nowrap;
}

.badge-status.success { background: var(--success-soft); color: var(--success); border: 1px solid #CEEAD6; }
.badge-status.warning { background: var(--warning-soft); color: var(--warning); border: 1px solid #FDE68A; }
.badge-status.danger { background: var(--danger-soft); color: var(--danger); border: 1px solid #FAD2CF; }
.badge-status.info { background: #E8F0FE; color: #1A73E8; border: 1px solid #D2E3FC; }

.status-badge-group {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 6px 8px !important;
    margin: 2px 0;
}
@media (min-width: 768px) {
    .status-badge-group {
        justify-content: center;
    }
}

/* ---------- SIDE-BY-SIDE ACTION BUTTONS (BERSEBELAHAN & RAPI) ---------- */
.action-btns {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    white-space: nowrap;
}

.action-btn, .btn-detail, .btn-edit, .btn-delete {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    font-weight: 700;
    font-size: 0.82rem;
    border-radius: 9px;
    padding: 0.42rem 0.85rem;
    border: 1px solid transparent;
    transition: all 0.18s ease;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1.2;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.btn-detail { background: #EAF1F8; color: #2A5B84; border-color: #D6E4F0; }
.btn-detail:hover { background: #DCEAF5; color: #1F4867; border-color: #B8CCDF; transform: translateY(-1px); box-shadow: 0 3px 8px rgba(42, 91, 132, 0.2); }

.btn-edit { background: var(--gold-soft); color: #8B6914; border-color: #E8D5A0; }
.btn-edit:hover { background: #F5E6BC; color: #6B500F; border-color: #DCC18A; transform: translateY(-1px); box-shadow: 0 3px 8px rgba(139, 105, 20, 0.2); }

.btn-delete { background: var(--danger-soft); color: var(--danger); border-color: #E8C8C8; }
.btn-delete:hover { background: #F6DADA; color: #8B2C2C; border-color: #D4A8A8; transform: translateY(-1px); box-shadow: 0 3px 8px rgba(220, 38, 38, 0.2); }

@media (max-width: 768px) {
    .action-btns {
        gap: 0.45rem;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .action-btn, .btn-detail, .btn-edit, .btn-delete {
        font-size: 0.88rem;
        padding: 0.55rem 1rem;
        border-radius: 10px;
        min-height: 36px;
    }
}

/* Modal Styling */
.modal-content, .modal-content.glass-modal {
    border-radius: var(--radius);
    border: none;
    box-shadow: 0 15px 35px rgba(30,24,20,0.18);
    overflow: hidden;
}

.modal-header {
    background: linear-gradient(135deg, var(--wine-dark), var(--wine));
    color: #fff;
    border-bottom: none;
    padding: 1.1rem 1.35rem;
}

.modal-header .modal-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.05rem;
}

.modal-body { padding: 1.35rem; }
.modal-footer { padding: 0.95rem 1.35rem; background: #F8F7F4; border-top: 1px solid var(--line); }

/* ---------- DETAIL MODAL EXECUTIVE STYLING (EXACT TEMPLATE MATCH) ---------- */
.modal-info-card {
    background: #ffffff;
    border: 1px solid #e7e5e2;
    border-radius: 14px;
    padding: 1.1rem;
    box-shadow: 0 2px 8px rgba(30, 24, 20, 0.04);
    height: 100%;
}

.card-title-header {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.85rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #f1efec;
}

.card-title-header h5 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--wine);
    margin: 0;
}

.icon-circle {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
}

.icon-circle.wine {
    background: #fceaea;
    color: var(--wine);
}

.info-block .block-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #f8f6f3;
    color: var(--wine);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    flex-shrink: 0;
}

.info-block .label {
    display: block;
    font-size: 0.65rem;
    font-weight: 700;
    color: #8c857b;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.info-block .val {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--ink);
}

.modal-subcard {
    background: #ffffff;
    border: 1px solid #e7e5e2;
    border-radius: 12px;
}

.modal-table-section {
    border: 1px solid #e7e5e2;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(30, 24, 20, 0.04);
}

.section-header-bar {
    background: linear-gradient(135deg, var(--wine-dark), var(--wine));
    padding: 0.75rem 1.1rem;
    color: #ffffff;
}

.modal-detail-table thead th {
    background: #fbfaf8;
    color: #7a7368;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.75rem 0.9rem;
    border-bottom: 1px solid #e7e5e2;
}

.modal-detail-table tbody td {
    padding: 0.75rem 0.9rem;
    font-size: 0.84rem;
    border-bottom: 1px solid #f1efec;
}

.footer-row-pink td {
    background: #fdf5f6 !important;
    padding: 0.85rem 0.9rem !important;
    border-top: 2px solid #f2cfd4 !important;
}

.payment-card-btn {
    width: 100%;
    padding: 1.35rem 1rem;
    background: #ffffff;
    border: 1.5px solid #e7e5e2;
    border-radius: 12px;
    text-align: center;
    transition: all 0.2s ease;
    cursor: pointer;
}

.payment-card-btn:hover {
    border-color: var(--wine);
    background: #fdf8f9;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(122, 30, 51, 0.12);
}

.payment-card-btn.selected-payment-active {
    border: 2px solid var(--wine) !important;
    background: #FDF5F6 !important;
    box-shadow: 0 4px 14px rgba(122, 30, 51, 0.2) !important;
    transform: translateY(-2px);
}

@keyframes rowPulse {
    0% {
        background-color: rgba(201, 168, 76, 0.35);
        box-shadow: 0 0 12px rgba(201, 168, 76, 0.4);
    }
    100% {
        background-color: transparent;
        box-shadow: none;
    }
}

.row-highlight-pulse {
    animation: rowPulse 2.2s ease-out;
}

/* ---------- PURCHASE FORM STYLING (EXACT TEMPLATE MATCH) ---------- */
.form-section-card {
    background: #ffffff;
    border: 1px solid #e7e5e2;
    border-left: 4px solid var(--wine);
    border-radius: 12px;
    padding: 1.25rem 1.35rem;
    box-shadow: 0 2px 8px rgba(30, 24, 20, 0.04);
}

.custom-input-box {
    padding: 0.85rem;
    border-radius: 10px;
    height: 100%;
}

.custom-input-box.pink {
    background: #fdf5f6;
    border: 1px solid #f2cfd4;
}

.custom-input-box.blue {
    background: #e8f0fe;
    border: 1.5px solid #1a73e8;
}

.search-oval-wrapper {
    position: relative;
    width: 100%;
}

.search-oval-icon {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.05rem;
    color: var(--wine);
    pointer-events: none;
}

.search-oval-input {
    width: 100%;
    padding: 0.72rem 1.5rem 0.72rem 3rem;
    border: 1.8px solid var(--wine);
    border-radius: 999px;
    font-size: 0.95rem;
    background: #ffffff;
    color: var(--ink);
    transition: all 0.2s ease;
    box-shadow: inset 0 1px 3px rgba(30, 24, 20, 0.04);
}

.search-oval-input:focus {
    outline: none;
    box-shadow: 0 0 0 0.25rem rgba(122, 30, 51, 0.15);
    border-color: var(--wine-dark);
}

.item-card-row {
    background: #fdf8f9;
    border: 1px solid #f2cfd4;
    border-radius: 12px;
    padding: 1.1rem 1.25rem;
    position: relative;
    transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.item-card-row.is-custom-row {
    background: #fffde7;
    border-color: #ffe082;
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.12);
}

.badge-item-wine {
    background: var(--wine);
    color: #ffffff;
    font-weight: 700;
    font-size: 0.78rem;
    padding: 0.32rem 0.85rem;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.btn-remove-circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--danger);
    color: #ffffff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
    transition: all 0.18s ease;
}

.btn-remove-circle:hover {
    background: #8b2c2c;
    transform: scale(1.1);
}

/* Login Page Theme */
html.login-html {
    height: 100% !important;
    height: 100dvh !important;
    max-height: 100vh !important;
    max-height: 100dvh !important;
    overflow: hidden !important;
    position: fixed !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.login-body {
    height: 100% !important;
    height: 100dvh !important;
    max-height: 100vh !important;
    max-height: 100dvh !important;
    width: 100% !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    background:
        radial-gradient(900px 500px at 50% 0%, rgba(201, 168, 76, 0.22), transparent 70%),
        radial-gradient(700px 450px at 90% 100%, rgba(165, 51, 76, 0.25), transparent 70%),
        radial-gradient(600px 400px at 10% 90%, rgba(26, 42, 74, 0.35), transparent 70%),
        linear-gradient(135deg, #13070b 0%, #2a0b14 50%, #0a1120 100%);
    padding: 1.5rem 1rem;
    overflow: hidden !important;
    margin: 0 !important;
}

/* Background Ambient Floating Glow Orbs */
.login-body::before {
    content: '';
    position: absolute;
    width: 320px;
    height: 320px;
    top: -80px;
    left: -80px;
    background: radial-gradient(circle, rgba(201, 168, 76, 0.25) 0%, transparent 70%);
    border-radius: 50%;
    animation: orbPulse 8s ease-in-out infinite alternate;
    pointer-events: none;
}

.login-body::after {
    content: '';
    position: absolute;
    width: 380px;
    height: 380px;
    bottom: -100px;
    right: -100px;
    background: radial-gradient(circle, rgba(122, 30, 51, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    animation: orbPulse 10s ease-in-out infinite alternate-reverse;
    pointer-events: none;
}

@keyframes orbPulse {
    0%   { transform: scale(1) translate(0, 0); opacity: 0.6; }
    50%  { transform: scale(1.15) translate(20px, -20px); opacity: 0.9; }
    100% { transform: scale(1) translate(0, 0); opacity: 0.6; }
}

.login-card {
    width: 100%;
    max-width: 440px;
    padding: 2.8rem 2.4rem 2.4rem;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1.5px solid rgba(212, 168, 67, 0.38);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5), 0 0 50px rgba(201, 168, 76, 0.15);
    position: relative;
    z-index: 2;
    overflow: hidden;
    animation: loginCardSlideUp 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

@keyframes loginCardSlideUp {
    from { opacity: 0; transform: translateY(35px) scale(0.95); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* Card Top Gradient Accent Line */
.login-card-top-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #7a1e33 0%, #d4a843 50%, #7a1e33 100%);
}

.login-brand-logo-container {
    position: relative;
    display: inline-block;
    margin-bottom: 0.85rem;
}

.login-header-wrapper {
    text-align: center;
    margin-bottom: 1.8rem;
}

.login-title {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 800 !important;
    color: #7a1e33 !important;
    letter-spacing: 0.03em !important;
    font-size: 1.55rem !important;
    margin-bottom: 0.25rem !important;
}

.login-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    color: #c9973e;
    text-transform: uppercase;
}

.login-field-group {
    margin-bottom: 1.4rem;
}

.login-field-label {
    display: block;
    color: #64748b;
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin-bottom: 0.45rem;
}

.login-card-footer {
    margin-top: 1.5rem;
    padding-top: 1.1rem;
    border-top: 1px solid #e2e8f0;
    text-align: center;
}

.login-security-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.9rem;
    border-radius: 50rem;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #64748b;
    font-size: 0.72rem;
}

.login-copyright-text {
    text-align: center;
    margin-top: 1.25rem;
    font-size: 0.74rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
    z-index: 2;
}

.login-brand-logo {
    width: 86px !important;
    max-width: 86px !important;
    height: 86px !important;
    object-fit: contain !important;
    background: #ffffff !important;
    padding: 7px !important;
    border-radius: 50% !important;
    border: 2.5px solid #d4a843 !important;
    box-shadow: 0 10px 28px rgba(201, 151, 62, 0.4) !important;
    animation: logoSpinSlow 14s linear infinite;
    transition: transform 0.4s ease;
}

.login-brand-logo:hover {
    transform: scale(1.08);
    box-shadow: 0 0 32px rgba(212, 168, 67, 0.7) !important;
}

.login-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    color: #c9973e;
    text-transform: uppercase;
}

.login-input-group {
    border-radius: 12px;
    overflow: hidden;
    border: 1.5px solid #cbd5e1;
    transition: all 0.25s ease;
}

.login-input-group:focus-within {
    border-color: #d4a843 !important;
    box-shadow: 0 0 0 0.25rem rgba(212, 168, 67, 0.22) !important;
}

.login-input-group .input-group-text {
    background-color: #f8fafc;
    border: none;
    color: #7a1e33;
    padding-left: 1rem;
    padding-right: 0.75rem;
}

.login-input-group .form-control {
    border: none !important;
    box-shadow: none !important;
    font-size: 0.92rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.btn-wine-login {
    background: linear-gradient(135deg, #7A1E33 0%, #4a0b18 100%);
    border: 1px solid #58101F;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.03em;
    border-radius: 14px;
    padding: 0.85rem 1.5rem;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 24px rgba(122, 30, 51, 0.4);
    position: relative;
    overflow: hidden;
}

.btn-wine-login:hover {
    background: linear-gradient(135deg, #9b2c47 0%, #7A1E33 100%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(122, 30, 51, 0.55);
}

/* Mobile Audit & Varian Card */
.audit-card-mobile {
    background: #ffffff;
    border: 1px solid var(--line);
    border-left: 4px solid var(--wine);
    border-radius: 16px;
    padding: 1.15rem 1.2rem;
    box-shadow: 0 4px 18px rgba(30, 24, 20, 0.05);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.audit-card-mobile:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(30, 24, 20, 0.1);
}

.varian-card-box {
    background: #fdf8f9;
    border: 1px solid #f2cfd4;
    border-radius: 12px;
    padding: 0.85rem 1rem;
}

/* Print Styling */
@media print {
  body { background: #ffffff !important; color: #000000 !important; }
  #sidebar-wrapper, .top-navbar, .no-print, #sidebar-overlay { display: none !important; }
  #main-content { margin-left: 0 !important; width: 100% !important; max-width: 100% !important; padding: 0 !important; }
}

/* ---------- MOBILE & TABLET RESPONSIVENESS ---------- */
@media (max-width: 1200px) {
  .stats-card .card-body {
    padding: 0.8rem 0.85rem;
  }
  .stat-value, .stat-number {
    font-size: 1.05rem;
  }
}

@media (max-width: 992px) {
    #sidebar-wrapper {
        left: -260px;
        width: 260px;
        height: 100vh !important;
        height: 100dvh !important;
        top: 0;
        bottom: 0;
        border-radius: 0 16px 16px 0;
        box-shadow: 4px 0 25px rgba(0,0,0,0.35);
        display: flex;
        flex-direction: column;
    }
    #sidebar-wrapper .sidebar-nav {
        flex-grow: 1 !important;
        overflow-y: auto;
        padding-bottom: 1rem !important;
    }
    #sidebar-wrapper .sidebar-footer {
        margin-top: auto !important;
        flex-shrink: 0;
    }
    #sidebar-wrapper.show { left: 0; }
    #main-content {
        margin-left: 0;
        width: 100%;
        max-width: 100%;
        padding: 4.8rem 0.85rem 2rem 0.85rem !important;
    }
    .page-header { padding: 1.5rem 1.1rem 2rem; border-radius: var(--radius); }

    /* Filter Card Mobile Responsiveness & Equal Sizing */
    .filter-card .filter-row {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 0.75rem !important;
        align-items: end !important;
    }
    .filter-card .filter-group {
        width: 100% !important;
        min-width: 0 !important;
        flex: none !important;
    }
    .filter-card .filter-group .form-select {
        width: 100% !important;
    }
    .filter-card .filter-actions {
        grid-column: 1 / -1 !important;
        display: flex !important;
        gap: 0.5rem !important;
        width: 100% !important;
        margin-top: 0.25rem !important;
    }
    .filter-card .btn-filter-primary,
    .filter-card .btn-filter-reset {
        flex: 1 1 0% !important;
        width: 100% !important;
        text-align: center !important;
        justify-content: center !important;
        font-size: 0.85rem !important;
        padding: 0.6rem 0.5rem !important;
        display: inline-flex !important;
        align-items: center !important;
    }

    /* Fixed Mobile Top Header Bar */
    .top-navbar {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        height: 56px !important;
        z-index: 1035 !important;
        margin: 0 !important;
        border-radius: 0 0 14px 14px !important;
        box-shadow: 0 4px 22px rgba(0, 0, 0, 0.45) !important;
    }
}

@media (max-width: 768px) {
    .page-title { font-size: 1.3rem; }
    .filter-card { padding: 1rem; }

    .table:not(.modal-detail-table) thead { display: none; }
    .table:not(.modal-detail-table), .table:not(.modal-detail-table) tbody, .table:not(.modal-detail-table) tr, .table:not(.modal-detail-table) td { display: block; width: 100%; }

    /* Override mobile responsive layout for empty state rows */
    .table:not(.modal-detail-table) tr.no-data-row,
    .table:not(.modal-detail-table) tr:has(.no-data) {
        border: none !important;
        box-shadow: none !important;
        background: transparent !important;
        padding: 0 !important;
        margin-bottom: 0 !important;
    }
    .table:not(.modal-detail-table) td.no-data-td,
    .table:not(.modal-detail-table) td:has(.no-data) {
        display: block !important;
        padding: 0 !important;
        border: none !important;
        text-align: center !important;
    }
    .table:not(.modal-detail-table) td.no-data-td::before,
    .table:not(.modal-detail-table) td:has(.no-data)::before {
        display: none !important;
        content: none !important;
    }

    .table:not(.modal-detail-table) tr {
        margin-bottom: 1rem;
        border: 1px solid var(--line);
        border-radius: 12px;
        padding: 0.85rem;
        position: relative;
        background: var(--surface);
        border-left: 4px solid var(--danger) !important;
    }
    
    .table:not(.modal-detail-table) tr.status-selesai { border-left-color: var(--success) !important; }
    .table:not(.modal-detail-table) tr.status-proses { border-left-color: var(--warning) !important; }
    .table:not(.modal-detail-table) tr.status-belum { border-left-color: var(--danger) !important; }

    .table:not(.modal-detail-table) td {
        padding: 0.65rem 0.75rem;
        text-align: right;
        padding-left: 44%;
        position: relative;
        border: none;
        border-bottom: 1px solid #F1EFEC;
    }

    .table:not(.modal-detail-table) td:last-child { border-bottom: none; }

    .table:not(.modal-detail-table) td::before {
        content: attr(data-label);
        position: absolute;
        left: 0.75rem;
        width: calc(44% - 0.75rem);
        padding-right: 0.4rem;
        font-weight: 700;
        font-size: 0.72rem;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        text-align: left;
        color: var(--wine);
    }

    /* Mobile Status & AKSI Row Layout Override - No Label Text & Forced Always Sejajar */
    .table:not(.modal-detail-table) td[data-label="Status"],
    .table:not(.modal-detail-table) td[data-label="Status Bayar"] {
        padding: 0.65rem 0.75rem !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
    }

    .table:not(.modal-detail-table) td[data-label="AKSI"],
    .table:not(.modal-detail-table) td[data-label="Aksi"],
    .table:not(.modal-detail-table) td[data-label="Aksi & Varian"] {
        padding: 0.65rem 0.75rem !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .table:not(.modal-detail-table) td[data-label="Status"]::before,
    .table:not(.modal-detail-table) td[data-label="Status Bayar"]::before,
    .table:not(.modal-detail-table) td[data-label="Status Kirim"]::before,
    .table:not(.modal-detail-table) td[data-label="AKSI"]::before,
    .table:not(.modal-detail-table) td[data-label="Aksi"]::before,
    .table:not(.modal-detail-table) td[data-label="Aksi & Varian"]::before {
        display: none !important;
        content: none !important;
    }

    .status-badge-group {
        display: inline-flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 0.5rem !important;
        white-space: nowrap !important;
    }
    .action-btns {
        display: inline-flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 0.5rem !important;
        white-space: nowrap !important;
        width: 100% !important;
        margin: 0 auto !important;
    }
    .action-btn, .action-btns .btn {
        padding: 0.42rem 0.95rem !important;
        font-size: 0.8rem !important;
        min-height: 35px !important;
        white-space: nowrap !important;
        border-radius: 9px !important;
        flex-shrink: 0 !important;
    }

    /* Modal Detail Table Clean Mobile Override */
    .modal-detail-table {
        display: table !important;
        width: 100% !important;
        font-size: 0.78rem !important;
    }
    .modal-detail-table thead {
        display: table-header-group !important;
    }
    .modal-detail-table thead th {
        padding: 0.45rem 0.4rem !important;
        font-size: 0.65rem !important;
        white-space: nowrap !important;
        background: #F8FAFC !important;
        color: #475569 !important;
    }
    .modal-detail-table tbody {
        display: table-row-group !important;
    }
    .modal-detail-table tbody tr {
        display: table-row !important;
        border: none !important;
        border-bottom: 1px solid #E2E8F0 !important;
        background: #ffffff !important;
        padding: 0 !important;
        margin-bottom: 0 !important;
    }
    .modal-detail-table tbody td {
        display: table-cell !important;
        padding: 0.5rem 0.35rem !important;
        border: none !important;
        border-bottom: 1px solid #F1F5F9 !important;
        vertical-align: middle !important;
    }
    .modal-detail-table tbody td::before {
        display: none !important;
        content: none !important;
    }
    .modal-detail-table tfoot {
        display: table-footer-group !important;
    }
    .modal-detail-table tfoot tr {
        display: table-row !important;
        border: none !important;
    }
    .modal-detail-table tfoot td {
        display: table-cell !important;
        padding: 0.6rem 0.4rem !important;
        border: none !important;
    }

    .action-btns { justify-content: flex-end; flex-wrap: nowrap !important; gap: 0.35rem; }
}

@media (max-width: 576px) {
    #main-content {
        padding: 4.8rem 1rem 2.5rem 1rem !important;
    }
    .page-header {
        padding: 1.4rem 1.15rem 1.6rem !important;
        margin-bottom: 1.25rem !important;
        border-radius: 16px !important;
    }
    .page-title {
        font-size: 1.2rem !important;
        line-height: 1.25 !important;
    }
    .page-eyebrow {
        font-size: 0.7rem !important;
        padding: 4px 10px !important;
        margin-bottom: 0.4rem !important;
    }
    .page-subtitle {
        font-size: 0.8rem !important;
        margin-bottom: 0.5rem !important;
    }
    .stats-card {
        height: 100% !important;
        border-radius: 14px !important;
    }
    .stats-card .card-body {
        padding: 0.75rem 0.7rem !important;
        gap: 0.6rem !important;
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
    }
    .stat-icon {
        width: 38px !important;
        height: 38px !important;
        font-size: 0.95rem !important;
        border-radius: 10px !important;
        flex-shrink: 0 !important;
    }
    .stat-value, .stat-number {
        font-size: 0.9rem !important;
        font-weight: 800 !important;
        line-height: 1.15 !important;
        word-break: break-word;
    }
    .stat-label {
        font-size: 0.68rem !important;
        line-height: 1.2 !important;
        margin-top: 1px !important;
    }
    .glass-card {
        padding: 1.1rem 1.05rem !important;
        border-radius: 16px !important;
        margin-bottom: 1.25rem !important;
    }
    .filter-card {
        padding: 0.9rem 0.9rem !important;
        border-radius: 14px !important;
    }
    .top-navbar {
        height: 54px !important;
        padding: 0 0.85rem !important;
        border-radius: 0 0 14px 14px !important;
    }
    .audit-card-mobile {
        padding: 1rem 1.05rem !important;
        margin-bottom: 1.1rem !important;
        border-radius: 16px !important;
    }
}

@media (max-width: 420px) {
    .stat-value, .stat-number {
        font-size: 0.82rem !important;
    }
    .stat-icon {
        width: 32px !important;
        height: 32px !important;
        font-size: 0.85rem !important;
    }
    .stats-card .card-body {
        padding: 0.55rem 0.5rem !important;
    }
}

/* =====================================================================
   TRAFFIC ACTIVITY WIDGET
   ===================================================================== */

/* Live dot pulse indicator */
.live-dot-pulse {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #1E8A5B;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}
.live-dot-pulse::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid #1E8A5B;
    animation: livePulse 1.6s ease-in-out infinite;
    opacity: 0;
}
@keyframes livePulse {
    0%   { transform: scale(0.8); opacity: 0.9; }
    70%  { transform: scale(1.9); opacity: 0; }
    100% { opacity: 0; }
}

/* Activity Feed */
.activity-feed {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    max-height: 340px;
    overflow-y: auto;
    padding-right: 2px;
}
.activity-feed::-webkit-scrollbar { width: 4px; }
.activity-feed::-webkit-scrollbar-track { background: transparent; }
.activity-feed::-webkit-scrollbar-thumb { background: var(--line); border-radius: 4px; }

.activity-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.7rem 0.85rem;
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: 11px;
    transition: all 0.2s ease;
    animation: fadeSlideIn 0.4s ease both;
}
.activity-item:hover {
    background: var(--gold-soft);
    border-color: rgba(201,151,62,0.35);
    transform: translateX(3px);
}
@keyframes fadeSlideIn {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

.activity-icon-wrap {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
}
.activity-icon-wrap.act-wine { background: rgba(122,30,51,0.1); color: var(--wine); }
.activity-icon-wrap.act-green { background: rgba(30,138,91,0.1); color: #1E8A5B; }

.activity-time {
    font-size: 0.7rem;
    color: var(--ink-soft);
    white-space: nowrap;
    flex-shrink: 0;
}
.activity-nota {
    font-size: 0.72rem;
    color: var(--ink-soft);
    font-family: 'Courier New', monospace;
    background: var(--line);
    padding: 1px 6px;
    border-radius: 5px;
    white-space: nowrap;
}
.activity-amount {
    font-size: 0.78rem;
    font-weight: 700;
    color: #1E8A5B;
}

/* Activity Badges */
.act-badge {
    font-size: 0.62rem;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.act-badge-green  { background: rgba(30,138,91,0.12);  color: #1E8A5B; }
.act-badge-red    { background: rgba(220,38,38,0.1);   color: #B91C1C; }
.act-badge-blue   { background: rgba(26,115,232,0.1);  color: #1A73E8; }
.act-badge-orange { background: rgba(234,179,8,0.12);  color: #92400E; }

/* Metric Mini Cards */
.metric-mini-card {
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: 11px;
    padding: 0.75rem 0.85rem;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.metric-mini-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.07);
}
.metric-mini-val {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.55rem;
    font-weight: 800;
    color: var(--ink);
    line-height: 1.1;
}
.metric-mini-label {
    font-size: 0.68rem;
    color: var(--ink-soft);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-top: 2px;
}

/* Animated Progress Bars */
.traffic-bar-row { }
.traffic-bar-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--ink);
}
.traffic-bar-pct {
    font-size: 0.82rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.traffic-bar-track {
    height: 8px;
    background: var(--line);
    border-radius: 99px;
    overflow: hidden;
}
.traffic-bar-fill {
    height: 100%;
    border-radius: 99px;
    width: 0%;
    animation: barGrow 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes barGrow {
    from { width: 0%; }
    to   { width: var(--bar-pct); }
}
.fill-green { background: linear-gradient(90deg, #1E8A5B, #34C285); }
.fill-wine  { background: linear-gradient(90deg, #58101F, #A5334C); }
.fill-gold  { background: linear-gradient(90deg, #C9973E, #E8C96A); }
.fill-blue  { background: linear-gradient(90deg, #1A73E8, #5BA3F5); }

/* =====================================================================
   DASHBOARD ENTRANCE ANIMATIONS
   ===================================================================== */

/* Initial hidden state */
.dash-reveal {
    opacity: 0;
    transform: translateY(28px);
}

/* Activated state - played when JS adds the class */
.dash-reveal-active {
    animation: dashRevealIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: var(--reveal-delay, 0s);
}

@keyframes dashRevealIn {
    from {
        opacity: 0;
        transform: translateY(28px) scale(0.97);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Page header slide-down */
.page-header {
    animation: headerSlideDown 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes headerSlideDown {
    from { opacity: 0; transform: translateY(-18px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Stat icon spin-in on entrance */
.stats-card .stat-icon {
    animation: iconSpinIn 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}



/* ========================================================
   GLOBAL TOP PROGRESS BAR & SLOW NETWORK BANNER
   ======================================================== */
#global-progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background: linear-gradient(90deg, #d4a843 0%, #f59e0b 50%, #e11d48 100%);
    z-index: 10900;
    transition: width 0.3s ease-out, opacity 0.4s ease;
    box-shadow: 0 0 10px rgba(245, 158, 11, 0.7);
    pointer-events: none;
}

.slow-net-banner {
    position: fixed;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #0f172a;
    padding: 0.65rem 1.4rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    z-index: 10700;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    animation: slowNetBounce 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

@keyframes slowNetBounce {
    from { opacity: 0; transform: translate(-50%, 20px) scale(0.9); }
    to   { opacity: 1; transform: translate(-50%, 0) scale(1); }
}

/* ========================================================
   FLOATING TOAST NOTIFICATION STYLES
   ======================================================== */
.aj-toast-card {
    min-width: 300px;
    max-width: 380px;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 14px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12) !important;
    overflow: hidden;
    color: #0f172a !important;
    animation: toastSlideIn 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

@keyframes toastSlideIn {
    from { opacity: 0; transform: translateX(50px) scale(0.9); }
    to   { opacity: 1; transform: translateX(0) scale(1); }
}

.aj-toast-card.toast-success { border-left: 4px solid #10b981 !important; }
.aj-toast-card.toast-error   { border-left: 4px solid #ef4444 !important; }
.aj-toast-card.toast-warning { border-left: 4px solid #f59e0b !important; }
.aj-toast-card.toast-info    { border-left: 4px solid #3b82f6 !important; }

.toast-progress-bar {
    height: 3px;
    background: var(--gold);
    width: 100%;
    transition: width linear;
}
@keyframes iconSpinIn {
    from { transform: rotate(-15deg) scale(0.7); opacity: 0; }
    to   { transform: rotate(0deg) scale(1);    opacity: 1; }
}

/* ========================================================
   LOGIN SPINNING LOGO & LOADING OVERLAY STYLES
   ======================================================== */
.login-brand-logo {
    animation: logoSpinSlow 12s linear infinite;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.login-brand-logo:hover {
    animation-play-state: paused;
    transform: scale(1.1);
    box-shadow: 0 0 30px rgba(212, 168, 67, 0.7) !important;
}

@keyframes logoSpinSlow {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

.login-loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(15, 23, 42, 0.94);
    backdrop-filter: blur(12px);
    z-index: 10990;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeInOverlay 0.3s ease-out;
}

@keyframes fadeInOverlay {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.login-spin-logo-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 1.5rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-spin-logo-img {
    width: 82px;
    height: 82px;
    object-fit: contain;
    background: #ffffff;
    padding: 7px;
    border-radius: 50%;
    border: 2.5px solid #d4a843;
    box-shadow: 0 0 25px rgba(212, 168, 67, 0.6);
    animation: logoFastSpin 1.8s linear infinite;
}

.login-spin-outer-ring {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-top-color: #d4a843;
    border-bottom-color: #7a1e33;
    border-radius: 50%;
    animation: ringReverseSpin 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes logoFastSpin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

@keyframes ringReverseSpin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(-360deg); }
}

.btn-spin-logo-sm {
    width: 22px;
    height: 22px;
    object-fit: contain;
    background: #ffffff;
    padding: 2px;
    border-radius: 50%;
    border: 1px solid #d4a843;
    animation: logoFastSpin 1.2s linear infinite;
    vertical-align: middle;
    display: inline-block;
}

/* ========================================================
   CUSTOM THEME SCROLLBAR DESIGN (ADAM JAYA ENTERPRISE)
   ======================================================== */

/* Firefox Standard Scrollbar */
* {
    scrollbar-width: thin;
    scrollbar-color: #7a1e33 rgba(122, 30, 51, 0.08);
}

/* Webkit Browsers (Chrome, Edge, Safari, Opera) */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: rgba(240, 238, 235, 0.6);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #7a1e33 0%, #58101f 100%);
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #d4a843 0%, #7a1e33 100%);
    border-color: #ffffff;
    box-shadow: 0 0 10px rgba(212, 168, 67, 0.6);
}

::-webkit-scrollbar-corner {
    background: transparent;
}

/* Sidebar, Table & Modal Inner Custom Scrollbar */
.sidebar-wrapper::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar,
.modal-body::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.sidebar-wrapper::-webkit-scrollbar-track,
.table-responsive::-webkit-scrollbar-track,
.modal-body::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.04);
}

.sidebar-wrapper::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #d4a843 0%, #7a1e33 100%);
    border-radius: 10px;
}

/* ========================================================
   SINGLE SCREEN NO-SCROLL LOGIN FOR MOBILE & DESKTOP
   ======================================================== */
@media (max-width: 576px) {
    html.login-html,
    body.login-body {
        height: 100% !important;
        height: 100dvh !important;
        max-height: 100vh !important;
        max-height: 100dvh !important;
        overflow: hidden !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        padding: 0.8rem 1rem !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    body.login-body .login-card {
        padding: 1.8rem 1.4rem 1.35rem !important;
        border-radius: 22px !important;
        width: 100% !important;
        max-width: 380px !important;
        margin: 0 auto !important;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45), 0 0 30px rgba(201, 168, 76, 0.15) !important;
    }

    body.login-body .login-header-wrapper {
        margin-bottom: 1.1rem !important;
    }

    body.login-body .login-brand-logo-container {
        margin-bottom: 0.45rem !important;
    }

    body.login-body .login-brand-logo {
        width: 64px !important;
        max-width: 64px !important;
        height: 64px !important;
        padding: 5px !important;
    }

    body.login-body .login-title {
        font-size: 1.3rem !important;
        margin-bottom: 0.15rem !important;
    }

    body.login-body .login-subtitle {
        font-size: 0.65rem !important;
        letter-spacing: 0.12em !important;
    }

    body.login-body .login-field-group {
        margin-bottom: 0.95rem !important;
    }

    body.login-body .login-field-label {
        font-size: 0.7rem !important;
        margin-bottom: 0.35rem !important;
    }

    body.login-body .login-input-group .form-control {
        padding-top: 0.58rem !important;
        padding-bottom: 0.58rem !important;
        font-size: 0.86rem !important;
    }

    body.login-body .login-input-group .input-group-text {
        padding-left: 0.8rem !important;
        padding-right: 0.55rem !important;
    }

    body.login-body .btn-wine-login {
        padding: 0.7rem 1.2rem !important;
        font-size: 0.88rem !important;
        border-radius: 12px !important;
        margin-top: 0.25rem !important;
    }

    body.login-body .login-card-footer {
        margin-top: 0.95rem !important;
        padding-top: 0.65rem !important;
    }

    body.login-body .login-security-badge {
        padding: 0.25rem 0.75rem !important;
        font-size: 0.64rem !important;
    }

    body.login-body .login-copyright-text {
        margin-top: 0.75rem !important;
        font-size: 0.68rem !important;
    }
}

/* Desktop Fix (Guarantees max-width: 440px on all desktop resolutions) */
@media (min-width: 577px) {
    body.login-body .login-card {
        width: 100% !important;
        max-width: 440px !important;
        margin: 0 auto !important;
    }
}

/* Status & Payment Cards Styling */
.status-pay-card,
.payment-card-btn {
    cursor: pointer !important;
    user-select: none;
    transition: all 0.2s ease-in-out;
}

.status-pay-card {
    min-height: 82px;
}

.status-pay-card *,
.payment-card-btn * {
    cursor: pointer !important;
}

.status-pay-card:hover,
.payment-card-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.status-pay-label {
    font-size: 0.82rem;
    line-height: 1.2;
    text-align: center;
}

@media (max-width: 576px) {
    .status-pay-card {
        padding: 10px 4px !important;
        min-height: 76px;
    }
    .status-pay-card i {
        font-size: 1.35rem !important;
        margin-bottom: 4px !important;
    }
    .status-pay-label {
        font-size: 0.72rem;
        letter-spacing: -0.2px;
        line-height: 1.15;
    }
}
