:root {
    --bs-body-bg: #242425 !important;
}

.card {
    --bs-card-bg: #141415 !important;
    --bs-card-cap-bg: #141415 !important;
}

.list-group-item {
    background-color: #141415 !important;
}

.modal-content {
    background-color: #141415 !important;
}

.modal-body {
    color: #141415 !important;
}

.sidebar {
    background: #141415 !important;
}

.sidebar-content {
    background: #141415 !important;
}

.input-group-navbar .form-control  {
    background: #141415 !important;
}

.input-group-navbar .btn  {
    background: #141415 !important;
}

.form-select {
    background-color: #141415 !important;
}

.form-control {
    background-color: #141415 !important;
}

.form-check-input {
    background-color: #141415 !important;
}

.dropdown-menu {
    --bs-dropdown-bg: #141415 !important;
}

.illustration {
    background: #141415 !important;
}

.settings-scheme {
    background: #242425 !important;
}

.sidebar-nav>.sidebar-item>.sidebar-dropdown {
    background: #141415 !important;
}

.settings-scheme-theme-dark {
    background: #141415 !important;
}

.tab-custom .tab-content {
    background: #242425 !important;
    color: white !important;
}

.tab-custom .nav-link.active {
    background: #242425 !important;
}

.navbar-bg {
    background: var(--bs-body-bg) !important;
}

.form-check-input[type=checkbox] {
    border-color: var(--bs-body-color) !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='white'/%3E%3C/svg%3E") !important;
}