/* /Components/Layout/MainLayout.razor.rz.scp.css */


[b-ewqfk9nwkb] .accent {
    color: var(--accentcolor);
    filter: saturate(100%);
}

[b-ewqfk9nwkb] .accent-muted {
    color: var(--accentcolor);
    opacity: 30%;
    filter: saturate(75%);
}

[b-ewqfk9nwkb] .bg-accent {
    background: var(--accentcolor);
    filter: saturate(100%);
    opacity: 100%;
}

[b-ewqfk9nwkb] .border-accent {
    border-color: var(--accentcolor);
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-lgcva5b3z3] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-lgcva5b3z3] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-lgcva5b3z3] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-lgcva5b3z3] {
    font-size: 1.1rem;
}

.bi[b-lgcva5b3z3] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-lgcva5b3z3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-lgcva5b3z3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-lgcva5b3z3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-lgcva5b3z3] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-lgcva5b3z3] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-lgcva5b3z3] {
        padding-bottom: 1rem;
    }

    .nav-item[b-lgcva5b3z3]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-lgcva5b3z3]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-lgcva5b3z3]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-lgcva5b3z3] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-lgcva5b3z3] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-lgcva5b3z3] {
        display: none;
    }

    .nav-scrollable[b-lgcva5b3z3] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/NoLayout.Razor.rz.scp.css */

.bg-image[b-lfa84b3e26] {
    background-image: linear-gradient(#FFFFFF40, #FFFFFF80 600px, #FFFFFFBB 800px, #FFFFFF 1000px), url(images/pexels-pixabay-56832.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 1000px;
}
/* /Components/Pages/Confirmation.Razor.rz.scp.css */
table.details[b-y49t05v97n] {
    width: 100%;
}

    table.details tr.title td[b-y49t05v97n] {
        font-weight: bold;
        font-size: 1.0em;
        padding-bottom: 0px;
    }


    table.details tr.data .time[b-y49t05v97n] {
        font-weight: bold;
        font-size: 1.0em;
        
    }

    table.details tr.data td[b-y49t05v97n] {
        font-size: 1.2em;
    }

.gdata[b-y49t05v97n] {
    font-size: 1.2em;
}

table.details tr.price td[b-y49t05v97n] {
    /*text-align: right;*/
    font-size: 1.1em;
    font-weight: bold;
}

table.details td.rightalign[b-y49t05v97n] {
    text-align: right;
}

.panel-heading[b-y49t05v97n] {
    padding: 5px !important;
}

.panel-title[b-y49t05v97n] {
    font-size: 12px !important;
}

.logo[b-y49t05v97n] {
    width: 300px;
}


.flex-grow[b-y49t05v97n] {
    flex: 1 0 auto;
}
/* /Components/Pages/Invoice2.razor.rz.scp.css */
/* Base Styles */
.invoice-container[b-ugeyjoqoik] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #1a1a1a;
    background: #ffffff;
    min-height: 100vh;
    padding: 2rem;
    line-height: 1.6;
}

.invoice-wrapper[b-ugeyjoqoik] {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    padding: 3rem;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}

/* Header */
.invoice-header[b-ugeyjoqoik] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #f0f0f0;
}

.company-info[b-ugeyjoqoik] {
    flex: 1;
}

.company-logo[b-ugeyjoqoik] {
    max-width: 200px;
    max-height: 60px;
    margin-bottom: 1rem;
    display: block;
}

.company-name[b-ugeyjoqoik] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.company-address[b-ugeyjoqoik] {
    font-size: 0.875rem;
    color: #666;
    line-height: 1.6;
}

.invoice-title[b-ugeyjoqoik] {
    text-align: right;
}

.invoice-title h1[b-ugeyjoqoik] {
    font-size: 2.5rem;
    font-weight: 300;
    margin: 0 0 0.5rem 0;
    color: #1a1a1a;
    letter-spacing: 2px;
}

.invoice-number[b-ugeyjoqoik] {
    font-size: 1.125rem;
    color: #666;
    font-weight: 500;
}

/* Meta Section */
.invoice-meta[b-ugeyjoqoik] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}

.section-label[b-ugeyjoqoik] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.billing-info[b-ugeyjoqoik] {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 4px;
}

.customer-name[b-ugeyjoqoik] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.25rem;
}

.customer-number[b-ugeyjoqoik] {
    font-size: 0.875rem;
    color: #666;
}

.invoice-details[b-ugeyjoqoik] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.detail-row[b-ugeyjoqoik] {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
}

