/* register form */
.editfield.field_1.field_first-name.required-field.visibility-public.field_type_textbox {
    order: 1;
    width: 48%;
}

div#buddypress .field_last-name {
    order: 2;
    width: 48%;
}

.signup_password_block {
    order: 4;
    width: 100%;
}

.signup_email_block {
    order: 3;
    width: 100%;

}

.signup_con_password_block {
    order: 5;
    width: 100%;

}

.register-section.terms-section {
    order: 10;
}

.editfield.field_2.field_how-has-your-life-been-impacted-by-prostate-cancer.visibility-public.field_type_selectbox {
    order: 6;
    width: 100%;

}

div#buddypress .field_i-have-read-and-accept-the-pcfa-community-forums-guidelines-of-use.required-field.visibility-adminsonly.alt.field_type_checkbox_acceptance {
    order: 9;
}

div#buddypress p#field-visibility-settings-toggle-57 {
    display: none;
}

.field_how-has-your-life-been-impacted-by-prostate-cancer {
    order: 8;
}
.field_please-provide-more-detail{
	order: 9;
	display: none;
	width: 100%;
}

div#buddypress .submit {
    order: 12;
    width: 100%;

}

.page_content_blocks div#buddypress h2 {
    width: 100%;


}

.signup_username_block {
    display: none;
}

div#buddypress #signup_form.standard-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

div#pass-strength-result {
    display: none !important;
}


p#field-visibility-settings-toggle-7 {
    display: none !important;
}

p#field-visibility-settings-toggle-1 {
    display: none !important;
}

p#field-visibility-settings-toggle-2 {
    display: none !important;
}

div#buddypress #signup_form.standard-form {
    overflow: hidden;
    margin: 0px;
    padding: 0px !important;
}

.pass_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.con_pass_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

span.show_register_pass,
span.show_con_pass {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* login form */

.overridden_login_template .bbp-username,
.overridden_login_template .bbp-password {
    display: flex;
    flex-direction: column;
}

.overridden_login_template .bbp-remember-me label {
    width: 100%;
}

.overridden_login_template .loginmmessage {
    display: none;
}

button#user-submit {
    background: #0389CF;
}

button#user-register {
    width: 100%;
    background: white;
    border: 1px solid #153257 !important;
}

button#user-register {
    color: #153257 !important;
}

a.reset_password {
    color: Blue !important;
    width: fit-content;
}

.bbp-submit-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

span.show_pass_btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.label_block {
    display: flex;
    justify-content: space-between;
}

.login_error_block {
    border: 3px solid red;
    border-radius: 8px;
    padding: 8px;
}

/* lost pass form css */
.overridden_lost_pass_template .loginmmessage {
    display: none;
}

.lost_pass_parent_block {
    width: 34%;
    background: white;
    padding: 32px;
    border-radius: 32px;
    border: 1px solid #E4E5E6;
    margin: auto;
}

.bbp-username p {
    display: flex;
    flex-direction: column;
}

.reset_password_block {
    background: white;
    border-radius: 32px;
    padding: 32px;
    box-shadow: 0px 0px 0px 1px lightgray;
}

.button_block {
    display: flex;
    justify-content: space-between;
}

button.resend {
    background: white;
    border: 1px solid #1f2937;
    border-radius: 30px;
    padding: 8px 16px;
    color: #1f2937;
}

.button_block button.resend {
    background: white !important;
}

button.resend-now {
    background: white;
    border: 2px solid #153257;
    border-radius: 32px;
    padding: 8px 18px;
    font-size: 16px;
    font-weight: 600;
    color: #153257;
}

button.resend-now[disabled] {
    cursor: default !important;
    background: white !important;
    border: 2px solid #153257 !important;
}

/* header */
.logged-in div#logged_in {
    width: 50%;
}

div#user_menu_nav ul#menu-2-ab237ee {
    background: white !important;
    width: 11%;
    margin: 0px 0 20px auto;
    border: 1px solid lightgray;
    border-radius: 15px;
    z-index: 999;
    padding-top: 8px;
    padding-bottom: 8px;
}

div#user_menu_nav nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    background-color: transparent;
}

.logged-in div#logged_in .elementor-author-box__avatar {
    margin-inline-end: 0px !important;
}

div#looged_out {
    width: 50%;
}

div#search_bar {
    width: 50%;
}

