.hidden, .js .hide-if-js, .bbp-toggle-topic .bbp-breadcrumb, .bbp-toggle-topic:not(.is-topic-error) .bbp-new-topic-form, .bbp-forums .bbp-header, .bbp-topic-revision-log .bbp-author-avatar, .bbp-reply-revision-log .bbp-author-avatar, .bbp-template-notice .bbp-author-avatar, #bbp-your-profile .entry-title, #bbp-search-results .bbp-header, #bbp-search-results .bbp-footer, .bbp-form br { display: none; }

#bbpress-forums .h4 {
    font-size: 16px;    
}

#bbpress-forums .h5 {
    font-size: 16px;    
}

#bbpress-forums a {
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
    text-decoration: none;
    margin: 0px;
    border: none;    
}
#bbpress-forums .bbp-forum-title{
    font-size: 20px;
}
#bbp-new-topic-toggle-btn{
    font-family: var(--jl-menu-font);
    font-size: var(--jl-button-font-size) !important;
    font-weight: var(--jl-button-font-weight);
    text-transform: var(--jl-button-transform);
    letter-spacing: var(--jl-button-space);
    display: block;
    background-color: var(--jl-main-color);
    color: #fff !important;
    display: flex;
    height: 43px;
    padding: 0px 30px;
    margin-top: 0px;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
    border: 0px;
    outline: none;
    border-radius: var(--jl-button-radius);
    white-space: nowrap;
    align-items: center;
}
#bbp-new-topic-toggle-btn:hover{
    background-color: var(--jl-btn-bg) !important;
}

#bbpress-forums ul,
#bbpress-forums ol,
#bbpress-forums li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#bbp-search-form .hidden {
    position: absolute;
    left: -999em;
    overflow: hidden;
    width: 0;
    height: 0;
    background: 0 0;
}

.bbp-form code {
    font-size: .83rem;
    padding: 20px;
}

.bbp-breadcrumb, .bbp-breadcrumb p {
    font-size: 13px;
    margin-bottom: 15px;
    word-break: keep-all;
    line-height: 1;
}

#bbpress-forums .entry-title {
    font-size: 2rem;
    margin-bottom: 20px;
}

#bbpress-forums hr {
    margin: 0 0 24px
}

#bbpress-forums input[type='submit'],
#bbpress-forums button:not(.wp-switch-editor),
#bbpress-forums .is-btn, .bbp-form .button {
    cursor: pointer;
    white-space: nowrap;
    border: none;
    outline: none !important;
    background: var(--jl-main-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    align-items: center;
}

#bbpress-forums input[type='submit']:hover,
#bbpress-forums button:not(.wp-switch-editor):hover,
#bbpress-forums .is-btn:hover, .bbp-form .button:hover {
    
}

#bbpress-forums button.wp-hide-pw,
#bbpress-forums button.wp-cancel-pw {
    font-size: var(--jl-meta-font-size);
    display: inline-flex;
    align-items: center;
    width: 80px;
    text-align: center;
    color: inherit;
    border: 1px solid var(--jl-post-line-color);
    background: none;
    box-shadow: none !important;
}

#bbpress-forums button.wp-cancel-pw {
    margin-left: 10px;
}

/** notice */
div.bbp-template-notice, .indicator-hint {
    clear: both;
    margin: 5px 0 20px;
    padding: 12px 20px;
    background-color: #ffcb3330;
    border-radius: var(--jl-input-radius, 5px);
}

.bbp-template-notice ul,
.bbp-template-notice ol,
.bbp-template-notice li {
    list-style: none;
}

.description.indicator-hint {
    font-size: var(--jl-meta-font-size);
}

.bbp-form .description {
    font-size: var(--jl-meta-font-size);
    font-style: italic;
    width: 100%;
}

div.bbp-template-notice.important {
    background-color: #ffcb3330;
}

div.bbp-template-notice.error,
div.bbp-template-notice.warning {
    background-color: #c00c0020;
}

div.bbp-template-notice.info {
    background-color: #5cbb6415;
}

div.bbp-template-notice li,
div.bbp-template-notice p {
    line-height: 1.4;
    width: 100%;
}

