@page {
    margin: 0cm 0cm;
}
@media print {
    .company-name {
        background: #000000;
    }
}

body {
    font-family: Arial, sans-serif;
    padding: 0cm 1cm;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
table td, table th {
    border: 1px solid #ddd;
    padding: 8px;
}
h1, h2 {
    text-align: center;
}
.invoice-details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.invoice-details .left-column {
    width: 50%;
}
.invoice-details .right-column {
    width: 50%;
    text-align: right;
}
.watermark {
    position: fixed;
    opacity: 0.1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: -1000;
}
.table-outer tbody tr:last-child td{
    border-bottom:none !important;

}

.naming-outer {
    width: 100%;
    border-collapse: collapse;
}