.loader-wrapper{justify-content:center;align-items:center;display:flex}.loader{gap:8px;display:flex}.loader .dot{background:#16b0c1;border:2px solid #e8e8e8;border-radius:50%;width:20px;height:20px;animation:.8s ease-in-out infinite alternate jump}@keyframes jump{to{background:#000;transform:translateZ(-3rem)scale(1.9)}}.loader .dot:first-child{animation-delay:.1s}.loader .dot:nth-child(2){animation-delay:.2s}.loader .dot:nth-child(3){animation-delay:.3s}.loader .dot:nth-child(4){animation-delay:.4s}.loader .dot:nth-child(5){animation-delay:.5s}
