.elementor-6800 .elementor-element.elementor-element-bf29b4f{--display:flex;--min-height:1440px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:30px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6800 .elementor-element.elementor-element-082134a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-between;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}@media(max-width:1024px){.elementor-6800 .elementor-element.elementor-element-082134a{--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}}@media(max-width:767px){.elementor-6800 .elementor-element.elementor-element-082134a{--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for container, class: .elementor-element-082134a *//* =====================================================
   BBPRESS TOPIC FORM – CLEAN DARK STRUCTURE
===================================================== */

/* Main Form Box */
#bbpress-forums form#new-post {
    background: rgba(10,15,40,0.6);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 40px;
    margin-top: 20px;
}

/* Remove default fieldset border */
#bbpress-forums fieldset.bbp-form {
    border: none;
    padding: 0;
}

/* Labels */
#bbpress-forums .bbp-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255,255,255,0.85);
    margin-bottom: 8px;
}

/* Inputs + Textarea */
#bbpress-forums .bbp-form input[type="text"],
#bbpress-forums .bbp-form textarea,
#bbpress-forums .bbp-form select {
    width: 100%;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 22px;
}

/* Textarea height */
#bbpress-forums .bbp-form textarea {
    min-height: 220px;
}

/* Focus */
#bbpress-forums .bbp-form input:focus,
#bbpress-forums .bbp-form textarea:focus,
#bbpress-forums .bbp-form select:focus {
    outline: none;
    border-color: #f9a826;
}

/* Dropdown style */
#bbpress-forums .bbp-form select {
    background-color: rgba(255,255,255,0.06);
    color: #ffffff;
}

/* Checkbox */
#bbpress-forums .bbp-form input[type="checkbox"] {
    margin-right: 6px;
}

/* Submit wrapper alignment */
#bbpress-forums .bbp-submit-wrapper {
    text-align: right;
    margin-top: 15px;
}

/* Submit button */
#bbpress-forums .bbp-submit-wrapper button,
#bbpress-forums .bbp-submit-wrapper input[type="submit"] {
    background: #f9a826;
    border: none;
    padding: 10px 24px;
    border-radius: 6px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
}

/* Remove unwanted grey text */
#bbpress-forums {
    color: #ffffff;
}/* End custom CSS */