.cursor{
    cursor: pointer;
}
/* common table style */
/* table {
    width: 100%;
}

.mat-table{
    width:100% !important;
    margin-top: 0px !important;
} 
thead tr{
    background-color:black !important;
}
thead th{
    padding: 8px 12px !important;
    color: white !important;
}
td{
    padding: 8px 12px !important;
}
table tbody td {
    vertical-align: middle !important;
} */
