.profile_status_sec{
    /*max-width: 300px;*/
    border: 1px solid #E8E8EA;
    border-radius: 6px;
    background: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.profile_status_sec h5{
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 19.36px;
}

.profile_status_edit{
    float: right;
    color: #652F8F;
    padding-top: 3px;
}

.profile_status_sec .ep-img{
    text-align: center;
}

.profile_status_sec .imgtwoeighty{
    max-width: 96px;
    max-height: 96px;
    min-width: 96px;
    min-height: 96px;
    border-radius: 100%;
    object-fit: cover;
    object-position: top;
    /*margin: 0 auto;*/
    /*margin-left: 17px;*/
    margin-top: 10px;
}

.profile_status_sec .username{
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    margin-top: 12px;
    margin-bottom: 0px;
}

.profile_status_sec .useremail{
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: #757687;
    margin-top: 5px;
}

.profile_status_sec .btn{
    background: #652f8f;
    color: #ffffff;
    /*padding: 10px 24px;*/
    border-radius: 6px;
}