.three-dots-loader{justify-content:center;align-items:center;gap:6px;display:flex}.three-dots-loader span{border-radius:50%;animation:.6s ease-in-out infinite bounce;display:inline-block}.three-dots-loader span:first-child{animation-delay:0s}.three-dots-loader span:nth-child(2){animation-delay:.2s}.three-dots-loader span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{transform:scale(.8)}40%{transform:scale(1)}}
