/* ══════════════════════════════════════════════════════════════
   custom.css — InApp Design System v3
   Built on Looper Bootstrap 4 · Expert UI/UX
   ──────────────────────────────────────────────────────────────
   Font       : Inter 400/500/600/700
   Primary    : #3063A0 (bleu navbar)
   Palette    : Green #22C55E · Blue #38BDF8 · Yellow #FACC15
   Pastels    : #EBF2FA · #ECFDF5 · #EFF6FF · #FEFCE8
   Text       : #0F172A · #334155 · #64748B
   Border     : #E2E8F0   Radius : 12/8px
   ══════════════════════════════════════════════════════════════ */

/* ─────────────────────────────────
   §0  GLOBAL
   ───────────────────────────────── */
body {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px;
    color: #334155;
    background-color: #F8FAFC;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
::selection { background: rgba(48,99,160,.15); }
a { transition: color .15s ease; }

/* ─────────────────────────────────
   §1  SIDEBAR
   ───────────────────────────────── */
.app-aside {
    background-color: #fff;
    border-right: 1px solid #F1F5F9;
}
.stacked-menu .menu-item > .menu-link {
    color: #334155;
    font-size: 13.5px;
    font-weight: 400;
    padding: 10px 16px;
    border-radius: 8px;
    margin: 2px 8px;
    transition: all .15s ease;
}
.stacked-menu .menu-item > .menu-link:hover {
    background: #F1F5F9;
    color: #0F172A;
}
.stacked-menu .menu-item.has-active > .menu-link,
.stacked-menu .menu-item.has-active > .menu-link:hover {
    background: #EBF2FA !important;
    color: #3063A0 !important;
    font-weight: 500;
}
.stacked-menu .menu-item.has-active > .menu-link .menu-icon {
    color: #3063A0 !important;
}
.menu-icon.mdi { font-size: 1.25rem; }

/* ─────────────────────────────────
   §2  TOPBAR
   ───────────────────────────────── */
.app-header { box-shadow: 0 1px 3px rgba(0,0,0,.04) !important; }
.app-header .top-bar {
    background: #3063A0 !important;
    border-bottom: 1px solid rgba(255,255,255,.1) !important;
}
.app-header .top-bar-brand h5, 
.app-header .top-bar-list .nav-link,
.app-header .account-name,
.app-header .account-description {
    color: #fff !important;
}
.app-header .hamburger-inner,
.app-header .hamburger-inner::before,
.app-header .hamburger-inner::after {
    background-color: #fff !important;
}

/* ─────────────────────────────────
   § DARK MODE COMPATIBILITY
   ───────────────────────────────── */
.dark-skin body {
    background-color: #121826 !important;
    color: #cbd5e1 !important;
}
.dark-skin .app-aside, 
.dark-skin .card, 
.dark-skin .card-secondary, 
.dark-skin .card-chart, 
.dark-skin .card.inapp-stat,
.dark-skin .dropdown-menu,
.dark-skin .modal-content {
    background-color: #1e293b !important;
    border-color: #334155 !important;
    color: #f1f5f9 !important;
}
.dark-skin .page-title, 
.dark-skin .card-chart-title, 
.dark-skin .secondary-value, 
.dark-skin .kpi-value-new,
.dark-skin .inapp-metric-value,
.dark-skin .inapp-stat-value,
.dark-skin .account-name,
.dark-skin .menu-link,
.dark-skin .table td,
.dark-skin .table th {
    color: #f1f5f9 !important;
}
.dark-skin .text-muted,
.dark-skin .page-subtitle,
.dark-skin .kpi-label-new,
.dark-skin .secondary-label,
.dark-skin .inapp-metric-label {
    color: #94a3b8 !important;
}
.dark-skin .stacked-menu .menu-item > .menu-link:hover {
    background: #334155 !important;
}
.dark-skin .table-hover tbody tr:hover {
    background-color: rgba(255,255,255,0.03) !important;
}
.dark-skin .border, 
.dark-skin .border-top, 
.dark-skin .border-bottom, 
.dark-skin .border-left, 
.dark-skin .border-right,
.dark-skin .table td, 
.dark-skin .table th {
    border-color: #334155 !important;
}
.dark-skin .bg-light {
    background-color: #1e293b !important;
}
.dark-skin .custom-select,
.dark-skin .form-control {
    background-color: #0f172a !important;
    border-color: #334155 !important;
    color: #f1f5f9 !important;
}
/* KPIs in dark mode */
.dark-skin .theme-blue { background-color: rgba(48, 99, 160, 0.15) !important; }
.dark-skin .theme-green { background-color: rgba(16, 185, 129, 0.15) !important; }
.dark-skin .theme-yellow { background-color: rgba(234, 179, 8, 0.15) !important; }
.dark-skin .theme-red { background-color: rgba(239, 68, 68, 0.15) !important; }

/* ─────────────────────────────────
   § PRELOADER / SPINNER
   ───────────────────────────────── */
html.loading::before {
    content: "";
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: #fff;
    z-index: 9999;
}
.dark-skin.loading::before { background: #121826; }

html.loading::after {
    content: "";
    position: fixed;
    top: 50%; left: 50%;
    width: 40px; height: 40px;
    margin: -20px 0 0 -20px;
    border: 3px solid rgba(48, 99, 160, 0.1);
    border-top-color: #3063A0;
    border-radius: 50%;
    z-index: 10000;
    animation: spin 0.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

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

/* ─────────────────────────────────
   §3  PAGE WRAPPERS
   sidebar-section-fill pages
   ───────────────────────────────── */
.sidebar-section-fill {
    padding: 28px 32px !important;
}
@media (max-width: 768px) {
    .sidebar-section-fill {
        padding: 20px 16px !important;
    }
}

/* ─────────────────────────────────
   §4  PAGE HEADER — shared
   ───────────────────────────────── */
.inapp-page-header {
    margin-bottom: 24px;
    padding-bottom: 0;
}
.inapp-page-header .page-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 4px;
    letter-spacing: -.01em;
    line-height: 1.3;
}
.inapp-page-header .page-subtitle {
    color: #64748B;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
}

/* ─────────────────────────────────
   §5  KPI METRIC CARDS (Row 1)
   ───────────────────────────────── */
.card.inapp-metric {
    border: none !important;
    border-radius: 14px !important;
    box-shadow: 0 1px 3px rgba(0,0,0,.04), 0 4px 12px rgba(0,0,0,.03);
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
}
.card.inapp-metric:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,.07);
}
.card.inapp-metric > .card-body {
    padding: 20px !important;
    display: flex !important;
    align-items: center !important;
    gap: 16px;
}

