body.mobile .left-menu .sideFooter .settings>a {
    width: 178px;
    height: 41px;
    font-size: 14px;
 }
 body.mobile .left-menu .sideFooter .settings>a img {
    width: 22px;
    height: 19px;
}
body.mobile .left-menu .settings .social-media a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 29px;
    width: 29px;
    margin: 0;
}
body .choose_language_left{
    width: 150px; 
    height: 32px; 
    margin-top: 2px; 
    cursor: pointer; 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 25px;
}
body .choose_language_left>span{
    padding: 10px 20px; 
    font-size: 14px; 
    background-color: #1D2129; 
    color: #E4EDF8;
    width: inherit;

}
body .choose_language_left>span:hover {
  background-color: #0077FF;
  color: #E4EDF8;
}
body .choose_language_left>span:first-child{
    border-radius: 10px 10px 0 0;
}
body .choose_language_left>span:last-child{
    border-radius: 0 0 10px 10px;
}