#container-table[data-v-0b7e41ca] {
  max-height: 67vh;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
[data-v-0b7e41ca]::-webkit-scrollbar {
  width: 3px; /* Remove scrollbar space */
  background: transparent; /* Optional: just make scrollbar invisible */
}

/* Optional: show position indicator in red */
[data-v-0b7e41ca]::-webkit-scrollbar-thumb {
  background: rgb(194, 194, 194);
}
.table > thead > tr > th[data-v-0b7e41ca] {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 999;
}
.table > tbody > tr > td[data-v-0b7e41ca] {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  border: none !important;
}
.only-border-bottom[data-v-0b7e41ca] {
  border-top: none;
  border-left: none;
  border-right: none;
}


/*# sourceMappingURL=chunk-c0cd4108.9974bd90.css.map*/