@keyframes toastIn{0%{opacity:0;transform:translateY(10px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes toastProgress{0%{width:100%}to{width:0%}}.toast{animation:.22s cubic-bezier(.22,1,.36,1) both toastIn}.toast-progress{animation-name:toastProgress;animation-timing-function:linear;animation-fill-mode:both}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{margin:0}
