.table-wrapper {
  overflow-x: auto;
  position: sticky;
  bottom: 0;
  background: white; /* Optional: to keep it visible */
  width: 100%;
}

.pagination-dark .page-link {
    background-color: #343a40;
    color: white;
    border: 1px solid #454d55;
}

.pagination-dark .page-link:hover {
    background-color: #495057;
    border-color: #495057;
}

.pagination-dark .page-item.active .page-link {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: white;
}

.fixed-width-login-card {
  width: 310px;
}

.faded {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.table {
  height: 40%;
}

.table .td {
  padding: 0.35rem 0.35rem !important;
}

.table .form-control .form-select {
  font-size: 14px !important;
  padding: 0.375rem 0.4rem !important;
}

.thead-fixed {
  position: sticky;
  top: 0;
  background: white;
  z-index: 2;
}