@media print {

    .react-grid-item {
        display: block !important;
        position: relative !important;
        margin-top: 40px !important;
        height: auto !important;
        border-bottom: 1px solid #ccc;
        top: unset !important;
        left: unset !important;
        width: calc(100vw - 100px) !important;
        transform: unset !important;
        height: 600px !important
    }

    .MuiButtonBase-root {
        display: none !important;
    }

    .widgetInner {
        page-break-inside: avoid;

    }

    .MuiCard-root {
        page-break-inside: avoid;
    }

    #new-ui-footer {
        display: none;
    }

    .MuiDrawer-paperAnchorLeft {
        display: none;
    }

    header {
        display: none !important;
    }

    html {
        overflow-y: visible !important;
    }

    body {
        overflow-y: visible !important;
    }

    #new-ui-sidebar-content {
        padding-left: 0px !important;
        width: 100%;
        max-width: 100%;
        overflow-y: visible;
    }

    #analytics-sidebar {
        display: none;
    }

    #new-ui-content-area-header-offset {
        display: none !important;
    }

    #new-ui-sidebar-fab {
        display: none !important;
    }

    .MuiBox-root {
        overflow: visible !important;
    }
}