/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-coxfbi9pwh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.content[b-coxfbi9pwh] {
    padding-bottom: 6rem;
}
.sidebar[b-coxfbi9pwh] {
    background-color: var(--color-black);
}

.top-row[b-coxfbi9pwh] {
    background-color: #5a6930;
    border-bottom: none;
    justify-content: flex-end;
    height: 3.9rem;
    display: flex;
    align-items: center;
    position: relative;
}

.app-title[b-coxfbi9pwh] {
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    font-weight: var(--font-weight-medium);
    color: var(--color-white);
    letter-spacing: -0.01em;
}

.top-row-actions[b-coxfbi9pwh] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}


.top-row[b-coxfbi9pwh]  .local-dev-greeting {
    margin: 0;
    color: var(--color-white);
    font-size: clamp(0.75rem, 2vw, 1rem);
}

    .top-row[b-coxfbi9pwh]  a, .top-row[b-coxfbi9pwh]  .btn-link {
        white-space: nowrap;
        text-decoration: none;
        color: var(--color-white);
    }

    .top-row[b-coxfbi9pwh]  a:hover, .top-row[b-coxfbi9pwh]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-coxfbi9pwh]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-coxfbi9pwh] {
        justify-content: space-between;
    }

    .top-row-actions[b-coxfbi9pwh] {
        gap: 0.35rem;
    }
}

@media (min-width: 641px) {
    .page[b-coxfbi9pwh] {
        flex-direction: row;
        height: 100vh;
        overflow: hidden;
    }

    .sidebar[b-coxfbi9pwh] {
        width: 250px;
        flex-shrink: 0;
        height: 100vh;
        display: flex;
        flex-direction: column;
    }

    main[b-coxfbi9pwh] {
        overflow-y: auto;
        height: 100vh;
    }

    .top-row[b-coxfbi9pwh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-coxfbi9pwh]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-coxfbi9pwh], article[b-coxfbi9pwh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-489xcbhg8j] {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.navbar-toggler:hover[b-489xcbhg8j] {
    background-color: rgba(0, 0, 0, 0.7);
    border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggler:active[b-489xcbhg8j] {
    transform: scale(0.92);
}

.navbar-toggler-icon[b-489xcbhg8j] {
    display: block;
    width: 24px;
    height: 24px;
    background-image: none;
    color: rgba(255, 255, 255, 0.85);
}

.sidebar-header[b-489xcbhg8j] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem 1rem 1.5rem;
    min-height: 3.5rem;
}

.sidebar-logo-link[b-489xcbhg8j] {
    display: flex;
    align-items: center;
    border: none;
    outline: none;
    padding: 0 0 0 1rem;
    text-decoration: none;
    line-height: 1;
}

.sidebar-logo[b-489xcbhg8j] {
    display: block;
    height: 1.9rem;
    width: auto;
}

.nav-scrollable[b-489xcbhg8j] {
    background-color: #4d4a47;
    flex: 1;
    overflow-y: auto;
}

.nav-icon[b-489xcbhg8j] {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.75rem;
    vertical-align: middle;
    flex-shrink: 0;
}

.nav-item[b-489xcbhg8j] {
    font-size: 0.9rem;
    padding-bottom: 0.75rem;
}

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

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

    .nav-item[b-489xcbhg8j]  a {
        color: rgba(255, 255, 255, 0.85);
        border-radius: 0.75rem;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        margin: 0 0.5rem;
        transition: var(--transition-base);
    }

.nav-item[b-489xcbhg8j]  a.active {
    background-color: var(--color-white);
    color: var(--color-black);
    margin-right: -1rem;
    border-radius: 0.75rem 0 0 0.75rem;
    box-shadow: inset -1.5rem 0 0 var(--color-earth);
}

.nav-item[b-489xcbhg8j]  a:not(.active):hover {
    background-color: rgba(198, 170, 145, 0.15);
    color: var(--color-white);
}

@media (max-width: 640.98px) {
    .navbar-toggler[b-489xcbhg8j] {
        display: inline-flex;
    }

    .sidebar-header[b-489xcbhg8j] {
        justify-content: space-between;
    }

    .nav-scrollable[b-489xcbhg8j] {
        overflow: hidden;
        max-height: 100vh;
        transition: max-height 0.35s ease;
    }

    .nav-scrollable.collapse[b-489xcbhg8j] {
        display: block !important;
        max-height: 0;
    }

    .nav-item[b-489xcbhg8j]  a.active {
        margin-right: 0.5rem;
        border-radius: 0.75rem;
        box-shadow: none;
    }
}

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

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

    .nav-scrollable[b-489xcbhg8j] {
        /* Allow sidebar to scroll for tall menus */
        overflow-y: auto;
    }
}
/* /Shared/LanguageSelector.razor.rz.scp.css */
.language-selector[b-lyryc9fjx5] {
    position: relative;
    align-self: center;
}

.language-selector__toggle[b-lyryc9fjx5] {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    gap: 0.5rem;
    min-width: 4rem;
    justify-content: center;
    padding: var(--button-padding-small, 0.25rem 0.5rem);
    font-size: var(--font-size-xs, 0.875rem);
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.language-selector__globe[b-lyryc9fjx5] {
    display: block;
    flex-shrink: 0;
}

.language-selector__code[b-lyryc9fjx5] {
    font-weight: 400;
    letter-spacing: 0.04em;
}

.language-selector__menu[b-lyryc9fjx5] {
    position: absolute;
    right: 0;
    top: calc(100% + 0.35rem);
    min-width: 9rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.5rem;
    overflow: hidden;
    z-index: 10;
}

.language-selector__option[b-lyryc9fjx5] {
    width: 100%;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.55rem 0.75rem;
    color: #1a1a1a;
    text-align: left;
}

.language-selector__option:hover[b-lyryc9fjx5],
.language-selector__option:focus-visible[b-lyryc9fjx5],
.language-selector__option.active[b-lyryc9fjx5] {
    background-color: #f0f0f0;
}

.language-selector__check[b-lyryc9fjx5] {
    display: flex;
    align-items: center;
}

/* /Shared/LoginDisplay.razor.rz.scp.css */
.btn-outline-light[b-wcq1c8ai7x] {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    text-decoration: none;
    gap: 0.5rem;
    padding: var(--button-padding-small, 0.25rem 0.5rem);
    font-size: var(--font-size-xs, 0.875rem);
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.btn-icon[b-wcq1c8ai7x] {
    margin: 0;
    flex-shrink: 0;
}
