.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

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

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

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

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #888 rgba(0, 0, 0, 0);
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

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

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: rgba(0, 0, 0, 0);
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid color-mix(in sRGB, #2e263d 12%, #fff);
    border-radius: .375rem;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

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

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid color-mix(in sRGB, #2e263d 12%, #fff);
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid color-mix(in sRGB, #2e263d 12%, #fff);
    border-radius: 0;
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: rgba(0, 0, 0, 0);
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #888 rgba(0, 0, 0, 0);
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid color-mix(in sRGB, #2e263d 12%, #fff);
    border-radius: .375rem;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid color-mix(in sRGB, #2e263d 12%, #fff);
    border-radius: .375rem;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid color-mix(in sRGB, #2e263d 12%, #fff);
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0)
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: gray
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.select2-container {
    --bs-select-height: 3rem;
    --bs-select-color: var(--bs-heading-color);
    --bs-select-border-width: 1px;
    --bs-select-border-color: color-mix(in sRGB, var(--bs-base-color) 22%, var(--bs-paper-bg));
    --bs-select-active-border: 0 0 0 1px var(--bs-primary);
    --bs-select-active-border-color: var(--bs-primary);
    --bs-select-active-box-shadow: none;
    --bs-select-disabled-color: var(--bs-secondary-color);
    --bs-select-disabled-border-color: color-mix(in sRGB, var(--bs-base-color) 24%, var(--bs-paper-bg));
    --bs-select-disabled-bg: color-mix(in sRGB, var(--bs-base-color) 6%, var(--bs-paper-bg));
    --bs-select-arrow: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 22" fill="none"%3e%3cpath d="M10.9999 12.0743L15.5374 7.53676L16.8336 8.83292L10.9999 14.6666L5.16626 8.83292L6.46243 7.53676L10.9999 12.0743Z" fill="%232e263d" fill-opacity="0.9"/%3e%3c/svg%3e');
    --bs-select-disabled-arrow: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 22" fill="none"%3e%3cpath d="M10.9999 12.0743L15.5374 7.53676L16.8336 8.83292L10.9999 14.6666L5.16626 8.83292L6.46243 7.53676L10.9999 12.0743Z" fill="%23aba8b1" fill-opacity="0.9"/%3e%3c/svg%3e');
    --bs-select-dropdown-border-width: 0;
    --bs-select-dropdown-border-color: var(--bs-border-color);
    --bs-select-dropdown-bg: var(--bs-paper-bg);
    --bs-select-dropdown-box-shadow: var(--bs-box-shadow-lg);
    --bs-select-dropdown-link-hover-bg: var(--bs-primary);
    --bs-select-dropdown-link-hover-color: var(--bs-primary-contrast);
    --bs-select-dropdown-link-active-bg: var(--bs-gray-50);
    --bs-select-dropdown-link-active-color: var(--bs-dropdown-link-color);
    --bs-select-multiple-padding-x: .5rem;
    --bs-select-multiple-padding-y: .3125rem;
    --bs-select-multiple-line-height: 1.5rem;
    --bs-select-multiple-choice-color: var(--bs-body-color);
    --bs-select-multiple-choice-bg: color-mix(in sRGB, var(--bs-base-color) 8%, var(--bs-paper-bg));
    --bs-select-multiple-disabled-choice-color: var(--bs-secondary-color);
    --bs-select-multiple-disabled-choice-bg: color-mix(in sRGB, var(--bs-base-color) 18%, var(--bs-paper-bg));
    inline-size: 100% !important
}

.select2-container .select2-selection--single {
    block-size: var(--bs-select-height)
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-inline-end: 2rem;
    padding-inline-start: 1rem
}

.select2-search__field {
    color: var(--bs-heading-color)
}

.select2-dropdown {
    border: var(--bs-select-dropdown-border-width) solid var(--bs-select-dropdown-border-color);
    background-color: var(--bs-select-dropdown-bg);
    box-shadow: var(--bs-select-dropdown-box-shadow);
    border-radius: var(--bs-border-radius)
}

.select2-results__option[role=option] {
    border-radius: .375rem;
    margin-block: .125rem;
    margin-inline: .5rem;
    padding-block: .543rem;
    padding-inline: 1rem
}

.select2-results__option .select2-results__group {
    font-weight: 500;
    padding-block: .5rem;
    padding-inline: .5rem .5rem
}

.form-floating.form-floating-select2 label {
    block-size: auto !important;
    font-size: .8125rem;
    inline-size: auto !important;
    margin-block-start: .125rem;
    margin-inline-start: .625rem;
    opacity: 1;
    padding-block: 2px;
    padding-inline: .375rem;
    transform: translateY(-0.8rem) translateX(-2px)
}

.form-floating.form-floating-select2 label::after {
    position: absolute;
    z-index: -1;
    background-color: var(--bs-paper-bg);
    block-size: 5px;
    content: "";
    inline-size: 100%;
    inset-block-start: .5rem;
    inset-inline-start: 0
}

.select2-results__options .select2-results__options .select2-results__group {
    margin-inline-start: -1rem
}

.select2-results__options .select2-results__options .select2-results__option .select2-results__option {
    margin-inline-start: 2rem
}

.select2-results__options .select2-results__options .select2-results__group {
    margin-inline-start: 0rem
}

.select2-results__options .select2-results__options .select2-results__option .select2-results__option .select2-results__option {
    margin-inline-start: 3rem
}

.select2-results__options .select2-results__options .select2-results__group {
    margin-inline-start: 1rem
}

.select2-results__options .select2-results__options .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-inline-start: 4rem
}

.select2-results__options .select2-results__options .select2-results__group {
    margin-inline-start: 2rem
}

.select2-results__options .select2-results__options .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-inline-start: 5rem
}

.select2-container--default,
.select2-container--default * {
    outline: 0
}

.select2-container--default .select2-selection {
    border: var(--bs-select-border-width) solid var(--bs-select-border-color);
    background-color: rgba(0, 0, 0, 0);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: .375rem
}

.select2-container--default .select2-selection:hover {
    border-color: color-mix(in sRGB, var(--bs-base-color) 30%, var(--bs-paper-bg))
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: color-mix(in sRGB, var(--bs-base-color) 22%, var(--bs-paper-bg));
    border-radius: var(--bs-border-radius);
    background-color: var(--bs-select-dropdown-bg);
    inline-size: calc(100% - 1rem);
    margin-block: .25rem;
    margin-block-end: 0;
    margin-inline: .5rem
}

.select2-container--default .select2-results__message {
    margin-inline: .5rem
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    color: var(--bs-secondary-color);
    font-weight: 500;
    inset-inline-end: .625rem
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--bs-gray-400)
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--bs-select-color);
    line-height: calc(var(--bs-select-height) - var(--bs-select-border-width)*2)
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    block-size: 100%;
    inline-size: 2.25rem;
    inset-block-start: 1px;
    inset-inline-end: 1px;
    inset-inline-start: auto
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    border-width: .3125rem .25rem 0;
    border-style: solid;
    border-color: var(--bs-gray-400) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    block-size: 0;
    inline-size: 0;
    inset-block-start: 50%;
    inset-inline-start: 50%;
    margin-block-start: -0.125rem;
    margin-inline-start: -0.25rem
}

.select2-container--default .select2-selection__rendered:has(>.select2-selection__placeholder)~.select2-selection__arrow b {
    background-image: var(--bs-select-disabled-arrow)
}

.select2-container--default .select2-selection--multiple {
    min-block-size: var(--bs-select-height)
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding-block: var(--bs-select-multiple-padding-y);
    padding-inline: var(--bs-select-multiple-padding-x)
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline:first-child .select2-search__field {
    padding-inline-start: calc(1rem - var(--bs-select-multiple-padding-x))
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    font-weight: 500;
    margin-block-start: .25rem
}

.select2-container--default .select2-selection--multiple .select2-search--inline {
    line-height: var(--bs-select-multiple-line-height)
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    position: relative;
    border-color: var(--bs-select-multiple-choice-bg);
    border-radius: .25rem;
    background-color: var(--bs-select-multiple-choice-bg);
    color: var(--bs-select-multiple-choice-color);
    font-size: .8125rem;
    line-height: var(--bs-select-multiple-line-height);
    padding-inline: .5rem 1rem
}

:dir(rtl) .select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-block-start: var(--bs-select-multiple-padding-y);
    margin-inline: 0 var(--bs-select-multiple-padding-x)
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: absolute;
    color: inherit;
    font-weight: 500;
    inset-inline-end: .3rem;
    opacity: .5
}

:dir(rtl) .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-inline-end: 0;
    margin-inline-start: .25rem
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: inherit;
    opacity: .8
}

