/* Igualar altura de select2 al de .form-select de Bootstrap */
.select2-container--default .select2-selection--single {
    min-height: 38px;
    height: 38px;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    border: 1px solid #ced4da;
    font-size: 1rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    display: block;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    right: 10px;
}
