.loading-root{color:currentColor;align-items:center;gap:.5rem;display:inline-flex}.loading-block{color:var(--color-text-secondary);justify-content:center;padding:2rem;font-size:.875rem;display:flex}.loading-inline{gap:.4rem}.loading-spinner{border:2px solid;border-right-color:#0000;border-radius:50%;flex-shrink:0;animation:.7s linear infinite loading-spin;display:inline-block}.loading-sm .loading-spinner{border-width:1.5px;width:12px;height:12px}.loading-md .loading-spinner{width:18px;height:18px;color:var(--color-primary)}.loading-label{line-height:1}@keyframes loading-spin{to{transform:rotate(360deg)}}
