:root {
    --fclcp-primary-text-color: #181b1e;
    --fclcp-secondary-text-color: #606c79;
    --fclcp-icon-text-color: #0762cb;
    --fclcp-border-color: #eaeef3;
    --fclcp-primary-light-text-color: #f0f3f5;
}

p {
    margin-top: 0;
}

.feed .feed_media {
    margin: 0 !important;
    border-bottom: unset !important;
    padding-top: 12px;
}

.feed_media_image .el-image img {
    object-fit: cover !important;
}

.feed_meta_info a.feed_timestamp::after {
    content: unset;
    background: unset;
}

.feed .feed_header .feed_user {
    column-gap: 8px !important;
}

.fcom_feed_header_wrap .feed_actions.fcom_concat_buttons {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.feed_user_name a,
.feed_md_content p {
    color: var(--fclcp-primary-text-color) !important;
    font-family: "Helvetica-Neue",sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.feed_user_name a {
    line-height: 20px;
}

.feed_md_content p {
    margin-bottom: 8px;
    line-height: 20px;
}

a.feed_timestamp {
    color: var(--fclcp-secondary-text-color);
    font-family: "Helvetica-Neue",sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.feed_meta_info span>a.feed_timestamp {
    display: none;
}

.feed_actions.fcom_concat_buttons button.feed_bookmark {
    display: none;
}

.feed_actions.fcom_concat_buttons button.fcom_dot_menu{
    padding: 0;
    width: 20px;
    height: 20px;
}

.feed_actions.fcom_concat_buttons button.fcom_dot_menu i.el-icon{
    width: 20px;
    height: 20px;
}

.feed_actions.fcom_concat_buttons button.fcom_dot_menu i.el-icon svg{
    width: 20px;
}

.feed .feed_body {
    border-bottom: unset !important;
}

.feed .feed_body h2.feed_title_heading {
    font-family: "Helvetica-Neue",sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 8px !important;
}

.feed_md_content.feed_texts {
    padding-top: 8px !important;
    padding-bottom: 0;
}

.feed .feed_body .feed_title_heading a {
    color: var(--fclcp-primary-text-color) !important;
    font-family: "Helvetica-Neue",sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.feed_footer .fcom_feed_footer_actions {
    margin-left: auto;
}

.feed_footer .fcom_feed_footer_meta {
    display: none;
}

.fcom_reaction .el-icon svg,
.fcom_reaction .el-icon.user_reacted svg,
.fcom_reaction_list .el-icon svg,
.fcom_comment_btn_wrap .el-icon svg,
.fcom_comments_react .el-icon svg,
.fcom_comments_react .el-icon.user_reacted svg,
.each_comment.show_all_comments,
.feed_footer ul li.react_active,
.fclcp-reaction-no,
.feed_actions.fcom_concat_buttons button.fcom_dot_menu {
    color: var(--fclcp-icon-text-color);
}

.feed_footer ul li .el-icon {
    font-family: "Helvetica-Neue",sans-serif;
    font-size: 20px !important;
    height: 20px;
    width: 20px;
}

.fclcp-share-icon-container {
    cursor: pointer;
    height: 20px;
    width: 20px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feed_outer .feed_body {
    border-bottom: unset;
}

.fclcp-reaction-no,
.fclcp-comment-no {
    font-family: "Helvetica-Neue",sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--fclcp-secondary-text-color);
}

.feed_footer ul {
    padding: 0 !important;
}

.feed_footer ul li {
    column-gap: 4px !important;
    padding-left: 6px !important;
}

.feed_footer ul li:has(.fclcp-comment-no:empty) {
    column-gap: unset !important;
}

.feed_footer ul li:last-child {
    padding-right: 0 !important;
}

/** Comment */
.each_comment {
    margin-top: 8px;
    padding: 0;
    font-family: "Helvetica-Neue",sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}

.each_comment .comment_text {
    padding: 8px;
}

.comment_text_head_name a.user_route {
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    color: var(--fclcp-primary-text-color);
}

.comment_text_head .comment_text_head_time {
    margin-left: auto;
}

.comment_text_body.feed_md_content p {
    font-family: "Helvetica-Neue",sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--fclcp-primary-text-color);
}

.each_comment .comment_text_head {
    column-gap: 5px;
}

.reply_box {
    padding-top: 8px;
}

.each_comment .comment_text_head .comment_text_head_time,
.reply_box .reply_btn {
    font-family: "Helvetica-Neue",sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: var(--fclcp-secondary-text-color);
}

.comment_text_head .comment_actions {
    margin-left: unset !important;
}

.comment_text_head .comment_actions {
    line-height: 1;
}

/** Comment Modal */

.fcom_feed_modal .feed_single .fcom_feed_header_wrap {
    padding-top: 12px !important;
}

/* Toast */
.fclcp_toast {
    visibility: hidden;
    width: 300px;
    min-width: 300px;
    color: #ffffff;
    text-align: center;
    padding: 10px 20px;
    font-family: "Helvetica-Neue",sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: fixed;
    bottom: 20px;
    left: 50%;
    z-index: 99999;
    transform: translateX(-50%);
    background: #00000080;
    border-radius: 3px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

/** Topics */
.feed_footer .fcom_feed_topics{
    gap: 8px;
    margin: 0;
}

.fcom_feed_topics a.feed_timestamp{
    font-family: "Helvetica-Neue",sans-serif;
    color: var(--fclcp-icon-text-color);
    background-color: #F4F5F8;
    border: unset;
    padding: 4.5px 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    border-radius: 100px;
}

/** Feed mobile responsive */
@media (max-width: 570px) {

    .feed {
        margin-bottom: 12px !important;
        border-color: var(--fclcp-border-color) !important;
        padding: 12px 0px !important;
    }

    /* Add right position for a mobile responsive */
    .fcom_feed_header_wrap .feed_actions.fcom_concat_buttons{
        right: 12px;
    }

    /* Remove top padding & margin for mobile device */
    .feed .fcom_feed_header_wrap,
    .feed .feed_body {
        margin: 0 !important;
        padding: 0 12px !important;
    }

    .feed .fcom_top_media + .fcom_feed_header_wrap{
        padding-top: 12px !important;
    }

    /** Hide Mobile Menu */
    .fcom_top_menu {
        display: none !important;
    }

    .fcom_mobile_menu {
        display: none !important;
    }

    .feed_footer {
        padding: 12px 10px 0;
    }

    .feed_comment.feed_commentbox_main {
        margin: 12px 0 0;
    }
    
    /* Comment */
    .feed_comments {
        margin: 0;
        margin-top: 12px;
        padding: 12px;
        padding-bottom: 0;
        border-color: var(--fclcp-border-color) !important;
    }

    .fcom_app_render{
        margin: 0;
        padding: 12px;
    }

    /** Hide feed header */
    .fcom_sticky_header .fhr_content_layout_header{
        display: none;
    }
}


/** Single Feed */
.fhr_content_layout_body:has(.feed.feed_single) {
    padding: 0 !important;
}

.fcom_sticky_header .fhr_content_layout_header {
    /* display: none !important; */
    border-bottom: unset !important;
    padding: 16px 12px;
}

.fcom_sticky_header .fhr_content_layout_header:has(.fclcp-back-icon-container) {
    display: block !important;
}

.fclcp-back-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.fhr_content_layout_header:has(.fclcp-back-icon-container) .fcom_page_title,
.fhr_content_layout_header .fhr_page_actions {
    display: none;
}

/* .fcom_sticky_header .fhr_content_layout_header:has(.fclcp-back-icon-container){
    display: block !important;
} */

/**
*
* Profile Page
*
*/

.object_header .object_cover{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.object_header .object_info{
    column-gap: 12px;
}

.object_header.user_header .object_info .object_avatar img{
    width: 100px !important;
    height: 100px !important;
    max-width: 100px !important;
    max-height: 100px !important;
    margin-top: -45px;
    border: 2px solid #ffffff;
}

.object_header .object_info .object_name h3{
    color: var(--fclcp-primary-text-color) !important;
    font-family: "Helvetica-Neue",sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.object_header .object_info .object_name p.object_meta{
    margin-top: 4px;
    color: var(--fclcp-secondary-text-color) !important;
    font-family: "Helvetica-Neue",sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.user_header .object_menu{
    padding: 12px 12px 16px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 1px solid #EAEEF3;
}

.object_menu ul li a{
    font-family: "Helvetica-Neue",sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 31px;
    border-radius: 100px;
}

.object_menu .router-link-active.router-link-exact-active,
.object_menu ul li a:hover{
    color: var(--fclcp-icon-text-color) !important;
    background-color: #EDF7FF;
}

.about_wrap{
    border-radius: 10px;
    border: 1px solid #E3E8EE;
    padding: 12px;
}

.about_wrap .about_header h3{
    font-family: "Helvetica-Neue",sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #19283A;
}

.about_wrap .about_body, .about_description p{
    font-family: "Helvetica-Neue",sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--fclcp-secondary-text-color) !important;
}

.about_wrap .about_body .about_items{
    padding-top: 32px;
}

.about_wrap .about_body .about_items .about_item{
    font-family: "Helvetica-Neue",sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--fclcp-secondary-text-color) !important;
}

/** Hide Filter  */
.feed_filters{
    display: none;
}

/** Profile page mobile responsive */
@media (max-width: 570px) {

    .feed_single.feed {
        border-radius: unset;
        padding-top: 0 !important;
        border: unset !important;
    }

    .fhr_content_layout_body .object_header.user_header .object_menu ul {
        width: 100%;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .user_header .object_menu ul li{
        width: 100%;
    }

    .user_header .object_menu ul li a{
        padding-top: 6px;
        padding-bottom: 6px;
        display: block;
        width: 100%;
        text-align: center;
    }
}

/**
*
* Comment Tab
*
*/
.fcom_course_comment .comment_text_head_post a{
    font-family: "Helvetica-Neue",sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
}

.fcom_course_comment .comment_text_head_post{
    font-family: "Helvetica-Neue",sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

/*
* Light color for dark mode
* v1.0.7
*/
.dark .feed_user_name a,
.dark .feed_md_content p,
.dark .feed .feed_body .feed_title_heading a,
.dark .comment_text_head_name a.user_route,
.dark .comment_text_body.feed_md_content p,
.dark .object_header .object_info .object_name h3{
    color: var(--fclcp-primary-light-text-color) !important;
}

/**
* language filter
* v2.0.0
*/

#custom-search-trigger{
    display: flex;
    gap: 8px;
}

#custom-search-trigger div:first-child:not(.fclcp-language-filter-item) {
    flex: 1;
}

.fclcp-language-filter{
    display: flex;
    align-items: center;
    flex-wrap: wrap; /* v2.0.1 */
}

.fclcp-language-filter-item {
    padding: 4.5px 8px;
    font-size: 12px;
    border-right: 1px solid var(--fcom-primary-border, #e4e7eb);
    background-color: #FFFFFF;
    transition: all 0.2s ease-in-out;
}

/**
* Darkmode for language-filter
* v2.0.1
*/
.dark .fclcp-language-filter-item{
   color: #bbb;
   background-color: var(--fclcp-border-color);
   border-color: #191B1F;
}

.fclcp-language-filter-item:hover{
    background-color: var(--fclcp-border-color);
    color: var(--fclcp-secondary-text-color);
    /* border-color: var(--fclcp-icon-text-color); */
}

/**
* Darkmode for language-filter hover
* v2.0.1
*/
.dark .fclcp-language-filter-item:hover{
    background-color: var(--fcom-primary-bg, #2B2E33);
    color: var(--fcom-secondary-border, #9CA3AF);
}

.fclcp-language-filter-item.fclcp-language-filter-item-active{
    background-color: var(--fclcp-icon-text-color);
    color: var(--fclcp-primary-light-text-color);
}

.fclcp-language-filter-item:first-child{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    /* border-right: none; */
}

.fclcp-language-filter-item:last-child{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: unset;
}

/**
* Hide Default Topics Filters
* v2.0.0
*/
.fcom_space_topics {
    display: none;
}