.my-custom-scrollbar {
  position: relative;
  height: 200px;
  overflow: auto;
}

.table-wrapper-scroll-y {
  display: block;
}

.table-responsive {
  /*max-height: 500px;*/
}

.table-responsive {
  /*max-height: max-content;*/
}

.table-responsive-2 {
  max-height: 800px;
}

.table-responsive-2 {
  /*max-height: 800px;*/
}

.th {
  color: #000000;
}