#bbpress-forums .bbp-forum-description a {
    text-decoration: underline dotted var(--bbp-gray);
}

.bbp-pagination-count,
.bbp-template-notice {
    font-size: var(--jl-meta-font-size);
}

.jelly-bbp-page {
    padding: var(--jl-stp, 25px) 0px var(--jl-sbp, 50px) 0px;
    width: 100%;
}

.bbp-grid-container {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    flex-basis: 100%;
    margin-right: -20px;
    margin-left: -20px;
}

.bbp-grid-container > * {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
}

body.bbpress .without-sidebar .s-ct {
    max-width: none;
}

.jelly-single-forum {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    width: 100%;
    min-height: 120px;
    padding: 20px;
    gap: 30px;
    background-color: var(--jl-bg-color);
    border: 1px solid var(--jl-post-line-color);
    border-radius: 5px;
}

.jelly-single-forum:not(:last-child) {
    margin-bottom: 20px;
}

.bbp-toggle-intro {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    width: 100%;
    margin-bottom: 5px;
    padding: 0px;    
    gap: 40px;
}

.bbp-topics {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    background-color: var(--jl-bg-color);
    border: 1px solid var(--jl-post-line-color);    
    border-radius: 5px;
}

.bbp-forum-content {
    max-width: 460px;
    color: var(--jl-except-color);
    font-size: var(--jl-ach-excp, 14px);
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bbp-forum-info {
    display: flex;
    flex-flow: column nowrap;
    flex-grow: 1;
    row-gap: 5px;
}
.bbp-topic-voice-count .h5, .bbp-topic-reply-count .h5{
    margin-bottom: 0px;
}
.bbp-forum-topic-count,
.bbp-forum-reply-count,
.bbp-topic-voice-count,
.bbp-topic-reply-count {
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    flex-shrink: 0;
    width: 100%;
    max-width: 60px;
    text-align: center;
}

.bbp-forum-image {
    display: flex;
    flex-shrink: 0;
    width: 100%;
    max-width: 150px;
    align-self: stretch;
}
.bbp-forum-image img{
    -o-object-fit: cover;
    object-fit: cover;    
}

.bbp-search-results .bbp-forum-image {
    max-width: 60px;
    margin-right: 7px;
}

.bbp-forum-freshness {
    font-size: var(--jl-meta-font-size);
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    flex-shrink: 0;
    justify-content: center;
    width: 100%;
    max-width: 160px;
    padding-right: 10px;
    padding-left: 10px;
    gap: 7px;
}

.bbp-forum-freshness-inner {
    line-height: 1.2;
    display: flex;
    flex-flow: column nowrap;
    gap: 3px;
}
.bbp-forum-freshness-inner span.h6, .bbp-forum-topic-count span.h5, .bbp-forum-reply-count span.h5{
    margin-bottom: 0px;
}

.bbp-forum-topic-count:before,
.bbp-forum-reply-count:before,
.bbp-forum-freshness:before {
    position: absolute;
    top: 50%;
    left: -10px;
    width: 1px;
    height: 60px;
    margin-top: -30px;
    content: '';
    opacity: .1;
    background-color: currentColor;
}

.bbp-forum-freshness .bbp-author-avatar {
    width: 50px;
    height: 50px;
}

.bbp-forums-list {
    font-size: .75rem;
    display: flex;
    flex-flow: column nowrap;
    margin-top: 5px;
    padding-left: 15px;
    border-left: 2px solid;
    row-gap: 7px;
}

#bbpress-forums .count-total {
    font-size: 1.25rem;
    line-height: 1;
}

#bbpress-forums .count-label {
    font-size: var(--jl-meta-font-size);
    margin-top: 5px;
}

.bbp-author-avatar {
    overflow: hidden;
    border-radius: 100%;
}

.bbp-author-link {
    display: inline-flex;
    align-items: center;
}

.bbp-author-avatar {
    display: inline-flex;
    width: 20px;
    height: 20px;
    margin-right: 7px;
}

.bbp-author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bbp-search-form-inner {
    display: flex;
    align-items: stretch;
    flex-flow: row nowrap;
}

.bbp-search-form-inner input[type='text'] {
    font-size: 1rem;
    flex-grow: 1;
    min-width: 100px;
    margin-right: 7px;
    padding: 10px 20px;
}

