

.form-wrap.form-builder .frmb .field-label, .form-wrap.form-builder .frmb .legend{
    display: none !important;
}
.form-wrap.form-builder .frmb .prev-holder label{
    color: #666;
    margin-bottom: 5px;
    line-height: 27px;
    font-size: 16px;
    font-weight: 400;
    display: inherit !important;
}
.form-wrap.form-builder .frmb .field-actions .btn{
    border-radius: 0 !important;
    height: 30px;
    width: 30px;
    padding: 0;
    line-height: 30px;
    text-align: center;
    border: 1px dashed #acbec7;
    border-left: none;
}
.form-wrap.form-builder .frmb .field-actions .btn:first-child{
    border-left:1px dashed #acbec7;
}
.form-wrap.form-builder .frmb .field-actions .btn:before{
    line-height: 30px;
}
#mp_htmlBackend .form-wrap.form-builder .frmb li{
    border: 1px dashed #e4e7e9;
    margin-bottom: 8px;
    transition: all 450ms;
}
#mp_htmlBackend .form-wrap.form-builder .frmb li:before{
   content: "\f0b2";
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    height: 25px;
    width: 25px;
    background: #eef3f5;
    border: 1px dashed #acbec7;
    border-right: none;
    border-bottom: none;
    position: absolute;
    left: -25px;
    top: -1px;
    cursor: move;
    margin-left: 25px;
    opacity: 0;
        color: #1e89c3;
    line-height: 25px;
    text-align: center;
    font-weight: 300;
}
#mp_htmlBackend .form-wrap.form-builder .frmb .sortable-options li:before{
    display: none;
}
#mp_htmlBackend .form-wrap.form-builder .frmb > li:hover:before{
    height: 25px;
    width: 25px;
    background: #eef3f5;
    border: 1px dashed #acbec7;
    border-right: none;
    position: absolute;
    margin-left: 0;
    left: -25px;
    top: -1px;
    opacity: 1;
    cursor: move;
}
#mp_htmlBackend .form-wrap.form-builder .frmb > li:hover,
#mp_htmlBackend .form-wrap.form-builder .frmb > li.editing{
    box-shadow: none;
    outline: none;
    border-color: #acbec7;
    background: #eef3f5;
}
#mp_htmlBackend .form-wrap.form-builder .frmb > li:first-child,
#mp_htmlBackend .form-wrap.form-builder .frmb > li:last-child,
#mp_htmlBackend .form-wrap.form-builder .frmb-control li:first-child,
#mp_htmlBackend .form-wrap.form-builder .frmb-control li:last-child{
    border-radius: 0;
}

#mp_htmlBackend .form-wrap.form-builder .frmb .form-elements{
    background: none;
    border:none;
}
#mp_htmlBackend .ui-sortable-placeholder,
#mp_htmlBackend .form-wrap.form-builder .frmb > li.frmb-placeholder,
#mp_htmlBackend .form-wrap.form-builder .frmb > li.ui-state-highlight{
    height: 1px !important;
    padding: 0 !important;

    width: 100% !important;
    border-radius: 0 !important;
    background: #acbec7 !important;
    border:none !important;
    box-shadow: none !important;
    transform: none !important;
    clip-path : none !important;
    animation: none !important;
}

.form-wrap.form-builder .frmb .field-actions{
    top: -1px !important;
    right: -94px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.date-field .form-group.value-wrap{
    display: none !important;
}

.button-field .form-group.value-wrap{
    display: none !important;
}

.button-field [type="button"]{
    display: none !important;
}

.button-field [type="button"][value="success"]{
    display: block !important;
}

.textarea-field .form-group.subtype-wrap{
    display: none !important;
}

.input-control [data-type="textfield"]:before{
    content: '\E808';
}

.icon-textfield:before{
    content: "\E808";
}
.formBuildContainer{
    padding: 0 45px;
}
.formBuildContainer .stage-wrap ul,
.formBuildContainer .cb-wrap ul{
    min-height: 490px !important;
}

.formBuildContainer .form-actions.btn-group{
    display: none !important;
}

.form-wrap.form-builder .frmb .prev-holder input{
    width: auto !important;
}

#frmBegin, #frmEnd{
    display: none !important;
}

/*Form Builder*/
#mp_htmlBackend .form-wrap.form-builder .frmb-control li{

}
#mp_htmlBackend .form-wrap.form-builder .frmb{
    margin-right: 100px;
}

#mp_htmlBackend .form-wrap.form-builder button.btn.btn-success{
    color: #333;
    background: #ccc;
    border: none;
}
#mp_htmlBackend .form-elements .field-options div:hover, 
#mp_htmlBackend .frmb .legend, .frmb .prev-holder{
cursor: auto;
}