.select2-container--default .select2-selection--single  {
    padding: 6px 12px;
    height: 34px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 10px;
    height: auto;
    margin-top: -4px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
    right: 3px;
}
.select2-results__option {
    padding: 6px 12px;
}
.select2-results__option::after {
    clear: both;
    content: "";
    display: block;
}
