.hp-spinner{animation:rotation .8s infinite linear;transform-origin:center;width:1rem}@keyframes p-progress-spinner-color{to,0%{stroke:var(--color-primary)}40%{stroke:#f07293}66%{stroke:#eb2cd4}80%,90%{stroke:#863ce0}}@keyframes rotation{0%{transform:rotate(0);fill:var(--color-primary)}50%{fill:var(--color-secondary)}to{transform:rotate(360deg);fill:var(--color-primary)}}
