#loading-page{background:transparent;height:5px;left:0;pointer-events:none;position:fixed;top:0;transform:scaleX(0);opacity:1;transition:transform 1s linear,opacity .3s ease-out;width:100%;z-index:99999999999;transform-origin:left center}#loading-page.is-active{transform:scaleX(1);background:repeating-linear-gradient(90deg,#9966ff 0,#aecfff 50%,#9966ff)}#loading-page:not(.is-active){opacity:0;transition:opacity .3s ease-out}