.btn-group form {
  display: contents;
}

.icon-small {
  font-size: 18px;
  line-height: 1;
}

/* Extra small buttons for dense tables */
.btn-xs {
  --bs-btn-padding-y: 0.15rem;
  --bs-btn-padding-x: 0.4rem;
  --bs-btn-font-size: 0.75rem;
  --bs-btn-border-radius: 0.2rem;
}

.btn-xs .material-icons {
  font-size: 16px;
  line-height: 1;
}

/* Compact tables (reduce vertical spacing) */
table {
  /* line-height: 1; */
}

table > :not(caption) > * > * {
  padding: 0.20rem 0.3rem !important;
}

.table {
  --bs-table-cell-padding-y: 0.20rem;
  --bs-table-cell-padding-x: 0.3rem;
  /* font-size: 0.92rem; */
}

.table-sm {
  --bs-table-cell-padding-y: 0.2rem;
  --bs-table-cell-padding-x: 0.4rem;
}

/* Wide content container */
/* main.container-fluid {
  max-width: 100%;
} */

/* Sidebar filtri fissa */
/* .filters-sidebar {
  width: 350px;
  max-width: 100%;
} */
