:root {
    --admin-font: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --admin-bg: #f1f5f9;
    --admin-text: #0f172a;
    --admin-muted: #475569;
    --admin-border: #e2e8f0;
    --admin-modal-gap: 1rem;
    --admin-modal-radius: 1rem;
    --admin-modal-shadow: 0 28px 60px rgba(15, 23, 42, 0.18);
    --admin-modal-header-bg: #f8fafc;
    --admin-modal-footer-bg: #ffffff;
    --admin-modal-input-radius: 0.75rem;
}
html {
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: var(--admin-font);
    background-color: var(--admin-bg);
    color: var(--admin-text);
    font-size: 14px;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
}
button,
input,
select,
textarea {
    font: inherit;
}
h1,
h2,
h3,
h4 {
    letter-spacing: -0.02em;
}
.page-shell {
    width: 100%;
}
.page-shell,
body > .max-w-7xl.mx-auto,
body > .mb-8 {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.page-intro h1,
.page-title {
    font-size: 1.85rem;
    font-weight: 800;
    line-height: 1.15;
    color: #0f172a;
}
.page-intro p,
.page-subtitle {
    color: var(--admin-muted);
    font-size: 0.95rem;
}
.page-header,
.toolbar-stack,
body > .mb-8 > .flex.flex-col.md\:flex-row.md\:items-center.justify-between.gap-4.mb-6,
body > .max-w-7xl.mx-auto > .flex.flex-col.lg\:flex-row.lg\:items-center.lg\:justify-between.gap-4.mb-6,
body > .max-w-7xl.mx-auto > .flex.items-center.justify-between.mb-6 {
    margin-bottom: 1.5rem !important;
    gap: 1rem !important;
}
.page-header h1,
.toolbar-stack h1,
body > .mb-8 h1,
body > .max-w-7xl.mx-auto h1.text-3xl,
body > .max-w-7xl.mx-auto h1.text-2xl {
    font-size: 1.85rem !important;
    line-height: 1.1;
    letter-spacing: -0.03em;
    font-weight: 800 !important;
}
.page-header p,
.toolbar-stack p,
body > .mb-8 p.text-slate-500,
body > .max-w-7xl.mx-auto p.text-slate-500 {
    font-size: 0.92rem;
    color: #64748b !important;
}
.admin-card {
    background: #fff;
    border: 1px solid var(--admin-border);
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}
.page-shell .bg-white.rounded-xl.shadow-sm.border,
.page-shell .bg-white.rounded-lg.shadow-sm,
.page-shell .bg-white.rounded-xl.shadow-md,
body > .max-w-7xl.mx-auto .bg-white.rounded-xl.shadow-sm.border,
body > .max-w-7xl.mx-auto .bg-white.rounded-xl.shadow-md,
body > .mb-8 .bg-white.rounded-xl.shadow-sm.border {
    border-color: #e2e8f0 !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05) !important;
}
.page-shell .overflow-x-auto,
body > .max-w-7xl.mx-auto .overflow-x-auto,
body > .mb-8 .overflow-x-auto {
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}
.page-shell table,
body > .max-w-7xl.mx-auto table,
body > .mb-8 table {
    border-collapse: separate;
    border-spacing: 0;
}
.page-shell thead tr,
body > .max-w-7xl.mx-auto thead tr,
body > .mb-8 thead tr {
    background: #f8fafc !important;
}
.page-shell thead th,
body > .max-w-7xl.mx-auto thead th,
body > .mb-8 thead th {
    font-size: 0.7rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em;
    color: #64748b !important;
    text-transform: uppercase;
    padding-top: 0.95rem !important;
    padding-bottom: 0.95rem !important;
}
.page-shell tbody td,
body > .max-w-7xl.mx-auto tbody td,
body > .mb-8 tbody td {
    padding-top: 0.95rem !important;
    padding-bottom: 0.95rem !important;
    vertical-align: middle;
}
.page-shell tbody tr:hover,
body > .max-w-7xl.mx-auto tbody tr:hover,
body > .mb-8 tbody tr:hover {
    background: #fafcff;
}

/* Filter bars and form controls */
.page-shell .filter-grid input,
.page-shell .filter-grid select,
.page-shell .toolbar-actions input,
.page-shell .toolbar-actions select,
body > .max-w-7xl.mx-auto input[type="text"],
body > .max-w-7xl.mx-auto input[type="date"],
body > .max-w-7xl.mx-auto input[type="month"],
body > .max-w-7xl.mx-auto select,
body > .mb-8 input[type="month"],
body > .mb-8 select {
    min-height: 2.7rem;
    border-radius: 0.85rem !important;
    border-color: #d7dee8 !important;
    box-shadow: none !important;
}
.page-shell .filter-grid input:focus,
.page-shell .filter-grid select:focus,
.page-shell .toolbar-actions input:focus,
.page-shell .toolbar-actions select:focus,
body > .max-w-7xl.mx-auto input:focus,
body > .max-w-7xl.mx-auto select:focus,
body > .mb-8 input:focus,
body > .mb-8 select:focus {
    border-color: #60a5fa !important;
    box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.14) !important;
    outline: none;
}

