body{margin:0;padding:0}.appLoadingPage{background:#0b0e25;height:100vh;width:100vw}.appLoadingPage .loader{padding-top:45vh;text-align:center}.appLoadingPage .loader .ball-beat>div{width:15px;height:15px;margin:2px;display:inline-block;-webkit-animation:ball-beat .7s linear 0s infinite;animation:ball-beat .7s linear 0s infinite}.appLoadingPage .loader .ball-beat>div:nth-child(2n-1){-webkit-animation-delay:-.35s!important;animation-delay:-.35s!important}@-webkit-keyframes ball-beat{50%{opacity:.2;transform:scale(.75)}to{opacity:1;transform:scale(1)}}@keyframes ball-beat{50%{opacity:.2;transform:scale(.75)}to{opacity:1;transform:scale(1)}}.appLoadingPage .loader .ball-beat>div,.appLoadingPage .loader .ball-scale-multiple>div{background-color:#3888ef;border-radius:100%}