.swal2-container {
  z-index: 1234 !important;
}

.tableFixHeadFoot {
  height: 100%;
  overflow-y: auto;
}

.table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
}

thead th,
tfoot th {
  position: sticky;
  background: #fff; /* Optional: Set background to prevent content from showing through */
  z-index: 2; /* Ensure header and footer appear above body content */
}

thead th {
  top: 0;
}

tfoot th {
  bottom: 0;
}