/* Action buttons */
.page-shell button.bg-blue-600,
.page-shell a.bg-blue-600,
body > .max-w-7xl.mx-auto button.bg-blue-600,
body > .mb-8 button.bg-blue-600 {
    border-radius: 0.85rem !important;
    min-height: 2.7rem;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    font-size: 0.86rem !important;
    font-weight: 700 !important;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.14);
}
.page-shell button.bg-green-600,
body > .max-w-7xl.mx-auto button.bg-green-600,
body > .mb-8 button.bg-green-600 {
    border-radius: 0.85rem !important;
    min-height: 2.7rem;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    font-size: 0.86rem !important;
    font-weight: 700 !important;
    box-shadow: 0 8px 18px rgba(22, 163, 74, 0.12);
}
.page-shell button.bg-slate-200,
.page-shell button.bg-gray-200,
body > .max-w-7xl.mx-auto button.bg-slate-200,
body > .max-w-7xl.mx-auto button.bg-gray-200,
body > .mb-8 button.bg-slate-200,
body > .mb-8 button.bg-gray-200 {
    border-radius: 0.85rem !important;
    min-height: 2.7rem;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    font-size: 0.84rem !important;
    font-weight: 700 !important;
    border: 1px solid #d7dee8;
}

/* Status badges and pills */
.page-shell .status-pill,
.page-shell .inline-flex.items-center.rounded-full,
body > .max-w-7xl.mx-auto .status-pill,
body > .mb-8 .status-pill {
    letter-spacing: 0.04em;
}

/* Summary/stat cards */
body > .mb-8 .grid.grid-cols-1.md\:grid-cols-3.gap-6 > div,
.page-shell .grid.grid-cols-1.md\:grid-cols-3.gap-6 > div {
    border-radius: 1rem !important;
    border-color: #e2e8f0 !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05) !important;
}
.admin-alert {
    animation: adminAlertFadeIn 0.22s ease-out;
}

/* Shared modal tightening for legacy admin popups */
[id$="Modal"].fixed.inset-0.bg-gray-600.bg-opacity-50.overflow-y-auto.h-full.w-full.z-40:not(.hidden),
[id$="Modal"].fixed.inset-0.bg-gray-900.bg-opacity-50.overflow-y-auto.h-full.w-full.z-40:not(.hidden) {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: var(--admin-modal-gap);
    overflow-y: auto;
}

