@page {
    margin: 10mm;
    /* size: A6 auto; */
    size: 10.5cm 14.8cm;
}

@media print {
    .page-break {
        clear: both;
        page-break-after: always;
     }
    body {
        -webkit-print-color-adjust: exact;
        /* padding-top: 20px; 
        padding-bottom: 20px; */
        max-height: 100%;
        margin: 0 !important;;
        padding: 0 !important;
        overflow: hidden;
    }

    @page { 
        margin-top: 0; 
        margin-bottom: 0; 
        size: 10.5cm 14.8cm;
     } 
   
    header,footer { 
        display: none; 
      }
}


.consignment-title1{
    text-align: center;
    
}

.consignment-label1{
    color: #a37453;
}

.consignment-label2{
    color: black;
    font-weight: bold;
}

.consignment-label3{
    color: black;
    font-style: italic;
    font-size: 14px;
}
@media all{
    
}
.column-title1{
    font-size:12px;
    font-weight: bolder;
    /* background-color: #BC8C8B; */
    background-color: #50d770;
    color: black;
}

.column-title2{
    font-size:14px;
    font-weight: bolder;
   font-family: "Poppins";
}

.column-content {
    font-size: 11px;
    font-family: 'Times New Roman', Times, serif;
}

.column-content2 {
    font-size: 11px;
    font-family: 'Times New Roman', Times, serif;
}

.column-content3 {
    font-size: 12px;
    font-family: 'Times New Roman', Times, serif;
}

.column{
    /* border: 1px 1px 0px 1px solid black !important; */
    display: block;
    border-collapse: collapse;
}
.div-content{
    overflow-wrap:break-word
}

.div-content-noncommercialreport{
    overflow-wrap:break-word;
    border-bottom: 0.1mm solid #D3D3D3;
   
   
}

.column-noncommercialreport{
    border-top: 1px solid black;
    border-left:1px solid black;
    border-bottom:1px solid black;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:12px;
    font-weight: bold;
}

.column-description-detail{
    border-left:1px solid black;
    border-bottom:1px solid black;
    font-size:12px;
}

.last-column{
    border-top: 1px solid black;
    border-left:1px solid black;
    border-bottom:1px solid black;
    border-right:1px solid black;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:12px;
    font-weight: bold;
}

.last-column-detail{
    border-left:1px solid black;
    border-bottom: 1px solid black;
    border-right:1px solid black;
    font-size:12px
}

.align-item{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bold-item{
    font-weight: bold;
}

.shippingmark-label{
    font-size: 6px;
    font-weight: bold;
    text-align: center;
}

.shippingmark-label2{
    font-size: 6px;
    text-align: center;
}

.shippingmark-background{
    /* background-color: #f26631; */
    background-color: #272360;
    color: white;
}

.shippingmark-border{
    border-top:1px solid #cfcece;
    border-left: 1px solid #cfcece;
    border-right:1px solid #cfcece;
    border-bottom:1px solid #cfcece;
    

}

.shippingmark-border2{
    /* border-right: 1px solid #cfcece; */
    border-bottom: 1px solid #272360;
}

.shippingmark-border3{
    border-bottom: 1px solid #272360;
}
.shippingmark-border-top{
    border-top: 1px solid #272360;
}
#shippingMark{
    width:100%;
    height:100%;
    
}

.shipping-mark-row-height{
    height:20px;
}