.navbar {
    padding: 3px !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 3px
}

.dropdown-item.disabled {
  color: #ff0000 !important; /* Replace #ff0000 with your desired color */
  pointer-events: none; /* Ensures the item remains unclickable */
  opacity: 0.6;
}

table.dataTable td {
    font-size: 0.9em !important;
}

.fa-solid {
    font-size: 25px !important;
}

.td-icons {
  display: flex;
  justify-content: space-between; /* uno a sinistra, uno a destra */
  align-items: center;            /* verticale centrato */
}

#accessi td {
  vertical-align: middle; /* testo e contenuto allineati al centro verticale */
}

.highlightedAmount {
  background-color: yellow !important;
  font-weight: bold !important;
}