.admin-table-shell,
.admin-table-shell .section-table,
.admin-table-shell .admin-table-section-wrapper,
.admin-table-shell .admin-table-content,
.admin-table-shell .dataTables_wrapper,
.admin-table-shell .dataTables_scroll {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.admin-table-shell {
  overflow: hidden;
}

.admin-table-shell .section-table,
.admin-table-shell .admin-table-section-wrapper,
.admin-table-shell .admin-table-content,
.admin-table-shell .dataTables_wrapper,
.admin-table-shell .dataTables_scroll {
  flex: 1 1 auto;
  overflow: hidden;
}

.admin-table-shell .dataTables_scrollHead,
.admin-table-shell .admin-table-content > form,
.admin-table-shell .admin-table-content > pink-pagination {
  flex: 0 0 auto;
}

.admin-table-shell .dataTables_scrollBody {
  flex: 1 1 auto;
  height: auto !important;
  min-height: 0 !important;
  overflow-y: auto !important;
}

.admin-table-shell .admin-table-content table.dataTable {
  padding-bottom: 0 !important;
}

.admin-table-shell .admin-table-content > pink-pagination {
  position: static !important;
  inset: auto !important;
  box-sizing: border-box;
  width: 100% !important;
  padding-right: 0 !important;
  background: #ffffff;
}
