body.gaming-theme {
    font-family: 'Outfit', sans-serif;
    font-size: 0.9rem;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    transition: background 0.3s ease, color 0.3s ease;
}

/* Base Light Mode (Default) */
[data-bs-theme="light"] body.gaming-theme {
    background:
        radial-gradient(at 0% 0%, rgba(139, 92, 246, 0.08) 0, transparent 40%),
        radial-gradient(at 100% 0%, rgba(59, 130, 246, 0.06) 0, transparent 40%),
        radial-gradient(at 50% 100%, rgba(236, 72, 153, 0.05) 0, transparent 40%),
        #f8fafc;
    background-attachment: fixed;
    color: #334155;
}

[data-bs-theme="light"] .text-neon-purple {
    color: #6d28d9 !important;
}

[data-bs-theme="light"] .glass-navbar {
    background: rgba(255, 255, 255, 0.75) !important;
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(109, 40, 217, 0.08);
}

[data-bs-theme="light"] .glass-card {
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(16px) saturate(110%);
    border: 1px solid rgba(109, 40, 217, 0.08) !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 30px rgba(109, 40, 217, 0.03) !important;
}

[data-bs-theme="light"] .glass-card .card-header {
    background: rgba(241, 245, 249, 0.6) !important;
    border-bottom: 1px solid rgba(109, 40, 217, 0.08);
    color: #475569;
}

[data-bs-theme="light"] .table-gaming {
    color: #334155;
}

[data-bs-theme="light"] .table-gaming thead th {
    background: #f1f5f9;
    border-bottom: 2px solid rgba(109, 40, 217, 0.2);
    color: #6d28d9;
}

[data-bs-theme="light"] .table-gaming tbody td {
    border-bottom: 1px solid #e2e8f0;
}

[data-bs-theme="light"] .table-gaming tbody tr:hover td {
    background: #f8fafc;
}

[data-bs-theme="light"] .admin-sidebar {
    background: linear-gradient(180deg, #1e1b4b 0%, #2e1065 50%, #0f0b1e 100%) !important;
    border-right: 1px solid rgba(168, 85, 247, 0.25) !important;
}

[data-bs-theme="light"] .admin-sidebar h6 {
    color: #64748b !important;
}

[data-bs-theme="light"] .sidebar-link {
    color: #94a3b8 !important;
}

[data-bs-theme="light"] .sidebar-link:hover {
    background: rgba(139, 92, 246, 0.08) !important;
    color: #c4b5fd !important;
    border-left-color: rgba(139, 92, 246, 0.5) !important;
}

[data-bs-theme="light"] .sidebar-link.active {
    background: rgba(139, 92, 246, 0.15) !important;
    color: #ffffff !important;
    border-left-color: #8b5cf6 !important;
    box-shadow: 0 0 15px rgba(139, 92, 246, 0.25) !important;
}


/* Dark Mode Overrides */
[data-bs-theme="dark"] body.gaming-theme {
    background:
        radial-gradient(circle at 10% 10%, rgba(76, 29, 149, 0.25) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(29, 78, 216, 0.2) 0%, transparent 40%),
        radial-gradient(circle at 50% 50%, rgba(219, 39, 119, 0.06) 0%, transparent 40%),
        #050409;
    background-attachment: fixed;
    color: #f8f9fa;
}

[data-bs-theme="dark"] .text-neon-purple {
    color: #8b5cf6 !important;
    text-shadow: 0 0 10px rgba(139, 92, 246, 0.5);
}

[data-bs-theme="dark"] .glass-navbar {
    background: rgba(15, 23, 42, 0.5) !important;
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(139, 92, 246, 0.15);
}

[data-bs-theme="dark"] .glass-card {
    background: rgba(15, 23, 42, 0.45) !important;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(139, 92, 246, 0.12) !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25) !important;
}

[data-bs-theme="dark"] .glass-card .card-header {
    background: rgba(15, 23, 42, 0.5) !important;
    border-bottom: 1px solid rgba(139, 92, 246, 0.12);
    font-weight: 600;
}

[data-bs-theme="dark"] .table-gaming {
    color: #e2e8f0;
}

[data-bs-theme="dark"] .table-gaming thead th {
    background: rgba(139, 92, 246, 0.1);
    border-bottom: 2px solid rgba(139, 92, 246, 0.3);
    color: #a78bfa;
}

