.rt-modal{display:none;position:fixed;z-index:99999!important;top:0;right:0;bottom:0;left:0;height:100%;overflow-x:hidden;overflow-y:auto}.rt-modal__overlay{top:0;right:0;bottom:0;left:0;position:fixed;background-color:var(--wp--custom--color--overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.rt-modal__dialog{border-radius:var(--wp--custom--border-radius--medium);position:relative;overflow:hidden;max-width:600px;margin:100px auto}.rt-modal__header{position:relative;background:var(--wp--preset--color--foreground);padding:15px;border-bottom:1px solid var(--wp--preset--color--outline)}.rt-modal__title{margin:0}.rt-modal__body{padding:15px;overflow:auto;background-color:var(--wp--preset--color--background)}.rt-modal__footer{border-top:1px solid var(--wp--preset--color--outline);background:var(--wp--preset--color--foreground);padding:15px}.rt-modal__close{z-index:1;position:absolute;font-size:18px;cursor:pointer;top:50%;transform:translateY(-50%);color:var(--wp--preset--color--body);right:15px}.rt-modal__close:hover{color:var(--wp--preset--color--heading)}.rt-modal>.rt-modal__close{z-index:1;top:var(--wp--style--root--padding-right);right:var(--wp--style--root--padding-right);position:absolute;width:30px;height:30px;line-height:30px;text-align:center;font-size:1.9375rem;cursor:pointer;color:#fff}.rt-modal>.rt-modal__close:hover{color:#fff}@media screen and (max-width:576px){.rt-modal__dialog{margin-top:30px;transform:none;margin-right:15px;margin-left:15px}}