.dots-loader{gap:6px;display:flex}.dots-loader div{background:var(--primary);border-radius:50%;width:10px;height:10px;animation:.6s infinite alternate bounce}.dots-loader.dark div{background:#fff}.dots-loader div:nth-child(2){animation-delay:.2s}.dots-loader div:nth-child(3){animation-delay:.4s}@keyframes bounce{to{opacity:.4;transform:translateY(-8px)}}
