/* Global Dark Theme Adjustments */
body.theme-dark {
    background-color: #1a1a2e;
    color: #e1e1e1;
}

body.theme-dark .content-wrapper,
body.theme-dark .main-footer {
    background-color: #1a1a2e;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

body.theme-dark .card {
    background-color: #252540;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

body.theme-dark .card-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* Sidebar Customization */
.main-sidebar {
    background: #1a1a2e !important;
}

.brand-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    text-align: center;
    padding: 15px !important;
    font-weight: 800 !important;
    letter-spacing: 1px;
}

.nav-sidebar .nav-link.active {
    background-color: #3b82f6 !important;
    color: white !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 14px 0 rgba(59, 130, 246, 0.39);
}

.nav-sidebar .nav-item {
    margin-bottom: 4px;
}

.user-panel {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

/* Stats Cards (Premium Look) */
.stats-card {
    padding: 20px;
    border-radius: 12px;
    color: white;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    min-height: 140px;
}

.stats-card .stats-label {
    font-size: 0.9rem;
    font-weight: 500;
    opacity: 0.9;
    margin-bottom: 10px;
}

.stats-card .stats-value {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.stats-card .stats-link {
    font-size: 0.8rem;
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
    gap: 5px;
}

.stats-card i.bg-icon {
    position: absolute;
    right: -10px;
    bottom: -10px;
    font-size: 5rem;
    opacity: 0.15;
}

/* Vibrant Colors */
.card-cyan { background: #17a2b8; }
.card-amber { background: #ffc107; }
.card-emerald { background: #28a745; }
.card-rose { background: #dc3545; }

/* Table Adjustments */
body.theme-dark .table {
    color: #e1e1e1;
}

body.theme-dark .table thead th {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #94a3b8;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 600;
}

body.theme-dark .table td {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* Landing Page (Frontend) Fixes */
.bg-brand-500 { background-color: #3b82f6 !important; }
.text-brand-500 { color: #3b82f6 !important; }
.border-brand-500 { border-color: #3b82f6 !important; }
.shadow-brand-500\/30 { box-shadow: 0 10px 15px -3px rgba(59, 130, 246, 0.3); }

/* SweetAlert2 Dark Mode Overrides */
body.dark-mode .swal2-popup {
    background: #343a40 !important;
    color: #e1e1e1 !important;
}

body.dark-mode .swal2-title,
body.dark-mode .swal2-content,
body.dark-mode .swal2-html-container {
    color: #e1e1e1 !important;
}




