ul.profile * {
  font-size: .85em;
}


.data-table-sm .dt-buttons .btn,
.data-table-sm .dataTables_info,
.data-table-sm .dataTables_filter,
.data-table-sm .paginate_button * {
  font-size: 13px !important;
}


.table-sm {
  font-size: 14px;
}

.cursor-pointer,
.pointer {
  cursor: pointer;
}

.bg-aperta {
  background-color: var(--bs-success);
}

.bg-chiusa {
  background-color: var(--bs-danger);
}

.bg-in_viaggio {
  background-color: var(--bs-warning);
}

.bg-arrivata {
  background-color: var(--bs-info);
}

input,
select,
label {
  font-size: 14px !important;
}

label {
  font-weight: 400 !important;
}

h6 {
  font-weight: 600
}
