.loader-wrapper{display:flex;align-items:center;justify-content:center}.loader{display:flex;gap:8px}.loader .dot{height:20px;width:20px;border-radius:50%;border:2px solid #e8e8e8;background:#16b0c1;animation:jump .8s ease-in-out infinite alternate}@keyframes jump{to{background:#000000;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}