.table table{
    border: 0px;
}

.table thead tr th {
    font-size: 16px; 
    font-weight: 400; 
    color: #000000; 
    border: 0px; 
    background-color: #F5F6FD !important; 
    border-radius: 8px;
}

.table tbody tr{
    height:50px;
}

.table tbody tr td{
    font-size: 14px; 
    font-weight: 400; 
    color: #757575; 
    border: 0px;
}