.detail-label[b-ugeyjoqoik] {
    color: #666;
    font-weight: 500;
}

.detail-value[b-ugeyjoqoik] {
    color: #1a1a1a;
    font-weight: 500;
    text-align: right;
}

/* Description Section */
.invoice-description[b-ugeyjoqoik] {
    margin-bottom: 2rem;
}

.invoice-description h2[b-ugeyjoqoik] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 0.75rem 0;
}

.invoice-description p[b-ugeyjoqoik] {
    color: #666;
    margin: 0;
    font-size: 0.9375rem;
}

/* Items Table */
.invoice-items[b-ugeyjoqoik] {
    margin-bottom: 2rem;
}

.items-table[b-ugeyjoqoik] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.items-table thead[b-ugeyjoqoik] {
    border-bottom: 2px solid #e0e0e0;
}

.items-table th[b-ugeyjoqoik] {
    padding: 0.75rem 0.5rem;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.items-table th.item-description[b-ugeyjoqoik] {
    text-align: left;
}

.items-table th.item-number[b-ugeyjoqoik] {
    text-align: left;
}

.items-table th.item-date[b-ugeyjoqoik] {
    text-align: center;
}

.items-table th.item-quantity[b-ugeyjoqoik],
.items-table th.item-price[b-ugeyjoqoik],
.items-table th.item-vat[b-ugeyjoqoik],
.items-table th.item-total[b-ugeyjoqoik] {
    text-align: right;
}

.items-table tbody tr[b-ugeyjoqoik] {
    border-bottom: 1px solid #f0f0f0;
}

.items-table tbody tr:last-child[b-ugeyjoqoik] {
    border-bottom: none;
}

.items-table td[b-ugeyjoqoik] {
    padding: 1rem 0.5rem;
    color: #1a1a1a;
}

.item-description[b-ugeyjoqoik] {
    width: 30%;
}

.item-number[b-ugeyjoqoik] {
    width: 12%;
    text-align: left;
}

.item-date[b-ugeyjoqoik] {
    width: 12%;
    text-align: center;
}

.item-quantity[b-ugeyjoqoik],
.item-price[b-ugeyjoqoik],
.item-vat[b-ugeyjoqoik],
.item-total[b-ugeyjoqoik] {
    text-align: right;
    width: 11%;
}

/* Notes */
.invoice-notes[b-ugeyjoqoik] {
    background: #fafafa;
    padding: 1.5rem;
    border-radius: 4px;
    margin-bottom: 2rem;
}

.notes-label[b-ugeyjoqoik] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.invoice-notes p[b-ugeyjoqoik] {
    margin: 0;
    color: #666;
    font-size: 0.875rem;
}

/* Summary */
.invoice-summary[b-ugeyjoqoik] {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 2rem;
    margin-bottom: 2rem;
    padding-top: 2rem;
    border-top: 2px solid #f0f0f0;
}

.summary-spacer[b-ugeyjoqoik] {
    /* Empty space on the left */
}

.summary-content[b-ugeyjoqoik] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.summary-row[b-ugeyjoqoik] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
}

.summary-label[b-ugeyjoqoik] {
    font-size: 0.9375rem;
    color: #666;
    font-weight: 500;
}

.summary-value[b-ugeyjoqoik] {
    font-size: 1rem;
    color: #1a1a1a;
    font-weight: 600;
    text-align: right;
}

.summary-total[b-ugeyjoqoik] {
    background: #1a1a1a;
    color: #ffffff;
    padding: 1rem 1.25rem;
    margin-top: 0.75rem;
    border-radius: 4px;
}

.summary-total .summary-label[b-ugeyjoqoik],
.summary-total .summary-value[b-ugeyjoqoik] {
    color: #ffffff;
    font-size: 1.125rem;
}

