body>.sheyda-toast{min-width:200px;color:var(--primary-1,#524cff);background:#f6f8fb;border:1px solid;border-radius:1000px;flex-direction:row-reverse;justify-content:space-between;align-items:center;gap:24px;padding-block:12px;padding-inline:18px 12px;font-family:dana;font-size:1rem;display:flex}body>.sheyda-toast.error-toast{color:var(--red,#c33)}body>.sheyda-toast.success-toast{color:var(--green,#28a745)}body>.sheyda-toast .toast-close{color:currentColor;line-height:1}.sheyda-toast-progress{width:100%;height:2px;color:inherit;background:currentColor;animation:linear forwards sheyda-progress-shrink;position:absolute;bottom:0;left:0}@keyframes sheyda-progress-shrink{0%{width:100%}to{width:0%}}