.error {
    border-color: red !important;
    border: 1px solid red !important;
}

#g-recaptcha-response-contact {
    padding-left: 0px !important;
}

.grecaptcha-badge { visibility: hidden; }
.has-danger label::before {
    border: 1px solid red !important;
}

#notificationSurveyForm .has-danger .custom-circle-select,
#notificationSurveyForm .has-danger .contact-input,
#notificationSurveyForm .has-danger .number-rating-label,
#notificationSurveyForm .has-danger .star-rating-review-footer{
    border: 1px solid red !important;
}

.scroll-message-body-content .text-editor1, 
.pop-up-survey-body-content .text-editor {
    overflow-wrap: anywhere;
    word-wrap: break-word;
}



