#appLoader{width:100%;height:100dvh;background-color:#fff}#appLoader .appLoaderContainer{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;width:90%;max-width:600px}#appLoader .appLoaderContainer span{position:relative;display:block;box-sizing:border-box;width:100%;font-family:Arial,sans-serif;font-size:36px;font-weight:500;color:#fff;text-align:center}#appLoader .appLoaderContainer span::before{content:'';position:absolute;z-index:-1;right:0;bottom:-25px;left:0;height:0;background:linear-gradient(#79bbff,#409eff,#337ecc);animation:2.5s infinite loadAnim}#appLoader .appLoaderContainer span:nth-of-type(2)::before{animation-delay:.2s}#appLoader .appLoaderContainer span:nth-of-type(3)::before{animation-delay:.4s}#appLoader .appLoaderContainer span:nth-of-type(4)::before{animation-delay:.6s}#appLoader .appLoaderContainer span:nth-of-type(5)::before{animation-delay:.8s}#appLoader .appLoaderContainer span:nth-of-type(6)::before{animation-delay:1s}#appLoader .appLoaderContainer span:nth-of-type(7)::before{animation-delay:1.2s}#appLoader .appLoaderContainer span:nth-of-type(8)::before{animation-delay:1.4s}@keyframes loadAnim{50%{height:120px}}
