.max-w-7xl{
    max-width: 1451px;
}

* {
    font-size: 1rem;
}

.text-sm , .text-xs {
    font-size: 1rem;
}

.sm_overflow {
    overflow-x: scroll;
    border-radius: 0px
}

/* Stampa vs Non stampa */
@media not print {
    .sm_print_only {
        display: none;
    }
}

@media print {
    .sm_print_not {
        display: none;
    }
}

.sm_live_search {
    width: 89%;
    position: relative;
    float: right
}

.sm_live_count {
    width: 10%;
}

@media (orientation: portrait) {
    .sm_live_search {
        width: 77%;
        margin-left: 3%;
    }

    .sm_live_count {
        width: 20%;
    }
}

input:disabled {
    background-color: lightgrey;
}