.pie {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #e95549;
  position: relative;
  margin-top: 20px;
}

.pieLeftInner,
.pieRightInner {
  width: 120px;
  height: 120px;
  background-color: #e5e5e5;
  border-radius: 100px;
  position: absolute;
}

.pieLeftInner {
  clip: rect(0px, 120px, 120px, 60px);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.pieRightInner {
  clip: rect(0px, 60px, 120px, 0px);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.pieLeft,
.pieRight {
  width: 120px;
  height: 120px;
  position: absolute;
  z-index: 1;
}

.pieLeft {
  clip: rect(0px, 120px, 120px, 60px);
}

.pieRight {
  clip: rect(0px, 60px, 120px, 0px);
}

.pieInner {
  width: 80px;
  height: 80px;
  margin: 20px 0 0 20px;
  background-color: #fff;
  border-radius: 100px;
  position: absolute;
  z-index: 1;
  text-align: center;
  line-height: 80px;
  font-size: 24px;
  font-weight: 700;
  color: #e25a4a;
}

.prograss {
  background: #d8d8d8;
  height: 10px;
  width: 100%;
  position: relative;
  border-radius: 5px;
  /* margin-top: 10px; */
  margin-bottom: 24px;
}

.prograss .bar {
  background: #0b318f;
  height: 100%;
  /* width: 10%; */
  width: 0;
  border-radius: 5px;
}

.prograss_bar_yellow {
  background: #f8b757 !important;
}
