.district-modal{display:flex;flex:1;flex-direction:column;min-height:0;overflow:hidden}.district-modal__content{flex:1;min-height:0;overflow-y:auto;padding:1.5rem 1rem}.district-modal__hint{font-size:1rem;margin:0}.district-modal__list{display:flex;flex-direction:column}.district-modal__options{display:grid;gap:1.5rem;margin-top:1rem}.district-modal__option{align-items:center;border-radius:0.25rem;cursor:pointer;display:flex;gap:0.75rem}@media(prefers-reduced-motion: no-preference){.district-modal__option{transition:background .2s ease}}.district-modal__option:hover .district-modal__checkmark{background:#eeeef2;border-color:#161619}.district-modal__option:has(:focus-visible) .district-modal__checkmark{background:#eeeef2;outline:0.125rem dashed #004a6b;outline-offset:0.125rem}.district-modal__option:has(:focus-visible) .district-modal__checkbox:checked+.district-modal__checkmark{background:#004a6b}.district-modal__checkbox{opacity:0;position:absolute}.district-modal__checkbox:checked+.district-modal__checkmark{background:#004a6b;border-color:#004a6b}.district-modal__checkbox:checked+.district-modal__checkmark::after{opacity:1}.district-modal__checkbox:focus-visible+.district-modal__checkmark{outline:0.125rem solid #004a6b;outline-offset:0.125rem}.district-modal__checkmark{border:0.125rem solid #d0d0d4;border-radius:0.25rem;display:block;flex-shrink:0;height:1.25rem;position:relative;width:1.25rem}@media(prefers-reduced-motion: no-preference){.district-modal__checkmark{transition:all .2s ease}}.district-modal__checkmark::after{-webkit-mask:url("../../Icons/check.svg") no-repeat center center;mask:url("../../Icons/check.svg") no-repeat center center;-webkit-mask-size:contain;mask-size:contain;background:#fff;content:"";height:0.625rem;left:50%;opacity:0;position:absolute;top:50%;translate:-50% -50%;width:0.625rem}@media(prefers-reduced-motion: no-preference){.district-modal__checkmark::after{transition:opacity .2s ease}}.district-modal__label{color:#161619;flex:1;font-size:clamp(0.875rem, 0.0625vw + 0.8625rem, 0.9375rem)}.district-modal__show-all-container{border-top:0.0625rem solid #d0d0d4;margin-top:1.5rem;padding-top:1.5rem}.district-modal__map-view{display:flex;flex-direction:column;gap:1.25rem}.district-modal__filter-section{margin-top:1.25rem}.district-modal__filter-label{color:#161619;font-size:1.125rem;font-weight:600}.district-modal__map-container{aspect-ratio:2017/2159;max-height:31.25rem;overflow:visible;position:relative;width:100%}.district-modal__north-indicator{filter:drop-shadow(0 4px 11px rgba(0, 0, 0, 0.2));height:2rem;position:absolute;width:2rem;z-index:10}@media(max-width: 575px){.district-modal__north-indicator{right:0;top:-0.625rem}}@media(min-width: 576px){.district-modal__north-indicator{right:0.625rem;top:0.625rem}}.district-modal__map{display:block;height:100%;width:100%}.district-modal__tooltip{background:#161619;border-radius:0.375rem;color:#fff;font-size:0.875rem;font-weight:500;max-width:calc(100vw - 20px);padding:0.375rem 0.75rem;pointer-events:none;position:fixed;z-index:1000}.district-modal__district{cursor:pointer;stroke:#fff;stroke-width:2}@media(prefers-reduced-motion: no-preference){.district-modal__district{transition:all .2s ease}}.district-modal__district:hover{opacity:.8}.district-modal__district:focus,.district-modal__district:focus-visible{filter:drop-shadow(0 0 0.25rem #004a6b) drop-shadow(0 0 0.5rem #004a6b);outline:none;stroke:#004a6b;stroke-width:3}.district-modal .district--selected{fill:#004a6b}.district-modal .district--available{fill:#a80b05}.district-modal .district--unavailable{fill:url(#pattern-unavailable)}.district-modal .district--inactive{fill:#d0d0d4}.district-modal__legend{background:#fff;border:0.0625rem solid #d0d0d4;border-radius:0.5rem;margin-top:1.25rem}.district-modal__legend:hover{background:#eeeef2}.district-modal__legend-toggle{align-items:center;background:rgba(0,0,0,0);border:0;color:#004a6b;display:flex;font-size:1rem;font-weight:600;gap:0.5rem;padding:1rem;width:100%}@media(prefers-reduced-motion: no-preference){.district-modal__legend-toggle{transition:color .2s ease}}.district-modal__legend-toggle::before{-webkit-mask:url("../../Icons/info.svg") no-repeat center center;mask:url("../../Icons/info.svg") no-repeat center center;-webkit-mask-size:contain;mask-size:contain;background:#004a6b;content:"";display:block;flex-shrink:0;height:0.8125rem;width:0.8125rem}.district-modal__legend-toggle::after{-webkit-mask:url("../../Icons/arrow.svg") no-repeat center center;mask:url("../../Icons/arrow.svg") no-repeat center center;-webkit-mask-size:contain;mask-size:contain;background:#004a6b;content:"";display:block;flex-shrink:0;height:0.75rem;margin-left:auto;rotate:90deg;width:0.75rem}@media(prefers-reduced-motion: no-preference){.district-modal__legend-toggle::after{transition:transform .2s ease}}.district-modal__legend-toggle:focus-visible{outline:0.125rem dashed #004a6b;outline-offset:0.125rem}.district-modal__legend-toggle[aria-expanded=true]::after{transform:rotate(180deg)}.district-modal__legend-content{display:grid;gap:1rem;padding:0 1rem 1rem}.district-modal__legend-item{align-items:flex-start;display:flex;gap:0.625rem}.district-modal__legend-color{border-radius:0.1875rem;display:block;flex-shrink:0;height:1rem;margin-top:0.125rem;width:1rem}.district-modal__legend-color--available{background:#a80b05}.district-modal__legend-color--unavailable{background:repeating-linear-gradient(-45deg, #f5d4d4, #f5d4d4 2px, #c45a56 2px, #c45a56 3px)}.district-modal__legend-color--selected{background:#004a6b}.district-modal__legend-color--inactive{background:#d0d0d4}.district-modal__legend-text{color:#161619;flex:1;font-size:0.875rem;line-height:1.4}.district-modal__select-all{align-items:center;border-radius:0.25rem;cursor:pointer;display:flex;gap:0.5rem;margin-top:1.25rem}.district-modal__select-all:hover .district-modal__checkmark{background:#eeeef2;border-color:#161619}.district-modal__select-all:has(.district-modal__checkbox:checked):hover .district-modal__checkmark{background:#004a6b}.district-modal__select-all:has(:focus-visible) .district-modal__checkmark{background:#eeeef2;outline:0.125rem dashed #004a6b;outline-offset:0.125rem}.district-modal__select-all:has(:focus-visible) .district-modal__checkbox:checked+.district-modal__checkmark{background:#004a6b}.district-modal__footer{border-top:0.0625rem solid #d0d0d4;display:flex;justify-content:flex-end;padding:1.5rem 1rem}.district-modal__footer .btn{min-width:8.75rem}.quick-filter__district-button,.filter-field__district-button{align-items:center;background:#fff;border:0.0625rem solid #d0d0d4;border-radius:0.75rem;color:#161619;cursor:pointer;display:flex;font-size:clamp(0.875rem, 0.125vw + 0.85rem, 1rem);font-weight:500;justify-content:space-between;padding:0.75rem 1rem;text-align:left;width:100%}@media(prefers-reduced-motion: no-preference){.quick-filter__district-button,.filter-field__district-button{transition:border-color .2s ease}}.quick-filter__district-button:hover,.filter-field__district-button:hover{border-color:#004a6b}.quick-filter__district-button:focus-visible,.filter-field__district-button:focus-visible{border-color:#004a6b;outline:0.125rem solid #004a6b;outline-offset:0.125rem}.quick-filter__district-button-text,.filter-field__district-button-text{flex:1;text-align:left}.quick-filter__district-button-icon,.filter-field__district-button-icon{background:#161619;display:block;flex-shrink:0;height:0.75rem;margin-left:0.5rem;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="%23000" d="M1.41 0L6 4.59L10.59 0L12 1.41l-6 6l-6-6z"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="%23000" d="M1.41 0L6 4.59L10.59 0L12 1.41l-6 6l-6-6z"/></svg>');-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:0.75rem}@media(prefers-reduced-motion: no-preference){.quick-filter__district-button-icon,.filter-field__district-button-icon{transition:transform .2s ease}}

/*# sourceMappingURL=DistrictSelectionModal.css.map */