/* Estilo Global para Select2 */
.select2-container--bootstrap4 .select2-selection--single {
    height: calc(2.25rem + 10px) !important;
    padding: 0.5rem 0.75rem !important;
    border-radius: 10px !important;
    border: 0.5px solid #ced4da !important;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height: 1.5 !important;
    padding-left: 0 !important;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    top: 10px !important;
}
.select2-dropdown {
    border-radius: 10px !important;
    overflow: hidden;
}
