.text-dark {
    color: #2d2d2d !important;
}

/* Dark Mode */
.dark-mode .text-dark {
    color: #d5d4d4 !important; /* Change dark text to white in dark mode */
}

.dark-mode .text-success-emphasis {
    color: #fff !important; /* Change dark text to white in dark mode */
}
.dark-mode .text-success {
    color: #fff !important; /* Change dark text to white in dark mode */
}
.dark-mode .text-success {
    color: #fff !important; /* Change dark text to white in dark mode */
}
.dark-mode .text-black-50 {
    color: #d3d3d3 !important; /* Change dark text to white in dark mode */
}
.dark-mode .text-muted {
    color: #858585 !important; /* Change dark text to white in dark mode */
}

/* Default (Light Mode) */
.bg-dark-light {
    background-color: #f8f9fa; /* Default background color (optional) */
    color: #181818 !important; /* Normal text color */
}

/* Dark Mode Override */
.dark-mode .bg-dark-light {
    background-color: #2a303d !important; /* Background in dark mode */
    color: #d5d4d4 !important; /* Optional: text color for contrast */
}


/*.dark-mode .bg-light {*/
/*    color: #171717 !important; !* Change dark text to white in dark mode *!*/
/*}*/
body.dark-mode .bg-light {
    background-color: #2a303d !important;
    color: #d5d4d4 !important;
}
.dark-mode .bg-white {
    background-color: #2a303d !important;
    color: #d5d4d4 !important;
}