[id$="Modal"].fixed.inset-0.bg-gray-600.bg-opacity-50.overflow-y-auto.h-full.w-full.z-40 > .relative,
[id$="Modal"].fixed.inset-0.bg-gray-900.bg-opacity-50.overflow-y-auto.h-full.w-full.z-40 > .relative {
    top: auto !important;
    width: min(100%, calc(100vw - 2rem)) !important;
    max-height: calc(100vh - 2rem);
    margin: 0 auto;
    padding: 0 !important;
    border-radius: var(--admin-modal-radius) !important;
    border: 1px solid #dbe2ea;
    box-shadow: var(--admin-modal-shadow);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

[id$="Modal"].fixed.inset-0.bg-gray-600.bg-opacity-50.overflow-y-auto.h-full.w-full.z-40 > .relative > .flex.justify-between.items-center.pb-3.border-b,
[id$="Modal"].fixed.inset-0.bg-gray-900.bg-opacity-50.overflow-y-auto.h-full.w-full.z-40 > .relative > .flex.justify-between.items-center.pb-3.border-b {
    padding: 1rem 1.25rem;
    margin: 0;
    border-color: #e2e8f0;
    flex: 0 0 auto;
}

[id$="Modal"].fixed.inset-0.bg-gray-600.bg-opacity-50.overflow-y-auto.h-full.w-full.z-40 > .relative > .mt-5,
[id$="Modal"].fixed.inset-0.bg-gray-600.bg-opacity-50.overflow-y-auto.h-full.w-full.z-40 > .relative > .mt-4,
[id$="Modal"].fixed.inset-0.bg-gray-900.bg-opacity-50.overflow-y-auto.h-full.w-full.z-40 > .relative > .mt-5,
[id$="Modal"].fixed.inset-0.bg-gray-900.bg-opacity-50.overflow-y-auto.h-full.w-full.z-40 > .relative > .mt-4 {
    padding: 1rem 1.25rem 0;
    margin-top: 0;
    overflow-y: auto;
    min-height: 0;
}

[id$="Modal"].fixed.inset-0.bg-gray-600.bg-opacity-50.overflow-y-auto.h-full.w-full.z-40 > .relative > .flex.justify-end.pt-4.space-x-2.border-t.mt-4,
[id$="Modal"].fixed.inset-0.bg-gray-600.bg-opacity-50.overflow-y-auto.h-full.w-full.z-40 > .relative > .flex.justify-end.pt-4.border-t.mt-4,
[id$="Modal"].fixed.inset-0.bg-gray-900.bg-opacity-50.overflow-y-auto.h-full.w-full.z-40 > .relative > .flex.justify-end.pt-4.space-x-2.border-t.mt-4,
[id$="Modal"].fixed.inset-0.bg-gray-900.bg-opacity-50.overflow-y-auto.h-full.w-full.z-40 > .relative > .flex.justify-end.pt-4.border-t.mt-4 {
    padding: 0.95rem 1.25rem;
    margin-top: 0;
    border-color: #e2e8f0;
    background: #fff;
    flex: 0 0 auto;
}

[id$="Modal"].fixed.inset-0.bg-gray-600.bg-opacity-50.overflow-y-auto.h-full.w-full.z-40 h3.text-2xl,
[id$="Modal"].fixed.inset-0.bg-gray-900.bg-opacity-50.overflow-y-auto.h-full.w-full.z-40 h3.text-2xl {
    font-size: 1.2rem;
    line-height: 1.2;
}

#cityModal > .relative { max-width: 520px !important; }
#fareModal > .relative { max-width: 760px !important; }
#addDriverModal > .relative { max-width: 820px !important; }
#viewDriverModal > .relative { max-width: 780px !important; }
#addVehicleModal > .relative { max-width: 980px !important; }
#addBookingModal > .relative { max-width: 960px !important; }
#viewBookingModal > .relative { max-width: 760px !important; }
#allocationAlertModal > .relative { max-width: 860px !important; }

/* Lightweight modern modals already using flex layouts */
#customerModal:not(.hidden),
#deleteModal:not(.hidden),
#expenseModal:not(.hidden) {
    padding: var(--admin-modal-gap);
}

#customerModal > div,
#deleteModal > div,
#expenseModal > div {
    width: min(100%, calc(100vw - 2rem));
    max-height: calc(100vh - 2rem);
    overflow: auto;
    border-radius: var(--admin-modal-radius);
    box-shadow: var(--admin-modal-shadow);
}

/* Shared modal visual language */
[id$="Modal"].fixed:not(.hidden) .text-gray-400.hover\:text-gray-600,
[id$="Modal"].fixed:not(.hidden) .text-slate-400.hover\:text-slate-600,
#customerModal:not(.hidden) .text-slate-400.hover\:text-red-500,
#expenseModal:not(.hidden) .text-slate-400.hover\:text-slate-600,
#deleteModal:not(.hidden) .text-slate-400.hover\:text-slate-600 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e2e8f0;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

