/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-27axkzt0jm] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-27axkzt0jm] {
    flex: 1;
}

.sidebar[b-27axkzt0jm] {
    background-color: var(--hoa-brand);
}

.top-row[b-27axkzt0jm] {
    background-color: #ffffff;
    border-bottom: 1px solid #dde3e8;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    color: var(--hoa-text);
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

    .top-row[b-27axkzt0jm]  a, .top-row[b-27axkzt0jm]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: var(--hoa-muted);
    }

    .top-row[b-27axkzt0jm]  a:hover, .top-row[b-27axkzt0jm]  .btn-link:hover {
        color: var(--hoa-brand);
        text-decoration: underline;
    }

    .top-row[b-27axkzt0jm]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-27axkzt0jm] {
        justify-content: space-between;
    }

    .top-row[b-27axkzt0jm]  a, .top-row[b-27axkzt0jm]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-27axkzt0jm] {
        flex-direction: row;
    }

    .sidebar[b-27axkzt0jm] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-27axkzt0jm] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-27axkzt0jm]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-27axkzt0jm], article[b-27axkzt0jm] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-27axkzt0jm] {
    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-27axkzt0jm] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


@media (max-width: 640.98px) {
    .top-row[b-27axkzt0jm] {
        justify-content: space-between;
    }

    .top-row[b-27axkzt0jm]  a, .top-row[b-27axkzt0jm]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-27axkzt0jm] {
        flex-direction: row;
    }

    .sidebar[b-27axkzt0jm] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-27axkzt0jm] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-27axkzt0jm]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-27axkzt0jm], article[b-27axkzt0jm] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-27axkzt0jm] {
    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-27axkzt0jm] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-hzoqitxlym] {
    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.15);
    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.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem transparent;
    border-radius: 4px;
}

.navbar-toggler:checked[b-hzoqitxlym] {
    background-color: rgba(255, 255, 255, 0.15);
}

.top-row[b-hzoqitxlym] {
    min-height: 4.5rem;
    background-color: var(--hoa-brand);
    border-bottom: 1px solid rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
}

.navbar-brand[b-hzoqitxlym] {
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #fff !important;
}

.nav-icon[b-hzoqitxlym] {
    display: inline-block;
    width: 1.25rem;
    text-align: center;
    margin-right: 0.5rem;
    font-size: 1rem;
    opacity: 0.85;
}

.nav-item[b-hzoqitxlym] {
    font-size: 0.875rem;
    padding-bottom: 0.25rem;
}

    .nav-item:first-of-type[b-hzoqitxlym] {
        padding-top: 0.75rem;
    }

    .nav-item:last-of-type[b-hzoqitxlym] {
        padding-bottom: 1rem;
    }

    .nav-item[b-hzoqitxlym]  .nav-link {
        color: rgba(255,255,255,0.82);
        background: none;
        border: none;
        border-left: 3px solid transparent;
        border-radius: 0 4px 4px 0;
        height: 2.8rem;
        display: flex;
        align-items: center;
        line-height: 2.8rem;
        width: 100%;
        padding-left: 0.75rem;
        transition: background-color 0.15s ease, color 0.15s ease;
    }

.nav-item[b-hzoqitxlym]  a.active {
    background-color: rgba(255,255,255,0.1);
    border-left-color: #d1314d;
    color: #fff;
    font-weight: 600;
}

.nav-item[b-hzoqitxlym]  a.active .nav-icon {
    opacity: 1;
}

.nav-item[b-hzoqitxlym]  .nav-link:hover {
    background-color: rgba(255,255,255,0.08);
    color: #fff;
}

.nav-scrollable[b-hzoqitxlym] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-hzoqitxlym] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-hzoqitxlym] {
        display: none;
    }

    .nav-scrollable[b-hzoqitxlym] {
        display: block;
        height: calc(100vh - 4.5rem);
        overflow-y: auto;
    }
}
