

/* Start:/local/components/emi-front/menu-doc/templates/.default/style.css?17830685924265*/
    .tab {
        display: none;
    }

    .tab.active {
        display: block;
    }

    .layout {
        display: flex;
        gap: 20px;
        align-items: flex-start;
        flex-direction: row;
    }

    .sidebar-wrapper {
        display: flex;
        gap: 10px;
        align-items: flex-start;
        position: sticky;
        top: 100px;
    }

    .sidebar {
        margin-top: 20px;
        display: flex;
        position: sticky;
        top: 120px;
        width: 250px;
        overflow: hidden;

        flex-direction: column;
        gap: 10px;
    }

    .sidebar.collapsed {
        width: 100px;
    }

    .sidebar-content {
        max-width: 250px;
        width: 250px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        align-content: stretch;
        border: 1px solid #7a7a7a8a;
        border-radius: 10px;
        transition: max-width .3s ease;
    }

    .sidebar-content a {
        text-align: left;
        width: 100%;
        padding: 20px 10px 20px 10px;
        transform: translateX(0);
        transition: opacity .35s ease, transform .35s ease;

    }

    .sidebar-toggle {
        /* position: sticky; */
        /* top: 120px; */
        width: 45px;
        height: 45px;
        border: 0;
        border-radius: 50px;
        background: #e58a9a;
        ;
        color: #fff;
        cursor: pointer;
        flex-shrink: 0;
        margin-top: 20px;
    }

    .page-content {
        flex: 1;
        min-width: 0;
    }

    .sidebar-content a {
        color: black;
        opacity: 1;
        flex-grow: 1;
        border-bottom: 1px solid #afaeae72;
    }

    .sidebar-content a:last-child {
        border-bottom: none;
        padding-bottom: 20px;
    }

    .sidebar-content a:hover {
        color: #e58a9a;
        font-weight: 900;
    }

    .sidebar-content a.active {
        color: #000000;
        font-weight: bold;
        border-left: 4px solid #e58a9a;
        background-color: #e58a9b5c;
        border-radius: 10px;
    }


    .sidebar-content.collapsed {
        max-width: 0;
        padding: 0px 0px;
        border: 0px;
        display: none;
    }

    .sidebar-content.collapsed a {
        opacity: 0;
        transform: translateX(0);
        transition: opacity .35s ease, transform .35s ease;
    }

    .sidebar span {
        display: none;
    }


    @media screen and (max-width: 768px) {
        .sidebar{
             margin-top: 30px;
            padding: 10px 5px;
            width: 100%;
            border: 1px solid #aeaeae;
            border-radius: 50px;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: flex-start;
            align-items: center;

        }
        .sidebar.collapsed {
            margin-top: 30px;
            padding: 10px 5px;
            width: 100%;
            border: 1px solid #aeaeae;
            border-radius: 50px;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: flex-start;
            align-items: center;
        }

        .sidebar-toggle {
            /* position: sticky; */
            /* top: 120px; */
            margin-top: 0px;
            width: 35px;
            height: 35px;
            border: 0;
            border-radius: 50px;
            background: #e58a9a;
            color: #fff;
            cursor: pointer;
            flex-shrink: 0;
        }

        .layout {
            display: flex;
            gap: 1px;
            align-items: flex-start;
            flex-direction: column;
        }

        .sidebar {
            position: inherit;

        }

        .sidebar-content {
            position: absolute;
            top: 150px;
            background-color: rgb(255, 255, 255);
        }

        .sidebar-toggle {

            position: inherit;

        }

        .sidebar span {
            display: block;
            font-size: 20px;
        }
    }
/* End */
/* /local/components/emi-front/menu-doc/templates/.default/style.css?17830685924265 */
