.mainConnectLoader{display:flex;height:100%;width:100%;align-items:center;justify-content:center;background-color:transparent}.mainConnectLoader .dot{position:relative;width:1em;height:1em;margin:.8em;border-radius:50%}.mainConnectLoader .dot:before{position:absolute;content:"";width:100%;height:100%;background:inherit;border-radius:inherit;animation:wave 2s ease-out infinite}.mainConnectLoader .dot:first-child{background:gray}.mainConnectLoader .dot:first-child:before{animation-delay:.2s}.mainConnectLoader .dot:nth-child(2){background:#b2b2b2}.mainConnectLoader .dot:nth-child(2):before{animation-delay:.4s}.mainConnectLoader .dot:nth-child(3){background:#dbdbdb}.mainConnectLoader .dot:nth-child(3):before{animation-delay:.6s}.mainConnectLoader .dot:nth-child(4){background:#e1e1e1}.mainConnectLoader .dot:nth-child(4):before{animation-delay:.8s}.mainConnectLoader .dot:nth-child(5){background:#ccc}.mainConnectLoader .dot:nth-child(5):before{animation-delay:1s}@keyframes wave{50%,75%{transform:scale(2.5)}80%,to{opacity:0}}