@media (max-width:768px) {

    .menu_mobile.menu_mobile_narrow.inited.inited_arrows.inited_click {
        display: none;
    }

    .top_panel_custom_header {
        margin: 0px !important;
        min-height: 100% !important;
        background: white;
    }

    .top_panel_custom_header>div.elementor {
        background: white;

    }
}


/* widget css */

/* Sidebar Widget Styling */
.sidebar-widgets-container {
    display: flex;
    flex-direction: column;
}

.sidebar-widgets-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.widget-parent-block {
    max-width: 288px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: #00458c;
    position: relative;

}

.widget-parent-block.featured {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    border: 2px solid #f2a035;
}

.title-block {
    padding: 15px;
}

.widget_heading {
    color: white;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.widget_description {
    color: white;
    padding: 0 15px 15px;
}

.descriptions {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.widget_button_first,
.widget_button_second {
    width: 85%;
    margin: 10px auto;
    padding: 12px 0;
    border: none;
    border-radius: 25px;
    text-align: center;
    display: block;
    cursor: pointer;
    transition: all 0.3s ease;
}

.widget_button_first {
    background-color: #f2a035;
}

.widget_button_second {
    background-color: transparent;
    border: 1px solid white;
}

.widget_button_first a,
.widget_button_second a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    display: block;
    width: 100%;
}

.first_visit_block {
    display: none;
}

body.elementor-editor-active .first_visit_block {
    display: flex;
}

.first-visit-after-login .first_visit_block {
    display: block;
}

/* Close button in corner */
.widget-parent-block .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.widget-parent-block .close-button:before,
.widget-parent-block .close-button:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #333;
}

.widget-parent-block .close-button:before {
    transform: rotate(45deg);
}

.widget-parent-block .close-button:after {
    transform: rotate(-45deg);
}

.widget-parent-block.featured {
    order: -1;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .widget-parent-block {
        width: 100%;
        max-width: 100%;
    }
}


/* search page */

.blog_mode_search .content_wrap {
    background: none !important;
    box-shadow: none !important;
}

.blog_mode_search .content_wrap {
    padding: 0px !IMPORTANT;
    margin: 0px !important;
}

.blog_mode_search .content_wrap {
    background: none !important;
    box-shadow: none !important;
}

.blog_mode_search .page_content_wrap {
    background-image: url('/wp-content/uploads/2025/05/search-banner.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top;
}

.search_page_content {
    background: white;
    border-radius: 24px;
    width: 70%;
    padding: 44px;
}

.sidbar.sidebar_widget_area {
    width: 30%;
}

.site-main.search-results {
    display: flex !important;
    flex-direction: column;
}

span.search_title {
    background: #E4E5E6;
    padding: 8px 16px;
    color: #071D36;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
}

.blog_mode_search article {
    background: white !important;
    box-shadow: 1px 1px 1px lightgray !important;
}

select#filter-post-type,
select#filter-sort {
    border: none;
    outline: none;
}

form#search-filter-form {
    display: flex;
    width: 30%;
}

.blog_mode_search article {
    background: white !important;
    box-shadow: 1px 1px 9px 1px lightgray !important;
    border-radius: 16px;
    margin: auto;
}

.blog_mode_search article {
    background: white !important;
    box-shadow: 1px 1px 9px 1px lightgray !important;
    border-radius: 16px;
    margin: auto;
    padding: 24px 32px;
    display: flex;
    flex-direction: column;
}

.blog_content_block {
    padding: 36px 0px;
}

h1.page-title.blog_query {
    padding-top: 0px !important;
    margin-top: 0pc !IMPORTANT;
}

span.topics_label {
    padding-bottom: 16px;
}

.conversations_main_block {
    padding-top: 32px;
}

.article_block {
    /*     padding-top: 12px; */
}

.search_title_parent_block {
    margin-top: 16px;
}

.blog_mode_search .post_meta {
    display: none;
}

.blog_mode_search .author_content {
    display: flex;
    justify-content: space-between;
}

.blog_mode_search .meta_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.blog_mode_search .post_author_info {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.blog_mode_search .post_content.entry-content {
    display: none;
}

.pop_up_react {
    display: none;
}

.topic_main_block article {
    display: flex;
    flex-direction: column !important;
}

.topic_main_block .author_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topic_main_block .meta_block {
    display: flex;
    align-items: center;
    gap: 8px;
}

.topic_main_block .post_meta {
    display: none !important;
}

.post_author_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 20px;
}


/* topic page */

