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

.select2-selection {
    padding: 0.375rem 0.75rem !important;
    border: 1px solid var(--bs-gray-300) !important;
    border-radius: var(--bs-border-radius) !important;
}

.select2-container--classic:focus,
.select2-container--default:focus {
    outline: none;
}
.select2-container--classic .select2-selection__choice,
.select2-container--default .select2-selection__choice {
    font-size: 0.8rem;
    margin-top: 0px !important;
    margin-bottom: 2px !important;
}
.select2-container--classic .select2-selection--single,
.select2-container--default .select2-selection--single {
    min-height: 2.4rem;
    padding: 5px;
    border-radius: var(--bs-border-radius) !important;
    border: 1px solid var(--bs-gray-300);
}
.select2-container--classic .select2-selection--single:focus,
.select2-container--default .select2-selection--single:focus {
    outline: 0;
    border-color: var(--bs-primary) !important;
    box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1) !important;
}
.select2-container--classic
    .select2-selection--single
    .select2-selection__rendered
    i,
.select2-container--classic
    .select2-selection--single
    .select2-selection__rendered
    svg,
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered
    i,
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered
    svg {
    font-size: 1.15rem;
    height: 1.15rem;
    width: 1.15rem;
    margin-right: 0.5rem;
}
.select2-container--classic
    .select2-selection--single
    .select2-selection__arrow
    b,
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d8d6de' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 18px 14px, 18px 14px;
    background-repeat: no-repeat;
    height: 1rem;
    padding-right: 1.5rem;
    margin-left: 0;
    margin-top: 0;
    left: -8px;
    border-style: none;
}
.select2-container--classic.select2-container--open,
.select2-container--default.select2-container--open {
    box-shadow: 0 5px 25px rgba(34, 41, 47, 0.1);
}
.select2-container--classic.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: var(--bs-primary) !important;
    outline: 0;
}
.select2-container--classic.select2-container--focus,
.select2-container--default.select2-container--focus {
    outline: 0;
}
.select2-container--classic.select2-container--focus
    .select2-selection--multiple,
.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border-color: var(--bs-primary) !important;
    outline: 0;
}
.select2-container--classic .select2-dropdown,
.select2-container--default .select2-dropdown {
    border-color: var(--bs-gray-300);
    z-index: 1060;
}
.select2-container--classic .select2-search--dropdown,
.select2-container--default .select2-search--dropdown {
    padding: 0.5rem;
}
.select2-container--classic .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none !important;
    border-radius: var(--bs-border-radius) !important;
    border-color: var(--bs-gray-300);
    padding: 0.571rem 1rem;
}
.select2-container--classic .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    min-height: 38px !important;
    border: 1px solid var(--bs-gray-300);
}
.select2-container--classic .select2-selection--multiple:focus,
.select2-container--default .select2-selection--multiple:focus {
    outline: 0;
    border-color: var(--bs-primary) !important;
    box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1) !important;
}
.select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: var(--bs-gray-2) !important;
    border-color: var(--bs-gray-2) !important;
    color: var(--bs-secondary);
    padding: 2px 5px;
}
.select2-container--classic
    .select2-selection--multiple
    .select2-selection__rendered,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    padding: 0 !important;
}
.select2-container--classic
    .select2-selection--multiple
    .select2-selection__rendered
    li
    .select2-search__field,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered
    li
    .select2-search__field {
    margin-top: 7px;
}
.select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice__remove,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    float: right;
    margin-left: 0.7rem;
    margin-right: 0.5rem;
    color: var(--bs-gray-2) !important;
    border-right: 0px !important;
    font-size: 0px;
    display: inline-block;
    position: relative;
    line-height: 1rem;
}

.select2-selection__choice__remove:hover {
    background-color: transparent !important;
    filter: brightness(50%);
}
.select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice__remove:before,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236E6B7B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
    background-size: 0.85rem;
    height: 0.85rem;
    width: 0.85rem;
    position: absolute;
    top: 22%;
    left: -4px;
}
.select2-container--classic .select2-selection--multiple i,
.select2-container--classic .select2-selection--multiple svg,
.select2-container--default .select2-selection--multiple i,
.select2-container--default .select2-selection--multiple svg {
    position: relative;
    top: 1px;
    margin-right: 0.5rem;
    height: 1.15rem;
    width: 1.15rem;
    font-size: 1.15rem;
    padding-left: 1px;
}
.select2-container--classic .select2-results__group,
.select2-container--default .select2-results__group {
    padding: 6px 9px;
    font-weight: 600;
}
.select2-container--classic .select2-results__option,
.select2-container--default .select2-results__option {
    padding: 0.428rem 1rem;
}
.select2-container--classic .select2-results__option[role="group"],
.select2-container--default .select2-results__option[role="group"] {
    padding: 0;
    border-top: 1px solid var(--bs-light) !important;
}
.select2-container--classic .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: var(--bs-primary) !important;
    color: var(--bs-light) !important;
}
.select2-container--classic .select2-results__option i,
.select2-container--classic .select2-results__option svg,
.select2-container--default .select2-results__option i,
.select2-container--default .select2-results__option svg {
    height: 1.15rem;
    width: 1.15rem;
    font-size: 1.15rem;
    margin-right: 0.5rem;
}
.select2-container--classic .select2-results__option--highlighted,
.select2-container--default .select2-results__option--highlighted {
    background-color: rgba(var(--bs-info), 0.12) !important;
    color: var(--bs-primary) !important;
}

