.ui-modal{position:fixed;bottom:-100vh;left:0;box-sizing:border-box;display:block;width:100%;max-height:calc(100% - 5vh);height:100%;transition:bottom .2s ease-in-out;will-change:bottom;z-index:1000;-webkit-user-select:none;user-select:none}.ui-modal::before{content:'';position:fixed;display:block;top:-100vh;left:0;height:200vh;width:100vw;background:rgba(0,0,0,0.25);opacity:0;transition:opacity .1s;will-change:opacity;pointer-events:none;z-index:-1}.ui-modal.focus{bottom:0}.ui-modal.focus::before{opacity:1}.ui-modal .focus-out{width:30px;height:30px;border-radius:50%;border:0;padding:0;position:absolute;top:2vh;right:2.5vw;z-index:1100}.ui-modal>div{height:100%;background:#fff;backface-visibility:hidden;border-radius:10px 10px 0 0;box-shadow:0 0 4px rgba(0,0,0,0.25)}
/*# sourceMappingURL=ui-modal.css.map */
