/* Nav Items */
#buddypress a#user-public-profile::before {
    content: url("https://scienceleadr.com/wp-content/uploads/2025/09/logo-site-web-simple-1-small.png");
}

#buddypress a#user-update-cv:before {
    content: "\f304";
}

#buddypress a#user-configure-notifications::before {
    content: "\f0e0";
}

#buddypress a#user-set-my-topics::before {
    content: "\f7f5";
}

/* Separator */
#buddypress li#set-my-topics-personal-li:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--global-border-color);
    margin: 20px 0;
}

/* Subnav Items */
#buddypress #upload-your-resume::before {
    content: "\f574";
}

#buddypress #specialties::before {
    content: "\f0f1";
}

#buddypress #external-links::before {
    content: "\f0c1";
}

#buddypress #peer-review-positions::before {
    content: "\f500";
}

#buddypress #clinical-trials::before {
    content: "\f0fa";
}

#buddypress #configure-notifications::before {
    content: "\f0e0";
}

#buddypress #main-topics::before {
    content: "\f7f5";
}

#buddypress #other-settings::before {
    content: "\2b";
}

#buddypress #bp-user-menu-update-cv-other-settings {
    height: 100%;
}