.forum-header-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    padding: 32px 44px;
    max-width: 700px;
    font-family: Arial, sans-serif;
}

.forum-header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.forum-title {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.forum-header-actions {
    display: flex;
    gap: 10px;
}

.follow-btn {
    background-color: #0073ff;
    color: white;
    border: none;
    padding: 8px 14px;
    border-radius: 6px;
    cursor: pointer;
}

.start-convo-btn {
    background-color: #ffa726;
    color: white;
    border: none;
    padding: 8px 14px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.start-convo-btn .plus-icon {
    margin-left: 6px;
    font-weight: bold;
}

.forum-description {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}

.show-more {
    color: #0073ff;
    text-decoration: none;
}

.forum-meta {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.forum-users .user-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 5px;
}

.forum-filters {
    display: flex;
}

.forum-filters select {
    margin-left: 10px;
    padding: 6px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.custom-bbp-topics-container {
    display: grid;
    gap: 20px;
    margin-top: 20px;
}

.post_item_single #buddypress #item-nav {
    display: none;
}

.post_item_single #item-header {
    max-width: 700px;
}


/* pin widget css */

.post-actions-container {
    position: relative;
    display: inline-block;
}

.post-actions-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    font-size: 20px;
}

.post-actions-menu {
    position: absolute;
    right: 0;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px;
    display: none;
}

.post-actions-menu.show {
    display: block;
}

.post-actions-menu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.post-actions-menu a:hover {
    background-color: #f1f1f1;
}

.post-actions-menu a svg,
.post-actions-menu a i {
    margin-right: 10px;
}

.post-actions-label {
    flex-grow: 1;
}

/* your conversations */
.user_conversations.article_block .post_meta {
    display: none;
}

.user_conversations.article_block article {
    display: flex;
    flex-direction: column;
}

.author_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.meta_block {
    gap: 8px;
    display: flex;
    align-items: center;
}

div#password-match-success {
    color: var(--blue-gradient-2-color);
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: var(--pcfa-body-small-emphasis-font-size) !important;
    font-weight: 500;
    margin-top: -2em !important;
    margin-bottom: 2em;
    line-height: var(--pcfa-body-small-emphasis-line-height) !important;
}

.field_first-name span.bp-required-field-label {
    display: none !important;
}

.logged-out-user span.terms_n_conditions {
    max-width: 480px;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 2em 1em;
    font-weight: 400 !important;
    color: var(--dark-navy--color);
    font-size: var(--pcfa-body-extra-small-font-size) !important;
}

/* .logged-out-user .sidebar.widget_area.right.sidebar_below.sidebar_default {
    display: none;
} */
.bp-group-menu {
    display: block !important;
}

.all-topic-container .elementor-shortcode {
    display: flex;
    flex-direction: column;
}

.post_format_standard.sticky {
    order: -1;
}

div#page_content_switcher {
    display: none !important;
}

.bp-feedback.error {
    display: flex;
    align-items: center;
    width: 60%;
    margin: auto;
    text-align: center;
}

.bp-feedback.error p {
    font-size: 14px !important;
    color: red !important;
}




/* CSS for toasts */

