.loading-card{justify-items:center;text-align:center}.loading-card__spinner{width:3rem;height:3rem;animation:loading-spin 1s linear infinite}.loading-card__spinner svg{width:100%;height:100%}.loading-card__spinner circle{stroke:var(--color-text-muted);stroke-linecap:round;stroke-dasharray:90,150;stroke-dashoffset:0;animation:loading-dash 1.5s ease-in-out infinite}@keyframes loading-spin{to{transform:rotate(360deg)}}@keyframes loading-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.loading-card__label{color:var(--color-text-muted)}
