

@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-regular/robotocondensed-regular-webfont.woff2') format('woff2'),
        url('../fonts/roboto-regular/robotocondensed-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-regular/roboto-bold-webfont.woff2');
    src: url('../fonts/roboto-regular/roboto-bold-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;

}
.header-wapper{
    display: flex;
}
.strong,
strong,
b {
    font-family: robotobold;
    font-weight: normal!important;
}

.inv-header th {
    text-align: center;
}

.inv-header th:nth-child(2) {
    text-align: left;
}

.print-wrapper {
    padding: 5px 0px;
}

body{
    font-family: roboto!important;
    font-size: 13px;
    padding: 0;
}

h1 {
    font-family: roboto_condensedbold;
    font-size: 30px;
    margin: 0;
    border: 0px solid #000;
}

.tbl-header {
    margin-bottom: 5px;
}

.tbl-orderinfo {
    margin-top: 30px;
}

.tbl-orderinfo td {
    width: 33%;
    border: 0px solid #000;

}

.tbl-orderinfo h5 {
    font-size: 13px;
    margin: 0;
    line-height: 1.2em;
}

.tbl-orderinfo p {
    line-height: 1.2em;
    font-size: 12px;
}

.tbl-header tr td:first-child {
    width: 350px;
}

hr {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #6d6d6d;
    margin: 0;
}

.tbl-address {
    margin: 10px 0px;
}

.tbl-address td {
    font-size: 11px;
    /* width: 25%; */
    padding: 0 10px;
    border-left: 2px solid #ada0a0;
}

.tbl-address td:last-child{
    
}

.tbl-address td:first-child {
    border-left: 0;
    padding-left: 0;
}


.tbl-items {
    margin-top: 20px;
    margin-bottom: 0px;
}

.tbl-items th {
    padding: 5px 8px;
    font-size: 11px;
    white-space: nowrap;
}

.tbl-items td {
    padding: 5px;
    font-size: 13px;
}


.tbl-item-detail td {
    font-family: 13px;
}


.tbl-items th.sl {
    width: 30px;
}

.tbl-items th.qtn {
    width: 50px;
}

.tbl-items th.rate,
.tbl-items th.uttl {
    width: 80px !important;
}

.tbl-items td.number {
    text-align: right;
}

.tbl-item-detail td:first-child {
    width: 30%;
}

.tbl-items th {
    border: 1px solid #7a7a7a;
}

.tbl-items td {
    border: 1px solid #7a7a7a;
}

.tbl-items td table td {
    border: 0
}

.no-lb-border {
    border-bottom: 0px !important;
    border-left: 0px !important;
}

.tbl-items th.itemtbl-footer {
    text-align: right;
    white-space: nowrap;
}

.tbl-items {
    background-color: transparent;
    border-collapse: collapse;
}


.terms-wrapper hr {
    margin: 0px;
}

h2 {
    font-size: 15px;
    margin: 6px 0;
}

h3 {
    font-size: 12px;
    margin: 0px 0;
}

.terms-wrapper ol {
    margin-left: 0;
    padding-left: 0;
    margin-top: 0;

}

.terms-wrapper li {
    font-size: 11px;
    margin-left: 15px;

}

h4 {
    font-size: 12px;
}


