.uimodal{position:fixed;z-index:99999999999;display:flex;justify-content:center;align-items:center}.uimodal,.uimodal-overlay{top:0;left:0;bottom:0;right:0}.uimodal-overlay{position:absolute;background-color:rgba(51,51,51,.3);overflow-y:auto}.uimodal-content-wrapper{position:relative;min-width:25%;min-height:10%;max-height:98%;max-width:98%;border-radius:8px}.uimodal-content{position:relative;background-color:#fff;box-shadow:0 0 .9310142994px 0 rgba(0,0,0,.17),0 0 3.1270833015px 0 rgba(0,0,0,.08),0 7px 14px 0 rgba(0,0,0,.05);border:.5px solid #e8e8e8;width:100%;height:100%;animation:fadeInDown .5s .2s both;transition:all .3s ease;overflow-y:auto;overflow-x:auto;border-radius:8px}.uimodal-content.hide{animation:fadeOutUp .5s .2s both!important}.uimodal-cross{position:absolute;top:.5rem;right:.5rem;color:#ff6b6b;z-index:2;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.uimodal-cross i{font-size:1.25rem;cursor:pointer}.uimodal-cross:active{opacity:.8}