@media print {
    *, *:before, *:after {
        color: #000;
        box-shadow: none;
        text-shadow: none;
    }

    * {
        -webkit-print-color-adjust: exact;
    }

    html, body {
        height: 297mm;
        width: 210mm;
        -webkit-print-color-adjust: exact;
        background: none;
    }

    html, body {
        font-size: 20px;
        color: black;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    .non-printable {
        display: none;
    }


    .chat-widget {
        display: none;
    }

    #sidebar {
        display: none;
    }

    .header, .footer {
        display: none;
    }

    .modal {
        background-color: white;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: 0;
        font-size: 13px;
        font-family: Arial,sans-serif;
        color: black !important;
        border: 0 !important;
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid black !important;
    }

    .modal-content {
        border: 0;
    }

    .modal-header {
        display: none;
    }

    .modal-footer {
        display: none;
    }

    .details-card-footer.card-footer {
        display: none;
    }
    #toasts-container {
        display: none;
    }
    .modal {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        padding: 0;
        overflow: visible !important;
    }
    .docs-card {
        width: 100%;
        max-width: 100% !important;
        background-color: #fff;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .card {
        border:0;
    }
    .order-form {
        padding-bottom: 0!important;
        margin: 0!important;
    }
        .order-form .table {
            width:100%;
        }
        .order-form .table-responsive {
            display: block;
            width: 100%;
            overflow-x: visible;
        }
        .order-form .table td, .order-form .table th {
            padding: 0.3rem;
            background-color: #fff !important;
            color: #000000 !important;
        }

        .order-form .card-footer {
          display:none;
        }

    .modal .modal-footer {
        display: none !important;
    }
    #content {
        padding-top: 0;
    }

    @page :footer {
        display: none
    }

    @page :header {
        display: none
    }

    @page {
        /*      margin: 0;*/
        size: A4;
        margin-top: 1.25cm;
        margin-bottom: 1cm;
    }

    .page-break {
        page-break-inside: avoid;
        page-break-before: always;
    }
}
