@keyframes animatedDots{0%{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}to{opacity:.4;transform:scale(1)}}.loading-dots{display:flex;justify-content:center;align-items:center}.loading-dots .dot{border-radius:50%;width:10px;height:10px;margin:0 5px;animation:animatedDots 1.5s ease-in-out infinite}.loading-dots .dot:nth-child(2){animation-delay:.2s}.loading-dots .dot:nth-child(3){animation-delay:.4s}