@keyframes toast-progress{0%{right:0}to{right:100%}}[data-sonner-toast]{cursor:grab;-webkit-user-select:none!important;user-select:none!important;-webkit-touch-callout:none!important;overflow:hidden!important}[data-sonner-toast]:before{content:"";background:hsl(var(--muted-foreground)/.3);height:3px;animation:toast-progress var(--toast-duration)linear forwards;pointer-events:none;z-index:1;position:absolute;inset:auto 0 0}[data-sonner-toast]:hover:before,[data-sonner-toast][data-expanded=true]:before,[data-sonner-toast][data-swiping=true]:before{height:3px!important;animation-play-state:paused!important;position:absolute!important;top:auto!important;bottom:0!important;left:0!important}[data-sonner-toast][data-type=success]:before{background:#22c55e}[data-sonner-toast][data-type=error]:before{background:#ef4444}[data-sonner-toast][data-type=warning]:before{background:#f59e0b}[data-sonner-toast][data-type=info]:before{background:#3b82f6}
