.toast{position:fixed;bottom:5px;right:10px;z-index:2000}.toast__item{background-color:#c5c5c5;padding:4px 8px;border-radius:4px;margin-bottom:4px;font-size:12px;color:#000;font-weight:600;opacity:0;transform:translateX(10px);animation:fadeIn .64s cubic-bezier(.4,0,.2,1) forwards}.toast__item--error{background-color:red}@keyframes fadeIn{0%{opacity:0;transform:translateX(10px)}to{opacity:1;transform:translateY(0)}}