/* For mobile tables */
.no-desk{
    display: none;
}

@media(max-width: 768px){
    table.responsive-doubleheader{
        width: 100%!important;
    }
    .responsive-doubleheader th:nth-child(2) {
        border-top-left-radius: 0!important;
        border-top-right-radius: 0.42rem!important;
        width: 100%!important;
    }
    .body-lang-rtl .responsive-doubleheader th:nth-child(2) {
        border-top-right-radius: 0!important;
        border-top-left-radius: 0.42rem!important;
    }
    .no-mob{
        display: none;
    }
    .child.shown .child ul,
    .responsive-doubleheader .child ul{
        width: 100%;
    }
    .child.shown .child ul li .dtr-title, .sec-head, .wrapper-cont,
    .responsive-doubleheader .child ul li .dtr-title{
        width: 50%;
        margin-top: 10px;
    }
    .mob-wrapper{
        display: flex;
    }
    .sec-head{
        font-weight: bold;
        margin-top: 10px;
    }
    td.no-desk, th.no-desk{
        display: table-cell!important;
        width: 0!important;
    }
    table.dataTable thead .sorting_asc:after {
        display: none!important;
    }
    table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before {
        color: #CD0511!important;
        margin-top: 0px!important;
        border:none!important;
        border-radius: none!important;
        box-shadow: none!important;
        box-sizing: none!important;
        font-family: 'Font Awesome 5 Free'!important;
        content: "\f107";
        font-weight: 900;
        background-color: transparent!important;
    }
    table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before {
        content: "\f106";
    }

    table.responsive-doubleheader td{
        text-align: left!important;
    }
}