.select2-container .select2-selection--single {
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal !important;
    padding-left: 5
    px !important;
    /* optional padding */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}