.select2-container--default.select2-container--disabled .select2-selection--single {
    background: white;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
}
.select2-container--default .select2-selection--single{
    border: 1px solid #d8dfe7 !important ;
}