.select2-container--default .select2-results>.select2-results__options {
    margin-block: .5rem
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--bs-select-dropdown-link-hover-bg)
}

.select2-container--default .select2-results__option.select2-results__option--highlighted[aria-selected=true] {
    background-color: var(--bs-select-dropdown-link-hover-bg);
    color: var(--bs-select-dropdown-link-hover-color)
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--bs-select-dropdown-link-active-bg);
    color: var(--bs-select-dropdown-link-active-color)
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    background-color: var(--bs-select-disabled-bg);
    color: var(--bs-select-disabled-color)
}

.select2-container--default.select2-container--focus .select2-selection,
.select2-container--default.select2-container--open .select2-selection {
    border-width: 2px;
    border-color: var(--bs-select-active-border-color);
    box-shadow: var(--bs-select-active-box-shadow)
}

.select2-container--default.select2-container--focus .select2-selection--single .select2-selection__rendered,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
    line-height: calc(var(--bs-select-height) - 4px);
    padding-inline-end: calc(2rem - var(--bs-select-border-width));
    padding-inline-start: calc(1rem - var(--bs-select-border-width))
}

.select2-container--default.select2-container--focus .select2-selection--single .select2-selection__arrow b,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 .25rem .3125rem;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) var(--bs-gray-400)
}

