/* Estilo para aumentar el alto del cuadro de selección */
.select2-container .select2-selection--single {
    height: auto !important;
    padding: 6px 12px !important;
}

/* Estilo para ajustar el espacio entre el ícono y el texto */
.select2-container .select2-selection--single .select2-selection__rendered i {
    margin-right: 5px;
}