/* _content/HotelsSystemClient/Shared/MainLayout.razor.rz.scp.css */
.page[b-jxtwn1rg66] {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #004578;
}

main[b-jxtwn1rg66] {
    flex: 1;
}

.top-row[b-jxtwn1rg66] {
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-jxtwn1rg66]  a, .top-row[b-jxtwn1rg66]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-jxtwn1rg66]  a:hover, .top-row[b-jxtwn1rg66]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-jxtwn1rg66]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 767px) {
    .top-row:not(.auth)[b-jxtwn1rg66] {
        display: none;
    }

    .top-row.auth[b-jxtwn1rg66] {
        justify-content: space-between;
    }

    .top-row[b-jxtwn1rg66]  a, .top-row[b-jxtwn1rg66]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .sidebar[b-jxtwn1rg66] {
        width: 250px !important;
        height: 100vh;
        position: sticky;
        top: 0;
    }
}

.nav-item a[b-jxtwn1rg66] {
    position: relative;
}

.active.nav-link[b-jxtwn1rg66]::after {
    position: absolute;
    height: 1rem;
    width: .2rem;
    background-color: #036ac4;
    left: 0;
}

@media (min-width: 767px) {
    .page[b-jxtwn1rg66] {
        flex-direction: row;
        height: 100vh;
        overflow-x: hidden;
    }

    .sidebar[b-jxtwn1rg66] {
        width: 3rem;
        height: 100vh;
        position: sticky;
        top: 0;
        z-index: +1 !important;
    }

    .top-row[b-jxtwn1rg66] {
        position: sticky;
        top: 0;
        z-index: 1;
        max-width: calc(100vw - 3rem);
        margin: 0;
    }

    .content[b-jxtwn1rg66]{
        max-width: calc(100% - 1rem);
        margin-inline-end: 0 !important;
    }

    .top-row.auth[b-jxtwn1rg66]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }
    
}
/* _content/HotelsSystemClient/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-k3wnllgn6k] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-k3wnllgn6k] {
    height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.4);
}

.navbar-brand[b-k3wnllgn6k] {
    font-size: 1.1rem;
    padding-inline-end: 0.59rem !important;
}

.oi[b-k3wnllgn6k] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-k3wnllgn6k] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-k3wnllgn6k] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-k3wnllgn6k] {
    padding-bottom: 1rem;
}

.nav-item[b-k3wnllgn6k]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 2.5rem;
    display: flex;
    align-items: center;
    line-height: 2.5rem;
}

.nav-item[b-k3wnllgn6k]  a.active {
    background-color: #ffffff10;
    color: white;
}

.nav-item[b-k3wnllgn6k]  a:hover {
    background-color: #ffffff10;
    color: white;
}

@media (min-width: 767px) {
    .navbar-toggler[b-k3wnllgn6k] {
        display: none;
    }

    .collapse[b-k3wnllgn6k] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
