/* [START] DIMENSIONI TABELLE */
table.table:not(.datatable) {
    /* font-size: 0.7rem; */
}

table.table:not(.datatable) thead th,
table.table:not(.datatable) tbody td {
    padding: 10px !important;
}
/* [END] DIMENSIONI TABELLE */

table tbody tr td > input:after {
    content: 'Seleziona';
    position: absolute;
    left: 35px;
    top: 4px;
    color: var(--muted);
    font-size: 90%;
    width: 110px;
}