/**
 * BusinessMentors Platform - NUCLEAR THEME OVERRIDE
 * 
 * FORCES admin theme colors everywhere with !important
 * ⚠️  AUTO-GENERATED - DO NOT EDIT MANUALLY
 * 
 * Generated: 2026-01-03 17:09:52 EET
 * Primary: #ffa500
 * Secondary: #000000
 */

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

:root {
    /* Force admin-controlled colors with !important */
    --color-primary: #ffa500 !important;
    --color-primary-dark: #e69500 !important;
    --color-primary-rgb: 255, 165, 0 !important;
    --bm-primary: #ffa500 !important;
    --theme-primary: #ffa500 !important;
    --theme-deafult: #ffa500 !important;
    --admin-btn-primary: #ffa500 !important;

    --color-secondary: #000000 !important;
    --color-secondary-rgb: 0, 0, 0 !important;
    --bm-secondary: #000000 !important;
    --theme-secondary: #000000 !important;
    --admin-sidebar-bg: #000000 !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: #000000 !important;
    background-color: #000000 !important;
}

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

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

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

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

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

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

/* Primary hover states */
.btn-primary:hover,
html body .btn-primary:hover,
.btn-primary:focus,
html body .btn-primary:focus {
    background-color: #e69500 !important;
    border-color: #e69500 !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: #ffa500 !important;
}

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