@media print {

    .print-wrapper {
        padding: 10px 40px;
    }

    body {
        font-family: roboto;
        font-size: 13px;
    }

    h1 {
        font-family: roboto_condensedbold;
        font-size: 30px;
        margin: 0;
        border: 0px solid #000;
    }

    .tbl-header {
        margin-bottom: 5px;
    }

    .tbl-orderinfo {
        margin-top: 30px;
    }

    .tbl-orderinfo td {
        width: 33%;
        border: 0px solid #000;

    }

    .tbl-orderinfo h5 {
        font-size: 13px;
        margin: 0;
        line-height: 1.2em;
    }

    .tbl-orderinfo p {
        line-height: 1.2em;
        font-size: 12px;
    }

    .tbl-header tr td:first-child {
        width: 350px;
    }

    hr {
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid #6d6d6d;
        margin: 0;
    }

    .tbl-address {
        margin: 10px 0px;
    }

    .tbl-address td {
        font-size: 6pt;
        width: 25%;
        padding: 0 10px;
        border-left: 2px solid #ada0a0;
    }

    .tbl-address td:first-child {
        border-left: 0;
        padding-left: 0;
    }


    .tbl-items {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .tbl-items th {
        padding: 5px 8px;
        font-size: 13px;
        white-space: nowrap;
    }

    .tbl-items td {
        padding: 5px;
        font-size: 13px;
    }

    .tbl-items th.number {
        width: 80px !important;
    }

    .tbl-items td.number {
        width: 80px !important;
        text-align: right;
    }

    .tbl-item-detail td {
        font-family: 13px;
    }

    .tbl-item-detail td:first-child {
        width: 30%;
    }

    .tbl-items th {
        border: 1px solid #7a7a7a;
    }

    .tbl-items td {
        border: 1px solid #7a7a7a;
    }

    .tbl-items td table td {
        border: 0
    }

    .no-lb-border {
        border-bottom: 0px !important;
        border-left: 0px !important;
    }

    .tbl-items th.itemtbl-footer {
        text-align: right;
        white-space: nowrap;
    }

    .tbl-items {
        background-color: transparent;
        border-collapse: collapse;
    }

    .tbl-items {
        break-after: always;
    }

    .terms-wrapper {
        padding-top: 60px;
    }

    .terms-wrapper hr {
        margin: 0px;
    }

    h2 {
        font-size: 10pt;
        margin: 6px 0;
    }

    h3 {
        font-size: 7pt;
        margin: 0px 0;
    }

    .terms-wrapper ol {
        margin-left: 0;
        padding-left: 0;
        margin-top: 0;

    }

    .terms-wrapper li {
        font-size: 6pt;
        margin-left: 15px;

    }

    h4 {
        font-size: 8pt;
    }

}


kbd {
    font-family: roboto;
    padding: 4px 8px;
}

kbd.due {
    background-color: #FF0000;
    border: 0 !important;
    box-shadow: none;
}

kbd.over-due {
    background-color: #cf0404;
    border: 0 !important;
    box-shadow: none;
}

kbd.paid {
    background-color: #07b100;
    border: 0 !important;
    box-shadow: none;
}

kbd.over-paid {
    background-color: #056b02;
    border: 0 !important;
    box-shadow: none;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}


h5,
th,
h3,
h4,
h2,
strong {
    font-weight: normal;
    font-family: robotobold;
}


@media print {

    html,
    body {
        height: 99%;
    }
}

.print:last-child {
    page-break-after: auto;
}

.tbl-header h3 {
    font-family: roboto_condensedbold;
    border: 0px solid #000;
    font-size: 30px;
    padding: 0;
    margin: 0;
}

.tbl-header h4 {
    border: 0px solid #000;
    font-size: 13px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    margin-top: -5px;
}

@page {
    size: A4;
    margin: 1cm;
}

.print {
    /*        display: none;*/
}

@media print {
    div.fix-break-print-page {
        page-break-inside: avoid;
    }

    .print {
        display: block;
    }
}

.print:last-child {
    page-break-after: auto;
}

apper{
display: flex;

align-items: center;      /* Vertical centering */

}


.column1 {
flex-basis: 150px;
background-color: rgb(255,255,255); /* Just for visualization */
}

.column2 {
flex-basis: 100%;
background-color: rgb(255,255,255); /* Just for visualization */
}

</style>
<style>
.slip-footer {
text-align: center;
}

.poweredby {
font-family: roboto;
font-size: 11px;
color: #c0c0c0;
}

.signature strong {
display: inline-block;
margin-top: 8px;
text-transform: uppercase;
}


.this-swal-modal-width{
    width: 80% !important; /* 80% of the viewport width */
    max-width: 800px;      /* Optional: Set a max-width */
    text-align: left;
}

.inv-btns-wrap hr{
    margin-bottom: 8px;
}

.inv-btns-wrap{
    margin-top: 8px;
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: space-between;
}
.inv-btns-wrap .col-left{
   text-align: left!important;
}