.country-choose-slider {
    background: radial-gradient(198.13% 90.64% at 12.47% 29.59%, rgb(195, 218, 249) 0%, rgb(232, 234, 255) 100%);
}
.country-choose-slider__swiper.swiper{
    padding-bottom: 5px;
}

.country-choose-slider__item-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.country-choose-slider__item:hover{
    background: rgba(255, 255, 255, 1);
}
.country-choose-slider__item {
    border-radius: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 14px;
    color: #1E1E1E;
}

.country-choose-slider__top {
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: center;
}

body .country-choose-slider__top .country-choose-slider__heading {
    font-weight: 400;
    line-height: 100%;
}

.country-choose-slider__heading span {
    font-weight: 700;
}

.country-choose-slider__top .select2-container {
    width: fit-content!important;
}

.country-choose-slider__top .select2-selection__arrow {
    display: none;
}

.country-choose-slider__top .select2-selection {
    border-radius: 50px!important;
    height: fit-content;
    border: 1px solid #E6F0FF;
    backdrop-filter: blur(34px);
    background: #fff;
    padding: 20px 30px;
    min-width: 350px;
    position: relative;
    display: flex;
    gap: 16px;
    align-items: center;
}

.country-choose-slider__top .select2-selection::before,
body:has(.country-choose-slider__top) .select2-search.select2-search--dropdown::before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background: url("/wp-content/uploads/2024/05/select-search-icon.svg") center / contain no-repeat;
}

.country-choose-slider__top .select2-container {
    flex-basis: 350px;
}

.country-choose-slider__top .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.country-choose-slider__top  .select2-container--default .select2-selection--single .select2-selection__placeholder,
body:has(.country-choose-slider__top) .select2-search__field {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #565656;
}

body:has(.country-choose-slider__top) .select2-search__field {
    border-radius: 50px !important;
    height: fit-content;
    border: 1px solid #E6F0FF!important;
    backdrop-filter: blur(34px);
    background: #fff;
    padding: 23.5px 30px 23.5px 66px;
    min-width: 350px;
    position: relative;
    display: flex;
    gap: 16px;
    align-items: center;
}

body:has(.country-choose-slider__top) .select2-dropdown {
    background: transparent;
    border: 0;
    position: relative;
}

body:has(.country-choose-slider__top) .select2-search.select2-search--dropdown::before {
    position: absolute;
    top: 25px;
    left: 31px;
    z-index: 2;
}

body:has(.country-choose-slider__top) .select2-search--dropdown {
    padding: 0;
}

.select2-container--open .select2-dropdown--below {
    top: -70px!important;
}

body:has(.country-choose-slider__top) .select2-search.select2-search--dropdown {
    margin-bottom: 8px;
}

body:has(.country-choose-slider__top)  .select2-results {
    border-radius: 35px;
    background: #fff;
    border: 1px solid #E6F0FF;
    overflow: hidden;
}


body:has(.country-choose-slider__top)  .select2-results__option {
    display: flex;
    align-items: center;
    padding: 23.5px 30px;
}

body:has(.country-choose-slider__top) .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ABC9F6;
    color: #1E1E1E;

}

.select2-results__options {
    padding: 10px;
}


.select2-results__options::-webkit-scrollbar {
    width: 6px;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #CEBCFC;
    border-radius: 10px;
    margin-top: 20px;
    max-height: 140px!important;
}

.select2-results__options::-webkit-scrollbar-track {
    background-color: #DFD6FF;
    border-radius: 10px;
  max-height: 420px!important;
    margin-top: 35px;
    margin-bottom: 35px;
}

body:has(.country-choose-slider__top) .select2-container--default .select2-results>.select2-results__options {
    max-height: 490px;
    padding: 0;
}

body:has(.country-choose-slider__top) .select2-results__option {
    border-bottom: 2px solid #E6F0FF;
    font-size: 18px;
    line-height: 120%;
}

@media screen and (max-width: 991.98px) {
.country-choose-slider__top {
    flex-direction: column;
    margin-bottom: 40px;
    gap: 40px;
    align-items: flex-start;
}

    .country-choose-slider__top .select2-container {
        flex-basis: fit-content;
    }

    body:has(.country-choose-slider__top) .select2-container--default .select2-results>.select2-results__options {
        max-height: 300px;
    }

    .country-choose-slider__top .select2-container--default .select2-selection--single .select2-selection__placeholder, body:has(.country-choose-slider__top) .select2-search__field {
        font-size: 16px;
    }

    body:has(.country-choose-slider__top) .select2-search__field {
        padding: 20px 30px 20px 61px;
    }

    .country-choose-slider__top .select2-selection {
        padding: 15.5px 25px;
    }

    .country-choose-slider__top {
        margin-bottom: 40px;
    }

    .country-choose-slider .country-choose-slider__scrollbar {
        margin-top: 35px;
    }

    .select2-container--open .select2-dropdown--below {
        top: -60.8px!important;
    }

    body:has(.country-choose-slider__top) .select2-search.select2-search--dropdown::before {
        top: 20px;
        left: 26px;
    }

    body:has(.country-choose-slider__top) .select2-results__option {
        padding: 19.5px 25px;
        font-size: 16px;
    }

    body:has(.country-choose-slider__top) .select2-results {
        border-radius: 30px;
    }

    .country-choose-slider__top .select2-selection {
        min-width: 320px;
    }

    body:has(.country-choose-slider__top) .select2-search__field {
        min-width: 320px;
    }
}

@media screen and (max-width: 599.98px) {
    .country-choose-slider__heading span {
        display: block;
        width: 100%;
    }

    .country-choose-slider__item-wrapper {
        gap: 20px;
    }

    .country-choose-slider__item {
        border-radius: 15px;
        padding: 10.5px;
        gap: 10px;
    }

    .country-choose-slider__flag {
        width: 40px;
        height: 40px;
    }

    body:has(.country-choose-slider__top) .select2-search.select2-search--dropdown {
        margin-bottom: 5px;
    }

}
