/*--- static/css/table.css ---*/

.table-row-clickable {
    cursor: pointer;
}
.table-row-clickable:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

/* Scroll vertical */
.apartments-table {
  max-height: calc(98vh - 210px); /* ajuste selon header/navbar */
  overflow-y: auto;
}

/* Scroll vertical */
.rentReceipts-table {
  max-height: calc(100vh - 20rem);
  overflow-y: auto;
}