.Popup_container__xbykS{display:flex;width:100vw;height:var(--popup-height,100dvh);position:fixed;left:0;top:0;justify-content:center;align-items:var(--popup-dialog-position,center);overflow:auto;overscroll-behavior-y:none;padding:var(--popup-container-padding,0)}.Popup_overlay__X43Jd{position:fixed;left:0;top:0;width:100vw;height:100vh;opacity:.25;background:var(--color-fog-950);z-index:var(--popup-overlay-z-index,99)}.Popup_dialog__rU6X8{position:relative;z-index:var(--popup-dialog-z-index,101);background-color:var(--popup-background,#fff);border-radius:.8rem;padding:2.4rem;width:100%;max-width:var(--popup-dialog-max-width,50rem);height:var(--popup-dialog-height,auto);overflow-y:auto;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.Popup_header__1uBkV{position:sticky;background-color:var(--popup-header-background,#fff);top:0;display:flex;justify-content:space-between;align-items:center;flex-direction:row-reverse;margin-bottom:1.6rem}.Popup_closeIcon__J0C6h{width:var(--popup-close-width,2.4rem);height:var(--popup-close-height,2.4rem);border-radius:var(--popup-close-border-radius,.5rem);background-color:"transparent";cursor:pointer;color:inherit;border:none;padding:0;font:inherit;outline:inherit;z-index:var(--popup-close-z-index,101);display:flex;align-items:center;justify-content:center;&:is(:hover,:focus,:active){background-color:var(--popup-close-hover-background,#e5e5e5)}& svg{width:calc(var(--popup-close-width, 2.4rem) / 2);height:calc(var(--popup-close-height, 2.4rem) / 2);fill:var(--popup-close-color,#566973)}}.Popup_footer__W4cIm{display:flex;justify-content:space-between;gap:1.6rem;margin-top:2.4rem;&>*{flex:1}}