.table-container {
  transition: max-height 0.2s ease-in-out;
}
.table-container .sticky-header {
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #dee2e6;
  background-color: #e8ecf2 !important;
  background: #e8ecf2 !important;
}
.table-container .sticky-header th.sticky-header-cell {
  background-color: #e8ecf2 !important;
  background: #e8ecf2 !important;
  border-top: none !important;
}
.table-striped .sticky-header th.sticky-header-cell,
.table-hover .sticky-header th.sticky-header-cell,
.table .sticky-header th.sticky-header-cell {
  background-color: #e8ecf2 !important;
  background: #e8ecf2 !important;
}
.sticky-header-cell {
  border-top: none !important;
}
/*# sourceMappingURL=dynamic-table-scrolling.css.map */