@media print {
    body {
        max-width: 100vw;
        overflow: hidden;
        background-color: #ffffff !important;
    }

    .app-body .sidebar{
        display: none !important;
    }

    *{
        background-image: none !important;
    }


    .app-header{
        display: none !important;
    }

    .app-footer{
        display: none !important;
    }

    .dashboard_footer{
        display: none !important;
    }

    .btn-print{
        display: none;
    }
}