.toast-container {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.action-toast {
    display: none;
    padding: 16px 20px;
    border-radius: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background-color: #0091EA;
    color: white;
    position: relative;
    animation: fadeIn 0.3s ease-in-out;
    margin-bottom: 10px;
}

.action-toast.show {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.action-toast.success {
    background-color: #0091EA;
}

.action-toast.error {
    background-color: #FF3B30;
}

.toast-content {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.toast-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.toast-message {
    font-size: 16px;
    font-weight: 500;
}

.close-toast {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 16px;
    padding: 0 12px;
    display: flex;
    align-items: center;
}

.close-toast svg {
    width: 20px;
    height: 20px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* email error */

div.bbp-template-notice.error,
div.bbp-template-notice.warning {
    background-color: white;
    margin: auto;
    width: fit-content;
    position: absolute;
    top: 2px;
    left: 27%;
    right: 27%;
    border: 3px solid #c00;
    border-radius: 24px;
}

.logged-in-user li.non-loggedin {
    display: none;
}

.toast.toast-error.custom-toast-error .toast-message {
    color: white !important;
}

/* 12May, 2025 */

body.login.js.login-action-rp.wp-core-ui.locale-en-us.login_pseudo {
    background: none !important;
}

.custom-error-block {
    background-color: white;
    color: #000000;
    padding: 24px 32px;
    border: 2px solid #0389CF;
    border-radius: 32px;
    margin: 10px auto;
    max-width: 500px;
    text-align: center;
    z-index: 9999;
    position: fixed;
    font-weight: bold;
    font-size: 18px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    align-items: baseline;
}

.logged-out-user li.loggedin_user {
    display: none;
}

.search-no-results .page_content_wrap .content_wrap {
    box-shadow: none !important;
    border-radius: 0em !important;
    gap: 84px;
    display: flex;
    width: 972px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding-top: 1.5em !important;
}

.search-no-results .content,
.search-no-results .sidebar.widget_area.right.sidebar_below.sidebar_default {
    /*     margin-top: 1.5em !important; */
}

.search-no-results .content {
    height: max-content;
}

.search-no-results .page_content_wrap .content_wrap:after {

    content: none;
    display: none;

}

body.hide-welcome-back:not(.elementor-editor-active) .first_visit_block {
    display: none;

}

body.hide-welcome:not(.elementor-editor-active) .logged-out-block-message {
    display: none;

}

.logged-out-user .conversations_button_hiden {
    display: none;
}


/* Media query for mobile devices */
@media only screen and (max-width: 1024px) {

    /* Hide non-featured widgets on mobile */
    .custom-widget:not(.featured-widget) {
        display: none !important;
    }

    /* Make sure featured widget is displayed prominently */
    .custom-widget.featured-widget {
        display: block !important;
    }
}


img.dismiss_image {
    vertical-align: middle;
    width: 13px;
    height: 13px;
}

img.check_image {
    width: 20px;
    height: 20px;
}


/* show more and show less css */

@media (max-width:768px) {

    button.follow-btn.following {
        width: fit-content;
    }

    .forum-header-actions {

        flex-direction: column-reverse;
    }

    button.follow-btn {
        width: max-content;
    }
}

h1.heading-lost-pass {
    font-size: 18px;
    margin-top: 32px;
    margin-bottom: 12px;
}

p.text-body {
    margin-bottom: 10px;
    font-size: 16px;
    color: #071D36;
}

button.back_btn {
    background: transparent !important;
    color: #153257 !important;
    padding: 20px 0px !important;
    display: flex !important;
    align-items: end;
    gap: 12px;
    font-size: 16px !important;
    text-transform: capitalize !important;
}

@media (max-width:768px) {

    input,
    textarea,
    select {
        font-size: 16px !important;
    }

    form.search_form input.search_field {
        font-size: 16px !important;
    }

    .action-toast.success,
    div#error_toast {

        flex-direction: row;
    }

    .toast-container {
        width: 93% !important;
    }

}

.user-profile img.avatar {
    border: 4px solid #E4E5E6;
    border-radius: 50%;
}

/* textarea.select2-search__field{
    display: none;
} */
.is-conversations-page span.post_label.label_pinned,
.all_conversations span.post_label.label_pinned,
.custom-followed-forums-list span.post_label.label_pinned {
    display: none;
}

.user-profile {
    cursor: pointer;
}

section#mobile_menu {
    background: white;
}

.search-results span.post_label.label_pinned {
    display: none;
}



/* registerd form css */
.field_type_multiselectbox .select2-container {
    width: 100% !important;
    margin-bottom: 10px;
}

/* Make Select2 look like your existing form fields */
.field_type_multiselectbox .select2-selection--multiple {
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    min-height: 40px !important;
    padding: 5px !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
}

.field_type_multiselectbox .select2-selection--multiple:focus-within {
    border-color: #0073aa !important;
    box-shadow: 0 0 0 1px #0073aa !important;
}

/* Style the selected tags */
.field_type_multiselectbox .select2-selection__choice {
    background-color: #D3E9F9 !important;
    border: 1px solid #0073aa !important;
    border-radius: 14px !important;
    color: #153257 !important;
    font-size: 12px !important;
    padding: 3px 8px !important;
    margin: 2px 4px 2px 0 !important;
}

.field_type_multiselectbox .select2-selection__choice__remove {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 16px !important;
    font-weight: bold !important;
    margin-right: 6px !important;
}

.field_type_multiselectbox .select2-selection__choice__remove:hover {
    color: white !important;
}

/* Style the search input */
.field_type_multiselectbox .select2-search__field {
    border: none !important;
    outline: none !important;
    font-size: 14px !important;
    padding: 5px !important;
    margin: 0 !important;
}

/* Style the dropdown */
.select2-dropdown {
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

.select2-results__option {
    padding: 12px 16px !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
}

.select2-results__option--highlighted {
    background-color: #f8f9fa !important;
    color: #333 !important;
}

.select2-results__option--selected {
    background-color: #e7f3ff !important;
    color: #0073aa !important;
    position: relative;
}

/* Add checkmark to selected items */
.select2-results__option--selected::after {
    content: "✓";
    position: absolute;
    right: 16px;
    color: #0073aa;
    font-weight: bold;
}

/* Placeholder styling */
.field_type_multiselectbox .select2-selection__placeholder {
    color: #999 !important;
    font-style: italic !important;
    font-size: 14px !important;
}

/* BuddyPress form integration */
#buddypress .standard-form .field_type_multiselectbox {
    margin-bottom: 0;
}

#buddypress .standard-form .field_type_multiselectbox legend {
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
    display: block;
}

#buddypress .standard-form .field_type_multiselectbox .description {
    font-size: 13px;
    color: #666;
    margin-top: 8px;
    line-height: 1.4;
}

