/* Dark Theme Styles */
body {
    background-color: #1a1d29 !important;
    color: #e0e0e0 !important;
}

/* Dark auth pages (login/register) - keep gradient background */
body.bg-primary {
    background: linear-gradient(135deg, #3E4E69 0%, #B9D5C8 100%) !important;
}

body.bg-primary .card {
    background-color: #2a2d3a !important;
    border-color: #3a3d4a !important;
    color: #e0e0e0 !important;
}

body.bg-primary .card-body {
    color: #e0e0e0 !important;
}

/* Dark cards */
.card {
    background-color: #2a2d3a !important;
    border-color: #3a3d4a !important;
    color: #e0e0e0 !important;
}

.card-header {
    background-color: #252833 !important;
    border-bottom-color: #3a3d4a !important;
    color: #e0e0e0 !important;
}

.card-footer {
    background-color: #252833 !important;
    border-top-color: #3a3d4a !important;
    color: #e0e0e0 !important;
}

/* Dark form controls */
.form-control,
.form-control-solid {
    background-color: #1a1d29 !important;
    border-color: #3a3d4a !important;
    color: #e0e0e0 !important;
}

.form-control:focus,
.form-control-solid:focus {
    background-color: #1a1d29 !important;
    border-color: #3E4E69 !important;
    color: #e0e0e0 !important;
}

.form-control::placeholder {
    color: #a0a0a0 !important;
}

/* Dark dropdowns */
.dropdown-menu {
    background-color: #2a2d3a !important;
    border-color: #3a3d4a !important;
}

.dropdown-item {
    color: #e0e0e0 !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #3a3d4a !important;
    color: #ffffff !important;
}

.dropdown-divider {
    border-top-color: #3a3d4a !important;
}

/* Dark text colors */
.text-gray-600,
.text-gray-700,
.text-dark {
    color: #e0e0e0 !important;
}

.text-muted {
    color: #a0a0a0 !important;
}

/* Dark tables */
.table {
    color: #e0e0e0 !important;
}

.table thead th {
    border-bottom-color: #3a3d4a !important;
    color: #e0e0e0 !important;
}

.table tbody tr {
    border-top-color: #3a3d4a !important;
}

.table tbody tr:hover {
    background-color: #2a2d3a !important;
}

/* Dark timeline */
.timeline-item-content {
    color: #e0e0e0 !important;
}

/* Dark page header subtitle */
.page-header-subtitle {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* Dark input groups */
.input-group-text {
    background-color: #1a1d29 !important;
    border-color: #3a3d4a !important;
    color: #e0e0e0 !important;
}

/* Dark badges */
.badge {
    color: #ffffff !important;
}

/* Dark progress bars */
.progress {
    background-color: #1a1d29 !important;
}

/* Dark footer */
.footer-admin {
    background-color: #1a1d29 !important;
    color: #a0a0a0 !important;
}

.footer-admin a {
    color: #a0a0a0 !important;
}

.footer-admin a:hover {
    color: #e0e0e0 !important;
}

/* Dark sidenav links */
.sidenav-dark .nav-link {
    color: rgba(255, 255, 255, 0.8) !important;
}

.sidenav-dark .nav-link:hover {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.sidenav-dark .nav-link.active {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
}

.sidenav-dark .sidenav-menu-heading {
    color: rgba(255, 255, 255, 0.4) !important;
}

.sidenav-dark .sidenav-footer {
    background-color: rgba(0, 0, 0, 0.2) !important;
    border-top-color: rgba(255, 255, 255, 0.1) !important;
}

.sidenav-dark .sidenav-footer-subtitle {
    color: rgba(255, 255, 255, 0.4) !important;
}

.sidenav-dark .sidenav-footer-title {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Dark navbar */
.navbar-dark {
    background-color: #1a1d29 !important;
}

.navbar-dark .navbar-brand {
    color: #ffffff !important;
}

.navbar-dark .form-control {
    background-color: #2a2d3a !important;
    border-color: #3a3d4a !important;
    color: #e0e0e0 !important;
}

.navbar-dark .form-control::placeholder {
    color: #a0a0a0 !important;
}

/* Dark buttons */
.btn-transparent-dark {
    color: rgba(255, 255, 255, 0.8) !important;
}

.btn-transparent-dark:hover {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
}

/* Dark alerts */
.alert {
    background-color: #2a2d3a !important;
    border-color: #3a3d4a !important;
}

.alert-danger {
    background-color: rgba(232, 21, 0, 0.2) !important;
    border-color: rgba(232, 21, 0, 0.3) !important;
    color: #ff6b6b !important;
}

/* Dark modals */
.modal-content {
    background-color: #2a2d3a !important;
    color: #e0e0e0 !important;
}

.modal-header {
    border-bottom-color: #3a3d4a !important;
}

.modal-footer {
    border-top-color: #3a3d4a !important;
}

/* Dark toasts */
.toast {
    background-color: #2a2d3a !important;
    color: #e0e0e0 !important;
}

.toast-header {
    background-color: #252833 !important;
    border-bottom-color: #3a3d4a !important;
    color: #e0e0e0 !important;
}
