.when-toast__root{color:var(--inverse-text-color);pointer-events:auto;justify-content:space-between;align-items:center;gap:16px;padding:12px 32px;display:flex}.when-toast__root--error{background-color:var(--surface-toast-error)}.when-toast__root--success{background-color:var(--status-approved-dark)}.when-toast__root--warning{background-color:var(--surface-toast-warning)}.when-toast__description{letter-spacing:-.154px;color:var(--inverse-text-color);font-family:ppTelegraf;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.when-toast__close{flex-shrink:0;width:16px;min-width:16px;height:16px;min-height:16px}.when-toast__root[data-state=open]{animation:.15s cubic-bezier(.16,1,.3,1) slideIn}.when-toast__root[data-state=closed]{animation:.15s ease-in hide}.when-toast__root[data-swipe=move]{transform:translateX(var(--radix-toast-swipe-move-x))}.when-toast__root[data-swipe=end]{animation:.1s ease-out swipeOut}.when-toast__viewport{--viewport-padding:22px;width:100%;max-width:100%;padding:var(--viewport-padding);z-index:100000;pointer-events:none;flex-direction:column;align-items:center;margin:0;list-style:none;display:flex;position:fixed;bottom:0;left:0!important;right:0!important}@keyframes slideIn{0%{transform:translateY(calc(100% + var(--viewport-padding)));opacity:0}to{opacity:1;transform:translateY(0)}}@keyframes hide{0%{opacity:1}to{opacity:0}}@keyframes swipeOut{0%{transform:translateX(var(--radix-toast-swipe-end-x))}to{transform:translateX(calc(100% + var(--viewport-padding)))}}
