.user-content-header {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

.user-content-header a {
    display: inline-block;
    color:#1B2F73;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    text-align: center;
    background-color: #F5F5F5;
    border:0.5px solid #C5C5C5;
    border-radius: 40px;
    padding:9px 16px 0;
    height: 37px;   
    width: 135px;
}

.user-profile-page h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #1B2F73;    
    margin-top: 8px;
}

.user-info-block {
    border-radius: 24px;
    background-color: #F5F5F5;
    padding: 12px;
    margin-bottom: 30px;
}

.user-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #1B2F73;

}

.user-details {
    border-radius: 24px;
    padding: 10px 16px;
    background-color: #FFF;
}

.user-details .field-wrapper {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding-left: 33px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: left 0 top -2px;
}

.user-credit-progress {
    overflow: auto;
    margin-bottom: 10px;
}

.user-credit-progress .progress-icon {
    border: 1px solid #028BFF;
    height: 48px;
    width: 48px;
    border-radius: 100%;
    background-color: #FFF;
    float: left;
    margin-right: 10px;
    background-image: url("../img/trophy.svg");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
}

.user-credit-progress .user-credit-progress-items {
    width: calc(100% - 58px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 5px 0;
}

.user-credit-progress .credit-progress-rank {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}

.user-credit-progress .credit-progress-credits {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #028BFF;
}

.user-credit-progress .credit-progress-status-bar {
    width: 100%;
    height: 12px;
    border-radius: 24px;
    border: 1px solid #C5C5C5;
    background-color: #FFF;
    overflow: hidden;
}

.user-credit-progress .credit-progress-status-bar .credit-progress-bar {
    height: 100%;
    background-color: #028BFF;
}

.field-wrapper--field-company {
    background-image: url("../img/work.svg");
}

.field-wrapper--field-department{
    background-image: url("../img/medical_services.svg");    
}

.field-wrapper--field-degree {
    background-image: url("../img/school.svg");    
}

.field-wrapper--field-specialty {
    background-image: url("../img/star_rate.svg");    
}

.field-wrapper--field-practice-setting {
    background-image: url("../img/work.svg");    
}

.field-wrapper--field-do-you-have-an-npi-number {
    background-image: url("../img/privacy_tip.svg");    
}

.field-wrapper--field-npi {
    background-image: url("../img/privacy_tip.svg");    
}

.field-wrapper--field-job-formatted {
    background-image: url("../img/location_on.svg");
}

.user-details .field-wrapper:last-of-type {
    margin-bottom: 0;
}

.user-content-list {
    border: 0.5px solid #C5C5C5;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 30px;
}

.user-content-list .content-profile-item {
    padding: 12px;
    border-top:0.5px solid #C5C5C5;
    border-bottom:0.5px solid #C5C5C5;
}

.user-content-list .content-profile-item:first-of-type {
    border-top:0;
}

.user-content-list .content-profile-item:last-of-type {
    border-bottom:0;
}

.user-content-list .left-icon {
    border: 0.5px solid #C5C5C5;
    width: 48px;
    height: 48px;  
    background-color: #F5F5F5;
    border-radius: 100%;
    float: left;
    background-image: url("../img/insert_photo.svg");
    background-size: 24px 24px;
    background-repeat:no-repeat;
    background-position: center;
}

.user-content-list > p {
    padding:8px;
}

.content-profile-item .content-subhead {
    display: inline-block;
    background-color: #E74C3C;
    border-radius: 6px;
    color: #FFF;
    height: 25px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    padding: 3px 8px 0 30px;
    background-image: url(../img/play-white.svg);
    background-size: 20.5px 22.3px;
    background-repeat: no-repeat;
    background-position: top 2px left 3px;
    margin-bottom: 10px;
}
.content-profile-item .content-subhead.on-demand-webcast {
    background-image: url("../img/icons/od--webcast.svg");
    background-color:#001299;
}
.content-profile-item .content-subhead.conference {
    background-image: url("../img/icons/conference.svg");
    background-color:#3a4598;
}
.content-profile-item .content-subhead.live-webinar {
    background-image: url("../img/icons/live--webinar.svg");
    background-color:#4b5acf;
}
.content-profile-item .content-subhead.microlearning-series {
    background-image: url("../img/icons/microlearning--series.svg");
    background-color:#4e77df;
}
.content-profile-item .content-subhead.regional-series {
    background-image: url("../img/icons/regional--series.svg");
    background-color:#496087;
}
.content-profile-item .content-subhead.satallite-symposia {
    background-image: url("../img/icons/satellite--symposia.svg");
    background-color:#4a8bac;
}
.content-profile-item .content-subhead.self-assessment-activity {
    background-image: url("../img/icons/assessment--activity.svg");
    background-color:#3447d1;
}
.content-profile-item .content-subhead.learning-path {
    background-image: url("../img/icons/learning--path.svg");
    background-color:#1672e4;
}
.content-profile-item .content-subhead.publication {
    background-image: url("../img/icons/publication.svg");
    background-color:#061154;
}

.content-profile-item .content-title {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;    
    margin-bottom: 10px;
}

.content-profile-item .content-date {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;  
    margin-bottom: 8px;  
    padding-left:20px;
    background-image: url("../img/calendar_today.svg");
    background-size: 16px 16px;
    background-repeat:no-repeat;
    background-position: left 0 top -1px;
}

.content-profile-item .content-actions {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap:10px;
}


.content-profile-item .content-actions .hide-content {
    color: #E74C3C;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin-top:10px;
    display: none;

}

.content-profile-item .content-actions .content-ctl a {
    display: inline-block;
    border: 0.5px solid #C5C5C5;
    background-color: #F5F5F5;
    color: #1B2F73;
    padding: 8px 30px 9px 50px;
    border-radius: 12px;
    background-image: url(../img/download.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left 25px top 10px;
}

.in-progress-content .content-profile-item .content-actions .content-ctl a {
    padding: 8px 20px 9px 40px;
    background-image: url(../img/arrow-right2.svg);
    background-size: 13px 12.6px;
    background-position: left 19px top 12px;    
}

.in-progress-filters {
    white-space: nowrap;
    width: 100%;
    overflow: scroll;
    margin-bottom: 15px;
}

.in-progress-filters .progress-filter {
    display: inline-block;
    border: 0.5px solid #C5C5C5;
    background-color: #F5F5F5;
    height: 37px;
    padding:8px 16px;
    border-radius: 40px;
}
.progress-filter {
    cursor: pointer;
}
.progress-filter.selected {
    background: #028BFF;
    color: #fff;
}

.return-to-link a {
    display: inline-block;
    border: 0.5px solid #C5C5C5;
    height: 45px;
    border-radius: 16px;
    padding: 12px 16px 12px 35px;
    background-color:#F5F5F5;
    background-image: url(../img/arrow-left-black.svg);
    background-repeat: no-repeat;
    background-size: 13px 12.6px;
    background-position: left 15px top 16px; 
    margin-bottom: 20px;
}
