.table-responsive-sticky {
  overflow: auto;
  max-width: 100%;
  max-height: calc(100vh - 280px);
}
.table-responsive-sticky table {
  border-collapse: separate !important;
  border-spacing: 0;
}
.table-responsive-sticky th,
.table-responsive-sticky td {
  white-space: nowrap;
}
.table-responsive-sticky thead th {
  position: sticky;
  top: 0;
  z-index: 10;
}
.table-responsive-sticky .sticky-col {
  position: sticky;
  left: 0;
  z-index: 5;
}
.table-responsive-sticky .sticky-cell {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 15;
}