.select2 {
    width: 100% !important;
    overflow: hidden;
}

.select2-selection__arrow {
    height: 36px !important;
}

.select2-search__field::placeholder {
    color: #adb5bd;
    opacity: 1;
    font-family: var(--bs-body-font-family)
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #adb5bd;
    opacity: 1;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #607080 transparent transparent transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #607080;
}

.select2-container .select2-selection--single {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #607080;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dce7f1;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    align-items: stretch;
    height: 40px;
}

.select2-container--default .select2-selection--multiple {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #607080 !important;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dce7f1;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    align-items: stretch;
    min-height: 40px;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: -1px;
    margin-left: 0px;
    padding: 0px;
    max-width: 100%;
    resize: none;
    height: 22px;
    vertical-align: bottom;
    overflow: hidden;
    word-break: keep-all
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f1f2f2;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 1px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap
}

.input-group .select2-container .select2-selection--multiple {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #dce7f1 !important;
    outline: 0
}

html[data-bs-theme=dark] .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #dce7f1 !important;
}

html[data-bs-theme=dark] .input-group .select2-container .select2-selection--multiple {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


.input-group .select2-container .select2-selection--single {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #dce7f1;
    color: #526e8a;
}

html[data-bs-theme=dark] .select2-container .select2-selection--single {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #526e8a;
    text-align: center;
    white-space: nowrap;
    background-color: #1b1b29;
    border: 1px solid #35354f;
    border-radius: .25rem;
}

html[data-bs-theme=dark] .select2-container .select2-selection--multiple {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #526e8a;
    text-align: center;
    white-space: nowrap;
    background-color: #1b1b29;
    border: 1px solid #35354f;
    border-radius: .25rem;
}

html[data-bs-theme=dark] .select2-container--default .select2-results__option--selected {
    background-color: #3E1FDD;
}

html[data-bs-theme=dark] .input-group .select2-container .select2-selection--single {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

html[data-bs-theme=dark] .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #cacacc transparent transparent transparent;
}

html[data-bs-theme=dark] .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #cacacc;
}

html[data-bs-theme=dark] .select2-container--default .select2-results>.select2-results__options {
    color: #cacacc;
    background-color: #252538;
}

html[data-bs-theme=dark] .select2-dropdown {
    background-color: #252538;

}

html[data-bs-theme=dark] .select2-search--dropdown {
    background-color: #252538;
}

html[data-bs-theme=dark] .select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: #252538;
}

.input-group-select {
    flex-wrap: nowrap;

}

html[data-bs-theme=dark] .input-group-select {
    flex-wrap: nowrap;
}