#bbpress-forums .bbp-search-form-inner {
    margin-bottom: 20px;
}

.bbp-search-btn {
    position: relative;
    display: flex;
}

#bbp_search_submit {
    font-size: 0;
    display: flex;
    width: 60px;
    height: 100%;
    padding: 0;
    text-indent: -9999px;
}

.bbp-search-icon {
    font-size: 17px;
    position: absolute;
    z-index: 5;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    pointer-events: none;
    color: #fff;
}
.bbp-toggle-intro-image {
    width: 100%;
    max-width: 90px;
    height: auto;
}

.bbp-toggle-topic {
    display: block;
    margin: 40px 0;
}

.bbp-toggle-intro-content {
    display: flex;
    flex-flow: column nowrap;
    flex-grow: 1;
    gap: 5px;
}

.bbp-toggle-intro-desc {
    font-size: .92rem;
}

.jelly-bbp-button {
    font-weight: 700;
    padding: 10px 20px;
    white-space: nowrap;
    color: #fff;
    background: var(--jl-main-color);
}

.bbp-form {
    display: flex;
    flex-flow: column nowrap;
}

.bbp-form label {
    font-size: .83rem;
    display: inline-block;
    min-width: 90px;
    margin-bottom: 0px;
    font-weight: bold;
}

label[for='bbp_topic_title'] {
    font-weight: bold;
}

.bbp-form label i {
    font-size: 1rem;
    margin-right: 5px;
    color: var(--jl-main-color);
}
.bbp-topic-form{
    margin-top: 40px;
}
.bbp-form legend {
    display: inline-flex;
    float: left;
    flex-flow: row nowrap;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-family: var(--jl-title-font);
    font-weight: var(--jl-title-font-weight);
    text-transform: var(--jl-title-transform);
    letter-spacing: var(--jl-title-space);
    line-height: var(--jl-title-line-height);
    border-bottom: 5px solid var(--jl-post-line-color);
}

.bbp-new-topic-form .bbp-form,
.bbp-reply-form .bbp-form,
.bbp-template-notice + .bbp-login-form .bbp-form,
#bbp-protected {
    padding: 30px;
    background-color: var(--jl-bg-color);
    box-shadow: 0 0 0 1px rgba(14, 19, 24, .02), 0 5px 10px rgba(14, 19, 24, .06);
    border-radius: 5px;
}
.bbp-form > div {
    display: flex;
    flex-flow: column nowrap;
    row-gap: 20px;
}

.bbp-form > .bbp-remember-me {
    flex-flow: row nowrap;
}

.bbp-form > .pw-weak {
    flex-flow: row wrap;
}

.bbp-form > .bbp-remember-me > *,
.bbp-form > .pw-weak > * {
    flex-basis: auto;
}

#bbp-protected {
    margin-bottom: 20px;
}

#bbp-protected p:not(:last-child) {
    font-size: .83rem;
    margin-bottom: 20px;
}

#bbp-protected legend:before {
    content: '\e927';
}
.bbp-form > div > p{
    margin-bottom: 0px;
}
.bbp-form > div > * {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    flex-basis: 100%;
    max-width: 100%;
    gap: 4px 10px;
}

.bbp-form > div > .bbp-custom-fields {
    display: flex;
    flex-flow: row nowrap;
    gap: 20px;
}

.bbp-form input[type='checkbox'] {
    display: inline-flex;
}
#bbp_log_topic_edit{
    margin-right: 7px;
}

.bbp-form input[type='submit'],
.bbp-form button {
    justify-content: center;
    text-align: center;
}

#bbp_topic_submit {
    align-items: center;
}

.bbp-form select {
    min-width: 200px;
    padding: 7px 15px;
    line-height: 1.2;
}

.bbp-form input[type='text'],
.bbp-form input[type='password'],
.bbp-form textarea,
.bbp-form input[type='email'],
.bbp-form .wp-editor-wrap {
    width: 100%;
}

.bbp-form textarea {
    border: 1px solid var(--jl-post-line-color);
}

.bbp-form .quicktags-toolbar {
    margin-bottom: 2px;
    border-bottom: none;
    background: none;
}

