.v-modal-enter{animation:v-modal-in .2s ease}.v-modal-leave{animation:v-modal-out .2s ease forwards}@keyframes v-modal-in{0%{opacity:0}}@keyframes v-modal-out{to{opacity:0}}.v-modal{position:fixed;left:0;top:0;width:100%;height:100%;opacity:.5;background:#000}.mint-popup{position:fixed;background:#fff;top:50%;left:50%;transform:translate3d(-50%,-50%,0);backface-visibility:hidden;transition:.2s ease-out}.mint-popup-top{top:0;right:auto;bottom:auto;left:50%;transform:translate3d(-50%,0,0)}.mint-popup-right{top:50%;right:0;bottom:auto;left:auto;transform:translate3d(0,-50%,0)}.mint-popup-bottom{top:auto;right:auto;bottom:0;left:50%;transform:translate3d(-50%,0,0)}.mint-popup-left{top:50%;right:auto;bottom:auto;left:0;transform:translate3d(0,-50%,0)}.popup-slide-top-enter,.popup-slide-top-leave-active{transform:translate3d(-50%,-100%,0)}.popup-slide-right-enter,.popup-slide-right-leave-active{transform:translate3d(100%,-50%,0)}.popup-slide-bottom-enter,.popup-slide-bottom-leave-active{transform:translate3d(-50%,100%,0)}.popup-slide-left-enter,.popup-slide-left-leave-active{transform:translate3d(-100%,-50%,0)}.popup-fade-enter,.popup-fade-leave-active{opacity:0}#app{font-family:opSansRe;width:100%;height:auto}[data-theme=light] .app-bg{background:var(--bg-color,#fff)!important}[data-theme=dark] .app-bg{background:var(--bg-color,#000)!important}.toast[data-v-1d433930]{width:100vw;position:fixed;text-align:center;z-index:99999}.toast span[data-v-1d433930]{display:inline-block;max-width:320px;border-radius:.65rem;box-sizing:border-box;text-align:center;border:.33px solid rgba(0,0,0,.12);box-shadow:0 6px 20px rgba(0,0,0,.08);font-weight:500;font-size:.91rem;line-height:1.5rem;padding:.91rem 1.17rem}[data-theme=light] .toast span[data-v-1d433930]{background:#fff!important}[data-theme=dark] .toast span[data-v-1d433930]{background:#333!important}[data-theme=light] .toast span[data-v-1d433930]{color:#000!important}[data-theme=dark] .toast span[data-v-1d433930]{color:hsla(0,0%,100%,.9)!important}.toastMiddle[data-v-1d433930]{top:50%;left:50%;transform:translate(-50%,-50%)}.toastBottom[data-v-1d433930]{bottom:100px;left:0}.fade-enter-active[data-v-1d433930],.fade-leave-active[data-v-1d433930]{transition:opacity .5s}.fade-enter[data-v-1d433930],.fade-leave-to[data-v-1d433930]{opacity:0}.mint-msgbox{width:77.78%!important}