.loading-container{display:flex;justify-content:center;align-items:center;height:30vh}.loading-dot{width:15px;height:15px;margin:0 5px;background-color:#022663;border-radius:50%;animation:loading 1.2s infinite}@keyframes loading{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.loading-dot:first-child{animation-delay:-.32s}.loading-dot:nth-child(2){animation-delay:-.16s}