
@media print {
    .no-print *,
    .no-print{
        display:none !important;
    }


    .avoid-print-break{
        break-inside: avoid !important;
    }
}


