html[data-bs-theme="dark"] body{
    color: white;
}
html[data-bs-theme="dark"] .logo-iai-light{
    display: none;
}
html[data-bs-theme="dark"] .logo-iai-dark{
    display: block;
}
html[data-bs-theme="dark"] .text-dark, 
html[data-bs-theme="dark"] label,
html[data-bs-theme="dark"] .input-icon .feather{
    color: white !important;
}
html[data-bs-theme="dark"] .input-icon input, html[data-bs-theme="dark"] .form-select{
    border: 1px solid rgba(255, 255, 255, 0.4);
}
html[data-bs-theme="dark"] body, html[data-bs-theme="dark"], html[data-bs-theme="dark"] .form-select option{
    background-color: #140B0B;
}
html[data-bs-theme="dark"] .card{
    background-color: #1E1818;
}
html[data-bs-theme="dark"] .form-control:focus{
    background-color: #09020269;
}
html[data-bs-theme="dark"] nav {
    background-color: #1E1818;
}
html[data-bs-theme="dark"] .sidebar .list-group-item.active {
    color: #E84D4D;
    background-color: #e84d4d2a;
    border-color: transparent;
}
html[data-bs-theme="dark"] .sidebar, html[data-bs-theme="dark"] .dropdown .dropdown-menu {
    background-color: #1E1818;
}
html[data-bs-theme="dark"] .text-success{
    color: rgb(155, 232, 12) !important
}
html[data-bs-theme="dark"] .nav-link {
    color: #ffffff63;
}
html[data-bs-theme="dark"] .nav-link:focus, html[data-bs-theme="dark"] .nav-link:hover {
    border-bottom: 1px solid #ffffff63;
}