@media print {
    .as-sidebar,
    .as-topbar,
    .report-actions,
    .report-filters,
    .btn,
    nav,
    footer {
        display: none !important;
    }

    body {
        background: #fff !important;
        color: #000 !important;
    }

    .container-fluid,
    .as-main-content {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .card {
        border: 0 !important;
        box-shadow: none !important;
    }

    .card-body {
        padding: 0 !important;
    }

    table {
        width: 100% !important;
        border-collapse: collapse !important;
        font-size: 11px;
    }

    th,
    td {
        border: 1px solid #888 !important;
        padding: 4px !important;
        vertical-align: top !important;
    }

    th {
        background: #eee !important;
    }
}
