:root{--loading-green:#008744;--loading-blue:#0057e7;--loading-red:#d62d20;--loading-yellow:#ffa700;--loading-white:#eee;--loading-width:100px}.loader{width:var(--loading-width);margin:0 auto;position:relative}.loader:before{content:"";padding-top:100%;display:block}.circular{transform-origin:50%;width:100%;height:100%;margin:auto;animation:2s linear infinite rotate;position:absolute;inset:0}.path{stroke-dasharray:1 200;stroke-dashoffset:0;stroke-linecap:round;animation:1.5s ease-in-out infinite dash,6s ease-in-out infinite color}@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 color{to,0%{stroke:var(--loading-red)}40%{stroke:var(--loading-blue)}66%{stroke:var(--loading-green)}80%,90%{stroke:var(--loading-yellow)}}
/*# sourceMappingURL=55fe448a9ccf1717.css.map*/