

@page{
    size: A4;
    margin: 10mm;
}

@media print{
    html, body{
    width: 210mm;
    height: 297mm;
    }
}

@media  print{
    html{
        
        position: relative;
        break-before:always; 
        page-break-before: always;
    }
    #kt_body{
        background-color:white;
    }
    
    #kt_subheader{
       
    }
 
    #kt_header{
        display:none;
    }
    #kt_footer{
        display:none;
    }
    #kt_header_mobile{
        display:none;
    }


}