[data-bs-theme="dark"] .table-gaming tbody td {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

[data-bs-theme="dark"] .table-gaming tbody tr:hover td {
    background: rgba(139, 92, 246, 0.05);
    transition: all 0.2s ease;
}

[data-bs-theme="dark"] .admin-sidebar {
    background: linear-gradient(180deg, #1e1b4b 0%, #2e1065 50%, #0f0b1e 100%) !important;
    border-right: 1px solid rgba(168, 85, 247, 0.25) !important;
}

[data-bs-theme="dark"] .admin-sidebar h6 {
    color: #64748b !important;
}

[data-bs-theme="dark"] .sidebar-link {
    color: #94a3b8 !important;
}

[data-bs-theme="dark"] .sidebar-link:hover {
    background: rgba(139, 92, 246, 0.08) !important;
    color: #c4b5fd !important;
    border-left-color: rgba(139, 92, 246, 0.5) !important;
}

[data-bs-theme="dark"] .sidebar-link.active {
    background: rgba(139, 92, 246, 0.15) !important;
    color: #ffffff !important;
    border-left-color: #8b5cf6 !important;
    box-shadow: 0 0 15px rgba(139, 92, 246, 0.25) !important;
}

[data-bs-theme="dark"] .form-control,
[data-bs-theme="dark"] .form-select,
[data-bs-theme="dark"] .input-group-text {
    background-color: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(139, 92, 246, 0.3);
    color: #f8f9fa;
}

[data-bs-theme="dark"] .form-control:focus,
[data-bs-theme="dark"] .form-select:focus {
    background-color: rgba(15, 23, 42, 0.8);
    border-color: #8b5cf6;
    box-shadow: 0 0 10px rgba(139, 92, 246, 0.5);
    color: #f8f9fa;
}

/* Select2 Dark Mode Overrides */
[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-selection {
    background-color: rgba(15, 23, 42, 0.6) !important;
    border: 1px solid rgba(139, 92, 246, 0.3) !important;
    color: #f8f9fa !important;
}

[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-selection__rendered {
    color: #f8f9fa !important;
}

[data-bs-theme="dark"] .select2-dropdown {
    background-color: #1e293b !important;
    border: 1px solid rgba(139, 92, 246, 0.3) !important;
}

[data-bs-theme="dark"] .select2-results__option {
    color: #f8f9fa !important;
    background-color: transparent !important;
}

[data-bs-theme="dark"] .select2-results__option--highlighted {
    background-color: rgba(139, 92, 246, 0.3) !important;
}

[data-bs-theme="dark"] .select2-search__field {
    background-color: rgba(15, 23, 42, 0.8) !important;
    border: 1px solid rgba(139, 92, 246, 0.3) !important;
    color: #f8f9fa !important;
}

[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-selection__placeholder {
    color: #94a3b8 !important;
}

/* Welcome Card Styling */
.welcome-card {
    border-radius: 16px !important;
    border: none !important;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 30%, #db2777 70%, #4f46e5 100%) !important;
    background-size: 300% 300% !important;
    animation: gradientMove 8s ease infinite !important;
    box-shadow: 0 10px 30px rgba(124, 58, 237, 0.2) !important;
    transition: all 0.3s ease;
    color: #ffffff !important;
    z-index: 1;
}

.welcome-card h4 {
    color: #ffffff !important;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.welcome-card .welcome-text {
    color: #e0e7ff !important;
    font-size: 0.95rem;
    font-weight: 400;
}

.welcome-card .welcome-text strong {
    color: #ffffff !important;
    font-weight: 600;
}

/* Grid Pattern Overlay inside Welcome Card */
.welcome-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 20px 20px;
    pointer-events: none;
    z-index: 0;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Premium Dashboard Additions (Bento-Box) */
.bento-card {
    border-radius: 16px;
    padding: 1.5rem;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(16px) saturate(110%);
}

.hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px -5px rgba(109, 40, 217, 0.1) !important;
}

[data-bs-theme="dark"] .hover-lift:hover {
    box-shadow: 0 15px 35px -5px rgba(139, 92, 246, 0.2) !important;
}

.bento-icon-box {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 1.4rem;
    color: #ffffff !important;
    transition: all 0.3s ease;
}

.bento-trend {
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.bento-trend.positive {
    color: #10b981;
}

.bento-trend.negative {
    color: #ef4444;
}

/* Bento Theme Combinations - Light Mode */
[data-bs-theme="light"] .bg-gradient-purple {
    background: rgba(250, 245, 255, 0.6) !important;
    border: 1px solid rgba(168, 85, 247, 0.15) !important;
    color: #581c87;
}

[data-bs-theme="light"] .bg-gradient-purple .bento-icon-box {
    background: linear-gradient(135deg, #a855f7 0%, #7c3aed 100%) !important;
    box-shadow: 0 4px 12px rgba(168, 85, 247, 0.2);
}

[data-bs-theme="light"] .bg-gradient-blue {
    background: rgba(240, 249, 255, 0.6) !important;
    border: 1px solid rgba(14, 165, 233, 0.15) !important;
    color: #0369a1;
}

[data-bs-theme="light"] .bg-gradient-blue .bento-icon-box {
    background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%) !important;
    box-shadow: 0 4px 12px rgba(14, 165, 233, 0.2);
}

[data-bs-theme="light"] .bg-gradient-orange {
    background: rgba(255, 247, 237, 0.6) !important;
    border: 1px solid rgba(249, 115, 22, 0.15) !important;
    color: #c2410c;
}

[data-bs-theme="light"] .bg-gradient-orange .bento-icon-box {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.2);
}

[data-bs-theme="light"] .bg-gradient-green {
    background: rgba(240, 253, 244, 0.6) !important;
    border: 1px solid rgba(34, 197, 94, 0.15) !important;
    color: #15803d;
}

[data-bs-theme="light"] .bg-gradient-green .bento-icon-box {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2);
}

/* Bento Theme Combinations - Dark Mode */
[data-bs-theme="dark"] .bg-gradient-purple {
    background: rgba(139, 92, 246, 0.05) !important;
    border: 1px solid rgba(168, 85, 247, 0.2) !important;
    color: #e9d5ff;
}

[data-bs-theme="dark"] .bg-gradient-purple .bento-icon-box {
    background: linear-gradient(135deg, #c084fc 0%, #8b5cf6 100%) !important;
    box-shadow: 0 4px 14px rgba(139, 92, 246, 0.35);
}

[data-bs-theme="dark"] .bg-gradient-blue {
    background: rgba(59, 130, 246, 0.05) !important;
    border: 1px solid rgba(59, 130, 246, 0.2) !important;
    color: #dbeafe;
}

[data-bs-theme="dark"] .bg-gradient-blue .bento-icon-box {
    background: linear-gradient(135deg, #60a5fa 0%, #2563eb 100%) !important;
    box-shadow: 0 4px 14px rgba(59, 130, 246, 0.35);
}

[data-bs-theme="dark"] .bg-gradient-orange {
    background: rgba(249, 115, 22, 0.05) !important;
    border: 1px solid rgba(249, 115, 22, 0.2) !important;
    color: #ffedd5;
}

[data-bs-theme="dark"] .bg-gradient-orange .bento-icon-box {
    background: linear-gradient(135deg, #fb923c 0%, #ea580c 100%) !important;
    box-shadow: 0 4px 14px rgba(249, 115, 22, 0.35);
}

[data-bs-theme="dark"] .bg-gradient-green {
    background: rgba(16, 185, 129, 0.05) !important;
    border: 1px solid rgba(16, 185, 129, 0.2) !important;
    color: #d1fae5;
}

[data-bs-theme="dark"] .bg-gradient-green .bento-icon-box {
    background: linear-gradient(135deg, #34d399 0%, #059669 100%) !important;
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.35);
}

/* Common UI Elements */
.btn-neon {
    background: transparent;
    border: 1px solid #8b5cf6;
    color: #8b5cf6;
    transition: all 0.3s ease;
}

.btn-neon:hover {
    background: #8b5cf6;
    color: #fff;
    box-shadow: 0 0 15px rgba(139, 92, 246, 0.6);
}

/* Sidebar Structure - Full Height Style */
.admin-sidebar {
    width: 260px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    border-radius: 0;
    box-shadow: 4px 0 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.admin-sidebar h6 {
    color: #64748b !important;
    font-weight: 700 !important;
    font-size: 0.72rem !important;
    letter-spacing: 1.2px !important;
    margin-bottom: 8px !important;
    margin-top: 24px !important;
    padding-left: 16px !important;
    text-transform: uppercase;
}

.admin-wrapper {
    margin-left: 260px;
    width: calc(100% - 260px);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    transition: margin-left 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.sidebar-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 4px 9px;
    margin: 4px 14px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.92rem;
    transition: all 0.25s ease;
    border-left: 4px solid transparent;
}

.sidebar-link i {
    font-size: 1.1rem;
    transition: transform 0.25s ease;
}

.sidebar-link:hover i {
    transform: scale(1.1);
}

.sidebar-link.active {
    box-shadow: 0 0 15px rgba(139, 92, 246, 0.2);
}

.admin-topbar {
    position: fixed;
    top: 0;
    left: 260px;
    right: 0;
    z-index: 1020;
    height: 70px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(109, 40, 217, 0.1);
    transition: left 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.main-content {
    margin-top: 70px;
    flex-grow: 1;
}

/* Sidebar Overlay */
.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 1030;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.sidebar-overlay.show {
    opacity: 1;
    pointer-events: auto;
}

@media (max-width: 991.98px) {
    .admin-sidebar {
        transform: translateX(-100%);
    }

    .admin-sidebar.show {
        transform: translateX(0);
    }

    .admin-wrapper {
        margin-left: 0;
        width: 100%;
    }

    .admin-topbar {
        left: 0;
        width: 100%;
    }
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

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

::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

[data-bs-theme="dark"] ::-webkit-scrollbar-thumb {
    background: #475569;
}

[data-bs-theme="dark"] ::-webkit-scrollbar-thumb:hover {
    background: #8b5cf6;
}

/* --- Validation & Error States --- */
.form-control.is-invalid,
.form-select.is-invalid,
.form-check-input.is-invalid,
.is-invalid .select2-selection {
    border-color: #ef4444 !important;
    border-bottom: 2px solid #ef4444 !important;
    box-shadow: 0 0 0 0.2rem rgba(239, 68, 68, 0.15) !important;
}

[data-bs-theme="dark"] .form-control.is-invalid,
[data-bs-theme="dark"] .form-select.is-invalid {
    background-color: rgba(239, 68, 68, 0.05) !important;
}

/* Validation error text displayed cleanly and in a small size below the box */
.invalid-feedback,
.text-danger.small {
    color: #ef4444 !important;
    font-size: 0.78rem !important;
    font-weight: 500 !important;
    margin-top: 0.35rem !important;
    display: block !important;
    line-height: 1.2 !important;
}

/* Fix btn-outline-light low-contrast visibility in Light Mode */
[data-bs-theme="light"] .btn-outline-light {
    color: #475569 !important;
    /* Slate-600 */
    border-color: #cbd5e1 !important;
    /* Slate-300 */
    background-color: transparent !important;
}

[data-bs-theme="light"] .btn-outline-light:hover {
    color: #ffffff !important;
    border-color: #475569 !important;
    background-color: #475569 !important;
}

/* Nav Pills Custom Theme */
.card-header-pills .nav-link {
    color: #8b5cf6 !important;
    border: 1px solid rgba(139, 92, 246, 0.15) !important;
    border-radius: 20px !important;
    background: transparent !important;
    transition: all 0.25s ease !important;
}

.card-header-pills .nav-link.active {
    background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%) !important;
    color: #ffffff !important;
    border-color: #6d28d9 !important;
    box-shadow: 0 4px 12px rgba(109, 40, 217, 0.2) !important;
}

.card-header-pills .nav-link:hover:not(.active) {
    background: rgba(139, 92, 246, 0.08) !important;
}

/* List group & table visual improvements */
.list-group-item {
    border-bottom: 1px solid rgba(139, 92, 246, 0.1) !important;
    transition: background-color 0.25s ease;
}

.list-group-item:hover {
    background-color: rgba(139, 92, 246, 0.02) !important;
}

[data-bs-theme="dark"] .list-group-item:hover {
    background-color: rgba(139, 92, 246, 0.03) !important;
}

.table-gaming tbody tr td:first-child {
    font-size: 1.1rem;
    text-shadow: 0 0 10px rgba(245, 158, 11, 0.2);
}

/* Sidebar Collapsed State (Desktop Toggle) */
@media (min-width: 992px) {
    .sidebar-collapsed .admin-sidebar {
        transform: translateX(-100%);
    }

    .sidebar-collapsed .admin-wrapper {
        margin-left: 0;
        width: 100%;
    }

    .sidebar-collapsed .admin-topbar {
        left: 0;
        width: 100%;
    }
}

/* Brand logo visibility logic in topbar */
#mobileBrandLogo {
    display: inline-block;
}

@media (min-width: 992px) {
    #mobileBrandLogo {
        display: none;
    }

    .sidebar-collapsed #mobileBrandLogo {
        display: inline-block;
    }
}

/* Invert the white image logo in Light Mode top navbar so it's dark and readable */
[data-bs-theme="light"] #mobileBrandLogo img.logo-invert {
    filter: invert(1) brightness(0.2) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.05));
}

/* --- Premium Modern Dashboard Upgrades (Bento Rank Cards) --- */

/* Sleek Bento Rank Cards */
.enrollment-rank-card {
    transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    background: rgba(255, 255, 255, 0.35) !important;
    border: 1px solid rgba(109, 40, 217, 0.06) !important;
    position: relative;
    overflow: hidden;
}

[data-bs-theme="dark"] .enrollment-rank-card {
    background: rgba(15, 23, 42, 0.3) !important;
    border: 1px solid rgba(255, 255, 255, 0.04) !important;
}

.enrollment-rank-card:hover {
    background: rgba(255, 255, 255, 0.7) !important;
    border-color: rgba(109, 40, 217, 0.2) !important;
    transform: translateY(-3px) scale(1.005);
    box-shadow: 0 8px 24px rgba(109, 40, 217, 0.06) !important;
}

[data-bs-theme="dark"] .enrollment-rank-card:hover {
    background: rgba(15, 23, 42, 0.5) !important;
    border-color: rgba(139, 92, 246, 0.3) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2) !important;
}

/* Left Accent Lines on Hover */
.enrollment-rank-card::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: transparent;
    transition: background 0.3s ease;
}

