@media print {
    .hide_on_print {
        display: none !important;
    }
    .show_on_print {
        display: block !important;
    }
    tfoot.show_on_print {
        display: table-footer-group !important;
    }
    .even\:bg-gray-100:nth-child(even) {
        background-color: rgb(243 244 246) !important;
    }
    .print-only-tfoot {
        display: table-footer-group !important;
    }
}
