.select2-container--bootstrap-5 {
    display: block
}

.select2-container--bootstrap-5 .select2-selection {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.select2-container--bootstrap-5 .select2-selection:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.select2-container--bootstrap-5 .select2-selection--single {
    padding: .375rem 2.25rem .375rem .75rem
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    padding: 0;
    line-height: inherit;
    color: #212529
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__placeholder {
    color: #6c757d
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 50%;
    right: .75rem;
    width: 1rem;
    height: 1rem;
    transform: translateY(-50%)
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__arrow b {
    border-color: #212529 transparent transparent;
    border-style: solid;
    border-width: .3rem .3rem 0;
    height: 0;
    left: 0;
    margin-left: -.3rem;
    margin-top: -.15rem;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--bootstrap-5.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #212529;
    border-width: 0 .3rem .3rem
}

.select2-container--bootstrap-5 .select2-selection--multiple {
    padding: .375rem .75rem;
    min-height: calc(1.5em + .75rem + 2px)
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: .25rem
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice {
    background-color: #0d6efd;
    border: 1px solid #0d6efd;
    border-radius: .25rem;
    color: #fff;
    padding: .25rem .5rem;
    display: flex;
    align-items: center;
    gap: .25rem
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    font-weight: 700;
    margin-right: .25rem;
    cursor: pointer
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff
}

.select2-container--bootstrap-5 .select2-search--inline .select2-search__field {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.select2-container--bootstrap-5 .select2-dropdown {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    background-color: #fff
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search {
    padding: .5rem
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
    padding: .375rem .75rem;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    width: 100%
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__option {
    padding: .375rem .75rem
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__option[aria-selected=true] {
    background-color: #0d6efd;
    color: #fff
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__option--highlighted {
    background-color: #e9ecef;
    color: #212529
}

.select2-container--bootstrap-5.select2-container--disabled .select2-selection {
    background-color: #e9ecef;
    cursor: not-allowed
}