.toast-viewport{z-index:2147483647;outline:none;flex-direction:column;gap:.5rem;width:100%;max-width:420px;margin:0;padding:1rem;list-style:none;display:flex;position:fixed;top:0;right:0}@media (max-width:640px){.toast-viewport{width:100vw;max-width:100%;left:0;right:0}}.toast-root{background-color:#fff;border-left:4px solid;border-radius:.375rem;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;transition:opacity .3s ease-out;animation:.3s ease-out slideIn;display:flex;box-shadow:0 10px 15px -3px #0000001a}.toast-root[data-state=closed]{opacity:0;animation:.3s ease-in forwards slideOut}@media (prefers-reduced-motion){.toast-root{transition:none;animation:none}}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes slideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}.toast-root[data-swipe=move]{transform:translateX(var(--radix-toast-swipe-move-x))}.toast-root[data-swipe=cancel]{transition:transform .2s ease-out;transform:translate(0)}.toast-root[data-swipe=end]{animation:.1s ease-out forwards swipeOut}@keyframes swipeOut{0%{transform:translateX(var(--radix-toast-swipe-end-x))}to{transform:translate(100%)}}.toast-success{background-color:#f0fdf4;border-left-color:#22c55e}.toast-success .toast-title{color:#16a34a}.toast-success .toast-description{color:#15803d}.toast-error{background-color:#fef2f2;border-left-color:#ef4444}.toast-error .toast-title{color:#dc2626}.toast-error .toast-description{color:#b91c1c}.toast-info{background-color:#eff6ff;border-left-color:#3b82f6}.toast-info .toast-title{color:#1d4ed8}.toast-info .toast-description{color:#1e40af}.toast-warn{background-color:#fffbeb;border-left-color:#f59e0b}.toast-warn .toast-title{color:#d97706}.toast-warn .toast-description{color:#b45309}.toast-content{flex-direction:column;flex:1;gap:.25rem;display:flex}.toast-title{margin:0;font-size:.875rem;font-weight:600;line-height:1.25rem}.toast-description{margin:0;font-size:.875rem;line-height:1.25rem}.toast-close{cursor:pointer;width:1.5rem;height:1.5rem;color:inherit;opacity:.5;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:1.25rem;transition:opacity .2s ease-out;display:inline-flex}.toast-close:hover{opacity:1}.toast-close:focus-visible{outline-offset:2px;opacity:1;outline:2px solid}
