.select2-container .select2-selection--single {
    height: 44px;  /* 38px */
    padding: 5px 8px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;  /* 26px */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}