
.inv-item {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin: 0 0;
    line-height: 1.5;
}
.inv-key {
    width: 8.5rem;
    display: flex;
    flex: 0 0 auto;
    font-weight: 500;
    justify-content: space-between;
}
.inv-key::after {
    content: ':';
    display: inline-flex;
    margin: 0 0.4rem;
}
.inv-val {
    flex: 0 1 auto;
}
#printableArea {
    position: relative;
}
.watermark {
    font-family: 'Poppins', 'SolaimanLipi', sans-serif;
    font-size: 6rem;
    font-weight: 800;
    text-transform: uppercase;
    position: absolute;
    line-height: 1.1;
    color: #333;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
    opacity: 0.25;
    z-index: 9999;
}
@media print {
    .table th,
    .table td {
        line-height: 1.3!important;
        padding: 0.1rem 0.2rem !important;
        font-size: 12px !important;
    }
    body {
        line-height: 1.4!important;
        color: #000 !important;
        font-size: 12px !important;
    }
    .watermark {
        opacity: 0.15;
    }
}
