.AlertNotification_ToastViewport__mu2hz{--viewport-padding:25px;display:flex;position:fixed;bottom:0;left:50%;flex-direction:column;gap:10px;transform:translateX(-50%);z-index:100;margin:0;outline:none;padding:var(--viewport-padding);width:-moz-fit-content;width:fit-content;max-width:100vw;list-style:none}.AlertNotification_ToastRoot__g_i9Y{display:flex;justify-content:center;border-radius:100px;background:var(--Accent,#7f58ff);padding:10px 20px}.AlertNotification_ToastRoot__g_i9Y[data-state=open]{animation:AlertNotification_slideIn__fKa50 .6s cubic-bezier(.16,1,.3,1)}.AlertNotification_ToastRoot__g_i9Y[data-state=closed]{animation:AlertNotification_hide__TRfGM .3s ease-in}.AlertNotification_ToastRoot__g_i9Y[data-swipe=move]{transform:translateX(var(--radix-toast-swipe-move-x))}.AlertNotification_ToastRoot__g_i9Y[data-swipe=cancel]{transform:translateX(0);transition:transform .2s ease-out}.AlertNotification_ToastRoot__g_i9Y[data-swipe=end]{animation:AlertNotification_swipeOut__E_50p .1s ease-out}@keyframes AlertNotification_hide__TRfGM{0%{opacity:1}to{opacity:0}}@keyframes AlertNotification_slideIn__fKa50{0%{transform:translateY(calc(100% + var(--viewport-padding)))}to{transform:translateY(0)}}@keyframes AlertNotification_swipeOut__E_50p{0%{transform:translateY(var(--radix-toast-swipe-end-x))}to{transform:translateY(calc(100% + var(--viewport-padding)))}}.AlertNotification_ToastTitle__RwJLS{color:#fff;text-transform:uppercase}