.load-wraper{position:relative;height:100%;width:100%;background-color:#d3d3d3;z-index:44;overflow:hidden;border-radius:5px}.activity{position:absolute;left:-45%;height:100%;width:45%;background-image:-webkit-gradient(linear,right top,left top,from(hsla(0,0%,98.4%,.05)),color-stop(hsla(0,0%,98.4%,.3)),color-stop(hsla(0,0%,98.4%,.6)),color-stop(hsla(0,0%,98.4%,.3)),to(hsla(0,0%,98.4%,.05)));background-image:linear-gradient(270deg,hsla(0,0%,98.4%,.05),hsla(0,0%,98.4%,.3),hsla(0,0%,98.4%,.6),hsla(0,0%,98.4%,.3),hsla(0,0%,98.4%,.05));background-image:-webkit-linear-gradient(270deg,hsla(0,0%,98.4%,.05),hsla(0,0%,98.4%,.3),hsla(0,0%,98.4%,.6),hsla(0,0%,98.4%,.3),hsla(0,0%,98.4%,.05));-webkit-animation:loading 1s infinite;animation:loading 1s infinite;z-index:45}@-webkit-keyframes loading{0%{left:-45%}to{left:100%}}@keyframes loading{0%{left:-45%}to{left:100%}}