﻿.prezrti-shell {
    --shell_side_L: var(--layout_side_L);
    --shell_side_R: var(--layout_side_R);
    display: flex;
    width: 100%;
    height: 100dvh;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}

.l_panel {
    position: relative;
    flex: 0 0 var(--shell_side_L);
    width: var(--shell_side_L);
    min-width: 0;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    background: transparent;
    z-index: 300;
}

.MM_PPL .l_panel,
.SS_PPL .l_panel,
.SS_LPT .l_panel,
.SS_DLE .l_panel,
.SS_KEV .l_panel {
    display: none;
}

.c_panel {
    position: relative;
    flex: 1 1 auto;
    width: 0;
    min-width: 0;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    background: transparent;
}

.r_panel {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 0 0 var(--shell_side_R);
    width: var(--shell_side_R);
    min-width: var(--shell_side_R);
    max-width: var(--shell_side_R);
    height: 100dvh;
    min-height: 0;
    overflow: hidden;
    background: transparent;
}
@media only screen and (max-width: 64em) /*481-768px*/ {
}

    @media only screen and (max-width: 48em) /*481-768px*/ {

        .SS_MLJ .prezrti-shell {
            flex-wrap: nowrap;
        }
    }