.select2-results__option--selectable {
    /* font-family: 'Open Sans' !important; */
    font-size: 12px;
    color: #71717A;
    font-weight: 600;
}

.select2-container--default  {
    width: 100% !important;
}

.select2-container--open .select2-dropdown--above {
    margin-top: -0.5rem !important;
    /* margin-left: -1.5rem !important; */
    border: 1px solid #E5E5E5;
    /* width: 201px !important; */
    padding: 6px !important;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.select2 .select2-container .select2-container--default {
    border-color: 1px solid #CBD5E1 !important;
}

.select2-container--open .select2-dropdown--below {
    margin-top: 0.5rem !important;
    /* margin-left: -1.5rem !important; */
    border-top: 1px solid #E5E5E5;
    /* width: 201px !important; */
    padding: 6px !important;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.select2-dropdown {
    border: 1px solid #E5E5E5 !important;
    border-radius: 7px !important;
}

.select2-container--default .select2-results>.select2-results__options {
    /* width: 178px !important; */
    margin-left: 5px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #CBD5E1 !important;
    height: 45px !important;
    border-radius: 7.13514px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px !important;
    right: 13px !important;
    width: 14px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none !important;
    background: #E5E7E8 !important;
    border-radius: 0.375rem !important;
    /* color: #71717A !important; */
    /* width: 209px !important; */
    height: 35px !important;
    font-weight: 400;
    /* font-size: 12px; */
    /* background-image: url('<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path></svg>') !important; */
}

.select2-search>input:focus {
    outline: none !important;
}

/* .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #71717A !important;
    font-weight: 600;
    font-size: 13px;
} */

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    background-image: url('data:image/svg+xml,\00003csvg focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\00003cpath fill="rgba(0,0,0,.54)" d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z">\00003c/path>\00003c/svg>') !important;
    background-color: transparent;
    background-size: contain;
    border: none !important;
    height: 27px !important;
    width: 27px !important;
    margin: auto !important;
    top: auto !important;
    left: -9px !important;
    transform: rotate(-180deg);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url('data:image/svg+xml,\00003csvg focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\00003cpath fill="rgba(0,0,0,.54)" d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z">\00003c/path>\00003c/svg>');
    background-color: transparent;
    background-size: contain;
    border: none !important;
    height: 27px !important;
    width: 27px !important;
    margin: auto !important;
    top: auto !important;
    left: -2px !important;
}

@media (min-width: 640px) {
    .select2-container--default .select2-selection--single {
        height: 45px !important;
    }

    .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        height: 36px !important;
    }
}

@media (min-width: 470px) {
    .select2-container--default .select2-selection--single {
        height: 45px !important;
    }

    .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        height: 36px !important;
    }
}

@media (min-width: 290px) {
    .select2-container--default .select2-selection--single {
        height: 45px !important;
    }

    .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        height: 27px !important;
    }
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 1px solid #D1D5DB !important;
    border-radius: 6px !important;
    /* color: #5c5c61 !important; */
    color: #535358 !important;
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #6b7280 !important;
    font-weight: 400 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: none !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #D1D5DB !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #D1D5DB !important;
    border-radius: 10px;
}

.select2-container .select2-search--inline .select2-search__field {
    height: 24px !important;
    font-size: 13px;
}