.toast-wrapper{position:fixed;left:0;top:0;height:100vh;width:100vw;z-index:999999999;display:flex;justify-content:center}.toast-wrapper .toast{padding:12px;font-weight:400;font-size:15px;line-height:21px;border:1px solid hsla(0,0%,100%,.12);border-radius:8px;color:#fff;background:rgba(0,0,0,.75);text-align:center;animation-name:_scale_in;animation-duration:.3s;animation-timing-function:ease;animation-fill-mode:forwards;max-width:90vw;max-height:90vh;overflow-y:auto}@keyframes _scale_in{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes _scale_out{0%{transform:scale(1)}to{transform:scale(0)}}