.page-loader{justify-content:center;align-items:center;gap:10px;width:100%;min-height:60vh;display:flex}.page-loader__dot{opacity:.4;background:#323249;border-radius:50%;width:8px;height:8px;animation:1.2s ease-in-out infinite page-loader-bounce;display:block}.page-loader__dot:nth-child(2){animation-delay:.2s}.page-loader__dot:nth-child(3){animation-delay:.4s}@keyframes page-loader-bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-10px)}}
