#errore {
	color: red;
}

.errore-test {
	color: red;
}

#errore_ocr {
	color: #ff0000;
	font-weight: bold;
	font-weight: var(--wBold);
	text-align: center;
	font-size: 24px;
}

input[type="checkbox"].errore-test {
	width: 15px !important;
}