/*! Select2 Bootstrap 5 Dark/Light Patch */.select2-container--bootstrap-5{display:block}.select2-container--bootstrap-5 .select2-selection{width:100%;min-height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-family:inherit;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color)!important;background-color:var(--bs-body-bg)!important;border:1px solid var(--bs-border-color)!important;border-radius:var(--bs-border-radius)!important;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.select2-container--bootstrap-5.select2-container--focus .select2-selection,.select2-container--bootstrap-5.select2-container--open .select2-selection{border-color:var(--bs-primary)!important;box-shadow:0 0 0 .25rem rgba(var(--bs-primary-rgb),.25)!important}.select2-container--bootstrap-5 .select2-selection__rendered{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--bs-body-color)!important}.select2-container--bootstrap-5 .select2-selection__placeholder{color:var(--bs-secondary-color)!important;opacity:1!important}.select2-container--bootstrap-5 .select2-dropdown{background-color:var(--bs-body-bg)!important;border:1px solid var(--bs-border-color)!important;border-radius:var(--bs-border-radius)!important;margin-top:.25rem!important;box-shadow:var(--bs-box-shadow)!important;z-index:2000!important}.select2-container--bootstrap-5 .select2-search--dropdown .select2-search__field{display:block!important;width:100%!important;padding:.375rem .75rem!important;font-size:1rem!important;line-height:1.5!important;color:var(--bs-body-color)!important;background-color:var(--bs-body-bg)!important;border:1px solid var(--bs-border-color)!important;border-radius:var(--bs-border-radius)!important}.select2-container--bootstrap-5 .select2-search--dropdown .select2-search__field::placeholder{color:var(--bs-secondary-color)!important;opacity:.75!important}.select2-container--bootstrap-5 .select2-results__option{padding:.375rem .75rem!important;background-color:var(--bs-body-bg)!important;color:var(--bs-body-color)!important;cursor:pointer!important}.select2-container--bootstrap-5 .select2-results__option--highlighted,.select2-container--bootstrap-5 .select2-results__option[aria-selected=true]{background-color:var(--bs-primary)!important;color:#fff!important}.select2-container--bootstrap-5.select2-container--disabled .select2-selection{background-color:var(--bs-secondary-bg)!important;color:var(--bs-secondary-color)!important;border-color:var(--bs-border-color)!important;cursor:not-allowed!important}.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice{background-color:var(--bs-secondary-bg)!important;border:1px solid var(--bs-border-color)!important;color:var(--bs-body-color)!important;border-radius:var(--bs-border-radius-sm)!important;padding:.25rem .5rem!important;margin:.25rem .25rem 0 0!important;font-size:.875rem!important;display:inline-flex;align-items:center;gap:.25rem}.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice__remove{color:var(--bs-secondary-color)!important;cursor:pointer}.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice__remove:hover{color:var(--bs-danger)!important}