@keyframes uni-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1 200;stroke-dashoffset:0}50%{stroke-dasharray:89 200;stroke-dashoffset:-35px}to{stroke-dasharray:89 200;stroke-dashoffset:-124px}}.uni-spinner__path{stroke-dasharray:1 200;stroke-dashoffset:0;stroke:var(--loading-path-color,var(--color-primary,currentColor));stroke-width:var(--loading-stroke-width,3);stroke-linecap:round;animation:1.5s ease-in-out infinite dash}.uni-spinner--animated{transform-origin:50%;animation:2s linear infinite uni-spin;animation-play-state:var(--loading-animation-state,running);transform:translateZ(0)}.disable-animations .uni-spinner--animated,.disable-animations .uni-spinner__path{animation:none}@media (prefers-reduced-motion:reduce){.uni-spinner,.uni-spinner__path{animation:none}}
