body {
    font-family: 'Poppins', sans-serif;
}

.table td,
.table th {
    vertical-align: middle;
}

.page-header {
    border-bottom: 1px solid #eee;
    margin-bottom: 1rem;
    padding-bottom: .5rem;
}

@media print {

    .no-print {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .container {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.table-borderless tr td,
.table-borderless tr th,
.table-borderless tr th {
    border: none !important;
}

@media print {
    .quotation-section {
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }

    .quotation-section>div {
        width: 48%;
        /* Keep them side-by-side */
        box-sizing: border-box;
    }
}