/* Custom checkbox, radio */
.checkbox, .radio{
    margin-bottom: 0;
    margin-top: 0;
}
.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.navigation-header {
    color: #a6a4b0;
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 0;
    line-height: 1.5;
    letter-spacing: 0.01rem;
    font-size: 15px;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    line-height: 0;
    top: -1px;
    left: -1px;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    opacity: 0;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
.checkbox .cr .cr-icon, .radio .cr .cr-icon{
    font-size: .7em;
}
/* End custom checkbox, radio */

.btn-icon{
    display: inline-flex;
}
.sidebar{
    transition: max-width .35s ease-in-out, width .35s ease-in-out, min-width .35s ease-in-out, margin-left .35s ease-in-out, left .35s ease-in-out, margin-right .35s ease-in-out, right .35s ease-in-out;
}
body[data-sidebar-layout=compact] .sidebar-brand-icon{
    display: inline-block;
}
body[data-sidebar-layout=default] .sidebar{
    overflow: hidden;
}
body[data-sidebar-layout=compact] .sidebar-nav>.sidebar-item>.sidebar-dropdown .sidebar-item.active .sidebar-link{
    color: #518be1;
}

.w-25p{
    width: 25px;
}
.w-50p{
    width: 50px;
}
.w-75p{
    width: 75px;
}
.w-100p{
    width: 100px;
}
.w-150p{
    width: 150px;
}
.w-200p{
    width: 200px;
}
.w-300p{
    width: 300px;
}
.w-500p{
    width: 500px;
}

.h-25p{
    height: 25px;
}
.h-50p{
    height: 50px;
}
.h-75p{
    height: 75px;
}
.h-100p{
    height: 100px;
}
.h-150p{
    height: 150px;
}
.h-200p{
    height: 200px;
}
.h-300p{
    height: 300px;
}
.h-500p{
    height: 500px;
}

.wh-25p{
    width: 25px;
    height: 25px;
}
.wh-50p{
    width: 50px;
    height: 50px;
}
.wh-75p{
    width: 75px;
    height: 75px;
}
.wh-100p{
    width: 100px;
    height: 100px;
}
.wh-150p{
    width: 150px;
    height: 150px;
}
.wh-200p{
    width: 200px;
    height: 200px;
}
.wh-300p{
    width: 300px;
    height: 300px;
}
.wh-500p{
    width: 500px;
    height: 500px;
}

.select2-container--bootstrap-5 .select2-selection{
    min-height: calc(1.1em + .75rem + 5.2px);
    font-size: 14px;
}
.select2-container--bootstrap-5 .select2-selection--single{
    padding: 0.25rem 0.75rem;
}
.select2-container--bootstrap-5 .select2-selection--multiple{
    padding: 0.15rem 0.75rem;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field{
    line-height: 1.7;
}

.avatar{
    object-fit: cover;
}

[data-theme="dark"] .select2-container--bootstrap-5 .select2-selection{
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    color: #bdc0c5;
    background-color: #222e3c;
}
[data-theme="dark"] .select2-container--bootstrap-5 .select2-dropdown,
[data-theme="dark"] .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field{
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    color: #bdc0c5;
    background-color: #222e3c;
}
[data-theme="dark"] .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted,
[data-theme="dark"] .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
[data-theme="dark"] .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted){
    color: #bdc0c5;
    background-color: #182431;
}
[data-theme="dark"] .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered{
    color: #bdc0c5;
}
[data-theme="dark"] .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{
    color: #bdc0c5;
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}

#nav-theme-settings.nav-icon:hover{
    color: #a7abb1;
}
