.rendered-form .form-control {
    height: 50px;
    padding: 8px 20px !important;
    border-bottom-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.rendered-form input,
select {
    height: 50px !important;
}

.rendered-form textarea {
    height: 100px !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-radio-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 !important;
    border-radius: 50%;
    outline: none;
    border: 2px solid #08a99a;
}

.rendered-form .formbuilder-radio-group textarea {
    background-color: red !important;
}

.feedback-question-wrap .form-group label {
    color: #3a3a3a;
    font-size: 14px;
    line-height: 18px;
}

.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%;
}

/* component */

.checkbox-rating-group {
    display: flex;
    flex-direction: row-reverse;
    font-size: 1.5em;
    justify-content: space-around;
    padding: 0 0.2em;
    text-align: center;
    width: 5em;
}

.checkbox-rating-group input {
    display: none;
}

.checkbox-rating-group label {
    color: #ccc;
    cursor: pointer;
}

.checkbox-rating-group :checked ~ label {
    color: #f90;
}

.checkbox-rating-group label:hover,
.checkbox-rating-group label:hover ~ label {
    color: #fc0;
}
.rating {
    font-size: 50px !important;
    padding-left: 10px;
}
.checkbox-rating-group {
    display: flex !important;
    justify-content: space-around !important;
    padding: 0 16.2em !important;
}

.parsley-required,
.parsley-type,
.parsley-pattern {
    text-align: center;
    color: red;
    margin-top: 10px;
}
.rendered-form .form-group {
    margin-left: 0px;
    margin-bottom: 45px !important;
}
.rating-stars {
    font-size: 51px;
    text-align: center;
}


@media only screen and (max-width: 1199px){
    .checkbox-rating-group {
        display: flex !important;
        justify-content: space-around !important;
        padding: 0 12.2em !important;
    }
}

@media only screen and (max-width: 767px){
    .checkbox-rating-group {
        display: flex !important;
        justify-content: space-around !important;
        padding: 1.5rem 8.2em !important;
    }
    
    .rating {
        font-size: 30px !important;
    }


}

@media only screen and (max-width: 575px){
    .checkbox-rating-group {
        display: flex !important;
        justify-content: space-around !important;
        padding: 1.5rem 8.2em !important;
        width:auto;
    }
}

@media only screen and (max-width: 475px)
{
.checkbox-rating-group {
    display: flex !important;
    justify-content: space-around !important;
    padding: 1.5rem 1.2em !important;
    width: auto;
}
}

