.Loading--module{align-items:center;background-color:var(--light-blue);min-height:80vh}.Loading--module,.LoadingDots{display:flex;justify-content:center}.LoadingDots{padding:1rem}.LoadingDots>div{animation:fadeIn .6s infinite alternate;width:.5rem;height:.5rem;border-radius:50%;margin:.25rem}.LoadingDots>div:nth-child(2){animation-delay:.2s}.LoadingDots>div:nth-child(3){animation-delay:.4s}