/* /Components/Layout/AccountLayout.razor.rz.scp.css */
.account-shell[b-ldv292wge1] {
    display: grid;
    min-height: 100vh;
    padding: 2rem 1rem;
    place-items: center;
    background:
        radial-gradient(
            circle at 50% 0%,
            #263f91 0,
            #182d76 38%,
            #0d1948 100%);
}

.account-panel[b-ldv292wge1] {
    width: min(100%, 29rem);
}

[b-ldv292wge1] .account-card {
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.24);
}

[b-ldv292wge1] .account-brand {
    margin-bottom: 1.75rem;
    text-align: center;
}

[b-ldv292wge1] .account-mark {
    display: block;
    width: 3.6rem;
    height: 3.6rem;
    margin: 0 auto 0.75rem;
    color: #182d76;
}

[b-ldv292wge1] .account-brand-name {
    color: #182d76;
    font-size: 1.35rem;
    font-weight: 650;
    line-height: 1.05;
    letter-spacing: -0.025em;
}

[b-ldv292wge1] .account-subtitle {
    margin-top: 0.45rem;
    color: #6c7583;
    font-size: 0.9rem;
}

@media (max-width: 480px) {
    .account-shell[b-ldv292wge1] {
        align-items: start;
        padding-top: 1rem;
    }

    [b-ldv292wge1] .account-card {
        padding: 1.35rem;
    }
}
/* /Components/Layout/InvoicePdfViewerLayout.razor.rz.scp.css */
.pdf-viewer-layout[b-ztl4snbt71] {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #252525;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-fhc1r6h6f0] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #f7f8fa;
}

main[b-fhc1r6h6f0] {
    flex: 1;
    min-width: 0;
    max-width: 100%;
}

.content[b-fhc1r6h6f0] {
    width: 100%;
    min-width: 0;
    max-width: 1600px;
    margin: 0 auto;
    padding: clamp(1.25rem, 2.5vw, 2.5rem)
             clamp(1rem, 2.8vw, 3rem)
             4rem;
}

.sidebar[b-fhc1r6h6f0] {
    position: relative;
    flex-shrink: 0;
    color: #fff;
    background:
        linear-gradient(
            180deg,
            #111f5c 0%,
            #182d76 48%,
            #142765 100%);
    border-right: 1px solid rgba(8, 28, 45, 0.2);
    z-index: 10;
}

@media (max-width: 1099.98px) {
    .content[b-fhc1r6h6f0] {
        padding-top: 1.25rem;
        padding-bottom: 2.5rem;
    }
}

@media (min-width: 1100px) {
    .page[b-fhc1r6h6f0] {
        flex-direction: row;
    }

    .sidebar[b-fhc1r6h6f0] {
        position: sticky;
        top: 0;
        width: 248px;
        height: 100vh;
        flex: 0 0 248px;
    }
}

#blazor-error-ui[b-fhc1r6h6f0] {
    color-scheme: light only;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0.85rem 3rem 0.85rem 1.25rem;
    color: #583d00;
    background: #fff4d6;
    border-top: 1px solid #ead69e;
    box-shadow: 0 -4px 20px rgba(24, 35, 45, 0.1);
    z-index: 1100;
}

