@property --toast-progress{syntax:"<angle>";inherits:false;initial-value:0deg}@keyframes circular-progress{to{--toast-progress:360deg}}[data-sonner-toast] [data-close-button]{position:relative}[data-sonner-toast] [data-close-button]:before{content:"";background:conic-gradient(transparent var(--toast-progress), currentColor 0);animation:circular-progress var(--toast-duration,5s) linear forwards;border-radius:50%;position:absolute;inset:-4px;-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 1.5px),#000 calc(100% - 1.5px));mask:radial-gradient(farthest-side,#0000 calc(100% - 1.5px),#000 calc(100% - 1.5px))}
