.ant-table-thead {
  tr {
    & > th {
      background-color: #f4f6fa !important;
      font-weight: bold;
      color: #2a2c2c !important;
    }
  }
}
.ant-table-tbody {
  tr {
    & > td {
      height: 64px;
      color: #2a2c2c !important;
    }
  }
}
.ant-table-footer {
  background: #f4f6fa;
}
