.lang-en .text-count-wrapper {
    font-size: 0.8em;
    color: #666;
    float: right;
}

.lang-ar .text-count-wrapper {
    font-size: 0.8em;
    color: #666;
    float: left;
}

.webform-flexbox > .form-type-select {
  max-width: 30%;
}

#edit-mentor-profile .picture {     
    padding: 5px;
}

#edit-mentor-profile > a {
    background-color: #efefef;
    border: solid 1px #ccc;
    padding: 5px; 
    text-decoration: none;
    display: flex;
    color: #000;
}

#edit-mentor-profile .picture img {
    height: 100px;
    width: 100px;
    border: solid 5px purple;
    border-radius: 50%;
}

#edit-mentor-profile .profile {
    padding-top: 18px;
    padding-left: 5px;
}

#edit-mentor-profile .profile span {
    display: block;
   
}

#edit-mentor-profile .profile span:first-child {    
    font-weight: bold;
}

#edit-mentor-profile .profile span:nth-child(2) {   
    font-style: italic;
    color: #666;
    font-size: 0.75em;
}

#edit-mentor-profile .profile span:last-child {    
    font-size: 0.75em;
}
