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