.loader{position:relative;height:100%;width:100%;margin:0 auto;overflow:hidden;display:flex;justify-content:center;align-items:center}.loader:before{content:"";display:block;padding-top:100%}.circular{width:60px;aspect-ratio:1;margin:auto;animation:rotate 2s linear infinite;transform-origin:center center}.path{animation:dash 1.5s ease-in-out infinite;stroke:var(--colors-primary-200-default);stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round}@keyframes rotate{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}}@keyframes colorDefault{to,0%{stroke:#d62d20}40%{stroke:#0057e7}66%{stroke:#008744}80%,90%{stroke:#ffa700}}
