.loading-dots{display:flex;justify-content:space-between;align-items:center;width:80px}.loading-dots div{width:15px;height:15px;background-color:#3498db;border-radius:50%;animation:bounce 1.2s infinite ease-in-out}.loading-dots div:nth-child(1){animation-delay:-.4s}.loading-dots div:nth-child(2){animation-delay:-.2s}.loading-dots div:nth-child(3){animation-delay:0s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}
