.progressbar{height:10px;position:relative;background:#fdf9e7;border:#8b846e 1px solid}.progressbar>span{margin-left:0;padding:0;display:block;height:100%;background-color:#2bc253;background-image:linear-gradient(center bottom,#2bc253 37%,#54f054 69%);box-shadow:inset 0 2px 9px rgba(255,255,255,.3),inset 0 -2px 6px rgba(0,0,0,.4);position:relative;overflow:hidden}.progressbar-orange>span{background-color:#f1a165;background-image:linear-gradient(to bottom,#f1a165,#f36d0a)}.progressbar-red>span{background-color:#f0a3a3;background-image:linear-gradient(to bottom,#f0a3a3,#f42323)}.progressbar>span:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-image:linear-gradient(-45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);z-index:1;background-size:50px 50px;animation:move 2s linear infinite;overflow:hidden}@keyframes move{0%{background-position:0 0}100%{background-position:50px 50px}}