.circle-loading{font-size:20px;height:1em;position:relative;width:1em}.circle-loading:before{content:"";display:block;padding-top:100%}.circular-loader{animation:rotate 2s linear infinite;height:100%;left:0;margin:auto;position:absolute;top:0;transform-origin:center center;width:100%}.loader-path{stroke-dasharray:150,200;stroke-dashoffset:-10;animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;stroke-linecap:round}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-124}}@keyframes color{0%{stroke:var(--brand)}40%{stroke:var(--brand)}66%{stroke:var(--brand)}80%,90%{stroke:var(--brand)}}
