
@media print {
    .header,
    .sidebar,
    .no-print,
    .breadcrumb-section,
    .page-title {
        display: none !important;
    }

    .invoice-container {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }

    body {
        background: white !important;
    }

    .main-content {
        margin: 0 !important;
        padding: 0 !important;
    }

    .page_content {
        padding: 0 !important;
    }
}

.invoice-container {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    max-width: 100%;
    margin: 0 auto;
}

.invoice-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.invoice-logo {
    width: 80px;
    height: auto;
}

.invoice-section-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.invoice-bold {
    font-weight: 600;
    color: #333;
}

.invoice-table {
    background: #fff;
    border: 1px solid #dee2e6;
}

.invoice-table th {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #333;
}

.invoice-footer {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 2px solid #eee;
    text-align: center;
    color: #666;
    font-size: 14px;
}

.payment-advice {
    margin-top: 40px;
    padding: 20px;
    border: 2px dashed #999;
    border-radius: 8px;
}

.text-end {
    text-align: right;
}

.border-bottom {
    border-bottom: 1px solid #eee !important;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.fs-12 {
    font-size: 12px;
}

.amount-words {
    font-style: italic;
    color: #666;
    margin-top: 10px;
    font-size: 14px;
}
