:root {
/* ///============recruitment_form_builder_variable=========//// */
    --title_color:#15294B;
    --sub_title_color:#505F79;
    --section_heading_color:#354764;
    --section_sub_heading_color:#505F79;
    --base_color:#42526D;
    --soft_border_color:#e5e5e5;
    --hard_border_color:#A6AEBB;
    --background_color_1:#E6EFFF;
    --background_color_2:#009978;
    --background_color_3:#f5f6f7;
}
/* ///============recruitment_form_builder_variable=========//// */

/* ////================================================Form_builder_In_recruitment_css=======================================================================// */
/* //==================================================================================// */

/* //Form_builder_common_css_start */
.form__builder .form_section_types *:not(.material-symbols-outlined) {
    font-family: 'Roboto', sans-serif; 
}
.form__builder .row{
    margin:0 !important;
}
.form__builder .heading{
    font-size:14px;
    font-weight:500;
    color:var(--title_color);
}
.form__builder .sub_heading{
    font-size:12px;
    font-weight:400;
    color:var(--sub_title_color);
}
.form__builder .items__box{
    display: inline-block;
}
.form__builder .item__1{
    display: inline-block;
    vertical-align: middle;
}
.form__builder .item__2{
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.form__builder .remove_section{
    font-size: 20px;
}
/* .form__builder .remove_section{
    display: none;
}
.form__builder .this_is_child.remove_section{
    display: block !important;
    cursor: pointer;
} */

/* //Form_builder_common_css_end */

/* //==================================================================================// */

/* //from_left_section_css_start */
.form__builder .form_input_list{
    height: calc(100vh - 200px);
    overflow-y: auto;
}
/* .form__builder .form_input{
    position: relative;
} */
.form__builder .form_items .types{
    font-size:12px;
    font-weight:500;
    color:var(--base_color);
    background-color:#fbfbfb;
    padding: 18px 6px;
    border-radius:4px;
    border:1px solid var(--soft_border_color);
    
}
.form__builder .form_items{
    padding:12px;
    /* text-align:center; */
    cursor:pointer;
}
.form__builder .form_items .drag-box:hover{
    background-color:#E6EFFF;
    border:1px dashed #456dff;
}
.form__builder .form_sec_heading{
    padding:12px;
}
.form__builder .form_sec_heading .heading{
    font-size:14px;
    font-weight:500;
    color:var(--section_heading_color);
}
/* //from_left_section_css_end */

/* //==================================================================================// */

/* //from_right_section_css_start */
.form__builder .form_sections_list{
    height: calc(100vh - 260px);
    overflow-y: auto;
}
.form__builder .form_section_types{
    padding:12px;
}
.form__builder .form__section{
    border-bottom:1px solid var(--hard_border_color);
    border-left:1px solid var(--hard_border_color);
    border-right:1px solid var(--hard_border_color);
    /* border-radius:4px; */
}
.form__builder .form__section:first-child {
    border-top: 1px solid var(--hard_border_color);
}
.form__builder .form__spacer + .form__section {
    border-top: 1px solid var(--hard_border_color);
}
.form__spacer {
    height: 20px;
}
.form__builder .form_sec_header{
    padding:8px;
    border-bottom:1px solid var(--hard_border_color);
    background-color:var(--background_color_1);
    border-radius: 4px 4px 0px 0px;
    
}
.form__builder .form_sec_header .heading{
    font-size:14px;
    color:var(--section_heading_color);
}
.form__builder .form_sec_header .heading input{
    font-size:14px;
    font-weight: 500;
}
.form__builder .form_section_content{
    width:100%;
    padding:12px;
}
.form__builder .section_modifier{
    position: absolute;
    max-width: max-content;
    min-width:8px;
    min-height:8px;
    top: -20px;
    left: -16px;
    background-color: #456dff;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.16);
    border-radius: 30px;
    padding: 6px 0px;
    transform: scale(40%);
}
.form__builder .section_modifier:hover{
    transform: scale(100%);
    transition: all ease-in-out .1s;
    background-color:#fff;
}
.form__builder .section_modifier:hover .add_td{
    transform: scale(100%) rotate(90deg);
    transition: all ease-in-out .1s;
}
.form__builder .section_modifier:hover .add_row{
    transform: scale(100%);
    transition: all ease-in-out .1s;
}
.form__builder .section_modifier:hover .this_is_child.remove_td{
    transform: scale(100%);
    transition: all ease-in-out .1s;
}
.form__builder .section_td .remove_td{
    display:none;
}
.form__builder .section_td .this_is_child.remove_td{
    transform: scale(0%);
}
.form__builder .section_td:hover .this_is_child.remove_td{
    display: block !important;
    cursor: pointer;
    border-bottom: 1px solid var(--soft_border_color);
    padding: 0px 4px 3px 4px;
    margin-bottom: 4px;
}
.form__builder .section_modifier .add_td{
    transform: scale(0%) rotate(90deg);
    margin-right:12px;
    padding: 0px 4px;
    
}
.form__builder .section_modifier .add_row{
    padding: 0px 4px;
    transform: scale(0%);
}
.form__builder .section_modifier .add_td:hover{
    color:#456dff;
    cursor: pointer;
}
.form__builder .section_modifier .add_row:hover{
    color:#456dff;
    cursor: pointer;
}
.form__builder .form_section_content .section_td.dropping_1::after{
    content: "Drag and drop";
    font-size: 12px;
    font-weight:500;
    color:var(--section_sub_heading_color);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.form__builder .form_section_content .section_td.dragging_effect{
    background-color:#E6EFFF !important;
    border: 1px dashed #456dff !important;
}
.form__builder .form_section_content .section_row{
    position: relative;
    min-height:auto;
    width:100%;
    background-color:var(--background_color_3);
    display: flex;
    /* overflow-x:hidden ; */
}
.section_modifier{
    display: none;
}
.form__builder .form_section_content .section_td:hover .section_modifier{
    display:block;
    z-index: 999;
}

.form__builder .form_section_content .section_td{
    height:auto;
    width:100%;
    background-color:#f7f7f7;
    border: 1px dashed var(--hard_border_color);
    margin: 1px;
    position: relative;
}
.form_section_content .section_td{
    padding: 12px;
}
.form_section_content .section_td .form_input.active label{
    color:#505F79;
}
.form_section_content .section_td .form_input.active .input_action_1{
    position: absolute;
    top: -3px;
    right: 0;
}
.form_section_content .form_input .input_action_1{
    display: none;
}
.form_section_content .form_input:hover .input_action_1{
    display: block;
}
.form__builder .form_section_content .custom_input_1{
    border:none;
    background:none;
    padding: 0;
    height: 20px;
    width: 100%;
    
}
.custom_input_2{
    border:none;
    background:none;
    padding: 0;
    height: auto;
    width: 100%;
}
.form__builder .form_section_content .item__1{
    font-size: 14px;
    margin-left:8px;
    font-weight: 500;
    color:var(--section_heading_color);
}

#clone_section{
    width: max-content;
}
#clone_section span{
    border-radius: 30px;
    padding: 10px 16px;
    border: 1.5px solid #456dff;
    color: #456dff;
    cursor:pointer;
}

