.toast{color:#fff;z-index:2000;border-radius:6px;padding:12px 18px;font-size:14px;animation:.3s slideIn;position:fixed;top:20px;right:20px}.toast-success{background:#2e7d32}.toast-error{background:#c62828}.toast-info{background:#1976d2}@keyframes slideIn{0%{opacity:0;transform:translate(120%)}to{opacity:1;transform:translate(0)}}
