@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}
#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-preview {
  --game-screen-preview-width: 1920;
  --game-screen-preview-height: 1080;
  --game-screen-preview-scale: 1;
  position: fixed;
  right: max(1rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  z-index: 1040;
  width: clamp(12rem, 12vw, 15rem);
  max-width: calc(100vw - 2rem);
  color: #e6edf3;
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.5);
}
.dm-screen-preview__window {
  overflow: hidden;
  border: 1px solid rgba(230, 237, 243, 0.14);
  border-radius: 0.375rem;
  background: rgba(22, 27, 34, 0.96);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(8px);
}
.dm-screen-preview__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 2.5rem;
  padding: 0.35rem 0.5rem 0.35rem 0.75rem;
  border-bottom: 1px solid rgba(230, 237, 243, 0.12);
  background: #21262d;
}
.dm-screen-preview__title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
  font-size: 0.875rem;
  font-weight: 600;
}
.dm-screen-preview__title-text {
  min-width: 0;
}
.dm-screen-preview__status {
  flex-shrink: 0;
  padding: 0.1rem 0.4rem;
  border: 1px solid rgba(230, 237, 243, 0.16);
  border-radius: 999px;
  color: #8b949e;
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.dm-screen-preview.is-live .dm-screen-preview__status {
  border-color: rgba(35, 134, 54, 0.45);
  color: rgb(97.8473372781, 213.9526627219, 120.1301775148);
}
.dm-screen-preview.is-minimized .dm-screen-preview__status {
  border-color: rgba(210, 153, 34, 0.45);
  color: rgb(235.7008196721, 203.3463114754, 135.7991803279);
}
.dm-screen-preview__actions {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
}
.dm-screen-preview__action {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  color: #e6edf3;
}
.dm-screen-preview__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: var(--game-screen-preview-width)/var(--game-screen-preview-height);
  min-height: 5rem;
  max-height: min(20vh, 8.5rem);
  background: linear-gradient(rgba(230, 237, 243, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(230, 237, 243, 0.04) 1px, transparent 1px), #05070a;
  background-size: 2rem 2rem;
}
.dm-screen-preview__frame {
  position: absolute;
  inset: 0;
}
.dm-screen-preview__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--game-screen-preview-width) * 1px);
  height: calc(var(--game-screen-preview-height) * 1px);
  border: 0;
  max-width: none;
  pointer-events: none;
  transform: scale(var(--game-screen-preview-scale));
  transform-origin: top left;
}
.dm-screen-preview__loading {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #8b949e;
  background: radial-gradient(circle at 50% 50%, rgba(230, 237, 243, 0.08), transparent 56%);
}
.dm-screen-preview__offline {
  display: grid;
  min-height: inherit;
  padding: 0.75rem;
  place-items: center;
}
.dm-screen-preview.is-minimized {
  width: min(13rem, 100vw - 2rem);
}
.dm-screen-preview.is-minimized .dm-screen-preview__window {
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.28);
}
.dm-screen-preview.is-minimized .dm-screen-preview__header {
  border-bottom: 0;
}
.dm-screen-preview.is-minimized .dm-screen-preview__viewport {
  display: none;
}
.dm-screen-preview.is-offline {
  opacity: 0.92;
}
.dm-screen-preview.is-offline .dm-screen-preview__status {
  border-color: rgba(248, 81, 73, 0.45);
  color: rgb(250.8333333333, 151.4285714286, 146.6666666667);
}
@media (max-width: 1199.98px) {
  .dm-screen-preview {
    display: none !important;
  }
}
@media (max-height: 640px) {
  .dm-screen-preview {
    width: min(12rem, 100vw - 2rem);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .dm-screen-preview {
    transition: width 160ms ease, opacity 160ms ease;
  }
}
.dm-screen-section {
  min-width: 0;
}
.dm-screen-top-row {
  margin-bottom: 1rem;
}
#round_actions_panel {
  display: flex;
  flex-direction: column;
}
.dm-screen-fixed-card {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 300px !important;
  max-height: 300px;
  min-height: 300px;
}
.dm-screen-fixed-card > .card-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}
.dm-screen-readiness-checklist {
  display: grid;
  gap: 1rem;
}
.dm-screen-readiness-check {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  font-weight: 600;
  line-height: 1.2;
}
.dm-screen-readiness-check i {
  font-size: 1.05rem;
  width: 1.25rem;
}
.dm-screen-readiness-alert {
  font-size: 0.875rem;
}
.dm-screen-reveals-tile {
  display: flex;
  gap: 1rem;
  height: 100%;
  min-height: 0;
}
.dm-screen-reveals-primary,
.dm-screen-reveals-recent {
  flex: 1 1 0;
  min-width: 0;
}
.dm-screen-reveals-primary {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 0;
}
.dm-screen-reveals-upload,
.dm-screen-active-reveal {
  flex: 1 1 0;
  min-height: 0;
}
.dm-screen-reveals-upload {
  display: flex;
  flex-direction: column;
}
.dm-screen-reveals-upload > .card {
  flex: 1 1 auto;
  height: 100%;
  width: 100%;
}
.dm-screen-active-reveal {
  align-items: center;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  overflow: hidden;
}
.dm-screen-active-reveal-media {
  align-items: center;
  background-color: var(--bs-dark);
  color: var(--bs-light);
  display: flex;
  flex: 1 1 auto;
  font-size: 1.75rem;
  justify-content: center;
  min-height: 0;
  width: 100%;
}
.dm-screen-active-reveal-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.dm-screen-active-reveal-footer {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem;
  width: 100%;
}
.dm-screen-reveals-recent {
  min-height: 0;
  overflow-y: auto;
}
.dm-screen-reveal-thumb {
  align-items: center;
  background-color: var(--bs-dark);
  border-radius: var(--bs-border-radius);
  color: var(--bs-light);
  display: flex;
  flex: 0 0 auto;
  height: 2rem;
  justify-content: center;
  overflow: hidden;
  width: 2rem;
}
.dm-screen-reveal-thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 575.98px) {
  .dm-screen-reveals-tile {
    flex-direction: column;
  }
}
@media (max-width: 1399.98px) {
  .dm-screen-sidebar-col {
    flex: 0 0 3.5rem !important;
    width: 3.5rem !important;
    max-width: 3.5rem !important;
  }
  .dm-screen-sidebar-col .sidebar {
    padding: 0.5rem 0;
    align-items: center;
  }
  .dm-screen-sidebar-col .sidebar .sidebar_title {
    justify-content: center;
    width: 100%;
  }
  .dm-screen-sidebar-col .sidebar .sidebar_title .sidebar-brand {
    justify-content: center;
  }
  .dm-screen-sidebar-col .sidebar .sidebar_title .sidebar-brand .sidebar-link-text {
    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-item {
    border-radius: 0;
  }
  .dm-screen-sidebar-col .sidebar .nav-item.active > .nav-link {
    border-right-color: #e6edf3;
  }
  .dm-screen-sidebar-col .sidebar .nav-item .nav-link {
    border-right: 2px solid transparent;
    border-radius: 0;
    padding: 0.5rem 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .dm-screen-sidebar-col .sidebar .nav-item .nav-link .sidebar-link-text {
    display: none;
  }
  .dm-screen-sidebar-col .sidebar .nav-item .nav-link > i {
    font-size: 2rem;
    margin: 0;
  }
  .dm-screen-sidebar-col .sidebar .nav-item .nav-link > .avatar {
    width: 2rem;
    height: 2rem;
    margin: 0;
  }
  .dm-screen-sidebar-col .sidebar .nav-item > .nav.sub_nav {
    padding-left: 0;
    display: none !important;
  }
  .dm-screen-sidebar-col .sidebar .sidebar-user {
    padding: 0 !important;
  }
  .dm-screen-sidebar-col .sidebar .sidebar-user .nav-link {
    justify-content: center;
    padding: 0.5rem 0;
    width: 100%;
  }
  .dm-screen-sidebar-col .sidebar .sidebar-user .nav-link .sidebar-link-text {
    display: none;
  }
  .dm-screen-sidebar-col .sidebar .sidebar-user .nav-link::after {
    display: none;
  }
  .dm-screen-sidebar-col .sidebar .sidebar-back-link {
    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;
  background-image: none;
}
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.no_transitions, #game_screen_container.no_transitions * {
  transition: none !important;
}
#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;
  height: 100%;
  width: 100%;
  background-image: url("/vite/assets/fog_of_war-3NNDqMGP.png");
  background-repeat: repeat;
  background-color: black;
}
#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 .sidebar-brand,
.sidebar .sidebar-user > .nav-link {
  min-width: 0;
}
.sidebar .sidebar-brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}
.sidebar .sidebar-user {
  width: 100%;
}
.sidebar .sidebar-user > .dropdown-toggle::after {
  margin-left: auto;
}
.sidebar .sidebar-user .dropdown-menu {
  min-width: 14rem;
}
.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-item {
  border-radius: 0.25rem;
}
.sidebar .nav-item :not(.show_sub_nav) > .sub_nav {
  display: none;
}
.sidebar .nav-item.active, .sidebar .nav-item .nav-link:hover {
  color: #798ad5 !important;
}
.sidebar .nav-item.active > .nav-link, .sidebar .nav-item .nav-link:hover > .nav-link {
  color: #798ad5 !important;
}
.sidebar .nav-item.disabled kbd {
  display: none !important;
}
.sidebar .nav-item.active, .sidebar .nav-item:has(.nav-item.active) {
  background-color: #21262d;
}
.sidebar .nav-item.active > .sub_nav, .sidebar .nav-item:has(.nav-item.active) > .sub_nav {
  display: flex;
}
.sidebar .nav-item .nav-link > .avatar {
  height: 24px;
  width: 24px;
  border-radius: 50%;
}
.nav .nav-item:has(> .sub_nav) {
  position: relative;
}
@media (min-width: 1400px) {
  .nav .nav-item:has(> .sub_nav):after {
    content: "\f0d7";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    position: absolute;
    height: 2.5rem;
    display: flex;
    align-items: center;
    top: 0;
    right: 1rem;
  }
}
.nav .nav-item > .nav.sub_nav {
  padding-left: 1rem;
}
.nav .nav-item > .nav.sub_nav > .nav-item.active {
  background-color: #2d3748;
}
.system-keybind {
  position: absolute;
  top: 50%;
  right: 0.35rem;
  z-index: 2;
  display: none;
  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;
  pointer-events: none;
  transform: translateY(-50%);
}
.system-keybind > code {
  color: #e6edf3;
}
.keybind-is-active .system-keybind {
  display: inline-flex;
}
@media (hover: none) and (pointer: coarse) {
  .system-keybind {
    display: none !important;
  }
}
:is(a, button, .btn, .nav-link):has(> .system-keybind) {
  position: relative;
}
.system-keybind-hint {
  display: none;
  color: #8b949e;
  font-size: 0.8rem;
  padding: 0 1rem;
}
@media (min-width: 1400px) and (hover: hover) and (pointer: fine) {
  .system-keybind-hint {
    display: block;
  }
}
.avatar {
  object-fit: cover;
}
.avatar.avatar_small {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
.avatar.avatar_tiny {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.user_avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
  flex-shrink: 0;
  text-transform: uppercase;
  user-select: none;
  line-height: 1;
  border: 1px solid #e6edf3;
}
.user_avatar.user_avatar_default {
  width: 40px;
  height: 40px;
  font-size: 14px;
}
.user_avatar.user_avatar_small {
  width: 60px;
  height: 60px;
  font-size: 20px;
}
.user_avatar.user_avatar_tiny {
  width: 30px;
  height: 30px;
  font-size: 11px;
}
.user_avatar.user_avatar_micro {
  width: 24px;
  height: 24px;
  font-size: 11px;
}
.user_avatar.user_avatar_large {
  width: 80px;
  height: 80px;
  font-size: 28px;
}
.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);
}
.button-tile {
  align-items: center;
  background: #161b22;
  border: 1px solid #30363d;
  border-radius: 8px;
  color: #e6edf3;
  display: flex;
  gap: 1rem;
  height: 200px;
  justify-content: space-between;
  overflow: hidden;
  padding: 1.25rem;
  position: relative;
  text-decoration: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.button-tile:hover, .button-tile:focus {
  border-color: #F3E8D2;
  color: #e6edf3;
  text-decoration: none;
}
.button-tile:hover .button-tile__title, .button-tile:focus .button-tile__title {
  color: #F3E8D2;
}
.button-tile:focus-visible {
  outline: 0.2rem solid rgba(243, 232, 210, 0.35);
  outline-offset: 0.15rem;
}
.button-tile__content {
  display: flex;
  align-self: start;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
  position: relative;
  z-index: 1;
}
.button-tile__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}
.button-tile__description {
  color: #8b949e;
  font-size: 0.95rem;
  line-height: 1.35;
  max-width: 28rem;
}
.button-tile__image {
  align-self: stretch;
  flex: 0 0 45%;
  height: auto;
  max-width: 45%;
  object-fit: contain;
  object-position: right center;
}
@media (max-width: 575.98px) {
  .button-tile {
    padding: 1rem;
  }
  .button-tile__image {
    flex-basis: 38%;
    max-width: 38%;
  }
}
.canva_outer_container {
  height: 100%;
  position: relative;
}
.game-map-editor {
  height: 100%;
  min-height: 0;
  position: relative;
}
.game-map-editor .canva_outer_container {
  flex: 1 1 auto;
  height: auto;
  min-height: 0;
}
.game-map-editor .canva_outer_container > .col-12 {
  height: 100%;
  min-height: 0;
}
.game-map-editor .game-map-editor-toolbar,
.game-map-editor .game-map-editor-sub-toolbar {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 20;
}
.game-map-editor .game-map-editor-sub-toolbar .collapsing {
  height: auto !important;
  transition: none !important;
}
.game-map-editor:has(#game_map_settings_toolbar.show) .game-map-bottom-toolbar {
  display: none !important;
}
.game-map-action-panel {
  top: 1rem;
  left: 1rem;
  width: 14rem;
  max-width: calc(100vw - 2rem);
  overflow: visible;
}
.game-map-action-panel .btn {
  min-height: 2rem;
}
.game-map-action-panel .btn i {
  width: 1.1rem;
  text-align: center;
}
.game-map-action-panel .game-map-panel-collapse-button {
  border-radius: 24px;
  padding: 0;
  width: 24px;
  height: 24px;
  min-height: 24px;
  position: absolute;
  right: 0;
  top: 0.5rem;
  transform: translateX(50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.game-map-action-panel.is-collapsed {
  width: auto;
}
.game-map-action-panel.is-collapsed .panel-header {
  justify-content: center;
  padding-inline: 0.5rem;
}
.game-map-action-panel.is-collapsed .panel-body {
  padding-inline: 0.5rem !important;
}
.game-map-action-panel.is-collapsed .btn {
  justify-content: center !important;
  padding-inline: 0.5rem;
}
.game-map-action-panel.is-collapsed .game-map-panel-label {
  display: none;
}
.game-map-action-panel.is-collapsed .game-map-panel-collapse-button {
  margin-left: 0 !important;
}
.game-map-left-side-panel,
.game-map-left-side-stack {
  top: 20rem;
  left: 1rem;
  bottom: 1rem;
  width: 14rem;
  max-width: calc(100vw - 2rem);
}
.game-map-left-side-panel,
.game-map-left-side-stack > .panel {
  display: flex;
  flex-direction: column;
}
.game-map-left-side-panel .panel-body,
.game-map-left-side-stack > .panel .panel-body {
  min-height: 0;
}
.game-map-left-side-stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.game-map-left-side-stack > .panel {
  position: relative;
  width: 100%;
}
.game-map-left-side-stack .game-map-layers-panel {
  flex: 1 1 auto;
  min-height: 0;
}
.game-map-left-side-stack .game-map-layers-panel .panel-body {
  flex: 1 1 auto;
}
.game-map-position-panel .input-group-text {
  min-width: 5.25rem;
}
.game-map-position-viewport {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50%;
  aspect-ratio: var(--pm-window-ratio, 16/9);
  max-width: calc(100% - 40px);
  border: 2px dotted var(--bs-secondary);
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  z-index: 8;
  overflow: visible;
}
.game-map-characters-viewport {
  align-items: center;
  border: 2px dotted rgba(var(--bs-secondary-rgb), 0.6);
  container-type: size;
  color: rgba(var(--bs-secondary-rgb), 0.75);
  display: flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  user-select: none;
  z-index: 1;
}
.game-map-characters-viewport span {
  display: block;
  font-size: clamp(0.45rem, min(70cqh, 8cqw), 3rem);
  max-width: calc(100cqw - 1rem);
  overflow: hidden;
  white-space: nowrap;
}
.game-map-position-viewport[data-pm-character-placement=top] .game-map-characters-viewport,
.game-map-position-viewport[data-pm-character-placement=bottom] .game-map-characters-viewport {
  height: calc(var(--pm-character-height-ratio, 0.2) * 100%);
  left: 50%;
  transform: translateX(-50%);
  width: calc(var(--pm-character-width-ratio, 1) * 100%);
}
.game-map-position-viewport[data-pm-character-placement=top] .game-map-characters-viewport {
  bottom: calc(100% + 0.5rem);
}
.game-map-position-viewport[data-pm-character-placement=bottom] .game-map-characters-viewport {
  top: calc(100% + 0.5rem);
}
.game-map-position-viewport[data-pm-character-placement=left] .game-map-characters-viewport,
.game-map-position-viewport[data-pm-character-placement=right] .game-map-characters-viewport {
  height: calc(var(--pm-character-height-ratio, 1) * 100%);
  top: 50%;
  transform: translateY(-50%);
  width: calc(var(--pm-character-width-ratio, 0.2) * 100%);
}
.game-map-position-viewport[data-pm-character-placement=left] .game-map-characters-viewport span,
.game-map-position-viewport[data-pm-character-placement=right] .game-map-characters-viewport span {
  font-size: clamp(0.45rem, min(70cqw, 8cqh), 3rem);
  left: 50%;
  max-width: none;
  position: absolute;
  top: 50%;
  width: calc(100cqh - 1rem);
}
.game-map-position-viewport[data-pm-character-placement=left] .game-map-characters-viewport {
  right: calc(100% + 0.5rem);
}
.game-map-position-viewport[data-pm-character-placement=left] .game-map-characters-viewport span {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.game-map-position-viewport[data-pm-character-placement=right] .game-map-characters-viewport {
  left: calc(100% + 0.5rem);
}
.game-map-position-viewport[data-pm-character-placement=right] .game-map-characters-viewport span {
  transform: translate(-50%, -50%) rotate(90deg);
}
.game-map-map-title {
  z-index: 35;
  width: max-content;
  max-width: min(28rem, 100% - 2rem);
  background: rgba(20, 20, 20, 0.5);
  backdrop-filter: blur(8px);
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.45);
  pointer-events: none;
}
body.game-map-editor-fullscreen > .dm_screen_container > .row > .campaign-layout-main {
  overflow: hidden;
}
body.game-map-editor-fullscreen > .dm_screen_container .campaign-layout-content {
  flex: 1 1 auto;
  min-height: 0;
  padding-bottom: 0;
}
body.game-map-editor-fullscreen > .dm_screen_container .game-map-editor {
  min-height: 100%;
}
.character_avatar_card_list > turbo-frame {
  display: block;
}
.character_avatar_card_list .card {
  margin: auto;
  width: 100%;
  aspect-ratio: 2/3;
}
.character_avatar_card_list .card.character_avatar_card {
  overflow: hidden;
}
.character_avatar_card_list .card.character_avatar_card img {
  flex: 1 1 auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
  min-height: 0;
}
.character_avatar_card_list .card.character_avatar_card.in_use {
  border-color: #F3E8D2;
}
.character_avatar_card_list .card.character_avatar_card .card-body {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.character_avatar_card_list .card.character_avatar_card .card-footer .btn {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.character_avatar_card_list .card.add_avatar_card {
  height: 100%;
}
.character_avatar_card_list .card.add_avatar_card:hover {
  border-color: #D4AF37;
  color: #D4AF37;
}
.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.single_view {
  align-items: start;
  aspect-ratio: 2/3;
  border-radius: 5%;
}
.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: 1 1 85%;
  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 {
  flex: 0 0 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-dm-active-view {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  height: 100%;
  min-height: 0;
  padding: 1rem;
}
.character-dm-active-view__title {
  align-items: center;
  display: flex;
  flex: 0 0 2.25rem;
  gap: 0.5rem;
  min-height: 2.25rem;
  min-width: 0;
}
.character-dm-active-view__avatar {
  flex: 0 0 1.75rem;
  height: 1.75rem;
  object-fit: cover;
  width: 1.75rem;
}
.character-dm-active-view__name {
  align-items: center;
  display: flex;
  font-size: 1rem;
  font-weight: 600;
  gap: 0.4rem;
  line-height: 1.2;
  min-width: 0;
}
.character-dm-active-view__edit {
  margin-left: auto;
}
.character-dm-active-view__content {
  display: grid;
  flex: 1 1 auto;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) minmax(12rem, 0.8fr);
  min-height: 0;
}
.character-dm-active-view__notes,
.character-dm-active-view__conditions {
  display: flex;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
}
.character-dm-active-view__notes-form {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
}
.character-dm-active-view__notes-field {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  margin-bottom: 0;
  min-height: 0;
}
.character-dm-active-view__notes-field textarea {
  flex: 1 1 auto;
  min-height: 0;
  resize: none;
}
.character-dm-active-view__stats {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.character-dm-active-view__stats form {
  margin: 0;
}
.character-dm-active-view__conditions-label {
  flex: 0 0 auto;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.character-dm-active-view__conditions-list {
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 0.5rem;
}
.character-dm-active-view__conditions-action {
  flex: 0 0 auto;
  margin-top: 0.75rem;
  width: 100%;
}
@media (max-width: 575.98px) {
  .character-dm-active-view__content {
    grid-template-columns: 1fr;
  }
}
.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;
}
.reveal_card_list > turbo-frame {
  display: block;
}
.reveal_card_list .card {
  margin: auto;
  width: 100%;
  aspect-ratio: 2/3;
}
.reveal_card_list .card.reveal_card {
  overflow: hidden;
}
.reveal_card_list .card.reveal_card.active {
  border-color: #F3E8D2;
}
.reveal_card_list .card.reveal_card .reveal_card_media {
  align-items: center;
  background: var(--bs-dark);
  color: var(--bs-light);
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  min-height: 0;
  width: 100%;
}
.reveal_card_list .card.reveal_card .reveal_card_media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.reveal_card_list .card.reveal_card .card-body {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.reveal_card_list .card.reveal_card .card-footer .btn {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.reveal_card_list .card.add_reveal_card {
  height: 100%;
}
.reveal_card_list .card.add_reveal_card:hover {
  border-color: #D4AF37;
  color: #D4AF37;
}
.release-notes-preview__content {
  font-size: 0.875rem;
}
.release-notes-preview__content > :last-child {
  margin-bottom: 0;
}
.release-notes-preview__actions {
  border-top: 1px solid var(--bs-card-border-color);
}
.campaign-user-tile {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(8rem, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  border: 1px solid var(--bs-card-border-color);
  border-radius: var(--bs-border-radius);
  background: rgba(13, 17, 23, 0.36);
}
.campaign-user-tile__identity {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.campaign-user-tile__name {
  font-weight: 600;
}
.campaign-user-tile__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.2rem;
}
.campaign-user-tile__characters {
  min-width: 0;
  color: var(--bs-secondary-color);
  font-size: 0.875rem;
}
.campaign-user-tile__actions {
  justify-self: end;
}
@media (max-width: 575.98px) {
  .campaign-user-tile {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .campaign-user-tile__characters {
    grid-column: 1/-1;
  }
}
.campaign-breadcrumb {
  padding: 1rem 0.5rem;
}
.campaign-breadcrumb .breadcrumb {
  align-items: center;
  flex-wrap: nowrap;
  min-width: 0;
  overflow-x: auto;
}
.campaign-breadcrumb .breadcrumb-item, .campaign-breadcrumb__link, .campaign-breadcrumb__current {
  align-items: center;
  display: inline-flex;
  gap: 0.4rem;
  min-width: 0;
}
.campaign-breadcrumb__link, .campaign-breadcrumb__current span {
  min-width: 0;
}
.campaign-breadcrumb .breadcrumb-item {
  max-width: 18rem;
}
.campaign-breadcrumb .breadcrumb-item > a,
.campaign-breadcrumb .breadcrumb-item > span {
  max-width: 100%;
}
.campaign-breadcrumb .breadcrumb-item span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.full_screen_with_sidebar:has(.game-map-editor) .campaign-breadcrumb {
  display: none;
}
body.sessions #cover {
  position: absolute;
  z-index: 0;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
}
body.sessions #cover > .background {
  opacity: 0.05;
  height: 100%;
  width: 100%;
  background-image: url("/vite/assets/playing_game_1-D70mlHVC.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
}
.create-tile {
  align-items: center;
  background: var(--bs-card-bg);
  border: 1px dashed var(--bs-border-color);
  border-radius: var(--bs-card-border-radius);
  color: var(--bs-secondary-color);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  height: 100%;
  justify-content: center;
  min-height: 9rem;
  padding: 0.75rem;
  text-align: center;
  text-decoration: none;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.create-tile:hover,
.create-tile:focus {
  border-color: var(--bs-primary);
  color: var(--bs-primary);
  text-decoration: none;
}
.create-tile:focus-visible {
  outline: 0.2rem solid rgba(var(--bs-primary-rgb), 0.35);
  outline-offset: 0.15rem;
}
.create-tile__icon {
  align-items: center;
  aspect-ratio: 1;
  background: rgba(var(--bs-primary-rgb), 0.1);
  border-radius: 0.5rem;
  display: inline-flex;
  font-size: 1.5rem;
  justify-content: center;
  width: 3rem;
}
.create-tile__label {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
}
.create-tile--compact {
  min-height: 8rem;
}
.create-tile--media {
  min-height: 13rem;
}
.debug_area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  gap: 0.25rem;
  justify-content: center;
  align-items: center;
}
.campaign-dashboard-card {
  min-height: 15rem;
}
.campaign-dashboard-card__image {
  width: 100%;
  aspect-ratio: 16/5;
  object-fit: cover;
  display: block;
}
.campaign-dashboard-card__content {
  gap: 1rem;
  padding: 1rem;
}
.campaign-dashboard-card__title-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}
.campaign-dashboard-card__title {
  flex: 1 1 auto;
  min-width: 0;
}
.campaign-dashboard-card__dm-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  flex: 0 0 auto;
}
.campaign-dashboard-card__actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}
.campaign-dashboard-card__actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-width: 0;
}
.campaign-dashboard-card__actions .btn span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.campaign-dashboard-card-link {
  color: inherit;
  display: block;
}
@media (max-width: 575.98px) {
  .campaign-dashboard-card {
    min-height: 14rem;
  }
  .campaign-dashboard-card__content {
    padding: 0.85rem;
  }
  .campaign-dashboard-card__actions {
    gap: 0.35rem;
  }
  .campaign-dashboard-card__actions .btn {
    --bs-btn-font-size: .72rem;
    --bs-btn-padding-x: .3rem;
  }
}
.character-dashboard-card-list {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  padding-bottom: 0.15rem;
}
.character-dashboard-card-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.character-dashboard-card {
  display: grid;
  gap: 0.45rem;
  flex: 0 0 4.25rem;
  color: inherit;
  min-width: 0;
}
.character-dashboard-card__main {
  display: grid;
  gap: 0.45rem;
  grid-template-rows: 80px auto;
  min-width: 0;
  width: 100%;
}
a.character-dashboard-card__main:hover .character-dashboard-card__name,
.character-dashboard-card:hover > .character-dashboard-card__name {
  color: var(--bs-link-hover-color) !important;
}
.character-dashboard-card__avatar {
  width: 4rem;
  height: 4rem;
  border-radius: 0.375rem;
  object-fit: cover;
  box-shadow: 0 0.45rem 1rem rgba(0, 0, 0, 0.28);
}
.character-dashboard-card__name {
  max-width: 4.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.8rem;
  align-items: center;
  display: flex;
  gap: 0.25rem;
  min-width: 0;
}
.character-dashboard-card--with-actions {
  background: var(--bs-card-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: 15px;
  box-shadow: none;
  flex: 1 1 auto;
  grid-template-rows: auto minmax(2rem, auto);
  justify-items: center;
  padding: 0.75rem;
}
.character-dashboard-card--with-actions .character-dashboard-card__avatar {
  display: block;
  height: 80px;
  max-height: 80px;
  max-width: 100%;
  object-fit: cover;
  object-position: top;
  width: 100%;
}
.character-dashboard-card--with-actions .character-dashboard-card__name {
  justify-content: center;
  max-width: 100%;
  width: 100%;
}
.character-dashboard-card__actions {
  align-items: center;
  display: grid;
  gap: 0.35rem;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, max-content);
  justify-content: center;
  min-height: 2rem;
  width: 100%;
}
.character-dashboard-card__actions .btn {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-width: 0;
  white-space: nowrap;
}
.character-dashboard-card__actions > * {
  min-width: 0;
}
.character-dashboard-card__actions form.button_to {
  display: inline-flex;
  margin: 0;
}
@media (max-width: 575.98px) {
  .character-dashboard-card__avatar {
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media (min-width: 576px) {
  .character-dashboard-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .character-dashboard-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .character-dashboard-card-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .character-dashboard-card-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.game-map-dashboard-card-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.game-map-dashboard-card {
  background: var(--bs-card-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: 15px;
  display: grid;
  gap: 0.65rem;
  grid-template-rows: auto minmax(2rem, auto);
  min-width: 0;
  padding: 0.75rem;
}
.game-map-dashboard-card--active {
  border-color: var(--bs-secondary);
}
.game-map-dashboard-card__main {
  color: inherit;
  display: grid;
  gap: 0.55rem;
  grid-template-rows: 9rem auto;
  min-width: 0;
}
.game-map-dashboard-card__main:hover .game-map-dashboard-card__name {
  color: var(--bs-link-hover-color) !important;
}
.game-map-dashboard-card__preview {
  align-items: center;
  background: rgba(var(--bs-secondary-rgb), 0.1);
  border: 1px solid rgba(var(--bs-secondary-rgb), 0.25);
  border-radius: 0.5rem;
  display: flex;
  height: 9rem;
  justify-content: center;
  max-height: 9rem;
  min-width: 0;
  overflow: hidden;
  width: 100%;
}
.game-map-dashboard-card__image {
  display: block;
  height: 100%;
  max-height: 9rem;
  object-fit: cover;
  width: 100%;
}
.game-map-dashboard-card__placeholder {
  align-items: center;
  color: var(--bs-secondary-color);
  display: inline-flex;
  font-size: 2rem;
  justify-content: center;
}
.game-map-dashboard-card__name {
  align-items: center;
  display: flex;
  font-size: 0.9rem;
  font-weight: 600;
  gap: 0.35rem;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.game-map-dashboard-card__actions {
  align-items: center;
  display: grid;
  gap: 0.35rem;
  grid-auto-columns: minmax(0, max-content);
  grid-auto-flow: column;
  justify-content: center;
  min-height: 2rem;
  width: 100%;
}
.game-map-dashboard-card__actions .btn {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-width: 0;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .game-map-dashboard-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .game-map-dashboard-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .game-map-dashboard-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.status-condition-dashboard-card-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.status-condition-dashboard-card-frame {
  display: block;
  min-width: 0;
}
.status-condition-dashboard-card {
  align-items: center;
  background: var(--bs-card-bg);
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  box-shadow: var(--bs-card-box-shadow);
  display: grid;
  gap: 0.55rem;
  height: 100%;
  justify-items: center;
  min-width: 0;
  padding: 0.75rem;
}
.status-condition-dashboard-card__icon {
  align-items: center;
  aspect-ratio: 1;
  background: var(--bs-tertiary-bg);
  border-radius: 0.375rem;
  display: flex;
  justify-content: center;
  width: 100%;
}
.status-condition-dashboard-card__name {
  font-size: 0.8rem;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.status-condition-dashboard-card__actions {
  align-items: center;
  display: grid;
  gap: 0.35rem;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, max-content);
  justify-content: center;
  min-height: 2rem;
  width: 100%;
}
.status-condition-dashboard-card__actions .btn {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-width: 0;
  white-space: nowrap;
}
.status-condition-dashboard-card__actions > * {
  min-width: 0;
}
.status-condition-dashboard-card__actions form.button_to {
  display: inline-flex;
  margin: 0;
}
@media (min-width: 576px) {
  .status-condition-dashboard-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .status-condition-dashboard-card-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .status-condition-dashboard-card-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .status-condition-dashboard-card-grid {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}
@media (min-width: 1400px) {
  .status-condition-dashboard-card-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
/* ── 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;
}
.panel {
  background-color: rgba(20, 20, 20, 0.5);
  backdrop-filter: blur(8px);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.55);
  color: var(--bs-light);
  pointer-events: auto;
  z-index: 30;
}
.panel-header {
  align-items: center;
  background-color: transparent;
  border-bottom: 1px solid var(--bs-border-color);
  display: flex;
  gap: 0.5rem;
  padding: 0 1rem;
  line-height: 2rem;
  height: 2rem;
}
.panel-body {
  background-color: transparent;
  padding: 1rem;
}
.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;
  }
}
.titled-column {
  min-width: 0;
  gap: 1rem;
  display: flex;
  flex-direction: column;
}
.titled-column .titled-column__header {
  padding: 0 0.5rem;
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  min-width: 0;
}
.titled-column .titled-column__header .titled-column__title {
  display: flex;
  min-width: 0;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
}
@media (hover: none) and (pointer: coarse) {
  .d-touch-none {
    display: none !important;
  }
}
.button_to {
  display: contents;
}
.d-contents {
  display: contents;
}
.cursor-pointer {
  cursor: pointer;
}
.dashboard-page {
  padding-bottom: 3rem;
}
.dashboard-quote {
  max-width: 62rem;
}
.dashboard-layout {
  display: grid;
  gap: 1.5rem;
}
.dashboard-main-stack {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 0;
}
.dashboard-section {
  min-width: 0;
}
.dashboard-campaign-grid > .col {
  display: flex;
}
.dashboard-campaign-grid > .col > .card,
.dashboard-campaign-grid > .col > a {
  width: 100%;
}
.dashboard-release-notes-card {
  position: sticky;
}
@media (min-width: 1400px) {
  .dashboard-layout {
    grid-template-columns: minmax(0, 2fr) minmax(20rem, 1fr);
    align-items: start;
  }
}
@media (max-width: 575.98px) {
  .dashboard-page {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .dashboard-section .h4 {
    font-size: 1.1rem;
  }
}
.campaign-overview-layout {
  display: grid;
  gap: 1.5rem;
}
.campaign-overview-main,
.campaign-overview-side {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 0;
}
.campaign-overview-section {
  min-width: 0;
}
.campaign-overview-members {
  display: grid;
  gap: 0.75rem;
}
body.full_screen_with_sidebar #cover {
  background-color: #06080c;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  z-index: 0;
}
body.full_screen_with_sidebar #cover > .background {
  background-image: var(--campaign-background-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: saturate(0.9) brightness(0.72);
  height: 100%;
  transform: scale(1.03);
  opacity: 0.25;
  width: 100%;
}
body.full_screen_with_sidebar > .dm_screen_container {
  background: rgba(6, 8, 12, 0.7);
  position: relative;
  z-index: 1;
}
.campaign-background-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(auto-fill, minmax(10.5rem, 1fr));
}
.campaign-background-option {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius-lg);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-height: 100%;
  padding: 0.5rem;
  position: relative;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.campaign-background-option:hover {
  border-color: rgba(var(--bs-primary-rgb), 0.65);
  transform: translateY(-1px);
}
.campaign-background-option:has(.campaign-background-option__radio:checked) {
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.25);
}
.campaign-background-option__radio {
  left: 0.75rem;
  position: absolute;
  top: 0.75rem;
  z-index: 1;
}
.campaign-background-option__preview {
  aspect-ratio: 16/9;
  background-position: center;
  background-size: cover;
  border-radius: calc(var(--bs-border-radius-lg) - 0.25rem);
  display: block;
  min-height: 5.5rem;
}
.campaign-background-option__label {
  font-weight: 600;
  line-height: 1.2;
  padding-inline: 0.15rem;
}
.campaign-background-option__hint {
  color: var(--bs-secondary-color);
  font-size: 0.875rem;
  line-height: 1.2;
  padding-inline: 0.15rem;
}
.campaign-background-option--upload {
  align-items: center;
  justify-content: center;
  min-height: 10.5rem;
  text-align: center;
}
.campaign-background-option__upload-icon {
  align-items: center;
  background: rgba(var(--bs-primary-rgb), 0.14);
  border-radius: 999px;
  color: var(--bs-primary);
  display: inline-flex;
  font-size: 1.35rem;
  height: 3.25rem;
  justify-content: center;
  width: 3.25rem;
}
@media (min-width: 1400px) {
  .campaign-overview-layout {
    grid-template-columns: minmax(0, 2fr) minmax(20rem, 1fr);
    align-items: start;
  }
}
body.sessions {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.sessions > #navigation > .navbar {
  margin-bottom: 0 !important;
}
body.sessions > #alerts {
  display: contents;
}
body.sessions > .container {
  flex: 1;
  justify-content: center;
  align-items: center;
}
body.sessions > .container > .container .card {
  background: rgba(22, 27, 34, 0.5);
}
.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;
}
html,
body {
  min-height: 100%;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#footer {
  height: 54px;
}
#footer .footer-copy-short,
#footer .footer-credit-short {
  display: none;
}
@media (max-width: 575.98px) {
  #footer .container {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  #footer .footer-content {
    flex-wrap: nowrap;
    min-width: 0;
  }
  #footer .footer-brand,
  #footer .footer-credit {
    min-width: 0;
  }
  #footer .footer-copy-long,
  #footer .footer-credit-long {
    display: none;
  }
  #footer .footer-copy-short,
  #footer .footer-credit-short {
    display: inline;
  }
}
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 > .dm_screen_container {
  display: block;
  height: 100vh;
}
body.full_screen_with_sidebar > .dm_screen_container > .row > .dm-screen-sidebar-col {
  max-height: 100%;
  overflow: visible;
  z-index: 1050;
}
body.full_screen_with_sidebar > .dm_screen_container > .row > .dm-screen-sidebar-col .sidebar {
  overflow: visible;
}
body.full_screen_with_sidebar > .dm_screen_container > .row > .campaign-layout-main {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
body.full_screen_with_sidebar > .dm_screen_container .campaign-layout-content {
  flex: 1 0 auto;
  padding-bottom: 10rem;
}
body.full_screen_with_sidebar > .dm_screen_container #footer {
  flex: 0 0 auto;
}
body.full_screen_with_sidebar:has(.game-map-editor) .campaign-layout-content {
  padding-bottom: 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;
}