/*
1 colore bottone
2 bordo/hover
3 testo
*/
.hostDashboard {
  padding-block: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.hostDashboard .searchableList__table {
  max-height: 30svh;
  overflow-y: auto;
}
.hostDashboard__section {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.hostDashboard .card__body {
  max-height: 300px;
  overflow-y: auto;
}

/*# sourceMappingURL=Dashboard.css.map */
