/* Reusable styles for DataTables with vertical scrolling. */
.dt-scroll-sync .dataTables_scroll {
  margin-top: 0.5rem;
}

.dt-scroll-sync .dataTables_scrollHead {
  overflow: hidden !important;
}

.dt-scroll-sync .dataTables_scrollHeadInner {
  min-width: 100% !important;
}

.dt-scroll-sync .dataTables_scrollHeadInner table,
.dt-scroll-sync .dataTables_scrollBody table {
  min-width: 100% !important;
}

.dt-scroll-sync .dataTables_scrollBody {
  border-bottom: 1px solid #dee2e6;
  overflow-x: auto !important;
}
