.walletLoading{align-items:center;display:flex;height:20px;justify-content:space-between;position:relative;width:40px}.walletLoading.pcWalletLoading{height:17px;margin:0 auto}@keyframes loadingDotsAni{0%,80%,to{opacity:1;transform:scale(1)}40%{opacity:0;transform:scale(0)}}.walletLoading .dot{--dotSize:8px;display:block;height:var(--dotSize);position:relative;width:var(--dotSize)}.walletLoading .dot:first-child:before{animation-delay:-.32s}.walletLoading .dot:nth-child(2):before{animation-delay:-.16s}.walletLoading .dot:before{animation:loadingDotsAni 1.8s ease-in-out infinite;background:var(--mainColor);border-radius:50%;content:"";display:block;height:100%;width:100%}