.bbp-form .wp-editor-container {
    border: none;
}

.bbp-form .quicktags-toolbar input[type='button'] {
    color: inherit;
    border-color: var(--jl-post-line-color);
    background: none;
}

.bbp-login-form .bbp-form,
#bbp-your-profile .bbp-form {
    gap: 20px;
}

.bbp-login-form .bbp-form > div,
#bbp-your-profile .bbp-form > div {
    gap: 5px;
}

.bbp-login-form .bbp-form legend,
#bbp-your-profile .bbp-form legend {
    margin-bottom: 0;
}

.bbp-pagination {
    font-size: .83rem;
    display: flex;
    align-items: center;
    flex-flow: row-reverse nowrap;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 15px;
}

.bbp-pagination-links {
    font-size: .83rem;
    display: flex;
    flex-flow: row nowrap;
    column-gap: 7px;
}

.bbp-pagination-links > * {
    line-height: 34px;
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: center;
    min-width: 26px;
    padding: 0 5px;
    -webkit-transition: var(--effect);
    transition: var(--effect);
    text-decoration: none !important;
    background-color: transparent;
}

.bbp-pagination-links > .dots {
    min-width: auto;
    opacity: .5;
    background-color: transparent;
}

.bbp-pagination-links > .current {
    color: #fff;
    background-color: var(--jl-main-color);
}

.bbp-pagination-links > a.page-numbers:hover {
    color: #fff;
    background-color: var(--jl-main-color);    
}

.bbp-topics .topic {
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    width: 100%;
    padding: 20px;
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease;
    gap: 10px;
}

.bbp-topics .topic.status-closed {
    opacity: .7;
}

.bbp-topics .topic.sticky:before,
.bbp-topics .topic.super-sticky:before {
    font-size: 14px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 5px;
    content: '\e91e';
    color: #fff;
    border-radius: var(--bbp-round-3);
    background-color: var(--jl-main-color);
}

.bbp-topics .topic.super-sticky:before {
    font-size: 18px;
    background-color: #ff4545;
}

.bbp-topics .topic:hover {
    background-color: var(--bbp-gray-12);
}

.bbp-topic-title {
    display: flex;
    flex-flow: column nowrap;
    flex-grow: 1;
    gap: 5px;
}

.bbp-body .topic:not(:last-child) {
    border-bottom: 1px solid var(--jl-post-line-color);
}

.bbp-topic-avatar .bbp-author-avatar {
    width: 50px;
    height: 50px;
}

.bbp-topic-last-reply {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    width: 100%;
    max-width: 185px;
    column-gap: 10px;
}

.bbp-last-reply-author {
    display: flex;
    flex-flow: column nowrap;
}

.bbp-topic-last-reply i {
    font-size: 22px;
    opacity: .3;
    color: var(--jl-main-color);
}

.bbp-author-name {
    font-size: 12px;
    font-weight: bold;
}

.bbp-header {
    font-size: .83rem;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    font-weight: bold;
    padding: 20px !important;
    border-radius: 5px 5px 0px 0px;
    background: #cccccc4d;
}

.bbp-header i {
    font-size: 1rem;
    opacity: 1;
    color: inherit;
}

.bbp-topic-meta {
    line-height: 1;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    font-size: 13px;
}

.meta-status {
    line-height: 1;
    position: relative;
    margin-right: 7px;
    padding: 2px 7px;
    color: #fff;
    background: var(--jl-main-color);
    border-radius: 3px;
    font-size: 12px;
}

.meta-status-closed {
    color: inherit;
    background-color: var(--jl-post-line-color);
}

.meta-status-closed:before {
    content: '\e927';
}

.meta-status-publish {
    background-color: #9bc873;
}

.meta-status-publish.bbp-status-unresolved {
    background-color: #ffb25d
}

.bbp-status-unresolved:before {
    content: '\e926';
}

.meta-status-publish.bbp-status-solution {
    background-color: #5c9dfb;
}

.bbp-status-solution:before {
    content: '\e907';
}

.meta-status-publish.bbp-status-resolved {
    background-color: #5cbb64;
}

.bbp-status-resolved:before {
    content: '\e92b';
}

