.deprcon-container{
	margin: auto;
	transform: scale(0.65);
}
.pie-wrapper {
	margin: auto;
  position: relative;
  width: 200px;
  height: 100px;
  overflow: hidden;
  margin-bottom: -5px;
}
.pie-wrapper .arc, .pie-wrapper:before {
  content: '';
  width: 200px;
  height: 100px;
  position: absolute;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  left: 0;
  box-sizing: border-box;
}
.pie-wrapper:before {
  border: 50px solid #E8E8E8;
  border-bottom: none;
  top: 0;
  z-index: 1;
  border-radius: 300px 300px 0 0;
}
.pie-wrapper .arc {
  border: 50px solid #47CF73;
  border-top: none;
  border-radius: 0 0 300px 300px;
  top: 100%;
  z-index: 2;
}
.pie-wrapper .arc::before {
  content: "";
  height: 1px;
  width: 5px;
  position: absolute;
  top: 0px;
}
.pie-wrapper .score {
  color: #394955;
  font-size: 20px;
  display: block;
  width: 200px;
  text-align: center;
  margin-top: 55px;
  line-height: 22px;
}
.pie-wrapper .score strong {
  font-size: 22px;
}

.arc[data-value="1"] {
  //-moz-animation: fill 2s;
  //-webkit-animation: fill 2s;
  //animation: fill 2s;
  -moz-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  -webkit-transform: rotate(36deg);
  transform: rotate(36deg);
  //transition: All 5s ease;
  border-color: #47CF73;
}
.arc[data-value="1"]:after {
  content: '';
  position: absolute;
  left: -40px;
  top: 5px;
}
.arc[data-value="1"]::before {
  background-color: #47CF73;
}

.arc[data-value="2"] {
  //-moz-animation: fill 2s;
  //-webkit-animation: fill 2s;
  //animation: fill 2s;
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -webkit-transform: rotate(72deg);
  transform: rotate(72deg);
  //transition: All 5s ease;
  border-color: #47CF73;
}
.arc[data-value="2"]:after {
  content: '';
  position: absolute;
  left: -40px;
  top: 5px;
}
.arc[data-value="2"]::before {
  background-color: #47CF73;
}

.arc[data-value="3"] {
  //-moz-animation: fill 2s;
  //-webkit-animation: fill 2s;
  //animation: fill 2s;
  -moz-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  -webkit-transform: rotate(108deg);
  transform: rotate(108deg);
  //transition: All 5s ease;
  border-color: #47CF73;
}
.arc[data-value="3"]:after {
  content: '';
  position: absolute;
  left: -40px;
  top: 5px;
}
.arc[data-value="3"]::before {
  background-color: #47CF73;
}

.arc[data-value="4"] {
  //-moz-animation: fill 2s;
  //-webkit-animation: fill 2s;
  //animation: fill 2s;
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -webkit-transform: rotate(144deg);
  transform: rotate(144deg);
  //transition: All 5s ease;
  border-color: #47CF73;
}
.arc[data-value="4"]:after {
  content: '';
  position: absolute;
  left: -40px;
  top: 5px;
}
.arc[data-value="4"]::before {
  background-color: #b00000;
}


.arc[data-value="5"] {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  border-color: #47CF73;
}


.arc[data-value="1"] {
  border-color: #FF3C41;
}
.arc[data-value="1"]::before {
  background-color: #FF3C41;
}

.arc[data-value="2"] {
  border-color: #ffaa3c;
}
.arc[data-value="2"]::before {
  background-color: #ffaa3c;
}

.arc[data-value="3"] {
  border-color: #fff155;
}
.arc[data-value="3"]::before {
  background-color: #fff155;
}

.arc[data-value="4"] {
  border-color: #55ff79;
}
.arc[data-value="4"]::before {
  background-color: #55ff79;
}

.arc[data-value="5"] {
  border-color: #b00000;
}
.arc[data-value="5"]::before {
  background-color: #b00000;
}


