/* app/Components/DatevClientAuthorizationCard.razor.rz.scp.css */
.datev-client-card[b-wwx534ry11] {
    margin-bottom: 0.75rem;
    min-height: 1px;
}

.datev-client-card .card-body[b-wwx534ry11] {
    display: flex;
    flex-direction: column;
}

.datev-client-card__actions[b-wwx534ry11] {
    margin-top: auto;
}
/* app/Components/DatevTokenInformationCard.razor.rz.scp.css */
.datev-token-details dt[b-rkahid4cno] {
    font-weight: 600;
}

.datev-token-details dd[b-rkahid4cno] {
    word-break: break-word;
}

.datev-token-information__actions[b-rkahid4cno] {
    margin-top: 0.25rem;
}
/* app/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-pr9dkgl14t] {
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
}

.app-shell__main[b-pr9dkgl14t] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.app-shell__sidebar[b-pr9dkgl14t] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.app-shell__header[b-pr9dkgl14t] {
    background: rgba(248, 250, 252, 0.92);
    border-bottom: 1px solid rgba(148, 163, 184, 0.28);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    position: sticky;
    top: 0;
    z-index: 1020;
}

.app-shell__content[b-pr9dkgl14t] {
    flex: 1;
    width: 100%;
}

@media (max-width: 991.98px) {
    .app-shell__sidebar[b-pr9dkgl14t] {
        position: relative;
    }
}

@media (max-width: 640.98px) {
    .app-shell__content[b-pr9dkgl14t] {
        padding-top: 1rem !important;
        padding-bottom: 1.5rem !important;
    }
}

@media (min-width: 641px) {
    .app-shell[b-pr9dkgl14t] {
        flex-direction: row;
    }

    .app-shell__sidebar[b-pr9dkgl14t] {
        width: 18rem;
        height: 100vh;
        position: sticky;
        top: 0;
        overflow-y: auto;
    }

    .app-shell__content[b-pr9dkgl14t] {
        padding-top: 1.5rem !important;
        padding-bottom: 2rem !important;
    }
}
/* app/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-wy5mplmcn3] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-wy5mplmcn3] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-wy5mplmcn3] {
    font-size: 1.1rem;
}

.bi[b-wy5mplmcn3] {
    display: inline-block;
    margin-right: 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    vertical-align: -0.125em;
}

.nav-item[b-wy5mplmcn3] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-wy5mplmcn3] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-wy5mplmcn3] {
        padding-bottom: 1rem;
    }

    .nav-item[b-wy5mplmcn3]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-wy5mplmcn3]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-wy5mplmcn3]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

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

    .collapse[b-wy5mplmcn3] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-wy5mplmcn3] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* app/Pages/DatevConnect.razor.rz.scp.css */
/* DatevConnect page-specific styles now live in reusable child components. */
