        body { background-color: #f8f9fa; }
        .login-container { max-width: 400px; margin: 100px auto; }
        .hidden { display: none !important; }
        
        [data-bs-theme] .cf-proxy-switch .form-check-input:checked {
            background-color: #f6821f !important;
            border-color: #f6821f !important;
            box-shadow: 0 0 12px rgba(246, 130, 31, 0.6) !important;
        }
        
        .copy-group { position: relative; }
        .copy-group .btn-copy { 
            position: absolute; right: 0; top: 0; height: 100%; border-radius: 0 4px 4px 0; 
        }
    
        
        /* Custom Themes */
        html[data-bs-theme="neon"] body {
            background-color: #0f141e !important; /* Force overall page background */
            color: #e2e8f0 !important;
            font-family: 'Inter', 'Roboto', sans-serif;
        }
        [data-bs-theme="neon"] {
            --bs-body-bg: #0f141e;
            --bs-body-color: #e2e8f0;
            --bs-primary: #00d2ff;
            --bs-primary-rgb: 0, 210, 255;
            --bs-border-color: rgba(0, 210, 255, 0.15);
        }
        [data-bs-theme="neon"] .bg-light, [data-bs-theme="neon"] .bg-white {
            background-color: #1b2336 !important;
            color: #e2e8f0 !important;
        }
        [data-bs-theme="neon"] .bg-dark {
            background-color: #0b0f17 !important;
            color: #00d2ff !important;
            border-bottom: 1px solid rgba(0, 210, 255, 0.2);
        }
        [data-bs-theme="neon"] .text-dark, [data-bs-theme="neon"] .text-muted {
            color: #a0aec0 !important;
        }
        [data-bs-theme="neon"] .navbar {
            background: #1b2336 !important;
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
            border-bottom: 1px solid rgba(0, 210, 255, 0.2);
        }
        [data-bs-theme="neon"] .card, [data-bs-theme="neon"] .modal-content {
            background-color: #1b2336 !important;
            border-radius: 20px;
            border: 1px solid rgba(0, 210, 255, 0.15);
            box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.6), -8px -8px 16px rgba(255, 255, 255, 0.02), inset 0 0 0 transparent;
            transition: all 0.3s ease-in-out;
            color: #e2e8f0;
        }
        [data-bs-theme="neon"] .card:hover {
            box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.6), -8px -8px 16px rgba(255, 255, 255, 0.02), 0 0 15px rgba(0, 210, 255, 0.3);
            border: 1px solid rgba(0, 210, 255, 0.4);
        }
        [data-bs-theme="neon"] .nav-tabs {
            border-bottom: 1px solid rgba(0, 210, 255, 0.2);
        }
        [data-bs-theme="neon"] .nav-tabs .nav-link {
            color: #a0aec0;
            border: none;
        }
        [data-bs-theme="neon"] .nav-tabs .nav-link:hover {
            color: #00d2ff;
            border: none;
        }
        [data-bs-theme="neon"] .nav-tabs .nav-link.active {
            background-color: #1b2336 !important;
            color: #00d2ff !important;
            border: 1px solid rgba(0, 210, 255, 0.3);
            border-bottom: 1px solid #1b2336; /* Seamless blend */
            box-shadow: 0 -4px 10px rgba(0, 210, 255, 0.1);
        }
        [data-bs-theme="neon"] .form-control, [data-bs-theme="neon"] .form-select {
            background-color: #121826;
            border: 1px solid rgba(255,255,255,0.1);
            color: #e2e8f0;
            border-radius: 10px;
            box-shadow: inset 3px 3px 6px rgba(0,0,0,0.4), inset -3px -3px 6px rgba(255,255,255,0.02);
        }
        [data-bs-theme="neon"] .form-control::placeholder, [data-bs-theme="neon"] .form-select::placeholder {
            color: rgba(255, 255, 255, 0.4);
            opacity: 1;
        }
        [data-bs-theme="neon"] .form-control:focus, [data-bs-theme="neon"] .form-select:focus {
            border-color: #00d2ff;
            box-shadow: 0 0 8px rgba(0, 210, 255, 0.5);
            background-color: #121826;
            color: #fff;
        }
        [data-bs-theme="neon"] .btn-primary, [data-bs-theme="neon"] .btn-info {
            background: linear-gradient(45deg, #0284c7, #00d2ff);
            border: none;
            border-radius: 12px;
            color: #fff;
            box-shadow: 0 4px 15px rgba(0, 210, 255, 0.3);
        }
        [data-bs-theme="neon"] .btn-primary:hover, [data-bs-theme="neon"] .btn-info:hover {
            background: linear-gradient(45deg, #00d2ff, #0284c7);
            box-shadow: 0 6px 20px rgba(0, 210, 255, 0.6);
            color: #fff;
        }
        [data-bs-theme="neon"] .btn-secondary, [data-bs-theme="neon"] .btn-outline-light {
        [data-bs-theme="neon"] .btn-success {
            background: linear-gradient(45deg, #059669, #10b981);
            border: none;
            box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
            color: #fff;
        }
        [data-bs-theme="neon"] .btn-success:hover {
            background: linear-gradient(45deg, #10b981, #059669);
            box-shadow: 0 6px 20px rgba(16, 185, 129, 0.6);
            transform: translateY(-2px);
            color: #fff;
        }
            background-color: #1f2937;
            border: 1px solid rgba(255,255,255,0.1);
            color: #e2e8f0;
        }
        [data-bs-theme="neon"] .btn-secondary:hover, [data-bs-theme="neon"] .btn-outline-light:hover {
            background-color: #374151;
            color: #fff;
        }
        [data-bs-theme="neon"] .badge {
            font-size: 0.85rem;
            padding: 0.5em 0.8em;
            border-radius: 8px;
            font-weight: 600 !important;
            color: #fff !important;
            border: none !important;
        }
        [data-bs-theme="neon"] .badge.bg-primary, [data-bs-theme="neon"] .badge.bg-info {
            background: linear-gradient(45deg, #0284c7, #00d2ff) !important;
            box-shadow: 0 4px 10px rgba(0, 210, 255, 0.4);
        }
        [data-bs-theme="neon"] .badge.bg-success {
            background: linear-gradient(45deg, #059669, #10b981) !important;
            box-shadow: 0 4px 10px rgba(16, 185, 129, 0.4);
        }
        [data-bs-theme="neon"] .badge.bg-warning, [data-bs-theme="neon"] .badge.text-bg-warning {
            background: linear-gradient(45deg, #d97706, #f59e0b) !important;
            box-shadow: 0 4px 10px rgba(245, 158, 11, 0.4);
        }
        [data-bs-theme="neon"] .badge.bg-danger {
            background: linear-gradient(45deg, #be123c, #f43f5e) !important;
            box-shadow: 0 4px 10px rgba(244, 63, 94, 0.4);
        }
        [data-bs-theme="neon"] .badge.bg-secondary {
            background: linear-gradient(45deg, #374151, #6b7280) !important;
            box-shadow: 0 4px 10px rgba(107, 114, 128, 0.4);
        }
        
        /* CÔNG TẮC BẬT/TẮT (TOGGLES) TRONG NEON THEME */
        [data-bs-theme="neon"] .form-switch .form-check-input {
            width: 3em;
            height: 1.5em;
            margin-top: 0;
            background-color: #1f2937;
            border: 1px solid rgba(255, 255, 255, 0.2);
            cursor: pointer;
            box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
            transition: all 0.3s ease;
        }
        /* Công tắc khi đang tắt (Off) - Tăng độ sáng để không bị chìm */
        [data-bs-theme="neon"] .form-check-input:not(:checked) {
            background-color: #374151;
            border-color: rgba(255, 255, 255, 0.3);
        }
        /* Công tắc mặc định khi bật (On) - Màu Cyan Neon */
        [data-bs-theme="neon"] .form-switch .form-check-input:checked {
            background-color: #00d2ff;
            border-color: #00d2ff;
            box-shadow: 0 0 12px rgba(0, 210, 255, 0.6);
        }


        [data-bs-theme="neon"] .btn-dark {
            background-color: #0b0f17;
            border: 1px solid rgba(0, 210, 255, 0.3);
            color: #00d2ff;
        }
        [data-bs-theme="neon"] .btn-dark:hover {
            background-color: rgba(0, 210, 255, 0.1);
            color: #fff;
            box-shadow: 0 0 10px rgba(0, 210, 255, 0.3);
        }
        [data-bs-theme="neon"] .text-primary, [data-bs-theme="neon"] h1, [data-bs-theme="neon"] h2, [data-bs-theme="neon"] h3, [data-bs-theme="neon"] h4, [data-bs-theme="neon"] h5, [data-bs-theme="neon"] h6, [data-bs-theme="neon"] .navbar-brand {
            color: #00d2ff !important;
            text-shadow: 0 0 8px rgba(0, 210, 255, 0.4);
        }
        [data-bs-theme="neon"] .table, [data-bs-theme="neon"] .table-dark {
            --bs-table-bg: transparent;
            color: #e2e8f0;
            border-color: rgba(0, 210, 255, 0.1);
        }
        [data-bs-theme="neon"] .table th {
            background-color: rgba(0, 210, 255, 0.05) !important;
            color: #00d2ff !important;
            border-bottom: 1px solid rgba(0, 210, 255, 0.3);
        }
        [data-bs-theme="neon"] .table td {
            background-color: transparent !important;
            color: #e2e8f0 !important;
            vertical-align: middle;
        }
        [data-bs-theme="neon"] .table-striped>tbody>tr:nth-of-type(odd)>* {
            background-color: rgba(255, 255, 255, 0.02) !important;
            color: #e2e8f0;
        }
        [data-bs-theme="neon"] .table-hover>tbody>tr:hover>* {
            color: #fff !important;
            background-color: rgba(0, 210, 255, 0.1) !important;
        }
        [data-bs-theme="neon"] .dropdown-menu {
            background-color: #1b2336;
            border: 1px solid rgba(0, 210, 255, 0.2);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
        }
        [data-bs-theme="neon"] .dropdown-item {
            color: #e2e8f0;
        }
        [data-bs-theme="neon"] .dropdown-item:hover {
            background-color: rgba(0, 210, 255, 0.1);
            color: #00d2ff;
        }

        [data-bs-theme="orange"] {
            --bs-primary: #fd7e14;
            --bs-primary-rgb: 253, 126, 20;
            --bs-body-bg: #fffaf0;
            --bs-body-color: #212529;
            --bs-navbar-active-color: #fff;
        }
        [data-bs-theme="orange"] .bg-primary { background-color: #fd7e14 !important; }
        [data-bs-theme="orange"] .text-primary { color: #fd7e14 !important; }
        [data-bs-theme="orange"] .btn-primary { background-color: #fd7e14; border-color: #fd7e14; color: white;}
        [data-bs-theme="orange"] .btn-primary:hover { background-color: #e37112; border-color: #e37112; }
        
        [data-bs-theme="red"] {
            --bs-primary: #dc3545;
            --bs-primary-rgb: 220, 53, 69;
            --bs-body-bg: #fff5f5;
            --bs-body-color: #212529;
            --bs-navbar-active-color: #fff;
        }
        [data-bs-theme="red"] .bg-primary { background-color: #dc3545 !important; }
        [data-bs-theme="red"] .text-primary { color: #dc3545 !important; }
        [data-bs-theme="red"] .btn-primary { background-color: #dc3545; border-color: #dc3545; color: white;}
        [data-bs-theme="red"] .btn-primary:hover { background-color: #c82333; border-color: #bd2130; }


/* NProgress Custom CSS */
#nprogress .bar { background: #0dcaf0 !important; height: 3px !important; }
#nprogress .peg { box-shadow: 0 0 10px #0dcaf0, 0 0 5px #0dcaf0 !important; }
#nprogress .spinner-icon { border-top-color: #0dcaf0 !important; border-left-color: #0dcaf0 !important; }

/* Skeleton Loaders */
.skeleton {
    background: linear-gradient(90deg, rgba(255,255,255,0.05) 25%, rgba(255,255,255,0.12) 50%, rgba(255,255,255,0.05) 75%);
    background-size: 200% 100%;
    animation: skeleton-shimmer 1.5s infinite;
    border-radius: 6px;
    display: inline-block;
}
@keyframes skeleton-shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* Toast Floating Notifications */
.toast-floating-container {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    pointer-events: none;
}
.toast-floating-item {
    pointer-events: auto;
    min-width: 280px;
    max-width: 400px;
    padding: 12px 18px;
    border-radius: 10px;
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    gap: 12px;
    animation: toastSlideIn 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.9rem;
    font-weight: 500;
}
.toast-floating-item.toast-success {
    background: rgba(16, 185, 129, 0.92);
    color: #ffffff;
    border-color: rgba(52, 211, 153, 0.5);
}
.toast-floating-item.toast-error {
    background: rgba(239, 68, 68, 0.92);
    color: #ffffff;
    border-color: rgba(248, 113, 113, 0.5);
}
.toast-floating-item.toast-info {
    background: rgba(14, 165, 233, 0.92);
    color: #ffffff;
    border-color: rgba(56, 189, 248, 0.5);
}
.toast-floating-item.toast-fadeout {
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
}
@keyframes toastSlideIn {
    from {
        opacity: 0;
        transform: translateX(40px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

.hover-underline:hover {
    text-decoration: underline !important;
}
.hover-glow-info:hover {
    box-shadow: 0 0 12px rgba(14, 165, 233, 0.5) !important;
    color: #38bdf8 !important;
    border-color: #38bdf8 !important;
}
.transition-all {
    transition: all 0.2s ease-in-out;
}
