/**
 * BusinessMentors Platform - NUCLEAR THEME OVERRIDE
 * 
 * FORCES admin theme colors everywhere with !important
 * ⚠️  AUTO-GENERATED - DO NOT EDIT MANUALLY
 * 
 * Generated: 2025-11-08 11:16:44 EET
 * Primary: #e61b41
 * Secondary: #171738
 */

/* ============================================================================
   FORCE CSS VARIABLES - Override hardcoded :root variables in other files
   ============================================================================ */

:root {
    /* Force admin-controlled colors with !important */
    --color-primary: #e61b41 !important;
    --color-primary-dark: #cf183b !important;
    --color-primary-rgb: 230, 27, 65 !important;
    --bm-primary: #e61b41 !important;
    --theme-primary: #e61b41 !important;
    --theme-deafult: #e61b41 !important;
    --admin-btn-primary: #e61b41 !important;

    --color-secondary: #171738 !important;
    --color-secondary-rgb: 23, 23, 56 !important;
    --bm-secondary: #171738 !important;
    --theme-secondary: #171738 !important;
    --admin-sidebar-bg: #171738 !important;
}

/* ============================================================================
   FORCE SIDEBAR WHITE - Keep sidebar light, do NOT use theme colors
   ============================================================================ */

.sidebar-wrapper,
html body .sidebar-wrapper,
html body .sidebar-wrapper .sidebar-main,
html body .sidebar-wrapper .sidebar-links,
.unified-sidebar,
.enhanced-sidebar,
html body .enhanced-sidebar,
.page-wrapper .page-sidebar,
.page-wrapper .sidebar,
html body .page-body-wrapper .sidebar-wrapper {
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
}

/* Sidebar text - dark for readability on white background */
.sidebar-wrapper .sidebar-main .sidebar-links li a,
html body .sidebar-wrapper .sidebar-main .sidebar-links li a,
.sidebar-wrapper .sidebar-main .sidebar-links .menu-title,
.sidebar-wrapper .sidebar-main .sidebar-links li a span,
.sidebar-wrapper .sidebar-main .sidebar-links li a i {
    color: #374151 !important;
}

/* ============================================================================
   FORCE DASHBOARD SECTIONS - Profile banner, earnings, etc.
   ============================================================================ */

.profile-banner,
.wireframe-section .profile-banner,
.alert-success.profile-banner,
.earnings-chart-container,
.dashboard-greeting,
.earnings-overview,
.monthly-stats {
    background: #171738 !important;
    background-color: #171738 !important;
}

/* ============================================================================
   FORCE GRADIENTS - Header and dashboard gradients
   ============================================================================ */

.gradient-header,
.bg-gradient-primary,
.card.bg-gradient,
.gradient-primary,
.primary-gradient {
    background: linear-gradient(135deg, #e61b41 0%, #171738 100%) !important;
}

/* Reverse gradient for some sections */
.dashboard-greeting,
.earnings-overview,
.monthly-stats {
    background: linear-gradient(135deg, #171738 0%, #e61b41 100%) !important;
}

/* ============================================================================
   FORCE PRIMARY COLOR ELEMENTS - Buttons, badges, links
   ============================================================================ */

.btn-primary,
html body .btn-primary,
.bg-primary,
.badge-primary,
html body .badge-primary {
    background: #e61b41 !important;
    background-color: #e61b41 !important;
    border-color: #e61b41 !important;
}

.text-primary,
html body .text-primary,
.font-primary,
html body .font-primary {
    color: #e61b41 !important;
}

/* Primary hover states */
.btn-primary:hover,
html body .btn-primary:hover,
.btn-primary:focus,
html body .btn-primary:focus {
    background-color: #cf183b !important;
    border-color: #cf183b !important;
}

/* ============================================================================
   FORCE SIDEBAR ACTIVE/HOVER STATES - Use primary color
   ============================================================================ */

html body .sidebar-wrapper .sidebar-main .sidebar-links li.active a,
html body .sidebar-wrapper .sidebar-main .sidebar-links li.active a span,
html body .sidebar-wrapper .sidebar-main .sidebar-links li.active a i,
html body .sidebar-wrapper .sidebar-main .sidebar-links li a:hover,
html body .sidebar-wrapper .sidebar-main .sidebar-links li a:hover span,
html body .sidebar-wrapper .sidebar-main .sidebar-links li a:hover i {
    color: #e61b41 !important;
}

/* ============================================================================
   END OF NUCLEAR OVERRIDE
   All theme colors now FORCED from admin settings
   ============================================================================ */
