.loading{justify-content:center;align-items:center;padding:2rem;display:flex}.loading-fullpage{box-sizing:border-box;flex-direction:column;flex:1;justify-content:center;align-self:stretch;align-items:center;width:100%;min-height:calc(100vh - 10rem);margin:0;padding:0;display:flex}.loading-spinner{border:3px solid var(--color-border-strong,#e5e7eb);border-top-color:var(--color-primary,#111827);border-radius:50%;width:36px;height:36px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
