/* dialog-scrollable bootstrap modal*/
.scrollable-modal {
    overflow-y: auto !important;
    max-height: calc(100vh - 15rem) !important;
}
/* dialog-scrollable bootstrap modal */

/* select2 */
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    z-index: 1;
}

.modal .select2-container--default .select2-selection--multiple {
    min-height: 54px !important;
}

.modal .select2-container .select2-selection--single {
    height: 54px !important;
}

.select2-container .select2-selection--single {
    height: 54px !important;
}

.form-floating .select2-container .select2-selection--single {
    height: 54px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: 10px !important;
    padding-left: 12px !important;
}

.modal
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 36px !important;
    padding-left: 14px !important;
    margin-top: 12px !important;
    /* margin-top: 20px !important; */
}

.select2-container--default .select2-selection--single {
    background-color: unset !important;
}

.select2-container--default .select2-selection--single[aria-disabled="true"] {
    background-color: #e6e8eb !important;
}

/* end select2 */
