.hidden {
    display: none;
}
.gfc_progressbar {
    display: flex;
} 
.gfc_progressbar li::marker {
    color: transparent;
    display: none;
}
.gfc_progressbar-1 li {
    list-style-type: none;
    padding: 0 0px 0 30px;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
    width: 100%;
    font-weight: bold;
}


.gfc_progressbar-1 li span.before {
    width: 40px;
    height: 40px;
    content: "";
    line-height: 40px;
    display: block;
    text-align: center;
    margin: 0 auto 3px auto;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    background-color: #666;
    color: #fff;
}
.gfc_progressbar-1 li span.after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 20px;
    left: -50%;
    z-index: 0;
}
.gfc_progressbar-1 li.active {
  color: green;
  font-weight: bold;
}
.gfc_progressbar-1 li.active .before {
  border-color: #55b776;
  background: green;
}

  /* Pie Chart */
.progress-pie-chart {
width:200px;
height: 200px;
border-radius: 50%;
background-color: #E5E5E5;
position: relative;
}
.progress-pie-chart.gt-50 {
background-color: #81CE97;
}

.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.91304px/2);
top: calc(50% - 173.91304px/2);
width: 173.91304px;
height: 173.91304px;
background: #fff;
text-align: center;
display: table;
}
.ppc-percents span {
display: block;
font-size: 2.6em;
font-weight: bold;
color: #81CE97;
}

.pcc-percents-wrapper {
display: table-cell;
vertical-align: middle;
}

.progress-pie-chart {
margin: 50px auto 0;
}
.gfc_progressbar-3 {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
    display: flex;
}
.gfc_progressbar-3 li {
    display: inline-block;
    padding-top: 45px;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    color: gray;
    vertical-align: top;
    position: relative;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gfc_progressbar-3 li .before {
    position: absolute;
    top: 2px;
    left: calc(50% - 15px);
    z-index: 1;
    width: 30px;
    height: 30px;
    color: white;
    border: 2px solid white;
    border-radius: 17px;
    line-height: 30px;
    background: gray;
    content: '\2714';
    animation: changeBackground .5s linear;
    animation-fill-mode: forwards;
}
.gravity-step-confirm-title {
    padding-bottom: 10px;
    font-size: 19px;
    border-bottom: 1px solid #EEE;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: 600;
}
.gravity-step-confirm-item {
    display: flex;
    padding: 5px;
}
.gravity-step-confirm-name {
  width: 30%;
  text-align: right;
  padding-right: 15px;
  min-width: 250px;
}
@media only screen and (max-width: 768px) {
    .gfc_progressbar {
        padding: 0;
         margin: 0;
    }
    .gfc_progressbar li {
        display: none;
        padding: 0;
         margin: 0;
    }
    .gfc_progressbar li.active {
        display: block;
    }
    .gfc_progressbar li span.after {
        display: none;
    }
}
