﻿.step_1 .singlechoice,
.step_2 .singlechoice,
.step_3 .singlechoice,
.step_4 .singlechoice {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: fit-content;
}

.umbraco-forms-fieldset .row-fluid legend {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

span.umbraco-forms-indicator {
    min-width: 20px;
    line-height: 20px;
}

.blockMsg {
    text-align: center;
    margin: 0 5% 5% 5%;
    font-size: 25px;
}

.confirm {
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
}

input[type="checkbox"] {
    margin-left: 15px;
}

.confirm label {
    display: flex;
    flex-direction: row-reverse;
}

.confirm2 label {
    display: flex;
    flex-direction: row-reverse;
}
.confirm4 label {
    display: flex;
    flex-direction: row-reverse;
}

.formSummery p {
    font-size: 17px;
}

.formSummery {
    max-height: 400px;
    overflow-y: scroll;
    background-color: white;
    border-radius: 40px;
    padding: 2%;
    margin-bottom: 5%;
    display: none;
}

.radio-invalid-msg {
    color: #C23232;
    font-size: 15px;
}

#b1d43ab5-3612-4153-81f2-73c13c7eaabd .umbraco-forms-container,
#4eeaaf01-2d3c-4081-d17b-7304ecf14e85 .umbraco-forms-container {
    display: flex;
    gap: 0px;
    padding-right: 2%;
    flex-direction: column;
}

#b1d43ab5-3612-4153-81f2-73c13c7eaabd fieldset {
    margin-bottom: 0;
}

.step_4 .umbraco-forms-container {
    border-right: 0px;
}

.form-comments {
    margin-bottom: 150px;
    color: #C23232;
    top: -80px;
    position: relative;
    font-size: 18px;
}

#errorSectionMoked {
    top: auto;
}

@media only screen and (max-width: 1024px) {
    .form-comments {
        font-size: 16px;
        margin: 5% 10% 0 10%;
    }
}
