

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

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


.svg-icon {
    height: 24px;
    margin-bottom: 3px;
}

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

.change-form__form .svg-path {
    fill: currentColor;
}

.change-form__max .svg-path-outline {
    stroke: currentColor;
}
.change-form__max .svg-path-shape {
    fill: currentColor;
    stroke: currentColor;
}

.change-form .selected {
    background: #014CA1;
    border: 2px solid #014CA1;
    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;
    align-items: center;
    border: 2px solid #263F7A;
    height: 48px;
    padding: 0 16px;
    box-sizing: border-box;
    color: #263F7A;
    background-color: #FBFBFB;
}

.selected.change-form-button:hover {
    background-color: #014CA1;
}

.change-form-button:hover {
    background-color: #E9F0FF;
}

.change-form-button:first-child {
    border-radius: 6px 0 0 6px;
    border-right-width: 0;
}

.change-form-button:last-child {
    border-radius: 0 6px 6px 0;
    border-left-width: 0;
}

.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;
    }
    .mobile-text {
        display: block;
    }
    .desktop-text {
        display: none;
    }
}
@media (max-width: 860px) {
    .change-form-button {
        width: auto;
    }
}
@media (max-width: 768px) {
    .change-form-button {
        width: 50%;
    }
}

@media (max-width: 400px) {
    .change-form-button {
        width: auto;
    }
}
/* End */
/* /local/components/adv/form.result.new/templates/feedback_redesign_faq/style.css?17797753111929 */
