.table_custom_cattel_16 {
    position: relative;
    margin-top: 45px;
}

.table_custom_cattel_16::before {

    content: '';
    height: 2px;
    width: 100%;
    background: #44c488;
    position: absolute;
    top: 31px;
    z-index: 2;
}

.table_custom_cattel_16 .list-table {
    width: 33%;
}

.table_custom_cattel_16 .list-table li {
    margin-bottom: 3px;
    background: #f6f6f6;
    padding: 5px 5px 5px 50px;
    position: relative;
}

.table_custom_cattel_16 .list-table li span {
    font-size: 12px;
}

.table_custom_cattel_16 .list-table li .value {
    position: absolute;
    left: 0;
    width: 35px;
    text-align: center;
    top: 0;
    height: 100%;
    background: #aaa;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}


.table_custom_cattel_16 .chart_for_table {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 33%);
    background: #c37d7d;
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
}

.table_custom_cattel_16 .chart_for_table > div {
    width: 100%;
    background: #f1f1f1;
    height: 100%;
    border-right: 1px solid #ccc;
    position: relative;
}

.table_custom_cattel_16 .chart_for_table > div:last-child {
    border-right: none;
}

.table_custom_cattel_16 .chart_for_table > div::before {
    content: attr(data-title);
    width: 100%;
    text-align: center;
    display: block;
    font-size: 10px;
    font-family: iranyekan;
    color: #666;
    top: -20px;
    position: absolute;
}

.table_custom_cattel_16 .chart_for_table {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 430px);
    background: #c37d7d;
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
    margin: 0 100px;
}

.table_custom_cattel_16 .list-table li .label-right {
    position: absolute;
    right: 226px;
    width: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 100%;
    text-align: left !important;
    display: flex;
    align-items: center;
    justify-content: left;
    top: 0;
    padding-left: 5px;
    direction: ltr;
}

.table_custom_cattel_16 .list-table li .label-left {
    position: absolute;
    right: calc(300% - 88px);
    width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: right;
    top: 0;
}

.table_custom_cattel_16 .toggle {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: #44c488;
    border-radius: 50px;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}

.table_custom_cattel_16 .toggle::after {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 12px;
    height: 12px;
    background: white;
    content: '';
    border-radius: 50px;
}

.table_custom_cattel_16 .value::before {
    content: attr(data-label);
    position: absolute;
    color: green;
    font-size: 10px;
    position: absolute;
    right: -14px;
    width: 10px;
    text-align: left;
    bottom: 2px;
}

@media only screen and (min-width: 768px) {
    .d-mobile {
        display: none !important;
    }

}

@media only screen and (max-width: 768px) {
    .table_custom_cattel_16 .list-table {
        width: 0;
    }
    .table_custom_cattel_16 .list-table .title  {
        display: none;
    }
    .table_custom_cattel_16 .list-table .value {
        display: none !important;

    }
    .table_custom_cattel_16 .list-table li {
        padding: 0;
        min-height: 30px;
    }
    .table_custom_cattel_16 .chart_for_table {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% - 140px);
        background: #c37d7d;
        height: 100%;
        display: flex;
        flex-direction: row-reverse;
        margin: 0 70px;
    }
    .table_custom_cattel_16 .list-table li .label-right {
        position: absolute;
        right: 0;
        width: 70px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 100%;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: left;
        top: 0;
        font-size: 10px !important;
    }
    .table_custom_cattel_16 .list-table li .label-left {
        position: absolute;
        /*right: calc(100% + 210px);*/
        width: 65px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 100%;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: right;
        top: 0;
        font-size: 9px;
    }
    .table_custom_cattel_16 .toggle {
        position: absolute;
        content: '';
        width: 10px;
        height: 10px;
        background: #44c488;
        border-radius: 50px;
        z-index: 10;
        top: 50%;
        transform: translateY(-50%);
    }
    .table_custom_cattel_16 .toggle::after {
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
        width: 6px;
        height: 6px;
        background: white;
        content: '';
        border-radius: 50px;
    }
}

