.rendered-form .form-control:not(textarea) {
    height: 50px !important;
    padding: 8px 20px !important;
    border-bottom-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.rendered-form {
    width: 100%;
}


.rendered-form .btn {
    width: 160px;
    line-height: 35px;
    font-size: 15px;
    color: #ffffff;
    background-color: #1fc4b4;
    font-family: "poppinsmedium";
    border: none;
}

.rendered-form .btn {
    width: 160px;
    line-height: 35px;
    font-size: 15px;
    color: #ffffff;
    padding: 15px 7px !important;
    background-color: #1fc4b4;
    font-family: "poppinsmedium";
    border: none;
}

.formbuilder-checkbox-group {

    background: white;
    padding: 40px 23px;
    border-radius: 8px;
}

.formbuilder-checkbox, .formbuilder-radio {
    display: flex;
    margin-top: 12px;
}

.rendered-form .formbuilder-radio-group input[type=radio] {
    -webkit-appearance: none;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    outline: none;
    border: 2px solid #285285;
}


.feedback-question-wrap .form-group label {
    color: #3a3a3a;
    font-size: 14px;
    line-height: 22px;
}


.input[type=date], .input[type=file] {
    height: 50px;
    padding: 8px 20px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
}

.rendered-form .formbuilder-checkbox-group input[type=checkbox] {
    display: none;
}

.rendered-form .formbuilder-checkbox-group input[type=checkbox] + *::before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 1rem;
    height: 1rem;
    margin-right: 0.3rem;
    border-radius: 10%;
    border-style: solid;
    border-width: 0.1rem;
    border-color: gray;
    flex-shrink: 0;
}

.rendered-form .formbuilder-checkbox-group input[type=checkbox]:checked + * {
    color: teal;
}

.rendered-form .formbuilder-checkbox-group input[type=checkbox]:checked + *::before {
    content: "✓";
    color: white;
    text-align: center;
    background: teal;
    border-color: teal;
}


.rendered-form .formbuilder-checkbox-group input[type=checkbox] + * {
    display: inline-flex;
    padding: 0.5rem;
}

#fb-render {
    width: 100%

}


.parsley-required, .parsley-type {
    text-align: center;
    color: red;
    margin-top: 10px;
}

.rendered-form .form-group {
    margin-left: 0px;
    margin-bottom: 45px !important;
}


.parsley-pattern {
    text-align: center;
    color: red;
    margin-top: 10px;
}
