/* _content/Mc-Shopen/Shared/MainLayout.razor.rz.scp.css */
.page[b-jvb1tyohkd] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-jvb1tyohkd] {
    flex: 1;
}

/*.footer {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    !*height: 60px;*!*/
/*    line-height: 60px;*/
/*    background-color: #f5f5f5;*/
/*}*/

/*.sidebar {*/
/*    background-image: linear-gradient(180deg, black 0%, black 0%);*/
/*}*/

.top-row[b-jvb1tyohkd] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-jvb1tyohkd]  a, .top-row .btn-link[b-jvb1tyohkd] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-jvb1tyohkd] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-jvb1tyohkd] {
        display: none;
    }

    .top-row.auth[b-jvb1tyohkd] {
        justify-content: space-between;
    }

    .top-row a[b-jvb1tyohkd], .top-row .btn-link[b-jvb1tyohkd] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-jvb1tyohkd] {
        /*flex-direction: row;*/
    }

    .sidebar[b-jvb1tyohkd] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

    .main > div[b-jvb1tyohkd] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Mc-Shopen/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-jzsfw53anh] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-jzsfw53anh] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-jzsfw53anh] {
    font-size: 1.1rem;
}

/*
.logo {
    display: block;
    height: auto;
    width: 52px;
    padding-top: 5px;
    margin-right: 15px;
}
*/

.logo[b-jzsfw53anh] {
    width: 300px;
    height: 100%;
    /*display: block;*/
    /*background-image: url(../images/logo.svg);*/
}

.oi[b-jzsfw53anh] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-jzsfw53anh] {
    font-size: 0.9rem;
}

.nav-item[b-jzsfw53anh]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-jzsfw53anh]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-jzsfw53anh]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media(max-width: 641px){
    .logo[b-jzsfw53anh]{
        width: 250px;
    }
}

/*@media (min-width: 641px) {*/
/*    .navbar-toggler {*/
/*        display: none;*/
/*    }*/

/*    .collapse {*/
/*        !* Never collapse the sidebar for wide screens *!*/
/*        display: block;*/
/*    }*/
/*}*/


/*.navbar-toggler {*/
/*    background-color: rgba(255, 255, 255, 0.1);*/
/*}*/

/*.top-row {*/
/*    height: 3.5rem;*/
/*    background-color: rgba(0,0,0,0.4);*/
/*}*/

/*.navbar-brand {*/
/*    font-size: 1.1rem;*/
/*}*/

/*.oi {*/
/*    width: 2rem;*/
/*    font-size: 1.1rem;*/
/*    vertical-align: text-top;*/
/*    top: -2px;*/
/*}*/

/*.nav-item {*/
/*    font-size: 0.9rem;*/
/*    padding-bottom: 0.5rem;*/
/*}*/

/*    .nav-item:first-of-type {*/
/*        padding-top: 1rem;*/
/*    }*/

/*    .nav-item:last-of-type {*/
/*        padding-bottom: 1rem;*/
/*    }*/

/*    .nav-item ::deep a {*/
/*        color: #d7d7d7;*/
/*        border-radius: 4px;*/
/*        height: 3rem;*/
/*        display: flex;*/
/*        align-items: center;*/
/*        line-height: 3rem;*/
/*    }*/

/*.nav-item ::deep a.active {*/
/*    background-color: rgba(255,255,255,0.25);*/
/*    color: white;*/
/*}*/

/*.nav-item ::deep a:hover {*/
/*    background-color: rgba(255,255,255,0.1);*/
/*    color: white;*/
/*}*/

/*@media (min-width: 641px) {*/
/*    .navbar-toggler {*/
/*        display: none;*/
/*    }*/

/*    .collapse {*/
/*        !* Never collapse the sidebar for wide screens *!*/
/*        display: block;*/
/*    }*/
/*}*/
