.loading-module__soRmta__root{background:var(--mantine-color-body);justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.loading-module__soRmta__spinner{border:3px solid var(--mantine-color-default-border);border-top-color:var(--mantine-primary-color-filled);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite loading-module__soRmta__spin}@keyframes loading-module__soRmta__spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.loading-module__soRmta__spinner{animation-duration:2.4s}}