
.cx_user_dashboard_header .user-cover-photo .cover-photo {

	height: 240px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 12px;

}


.cx_user_dashboard_header .user-details-main-wrapper {margin-top:-30px;}

/*.cx_user_dashboard_header .user-profile-image {
    background-color: var(--white-50);
    border-radius: 50%;
    border:1px solid #00000014;
    padding: 6px;
}

.cx_user_dashboard_header .user-profile-image .profile-image {
    width: 148px;
    height: 148px;
    border-radius: 50%;
    object-fit: cover;
}*/
