.auditDataconfiguration .ant-card-head-title {
  padding: 12px 0;
  font-weight: bold;
}
.auditDataconfiguration .ant-card-extra {
  padding: 0;
}
.auditDataconfiguration .ant-card-body {
  padding: 0;
  min-height: calc(100vh - 145px);
}
.auditDataconfiguration .ant-table-body td {
  border-right: 1px solid #EFF4F8;
}
.auditDataconfiguration .ant-table-body td:last-child {
  border-bottom: none;
  border-right: none;
}
.auditDataconfiguration .ant-table-header {
  background: #1784fc;
}
.auditDataconfiguration .ant-table-header .ant-table-thead .tr .th {
  color: white;
}
.auditDataconfiguration .ant-table-wrapper {
  background-color: #fff;
  border-radius: 6px;
}
.auditDataconfiguration .ant-table-wrapper th {
  border-bottom-color: #EEE;
  background-color: transparent;
  color: white;
}
.auditDataconfiguration .ant-table-wrapper td {
  border-bottom: none;
  color: #666;
}
.auditDataconfiguration .ant-table-wrapper tr:nth-child(2n) {
  background-color: #F1F8FF;
}

