.elementor-location-popup #bbpress-forums .bb-modal.bbp-topic-form .gb-anonymous-wrapper label,
#bbpress-forums .bb-modal.bbp-topic-form .gb-anonymous-wrapper label {
    display: flex !important;
}
.widget.activity_update .activity-update .update-item a[href=""],
.activity-group-avatar .author-avatar a[href=""],
.buddypress.widget .activity-update .update-item cite a[href=""],
.membership-requests-list a[href=""]{
    pointer-events: none;
}

/* Global Anonymous field */
.gb-anonymous-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 10px 0;
    margin: 0;
    max-width: 180px;
    background: #fff;
}
.gb-anonymous-wrapper label {
    display: flex !important;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
}
.gb-anonymous-wrapper label input[type=checkbox] {
    margin: 0 !important;
    width: 16px;
    height: 16px;
}

/* Activity anonymous field */
.gb-anonymous-wrapper.activity {
    width: auto;
    height: auto;
    margin-right: 8px;
    padding: 10px;
    max-width: unset;
}

/* Activity comment anonymous field */
.ac-textarea .gb-anonymous-wrapper.activity {
    padding: 0 10px;
}

/* Activity comment model anonymous field */
.bb-media-model-inner .ac-textarea .gb-anonymous-wrapper.activity {
    margin: 10px 0;
    padding: 10px;
}

/* Forum anonymous notice */
.anonymous-notice {
    line-height: normal;
    background: #ed7575;
    color: #fff;
    border-radius: 7px;
    padding: 10px;
    order: 4;
    margin: 10px;
    min-width: calc(100% - 20px);
}

/* Forum topic anonymous notice */
.bb-modal-box .bb-form-select-fields .bbp_topic_form_type_wrapper {
    order: 1;
}
.bb-modal-box .bb-form-select-fields .bbp_topic_subscription_wrapper {
    order: 2;
}
.bb-modal-box .bb-form-select-fields .bbp-submit-wrapper {
    order: 3;
}

/* Forum topic anonymous field */
.bbp-topic-form .gb-anonymous-wrapper.topic {
    order: 3;
    padding: 10px;
    min-width: 180px;
}

/* Group anonymous field */
fieldset.group-anonymous-setting {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 0 20px !important;
}
fieldset.group-anonymous-setting legend{
    color: var(--bb-headings-color);
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 15px;
    width: 100%;
    margin-bottom: 15px;
}
.gb-anonymous-wrapper.groups {
    display: flex;
    gap: 5px;
    justify-content: flex-start;
    max-width: unset;
}
.gb-anonymous-wrapper.groups input {
    width: 20px !important;
    height: 20px !important;
}