@-webkit-keyframes loader{0%{width:0}to{width:100%}}@keyframes loader{0%{width:0}to{width:100%}}.progressing-bar{border-radius:60px;overflow:hidden;width:100%}.progressing-bar span{display:block}.bar{background:rgba(0,0,0,.075)}.progress{-webkit-animation:loader 3s ease;animation:loader 3s ease;background:#589442;background:-webkit-gradient(linear,left top,right top,color-stop(39%,#589442),to(#5dba3c));background:linear-gradient(90deg,#589442 39%,#5dba3c);color:#fff;padding:5px;width:0}.progressing-bar{left:50%;max-width:50%;position:absolute;top:38%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}