.select2-dropdown {            
    border: 1px solid #E1E1E1 !important;            
}
.select2.select2-container.select2-container--default {
    width: 133px !important;
}
.select2-selection.select2-selection--single, .select2-selection.select2-selection--default {
    width: 133px !important;
    height: 40px !important;
    font-size: 14px;
    color: #686868;
    background: #F4F4F4;
    border: 1px solid #E1E1E1;            
}
.select2-dropdown.select2-dropdown--below {
    width: 270px !important;
    right: -133px !important;
    left: auto !important;
}
.select2-search--dropdown {
    padding: 0;
}
input.select2-search__field::placeholder{
    color: #878787;
    font-size: 12px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    background: transparent url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.73282 1.75C4.51799 1.75 1.91187 4.35613 1.91187 7.57095C1.91187 10.7858 4.51799 13.3919 7.73282 13.3919C10.9476 13.3919 13.5538 10.7858 13.5538 7.57095C13.5538 4.35613 10.9476 1.75 7.73282 1.75ZM1.16187 7.57095C1.16187 3.94192 4.10378 1 7.73282 1C11.3619 1 14.3038 3.94192 14.3038 7.57095C14.3038 11.2 11.3619 14.1419 7.73282 14.1419C4.10378 14.1419 1.16187 11.2 1.16187 7.57095Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.7772 11.9364C11.9235 11.7897 12.1609 11.7894 12.3075 11.9357L14.7367 14.3585C14.8833 14.5048 14.8837 14.7422 14.7374 14.8888C14.5911 15.0355 14.3537 15.0358 14.2071 14.8895L11.7779 12.4667C11.6313 12.3204 11.631 12.083 11.7772 11.9364Z" fill="black"/></svg>') no-repeat 98% center;
    padding: 5px 30px 5px 5px !important;
    font-size: 12px;
    height: 40px;
    border-bottom: 1px solid #E1E1E1 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-top: 0 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #F4F4F4 !important;
    color: #000 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    position: absolute;
    top: 5px;
    right: 1px;
    width: 20px;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 5px;
    right: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: block;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e") !important;
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    height: auto !important;                        
    position: unset !important;
    background-color: transparent;
    background-size: contain;
    border: none !important;
    height: 20px !important;
    width: 20px !important;
    margin: auto !important;
    top: auto !important;
    left: auto !important;
}