.loading-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:1rem;font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;display:flex}.loading-text{font-size:24px;font-weight:500;display:inline-block}.loading-dot{opacity:0;border-radius:50%;margin:0 3px;animation:1s infinite loadingFade}.loading-dot:first-child{animation-delay:0s}.loading-dot:nth-child(2){animation-delay:.1s}.loading-dot:nth-child(3){animation-delay:.2s}@keyframes loadingFade{0%{opacity:0}50%{opacity:1}to{opacity:0}}
