Various CSS loaders.
.loader { display: flex; gap: 6px; }
.loader i { width: 10px; height: 10px; background: #0ea5e9; border-radius: 50%; animation: bounce-_R_19bsnqbqlb_ 600ms infinite alternate; }
.loader i:nth-child(2) { animation-delay: 150ms; }
.loader i:nth-child(3) { animation-delay: 300ms; }
@keyframes bounce-_R_19bsnqbqlb_ { to { opacity: 0.3; transform: translateY(-5px); } }