/* Clear button styling */
.clear-value {
    font-size: 12px;
    color: #0073aa;
    text-decoration: none;
    margin-top: 8px;
    display: inline-block;
}

.clear-value:hover {
    text-decoration: underline;
}

textarea.select2-search__field::placeholder {
    padding: 10px 10px;
}

textarea.select2-search__field {
    border-radius: 0px !important;
}

span.select2-search.select2-search--inline {
    position: absolute;
    left: 0px;
    width: 100%;
    padding: 0px;
    height: 100%;
    border-radius: 0px !important;
    top: 0px;
}

span.select2-selection.select2-selection--multiple {
    position: relative;
}

.registration .select2-container {
    width: auto !important;
}

.editfield.field_57 span.select2.select2-container {
    width: 100% !IMPORTANT;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: #0d4bc1;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
    color: #153257;
    margin: 0px;
    line-height: 28px;
}

li.select2-selection__choice {
    z-index: 99999;
}

li.select2-selection__choice::before {
    display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: relative !important;
}

button.select2-selection__choice__remove span {
    color: #153257;
}

button.select2-selection__choice__remove {
    border-radius: 50% !important;
    padding: 4px 9px !important;
}

#buddypress .standard-form a.clear-value {
    opacity: 0;
    height: 0px;
}

span.resend-text {
    display: none;
}

/* register placeholder */
span.select2-search.select2-search--inline:after {
    content: "Select one or more";
    width: 100%;
    position: absolute;
    top: 10px;
    left: 10px;
}
span.select2-search.select2-search--inline.no-after:after{
	content: "";
}

textarea.select2-search__field {
    display: none;
}

/* register placeholder */

.all-conversations-filters .select_container:after {
    color: #153257 !important;
}

select#all-conversations-sort-filter,
select#all-conversations-time-filter,
select#followed-forums-sort-filter,
select#followed-forums-time-filter {
    border: none;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Roboto';
    font-weight: 500;
    color: #153257;
}

.all-conversations-filters,
.followed-forums-filters {
    display: flex;
}

select#followed-forums-sort-filter option:first-of-type {
    border-radius: 8px 8px 0 0;
}

select#followed-forums-sort-filter option:last-of-type {
    border-radius: 0 0 8px 8px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .field_type_multiselectbox .select2-selection--multiple {
        min-height: 45px !important;
    }

    .select2-results__option {
        padding: 14px 16px !important;
    }

    .field_type_multiselectbox .select2-selection__choice {
        font-size: 11px !important;
    }

    .pcfacommunity form.search_form input.search_field.mobile_placeholder {
        font-size: 16px !important;
    }
}

.post_item .post_content_wrap .reaction_main_block {
    width: fit-content;
}

.article_block article {
    cursor: pointer;
}


.follow-main {
    position: relative;
    display: inline-block;
}

.follow-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.follow-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 10;
}

.spinner {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.field_57 span.bp-required-field-label {
    display: none;
}

.mobile_sidebar_widget .widget-image img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    width: 100%;
    border-radius: 1.5em;
}

.mobile_sidebar_widget aside .widget-dismiss-btn {
    position: absolute;
    right: 1em;
    top: 1em;
    border-radius: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5em;
    height: 1.5em;
    z-index: 9;
    cursor: pointer;
}

.mobile_sidebar_widget .widget-content {
    padding: 1.5em 1em 1.5em 1em;
}

