.loaderDots{display:flex;gap:12px;justify-content:center;align-items:center}.loaderDots span{width:18px;height:18px;background:var(--primary);border-radius:50%;box-shadow:0 0 10px var(--primary),0 0 10px var(--primary);animation:bounce .6s infinite alternate}.loaderDots span:nth-child(2){animation-delay:.2s}.loaderDots span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%{transform:translateY(0);opacity:.8}to{transform:translateY(-15px);opacity:1}}.loader{width:48px;height:48px;border:4px solid rgba(43,65,122,.2);border-top:4px solid var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}