/* member page css start */ 

.agents_buddyboss_profile_section .agents_buddyboss_profile_cover_bg {
    position: relative;
  }
  
  .agents_buddyboss_profile_section .agents_buddyboss_profile_cover_bg:before {
    content: "";
    position: absolute;
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .agents_buddyboss_profile_section .agents_buddyboss_profile_cover_bg img.bg_image {
    object-fit: cover;
    width: 100%;
    height: 344px;
  }
  .agents_buddyboss_profile_section .agents_buddyboss_profile_cover_bg .agents_buddyboss_profile_cover_bg_edit_icon {
    position: absolute;
    top: 20px;
    left: auto;
    right: 20px;
    z-index: 1;
  }
  .agents_buddyboss_profile_section .agents_buddyboss_profile_cover_bg .agents_buddyboss_profile_cover_bg_edit_icon img.edit-bg-image-icon {
    width: 40px;
    height: 40px;
  }
  .agents_buddyboss_profile_section .agents_buddyboss_profile_cover_avtar_details_profile .ref-button a.reffal_button {
    /* position: absolute;
    left: auto;
    right: 20px;
    top: 20px; */
    font-size: 16px;
    font-weight: 500;
    color: #ffff;
    background-color: #ffa603;
    list-style-type: none;
    border: solid 1px #ffa603;
    border-radius: 20px;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    padding: 11px 20px;
    line-height: 1;
  }
  
  .agents_buddyboss_profile_section .agents_buddyboss_profile_cover_avtar_details_profile .ref-button a.reffal_button:hover {
    background-color: transparent;
    border: solid 1px #ffa603;
    color: #ffa603;
  }
  .agents_buddyboss_profile_section .agents_buddyboss_profile_cover_avtar_details_profile {
    background: var(--bb-content-background-color) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    padding: 70px 20px 33px 20px;
    position: relative;
  }
  .agents_buddyboss_profile_section .agents_buddyboss_profile_cover_avtar_details_profile .agents_buddyboss_profile_cover_avtar img {
    width: 100%;
    max-width: 150px;
    height: 150px;
    border-radius: 100%;
    position: absolute;
    right: auto;
    left: 0;
    top: 0;
    transform: translate(20px, -70%);
  }
  .agents_buddyboss_profile_section .agents_buddyboss_profile_cover_avtar_details_profile .agents-details h2 {
    color: var(--bb-headings-color);
    margin: 0px 0 8px;
  }
  
  .agents_buddyboss_profile_section .agents_buddyboss_profile_cover_avtar_details_profile .agents-details p {
    letter-spacing: 0px;
    opacity: 1;
    color: var(--bb-body-text-color);
    max-width: 446px;
    line-height: 1.5;
  }
  
  .agents-details-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 10px;
    margin: 20px 0 20px;
  }
  
  .agents-details-group span {
    color: var(--bb-body-text-color);
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: 0px;
  }
  
  .agents-details-group a {
    color: var(--bb-primary-color);
    font-weight: bold;
    line-height: 1.5;
  }
  
  .agents-details-group form {
    margin-bottom: 0 !important;
  }
  .agents-profile-menu  .menu-agent-profile-menu-container {
    margin-bottom: 1rem;
}
  .menu-agent-profile-menu-container ul {
    margin: 0;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
  }
  .user-profiles .menu-agent-profile-menu-container ul li {
    padding: 10px 20px;
  }
  .menu-agent-profile-menu-container ul li {
    list-style-type: none;
    border: solid 1px var(--bb-primary-color);
    border-radius: 20px;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    padding: 11px 20px;
    line-height: 1;
  }
  
  .menu-agent-profile-menu-container ul li.menu-item-connect {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 5px;
    color: #000d51;
}
.menu-agent-profile-menu-container ul li.menu-item-connect:hover {
  background: var(--bb-primary-color);
  color: #ffffff;
}


  .menu-agent-profile-menu-container ul li a {
    line-height: 1.2;
    color:var(--bb-primary-color);
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  
  .menu-agent-profile-menu-container ul li:hover,
  .menu-agent-profile-menu-container ul li:hover a{
    background: var(--bb-primary-color);
    color: var(--bb-header-links);
  }
  
  .menu-agent-profile-menu-container ul li.active, 
  .menu-agent-profile-menu-container ul li.active a {
    background: var(--bb-primary-color);
    color: var(--bb-header-links);
  }
  
  
  
   a.edit_profile {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--bb-primary-color);
    border: none;
    background-color: transparent;
  }
  a.edit_profile  img.details_profile_icon {
    width: 18px;
    height: 18px;
    filter: brightness(0) saturate(100%) invert(13%) sepia(25%) saturate(5596%) hue-rotate(216deg) brightness(85%) contrast(121%);
  }
  .gents_buddyboss_avtar_details_profile_edit {
    position: absolute;
    left: auto;
    right: 20px;
    top: 20px;
  }
  
  .agents-about {
    background: var(--bb-content-background-color) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    padding: 20px 20px;
  }
  
  .agents-certications {
    background: var(--bb-content-background-color) 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 20px 20px 30px 20px;
    border-radius: 10px;
  }
  .agents-certications .agent-cert-ul li {
    list-style-type: none;
  }
  .agents-certications .agent-cert-ul {
      margin: 0;
    display: flex;
    grid-template-columns: repeat(10, 1fr);
    flex-wrap: wrap;
    align-content: stretch;
  }
  
  .agents-languages {
        background: var(--bb-content-background-color) 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #00000029;
        opacity: 1;
        padding: 20px 20px 30px 20px;
  }
  .agents-languages .agent-languages-ul li {
        list-style-type: none;
  }
  .agents-languages .agent-languages-ul {
        margin: 0;
        display: flex;
        grid-template-columns: repeat(10, 1fr);
        flex-wrap: wrap;
        align-content: stretch;
  }
  .agents-skills-section {
    background: var(--bb-content-background-color) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    padding: 20px 0px 20px 0px;
  }
  
  .agents-skills-section .agents-skills-content {
    padding: 0 20px;
  }
  .agents-skills-section p {
    max-width: 535px;
    line-height: 1.5;
    font-size: 14px;
    color: #AFAFAF;
    letter-spacing: 0px;
  }
  .agents-skills-section ul {
    margin: 0;
  }
  .agents-skills-section ul li {
    list-style-type: none;
    border-bottom: 1px solid #DADADA;
    padding: 20px;
    display: flex;
    /* align-items: center; */
    line-height: 1.1;
    gap: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #2B2B2B;
  }
  .agents-skills-section ul li img.agent_cert_icon {
    max-width: 18px;
    height: 15px;
  }
  .agents-skills-section .show_all_skills_link {
    text-align: center;
    margin: 0 auto;
  }
  .agents-skills-section .show_all_skills_link a {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding: 20px 0 0px;
    font-weight: bold;
    line-height: 1;
  }
  .agents-skills-section .show_all_skills_link a svg {
    fill: var(--bb-primary-color);
  }
  .agents-skills-section .show_all_skills_link a img.show_all_skills_link_icon {
    max-width: 20px;
    height: 14px;
    filter: brightness(0) saturate(100%) invert(13%) sepia(25%) saturate(5596%) hue-rotate(216deg) brightness(85%) contrast(121%);
  }
  .agents-skills-section-popup {
    box-shadow: none;
    padding: 0;
  }
  
  .agents-skills-section-popup .agents-skills-content h3.agent_title {
    margin-bottom: 5px;
  }
  
  .agents-education-section {
    background: var(--bb-content-background-color) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    padding: 20px 0px 20px 0px;
  }
  .agents-education-section h3.agent_title {
    padding: 0 20px;
  }
  .agents-education-section ul {
    margin: 0;
  }
  
  .agents-education-section ul li {
    list-style-type: none;
    margin: 0;
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .agents-education-section ul li .uni-imags {
    width: 7%;
  }
  .agents-education-section ul li .uni-imags img{
    /* width: 40px;
    height: 40px; */
    object-fit: contain;
  }
  .agents-education-section ul li .uni-details {
    width: 94%;
  }
  .agents-education-section ul li .uni-details h4 {
    margin-bottom: 10px;
    font-weight: bold;
  }
  .agents-education-section ul li .uni-details span {
    color: #2B2B2B;
  }
  .agents-education-section ul li .uni-details  p {
    display: block;
    color: #AFAFAF;
    margin-top: 10px;
    letter-spacing: 0px;
    margin-right: 30px;
  }
  
  .agents-education-section .agent-edut-ul_edit_icon {
    position: absolute;
    left: auto;
    right: 20px;
    top: 20px;
  }
  
  .agents-education-section .agent-edut-ul_edit_icon a img.agent-edut-ul_edit_icon_im{
    width: 18px;
    height: 18px;
  }
  
  .agents-experience-section {
    background: var(--bb-content-background-color) 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 20px 0px 20px 0px;
    border-radius: 10px;
  }
  .agents-experience-section h3.agent_title {
    padding: 0 20px;
  }
  .agents-experience-section ul {
    margin: 0;
  }
  .agents-experience-section ul li {
    list-style-type: none;
    margin: 0;
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .agents-experience-section ul li .uni-imags {
    width: 7%;
  }
  .agents-experience-section ul li .uni-imags img{
    /* width: 40px;
    height: 40px; */
    object-fit: contain;
  }
  .agents-experience-section ul li .uni-details {
    width: 94%;
  }
  .agents-experience-section ul li .uni-details h4{
    margin-bottom: 10px;
    font-weight: bold;
  }
  .agents-experience-section ul li .uni-details span {
    color: #2B2B2B;
  }
  .agents-experience-section ul li .uni-details  p {
    display: block;
    color: #AFAFAF;
    margin-top: 10px;
    letter-spacing: 0px;
    margin-right: 30px;
  }
  
  .agents-experience-section .agent-edut-ul_edit_icon {
    position: absolute;
    left: auto;
    right: 20px;
    top: 20px;
  }
  
  .agents-experience-section .agent-edut-ul_edit_icon a img.agent-edut-ul_edit_icon_im{
    width: 18px;
    height: 18px;
  }
  .agents-experience-section ul li:last-child, .agents-education-section ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  
  .agents_other_similar, .agents_other_people {
    background: var(--bb-content-background-color) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    padding: 20px 0px 20px 0px;
  }
  .agents_other_similar .agent_title, .agents_other_people .agent_title {
    padding: 0 20px;
    margin: 0 0 20px;
  }
  .agents_other_similar ul, .agents_other_people ul {
    margin: 0;
  }
  .agents_other_similar ul li, .agents_other_people ul li  {
    list-style-type: none;
    margin: 0;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .agents_other_similar ul li .agents-imags, .agents_other_people ul li .agents-people-imags{
    flex-basis: 25%;
    text-align: center;
  }
  .agents_other_similar ul li .agents-imags img, .agents_other_people ul li .agents-people-imags img {
    width: 52px;
    height: 52px;
    border-radius: 100%;
    object-fit: cover;
  }
  .agents_other_similar ul li:last-child,  .agents_other_people ul li:last-child{
    /* border: none; */
    /* margin-bottom: 0; */
  }
  .agents_other_similar ul li .agents-details,  .agents_other_people ul li .agents-people-details{
    display: flex;
    flex-direction: column;
    flex-basis: 75%;
  }
  .agents_other_similar ul li .agents-details h6, .agents_other_people ul li .agents-people-details h6 {
    font-size: 14px;
    font-weight: bold;
    color: var(--bb-headings-color);
    line-height: 1;
    margin-bottom: 8px;
  }
  .agents_other_similar ul li .agents-details span, .agents_other_people ul li .agents-people-details span{
    display: block;
    line-height: 1;
    font-size: 14px;
    color: var(--bb-headings-color);
    margin: 0 0 10px;
  }
  .agents_other_similar ul li .agents-details a, .agents_other_people ul li .agents-people-details a {
    border: 1px solid var(--bb-secondary-button-border-hover);
    border-radius: 20px;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    padding: 8px 20px 8px 35px;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    position: relative;
  }
  .agents_other_similar ul li .agents-details a::before, .agents_other_people ul li .agents-people-details a::before {
    content: "+";
    position: absolute;
    top: 50px;
    right: auto;
    left: 12px;
    transform: translateY(-50px);
    font-size: 25px;
  }
  .agents_other_similar ul li .agents-details a:hover, .agents_other_people ul li .agents-people-details a:hover {
    background-color: var(--bb-secondary-button-background-hover);
    color: var(--bb-secondary-button-text-hover);
  }
  
  .agents_other_similar .show_all_agents-details, .agents_other_people .show_all_agents_people_details{
    text-align: center;
    margin: 0 auto;
  }
  .agents_other_similar .show_all_agents-details a.show_all, .agents_other_people .show_all_agents_people_details a.show_all{
    font-weight: bold;
    letter-spacing: 0px;
  }
  
  .agents-activity-section .agents-activity-content  ul.bb-user-groups {
    margin: 0;
    max-height: 211px;
    overflow-y: scroll;
    padding-right: 5px;
    overflow-x: hidden;
  }
  .agents-activity-section .agents-activity-content ul.bb-user-groups li.bb-user-group {
    list-style-type: none;
    border-bottom: 1px solid #DADADA;
  }
  .agents-activity-section .agents-activity-content ul.bb-user-groups li.bb-user-group a {
    align-items: center;
    gap: 16px;
    padding: 10px 0 20px;
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .agents-activity-section .agents-activity-content ul.bb-user-groups li.bb-user-group a img {
    width: 38px;
    height: 38px;
    object-fit: cover;
    border-radius: 100%;
  }
  .agents-activity-section .agents-activity-content ul.bb-user-groups li.bb-user-group .agents-activity-content-avtar{
      grid-column: 1;
  }
  .agents-activity-section .agents-activity-content ul.bb-user-groups li.bb-user-group .agents-activity-content-details{
     grid-column: 2;
     line-height: 1.3;
  }
  .agents-activity-section .agents-activity-content ul.bb-user-groups li.bb-user-group span {
    font-weight: bold;
  }
  .agents-activity-content{
    position: relative;
  }
  .agents-activity-content span.Activity {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    font-size: 14px;
    font-weight: Bold;
    color: var(--bb-headings-color);
  }
  
  .agents-activity-content .activity .activity-content {
    align-items: center;
    gap: 16px;
    padding: 10px 0 20px;
    border-bottom: 1px solid #DADADA;
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .agents-activity-content .activity .activity-content .activity-avtar {
    grid-column: 1;
  }
  .agents-activity-content .activity .activity-content .activity-details {
    grid-column: 2;
    line-height: 1.3;
  }
  .agents-activity-content .activity .activity-content img {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    object-fit: cover;
  }
  .agents-activity-content .activity .activity-content a:first-child{
    margin-left: 0;
  }
  .agents-activity-content .activity .activity-content a {
    font-weight: bold;
    margin: 0 5px;
  }
  /* .custom-scroll {
    max-height: 211px;
    overflow: scroll;
  } */
  
  .agents-activity-section .agents-activity-content .activity  ul.activity-list{
    max-height: 211px;
    overflow-y: scroll;
    padding-right: 5px;
    overflow-x: hidden;
  }
  .agents-activity-section .agents-activity-content .activity ul.activity-list li .activity-content, .activity-sync-loader, .agents-activity-section .agents-activity-content .activity ul.activity-list li .activity-comments  {
    display: none !important;
  }
  .agents-activity-section .agents-activity-content .activity ul.activity-list li .activity-avatar.item-avatar img {
    max-width: 38px;
    height: 38px;
    border-radius: 100%;
  }
  .agents-activity-section .agents-activity-content .activity ul.activity-list li .bp-activity-head {
    margin: 0;
  }
  .agents-activity-section .agents-activity-content .activity ul.activity-list li {
    margin: 0 0 0px !important;
    padding: 5px 0 10px !important;
  }
  .agents-activity-section .agents-activity-content .activity ul.activity-list li.load-more:last-child {
    border: none;
    margin: 10px 0 !important;
    margin-bottom: 0 !important;
    background-color: transparent;
  }
  .agents-activity-section .agents-activity-content .activity ul.activity-list li.load-more:last-child a {
    line-height: 1;
    list-style-type: none;
    border: none;
    color: var(--bb-primary-color);
    width: -moz-max-content;
    text-align: center;
    padding: 0px 0px;
    line-height: 1;
    font-weight: bold;
    font-size: 16px;
  }
  .agents-activity-section .agents-activity-content .activity ul.activity-list li.load-more:last-child a:hover{
    background-color: transparent;
    color: var(--bb-primary-color);
  }
  .agents-activity-section .agents-activity-content .activity ul.activity-list li .bp-activity-head .activity-header p a  img.avatar {
    border-radius: 100%;
    bottom: -1px;
    margin: 0 5px !important;
  }
  
  .user-profiles{
    background: var(--bb-content-background-color);
    border: 1px solid var(--bb-content-border-color);
    border-radius: 3px;
    padding: 0;
    margin-bottom: 20px;
  }

  .user-profiles .agent_title {
    background-color: black;
    color: white !important;
    text-align: center;
    font-size: 1.2em !important;
    padding: 10px;
    width: 100%;
    border-radius: 3px 3px 0 0;
    margin: 0;
  }

  .user-profiles .user-profile-container {
    padding: 20px;
  }

  .user-profiles .user-profile .user-profile-details h4 a {
    color: var(--bb-text-color) !important;
  }

  .user-profiles .user-profile .user-profile-details p {
    color: var(--bb-text-color);
  }

  .user-profiles .user-profile {
    border-bottom: 1px solid var(--bb-content-border-color);
    border-radius: 3px;
  }
  .user-profiles .user-profile-container {
    /* max-height: 365px; */
    max-height: max-content;
    overflow: scroll;
    margin: 0 ;
    /* overflow-y: scroll; */
    /* overflow-x: hidden; */
  }
  /* .user-profiles .agent_title {
    padding: 0 20px;
    margin: 0 0 20px;
  } */
  .user-profiles .user-profile {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 20px;
  }
  .user-profiles .user-profile .user-profile-avatar {
    flex-basis: 25%;
    text-align: center;
  }
  .user-profiles .user-profile .user-profile-details {
    flex-basis: 75%;
  }
  .user-profiles .user-profile .user-profile-avatar img{
    width: 52px;
    height: 52px;
    border-radius: 100%;
    object-fit: cover;
  }
  .user-profiles .user-profile .user-profile-details h4 {
    font-size: 14px;
    font-weight: bold;
    color: var(--bb-headings-color);
    line-height: 1;
    margin-bottom: 8px;
  }
  .user-profiles .user-profile .user-profile-details h4 a, .user-profiles .user-profile .user-profile-details h4 a:hover {
    /* border: none;
    padding: 0;
    display: block;
    background-color: transparent;
    color: var(--bb-headings-color); */
  }
  .user-profiles .user-profile .user-profile-details form span {
    display: block;
    line-height: 1;
    font-size: 14px;
    color: var(--bb-headings-color);
    margin: 0 0 10px;
  }
  /* .user-profiles .user-profile .user-profile-details form button.follow-button {
    border: 1px solid var(--bb-secondary-button-border-hover);
    border-radius: 20px;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    padding: 8px 20px 8px 35px;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    position: relative;
  } */
  .user-profiles .user-profile .user-profile-details form button.follow-button::before {
    /* content: "+";
    position: absolute;
    top: 50px;
    right: auto;
    left: 12px;
    transform: translateY(-50px);
    font-size: 25px; */
  }
  .user-profiles .user-profile .user-profile-details .similar-profiles-menu .menu-agent-profile-menu-container {
    margin-top: 1rem;
  }
  .user-profiles .user-profile .user-profile-details form button.follow-button {
    border: 1px solid var(--bb-secondary-button-border-hover);
    color: var(--bb-headings-color);
    border-radius: 20px;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    padding: 9px 17px;
    display: flex;
    line-height: 0;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    position: relative;
  }
  .user-profiles .user-profile .user-profile-details form button.follow-button:focus,
  .user-profiles .user-profile .user-profile-details form button.follow-button:hover,
  .user-profiles .user-profile .user-profile-details form button.follow-button.clicked {
      color: var(--bb-secondary-button-text-hover) !important;
      background-color: var(--bb-secondary-button-background-hover) !important;
  }
  .user-profiles .user-profile .user-profile-details form {
    margin: 0;
  }
  
  .user-profiles a.show_all {
    text-align: center;
    font-weight: bold;
    letter-spacing: 0px;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: 1;
  }
  .user-profiles a.show_all svg path#Icon_ion-ios-arrow-round-forward {
    fill: var(--bb-primary-color);
  }
  /* .user-profile-list{
    display: none;
  }
  
  .user-profile-list-like{
    display: none;
  } */
  .noContent {
    pointer-events: none;
  }
  /* .user-profiles .user-profile .user-profile-details a {
    border: 1px solid var(--bb-secondary-button-border-hover);
    border-radius: 20px;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    padding: 8px 20px 8px 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    position: relative;
  }
  .user-profiles .user-profile .user-profile-details a:hover{
    border: 1px solid var(--bb-secondary-button-border-hover);
    background-color: var(--bb-secondary-button-background-hover);
    color: var(--bb-secondary-button-text-hover);
  } */
  .user-profiles .no_record {
    text-align: center;
    display: block;
  }
  
  /* About section  */
  .agents-about-section {
    background: var(--bb-content-background-color) 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 20px 20px;
    border-radius: 10px;
  }
  
  select#languageFilter { 
    margin-bottom: 20px;
    max-width: 210px;
  }
  
  div#agentDesc {
    width: 100%;
    display: inline-table;
  }
  
  .agents-about-section-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .agents_buddyboss_table_contanier {
    background: var(--bb-content-background-color) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    padding: 20px 20px 20px 20px;
  }
  .agents_buddyboss_table_contanier .table_container {
    max-height: 295px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid var(--bb-content-border-color);
    border-radius: 10px;
  }
  .agents_buddyboss_table_contanier .table_container table thead tr.pin:last-child th {
    border-bottom: 1px solid var(--bb-content-border-color);
  }
  .agents_buddyboss_table_contanier .table_container table thead tr.pin {
    position: sticky;
    top: 0;
    background: #ffffff 0% 0% no-repeat padding-box;
  }
  .agents_buddyboss_table_contanier .table_container table {
    border: none;
    margin-bottom: 0;
  }
  .agents_buddyboss_table_contanier .table_container table thead tr th, .agents_buddyboss_table_contanier .table_container table tbody tr td {
    display: table-cell;
    width: 20%;
    align-content: center;
  }
  .agents_buddyboss_table_contanier .table_container table tr:last-child td, .agents_buddyboss_table_contanier .table_container table tr:last-child th {
    border-bottom: 1px solid var(--bb-content-border-color);
  }
  .agents_buddyboss_table_contanier .table_container table tr:last-child td button + button {
    margin-left: 10px;
  }
  
  .agents_buddyboss_table_contanier .table_container table tr:last-child td button {
    margin-top: 5px;
  }
  
  .endorsements_recommendations {
    background: var(--bb-content-background-color) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    padding: 20px 0px 20px 0px;
    position: relative;
  }
  .endorsements_recommendations h3.agent_title {
    padding: 0 20px;
  }
  .endorsements_recommendations .show_all_skills_link {
    border-top: 1px solid #DADADA;
    text-align: center;
    margin-top: 20px;
    display: none;
  }
  .endorsements_recommendations .show_all_skills_link a {
    font-weight: bold;
    margin: 15px 0 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    line-height: 1;
  }
  .endorsements_recommendations .custom-approach-popup.button {
    position: absolute;
    top: 15px;
    left: auto;
    right: 20px;
}
.endorsements_recommendations .sort-dropdown {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0 20px;
  margin: 20px 0 20px;
}
.endorsements_recommendations .sort-dropdown select#sort_order {
  width: 100%;
  max-width: 153px;
}
.endorsements_recommendations .sort-dropdown label {
  color: #000d51;
  font-size: 17px;
  margin: 0 5px 0px 0;
  font-weight: 400;
}
.endorsements_recommendations .load-more-btn, .endorsements_recommendations .close-btn {
  display: flex;
  align-items: center;
  margin: 20px auto 0px;
  justify-content: center;
}
.endorsements_recommendations .show_all_skills_link a svg {
    fill: var(--bb-primary-color);
}
  
.endorsements_recommendations ul.endorsements_recommendations_ul {
    margin: 0;
    width: 100%;
    display: flex;
    padding: 0;
    justify-content: center;
}
  
.endorsements_recommendations ul.endorsements_recommendations_ul li {
    list-style-type: none;
}
.endorsements_recommendations ul.endorsements_recommendations_ul li .box {
    margin: 0;
    width: 100%;
    display: flex;
    gap: 10px;
    padding: 0 15px;
}
  
  /* .endorsements_recommendations ul.endorsements_recommendations_ul li.box-main .box .endorsements_recommendations_imags {
    grid-column: 1;
  }
  .endorsements_recommendations ul.endorsements_recommendations_ul li.box-main .box .endorsements_recommendations_details{
    grid-column: 2;
  } */
  .endorsements_recommendations ul.endorsements_recommendations_ul li.box-main .box .endorsements_recommendations_details h5 {
    margin-bottom: 10px;
  }
  
  .endorsements_recommendations ul.endorsements_recommendations_ul li.box-main {
    list-style-type: none;
    width: 100% !important;
  }
  .endorsements_recommendations ul.endorsements_recommendations_ul li.box-main .box .endorsements_recommendations_imags img.agents_profile {
    object-fit: cover;
    border-radius: 100%;
  }
  .endorsements_recommendations ul.endorsements_recommendations_ul .slick-list {
    padding-bottom: 40px;
      width:100%;
  }
  
  .endorsements_recommendations ul.endorsements_recommendations_ul ul.slick-dots li button {
    display: none;
  }
  
  .endorsements_recommendations ul.endorsements_recommendations_ul ul.slick-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
    z-index: 1;
    cursor: pointer;
  }
  .endorsements_recommendations ul.endorsements_recommendations_ul ul.slick-dots li {
    background-color: #000d51;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 1px solid #000d51;
  }
  .endorsements_recommendations ul.endorsements_recommendations_ul ul.slick-dots li.slick-active {
    background-color: transparent;
  }
  
  
  /* endorsements recommendations popup  start*/
  .endorsements_recommendations_popup {
    padding: 20px;
    box-shadow: none;
  }
  
  .endorsements_recommendations_popup ul.endorsements_recommendations_slider {
    list-style-type: none;
    box-shadow: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-left: 0;
  }
  .endorsements_recommendations_popup ul.endorsements_recommendations_slider li.box-main {
    padding: 20px;
    box-shadow: 0px 0px 5px 0px #000d5120;
    transition: 0.5s all;
    border: 1px solid transparent;
    background: #fff;
    border-radius: 5px;
  }
  .endorsements_recommendations_popup ul.endorsements_recommendations_slider li.box-main:hover {
    box-shadow: 1px 1px 5px 4px #ccc;
    transition: 0.5s all;
    cursor: pointer;
    border: solid 1px #000d51;
  }
  .endorsements_recommendations_popup ul.endorsements_recommendations_slider li.box-main .box .endorsements_recommendations_details h5 {
    margin: 10px 0 5px;
  }
  .endorsements_recommendations_popup ul.endorsements_recommendations_slider li.box-main .box .endorsements_recommendations_imags img {
    max-width: 35%;
  }
  /* endorsements recommendations popup  end*/
  
  
  @media screen and (max-width: 1366px) {
  
  }
  
  @media screen and (max-width: 1200px) {
    .agents_buddyboss_profile_section .agents_buddyboss_profile_cover_bg img.bg_image {
      height: 330px;
    }
    .agents-certications .agent-cert-ul {
      grid-template-columns: repeat(8, 1fr);
      gap: 10px;
    }
    .agents_buddyboss_profile_section .agents_buddyboss_profile_cover_avtar_details_profile .agents_buddyboss_profile_cover_avtar img {
      max-width: 135px;
      height: 135px;
    }
    .agents_buddyboss_profile_section .agents_buddyboss_profile_cover_avtar_details_profile {
      padding: 60px 20px 33px 20px;
    }
    
    .agents-education-section ul li .uni-imags,
    .agents-experience-section ul li .uni-imags {
      width: 10%;
    }
    .agents_other_similar .agent_title, .agents_other_people .agent_title, .user-profiles .agent_title {
      padding: 0px 15px;
    }
    .agents_other_similar ul li, .agents_other_people ul li, .user-profiles .user-profile{
      padding-left: 15px;
      padding-right: 15px;
    }
    .endorsements_recommendations_popup ul.endorsements_recommendations_slider {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }
  }
  
  @media screen and (max-width: 1024px) {
    .agents_buddyboss_profile_section .agents_buddyboss_profile_cover_bg img.bg_image {
        height: 300px;
    }
    .agents_buddyboss_profile_section .agents_buddyboss_profile_cover_avtar_details_profile .agents_buddyboss_profile_cover_avtar img {
      max-width: 130px;
      height: 130px;
    }
    .agents-certications .agent-cert-ul {
      grid-template-columns: repeat(7, 1fr);
    }
    .agents_other_similar .agent_title, .agents_other_people .agent_title, .user-profiles .agent_title {
      font-size: 17px;
    }
    .agents_other_similar ul li, .agents_other_people ul li{
      flex-direction: column;
    }
    .agents_other_similar ul li .agents-imags, .agents_other_people ul li .agents-people-imags {
      flex-basis: 50%;
      text-align: left;
    }
    .agents_other_similar ul li .agents-details, .agents_other_people ul li .agents-people-details {
      flex-basis: 100%;
    }
    .agents_other_similar .show_all_agents-details, .agents_other_people .show_all_agents_people_details {
      text-align: center;
      margin: -10px auto 0;
    }
    .user-profiles .user-profile{
      flex-direction: column;
    }
    .user-profiles .user-profile .user-profile-avatar{
      text-align: left;
    }
    
  }
  
  @media screen and (max-width: 992px) {
      .agents_buddyboss_profile_section .agents_buddyboss_profile_cover_avtar_details_profile {
        padding: 55px 20px 33px 20px;
    }
  }
  
  @media screen and (max-width: 880px) {
    .agents-certications .agent-cert-ul {
      grid-template-columns: repeat(6, 1fr);  
    }
  
    .agents_buddyboss_profile_section .agents_buddyboss_profile_cover_avtar_details_profile .ref-button {
      position: initial;
      justify-content: flex-end;
      margin-top: 10px;
      flex-wrap: wrap;
      gap: 10px;
    }
    .agents_buddyboss_profile_section .agents_buddyboss_profile_cover_avtar_details_profile .ref-button a.edit_profile {
      position: absolute;
      right: 20px;
      top: 10px;
    }
  
    .endorsements_recommendations_popup ul.endorsements_recommendations_slider {
      grid-template-columns: repeat(1, 1fr);
      gap: 20px;
    }
    .endorsements_recommendations_popup ul.endorsements_recommendations_slider li.box-main .box .endorsements_recommendations_imags img {
      max-width: 20%;
    }
    .endorsements_recommendations_popup {
      padding: 20px 0;
    }
  }
  
  @media screen and (max-width: 767px) {
    .agents_other_similar ul li, .agents_other_people ul li {
      flex-direction: row;
    }
    .agents_other_similar ul li .agents-imags, .agents_other_people ul li .agents-people-imags {
      flex-basis: inherit;
      text-align: left;
      width: 10%;
    }
    .agents_other_similar ul li .agents-details, .agents_other_people ul li .agents-people-details {
      flex-basis: inherit;
      width: 90%;
    }
    .user-profiles .user-profile {
      flex-direction: row;
    }
    .user-profiles .user-profile .user-profile-avatar {
      flex-basis: 10%;
      text-align: center;
    }
    .user-profiles .user-profile .user-profile-details {
      flex-basis: 90%;
    }
    .endorsements_recommendations ul.endorsements_recommendations_ul li .box {
      flex-direction: column;
      text-align: center;
  }
  }
  
  @media screen and (max-width: 640px) {
    .agents-certications .agent-cert-ul {
      grid-template-columns: repeat(5, 1fr);
    }
   
    
  }
  
  @media screen and (max-width: 580px) {
    .gents_buddyboss_avtar_details_profile_edit a {
      font-size: 14px;
    }
    .gents_buddyboss_avtar_details_profile_edit {
      right: 15px;
      top: 10px;
    }
    .agents-education-section ul li .uni-imags, .agents-experience-section ul li .uni-imags {
      width: 20%;
    }
    .agents-education-section ul li .uni-details, .agents-experience-section ul li .uni-details {
      width: 100%;
    }
    .agents-education-section ul li, .agents-experience-section ul li{
      flex-direction: column;
    } 
    .agents_other_similar ul li .agents-imags, .agents_other_people ul li .agents-people-imags {
        width: 15%;
    }
    .agents_other_similar ul li .agents-details, .agents_other_people ul li .agents-people-details {
      width: 85%;
    }
    .user-profiles .user-profile .user-profile-avatar {
      flex-basis: 15%;
      text-align: center;
    }
    .user-profiles .user-profile .user-profile-details {
      flex-basis: 85%;
    }
  }
  
  @media screen and (max-width: 480px) {
    .menu-agent-profile-menu-container ul li {
      width: 100%;
    }
    .agents-certications .agent-cert-ul {
      grid-template-columns: repeat(4, 1fr);
    }
    .agents_buddyboss_profile_section .agents_buddyboss_profile_cover_avtar_details_profile .agents_buddyboss_profile_cover_avtar img {
      max-width: 120px;
      height: 120px;
    }
    .agents_other_similar ul li .agents-imags, .agents_other_people ul li .agents-people-imags {
        width: 25%;
        text-align: center;
    }
    .agents_other_similar ul li .agents-details, .agents_other_people ul li .agents-people-details {
      width: 75%;
    }
    .user-profiles .user-profile .user-profile-avatar {
      flex-basis: 25%;
      text-align: center;
    }
    .user-profiles .user-profile .user-profile-details {
      flex-basis: 75%;
    }
    select#languageFilter { 
      max-width: 170px;
    }
  
    .agents_buddyboss_profile_section .agents_buddyboss_profile_cover_avtar_details_profile .ref-button {
      display: flex;
      flex-direction: column-reverse;
    }
    .agents_buddyboss_profile_section .agents_buddyboss_profile_cover_avtar_details_profile .ref-button .custom-approach-popup.button {
      width: 100%;
    }
    .agents_buddyboss_profile_section .agents_buddyboss_profile_cover_avtar_details_profile .ref-button a.reffal_button, 
    .agents_buddyboss_profile_section .agents_buddyboss_profile_cover_avtar_details_profile .ref-button .custom-approach-popupl {
      width: 100%;
    }
  }
  
  @media screen and (max-width: 782px) {
    body.xprofile .bp_members .entry-content #buddypress.bp-single-plain-nav #header-cover-image.width-full {
      margin-left: -20px;
      margin-right: -20px;
    }
  
    #item-header-content .flex .bb-user-content-wrap ul.member-card-ul {
      justify-content: center;
    }
  
  }
  
  
  /* member-popup */
  .member-popup .popup-content {
      border: none;
      border-radius: 5px;
  }
  
  
  .member-popup .popup-content-container {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 30px;
      padding: 30px;
  }
  
  .member-popup .popup-content-container .user-profile-list-like {
      text-align: center;
      padding: 20px 10px 30px;
      box-shadow: 0px 0px 5px 0px #000d5120;
      transition: 0.5s all;
      border: 1px solid transparent;
      background: #fff;
      border-radius: 5px;
  }
  
  .member-popup .popup-content-container .user-profile-avatar {
      margin-bottom: 30px;
      display: block;
  }
  .member-popup .popup-content-container .user-profile-details h4 {
      margin-bottom: 0;
  }
  .member-popup .popup-content-container .user-profile-list-like .user-profile-details form span {
    display: block;
  }
  .member-popup .popup-content-container .user-profile-list-like:hover {
      box-shadow: 1px 1px 5px 4px #ccc;
      transition: 0.5s all;
      cursor: pointer;
      border: solid 1px #000d51;
  }
  .member-popup .popup-content-container .user-profile-list-like .user-profile .user-profile-details form {
    margin-bottom: 0;
  }
  .member-popup .popup-content-container .user-profile-list-like .user-profile .user-profile-details form button.follow-button {
    display: flex;
    align-items: center;
    margin: 3px auto 3px;
    gap: 3px;
    width: -moz-max-content;
    width: max-content;
  }
  .popup-content {
      border: none;
      border-radius: 5px;
   
  }
  .member-popup .popup-content-container .user-profile-list-like .user-profile .user-profile-details form button i.fa.fa-plus {
    margin-right: 5px;
  }
  
  .popup-content-container {}
  
  span.close {}
  
  .popup-content span.close {
      position: absolute;
      right: 2px;
      font-size: 20px;
      top: 2px;
      z-index: 9;
      background: #000d51;
      width: 32px;
      height: 32px;
      opacity: 1;
      color: #fff;
      display: block;
      align-items: center;
      justify-content: center;
      line-height: 1.3;
      border-radius: 5px;
      border: 1px solid transparent;
  }
  
  .popup-content {
      position: relative;
  }
  
  .popup-content span.close:hover {
      cursor: pointer;
      border: solid 1px #000d51;
      transition: 0.5s all;
      background: #fff;
      color: #000d51;
  }
  
  .member-popup .popup-content .loader_main {
    text-align: center;
    padding: 1rem 0;
  }
  
  .loader {
    width: 100px;
    border-radius: 100%;
    position: relative;
    margin: 1rem auto 1rem;
  }
  
  .loader span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #000d51;
    margin: 1px 5px;
  }
  
  .loader  span:nth-child(1) {
    animation: bounce 1s ease-in-out infinite;
  }
  
  .loader   span:nth-child(2) {
    animation: bounce 1s ease-in-out 0.33s infinite;
  }
  
  .loader   span:nth-child(3) {
    animation: bounce 1s ease-in-out 0.66s infinite;
  }
  
  
  
  @media (max-width: 1024px){
      .member-popup .popup-content-container {grid-template-columns: repeat(3, 1fr);}
      .loader span { width: 15px; height: 15px; }
  }
  @media (max-width: 767px){
      .member-popup .popup-content-container {grid-template-columns: repeat(2, 1fr);}
      
  }
  @media (max-width: 575px){
      .member-popup .popup-content-container {
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
      padding: 30px 10px;
  }
      .member-popup .popup-content{
          width: 95%;
      }
      
  }
  @media (max-width: 425px){
    .member-popup .popup-content-container {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  
  /*  */
  .ref-button {
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    right: 10px;
    top: 9px;
    align-items: center;
    gap: 16px;
  }
  
  .ref-button .custom-approach-popup.button {
    margin-right: 0 !important;
  }
  .ref-button #copyButton {
    background: #000d51 !important;
    padding: 6px 10px !important;
    font-size: 15px !important;
}
  ul.endorsements_recommendations_slider {
      list-style-type: none;
      margin: 0;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 30px;
      box-shadow: none;
  }
  
  p#user_switching_switch_on{
    left: 5% !important;
  }
  
  
  
  /* animation css  */
  @keyframes bounce{
    0%, 75%, 100%{
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }
  
    25%{
      -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      -o-transform: translateY(-20px);
      transform: translateY(-20px);
    }
  }
  
  /* member page css end */

  /* li.member-card-li-lang {
  background: #ffffff;
    text-align: center;
    border-radius: 16px;
    color: #000d51;
    border: 2px solid #dadada;
    padding: 5px 15px;
    margin: 2px;
} */

