.theme-dark .navbar {
    --tblr-navbar-border-color: #202124;
    --tblr-navbar-bg: #202124;
    --tblr-navbar-active-bg: rgba(255, 255, 255, 0.06);
    --tblr-navbar-bg: #202124;
}

.theme-dark {
    background-color: #202124;
}

.theme-dark .card,.theme-dark .alert:not(.alert-important), .theme-dark .card, .theme-dark .card-footer, .theme-dark .card-stacked::after, .theme-dark .dropdown-menu, .theme-dark .footer:not(.footer-transparent), .theme-dark .modal-content, .theme-dark .modal-header, .theme-dark .toast, .theme-dark .toast-header {
    border-color: rgb(48,49,52,.16);
    background-color: #303134;
}

.theme-dark .form-check-input:not(:checked), .theme-dark .form-control, .theme-dark .form-file-text, .theme-dark .form-select, .theme-dark .form-selectgroup-check
{
    border:1px solid #5f6368;
    background-color:transparent;
}


.text-dark {
    --tblr-text-opacity: 1;
    color: rgb(255 255 255) !important;
}