.dots_bounce{gap:6px;display:flex}.dots_bounce span{background:currentColor;background:var(--light-green);border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite both bounce}.dots_bounce span:first-child{animation-delay:-.32s}.dots_bounce span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}
