.frame_wrap {
    padding: 8px 1.2% 24px 1.2%;
    border-radius: 6px;
    background-color: white;
}

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

.frBldr_wrp {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.frBldr_wrp .frame_row {
    flex: 1;
}

.fbFrame-menu-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.fbFrame-menu-top .frame_title,
.fbFrame-menu-top-edit .fbForm-input {
    width: calc(100% - 38px);
    border: 2px solid transparent;
}

.fbFrame-menu-top-edit ._ico div {
    width: 24px;
}

.fbFrame-menu-top-edit {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fbFrame-menu-top ._ico div,
.fbFrame-menu-top-edit ._ico div {
    width: 24px;
}

.fbFrame-menu-top .frame_title,
.fbFrame-menu-top .frame_title_empty {
    padding: 4px 6px;
}

.frame_title,
.frame_title_empty,
.fbFrame-menu-top-edit .fbForm-input .fbForm-inputTxt {
    font-size: 1.2em;
    font-weight: 700;
    width: 100%;
    margin: 0px;
    padding: 2px 4px;
}

.fbForm-input .fbForm-inputTxt,
.fbForm-textarea .fbForm-inputTextarea,
.fbForm-input .fbForm-inputDiv {
    outline: none;
    padding-left: 6px;
    border: 2px solid var(--primaryTextColor);
    border-radius: 4px;
    min-height: 22px;
    color: var(--primaryTextColor);
}

.frame_title_empty {
    color: rgba(0, 0, 0, 0.2);
    text-decoration: line-through;
}

.frame_object {
    margin: 0px auto;
    flex: 1;
    display: flex;
    align-items: stretch;
    padding: 2px;
    ;
}

.frame-add-section {
    margin-top: 8px;
}

.frame-add-section .btn>div {
    font-size: 14px;
}

.frame-add-section .btn>div::before {
    margin-right: 4px;
    font-size: 12px;
}

.frame_footer {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    vertical-align: top;
}

.frame_footer .btnB {
    margin-right: 8px;
}

.frame_footer .btnB:first-child {
    margin-left: 0px;
}

.frame_footer .btnB:last-child {
    margin-right: 0px;
}

/*custom themes*/
.frame_wrap.frame_template_builder_editor_content .fbForm-wrap {
    padding: 1px 0px 0px 0px;
}


.frame_wrap.frame_template_editor__template_header {
    border: none;
    box-shadow: 0px 0px 0px 0px transparent;
    background-color: transparent;
}

.frame_wrap.frame_template_editor__template_header .frame_title,
.frame_wrap.frame_template_editor__template_header .frame_title_empty,
.frame_wrap.frame_template_editor__template_header .fbFrame-menu-top-edit .fbForm-input .fbForm-inputTxt,
.frame_wrap.frame_template_builder_editor_questions .frame_title,
.frame_wrap.frame_template_builder_editor_questions .frame_title_empty,
.frame_wrap.frame_template_builder_editor_questions .fbFrame-menu-top-edit .fbForm-input .fbForm-inputTxt {
    font-size: 1.5em;
}

.frame_wrap.frame_template_builder_editor_content .fbForm-title-top {
    margin-top: 16px;
    margin-bottom: 4px;
}

.frame_wrap.frame_template_builder_editor_content .fbForm-title {
    font-size: 16px;
}

.frame_wrap.frame_template_builder_editor_content .fbForm-input {
    margin-bottom: 16px;
    width: calc(100% - 16px);
    margin-left: 10px;
}

.frame_wrap.frame_template_builder_editor_content .fbForm-input .fbForm-inputTxt,
.frame_wrap.frame_template_builder_editor_content .fbForm-textarea .fbForm-inputTextarea {
    padding: 6px 8px 6px 8px;
    border: 1px solid var(--borderInputC3);
    font-weight: 500;
    color: black;
    font-size: 15px;
    border-radius: 6px;
}

.frame_wrap.frame_template_builder_editor_content ._ico>div:before,
.frame_wrap.frame_template_builder_editor_content ._ico>div {
    color: #9ea5b4;
}


.frame_wrap__form_view_mode .tplBldr_input_text {
    width: calc(100% - 16px);
}
.frame_wrap__form_view_mode .tplBldr_wrp {

    flex-direction: column;

}


/*==== ==== ==== ==== frame_form_theme_1 ==== ==== ==== ==== */
.frame_wrap.frame_form_theme_1__header {
    margin-top: 1px;
    box-shadow: none;
    margin: auto;
}

.frame_wrap.frame_form_theme_1 {
    margin-top: 1px;
    box-shadow: none;
    margin: auto;
    margin-top: 40px;
}

.frame_wrap.frame_form_theme_1 .frame_title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px
}

.frame_wrap.frame_form_theme_1 .fbForm-title-top {
    margin-top: 16px;
    margin-bottom: 8px;
}

.frame_wrap.frame_form_theme_1 .fbForm-title {
    font-size: 20px;
    font-weight: 700;
}

.frame_wrap.frame_form_theme_1 .fbForm-option .fbForm-radio,
.frame_wrap.frame_form_theme_1 .fbForm-option .fbForm-checkbox {
    display: flex;
}

.frame_wrap.frame_form_theme_1 .fbForm-option .fbForm-radio input:disabled,
.frame_wrap.frame_form_theme_1 .fbForm-option .fbForm-radio input:disabled:hover,
.frame_wrap.frame_form_theme_1 .fbForm-option .fbForm-checkbox input:disabled,
.frame_wrap.frame_form_theme_1 .fbForm-option .fbForm-checkbox input:disabled:hover {
    cursor: default;
    opacity: .4;
    filter: saturate(.4)
}

.frame_wrap.frame_form_theme_1 .fbForm-option label {
    width: 100%;
    color: white;
    background-color: #04a06e;
    border-radius: 6px;
    margin-bottom: 8px;
    padding: 12px 16px 8px 16px;
    font-size: 16px;
    font-weight: 500;
}

.frame_wrap.frame_form_theme_1 .fbForm-input .fbForm-inputTxt,
.frame_wrap.frame_form_theme_1 .fbForm-textarea .fbForm-inputTextarea {
    padding: 6px 8px 6px 8px;
    border: 2px solid var(--borderInputC3);
    font-weight: 500;
    color: black;
    font-size: 15px;
    border-radius: 6px;
}

/*==== ==== ==== ==== frame_form_theme_2 / standard form ==== ==== ==== ==== */
.frame_wrap.frame_form_theme_2 {
    margin-top: 1px;
    box-shadow: none;
    margin: auto;
    /*margin-top: 24px;*/
    padding: 0;
    border-radius: 0px;
    background-color: transparent;
}

.frame_wrap.frame_form_theme_2 .frame_row {
    padding: 8px 1.2% 16px 1.2%;
    margin-bottom: 16px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.frame_wrap.frame_form_theme_2 .frame_title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 16px
}

.frame_wrap.frame_form_theme_2 .fbForm-wrap {
    padding-bottom: 8px;
}

.frame_wrap.frame_form_theme_2 .fbForm-title-top {
    margin-top: 4px;
    margin-bottom: 4px;
}

.frame_wrap.frame_form_theme_2 .fbForm-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}

