h1.ajuda-form {
    color: #464646;
    font-size: 3em;
}
#surveyContainer fieldset {
    border: none;
    background-color: inherit;
    }

.sd-action {
    display: none;
}

.sv-title-actions__title {
    color: #797979;;
    font-weight: bold;
    font-size: 1.6em;
}

.sv-dots__item {
    display: none;
}

.sd-element.sd-question {
    box-sizing: border-box;
    padding-right: 1em;
    padding-left: 3em;
    padding-top: 2em;
    margin-top: 1.5em;
    background-color: #f3f3f3;
    border: 2px solid #009892;
    border-radius: 25px;
    box-shadow: 0 0 .5em #ccc;
}

.sv-string-viewer {
    color: #464646;
    }

.sd-question__required-text {
    color: rgb(237, 74, 74)
}


.sv-string-viewer {
    font-size: 1.2em;
    }

#surveyContainer input[type=radio]{        accent-color: #009892;
    width: 1.2em;
    }

#surveyContainer input:focus{
    background-color: inherit;
}


#surveyContainer a.imc--bt{
    margin-top: 20px;
}
