.popup-wrap{--transparent-actions-offset:.5rem;--popup-sides-offset:1rem;--popup-top-additional-offset:0px;z-index:999999;background-color:var(--overlay-color,#00000080);-webkit-backdrop-filter:blur(var(--overlay-blur,0px));backdrop-filter:blur(var(--overlay-blur,0px));justify-content:center;align-items:center;display:flex;position:fixed;inset:0;width:var(--100vw)!important;max-width:var(--100vw)!important;height:100vh!important;max-height:100vh!important;margin:0!important}.popup-wrap.transparent{--popup-top-additional-offset:3rem}.popup-window{--close-button-base-color:#fff;max-width:800px;max-height:calc(100vh - 2*var(--popup-sides-offset) - var(--popup-top-additional-offset));margin:calc(var(--popup-sides-offset) + var(--popup-top-additional-offset))calc(2*var(--popup-sides-offset));border-radius:var(--rounded);background-color:#fff;flex-flow:column;justify-content:stretch;display:flex;box-shadow:0 1rem 1.5rem #0000004a}.popup-window:is(.popup-wrap.transparent *){box-shadow:none;background-color:#0000;flex-flow:row;justify-content:center;align-items:center;width:100%;max-width:none;height:100%}.popup-window .title{margin:.25em 0 .5em}.popup-window .content{padding:var(--spacing-unit);flex-grow:1;overflow:auto}.popup-window .content>:first-child{margin-top:0}.popup-window .content>:last-child{margin-bottom:0}.popup-window .content:is(.popup-wrap.transparent *){overflow:initial;max-height:calc(100vh - 2*var(--popup-sides-offset) - var(--popup-top-additional-offset) - var(--transparent-actions-offset));padding:0;position:relative}.popup-window .transparent-header{color:#fff;justify-content:space-between;display:flex;position:absolute;bottom:100%;left:0;right:0}.popup-window .close-button{--button-background:#0f05a0;all:unset;cursor:pointer;background-color:var(--button-background);color:#fff;text-align:center;border-radius:50%;width:2.5rem;height:2.5rem;margin-left:auto;position:absolute;top:-1rem;right:-1rem}.popup-window .close-button:hover{--button-background:#1106b4}.popup-window .close-button:active{--button-background:#080356}.popup-window .close-button:focus{outline:none}.popup-window .close-button:focus-visible{outline-offset:2px;outline:2px solid #008acf}.popup-window .close-button :is(svg,img){place-self:center;width:auto;height:1rem;display:block}.popup-window .close-button:is(.transparent-header *){text-shadow:0 .05em .125em #0003;align-self:center;position:static}.popup-window{max-height:calc(100vh - 2*var(--popup-sides-offset));position:relative}
/*# sourceMappingURL=css-shared-template--popup.css.map*/