body {
    font-family: 'Calibri', 'SolaimanLipi', sans-serif !important;
    font-weight: 500;
    color: #000;
    margin: 0;
}
.bill-title {
    padding: 0.2rem 0.75rem;
    border: 1px solid #000;
}
.table th,
.table td {
    text-align: left;
    padding: 0.15rem 0.35rem !important;
}
.table.table-bordered th,
.table.table-bordered td {
    border-color: #000 !important; 
}

.header-bottom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.inv-item {
    display: flex;
    padding: 0.05rem 0;
}
.inv-item:nth-child(odd) {
    width: 55%;
}
.inv-item:nth-child(even) {
    width: 45%;
}
.inv-key {
    width: 10rem;
    margin-right: 0.5rem;
    display: flex;
    flex: 0 0 auto;
    justify-content: space-between;
    align-items: center;
}
.inv-item:nth-child(even) .inv-key {
    width: 7rem;
}
.inv-key::after {
    content: ':'
}
.inv-val {
    font-weight: 500;
    flex: 0 1 auto;
}
.date-of-admission,
.date-of-release {
    margin-top: 0.5rem;
}
@media(max-width: 400px) {
    .inv-item {
        width: 50%;
    }
}

/* REPORT FOOTER */
@media print {
    .fixed_footer {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
    }
}
.report-footer-gap {
    height: calc(2.15cm);
}
.report-footer-data {
    height: 2cm;
}