#toastWrap{position:fixed;left:0;width:100vw;bottom:0;padding-bottom:30px;box-sizing:border-box;pointer-events:none;z-index:1000}.toast{width:80%;margin:30px auto 0;background-color:rgba(0,0,0,.6);padding:10px;border-radius:5px;color:#fff;font-size:16px;font-weight:500;text-align:center}.toast--fade-in{-webkit-animation:animateIn .5s linear 0s;animation:animateIn .5s linear 0s}.toast--fade-out{-webkit-animation:animateOut .5s linear 0s;animation:animateOut .5s linear 0s;opacity:0}@-webkit-keyframes animateIn{0%{opacity:0}to{opacity:1}}@keyframes animateIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes animateOut{0%{opacity:1}to{opacity:0}}@keyframes animateOut{0%{opacity:1}to{opacity:0}}
/*# sourceMappingURL=index.030bf360.css.map*/