.printing_table {
    /* border: 1px solid; */
    table-layout: fixed;
}

.printing_table_100 {
    table-layout: fixed;
    width: 100%;
}

/* .printing_table tr,
 .printing_table th,
 .printing_table td{
    border: 1px solid;
} */

.printing_table th {
    vertical-align: top;
}

.print_label {
    margin: 20px 0 0 20px;
    width: 4in;
    height: 1.8in;
}

.label_table {
    width: 100%;
    border: 1px solid;
}

.label_table th,
.label_table td {
    border: 1px solid;
}

.label_table th {
    width: 40%;
}

.border_top_none {
    border-top: none !important;
}

.border_left_none {
    border-left: none !important;
}

.border_right_none {
    border-right: none !important;
}

.company_detail {
    width: 70%;
    float: right;
    margin: 8% 8% 0 0;
    font-size: x-small;
    text-align: justify;
}

/* .invoice-title {
    margin: 20px 0 0 0;
    text-align: center;
    font-size: xx-large;
    font-weight: bold;
} */

.invoice_title {
    margin: 20px 38% 0 38%;
    text-align: justify;
    font-size: xx-large;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.invoice-title p {
    flex: 1;
    text-align: center;
}

.qr-placeholder {
    position: absolute;
    bottom: 40px;
    /* Adjust as needed */
    right: 6%;
    /* Adjust as needed */
    /* Other styles you might want for the QR placeholder */
}

.target_and_order_detail {
    margin: 0 4% 0 4%;
}

.remarks {
    margin: 20px 4% 50px 4%;
}

.sign_and_qr {
    margin: auto 4% 20px 4%;
}

.product_detail {
    margin: 20px 4% 0 4%;
    /* min-height: 350px; */
}

.product_detail_table {
    border: 1px solid;
    table-layout: fixed;
    font-size: small;
}

.product_detail_table td {
    vertical-align: baseline;
}

.product_detail_table tr,
.product_detail_table th,
.product_detail_table td {
    border: 1px solid;
    padding: 0px 3px 0px 3px;
}
/* 
.container {
    position: relative;
    width: 200px;
    height: 200px;
    border: 1px solid black;
}

.qr_container {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid black;
}

.qr {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 5px;
    font-size: 12px;
}

.bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 5px;
    font-size: 12px;
} */

.space_between_container {
    display: flex;
    justify-content: space-between;
}

.border_none {
    border-top: none !important;
    border-bottom: none !important;
}

/* .datetime {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 10px;
    font-size: 12px;
} */

/* @media print {

    .print {
        width: 99vw;
        border-style: hidden;
        page-break-after: auto;
        height:99vh;
        margin: auto;
    }

    .print_label {
        height: 4.57cm;
        width: 10.16cm;
    }

    .noBreak {
        break-inside: avoid;
    }

    .print {
        border: none !important;
        width: auto;
    }
} */