



/*@media (max-width:767px) {

   

    td.icontablecollopse::after {
        content: "\f067";
        display: flex;
        font-size: 12px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 15px;
        justify-content: center;
        align-items: center;
        height: 15px;
        background-color: #bde0ff;
        border-radius: 50px;
    }

    .newtableresponsiveclasscollops tr.collapsed td.icontablecollopse::after {
        content: "\f068";
    }
}

@media (min-width:768px) and (max-width:991px) {
    td.icontablecollopse {
        width: 50px;
        padding-left: 20px !important;
        position: relative;
    }

   

    td.icontablecollopse::after {
        content: "\f067";
        display: flex;
        font-size: 12px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 15px;
        justify-content: center;
        align-items: center;
        height: 15px;
        background-color: #bde0ff;
        border-radius: 50px;
    }

    .newtableresponsiveclasscollops tr.collapsed td.icontablecollopse::after {
        content: "\f068";
    }
}*/
