.dots-loader{display:flex;gap:10px;justify-content:center;align-items:flex-end;height:24px;z-index:2}.dots-loader .dot{border-radius:50%;display:inline-block;position:relative;animation:bounce .8s ease-in-out infinite}@keyframes bounce{0%,80%,to{top:0}40%{top:-12px}}