span.select2-selection.select2-selection--single {
    height: 38px;
    border-radius: 0;
}

span.select2-selection__arrow {
    height: 36px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
    padding-left: 17px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 0;
}

.select2-container {
    font-size: 16px;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}