/* Status */
.invoice-status[b-ugeyjoqoik] {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.status-badge[b-ugeyjoqoik] {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-ready[b-ugeyjoqoik] {
    background: #d4edda;
    color: #155724;
}

.status-info[b-ugeyjoqoik] {
    font-size: 0.75rem;
    color: #999;
}

/* Footer */
.invoice-footer[b-ugeyjoqoik] {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #f0f0f0;
    color: #999;
    font-size: 0.875rem;
}

.invoice-footer p[b-ugeyjoqoik] {
    margin: 0;
}

/* Print Styles */
@media print {
    .invoice-container[b-ugeyjoqoik] {
        padding: 0;
        background: #ffffff;
    }

    .invoice-wrapper[b-ugeyjoqoik] {
        box-shadow: none;
        padding: 1.5rem;
        max-width: 100%;
    }

    .invoice-header[b-ugeyjoqoik] {
        page-break-after: avoid;
    }

    .invoice-items[b-ugeyjoqoik] {
        page-break-before: avoid;
    }

    .items-table thead[b-ugeyjoqoik] {
        display: table-header-group;
    }

    .items-table tbody tr[b-ugeyjoqoik] {
        page-break-inside: avoid;
    }

    .invoice-summary[b-ugeyjoqoik] {
        page-break-before: avoid;
    }

    .summary-total[b-ugeyjoqoik] {
        background: #1a1a1a !important;
        color: #ffffff !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    .status-badge[b-ugeyjoqoik] {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .invoice-container[b-ugeyjoqoik] {
        padding: 1rem;
    }

    .invoice-wrapper[b-ugeyjoqoik] {
        padding: 1.5rem;
    }

    .invoice-header[b-ugeyjoqoik] {
        flex-direction: column;
        gap: 2rem;
    }

    .invoice-title[b-ugeyjoqoik] {
        text-align: left;
    }

    .invoice-meta[b-ugeyjoqoik] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .invoice-summary[b-ugeyjoqoik] {
        grid-template-columns: 1fr;
    }

    .items-table[b-ugeyjoqoik] {
        font-size: 0.75rem;
    }

    .items-table th[b-ugeyjoqoik],
    .items-table td[b-ugeyjoqoik] {
        padding: 0.5rem 0.25rem;
    }

    .item-description[b-ugeyjoqoik] {
        width: 40%;
    }

    .item-number[b-ugeyjoqoik],
    .item-date[b-ugeyjoqoik] {
        display: none;
    }
}
/* /Components/Pages/Quote.Razor.rz.scp.css */
table.details[b-b1aufb7wz7] {
    width: 100%;
}

    table.details tr.title td[b-b1aufb7wz7] {
        font-weight: bold;
        font-size: 1.0em;
        padding-bottom: 0px;
    }

    table.details tr.data .time[b-b1aufb7wz7] {
        font-weight: bold;
        font-size: 1.0em;
    }

    table.details tr.data td[b-b1aufb7wz7] {
        font-size: 1.2em;
    }

.gdata[b-b1aufb7wz7] {
    font-size: 1.2em;
}

table.details tr.price td[b-b1aufb7wz7] {
    /*text-align: right;*/
    font-size: 1.1em;
    font-weight: bold;
}

table.details td.rightalign[b-b1aufb7wz7] {
    text-align: right;
}

.panel-heading[b-b1aufb7wz7] {
    padding: 5px !important;
}

.panel-title[b-b1aufb7wz7] {
    font-size: 12px !important;
}

.logo[b-b1aufb7wz7] {
    width: 300px;
}


.flex-grow[b-b1aufb7wz7] {
    flex: 1 0 auto;
}
/* /Components/Pages/Quote2.razor.rz.scp.css */
/* Base Styles from Invoice2 */
.invoice-container[b-v5u99hfd43] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #1a1a1a;
    background: #ffffff;
    min-height: 100vh;
    padding: 2rem;
    line-height: 1.6;
}

.invoice-wrapper[b-v5u99hfd43] {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    padding: 3rem;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}

/* Header */
.invoice-header[b-v5u99hfd43] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #f0f0f0;
}

.company-info[b-v5u99hfd43] {
    flex: 1;
}

.company-logo[b-v5u99hfd43] {
    max-width: 200px;
    max-height: 60px;
    margin-bottom: 1rem;
    display: block;
}

.company-name[b-v5u99hfd43] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.company-address[b-v5u99hfd43] {
    font-size: 0.875rem;
    color: #666;
    line-height: 1.6;
}

.invoice-title[b-v5u99hfd43] {
    text-align: right;
}

.invoice-title h1[b-v5u99hfd43] {
    font-size: 2.5rem;
    font-weight: 300;
    margin: 0 0 0.5rem 0;
    color: #1a1a1a;
    letter-spacing: 2px;
}

.invoice-number[b-v5u99hfd43] {
    font-size: 1.125rem;
    color: #666;
    font-weight: 500;
}

/* Meta Section */
.invoice-meta[b-v5u99hfd43] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}

.section-label[b-v5u99hfd43] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.billing-info[b-v5u99hfd43] {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 4px;
}

.customer-name[b-v5u99hfd43] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.25rem;
}

