.loading-center{width:100%;min-height:var(--loading-center-min-height,200px);box-sizing:border-box;justify-content:center;align-items:center;padding:2rem;display:flex}.loading-center__spin{width:var(--loading-center-size,72px);object-fit:contain;height:auto;animation:1s linear infinite loading-center-rotate}@keyframes loading-center-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
