.ToastProvider-module__06Erua__toastViewport{z-index:1000;flex-direction:column;gap:.5rem;height:-moz-fit-content;height:fit-content;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.ToastProvider-module__06Erua__toastRoot{border:1px solid transparent;border-radius:.5rem;height:-moz-fit-content;height:fit-content;box-shadow:0 10px 30px rgba(15,23,42,.2)}.ToastProvider-module__06Erua__toastRoot[data-state=open]{animation:.15s cubic-bezier(.16,1,.3,1) ToastProvider-module__06Erua__slideIn}.ToastProvider-module__06Erua__toastRoot[data-state=closed]{animation:.1s ease-in ToastProvider-module__06Erua__hide}.ToastProvider-module__06Erua__toastRoot[data-swipe=move]{transform:translateX(var(--radix-toast-swipe-move-x))}.ToastProvider-module__06Erua__toastRoot[data-swipe=cancel]{transition:transform .2s ease-out;transform:translate(0)}.ToastProvider-module__06Erua__toastRoot[data-swipe=end]{animation:.1s ease-out ToastProvider-module__06Erua__swipeOut}@keyframes ToastProvider-module__06Erua__hide{0%{opacity:1}to{opacity:0}}@keyframes ToastProvider-module__06Erua__slideIn{0%{transform:translateX(calc(100% + var(--viewport-padding)))}to{transform:translate(0)}}@keyframes ToastProvider-module__06Erua__swipeOut{0%{transform:translateX(var(--radix-toast-swipe-end-x))}to{transform:translateX(calc(100% + var(--viewport-padding)))}}.ToastProvider-module__06Erua__toastTitle{color:inherit;grid-area:title;font-size:18px;font-weight:500}.ToastProvider-module__06Erua__toastDescription{color:inherit;grid-area:description;margin:0;font-size:16px}.ToastProvider-module__06Erua__toastTime{color:rgba(0,0,0,.6);grid-area:time;margin:0;font-size:10px}.ToastProvider-module__06Erua__toastAction{grid-area:action}.ToastProvider-module__06Erua__toastSeparator{opacity:.2;background-color:currentColor;width:100%}.ToastProvider-module__06Erua__toastSuccess{color:#065f46;background-color:#ecfdf5;border-color:#10b981}.ToastProvider-module__06Erua__toastError{color:#7f1d1d;background-color:#fee2e2;border-color:#ef4444}.ToastProvider-module__06Erua__toastWarning{color:#713f12;background-color:#fef9c3;border-color:#facc15}.ToastProvider-module__06Erua__toastInfo{color:#1e3a8a;background-color:#dbeafe;border-color:#3b82f6}