.customer-number[b-v5u99hfd43] {
    font-size: 0.875rem;
    color: #666;
}

.customer-address[b-v5u99hfd43] {
    font-size: 0.875rem;
    color: #666;
    margin-top: 0.5rem;
    line-height: 1.6;
}

.invoice-details[b-v5u99hfd43] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.detail-row[b-v5u99hfd43] {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
}

.detail-label[b-v5u99hfd43] {
    color: #666;
    font-weight: 500;
}

.detail-value[b-v5u99hfd43] {
    color: #1a1a1a;
    font-weight: 500;
    text-align: right;
}

/* Description Section */
.invoice-description[b-v5u99hfd43] {
    margin-bottom: 2rem;
}

.invoice-description h2[b-v5u99hfd43] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 0.75rem 0;
}

.invoice-description h3[b-v5u99hfd43] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 1rem 0;
}

.invoice-description p[b-v5u99hfd43] {
    color: #666;
    margin: 0;
    font-size: 0.9375rem;
}

/* Items Table */
.invoice-items[b-v5u99hfd43] {
    margin-bottom: 2rem;
}

.items-table[b-v5u99hfd43] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.items-table thead[b-v5u99hfd43] {
    border-bottom: 2px solid #e0e0e0;
}

.items-table th[b-v5u99hfd43] {
    padding: 0.75rem 0.5rem;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.items-table th.item-description[b-v5u99hfd43] {
    text-align: left;
}

.items-table th.item-number[b-v5u99hfd43] {
    text-align: left;
}

.items-table th.item-date[b-v5u99hfd43] {
    text-align: center;
}

.items-table th.item-quantity[b-v5u99hfd43],
.items-table th.item-price[b-v5u99hfd43],
.items-table th.item-vat[b-v5u99hfd43],
.items-table th.item-total[b-v5u99hfd43] {
    text-align: right;
}

.items-table tbody tr[b-v5u99hfd43] {
    border-bottom: 1px solid #f0f0f0;
}

.items-table tbody tr:last-child[b-v5u99hfd43] {
    border-bottom: none;
}

.items-table td[b-v5u99hfd43] {
    padding: 1rem 0.5rem;
    color: #1a1a1a;
}

.item-description[b-v5u99hfd43] {
    width: 40%;
}

.item-number[b-v5u99hfd43] {
    width: 12%;
    text-align: left;
}

.item-date[b-v5u99hfd43] {
    width: 15%;
    text-align: left;
    text-wrap: nowrap;
}

.item-quantity[b-v5u99hfd43],
.item-price[b-v5u99hfd43],
.item-vat[b-v5u99hfd43],
.item-total[b-v5u99hfd43] {
    text-align: right;
    width: 5%;
}

/* Summary */
.invoice-summary[b-v5u99hfd43] {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 2rem;
    margin-bottom: 2rem;
    padding-top: 2rem;
    border-top: 2px solid #f0f0f0;
}

.summary-spacer[b-v5u99hfd43] {
    /* Empty space on the left */
}

.summary-content[b-v5u99hfd43] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.summary-row[b-v5u99hfd43] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0rem 1.25rem;        
}

.summary-label[b-v5u99hfd43] {
    font-size: 0.9375rem;
    color: #666;
    font-weight: 500;
}

.summary-value[b-v5u99hfd43] {
    font-size: 1rem;
    color: #1a1a1a;
    font-weight: 600;
    text-align: right;
}

.summary-row-total[b-v5u99hfd43] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #1a1a1a;
    color: #ffffff!important;
    padding: 1rem 1.25rem;
    margin-top: 0.25rem;
    border-radius: 4px;
}

.summary-row-total .summary-label[b-v5u99hfd43],
.summary-row-total .summary-value[b-v5u99hfd43] {
    color: #ffffff;
    font-size: 1.125rem;
}

/* Footer */
.invoice-footer[b-v5u99hfd43] {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #f0f0f0;
    color: #999;
    font-size: 0.875rem;
}

.invoice-footer p[b-v5u99hfd43] {
    margin: 0;
}

/* Quote2-specific styles */
.transport-section[b-v5u99hfd43] {
    background: #ffffff;
    padding: 1.5rem 1.5rem;
    margin-bottom: 1.5rem;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
}

.transport-details[b-v5u99hfd43] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 1rem;
}

.transport-column[b-v5u99hfd43] {
    display: flex;
    flex-direction: column;
}

.transport-label[b-v5u99hfd43] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #999;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.transport-value[b-v5u99hfd43] {
    font-size: 1rem;
    color: #1a1a1a;
    font-weight: 500;
    margin-bottom: 1rem;
}

