/*  */
.manusidebar{
    position: fixed;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    background-color: #000000;
    color: #f3f3f7;

    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;
    cursor: pointer;
}

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

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