.spinner-util{align-items:center;display:inline-flex;height:32px;justify-content:center;width:32px}.spinner-util svg{animation:spinner-util-rotate 2s linear infinite;height:100%;width:100%}.spinner-util circle{animation:spinner-util-dash 1.5s ease-in-out infinite;fill:none;stroke:var(--text-muted);stroke-linecap:round;stroke-width:4}.spinner-util--sm{height:24px;width:24px}.spinner-util--lg{height:48px;width:48px}.spinner-util--inverse circle{stroke:var(--text-inverse)}@keyframes spinner-util-rotate{to{transform:rotate(1turn)}}@keyframes spinner-util-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:1,150;stroke-dashoffset:-124}}@media (prefers-reduced-motion:reduce){.spinner-util svg{animation:spinner-util-rotate 6s linear infinite}.spinner-util circle{animation:none;stroke-dasharray:60,150;stroke-dashoffset:-20}}