:root { --cb-primary: #004387; --cb-secondary: #004387; --cb-accent: #0066cc; --cb-text-primary: #ffffff; --cb-text-secondary: #ffffff; --cb-background: #393A3D; --cb-surface: #f8f9fa; --cb-border: #dee2e6; --cb-button-text: #ffffff; --cb-header-bg: #004387; --cb-header-text: #ffffff; --cb-sidebar-bg: #004387; --cb-sidebar-text: #ffffff; }
.cb-primary-color { color: #004387 !important; }
.cb-secondary-color { color: #004387 !important; }
.cb-accent-color { color: #0066cc !important; }
.cb-text-primary { color: #ffffff !important; }
.cb-text-secondary { color: #ffffff !important; }
.cb-success-color { color: #28a745 !important; }
.cb-warning-color { color: #ffc107 !important; }
.cb-error-color { color: #dc3545 !important; }
.cb-primary-bg { background-color: #004387 !important; }
.cb-secondary-bg { background-color: #004387 !important; }
.cb-accent-bg { background-color: #0066cc !important; }
.cb-background { background-color: #393A3D !important; }
.cb-surface { background-color: #f8f9fa !important; }
.cb-success-bg { background-color: #28a745 !important; }
.cb-warning-bg { background-color: #ffc107 !important; }
.cb-error-bg { background-color: #dc3545 !important; }
.cb-border-color { border-color: #dee2e6 !important; }
.cb-header { background-color: #004387 !important; color: #ffffff !important; }
.cb-header .navbar-brand { color: #ffffff !important; }
.cb-header .navbar-brand:hover { color: #ffffff !important; opacity: 0.85; }
.cb-card-header { background-color: #004387 !important; color: #ffffff !important; border: 0px; }
.cb-table-title { background-color: #004387 !important; color: #ffffff !important; border: 0px; }
.cb-btn { background-color: #004387 !important; color: #ffffff !important; border: 0px; }
.cb-btn-secondary { background-color: #004387 !important; color: #ffffff !important; border: 0px; }
.cb-btn-accent { background-color: #0066cc !important; color: #ffffff !important; border: 0px; }
.cb-sidebar { background-color: #004387 !important; color: #ffffff !important; }
.cb-sidebar a { color: #ffffff !important; }
.cb-sidebar a:hover { color: #ffffff !important; opacity: 0.85; }
.cb-sidebar button { color: #ffffff !important; }
.cb-sidebar .btn { color: #ffffff !important; }
.cb-sidebar .btn:hover { color: #ffffff !important; }
.cb-sidebar .btn-toggle { color: #ffffff !important; }
.cb-sidebar .btn-toggle:hover { color: #ffffff !important; }
.cb-sidebar .btn-toggle-nav a { color: #ffffff !important; }
.cb-sidebar li { color: #ffffff !important; }
.cb-surface-card { background-color: #f8f9fa !important; }
