.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:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;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-1e8914a6]{width:100vw;position:fixed;text-align:center;z-index:99999}.toast span[data-v-1e8914a6]{display:inline-block;max-width:320px}[data-theme=light] .toast span[data-v-1e8914a6]{background:#fff!important}[data-theme=dark] .toast span[data-v-1e8914a6]{background:#333!important}.toast span[data-v-1e8914a6]{border-radius:24px;box-sizing:border-box;text-align:center;box-shadow:0 10px 40px 0 rgba(0,0,0,.16)}[data-theme=light] .toast span[data-v-1e8914a6]{color:#000!important}[data-theme=dark] .toast span[data-v-1e8914a6]{color:hsla(0,0%,100%,.9)!important}.toast span[data-v-1e8914a6]{font-weight:500;font-size:14px;line-height:20px;padding:14px 20px}.toastMiddle[data-v-1e8914a6]{top:50%;left:50%;transform:translate(-50%,-50%)}.toastBottom[data-v-1e8914a6]{bottom:100px;left:0}.fade-enter-active[data-v-1e8914a6],.fade-leave-active[data-v-1e8914a6]{transition:opacity .5s}.fade-enter[data-v-1e8914a6],.fade-leave-to[data-v-1e8914a6]{opacity:0}.mint-msgbox{width:77.78%!important}