*::-webkit-scrollbar {
    width: 4px;
}

.menu-lateral::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}

.menu-lateral {
    background-color: #FFFFFF;
    width: 25%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.3);
    z-index: 3;
}

.menu-lateral .menu {
    border-top: 1px solid #ccc;
    padding: 10px 0;
    flex-grow: 1;
    position: relative;
}

.menu-lateral .termos-privacidade {
    display: flex;
    min-height: 100px;
    border-top: 1px solid #ccc;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    gap: 15px;
}

.menu-lateral .termos-privacidade .termos-priv {
    padding: 0 10px;
    text-align: center;
}

.menu-item{
    display: flex;
}

.menu-item a {
    display: flex;
    align-items: center;
    transition: 0.3s ease-in-out 1ms;
    min-width: 170px;
}

.menu-item .img-icone {
    display: block;
    width: 40px;
    padding: 10px 5px;
}

.menu-item a:hover {
    font-weight: 700;
}

.menu-item.selecionado{
    font-weight: 700;
    background: linear-gradient(90deg, rgba(255,255,255,1) 1%, rgba(238,238,238,1) 100%)
}

#mudar-voz{
    position: absolute;
    top: 20px;
    right: 5px;
    width: 30px;
    height: 30px;
}

#mudar-voz a div{
    background: url('../../aplicativo/src/images/icones-250/40.svg') center center;
    background-size: cover;
    height: 30px;
    width: 30px;
}

#mudar-voz.on a div{
    background: url('../../aplicativo/src/images/icones-250/39.svg') center center;
    background-size: cover;
    height: 30px;
    width: 30px;
}

#mudar-voz.off a div{
    background: url('../../aplicativo/src/images/icones-250/40.svg') center center;
    background-size: cover;
    height: 30px;
    width: 30px;
}

#compartilhar{
    position: absolute;
    top: 70px;
    right: 5px;
    width: 30px;
    height: 30px;
}

#compartilhar a div{
    background: url('../../aplicativo/src/images/outros/compartilhar.svg') center center;
    background-size: cover;
    height: 30px;
    width: 30px;
}

#qr-code{
    position: absolute;
    top: 20px;
    right: 5px;
    width: 30px;
    height: 30px;
}

#qr-code a div{
    background: url('../../moduloweb/src/images/icones-250/11.svg') center center;
    background-size: cover;
    height: 30px;
    width: 30px;
}