@charset "UTF-8";
.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{background-color:transparent;border:none;font-size:1em}
.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;list-style:none;padding:0}
.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}
.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}
.select2-dropdown{background-color:white;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--selectable{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;height:26px;margin-right:20px;padding-right:0px}
.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 transparent transparent transparent;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:transparent transparent #888 transparent;border-width:0 4px 5px 4px}
.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}
.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}
.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}
.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}
.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__display{padding-left:5px;padding-right:2px}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}
.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 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:transparent;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 .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--group{padding:0}
.select2-container--default .select2-results__option--disabled{color:#999}
.select2-container--default .select2-results__option--selected{background-color:#ddd}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}
.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}
.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 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;height:26px;margin-right:20px}
.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 #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 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 transparent transparent transparent;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 #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;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:transparent;border:none}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;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, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 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, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}
.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}
.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}
.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 #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}
.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 #aaa;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 transparent}
.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--group{padding:0}
.select2-container--classic .select2-results__option--disabled{color:grey}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{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 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:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;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}
@media (prefers-reduced-motion:reduce){.select2-container--bootstrap-5 .select2-selection{transition:none}}
.select2-container--bootstrap-5.select2-container--focus .select2-selection,.select2-container--bootstrap-5.select2-container--open .select2-selection{border-color:#86b7fe;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}
.select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection{border-bottom:0 solid transparent;border-bottom-right-radius:0;border-bottom-left-radius:0}
.select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection{border-top:0 solid transparent;border-top-left-radius: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--multiple .select2-selection__clear,.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear{position:absolute;top:50%;right:2.25rem;width:.75rem;height:.75rem;padding:.25em;overflow:hidden;text-indent:100%;white-space:nowrap;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.75rem auto no-repeat;transform:translateY(-50%)}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover,.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover{background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.75rem auto no-repeat}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear>span,.select2-container--bootstrap-5 .select2-selection--single .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;border-radius:.25rem}
.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below{border-top:0 solid transparent;border-top-left-radius:0;border-top-right-radius:0}
.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above{border-bottom:0 solid transparent;border-bottom-right-radius:0;border-bottom-left-radius:0}
.select2-container--bootstrap-5 .select2-dropdown .select2-search{padding:.375rem .75rem}
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field{display:block;width:100%;padding:.375rem .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;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}
@media (prefers-reduced-motion:reduce){.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field{transition:none}}
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options:not(.select2-results__options--nested){max-height:15rem;overflow-y:auto}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option{padding:.375rem .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}
.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:#0d6efd}
.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-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:.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:.375rem .75rem}
.select2-container--bootstrap-5 .select2-selection--single{padding:.375rem 2.25rem .375rem .75rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px}
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered{padding:0;font-weight:400;line-height:1.5;color:#212529}
.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:flex;flex-direction:row;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:flex;flex-direction:row;align-items:center;padding:.35em .65em;margin-right:.375rem;margin-bottom:.375rem;font-size:1rem;color:#212529;cursor:auto;border:1px solid #ced4da;border-radius:.25rem}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove{width:.75rem;height:.75rem;padding:.25em;margin-right:.25rem;overflow:hidden;text-indent:100%;white-space:nowrap;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.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='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.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:.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;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.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu).select2-container--bootstrap-5 .select2-selection,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu).select2-container--bootstrap-5 .select2-selection{border-top-right-radius:0;border-bottom-right-radius:0}
.input-group>.btn~.select2-container--bootstrap-5 .select2-selection,.input-group>.dropdown-menu~.select2-container--bootstrap-5 .select2-selection,.input-group>.input-group-text~.select2-container--bootstrap-5 .select2-selection{border-top-left-radius:0;border-bottom-left-radius:0}
.input-group .select2-container--bootstrap-5{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;box-shadow:0 0 0 .25rem rgba(25,135,84,.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;border-top-left-radius: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;box-shadow:0 0 0 .25rem rgba(220,53,69,.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;border-top-left-radius:0;border-top-right-radius:0}
.select2-container--bootstrap-5 .select2--small.select2-selection{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}
.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__clear,.select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-selection__clear{width:.5rem;height:.5rem;padding:.125rem;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.5rem auto no-repeat}
.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__clear:hover,.select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-selection__clear:hover{background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.5rem auto no-repeat}
.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,.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{height:1.5em}
.select2-container--bootstrap-5 .select2--small.select2-dropdown{border-radius:.2rem}
.select2-container--bootstrap-5 .select2--small.select2-dropdown.select2-dropdown--below{border-top-left-radius:0;border-top-right-radius:0}
.select2-container--bootstrap-5 .select2--small.select2-dropdown.select2-dropdown--above{border-bottom-right-radius:0;border-bottom-left-radius:0}
.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option,.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-search .select2-search__field{padding:.25rem .5rem;font-size:.875rem}
.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group{padding:.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:.25rem .5rem}
.select2-container--bootstrap-5 .select2--small.select2-selection--single{padding:.25rem 2.25rem .25rem .5rem}
.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice{padding:.35em .65em;font-size:.875rem}
.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove{width:.5rem;height:.5rem;padding:.125rem;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.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='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.5rem auto no-repeat}
.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__clear{right:.5rem}
.select2-container--bootstrap-5 .select2--large.select2-selection{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}
.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__clear,.select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-selection__clear{width:1rem;height:1rem;padding:.5rem;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1rem auto no-repeat}
.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__clear:hover,.select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-selection__clear:hover{background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1rem auto no-repeat}
.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,.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{height:1.5em}
.select2-container--bootstrap-5 .select2--large.select2-dropdown{border-radius:.3rem}
.select2-container--bootstrap-5 .select2--large.select2-dropdown.select2-dropdown--below{border-top-left-radius:0;border-top-right-radius:0}
.select2-container--bootstrap-5 .select2--large.select2-dropdown.select2-dropdown--above{border-bottom-right-radius:0;border-bottom-left-radius:0}
.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option,.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-search .select2-search__field{padding:.5rem 1rem;font-size:1.25rem}
.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group{padding:.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:.5rem 1rem}
.select2-container--bootstrap-5 .select2--large.select2-selection--single{padding:.5rem 2.25rem .5rem 1rem}
.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice{padding:.35em .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:.5rem;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/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='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1rem auto no-repeat}
.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__clear{right:1rem}
.form-select-sm~.select2-container--bootstrap-5 .select2-selection{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}
.form-select-sm~.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear,.form-select-sm~.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear{width:.5rem;height:.5rem;padding:.125rem;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.5rem auto no-repeat}
.form-select-sm~.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover,.form-select-sm~.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover{background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.5rem auto no-repeat}
.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,.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{height:1.5em}
.form-select-sm~.select2-container--bootstrap-5 .select2-dropdown{border-radius:.2rem}
.form-select-sm~.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below{border-top-left-radius:0;border-top-right-radius:0}
.form-select-sm~.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above{border-bottom-right-radius:0;border-bottom-left-radius:0}
.form-select-sm~.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option,.form-select-sm~.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field{padding:.25rem .5rem;font-size:.875rem}
.form-select-sm~.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group{padding:.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:.25rem .5rem}
.form-select-sm~.select2-container--bootstrap-5 .select2-selection--single{padding:.25rem 2.25rem .25rem .5rem}
.form-select-sm~.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{padding:.35em .65em;font-size:.875rem}
.form-select-sm~.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove{width:.5rem;height:.5rem;padding:.125rem;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.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='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.5rem auto no-repeat}
.form-select-sm~.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear{right:.5rem}
.form-select-lg~.select2-container--bootstrap-5 .select2-selection{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}
.form-select-lg~.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear,.form-select-lg~.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear{width:1rem;height:1rem;padding:.5rem;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1rem auto no-repeat}
.form-select-lg~.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover,.form-select-lg~.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover{background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1rem auto no-repeat}
.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,.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{height:1.5em}
.form-select-lg~.select2-container--bootstrap-5 .select2-dropdown{border-radius:.3rem}
.form-select-lg~.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below{border-top-left-radius:0;border-top-right-radius:0}
.form-select-lg~.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above{border-bottom-right-radius:0;border-bottom-left-radius:0}
.form-select-lg~.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option,.form-select-lg~.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field{padding:.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:.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:.5rem 1rem}
.form-select-lg~.select2-container--bootstrap-5 .select2-selection--single{padding:.5rem 2.25rem .5rem 1rem}
.form-select-lg~.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{padding:.35em .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:.5rem;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/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='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1rem auto no-repeat}
.form-select-lg~.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear{right:1rem}
#active_character_panel div.character_name input {
  padding: 0;
  border: none;
  background: transparent;
}
#kanva_map_viewport {
  position: relative;
  overflow: hidden;
  height: 100%;
  background: #111;
  border: 1px solid #444;
  border-radius: 4px;
}
#kanva_map_viewport #kanva_map_container {
  height: 100%;
}
.dm_screen_player_preview_target_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: gray;
}
.dm_screen_player_preview_target_container .dm_screen_player_preview_target {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}
.dm_screen_player_preview_wrapper {
  display: none;
  position: relative;
}
.dm_screen_player_preview_wrapper #dm_screen_player_preview_toggler {
  width: 100%;
  position: absolute;
  top: -2.5rem;
  right: 0.25rem;
  display: flex;
  gap: 0.25rem;
  justify-content: space-between;
}
.dm_screen_player_preview_wrapper iframe.dm_screen_player_preview {
  width: 100%;
  height: 100%;
}
@media (max-width: 1399.98px) {
  .dm-screen-sidebar-col {
    flex: 0 0 4.5rem !important;
    width: 4.5rem !important;
    max-width: 4.5rem !important;
  }
  .dm-screen-sidebar-col .sidebar {
    padding: 0.5rem 0;
    align-items: center;
  }
  .dm-screen-sidebar-col .sidebar .sidebar-title {
    display: none;
  }
  .dm-screen-sidebar-col .sidebar hr {
    width: 100%;
    margin: 0.5rem 0;
  }
  .dm-screen-sidebar-col .sidebar .nav {
    width: 100%;
  }
  .dm-screen-sidebar-col .sidebar .nav-link {
    padding: 0.5rem;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .dm-screen-sidebar-col .sidebar .nav-link .sidebar-link-text {
    display: none;
  }
  .dm-screen-sidebar-col .sidebar .nav-link i {
    font-size: 2rem;
    margin: 0;
  }
  .dm-screen-sidebar-col .sidebar .sidebar-back-link {
    display: none;
  }
  .dm-screen-sidebar-col .dm_screen_player_preview_target_container {
    display: none;
  }
}
.dm_screen_container .list-group-item {
  background-color: #161b22;
  border-color: #30363d;
  color: #e6edf3;
}
.dm_screen_container .list-group-item-primary {
  background-color: rgb(22.36, 27.48, 35.2);
  color: #e6edf3;
}
.dm_screen_container .list-group-item-warning {
  background-color: rgb(55.84, 49.68, 34);
  color: #e6edf3;
}
.dm_screen_container .list-group-item-light {
  background-color: #21262d;
  color: #8b949e;
}
.dm_screen_container .btn-light {
  background-color: #21262d;
  border-color: #30363d;
  color: #e6edf3;
}
.dm_screen_container .btn-light:hover {
  background-color: rgb(45.9461538462, 52.9076923077, 62.6538461538);
  border-color: rgb(61.4752293578, 69.1596330275, 78.1247706422);
  color: #e6edf3;
}
#game_screen_frame {
  display: contents;
}
body:has(.game_screen_container) {
  background-color: black;
}
body:has(.game_screen_container) > .container {
  display: contents;
}
.game_screen_container {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
  transition: all 0.5s ease-in-out;
}
.game_screen_container #character_view {
  z-index: 1000;
  position: relative;
  transition: all 0.5s ease-in-out;
  height: 20%;
  width: 100%;
}
.game_screen_container #game_view {
  transition: all 0.5s ease-in-out;
  flex: 1;
  max-height: 80%;
}
.game_screen_container #game_view iframe, .game_screen_container #game_view .image_frame {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.game_screen_container #game_view .image_frame img {
  transform: scale(calc(1 + var(--attachment-zoom, 0) / 100)) translate(calc(var(--attachment-position-x, 0) * 1%), calc(var(--attachment-position-y, 0) * 1%));
  transition: transform 0.5s ease-in-out;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.game_screen_container #game_view .canva_map_frame {
  display: flex;
  height: 100%;
  width: 100%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.game_screen_container #game_view .canva_map_frame .canva_map_viewport {
  position: relative;
  overflow: hidden;
  transform: scale(calc(1 + var(--attachment-zoom, 0) / 100)) translate(calc(var(--attachment-position-x, 0) * 1%), calc(var(--attachment-position-y, 0) * 1%));
  transition: transform 0.5s ease-in-out;
  height: 100%;
  width: 100%;
}
.game_screen_container #game_view .canva_map_frame .canva_map_viewport .canva_map_container {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.game_screen_container.hide_map::before {
  content: "Map Hidden by DM";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 999;
}
.game_screen_container.hide_map #game_view {
  opacity: 0;
}
.game_screen_container {
  position: relative;
}
.game_screen_container.player_screen_right {
  transform-origin: top left;
  position: absolute;
  transform: rotate(90deg);
  height: 100vw;
  left: 100vw;
  width: 100vh;
}
.game_screen_container.player_screen_bottom {
  transform: rotate(180deg);
}
.game_screen_container.player_screen_left {
  transform-origin: top right;
  transform: rotate(270deg);
  position: absolute;
  height: 100vw;
  left: -100vh;
  width: 100vh;
}
.game_screen_container.rotation_ninety #character_view .character_card_list .character_wrapper {
  transform: rotate(90deg);
  transform-origin: center center;
  aspect-ratio: 3/2;
}
.game_screen_container.rotation_one_eighty #character_view .character_card_list {
  transform: rotate(180deg);
  transform-origin: center center;
}
.game_screen_container.rotation_two_seventy #character_view .character_card_list {
  transform: rotate(270deg);
  transform-origin: center center;
}
.game_screen_container #game_view {
  position: relative;
  container-type: size;
}
.game_screen_container #game_view > iframe {
  transition: all 0.5s ease-in-out;
}
.game_screen_container #game_view.game_view_rotation_ninety > iframe, .game_screen_container #game_view.game_view_rotation_ninety > .canva_map_frame {
  transform-origin: top left;
  position: absolute;
  transform: rotate(90deg);
  height: 100cqw;
  left: 100cqw;
  width: 100cqh;
}
.game_screen_container #game_view.game_view_rotation_one_eighty > iframe, .game_screen_container #game_view.game_view_rotation_one_eighty > .canva_map_frame {
  transform: rotate(180deg);
  transform-origin: center center;
}
.game_screen_container #game_view.game_view_rotation_two_seventy > iframe, .game_screen_container #game_view.game_view_rotation_two_seventy > .canva_map_frame {
  transform-origin: top right;
  position: absolute;
  transform: rotate(-90deg);
  height: 100cqw;
  left: -100cqh;
  width: 100cqh;
}
.game_screen_container.in_combat #character_view .character_card_list {
  justify-content: safe center;
}
.game_screen_container.in_combat #character_view .character_card_list .character_wrapper {
  flex: 0 0 auto;
  aspect-ratio: 2/3;
}
.game_screen_container.in_combat #character_view .character_card_list .character_wrapper .character.card {
  height: 75%;
}
.game_screen_container.in_combat #character_view .character_card_list .character_wrapper .character.card .avatar {
  filter: grayscale(100%);
}
.game_screen_container.in_combat #character_view .character_card_list .character_wrapper .character.card .character_initiative {
  display: flex;
}
.game_screen_container.in_combat #character_view .character_card_list .character_wrapper.active_turn {
  aspect-ratio: 4/3;
}
.game_screen_container.in_combat #character_view .character_card_list .character_wrapper.active_turn .character_info_spacer {
  flex: 1;
  max-width: 40%;
}
.game_screen_container.in_combat #character_view .character_card_list .character_wrapper.active_turn .character.card {
  height: 100%;
}
.game_screen_container.in_combat #character_view .character_card_list .character_wrapper.active_turn .character.card .avatar {
  filter: none;
}
.game_screen_container.in_combat #character_view .character_card_list .character_wrapper.active_turn .character.card .character_info {
  width: 100%;
}
.game_screen_container.in_combat #character_view .character_card_list .character_wrapper.active_turn .character.card .character_info .character_info_inner {
  flex-wrap: nowrap;
  overflow-y: hidden;
}
.game_screen_container.in_combat #character_view .character_card_list .character_wrapper.active_turn .character.card .character_info .character_info_inner .status-badge {
  gap: 2cqh;
}
.game_screen_container.in_combat #character_view .character_card_list .character_wrapper.active_turn .character.card .character_info .character_info_inner .status-badge > span {
  width: auto;
}
.game_screen_container.in_combat #character_view #round_info {
  display: flex;
}
#round_info {
  position: absolute;
  top: 1vh;
  left: 1vh;
  gap: 1vh;
}
#round_info .round-number, #round_info .active-character-info {
  background-color: rgba(0, 0, 0, 0.3);
  border: 0.2vh solid rgba(255, 255, 255, 0.3);
  border-radius: 2vh;
  color: rgba(255, 255, 255, 0.3);
  padding: 1vh;
  font-size: 2vh;
  font-weight: bold;
}
#round_info .round-number {
  text-align: center;
  width: fit-content;
}
#round_info .round-media {
  display: none;
  max-height: 60vh;
  max-width: 90vw;
  overflow: hidden;
}
#round_info .round-media > * {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
#overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 2000;
  display: block;
  background: transparent;
  transition: all 0.5s ease-in-out;
}
#overlay.overlay_rotation_ninety {
  transform-origin: top left;
  position: absolute;
  transform: rotate(90deg);
  height: 100vw;
  left: 100vw;
  width: 100vh;
}
#overlay.overlay_rotation_one_eighty {
  transform: rotate(180deg);
  transform-origin: center center;
}
#overlay.overlay_rotation_two_seventy {
  transform-origin: top right;
  position: absolute;
  transform: rotate(270deg);
  height: 100vw;
  left: -100vh;
  width: 100vh;
}
#overlay .reveal {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s;
}
#overlay .reveal:has(.reveal_content) {
  opacity: 1;
  visibility: visible;
}
#overlay .reveal > img,
#overlay .reveal .reveal_overlay_image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
#overlay .reveal .reveal_overlay_media {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
#overlay .reveal .reveal_overlay_audio {
  width: 80%;
  max-width: 600px;
}
.sidebar {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0.5rem;
  background-color: #161b22 !important;
  color: #e6edf3;
  border-right: 1px solid #30363d;
}
.sidebar .sidebar_title {
  flex-shrink: 0;
  min-height: 36px;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 0;
}
.sidebar form {
  flex-shrink: 10;
}
.sidebar hr {
  margin: 0;
  flex-shrink: 20;
  border: none;
  opacity: 1;
  min-height: 3px;
}
.sidebar hr:before {
  border-bottom: 1px solid #30363d;
}
.sidebar hr:before, .sidebar hr:after {
  display: flex;
  content: "";
  flex-basis: 1rem;
  height: 1rem;
}
.sidebar .link-dark,
.sidebar .link-body-emphasis,
.sidebar .nav-link {
  color: #e6edf3 !important;
}
.sidebar .nav-link:hover,
.sidebar .nav-link.active {
  background-color: #21262d;
  color: #798ad5 !important;
}
.system-keybind {
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  padding: 0 0.25rem;
  font-family: inherit;
  line-height: 1.4;
  color: #e6edf3;
  background-color: #1a1a1a;
  border: 1px solid #555;
  border-radius: 0.25rem;
  white-space: nowrap;
}
.system-keybind > code {
  color: #e6edf3;
}
.avatar {
  object-fit: cover;
}
.avatar.avatar_small {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
.avatar.avatar_tiny {
  width: 30px;
  height: 30px;
}
.button {
  padding: 0 5px;
  display: inline-block;
  height: 28px;
  min-width: 28px;
  line-height: 28px;
  align-items: center;
  background-color: transparent;
  color: #e6edf3;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.15s ease;
}
.button:hover {
  background-color: #21262d;
}
.button:active {
  filter: brightness(0.88);
}
.button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.button.button-primary {
  background-color: #191f2c;
  color: #fff;
}
.button.button-primary:hover {
  background-color: #363e5e;
}
.button.button-secondary {
  background-color: #21262d;
  color: #e6edf3;
}
.button.button-secondary:hover {
  background-color: rgb(50.2615384615, 57.8769230769, 68.5384615385);
}
.button.button-success {
  background-color: #238636;
  color: #fff;
}
.button.button-success:hover {
  background-color: rgb(26.550295858, 101.649704142, 40.9633136095);
}
.button.button-danger {
  background-color: #f85149;
  color: #fff;
}
.button.button-danger:hover {
  background-color: rgb(246.4888888889, 43.4380952381, 33.7111111111);
}
.canva_outer_container {
  height: calc(100% - 57px);
  position: relative;
}
.character_card_list {
  display: flex;
  justify-content: space-evenly;
  height: 100vh;
  max-height: 100%;
  width: 100%;
  gap: 0.5%;
  overflow-y: scroll;
  transition: all 0.3s ease-in-out;
}
.character_card_list::-webkit-scrollbar {
  display: none;
}
.character_wrapper {
  flex: 1;
  transition: all 0.5s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 100%;
  min-width: 0;
  order: var(--order, 0);
}
.character_wrapper.hidden_character {
  flex-grow: 0;
  flex-shrink: 1 !important;
  height: 0;
  width: 0;
}
.character_wrapper.hidden_character .character.card {
  height: 0 !important;
  border: 0;
  aspect-ratio: auto !important;
}
.character_wrapper .card {
  box-shadow: none;
  border: none;
}
.character_wrapper .character.card {
  position: relative;
  container-type: size;
  box-shadow: none;
  display: flex;
  aspect-ratio: 2/3;
  transition: border 0.5s ease-in-out, height 0.5s ease-in-out;
  border: 1px solid #30363d;
  border-radius: 15px;
  height: 95%;
  flex-shrink: 1;
  flex-grow: 0;
}
.character_wrapper .character.card .card-img-top {
  flex-grow: 1;
  overflow: hidden;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.character_wrapper .character.card .card-img-top .avatar {
  object-fit: cover;
  object-position: top;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  max-height: 100%;
  flex-shrink: 1;
  min-height: 0;
  transition: all 1s ease-in-out;
}
.character_wrapper .character.card .character_name {
  height: 15%;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  container-type: size;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.character_wrapper .character.card .character_name > a, .character_wrapper .character.card .character_name > span {
  text-align: center;
  white-space: nowrap;
  font-size: 75cqh;
  line-height: 1;
}
.character_wrapper .character.card .character_initiative {
  display: none;
  font-family: "Courier 10 Pitch";
  position: absolute;
  font-size: 10cqh;
  top: 1cqh;
  left: 1cqh;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  line-height: 12cqh;
  width: 13cqh;
}
.character_wrapper .character.card.active_turn {
  border-color: yellow;
}
.character_wrapper .character.card.active_turn > .card-img-top > .avatar {
  transform: scale(1.1);
}
.character_form div.character_name {
  margin-bottom: 0 !important;
}
.character_form div.character_name input {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  color: #e6edf3;
  font-weight: bold;
}
.character_wrapper .character_info_spacer {
  flex: 0 1 auto;
}
.character_wrapper .card.character .character_info {
  transform-origin: left;
  transition: all 0.3s ease-in-out;
  overflow: visible;
  background-color: transparent;
  height: 100%;
  display: flex;
  flex-direction: row;
  gap: 4px;
  container-type: size;
  position: absolute;
  left: calc(100% - 13cqh);
  width: auto;
}
.character_wrapper .card.character .character_info .character_info_inner {
  padding: 1cqh 0;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-content: flex-start;
  justify-content: start;
  align-items: flex-start;
  flex-wrap: wrap-reverse;
  gap: 2cqh;
  height: 85%;
  width: auto;
}
.character_wrapper .card.character .character_info .character_info_inner > .status-badge {
  background-color: rgba(0, 0, 0, 0.5);
  min-width: 12cqh;
  line-height: 12cqh;
  max-height: 12cqb;
  border-radius: 12cqh;
  flex-grow: 1;
  flex-shrink: 1;
  align-self: start;
  margin: 0;
  display: flex;
  align-items: center;
  width: 100%;
}
.character_wrapper .card.character .character_info .character_info_inner > .status-badge > i {
  display: flex;
  aspect-ratio: 1/1;
  min-width: 12cqh;
  width: 12cqh;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 7cqh;
}
.character_wrapper .card.character .character_info .character_info_inner > .status-badge > span {
  transition: width 0.3s ease-in-out;
  flex: 1 1 auto;
  width: 0;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* ── Sidebar reveal-drop nav link ── */
.nav-link.sidebar-reveal-dragging {
  border: 2px dashed currentColor !important;
  border-radius: 0.375rem;
  opacity: 0.9;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.nav-link.sidebar-reveal-drag-over {
  border-color: var(--bs-primary, #0d6efd) !important;
  background-color: rgba(var(--bs-primary-rgb, 13, 110, 253), 0.15) !important;
  color: var(--bs-primary, #0d6efd) !important;
}
/* ── Droppable: file-drop zone styling ── */
[data-droppable-target=area] {
  display: none;
  position: relative;
  border: 2px dashed transparent;
  border-radius: 0.375rem;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  cursor: default;
  /* The drop-text overlay */
}
[data-droppable-target=area]::after {
  content: attr(data-drop-text);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  font-size: 1.15rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  pointer-events: none;
  text-align: center;
  padding: 1rem;
}
/* ── Visible when dragging ── */
body.dragging [data-droppable-target=area], [data-droppable-target=area].always-visible {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 20vh;
  border-color: rgba(255, 255, 255, 0.35);
  background-color: rgba(0, 0, 0, 0.6);
  /* Hover / drag-over highlight */
}
body.dragging [data-droppable-target=area].drag-over, [data-droppable-target=area].always-visible.drag-over {
  border-color: var(--bs-primary, #0d6efd);
  background-color: rgba(var(--bs-primary-rgb, 13, 110, 253), 0.6);
}
body.dragging [data-droppable-target=area].drag-over::after, [data-droppable-target=area].always-visible.drag-over::after {
  color: rgba(255, 255, 255, 0.95);
}
.filter-sidebar__title {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  opacity: 0.7;
}
form[aria-busy=true] .upload_preview {
  opacity: 0.9;
}
form[aria-busy=true] .upload_preview:before {
  font-family: "Font Awesome 7 Free";
  color: black;
  font-size: 66px;
  font-weight: bold;
  content: "\f110";
  animation: fa-spin 1s linear infinite;
  position: absolute;
}
form[aria-busy=true] .upload_preview:after {
  font-family: "Font Awesome 7 Free";
  color: white;
  font-size: 64px;
  font-weight: bold;
  content: "\f110";
  animation: fa-spin 1s linear infinite;
  position: absolute;
}
.oauth-button {
  height: 40px;
}
.oauth-button-text {
  font-size: 14px;
  font-weight: 500;
  color: #3c4043;
}
.pagination-wrapper .pagy {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.25rem;
}
.pagination-wrapper .pagy a, .pagination-wrapper .pagy .current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.5rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  text-decoration: none;
  border: 1px solid transparent;
}
.pagination-wrapper .pagy a {
  color: inherit;
}
.pagination-wrapper .pagy a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.pagination-wrapper .pagy .current {
  background-color: var(--bs-primary);
  color: #fff;
  font-weight: 600;
}
.pagination-wrapper .pagy .gap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
}
.sortable-header__link {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.sortable-header__link:hover {
  color: #798ad5;
}
.sortable-header__icon {
  font-size: 0.75rem;
  opacity: 0.4;
  transition: opacity 0.15s ease;
}
.sortable-header--active .sortable-header__icon {
  opacity: 1;
}
.sortable-header--active .sortable-header__link {
  font-weight: 600;
}
.touch-only {
  display: none;
}
@media (hover: none) and (pointer: coarse) {
  .touch-only {
    display: inline-block;
  }
}
.touch-only-flex {
  display: none;
}
@media (hover: none) and (pointer: coarse) {
  .touch-only-flex {
    display: flex;
  }
}
.conditions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 2fr 100px;
  gap: 1rem;
  margin-top: 2rem;
}
.conditions-grid > turbo-frame, .conditions-grid > turbo-frame > form {
  display: contents;
}
.conditions-grid-header {
  font-weight: bold;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #dee2e6;
}
.condition-row {
  display: contents;
}
.condition-cell {
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
}
.condition-cell input,
.condition-cell textarea {
  width: 100%;
}
.condition-actions {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
}
body.full_screen #navigation, body.full_screen #footer {
  display: none;
}
html:has(.full_screen_with_sidebar) {
  height: 100%;
}
body.full_screen_with_sidebar {
  max-width: 100vw;
  height: 100%;
  overflow: hidden;
}
body.full_screen_with_sidebar > .container {
  display: contents;
}
body.full_screen_with_sidebar > .container > .container-fluid {
  display: block;
  height: calc(100vh - 57px);
}
body.full_screen_with_sidebar > .container > .container-fluid .row > * {
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
body.full_screen_with_sidebar > .container > .container-fluid > .content > turbo-frame {
  display: contents;
}
body.full_screen_with_sidebar #navigation .navbar {
  margin-bottom: 0;
  box-shadow: none;
}
body.full_screen_with_sidebar #footer {
  display: none;
  height: 42px;
  margin: 0 !important;
  align-items: center;
}
body.full_screen_with_sidebar #footer > .container {
  flex: 1;
  display: flex;
  align-items: center;
}
body.full_screen_with_sidebar #footer > .container > footer {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 !important;
}
form[aria-busy=true] .select2-container--bootstrap-5 {
  pointer-events: none;
  opacity: 0.6;
}
.select2-container--bootstrap-5 .select2-selection {
  padding: 2px;
  display: flex;
  background-color: #21262d;
  border-color: #30363d;
  color: #e6edf3;
}
.select2-container--bootstrap-5 .select2-selection .select2-selection__rendered {
  color: #e6edf3;
}
.select2-container--bootstrap-5 .select2-selection .select2-selection__placeholder {
  color: #8b949e;
}
.select2-container--bootstrap-5 .select2-selection.select2-selection--multiple .select2-search.select2-search--inline {
  flex-shrink: 1;
  min-width: 100px;
  width: auto;
  height: 33px;
  display: flex;
  align-items: center;
  padding-left: 2px;
}
.select2-container--bootstrap-5 .select2-selection.select2-selection--multiple .select2-selection__rendered {
  gap: 2px;
}
.select2-container--bootstrap-5 .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  margin: 0;
  padding: 2px 4px;
  gap: 4px;
  font-size: 12px;
  color: #e6edf3;
  border-color: #30363d;
}
.select2-container--bootstrap-5 .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  margin: 0;
  background-position: 50%;
  background-size: 0.5rem;
}
.select2-container--bootstrap-5 .select2-selection.select2-selection--single .select2-selection__rendered {
  padding-left: 8px;
  display: flex;
  align-items: center;
}
.select2-container--bootstrap-5 .select2-dropdown {
  background-color: #161b22;
  border-color: #30363d;
}
.select2-container--bootstrap-5 .select2-search .select2-search__field {
  background-color: #21262d;
  border-color: #30363d;
  color: #e6edf3;
}
.select2-container--bootstrap-5 .select2-results__option {
  color: #e6edf3;
}
.select2-container--bootstrap-5 .select2-results__option.select2-results__option--highlighted, .select2-container--bootstrap-5 .select2-results__option.select2-results__option--selected {
  background-color: #191f2c;
  color: #fff;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice {
  background-color: #161b22;
  border-color: #30363d;
  color: #e6edf3;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice__remove {
  color: #8b949e;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #e6edf3;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected {
  display: none;
}