.mobile_sidebar_widget h3.widget-title ::after {
    display: none !important;
    content: "";
}

.mobile_sidebar_widget h3.widget-title {
    margin: 0px;
    padding: 0px;
    font-family: var(--pcfa-font-family);
    font-size: var(--pcfa-h4-font-size);
    line-height: var(--pcfa-h4-line-height);
    margin-bottom: 12px;
}

.mobile_sidebar_widget .widget-body-text {
    font-family: var(--pcfa-font-family);
    color: var(--dark-navy--color);
}

.mobile_sidebar_widget .widget-buttons {
    gap: 1em;
    display: flex;
    margin-top: 1.5em;
    flex-direction: column;
}

.mobile_sidebar_widget aside.widget.widget_order_widget {
    box-shadow: 0 3px 20px #1d26260d;
    background: var(--theme-color-content_bg);
    --theme-var-content_rad: 8px;
    border-radius: 16px;
}

.mobile_sidebar_widget .widget-buttons a {
    padding: 8px;
    font-weight: 500;
    text-align: center;
    border-radius: 50em;
    color: var(--white-color);
    background: var(--blue-color);
    font-family: var(--pcfa-font-family);
    font-size: var(--pcfa-body-default-emphasis-font-size);
    line-height: var(--pcfa-body-default-emphasis-line-height);
}

.mobile_sidebar_widget .widget-buttons a:not(:first-child) {
    padding: 7px;
    color: var(--navy-color);
    border: solid 1px var(--navy-color);
    background-color: var(--white-color);
}

.mobile_sidebar_widget h3.widget-title:after {
    display: none !important;
}


form#signup_form li.select2-selection__choice {
    display: flex !important;
}

html body form#signup_form .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    line-height: 1.3em;
}

form#signup_form .select2-selection__choice__remove:hover {
    background-color: transparent !important;
}

form#signup_form .select2-selection__choice__display {
    white-space: break-spaces;
}

.mobile_sidebar_widget .elementor-widget-container {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.widget-content {
    position: relative;
}

/* select#filter-post-type:hover,select#filter-sort:hover {
    background: #D3E9F9 !important;
}
select#filter-post-type option, select#filter-sort option{
    background: white !important;
} */

.draft-hidden {
    display: none !important;
}

.reaction-spinner {
    display: none;
}


/* update profile page  */

div#update_profile_page div#pcfacommunity-user-profile div#pcfacommunity-profile-header {
    display: none;
}

div#update_profile_page div#pcfacommunity-user-profile:before {
    background-image: none;
}

div#update_profile_page div#pcfacommunity-user-profile .pcfacommunity-userinput {
    flex-direction: column-reverse;
    gap: 30px;
}

div#update_profile_page div#pcfacommunity-user-profile .pcfacommunity-userinput .pcfacommunity-profile-form,
div#update_profile_page div#pcfacommunity-user-profile .pcfacommunity-userinput .pcfacommunity-avtar {
    width: 100%;
}

div#update_profile_page div#pcfacommunity-user-profile .pcfacommunity-userinput .pcfacommunity-user-delete {
    display: none;
}

div#update_profile_page #profile-update-form>div:not(:first-of-type) {
    display: none;
}

div#update_profile_page div#pcfacommunity-user-profile .pcfacommunity-userinput hr {
    display: none;
}

div#update_profile_main {
    background: white;
    width: 32%;
    border-radius: 30px;
    margin-top: 45px;
    margin-bottom: 45px;
    padding: 32px;
    border: 1px #E4E5E6 solid;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:768px) {
    div#update_profile_main {
        width: 96% !important;
        margin-top: 10px !important;
    }

    div#update_profile_page div#pcfacommunity-user-profile .pcfacommunity-userinput {
        flex-direction: column !important;
    }

    div#update_profile_page #pcfacommunity-user-profile {
        padding: 0px !important;
    }
}

.new-sort-selected .select2-container:last-child {
    display: none !important;
}

.lost_pass_parent_block .forgot_pass_link {
    display: none !important;
}

a.forgot_pass_link {
    display: none;
}

/* for drop down */
/* .page-template .logged-out-user span.select2-dropdown,.search span.select2-dropdown{
    margin-top: 32px;
}
.page-template .logged-out-user span.select2-dropdown,.search.logged-out-user span.select2-dropdown{
	margin-top: 17px;
}
.register span.select2-dropdown {
    margin-top: 0px !important;
} */