/* _content/DiInvoice/Components/Invoice/InvoiceDisplay.razor.rz.scp.css */
.invoice-container[b-46h7h8qkw4] {
    max-width: 1200px;
    margin: 0;
    padding: 20px;
    background-color: #fff;
    min-height: 200px; /* Ensure it takes space */
}

.invoice-actions[b-46h7h8qkw4] {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
}

.invoice-actions .btn[b-46h7h8qkw4] {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.invoice-actions .btn-primary[b-46h7h8qkw4] {
    background-color: #007bff;
    color: white;
}

.invoice-actions .btn-success[b-46h7h8qkw4] {
    background-color: #28a745;
    color: white;
}

.invoice-content[b-46h7h8qkw4] {
    background: white;
    padding: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Header Section */
.invoice-header[b-46h7h8qkw4] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #333;
}

.company-info[b-46h7h8qkw4] {
    flex: 1;
}

.company-info h2[b-46h7h8qkw4] {
    margin: 0 0 10px 0;
    font-size: 24px;
    color: #333;
}

.address[b-46h7h8qkw4] {
    margin: 10px 0;
    line-height: 1.6;
}

.contact-info[b-46h7h8qkw4], .business-info[b-46h7h8qkw4] {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}

.invoice-title[b-46h7h8qkw4] {
    text-align: right;
}

.invoice-title h1[b-46h7h8qkw4] {
    margin: 0 0 10px 0;
    font-size: 32px;
    color: #333;
    font-weight: bold;
}

.invoice-number[b-46h7h8qkw4], .invoice-date[b-46h7h8qkw4], .invoice-duedate[b-46h7h8qkw4] {
    margin: 5px 0;
    font-size: 14px;
    font-weight: 500;
}

/* Bill To Section */
.invoice-billto[b-46h7h8qkw4] {
    margin-bottom: 30px;
    padding: 15px;
    background-color: #f8f9fa;
    border-left: 4px solid #007bff;
}

.invoice-billto h3[b-46h7h8qkw4] {
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #333;
}

.customer-info[b-46h7h8qkw4] {
    line-height: 1.8;
}

.customer-info strong[b-46h7h8qkw4] {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

/* Invoice Lines Table */
.invoice-lines[b-46h7h8qkw4] {
    margin: 18px 0;
}

.invoice-table[b-46h7h8qkw4] {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 14px;
}

.invoice-table thead[b-46h7h8qkw4] {
    background-color: #333;
    color: white;
}

.invoice-table th[b-46h7h8qkw4] {
    padding: 8px 6px;
    text-align: left;
    font-weight: 600;
    font-size: 12px;
}

.invoice-table th.text-right[b-46h7h8qkw4] {
    text-align: right;
}

.invoice-table td[b-46h7h8qkw4] {
    padding: 6px 6px;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
}

.invoice-table tbody tr:hover[b-46h7h8qkw4] {
    background-color: #f8f9fa;
}

.invoice-table .text-right[b-46h7h8qkw4] {
    text-align: right;
}

.col-line[b-46h7h8qkw4] {
    width: 5%;
}

.col-description[b-46h7h8qkw4] {
    width: 35%;
}

.col-quantity[b-46h7h8qkw4] {
    width: 10%;
    text-align: right;
}

.col-unit[b-46h7h8qkw4] {
    width: 8%;
}

.col-price[b-46h7h8qkw4] {
    width: 12%;
    text-align: right;
}

.col-vat[b-46h7h8qkw4] {
    width: 10%;
    text-align: right;
}

.col-total[b-46h7h8qkw4] {
    width: 12%;
    text-align: right;
}

.line-notes[b-46h7h8qkw4] {
    font-size: 12px;
    color: #666;
    font-style: italic;
}

.line-notes .notes[b-46h7h8qkw4] {
    padding-left: 14px;
}

/* Totals Section */
.invoice-totals[b-46h7h8qkw4] {
    margin-top: 14px;
    margin-left: auto;
    width: 300px;
}

.totals-row[b-46h7h8qkw4] {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid #ddd;
}

.totals-row.total-final[b-46h7h8qkw4] {
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    margin-top: 6px;
    padding: 10px 0;
    font-size: 16px;
}

.totals-label[b-46h7h8qkw4] {
    text-align: right;
    padding-right: 20px;
}

.totals-value[b-46h7h8qkw4] {
    text-align: right;
    min-width: 120px;
}

/* Payment Information */
.invoice-payment[b-46h7h8qkw4] {
    margin-top: 40px;
    padding: 20px;
    background-color: #f8f9fa;
    border-left: 4px solid #28a745;
}

.invoice-payment h4[b-46h7h8qkw4] {
    margin: 0 0 15px 0;
    font-size: 18px;
    color: #333;
}

.payment-details p[b-46h7h8qkw4] {
    margin: 8px 0;
    line-height: 1.6;
}

/* Remarks */
.invoice-remarks[b-46h7h8qkw4] {
    margin-top: 30px;
    padding: 15px;
    background-color: #fff9e6;
    border-left: 4px solid #ffc107;
}

.invoice-remarks h4[b-46h7h8qkw4] {
    margin: 0 0 10px 0;
    font-size: 16px;
}

.invoice-remarks p[b-46h7h8qkw4] {
    margin: 0;
    line-height: 1.6;
}

/* Footer */
.invoice-footer[b-46h7h8qkw4] {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    text-align: center;
    color: #666;
}

.footer-small[b-46h7h8qkw4] {
    font-size: 12px;
    margin-top: 10px;
}

/* Print Styles */
@media print {
    .print-hidden[b-46h7h8qkw4] {
        display: none !important;
    }

    .invoice-container[b-46h7h8qkw4] {
        padding: 0;
        max-width: 100%;
    }

    .invoice-content[b-46h7h8qkw4] {
        box-shadow: none;
        padding: 20px;
        page-break-after: auto;
    }

    .invoice-header[b-46h7h8qkw4] {
        page-break-inside: avoid;
    }

    .invoice-lines[b-46h7h8qkw4] {
        page-break-inside: avoid;
    }

    .invoice-table[b-46h7h8qkw4] {
        page-break-inside: avoid;
    }

    .invoice-totals[b-46h7h8qkw4] {
        page-break-inside: avoid;
    }

    .invoice-payment[b-46h7h8qkw4] {
        page-break-inside: avoid;
    }

    @page {
        margin: 1cm;
        size: A4;
    }
}

/* Screen Styles */
@media screen {
    .invoice-container[b-46h7h8qkw4] {
        background-color: #f5f5f5;
        min-height: 100vh;
    }
}

/* _content/DiInvoice/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-fce5hnopz1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fce5hnopz1] {
    flex: 1;
}

.sidebar[b-fce5hnopz1] {
    background-color: #000000;
}

.top-row[b-fce5hnopz1] {
    background-color: #000000;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3rem;
    display: flex;
    align-items: center;
}

.top-link-help[b-fce5hnopz1] {
    color: rgba(255, 255, 255, 0.9);
    margin-right: 1rem;
    text-decoration: none;
}

.top-link-help:hover[b-fce5hnopz1] {
    color: #fff;
    text-decoration: underline;
}

    .top-row[b-fce5hnopz1]  a, .top-row[b-fce5hnopz1]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-fce5hnopz1]  a:hover, .top-row[b-fce5hnopz1]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-fce5hnopz1]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-fce5hnopz1] {
        justify-content: space-between;
    }

    .top-row[b-fce5hnopz1]  a, .top-row[b-fce5hnopz1]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    /* Viewport-bound main column so .grid-page can fill and scroll internally */
    html[b-fce5hnopz1], body[b-fce5hnopz1] {
        height: 100%;
        overflow: hidden;
    }

    .page[b-fce5hnopz1] {
        flex-direction: row;
        height: 100%;
        min-height: 100dvh;
        max-height: 100dvh;
        overflow: hidden;
    }

    .sidebar[b-fce5hnopz1] {
        width: 160px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    main[b-fce5hnopz1] {
        flex: 1;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    article.content[b-fce5hnopz1] {
        flex: 1;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .top-row[b-fce5hnopz1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-fce5hnopz1]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-fce5hnopz1], article[b-fce5hnopz1] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

#blazor-error-ui[b-fce5hnopz1] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-fce5hnopz1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/DiInvoice/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6w6dlg2ohu] {
    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-6w6dlg2ohu] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-6w6dlg2ohu] {
    height: 3rem;
    background-color: #000000;
}

.navbar-brand[b-6w6dlg2ohu] {
    font-size: 0.95rem;
    color: #ffffff;
}

.bi[b-6w6dlg2ohu] {
    display: inline-block;
    position: relative;
    width: 1.1rem;
    height: 1.1rem;
    margin-right: 0.5rem;
    top: -1px;
    background-size: cover;
    flex-shrink: 0;
}

.bi-house-door-fill-nav-menu[b-6w6dlg2ohu] {
    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-6w6dlg2ohu] {
    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-6w6dlg2ohu] {
    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");
}

.bi-receipt-nav-menu[b-6w6dlg2ohu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-receipt' viewBox='0 0 16 16'%3E%3Cpath d='M1.92.506a.5.5 0 0 1 .434.14L3 1.293l.646-.647a.5.5 0 0 1 .708 0L5 1.293l.646-.647a.5.5 0 0 1 .708 0L7 1.293l.646-.647a.5.5 0 0 1 .708 0L9 1.293l.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .801.13l.5 1A.5.5 0 0 1 15 2v12a.5.5 0 0 1-.053.224l-.5 1a.5.5 0 0 1-.8.13L13 14.707l-.646.647a.5.5 0 0 1-.708 0L11 14.707l-.646.647a.5.5 0 0 1-.708 0L9 14.707l-.646.647a.5.5 0 0 1-.708 0L7 14.707l-.646.647a.5.5 0 0 1-.708 0L5 14.707l-.646.647a.5.5 0 0 1-.708 0L3 14.707l-.646.647a.5.5 0 0 1-.801-.13l-.5-1A.5.5 0 0 1 1 14V2a.5.5 0 0 1 .053-.224l.5-1a.5.5 0 0 1 .367-.27zm.217 1.338L2 2.118v11.764l.137.274.51-.51a.5.5 0 0 1 .707 0l.646.647.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.509.509.137-.274V2.118l-.137-.274-.51.51a.5.5 0 0 1-.707 0L12 1.707l-.646.647a.5.5 0 0 1-.708 0L10 1.707l-.646.647a.5.5 0 0 1-.708 0L8 1.707l-.646.647a.5.5 0 0 1-.708 0L6 1.707l-.646.647a.5.5 0 0 1-.708 0L4 1.707l-.646.647a.5.5 0 0 1-.708 0l-.509-.509z'/%3E%3Cpath d='M3 4.5a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5m8-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E");
}

.bi-people-fill-nav-menu[b-6w6dlg2ohu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-people-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6m-5.784 6A2.24 2.24 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.3 6.3 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1zM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5'/%3E%3C/svg%3E");
}

.bi-box-seam-nav-menu[b-6w6dlg2ohu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-box-seam' viewBox='0 0 16 16'%3E%3Cpath d='M8.186 1.113a.5.5 0 0 0-.372 0L1.846 3.5l2.404.961L10.404 2zm3.564 1.426L5.596 5 8 5.961 14.154 3.5zm3.25 1.174-.51 1.927a.5.5 0 0 1-.343.348L8.5 7.723l-5.557-2.32a.5.5 0 0 1-.342-.348l-.51-1.927L8.186 1.113zM15.81 5.563 8.5 7.961l-5.31-2.218-.31 1.174a.5.5 0 0 0 .343.348l5.557 2.32 5.557-2.32a.5.5 0 0 0 .343-.348zM1.563 5.81l.31 1.174 5.31 2.218v5.373l-5.557-2.32a.5.5 0 0 1-.343-.348L1.563 5.81Zm13.436 0-.31 1.174a.5.5 0 0 1-.343.348L8.5 14.536v-5.373z'/%3E%3C/svg%3E");
}

.bi-file-earmark-slides-nav-menu[b-6w6dlg2ohu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-file-earmark-slides' viewBox='0 0 16 16'%3E%3Cpath d='M5 6a.5.5 0 0 0-.496.438l-.5 4A.5.5 0 0 0 4.5 11h3v2.016a1.5 1.5 0 0 1-1.744 1.48l-.5-.5A.5.5 0 0 0 5.5 14h-1a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.256.044l-.5.5A1.5 1.5 0 0 1 7 13.016V11h3a.5.5 0 0 0 .496-.562l-.5-4A.5.5 0 0 0 9.5 6z'/%3E%3Cpath d='M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2M9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5z'/%3E%3C/svg%3E");
}

.bi-bar-chart-fill-nav-menu[b-6w6dlg2ohu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-bar-chart-fill' viewBox='0 0 16 16'%3E%3Cpath d='M1 11a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1zm5-4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1zm5-5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1z'/%3E%3C/svg%3E");
}

.bi-calendar-event-nav-menu[b-6w6dlg2ohu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-calendar-event' viewBox='0 0 16 16'%3E%3Cpath d='M11 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm-5 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5z'/%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z'/%3E%3C/svg%3E");
}

.bi-truck-nav-menu[b-6w6dlg2ohu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-truck' viewBox='0 0 16 16'%3E%3Cpath d='M0 3.5A1.5 1.5 0 0 1 1.5 2h9.586a1.5 1.5 0 0 1 1.06.44l1.415 1.414A1.5 1.5 0 0 1 14 4.914V14.5a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 14.5zM1.5 3a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5V4.914a.5.5 0 0 0-.146-.353l-1.415-1.414A.5.5 0 0 0 11.086 3H1.5z'/%3E%3Cpath d='M12.5 9.5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 .5-.5m0 2a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 .5-.5m0 2a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 .5-.5'/%3E%3C/svg%3E");
}

.bi-calendar-check-nav-menu[b-6w6dlg2ohu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-calendar-check' viewBox='0 0 16 16'%3E%3Cpath d='M10.854 7.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 9.793l2.646-2.647a.5.5 0 0 1 .708 0'/%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z'/%3E%3C/svg%3E");
}

.nav-item[b-6w6dlg2ohu] {
    font-size: 0.85rem;
    padding-bottom: 0.25rem;
}

    .nav-item:first-of-type[b-6w6dlg2ohu] {
        padding-top: 0.65rem;
    }

    .nav-item:last-of-type[b-6w6dlg2ohu] {
        padding-bottom: 0.65rem;
    }

    .nav-item[b-6w6dlg2ohu]  .nav-link {
        color: #ffffff;
        background: none;
        border: none;
        border-radius: 4px;
        height: 2.2rem;
        display: flex;
        align-items: center;
        line-height: 2.2rem;
        width: 100%;
    }

.nav-item[b-6w6dlg2ohu]  a.active {
    background-color: #ff6600;
    color: white;
}

.nav-item[b-6w6dlg2ohu]  .nav-link:hover {
    background-color: rgba(255, 102, 0, 0.3);
    color: white;
}

.nav-scrollable[b-6w6dlg2ohu] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-6w6dlg2ohu] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-6w6dlg2ohu] {
        display: none;
    }

    .nav-scrollable[b-6w6dlg2ohu] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3rem);
        overflow-y: auto;
    }
}