[id$="Modal"].fixed:not(.hidden) .text-gray-400.hover\:text-gray-600:hover,
[id$="Modal"].fixed:not(.hidden) .text-slate-400.hover\:text-slate-600:hover,
#customerModal:not(.hidden) .text-slate-400.hover\:text-red-500:hover,
#expenseModal:not(.hidden) .text-slate-400.hover\:text-slate-600:hover,
#deleteModal:not(.hidden) .text-slate-400.hover\:text-slate-600:hover {
    background: #eff6ff;
    border-color: #bfdbfe;
    color: #2563eb !important;
}

[id$="Modal"].fixed.inset-0.bg-gray-600.bg-opacity-50.overflow-y-auto.h-full.w-full.z-40 > .relative > .flex.justify-between.items-center.pb-3.border-b,
[id$="Modal"].fixed.inset-0.bg-gray-900.bg-opacity-50.overflow-y-auto.h-full.w-full.z-40 > .relative > .flex.justify-between.items-center.pb-3.border-b,
#customerModal > div > .flex.justify-between.items-center.mb-6.border-b.pb-4,
#expenseModal > div > .px-6.py-4.border-b.border-slate-100.flex.justify-between.items-center.bg-slate-50 {
    background: var(--admin-modal-header-bg);
}

[id$="Modal"].fixed.inset-0.bg-gray-600.bg-opacity-50.overflow-y-auto.h-full.w-full.z-40 > .relative > .flex.justify-between.items-center.pb-3.border-b h3,
[id$="Modal"].fixed.inset-0.bg-gray-900.bg-opacity-50.overflow-y-auto.h-full.w-full.z-40 > .relative > .flex.justify-between.items-center.pb-3.border-b h3,
#customerModal > div > .flex.justify-between.items-center.mb-6.border-b.pb-4 h2,
#expenseModal > div > .px-6.py-4.border-b.border-slate-100.flex.justify-between.items-center.bg-slate-50 h3 {
    font-size: 1.08rem !important;
    font-weight: 800 !important;
    line-height: 1.2;
    color: #0f172a;
}

[id$="Modal"].fixed:not(.hidden) label.block.text-sm,
[id$="Modal"].fixed:not(.hidden) .block.text-sm.font-medium,
#customerModal:not(.hidden) label.block.text-sm,
#expenseModal:not(.hidden) label.block.text-sm {
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    color: #475569 !important;
    letter-spacing: 0.01em;
}

[id$="Modal"].fixed:not(.hidden) input:not([type="checkbox"]):not([type="radio"]),
[id$="Modal"].fixed:not(.hidden) select,
[id$="Modal"].fixed:not(.hidden) textarea,
#customerModal:not(.hidden) input:not([type="checkbox"]):not([type="radio"]),
#customerModal:not(.hidden) select,
#customerModal:not(.hidden) textarea,
#expenseModal:not(.hidden) input:not([type="checkbox"]):not([type="radio"]),
#expenseModal:not(.hidden) select,
#expenseModal:not(.hidden) textarea {
    min-height: 2.7rem;
    border-radius: var(--admin-modal-input-radius) !important;
    border-color: #d7dee8 !important;
    padding: 0.62rem 0.82rem !important;
    font-size: 0.88rem !important;
    line-height: 1.35;
    box-shadow: none !important;
}

[id$="Modal"].fixed:not(.hidden) textarea,
#customerModal:not(.hidden) textarea,
#expenseModal:not(.hidden) textarea {
    min-height: auto;
}

[id$="Modal"].fixed:not(.hidden) input:focus,
[id$="Modal"].fixed:not(.hidden) select:focus,
[id$="Modal"].fixed:not(.hidden) textarea:focus,
#customerModal:not(.hidden) input:focus,
#customerModal:not(.hidden) select:focus,
#customerModal:not(.hidden) textarea:focus,
#expenseModal:not(.hidden) input:focus,
#expenseModal:not(.hidden) select:focus,
#expenseModal:not(.hidden) textarea:focus {
    border-color: #60a5fa !important;
    box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.14) !important;
    outline: none;
}

