.Toastify{--toastify-font-family:var(--font-sans);--toastify-toast-width:380px;--toastify-toast-min-height:3.25rem;--toastify-toast-bd-radius:.75rem;--toastify-toast-padding:.625rem .75rem;--toastify-toast-shadow:var(--shadow-lg);--toastify-color-light:#fff;--toastify-text-color-light:var(--color-grey-800);--toastify-color-info:var(--color-info-500);--toastify-color-success:var(--color-success-500);--toastify-color-warning:var(--color-warning-500);--toastify-color-error:var(--color-error-500);--toastify-color-progress-info:var(--color-info-500);--toastify-color-progress-success:var(--color-success-500);--toastify-color-progress-warning:var(--color-warning-500);--toastify-color-progress-error:var(--color-error-500)}.Toastify .Toastify__toast{border:1px solid var(--color-grey-300);align-items:center;font-size:.875rem;font-weight:500;line-height:1.45;overflow:hidden}.Toastify .Toastify__toast-icon{width:auto;margin-inline-end:.625rem}.Toastify .toast-icon{border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;display:flex}.Toastify .toast-icon svg{width:1.0625rem;height:1.0625rem}.Toastify .toast-icon--success{background:var(--color-success-50);color:var(--color-success-600)}.Toastify .toast-icon--info,.Toastify .toast-icon--default{background:var(--color-info-50);color:var(--color-info-600)}.Toastify .toast-icon--warning{background:var(--color-warning-50);color:var(--color-warning-600)}.Toastify .toast-icon--error{background:var(--color-error-50);color:var(--color-error-600)}.Toastify .toast-close{cursor:pointer;width:1.5rem;height:1.5rem;color:var(--color-grey-400);background:0 0;border:none;border-radius:.375rem;flex-shrink:0;justify-content:center;align-self:center;align-items:center;margin-inline-start:auto;padding:0;transition:color .15s,background-color .15s;display:flex}.Toastify .toast-close:hover{color:var(--color-grey-600);background:var(--color-grey-100)}.Toastify .toast-close svg{width:.875rem;height:.875rem}.Toastify .Toastify__progress-bar--wrp{height:2px}.Toastify .Toastify__progress-bar--bg{opacity:0}.Toastify .Toastify__progress-bar{opacity:1}.Toastify .toast-enter{animation:.35s cubic-bezier(.21,1.02,.55,1.01) both pp-toast-in}.Toastify .toast-exit{animation:.18s cubic-bezier(.4,0,1,1) both pp-toast-out}@keyframes pp-toast-in{0%{opacity:0;transform:translateY(1rem)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes pp-toast-out{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(.625rem)scale(.97)}}@media (prefers-reduced-motion:reduce){.Toastify .toast-enter,.Toastify .toast-exit{animation-duration:1ms}}
