/* span.select2-dropdown {
    min-width: 50vw;
}
input.select2-search__field {
    padding-right: 20px !important;
    background-image: url(chosen-sprite@2x.png)!important;
    background-size: 52px 37px!important;
    background-repeat: no-repeat!important;
    background-position: right 0px bottom 6px;
} */

span.select2-selection.select2-selection--single {
    height: 40px;
    display: flex;
    align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}
span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
    height: 40px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #818a91;
}
span.select2-dropdown.select2-dropdown--below {
    top: -38px;
}