
/*.chart-bar-connected-circle {*/
/*    height: 300px;*/
/*    margin: 10px 5px 80px 5px;*/
/*    position: relative;*/
/*    display: flex;*/
/*    justify-content: space-evenly;*/
/*    flex-direction: row-reverse;*/
/*    border-left: 1px solid #888;*/
/*    padding-left: 10px;*/
/*}*/
#sec_1 .boxWhite {
    min-height: 600px;
}
.chart-bar-connected-circle {
    height: 300px;
    margin: 110px 5px 100px 5px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row-reverse;
    border-left: 1px solid #888;
    padding-left: 10px;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(90% - -50px);
}

.chart-bar-connected-circle.no-toggle .box-chart-connect::after {
    content: attr(data-top);
    position: absolute;
    bottom: calc(100% + 45px);
    left: -25px;
    font-size: 11px;
    width: 100px;
    transform: rotate(-70deg);
    text-align: left;
    font-family: iranyekan;
    color: #777;
}
.chart-bar-connected-circle.no-toggle .box-chart-connect::before {
    content: attr(data-bottom);
    position: absolute;
    top: calc(100% + 42px);
    left: -55px;
    font-size: 11px;
    width: 100px;
    transform: rotate(-70deg);
    text-align: right;
    font-family: iranyekan;
    color: #777;
}
.chart-bar-connected-circle.no-box-chart-connect {
    z-index: 2;
}
.chart-bar-connected-circle.no-box-chart-connect .box-chart-connect {
    background: transparent;
}
.chart-bar-connected-circle::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    border-bottom: 1px dashed #777;
    bottom: 198px;
    z-index: 1;
}

.chart-bar-connected-circle::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    border-bottom: 1px dashed #777;
    bottom: 112px;
    z-index: 1;
}

.chart-bar-connected-circle .order-leftborder {
    position: absolute;
    left: -20px;
    width: 20px;
    height: calc(100%);
    bottom: -6px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
}
.chart-bar-connected-circle .order-leftborder span {
    position: relative;
    font-size: 11px;
    width: 100%;
    display: block;
    text-align: center;
    color : #666;
}
.chart-bar-connected-circle .order-leftborder span::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 1px;
    background: #888;
    right: -8px;
    top: calc(50% + 1px);
    transform: translateY(50%);
}



.box-chart-connect {
    width: calc(100% / 24);
    height: 100%;
    bottom: 0;
    padding: 0 10px;
    position: relative;
    background: #f1f1f1;
}
.box-chart-connect .toggle {
    position: absolute;
    width: 23px;
    height: 23px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);

    border-radius: 50px;
}
.box-chart-connect .toggle::after {
    content: '';
    width: 19px;
    height: 19px;
    background: white;
    border-radius: 50px;
    position: relative;
    position: absolute;
    top: 2px;
    right: 2px;
}
.box-chart-connect .toggle::before {
    content: attr(data-val);
    width: 19px;
    height: 19px;
    border-radius: 50px;
    position: relative;
    position: absolute;
    top: 2px;
    right: 2px;
    color: #666;
    z-index: 1;
    font-size: 13px;
    width: 19px;
    text-align: center;
}


/* Color Progress */
.box-chart-connect .toggle.red {
    background: #fd1b46;
}
.box-chart-connect .toggle.orange {
    background: #fc9e26;
}
.box-chart-connect .toggle.orange-dark {
    background: #fc6326;
}
.box-chart-connect .toggle.green-blue {
    background: #24a4a4;
}
.box-chart-connect .toggle.blue-light {
    background: #4fc7e5;
}
.box-chart-connect .toggle.blue {
    background: #2997d7;
}
.box-chart-connect .toggle.blue-dark {
    background: #164d6d;
}
.box-chart-connect .toggle.brown {
    background: #a0533d;
}
.box-chart-connect .toggle.brown-dark {
    background: #543f2f;
}
.box-chart-connect .toggle.crismon  {
    background: crimson;
}
.box-chart-connect .toggle.crismon-light {
    background: #ba3d56;
}
.box-chart-connect .toggle.green  {
    background: #43c180;
}
.box-chart-connect .toggle.purple {
    background: #8d43c1;
}
.box-chart-connect .toggle.yellow {
    background: gold;
}
.box-chart-connect .toggle.green-light {
    background: #64bf9a;
}
.box-chart-connect .toggle.pink {
    background: #ff4aa7;
}


/*#line*/

@media only screen and (max-width: 768px) {

    .chart-bar-connected-circle.no-toggle .box-chart-connect::after {
        transform: rotate(-90deg);
    }
    .chart-bar-connected-circle.no-toggle .box-chart-connect::before {
        transform: rotate(-90deg);
    }
    .chart-bar-connected-circle .order-leftborder {
        display: none !important;
    }
    .chart-bar-connected-circle{
        border-left: 0;
        width: calc(100%) !important;
        background: white;
        right: 0; !important;
    }
    .box-chart-connect .toggle {
        position: absolute;
        width: 15px;
        height: 15px;
        z-index: 2;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 50px;
    }
    .box-chart-connect .toggle::after {
        content: '';
        width: 11px;
        height: 11px;
        background: transparent;
        border-radius: 50px;
        position: relative;
        position: absolute;
        top: 2px;
        right: 2px;
    }
    .box-chart-connect .toggle::before {
        content: attr(data-val);
        border-radius: 50px;
        position: absolute;
        top: 0px;
        right: 2px;
        color: #FFF;
        z-index: 1;
        font-size: 10px;
        width: 11px;
        text-align: center;
    }
    .chart-bar-connected-circle {
        height: 300px;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        position: absolute;
        top: 70px;
        background: white;
        right: 0;
        width: 100% !important;
        margin:0 !important;
    }
    .chart-bar-connected-circle.no-toggle .box-chart-connect::after {
        content: attr(data-top);
        position: absolute;
        bottom: calc(100% + 45px);
        left: -45px;
        font-size: 11px;
        width: 100px;
        transform: rotate(-90deg);
        text-align: left;
        font-family: iranyekan;
        color: #777;
    }
    .chart-bar-connected-circle.no-toggle .box-chart-connect::before {
        content: attr(data-bottom);
        position: absolute;
        top: calc(100% + 46px);
        left: -45px;
        font-size: 11px;
        width: 100px;
        transform: rotate(-90deg);
        text-align: right;
        font-family: iranyekan;
        color: #777;
    }
    .chart-bar-connected-circle.no-box-chart-connect .box-chart-connect::after {
        content: '';
        position: absolute;
        width: 1px;
        right: 0;
        height: 100%;
        right: 50%;
        transform: translate(50%);
        border: 1px dashed #e1e1e1;
    }
    .box-chart-connect {
        width: calc(100% / 24);
        height: 100%;
        bottom: 0;
        padding: 0 5px;
        position: relative;
        background: #f1f1f1;
    }
}