.enrollment-rank-card.school-rank:hover::after {
    background: linear-gradient(180deg, #7c3aed 0%, #d946ef 100%);
}

.enrollment-rank-card.course-rank:hover::after {
    background: linear-gradient(180deg, #2563eb 0%, #06b6d4 100%);
}

/* Rank Badge Styles */
.rank-badge {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rank-badge-other {
    background: rgba(109, 40, 217, 0.06);
    border: 1px solid rgba(109, 40, 217, 0.15);
    color: #6d28d9;
    font-weight: 700;
    font-size: 0.8rem;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

[data-bs-theme="dark"] .rank-badge-other {
    background: rgba(139, 92, 246, 0.12);
    border-color: rgba(139, 92, 246, 0.35);
    color: #c084fc;
}

/* Neon glow badges for lists */
.badge-glow-purple {
    background: rgba(109, 40, 217, 0.06) !important;
    border: 1px solid rgba(109, 40, 217, 0.18) !important;
    color: #6d28d9 !important;
}

[data-bs-theme="dark"] .badge-glow-purple {
    background: rgba(139, 92, 246, 0.15) !important;
    border-color: rgba(139, 92, 246, 0.35) !important;
    color: #c084fc !important;
}

.badge-glow-blue {
    background: rgba(29, 78, 216, 0.06) !important;
    border: 1px solid rgba(29, 78, 216, 0.18) !important;
    color: #1d4ed8 !important;
}

[data-bs-theme="dark"] .badge-glow-blue {
    background: rgba(59, 130, 246, 0.15) !important;
    border-color: rgba(59, 130, 246, 0.35) !important;
    color: #60a5fa !important;
}

.text-neon-purple {
    color: #6d28d9 !important;
    text-shadow: 0 0 10px rgba(109, 40, 217, 0.15);
}

[data-bs-theme="dark"] .text-neon-purple {
    color: #c084fc !important;
    text-shadow: 0 0 12px rgba(139, 92, 246, 0.35);
}

.text-neon-blue {
    color: #1d4ed8 !important;
    text-shadow: 0 0 10px rgba(29, 78, 216, 0.15);
}

[data-bs-theme="dark"] .text-neon-blue {
    color: #60a5fa !important;
    text-shadow: 0 0 12px rgba(59, 130, 246, 0.35);
}





/* Global Filter Inputs & Placeholders Font-Size */
form[method="GET"] .form-select,
form[method="GET"] .form-control,
form[method="GET"] .select2-container--bootstrap-5 .select2-selection,
form[method="GET"] .select2-container--bootstrap-5 .select2-selection__rendered,
form[method="GET"] .select2-container--bootstrap-5 .select2-selection__placeholder {
    font-size: 0.75rem !important;
}

form[method="GET"] .form-control::placeholder {
    font-size: 0.75rem !important;
    opacity: 0.8;
}

/* Globally set Select2 dropdown items font-size smaller to match filters */
.select2-container--bootstrap-5 .select2-dropdown .select2-results__option {
    font-size: 0.75rem !important;
}