/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/

#masthead .container{
    max-width: 100% !important;
}


.req-doc .jet-engine-gallery-grid__item-wrap::before {
      content: "\ee69";
    position: absolute;
    font-family: 'bb-icons'; /* Change this to the actual BuddyBoss icon font name */
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    color: #fff !important; /* Change to match your design */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    opacity: 1;
    height: auto;
    widows: auto;
    border: 1px solid #000125;
    background: #122b46;
}

/*#buddypanel-menu li a span{
    font-family: "PP Eiko Italic", Sans-serif !important;
    font-weight: 600;
}*/
.profile-edit  .experience {
    display: block !important;
}
.sidebar-left:not(.forums-sidebar) .site-content-grid {
    -ms-flex-flow: row-reverse !important;
    flex-flow: row !important;
}


/* members/kyle-newton/ page css  */
.bp-user #buddypress #item-header {
    position: relative;
}

.my-profile .profile-widget-area .widget {
    border-radius: 0 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: none !important;
}

.bb-template-v2 #cover-image-container {
    border: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

.my-profile #item-header-cover-image #item-header-content {
    position: static;
}

#buddypress #item-header-cover-image {
    flex-direction: column;
    position: relative;
}

#buddypress #item-header-cover-image #item-header-avatar {
    margin-top: -100px;
}

.my-profile .about-profile-snippet .edit-profile-link {
    font-size: 25px;
    position: absolute;
    top: 10px;
    left: auto;
    right: 0;
    bottom: auto;
}

.my-profile .users-header #item-header-cover-image #item-header-content .bb-user-content-wrap .member-title-wrap {
    margin: 10px 0 10px;
}

.my-profile #buddypress div#item-header-cover-image .user-nicename {
    font-size: 35px;
    font-weight: 500;
    font-family: "Work Sans";
    line-height: 1.2;
}

.my-profile .group-separator-block {
    border-radius: 0 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: none !important;
}

.my-profile .about-profile-snippet .entry-content .profile .group-separator-block {
    border-radius: 0 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: none !important;
}

.my-profile .bb-cover-image-container .item-header-wrap #item-header-avatar {
    width: 100%;
    max-width: 170px;
}

.my-profile .bp-profile-wrapper.need-separator .group-separator-block .justify-between {
    justify-content: space-between;
}

.my-profile .bp-profile-wrapper.need-separator .group-separator-block {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.my-profile .bp-profile-wrapper.need-separator header.profile-header {
    border: none;
    margin: 0;
    padding: 0;
}

.my-profile .bp-profile-wrapper.need-separator .group-separator-block .bp-widget.custom-profile-box {
    margin: 0;
    padding: 0;
    background-color: transparent !important;
    border: none;
    /* color: #000; */
    font-size: 16px;
    line-height: 1.5;
    /* font-family: "IBM Plex Sans Hebrew" !important; */
}

.my-profile .bp-profile-wrapper.need-separator header.profile-header .bb-profile-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2;
    color: #1a324d;
    font-family: 'Work Sans';
}

.my-profile .buddypress-wrap .profile .group-separator-block .entry-header a {
    font-size: 25px;
}

.my-profile .bp-profile-wrapper.need-separator .group-separator-block .bp-widget.custom-profile-box .field-row strong {
    color: #1a324d;
    font-weight: 500;
    /* font-family: "Work Sans"; */
    font-size: 20px;
}

.my-profile .bb-user-content-wrap .item-meta {
    font-size: 16px;
    margin: 10px 0;
}

.bb-user-content-wrap {
    /* font-family: "IBM Plex Sans Hebrew" !important; */
}

.my-profile .bp-profile-wrapper.need-separator .group-separator-block .bp-widget.custom-profile-box .field-row p {
    margin-bottom: 15px;
}

.my-profile .experience {
    line-height: 1.6;
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #ddd;
    padding: 15px 20px 15px;
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 0 !important;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
}

.my-profile .experience img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin: 0 !important;
}

.my-profile .experience-details {
    line-height: 1.4;
}

.my-profile .experience p:first-child {
    margin: 0;
}

.my-profile .experience .experience-details h3 {
    margin: 0 !important;
    font-size: 20px;
    font-weight: bold;
    color: #1a3b6f;
    /* font-family: "Work Sans"; */
}

.my-profile .experience:last-child {
    border: none;
    padding-bottom: 0;
}

.my-profile .experience .experience-details p {
    margin: 2px 0;
    color: #000;
    font-size: 16px;
    /* font-family: "IBM Plex Sans Hebrew" !important; */
}

.my-profile .experience-details .location {
    font-size: 13px;
    color: #999 !important;
}

.my-profile .experience .experience-details .edit-profile-link {
    display: none;
}

.my-profile .experience .image-col {
    width: 130px;
}

