.select2-container {
    width: 100%!important;
    font-family: inherit!important
}

.select2-container .select2-selection--single {
    background: var(--secondary-color,#fff)!important;
    border: 1px solid var(--border-color,#ddd)!important;
    border-radius: 14px!important;
    min-height: 44px!important;
    display: flex!important;
    align-items: center!important;
    padding: 6px 14px!important
}

.select2-container .select2-selection__rendered {
    color: var(--text-main,#333)!important;
    font-size: 13px!important;
    line-height: 1.4!important;
    padding: 0!important
}

.select2-container .select2-selection__placeholder {
    color: #999!important
}

html[dir=rtl] .select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 14px;
    right: unset!important
}

html[dir=ltr] .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 14px!important;
    left: unset!important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%!important;
    top: 0!important
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #777 transparent transparent!important
}

.select2-container--open .select2-selection--single {
    border-color: var(--main-color,#5b6cff)!important
}

.select2-dropdown {
    border-radius: 16px!important;
    border: 1px solid var(--border-color,#ddd)!important;
    box-shadow: 0 20px 60px var(--shadow-color,rgba(0,0,0,.15))!important;
    overflow: hidden!important;
    margin-top: 6px!important;
    z-index: 9999!important
}

.select2-search--dropdown {
    padding: 10px!important;
    border-bottom: 1px solid var(--border-color,#eee)!important
}

.select2-search__field {
    border-radius: 12px!important;
    border: 1px solid var(--border-color,#ddd)!important;
    padding: 8px 12px 8px 36px!important;
    font-size: 13px!important
}

.select2-results__options {
    background: var(--bg-color)!important
}

.select2-results__option {
    padding: 10px 14px!important;
    font-size: 13px!important;
    color: var(--text-main,#333)!important;
    transition: background .2s!important;
    border-bottom: 1px solid var(--border-color)
}

.select2-results__option.active,.select2-results__option:hover {
    background: var(--main-color,#5b6cff)!important
}

.select2-results__option a {
    color: var(--text-main)!important;
    padding: 3px 0!important
}

.select2-results__option--highlighted {
    background: var(--main-color,#5b6cff)!important;
    color: var(--text-main)!important
}

.select2-results__option img,.select2-selection__icon img {
    max-width: 18px!important;
    max-height: 18px!important;
    margin-inline-end:6px!important}

.select2-container[dir=rtl] .select2-selection--single {
    padding-right: 14px!important;
    padding-left: 42px!important
}

.select2-container[dir=rtl] .select2-selection__arrow {
    left: 14px!important;
    right: auto!important
}

.select2-dropdown[dir=rtl] .select2-results__option {
    text-align: right!important
}

.select2-dropdown[dir=rtl] .select2-search__field {
    padding-right: 36px!important;
    padding-left: 12px!important
}

@media (max-width: 767px) {
    .select2-dropdown {
        border-radius:12px!important
    }

    .select2-results__option {
        padding: 12px!important
    }
}

.text__highlight {
    background-color: var(--main-color)!important;
    border-radius: 3px!important
}