.bbp-search .site-outer,
.single-topic .site-outer,
.bbp-user-page .site-outer,
.bbp-user-edit .site-outer {
    background-color: var(--bbp-gray-12);
}

.type-reply,
.bbp-search .topic,
.bbp-search .forum,
.bbp-replies .topic {
    display: flex;
    flex-flow: column nowrap;
    flex-grow: 1;
    margin-bottom: 20px;
    padding: 30px;
    background-color: var(--jl-bg-color);
    border: 1px solid var(--jl-post-line-color);
    border-radius: 5px;
}

.bbp-lead-topic {
    border-top: 5px solid var(--jl-main-color);
}

.bbp-reply-to-meta {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    vertical-align: middle;
    border-bottom: 1px solid var(--jl-post-line-color);
}

.bbp-reply-to-meta:before {
    line-height: 1;
    display: inline-block;
    margin-right: 2px;
    content: '\e923';
    vertical-align: middle;
    color: var(--jl-main-color);
}

.bbp-reply-to-meta a,
#bbp-user-navigation {
    font-weight: var(--bbp-title-fweight);
}

.bbp-single-topic-title {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--jl-post-line-color);
}

.bbp-reply-author {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    flex-shrink: 0;
    width: 100%;
    margin-bottom: 20px;
}

.bbp-reply-author .bbp-author-link {
    flex-flow: column nowrap;
}

.bbp-reply-author .bbp-author-avatar {
    width: 60px;
    height: 60px;
}

.bbp-lead-topic .bbp-author-avatar {
    width: 80px;
    height: 80px
}

.bbb-reply-author-content {
    display: flex;
    flex-flow: column nowrap;
    margin-left: 7px;
    gap: 2px;
}

.bbp-reply-author-name {
    display: flex;
    align-items: center;
    gap: 7px;
}

.meta-role {
    font-size: var(--jl-meta-font-size);
    line-height: 1;
    position: relative;
    display: inline-flex;
    padding: 2px 7px;
    color: #fff;
    background: #5cbb64;
    border-radius: 4px;
}

.is-role-keymaster {
    background: #1473ea;
}

.is-role-moderator {
    background: #5387e0;
}

.is-role-spectator {
    color: inherit;
    background: var(--jl-post-line-color);
}

.is-role-blocked {
    background: #d61313;
}

.bbb-reply-author-content .bbp-author-name {
    font-size: .9rem;
}

.bbp-reply-footer {
    display: flex;
    width: 100%;
    padding-top: 10px;
    color: var(--bbp-gray);
    border-top: 1px solid var(--jl-post-line-color);
}

.bbp-reply-footer .bbp-admin-links {
    margin-left: auto;
    text-align: right;
}

.bbp-reply-content {
    margin-bottom: 30px;
}

.bbp-reply-content a {
    text-decoration: underline !important;
}

.content-unlocked {
    display: block;
    padding: 20px;
    background: var(--bbp-gray-12);
}

.bbp-private-section {
    font-size: .83rem;
    display: block;
    margin-top: 30px;
}

.content-unlocked .h4 {
    display: block;
    margin-bottom: 15px;
}

.content-unlocked .h4 i {
    margin-right: 10px;
    color: var(--jl-main-color);
}

.bbp-topic-revision-log,
.bbp-reply-revision-log {
    font-size: var(--jl-meta-font-size);
    padding-left: 0 !important;
    color: var(--bbp-gray);
}

.content-blocked {
    display: inline-flex;
    align-items: center;
    flex-flow: row nowrap;
    margin-top: 20px;
    padding: 10px 25px;
    border: 1px solid var(--jl-post-line-color);    
}

.content-blocked i {
    font-size: 20px;
}

.content-blocked span {
    line-height: 1;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 2px solid var(--jl-post-line-color);
}

.bbp-extra-meta-wrap {
    font-size: .83rem;
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    padding-top: 15px;
    gap: 7px;
}

.bbp-extra-meta-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 1px;
    content: '';
    border-top: 1px solid var(--jl-post-line-color);
}

.bbp-extra-meta {
    display: inline-flex;
}

.extra-meta-title {
    margin-right: 7px;
    color: var(--bbp-gray);
}