.transport-note[b-v5u99hfd43] {
    font-size: 0.875rem;
    color: #666;
    font-style: italic;
}

.transport-price[b-v5u99hfd43] {
    text-align: right;
    font-size: 0.9375rem;
    color: #000;
    padding-top: 1rem;
    border-top: 1px solid #f0f0f0;
    margin-top: 1rem;
}

.via-table[b-v5u99hfd43] {
    font-size: 0.8125rem;
}

.via-table th[b-v5u99hfd43],
.via-table td[b-v5u99hfd43] {
    padding: 0.5rem;
}

.via-details[b-v5u99hfd43] {
    padding: 0.5rem 1rem;
    background: #f8f9fa;
}

.via-details .via-table[b-v5u99hfd43] {
    margin: 0;
    background: #ffffff;
}

.text-muted[b-v5u99hfd43] {
    color: #666;
}

.small[b-v5u99hfd43] {
    font-size: 0.8125rem;
}

/* Print Styles */
@media print {
    .invoice-container[b-v5u99hfd43] {
        padding: 0;
        background: #ffffff;
    }

    .invoice-wrapper[b-v5u99hfd43] {
        box-shadow: none;
        padding: 1.5rem;
        max-width: 100%;
    }

    .invoice-header[b-v5u99hfd43] {
        page-break-after: avoid;
    }

    .invoice-items[b-v5u99hfd43] {
        page-break-before: avoid;
    }

    .items-table thead[b-v5u99hfd43] {
        display: table-header-group;
    }

    .items-table tbody tr[b-v5u99hfd43] {
        page-break-inside: avoid;
    }

    .invoice-summary[b-v5u99hfd43] {
        page-break-before: avoid;
    }

    .summary-total[b-v5u99hfd43] {
        background: #1a1a1a !important;
        color: #ffffff !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    .transport-section[b-v5u99hfd43] {
        page-break-inside: avoid;
        border: 1px solid #e0e0e0;
    }

    .transport-details[b-v5u99hfd43] {
        page-break-inside: avoid;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .invoice-container[b-v5u99hfd43] {
        padding: 1rem;
    }

    .invoice-wrapper[b-v5u99hfd43] {
        padding: 1.5rem;
    }

    .invoice-header[b-v5u99hfd43] {
        flex-direction: column;
        gap: 2rem;
    }

    .invoice-title[b-v5u99hfd43] {
        text-align: left;
    }

    .invoice-meta[b-v5u99hfd43] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .invoice-summary[b-v5u99hfd43] {
        grid-template-columns: 1fr;
    }

    .items-table[b-v5u99hfd43] {
        font-size: 0.75rem;
    }

    .items-table th[b-v5u99hfd43],
    .items-table td[b-v5u99hfd43] {
        padding: 0.5rem 0.25rem;
    }

    .item-description[b-v5u99hfd43] {
        width: 40%;
    }

    .item-number[b-v5u99hfd43],
    .item-date[b-v5u99hfd43] {
        display: none;
    }

    .transport-details[b-v5u99hfd43] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .transport-section[b-v5u99hfd43] {
        padding: 1rem;
    }
}
/* /Components/Pages/Specification.Razor.rz.scp.css */

.onlyInPrint[b-7y10fkfzf2] {
    display: none;
}


.hallplatser > td:nth-child(4n - 2)[b-7y10fkfzf2] {
    border-right: 1px solid gray;
}



@media screen {


    .nobottommargin[b-7y10fkfzf2] {
        margin-bottom: 0 !important;
    }

    .row-item[b-7y10fkfzf2] {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .table td.h5[b-7y10fkfzf2] {
        font-size: 0.8em;
        padding: 3px;
    }

    .table th.small[b-7y10fkfzf2] {
        font-size: 0.75em;
        padding: 3px;
    }

    .table tr .hallplatser-header[b-7y10fkfzf2] {
        background-color: lightgray!important;
    }

    #logoImg[b-7y10fkfzf2] {
        max-width: 330px;
        max-height: 80px;
        padding-bottom: 0px;
    }


    body[b-7y10fkfzf2] {
        line-height: 1.0;
    }

    .h3[b-7y10fkfzf2] {
        font-size: 1.4em;
    }

    h4[b-7y10fkfzf2], .h4[b-7y10fkfzf2] {
        font-size: 1.0em;
    }

    .h5[b-7y10fkfzf2] {
        font-size: 0.75em;
    }

    .small[b-7y10fkfzf2] {
        font-size: 0.8em;
    }

    .btn-xs[b-7y10fkfzf2] {
        padding: 0 4px 0 4px;
        margin: 0 5px 0 0;
        font-size: 13px;
        font-weight: normal;
    }

    #huvuduppdrag[b-7y10fkfzf2] {
        page-break-after: auto;
    }

    .hallplatser[b-7y10fkfzf2] {
        font-size: 16px;
    }

    #contact[b-7y10fkfzf2] {
        font-size: 11px
    }

    .bg-yellow[b-7y10fkfzf2] {
        background-color: #FFFF99;
    }
}


