@charset "UTF-8";
.modal .table-wrap {
  max-height: 80vh;
  overflow-y: auto;
}
.modal .table-wrap table thead {
  position: sticky;
  top: 0;
  background-color: #f1f1f1; /* Background color for sticky header */
  z-index: 1; /* Ensure the header stays on top */
}
.modal .table-wrap table th.sort-asc::after {
  content: " ▲";
}
.modal .table-wrap table th.sort-desc::after {
  content: " ▼";
}

/*# sourceMappingURL=modal.css.map */
