.bar-horizontal {
    border: 1px solid #888;
    border-radius: 50px;
    box-sizing: border-box;
    padding: 0 40px;
    position: relative;
    margin: 20px 0;
    height: 40px;
    overflow: hidden;
}

.bar-horizontal::after {
    content: '';
    width: calc(100% - 75px);
    height: 1px;
    background: #666;
    top: 18px;
    position: absolute;
    left: 32px;
}
.bar-horizontal .ziro {
    position: absolute;
    left: 10px;
    top: 9px;
    font-family: iranYekan;
}

.bar-horizontal .oneHundred {
    position: absolute;
    right: 10px;
    top: 9px;
    font-family: iranYekan;
}
.bar-horizontal .background-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    min-width: 38px;
    border-radius: 50px;
}
.background-fill::before {
    width: 38px;
    height: 38px;
    content: '';
    right: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    border-radius: 50px;
}
.bar-horizontal .background-fill::after {
    content: attr(data-title);
    z-index: 4;
    position: absolute;
    color: white;
    width: 38px;
    text-align: center;
    top: 8px;
    font-size: 16px;
    font-family: iranYekan;
}


/* color Custom*/
.bar-horizontal.red .background-fill {
    background: #FFD6DD;
}
.bar-horizontal.red .background-fill::before {
    background: #FF4661;
}

.bar-horizontal.esanj .background-fill {
    background: #D8FFF8;
}
.bar-horizontal.esanj .background-fill::before {
    background: #32BEA6;
}

.bar-horizontal.purple .background-fill {
    background: #FBDBFF;
}
.bar-horizontal.purple .background-fill::before {
    background: #B93ED2;
}

.bar-horizontal.green .background-fill {
    background: #C9F2D1;
}
.bar-horizontal.green .background-fill::before {
    background: #47CC61;
}

.bar-horizontal.orange .background-fill {
    background: #FFD0C4;
}
.bar-horizontal.orange .background-fill::before {
    background: #FF7650;
}

.bar-horizontal.blue .background-fill {
    background: #D5FCFF;
}
.bar-horizontal.blue .background-fill::before {
    background: #45E4F2;
}

.bar-horizontal.gray .background-fill {
    background: #E5E5E5;
}
.bar-horizontal.gray .background-fill::before {
    background: #020202;
}