[id$="Modal"].fixed:not(.hidden) .flex.justify-end.pt-4.space-x-2.border-t.mt-4,
[id$="Modal"].fixed:not(.hidden) .flex.justify-end.pt-4.border-t.mt-4,
#customerModal:not(.hidden) form .mt-8.flex.justify-end.gap-3,
#expenseModal:not(.hidden) form .pt-4.flex.justify-end.gap-3,
#deleteModal:not(.hidden) .flex.justify-center.gap-3 {
    gap: 0.65rem !important;
}

[id$="Modal"].fixed:not(.hidden) .flex.justify-end.pt-4.space-x-2.border-t.mt-4 button,
[id$="Modal"].fixed:not(.hidden) .flex.justify-end.pt-4.border-t.mt-4 button,
#customerModal:not(.hidden) form .mt-8.flex.justify-end.gap-3 button,
#expenseModal:not(.hidden) form .pt-4.flex.justify-end.gap-3 button,
#deleteModal:not(.hidden) .flex.justify-center.gap-3 button {
    min-height: 2.5rem;
    padding: 0.62rem 1rem !important;
    border-radius: 0.8rem !important;
    font-size: 0.84rem !important;
    font-weight: 700 !important;
    box-shadow: none !important;
}

[id$="Modal"].fixed:not(.hidden) .flex.justify-end.pt-4.space-x-2.border-t.mt-4 button.bg-gray-200,
[id$="Modal"].fixed:not(.hidden) .flex.justify-end.pt-4.border-t.mt-4 button.bg-gray-200,
[id$="Modal"].fixed:not(.hidden) .flex.justify-end.pt-4.space-x-2.border-t.mt-4 button.bg-slate-200,
[id$="Modal"].fixed:not(.hidden) .flex.justify-end.pt-4.border-t.mt-4 button.bg-slate-200,
#customerModal:not(.hidden) form .mt-8.flex.justify-end.gap-3 button:not(.bg-blue-600),
#expenseModal:not(.hidden) form .pt-4.flex.justify-end.gap-3 button:not(.bg-blue-600),
#deleteModal:not(.hidden) .flex.justify-center.gap-3 button.border {
    background: #f8fafc !important;
    color: #475569 !important;
    border: 1px solid #d7dee8 !important;
}

[id$="Modal"].fixed:not(.hidden) .flex.justify-end.pt-4.space-x-2.border-t.mt-4 button.bg-blue-600,
[id$="Modal"].fixed:not(.hidden) .flex.justify-end.pt-4.border-t.mt-4 button.bg-blue-600,
#customerModal:not(.hidden) form .mt-8.flex.justify-end.gap-3 button.bg-blue-600,
#expenseModal:not(.hidden) form .pt-4.flex.justify-end.gap-3 button.bg-blue-600,
#deleteModal:not(.hidden) .flex.justify-center.gap-3 button.bg-red-600 {
    border: 1px solid transparent !important;
}

#customerModal > div {
    max-width: 560px;
}

#expenseModal > div {
    max-width: 460px;
}

#deleteModal > div {
    max-width: 380px;
    padding: 1.25rem 1.15rem;
}

@media (max-width: 1024px) {
    .admin-auto-responsive-table,
    .admin-auto-responsive-table thead,
    .admin-auto-responsive-table tbody,
    .admin-auto-responsive-table tr,
    .admin-auto-responsive-table th,
    .admin-auto-responsive-table td {
        display: block;
        width: 100% !important;
    }

    .admin-auto-responsive-table thead {
        display: none;
    }

    .admin-auto-responsive-table tbody {
        display: grid;
        gap: 0.95rem;
        padding: 1rem;
    }

    .admin-auto-responsive-table tr {
        border: 1px solid #e2e8f0;
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
        background: #fff;
    }

    .admin-auto-responsive-table td[data-label] {
        display: grid;
        grid-template-columns: 100px minmax(0, 1fr);
        gap: 0.72rem;
        align-items: start;
        padding: 0.78rem 1rem !important;
        border-bottom: 1px solid #f1f5f9;
    }

    .admin-auto-responsive-table td[data-label]::before {
        content: attr(data-label);
        color: #64748b;
        font-size: 0.68rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        line-height: 1.35;
    }

    .admin-auto-responsive-table td[data-label]:last-child {
        border-bottom: 0;
    }

    .admin-auto-responsive-table td[data-label] > * {
        min-width: 0;
    }
}

