@media print {
    @page {
        size: A4;
        width: 100%;
        margin-top: 0.5mm;
        margin-bottom: 1mm;
        margin-right: 0.2mm;
        margin-left: 0.2mm;
        background-color: #ffffff !important;
    }

    .fw-bold {
        font-weight: 700;
    }

    body {
        padding: 0;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        background-color: #fff;
        font-family: 'Courier New', Courier, monospace;
        color: #000;
        line-height: 1.2;
        /*11px*/
        /* font-size: 0.6875em; */
        /*12px*/
        font-size: 0.75em;
        /*13px*/
        /* font-size: 0.8125em; */
        /*14px*/
        /* font-size: 0.875em; */
    }

    .table,
    table {
        width: 100% !important;
    }

    .print-area {
        border: none;
        margin: 0;
        padding: 0;
    }

    .no-print {
        display: none !important;
    }

    #main-wrapper,
    .page-wrapper,
    .body-wrapper {
        padding: 0;
        margin: 0;
    }

    .card,
    .card-body {
        border: none;
        border: 0 !important;
        outline: none;
        box-shadow: none !important;
        background-color: #ffffff !important;
        border-radius: 0;
    }
}