.agents-languages .agent-languages-ul li.member-card-li-lang {
  background: #ffffff;
  text-align: center;
  border-radius: 16px;
  color: #000d51;
  border: 2px solid #dadada;
  padding: 7px 15px;
  margin: 2px;
  line-height: 1.5;
}

/*darshan css start*/

.my-profile .header-cover-reposition-wrap {
  display: none;
}
.my-profile .left.network_profiles{
padding: 0px !important;
}
.my-profile .left.network_profiles #header-cover-image {
  background-color: #607387;
  border-radius: 10px 10px;
}
.my-profile .left.network_profiles .header-cover-img {
  height: 225px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.dev-team-custom {
  border-radius: 10px;
  margin-bottom: 1.25rem;
  border: 1px solid var(--bb-content-border-color);
}




/*5-02-2025*/

.dev-team-custom .agents-certications .agent-cert-ul{align-items: center; justify-content: space-between;}
.dev-team-custom .agents-certications .agent-cert-ul li{flex-basis: 14%; max-width: 14%; text-align: center; margin-bottom: 30px;}

.dev-team-custom {border:none; box-shadow: 0px 2px 4px 0px #ccc;overflow: hidden; background: #fff;}
.dev-team-custom .agents-certications .agent-edut-ul_edit_icon,
.dev-team-custom .agents-experience-section .agent-edit-icon,
.dev-team-custom .agents-experience-section .agent-edit-icon,
.dev-team-custom .agents-skills-section .agent-edit-icon,
.dev-team-custom .agents-education-section .agent-edit-icon,
.dev-team-custom .agents-languages .agent-edit-icon{  position: absolute;  top: 24px;  right: 20px;}

.dev-team-custom .agents-certications,
.dev-team-custom .agents-experience-section,
.dev-team-custom .agents-skills-section,
.dev-team-custom .agents-education-section,
.dev-team-custom .agents-languages{background: transparent; box-shadow: none; position: relative;}

.dev-team-custom .recommendations-wrapper {padding: 0 20px;}
.dev-team-custom .agents-activity-section {padding: 20px;}
.last-section-agent-page{display: flex; justify-content: space-between;}
.last-section-agent-page .dev-team-custom {width: calc(50% - 10px);}

.dev-team-custom .agents-skills-section ul li{border-bottom: none;}

  .agents_buddyboss_profile_cover_bg_edit_icon {
  position: absolute;
  right: 230px;
  top: 100px;
}
 .custom-approach-popup.button,
  .custom-approach-popupl.button {
  position: absolute;
  right: 0;
  top: 100px;
}


 .my_profile  button#copyButton {
  position: absolute;
  right: 400px;
  top: 100px;
}

 .my_profile  a.reffal_button {
  position: absolute;
  right: 290px;
  top: 110px;
}
  a.reffal_button {
  position: absolute;
  right: 170px;
  top: 110px;
}

  button#copyButton{
  position: absolute;
  right: 270px;
  top: 100px;
}

.users-header #cover-image-container.left .member-social-links {
  bottom: 5px;
  right: 0;
}
.users-header #item-header-cover-image #item-header-content .flex {
  align-items: flex-start;
}
.single-headers .member-header-actions-wrap {
  align-items: center;
  
}
.bb-template-v2 #buddypress .member-header-actions+.bb_more_options{
  margin-top: 20px;
}
#item-header-cover-image .member-header-actions div.generic-button {
  margin-right: 20px;
}

.advertise {
  margin: 0;
}


.mlsmatch a {
  max-height: 45px;
  margin-top: 15px;
  background: #fe7f2d;
  border-radius: 50px;
  background: #fe7f2d url(/wp-content/uploads/2025/02/mls-match-1920w.png-1.png);
  background-repeat: no-repeat;
  background-position: center;
}
.mlsmatch a span{visibility: hidden;}

.mlsmatch a .bb-icon-lock-alt{
position: absolute;
right: 0;
}
.mlsmatch a .bb-icon-lock-alt:before {
  content: '\eede';
}


.bb-template-v2 .primary-menu>li.mlsmatch:hover>a:before{display: none;}