/*!
 * Select2 v4 Bootstrap 5 theme v1.3.0
*/
.select2-container--bootstrap-5 { display: block; }
select + .select2-container--bootstrap-5 { z-index: 1; }
.select2-container--bootstrap-5 *:focus { outline: 0; }
.select2-container--bootstrap-5 .select2-selection { width: 100%; min-height: -webkit-calc(1.5em + 0.75rem + 2px); min-height: -moz-calc(1.5em + 0.75rem + 2px); min-height: calc(1.5em + 0.75rem + 2px); padding: 0.375rem 0.75rem; font-family: inherit; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; background-color: #fff; border: 0px solid #ced4da; -webkit-border-radius: 0.25rem; -moz-border-radius: 0.25rem; border-radius: 0.25rem; -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
@media (prefers-reduced-motion:reduce) {
  .select2-container--bootstrap-5 .select2-selection { -webkit-transition: none; -o-transition: none; -moz-transition: none; transition: none; }
}
.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection { border-color: #86b7fe; -webkit-box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25); -moz-box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25); box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25); }
.select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection { border-bottom: 0 solid transparent; -webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomright: 0; border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; border-bottom-left-radius: 0; }
.select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection { border-top: 0 solid transparent; -webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0; border-top-left-radius: 0; -webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; border-top-right-radius: 0; }
.select2-container--bootstrap-5 .select2-search { width: 100%; }
.select2-container--bootstrap-5 .select2-search--inline .select2-search__field { vertical-align: top; }
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear, .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear { position: absolute; top: 50%; right: 2.25rem; width: 0.75rem; height: 0.75rem; padding: 0.25em 0.25em; overflow: hidden; text-indent: 100%; white-space: nowrap; background: transparent url("data:image/svg+xml,%3csvg xmlns=!string!viewBox=!string!fill=!string!%3e%3cpath d=!string!/%3e%3c/svg%3e") center/0.75rem auto no-repeat; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover, .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover { background: transparent url("data:image/svg+xml,%3csvg xmlns=!string!viewBox=!string!fill=!string!%3e%3cpath d=!string!/%3e%3c/svg%3e") center/0.75rem auto no-repeat; }
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear > span, .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear > span { display: none; }
.select2-container--bootstrap-5 + .select2-container--bootstrap-5 { z-index: 1056; }
.select2-container--bootstrap-5 .select2-dropdown { z-index: 1056; overflow: hidden; color: #212529; background-color: #fff; border-color: #86b7fe; -webkit-border-radius: 0.25rem; -moz-border-radius: 0.25rem; border-radius: 0.25rem; }
.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below { border-top: 0 solid transparent; -webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0; border-top-left-radius: 0; -webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; border-top-right-radius: 0; }
.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above { border-bottom: 0 solid transparent; -webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomright: 0; border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; border-bottom-left-radius: 0; }
.select2-container--bootstrap-5 .select2-dropdown .select2-search { padding: 0.375rem 0.75rem; padding: 16px 40px 16px 40px; }
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field { display: block; width: 100%; padding: 0.375rem 0.75rem; font-family: inherit; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-border-radius: 0.25rem; -moz-border-radius: 0.25rem; border-radius: 0.25rem; -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion:reduce) {
  .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field { -webkit-transition: none; -o-transition: none; -moz-transition: none; transition: none; }
}
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus { border-color: #86b7fe; -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); -moz-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options:not(.select2-results__options--nested) { max-height: 480px; overflow-y: auto; margin-right: 30px; margin-left: 28px; margin-bottom: 10px; padding-right: 10px; }
.select2-container--bootstrap-5 .select2--custom.select2-dropdown .select2-results__options:not(.select2-results__options--nested) { margin-left: 10px; margin-right: 10px; margin-top: 10px; }
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options:not(.select2-results__options--nested)::-webkit-scrollbar { width: 5px; }
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options:not(.select2-results__options--nested)::-webkit-scrollbar-track { background: #119063; }
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options:not(.select2-results__options--nested)::-webkit-scrollbar-thumb { background-color: #2c4b1f; -webkit-border-radius: 0px; border-radius: 0px; border: 0px solid #ffffff; }
.select2-container--bootstrap-5 .select2--custom.select2-dropdown .select2-results__options:not(.select2-results__options--nested)::-webkit-scrollbar { width: 5px; }
.select2-container--bootstrap-5 .select2--custom.select2-dropdown .select2-results__options:not(.select2-results__options--nested)::-webkit-scrollbar-track { background: #555; }
.select2-container--bootstrap-5 .select2--custom.select2-dropdown .select2-results__options:not(.select2-results__options--nested)::-webkit-scrollbar-thumb { background-color: #DADADA; -webkit-border-radius: 0px; border-radius: 0px; border: 0px solid #ffffff; }
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option { padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; }
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__message { color: #6c757d; }
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted { color: #000; background-color: #e9ecef; background-color: #19AB78; -webkit-box-shadow: inset 2px -3px 6px 1px rgb(81 92 75 / 27%); -moz-box-shadow: inset 2px -3px 6px 1px rgb(81 92 75 / 27%); box-shadow: inset 2px -3px 6px 1px rgb(81 92 75 / 27%); }
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) { color: #fff; background-color: #19AB78; -webkit-box-shadow: inset 2px -3px 6px 1px rgb(81 92 75 / 27%); -moz-box-shadow: inset 2px -3px 6px 1px rgb(81 92 75 / 27%); box-shadow: inset 2px -3px 6px 1px rgb(81 92 75 / 27%); }
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--disabled, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-disabled=true] { color: #6c757d; }
.select2-container--bootstrap-5 .select2--custom.select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted { color: #000; background-color: #e9ecef; background-color: #DADADA; -webkit-box-shadow: inset 2px -3px 6px 1px rgb(81 92 75 / 27%); -moz-box-shadow: inset 2px -3px 6px 1px rgb(81 92 75 / 27%); box-shadow: inset 2px -3px 6px 1px rgb(81 92 75 / 27%); }
.select2-container--bootstrap-5 .select2--custom.select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) { color: #000; background-color: #DADADA; -webkit-box-shadow: inset 2px -3px 6px 1px rgb(81 92 75 / 27%); -moz-box-shadow: inset 2px -3px 6px 1px rgb(81 92 75 / 27%); box-shadow: inset 2px -3px 6px 1px rgb(81 92 75 / 27%); }
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] { padding: 0; }
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group { padding: 0.375rem 0.375rem; font-weight: 500; line-height: 1.5; color: #6c757d; }
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option { padding: 0.375rem 0.75rem; }
.select2-container--bootstrap-5 .select2-selection--single { padding: 0.375rem 2.25rem 0.375rem 0.75rem; background-image: url("data:image/svg+xml,%3csvg xmlns=!string!viewBox=!string!%3e%3cpath fill=!string!stroke=!string!stroke-linecap=!string!stroke-linejoin=!string!stroke-width=!string!d=!string!/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 0.75rem center; -moz-background-size: 16px 12px; -o-background-size: 16px 12px; background-size: 16px 12px; height: auto; }
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered { padding: 0; font-weight: 400; line-height: 1.5; color: #fff; font-size: 16px; }
.select2-container--bootstrap-5 .select2--custom.select2-selection--single .select2-selection__rendered { font-weight: 600; font-size: 16px; color: #666666; }
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder { font-weight: 400; line-height: 1.5; color: #6c757d; }
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__arrow { display: none; }
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; margin: 0; list-style: none; }
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; padding: 0.35em 0.65em; margin-right: 0.375rem; margin-bottom: 0.375rem; font-size: 1rem; color: #212529; cursor: auto; border: 1px solid #ced4da; -webkit-border-radius: 0.25rem; -moz-border-radius: 0.25rem; border-radius: 0.25rem; }
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove { width: 0.75rem; height: 0.75rem; padding: 0.25em 0.25em; margin-right: 0.25rem; overflow: hidden; text-indent: 100%; white-space: nowrap; background: transparent url("data:image/svg+xml,%3csvg xmlns=!string!viewBox=!string!fill=!string!%3e%3cpath d=!string!/%3e%3c/svg%3e") center/0.75rem auto no-repeat; border: 0; }
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover { background: transparent url("data:image/svg+xml,%3csvg xmlns=!string!viewBox=!string!fill=!string!%3e%3cpath d=!string!/%3e%3c/svg%3e") center/0.75rem auto no-repeat; }
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove > span { display: none; }
.select2-container--bootstrap-5 .select2-selection--multiple .select2-search { display: block; width: 100%; height: 1.5rem; }
.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field { width: 100%; height: 1.5rem; margin-top: 0; margin-left: 0; font-family: inherit; line-height: 1.5; background-color: transparent; }
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear { right: 0.75rem; }
.select2-container--bootstrap-5.select2-container--disabled .select2-selection, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection { color: #6c757d; cursor: not-allowed; background-color: #e9ecef; border-color: #ced4da; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__clear, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__clear { display: none; }
.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__choice, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__choice { cursor: not-allowed; }
.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove { display: none; }
.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__rendered:not(:empty), .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__rendered:not(:empty) { padding-bottom: 0; }
.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__rendered:not(:empty) + .select2-search, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__rendered:not(:empty) + .select2-search { display: none; }
.input-group:not(.has-validation) >:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu).select2-container--bootstrap-5 .select2-selection { -webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; border-top-right-radius: 0; -webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomright: 0; border-bottom-right-radius: 0; }
.input-group.has-validation >:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu).select2-container--bootstrap-5 .select2-selection { -webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; border-top-right-radius: 0; -webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomright: 0; border-bottom-right-radius: 0; }
.input-group > .input-group-text ~ .select2-container--bootstrap-5 .select2-selection, .input-group > .btn ~ .select2-container--bootstrap-5 .select2-selection, .input-group > .dropdown-menu ~ .select2-container--bootstrap-5 .select2-selection { -webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0; border-top-left-radius: 0; -webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; border-bottom-left-radius: 0; }
.input-group .select2-container--bootstrap-5 { -webkit-box-flex: 1; -webkit-flex-grow: 1; -moz-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }
.input-group .select2-container--bootstrap-5 .select2-selection { height: 100%; }
.is-valid + .select2-container--bootstrap-5 .select2-selection, .was-validated select:valid + .select2-container--bootstrap-5 .select2-selection { border-color: #198754; }
.is-valid + .select2-container--bootstrap-5.select2-container--focus .select2-selection, .is-valid + .select2-container--bootstrap-5.select2-container--open .select2-selection, .was-validated select:valid + .select2-container--bootstrap-5.select2-container--focus .select2-selection, .was-validated select:valid + .select2-container--bootstrap-5.select2-container--open .select2-selection { border-color: #198754; -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); -moz-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }
.is-valid + .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection, .was-validated select:valid + .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection { border-bottom: 0 solid transparent; }
.is-valid + .select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection, .was-validated select:valid + .select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection { border-top: 0 solid transparent; -webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0; border-top-left-radius: 0; -webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; border-top-right-radius: 0; }
.is-invalid + .select2-container--bootstrap-5 .select2-selection, .was-validated select:invalid + .select2-container--bootstrap-5 .select2-selection { border-color: #dc3545; }
.is-invalid + .select2-container--bootstrap-5.select2-container--focus .select2-selection, .is-invalid + .select2-container--bootstrap-5.select2-container--open .select2-selection, .was-validated select:invalid + .select2-container--bootstrap-5.select2-container--focus .select2-selection, .was-validated select:invalid + .select2-container--bootstrap-5.select2-container--open .select2-selection { border-color: #dc3545; -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); -moz-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }
.is-invalid + .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection, .was-validated select:invalid + .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection { border-bottom: 0 solid transparent; }
.is-invalid + .select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection, .was-validated select:invalid + .select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection { border-top: 0 solid transparent; -webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0; border-top-left-radius: 0; -webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; border-top-right-radius: 0; }
.select2-container--bootstrap-5 .select2--small.select2-selection { min-height: -webkit-calc(1.5em + 0.5rem + 2px); min-height: -moz-calc(1.5em + 0.5rem + 2px); min-height: calc(1.5em + 0.5rem + 2px); padding: 0.25rem 0.5rem; font-size: 0.875rem; -webkit-border-radius: 0.2rem; -moz-border-radius: 0.2rem; border-radius: 0.2rem; }
.select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-selection__clear, .select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__clear { width: 0.5rem; height: 0.5rem; padding: 0.125rem 0.125rem; background: transparent url("data:image/svg+xml,%3csvg xmlns=!string!viewBox=!string!fill=!string!%3e%3cpath d=!string!/%3e%3c/svg%3e") center/0.5rem auto no-repeat; }
.select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-selection__clear:hover, .select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__clear:hover { background: transparent url("data:image/svg+xml,%3csvg xmlns=!string!viewBox=!string!fill=!string!%3e%3cpath d=!string!/%3e%3c/svg%3e") center/0.5rem auto no-repeat; }
.select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-search, .select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-search .select2-search__field, .select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-search, .select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-search .select2-search__field { height: 1.5em; }
.select2-container--bootstrap-5 .select2--small.select2-dropdown { -webkit-border-radius: 0.2rem; -moz-border-radius: 0.2rem; border-radius: 0.2rem; }
.select2-container--bootstrap-5 .select2--small.select2-dropdown.select2-dropdown--below { -webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0; border-top-left-radius: 0; -webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; border-top-right-radius: 0; }
.select2-container--bootstrap-5 .select2--small.select2-dropdown.select2-dropdown--above { -webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomright: 0; border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; border-bottom-left-radius: 0; }
.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-search .select2-search__field { padding: 0.25rem 0.5rem; font-size: 0.875rem; }
.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option { padding: 0.25rem 0.5rem; font-size: 0.875rem; }
.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group { padding: 0.25rem 0.25rem; }
.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option { padding: 0.25rem 0.5rem; }
.select2-container--bootstrap-5 .select2--small.select2-selection--single { padding: 0.25rem 2.25rem 0.25rem 0.5rem; }
.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice { padding: 0.35em 0.65em; font-size: 0.875rem; }
.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove { width: 0.5rem; height: 0.5rem; padding: 0.125rem 0.125rem; background: transparent url("data:image/svg+xml,%3csvg xmlns=!string!viewBox=!string!fill=!string!%3e%3cpath d=!string!/%3e%3c/svg%3e") center/0.5rem auto no-repeat; }
.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover { background: transparent url("data:image/svg+xml,%3csvg xmlns=!string!viewBox=!string!fill=!string!%3e%3cpath d=!string!/%3e%3c/svg%3e") center/0.5rem auto no-repeat; }
.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__clear { right: 0.5rem; }
.select2-container--bootstrap-5 .select2--large.select2-selection { min-height: -webkit-calc(1.5em + 1rem + 2px); min-height: -moz-calc(1.5em + 1rem + 2px); min-height: calc(1.5em + 1rem + 2px); padding: 0.5rem 1rem; font-size: 1.25rem; -webkit-border-radius: 0.3rem; -moz-border-radius: 0.3rem; border-radius: 0.3rem; background-color: #19AB78; -webkit-box-shadow: inset 2px -3px 6px 1px rgba(81, 92, 75, 0.27); -moz-box-shadow: inset 2px -3px 6px 1px rgba(81, 92, 75, 0.27); box-shadow: inset 2px -3px 6px 1px rgba(81, 92, 75, 0.27); -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }
.select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-selection__clear, .select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__clear { width: 1rem; height: 1rem; padding: 0.5rem 0.5rem; background: transparent url("data:image/svg+xml,%3csvg xmlns=!string!viewBox=!string!fill=!string!%3e%3cpath d=!string!/%3e%3c/svg%3e") center/1rem auto no-repeat; }
.select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-selection__clear:hover, .select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__clear:hover { background: transparent url("data:image/svg+xml,%3csvg xmlns=!string!viewBox=!string!fill=!string!%3e%3cpath d=!string!/%3e%3c/svg%3e") center/1rem auto no-repeat; }
.select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-search, .select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-search .select2-search__field, .select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-search, .select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-search .select2-search__field { height: 1.5em; }
.select2-container--bootstrap-5 .select2--large.select2-selection .select2-selection__arrow { height: 100%; position: absolute; top: 1px; right: 1px; width: 50px; }
.select2-container--bootstrap-5 .select2--large.select2-selection .select2-selection__arrow b { display: none; }
.select2-container--bootstrap-5 .select2--large.select2-selection .select2-selection__arrow:after { font-family: 'icomoon' !important; height: 20px; color: #fff; content: "\e901"; font-size: 7px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; height: 100%; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
.select2-container--bootstrap-5.select2-container--open .select2--large.select2-selection .select2-selection__arrow:after { content: "\e904"; }
.select2-container--bootstrap-5 .select2--large.select2-dropdown { -webkit-border-radius: 0.3rem; -moz-border-radius: 0.3rem; border-radius: 0.3rem; background: -webkit-linear-gradient(327.65deg, #284261 -125.41%, #008355 83.72%, #15BF83 233.1%); background: -moz-linear-gradient(327.65deg, #284261 -125.41%, #008355 83.72%, #15BF83 233.1%); background: -o-linear-gradient(327.65deg, #284261 -125.41%, #008355 83.72%, #15BF83 233.1%); background: linear-gradient(122.35deg, #284261 -125.41%, #008355 83.72%, #15BF83 233.1%); -webkit-border-radius: 0px 0px 8px 8px; -moz-border-radius: 0px 0px 8px 8px; border-radius: 0px 0px 8px 8px; border: 0; }
.select2-container--bootstrap-5 .select2--large.select2-dropdown.select2-dropdown--below { -webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0; border-top-left-radius: 0; -webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; border-top-right-radius: 0; }
.select2-container--bootstrap-5 .select2--large.select2-dropdown.select2-dropdown--above { -webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomright: 0; border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; border-bottom-left-radius: 0; }
.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-search .select2-search__field { padding: 0.5rem 1rem; border: 1px solid #E5E5E5; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; font-weight: 600; font-size: 16px; color: #fff; background: transparent; }
.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-search .select2-search__field:focus { -webkit-box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25); -moz-box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25); box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25); }
.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option { padding: 0.5rem 1rem; font-size: 1.25rem; border-bottom: 1px solid rgba(255, 255, 255, 0.2); color: #fff; padding: 16px 10px 16px 12px; font-weight: 700; font-size: 18px; }
.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group { padding: 0.5rem 0.5rem; }
.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option { padding: 0.5rem 1rem; }
.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option .it-data { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option .it-data .img-data { -webkit-box-flex: 0; -webkit-flex: 0 0 50px; -moz-box-flex: 0; -ms-flex: 0 0 50px; flex: 0 0 50px; margin-right: 30px; }
.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option .it-data .img-data img { max-width: 100%; height: auto; display: block; }
.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option .it-data .text-data { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; }
.select2-container--bootstrap-5 .select2--large.select2-selection--single { padding: 22px 60px 22px 40px; }
.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice { padding: 0.35em 0.65em; font-size: 1.25rem; }
.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove { width: 1rem; height: 1rem; padding: 0.5rem 0.5rem; background: transparent url("data:image/svg+xml,%3csvg xmlns=!string!viewBox=!string!fill=!string!%3e%3cpath d=!string!/%3e%3c/svg%3e") center/1rem auto no-repeat; }
.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover { background: transparent url("data:image/svg+xml,%3csvg xmlns=!string!viewBox=!string!fill=!string!%3e%3cpath d=!string!/%3e%3c/svg%3e") center/1rem auto no-repeat; }
.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__clear { right: 1rem; }
.select2-container--bootstrap-5 .select2--custom.select2-selection { min-height: -webkit-calc(1.5em + 1rem + 2px); min-height: -moz-calc(1.5em + 1rem + 2px); min-height: calc(1.5em + 1rem + 2px); padding: 0.5rem 1rem; font-size: 1.25rem; -webkit-border-radius: 0.3rem; -moz-border-radius: 0.3rem; border-radius: 0.3rem; background-color: #E5E5E5; -webkit-box-shadow: inset 2px -3px 6px 1px rgba(81, 92, 75, 0.27); -moz-box-shadow: inset 2px -3px 6px 1px rgba(81, 92, 75, 0.27); box-shadow: inset 2px -3px 6px 1px rgba(81, 92, 75, 0.27); -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }
.select2-container--bootstrap-5 .select2--custom.select2-selection--single .select2-selection__clear, .select2-container--bootstrap-5 .select2--custom.select2-selection--multiple .select2-selection__clear { width: 1rem; height: 1rem; padding: 0.5rem 0.5rem; background: transparent url("data:image/svg+xml,%3csvg xmlns=!string!viewBox=!string!fill=!string!%3e%3cpath d=!string!/%3e%3c/svg%3e") center/1rem auto no-repeat; }
.select2-container--bootstrap-5 .select2--custom.select2-selection--single .select2-selection__clear:hover, .select2-container--bootstrap-5 .select2--custom.select2-selection--multiple .select2-selection__clear:hover { background: transparent url("data:image/svg+xml,%3csvg xmlns=!string!viewBox=!string!fill=!string!%3e%3cpath d=!string!/%3e%3c/svg%3e") center/1rem auto no-repeat; }
.select2-container--bootstrap-5 .select2--custom.select2-selection--single .select2-search, .select2-container--bootstrap-5 .select2--custom.select2-selection--single .select2-search .select2-search__field, .select2-container--bootstrap-5 .select2--custom.select2-selection--multiple .select2-search, .select2-container--bootstrap-5 .select2--custom.select2-selection--multiple .select2-search .select2-search__field { height: 1.5em; }
.select2-container--bootstrap-5 .select2--custom.select2-selection .select2-selection__arrow { height: 100%; position: absolute; top: 1px; right: 1px; width: 35px; }
.select2-container--bootstrap-5 .select2--custom.select2-selection .select2-selection__arrow b { display: none; }
.select2-container--bootstrap-5 .select2--custom.select2-selection .select2-selection__arrow:after { font-family: 'icomoon' !important; height: 20px; color: #666666; content: "\e901"; font-size: 7px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; height: 100%; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
.select2-container--bootstrap-5.select2-container--open .select2--custom.select2-selection .select2-selection__arrow:after { content: "\e904"; }
.select2-container--bootstrap-5 .select2--custom.select2-dropdown { -webkit-border-radius: 0.3rem; -moz-border-radius: 0.3rem; border-radius: 0.3rem; -webkit-border-radius: 0px 0px 8px 8px; -moz-border-radius: 0px 0px 8px 8px; border-radius: 0px 0px 8px 8px; border: 0; background: #666666; }
.select2-container--bootstrap-5 .select2--custom.select2-dropdown.select2-dropdown--below { -webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0; border-top-left-radius: 0; -webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; border-top-right-radius: 0; }
.select2-container--bootstrap-5 .select2--custom.select2-dropdown.select2-dropdown--above { -webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomright: 0; border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; border-bottom-left-radius: 0; }
.select2-container--bootstrap-5 .select2--custom.select2-dropdown .select2-search .select2-search__field { padding: 0.5rem 1rem; border: 1px solid #E5E5E5; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; font-weight: 600; font-size: 16px; color: #fff; background: transparent; }
.select2-container--bootstrap-5 .select2--custom.select2-dropdown .select2-search .select2-search__field:focus { -webkit-box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25); -moz-box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25); box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25); }
.select2-container--bootstrap-5 .select2--custom.select2-dropdown .select2-results__options .select2-results__option { padding: 0.5rem 1rem; font-size: 1.25rem; border-bottom: 1px solid rgba(255, 255, 255, 0.2); color: #DADADA; padding: 16px 10px 16px 10px; font-weight: 500; font-size: 16px; }
.select2-container--bootstrap-5 .select2--custom.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group { padding: 0.5rem 0.5rem; }
.select2-container--bootstrap-5 .select2--custom.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option { padding: 0.5rem 1rem; }
.select2-container--bootstrap-5 .select2--custom.select2-dropdown .select2-results__options .select2-results__option .it-data { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
.select2-container--bootstrap-5 .select2--custom.select2-dropdown .select2-results__options .select2-results__option .it-data .img-data { -webkit-box-flex: 0; -webkit-flex: 0 0 50px; -moz-box-flex: 0; -ms-flex: 0 0 50px; flex: 0 0 50px; margin-right: 30px; }
.select2-container--bootstrap-5 .select2--custom.select2-dropdown .select2-results__options .select2-results__option .it-data .img-data img { max-width: 100%; height: auto; display: block; }
.select2-container--bootstrap-5 .select2--custom.select2-dropdown .select2-results__options .select2-results__option .it-data .text-data { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; }
.select2-container--bootstrap-5 .select2--custom.select2-selection--single { padding: 14px 35px 14px 15px; }
.select2-container--bootstrap-5 .select2--custom.select2-selection--multiple .select2-selection__rendered .select2-selection__choice { padding: 0.35em 0.65em; font-size: 1.25rem; }
.select2-container--bootstrap-5 .select2--custom.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove { width: 1rem; height: 1rem; padding: 0.5rem 0.5rem; background: transparent url("data:image/svg+xml,%3csvg xmlns=!string!viewBox=!string!fill=!string!%3e%3cpath d=!string!/%3e%3c/svg%3e") center/1rem auto no-repeat; }
.select2-container--bootstrap-5 .select2--custom.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover { background: transparent url("data:image/svg+xml,%3csvg xmlns=!string!viewBox=!string!fill=!string!%3e%3cpath d=!string!/%3e%3c/svg%3e") center/1rem auto no-repeat; }
.select2-container--bootstrap-5 .select2--custom.select2-selection--multiple .select2-selection__clear { right: 1rem; }
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection { min-height: -webkit-calc(1.5em + 0.5rem + 2px); min-height: -moz-calc(1.5em + 0.5rem + 2px); min-height: calc(1.5em + 0.5rem + 2px); padding: 0.25rem 0.5rem; font-size: 0.875rem; -webkit-border-radius: 0.2rem; -moz-border-radius: 0.2rem; border-radius: 0.2rem; }
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear, .form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear { width: 0.5rem; height: 0.5rem; padding: 0.125rem 0.125rem; background: transparent url("data:image/svg+xml,%3csvg xmlns=!string!viewBox=!string!fill=!string!%3e%3cpath d=!string!/%3e%3c/svg%3e") center/0.5rem auto no-repeat; }
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover, .form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover { background: transparent url("data:image/svg+xml,%3csvg xmlns=!string!viewBox=!string!fill=!string!%3e%3cpath d=!string!/%3e%3c/svg%3e") center/0.5rem auto no-repeat; }
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single .select2-search, .form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single .select2-search .select2-search__field, .form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-search, .form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field { height: 1.5em; }
.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown { -webkit-border-radius: 0.2rem; -moz-border-radius: 0.2rem; border-radius: 0.2rem; }
.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below { -webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0; border-top-left-radius: 0; -webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; border-top-right-radius: 0; }
.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above { -webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomright: 0; border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; border-bottom-left-radius: 0; }
.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field { padding: 0.25rem 0.5rem; font-size: 0.875rem; }
.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option { padding: 0.25rem 0.5rem; font-size: 0.875rem; }
.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group { padding: 0.25rem 0.25rem; }
.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option { padding: 0.25rem 0.5rem; }
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single { padding: 0.25rem 2.25rem 0.25rem 0.5rem; }
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice { padding: 0.35em 0.65em; font-size: 0.875rem; }
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove { width: 0.5rem; height: 0.5rem; padding: 0.125rem 0.125rem; background: transparent url("data:image/svg+xml,%3csvg xmlns=!string!viewBox=!string!fill=!string!%3e%3cpath d=!string!/%3e%3c/svg%3e") center/0.5rem auto no-repeat; }
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover { background: transparent url("data:image/svg+xml,%3csvg xmlns=!string!viewBox=!string!fill=!string!%3e%3cpath d=!string!/%3e%3c/svg%3e") center/0.5rem auto no-repeat; }
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear { right: 0.5rem; }
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection { min-height: -webkit-calc(1.5em + 1rem + 2px); min-height: -moz-calc(1.5em + 1rem + 2px); min-height: calc(1.5em + 1rem + 2px); padding: 0.5rem 1rem; font-size: 1.25rem; -webkit-border-radius: 0.3rem; -moz-border-radius: 0.3rem; border-radius: 0.3rem; }
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear, .form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear { width: 1rem; height: 1rem; padding: 0.5rem 0.5rem; background: transparent url("data:image/svg+xml,%3csvg xmlns=!string!viewBox=!string!fill=!string!%3e%3cpath d=!string!/%3e%3c/svg%3e") center/1rem auto no-repeat; }
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover, .form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover { background: transparent url("data:image/svg+xml,%3csvg xmlns=!string!viewBox=!string!fill=!string!%3e%3cpath d=!string!/%3e%3c/svg%3e") center/1rem auto no-repeat; }
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single .select2-search, .form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single .select2-search .select2-search__field, .form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-search, .form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field { height: 1.5em; }
.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown { -webkit-border-radius: 0.3rem; -moz-border-radius: 0.3rem; border-radius: 0.3rem; }
.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below { -webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0; border-top-left-radius: 0; -webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; border-top-right-radius: 0; }
.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above { -webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomright: 0; border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; border-bottom-left-radius: 0; }
.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field { padding: 0.5rem 1rem; font-size: 1.25rem; }
.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option { padding: 0.5rem 1rem; font-size: 1.25rem; }
.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group { padding: 0.5rem 0.5rem; }
.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option { padding: 0.5rem 1rem; }
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single { padding: 0.5rem 2.25rem 0.5rem 1rem; }
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice { padding: 0.35em 0.65em; font-size: 1.25rem; }
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove { width: 1rem; height: 1rem; padding: 0.5rem 0.5rem; background: transparent url("data:image/svg+xml,%3csvg xmlns=!string!viewBox=!string!fill=!string!%3e%3cpath d=!string!/%3e%3c/svg%3e") center/1rem auto no-repeat; }
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover { background: transparent url("data:image/svg+xml,%3csvg xmlns=!string!viewBox=!string!fill=!string!%3e%3cpath d=!string!/%3e%3c/svg%3e") center/1rem auto no-repeat; }
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear { right: 1rem; }