.bbp-extra-meta i {
    margin-right: 3px;
}

.bbp-threaded-replies {
    margin-top: 20px;
    margin-left: 40px;
}

#bbp-cancel-reply-to-link {
    font-size: .83rem;
    font-weight: bold;
}

.bbp-bookmarks {
    font-size: 0 !important;
    line-height: 1;
    display: flex;
    align-items: center;
    flex-flow: row-reverse nowrap;
    margin-bottom: 10px;
    gap: 10px;
}
#bbp-user-body .bbp-form legend:before{
    display: none;
}
#bbp-user-favorites #favorite-toggle a, #bbp-user-subscriptions #subscription-toggle a{
    width: 20px;
    height: 20px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 17px;
    position: absolute;
    left: 20px;
}
#subscription-toggle a,
#favorite-toggle a {
    font-size: 12px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    flex-flow: row nowrap;
    padding: 7px 12px;
    letter-spacing: .02em;
    text-transform: uppercase;
    background-color: #cccccc4d;
    border-radius: 3px;
}

#subscription-toggle .is-subscribed a {
    color: #fff;
    background-color:#55c603;
}

#subscription-toggle a:hover {
    color: #fff;
    background-color:#55c603;
}

#favorite-toggle .is-favorite a {
    color: #fff;
    background-color: #ff7384;
}

#favorite-toggle a:hover {
    color: #fff;
    background-color: #ff7384;
}

.bbp-topic-tags {
    font-size: .83rem;
    display: flex;
    justify-content: end;
    width: 100%;
    margin-bottom: 10px;
}

/** user page */
#bbp-user-wrapper {
    display: flex;
    flex-flow: row nowrap;
    gap: 40px;
}

#bbp-single-user-details {
    flex-shrink: 0;
    width: 200px;
}

#bbp-user-navigation {
    position: sticky;
    top: 50px;
}

#bbp-user-navigation a {
    font-size: var(--h4-fsize, 14px);
    transition: var(--effect);
    -webkit-transform: var(--effect);
}

#bbp-user-navigation li:not(.current):before,
#bbp-user-navigation li:not(.current) a {
    opacity: .5;
}

#bbp-user-navigation li:hover:before {
    opacity: 1;
}

#bbp-user-navigation li:hover a {
    opacity: 1;
    color: currentColor;
}

#bbp-user-navigation li:not(:last-child) {
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid var(--jl-post-line-color);
}

#bbp-user-avatar {
    margin-bottom: 20px;
}

#bbp-user-avatar img,
#bbp-user-avatar .jelly-avatar {
    font-size: 2em;
    overflow: hidden;
    width: 130px;
    height: 130px;
    border-radius: 5px;
}

#bbp-user-navigation li:before {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 4px;
    content: '';
    transition: var(--effect);
    -webkit-transform: var(--effect);
    border: 2px solid;
    border-radius: 100%;
}

#bbp-user-navigation li.current:before {
    border-width: 7px;
}

#bbp-user-body {
    flex-grow: 1;
}

#bbp-your-profile {
    max-width: 800px;
    padding: 40px;
    background-color: var(--bbp-white);
}

#bbp-your-profile .bbp-form:not(.password) {
    margin-bottom: 40px;
}

.bbp-search-topic-link {
    display: block;
    margin-bottom: 15px;
}

.bbp-search-topic-link + .bbp-topic-title-meta:before {
    font-size: .9em;
    content: '\e902';
}

#bbp-user-profile hr {
    max-width: 50%;
    margin: 20px 0;
    opacity: .3;
}

.bbp-user-section .bbp-user-description {
    font-size: .92rem;
    font-style: italic;
    margin-bottom: 20px;
}

.bbp-user-section h3 {
    margin-bottom: 10px;
}

.bbp-user-section p {
    font-size: .93rem;
    margin-bottom: 7px;
}

.bbp-user-forum-role:before,
.bbp-user-website:before,
.bbp-user-topic-count:before,
.bbp-user-reply-count:before,
.bbp-user-last-activity:before {
    margin-right: 10px;
    -webkit-flex: 0 0 10px;
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    margin-right: 4px;
    content: '' !important;
    background: currentColor;
    border-radius: 100%;
    display: inline-flex;
}

