/* _content/SchlossblickGuestBook.Web/Components/Admin/MonatsBalken.razor.rz.scp.css */
.monats-balken-legende[b-lohpduqih0] {
    display: flex;
    font-size: 0.8rem;
    color: var(--sb-ink-600, #5C5947);
}

.monats-balken-legende-eintrag[b-lohpduqih0] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.monats-balken-swatch[b-lohpduqih0] {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 2px;
}

.monats-balken-reihe[b-lohpduqih0] {
    display: flex;
    align-items: flex-end;
    height: 150px;
    gap: 4px;
    border-bottom: 1px solid var(--sb-sand-300, #DDD0B2);
    padding-bottom: 2px;
}

.monats-balken-spalte[b-lohpduqih0] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.monats-balken-gruppe[b-lohpduqih0] {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 2px;
    width: 100%;
    height: 100%;
}

.monats-balken-saeule[b-lohpduqih0] {
    width: 40%;
    min-height: 2px;
    border-radius: 4px 4px 0 0;
    transition: opacity 0.15s ease-in-out;
}

.monats-balken-saeule:hover[b-lohpduqih0] {
    opacity: 0.75;
}

.monats-balken-label[b-lohpduqih0] {
    font-size: 0.7rem;
    color: var(--sb-ink-600, #5C5947);
    margin-top: 0.25rem;
}
/* _content/SchlossblickGuestBook.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page-wrapper[b-cdjjcmrd87] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.app-topbar[b-cdjjcmrd87] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem 1.25rem;
    background-color: var(--sb-green-dark, #284838);
    color: #fff;
    flex: 0 0 auto;
}

.app-topbar-brand[b-cdjjcmrd87] {
    flex: 0 0 auto;
    display: flex;
}

.app-logo-round[b-cdjjcmrd87] {
    height: 44px;
    width: 44px;
    border-radius: 50%;
    display: block;
}

.app-topbar-title[b-cdjjcmrd87] {
    flex: 1 1 auto;
    text-align: center;
    font-weight: 700;
    font-size: 1.15rem;
    letter-spacing: 0.02em;
    color: #fff;
}

.app-topbar-right[b-cdjjcmrd87] {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.app-user-btn[b-cdjjcmrd87] {
    background: transparent;
    border: none;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    text-decoration: none;
    font-size: 0.95rem;
}

.app-user-btn:hover[b-cdjjcmrd87] {
    opacity: 0.8;
    color: #fff;
}

.app-info-icon[b-cdjjcmrd87] {
    color: rgba(255, 255, 255, 0.75);
    display: inline-flex;
    cursor: help;
}

.page[b-cdjjcmrd87] {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

main[b-cdjjcmrd87] {
    flex: 1;
}

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

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

    .sidebar[b-cdjjcmrd87] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    article[b-cdjjcmrd87] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-cdjjcmrd87] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-cdjjcmrd87] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/SchlossblickGuestBook.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-dt37w1r8qn] {
    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-dt37w1r8qn] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-dt37w1r8qn] {
    min-height: 3.5rem;
}

.nav-menu-icon[b-dt37w1r8qn] {
    display: inline-block;
    width: 1.25rem;
    margin-right: 0.75rem;
    text-align: center;
    color: white;
}

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

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

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

    .nav-item[b-dt37w1r8qn]  .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-dt37w1r8qn]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

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

.nav-scrollable[b-dt37w1r8qn] {
    display: none;
}

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

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

    .top-row[b-dt37w1r8qn] {
        min-height: 0;
    }

    .nav-scrollable[b-dt37w1r8qn] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
