/* Base */
html, body { background-color: #0f172a; color: #e2e8f0; }
a { color: #60a5fa; }
a:hover { color: #93c5fd; }

/* Navbar & Sidebar */
.navbar-light.bg-light { background-color: #0b1324 !important; }
.navbar-light .navbar-brand, .navbar-light .nav-link { color: #e2e8f0 !important; }
.navbar-light .nav-link:hover { color: #93c5fd !important; }
.sb-sidenav-light { background-color: #0b1324 !important; color: #cbd5e1 !important; }
.sb-sidenav-light .sb-sidenav-menu .nav-link { color: #cbd5e1 !important; }
.sb-sidenav-light .sb-sidenav-menu .nav-link:hover { color: #ffffff !important; }
.sb-sidenav-dark { background-color: #0b1324 !important; }
.sb-sidenav-footer { background-color: rgba(255,255,255,0.03) !important; color: #94a3b8 !important; }

/* Cards */
.card { background-color: #111827; border-color: #1f2937; color: #e5e7eb; }
.card-header { background-color: #0f1b2d; border-bottom-color: #1f2937; color: #e5e7eb; }
.card.border-left-primary { border-left: .25rem solid #ef4444 !important; }
.card.border-left-success { border-left: .25rem solid #22c55e !important; }
.card.border-left-info { border-left: .25rem solid #06b6d4 !important; }
.card.border-left-warning { border-left: .25rem solid #f59e0b !important; }
.card.border-left-danger { border-left: .25rem solid #ef4444 !important; }

/* Tables */
.table { color: #e5e7eb; }
.table thead th { background-color: #0f1b2d; color: #cbd5e1; border-color: #1f2937; }
.table tbody tr { background-color: #0b1324; }
.table-striped tbody tr:nth-of-type(odd) { background-color: #0f182b; }
.table-bordered { border-color: #1f2937; }
.table td, .table th { border-color: #1f2937; }

/* Forms */
.form-control { background-color: #0b1324; border-color: #1f2937; color: #e5e7eb; }
.form-control::placeholder { color: #9ca3af; }
.form-select { background-color: #0b1324; border-color: #1f2937; color: #e5e7eb; }
.input-group-text { background-color: #0f1b2d; border-color: #1f2937; color: #cbd5e1; }
.form-check-input { background-color: #0b1324; border-color: #1f2937; }

/* Buttons */
.btn-primary { background-color: #ef4444; border-color: #ef4444; color: #fff; }
.btn-primary:hover { background-color: #dc2626; border-color: #dc2626; }
.btn-outline-primary { color: #ef4444; border-color: #ef4444; }
.btn-outline-primary:hover { color: #fff; background-color: #ef4444; border-color: #ef4444; }
.btn-outline-secondary { color: #cbd5e1; border-color: #334155; }
.btn-outline-secondary:hover { color: #fff; background-color: #334155; border-color: #334155; }
.btn-danger { background-color: #ef4444; border-color: #ef4444; }
.btn-success { background-color: #22c55e; border-color: #22c55e; }
.btn-warning { background-color: #f59e0b; border-color: #f59e0b; color: #111827; }

/* Badges */
.badge { background-color: #1f2937; color: #e5e7eb; }
.badge-success { background-color: #22c55e; }
.badge-danger { background-color: #ef4444; }
.badge-warning { background-color: #f59e0b; color: #111827; }
.badge-info { background-color: #06b6d4; }

/* Utilities */
.text-gray-800 { color: #e5e7eb !important; }
.text-primary { color: #60a5fa !important; }
.text-success { color: #22c55e !important; }
.text-warning { color: #f59e0b !important; }
.text-danger { color: #ef4444 !important; }
.shadow { box-shadow: 0 0.5rem 1rem rgba(0,0,0,.35)!important; }
.bg-light { background-color: #0b1324 !important; }
.border { border-color: #1f2937 !important; }
.list-group-item { background-color: #0b1324; color: #e5e7eb; border-color: #1f2937; }

/* Chart.js */
canvas { background-color: #0b1324; border-radius: 6px; }

/* Pagination */
.page-link { background-color: #0b1324; border-color: #1f2937; color: #e5e7eb; }
.page-link:hover { background-color: #0f1b2d; color: #fff; }
.page-item.active .page-link { background-color: #ef4444; border-color: #ef4444; }

/* Datatables (simple-datatables) */
.datatable-top, .datatable-bottom { color: #cbd5e1; }
.datatable-input { background-color: #0b1324; border-color: #1f2937; color: #e5e7eb; }
.datatable-selector { background-color: #0b1324; border-color: #1f2937; color: #e5e7eb; }

