.loading_wrapper__LHNsH{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:40vh;gap:1rem}.loading_spinner__fPcsh{width:40px;height:40px;border:3px solid var(--background);border-top-color:var(--orange);border-radius:50%;animation:loading_spin__khuBR .8s linear infinite}.loading_text__wxij6{font-size:.9rem;color:var(--foreground)}@keyframes loading_spin__khuBR{to{transform:rotate(1turn)}}