/* _content/VictoriasCabaret.Scheduler/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-xe888v0vts] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.portal-main[b-xe888v0vts] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

article[b-xe888v0vts] {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}
/* _content/VictoriasCabaret.Scheduler/Components/Layout/NavMenu.razor.rz.scp.css */
.portal-topbar[b-ml7hcyhqq4] {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #082149;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.portal-topbar-inner[b-ml7hcyhqq4] {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 4rem;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 1rem;
}

.portal-brand[b-ml7hcyhqq4] {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.portal-brand:hover[b-ml7hcyhqq4] {
    color: #fff;
}

.portal-nav[b-ml7hcyhqq4] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    flex: 1;
}

.portal-nav[b-ml7hcyhqq4]  .portal-nav-link,
.portal-nav-button-link[b-ml7hcyhqq4] {
    display: inline-flex;
    align-items: center;
    min-height: 2.5rem;
    padding: 0 0.75rem;
    border: 0;
    border-radius: 0.375rem;
    background: transparent;
    color: rgba(255, 255, 255, 0.82);
    font: inherit;
    text-decoration: none;
    white-space: nowrap;
}

.portal-nav[b-ml7hcyhqq4]  .portal-nav-link:hover,
.portal-nav-button-link:hover[b-ml7hcyhqq4] {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

.portal-nav[b-ml7hcyhqq4]  .portal-nav-link.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
}

.portal-nav-dropdown[b-ml7hcyhqq4],
.portal-nav-account[b-ml7hcyhqq4] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.portal-nav-dropdown[b-ml7hcyhqq4] {
    position: relative;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.portal-nav-dropdown-toggle[b-ml7hcyhqq4] {
    cursor: pointer;
    list-style: none;
}

.portal-nav-dropdown-toggle[b-ml7hcyhqq4]::-webkit-details-marker {
    display: none;
}

.portal-nav-dropdown-toggle[b-ml7hcyhqq4]::after {
    border-left: 0.28rem solid transparent;
    border-right: 0.28rem solid transparent;
    border-top: 0.32rem solid currentColor;
    content: "";
    margin-left: 0.45rem;
}

.portal-nav-dropdown[open] > .portal-nav-dropdown-toggle[b-ml7hcyhqq4] {
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
}

.portal-nav-dropdown-menu[b-ml7hcyhqq4] {
    background: #fff;
    border: 1px solid rgba(8, 33, 73, 0.16);
    border-radius: 0.375rem;
    box-shadow: 0 0.75rem 1.5rem rgba(8, 33, 73, 0.18);
    display: grid;
    gap: 0.15rem;
    min-width: 13rem;
    padding: 0.35rem;
    position: absolute;
    top: calc(100% + 0.45rem);
    left: 0.5rem;
    z-index: 20;
}

.portal-nav-dropdown-menu[b-ml7hcyhqq4]  .portal-nav-link {
    color: #212529;
    justify-content: flex-start;
    min-height: 2.25rem;
    width: 100%;
}

.portal-nav-dropdown-menu[b-ml7hcyhqq4]  .portal-nav-link:hover {
    color: #082149;
    background: #eef4fb;
}

.portal-nav-dropdown-menu[b-ml7hcyhqq4]  .portal-nav-link.active {
    color: #082149;
    background: #dcecff;
}

.portal-nav-account[b-ml7hcyhqq4] {
    margin-left: auto;
}

.portal-nav-toggle[b-ml7hcyhqq4] {
    display: none;
}

.portal-nav-button[b-ml7hcyhqq4] {
    display: none;
    width: 2.75rem;
    height: 2.5rem;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 0.375rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.25rem;
    cursor: pointer;
}

.portal-nav-button span[b-ml7hcyhqq4] {
    display: block;
    width: 1.35rem;
    height: 2px;
    background: #fff;
}

@media (max-width: 980px) {
    .portal-topbar-inner[b-ml7hcyhqq4] {
        flex-wrap: wrap;
    }

    .portal-nav-button[b-ml7hcyhqq4] {
        display: flex;
    }

    .portal-nav[b-ml7hcyhqq4] {
        display: none;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        padding-bottom: 0.75rem;
    }

    .portal-nav-toggle:checked ~ .portal-nav[b-ml7hcyhqq4] {
        display: flex;
    }

    .portal-nav[b-ml7hcyhqq4]  .portal-nav-link,
    .portal-nav-button-link[b-ml7hcyhqq4] {
        width: 100%;
        justify-content: flex-start;
    }

    .portal-nav-dropdown[b-ml7hcyhqq4],
    .portal-nav-account[b-ml7hcyhqq4] {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
    }

    .portal-nav-dropdown[b-ml7hcyhqq4] {
        position: static;
        padding-top: 0.5rem;
        border-top: 1px solid rgba(255, 255, 255, 0.16);
    }

    .portal-nav-dropdown-menu[b-ml7hcyhqq4] {
        background: rgba(255, 255, 255, 0.08);
        border: 0;
        box-shadow: none;
        margin-top: 0.25rem;
        min-width: 0;
        padding: 0.25rem;
        position: static;
    }

    .portal-nav-dropdown-menu[b-ml7hcyhqq4]  .portal-nav-link {
        color: rgba(255, 255, 255, 0.82);
    }

    .portal-nav-dropdown-menu[b-ml7hcyhqq4]  .portal-nav-link:hover,
    .portal-nav-dropdown-menu[b-ml7hcyhqq4]  .portal-nav-link.active {
        color: #fff;
        background: rgba(255, 255, 255, 0.14);
    }
}
