body, html {
  height: 100%;
  margin: 0;
}

.scrollable-content {
  overflow-y: auto;
  padding-bottom: 5rem; /* enough space so text isn't hidden under footer */
  max-height: calc(100vh - 6rem); /* adjust to leave space for header/footer */
}

.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #212529;
  color: white;
  /*padding: 1rem;*/
  border-top: 1px solid #444;
  z-index: 1000;
}

.date-column {
  width: 125px; /* Adjust as needed based on font size */
  min-width: 125px;
  white-space: nowrap;
}
