.toast{display:flex;align-items:center;gap:12px;min-width:290px;padding:14px 17px!important;border:1px solid #60419a!important;border-radius:12px!important;background:linear-gradient(135deg,#181526,#11131a)!important;box-shadow:0 14px 35px #0008;color:#fff;animation:toastIn .3s ease}.toast-icon{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#7c4dff;color:#fff;font-weight:800}.toast small,.toast strong{display:block}.toast small{margin-top:3px;color:#b6b3c5;font-size:12px}.toast.error{border-color:#9d4560!important}.toast.error .toast-icon{background:#c94d68}@keyframes toastIn{from{opacity:0;transform:translateY(12px) scale(.96)}to{opacity:1;transform:none}}
