/* Print nikalte waqt background gray se white ho jayega aur buttons chup jayenge */
body {
    background: white;
    color: black;
}

.no-print {
    display: none !important;
}

.invoice-container {
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
}

[contenteditable="true"] {
    border-bottom: none !important;
}

.invoice-table th {
    background-color: #eee !important;
    color: black !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}