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