.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px !important;
}
.select2-container .select2-selection--single {
    height: 44px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px !important;
    right: 5px !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    float: left !important;
    margin: 0px 6px !important;
    font-weight: normal !important;
    color: #8e8e8e !important;
    font-size: 1.8em !important;
}