@media print {

    #__app {
        height: auto;
    }

    .dx-button,
    .dx-switch,
    .switch-wrapper,
    .dx-page-toolbar,
    header.header-component,
    .side-navigation-menu,
    .custom-filter {
        display: none !important;
    }

    .layout-body .dx-drawer-panel-content {
        width: 0 !important;
    }

    .panel {
        background: none;
        box-shadow: none;
    }
}