/*
* Custom CSS
*/
.nice-select .nice-select-dropdown {
    box-shadow: 0 1px 1px 1px #dbdbdb;
}
.form-input, .form-textarea, .form-select, .form-multiselect {
    background-color: rgb(207 216 227 / 30%);
    border-color: rgb(207 216 227);
}
.nice-select .list {
    max-height: 280px;
}
nav.sidebar > div {
    box-shadow: 1px 0px 3px #00000015;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #e9e9e9;
}
.custom-file-container .image-preview {
    height: 200px;
    margin: 0;
}
.custom-file-container .label-container label {
    color: #0e1726;
    font-size: 14px;
}
.d-image-preview {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-radio, .form-checkbox {
    border-color : #ddd;
}
.swal2-popup .swal2-title {
    margin-bottom: 10px !important;
}
