.table-custom-one > .r {
    display: flex;
    margin-bottom: 5px;
}
.table-custom-one > .r.head .bar {
    display: flex;
    flex-direction: column;
    background: #F3F4F6;
    width: 74%;
    border-radius: 5px;
    overflow: hidden;
}

.table-custom-one > .r.head .bar .numbers{
    display: flex;
    position: relative;
}
.table-custom-one > .r.head .bar .numbers div {
    font-size: 16px !important;
}
.table-custom-one > .r.head .bar .numbers > div:nth-child(1){
    position: relative;
    right: 8px;
}
.table-custom-one > .r.head .bar .numbers > div:nth-child(2){
    position: absolute;
    right: 19%;
}
.table-custom-one > .r.head .bar .numbers > div:nth-child(3){
    position: absolute;
    right: 54%;
}
.table-custom-one > .r.head .bar .numbers > div:nth-child(4){
    position: absolute;
    right: 74%;
}
.table-custom-one > .r.head .bar .numbers > div:nth-child(5){
    position: absolute;
    right: 97%;
}
.table-custom-one > .r.head .bar .labels {
    display: flex;
    background: #2ABB9C;
    color: white;
    padding: 5px 0;
}
.table-custom-one > .r.head .bar .labels > div{
    text-align: center;
}
.table-custom-one > .r.head .bar .labels > div:nth-child(1){
    width: 20%;

}
.table-custom-one > .r.head .bar .labels > div:nth-child(2){
    width: 35%;
    border-right: 1px solid white;

}
.table-custom-one > .r.head .bar .labels > div:nth-child(3){
    width: 20%;
    border-right: 1px solid white;
    border-left: 1px solid white;

}
.table-custom-one > .r.head .bar .labels > div:nth-child(4){
    width: 22%;

}
.table-custom-one > .r.head > .l {
    background: #2ABB9C;
    color: white;
    padding: 10px;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-weight: 600;
}


.table-custom-one > .r .l {
    display: flex;
    flex-direction: column;
    background: #F3F4F6;
    width: 19%;
    border-radius: 5px;
    overflow: hidden;
    padding: 4px;
    text-align: center;
    font-weight: 600;
}
.table-custom-one > .r .hash {
    display: flex;
    flex-direction: column;
    background: #F3F4F6;
    width: 5%;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    margin-left: 1%;
}
.table-custom-one > .r .bar {
    display: flex;
    flex-direction: column;
    background: #F3F4F6;
    width: 74%;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 1%;
    position: relative;
}

.table-custom-one > .r:not(.head) .bar .line:nth-child(2){
    position: absolute !important;
    height: 80%;
    width: 1px;
    background: #666;
    right: 20%;
    top: 10%;
}
.table-custom-one > .r:not(.head) .bar .line:nth-child(3){
    position: absolute !important;
    height: 80%;
    width: 1px;
    background: #666;
    right: 55%;
    top: 10%;
}
.table-custom-one > .r:not(.head) .bar .line:nth-child(4){
    position: absolute !important;
    height: 80%;
    width: 1px;
    background: #666;
    right: 75%;
    top: 10%;
}
.table-custom-one > .r .bar .progress-custom {
    position: absolute;
    height: 100%;
    background: #77777757;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

@media only screen and (max-width: 768px) {
    .table-custom-one > .r.head > .l {
        font-size: 14px !important;
        padding: 0;
        width: 30%;
    }
    .table-custom-one > .r.head .bar .numbers > div {
        font-size: 14px !important;
    }
    .table-custom-one > .r.head .bar .numbers > div:nth-child(2) {
        right: 19%;
    }
    .table-custom-one > .r.head .bar .numbers > div:nth-child(3) {
        right: 52%;
    }
    .table-custom-one > .r.head .bar .numbers > div:nth-child(4) {
        right: 72%;
    }
    .table-custom-one > .r.head .bar .numbers > div:nth-child(5) {
        right: 92%;
    }

    .table-custom-one > .r .hash {
        display: flex;
        flex-direction: column;
        background: #F3F4F6;
        width: 8%;
        border-radius: 5px;
        overflow: hidden;
        text-align: center;
        margin-left: 1%;
        font-size: 14px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .table-custom-one > .r .l {
        display: flex;
        flex-direction: column;
        background: #F3F4F6;
        width: 22%;
        border-radius: 5px;
        overflow: hidden;
        padding: 4px;
        text-align: center;
        font-weight: 600;
        font-size: 14px !important;
    }


}
