html[data-bs-theme=dark] .sidebar-wrapper .sidebar-header img {
    height: 5rem;
    margin-top: 1rem;
}

html[data-bs-theme=dark] .sidebar-wrapper .sidebar-header {
    padding: 0rem 2rem 1rem;
}

.form-check {
	padding-left: 1em;
}

html[data-bs-theme="dark"] .select2-container--krajee-bs5 .select2-selection--single {
    background-color: #1b1b29 !important;
    border: 1px solid #35354f
}

html[data-bs-theme="dark"] .select2-container--krajee-bs5 .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
}

html[data-bs-theme="dark"] .select2-dropdown {
    background-color: #1b1b29 !important;
}

html[data-bs-theme="dark"] .select2-container--krajee-bs5 .select2-results__option[aria-selected="true"] {
    background-color: #35354f !important;
}

html[data-bs-theme="dark"] .select2-container--krajee-bs5 .select2-results > .select2-results__options {
    padding-left: 0 !important;
}

html[data-bs-theme="dark"] .select2-container--krajee-bs5 .select2-results__option {
    background-color: #1b1b29 !important;
    color: #fff !important;
}

html[data-bs-theme="dark"] .select2-container--krajee-bs5 .select2-results__option:hover {
    background-color: #35354f !important;
    color: #fff !important;
}

html[data-bs-theme="dark"] select.is-invalid + .select2-container--krajee-bs5 .select2-selection--single {
    border-color: #dc3545 !important;
}