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