/* Dark mode styles */
[data-bs-theme="dark"] {
    --bs-body-color: #dee2e6;
    --bs-body-bg: #212529;
    --bs-border-color: #495057;
    --bs-card-bg: #343a40;
    --bs-card-cap-bg: #2c3034;
    --bs-navbar-dark-color: #f8f9fa;
    --bs-table-striped-bg: #2c3034;
    --bs-table-hover-bg: #343a40;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-bg: #495057;
    --bs-dropdown-link-hover-color: #fff;
    --bs-modal-bg: #343a40;
    --bs-modal-border-color: #495057;
    --bs-list-group-bg: #343a40;
    --bs-list-group-border-color: #495057;
    --bs-list-group-action-hover-bg: #495057;
    --bs-list-group-action-hover-color: #fff;
    --bs-sidebar-bg: #343a40;
    --bs-sidebar-link-color: #dee2e6;
    --bs-sidebar-link-hover-bg: #495057;
    --bs-sidebar-link-hover-color: #fff;
}

[data-bs-theme="dark"] .navbar-dark {
    background-color: #212529 !important;
}

[data-bs-theme="dark"] .sidebar {
    background-color: #343a40 !important;
}

[data-bs-theme="dark"] .sidebar .nav-link {
    color: #dee2e6;
}

[data-bs-theme="dark"] .sidebar .nav-link:hover {
    color: #fff;
    background-color: #495057;
}

[data-bs-theme="dark"] .card {
    background-color: #343a40;
    border-color: #495057;
}

[data-bs-theme="dark"] .card-header {
    background-color: #2c3034;
    border-color: #495057;
}

[data-bs-theme="dark"] .table {
    color: #dee2e6;
    border-color: #495057;
}

[data-bs-theme="dark"] .form-control,
[data-bs-theme="dark"] .form-select {
    background-color: #2c3034;
    border-color: #495057;
    color: #dee2e6;
}

[data-bs-theme="dark"] .form-control:focus,
[data-bs-theme="dark"] .form-select:focus {
    background-color: #2c3034;
    border-color: #0d6efd;
    color: #dee2e6;
}

[data-bs-theme="dark"] .btn-outline-secondary {
    color: #dee2e6;
    border-color: #6c757d;
}

[data-bs-theme="dark"] .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
}

[data-bs-theme="dark"] .text-muted {
    color: #adb5bd !important;
}

[data-bs-theme="dark"] .border-bottom {
    border-color: #495057 !important;
}
