.chartProggress {
    color: white;
    border-radius: 8px;
    padding: 20px;
    /* width: 100%; */
    width: 225px;
    /*float: left;*/
    margin-right: -5px;
    margin-top: 8px;
    text-align: center;
}

.chartProggress hr {
    margin: 5px;
    opacity: .7;
}

.chartProggress.green,
.green .ppc-percents {
    background: #8de9c8;
}

.green .progress-circle:before {
    background: #8de9c8;
}

.green .gt-50 .ppc-progress .progress-pie-chart,
.green .progress-pie-chart,
.green .gt-50 .ppc-progress .ppc-progress-fill {
    background: #8de9c8;
}

.chartProggress.blue,
.blue .ppc-percents {
    background: #7dd1fc;
}

.blue .progress-circle:before {
    background: #7dd1fc;
}

.blue .gt-50 .ppc-progress .progress-pie-chart,
.blue .progress-pie-chart,
.blue .gt-50 .ppc-progress .ppc-progress-fill {
    background: #7dd1fc;
}

.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: #fcc47e;
}

.orange .progress-circle:before {
    background: #fcc47e;
}

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

.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: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: #E5E5E5;
    position: relative;
    -webkit-transform: scale(.8) translate(calc(-50% - 20px));
    -moz-transform: scale(.8) translate(calc(-50% - 20px));
    -ms-transform: scale(.8) translate(calc(-50% - 20px));
    -o-transform: scale(.8) translate(calc(-50% - 20px));
    transform: scale(.8) translate(calc(-50% - 20px));
    position: relative;
    left: 50%;
    overflow: hidden;
}

.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: 540px) {
    .chartProggress {
        width: 100%;
    }
    .progress-pie-chart {
        -webkit-transform: scale(.8) translate(-50%);
        -moz-transform: scale(.8) translate(-50%);
        -ms-transform: scale(.8) translate(-50%);
        -o-transform: scale(.8) translate(-50%);
        transform: scale(.8) translate(-50%);
        margin: 0;
        left: -50px;
    }
}

@media only screen and (max-width: 414px) {
    .progress-pie-chart {
        left: 0px;
    }
}

@media only screen and (max-width: 375px) {
    .progress-pie-chart {
        left: 25px;
    }
}

@media only screen and (max-width: 320px) {
    .progress-pie-chart {
        left: 50px;
    }
}