.reply-to-dialog { position: fixed; top: 0; left: 0; height: 100vh; width: 100vw; flex-direction: column; justify-content: center; align-items: center; z-index: 15; background-color: rgba(0, 0, 0, 0.95); overflow: auto; }

.reply-to-dialog > a.close.Btn { position: absolute; top: 0; right: 0; width: var(--module-double-n-half); height: var(--module-double-n-half); border-radius: 50%; background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" fill="rgba(255,255,255,.5)"><path d="M 32.289062 28.080078 L 28.046875 32.322266 L 45.724609 50 L 28.046875 67.677734 L 32.289062 71.919922 L 49.966797 54.242188 L 50 54.208984 L 50.033203 54.242188 L 67.710938 71.919922 L 71.953125 67.677734 L 54.275391 50 L 71.953125 32.322266 L 67.710938 28.080078 L 50.033203 45.757812 L 50 45.791016 L 49.966797 45.757812 L 32.289062 28.080078 z "/></svg>'); background-size: auto 80%; z-index: 16; }

/*# sourceMappingURL=reply-to-dialog.css.map */