.frame_wrap.frame_form_theme_2 .fbForm-option .fbForm-radio label,
.frame_wrap.frame_form_theme_2 .fbForm-option .fbForm-checkbox label {
    font-size: 14px;
}

.frame_wrap.frame_form_theme_2 .fbForm-input .fbForm-inputTxt,
.frame_wrap.frame_form_theme_2 .fbForm-textarea .fbForm-inputTextarea {
    padding: 6px 8px 6px 8px;
    font-weight: 500;
    color: black;
    font-size: 15px;
    border-radius: 3px;
}

/*==== ==== ==== ==== frame_form_theme_3 / standard form ==== ==== ==== ==== */
.frame_wrap.frame_form_theme_3_header {
    border: none;
    box-shadow: 0px 0px 0px 0px transparent;
    background-color: white;
    padding: 0px;
}


.frame_wrap.frame_form_theme_3_header .fbFrame-menu-top {
    flex-wrap: nowrap;
    justify-content: space-between;
}

.frame_wrap.frame_form_theme_3_header .frame_title,
.frame_wrap.frame_form_theme_3_header .fbForm-inputTxt {
    font-size: 32px;
    padding: 4px;
    margin-top: 24px;
    margin-bottom: 8px;
}


.frame_wrap.frame_form_theme_3_header .frame_title {
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}

