.fcom_composer_admin_actions {
    display: none !important;
}

a.fcom_inline_icon_link_item[href*="fluentcommunity.co"] {
    display: none !important;
}

.el-select.fcom_minimal_select {
    max-width: 150px !important;
}

.fcom_top_menu .fhr_logo a {
    display: inline-block !important;
    vertical-align: none;
}

.fcom_top_menu .fhr_logo a img {
    max-height: 45px !important;
    margin-right: 10px !important;
    width: auto;
}

span.fcom_verified svg {
    fill: lightgreen !important;
}

html.light body span.fcom_verified svg {
    fill: #1d9bf0 !important;
}

.app_side_widget {
    border-top: 1px solid #a6721c !important;
}

.feed_md_content li p {
    margin-bottom: 0rem !important;
}

html.dark body {
    --fcom-primary-border: rgb(29,38,56) !important;
    --fcom-secondary-content-bg: #1d2638 !important;
    --fcom-primary-bg: #0b0f17 !important;
    --fcom-active-bg: #1d2638 !important;
}

html.light body {
    --fcom-primary-border: #dcd3c6 !important;
    --fcom-secondary-content-bg: #f5f0e8 !important;
    --fcom-primary-bg: #f5f0e8 !important;
    --fcom-active-bg: #f5f0e8 !important;
}

html.dark body .spaces {
    --fcom-primary-bg: #141a26 !important;
}

html.light body .spaces {
    --fcom-primary-bg: #e8e2d9 !important;
}

html.dark body .fcom_wrap {
    --fcom-primary-bg: #141a26 !important;
    --fcom-secondary-bg: #0b0f17 !important;
}

html.light body .fcom_wrap {
    --fcom-primary-bg: #eee6da !important;
    --fcom-secondary-bg: #f5f0e8 !important;
}

html.dark body .fcom_top_menu {
    --fcom-primary-bg: #141a26 !important;
    --fcom-primary-border: rgb(29,38,56) !important;
}

html.light body .fcom_top_menu {
    --fcom-primary-bg: #f5f0e8 !important;
    --fcom-primary-border: #dcd3c6 !important;
}

html.dark .fcom_top_menu .top_menu_center .fcom_header_menu {
    background: #0b0f17;
    padding: 5px !important;
    border-radius: 8px !important;
}

html.light .fcom_top_menu .top_menu_center .fcom_header_menu {
    background: #eee6da;
    padding: 5px !important;
    border-radius: 8px !important;
}

html.dark .fcom_top_menu ul.top_menu_items li a.router-link-exact-active {
    color: var(--fcom-menu-text-active, #545861);
    background: #1d2638 !important;
}

html.light .fcom_top_menu ul.top_menu_items li a.router-link-exact-active {
    color: var(--fcom-menu-text-active, #545861);
    background: #ffffff !important;
}

html.dark .fcom_top_menu ul.top_menu_items li a:hover {
    background: #2b364f !important;
}

html.light .fcom_top_menu ul.top_menu_items li a:hover {
    background: #f5f0e8 !important;
}

html .fcom_top_menu ul.top_menu_items li a {
    padding: 9px 12px;
    border-radius: 6px !important;
}

html.dark .fcom_top_menu ul.top_menu_items li a .el-icon {
    color: #ac761a !important;
}

html.light .fcom_top_menu ul.top_menu_items li a .el-icon {
    color: #000 !important;
}

html.dark .spaces .space_contents ul li a.router-link-exact-active {
    color: #ac761a !important;
    background: #20283b !important;
    border: 1px solid rgb(29,38,56) !important;
}

html.light .spaces .space_contents ul li a.router-link-exact-active {
    color: #8b6508 !important;
    background: #e5ddd0 !important;
    border: 1px solid #dcd3c6 !important;
}

html.dark .spaces .space_contents ul li a,
html.light .spaces .space_contents ul li a {
    border: 1px solid transparent !important;
}

html.dark .spaces .space_contents ul li a:hover {
    background: #2b364f !important;
}

html.light .spaces .space_contents ul li a:hover {
    background: #dcd3c6 !important;
}

html.dark .spaces .space_contents ul li a.router-link-exact-active:before {
    background: #1d9bf0 !important;
}

html.light .spaces .space_contents ul li a.router-link-exact-active:before {
    background: #131313 !important;
}

html.dark .object_menu ul li a.router-link-exact-active {
    background: #20283b !important;
}

html.light .object_menu ul li a.router-link-exact-active {
    background: #e5ddd0 !important;
}

html.dark .object_menu ul li a:hover {
    background: #2b364f !important;
}

html.dark .notifications_wrap .notification_item:hover {
    background: #2b364f !important;
}

html.light .notifications_wrap .notification_item:hover {
    background: #eee6da !important;
    border-radius: 6px !important;
}

html.light .unread_notifications .notifications {
    border-radius: 6px !important;
}

html.light .el-popover.el-popper {
    background: #f5f0e8 !important;
}

html.dark .fcom_user_context_menu_items .fcom_user_menu_item .fcom_profile_extend .fcom_profile_sub_menu li:hover {
    background: #2b364f !important;
}

html.light .fcom_user_context_menu_items .fcom_user_menu_item .fcom_profile_extend .fcom_profile_sub_menu li:hover {
    background: #eee6da !important;
}

html.dark .el-button.is-text:not(.is-disabled):hover {
    background-color: #0b0f17 !important;
}

html.light .el-button.is-text:not(.is-disabled).is-has-bg {
    background-color: #dcd3c6 !important;
}
