/* Kill DataTables' default #111 bottom rule and Bootstrap table/card edge stacking.
   Loaded last (and re-appended after DataTables CSS). */

table.dataTable,
table.dataTable.no-footer,
table.dataTable.table,
table.dataTable.table-bordered,
div.dataTables_wrapper,
div.dataTables_wrapper.no-footer,
div.dataTables_wrapper.no-footer .dataTables_scrollBody,
div.dataTables_wrapper.no-footer div.dataTables_scrollBody,
div.dataTables_scroll,
div.dataTables_scrollBody,
div.dataTables_scrollHead,
div.dataTables_scrollFoot {
  border: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.page-content table,
.page-content table.table,
.page-content table.table-bordered,
.page-content table.table-striped,
.page-content table.wss-doc-table,
.page-content table[data-wss-table],
.main-content table {
  border: 0 !important;
  border-bottom-width: 0 !important;
  outline: 0 !important;
  --bs-table-border-color: var(--k-border, #e7e5e0);
}

.page-content table > :not(caption) > * > *,
.page-content table.table-bordered > :not(caption) > * > *,
.page-content .table > :not(caption) > * > * {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  border-bottom-color: var(--k-border, #e7e5e0) !important;
  box-shadow: none !important;
}

.page-content table tbody tr:last-child > *,
.page-content table tfoot tr:last-child > *,
.page-content table.table-bordered tbody tr:last-child > *,
.page-content table.dataTable tbody tr:last-child > *,
.page-content .dataTables_wrapper table tbody tr:last-child > * {
  border-bottom: 0 !important;
  border-bottom-width: 0 !important;
  box-shadow: none !important;
}

.page-content .card,
.page-content .card.border-0,
.page-content .card.shadow,
.page-content .card.shadow-sm,
.page-content .card.border-top,
.page-content .card.border-3,
.main-content .card {
  border: 1px solid var(--k-border, #e7e5e0) !important;
  border-bottom-color: var(--k-border, #e7e5e0) !important;
  box-shadow: none !important;
}

.page-content .card-body,
.page-content .card-header,
.page-content .table-responsive,
.page-content .dataTables_wrapper .row:last-child {
  border-bottom: 0 !important;
  box-shadow: none !important;
}

table.dataTable.no-footer,
table.dataTable.row-border,
div.dataTables_wrapper.no-footer,
div.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 0 !important;
  border-bottom-width: 0 !important;
  border-bottom-color: transparent !important;
}
