/* Make Select2 boxes match Bootstrap5 heights: */
.select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
}

.select2-selection:not(.select2-selection--multiple) {
    height: 38px !important;
    border: 1px solid #ced4da !important;
}

.select2-selection--multiple {
    min-height: 38px !important;
    border: 1px solid #ced4da !important;
}

/*
    ARREGLO DEL PROBLEMA QUE CAUSA QUE LOS COMBOS SELECT2 NO SALGAN EN LAS MODALES
*/

.modal-open .select2-dropdown {
    z-index: 10060;
}

.modal-open .select2-close-mask {
z-index: 10055;
}