
.sidebar {
    border-right: 1px solid #eee;
    height: 100vh;
    padding: 10px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}

.sidebar .menu {
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin-top: 75px;
}

.sidebar .menu .menuLogo {
    align-items: center;
    position: fixed;
    bottom: 25px;
}



.menuUser img {
    
    width: 50px;
    height: 50px;
    border-radius: 100%;
    object-fit: contain;
}



.sidebar .menu .menuLogo img {
    width: 100px;
    position: absolute;
    bottom: 5px;
    left: 50px;
}

.menuLinks {
    margin-top: 75px;
}

.menuLinks .icon {
    font-size: 20px;
    color: #695CFE;
}

.menuLinks a {
    display: block;
    text-decoration: none;
    color: #707070;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
 
}

.menuLinks .text {
    padding-left: 15px;
    font-size: 12px;
    position: relative;
    bottom: 3px;
}

.menuLinks a:hover .text {
    color: #111;
}

.menuLinks a {
    padding:5px 15px;
    border-radius: 10px;
}

.menuLinks a:hover {
    background-color: #eee;
}


.menuLinks {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}

.loginArea p {
    text-align: center;
    font-size: 15px;
}

.loginButton {
    width: 100%;
    padding: 5px;
    border: none;
    border-radius: 10px;
    color: #fff;
    outline: none;
    background: #695cfe;
    font-weight: 800;
}
