body * {
    /*display: none;*/
}

#kt_app_header, .app-header-menu {
    display: none !important;
}

body .printable {
    display: table;
    border-collapse: collapse !important;
}

body .printable .not_print {
    display: none !important;
}

body .not_print {
    display: none !important;
}


.btn.btn-flex.btn-primary.h-40px.fs-7.fw-bold {

}



body .printable thead {
    display: table-header-group !important;
}

body .printable tbody {
    display: table-row-group !important;
}

body .printable tr {
    display: table-row !important;
    border-collapse: collapse !important;
}

body .printable td, body .printable th {
    display: table-cell !important;
    border: 1px solid #000 !important;
    padding: 5px !important;
    border-collapse: collapse !important;
}