#blazor-error-ui .dismiss[b-fhc1r6h6f0] {
    position: absolute;
    top: 0.7rem;
    right: 1rem;
    cursor: pointer;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-header[b-yy5xif9bk7] {
    min-height: 5.8rem;
    padding: 1rem 1rem 0.9rem;
    background: #0d1b4d;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.brand-link[b-yy5xif9bk7] {
    display: block;
    padding: 0.55rem 0.7rem;
    background: #fbfaf6;
    border-radius: 0.75rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.brand-link img[b-yy5xif9bk7] {
    display: block;
    width: 100%;
    height: 3.25rem;
    object-fit: contain;
    object-position: left center;
}

.brand-subtitle[b-yy5xif9bk7] {
    margin: 0.55rem 0.25rem 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.navbar-toggler[b-yy5xif9bk7] {
    appearance: none;
    cursor: pointer;
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2.75rem;
    height: 2.55rem;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 0.65rem;
    background:
        linear-gradient(#fff, #fff)
            center 0.72rem / 1.25rem 2px no-repeat,
        linear-gradient(#fff, #fff)
            center 1.19rem / 1.25rem 2px no-repeat,
        linear-gradient(#fff, #fff)
            center 1.66rem / 1.25rem 2px no-repeat,
        rgba(255, 255, 255, 0.08);
}

.navbar-toggler:checked[b-yy5xif9bk7] {
    background-color: rgba(255, 255, 255, 0.16);
}

.nav-scrollable[b-yy5xif9bk7] {
    display: none;
    padding: 0.55rem 0 1rem;
}

.nav[b-yy5xif9bk7] {
    gap: 0;
}

.nav-section[b-yy5xif9bk7] {
    padding-top: 0.45rem;
}

.nav-section + .nav-section[b-yy5xif9bk7] {
    margin-top: 0.3rem;
}

.nav-section-title[b-yy5xif9bk7] {
    margin: 0 1.25rem 0.35rem;
    color: rgba(255, 255, 255, 0.43);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.105em;
    text-transform: uppercase;
}

.nav-item[b-yy5xif9bk7] {
    padding: 0.1rem 0.75rem;
    font-size: 0.92rem;
}

.nav-item[b-yy5xif9bk7]  .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    width: 100%;
    min-height: 2.45rem;
    padding: 0.55rem 0.8rem 0.55rem 1rem;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.25;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 0.65rem;
    transition:
        color 120ms ease,
        background-color 120ms ease,
        border-color 120ms ease;
}

.nav-item[b-yy5xif9bk7]  .nav-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
}

.nav-item[b-yy5xif9bk7]  .nav-link.active {
    color: #fff;
    font-weight: 650;
    background: rgba(255, 255, 255, 0.13);
    border-color: rgba(255, 255, 255, 0.08);
}

.nav-item[b-yy5xif9bk7]  .nav-link.active::before {
    content: "";
    position: absolute;
    left: 0.38rem;
    top: 50%;
    width: 0.2rem;
    height: 1.1rem;
    border-radius: 1rem;
    background: #4fc3f0;
    transform: translateY(-50%);
}



.navbar-toggler:checked ~ .nav-scrollable[b-yy5xif9bk7] {
    display: block;
}

@media (max-width: 1099.98px) {
    .nav-header[b-yy5xif9bk7] {
        min-height: 4.7rem;
        padding: 0.55rem 4.7rem 0.55rem 0.75rem;
    }

    .brand-link[b-yy5xif9bk7] {
        width: min(14rem, 100%);
        padding: 0.3rem 0.5rem;
    }

    .brand-link img[b-yy5xif9bk7] {
        height: 2.75rem;
    }

    .brand-subtitle[b-yy5xif9bk7] {
        display: none;
    }

    .nav-scrollable[b-yy5xif9bk7] {
        max-height: calc(100vh - 4.7rem);
        overflow-y: auto;
    }
}

@media (min-width: 1100px) {
    .navbar-toggler[b-yy5xif9bk7] {
        display: none;
    }

    .nav-scrollable[b-yy5xif9bk7] {
        display: flex;
        flex-direction: column;
        height: calc(100vh - 5.8rem);
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color:
            rgba(255, 255, 255, 0.18)
            transparent;
    }

    .nav-footer[b-yy5xif9bk7] {
        margin-top: auto;
    }
}


/* Reduziertes Markenlogo ohne abgesetzten Kasten */
.nav-header[b-yy5xif9bk7] {
    min-height: 11.4rem;
    padding: 1.25rem 1rem 1rem;
    text-align: center;
    background: transparent;
    border-bottom: 0;
}

.brand-link[b-yy5xif9bk7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.55rem;
    padding: 0.2rem;
    color: #fff;
    text-decoration: none;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.brand-link:hover[b-yy5xif9bk7],
.brand-link:focus[b-yy5xif9bk7] {
    color: #fff;
}

.brand-mark[b-yy5xif9bk7] {
    display: block;
    width: 4rem;
    height: 4rem;
}

.brand-mark svg[b-yy5xif9bk7] {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.brand-mark path[b-yy5xif9bk7] {
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

.brand-mark path:nth-of-type(1)[b-yy5xif9bk7],
.brand-mark path:nth-of-type(3)[b-yy5xif9bk7] {
    fill: currentColor;
}

.brand-mark path:nth-of-type(2)[b-yy5xif9bk7],
.brand-mark path:nth-of-type(4)[b-yy5xif9bk7] {
    fill: none;
}

.brand-mark circle[b-yy5xif9bk7] {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    vector-effect: non-scaling-stroke;
}

.brand-name[b-yy5xif9bk7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: 1.18rem;
    font-weight: 620;
    line-height: 1.02;
    letter-spacing: -0.025em;
}

.brand-subtitle[b-yy5xif9bk7] {
    margin: 0.75rem 0 0;
    color: rgba(255, 255, 255, 0.54);
    font-size: 0.61rem;
    font-weight: 600;
    letter-spacing: 0.13em;
    text-align: center;
}

@media (max-width: 1099.98px) {
    .nav-header[b-yy5xif9bk7] {
        display: flex;
        align-items: center;
        min-height: 4.7rem;
        padding: 0.45rem 4.7rem 0.45rem 0.9rem;
        text-align: left;
    }

    .brand-link[b-yy5xif9bk7] {
        flex-direction: row;
        justify-content: flex-start;
        gap: 0.65rem;
        width: auto;
        padding: 0;
    }

    .brand-mark[b-yy5xif9bk7] {
        width: 2.9rem;
        height: 2.9rem;
    }

    .brand-name[b-yy5xif9bk7] {
        align-items: flex-start;
        font-size: 0.98rem;
        line-height: 0.98;
    }

    .brand-subtitle[b-yy5xif9bk7] {
        display: none;
    }
}

@media (min-width: 1100px) {
    .nav-scrollable[b-yy5xif9bk7] {
        height: calc(100vh - 11.4rem);
    }
}


/* Optisch ausbalancierte Kompassmarke */
.brand-mark path[b-yy5xif9bk7] {
    fill: none;
    stroke: #f7f5f0;
    stroke-width: 1.85;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

.brand-mark .compass-north[b-yy5xif9bk7] {
    fill: #f7f5f0;
    stroke: #f7f5f0;
    opacity: 1;
}

.brand-mark .compass-east[b-yy5xif9bk7],
.brand-mark .compass-south[b-yy5xif9bk7],
.brand-mark .compass-west[b-yy5xif9bk7] {
    fill: none;
    opacity: 0.72;
}

.brand-mark .compass-center[b-yy5xif9bk7] {
    fill: #f7f5f0;
    stroke: none;
}

.brand-name[b-yy5xif9bk7] {
    color: #f7f5f0;
    font-size: 1.14rem;
    font-weight: 520;
    line-height: 1.04;
    letter-spacing: -0.018em;
}

@media (max-width: 1099.98px) {
    .brand-name[b-yy5xif9bk7] {
        font-size: 0.98rem;
        font-weight: 520;
        line-height: 1;
    }
}


/* Nur die Nordnadel wird ausgefüllt */
.brand-mark path.compass-north[b-yy5xif9bk7] {
    fill: #f7f5f0;
    opacity: 1;
}

.brand-mark path.compass-east[b-yy5xif9bk7],
.brand-mark path.compass-south[b-yy5xif9bk7],
.brand-mark path.compass-west[b-yy5xif9bk7] {
    fill: none;
    opacity: 0.72;
}


/* Benutzerkonto am Ende der Navigation */
.nav-account[b-yy5xif9bk7] {
    margin: 1rem 0.75rem 0;
    padding: 0.9rem 0.7rem 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-user[b-yy5xif9bk7] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-width: 0;
    margin-bottom: 0.65rem;
}

.nav-user-avatar[b-yy5xif9bk7] {
    display: grid;
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
    color: #182d76;
    font-size: 0.78rem;
    font-weight: 750;
    border-radius: 50%;
    background: #f7f5f0;
    place-items: center;
}

.nav-user-details[b-yy5xif9bk7] {
    min-width: 0;
}

.nav-user-label[b-yy5xif9bk7] {
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.62rem;
    font-weight: 650;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.nav-user-name[b-yy5xif9bk7] {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.76rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-logout[b-yy5xif9bk7] {
    width: 100%;
    padding: 0.48rem 0.7rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.76rem;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0.55rem;
    background: rgba(255, 255, 255, 0.04);
}

.nav-logout:hover[b-yy5xif9bk7],
.nav-logout:focus[b-yy5xif9bk7] {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
}

@media (min-width: 1100px) {
    .nav-account[b-yy5xif9bk7] {
        margin-top: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-89rnf9m8eh],
.components-reconnect-repeated-attempt-visible[b-89rnf9m8eh],
.components-reconnect-failed-visible[b-89rnf9m8eh],
.components-pause-visible[b-89rnf9m8eh],
.components-resume-failed-visible[b-89rnf9m8eh],
.components-rejoining-animation[b-89rnf9m8eh] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-89rnf9m8eh],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-89rnf9m8eh],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-89rnf9m8eh],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-89rnf9m8eh],
#components-reconnect-modal.components-reconnect-retrying[b-89rnf9m8eh],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-89rnf9m8eh],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-89rnf9m8eh],
#components-reconnect-modal.components-reconnect-failed[b-89rnf9m8eh],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-89rnf9m8eh] {
    display: block;
}


#components-reconnect-modal[b-89rnf9m8eh] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-89rnf9m8eh 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-89rnf9m8eh 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-89rnf9m8eh 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-89rnf9m8eh]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-89rnf9m8eh 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-89rnf9m8eh {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-89rnf9m8eh {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-89rnf9m8eh {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-89rnf9m8eh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-89rnf9m8eh] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-89rnf9m8eh] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-89rnf9m8eh] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-89rnf9m8eh] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-89rnf9m8eh] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-89rnf9m8eh] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-89rnf9m8eh 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-89rnf9m8eh] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-89rnf9m8eh {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/CustomerAccounts.razor.rz.scp.css */


/* Mindestbreite für responsive Tabellen */
.table-responsive[b-li70iwzsbb] {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive .table[b-li70iwzsbb] {
    min-width: 900px;
}


/* Fixierte Kundenspalte */
.table-responsive .table th:first-child[b-li70iwzsbb],
.table-responsive .table td:first-child[b-li70iwzsbb] {
    position: sticky;
    left: 0;
    min-width: 12rem;
    background: #fff;
    box-shadow: 0.35rem 0 0.55rem -0.5rem rgba(16, 31, 88, 0.42);
}

.table-responsive .table th:first-child[b-li70iwzsbb] {
    z-index: 4;
    background: #f5f7fa;
}

.table-responsive .table td:first-child[b-li70iwzsbb] {
    z-index: 2;
}

.table-responsive .table tbody tr:nth-of-type(odd) td:first-child[b-li70iwzsbb] {
    background: #f8f9fa;
}

.table-responsive .table tbody tr:hover td:first-child[b-li70iwzsbb] {
    background: #eef3fa;
}
/* /Components/Pages/CustomerPrices.razor.rz.scp.css */


/* Mindestbreite für responsive Tabellen */
.table-responsive[b-r42z6p70sh] {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive .table[b-r42z6p70sh] {
    min-width: 850px;
}
/* /Components/Pages/Customers.razor.rz.scp.css */


/* Mindestbreite für responsive Tabellen */
.table-responsive[b-k918exrci4] {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive .table[b-k918exrci4] {
    min-width: 780px;
}


/* Fixierte Kundennummer und Namensspalte */
@media (min-width: 768px) {
    .table-responsive .table th:first-child[b-k918exrci4],
    .table-responsive .table td:first-child[b-k918exrci4] {
        position: sticky;
        left: 0;
        z-index: 3;
        width: 8rem;
        min-width: 8rem;
        max-width: 8rem;
        background: #fff;
        white-space: nowrap;
    }

    .table-responsive .table th:nth-child(2)[b-k918exrci4],
    .table-responsive .table td:nth-child(2)[b-k918exrci4] {
        position: sticky;
        left: 8rem;
        z-index: 4;
        width: 14rem;
        min-width: 14rem;
        max-width: 14rem;
        background: #fff;
        white-space: nowrap;
        box-shadow:
            0.4rem 0 0.6rem -0.5rem
            rgba(16, 31, 88, 0.48);
    }

    .table-responsive .table th:first-child[b-k918exrci4],
    .table-responsive .table th:nth-child(2)[b-k918exrci4] {
        z-index: 7;
        background: #f5f7fa;
    }

    .table-responsive .table tbody tr:nth-of-type(odd)
    td:first-child[b-k918exrci4],
    .table-responsive .table tbody tr:nth-of-type(odd)
    td:nth-child(2)[b-k918exrci4] {
        background: #f8f9fa;
    }
}

/* Auf Smartphones bleibt nur der Kundenname sichtbar */
@media (max-width: 767.98px) {
    .table-responsive .table th:first-child[b-k918exrci4],
    .table-responsive .table td:first-child[b-k918exrci4] {
        position: static;
    }

    .table-responsive .table th:nth-child(2)[b-k918exrci4],
    .table-responsive .table td:nth-child(2)[b-k918exrci4] {
        position: sticky;
        left: 0;
        z-index: 4;
        min-width: 12rem;
        background: #fff;
        white-space: nowrap;
        box-shadow:
            0.4rem 0 0.6rem -0.5rem
            rgba(16, 31, 88, 0.48);
    }

    .table-responsive .table th:nth-child(2)[b-k918exrci4] {
        z-index: 7;
        background: #f5f7fa;
    }

    .table-responsive .table tbody tr:nth-of-type(odd)
    td:nth-child(2)[b-k918exrci4] {
        background: #f8f9fa;
    }
}

.table-responsive .table tbody tr:hover td:first-child[b-k918exrci4],
.table-responsive .table tbody tr:hover td:nth-child(2)[b-k918exrci4] {
    background: #eef3fa;
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
.dashboard-action-card[b-mcjuyuisf5] {
    transition:
        transform 120ms ease,
        box-shadow 120ms ease,
        border-color 120ms ease;
}

.dashboard-action-card:hover[b-mcjuyuisf5] {
    transform: translateY(-2px);
    box-shadow: 0 .35rem 1rem rgba(0, 0, 0, .08);
    border-color: var(--bs-primary);
}


/* Dashboard-Verfeinerung 2026 */

.dashboard-header[b-mcjuyuisf5] {
    padding-bottom: 0.15rem;
}

.dashboard-header .btn[b-mcjuyuisf5] {
    min-width: 8.6rem;
}

.dashboard-period-card[b-mcjuyuisf5] {
    background: linear-gradient(
        110deg,
        rgba(23, 59, 99, 0.045),
        rgba(105, 198, 213, 0.075));
    border-color: rgba(23, 59, 99, 0.13);
    box-shadow: none;
}

.dashboard-period-card .card-body[b-mcjuyuisf5] {
    padding: 1rem 1.1rem;
}

.dashboard-section-title[b-mcjuyuisf5] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: #34414b;
    font-size: 0.88rem;
    font-weight: 750;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.dashboard-section-title[b-mcjuyuisf5]::after {
    content: "";
    height: 1px;
    flex: 1;
    background: #dce1e3;
}

.dashboard-action-card[b-mcjuyuisf5] {
    position: relative;
    overflow: hidden;
    border-color: #d9dfe2;
    transition:
        transform 140ms ease,
        border-color 140ms ease,
        box-shadow 140ms ease;
}

.dashboard-action-card[b-mcjuyuisf5]::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 0.22rem;
    background: #698399;
}

.dashboard-action-card:hover[b-mcjuyuisf5] {
    transform: translateY(-2px);
    border-color: #bdc9cf;
    box-shadow: 0 8px 22px rgba(21, 43, 59, 0.085);
}

.dashboard-action-card:focus-visible[b-mcjuyuisf5] {
    outline: 3px solid rgba(23, 111, 168, 0.2);
    outline-offset: 2px;
}

.dashboard-action-card .card-body[b-mcjuyuisf5] {
    padding: 1.05rem 1.1rem 1.05rem 1.25rem;
}

.dashboard-action-card .fs-3[b-mcjuyuisf5],
.dashboard-metrics .fs-3[b-mcjuyuisf5] {
    margin-top: 0.35rem;
    color: #1c2932;
    font-size: 1.75rem !important;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.025em;
}

.dashboard-metrics .card[b-mcjuyuisf5] {
    box-shadow: none;
}

.dashboard-metrics .card-body[b-mcjuyuisf5] {
    min-height: 8.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dashboard-breakdowns .card[b-mcjuyuisf5] {
    overflow: hidden;
}

.dashboard-breakdowns .table-responsive[b-mcjuyuisf5] {
    border: 0;
    border-radius: 0;
}

.dashboard-breakdowns .table td[b-mcjuyuisf5],
.dashboard-breakdowns .table th[b-mcjuyuisf5] {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

@media (max-width: 767.98px) {
    .dashboard-header .btn[b-mcjuyuisf5] {
        min-width: 0;
        flex: 1 1 auto;
    }

    .dashboard-header .d-flex[b-mcjuyuisf5] {
        width: 100%;
    }

    .dashboard-metrics .card-body[b-mcjuyuisf5] {
        min-height: 7rem;
    }
}


.dashboard-trend-card[b-mcjuyuisf5] {
    overflow: hidden;
}

.dashboard-trend-header[b-mcjuyuisf5] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}

.dashboard-trend-controls[b-mcjuyuisf5] {
    display: flex;
    align-items: flex-end;
    gap: 0.75rem;
}

.dashboard-trend-controls .form-label[b-mcjuyuisf5] {
    margin-bottom: 0.2rem;
    font-size: 0.72rem;
}

.dashboard-trend-controls .form-select[b-mcjuyuisf5] {
    min-width: 10rem;
}

.dashboard-trend-card .card-body[b-mcjuyuisf5] {
    padding: 1rem 1rem 0.65rem;
}

@media (max-width: 767.98px) {
    .dashboard-trend-header[b-mcjuyuisf5] {
        align-items: stretch;
        flex-direction: column;
    }

    .dashboard-trend-controls[b-mcjuyuisf5] {
        width: 100%;
    }

    .dashboard-trend-controls div[b-mcjuyuisf5] {
        flex: 1;
    }

    .dashboard-trend-controls .form-select[b-mcjuyuisf5] {
        width: 100%;
        min-width: 0;
    }
}
/* /Components/Pages/Expenses.razor.rz.scp.css */


/* Mindestbreite für responsive Tabellen */
.table-responsive[b-u06c5d4zw0] {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive .table[b-u06c5d4zw0] {
    min-width: 940px;
}


/* Fixierte Orientierungsspalte */
.table-responsive .table th:nth-child(3)[b-u06c5d4zw0],
.table-responsive .table td:nth-child(3)[b-u06c5d4zw0] {
    position: sticky;
    left: 0;
    min-width: 10rem;
    background: #fff;
    box-shadow: 0.35rem 0 0.55rem -0.5rem rgba(16, 31, 88, 0.42);
}

.table-responsive .table th:nth-child(3)[b-u06c5d4zw0] {
    z-index: 4;
    background: #f5f7fa;
}

.table-responsive .table td:nth-child(3)[b-u06c5d4zw0] {
    z-index: 2;
}

.table-responsive .table tbody tr:nth-of-type(odd)
td:nth-child(3)[b-u06c5d4zw0] {
    background: #f8f9fa;
}

.table-responsive .table tbody tr:hover
td:nth-child(3)[b-u06c5d4zw0] {
    background: #eef3fa;
}
/* /Components/Pages/InvoicePdfViewer.razor.rz.scp.css */
.invoice-pdf-viewer[b-padx83wg7u] {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    margin: 0;
    background: #252525;
}

.invoice-pdf-viewer iframe[b-padx83wg7u] {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}
/* /Components/Pages/Invoices.razor.rz.scp.css */


/* Mindestbreite für responsive Tabellen */
.table-responsive[b-bks83o1ex1] {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive .table[b-bks83o1ex1] {
    min-width: 1280px;
}


/* Fixierte Orientierungsspalte */
.table-responsive .table th:nth-child(3)[b-bks83o1ex1],
.table-responsive .table td:nth-child(3)[b-bks83o1ex1] {
    position: sticky;
    left: 0;
    min-width: 10rem;
    background: #fff;
    box-shadow: 0.35rem 0 0.55rem -0.5rem rgba(16, 31, 88, 0.42);
}

.table-responsive .table th:nth-child(3)[b-bks83o1ex1] {
    z-index: 4;
    background: #f5f7fa;
}

.table-responsive .table td:nth-child(3)[b-bks83o1ex1] {
    z-index: 2;
}

.table-responsive .table tbody tr:nth-of-type(odd)
td:nth-child(3)[b-bks83o1ex1] {
    background: #f8f9fa;
}

.table-responsive .table tbody tr:hover
td:nth-child(3)[b-bks83o1ex1] {
    background: #eef3fa;
}


/* Fixierte Rechnungsnummer und Kundenspalte */
.table-responsive .table th:first-child[b-bks83o1ex1],
.table-responsive .table td:first-child[b-bks83o1ex1] {
    position: sticky;
    left: 0;
    z-index: 3;
    width: 10.5rem;
    min-width: 10.5rem;
    max-width: 10.5rem;
    background: #fff;
    white-space: nowrap;
}

.table-responsive .table th:first-child[b-bks83o1ex1] {
    z-index: 6;
    background: #f5f7fa;
}

/* Auf Tablets und Desktop bleibt zusätzlich der Kunde sichtbar */
@media (min-width: 768px) {
    .table-responsive .table th:nth-child(3)[b-bks83o1ex1],
    .table-responsive .table td:nth-child(3)[b-bks83o1ex1] {
        position: sticky;
        left: 10.5rem;
        z-index: 4;
        width: 13rem;
        min-width: 13rem;
        max-width: 13rem;
        background: #fff;
        white-space: nowrap;
        box-shadow:
            0.4rem 0 0.6rem -0.5rem
            rgba(16, 31, 88, 0.48);
    }

    .table-responsive .table th:nth-child(3)[b-bks83o1ex1] {
        z-index: 7;
        background: #f5f7fa;
    }
}

/* Auf kleinen Bildschirmen nur Rechnungsnummer fixieren */
@media (max-width: 767.98px) {
    .table-responsive .table th:nth-child(3)[b-bks83o1ex1],
    .table-responsive .table td:nth-child(3)[b-bks83o1ex1] {
        position: static;
        width: auto;
        min-width: 11rem;
        max-width: none;
        box-shadow: none;
    }
}

/* Streifenfarben auch in den fixierten Zellen */
.table-responsive .table tbody tr:nth-of-type(odd)
td:first-child[b-bks83o1ex1] {
    background: #f8f9fa;
}

@media (min-width: 768px) {
    .table-responsive .table tbody tr:nth-of-type(odd)
    td:nth-child(3)[b-bks83o1ex1] {
        background: #f8f9fa;
    }
}

.table-responsive .table tbody tr:hover td:first-child[b-bks83o1ex1],
.table-responsive .table tbody tr:hover td:nth-child(3)[b-bks83o1ex1] {
    background: #eef3fa;
}
/* /Components/Pages/InvoiceSettingsPage.razor.rz.scp.css */
.settings-tabs[b-d09uzr1agc] {
    display: flex;
    gap: 0.35rem;
    margin: 1.25rem 0 1.5rem;
    padding: 0.3rem;
    overflow-x: auto;
    border: 1px solid #dde2e7;
    border-radius: 0.7rem;
    background: #eef1f4;
    scrollbar-width: thin;
}

.settings-tab[b-d09uzr1agc] {
    flex: 0 0 auto;
    padding: 0.6rem 0.85rem;
    color: #4c5661;
    font-weight: 600;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: 0.5rem;
    background: transparent;
    transition:
        color 120ms ease,
        background-color 120ms ease,
        box-shadow 120ms ease;
}

.settings-tab:hover[b-d09uzr1agc] {
    color: #173b63;
    background: rgba(255, 255, 255, 0.65);
}

.settings-tab.active[b-d09uzr1agc] {
    color: #173b63;
    border-color: rgba(23, 59, 99, 0.12);
    background: #fff;
    box-shadow: 0 2px 8px rgba(23, 59, 99, 0.1);
}

.settings-actions[b-d09uzr1agc] {
    position: sticky;
    bottom: 0;
    z-index: 5;
    margin: 1.25rem -0.25rem -0.25rem;
    padding: 0.9rem 0.25rem 0.25rem;
    background:
        linear-gradient(
            180deg,
            rgba(247, 248, 250, 0) 0%,
            #f7f8fa 35%);
}

@media (max-width: 640.98px) {
    .settings-tabs[b-d09uzr1agc] {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }
}
/* /Components/Pages/ServiceEntries.razor.rz.scp.css */


/* Mindestbreite für responsive Tabellen */
.table-responsive[b-gg9sfsvebj] {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive .table[b-gg9sfsvebj] {
    min-width: 1040px;
}


/* Fixierte Orientierungsspalte */
.table-responsive .table th:nth-child(3)[b-gg9sfsvebj],
.table-responsive .table td:nth-child(3)[b-gg9sfsvebj] {
    position: sticky;
    left: 0;
    min-width: 10rem;
    background: #fff;
    box-shadow: 0.35rem 0 0.55rem -0.5rem rgba(16, 31, 88, 0.42);
}

.table-responsive .table th:nth-child(3)[b-gg9sfsvebj] {
    z-index: 4;
    background: #f5f7fa;
}

.table-responsive .table td:nth-child(3)[b-gg9sfsvebj] {
    z-index: 2;
}

.table-responsive .table tbody tr:nth-of-type(odd)
td:nth-child(3)[b-gg9sfsvebj] {
    background: #f8f9fa;
}

.table-responsive .table tbody tr:hover
td:nth-child(3)[b-gg9sfsvebj] {
    background: #eef3fa;
}
/* /Components/Pages/Services.razor.rz.scp.css */


/* Mindestbreite für responsive Tabellen */
.table-responsive[b-vzo2vfz1k7] {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive .table[b-vzo2vfz1k7] {
    min-width: 940px;
}
/* /Components/Shared/CustomerPicker.razor.rz.scp.css */
.customer-picker[b-qttj4d5vub] {
    position: relative;
}

.picker-toggle[b-qttj4d5vub],
.picker-clear[b-qttj4d5vub] {
    min-width: 2.75rem;
    font-size: 1rem;
}

.picker-clear[b-qttj4d5vub] {
    color: #68737c;
    font-size: 1.15rem;
    line-height: 1;
}

.picker-toggle[b-qttj4d5vub] {
    font-size: 0.9rem;
}

.picker-menu[b-qttj4d5vub] {
    display: none;
    position: absolute;
    z-index: 1050;
    top: calc(100% + 0.25rem);
    left: 0;
    right: 0;
    max-height: 18rem;
    overflow-y: auto;
    padding: 0.3rem;
    background: #fff;
    border: 1px solid #cdd4d9;
    border-radius: 0.58rem;
    box-shadow:
        0 0.6rem 1.5rem
        rgba(20, 32, 48, 0.14);
}

.customer-picker.open:focus-within .picker-menu[b-qttj4d5vub] {
    display: block;
}

.picker-item[b-qttj4d5vub] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.58rem 0.65rem;
    color: #212529;
    text-align: left;
    border: 0;
    border-radius: 0.38rem;
    background: transparent;
}

.picker-item:hover[b-qttj4d5vub],
.picker-item:focus[b-qttj4d5vub] {
    background: #eef1f8;
    outline: none;
}



.picker-item.highlighted[b-qttj4d5vub] {
    background: #e3e8f5;
    box-shadow:
        inset 0 0 0 1px
        rgba(24, 45, 118, 0.18);
}

.picker-item.selected[b-qttj4d5vub] {
    color: #182d76;
    background: #eef1f8;
}

.picker-name[b-qttj4d5vub] {
    font-weight: 550;
}

.picker-number[b-qttj4d5vub] {
    flex-shrink: 0;
    color: #6c757d;
    font-size: 0.82rem;
}

.picker-item.selected .picker-number[b-qttj4d5vub] {
    color: #596882;
}

.picker-empty[b-qttj4d5vub] {
    padding: 0.7rem;
    color: #6c757d;
}
/* /Components/Shared/MonthlyBarChart.razor.rz.scp.css */
.monthly-chart[b-gjqi5u2kbg] {
    width: 100%;
    min-height: 18rem;
    overflow-x: auto;
}

.monthly-chart svg[b-gjqi5u2kbg] {
    display: block;
    width: 100%;
    min-width: 42rem;
    height: auto;
    overflow: visible;
}

.chart-empty[b-gjqi5u2kbg] {
    display: grid;
    min-height: 17rem;
    place-items: center;
    color: #69757e;
}

.chart-grid-line[b-gjqi5u2kbg] {
    stroke: #e4e8ea;
    stroke-width: 1;
}

.chart-base-line[b-gjqi5u2kbg] {
    stroke: #cbd2d6;
    stroke-width: 1;
}

.chart-axis-value[b-gjqi5u2kbg] {
    width: 100%;
    color: #69757e;
    font-size: 11px;
    line-height: 22px;
    text-align: right;
    white-space: nowrap;
}

.chart-month-label[b-gjqi5u2kbg] {
    width: 100%;
    color: #69757e;
    font-size: 11px;
    line-height: 22px;
    text-align: center;
    white-space: nowrap;
}

.chart-bar-value[b-gjqi5u2kbg] {
    width: 100%;
    color: #46545f;
    font-size: 10px;
    font-weight: 650;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
}

.chart-bar[b-gjqi5u2kbg] {
    fill: #30479a;
    transition:
        fill 120ms ease,
        opacity 120ms ease;
}

.chart-bar-group:hover .chart-bar[b-gjqi5u2kbg] {
    fill: #182d76;
}

@media (max-width: 767.98px) {
    .monthly-chart svg[b-gjqi5u2kbg] {
        min-width: 38rem;
    }
}
/* /Components/Shared/NavIcon.razor.rz.scp.css */
.nav-icon[b-4x9ibwv78t] {
    display: block;
    width: 1.15rem;
    height: 1.15rem;
    flex: 0 0 1.15rem;
    opacity: 0.82;
}

.nav-icon circle[b-4x9ibwv78t],
.nav-icon path[b-4x9ibwv78t],
.nav-icon rect[b-4x9ibwv78t] {
    vector-effect: non-scaling-stroke;
}
