.dots-loader{display:flex;justify-content:center;align-items:center;gap:8px;height:100px;color:red}.dots-loader span{width:12px;height:12px;background-color:red;border-radius:50%;animation:bounce .6s infinite alternate}.dots-loader span:nth-child(2){animation-delay:.2s}.dots-loader span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%{transform:translateY(0);opacity:.5}to{transform:translateY(-10px);opacity:1}}
