/* Match Select2 single-selection height to Bootstrap .form-control */
.select2-container--default .select2-selection--single {
    height: 38px !important;
    min-height: 38px !important;
    padding: 0.375rem 0.75rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.5 !important;
    padding-left: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
    top: 1px;
}
