@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOut{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.toast-root[data-opened]{animation:slideIn .15s cubic-bezier(.16,1,.3,1)}.toast-root[data-closed]{animation:slideOut .15s cubic-bezier(.16,1,.3,1)}.toast-root[data-swipe=move]{transform:translate(var(--kb-toast-swipe-move-x))}.toast-root[data-swipe=cancel]{transform:translate(0);transition:transform .2s ease-out}.toast-root[data-swipe=end]{animation:slideOut .1s ease-out}
