single-progress > div {
  height: 7px;
  margin-bottom: 5px;
  overflow: hidden;
  background-color: rgba(218, 237, 226, 0.4);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); }
  single-progress > div .bar {
    width: 100%;
    height: 100%;
    background-color: #4492BF;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out; }
  single-progress > div .bar.dark {
    background-color: #020b79; }
