.toast-progress{--toast-duration: 4s;position:relative;overflow:hidden}.toast-progress:after{content:"";position:absolute;bottom:0;left:0;height:3px;width:100%;background-color:#999;transform-origin:left;animation:toast-progress-shrink var(--toast-duration) linear forwards}.toast-progress-success:after{background-color:#1eae53}.toast-progress-error:after{background-color:#ed2c2c}.toast-progress-warning:after{background-color:#dc8f09}.toast-progress-info:after{background-color:#2474f5}@keyframes toast-progress-shrink{0%{transform:scaleX(1)}to{transform:scaleX(0)}}[data-sonner-toast] [data-close-button]{position:absolute!important;top:50%!important;right:4px!important;left:unset!important;bottom:unset!important;transform:translateY(-50%)!important;height:24px!important;width:24px!important;border-radius:6px!important;border:none!important;background:transparent!important;color:currentColor!important;opacity:.4;cursor:pointer;display:flex!important;align-items:center!important;justify-content:center!important;transition:opacity .15s ease}[data-sonner-toast]:hover [data-close-button]:hover{opacity:1;background:#00000014!important}[data-sonner-toast][data-front=false]{display:none!important}
