.modal{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.modal__overlay{background:rgba(22,22,25,.6);height:100%;left:0;position:absolute;top:0;width:100%}.modal__content{background:#fff;border-radius:1rem;display:flex;flex-direction:column;max-height:80vh;max-width:min(90vw,37.5rem);position:relative;width:100%;z-index:1}@media(min-width: 768px){.modal__content{max-width:43.75rem}}@media(min-width: 1248px){.modal__content{max-width:50rem}}.modal__header{align-items:center;display:flex;flex-shrink:0;gap:1rem;justify-content:space-between;padding:1.5rem 1rem}.modal__header--main{border-bottom:0.0625rem solid #d0d0d4}.modal__title{font-size:clamp(1.25rem, 0.25vw + 1.2rem, 1.5rem);font-weight:600;line-height:1.2;margin:0}.modal__close{background:#fff;border:0.0625rem solid #d0d0d4;border-radius:50%;display:grid;height:2rem;padding:0;place-content:center;position:absolute;right:1rem;top:1rem;width:2rem;z-index:1}@media(prefers-reduced-motion: no-preference){.modal__close{transition:background-color .3s ease}}[dir=rtl] .modal__close,:dir(rtl) .modal__close{left:1rem;right:auto}.modal__close::before{-webkit-mask:url("../../Icons/close.svg") no-repeat center center;mask:url("../../Icons/close.svg") no-repeat center center;-webkit-mask-size:contain;mask-size:contain;background:#004a6b;content:"";display:block;height:0.6875rem;width:0.6875rem}.modal__close:hover{background:#eeeef2}.modal__body{flex:1;min-height:0;overflow-y:auto;padding:1.5rem}@media(min-width: 768px){.modal__body{padding:2rem}}.modal__body:has(.district-modal),.modal__body:has(.filter-modal){display:flex;flex-direction:column;overflow:hidden;padding:0}

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