/* _content/AutoDevelop.Server/Components/Layout/MainLayout.razor.rz.scp.css */
.appbar-title[b-haxl2q54bg] {
    letter-spacing: 0.5px;
    font-weight: 600;
}

.drawer-footer[b-haxl2q54bg] {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.status-bar[b-haxl2q54bg] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 28px;
    background-color: #12121F;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    z-index: 1100;
    font-size: 0.75rem;
}

#blazor-error-ui[b-haxl2q54bg] {
    background: #b32121;
    bottom: 28px;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.4);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1200;
    color: white;
}

    #blazor-error-ui .dismiss[b-haxl2q54bg] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/AutoDevelop.Server/Components/Layout/NavMenu.razor.rz.scp.css */
/* NavMenu styles are no longer needed - navigation uses MudBlazor components */
/* _content/AutoDevelop.Server/Components/Shared/ConnectionBanner.razor.rz.scp.css */
.connection-banner[b-fy0ssbpc96] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    border-radius: 0;
}
