.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 52px;
    padding: 5px 15px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    background-image: url(/v7/images/icons/arrow-down.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: calc(100% - 15px);
    appearance: none;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border: 1px solid #7C868A !important;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    font-size: 14px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    display: none !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 33px;
}

.select2-selection__arrow {
    display: none;
}

.select2-container--open .select2-selection--single {
    border-radius: 21px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    font-family: "Inter 400";
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.5rem;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    font-family: "Inter 400";
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.5rem;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 40px;
}

.select2-container--classic .select2-selection--single {
    background-color: #FFFFFF;
    border: 1px solid #7C868A ;
    border-radius: 42px;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    background-image: none !important;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #EB5757;
    color: white;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    background-image: none !important;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #FF314A;
}