body {

    background: #f0f2f5;

}

.dashboard-card {

    border-radius: 1.5rem;

    border: none;

    box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.05);

}

.table th {

    background-color: #f8fafc;

    font-weight: 600;

    text-transform: uppercase;

    font-size: 0.75rem;

}

.product-select {

    max-width: 300px;

}

.modal-content {

    border-radius: 1.5rem;

}
 @media print {

    /* Hide buttons + footer */
    .no-print {
        display: none !important;
        visibility: hidden !important;
    }

    /* Remove background + shadow */
    body {
        background: #ffffff !important;
    }

    .card {
        border: none !important;
        box-shadow: none !important;
    }

    /* Remove margins for better PDF fit */
    .bill-container {
        margin: 0 !important;
        max-width: 100% !important;
    }

    /* Remove link styling in print */
    a {
        text-decoration: none !important;
        color: black !important;
    }
}

body {
    background: #f5f5f5;
}

.bill-container {
    max-width: 800px;
    margin: 30px auto;
}