.select2-container .select2-selection--single {
    height: calc(2.25rem + 2px);
    /* height: auto !important; */
    /* min-height: 28px; */
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
    /* padding-top: 5px;
    padding-bottom: 5px; */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
} 