[data-progress-root]{flex-direction:column;gap:8px;width:100%;max-width:50%;display:flex}[data-progress-track]{background-color:#ebebeb;border-radius:4px;height:4px;overflow:hidden}[data-progress-range]{--translate-x:-100%;background-color:#00f;border-radius:4px;height:100%;transition:width .2s ease-in-out}[data-progress-range][dir=rtl]{--translate-x:-100%}[data-progress-range][data-state=indeterminate]{width:210%;animation:1s cubic-bezier(.694,.0482,.335,1) infinite progress-animation}[data-progress-circle]{--size:48px;--thickness:4px}[data-progress-circle][data-state=indeterminate]{animation:2s linear infinite spin}[data-progress-circle-track]{stroke:#ebebeb}[data-progress-circle-range]{stroke:#00f;transition-property:stroke-dasharray,stroke;transition-duration:.6s}[data-progress-circle-range][data-state=indeterminate]{animation:1.5s infinite spin-progress}@keyframes spin-progress{0%{stroke-dasharray:1 400;stroke-dashoffset:0}to{stroke-dasharray:400 400;stroke-dashoffset:-140px}}@keyframes progress-animation{0%{transform:scaleX(1) translateX(var(--translate-x))}to{transform:scaleX(0) translateX(var(--translate-x))}}
