

/* Start:/local/components/adv/form.result.new/templates/feedback_redesign_faq/style.css?17649372791340*/
.form-errors {
    margin-bottom: 40px;
}

#agree-error, #agree-error:before,#agree-error:after {
    display: none!important;
}


.svg-icon {
    margin-top:2px;
    width: 20px;
    height: 20px;
}

.svg-path {
    transition: stroke 0.3s ease, fill 0.3s ease;
}

.selected.change-form__form .svg-path {
    fill: white;
}

.selected.change-form__whatsapp .svg-path {
    stroke: white;
}

.change-form .selected {
    background: black;
    color:white;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.change-form:hover {
    cursor: pointer;
}

.change-form {
    margin-bottom:25px;
    margin-top:15px;
    width:100%;
    display: flex!important;
    flex-direction: row!important;
}

.change-form-button {
    display: flex;
    outline: 1px solid black;
    height:50px;
    padding: 12px 12px 40px 12px;
}

.change-form-button div {
    margin-left:8px;
    text-align: center;
}

.mobile-text {
    display: none;
}

@media (max-width: 1070px) {
    .change-form-button {
        width:50%;
        justify-content: center;
    }
    .change-form__form.change-form-button {
        padding: 12px 6px 40px 6px;
    }
    .mobile-text {
        display: block;
    }
    .desktop-text {
        display: none;
    }
}

@media (max-width: 400px) {
    .change-form__form {
        padding: 12px 12px 40px 0;
    }
}
/* End */
/* /local/components/adv/form.result.new/templates/feedback_redesign_faq/style.css?17649372791340 */