@media print {
    .bg-yellow[b-7y10fkfzf2] {
        background-color: lightgray !important;
        -webkit-print-color-adjust: exact;
    }

    .no-page-break[b-7y10fkfzf2] {
        display: block;
        page-break-inside: avoid;
    }

    body[b-7y10fkfzf2] {
        line-height: 1.0;
    }

    h2[b-7y10fkfzf2] {
        font-size: 1.4em;
    }

        .h2 small[b-7y10fkfzf2], h2 small[b-7y10fkfzf2] {
            font-size: 0.80em;
        }

    .h3[b-7y10fkfzf2] {
        font-size: 1.2em;
    }

    h4[b-7y10fkfzf2], .h4[b-7y10fkfzf2] {
        font-size: 1.0em;
    }

    .h5[b-7y10fkfzf2] {
        font-size: 0.75em;
    }

    .small[b-7y10fkfzf2] {
        font-size: 0.6em;
    }

    .btn[b-7y10fkfzf2], .btn-default[b-7y10fkfzf2], .btn-xs[b-7y10fkfzf2] {
        display: none;
    }

    #huvuduppdrag[b-7y10fkfzf2] {
        page-break-after: auto;
    }

    .hallplatser[b-7y10fkfzf2] {
        font-size: 15px;        
    }

    .hallplatser td[b-7y10fkfzf2] {
        padding: 6px 0 0 0!important;
    }

    #contact[b-7y10fkfzf2] {
        font-size: 11px
    }

    #logoImg[b-7y10fkfzf2] {
        max-width: 230px !important;
        max-height: 60px !important;
    }

    .notInPrint[b-7y10fkfzf2] {
        display: none;
    }

    .onlyInPrint[b-7y10fkfzf2] {
        display: block;
    }

    .table tr .hallplatser-header[b-7y10fkfzf2], .table th .hallplatser-header[b-7y10fkfzf2] {
        font-size: 12px;
        background-color: lightgray !important;
        -webkit-print-color-adjust: exact;
        padding: 3px!important;
    }

    .col-sm-1[b-7y10fkfzf2], .col-sm-2[b-7y10fkfzf2], .col-sm-3[b-7y10fkfzf2], .col-sm-4[b-7y10fkfzf2], .col-sm-5[b-7y10fkfzf2], .col-sm-6[b-7y10fkfzf2], .col-sm-7[b-7y10fkfzf2], .col-sm-8[b-7y10fkfzf2], .col-sm-9[b-7y10fkfzf2], .col-sm-10[b-7y10fkfzf2], .col-sm-11[b-7y10fkfzf2], .col-sm-12[b-7y10fkfzf2] {
        float: left;
    }

    .col-sm-12[b-7y10fkfzf2] {
        width: 100%;
    }

    .col-sm-11[b-7y10fkfzf2] {
        width: 91.66666666666666%;
    }

    .col-sm-10[b-7y10fkfzf2] {
        width: 83.33333333333334%;
    }

    .col-sm-9[b-7y10fkfzf2] {
        width: 75%;
    }

    .col-sm-8[b-7y10fkfzf2] {
        width: 66.66666666666666%;
    }

    .col-sm-7[b-7y10fkfzf2] {
        width: 58.333333333333336%;
    }

    .col-sm-6[b-7y10fkfzf2] {
        width: 50%;
    }

    .col-sm-5[b-7y10fkfzf2] {
        width: 41.66666666666667%;
    }

    .col-sm-4[b-7y10fkfzf2] {
        width: 33.33333333333333%;
    }

    .col-sm-3[b-7y10fkfzf2] {
        width: 25%;
    }

    .col-sm-2[b-7y10fkfzf2] {
        width: 16.666666666666664%;
    }

    .col-sm-1[b-7y10fkfzf2] {
        width: 8.333333333333332%;
    }
}
