.progress-out {
    position: relative;
    border: 1px solid #c8c8c8;
    background-color: #ffffff;
    margin: 0 auto;
}

.progress-in {
    position: absolute;
    height: 100%;
    width: 0;
    border: none;
    background-color: #50be00;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.direction-left {
    left: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.direction-right {
    right: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.percent-show {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 2;
    font-size: 24px;
    color: #323232;
}