.ant-table table {
  table-layout: auto !important;
}
.ant-table-content {
  overflow-x: auto;
}
.ant-layout > .ant-layout-header {
  padding: 0 16px;
}
.table-footer {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  text-align: left;
  background: #fafafa;
  /* border-bottom: 1px solid #f0f0f0; */
}
.table-divider {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  text-align: left;
  background: #fafafa;
  /* border-bottom: 1px solid #f0f0f0; */
}
tr.ant-table-row.table-divider > td.ant-table-cell {
  padding: 24px 0px 8px 8px;
}
.row-alert {
  /* color: red !important; */
  background-color: #ffccc7 !important;
}
.ant-table-tbody > tr.row-alert:hover > td {
  background-color: #fff2f0;
}
.row-alert button span,
.row-alert .ant-badge-status-text {
  /* color: red !important; */
}
.ant-descriptions-item-label {
  color: #1a2a5a;
  font-weight: 500;
}
.text-white,
a.text-white {
  color: #ffffff;
}
