.bg-check{flex-direction:column;justify-content:center;align-items:center;min-height:60vh;display:flex}.bg-check__text{color:var(--text-color-newEntry);margin-bottom:16px;font-size:16px}.loader-dots{gap:8px;display:flex}.dot{background:var(--btn-gradient-left-color);border-radius:50%;width:10px;height:10px;animation:1s ease-in-out infinite bounce}.dot1{animation-delay:0s}.dot2{animation-delay:.2s}.dot3{animation-delay:.4s}@keyframes bounce{0%,80%,to{opacity:.3;transform:scale(0)}40%{opacity:1;transform:scale(1)}}
