.progress_bar_container {
    width:100%;
    height:0.7rem;
    background: #CCCCCC;
    font-size:0.6rem;
    border-radius: 0rem;
}
.progress_bar_container .progress_bar.pc_0 {
    width: 0%;
    opacity: 0;
}
.progress_bar_container .progress_bar {
    width:50%;
    height:0.7rem;
    color: white;
    line-height: 0.7rem;
    text-align:center;
    background: #fdb602;
    border-radius: 0;
    transition: width 1s ease-in-out;
}
