html {
    overflow-x: hidden;
}
/*.select2-container--default .select2-selection--multiple {
    border: 1px solid #e2e7f1;
}*/
html [data-bs-theme=dark] .select2-container--default .select2-selection--multiple {
    border: 1px solid #373747;
}
.select2-selection--multiple{
    height: 38px;
    padding-top: 4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: transparent !important;
}
html[data-bs-theme=dark] .select2-dropdown {
    background-color: #202221 !important;
}

html[data-bs-theme=dark] .select2-container {
}

html[data-bs-theme=dark] .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #6b7a86 !important;
    border-radius: 4px;
}

html[data-bs-theme=dark] .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 100%;
    padding: .517rem .95rem;
    font-size: .812rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-card-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 100%;
    padding: .517rem .95rem;
    font-size: .812rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-card-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}

html[data-bs-theme=dark] .select2-container--default .select2-selection--single {
    background-color: #25282d;
    border: 1px solid #6b7a86;
    border: 0 !important;
    border-radius: 4px;
    display: flex;
    align-items: center;
    position: relative;
}

.select2-container--default .select2-selection--single {
    background-color: #25282d;
    border: 1px solid #6b7a86;
    border: 0 !important;
    border-radius: 4px;
    display: flex;
    align-items: center;
    position: relative;
}

html[data-bs-theme=dark] .selectr-option.active {
    color: #d9e1ec !important;
    background-color: #25282d !important;
}

html[data-bs-theme=dark] .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #25282d !important;
}

html[data-bs-theme=dark] .select2 {
    background-color: transparent;
}

.select2-container {
    width: 100% !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
}
html[data-bs-theme=dark] .select2-container--default .select2-selection--single .select2-selection__rendered, html[data-bs-theme=dark] .select2-dropdown, html[data-bs-theme=dark] .select2-container--default .select2-selection--multiple {
    background-color: #373747 !important;
}

/* Clear button styling */
.select2-container--default .select2-selection--single .select2-selection__clear {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #999;
    cursor: pointer;
    z-index: 1;
}

.select2-container--default .select2-selection--single .select2-selection__clear:hover {
    color: #333;
}

html[data-bs-theme=dark] .select2-container--default .select2-selection--single .select2-selection__clear {
    color: #999;
}

html[data-bs-theme=dark] .select2-container--default .select2-selection--single .select2-selection__clear:hover {
    color: #fff;
}

.select2-container--default .select2-results > .select2-results__options {
    border-right: .5px solid #f6f12747;
    border-radius: 11px;
    border-left: .5px solid #7e89c1;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
select2-dropdown {
    border: 0 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #7d88c1 !important;
}
.select2-dropdown, select2-selection--multiple {
    border: 0 !important;
}
/*.select2-selection, .select2-selection--multiple {
    border: 0 !important;
}*/
.select2-container--default .select2-results__option--selected {
    background-color: transparent !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #e2e7f1 !important;
}

html[data-bs-theme=dark] .select2-container--default .select2-selection--multiple {
    border: 0 !important;
}