/* =====================================================
   MUNDUSCODE CRM - PROFESSIONAL CORPORATE THEME
   Dark Navy Blue + Magenta Accents
   COMPLETE OVERRIDE - Standalone Theme
   ===================================================== */

/* Force corporate theme on body */
body.theme-corporate-dark,
body.theme-corporate {
    --bg-primary: #050a15 !important;
    --bg-secondary: #0a1628 !important;
    --bg-tertiary: #0d1f35 !important;
    --bg-elevated: #122a45 !important;
    --bg-card: #0d1f35 !important;

    --text-primary: #ffffff !important;
    --text-secondary: #b0bec5 !important;
    --text-tertiary: #78909c !important;
    --text-disabled: #546e7a !important;

    --border-color: rgba(255, 255, 255, 0.08) !important;
    --border-color-hover: rgba(255, 255, 255, 0.15) !important;

    --color-primary: #a855f7 !important;
    --color-success: #00c853 !important;
    --color-warning: #ffab00 !important;
    --color-danger: #ff1744 !important;
    --color-info: #00b0ff !important;

    --hover-bg: rgba(233, 30, 99, 0.15) !important;
    --active-bg: rgba(233, 30, 99, 0.25) !important;

    --glow-purple: rgba(233, 30, 99, 0.3) !important;
    --glow-violet: rgba(233, 30, 99, 0.2) !important;

    background: #050a15 !important;
    color: #ffffff !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

/* Remove plasma background effects */
body.theme-corporate::before,
body.theme-corporate::after {
    display: none !important;
    content: none !important;
}

/* =====================================================
   SIDEBAR - Complete Redesign
   ===================================================== */

body.theme-corporate .sidebar {
    background: linear-gradient(180deg, #0a1628 0%, #050a15 100%) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.3) !important;
}

body.theme-corporate .sidebar-logo,
body.theme-corporate .sidebar-brand {
    padding: 20px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    background: transparent !important;
}

body.theme-corporate .sidebar-logo h1,
body.theme-corporate .sidebar-brand h4 {
    color: #ffffff !important;
    font-weight: 700 !important;
}

body.theme-corporate .nav-section-title {
    color: #546e7a !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    padding: 20px 20px 10px !important;
}

body.theme-corporate .nav-link {
    color: #b0bec5 !important;
    padding: 12px 20px !important;
    margin: 2px 12px !important;
    border-radius: 8px !important;
    font-weight: 500 !important;
    font-size: 13.5px !important;
    transition: all 0.2s ease !important;
    background: transparent !important;
    border: 1px solid transparent !important;
}

body.theme-corporate .nav-link:hover {
    color: #ffffff !important;
    background: #122a45 !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

body.theme-corporate .nav-link.active {
    color: #ffffff !important;
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%) !important;
    border-color: transparent !important;
    box-shadow: 0 4px 15px rgba(233, 30, 99, 0.3) !important;
}

body.theme-corporate .nav-link i {
    color: inherit !important;
    width: 20px !important;
    margin-right: 12px !important;
    opacity: 0.8 !important;
}

body.theme-corporate .nav-link.active i {
    opacity: 1 !important;
}

/* Submenu */
body.theme-corporate .submenu {
    background: rgba(0, 0, 0, 0.2) !important;
    border-radius: 8px !important;
    margin: 4px 12px !important;
    padding: 8px 0 !important;
}

body.theme-corporate .submenu-link {
    color: #78909c !important;
    padding: 10px 16px !important;
    font-size: 12.5px !important;
    border-radius: 6px !important;
    margin: 2px 8px !important;
}

body.theme-corporate .submenu-link:hover {
    color: #ffffff !important;
    background: rgba(233, 30, 99, 0.15) !important;
}

body.theme-corporate .submenu-link.active {
    color: #c084fc !important;
    background: rgba(233, 30, 99, 0.2) !important;
}

/* =====================================================
   TOPBAR - Complete Redesign
   ===================================================== */

body.theme-corporate .topbar {
    background: #0a1628 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
    padding: 12px 24px !important;
}

body.theme-corporate .menu-toggle {
    background: #0d1f35 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #b0bec5 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 10px !important;
    cursor: pointer !important;
}

body.theme-corporate .menu-toggle:hover {
    background: #122a45 !important;
    color: #a855f7 !important;
    border-color: #a855f7 !important;
}

body.theme-corporate .topbar-search input {
    background: #0d1f35 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    padding: 10px 16px 10px 40px !important;
}

body.theme-corporate .topbar-search input:focus {
    border-color: #a855f7 !important;
    box-shadow: 0 0 0 3px rgba(233, 30, 99, 0.2) !important;
}

body.theme-corporate .topbar-search input::placeholder {
    color: #546e7a !important;
}

body.theme-corporate .topbar-search i {
    color: #546e7a !important;
}

/* User Menu */
body.theme-corporate .user-avatar {
    background: linear-gradient(135deg, #a855f7 0%, #7c3aed 100%) !important;
    color: #ffffff !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
}

body.theme-corporate .user-name {
    color: #ffffff !important;
    font-weight: 500 !important;
}

body.theme-corporate .user-role {
    color: #78909c !important;
    font-size: 12px !important;
}

body.theme-corporate .user-menu {
    cursor: pointer !important;
    padding: 8px 12px !important;
    border-radius: 10px !important;
    transition: background 0.2s !important;
}

body.theme-corporate .user-menu:hover {
    background: #122a45 !important;
}

body.theme-corporate .user-menu i.fa-chevron-down {
    color: #78909c !important;
}

/* =====================================================
   MAIN CONTENT - Complete Redesign
   ===================================================== */

body.theme-corporate .main-content {
    background: #050a15 !important;
    min-height: 100vh !important;
}

body.theme-corporate .page-content {
    padding: 28px !important;
    background: #050a15 !important;
}

/* Page Header */
body.theme-corporate .page-header {
    margin-bottom: 28px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

body.theme-corporate .page-title {
    color: #ffffff !important;
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    margin-bottom: 6px !important;
    letter-spacing: -0.5px !important;
}

body.theme-corporate .page-subtitle {
    color: #78909c !important;
    font-size: 0.9375rem !important;
    margin: 0 !important;
}

/* =====================================================
   CARDS - Complete Redesign
   ===================================================== */

body.theme-corporate .card,
body.theme-corporate .dashboard-card,
body.theme-corporate .stat-card {
    background: #0d1f35 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
}

body.theme-corporate .card:hover {
    border-color: rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4) !important;
}

body.theme-corporate .card-header {
    background: #122a45 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding: 16px 20px !important;
    border-radius: 12px 12px 0 0 !important;
}

body.theme-corporate .card-header h5,
body.theme-corporate .card-title {
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    margin: 0 !important;
}

body.theme-corporate .card-body {
    padding: 20px !important;
    color: #b0bec5 !important;
}

body.theme-corporate .card-footer {
    background: #0a1628 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding: 16px 20px !important;
}

/* Stat Cards */
body.theme-corporate .stat-card {
    position: relative !important;
    overflow: hidden !important;
    padding: 20px !important;
}

body.theme-corporate .stat-card::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 4px !important;
    height: 100% !important;
    background: #a855f7 !important;
    border-radius: 12px 0 0 12px !important;
}

body.theme-corporate .stat-card .stat-value,
body.theme-corporate .stat-card .stat-number {
    color: #ffffff !important;
    font-size: 2rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

body.theme-corporate .stat-card .stat-label {
    color: #78909c !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

body.theme-corporate .stat-card .stat-icon {
    width: 48px !important;
    height: 48px !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.25rem !important;
    color: #ffffff !important;
}

body.theme-corporate .stat-card.stat-primary::before { background: #a855f7 !important; }
body.theme-corporate .stat-card.stat-success::before { background: #00c853 !important; }
body.theme-corporate .stat-card.stat-warning::before { background: #ffab00 !important; }
body.theme-corporate .stat-card.stat-info::before { background: #00b0ff !important; }
body.theme-corporate .stat-card.stat-danger::before { background: #ff1744 !important; }

body.theme-corporate .stat-card.stat-primary .stat-icon,
body.theme-corporate .stat-card.primary .stat-icon { background: linear-gradient(135deg, #a855f7, #7c3aed) !important; }
body.theme-corporate .stat-card.stat-success .stat-icon,
body.theme-corporate .stat-card.success .stat-icon { background: linear-gradient(135deg, #00c853, #00a847) !important; }
body.theme-corporate .stat-card.stat-warning .stat-icon,
body.theme-corporate .stat-card.warning .stat-icon { background: linear-gradient(135deg, #ffab00, #ff8f00) !important; }
body.theme-corporate .stat-card.stat-info .stat-icon,
body.theme-corporate .stat-card.info .stat-icon { background: linear-gradient(135deg, #00b0ff, #0091ea) !important; }

/* =====================================================
   BUTTONS - Complete Redesign
   ===================================================== */

body.theme-corporate .btn {
    font-weight: 500 !important;
    font-size: 13px !important;
    padding: 10px 20px !important;
    border-radius: 8px !important;
    transition: all 0.2s ease !important;
    border: none !important;
    letter-spacing: 0.3px !important;
}

body.theme-corporate .btn-primary {
    background: linear-gradient(135deg, #a855f7 0%, #7c3aed 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(233, 30, 99, 0.3) !important;
}

body.theme-corporate .btn-primary:hover {
    background: linear-gradient(135deg, #c084fc 0%, #a855f7 100%) !important;
    box-shadow: 0 6px 20px rgba(233, 30, 99, 0.4) !important;
    transform: translateY(-1px) !important;
}

body.theme-corporate .btn-secondary {
    background: #122a45 !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

body.theme-corporate .btn-secondary:hover {
    background: #1a3a5c !important;
    border-color: #a855f7 !important;
}

body.theme-corporate .btn-success {
    background: linear-gradient(135deg, #00c853 0%, #00a847 100%) !important;
    color: #ffffff !important;
}

body.theme-corporate .btn-danger {
    background: linear-gradient(135deg, #ff1744 0%, #d50000 100%) !important;
    color: #ffffff !important;
}

body.theme-corporate .btn-warning {
    background: linear-gradient(135deg, #ffab00 0%, #ff8f00 100%) !important;
    color: #1a1a1a !important;
}

body.theme-corporate .btn-info {
    background: linear-gradient(135deg, #00b0ff 0%, #0091ea 100%) !important;
    color: #ffffff !important;
}

body.theme-corporate .btn-outline-primary {
    background: transparent !important;
    color: #a855f7 !important;
    border: 1px solid #a855f7 !important;
}

body.theme-corporate .btn-outline-primary:hover {
    background: #a855f7 !important;
    color: #ffffff !important;
}

/* =====================================================
   FORMS - Complete Redesign
   ===================================================== */

body.theme-corporate .form-control,
body.theme-corporate input[type="text"],
body.theme-corporate input[type="email"],
body.theme-corporate input[type="password"],
body.theme-corporate input[type="number"],
body.theme-corporate input[type="date"],
body.theme-corporate input[type="datetime-local"],
body.theme-corporate input[type="tel"],
body.theme-corporate input[type="url"],
body.theme-corporate textarea,
body.theme-corporate select {
    background: #0a1628 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    transition: all 0.2s ease !important;
}

body.theme-corporate .form-control:focus,
body.theme-corporate input:focus,
body.theme-corporate textarea:focus,
body.theme-corporate select:focus {
    border-color: #a855f7 !important;
    box-shadow: 0 0 0 3px rgba(233, 30, 99, 0.2) !important;
    outline: none !important;
}

body.theme-corporate .form-control::placeholder,
body.theme-corporate input::placeholder,
body.theme-corporate textarea::placeholder {
    color: #546e7a !important;
}

body.theme-corporate .form-label,
body.theme-corporate label {
    color: #b0bec5 !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    margin-bottom: 6px !important;
}

body.theme-corporate select option {
    background: #0a1628 !important;
    color: #ffffff !important;
}

/* =====================================================
   TABLES - Complete Redesign
   ===================================================== */

body.theme-corporate .table,
body.theme-corporate table {
    background: transparent !important;
    color: #b0bec5 !important;
}

body.theme-corporate .table thead th,
body.theme-corporate table thead th {
    background: #122a45 !important;
    color: #78909c !important;
    font-weight: 600 !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    padding: 14px 16px !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.08) !important;
    border-top: none !important;
}

body.theme-corporate .table tbody td,
body.theme-corporate table tbody td {
    padding: 14px 16px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    color: #b0bec5 !important;
    vertical-align: middle !important;
}

body.theme-corporate .table tbody tr:hover,
body.theme-corporate table tbody tr:hover {
    background: #122a45 !important;
}

/* =====================================================
   BADGES - Complete Redesign
   ===================================================== */

body.theme-corporate .badge {
    font-weight: 600 !important;
    font-size: 11px !important;
    padding: 5px 10px !important;
    border-radius: 6px !important;
    letter-spacing: 0.3px !important;
}

body.theme-corporate .badge-primary,
body.theme-corporate .badge.bg-primary { background: #a855f7 !important; color: #ffffff !important; }
body.theme-corporate .badge-success,
body.theme-corporate .badge.bg-success { background: #00c853 !important; color: #ffffff !important; }
body.theme-corporate .badge-warning,
body.theme-corporate .badge.bg-warning { background: #ffab00 !important; color: #1a1a1a !important; }
body.theme-corporate .badge-danger,
body.theme-corporate .badge.bg-danger { background: #ff1744 !important; color: #ffffff !important; }
body.theme-corporate .badge-info,
body.theme-corporate .badge.bg-info { background: #00b0ff !important; color: #ffffff !important; }
body.theme-corporate .badge-secondary,
body.theme-corporate .badge.bg-secondary { background: #1a3a5c !important; color: #b0bec5 !important; }

/* =====================================================
   MODALS - Complete Redesign
   ===================================================== */

body.theme-corporate .modal-content {
    background: #0d1f35 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 16px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5) !important;
}

body.theme-corporate .modal-header {
    background: #122a45 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 16px 16px 0 0 !important;
    padding: 20px 24px !important;
}

body.theme-corporate .modal-title {
    color: #ffffff !important;
    font-weight: 600 !important;
}

body.theme-corporate .modal-body {
    padding: 24px !important;
    color: #b0bec5 !important;
}

body.theme-corporate .modal-footer {
    background: #0a1628 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 0 0 16px 16px !important;
    padding: 16px 24px !important;
}

body.theme-corporate .btn-close {
    filter: invert(1) !important;
    opacity: 0.6 !important;
}

body.theme-corporate .modal-backdrop {
    background: rgba(5, 10, 21, 0.9) !important;
}

/* =====================================================
   ALERTS - Complete Redesign
   ===================================================== */

body.theme-corporate .alert {
    border-radius: 10px !important;
    border: none !important;
    padding: 16px 20px !important;
    font-size: 14px !important;
}

body.theme-corporate .alert-success {
    background: rgba(0, 200, 83, 0.15) !important;
    color: #00c853 !important;
    border-left: 4px solid #00c853 !important;
}

body.theme-corporate .alert-danger {
    background: rgba(255, 23, 68, 0.15) !important;
    color: #ff1744 !important;
    border-left: 4px solid #ff1744 !important;
}

body.theme-corporate .alert-warning {
    background: rgba(255, 171, 0, 0.15) !important;
    color: #ffab00 !important;
    border-left: 4px solid #ffab00 !important;
}

body.theme-corporate .alert-info {
    background: rgba(0, 176, 255, 0.15) !important;
    color: #00b0ff !important;
    border-left: 4px solid #00b0ff !important;
}

/* =====================================================
   DROPDOWN MENUS
   ===================================================== */

body.theme-corporate .dropdown-menu {
    background: #0d1f35 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4) !important;
    padding: 8px !important;
}

body.theme-corporate .dropdown-item {
    color: #b0bec5 !important;
    padding: 10px 16px !important;
    border-radius: 6px !important;
    font-size: 13px !important;
}

body.theme-corporate .dropdown-item:hover {
    background: #122a45 !important;
    color: #ffffff !important;
}

body.theme-corporate .dropdown-item.active {
    background: #a855f7 !important;
    color: #ffffff !important;
}

body.theme-corporate .dropdown-divider {
    border-color: rgba(255, 255, 255, 0.08) !important;
}

/* =====================================================
   PROGRESS BARS
   ===================================================== */

body.theme-corporate .progress {
    background: #0a1628 !important;
    border-radius: 8px !important;
    height: 8px !important;
    overflow: hidden !important;
}

body.theme-corporate .progress-bar {
    background: linear-gradient(90deg, #a855f7 0%, #c084fc 100%) !important;
    border-radius: 8px !important;
}

/* =====================================================
   TABS & NAV PILLS
   ===================================================== */

body.theme-corporate .nav-tabs {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

body.theme-corporate .nav-tabs .nav-link {
    color: #78909c !important;
    border: none !important;
    padding: 12px 20px !important;
    font-weight: 500 !important;
    border-bottom: 2px solid transparent !important;
    margin-bottom: -1px !important;
    background: transparent !important;
}

body.theme-corporate .nav-tabs .nav-link:hover {
    color: #ffffff !important;
    border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}

body.theme-corporate .nav-tabs .nav-link.active {
    color: #a855f7 !important;
    background: transparent !important;
    border-bottom: 2px solid #a855f7 !important;
}

body.theme-corporate .nav-pills .nav-link {
    color: #b0bec5 !important;
    background: #0a1628 !important;
    border-radius: 8px !important;
    margin-right: 8px !important;
    padding: 10px 18px !important;
}

body.theme-corporate .nav-pills .nav-link.active {
    background: #a855f7 !important;
    color: #ffffff !important;
}

/* =====================================================
   PAGINATION
   ===================================================== */

body.theme-corporate .pagination .page-link {
    background: #0d1f35 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #b0bec5 !important;
    padding: 10px 16px !important;
}

body.theme-corporate .pagination .page-link:hover {
    background: #122a45 !important;
    color: #ffffff !important;
}

body.theme-corporate .pagination .page-item.active .page-link {
    background: #a855f7 !important;
    border-color: #a855f7 !important;
    color: #ffffff !important;
}

/* =====================================================
   SCROLLBARS
   ===================================================== */

body.theme-corporate ::-webkit-scrollbar {
    width: 8px !important;
    height: 8px !important;
}

body.theme-corporate ::-webkit-scrollbar-track {
    background: #0a1628 !important;
}

body.theme-corporate ::-webkit-scrollbar-thumb {
    background: #1a3a5c !important;
    border-radius: 4px !important;
}

body.theme-corporate ::-webkit-scrollbar-thumb:hover {
    background: #a855f7 !important;
}

/* =====================================================
   LINKS
   ===================================================== */

body.theme-corporate a {
    color: #c084fc !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

body.theme-corporate a:hover {
    color: #a855f7 !important;
}

/* Fix for nav links that shouldn't be pink */
body.theme-corporate .nav-link,
body.theme-corporate .submenu-link,
body.theme-corporate .dropdown-item {
    color: inherit !important;
}

/* =====================================================
   LOADING STATES
   ===================================================== */

body.theme-corporate .spinner-border {
    color: #a855f7 !important;
}

body.theme-corporate .loading-overlay {
    background: rgba(5, 10, 21, 0.9) !important;
}

/* =====================================================
   TOOLTIPS
   ===================================================== */

body.theme-corporate .tooltip-inner {
    background: #122a45 !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 6px !important;
    padding: 8px 12px !important;
    font-size: 12px !important;
}

/* =====================================================
   AURORA CHAT WIDGET
   ===================================================== */

body.theme-corporate #aurora-chat-widget {
    background: #0d1f35 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5) !important;
}

body.theme-corporate #aurora-chat-toggle {
    background: linear-gradient(135deg, #a855f7 0%, #7c3aed 100%) !important;
    box-shadow: 0 4px 20px rgba(233, 30, 99, 0.4) !important;
}

/* =====================================================
   STATS GRID
   ===================================================== */

body.theme-corporate .stats-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 20px !important;
    margin-bottom: 28px !important;
}

/* =====================================================
   LIST GROUP
   ===================================================== */

body.theme-corporate .list-group-item {
    background: #0d1f35 !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    color: #b0bec5 !important;
}

body.theme-corporate .list-group-item:hover {
    background: #122a45 !important;
}

body.theme-corporate .list-group-item.active {
    background: #a855f7 !important;
    border-color: #a855f7 !important;
    color: #ffffff !important;
}

/* =====================================================
   DATA TABLES
   ===================================================== */

body.theme-corporate .dataTables_wrapper {
    background: #0d1f35 !important;
    padding: 16px !important;
    border-radius: 12px !important;
}

body.theme-corporate .dataTables_filter input {
    background: #0a1628 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
}

body.theme-corporate .dataTables_length select {
    background: #0a1628 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    border-radius: 8px !important;
}

body.theme-corporate .dataTables_info {
    color: #78909c !important;
}

body.theme-corporate .dataTables_paginate .paginate_button {
    background: #0d1f35 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #b0bec5 !important;
    border-radius: 6px !important;
    margin: 0 2px !important;
}

body.theme-corporate .dataTables_paginate .paginate_button:hover {
    background: #122a45 !important;
    color: #ffffff !important;
}

body.theme-corporate .dataTables_paginate .paginate_button.current {
    background: #a855f7 !important;
    border-color: #a855f7 !important;
    color: #ffffff !important;
}

/* =====================================================
   RESPONSIVE
   ===================================================== */

@media (max-width: 768px) {
    body.theme-corporate .card {
        border-radius: 10px !important;
    }

    body.theme-corporate .stat-card .stat-value {
        font-size: 1.5rem !important;
    }

    body.theme-corporate .btn {
        padding: 10px 16px !important;
        font-size: 13px !important;
    }

    body.theme-corporate .page-content {
        padding: 16px !important;
    }
}

/* =====================================================
   NOTIFICATION & MAILBOX BADGES
   ===================================================== */

body.theme-corporate .notification-badge,
body.theme-corporate .mailbox-badge {
    position: absolute !important;
    top: -4px !important;
    right: -4px !important;
    background: #ff1744 !important;
    color: #ffffff !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    min-width: 18px !important;
    height: 18px !important;
    padding: 0 5px !important;
    border-radius: 9px !important;
}

/* =====================================================
   SIDEBAR MOBILE
   ===================================================== */

body.theme-corporate .sidebar-backdrop {
    background: rgba(5, 10, 21, 0.8) !important;
}

body.theme-corporate .sidebar-close-btn {
    width: 36px !important;
    height: 36px !important;
    background: #122a45 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 8px !important;
    color: #b0bec5 !important;
}

body.theme-corporate .sidebar-close-btn:hover {
    background: #a855f7 !important;
    color: #ffffff !important;
    border-color: #a855f7 !important;
}

body.theme-corporate .sidebar-header-mobile {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 16px 20px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

/* =====================================================
   PRINT STYLES
   ===================================================== */

@media print {
    body.theme-corporate {
        background: #ffffff !important;
        color: #000000 !important;
    }

    body.theme-corporate .sidebar,
    body.theme-corporate .topbar {
        display: none !important;
    }

    body.theme-corporate .main-content {
        margin-left: 0 !important;
    }
}
