img.menu_ic {
    width: 20px;
    top: -8px;
}

.desktop-btn.load_more {
    margin: 15px auto;
    /* width: 110px; */
    text-align: center;
    cursor: pointer;
    /* margin-bottom: 15px; */
}
#loadBtn-container {
    cursor: pointer;
}
#loadBtn-container:hover .view_all_text.B14_42 {
    color: #f56996 !important;
}
.experts-details .grp-joins,
.experts-details .grp-joins-landing {
    margin: 13px 0;
}

.experts-details .join-text {
    margin: 0;
}

.experts-details .discussion-publisher {
    max-width: 78%;
    width: auto;
}

.experts-details.discussion-expert:last-child {
    margin-bottom: 0;
}

.experts-details span {
    display: inline-block
}

.experts-details ::-webkit-scrollbar {
    width: 3px;
    margin-right: 3px
}

.experts-details ::-webkit-scrollbar-track {
    background: #f1f1f1
}

.experts-details ::-webkit-scrollbar-thumb {
    background: #888
}

.experts-details ::-webkit-scrollbar-thumb:hover {
    background: #555
}
.group-link {
    cursor: pointer;
}
.admin_tag_group {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 3px 5px;
    color: #424242;
}

@media screen and (max-width: 767px){
    .experts-details .grp-joins-landing {
        margin: 9px 0;
        width: 56px;
        padding: 0;
        height: 22px;
        line-height: 22px;
    }
    .experts-details .discussion-publisher {
        height: 40px;
        margin-top: 3px;
        min-width: 52%;
        width: min-content;
    }
    .group-body {
        background: #fff;
        margin: 0 10px;
        padding: 10px 0;
        border-radius: 3px;
    }
}