:root{--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-card: #ffffff;--bg-sidebar: #4a5568;--bg-header: linear-gradient(135deg, var(--accent-primary, #F2203D) 0%, var(--accent-primary, #F2203D) 100%);--text-primary: #2d3748;--text-secondary: #4a5568;--text-muted: #718096;--text-white: #ffffff;--border-color: rgba(0, 0, 0, .1);--shadow-card: 0 4px 6px rgba(0, 0, 0, .1);--shadow-hover: 0 10px 25px rgba(0, 0, 0, .15);--accent-primary: #F2203D;--accent-secondary: #F2203D;--accent-text: #ffffff;--success-color: #28a745;--warning-color: #ffc107;--danger-color: #dc3545;--info-color: #F2203D;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--card-hover-transform: translateY(-8px);--card-hover-shadow: 0 15px 40px rgba(0, 0, 0, .15);--icon-hover-scale: 1.1;--animation-duration: .3s;--animation-timing: cubic-bezier(.4, 0, .2, 1);--border-radius: 16px;--border-radius-sm: 12px;--border-radius-lg: 20px}[data-theme=dark]{--bg-primary: #25293C;--bg-secondary: #2F3349;--bg-card: #2F3349;--bg-sidebar: #4a5568;--bg-header: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);--text-primary: #ffffff;--text-secondary: #e2e8f0;--text-muted: #a0aec0;--text-white: #ffffff;--border-color: rgba(226, 232, 240, .2);--shadow-card: 0 8px 32px rgba(0, 0, 0, .3);--shadow-hover: 0 15px 40px rgba(0, 0, 0, .4);--accent-primary: #F2203D;--accent-secondary: #F2203D;--accent-text: #ffffff;--success-color: #28a745;--warning-color: #ffc107;--danger-color: #dc3545;--info-color: #F2203D;--gray-50: #1f2937;--gray-100: #374151;--gray-200: #4b5563;--gray-300: #6b7280;--gray-400: #9ca3af;--gray-500: #d1d5db;--gray-600: #e5e7eb;--gray-700: #f3f4f6;--gray-800: #f9fafb;--gray-900: #ffffff;--card-hover-shadow: 0 20px 50px rgba(0, 0, 0, .5);--icon-hover-scale: 1.05}body{background-color:var(--bg-primary);color:var(--text-primary);transition:all var(--animation-duration) ease}.modern-admin-dashboard{min-height:100vh;padding:20px 0;background:var(--bg-primary)}.section-title{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--accent-primary);display:flex;align-items:center;gap:.5rem}.section-title i{color:var(--accent-primary)}.card{background-color:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--shadow-card);transition:all var(--animation-duration) var(--animation-timing)}.card:hover{box-shadow:var(--shadow-hover);transform:var(--card-hover-transform)}.card-header{background-color:var(--bg-card);border-bottom:1px solid var(--border-color);color:var(--text-primary)}.card-body{background-color:var(--bg-card);color:var(--text-primary)!important}.card-title,.mb-0,.mb-1,.modal-title{color:var(--text-primary)}.card-text{color:var(--text-secondary)}.text-primary{color:var(--text-primary)!important}.text-secondary{color:var(--text-secondary)!important}.text-muted{color:var(--text-muted)!important}.text-white{color:var(--text-white)!important}.bg-primary{background-color:var(--bg-primary)!important}.bg-secondary{background-color:var(--bg-secondary)!important}.bg-card{background-color:var(--bg-card)!important}.theme-switcher{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:20px;cursor:pointer;transition:all .3s ease;background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary)}.theme-switcher:hover{background:var(--bg-card);transform:translateY(-1px);box-shadow:var(--shadow-card)}.theme-switcher .icon{font-size:16px;transition:transform .3s ease}.theme-switcher:hover .icon{transform:rotate(15deg)}.theme-switcher .text{font-size:14px;font-weight:500}@keyframes themeSwitch{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.theme-switcher:active{animation:themeSwitch .3s ease}@media (max-width: 768px){.theme-switcher .text{display:none}.theme-switcher{padding:8px;border-radius:50%}}.btn{transition:all .3s ease}.table{color:var(--text-primary)}.table th,.table td{border-color:var(--border-color)}.modal-content{background-color:var(--bg-card);border-color:var(--border-color)}.modal-header{border-bottom-color:var(--border-color)}.modal-footer{border-top-color:var(--border-color)}.dropdown-menu{background-color:var(--bg-card);border-color:var(--border-color);box-shadow:var(--shadow-card)}.dropdown-item{color:var(--text-primary)}.dropdown-item:hover{background-color:var(--bg-secondary);color:var(--text-primary)}.form-control{background-color:var(--bg-card);border-color:var(--border-color);color:var(--text-primary)}.form-control:focus{background-color:var(--bg-card);border-color:var(--accent-primary)!important;color:var(--text-primary);box-shadow:0 0 0 .2rem color-mix(in srgb,var(--accent-primary) 25%,transparent)!important}.navbar{background-color:var(--bg-card)!important;border-color:var(--border-color)!important}[data-theme=dark] .navbar{background-color:#2e3248!important}[data-theme=light] .navbar,.navbar{background-color:#fff!important;background:#fff!important}[data-theme=dark] .bg-white{background-color:#2e3248!important}[data-theme=light] .bg-white,.bg-white{background-color:#fff!important}[data-theme=dark] .layout-navbar{background-color:#2e3248!important}[data-theme=light] .layout-navbar,.layout-navbar{background-color:#fff!important;background:#fff!important}[data-theme=dark] nav.navbar{background-color:#2e3248!important}[data-theme=light] nav.navbar,nav.navbar{background-color:#fff!important;background:#fff!important}[data-theme=dark] #layout-navbar{background-color:#2e3248!important}[data-theme=light] #layout-navbar,#layout-navbar{background-color:#fff!important;background:#fff!important}[data-theme=dark] .navbar-detached{background-color:#2e3248!important}[data-theme=light] .navbar-detached,.navbar-detached{background-color:#fff!important;background:#fff!important}[data-theme=dark] .layout-navbar{background-color:#2e3248!important;background:#2e3248!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}[data-theme=dark] nav.layout-navbar.container-xxl.navbar.navbar-expand-xl.navbar-detached.align-items-center.shadow-sm.border-bottom{background-color:#2e3248!important;background:#2e3248!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}html[data-theme=dark] .layout-navbar{background-color:#2e3248!important;background:#2e3248!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}html[data-theme=light] .layout-navbar,html .layout-navbar{background-color:#fff!important;background:#fff!important}html[data-theme=dark] nav.navbar{background-color:#2e3248!important;background:#2e3248!important}html[data-theme=light] nav.navbar,html nav.navbar{background-color:#fff!important;background:#fff!important}html[data-theme=dark] #layout-navbar{background-color:#2e3248!important;background:#2e3248!important}html[data-theme=light] #layout-navbar,html #layout-navbar{background-color:#fff!important;background:#fff!important}html[data-theme=dark] .layout-navbar,html[data-theme=dark] nav.navbar,html[data-theme=dark] #layout-navbar{background-color:#2e3248!important;background:#2e3248!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}html[data-theme=light] .layout-navbar,html[data-theme=light] nav.navbar,html[data-theme=light] #layout-navbar,html .layout-navbar,html nav.navbar,html #layout-navbar{background-color:#fff!important;background:#fff!important}html[data-theme=dark] *[class*=layout-navbar]{background-color:#2e3248!important;background:#2e3248!important}html[data-theme=light] *[class*=layout-navbar],html *[class*=layout-navbar]{background-color:#fff!important;background:#fff!important}.custom-navbar{background:var(--bg-card);border-radius:12px;padding:12px 20px;margin:16px;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:sticky;top:0;z-index:1079}[data-theme=dark] .custom-navbar{background:#2f3349!important;box-shadow:0 2px 8px #0000004d!important;top:15px;z-index:1079}[data-theme=light] .custom-navbar,.custom-navbar{background:#fff!important;box-shadow:0 2px 8px #0000001a!important;top:15px;z-index:1079}.theme-switcher-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none}.theme-switcher-btn:hover{background:var(--bg-card);transform:translateY(-1px)}.theme-switcher-btn .icon{font-size:16px;color:var(--text-secondary)}.theme-switcher-btn .text{color:var(--text-primary)}.user-avatar{width:40px;height:40px;border-radius:50%;background:var(--bg-secondary);display:flex;align-items:center;justify-content:center;position:relative;border:2px solid var(--border-color)}.user-avatar .avatar-icon{font-size:18px;color:var(--text-secondary)}.user-avatar .status-indicator{position:absolute;bottom:2px;right:2px;width:12px;height:12px;background:#10b981;border-radius:50%;border:2px solid var(--bg-card)}html[data-theme=dark] .custom-navbar{background:#2f3349!important;box-shadow:0 2px 8px #0000004d!important}html[data-theme=light] .custom-navbar,html .custom-navbar{background:#fff!important;box-shadow:0 2px 8px #0000001a!important}.custom-user-dropdown{background:var(--bg-card)!important;border-color:var(--border-color)!important;color:var(--text-primary)!important}[data-theme=dark] .custom-user-dropdown{background:#2f3349!important;border-color:#374151!important;color:#fff!important}[data-theme=light] .custom-user-dropdown,.custom-user-dropdown{background:#fff!important;border-color:#e5e7eb!important;color:#374151!important}html[data-theme=dark] .custom-user-dropdown{background:#2f3349!important;border-color:#374151!important;color:#fff!important}html[data-theme=light] .custom-user-dropdown,html .custom-user-dropdown{background:#fff!important;border-color:#e5e7eb!important;color:#374151!important}.swal2-popup{background:var(--bg-card)!important;color:var(--text-primary)!important;border:1px solid var(--border-color)!important}.swal2-popup .swal2-title{color:var(--text-primary)!important}.swal2-popup .swal2-content{color:var(--text-secondary)!important}.swal2-popup .swal2-confirm{background-color:var(--accent-primary)!important;border-color:var(--accent-primary)!important;color:#fff!important}.swal2-popup .swal2-cancel{background-color:var(--text-secondary)!important;border-color:var(--text-secondary)!important;color:#fff!important}.swal2-toast{background:var(--bg-card)!important;color:var(--text-primary)!important;border:1px solid var(--border-color)!important}.swal2-toast.swal2-icon-success{background:var(--success-color)!important;color:#fff!important;border-color:var(--success-color)!important}[data-theme=dark] .swal2-popup{background:#2f3349!important;color:#fff!important;border-color:#4b5563!important}[data-theme=dark] .swal2-popup .swal2-title{color:#fff!important}[data-theme=dark] .swal2-popup .swal2-content{color:#e2e8f0!important}[data-theme=dark] .swal2-popup .swal2-confirm{background-color:var(--accent-primary)!important;border-color:var(--accent-primary)!important;color:#fff!important}[data-theme=dark] .swal2-popup .swal2-cancel{background-color:#6b7280!important;border-color:#6b7280!important;color:#fff!important}[data-theme=light] .swal2-popup{background:#fff!important;color:#2d3748!important;border-color:#0000001a!important}[data-theme=light] .swal2-popup .swal2-title{color:#2d3748!important}[data-theme=light] .swal2-popup .swal2-content{color:#4a5568!important}[data-theme=light] .swal2-popup .swal2-confirm{background-color:#dc3545!important;border-color:#dc3545!important;color:#fff!important}[data-theme=light] .swal2-popup .swal2-cancel{background-color:#6c757d!important;border-color:#6c757d!important;color:#fff!important}.btn-info{background-color:var(--info-color)!important;border-color:var(--info-color)!important;color:#fff!important;transition:all .3s ease}.btn-info:hover{background-color:var(--info-color)!important;border-color:var(--info-color)!important;color:#fff!important;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}[data-theme=dark] .btn-info{background-color:#3b82f6!important;border-color:#3b82f6!important;color:#fff!important}[data-theme=dark] .btn-info:hover{background-color:#2563eb!important;border-color:#2563eb!important;color:#fff!important;box-shadow:0 4px 8px #0006}[data-theme=light] .btn-info,.btn-info{background-color:#0dcaf0!important;border-color:#0dcaf0!important;color:#fff!important}[data-theme=light] .btn-info:hover,.btn-info:hover{background-color:#31d2f2!important;border-color:#31d2f2!important;color:#fff!important;box-shadow:0 4px 8px #00000026}.vendor-controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.branch-toggle{background:var(--bg-secondary)!important;border-color:var(--border-color)!important;color:var(--text-primary)!important}.branch-toggle:hover{background:var(--bg-card)!important}.branch-text{color:var(--text-primary)!important}.branch-dropdown-menu{background:var(--bg-card)!important;border-color:var(--border-color)!important;color:var(--text-primary)!important}.branch-dropdown-menu .dropdown-item{color:var(--text-primary)!important}.branch-dropdown-menu .dropdown-item:hover{background:var(--bg-secondary)!important}.branch-dropdown-menu .dropdown-item.active{background:var(--accent-primary)!important;color:#fff!important}.toggle-button{background:var(--bg-secondary)!important;border-color:var(--border-color)!important}.toggle-button:hover{background:var(--bg-card)!important}.toggle-button label{color:var(--text-primary)!important}.toggle-button a{color:var(--text-secondary)!important}.toggle-button a:hover{color:var(--text-primary)!important}[data-theme=dark] .branch-toggle{background:var(--accent-primary)!important;border-color:#4b5563!important;color:#fff!important}[data-theme=dark] .branch-toggle:hover{background:#4b5563!important}[data-theme=dark] .branch-dropdown-menu{background:#2f3349!important;border-color:#4b5563!important;color:#fff!important}[data-theme=dark] .toggle-button{background:#374151!important;border-color:#4b5563!important}[data-theme=dark] .toggle-button:hover{background:#4b5563!important}[data-theme=light] .branch-toggle,.branch-toggle{background:#f3f4f6!important;border-color:#d1d5db!important;color:#374151!important}[data-theme=light] .branch-toggle:hover,.branch-toggle:hover{background:#e5e7eb!important}[data-theme=light] .branch-dropdown-menu,.branch-dropdown-menu{background:#fff!important;border-color:#d1d5db!important;color:#374151!important}[data-theme=light] .toggle-button,.toggle-button{background:#f3f4f6!important;border-color:#d1d5db!important}[data-theme=light] .toggle-button:hover,.toggle-button:hover{background:#e5e7eb!important}.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal) .layout-page:before{display:none!important;content:none!important;box-shadow:none!important;background:none!important}.layout-wrapper:before,.layout-container:before,.layout-content:before,.layout-page:before{display:none!important;content:none!important;box-shadow:none!important;background:none!important}.layout-wrapper{margin-top:0!important;padding-top:0!important}.main-content,.content-wrapper{box-shadow:none!important;margin-top:0!important;padding-top:0!important}.layout-menu{background-color:var(--bg-card)!important;border-color:var(--border-color)!important}.layout-menu,.bg-menu-theme,.modern-sidebar{background-color:#2f3349!important;background:#2f3349!important}.layout-menu .menu-inner{overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.layout-menu .app-brand{width:calc(100% - 1rem)!important;box-sizing:border-box!important;margin-right:0!important;padding-right:.5rem!important}.layout-menu .app-brand .layout-menu-toggle{padding:0!important;box-sizing:border-box!important}@media (max-width: 768px){.layout-menu.menu-vertical{width:100vw!important;position:fixed!important;top:0!important;left:0!important;height:100vh!important;height:100dvh!important}.menu-vertical .menu-inner>.menu-header,.menu-vertical .menu-inner>.menu-item,.menu-vertical .menu-block{width:100%!important}.layout-menu .app-brand .layout-menu-toggle{display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.18);color:#fff;margin-left:auto}.layout-menu .app-brand .layout-menu-toggle:active{background:#ffffff2e}}.navbar-nav .nav-link{color:var(--text-primary)!important}.navbar-nav .nav-link:hover{color:var(--accent-primary)!important}.alert{border-color:var(--border-color)}.alert-success{background-color:var(--success-color);color:#fff}.alert-warning{background-color:var(--warning-color);color:#212529}.alert-danger{background-color:var(--danger-color);color:#fff}.alert-info{background-color:var(--info-color);color:#fff}html[data-theme=light] body{background-color:#fff!important;color:#2d3748!important}html[data-theme=light] .layout-wrapper,html[data-theme=light] .content-wrapper,html[data-theme=light] .container-xxl{background-color:#fff!important}html[data-theme=light] .text-primary{color:#2d3748!important}html[data-theme=light] .text-secondary{color:#4a5568!important}html[data-theme=light] .text-muted{color:#718096!important}html[data-theme=light] .card{background-color:#fff!important;border-color:#0000001a!important}html[data-theme=light] .card-header{background-color:#fff!important;border-bottom-color:#0000001a!important}html[data-theme=light] .card-body{background-color:#fff!important;color:#2d3748!important}html[data-theme=light] .card-title{color:#2d3748!important}html[data-theme=light] .card-text{color:#4a5568!important}.select2-container{z-index:1078!important}.select2-container--default .select2-selection--single{background-color:var(--bg-card)!important;border-color:var(--border-color)!important;color:var(--text-primary)!important;height:38px!important;line-height:36px!important;transition:all .3s ease!important}.select2-container--default .select2-selection--single:hover{border-color:var(--accent-primary)!important}.select2-container--default.select2-container--focus .select2-selection--single{border-color:var(--accent-primary)!important;box-shadow:0 0 0 .2rem color-mix(in srgb,var(--accent-primary) 25%,transparent)!important}.select2-container--default .select2-selection--single .select2-selection__arrow{height:36px!important;color:var(--text-secondary)!important}.select2-container--default .select2-selection--single .select2-selection__rendered{color:var(--text-primary)!important;line-height:36px!important;padding-left:12px!important;padding-right:30px!important}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:var(--text-muted)!important}.select2-dropdown{background-color:var(--bg-card)!important;border-color:var(--border-color)!important;box-shadow:var(--shadow-card)!important;z-index:999999!important}.select2-results__option{color:var(--text-primary)!important;padding:8px 12px!important;transition:all .2s ease!important}.select2-results__option:hover{background-color:var(--bg-secondary)!important;color:var(--text-primary)!important}.select2-results__option--highlighted[aria-selected],.select2-results__option[aria-selected=true]{background-color:var(--accent-primary)!important;color:#fff!important}.select2-search--dropdown .select2-search__field{background-color:var(--bg-card)!important;border-color:var(--border-color)!important;color:var(--text-primary)!important;padding:8px 12px!important}.select2-search--dropdown .select2-search__field:focus{border-color:var(--accent-primary)!important;box-shadow:0 0 0 .2rem color-mix(in srgb,var(--accent-primary) 25%,transparent)!important}.select2-container--default .select2-selection--multiple{background-color:var(--bg-card)!important;border-color:var(--border-color)!important;color:var(--text-primary)!important;min-height:38px!important}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:var(--accent-primary)!important;color:#fff!important;border:none!important;border-radius:10px!important;padding:10px 26px 10px 12px!important;margin:10px 4px 4px!important}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#000!important;margin-right:5px!important;font-weight:800!important}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#fff!important}.select2-container--loading .select2-selection--single{background-color:var(--bg-secondary)!important}[data-theme=dark] .select2-container--default .select2-selection--single{background-color:#2f3349!important;border-color:#4b5563!important;color:#fff!important}[data-theme=dark] .select2-container--default .select2-selection--single:hover{border-color:var(--accent-primary)!important}[data-theme=dark] .select2-container--default.select2-container--focus .select2-selection--single{border-color:var(--accent-primary)!important;box-shadow:0 0 0 .2rem color-mix(in srgb,var(--accent-primary) 25%,transparent)!important}[data-theme=dark] .select2-container--default .select2-selection--single .select2-selection__rendered{color:#fff!important}[data-theme=dark] .select2-container--default .select2-selection--single .select2-selection__placeholder{color:#a0aec0!important}[data-theme=dark] .select2-dropdown{background-color:#2f3349!important;border-color:#4b5563!important;box-shadow:0 8px 32px #0000004d!important}[data-theme=dark] .select2-results__option{color:#fff!important}[data-theme=dark] .select2-results__option:hover{background-color:#374151!important;color:#fff!important}[data-theme=dark] .select2-search--dropdown .select2-search__field{background-color:#2f3349!important;border-color:#4b5563!important;color:#fff!important}[data-theme=dark] .select2-search--dropdown .select2-search__field:focus{border-color:var(--accent-primary)!important;box-shadow:0 0 0 .2rem color-mix(in srgb,var(--accent-primary) 25%,transparent)!important}[data-theme=dark] .select2-container--default .select2-selection--multiple{background-color:#2f3349!important;border-color:#4b5563!important;color:#fff!important}[data-theme=light] .select2-container--default .select2-selection--single{background-color:#fff!important;border-color:#d1d5db!important;color:#374151!important}[data-theme=light] .select2-container--default .select2-selection--single:hover{border-color:var(--accent-primary)!important}[data-theme=light] .select2-container--default.select2-container--focus .select2-selection--single{border-color:var(--accent-primary)!important;box-shadow:0 0 0 .2rem color-mix(in srgb,var(--accent-primary) 25%,transparent)!important}[data-theme=light] .select2-container--default .select2-selection--single .select2-selection__rendered{color:#374151!important}[data-theme=light] .select2-container--default .select2-selection--single .select2-selection__placeholder{color:#6b7280!important}[data-theme=light] .select2-dropdown{background-color:#fff!important;border-color:#d1d5db!important;box-shadow:0 4px 6px #0000001a!important}[data-theme=light] .select2-results__option{color:#374151!important}[data-theme=light] .select2-results__option:hover{background-color:#f3f4f6!important;color:#374151!important}[data-theme=light] .select2-search--dropdown .select2-search__field{background-color:#fff!important;border-color:#d1d5db!important;color:#374151!important}[data-theme=light] .select2-search--dropdown .select2-search__field:focus{border-color:var(--accent-primary)!important;box-shadow:0 0 0 .2rem color-mix(in srgb,var(--accent-primary) 25%,transparent)!important}[data-theme=light] .select2-container--default .select2-selection--multiple{background-color:#fff!important;border-color:#d1d5db!important;color:#374151!important}html[data-theme=dark] .select2-container--default .select2-selection--single{background-color:#2f3349!important;border-color:#4b5563!important;color:#fff!important}html[data-theme=dark] .select2-dropdown{background-color:#2f3349!important;border-color:#4b5563!important}html[data-theme=dark] .select2-results__option{color:#fff!important}html[data-theme=light] .select2-container--default .select2-selection--single{background-color:#fff!important;border-color:#d1d5db!important;color:#374151!important}html[data-theme=light] .select2-dropdown{background-color:#fff!important;border-color:#d1d5db!important}html[data-theme=light] .select2-results__option{color:#374151!important}.select2-container--open,.select2-container--open .select2-dropdown{z-index:999999!important}@media (max-width: 768px){.select2-container{width:100%!important}.select2-container--default .select2-selection--single{height:44px!important;line-height:42px!important}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:42px!important;padding-left:16px!important}.select2-container--default .select2-selection--single .select2-selection__arrow{height:42px!important}}.select2-container--default .select2-selection--single,.select2-results__option{transition:all .2s ease!important}.select2-dropdown{transition:background-color .2s ease,border-color .2s ease,color .2s ease,opacity .2s ease!important}.select2-container--default.select2-container--focus .select2-selection--single{outline:none!important}.select2-search--dropdown .select2-search__field:focus{outline:none!important}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:var(--bg-secondary)!important;color:var(--text-muted)!important;cursor:not-allowed!important}[data-theme=dark] .select2-container--default.select2-container--disabled .select2-selection--single{background-color:#374151!important;color:#a0aec0!important}[data-theme=light] .select2-container--default.select2-container--disabled .select2-selection--single{background-color:#f3f4f6!important;color:#6b7280!important}.admin-settings-container{background:var(--bg-primary);color:var(--text-primary)}.settings-hero{background:linear-gradient(135deg,var(--accent-primary) 0%,var(--accent-secondary) 100%);box-shadow:var(--shadow-card)}.action-card{background:var(--bg-card);border-color:var(--border-color);color:var(--text-primary);box-shadow:var(--shadow-card)}.action-card:hover{box-shadow:var(--shadow-hover);border-color:var(--accent-primary)}[data-theme=dark] .action-card:hover,[data-theme=light] .action-card:hover{background:var(--bg-secondary)}.action-content h3{color:var(--text-primary)}.action-content p{color:var(--text-secondary)}.action-arrow{color:var(--text-muted)}.action-card:hover .action-arrow{color:var(--accent-primary)}.settings-tabs{background:var(--bg-card);border-color:var(--border-color);box-shadow:var(--shadow-card)}.tab-nav{background:var(--bg-secondary);border-bottom-color:var(--border-color)}.tab-btn{color:var(--text-secondary)}.tab-btn:hover{color:var(--text-primary);background:var(--bg-card)}.tab-btn.active{color:var(--accent-primary);background:var(--bg-card);border-bottom-color:var(--accent-primary)}.tab-content{background:var(--bg-card);color:var(--text-primary)}.tab-header{border-bottom-color:var(--border-color)}.tab-header h2{color:var(--text-primary)}.tab-header p{color:var(--text-secondary)}.delivery-overview{background:var(--bg-secondary);border-color:var(--border-color)}.overview-title h3{color:var(--text-primary)}.overview-title p{color:var(--text-secondary)}.stat-card{background:var(--bg-card);border-color:var(--border-color);box-shadow:var(--shadow-card)}.stat-card:hover{box-shadow:var(--shadow-hover)}.stat-value,.stat-label{color:var(--text-primary)}.stat-description{color:var(--text-secondary)}.theme-toggle-btn{background:#fff3;border-color:#ffffff4d;color:#fff}.theme-toggle-btn:hover{background:#ffffff4d}.btn-primary,.btn-primary:hover{background-color:var(--accent-primary);border-color:var(--accent-primary);color:var(--accent-text, #ffffff)!important}.btn-outline-secondary{border-color:var(--border-color);color:var(--text-secondary)}.btn-outline-secondary:hover{background-color:var(--bg-secondary);border-color:var(--border-color);color:var(--text-primary)}.badge{color:var(--text-primary)}.bg-success{background-color:var(--success-color)!important}.bg-danger{background-color:var(--danger-color)!important}.bg-warning{background-color:var(--warning-color)!important}.bg-info{background-color:var(--info-color)!important}.bg-primary{background-color:var(--accent-primary)!important}.bg-secondary{background-color:var(--gray-500)!important}.fade-in{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slide-in{animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translate(-20px);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 768px){.settings-hero{background:linear-gradient(135deg,var(--accent-primary) 0%,var(--accent-secondary) 100%)}[data-theme=dark] .settings-hero{background:linear-gradient(135deg,#2f3349,#1a1f2e)}}html[data-theme=dark] .admin-settings-container{background:#25293c!important}html[data-theme=light] .admin-settings-container{background:#fff!important}html[data-theme=dark] .action-card{background:#2f3349!important;border-color:#374151!important}html[data-theme=light] .action-card{background:#fff!important;border-color:#0000001a!important}html[data-theme=dark] .settings-tabs{background:#2f3349!important;border-color:#374151!important}html[data-theme=light] .settings-tabs{background:#fff!important;border-color:#0000001a!important}[data-theme=dark] .text-primary,html[data-theme=dark] .text-primary{color:#fff!important}[data-theme=light] .text-primary,html[data-theme=light] .text-primary{color:#2d3748!important}[data-theme=dark] .text-secondary,html[data-theme=dark] .text-secondary{color:#e2e8f0!important}[data-theme=light] .text-secondary,html[data-theme=light] .text-secondary{color:#4a5568!important}.layout-wrapper,.content-wrapper,.container-xxl,.main-content{background:transparent!important}.dashboard-card,.stat-card,.kpi-card{background:var(--bg-card)!important;border:1px solid var(--border-color)!important}.dashboard-title,.stat-label,.kpi-label{color:var(--text-primary)!important}.dashboard-description,.stat-description,.kpi-description{color:var(--text-secondary)!important}.layout-page,.layout-container,.layout-content{background:transparent!important}.card{background:var(--bg-card)!important;border:1px solid var(--border-color)!important}.table-responsive,.table-container{background:transparent!important}.stat-card,.kpi-card,.dashboard-card,.action-card{background:var(--bg-card)!important;border:1px solid var(--border-color)!important;box-shadow:var(--shadow-card)!important}body,html{background:var(--bg-primary)!important}.dashboard-wrapper,.admin-dashboard,.vendor-dashboard,.modern-admin-dashboard{background:transparent!important}.modern-admin-dashboard .card,.modern-admin-dashboard .stat-card,.modern-admin-dashboard .kpi-card{background:var(--bg-card)!important;border:1px solid var(--border-color)!important}.swal2-container,.swal2-popup,.swal2-toast{background:#000000ab!important;z-index:999999!important}.swal2-popup,.swal2-toast{background:var(--bg-card)!important;color:var(--text-primary)!important;border:1px solid var(--border-color)!important;box-shadow:var(--shadow-card)!important}.swal2-toast.swal2-icon-success{background:#f2203c!important;color:#fff!important;border-color:#f2203c!important;animation:slideInFromBottom .2s ease-out!important;transform-origin:bottom right!important;border:2px solid #F2203C!important;box-shadow:0 4px 20px #f2203c66,0 2px 8px #0000001a!important;border-radius:12px!important;text-align:left!important;padding:16px 20px!important}.swal2-toast.swal2-icon-success *{color:#fff!important}.swal2-toast.swal2-icon-success .swal2-title{color:#fff!important;font-weight:600!important;text-align:left!important;margin-bottom:8px!important;font-size:16px!important;line-height:1.2!important}.swal2-toast.swal2-icon-success .swal2-html-container{color:#fff!important;font-size:14px!important;text-align:left!important;line-height:1.4!important;margin:0 1em!important}.swal2-toast.swal2-icon-success .swal2-content{color:#fff!important;text-align:left!important}.swal2-toast.swal2-icon-success .swal2-icon{border-color:#ffffff4d!important;background:transparent!important}.swal2-toast.swal2-icon-success .swal2-icon .swal2-success-line-tip,.swal2-toast.swal2-icon-success .swal2-icon .swal2-success-line-long{background-color:#fff!important;border-color:#fff!important}.swal2-toast.swal2-icon-success .swal2-icon .swal2-success-circular-line-left,.swal2-toast.swal2-icon-success .swal2-icon .swal2-success-circular-line-right{background-color:#ffffff4d!important;border-color:#ffffff4d!important}.swal2-toast.swal2-icon-success .swal2-icon:before,.swal2-toast.swal2-icon-success .swal2-icon:after{display:none!important}.swal2-toast.swal2-icon-success .swal2-icon .swal2-success-fix{display:none!important}html .swal2-toast.swal2-icon-success,body .swal2-toast.swal2-icon-success,.swal2-toast.swal2-icon-success{background:#f2203c!important;background-color:#f2203c!important;color:#fff!important;border-color:#f2203c!important}html .swal2-toast.swal2-icon-success *,body .swal2-toast.swal2-icon-success *,.swal2-toast.swal2-icon-success *,.swal2-toast.swal2-icon-success[style*=color],.swal2-toast.swal2-icon-success[style*=color] *{color:#fff!important}.swal2-toast.swal2-icon-success .swal2-icon{position:relative!important;overflow:visible!important}.swal2-toast.swal2-icon-success .swal2-icon .swal2-success-fix,.swal2-toast.swal2-icon-success .swal2-icon .swal2-success-line-tip:before,.swal2-toast.swal2-icon-success .swal2-icon .swal2-success-line-long:before{display:none!important}.swal2-toast.swal2-icon-success .swal2-icon .swal2-success-line-tip,.swal2-toast.swal2-icon-success .swal2-icon .swal2-success-line-long{background-color:#fff!important;border-color:#fff!important;box-shadow:none!important;opacity:1!important;visibility:visible!important}@keyframes slideInFromBottom{0%{transform:translateY(15px);opacity:0}to{transform:translateY(0);opacity:1}}.swal2-toast.swal2-icon-success:hover{transform:translateY(-2px)!important;box-shadow:0 6px 20px #f2203c4d!important;transition:all .3s ease!important}.swal2-toast.swal2-icon-success.swal2-hide{animation:slideOutToBottom .2s ease-in forwards!important}@keyframes slideOutToBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(15px);opacity:0}}.swal2-toast.swal2-icon-error{background:var(--danger-color)!important;color:#fff!important;border-color:var(--danger-color)!important}.swal2-toast.swal2-icon-info{background:var(--info-color)!important;color:#fff!important;border-color:var(--info-color)!important}.swal2-toast.swal2-icon-warning{background:var(--warning-color)!important;color:#212529!important;border-color:var(--warning-color)!important}.swal2-toast.swal2-icon-error,.swal2-toast.swal2-icon-info,.swal2-toast.swal2-icon-warning{animation:slideInFromBottom .2s ease-out!important;transform-origin:bottom right!important}.swal2-toast.swal2-icon-error:hover,.swal2-toast.swal2-icon-info:hover,.swal2-toast.swal2-icon-warning:hover{transform:translateY(-2px)!important;transition:all .3s ease!important}.swal2-toast.swal2-icon-error:hover{box-shadow:0 6px 20px #dc35454d!important}.swal2-toast.swal2-icon-info:hover{box-shadow:0 6px 20px #f2203c4d!important}.swal2-toast.swal2-icon-warning:hover{box-shadow:0 6px 20px #ffc1074d!important}.swal2-toast.swal2-icon-error.swal2-hide,.swal2-toast.swal2-icon-info.swal2-hide,.swal2-toast.swal2-icon-warning.swal2-hide{animation:slideOutToBottom .2s ease-in forwards!important}.swal2-toast.swal2-icon-success,.swal2-toast.swal2-icon-error,.swal2-toast.swal2-icon-warning,.swal2-toast.swal2-icon-info{position:fixed!important;inset:auto 20px 20px auto!important;margin:0!important;z-index:999999!important;width:auto!important;max-width:400px!important;min-width:300px!important;padding:12px 16px!important;font-size:14px!important;border-radius:8px!important;box-shadow:0 4px 12px #00000026!important}.swal2-toast[style*=bottom-end]{inset:auto 20px 20px auto!important;width:auto!important;max-width:400px!important;min-width:300px!important}.swal2-container.swal2-toast-container{bottom:20px!important;top:auto!important;padding-bottom:0!important;width:auto!important;max-width:400px!important}.swal2-toast .swal2-title{font-size:16px!important;margin-bottom:4px!important;font-weight:600!important}.swal2-toast .swal2-html-container{font-size:14px!important;margin:4px 1em 0!important;line-height:1.4!important}@media (max-width: 768px){.swal2-toast.swal2-icon-success,.swal2-toast.swal2-icon-error,.swal2-toast.swal2-icon-warning,.swal2-toast.swal2-icon-info{bottom:10px!important;right:10px!important;left:10px!important;width:calc(100vw - 20px)!important;max-width:calc(100vw - 20px)!important;min-width:auto!important;padding:10px 14px!important;font-size:13px!important}.swal2-container.swal2-toast-container{bottom:10px!important;left:10px!important;right:10px!important;width:calc(100vw - 20px)!important;max-width:calc(100vw - 20px)!important}.swal2-toast .swal2-title{font-size:15px!important}.swal2-toast .swal2-html-container{font-size:13px!important}}.custom-navbar+.swal2-container.swal2-toast-container{bottom:80px!important}@media (max-width: 768px){.custom-navbar+.swal2-container.swal2-toast-container{bottom:70px!important}}.form-label,label{color:var(--text-primary)!important;font-weight:500;margin-bottom:8px;display:block}.form-control,input[type=text],input[type=email],input[type=password],input[type=number],input[type=tel],input[type=url],textarea,select{background-color:var(--bg-card)!important;border-color:var(--border-color)!important;color:var(--text-primary)!important;transition:all .3s ease}.form-control:focus,input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=url]:focus,textarea:focus,select:focus{background-color:var(--bg-card)!important;border-color:var(--accent-primary)!important;color:var(--text-primary)!important;box-shadow:0 0 0 .2rem color-mix(in srgb,var(--accent-primary) 25%,transparent)!important}.form-control::placeholder,input::placeholder,textarea::placeholder{color:var(--text-muted)!important}[data-theme=light] .form-label,[data-theme=light] label,html[data-theme=light] .form-label,html[data-theme=light] label,[data-theme=light] .form-control,[data-theme=light] input[type=text],[data-theme=light] input[type=email],[data-theme=light] input[type=password],[data-theme=light] input[type=number],[data-theme=light] input[type=tel],[data-theme=light] input[type=url],[data-theme=light] textarea,[data-theme=light] select,html[data-theme=light] .form-control,html[data-theme=light] input[type=text],html[data-theme=light] input[type=email],html[data-theme=light] input[type=password],html[data-theme=light] input[type=number],html[data-theme=light] input[type=tel],html[data-theme=light] input[type=url],html[data-theme=light] textarea,html[data-theme=light] select{color:#2d3748!important}[data-theme=light] .form-control::placeholder,[data-theme=light] input::placeholder,[data-theme=light] textarea::placeholder,html[data-theme=light] .form-control::placeholder,html[data-theme=light] input::placeholder,html[data-theme=light] textarea::placeholder{color:#718096!important}[data-theme=dark] .form-label,[data-theme=dark] label,html[data-theme=dark] .form-label,html[data-theme=dark] label,[data-theme=dark] .form-control,[data-theme=dark] input[type=text],[data-theme=dark] input[type=email],[data-theme=dark] input[type=password],[data-theme=dark] input[type=number],[data-theme=dark] input[type=tel],[data-theme=dark] input[type=url],[data-theme=dark] textarea,[data-theme=dark] select,html[data-theme=dark] .form-control,html[data-theme=dark] input[type=text],html[data-theme=dark] input[type=email],html[data-theme=dark] input[type=password],html[data-theme=dark] input[type=number],html[data-theme=dark] input[type=tel],html[data-theme=dark] input[type=url],html[data-theme=dark] textarea,html[data-theme=dark] select{color:#fff!important}[data-theme=dark] .form-control::placeholder,[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder,html[data-theme=dark] .form-control::placeholder,html[data-theme=dark] input::placeholder,html[data-theme=dark] textarea::placeholder{color:#a0aec0!important}[data-theme=dark] .bill-form-section{background:#2f3349;border-color:#ffffff14}[data-theme=dark] .feature-check-item,[data-theme=dark] .addon-check-item{background:#363b54;border-color:#ffffff0f}[data-theme=dark] .btn-close{filter:invert(1) grayscale(1) brightness(2)}[data-theme=dark] .toggle-item{background:var(--bg-secondary);border-color:var(--border-color)}[data-theme=dark] .form-control{background:var(--bg-card);border-color:var(--border-color);color:var(--text-primary)}[data-theme=light] .toggle-item{background:var(--bg-secondary);border-color:var(--border-color)}[data-theme=light] .form-control{background:var(--bg-card);border-color:var(--border-color);color:var(--text-primary)}html[data-theme=light] .breadcrumb-modern-actions .breadcrumb-action-btn{background:#f8fafc;border-color:#e2e8f0;color:#1f2937}html[data-theme=light] .breadcrumb-modern-actions .breadcrumb-action-btn:hover,html[data-theme=light] .breadcrumb-modern-actions .breadcrumb-action-btn:focus{background:var(--accent-primary);border-color:var(--accent-primary);color:#fff;box-shadow:0 10px 24px #f2203d40}html[data-theme=dark] .breadcrumb-modern-actions .breadcrumb-action-btn{background:#ffffff14;border-color:#ffffff26;color:#f8fafc;box-shadow:0 8px 22px #0f172a59}html[data-theme=dark] .breadcrumb-modern-actions .breadcrumb-action-btn:hover,html[data-theme=dark] .breadcrumb-modern-actions .breadcrumb-action-btn:focus{background:#f2203d59;border-color:var(--accent-primary);color:#fff;box-shadow:0 12px 28px #f2203d52}[data-theme=dark] .breadcrumb-modern-container{background:var(--bg-card);border-color:var(--border-color)}[data-theme=dark] .breadcrumb-modern-title{color:#fff}[data-theme=dark] .breadcrumb-modern-subtitle{color:#e2e8f0}[data-theme=dark] .breadcrumb-modern-item{color:#a0aec0}[data-theme=dark] .breadcrumb-modern-item.active{color:#fff}[data-theme=dark] .breadcrumb-modern-link{color:#a0aec0}[data-theme=dark] .breadcrumb-modern-link:hover{color:var(--accent-primary)}[data-theme=light] .breadcrumb-modern-container{background:#fff;border-color:#0000001a}[data-theme=light] .breadcrumb-modern-title{color:#1a202c}[data-theme=light] .breadcrumb-modern-subtitle{color:#4a5568}[data-theme=light] .breadcrumb-modern-item{color:#718096}[data-theme=light] .breadcrumb-modern-item.active{color:#2d3748}[data-theme=light] .breadcrumb-modern-link{color:#718096}[data-theme=light] .breadcrumb-modern-link:hover{color:var(--accent-primary)}html[data-theme=dark] .breadcrumb-modern-container{background:#2f3349!important;border-color:#374151!important}html[data-theme=dark] .breadcrumb-modern-title{color:#fff!important}html[data-theme=dark] .breadcrumb-modern-subtitle{color:#e2e8f0!important}html[data-theme=light] .breadcrumb-modern-container{background:#fff!important;border-color:#0000001a!important}html[data-theme=light] .breadcrumb-modern-title{color:#1a202c!important}html[data-theme=light] .breadcrumb-modern-subtitle{color:#4a5568!important}[data-theme=dark] .card-info h5{color:#fff!important}[data-theme=dark] .card-info small{color:#e2e8f0!important}[data-theme=light] .card{background-color:#fff}[data-theme=light] .card-info h5{color:#2d3748!important}[data-theme=light] .card-info small{color:#718096!important}[data-theme=dark] .card{background-color:#2f3349!important;border-color:#374151!important}[data-theme=dark] .card-header h4{color:#fff!important}[data-theme=dark] .table{color:#fff;border-color:#374151}[data-theme=dark] .table thead th{color:#fff;border-bottom-color:#374151}[data-theme=dark] .table tbody td{color:#e2e8f0;border-color:#374151}[data-theme=dark] .table tbody tr:hover{background-color:#ffffff0d}[data-theme=dark] .card-datatable a{color:var(--accent-primary)}[data-theme=dark] .card-datatable a:hover{color:#ff4757}[data-theme=light] .table tbody td,[data-theme=light] .card-header h4{color:#2d3748}[data-theme=dark] .oz-file-upload__body{background:#121a32;border-color:#5c6cfb59}[data-theme=dark] .oz-file-upload__body:hover,[data-theme=dark] .oz-file-upload__body.oz-file-upload__body--dragover{background:#5c6cfb14;border-color:#5c6cfb99;box-shadow:0 12px 40px #212d53a6}[data-theme=dark] .oz-file-upload__preview{background:#5c6cfb33;border-color:#5c6cfb59}[data-theme=dark] .oz-file-upload__text strong{color:var(--text-white)}[data-theme=dark] .oz-file-upload__text small{color:var(--text-secondary)}[data-theme=dark] .autocomplete-item{color:#e5e7eb!important;border-bottom-color:#374151!important}[data-theme=dark] .modal-content{background-color:#2f3349!important;color:#fff!important}[data-theme=dark] .modal-content .form-label,[data-theme=dark] .modal-content label,[data-theme=dark] .modal-content h6,[data-theme=dark] .modal-content .small,[data-theme=dark] .modal-content div,[data-theme=dark] .modal-content span:not(.badge){color:#fff!important}[data-theme=dark] .modal-content .text-muted{color:#a0aec0!important}[data-theme=dark] .modal-content .form-control{background-color:#25293c!important;border-color:#fff3!important;color:#fff!important}[data-theme=dark] .modal-content .form-control:focus{background-color:#25293c!important;border-color:var(--accent-primary)!important;color:#fff!important}[data-theme=dark] .modal-content .form-check-label{color:#fff!important}[data-theme=dark] #quote_details_modal .alert-info{background:#0d6efd33!important;border-color:#0d6efd66!important;color:#fff!important}[data-theme=dark] .verif-box{border-color:#ffffff1f!important}[data-theme=dark] .verif-box .border-bottom{border-color:#ffffff1a!important}[data-theme=dark] .verif-box small,[data-theme=dark] .verif-box label,[data-theme=dark] .verif-box .text-muted{color:#a0aec0!important}[data-theme=dark] .verif-box .fw-semibold,[data-theme=dark] .verif-box .form-check-label{color:#e2e8f0!important}[data-theme=dark] #add_delivery_instructions .border-top{border-color:#ffffff1a!important}[data-theme=dark] #add_delivery_instructions .input-group-text{background-color:#1e2130!important;border-color:#fff3!important;color:#a0aec0!important}[data-theme=dark] .modern-card{background-color:#2f3349!important;border-color:#374151!important;color:#fff}[data-theme=dark] .modern-card .card-header{background-color:transparent;border-bottom-color:#374151}[data-theme=dark] .modern-card .card-title{color:#fff!important}[data-theme=dark] .modern-card .card-body{color:#fff}[data-theme=light] .modern-card{background-color:#fff;color:#2d3748}[data-theme=light] .modern-card .card-title{color:#2d3748!important}[data-theme=dark] .modern-page-header{background:var(--bg-card);border-color:var(--border-color)}[data-theme=dark] .page-title{color:#fff}[data-theme=dark] .page-subtitle{color:#e2e8f0}[data-theme=dark] .breadcrumb-item{color:#a0aec0}[data-theme=dark] .breadcrumb-item.active{color:#fff}[data-theme=dark] .breadcrumb-link{color:#a0aec0}[data-theme=dark] .breadcrumb-link:hover{color:var(--accent-primary)}[data-theme=light] .modern-page-header{background:#fff;border-color:#0000001a}[data-theme=light] .page-title{color:#1a202c}[data-theme=light] .page-subtitle{color:#4a5568}[data-theme=light] .breadcrumb-item{color:#718096}[data-theme=light] .breadcrumb-item.active{color:#2d3748}[data-theme=light] .breadcrumb-link{color:#718096}[data-theme=light] .breadcrumb-link:hover{color:var(--accent-primary)}html[data-theme=dark] .modern-page-header{background:#2f3349!important;border-color:#374151!important}html[data-theme=dark] .page-title{color:#fff!important}html[data-theme=dark] .page-subtitle{color:#e2e8f0!important}html[data-theme=light] .modern-page-header{background:#fff!important;border-color:#0000001a!important}html[data-theme=light] .page-title{color:#1a202c!important}html[data-theme=light] .page-subtitle{color:#4a5568!important}[data-theme=dark] .order-actions-card,[data-theme=dark] .order-actions-content{background:#2f3349!important;color:#fff!important}[data-theme=dark] .order-actions-card *:not(.badge):not(.ozpos-managed-notice):not(.ozpos-managed-notice *),[data-theme=dark] .order-actions-content *:not(.badge):not(.ozpos-managed-notice):not(.ozpos-managed-notice *){color:#fff!important}[data-theme=dark] .order-actions-content{border-top:none!important}[data-theme=dark] .btn-primary{color:var(--accent-text, #ffffff)!important}[data-theme=dark] .btn-success,[data-theme=dark] .btn-danger,[data-theme=dark] .btn-info,[data-theme=dark] .btn-warning{color:#fff!important}[data-theme=dark] .badge.bg-label-success{background-color:#71dd3729!important;color:#71dd37!important}[data-theme=dark] .badge.bg-label-info{background-color:#03c3ec29!important;color:#03c3ec!important}[data-theme=dark] .badge.bg-label-warning{background-color:#ffab0029!important;color:#ffab00!important}[data-theme=dark] .public-tracking-box{background-color:#f2203d26!important;border-color:#f2203d80!important}[data-theme=dark] .tracking-title-text{color:#ff4d66!important}[data-theme=dark] .tracking-copy-btn{border-color:#ff4d6666!important;color:#ff4d66!important}[data-theme=dark] .tracking-copy-btn:hover{background-color:#ff4d66!important;color:#fff!important}[data-theme=dark] .delivery-completed-message{background:linear-gradient(135deg,#28a74533,#28a74526)!important;border:2px solid #28a745!important;color:#fff!important}[data-theme=dark] .delivery-status-message{background:linear-gradient(135deg,#2196f333,#2196f326)!important;border:2px solid #2196f3!important;color:#fff!important}[data-theme=dark] .order-actions-content hr{border-color:#ffffff1a}[data-theme=dark] .order-actions-content .form-group label{color:#fff!important}[data-theme=dark] .order-actions-content .form-control{background:#ffffff1a!important;border-color:#fff3!important;color:#fff!important}[data-theme=dark] .order-actions-content .form-control:focus{background:#ffffff26!important;border-color:#d7171c!important;color:#fff!important}[data-theme=dark] .order-actions-content .alert:not(.ozpos-managed-notice){background:#ffc10733!important;border-color:#ffc107!important;color:#fff!important}[data-theme=dark] .ozpos-managed-notice{background-color:var(--info-color)!important;color:#fff!important}[data-theme=dark] .connection-indicator{background:#2f3349f2!important;border-color:#fff3!important;color:#fff!important}[data-theme=dark] .autocomplete-results,[data-theme=dark] input[type=text],[data-theme=dark] input[type=email],[data-theme=dark] input[type=number],[data-theme=dark] input[type=tel],[data-theme=dark] textarea,[data-theme=dark] select{background-color:#1f2937!important;border-color:#374151!important;color:#e5e7eb!important}[data-theme=dark] input[type=text]::placeholder,[data-theme=dark] input[type=email]::placeholder,[data-theme=dark] input[type=number]::placeholder,[data-theme=dark] input[type=tel]::placeholder,[data-theme=dark] textarea::placeholder{color:#9ca3af!important}[data-theme=dark] input[type=text]:focus,[data-theme=dark] input[type=email]:focus,[data-theme=dark] input[type=number]:focus,[data-theme=dark] input[type=tel]:focus,[data-theme=dark] textarea:focus,[data-theme=dark] select:focus{background-color:#1f2937!important;border-color:var(--accent-primary)!important;color:#e5e7eb!important;box-shadow:0 0 0 .2rem #ff6b6b40!important}[data-theme=dark] .time-input{background-color:#2f3349;border-color:#3a3f5b;color:#fff}html[data-theme=light] .card{border:1px solid rgba(0,0,0,.05)!important;box-shadow:0 4px 20px #00000005!important}html[data-theme=light] .table thead th{background-color:#f8fafc!important;color:#64748b;border-bottom:2px solid #e2e8f0!important}html[data-theme=light] .table tbody tr:hover{background-color:#f8fafc!important;box-shadow:0 4px 12px #00000008}html[data-theme=light] .table tbody td{border-bottom:1px solid #f1f5f9}html[data-theme=light] .modal-content{background-color:#fff}html[data-theme=light] .modal-header{border-bottom:1px solid rgba(0,0,0,.05)}html[data-theme=light] .form-label{color:#475569}html[data-theme=light] .dropdown-menu{border:1px solid rgba(0,0,0,.15);background-color:#fff}html[data-theme=light] .dropdown-item{color:#475569}html[data-theme=light] .dropdown-item:hover,html[data-theme=light] .dropdown-item:focus{color:#1e293b;background-color:#f1f5f9}html[data-theme=light] .dropdown-divider{border-top:1px solid #e2e8f0}html[data-theme=light] .bg-label-info{background-color:#0ea5e91a!important;color:#0ea5e9!important}html[data-theme=light] .bg-label-secondary{background-color:#64748b1a!important;color:#64748b!important}html[data-theme=dark] .card{border:1px solid rgba(255,255,255,.05)!important;box-shadow:0 4px 20px #00000040!important}html[data-theme=dark] .table thead th{background-color:#252538!important;color:#a3a3c2;border-bottom:2px solid #3b3b54!important}html[data-theme=dark] .table tbody tr:hover{background-color:#2b2c40!important;box-shadow:0 4px 12px #0000004d}html[data-theme=dark] .table tbody td{border-bottom:1px solid #3b3b54}html[data-theme=dark] .modal-content{background-color:#2b2c40;color:#e5e7eb}html[data-theme=dark] .modal-header{border-bottom:1px solid rgba(255,255,255,.05)}html[data-theme=dark] .dropdown-menu{border:1px solid rgba(255,255,255,.05);background-color:#2b2c40}html[data-theme=dark] .dropdown-item{color:#cbd5e1}html[data-theme=dark] .dropdown-item:hover,html[data-theme=dark] .dropdown-item:focus{color:#f9fafb;background-color:#3b3b54}html[data-theme=dark] .dropdown-divider{border-top:1px solid #3b3b54}html[data-theme=dark] .bg-label-info{background-color:#0ea5e933!important;color:#38bdf8!important}html[data-theme=dark] .bg-label-secondary{background-color:#9ca3af33!important;color:#9ca3af!important}html[data-theme=light] .card{border:1px solid rgba(0,0,0,.05)!important;box-shadow:0 10px 30px #00000008!important;background:#fff!important}html[data-theme=light] .card-header{border-bottom:1px solid rgba(0,0,0,.05)!important}html[data-theme=light] .card-title{color:#1e293b}html[data-theme=light] .form-check-input{border:1.5px solid #cbd5e1}html[data-theme=light] .card-footer{background-color:#f8fafc!important;border-top:1px solid rgba(0,0,0,.05)!important}html[data-theme=dark] .card{border:1px solid rgba(255,255,255,.05)!important;box-shadow:0 10px 30px #00000040!important;background:#2b2c40!important}html[data-theme=dark] .card-header{border-bottom:1px solid rgba(255,255,255,.05)!important}html[data-theme=dark] .card-title{color:#f9fafb}html[data-theme=dark] .form-check-input{border:1.5px solid #4b5563;background-color:#252538}html[data-theme=dark] .card-footer{background-color:#252538!important;border-top:1px solid rgba(255,255,255,.05)!important}html[data-theme=light] .bg-success-subtle{background-color:#22c55e1a!important;color:#22c55e!important}html[data-theme=light] .bg-danger-subtle{background-color:#ef44441a!important;color:#ef4444!important}html[data-theme=dark] .bg-success-subtle{background-color:#22c55e33!important;color:#4ade80!important}html[data-theme=dark] .bg-danger-subtle{background-color:#ef444433!important;color:#f87171!important}html[data-theme=light] .btn-outline-secondary{border:1.5px solid #cbd5e1;color:#475569}html[data-theme=light] .btn-outline-secondary:hover{background-color:#f1f5f9;border-color:#94a3b8;transform:translateY(-1px)}html[data-theme=dark] .btn-outline-secondary{border:1.5px solid #4b5563;color:#cbd5e1}html[data-theme=dark] .btn-outline-secondary:hover{background-color:#3b3b54;border-color:#4b5563;transform:translateY(-1px)}html[data-theme=dark] .report-hero{background:linear-gradient(135deg,#696cff5c,#696cff1f);border-color:#e2e8f01f;box-shadow:0 25px 60px -25px #0f172ae6}html[data-theme=dark] .report-hero:after{background:radial-gradient(circle at top right,rgba(255,255,255,.15),transparent 50%)}html[data-theme=dark] .report-range{background:#2f3349f2;border-color:#e2e8f02e}html[data-theme=dark] .report-empty i,html[data-theme=dark] .report-empty h5,html[data-theme=dark] .report-empty h6,html[data-theme=dark] .report-empty p{color:#e2e8f0a6!important}html[data-theme=dark] .report-table tbody tr:hover{background-color:#696cff2e}html[data-theme=dark] .report-chart-card .dropdown-item:hover{background:#696cff38}html[data-theme=dark] .report-progress .progress{background:#ffffff14}html[data-theme=dark] .report-empty i,html[data-theme=dark] .report-empty h5,html[data-theme=dark] .report-empty p,html[data-theme=dark] .report-empty h6{color:#e2e8f0a6!important}html[data-theme=dark] .report-empty i{color:#e2e8f080!important}html[data-theme=dark] .report-vendor-card .progress{background:#ffffff14}html[data-theme=dark] .vd-wrap,[data-theme=dark] .vd-wrap{--vd-surface: #1e2333;--vd-surface-2: #252a3a;--vd-border: rgba(255,255,255,.07);--vd-text: #e2e8f0;--vd-muted: #8892a4;--vd-shadow: 0 4px 24px rgba(0,0,0,.35);--vd-c-blue: #60a5fa;--vd-c-green: #4ade80;--vd-c-purple: #c084fc;--vd-c-orange: #fbbf24}[data-theme=dark] .modal-content{background-color:var(--vd-surface)!important;border:1px solid var(--vd-border)!important}[data-theme=dark] .ad-wrap{--ad-surface: #1e2333;--ad-surface-2: #252a3a;--ad-border: rgba(255,255,255,.07);--ad-text: #e2e8f0;--ad-muted: #8892a4;--ad-shadow: 0 4px 24px rgba(0,0,0,.35);--ad-stat-blue-bg: linear-gradient(135deg,#1a233b 0%,#1d2d4f 100%);--ad-stat-green-bg: linear-gradient(135deg,#152418 0%,#1a3223 100%);--ad-stat-purple-bg: linear-gradient(135deg,#1e1a33 0%,#2a1f4b 100%);--ad-stat-orange-bg: linear-gradient(135deg,#2a1f00 0%,#362800 100%);--ad-c-blue: #60a5fa;--ad-c-green: #4ade80;--ad-c-purple: #c084fc;--ad-c-orange: #fbbf24;--ad-c-red: #f87171;--ad-table-hover: rgba(255,255,255,.025);--ad-input-bg: #252a3a}[data-theme=dark] .ad-card{box-shadow:0 2px 10px #00000040}[data-theme=dark] .ad-quick-item{background:#ffffff0a}[data-theme=dark] .ad-quick-item:hover{background:#ffffff12}[data-theme=dark] .ad-table th{background:#ffffff08}[data-theme=dark] .ad-code,[data-theme=dark] .ad-pill-secondary{background:#ffffff12}[data-theme=dark] .ad-delivery-metric{background:#ffffff0a}[data-theme=dark] .vd-wrap{--vd-surface: #1e2333;--vd-surface-2: #252a3a;--vd-border: rgba(255,255,255,.07);--vd-text: #e2e8f0;--vd-muted: #8892a4;--vd-shadow: 0 4px 24px rgba(0,0,0,.35);--vd-stat-blue-bg: linear-gradient(135deg,#1a233b 0%,#1d2d4f 100%);--vd-stat-green-bg: linear-gradient(135deg,#152418 0%,#1a3223 100%);--vd-stat-purple-bg: linear-gradient(135deg,#1e1a33 0%,#2a1f4b 100%);--vd-stat-orange-bg: linear-gradient(135deg,#2a1f00 0%,#362800 100%);--vd-c-blue: #60a5fa;--vd-c-green: #4ade80;--vd-c-purple: #c084fc;--vd-c-orange: #fbbf24;--vd-c-red: #f87171;--vd-table-hover: rgba(255,255,255,.025);--vd-input-bg: #252a3a}[data-theme=dark] .vd-card{box-shadow:0 2px 10px #00000040}[data-theme=dark] .vd-quick-item{background:#ffffff0a}[data-theme=dark] .vd-quick-item:hover{background:#ffffff12}[data-theme=dark] .vd-table th{background:#ffffff08}[data-theme=dark] .vd-code,[data-theme=dark] .vd-pill-secondary{background:#ffffff12}[data-theme=dark] .vd-delivery-metric,[data-theme=dark] .vd-time-slot{background:#ffffff0a}[data-theme=dark] .delivery-segments{background-color:#ffffff0d!important}[data-theme=dark] .filter-pill{color:#a1b0cb}[data-theme=dark] .cz-header-card,[data-theme=dark] .cz-card{box-shadow:0 2px 10px #00000040}[data-theme=dark] .cz-wrap .alert-info{background:#60a5fa14;color:var(--cz-c-blue)}[data-theme=dark] .cz-wrap .alert-warning{background:#fbbf2414;color:var(--cz-c-orange)}[data-theme=dark] .cz-wrap~.modal .modal-content,[data-theme=dark] .modal.cz-modal .modal-content{background:var(--cz-surface, #1e2333);color:var(--cz-text, #e2e8f0);border-color:var(--cz-border, rgba(255,255,255,.07))}[data-theme=dark] .cz-modal .modal-header,[data-theme=dark] .cz-modal .modal-footer{border-color:#ffffff12}[data-theme=dark] .pac-container{background:#252a3a;border-color:#ffffff14}[data-theme=dark] .pac-item{background:#252a3a;color:#e2e8f0;border-color:#ffffff12}[data-theme=dark] .pac-item:hover{background:#2f3549}[data-theme=dark] .pac-item-query{color:#e2e8f0}[data-theme=dark] input[type=text],[data-theme=dark] input[type=email],[data-theme=dark] input[type=password],[data-theme=dark] input[type=number],[data-theme=dark] input[type=tel],[data-theme=dark] textarea,[data-theme=dark] select{background-color:#1f2937!important;border-color:#374151!important;color:#e5e7eb!important}[data-theme=dark] input[type=text]:focus,[data-theme=dark] input[type=email]:focus,[data-theme=dark] input[type=password]:focus,[data-theme=dark] input[type=number]:focus,[data-theme=dark] input[type=tel]:focus,[data-theme=dark] textarea:focus,[data-theme=dark] select:focus{background-color:#1f2937!important;border-color:var(--accent-primary)!important;color:#e5e7eb!important;box-shadow:0 0 0 .2rem #ff6b6b40!important}[data-theme=dark] .toggle-item{border-color:#374151!important;color:#fff!important}[data-theme=dark] .emergency-contact-row,[data-theme=dark] .bank-detail-row{background-color:#25293c!important;border-color:#3e4462!important}[data-theme=dark] .driver-form-page .select2-container--default .select2-selection--single,[data-theme=dark] .driver-form-page .select2-container--default .select2-selection--multiple{background-color:#1f2937!important;border-color:#374151!important}[data-theme=dark] .driver-form-page .select2-container--default .select2-selection--single .select2-selection__rendered,[data-theme=dark] .driver-form-page .select2-container--default .select2-selection--multiple .select2-selection__rendered{color:#e5e7eb!important}[data-theme=dark] .driver-form-page .select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#ef444426!important;border-color:#ef444440!important;color:#fca5a5!important}[data-theme=dark] .driver-form-page .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#fca5a5!important}[data-theme=dark] .metric-card:after{opacity:.15}[data-theme=dark] .template-toolbar__filters{background:#ffffff05}[data-theme=dark] .email-template-table .table thead th{background:var(--accent-primary)!important;color:var(--accent-text, #ffffff)!important}html[data-theme=dark] .theme-toggle-container .theme-toggle-btn i{color:#fff!important}html[data-theme=dark] .login-card{background:#2c3e50f2;border:1px solid rgba(255,255,255,.1)}html[data-theme=dark] .login-title{background:linear-gradient(135deg,#e74c3c,#f44336);-webkit-background-clip:text;-webkit-text-fill-color:transparent}html[data-theme=dark] .form-control{background:#34495ee6;border-color:#34495e;color:#fff}html[data-theme=dark] .form-control::placeholder{color:#bdc3c7}html[data-theme=dark] .login-subtitle,html[data-theme=dark] .security-note{color:#bdc3c7}html[data-theme=dark] .form-control:-webkit-autofill,html[data-theme=dark] .form-control:-webkit-autofill:hover,html[data-theme=dark] .form-control:-webkit-autofill:focus,html[data-theme=dark] .form-control:-webkit-autofill:active{-webkit-text-fill-color:white!important;-webkit-box-shadow:0 0 0 30px rgba(52,73,94,.9) inset!important;background-color:#34495ee6!important}html[data-theme=dark] .quick-login-title,html[data-theme=dark] .quick-login-title i{color:#ecf0f1}html[data-theme=dark] .quick-login-btn{background:#34495ee6;color:#ecf0f1;border-color:#34495e}[data-theme=dark] .theme-toggle-btn .dark-icon{opacity:0;transform:rotate(-90deg) scale(.5)}[data-theme=dark] .theme-toggle-btn .light-icon{opacity:1;transform:rotate(0) scale(1)}[data-theme=dark] .data-table,[data-theme=dark] .dataTables_wrapper{color:#fff!important}[data-theme=dark] #soft-deleted-orders-warning,[data-theme=dark] #soft-deleted-orders-section .alert-warning{background-color:#ffc10733!important;border-color:#ffc107!important;color:#ffc107!important}[data-theme=dark] #soft-deleted-orders-section .alert-warning .alert-heading,[data-theme=dark] #soft-deleted-orders-section .alert-warning p,[data-theme=dark] #soft-deleted-orders-section .alert-warning strong{color:#ffc107!important}[data-theme=dark] #soft-deleted-orders-section .card{background:#25293c!important;border-color:#ffffff1a!important}[data-theme=dark] #soft-deleted-orders-section .card-header{background:#2f3349!important;border-bottom-color:#ffffff1a!important;color:#fff!important}[data-theme=dark] #soft-deleted-orders-section .card-header h5{color:#fff!important}[data-theme=dark] .badge.badge-dark[style*="background-color: #000"]{background-color:#1a1a1a!important;border-color:#ffffff4d}[data-theme=dark] #main_table{box-shadow:0 0 20px #00000080;background-color:#2f3349!important}[data-theme=dark] .item-name-title{color:#fff!important}[data-theme=dark] .item-quantity-badge,[data-theme=dark] .item-price-main,[data-theme=dark] .option-name,[data-theme=dark] .option-price{color:#dee2e6!important}[data-theme=dark] .nested-level-line{background-color:#495057!important}[data-theme=dark] .option-group-label{color:#adb5bd!important}[data-theme=dark] .info-card{background:#2f3349!important;color:#fff!important}[data-theme=dark] .info-card h5{color:#d7171c!important}[data-theme=dark] .info-label,[data-theme=dark] .info-value{color:#fff!important}[data-theme=dark] .info-row{border-bottom:1px solid rgba(255,255,255,.1)!important}[data-theme=dark] .delivery-section{background:#2f3349!important;color:#fff!important}[data-theme=dark] .delivery-section h6{color:#fff!important}[data-theme=dark] .delivery-info-item{background:#25293c!important;color:#fff!important}[data-theme=dark] .delivery-info-item strong,[data-theme=dark] .delivery-info-item span{color:#fff!important}[data-theme=dark] .technical-details{border-top:1px dashed rgba(255,255,255,.2)!important}[data-theme=dark] .technical-details summary{color:#fff!important}[data-theme=dark] .technical-details-content{background:#2f3349!important;color:#fff!important}[data-theme=dark] .notes-empty{color:#a0aec0!important}[data-theme=dark] .product-table{background:#2f3349!important;color:#fff!important}[data-theme=dark] .product-table td{color:#fff!important;border-bottom:1px solid rgba(255,255,255,.1)!important}[data-theme=dark] .product-table tbody tr:hover{background-color:#ffffff0d!important}[data-theme=dark] .total-section{background:#2f3349!important;color:#fff!important}[data-theme=dark] .total-row{color:#fff!important;border-bottom:1px solid rgba(255,255,255,.1)!important}[data-theme=dark] .total-row:last-child{border-top:2px solid #d7171c!important;color:#fff!important}[data-theme=dark] .item-option{color:#a0aec0!important}[data-theme=dark] .item-note{background-color:#fab0051a!important;border-left-color:#fab005!important;color:#fab005!important}[data-theme=dark] .card{background:#2f3349!important;color:#fff!important}[data-theme=dark] .info-card,[data-theme=dark] .info-card p,[data-theme=dark] .info-card span:not(.badge):not(.btn),[data-theme=dark] .info-card div:not(.badge):not(.btn),[data-theme=dark] .delivery-card,[data-theme=dark] .notes-card,[data-theme=dark] .delivery-section,[data-theme=dark] .delivery-section p,[data-theme=dark] .delivery-section span:not(.badge):not(.btn),[data-theme=dark] .delivery-section div:not(.badge):not(.btn){color:#fff!important}[data-theme=dark] .info-card h5,[data-theme=dark] .info-card h6,[data-theme=dark] .delivery-section h6{color:#fff!important}[data-theme=dark] .badge-success{background-color:#28a745!important;color:#fff!important}[data-theme=dark] .badge-warning{background-color:#ffc107!important;color:#000!important}[data-theme=dark] .badge-info{background-color:#17a2b8!important;color:#fff!important}[data-theme=dark] .badge-danger{background-color:#dc3545!important;color:#fff!important}[data-theme=dark] .badge.bg-label-danger{background-color:#ff4c5129!important;color:#ff4c51!important}[data-theme=dark] .btn-danger{background-color:#dc3545!important;color:#fff!important}[data-theme=dark] .btn-primary{background-color:var(--accent-primary)!important;color:var(--accent-text, #ffffff)!important}[data-theme=dark] .text-primary{color:#d7171c!important}[data-theme=dark] .text-success{color:#28a745!important}[data-theme=dark] .text-danger{color:#dc3545!important}[data-theme=dark] .text-warning{color:#ffc107!important}[data-theme=dark] .text-info{color:#17a2b8!important}[data-theme=dark] .dark-text-white,[data-theme=dark] .info-card strong,[data-theme=dark] .delivery-card strong,[data-theme=dark] .notes-card strong,[data-theme=dark] .total-section strong,[data-theme=dark] .info-card a,[data-theme=dark] .delivery-card a,[data-theme=dark] .notes-card a{color:#fff!important}[data-theme=dark] .info-card a:hover,[data-theme=dark] .delivery-card a:hover,[data-theme=dark] .notes-card a:hover{color:#d7171c!important}[data-theme=dark] .progress-line{background:#3a3f5b}[data-theme=dark] .step-icon{background:#2f3349;border-color:#3a3f5b;color:#676d7d}[data-theme=dark] .step.active .step-icon{background:#2f3349;border-color:#d7171c;color:#d7171c}[data-theme=dark] .step.completed .step-icon{background:#28a745;border-color:#28a745;color:#fff}[data-theme=dark] .step-label{color:#676d7d}[data-theme=dark] .step.active .step-label{color:#d7171c}[data-theme=dark] .step.completed .step-label{color:#28a745}[data-theme=dark] .item-info-btn{color:#ff4d4d!important}[data-theme=dark] .modal-content{background-color:#2f3349!important;color:#fff!important;border:1px solid rgba(255,255,255,.1)!important}[data-theme=dark] .modal-body hr{border-color:#ffffff1a!important}[data-theme=dark] .modal-body .text-dark{color:#fff!important}[data-theme=dark] .modal-body .item-options-tree{background-color:#25293c!important}[data-theme=dark] .pc-wrap{--pc-surface: #1e2333;--pc-surface-2: #252a3a;--pc-border: rgba(255,255,255,.07);--pc-text: #e2e8f0;--pc-muted: #8892a4;--pc-shadow: 0 4px 24px rgba(0,0,0,.35);--pc-input-bg: #151923;--pc-input-border: #2a3143}[data-theme=dark] .pc-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#ef444426!important;border-color:#ef444440!important;color:#fca5a5!important}[data-theme=dark] .pc-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice:hover{background-color:#ef444440!important}[data-theme=dark] .pc-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#fca5a5!important}[data-theme=dark] #qrCodeContainer{background:var(--bg-secondary, #2d3748);border-color:var(--border-color, #4a5568)}[data-theme=dark] .qr-code-image{box-shadow:0 2px 8px #0000004d}[data-theme=dark] .modal-content{background-color:var(--bg-card, #2d3748);color:var(--text-primary, #f7fafc)}[data-theme=dark] .swal2-toast{background:var(--bg-card, #2d3748)!important;color:var(--text-primary, #f7fafc)!important;box-shadow:0 4px 12px #0006!important}[data-theme=dark] .swal2-toast .swal2-title{color:var(--text-primary, #f7fafc)!important}[data-theme=dark] .swal2-toast .swal2-content{color:var(--text-secondary, #e2e8f0)!important}[data-theme=dark] .system-health-item span{color:#fff!important}[data-theme=light] .system-health-item span{color:#2d3748!important}html[data-theme=dark] .system-health-item span{color:#fff!important}html[data-theme=light] .system-health-item span{color:#2d3748!important}[data-theme=dark] .manage-partners-btn{background:var(--delivery-metric-accent)!important;border-color:var(--delivery-metric-accent)!important;box-shadow:0 4px 12px #f2203d66!important}[data-theme=dark] .manage-partners-btn:hover{background:#ff6b6b!important;border-color:#ff6b6b!important;box-shadow:0 8px 25px #f2203d80!important}[data-theme=light] .manage-partners-btn{background:var(--delivery-metric-accent)!important;border-color:var(--delivery-metric-accent)!important;box-shadow:0 4px 12px #f2203d4d!important}[data-theme=light] .manage-partners-btn:hover{background:#ff6b6b!important;border-color:#ff6b6b!important;box-shadow:0 8px 25px #f2203d66!important}html[data-theme=dark] .manage-partners-btn,html[data-theme=light] .manage-partners-btn{background:var(--delivery-metric-accent)!important;border-color:var(--delivery-metric-accent)!important}[data-theme=dark] .text-muted,[data-theme=dark] .text-secondary{color:#fff!important}[data-theme=light] .text-muted{color:#718096!important}[data-theme=light] .text-secondary{color:#4a5568!important}[data-theme=dark] .custom-card-body .text-muted,[data-theme=dark] .custom-card-body .text-secondary,[data-theme=dark] .custom-delivery-metric-card .text-muted,[data-theme=dark] .custom-delivery-metric-card .text-secondary,[data-theme=dark] .custom-quick-action-card .text-muted,[data-theme=dark] .custom-quick-action-card .text-secondary,[data-theme=dark] .custom-partner-status-card .text-muted,[data-theme=dark] .custom-partner-status-card .text-secondary,html[data-theme=dark] .text-muted,html[data-theme=dark] .text-secondary,html[data-theme=dark] .custom-card-body .text-muted,html[data-theme=dark] .custom-card-body .text-secondary,html[data-theme=dark] .custom-delivery-metric-card .text-muted,html[data-theme=dark] .custom-delivery-metric-card .text-secondary,html[data-theme=dark] .custom-quick-action-card .text-muted,html[data-theme=dark] .custom-quick-action-card .text-secondary,html[data-theme=dark] .custom-partner-status-card .text-muted,html[data-theme=dark] .custom-partner-status-card .text-secondary{color:#fff!important}[data-theme=dark] .delivery-method-toggle-card{background:var(--dark-bg);border-color:#4a5568;color:#fff}[data-theme=dark] .method-toggle-name{color:#fff}[data-theme=dark] .method-toggle-description{color:#a0aec0}[data-theme=dark] .toggle-label{color:#fff}[data-theme=dark] .method-toggle-controls{border-top-color:#4a5568}[data-theme=dark] .settings-hero{background:linear-gradient(135deg,#2f3349,#1a1f2e)}[data-theme=dark] .action-card:hover{border-color:var(--accent-primary);background:var(--bg-secondary)}[data-theme=dark] .tab-btn.active{background:var(--bg-card);color:var(--accent-primary)}[data-theme=light] .settings-hero{background:linear-gradient(135deg,var(--accent-primary) 0%,#e53e3e 100%)}[data-theme=light] .action-card:hover{background:var(--bg-secondary)}html[data-theme=dark] .overview-action-btn,html[data-theme=light] .overview-action-btn{background-color:var(--accent-primary)!important;border-color:var(--accent-primary)!important;color:#fff!important}html[data-theme=dark] .overview-action-btn:hover,html[data-theme=light] .overview-action-btn:hover{background-color:#d91a33!important;border-color:#d91a33!important;color:#fff!important}html[data-theme=dark] .modern-page-header .page-title{color:#fff!important}html[data-theme=dark] .modern-page-header .page-subtitle{color:#e2e8f0!important}html[data-theme=dark] .modern-page-header .breadcrumb-item{color:#a0aec0!important}html[data-theme=dark] .modern-page-header .breadcrumb-item.active{color:#fff!important}html[data-theme=light] .modern-page-header .page-title{color:#1a202c!important}html[data-theme=light] .modern-page-header .page-subtitle{color:#4a5568!important}html[data-theme=light] .modern-page-header .breadcrumb-item{color:#718096!important}html[data-theme=light] .modern-page-header .breadcrumb-item.active{color:#2d3748!important}[data-theme=dark] .btn-action.btn-edit,[data-theme=dark] .platform-card .btn-edit{background:#fff!important;color:#1f2937!important;box-shadow:0 3px 10px #fff3!important;border:none!important;opacity:1!important}[data-theme=dark] .btn-edit:hover,[data-theme=dark] .btn-action.btn-edit:hover,[data-theme=dark] .platform-card .btn-edit:hover{background:var(--accent-primary)!important;color:#fff!important;box-shadow:0 6px 20px color-mix(in srgb,var(--accent-primary) 50%,transparent)!important;border:none!important;opacity:1!important}[data-theme=dark] .btn-delete,[data-theme=dark] .btn-action.btn-delete,[data-theme=dark] .platform-card .btn-delete{background:#fff!important;color:#1f2937!important;box-shadow:0 3px 10px #fff3!important;border:none!important;opacity:1!important}[data-theme=dark] .btn-delete:hover,[data-theme=dark] .btn-action.btn-delete:hover,[data-theme=dark] .platform-card .btn-delete:hover{background:var(--accent-primary)!important;color:#fff!important;box-shadow:0 6px 20px color-mix(in srgb,var(--accent-primary) 50%,transparent)!important;border:none!important;opacity:1!important}[data-theme=dark] .platform-card{background:#2f3349;border-color:#374151}[data-theme=dark] .platform-card:hover{box-shadow:0 10px 30px #0000004d}[data-theme=dark] .card-title{color:#fff}[data-theme=dark] .text-muted{color:#9ca3af!important}[data-theme=dark] .card.bg-primary .card-body h3,[data-theme=dark] .card.bg-success .card-body h3,[data-theme=dark] .card.bg-info .card-body h3,[data-theme=dark] .card.bg-warning .card-body h3{color:#fff!important}[data-theme=dark] .sortable-placeholder{background:#374151;border-color:#4b5563;color:#9ca3af}[data-theme=dark] .platform-card.sortable-ghost{opacity:.3}[data-theme=dark] .platform-card.sortable-chosen{box-shadow:0 15px 40px #0006}[data-theme=dark] .platform-icon-badge{box-shadow:0 4px 15px #0006,0 0 20px #ffffff26 inset}[data-theme=dark] .platform-icon-badge i{filter:drop-shadow(0 0 10px rgba(255,255,255,.6))}[data-theme=dark]{--bg-primary: #1a202c;--bg-card: #2d3748;--text-primary: #f7fafc;--text-secondary: #e2e8f0;--border-color: rgba(255, 255, 255, .1);--shadow-card: 0 4px 6px rgba(0, 0, 0, .3);--shadow-hover: 0 10px 25px rgba(0, 0, 0, .4)}[data-theme=dark] .delivery-partner-card{background:var(--bg-card);border-color:var(--border-color)}[data-theme=dark] .delivery-partner-card.enabled{background:linear-gradient(135deg,#28a7451a,#20c9971a)}[data-theme=dark] .delivery-partner-card.disabled{background:linear-gradient(135deg,#6c757d1a,#4950571a)}[data-theme=dark] .et-wrap{--et-surface: #1e2333;--et-bg: #141824;--et-text: #e2e8f0;--et-text-muted: #94a3b8;--et-border: rgba(255,255,255,.08);--et-input-bg: #2b3040;--et-card-shadow: 0 10px 15px -3px rgba(0, 0, 0, .3)}[data-theme=dark] .et-custom-badge{color:#4ade80}[data-theme=dark] .cke_chrome{border-color:var(--et-border)!important}[data-theme=dark] .cke_top{background:#2b3040!important;border-bottom:1px solid var(--et-border)!important}[data-theme=dark] .cke_bottom{background:#2b3040!important;border-top:1px solid var(--et-border)!important}[data-theme=dark] .cke_combo_button{background:#3f475e!important}[data-theme=dark] .cke_combo_text{color:#e2e8f0!important}[data-theme=dark] .cke_button_icon{filter:invert(.8)}[data-theme=dark] .tr-wrap{--tr-bg: #0b0f19;--tr-surface: #141b2d;--tr-surface-rgb: 20, 27, 45;--tr-text: #f1f5f9;--tr-text-muted: #94a3b8;--tr-border: #1e293b;--tr-shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, .3), 0 2px 4px -2px rgba(0, 0, 0, .3);--tr-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .5), 0 4px 6px -4px rgba(0, 0, 0, .5);--tr-input-bg: #0b0f19;--tr-input-border: #334155;--tr-section-bg: #1e293b}[data-theme=dark] .tr-header-card,[data-theme=dark] .tr-designer-card{border:1px solid rgba(255,255,255,.05)}[data-theme=dark] .ud-wrap{--ud-surface: #111827;--ud-card-bg: #1f2937;--ud-border: #374151;--ud-text: #f1f5f9;--ud-text-muted: #94a3b8;--ud-primary: #ffffff;--ud-accent: #60a5fa;--ud-input-bg: #111827}[data-theme=dark] .ud-warn-alert{color:#fbbf24}[data-theme=dark] .history-dashboard{background:#25293c}[data-theme=dark] .history-card{background:#2f3349;box-shadow:0 8px 32px #0000004d}[data-theme=dark] .subscription-item{background:#2f3349;border-color:#4a5568}[data-theme=dark] .subscription-item.active{background:linear-gradient(135deg,#28a74526,#20c99726)}[data-theme=dark] .history-table{background:#2f3349}[data-theme=dark] .history-table tbody tr:nth-child(2n){background:color-mix(in srgb,var(--accent-primary) 15%,transparent)}[data-theme=dark] .vd-wrap{--vd-surface: #1e2333;--vd-surface-2: #252a3a;--vd-border: rgba(255,255,255,.07);--vd-text: #e2e8f0;--vd-muted: #8892a4;--vd-shadow: 0 4px 24px rgba(0,0,0,.35);--vd-stat-blue-bg: linear-gradient(135deg,#1a233b 0%,#1d2d4f 100%);--vd-stat-green-bg: linear-gradient(135deg,#152418 0%,#1a3223 100%);--vd-stat-purple-bg: linear-gradient(135deg,#1e1a33 0%,#2a1f4b 100%);--vd-stat-orange-bg: linear-gradient(135deg,#2a1f00 0%,#362800 100%);--vd-c-blue: #60a5fa;--vd-c-green: #4ade80;--vd-c-purple: #c084fc;--vd-c-orange: #fbbf24;--vd-c-red: #f87171;--vd-table-hover: rgba(255,255,255,.025)}[data-theme=light] #purchaseAddonModal{--modal-bg: #ffffff;--modal-bg-alt: #f1f5f9;--modal-border: rgba(0,0,0,.1);--modal-text: #0f172a;--modal-muted: #64748b;--modal-accent: #4f46e5;--modal-shadow: 0 20px 60px rgba(0,0,0,.15)}[data-theme=dark] .invoice-dashboard{background:#25293c}[data-theme=dark] .invoice-card{background:#2f3349;box-shadow:0 8px 32px #0000004d}[data-theme=dark] .invoice-detail-item{background:color-mix(in srgb,var(--accent-primary) 15%,transparent);border-color:#4a5568}[data-theme=dark] .invoice-table{background:#2f3349}[data-theme=dark] .invoice-table tbody tr:nth-child(2n){background:color-mix(in srgb,var(--accent-primary) 15%,transparent)}[data-theme=dark] .invoice-total-section{background:linear-gradient(135deg,#f2203d33,#764ba233);border-color:#4a5568}[data-theme=dark] .billing-address{background:#2f3349;border-color:#4a5568}[data-theme=dark] .payment-method-info{background:linear-gradient(135deg,#28a74533,#28a7451a)}[data-theme=dark] .breadcrumb-modern{background:#2f3349}html[data-theme=dark] #card-number-element,html[data-theme=dark] #card-expiry-element,html[data-theme=dark] #card-cvc-element{background:#363b54;border-color:#ffffff1f;color:#e2e8f0}[data-theme=dark] .sub-card .card-header-custom{border-bottom-color:#ffffff14}[data-theme=dark] .sub-info-row{border-bottom-color:#ffffff0f}[data-theme=dark] .sub-info-label{color:#94a3b8}[data-theme=dark] .addon-grid-card{background:#363b54;border-color:#ffffff14}[data-theme=dark] .addon-grid-card:hover{box-shadow:0 6px 20px #0006}[data-theme=dark] .quick-action-card{background:#363b54;border-color:#ffffff14}[data-theme=dark] .input-group-text{background-color:#374151!important;border-color:#374151!important;color:#e5e7eb!important}[data-theme=dark] .input-group-text:hover{background-color:#4b5563!important}[data-theme=dark] input:-webkit-autofill,[data-theme=dark] input:-webkit-autofill:hover,[data-theme=dark] input:-webkit-autofill:focus,[data-theme=dark] input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #1f2937 inset!important;-webkit-text-fill-color:#e5e7eb!important}[data-theme=dark] .autocomplete-results{background-color:#1f2937!important;border-color:#374151!important;color:#e5e7eb!important}[data-theme=dark] input[type=text],[data-theme=dark] input[type=email],[data-theme=dark] input[type=password],[data-theme=dark] input[type=number],[data-theme=dark] input[type=tel],[data-theme=dark] textarea,[data-theme=dark] select{border-color:#374151!important;color:#e5e7eb!important}[data-theme=dark] input[type=text]::placeholder,[data-theme=dark] input[type=email]::placeholder,[data-theme=dark] input[type=password]::placeholder,[data-theme=dark] input[type=number]::placeholder,[data-theme=dark] input[type=tel]::placeholder,[data-theme=dark] textarea::placeholder{color:#9ca3af!important}[data-theme=dark] input[type=text]:focus,[data-theme=dark] input[type=email]:focus,[data-theme=dark] input[type=password]:focus,[data-theme=dark] input[type=number]:focus,[data-theme=dark] input[type=tel]:focus,[data-theme=dark] textarea:focus,[data-theme=dark] select:focus{border-color:var(--accent-primary)!important;color:#e5e7eb!important;box-shadow:0 0 0 .2rem #ff6b6b40!important}[data-theme=dark] label{color:#e5e7eb!important}[data-theme=dark] .form-section{background-color:transparent!important}[data-theme=dark] .location-search-loading{color:#9ca3af!important}[data-theme=dark] #autocomplete-results,[data-theme=dark] #autocomplete-results1{background-color:#1f2937!important;border-color:#374151!important;color:#e5e7eb!important;box-shadow:0 4px 12px #0000004d!important}[data-theme=dark] #autocomplete-results .autocomplete-item,[data-theme=dark] #autocomplete-results1 .autocomplete-item{color:#e5e7eb!important;border-bottom-color:#374151!important}[data-theme=dark] #autocomplete-results .autocomplete-item:hover,[data-theme=dark] #autocomplete-results1 .autocomplete-item:hover{background-color:#374151!important;color:#fff!important}[data-theme=dark] .custom-permanent-alert{background:linear-gradient(135deg,#1e3a5f,#1a365d);border-color:#3182ce;box-shadow:0 4px 12px #3182ce4d}[data-theme=dark] .custom-permanent-alert:hover{box-shadow:0 6px 20px #3182ce66}[data-theme=dark] .custom-permanent-alert .alert-icon{background:#3182ce;box-shadow:0 2px 8px #3182ce66}[data-theme=dark] .custom-permanent-alert .alert-title{color:#90cdf4}[data-theme=dark] .custom-permanent-alert .alert-message{color:#a0aec0}[data-theme=dark] .sub-card-header{background:#0f172a;border-bottom:1px solid #334155;color:#f1f5f9}[data-theme=dark] .sub-card-header i{background:#1e293b;color:#ef4444}[data-theme=dark] .form-card{background:#2f3349;border-color:#374151;color:#fff}[data-theme=dark] .form-card .form-label{color:#f3f4f6}[data-theme=dark] .form-card .form-control{background-color:#374151;border-color:#4b5563;color:#fff}[data-theme=dark] .form-card .form-control:focus{background-color:#374151;border-color:#60a5fa;color:#fff}[data-theme=dark] .form-card .form-select{background-color:#374151;border-color:#4b5563;color:#fff}[data-theme=dark] .form-card .form-select:focus{background-color:#374151;border-color:#60a5fa;color:#fff}[data-theme=dark] .dietary-label-card{background:#2f3349;border-color:#374151;color:#fff}[data-theme=dark] .dietary-label-card:hover{box-shadow:0 10px 30px #0000004d}[data-theme=dark] .dietary-label-card .text-muted{color:#9ca3af!important}[data-theme=dark] .item-card{background:#2f3349;border-color:#374151;color:#fff}[data-theme=dark] .item-card:hover{box-shadow:0 5px 20px #0000004d}[data-theme=dark] .autocomplete-results{background-color:#1f2937!important;border-color:#374151!important}[data-theme=dark] .toggle-item:hover{background:#d71b1c1a}[data-theme=dark] .color-picker,[data-theme=dark] .color-code{border-color:#374151;background-color:#1f2937;color:#e5e7eb}[data-theme=dark] .vel-wrap{--vel-surface: #252b3b;--vel-text: #dfe5ef;--vel-card-bg: #1e2433;--vel-border-color: #374151}[data-theme=dark] #emailLogModal .modal-content{background-color:#1e2433!important;color:#dfe5ef!important;border:1px solid #374151!important}[data-theme=dark] #emailLogModal .card{background-color:#252b3b!important;border-color:#374151!important}[data-theme=dark] #emailLogModal .table td{color:#dfe5ef!important}[data-theme=dark] #emailLogModal pre{background-color:#141923!important;color:#dfe5ef!important;border-color:#374151!important}[data-theme=dark] #emailLogModal .border{border-color:#374151!important}[data-theme=dark] .card-footer{background-color:#2f3349;border-top-color:#374151}[data-theme=dark] .table-responsive::-webkit-scrollbar-track{background:#2f3349}[data-theme=dark] .table-responsive::-webkit-scrollbar-thumb{background:#4a5568}[data-theme=dark] .table-responsive::-webkit-scrollbar-thumb:hover{background:#6b7280}[data-theme=dark] #instancesTable thead th{background-color:var(--accent-primary)!important;color:var(--accent-text, #ffffff)!important;border-bottom-color:var(--accent-primary)}[data-theme=dark] #instancesTable tbody tr:hover{background-color:#2f3349}[data-theme=dark] #instancesTable tbody td{border-bottom-color:#374151}[data-theme=dark] .btn-issue-reward{background:linear-gradient(135deg,#7c3aed,#a855f7);box-shadow:0 4px 12px #7c3aed80}[data-theme=dark] .btn-issue-reward:hover{background:linear-gradient(135deg,#a855f7,#7c3aed);box-shadow:0 6px 20px #7c3aedb3}[data-theme=dark] .btn-issue-reward:focus{box-shadow:0 0 0 3px #7c3aed66,0 6px 20px #7c3aedb3}[data-theme=dark] .empty-title{color:var(--text-primary, #ffffff)}[data-theme=dark] .empty-sub{color:var(--text-secondary, #a0aec0)}[data-theme=dark] .rule-modal-body::-webkit-scrollbar-track{background:var(--bg-primary, #25293C)}[data-theme=dark] .rule-modal-body::-webkit-scrollbar-thumb{background:var(--border-color, #374151)}[data-theme=dark] .rule-modal-body::-webkit-scrollbar-thumb:hover{background:var(--text-secondary, #a0aec0)}[data-theme=dark] .rule-modal-content{background:var(--bg-card, #2F3349);box-shadow:0 20px 60px #0009}[data-theme=dark] .rule-modal-body{background:var(--bg-primary, #25293C)}[data-theme=dark] .rule-form-section{background:var(--bg-card, #2F3349);border-color:var(--border-color, #374151);box-shadow:var(--shadow-card, 0 4px 6px -1px rgba(0, 0, 0, .3))}[data-theme=dark] .rule-form-section:hover{box-shadow:var(--shadow-hover, 0 10px 15px -3px rgba(0, 0, 0, .4));border-color:var(--border-color, #4b5563)}[data-theme=dark] .section-header{background:linear-gradient(135deg,var(--bg-card, #2F3349) 0%,var(--bg-secondary, #25293C) 100%);border-bottom-color:var(--border-color, #374151)}[data-theme=dark] .section-title,[data-theme=dark] .section-content .form-label{color:var(--text-primary, #ffffff)}[data-theme=dark] .section-content .form-control,[data-theme=dark] .section-content .form-select{background-color:var(--bg-card, #2F3349);color:var(--text-primary, #ffffff);border-color:var(--border-color, #374151)}[data-theme=dark] .section-content .form-control::placeholder,[data-theme=dark] .section-content .form-select::placeholder{color:var(--text-secondary, #a0aec0);opacity:.6}[data-theme=dark] .section-content .form-control:focus,[data-theme=dark] .section-content .form-select:focus{background-color:var(--bg-card, #2F3349);color:var(--text-primary, #ffffff);border-color:var(--accent-primary)}[data-theme=dark] .section-content .form-control[readonly]{background-color:var(--bg-secondary, #25293C);border-color:var(--border-color, #374151);color:var(--text-secondary, #a0aec0)}[data-theme=dark] .section-content .form-text{color:var(--text-secondary, #a0aec0)}[data-theme=dark] .section-content .input-group-lg .input-group-text{background:var(--bg-secondary, #25293C);border-color:var(--border-color, #374151);color:var(--text-secondary, #a0aec0)}[data-theme=dark] .section-content .input-group-lg .form-control{background-color:var(--bg-card, #2F3349);color:var(--text-primary, #ffffff)}[data-theme=dark] .section-content .alert-info-subtle{background:linear-gradient(135deg,color-mix(in srgb,var(--accent-primary) 15%,transparent),#764ba226);border-color:color-mix(in srgb,var(--accent-primary) 30%,transparent);color:var(--text-primary, #ffffff)}[data-theme=dark] .section-content .form-switch .form-check-input.form-switch-lg{background-color:var(--border-color, #374151);border-color:var(--border-color, #4b5563)}[data-theme=dark] .section-content .form-switch .form-check-label{color:var(--text-primary, #ffffff)}[data-theme=dark] .rule-modal-footer{background:var(--bg-card, #2F3349);border-top-color:var(--border-color, #374151)}[data-theme=dark] .rule-modal-footer .btn-outline-secondary{border-color:var(--border-color, #374151);color:var(--text-secondary, #a0aec0)}[data-theme=dark] .rule-modal-footer .btn-outline-secondary:hover{background:var(--bg-secondary, #25293C);border-color:var(--border-color, #4b5563);color:var(--text-primary, #ffffff)}[data-theme=dark] .select2-container--default .select2-selection--multiple,[data-theme=dark] .select2-container--default .select2-selection--single{background-color:var(--bg-card, #2F3349)!important;border-color:var(--border-color, #374151)!important;color:var(--text-primary, #ffffff)!important}[data-theme=dark] .select2-container--default .select2-selection--single .select2-selection__rendered{color:var(--text-primary, #ffffff)!important}[data-theme=dark] .select2-container--default .select2-selection__arrow b{border-color:var(--text-secondary, #a0aec0) transparent transparent transparent!important}[data-theme=dark] .select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:var(--text-secondary, #a0aec0)!important}[data-theme=dark] .select2-dropdown{background-color:var(--bg-card, #2F3349)!important;border-color:var(--border-color, #374151)!important}[data-theme=dark] .select2-results__option{background-color:var(--bg-card, #2F3349)!important;color:var(--text-primary, #ffffff)!important}[data-theme=dark] .select2-results__option--highlighted{background-color:var(--bg-secondary, #25293C)!important;color:var(--text-primary, #ffffff)!important}[data-theme=dark] .select2-results__option[aria-selected=true]{background-color:color-mix(in srgb,var(--accent-primary) 20%,transparent)!important;color:var(--text-primary, #ffffff)!important}[data-theme=dark] .loyalty-card-advanced{background:var(--bg-card, #2F3349);box-shadow:0 4px 6px -1px #0000004d}[data-theme=dark] .loyalty-card-advanced:hover{box-shadow:0 20px 40px #00000080!important}[data-theme=dark] .loyalty-card-header{background:linear-gradient(135deg,var(--bg-card, #2F3349) 0%,var(--bg-secondary, #25293C) 100%);border-bottom-color:var(--border-color, #374151)}[data-theme=dark] .loyalty-card-title{color:var(--text-primary, #ffffff)}[data-theme=dark] .loyalty-card-subtitle{color:var(--text-secondary, #a0aec0)}[data-theme=dark] .loyalty-table-header{background:linear-gradient(135deg,var(--bg-card, #2F3349) 0%,var(--bg-secondary, #25293C) 100%);border-bottom-color:var(--border-color, #374151)}[data-theme=dark] .loyalty-th{color:var(--text-primary, #ffffff)}[data-theme=dark] .loyalty-table-body tr:hover{background:var(--bg-secondary, #25293C)}[data-theme=dark] .loyalty-table-body td{color:var(--text-primary, #ffffff)}[data-theme=dark] .program-modal-content,[data-theme=dark] .reward-modal-content{background:var(--bg-card, #2F3349);box-shadow:0 20px 60px #0009}[data-theme=dark] .program-modal-body,[data-theme=dark] .reward-modal-body{background:var(--bg-primary, #25293C)}[data-theme=dark] .program-form-section,[data-theme=dark] .reward-form-section{background:var(--bg-card, #2F3349);border-color:var(--border-color, #374151)}[data-theme=dark] .program-modal-footer,[data-theme=dark] .reward-modal-footer{background:var(--bg-card, #2F3349);border-top-color:var(--border-color, #374151)}[data-theme=dark]{--bg-primary: #1f2937;--bg-secondary: #374151;--bg-card: #2f3349;--text-primary: #ffffff;--text-secondary: #d1d5db;--text-muted: #9ca3af;--border-color: #4b5563;--success-color: #10b981;--danger-color: #ef4444;--warning-color: #f59e0b;--info-color: #06b6d4}[data-theme=dark] .category-card-deleted{background:linear-gradient(135deg,#3f2020,#2d1515)!important;border:2px dashed #ef4444!important}[data-theme=dark] .category-card-deleted:after{background:repeating-linear-gradient(45deg,#ef44440d,#ef44440d 10px,#ef44441a 10px 20px)}[data-theme=dark] .btn-action.btn-edit,[data-theme=dark] .category-card .btn-edit{background:#fff!important;color:#1f2937!important;box-shadow:0 3px 10px #fff3!important;border:none!important;opacity:1!important}[data-theme=dark] .btn-edit:hover,[data-theme=dark] .btn-action.btn-edit:hover,[data-theme=dark] .category-card .btn-edit:hover{background:var(--accent-primary)!important;color:#fff!important;box-shadow:0 6px 20px color-mix(in srgb,var(--accent-primary) 50%,transparent)!important;border:none!important;opacity:1!important}[data-theme=dark] .btn-view,[data-theme=dark] .btn-action.btn-view,[data-theme=dark] .category-card .btn-view{background:#fff!important;color:#1f2937!important;box-shadow:0 3px 10px #fff3!important;border:none!important;opacity:1!important}[data-theme=dark] .btn-view:hover,[data-theme=dark] .btn-action.btn-view:hover,[data-theme=dark] .category-card .btn-view:hover{background:var(--accent-primary)!important;color:#fff!important;box-shadow:0 6px 20px color-mix(in srgb,var(--accent-primary) 50%,transparent)!important;border:none!important;opacity:1!important}[data-theme=dark] .btn-delete,[data-theme=dark] .btn-action.btn-delete,[data-theme=dark] .category-card .btn-delete{background:#fff!important;color:#1f2937!important;box-shadow:0 3px 10px #fff3!important;border:none!important;opacity:1!important}[data-theme=dark] .btn-delete:hover,[data-theme=dark] .btn-action.btn-delete:hover,[data-theme=dark] .category-card .btn-delete:hover{background:var(--accent-primary)!important;color:#fff!important;box-shadow:0 6px 20px color-mix(in srgb,var(--accent-primary) 50%,transparent)!important;border:none!important;opacity:1!important}[data-theme=dark] .category-card{background:#2f3349;border-color:#374151}[data-theme=dark] .category-card:hover{box-shadow:0 10px 30px #0000004d}[data-theme=dark] .card-text[style*="color: var(--text-primary)"]{color:#fff!important}[data-theme=dark] .category-card.sortable-ghost{opacity:.3}[data-theme=dark] .category-card.sortable-chosen{box-shadow:0 15px 40px #0006}[data-theme=dark] .item-card-deleted{background:linear-gradient(135deg,#3f2020,#2d1515)!important;border:2px dashed #ef4444!important}[data-theme=dark] .item-card-deleted:after{background:repeating-linear-gradient(45deg,#ef44440d,#ef44440d 10px,#ef44441a 10px 20px)}[data-theme=dark] .flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#fff}[data-theme=dark] .schedule-row .form-control,[data-theme=dark] .schedule-row .form-select{background:#4a5568;border-color:#718096;color:#fff}[data-theme=dark] .flatpickr-calendar{background:#2d3748;box-shadow:0 10px 15px -3px #0000004d,0 4px 6px -2px #0003}[data-theme=dark] .flatpickr-time{border-top:1px solid #4a5568!important}[data-theme=dark] .flatpickr-time input,[data-theme=dark] .flatpickr-time .flatpickr-am-pm{color:#e2e8f0}[data-theme=dark] .js-timepicker:hover,[data-theme=dark] .js-timepicker:focus{background:#4a5568}[data-theme=dark] .menu-card-deleted{background:linear-gradient(135deg,#3f2020,#2d1515)!important;border:2px dashed #ef4444!important}[data-theme=dark] .menu-card-deleted:after{background:repeating-linear-gradient(45deg,#ef44440d,#ef44440d 10px,#ef44441a 10px 20px)}[data-theme=dark] .menu-card{background:#2f3349;border-color:#374151;color:#fff}[data-theme=dark] .menu-card:hover{box-shadow:0 10px 30px #0000004d}[data-theme=dark] .menu-card .text-muted{color:#9ca3af!important}[data-theme=dark] .schedule-card{background:linear-gradient(135deg,#374151,#1f2937);border-color:#4b5563}[data-theme=dark] .schedule-card .schedule-day{color:#9ca3af}[data-theme=dark] .schedule-card .schedule-time,[data-theme=dark] .schedule-card .schedule-header-text{color:#e5e7eb}[data-theme=dark] .schedule-card .text-primary{color:#60a5fa!important}[data-theme=dark] .schedule-card-24-7{background:#22c55e26;border-color:#22c55e4d}[data-theme=dark] .branch-badge{background:#3b82f626;border-color:#3b82f64d}[data-theme=dark] .version-badge{background:#6b728026;border-color:#6b72804d}[data-theme=dark] .schedule-row{background:#2d3748;border-color:#4a5568}[data-theme=dark] .flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#fff}[data-theme=dark] .stripe-dashboard-wrap{--sd-surface: #1e2333;--sd-surface-2: #252a3a;--sd-border: rgba(255,255,255,.07);--sd-text: #e2e8f0;--sd-muted: #8892a4;--sd-shadow: 0 4px 24px rgba(0,0,0,.35);--sd-stat-blue-bg: linear-gradient(135deg,#1a233b 0%,#1d2d4f 100%);--sd-stat-purple-bg: linear-gradient(135deg,#1e1a33 0%,#2a1f4b 100%);--sd-stat-green-bg: linear-gradient(135deg,#152418 0%,#1a3223 100%);--sd-c-blue: #60a5fa;--sd-c-purple: #c084fc;--sd-c-green: #4ade80;--sd-c-orange: #fbbf24;--sd-c-red: #f87171;--sd-table-hover: rgba(255,255,255,.025);--sd-input-bg: #252a3a}[data-theme=dark] .sd-card{box-shadow:0 2px 10px #00000040}[data-theme=dark] .sd-pill-secondary{background:#ffffff12}[data-theme=dark] .sd-bank-info{background:#ffffff0a}[data-theme=dark] .tx-modal-box{background:#0f172a;border:1px solid rgba(255,255,255,.06)}[data-theme=dark] .tx-text{color:#f8fafc}[data-theme=dark] .tx-muted{color:#94a3b8}[data-theme=dark] .tx-border{border-color:#ffffff1a!important}[data-theme=dark] .btn-close{filter:invert(1) grayscale(100%) brightness(200%)!important}[data-theme=dark] .sd-view-tx-btn{background-color:#2e394b!important;border-color:#3b4b61!important;color:#fff!important}[data-theme=dark] .sd-view-tx-btn:hover{background-color:#3b4b61!important}[data-theme=dark] .sd-view-tx-btn i{color:#94a3b8!important}[data-theme=dark] .sd-view-tx-btn:hover i{color:#38bdf8!important}[data-theme=dark] #modalTxReceiptBtn{background-color:#2e394b!important;color:#fff!important;border-color:#ffffff26!important}[data-theme=dark] #modalTxReceiptBtn:hover{background-color:#3b4b61!important;border-color:#fff3!important}[data-theme=dark] #vouchersTable thead th{background-color:var(--accent-primary)!important;color:var(--accent-text, #ffffff)!important;border-bottom-color:var(--accent-primary)}[data-theme=dark] #vouchersTable tbody tr:hover{background-color:#2f3349}[data-theme=dark] #vouchersTable tbody td{border-bottom-color:#374151}[data-theme=dark] #vouchersTable code{background-color:#ff6b3533;color:#ff8c69}[data-theme=dark] .branch-vouchers-toggle .form-check-label{background:#ffffff0d;border-color:#ffffff26}[data-theme=dark] .branch-vouchers-toggle:hover .form-check-label{border-color:var(--accent-primary);background:#ffffff14}[data-theme=dark] .toggle-label-text{color:#e2e8f0}[data-theme=dark] .toggle-status-badge{background:#6c757d33;color:#a0aec0;border-color:#6c757d4d}[data-theme=dark] .toggle-status-badge.active{background:#28a74540;color:#48bb78;border-color:#28a74566}[data-theme=dark] .toggle-icon{background:linear-gradient(135deg,#f2203d26,#ff6b3526)}[data-theme=dark] .type-section{border-color:#3a3f5b}html[data-theme] .table thead th,html[data-theme] table.dataTable thead th,html[data-theme] table.dataTable thead td,.table thead th,table.dataTable thead th,table.dataTable thead td{background-color:var(--accent-primary)!important;color:var(--accent-text, #ffffff)!important;border-color:var(--accent-primary)!important}[data-theme=dark] #ozpos-actions-card .btn-download-receipt:hover,[data-theme=dark] #ozpos-actions-card .btn-download-receipt:active,[data-theme=dark] #ozpos-actions-card .btn-download-receipt:focus,[data-theme=dark] #ozpos-actions-card .btn-download-receipt:hover i,[data-theme=dark] #ozpos-actions-card .btn-download-receipt:active i,[data-theme=dark] #ozpos-actions-card .btn-download-receipt:focus i,[data-theme=dark] #uber-eats-actions-card .btn-download-receipt:hover,[data-theme=dark] #uber-eats-actions-card .btn-download-receipt:active,[data-theme=dark] #uber-eats-actions-card .btn-download-receipt:focus,[data-theme=dark] #uber-eats-actions-card .btn-download-receipt:hover i,[data-theme=dark] #uber-eats-actions-card .btn-download-receipt:active i,[data-theme=dark] #uber-eats-actions-card .btn-download-receipt:focus i{color:#000000!important}
