.component--circular-progress{animation:circular-progress-rotation 1.4s linear infinite;display:inline-block}.component--circular-progress .circle{animation:circular-progress-dash 1.4s ease-in-out infinite;stroke:currentcolor;stroke-dasharray:80px,200px;stroke-dashoffset:0}@keyframes circular-progress-rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes circular-progress-dash{0%{stroke-dasharray:1px,200px;stroke-dashoffset:0}50%{stroke-dasharray:100px,200px;stroke-dashoffset:-15px}to{stroke-dasharray:1px,200px;stroke-dashoffset:-126px}}.component--loading-spinner{align-items:center;display:flex;justify-content:center}.component--loading-spinner.loading-spinner-full-size{height:100%;width:100%}