/*Data table css*/
table>tbody>tr>td,table>thead>tr>th{
    white-space: nowrap;
    font-size: 12px;
    font-weight: 600;
    
}
/*table>tbody>tr>td,table>thead>tr>th{
    font-weight: 500;
}*/
.card .table td, .card .table th{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.table td, .table th {
    padding: 0.4rem;
    vertical-align: unset;
    border-top: 1px solid #dddfe5;

}

table.dataTable thead .sorting:before, 
table.dataTable thead .sorting:after, 
table.dataTable thead .sorting_asc:before, 
table.dataTable thead .sorting_asc:after, 
table.dataTable thead .sorting_desc:before, 
table.dataTable thead .sorting_desc:after, 
table.dataTable thead .sorting_asc_disabled:before, 
table.dataTable thead .sorting_asc_disabled:after, 
table.dataTable thead .sorting_desc_disabled:before, 
table.dataTable thead .sorting_desc_disabled:after{
    bottom: 5px !important;
}