.admin_logo{overflow: hidden; margin-top: 45px;}

.admin_logo img{
    width: 85px;
    height: 85px;
    border-radius: 100%;
    border: 2px solid var(--White);
}

.admin_side_bar{
    position: fixed;
    background: var(--LightGray);
    width: 22%;
    height: calc(100vh - 16px - 25px);
    display: flex;
    flex-direction: column;
}

.menu {
    margin-left: 25px;
    margin-top: 30px;
}

.menu li {
    display: flex;           
    align-items: center;     
    margin: 14px 0;         
}

.menu li img {
    width: 25px;
    height: 25px;
    margin-right: 10px;      
    display: block;
}

.menu li a, .refresh-btn-admin {
    color: var(--White);
    font-size: 17px;
    line-height: 1;
    margin: 10px 0 10px 0;
    display: flex;
    cursor: pointer;
    text-decoration: none;
}

.menu li a:hover {
    opacity: 0.8;
}

.refresh-btn-admin:hover {
    opacity: 0.8;
}

.menu li:last-child {margin-top: 50px;}