.bbp-user-forum-role:before {
    content: '\e932';
}

.bbp-user-website:before {
    content: '\e925';
}

.bbp-user-topic-count:before {
    content: '\e911';
}

.bbp-user-reply-count:before {
    content: '\e923';
}

#bbpress-forums button.wp-generate-pw {
    max-width: 250px;
}

#bbpress-forums .bbp-form .pw-weak label {
    min-width: auto;
}

.mce-container-body button {
    background: none !important;
    box-shadow: none !important;
}

fieldset.submit {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: space-between;
}

fieldset.submit legend {
    font-size: .83rem;
    float: left;
    letter-spacing: -.02em;
    text-transform: uppercase;
    color: var(--bbp-gray);
}

.bbp-form .password-input-wrapper {
    display: inline-flex;
    width: 100%;
    max-width: calc(100% - 220px);
    padding-right: 10px;
}

#pass-strength-result {
    font-size: var(--jl-meta-font-size);
    font-weight: 700;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    width: 100%;
    margin-top: 10px;
}

#pass-strength-result.strong {
    color: #20a34a;
}

#pass-strength-result.bad {
    color: #ff4747;
}

#pass-strength-result.short {
    color: #ff7a0f;
}

#pass-strength-result.good {
    color: #9bc186;
}

#pass-strength-result.bad:before,
#pass-strength-result.short:before,
#pass-strength-result.strong:before,
#pass-strength-result.good:before {
    font-weight: normal;
    display: inline-flex;
    margin-right: 1px;
    content: '\e921';
}

#pass-strength-result.bad:before,
#pass-strength-result.short:before {
    content: '\e940';
}

#pass-strength-result.good:before {
    content: '\e941';
}

.bbp-topics-widget li:not(:last-child),
.bbp-forums-widget li:not(:last-child),
.bbp-views-widget li:not(:last-child) {
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid var(--jl-post-line-color);
}

.bbp-topics-widget a,
.bbp-forums-widget a,
.widget_display_stats,
.bbp-views-widget a {
    font-size: .92rem;
    font-weight: var(--bbp-title-fweight);
    transition: var(--effect);
    -webkit-transform: var(--effect);
}

.bbp-topics-widget a:before,
.bbp-forums-widget a:before,
.bbp-view-title:before {
    font-weight: 400;
    display: inline-block;
    margin-right: 7px;
    content: '\e904';
    opacity: .5;
}

.bbp-forums-widget a:before {
    content: '\e900';
}

.bbp-topics-widget a:hover,
.bbp-forums-widget a:hover {
    color: var(--jl-main-color);
}

.widget_display_stats dl {
    display: flex;
    flex-flow: row wrap;
    row-gap: 15px;
}

.widget_display_stats dl > * {
    display: flex;
    width: 50%;
}

.widget_display_stats dd {
    justify-content: flex-end;
    margin-inline-start: 0;
}

.bbp-view-title:before {
    content: '\e928';
}

.bbp_widget_login {
    padding: 20px;
    border: 1px solid var(--jl-post-line-color);
}

.bbp_widget_login .bbp-logged-in {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-flow: column nowrap;
    padding-left: 80px;
}

.bbp_widget_login .bbp-logged-in > * {
    display: inline-flex;
}

