/*  */
.manusidebar{
    position: fixed;
    left: 0;
    top: 40px;
    width: 40px;
    height: 100%;
    background-color: #000000;
    color: #ffffff;
    opacity: 0.7;
    text-align: center;
}

.manusidebar ul{
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.manusidebar ul li{
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0px;

    display: flex;
    justify-content: center;
}

.manusidebar ul li a{
    color: #e6e8eb; /*cores dos botoes do menu*/
    cursor: pointer;
}

.manusidebar ul li a:hover{
    color: #fff351;
    cursor: pointer;
}

.manusidebar ul li.footer{
    position: absolute;
    bottom: 0px;
}
