body.dark-mode {
    background-color: #121212 !important;
    color: #e0e0e0 !important;
}

body.dark-mode .card,
body.dark-mode .modal-content,
body.dark-mode .table,
body.dark-mode .bg-white {
    background-color: #1e1e1e !important;
    color: #e0e0e0 !important;
    border-color: #333 !important;
}

body.dark-mode .text-dark,
body.dark-mode .text-muted {
    color: #bbb !important;
}

body.dark-mode .form-control,
body.dark-mode .form-select {
    background-color: #2d2d2d !important;
    border-color: #444 !important;
    color: #fff !important;
}

body.dark-mode .bg-light {
    background-color: #2d2d2d !important;
}

body.dark-mode .btn-light {
    background-color: #333 !important;
    border-color: #444 !important;
    color: #fff !important;
}