.form__builder .form_section_content .form_input .upload_file_type{
    background-color: var(--background_color_1);
    padding: 16px;
    border: 1px solid #456dff;
    text-align: center;
    border-radius: 4px;
    color: #456dff;
    font-size: 14px;
    font-weight: 500;
    
}
.form__builder .form_section_content .form_input .upload_file_type input[type="file"]{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0;
}
.form__builder .form_sec_header input{
    border: navajowhite;
    background: none;
    width: 100%;
}
.form__builder .form_sec_header .heading{
    width: 100%;
}
/*.form__builder .form_section_content .section_td.ex_large_column{
    max-width: 350px !important;
}
.form__builder .form_section_content .section_td.large_column{
    max-width: 300px !important;
}
.form__builder .form_section_content .section_td.small_column{
    max-width: 250px !important;
}
.form__builder .form_section_content .section_td.ex_small_column{
    max-width:100px !important;
}*/
.form__builder .form_section_content .section_td {
    flex: 3;
}
.form__builder .form_section_content .section_td.ex_large_column{
    flex: 6;
}
.form__builder .form_section_content .section_td.large_column{
    flex: 5;
}
.form__builder .form_section_content .section_td.small_column{
    flex: 2;
}
.form__builder .form_section_content .section_td.ex_small_column{
    flex: 1;
}
.form__builder .form_section_content .section_td .input_text{
    font-size: 13px;
    font-weight: 500;
    color: var(--section_heading_color);
}
.form__builder .form_section_content .section_td .input_text_2{
    font-size: 11px;
    color: var(--sub_title_color);
}
.form__builder .more_icon_1{
    background-color: #fff;
    border-radius: 30px;
    padding: 2px;
    font-size: 18px;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.16);
}
.section_td ._heading {
    font-size: 13px;
    font-weight: 500;
    color: var(--section_heading_color);
}
.merged_to_pre {
    padding: 0 !important;
    border:none !important;
}
.section_el {
    position:relative;
}
.section_el .input_action_1 {
    position: absolute;
    top: -3px;
    right: 0;
    display: none;
}
.section_el:hover .input_action_1 {
    display: block;
}
/* //from_right_section_css_end */

/* //==================================================================================// */