@property --circumference{syntax:"<number>";inherits:false;initial-value:0}@property --circleArc{syntax:"<number>";inherits:false;initial-value:0}@property --gap{syntax:"<number>";inherits:false;initial-value:0}@keyframes timerProgress-module__M6gW8W__circle{0%{stroke-dasharray:var(--circleArc),var(--circumference);stroke-dashoffset:var(--circleArc);stroke:#0000}6%{stroke-dasharray:var(--circleArc),var(--circumference);stroke-dashoffset:var(--circleArc);stroke:#0000}7%{stroke-dasharray:var(--circleArc),var(--circumference);stroke-dashoffset:var(--circleArc);stroke:var(--circle-color)}to{stroke-dasharray:var(--circleArc),var(--gap);stroke-dashoffset:0;stroke:var(--circle-color)}}.timerProgress-module__M6gW8W__circle{--circle-color:transparent;--gapValue:.06;--gap:calc(var(--circumference)*var(--gapValue));--circleArc:calc(var(--circumference) - var(--gap));transform-origin:50%;transform:rotateZ(calc(90deg - calc(360deg*calc(var(--gapValue)*.5))))rotateY(180deg);will-change:stroke-dasharray,stroke-dashoffset;animation:5s linear infinite timerProgress-module__M6gW8W__circle}@keyframes timerProgress-module__M6gW8W__circleProgress{0%{stroke-dasharray:var(--circumference),0}to{stroke-dasharray:0,var(--circumference)}}.timerProgress-module__M6gW8W__circleProgress{will-change:stroke-dasharray;animation:5s linear infinite timerProgress-module__M6gW8W__circleProgress}
