/* _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;
}

@media (min-width: 641px) {
    .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 */
.navbar-toggler[b-9qyicbka2a] {
    appearance: none;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 6px;
    cursor: pointer;
    height: 2.5rem;
    position: absolute;
    right: 1rem;
    top: .5rem;
    width: 3.5rem;
}

.navbar-toggler[b-9qyicbka2a]::before {
    color: white;
    content: "menu";
    display: block;
    font-size: .75rem;
    line-height: 2.35rem;
    text-align: center;
}

.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;
}

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

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

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

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