/* _content/C-FIX-Online/Pages/Index.razor.rz.scp.css */
.page[b-32x6c8vt3h] {
}

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

.baseview[b-32x6c8vt3h] {
}

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

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

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

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

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

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

    .handler[b-32x6c8vt3h] {
        content: '';
        display: block;
        width: 4px;
        height: 100%;
        background: var(--menu-color);
        margin: 0 auto;
        cursor: ew-resize;
        flex: 0 0 auto;
        user-select: none; /* Prevent text selection */
    }

    .main[b-32x6c8vt3h] {
        flex: 1 1 auto;
    }

    .handler-vertical[b-32x6c8vt3h] {
        content: '';
        display: block;
        height: 4px;
        width: 100%;
        background: lightgrey;
        margin: 0 auto;
        cursor: ns-resize;
        flex: 0 0 auto;
        user-select: none; /* Prevent text selection */
    }
}
/* _content/C-FIX-Online/Shared/MainLayout.razor.rz.scp.css */
.page[b-qpv8y661pb] {
}

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

.baseview[b-qpv8y661pb] {
}

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

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

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

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

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

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

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

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