.select2-container--default.select2-container--focus .select2-selection--single .select2-selection__arrow .select2-results__option .select2-results__group,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow .select2-results__option .select2-results__group {
    margin-inline: 0 -1rem
}

.select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__rendered,
.select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__rendered {
    padding-block: calc(var(--bs-select-multiple-padding-y) - var(--bs-select-border-width));
    padding-inline-start: calc(var(--bs-select-multiple-padding-x) - var(--bs-select-border-width))
}

.select2-container--default.select2-container--focus+label,
.select2-container--default.select2-container--open+label {
    color: var(--bs-primary)
}

.select2-container--default.select2-container--disabled {
    pointer-events: none
}

.select2-container--default.select2-container--disabled .select2-selection--multiple,
.select2-container--default.select2-container--disabled .select2-selection--single {
    border-color: var(--bs-select-disabled-border-color);
    background-color: var(--bs-select-disabled-bg);
    box-shadow: none
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
    color: var(--bs-select-disabled-color)
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow b {
    background-image: var(--bs-select-disabled-arrow)
}

.select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    border-color: var(--bs-select-multiple-disabled-choice-bg);
    background-color: var(--bs-select-multiple-disabled-choice-bg);
    color: var(--bs-select-multiple-disabled-choice-color)
}

.select2-primary .select2-container {
    --bs-select-multiple-choice-bg: var(--bs-primary);
    --bs-select-multiple-choice-color: var(--bs-primary-contrast)
}

.select2-secondary .select2-container {
    --bs-select-multiple-choice-bg: var(--bs-secondary);
    --bs-select-multiple-choice-color: var(--bs-secondary-contrast)
}

.select2-success .select2-container {
    --bs-select-multiple-choice-bg: var(--bs-success);
    --bs-select-multiple-choice-color: var(--bs-success-contrast)
}

.select2-info .select2-container {
    --bs-select-multiple-choice-bg: var(--bs-info);
    --bs-select-multiple-choice-color: var(--bs-info-contrast)
}

.select2-warning .select2-container {
    --bs-select-multiple-choice-bg: var(--bs-warning);
    --bs-select-multiple-choice-color: var(--bs-warning-contrast)
}

.select2-danger .select2-container {
    --bs-select-multiple-choice-bg: var(--bs-danger);
    --bs-select-multiple-choice-color: var(--bs-danger-contrast)
}

.select2-light .select2-container {
    --bs-select-multiple-choice-bg: var(--bs-light);
    --bs-select-multiple-choice-color: var(--bs-light-contrast)
}

.select2-dark .select2-container {
    --bs-select-multiple-choice-bg: var(--bs-dark);
    --bs-select-multiple-choice-color: var(--bs-dark-contrast)
}

.select2-gray .select2-container {
    --bs-select-multiple-choice-bg: var(--bs-gray);
    --bs-select-multiple-choice-color: var(--bs-gray-contrast)
}

[data-bs-theme=dark] .select2-container {
    --bs-select-arrow: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 22" fill="none"%3e%3cpath d="M10.9999 12.0743L15.5374 7.53676L16.8336 8.83292L10.9999 14.6666L5.16626 8.83292L6.46243 7.53676L10.9999 12.0743Z" fill="%23fff" fill-opacity="0.9"/%3e%3c/svg%3e');
    --bs-select-disabled-arrow: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 22" fill="none"%3e%3cpath d="M10.9999 12.0743L15.5374 7.53676L16.8336 8.83292L10.9999 14.6666L5.16626 8.83292L6.46243 7.53676L10.9999 12.0743Z" fill="%237a7692" fill-opacity="0.9"/%3e%3c/svg%3e')
}

[data-bs-theme=dark] .select2-dark .select2-container {
    --bs-select-multiple-choice-color: var(--bs-dark-contrast)
}