.tableContainer {
  overflow-x: auto;
  margin-left: 1rem;
  margin-right: 1rem;
  position: relative;
  border-radius: 5px;
}

.dataContainer {
  margin-bottom: 70px;
}

.customTable {
  margin-bottom: 0px !important;
}

.tableContainer[showing-pagination="false"] {
  margin-bottom: 300px !important;
}

.customTable th,
.customTable td {
  white-space: nowrap;
}

.sticky-column {
  position: sticky;
  top: 0;
  right: 0;
  border-left: none;
}

.sticky-column::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 101%;
  background-color: #aaa;
  z-index: 3;
}
