@media print {

    @page {
        size: A4;
        background: none !important;
        margin: 20px;
    }

    #invoice_wrapper{
        background: none !important;
        padding: 0px;
        margin: 0px;
        color: #000 !important;
    }

    .img{
        width: 100px;
    }

    .row {
        display: flex;
    }

    .col-lg-6{
        width: 50%;
        float: left;
        margin-bottom: 15px;
    }

    .table>:not(caption)>*>* {
        padding: 10px;
        background: none !important;
        border: 0px !important;
    }

    .item_row:nth-child(2n+0) {
        background: none !important;
    }

    .status-outline, status-outline:hover {
        border: 2px solid grey;
        padding: 3px 10px;
        text-align: center;
        /* text-transform: uppercase; */
        font-size: 13px;
        color: grey;
        border-radius: 5px;
    }

    .status-outline{
        width: 100px;
        margin-bottom: 5px;
        text-transform: capitalize;
    }

    td{
        color: #000;
    }
}