.select2-results__option.select2-results__option--selectable{
    color: var(--bs-secondary) !important;
}

.select2-container--classic .select2-result-repository__avatar img,
.select2-container--default .select2-result-repository__avatar img {
    width: 50px;
}
.select2-container--classic .select-lg,
.select2-container--default .select-lg {
    min-height: 2.4rem;
    font-size: 1.2rem;
    margin-bottom: 0 !important;
    padding: 0.3rem 0.7rem;
}
.select2-container--classic
    .select-lg.select2-selection--single
    .select2-selection__rendered,
.select2-container--default
    .select-lg.select2-selection--single
    .select2-selection__rendered {
    padding-top: -0.1rem;
}
.select2-container--classic
    .select-lg.select2-selection--single
    .select2-selection__arrow,
.select2-container--default
    .select-lg.select2-selection--single
    .select2-selection__arrow {
    top: 0rem !important;
}
.select2-container--classic .select-lg.select2-selection--multiple,
.select2-container--default .select-lg.select2-selection--multiple {
    padding: 0 0.2rem;
}
.select2-container--classic
    .select-lg.select2-selection--multiple
    .select2-selection__rendered,
.select2-container--default
    .select-lg.select2-selection--multiple
    .select2-selection__rendered {
    padding-top: 0 !important;
}
.select2-container--classic
    .select-lg.select2-selection--multiple
    .select2-selection__rendered
    li,
.select2-container--default
    .select-lg.select2-selection--multiple
    .select2-selection__rendered
    li {
    font-size: 1.2rem;
}
.select2-container--classic
    .select-lg.select2-selection--multiple
    .select2-selection__rendered
    li
    .select2-search__field,
.select2-container--default
    .select-lg.select2-selection--multiple
    .select2-selection__rendered
    li
    .select2-search__field {
    margin-top: 10px;
}
.select2-container--classic
    .select-lg.select2-selection--multiple
    .select2-selection__rendered
    .select2-selection__choice,
.select2-container--default
    .select-lg.select2-selection--multiple
    .select2-selection__rendered
    .select2-selection__choice {
    padding: 5px;
}
.select2-container--classic
    .select-lg.select2-selection--multiple
    .select2-selection__rendered
    .select2-selection__choice
    .select2-selection__choice__remove:before,
.select2-container--default
    .select-lg.select2-selection--multiple
    .select2-selection__rendered
    .select2-selection__choice
    .select2-selection__choice__remove:before {
    top: 46%;
}
.select2-container--classic .select-sm,
.select2-container--default .select-sm {
    min-height: 2.142rem !important;
    padding: 0 0.2rem;
    font-size: 0.75rem;
    margin-bottom: 0 !important;
    line-height: 1.45;
}
.select2-container--classic
    .select-sm.select2-selection--single
    .select2-selection__arrow,
.select2-container--default
    .select-sm.select2-selection--single
    .select2-selection__arrow {
    top: -0.3rem !important;
}
.select2-container--classic .select-sm.select2-selection--multiple,
.select2-container--default .select-sm.select2-selection--multiple {
    line-height: 1.25;
}
.select2-container--classic
    .select-sm.select2-selection--multiple
    .select2-selection__rendered,
.select2-container--default
    .select-sm.select2-selection--multiple
    .select2-selection__rendered {
    padding: 3px;
}
.select2-container--classic
    .select-sm.select2-selection--multiple
    .select2-selection__rendered
    li,
.select2-container--default
    .select-sm.select2-selection--multiple
    .select2-selection__rendered
    li {
    font-size: 0.75rem;
    margin-top: 2px;
}
.select2-container--classic
    .select-sm.select2-selection--multiple
    .select2-selection__rendered
    li
    .select2-search__field,
.select2-container--default
    .select-sm.select2-selection--multiple
    .select2-selection__rendered
    li
    .select2-search__field {
    margin-top: 4px;
}
.select2-container--classic
    .select-sm.select2-selection--multiple
    .select2-selection__choice,
.select2-container--default
    .select-sm.select2-selection--multiple
    .select2-selection__choice {
    padding: 0 0.2rem;
    margin-top: 4px !important;
}
.select2-container--classic
    .select-sm.select2-selection--multiple
    .select2-selection__choice
    .select2-selection__choice__remove:before,
.select2-container--default
    .select-sm.select2-selection--multiple
    .select2-selection__choice
    .select2-selection__choice__remove:before {
    top: 5%;
}
.select2-container--classic
    .select-sm.select2-selection--multiple
    .select2-search--inline
    .select2-search__field,
.select2-container--default
    .select-sm.select2-selection--multiple
    .select2-search--inline
    .select2-search__field {
    margin-top: 0;
}

.select2-selection__placeholder {
    color: var(--bs-gray-2) !important;
}

.select2-search__field::placeholder {
    color: var(--bs-gray-2) !important;
}

.select2-search .select2-search__field {
    margin-top: 0 !important;
    margin-bottom: 3px !important;
}

.select2-container--default.select2-container--disabled
    .select2-selection--single {
    background-color: var(--bs-gray-3) !important;
}
.select2-container--default .select2-results__option--selected {
    background-color: rgba(var(--bs-secondary-rgb), 0.3);
}