<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.inv-5 {
    background-color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;    
    font-size: 14px; 
}

    .inv-5 .inv {
        padding: 0;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

    .inv-5 .border-wrapper {
        padding: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        background-color: var(--color-background1);
        color: var(--color-text1);
    }

    .inv-5 .border-border {
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

    .inv-5 .header { padding: 50px 80px;
        min-height: 180px; display: flex;
        background-color: var(--color-background2);
        color: var(--color-text2);
    }
    .inv-5 .header &gt; div { width: 100%; }


    .inv-5 .header .left {
/*        -webkit-filter: invert(10%);
        filter: invert(10%);*/
        text-transform: uppercase; 
        font-size: 3rem !important;
        line-height: 3rem;
        font-weight: bold;
    }

    .inv-5 .header .company img {
        max-width: 180px;
        max-height: 120px;
    }

    .inv-5 .header .invoice-details b {
        font-size: 14px;
    }

    .inv-5 .body .invoice-issue-date input.issue-date, .inv-5 .header .invoice-due-date input.due-date { border-color: transparent; width: 120px; }
    .inv-5 .body .invoice-issue-date input.issue-date:hover,.inv-5 .header .invoice-issue-date input.issue-date:focus
    ,.inv-5 .body .invoice-due-date input.due-date:hover,.inv-5 .header .invoice-due-date input.due-date:focus {  border-color: #3fc380; }
    .inv-5 .body .invoice-issue-date div.issue-date, .inv-5 .header .invoice-due-date div.due-date { display: inline-block; padding-left: 4px; }

    .inv-5 .invoice-top { display: flex;  }
    .inv-5 .invoice-top { display: flex; flex-wrap: wrap; }
    .inv-5 .invoice-top &gt; div { width: 50%; }
    .inv-5 .body .invoice-top { padding-bottom: 60px;  }
    .inv-5 .body .invoice-top .full { width: 100%; padding-bottom: 60px; }
    .inv-5 .body .invoice-top .left { width: 50%; }
    .inv-5 .body .invoice-top .right { width: 50%; }
    .inv-5 .header .invoice-top { align-items: center; }

    .inv-5 .payment {text-align: center; }
    .inv-5 .payment a { max-width: 150px; width: 100%; background-color: #5cb85c; border-color: #398439; }

    .inv-5 .terms { padding: 20px 0; text-align: left; }
    .inv-5 textarea.client-notes { width: 100%; min-height: 70px; resize: none; border: 1px solid #ccc; padding: 10px; }
    .inv-5 div.client-notes {  }

    .inv-5 .body {
        padding: 50px 80px 20px 80px;
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .inv-5 .body .items { flex: 1 1 auto; }
    .inv-5 .body .terms { flex: 0 0 auto; }

    .inv-5 .inv-items {
        margin-bottom: 30px;
    }

        .inv-5 .inv-items thead th {
            padding: 5px;
            border-bottom: 1px solid #ddd;
            font-weight: bold;
            color: #333;
        }

        .inv-5 .inv-items tbody td {
            padding: 5px 5px 10px 5px;
            border-bottom: 1px solid #e5e5e5;
        }

        .inv-5 .inv-items tfoot tr {
            border: none;
        }

        .inv-5 .inv-items tfoot td {
            padding: 5px 5px 10px 5px;
            color: #333;
        }

    .inv-5 .border-border {
 
    }

    .inv-5 .border-wrapper {

    }

    .inv-5 .header .company {
        background-color: transparent !important;
    }


    .inv-5 .footer-total td {
        /*border-top: 1px solid #ddd;*/
    }

    .inv-5 .footer-payments-header td {
        /*border-top: 1px solid #ddd;*/
        text-align: right;
    }

    .inv-5 .footer-due td {
        /*border-top: 3px double #ddd;*/
    }

    .inv-5 .footer-separator td { padding: 0 0 !important; }
    .inv-5 .footer-separator div { border-top-width: 1px; border-color: var(--color-text1-20); border-top-style: solid; margin-top: 5px; margin-bottom: 5px;}
    .inv-5 .footer-separator.double div { border-top-style: double; border-top-width: 3px; }
    .inv-5 .footer-refunded .value::before { content: '-'; }

    .inv-5 .footer {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 50px;
    }

        .inv-5 .footer .business {
            text-align: center;
            color: #aaa;
            font-size: 11px;
            letter-spacing: .5px;
        }

            .inv-5 .footer .business li {
                display: inline-block;
            }

                .inv-5 .footer .business li:empty {
                    display: none;
                }

                .inv-5 .footer .business li::after {
                    content: '·';
                    padding: 0 8px;
                    font-size: 14px;
                    color: #888;
                }

                .inv-5 .footer .business li:last-child::after {
                    content: none;
                }

    .inv-5 .product-lines { width: 100%; }
    .inv-5 .invoice-totals {
        width: 50%;
        margin-left: 50%;
        margin-top: 20px;
    }

    .inv-5 .product-lines, .inv-5 .invoice-totals { font-size: 14px; }

    .inv-5 .product-lines thead td { text-transform: uppercase; font-weight: bold; font-size: 12px;
                                     border-bottom-width: 3px; border-bottom-style: solid;
    }

    .inv-5 .product-lines td {
        padding: 10px 5px; vertical-align: middle;
        border-color: var(--color-text1-20);
    }
    .inv-5 .product-lines tbody td {
        padding: 0;
    }

    .inv-5 .invoice-editor td &gt; div {
        padding: 10px 10px;
    }
    .inv-5 .invoice-editor td.taxes-element &gt; div { padding: 0; }

    .inv-5 .invoice-totals td {
        padding: 0px 10px;
        white-space: nowrap;
    }


    .inv-5 .payment-schedule {
        border-top: 1px solid #eee;
        background-color: #fcf8e3;
        padding: 50px 50px 70px 50px;
    }

        .inv-5 .payment-schedule th {
            font-weight: bold;
        }

        .inv-5 .payment-schedule p {
            text-align: center;
            font-weight: bold;
        }

        .inv-5 .payment-schedule tfoot td {
            border: none !important;
            padding-top: 20px;
        }

@media screen and (max-width: 600px) {
    
}
</pre></body></html>