.frame_wrap.frame_form_theme_3_header .fbForm-input {
    margin-top: -2px;
    margin-left: -2px;
    margin-bottom: -2px;
}



.frame_wrap.frame_form_theme_3 {
    box-shadow: none;
    margin: auto;
    margin-top: 0px !important;
    border-radius: 0px;
    border: none;
    padding: 12px 3% 16px 3%;
}

.frame_wrap.frame_form_theme_3 .frame_row {
    padding: 8px 1.2% 16px 1.2%;
    margin-bottom: 16px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.frame_wrap.frame_form_theme_3 .fbForm-wrap {
    padding-bottom: 0px;
    margin-left: -10px;
}

.frame_wrap.frame_form_theme_3 .frame_title {
    font-size: 18px;
    font-weight: 700;
    padding-left: 0px;
}

.frame_wrap.frame_form_theme_3 .fbForm-title-top {
    margin-top: 0px;
    margin-bottom: 0px;
}

.frame_wrap.frame_form_theme_3 .fbForm-title {
    font-size: 16px;
    font-weight: 700;
}

.frame_wrap.frame_form_theme_3 .fbForm-option .fbForm-radio label,
.frame_wrap.frame_form_theme_3 .fbForm-option .fbForm-checkbox label {
    font-size: 14px;
}

.frame_wrap.frame_form_theme_3 .fbForm-input .fbForm-inputTxt,
.frame_wrap.frame_form_theme_3 .fbForm-textarea .fbForm-inputTextarea,
.frame_wrap.frame_form_theme_3 .fbForm-input>.fbForm-inputDiv {
    padding: 6px;
    background-color: var(--inputT4_text_BGColor);
    border: 1px solid var(--inputT4_text_borderColor);
    border-radius: 3px;
}

.frame_wrap.frame_form_theme_3 .fbForm-input .fbForm-inputTxt,
.frame_wrap.frame_form_theme_3 .fbForm-textarea .fbForm-inputTextarea,
.frame_wrap.frame_form_theme_3 .fbForm-input>.fbForm-inputDiv * {
    font-weight: 400;
    font-size: 0.9rem;
    color: var(--inputT4_text_fontColor);
}

.frame_wrap.frame_form_theme_3 .fbForm-input .fbForm-input-disabled,
.frame_wrap.frame_form_theme_3 .fbForm-textarea .fbForm-input-disabled {
    border: 1px solid var(--inputT4_text_borderColorDisabled);
    background-color: var(--inputT4_text_BGColorDisabled);
    color: var(--inputT4_text_fontColorDisabled);
}


/*==== ==== ==== ==== frame_form_theme_5 / Forms questions / AI form ==== ==== ==== ==== */
.frame_form_theme_5 .fbForm-wrap {
    padding: 8px 1.2% 12px 1.2%;
}

.frame_form_theme_5 .fbForm-wrap.fbForm-wrap-ai-success {
    background-color: var(--statusSuccessColorTint);
    border-radius: 8px;
    margin-bottom: 12px;
}

.frame_form_theme_5 .fbForm-wrap.fbForm-wrap-ai-warning {
    background-color: var(--statusWarningColorTint);
    border-radius: 8px;
    margin-bottom: 12px;
}

.frame_form_theme_5 .fbForm-wrap.fbForm-wrap-ai-alert {
    background-color: var(--statusAlertColorTint);
    border-radius: 8px;
    margin-bottom: 12px;
}

/*==== ==== ==== ==== frame_form_theme_4 / answer questions form ==== ==== ==== ==== */
.frame_wrap.frame_form_theme_4 {
    box-shadow: none;
    margin: auto;
    margin-top: 36px !important;
    border-radius: 6px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px 3% 4px 3%;
}

.frame_wrap.frame_form_theme_4 .frame_row {
    padding: 24px 1.2% 4px 1.2%;
}

.frame_wrap.frame_form_theme_4 .fbForm-wrap {
    padding-bottom: 24px;
}

.frame_wrap.frame_form_theme_4 .frame_title {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid var(--borderLineBL1_Color);
    padding-left: 0px;
}

.frame_wrap.frame_form_theme_4 .fbForm-title-top {
    margin-top: 0px;
    margin-bottom: 0px;
}

.frame_wrap.frame_form_theme_4 .fbForm-option .fbForm-radio label,
.frame_wrap.frame_form_theme_4 .fbForm-option .fbForm-checkbox label {
    font-size: 14px;
}

.frame_wrap.frame_form_theme_4 .fbForm-input .fbForm-inputTxt,
.frame_wrap.frame_form_theme_4 .fbForm-textarea .fbForm-inputTextarea,
.frame_wrap.frame_form_theme_4 .fbForm-input>.fbForm-inputDiv {
    padding: 6px;
    background-color: var(--inputT3_text_BGColor);
    border: 1px solid var(--inputT3_text_borderColor);
    border-radius: 3px;
}

.frame_wrap.frame_form_theme_4 .fbForm-input .fbForm-inputTxt,
.frame_wrap.frame_form_theme_4 .fbForm-textarea .fbForm-inputTextarea,
.frame_wrap.frame_form_theme_4 .fbForm-input>.fbForm-inputDiv * {
    font-weight: 400;
    font-size: 1rem;
    color: var(--inputT3_text_fontColor);
}

.frame_wrap.frame_form_theme_4 .fbForm-input .fbForm-input-disabled,
.frame_wrap.frame_form_theme_4 .fbForm-textarea .fbForm-input-disabled {
    border: 1px solid var(--inputT3_text_borderColorDisabled);
    background-color: var(--inputT3_text_BGColorDisabled);
    color: var(--inputT3_text_fontColorDisabled);
}



/*==== ==== ==== ==== frame_form_theme_5 / Forms questions / AI form ==== ==== ==== ==== */
.frame_form_theme_5 .fbForm-wrap {
    padding: 8px 1.2% 12px 1.2%;
}

.frame_form_theme_5 .fbForm-wrap.fbForm-wrap-ai-success {
    background-color: var(--statusSuccessColorTint);
    border-radius: 8px;
    margin-bottom: 12px;
}

.frame_form_theme_5 .fbForm-wrap.fbForm-wrap-ai-warning {
    background-color: var(--statusWarningColorTint);
    border-radius: 8px;
    margin-bottom: 12px;
}

.frame_form_theme_5 .fbForm-wrap.fbForm-wrap-ai-alert {
    background-color: var(--statusAlertColorTint);
    border-radius: 8px;
    margin-bottom: 12px;
}




/*==== formating fbForm-inputDiv   ==== */
.frame_wrap.frame_form_theme_3 .fbForm-input>.fbForm-inputDiv,
.frame_wrap.frame_form_theme_3 .fbForm-input>.fbForm-inputDiv * {
    font-size: 0.9rem;
}

.frame_wrap.frame_form_theme_3 .fbForm-input>.fbForm-inputDiv p {
    padding: 0px !important;
    margin: 0px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.frame_wrap.frame_form_theme_3 .fbForm-input>.fbForm-inputDiv b,
.frame_wrap.frame_form_theme_3 .fbForm-input>.fbForm-inputDiv b *,
.frame_wrap.frame_form_theme_3 .fbForm-input>.fbForm-inputDiv strong,
.frame_wrap.frame_form_theme_3 .fbForm-input>.fbForm-inputDiv strong * {
    font-weight: bold;
}

.frame_wrap.frame_form_theme_3 .fbForm-wrap-block ._ico._iCheck>div:before,
.frame_wrap.frame_form_theme_3 .fbForm-wrap-block ._ico._iAI>div:before {
    color: var(--statusSuccessColor);
    font-size: 1.1rem;
}

.frame_wrap.frame_form_theme_3 .fbForm-wrap-block ._ico._iDelete>div:before {
    color: var(--statusErrorColor);
    font-size: 1.2rem;
}

.frame_wrap.frame_form_theme_3 .fbForm-wrap-block ._ico._iDrag>div:before {
    color: var(--statusDisabledColor);
    font-size: 1.3rem;
}

.frame_wrap.frame_form_theme_3 .fbForm-wrap ._ico._iEye {
    margin-top: 4px;
}

.frame_wrap.frame_form_theme_3 .fbForm-wrap ._ico._iEye>div:before {
    margin-right: 4px;
}

.frame_wrap.frame_form_theme_3 .thm_created_manual {
    margin-right: 4px;
}

.frame_wrap.frame_form_theme_3 .fbForm-input>.fbForm-inputDiv.thm_created_manual {
    border: 1px solid red;
}

.frame_wrap.frame_form_theme_3 .fbForm-input>.fbForm-inputDiv.thm_created_template {
    border: 1px solid blue;
}

/*==== ==== ==== ==== frame form theme ==== ==== ==== ==== */
.frame_wrap.frame_template_builder_editor_questions {
    margin-top: 1px;
    box-shadow: none;
    margin: auto;
    padding: 0;
    border-radius: 0px;
    background-color: transparent;
}

.frame_wrap.frame_template_builder_editor_questions .frame_row {
    padding: 8px 1.2% 16px 1.2%;
    margin-bottom: 16px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.frame_wrap.frame_template_builder_editor_questions .frame_row_delete {
    border: 1px solid var(--inputT2_text_borderColorRemove);
    background-color: var(--inputT2_text_BGColorRemove);
}

.frame_wrap.frame_template_builder_editor_questions .fbFrame-menu-top {
    margin-top: 16px;
    margin-bottom: 24px;
}

/*==== ==== ==== ==== frame_form_theme_notes ==== ==== ==== ==== */
.frame_wrap.frame_form_theme_notes .fbForm-wrap {
    padding-bottom: 8px;
}

.frame_wrap.frame_form_theme_notes .fbForm-wrap .fbForm-input>.fbForm-inputTxt,
.frame_wrap.frame_form_theme_notes .fbForm-wrap .fbForm-textarea>.fbForm-inputTextarea,
.frame_wrap.frame_form_theme_notes .fbForm-wrap .fbForm-input>.fbForm-inputDiv {
    width: 100%;
}

.frame_wrap.frame_form_theme_notes .fbForm-wrap .fbForm-input.fbForm-input-date>.fbForm-inputTxt,
.frame_wrap.frame_form_theme_notes .fbForm-wrap .fbForm-input.fbForm-input-time>.fbForm-inputTxt,
.fbForm-wrap .fbForm-input.fbForm-input-numeric>.fbForm-inputTxt {
    width: 160px;
}

.frame_wrap.frame_form_theme_notes .tplBldr_wrp ._required {
    margin-top: -4px;
}

.frame_wrap.frame_form_theme_notes #radio_select_status .fbForm-options {
    display: inline-flex;
    flex-direction: row;
    flex: 1;
    width: 100%;
    align-items: stretch;
}

.frame_wrap.frame_form_theme_notes #radio_select_status .fbForm-options .fbForm-option {
    border: 1px solid var(--naturalsColorGray);
    padding: 8px;
    border-radius: 4px;
    flex: 1;
}

.frame_wrap.frame_form_theme_notes #radio_select_status .fbForm-options .fbForm-option label {
    font-weight: 600;
    font-size: 0.85rem;
}

.frame_wrap.frame_form_theme_notes #radio_select_status .fbForm-options .fbForm-option:nth-child(2) {
    margin-left: 16px;
    margin-right: 16px;
}

.frame_wrap.frame_form_theme_notes #radio_select_status .fbForm-options .fbForm-radio>label {
    margin-bottom: 0px;
}

.frame_wrap.frame_form_theme_notes .fbForm-input .fbForm-inputTxt,
.frame_wrap.frame_form_theme_notes .fbForm-textarea .fbForm-inputTextarea {
    box-sizing: border-box;
    padding: 8px 12px;
    font-weight: 400;
    font-size: 15px;
    border-radius: 3px;
}

.frame_wrap.frame_form_theme_notes .fbForm-input .fbForm-inputTxt {
    min-height: 48px;
}