.loading-dots{display:flex;align-items:center;justify-content:center}.dot{width:8px;height:8px;margin:0 4px;background-color:#a4c3ff;border-radius:50%;animation:loading .6s infinite alternate}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes loading{0%{opacity:.3}to{opacity:1}}