#containerTable {
  overflow: auto;
  scroll-margin-top: 10px;
  max-height: 75vh;
}

#containerTable thead {
  position: sticky;
  top: 0;
  z-index: 1;

}

#containerTable::-webkit-scrollbar {
  -webkit-appearance: none;
}

#containerTable::-webkit-scrollbar:vertical {
  width: 10px;
}

#containerTable::-webkit-scrollbar-button:increment,
#containerTable::-webkit-scrollbar-button {
  display: none;
}

#containerTable::-webkit-scrollbar:horizontal {
  height: 10px;
}

#containerTable::-webkit-scrollbar-thumb {
  background-color: #293133;
  border: 2px solid #767c7e;
}

#containerTable::-webkit-scrollbar-track {
  margin-top: 1px;
}

.table-no-space {
  border-collapse: collapse !important;
}

.table-no-space th {
  border: none !important;
  padding: 8px !important;
}

.table-no-space .sub-header th {
  border-top: none !important;
}