/* Pastel backgrounds */
.card.inapp-metric.bg-pastel-orange { background-color: #EBF2FA !important; }
.card.inapp-metric.bg-pastel-green  { background-color: #ECFDF5 !important; }
.card.inapp-metric.bg-pastel-blue   { background-color: #EFF6FF !important; }
.card.inapp-metric.bg-pastel-yellow { background-color: #FEFCE8 !important; }

/* Icon box — 44×44 */
.inapp-icon-box {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    border-radius: 10px !important;
    flex-shrink: 0 !important;
}
.inapp-icon-box .mdi { font-size: 1.25rem !important; color: #fff !important; line-height: 1 !important; }
.inapp-icon-box.box-orange { background: linear-gradient(135deg, #3063A0, #4682B4) !important; }
.inapp-icon-box.box-green  { background: linear-gradient(135deg, #22C55E, #4ADE80) !important; }
.inapp-icon-box.box-blue   { background: linear-gradient(135deg, #38BDF8, #7DD3FC) !important; }
.inapp-icon-box.box-yellow { background: linear-gradient(135deg, #EAB308, #FACC15) !important; }

/* Metric text */
.inapp-metric-text { min-width: 0; }
.inapp-metric-text .inapp-metric-label {
    font-size: 11.5px;
    font-weight: 500;
    color: #64748B;
    text-transform: uppercase;
    letter-spacing: .4px;
    margin-bottom: 6px;
}
.inapp-metric-text .inapp-metric-value {
    font-size: 20px;
    font-weight: 700;
    color: #0F172A;
    line-height: 1.2;
    margin-bottom: 4px;
    letter-spacing: -.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inapp-metric-text .inapp-metric-note {
    font-size: 12px;
    font-weight: 500;
}
.text-positive { color: #16A34A !important; }
.text-negative { color: #DC2626 !important; }

/* ─────────────────────────────────
   §6  STAT CARDS (Row 2)
   ───────────────────────────────── */
.card.inapp-stat {
    border: 1px solid #E2E8F0 !important;
    border-radius: 14px !important;
    background-color: #fff !important;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
    transition: all .2s ease;
}
.card.inapp-stat:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,.07);
    border-color: #3063A0 !important;
}
.card.inapp-stat > .card-body {
    padding: 20px !important;
    padding-right: 72px !important;
}
.inapp-stat .inapp-stat-value {
    font-size: 22px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 2px;
    line-height: 1.2;
    letter-spacing: -.01em;
}
.inapp-stat .inapp-stat-label {
    font-size: 13px;
    color: #64748B;
    font-weight: 400;
    margin-bottom: 0;
}
.inapp-stat .inapp-stat-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inapp-stat .inapp-stat-icon .mdi { font-size: 1.15rem; }
.inapp-stat .inapp-stat-icon.icon-orange { background: #EBF2FA; color: #3063A0; }
.inapp-stat .inapp-stat-icon.icon-green  { background: #ECFDF5; color: #22C55E; }
.inapp-stat .inapp-stat-icon.icon-blue   { background: #EFF6FF; color: #38BDF8; }
.inapp-stat .inapp-stat-icon.icon-yellow { background: #FEFCE8; color: #EAB308; }
.inapp-stat .inapp-stat-icon.icon-red    { background: #FEF2F2; color: #EF4444; }
.inapp-stat .inapp-stat-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #F1F5F9;
    font-size: 12.5px;
}
a.inapp-view {
    color: #3063A0;
    font-size: 12.5px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: color .15s ease, gap .15s ease;
}
a.inapp-view:hover { color: #1e3f66; text-decoration: none; }
a.inapp-view::after {
    content: '\2192';
    font-size: 13px;
    transition: transform .15s ease;
}
a.inapp-view:hover::after { transform: translateX(3px); }

/* ─────────────────────────────────
   §7  CHART / CONTENT CARDS
   ───────────────────────────────── */
.card.inapp-card {
    border: 1px solid #E2E8F0 !important;
    border-radius: 14px !important;
    background-color: #fff !important;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
    overflow: hidden;
}
.card.inapp-card > .card-header {
    background: #fff !important;
    padding: 16px 20px !important;
    border-bottom: 1px solid #F1F5F9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card.inapp-card > .card-header .card-title {
    font-size: 14px;
    font-weight: 600;
    color: #0F172A;
    margin: 0;
}
.card.inapp-card > .card-body {
    padding: 20px !important;
}
.card.inapp-card .card-body.p-0 { padding: 0 !important; }
.chart-container { position: relative; min-height: 260px; }

/* ─────────────────────────────────
   §8  CARD-FLUID (all pages)
   ───────────────────────────────── */
.card.card-fluid {
    border: 1px solid #E2E8F0 !important;
    border-radius: 12px !important;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
    overflow: hidden;
}
.card.card-fluid > .card-header {
    padding: 14px 20px !important;
    font-weight: 600;
    font-size: 14px;
    color: #0F172A;
    background: #fff !important;
    border-bottom: 1px solid #E2E8F0;
}
.card.card-fluid > .card-body {
    padding: 20px !important;
}
.card.card-fluid > .card-body.p-0,
.card.card-fluid > .card-body.table-responsive {
    padding: 0 !important;
}
.card.card-fluid > .card-footer {
    padding: 14px 20px !important;
    background: #F8FAFC;
    border-top: 1px solid #E2E8F0;
}

/* ─────────────────────────────────
   §9  TABLES
   ───────────────────────────────── */
.table th,
.table td {
    padding: .6rem .75rem !important;
    vertical-align: middle !important;
    font-size: 13px;
    border-color: #F1F5F9;
}
.table tbody td { color: #334155; }
.table tbody tr { transition: background .1s ease; }
.table-hover tbody tr:hover { background-color: #F8FAFC !important; }
.table thead th {
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .5px;
    white-space: nowrap;
    border-bottom: 2px solid #E2E8F0 !important;
    border-top: none !important;
}
/* Default thead */
.table thead:not(.thead-dark):not(.bg-primary):not(.bg-dark):not(.thead-light) th {
    color: #64748B;
    background: #F8FAFC;
}
/* Preserve dark/colored headers */
.table thead.bg-primary th,
.table thead.bg-dark th,
.table thead.thead-dark th {
    color: #fff !important;
    border-color: rgba(255,255,255,.1);
}
.table thead.bg-primary.text-light th { color: #fff !important; }
.table thead.thead-light th {
    background-color: #F8FAFC !important;
    color: #64748B !important;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .5px;
}
/* Contextual text */
.table .text-success { color: #16A34A !important; }
.table .text-danger  { color: #DC2626 !important; }
.table .text-primary { color: #346cb0 !important; }
.table .text-warning { color: #CA8A04 !important; }
.table .text-dark    { color: #0F172A !important; }
.table .text-muted   { color: #94A3B8 !important; }
.table .font-weight-bold { font-weight: 600 !important; }

/* ─────────────────────────────────
   §10  NAV TABS
   ───────────────────────────────── */
.nav-scroller { border-bottom: 1px solid #E2E8F0; }
.nav-tabs {
    border-bottom: none !important;
}
.nav-tabs .nav-link {
    font-weight: 500;
    color: #64748B;
    border: none !important;
    border-bottom: 2px solid transparent !important;
    padding: .65rem 1rem;
    margin-bottom: -1px;
    background: transparent !important;
    font-size: 13.5px;
    transition: color .15s ease;
}
.nav-tabs .nav-link:hover {
    color: #334155;
    border-bottom-color: #CBD5E1 !important;
}
.nav-tabs .nav-link.active {
    color: #3063A0 !important;
    border-bottom-color: #3063A0 !important;
    background: transparent !important;
}

/* ─────────────────────────────────
   §11  SUMMARY BANNERS
   ───────────────────────────────── */
.inapp-summary-card {
    border-radius: 12px !important;
    border: none !important;
    padding: 16px 20px;
    box-shadow: none !important;
}

/* ─────────────────────────────────
   §12  BUTTONS
   ───────────────────────────────── */
.btn { border-radius: 8px; font-weight: 500; font-size: 13.5px; }
.btn-sm { border-radius: 6px; font-size: 12.5px; padding: .3rem .6rem; }
.btn-primary {
    background: #3063A0 !important;
    border-color: #3063A0 !important;
}
.btn-primary:hover,
.btn-primary:focus {
    background: #1e3f66 !important;
    border-color: #1e3f66 !important;
    box-shadow: 0 4px 12px rgba(48,99,160,.25) !important;
}
.btn-success { background: #16A34A !important; border-color: #16A34A !important; }
.btn-success:hover { background: #15803D !important; border-color: #15803D !important; }
.btn-outline-danger {
    color: #DC2626;
    border-color: #FCA5A5;
}
.btn-outline-danger:hover {
    background: #FEF2F2;
    color: #DC2626;
    border-color: #DC2626;
}
.btn-outline-info {
    color: #0EA5E9;
    border-color: #BAE6FD;
}
.btn-outline-info:hover {
    background: #EFF6FF;
    color: #0284C7;
    border-color: #0EA5E9;
}

/* ─────────────────────────────────
   §13  LOOPER NATIVE OVERRIDES
   ───────────────────────────────── */
.metric .metric-label { font-size: 12px; font-weight: 500; color: #64748B; text-transform: uppercase; letter-spacing: .3px; }
.metric .metric-value { color: #0F172A; font-weight: 700; }
.tile { border-radius: 8px; }
.badge { font-weight: 500; letter-spacing: .2px; font-size: 11.5px; padding: .35em .65em; }
.badge-success { background-color: #16A34A; }
.badge-warning { background-color: #FACC15; color: #0F172A; }
.badge-danger  { background-color: #DC2626; }
.badge-info    { background-color: #0EA5E9; }
.badge-light   { background-color: #F1F5F9; color: #334155; }

/* ─────────────────────────────────
   §14  FORM CONTROLS
   ───────────────────────────────── */
.form-control {
    border-radius: 8px;
    border-color: #E2E8F0;
    font-size: 13.5px;
    transition: border-color .15s ease, box-shadow .15s ease;
}
.form-control:focus {
    border-color: #3063A0;
    box-shadow: 0 0 0 3px rgba(48,99,160,.1);
}
.custom-select {
    border-radius: 8px;
    border-color: #E2E8F0;
    font-size: 13.5px;
}
.custom-select:focus {
    border-color: #3063A0;
    box-shadow: 0 0 0 3px rgba(48,99,160,.1);
}

/* ─────────────────────────────────
   §15  UTILITIES
   ───────────────────────────────── */
.panier-scroll { max-height: 380px; overflow-y: auto; }
.panier-scroll::-webkit-scrollbar { width: 4px; }
.panier-scroll::-webkit-scrollbar-track { background: transparent; }
.panier-scroll::-webkit-scrollbar-thumb { background: #CBD5E1; border-radius: 4px; }
.panier-scroll::-webkit-scrollbar-thumb:hover { background: #94A3B8; }

.input-inline    { width: 80px; text-align: center; }
.input-inline-sm { width: 58px; text-align: center; }

.badge-stock-ok  { background-color: #ECFDF5; color: #16A34A; padding: .3em .65em; font-size: 11.5px; border-radius: 20px; font-weight: 600; }
.badge-stock-low { background-color: #FEFCE8; color: #CA8A04; padding: .3em .65em; font-size: 11.5px; border-radius: 20px; font-weight: 600; }
.badge-stock-out { background-color: #FEF2F2; color: #DC2626; padding: .3em .65em; font-size: 11.5px; border-radius: 20px; font-weight: 600; }

.text-muted-inapp  { color: #64748B !important; }
.text-orange       { color: #3063A0 !important; }

/* Summary label / value helpers */
.summary-label {
    color: #64748B;
    font-size: 13px;
    font-weight: 500;
}
.summary-value {
    font-size: 18px;
    font-weight: 700;
    color: #0F172A;
}
.summary-value.text-danger  { color: #DC2626 !important; }
.summary-value.text-success { color: #16A34A !important; }

/* Résumé table inside dashboard */
.table-resume td {
    padding: .7rem 1rem !important;
    border-color: #F1F5F9;
}
.table-resume .resume-icon {
    color: #94A3B8;
    font-size: 1.1rem;
    width: 28px;
    display: inline-block;
    text-align: center;
}

/* Empty state */
.empty-state {
    text-align: center;
    padding: 40px 20px;
    color: #94A3B8;
}
.empty-state .mdi { font-size: 48px; opacity: .3; display: block; margin-bottom: 8px; }
.empty-state p { margin: 0; font-size: 13px; }

/* ─────────────────────────────────
   §16  VENTE PAGE
   ───────────────────────────────── */
.vente-page .card-header.bg-primary {
    background: linear-gradient(135deg, #3063A0, #4682B4) !important;
    border-color: #3063A0 !important;
    border-radius: 12px 12px 0 0 !important;
    padding: 14px 20px !important;
}
.vente-page .card-body.border-top { border-color: #E2E8F0 !important; }
.vente-page label.small,
.vente-page .small.font-weight-bold {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: #64748B;
    margin-bottom: 4px;
}

/* ─────────────────────────────────
   §17  HISTORIQUE & PAIEMENTS
   ───────────────────────────────── */
.sidebar-section-fill .tab-content {
    padding-top: 20px;
}
.sidebar-section-fill .card.card-fluid {
    margin-bottom: 0;
}

/* ─────────────────────────────────
   §18  MODALS
   ───────────────────────────────── */
.modal-content {
    border-radius: 12px;
    border: none;
    box-shadow: 0 20px 60px rgba(0,0,0,.15);
    overflow: hidden;
}
.modal-header { padding: 16px 24px; }
.modal-body { padding: 24px; }

/* ─────────────────────────────────
   §19  RESPONSIVE FINE-TUNING
   ───────────────────────────────── */
@media (max-width: 992px) {
    .inapp-metric-text .inapp-metric-value { font-size: 18px; }
    .inapp-stat .inapp-stat-value { font-size: 18px; }
    .card.inapp-stat > .card-body { padding-right: 64px !important; }
}

/* ─────────────────────────────────
   §20  LEGACY PAGES POLISH
   (produit, client, fournisseur…)
   ───────────────────────────────── */
.page-inner { padding: 24px; }
.page-title-bar {
    margin-bottom: 16px;
}
.page-title-bar .page-title {
    font-size: 1.35rem;
    font-weight: 600;
    color: #0F172A;
}
.page-title-bar hr,
.page-inner > hr {
    border-color: #E2E8F0;
    margin-top: 12px;
    margin-bottom: 20px;
}
.breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 8px;
    font-size: 13px;
}
.breadcrumb a { color: #64748B; }
.breadcrumb a:hover { color: #3063A0; }

/* Legacy container-fluid pages (produit) */
.wrapper > .container-fluid {
    padding: 24px;
}
.wrapper > .container-fluid > .p-3 {
    padding: 0 !important;
}

/* Legacy card styling */
.card.shadow,
.card.shadow-light {
    box-shadow: 0 1px 3px rgba(0,0,0,.04) !important;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    overflow: hidden;
}

/* DataTables polish */
.dataTables_wrapper .dataTables_filter input {
    border-radius: 8px;
    border: 1px solid #E2E8F0;
    padding: 6px 12px;
    font-size: 13px;
}
.dataTables_wrapper .dataTables_filter input:focus {
    border-color: #3063A0;
    outline: none;
    box-shadow: 0 0 0 3px rgba(48,99,160,.1);
}
.dataTables_wrapper .dataTables_length select {
    border-radius: 6px;
    border: 1px solid #E2E8F0;
    font-size: 13px;
    padding: 4px 8px;
}
.dataTables_info,
.dataTables_length label,
.dataTables_filter label {
    font-size: 13px;
    color: #64748B;
}
.page-item.active .page-link {
    background-color: #3063A0;
    border-color: #3063A0;
}
.page-link {
    color: #334155;
    border-radius: 6px;
    margin: 0 2px;
    font-size: 13px;
}
.page-link:hover {
    color: #3063A0;
    background: #EBF2FA;
    border-color: #E2E8F0;
}

/* SweetAlert2 polish */
.swal2-popup {
    border-radius: 14px !important;
    font-family: 'Inter', sans-serif !important;
}
.swal2-title { font-size: 1.15rem !important; font-weight: 600 !important; color: #0F172A !important; }
.swal2-html-container { font-size: 13.5px !important; color: #64748B !important; }
.swal2-confirm { border-radius: 8px !important; font-weight: 500 !important; }
.swal2-cancel { border-radius: 8px !important; font-weight: 500 !important; }