.my-profile .experience .experience-details {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 85%;
}

.my-profile .education {
    line-height: 1.6;
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #ddd;
    padding: 15px 20px 15px;
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    flex-direction: column;
}

.my-profile .education:last-child {
    border-bottom: 0;
}

.my-profile .education h3 {
    /* font-family: "Work Sans", sans-serif; */
    font-size: 18px;
    font-weight: 500;
    color: #003366;
    margin-bottom: 0 !important;
    line-height: 1;
}

.my-profile .education p.degree {
    /* font-family: "IBM Plex Sans Hebrew" !important; */
    font-size: 16px;
    color: #333;
    margin: 0 0 0 0;
    font-weight: 600;
    line-height: 1.5;
}

.my-profile .education p.description {
    /* font-family: "IBM Plex Sans Hebrew" !important; */
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.my-profile .education p.description:last-child {
    margin-bottom: 0;
}

.my-profile .widget-title {
    font-weight: 500 !important;
    font-size: 22px !important;
    line-height: 1.2 !important;
    color: #1a324d !important;
    margin-bottom: 10px !important;
}

.my-profile .avatar-block {
    display: grid !important;
    justify-content: center;
    gap: 10px 5px;
    grid-template-columns: repeat(3, 1fr);
}

.my-profile .avatar-block .item-avatar {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

.my-profile .avatar-block .item-avatar img {
    width: 100% !important;
    max-width: 100px !important;
}


@media (max-width: 1400px) {}

@media (max-width: 1200px) {
    .my-profile #buddypress div#item-header-cover-image .user-nicename {
        font-size: 33px;
    }

}

@media (max-width: 1030px) {
    .my-profile .bp-profile-wrapper {
        margin-bottom: 0;
    }

    .my-profile #page #primary {
        padding-bottom: 0;
    }

    .my-profile .widget-area:not(.widget-area-secondary) {
        padding-top: 0;
    }

    .my-profile .avatar-block {
        grid-template-columns: repeat(10, 1fr);
        gap: 10px 10px;
    }
}

@media (max-width: 992px) {}

@media (max-width: 880px) {
    .my-profile .avatar-block {
        grid-template-columns: repeat(8, 1fr);
    }

}

@media (max-width: 782px) {}

@media (max-width: 768px) {
    .my-profile .bp-profile-wrapper.need-separator header.profile-header .bb-profile-title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .my-profile .bb-cover-image-container .item-header-wrap #item-header-avatar {
        max-width: 150px;
    }

    .my-profile #buddypress #item-header-cover-image #item-header-avatar img.avatar {
        max-width: 150px;
    }

    .my-profile .users-header #item-header-avatar:hover .link-change-overlay {
        left: 0;
        right: 0;
        top: 0px;
        height: 150px;
        width: 150px;
    }
    .my-profile #buddypress div#item-header-cover-image .user-nicename {
        font-size: 30px;
    }
}

@media (max-width: 640px) {
    .my-profile .avatar-block {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (max-width: 576px) {
    .my-profile .avatar-block {
        grid-template-columns: repeat(5, 1fr);
    }
    #buddypress #item-header-cover-image #item-header-avatar {
        margin-top: -50px;
    }

     .my-profile .bb-cover-image-container .item-header-wrap #item-header-avatar {
        max-width: 100px;
    }

    .my-profile #buddypress #item-header-cover-image #item-header-avatar img.avatar {
        max-width: 100px;
    }

    .my-profile .users-header #item-header-avatar:hover .link-change-overlay {
        left: 0;
        right: 0;
        top: 0px;
        height: 100px;
        width: 100px;
    }

}

@media (max-width: 480px) {
    .my-profile .avatar-block {
        grid-template-columns: repeat(3, 1fr);
    }
}


/*  BuddyBoss CSS  */

.bb-sub-menu li a i{
    color: #000 !important;
}

.bb-template-v2 .site-header .user-wrap.menu-item-has-children.selected>.user-link:before, .bb-template-v2 .site-header .user-wrap.menu-item-has-children>.user-link:hover:before{
    background-color: transparent !important;
}
.bb-template-v2 .site-header .user-wrap.menu-item-has-children .sub-menu .user-link .user-name{
    color: #000 !important;
}
#friend-list.item-list .item-avatar img, #members-list.item-list .item-avatar img{
    border-radius: 10px !important;
    border: 1px solid #000;
}
body.profile-edit .field-visibility-settings-header{
    display: none;
}
.avatar, .users-header #item-header-avatar:hover .link-change-overlay{
    border-radius: 8px !important;
}
#item-header-cover-image #item-header-avatar{
    align-self: flex-start;
}
.single-headers .member-status{
    top: 5px !important;
    right: 5px !important;
}
.field_nickname { 
    display: none !important; 
}
