.dialog-wrapper{align-items:center;background-color:rgba(0,0,0,.7);cursor:pointer;display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:250}.dialog-wrapper.active{display:flex}.dialog{background-color:#fff;color:#000;cursor:default;margin-left:auto;margin-right:auto;max-height:96dvh;max-width:90%;padding:1em;position:relative;width:940px}.dialog__close{align-items:center;background-color:transparent;background-image:none;border:none;border-radius:0;border-radius:100px;color:inherit;color:#000;cursor:pointer;display:flex;font-family:inherit;font-size:30px;height:1.5em;justify-content:center;padding:0;position:absolute;right:0;text-align:inherit;top:0;width:1.5em}.dialog__content{overflow-y:auto;padding:.5em;width:100%}