.profile-pic-info{
    display: flex;
    flex-direction: row;
    align-items: top;
}
.profile-img{
    width: 200px;
    height: 200px;
    border-radius: 100%;
    border: 1px solid grey;
}
.profile-pic-edit{
    width: 100%;
    height: 200px;
    border-radius: 100%;
    border: 0;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    flex-direction: column;
}
.profile-img img{
    width: 200px;
    height: 200px;
    border-radius: 100%;
}
.profile-title{
    margin: 10px 10px;
}
.profile-title h2{
    font-family: "Segoe UI";
    font-size: 22px;
    color: rgb(27, 27, 27);
}
.bio{
    text-align: center;
    margin: 10px 0;
}
.bio p{
        font-size: 14px;
    font-family: "Segoe UI";
    font-weight: 400;
}
.profile-action{
    text-align: center;
}
.full-name h2{
    font-size: 27px;
    font-family: "Segoe UI";
    font-weight: 500;
    color: rgb(46, 44, 44);
}
.profile-info{
    margin-left: 10px;

    width: 100%;
}
.other-info p{
    color: rgb(27, 27, 27);
    font-family: "Segoe UI";
    font-size: 17px;
    font-weight: 600;
    margin: 10px 0;
}
.other-info p a{
    color: rgb(27, 27, 27);
}
.other-info p a:hover{
    color: blue;
    text-decoration: underline;
}
.prof-noti{
    font-weight: 650;
    font-size: 12px;
}
.percent{
    text-align: center;
}
.my-pro-full-name{
    display: flex;
    justify-content: space-between;
    align-items: top;
}
.my-pro-full-name h2{
    font-family: "Segoe UI";
    font-size: 25px;
    color: rgb(27, 27, 27);
}
.move{
    display: flex;
    
}
.profile-menu-ac-opts{
    position: absolute;
    display: none;
    flex-direction: column;
    align-items: top;
    z-index: 3;
    background-color: #eaeaea;
    border: 1px solid rgb(215, 215, 215);
    top: 60px;
    width: 150px;
    right: -50px;
}
.profile-menu-ac-opts.display-opts{
    display: flex;
}
.profile-menu-ac-opts a{
    font-family: "Segoe UI";
    color: rgb(30, 30, 30);
    font-size: 13px;
    padding: 15px 15px;
    border-bottom: 1px solid rgb(215, 215, 215);
    transition: 0.5s;
}
.profile-menu-ac-opts a:hover{
    background-color: #f4f4f4;
    transition: 0.3s;
}
.prof-expertise h3{
    font-family: "Segoe UI";
    font-size: 16px;
}
.profile-expertise ul{
    display: flex;
    margin-left: -30px;

}
.profile-expertise ul li{
    list-style: none;
    margin: 5px 5px;
    border: 1px solid grey;
    padding: 2px 10px;
    border-radius: 10px;
    font-family: "Segoe UI";
    font-size: 12px;
    cursor: pointer;
}
