
#sidebar-wrapper{
    position: fixed;
    margin-left: 17px;
    margin-top: 15px;
}

#sidebar-wrapper .menuSidebar li a {
    color:white;
    margin: 0;
    line-height: 35px;
    position: relative;
    display: block;
    height: auto;
    white-space: nowrap;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    font-size: 9pt;
    font-weight: 600;

}

#sidebar-wrapper .menuSidebar li a:hover{
    background: rgba(247, 249, 247, 0.1);
    width: 80%;
    border-radius: 10px;
    padding-left: 10px;
    font-weight: 600;
}
