.loading-dots{display:flex;justify-content:center;align-items:center}.dot{width:10px;height:10px;margin:5px;border-radius:100%;background-color:#6d4bf6;animation:bounce 1.2s ease-in-out infinite}.dot:first-child{animation-delay:-.32s}.dot:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}