/* _content/JoSalon.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-oodlb49wfv] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}

main[b-oodlb49wfv] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-oodlb49wfv] {
    background: #2f2a27;
}

.top-row[b-oodlb49wfv] {
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #e0d9cc;
    color: #6f6a61;
    display: flex;
    height: 3.5rem;
    justify-content: flex-end;
}

.mobile-brand[b-oodlb49wfv] {
    display: none;
}

@media (max-width: 900px) {
    .page[b-oodlb49wfv] {
        display: block;
    }

    .sidebar[b-oodlb49wfv] {
        display: contents;
    }

    .app-top-row[b-oodlb49wfv] {
        height: 3.25rem;
        justify-content: space-between;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        position: sticky;
        top: 0;
        z-index: 20;
    }

    .mobile-brand[b-oodlb49wfv] {
        color: #2f2a27;
        display: inline;
    }

    .desktop-title[b-oodlb49wfv] {
        display: none;
    }
}

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

    .sidebar[b-oodlb49wfv] {
        height: 100vh;
        position: sticky;
        top: 0;
        flex: 0 0 200px;
        width: 200px;
    }

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

    .top-row[b-oodlb49wfv], article[b-oodlb49wfv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/JoSalon.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.top-row[b-9qyicbka2a] {
    background: #2f2a27;
    min-height: 3.5rem;
}

.navbar-brand[b-9qyicbka2a] {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
}

.nav-item[b-9qyicbka2a] {
    font-size: .95rem;
    padding-bottom: .35rem;
}

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

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

.nav-item[b-9qyicbka2a]  .nav-link {
    align-items: center;
    background: none;
    border: none;
    border-radius: 6px;
    color: #e8e0d3;
    display: flex;
    min-height: 2.65rem;
    padding: .5rem .75rem;
    text-decoration: none;
    width: 100%;
}

.nav-item[b-9qyicbka2a]  a.active {
    background-color: #7b3f54;
    color: white;
}

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

.mobile-bottom-nav[b-9qyicbka2a],
.mobile-more-panel[b-9qyicbka2a],
.mobile-menu-backdrop[b-9qyicbka2a],
.mobile-more-toggle[b-9qyicbka2a] {
    display: none;
}

@media (max-width: 900px) {
    .desktop-nav-brand[b-9qyicbka2a],
    .desktop-navigation[b-9qyicbka2a] {
        display: none;
    }

    .mobile-bottom-nav[b-9qyicbka2a] {
        align-items: stretch;
        background: #2f2a27;
        bottom: 0;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        left: 0;
        padding: .35rem max(.35rem, env(safe-area-inset-right)) calc(.35rem + env(safe-area-inset-bottom)) max(.35rem, env(safe-area-inset-left));
        position: fixed;
        right: 0;
        z-index: 100;
    }

    .mobile-bottom-link[b-9qyicbka2a],
    .mobile-bottom-nav[b-9qyicbka2a]  .mobile-bottom-link {
        align-items: center;
        border-radius: 6px;
        color: #e8e0d3;
        cursor: pointer;
        display: flex;
        font-size: .78rem;
        font-weight: 600;
        justify-content: center;
        min-height: 3.25rem;
        padding: .45rem .25rem;
        text-align: center;
        text-decoration: none;
    }

    .mobile-bottom-link.active[b-9qyicbka2a],
    .mobile-bottom-link:hover[b-9qyicbka2a],
    .mobile-bottom-nav[b-9qyicbka2a]  .mobile-bottom-link.active,
    .mobile-bottom-nav[b-9qyicbka2a]  .mobile-bottom-link:hover {
        color: white;
    }

    .mobile-bottom-link.active[b-9qyicbka2a],
    .mobile-bottom-nav[b-9qyicbka2a]  .mobile-bottom-link.active {
        background: #7b3f54;
    }

    .mobile-more-toggle[b-9qyicbka2a] {
        height: 1px;
        opacity: 0;
        position: fixed;
        width: 1px;
    }

    .mobile-menu-backdrop[b-9qyicbka2a] {
        background: rgba(30, 25, 22, .45);
        inset: 0;
        position: fixed;
        z-index: 105;
    }

    .mobile-more-panel[b-9qyicbka2a] {
        background: #fff;
        border-radius: 8px 8px 0 0;
        bottom: 0;
        box-shadow: 0 -8px 28px rgba(30, 25, 22, .18);
        left: 0;
        max-height: min(78vh, 620px);
        overflow-y: auto;
        padding: 1rem 1rem calc(5.25rem + env(safe-area-inset-bottom));
        position: fixed;
        right: 0;
        z-index: 110;
    }

    .mobile-more-toggle:checked ~ .mobile-menu-backdrop[b-9qyicbka2a],
    .mobile-more-toggle:checked ~ .mobile-more-panel[b-9qyicbka2a] {
        display: block;
    }

    .mobile-more-header[b-9qyicbka2a] {
        align-items: center;
        display: flex;
        font-size: 1.05rem;
        justify-content: space-between;
        margin-bottom: .75rem;
    }

    .mobile-close[b-9qyicbka2a] {
        align-items: center;
        border: 1px solid #d8d1c5;
        border-radius: 6px;
        cursor: pointer;
        display: flex;
        font-size: 1.4rem;
        height: 44px;
        justify-content: center;
        width: 44px;
    }

    .mobile-more-links[b-9qyicbka2a] {
        display: grid;
        gap: .4rem;
    }

    .mobile-more-link[b-9qyicbka2a],
    .mobile-more-panel[b-9qyicbka2a]  .mobile-more-link {
        align-items: center;
        border-bottom: 1px solid #eee9e2;
        color: #2f2a27;
        display: flex;
        min-height: 48px;
        padding: .65rem .35rem;
        text-decoration: none;
    }

    .mobile-more-link.active[b-9qyicbka2a],
    .mobile-more-panel[b-9qyicbka2a]  .mobile-more-link.active {
        color: #7b3f54;
        font-weight: 700;
    }

    .mobile-logout[b-9qyicbka2a],
    .mobile-more-panel[b-9qyicbka2a]  .mobile-logout {
        color: #842029;
        margin-top: .35rem;
    }
}

@media (min-width: 901px) {
    .nav-scrollable[b-9qyicbka2a] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
