.dr-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.dr-table__scroll-container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
}
.dr-table__scroll-container.dr-table__infinite-scroll .ant-table-tbody .ant-table-row:last-child .ant-table-cell {
  border-bottom: none;
}
.dr-table__infinite-footer {
  padding: 16px;
  text-align: center;
  border-top: 1px solid #f0f0f0;
}
.dr-table__infinite-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #666;
}
.dr-table__infinite-no-more {
  color: #999;
  font-size: 12px;
}
.dr-table__fix_pagination.dr-table__inner {
  overflow: hidden;
}
.dr-table__fix_pagination.dr-table__inner .ant-spin-nested-loading {
  height: 100%;
}
.dr-table__fix_pagination.dr-table__inner .ant-spin-nested-loading .ant-spin-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.dr-table__fix_pagination.dr-table__inner .ant-spin-nested-loading .ant-spin-container .ant-table {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
}
.dr-table__inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
}
.dr-table__inner .dr-pagination-right {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dr-table__inner .dr-pagination-right .ant-pagination-total-text {
  margin-right: auto;
}
.dr-table__inner .dr-pagination-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.dr-table__inner .dr-pagination-left {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.dr-table__inner .dr-pagination-left .ant-pagination-total-text {
  margin-left: auto;
  margin-right: 0;
}
.dr-table__inner .dr-pagination-left .ant-pagination-options {
  margin-left: 0;
}
.dr-table__inner .ant-table-column-sorters,
.dr-table__inner .ant-table-filter-column {
  -webkit-box-pack: normal;
  -ms-flex-pack: normal;
  justify-content: normal;
}
.dr-table__inner .ant-table-column-title {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.dr-table__cell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dr-table__pagination {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
