﻿.template-publico-menu-sidenav {
    margin-top: 59px;
    overflow: auto;
    overflow-x: hidden;
    height: calc(100% - 59px);
    width: 0px;
    transition: 0.5s;
}

.sidenav-publico-button {
    white-space: nowrap;
    gap: 14px;
    padding: 14px 16px;
    display: flex;
    left: 0px;
    top: 12px;
    /* Dark Blue Macuco */
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 150%;
    /* identical to box height, or 16px */
    color: #FFFFFF;
    align-items: center;
    cursor: pointer;
    min-width: 200px;
}

.modulo-publico-accordion-header {
    display: flex;
}

.modulo-publico-accordion-header {
    white-space: nowrap;
    display: flex;
    padding: 14px 16px;
    /* identical to box height, or 16px */
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    /* BG */
    color: #EBF3F5;
    justify-content: space-between;
    cursor: pointer;
}

.sidenav-publico-button:hover {
    background: rgba(255, 255, 255, 0.1);
}

.modulo-publico-accordion-header:hover {
    background: rgba(255, 255, 255, 0.1);
}

.sidenav-publico-img {
    width: 30px;
    display: flex;
    justify-content: center;
}

.modulo-publico-accordion-conteudo-img {
    width: 30px;
    display: flex;
    justify-content: center;
}

.modulo-publico-accordion-header-img {
    display: flex;
    justify-content: center;
    width: 30px;
}

.accordion-icone {
    display: flex;
    gap: 14px;
}

.modulo-publico-accordion-conteudo {
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    max-height: 0;
    padding-left: 30px;
}

.menu-lateral-container {
    position: fixed;
    z-index: 21;
    overflow: hidden;
    height: 100vh;
}

.template-publico-menu-sidenav::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

.active {
    background: rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1024px) {
    .template-publico-menu-sidenav {
        overflow: auto;
        overflow-x: hidden;
        height: 100%;
        transition: 0.5s;
        margin-top: unset;
    }
    .menu-lateral-container {
        z-index: 0;
        position: fixed;
        overflow: hidden;
        height: 100vh;
        width: 100%;
    }
}