@media (max-width: 768px) {
    .page-header h1,
    .toolbar-stack h1,
    body > .mb-8 h1,
    body > .max-w-7xl.mx-auto h1.text-3xl,
    body > .max-w-7xl.mx-auto h1.text-2xl {
        font-size: 1.55rem !important;
    }
    [id$="Modal"].fixed.inset-0.bg-gray-600.bg-opacity-50.overflow-y-auto.h-full.w-full.z-40:not(.hidden),
    [id$="Modal"].fixed.inset-0.bg-gray-900.bg-opacity-50.overflow-y-auto.h-full.w-full.z-40:not(.hidden),
    #customerModal:not(.hidden),
    #deleteModal:not(.hidden),
    #expenseModal:not(.hidden) {
        padding: 0.6rem;
    }

    [id$="Modal"].fixed.inset-0.bg-gray-600.bg-opacity-50.overflow-y-auto.h-full.w-full.z-40 > .relative,
    [id$="Modal"].fixed.inset-0.bg-gray-900.bg-opacity-50.overflow-y-auto.h-full.w-full.z-40 > .relative,
    #customerModal > div,
    #deleteModal > div,
    #expenseModal > div {
        max-height: calc(100vh - 1.2rem);
        border-radius: 0.9rem !important;
    }

    [id$="Modal"].fixed.inset-0.bg-gray-600.bg-opacity-50.overflow-y-auto.h-full.w-full.z-40 > .relative > .flex.justify-between.items-center.pb-3.border-b,
    [id$="Modal"].fixed.inset-0.bg-gray-900.bg-opacity-50.overflow-y-auto.h-full.w-full.z-40 > .relative > .flex.justify-between.items-center.pb-3.border-b,
    [id$="Modal"].fixed.inset-0.bg-gray-600.bg-opacity-50.overflow-y-auto.h-full.w-full.z-40 > .relative > .mt-5,
    [id$="Modal"].fixed.inset-0.bg-gray-600.bg-opacity-50.overflow-y-auto.h-full.w-full.z-40 > .relative > .mt-4,
    [id$="Modal"].fixed.inset-0.bg-gray-900.bg-opacity-50.overflow-y-auto.h-full.w-full.z-40 > .relative > .mt-5,
    [id$="Modal"].fixed.inset-0.bg-gray-900.bg-opacity-50.overflow-y-auto.h-full.w-full.z-40 > .relative > .mt-4,
    [id$="Modal"].fixed.inset-0.bg-gray-600.bg-opacity-50.overflow-y-auto.h-full.w-full.z-40 > .relative > .flex.justify-end.pt-4.space-x-2.border-t.mt-4,
    [id$="Modal"].fixed.inset-0.bg-gray-600.bg-opacity-50.overflow-y-auto.h-full.w-full.z-40 > .relative > .flex.justify-end.pt-4.border-t.mt-4,
    [id$="Modal"].fixed.inset-0.bg-gray-900.bg-opacity-50.overflow-y-auto.h-full.w-full.z-40 > .relative > .flex.justify-end.pt-4.space-x-2.border-t.mt-4,
    [id$="Modal"].fixed.inset-0.bg-gray-900.bg-opacity-50.overflow-y-auto.h-full.w-full.z-40 > .relative > .flex.justify-end.pt-4.border-t.mt-4 {
        padding-left: 0.95rem;
        padding-right: 0.95rem;
    }

    .admin-auto-responsive-table tbody {
        padding: 0.8rem;
        gap: 0.75rem;
    }

    .admin-auto-responsive-table td[data-label] {
        grid-template-columns: 86px minmax(0, 1fr);
        padding: 0.72rem 0.85rem !important;
    }
}
@keyframes adminAlertFadeIn {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
