.loading-circle{animation:rotate 2s linear infinite;height:36px;width:36px}.loading-circle__item{stroke-width:4px;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:animate-stroke 1.5s ease-in-out infinite}html.light-mode .loading-circle__item{stroke:var(--md-sys-color-inverse-primary)}html.dark-mode .loading-circle__item{stroke:var(--md-sys-color-primary)}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes animate-stroke{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}
