.modal{height:100%;left:50%;min-height:200px;max-height:668px;max-width:888px;min-width:320px;position:fixed;top:50%;width:fit-content;height:fit-content;z-index:10}.modal,.modal:after{transform:translate(-50%,-50%)}.modal:after{position:absolute;z-index:1;content:"";top:-100%;left:-100%;height:100000vh;width:100000vw;opacity:.9;background:var(--background-dark,#191824)}.modal__container{position:relative;z-index:2;display:flex;padding:16px 12px 24px;border-radius:8px;flex-direction:column;align-items:center;background-color:#fff;width:100%;max-width:1200px;margin:0 auto}.modal__close{position:absolute;right:8px;top:8px}