.circle-loader{width:48px;height:48px}.circle-loader--sm{width:28px;height:28px}.circle-loader__svg{width:100%;height:100%;animation:circle-rotate 1.4s linear infinite}.circle-loader__track{fill:none;stroke:var(--palette-neutral-200);stroke-width:4}.circle-loader__fill{fill:none;stroke:var(--palette-primary-500);stroke-width:4;stroke-linecap:round;stroke-dasharray:90,126;animation:circle-dash 1.4s ease-in-out infinite}@keyframes circle-rotate{to{transform:rotate(360deg)}}@keyframes circle-dash{0%{stroke-dasharray:1,126;stroke-dashoffset:0}50%{stroke-dasharray:90,126;stroke-dashoffset:-35}to{stroke-dasharray:90,126;stroke-dashoffset:-124}}
