/*!
classi personalizzate per override bootstrap FSE */

.list-inline-item:not(:last-child) {
  	margin-right: 0;
}

.form-control {
	font-size: 0.9rem;
}

.table td, .table th {
	padding: .50rem;
}

.card {
	margin-bottom: 1.25rem;
}

.card-body{
	padding: .70rem 1.25rem;
}

.card-title {
	margin-top: 0;
  	margin-bottom: 0;
  	color: inherit;
}

.custom-file-input:lang(it) ~ .custom-file-label::after {
  content: "Scegli il file";
}