.bbp_widget_login .bbp-logged-in img {
    position: absolute;
    top: 5px;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.bbp_widget_login a.logout-link {
    line-height: 1;
    margin-top: 10px;
    padding: 10px 25px;
}

.jelly-avatar {
    font-size: calc(1em + 5px);
    position: relative;
    flex-grow: 1;
}

.jelly-avatar img {
    z-index: -1;
    opacity: 0;
}

.jelly-avatar:after {
    font-size: inherit;
    line-height: 1;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    content: attr(data-letter);
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
    background: var(--jl-main-color);
}

.bbp-last-reply-author .jelly-avatar {
    font-size: var(--jl-meta-font-size);
}

.bbp-form .bbp-form {
    padding: 0;
    box-shadow: none;
}

.bbp-attachments-form {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    gap: 15px;
}

a.d4p-attachment-addfile {
    font-size: var(--meta-fsize);
    font-weight: bold;
}

a.d4p-attachment-addfile:before {
    font-size: 10px;
    margin-right: 7px;
    content: '\e900';
}

@media (min-width: 992px) {
    .bbp-grid-container {
        flex-flow: row nowrap;
    }

    .bbp-grid-container > *:nth-child(1) {
        flex: 0 0 72%;
        width: 72%;
    }

    .bbp-grid-container > *:nth-child(2) {
        flex: 0 0 28%;
        width: 28%;
    }

    .without-sidebar .bbp-grid-container > * {
        flex: 0 0 100%;
        width: 100%;
    }
}

@media (min-width: 1025px) {    

    .jelly-single-forum {
        padding: 20px;
    }

    .bbp-search-form-inner input[type='text'] {
        padding: 15px 20px;
    }

    .type-reply,
    .bbp-replies .topic {
        margin-bottom: 30px;
        padding: 30px;
    }
}

@media (max-width: 1024px) {
    #bbp-user-wrapper {
        flex-flow: row wrap;
        gap: 25px;
    }

    #bbp-single-user-details {
        position: relative;
        width: 100%;
        padding: 20px;
        border-top: 5px solid var(--jl-main-color);
            background-color: var(--bbp-white);
    }

    #bbp-user-navigation li:not(:last-child) {
        font-size: .92rem;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    #bbp-user-avatar {
        position: absolute;
        top: 0;
        right: 0;
    }

    #bbp-user-avatar img,
    #bbp-user-avatar .jelly-avatar {
        font-size: 1.25em;
        width: 80px;
        height: 80px;
        pointer-events: none;
        border-radius: 10px;
    }

    #bbp-user-navigation {
        position: relative;
        top: 0;
    }
}

@media (max-width: 767px) {
    .bbp-pagination {
        flex-flow: row wrap;
    }

    .bbp-pagination-count {
        width: 100%;
    }

    .bbp-topics + .bbp-pagination,
    .bbp-replies + .bbp-pagination {
        justify-content: center;
        text-align: center;
    }

    .bbp-topics .topic,
    .jelly-single-forum {
        align-items: flex-start;
        flex-flow: row wrap;
        justify-content: space-between;
    }

    .jelly-single-forum {
        gap: 20px;
    }

    .bbp-topic-title, .bbp-forum-info {
        max-width: calc(100% - 70px);
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid var(--jl-post-line-color);
    }

    .bbp-forum-image {
        max-width: 50px;
    }

    .bbp-topic-last-reply {
        max-width: 140px;
    }

    #bbpress-forums .count-total {
        font-size: .92rem;
    }

    .bbp-last-reply-author .bbp-author-avatar {
        display: none;
    }

    .bbp-forum-freshness {
        max-width: 140px;
        padding: 0;
    }

    .bbp-forum-topic-count, .bbp-forum-reply-count,
    .bbp-topic-voice-count, .bbp-topic-reply-count {
        max-width: 50px;
    }

    .bbp-forum-freshness:before {
        display: none;
    }

    .bbp-reply-author .bbp-author-avatar {
        width: 50px;
        height: 50px;
    }

    .bbp-toggle-intro {
        flex-flow: row wrap;
        justify-content: flex-end;
        gap: 20px;
    }

    .bbp-toggle-intro-image {
        max-width: 50px;
    }

    .bbp-toggle-intro-content {
        max-width: calc(100% - 70px);
    }

    .bbp-new-topic-form .bbp-form,
    .bbp-reply-form .bbp-form,
    .bbp-template-notice + .bbp-login-form .bbp-form,
    #bbp-protected, .type-reply, .bbp-search .topic,
    .bbp-search .forum, .bbp-replies .topic {
        padding: 20px;
    }

    .bbp-threaded-replies {
        margin-left: 20px;
    }

    .bbp-form > div > .bbp-custom-fields {
        flex-flow: row wrap;
    }

    .bbp-toggle-topic {
        margin-top: 30px;
    }

    .bbp-topics .bbp-header {
        display: none;
    }

    .bbp-form .password-input-wrapper {
        max-width: 100%;
        margin-bottom: 10px;
    }
}