.card-table .card-table-header .table-list-toolbar {
  overflow-x: auto;
  overflow-y: hidden;
}
.card-table .card-table-header .table-list-toolbar .table-list-toolbar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 64px;
  padding: 0 24px;
  line-height: 64px;
}
.card-table .card-table-header .table-list-toolbar .table-list-toolbar-container .table-list-toolbar-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.card-table .card-table-header .table-list-toolbar .table-list-toolbar-container .table-list-toolbar-left .table-list-toolbar-title {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-weight: 500;
}
.card-table .card-table-header .table-list-toolbar .table-list-toolbar-container .table-list-toolbar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-table .card-table-header .table-list-toolbar .table-list-toolbar-container .table-list-toolbar-right .ant-btn {
  margin-right: 5px;
}
.card-table .card-table-header .table-list-toolbar .table-list-toolbar-container .table-list-toolbar-right .toolbar-item {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
}
.card-table .card-table-content {
  padding: 0 20px 20px 20px;
}
.card-table .ant-card-body {
  padding: 0;
}
.card-table .table-alert {
  margin-bottom: 16px;
}

