.toast-root{align-items:center;background-color:#fff;border-radius:.375rem;box-shadow:0 10px 38px -10px #0e121659,0 10px 20px -15px #0e121633;-moz-column-gap:.9375rem;column-gap:.9375rem;display:grid;grid-template-areas:"title action" "description action";grid-template-columns:auto max-content;padding:.9375rem}.toast-root[data-state=open]{animation:slideIn .15s cubic-bezier(.16,1,.3,1)}.toast-root[data-state=closed]{animation:hide .1s ease-in}.toast-root[data-swipe=move]{transform:translate(var(--reka-toast-swipe-move-x))}.toast-root[data-swipe=cancel]{transform:translate(0);transition:transform .2s ease-out}.toast-root[data-swipe=end]{animation:swipeOut .1s ease-out}.toast-root--default{background-color:#fff;border:.0625rem solid #e0e0e0;color:#1a1a1a}.toast-root--default .toast-root__title{color:#1a1a1a}.toast-root--default .toast-root__description{color:#4d4d4d}.toast-root--default .toast-root__action{color:#d32f2f}.toast-root--success{background-color:#2e7d32;color:#fff}.toast-root--success .toast-root__action{color:#e8f5e9}.toast-root--error{background-color:#d32f2f;color:#fff}.toast-root--error .toast-root__action{color:#ffebee}.toast-root--warning{background-color:#ed6c02;color:#fff}.toast-root--warning .toast-root__action{color:#fff3e0}.toast-root--info{background-color:#1976d2;color:#fff}.toast-root--info .toast-root__action{color:#bbdefb}.toast-root__title{font-size:.9375rem;font-weight:500;grid-area:title;margin-bottom:.3125rem}.toast-root__description{font-size:.8125rem;grid-area:description;line-height:1.3;margin:0}.toast-root__action{grid-area:action}.toast-root__viewport{--viewport-padding:25px;display:flex;flex-direction:column;gap:.625rem;list-style:none;margin:0;max-width:100vw;outline:none;padding:var(--viewport-padding);position:fixed;right:0;top:0;width:24.375rem;z-index:999}
