.loading-indicator{width:80px;height:80px;border-radius:50%;background-color:#ffffffe6;box-shadow:var(--boxShadow1),var(--boxShadow2);transition:opacity .25s linear;opacity:1}.loading-indicator__container{animation:loading-indicator__rotate 2s linear infinite;height:70%;transform-origin:center center;width:70%;position:absolute;inset:15%;margin:auto}.loading-indicator__path{display:block;stroke-dasharray:1,200;stroke-dashoffset:0;animation:loading-indicator__dash 1.5s ease-in-out infinite,loading-indicator__color 6s ease-in-out infinite;stroke-linecap:round}@keyframes loading-indicator__rotate{to{transform:rotate(360deg)}}@keyframes loading-indicator__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 loading-indicator__color{to,0%{stroke:#f25010}40%{stroke:#128dda}66%{stroke:#f25010}80%,90%{stroke:#128dda}}.loading-indicator.loading-indicator--hide{opacity:0}
