@import '_content/IdentityAdmin/IdentityAdmin.w9v7q5agez.bundle.scp.css';

/* _content/DesignFiX-Online/Shared/MainLayout.razor.rz.scp.css */
.page[b-tgi8mupcai] {
}

.main[b-tgi8mupcai] {
    flex: 1;
    overflow: hidden;
}

.baseview[b-tgi8mupcai] {
}

.sidebar[b-tgi8mupcai] {
    /*background-image: linear-gradient(180deg, #d6d5d5 0%, #8a8989 70%);*/
}

@media (max-width: 640.98px) {
}

@media (min-width: 641px) {
    .page[b-tgi8mupcai] {
        display: flex;
        flex-direction: column;
        height: 100vh;
    }

    .page-row[b-tgi8mupcai] {
        display: flex;
        overflow-y: hidden;
        /*flex: 1 0px;*/
        flex: 1 1 auto;
    }

    .baseview[b-tgi8mupcai] {
        display: flex;
        flex-direction: row;
        /*position: absolute;
        top: 176px;
        bottom: 50px;*/
        width: 100%;
    }

    .sidebar[b-tgi8mupcai] {
        width: 390px;
        min-width: 390px;
        /*overflow-y: auto;*/ /*Overflow definition will break ProductSelector dropdown*/
    }

    .handler[b-tgi8mupcai] {
        cursor: ew-resize;
        flex: 0 0 auto;
    }

    .handler[b-tgi8mupcai] {
        content: '';
        display: block;
        width: 4px;
        height: 100%;
        background: var(--menu-color);
        margin: 0 auto;
    }

    .main[b-tgi8mupcai] {
        flex: 1 1 auto;
    }
}
/* _content/DesignFiX-Online/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-a9ect6ffen] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

.nav-item[b-a9ect6ffen] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

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

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

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

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

    .collapse[b-a9ect6ffen] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
