.chartProggress {
    color: white;
    border-radius: 8px;
    padding: 20px;
    width: 200px;
    float: left;
    margin-right: 15px;
    margin-top: 8px;
    text-align: center;
}
.chartProggress hr {
    margin: 5px;
    opacity: .7;
}
.chartProggress.green , .green .ppc-percents {
    background: #4ac12a;
}
.green .progress-circle:before {
    background: #4AC12A;
}
.green .gt-50  .ppc-progress .progress-pie-chart , .green  .progress-pie-chart , .green  .gt-50 .ppc-progress .ppc-progress-fill{
    background: #52dd2f;
}

.chartProggress.blue , .blue .ppc-percents {
    background: #39b3f0;
}
.blue .progress-circle:before {
    background: #39B3F0;
}
.blue .gt-50  .ppc-progress .progress-pie-chart , .blue  .progress-pie-chart , .blue  .gt-50 .ppc-progress .ppc-progress-fill{
    background: #3fc7ff;
}

.chartProggress.red , .red .ppc-percents {
    background: #fd8f95;
}
.red .progress-circle:before {
    background: #fd8f95;
}

.red .gt-50 .ppc-progress .progress-pie-chart , .red  .progress-pie-chart , .red  .gt-50 .ppc-progress .ppc-progress-fill{
    background: #fd99ac;
}


.chartProggress.orange , .orange .ppc-percents {
    background: #fc9e26;
}
.orange .progress-circle:before {
    background: #FC9E26;
}

.orange .gt-50  .ppc-progress .progress-pie-chart , .orange  .progress-pie-chart , .orange  .gt-50 .ppc-progress .ppc-progress-fill{
    background: #fcb132;
}


.chartProggress.purple , .purple .ppc-percents {
    background: #736aff;
}
.purple .progress-circle:before {
    background: #736aff;
}
.purple .gt-50  .ppc-progress .progress-pie-chart , .purple  .progress-pie-chart , .purple  .gt-50 .ppc-progress .ppc-progress-fill{
    background: #717dff;
}


.chartProggress.cyan , .cyan .ppc-percents {
    background: #0fddb3;
}
.cyan .progress-circle:before {
    background: #0fddb3;
}

.cyan .gt-50 .ppc-progress .ppc-progress-fill , .cyan  .progress-pie-chart , .cyan  .gt-50 .ppc-progress .ppc-progress-fill{
    background: #0ff4c7;
}
.progress-pie-chart:not(.gt-50) .ppc-progress .ppc-progress-fill{
    background: white !important;
}
.progress-pie-chart {

    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #E5E5E5;
    position: relative;
    -webkit-transform: scale(.8)  translate(calc(-50% + 25px));
    -moz-transform: scale(.8)  translate(calc(-50% + 25px));
    -ms-transform: scale(.8)  translate(calc(-50% + 25px));
    -o-transform: scale(.8)  translate(calc(-50% + 25px));
    transform: scale(.8) translate(calc(-50% + 25px));
    position: relative;
    left: 50%;

}
.progress-pie-chart.gt-50 {
    background-color: #fff;
}

.ppc-progress {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 100px);
    top: calc(50% - 100px);
    width: 200px;
    height: 200px;
    clip: rect(0, 200px, 200px, 100px);
}
.ppc-progress .ppc-progress-fill {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 100px);
    top: calc(50% - 100px);
    width: 200px;
    height: 200px;
    clip: rect(0, 100px, 200px, 0);
    background: #81CE97;
    transform: rotate(60deg);
}
.gt-50 .ppc-progress {
    clip: rect(0, 100px, 200px, 0);
}
.gt-50 .ppc-progress .ppc-progress-fill {
    clip: rect(0, 200px, 200px, 100px);
    background: #E5E5E5;
}

.ppc-percents {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 173.9130434783px/2);
    top: calc(50% - 173.9130434783px/2);
    width: 173.9130434783px;
    height: 173.9130434783px;
    background: #fff;
    text-align: center;
    display: table;
}
.ppc-percents span {
    display: block;
    font-size: 5em;
    font-weight: bold;
    color: #fff;
}

.pcc-percents-wrapper {
    display: table-cell;
    vertical-align: middle;
}


.progress-pie-chart {
    margin: 0 auto;
}

.ppc-percents span.value::after {

    content: '%';
    position: relative;
    top: -35px;
    font-size: 30px;

}
@media only screen and (max-width: 410px) {
    .chartProggress {
        width: 130px;
    }
    .progress-pie-chart {

        -webkit-transform: scale(.5) translate(calc(-50% + 120px));
        -moz-transform: scale(.5) translate(calc(-50% + 120px));
        -ms-transform: scale(.5) translate(calc(-50% + 120px));
        -o-transform: scale(.5) translate(calc(-50% + 120px));
        transform: scale(.5) translate(calc(-50% + 120px));
    }
}