    .dark-theme {
        background-color: #121212;
        color: #ffffff;
    }
    .dark-theme .card {
        background-color: #1e1e1e;
    }
    .dark-theme .alert {
        color: #121212;
    }
    /* Add other dark theme styles as needed */
