body.dark-mode {
    background-color: #1e1e2f;
    color: #f0f0f0;
}

body.dark-mode .sidebar {
    background-color: #2c2f48 !important;
}


body.dark-mode .card {
    background-color: #2e2e3e;
    color: white;
}

body.dark-mode .text-gray-500 {
    color: #c0c0c0 !important;
}

body.dark-mode .bg-white {
    background-color: #3b3b4f !important;
}

