﻿.step_1 .singlechoice,
.step_2 .singlechoice,
.step_3 .singlechoice,
.step_4 .singlechoice {
    display: grid;
    grid-template-columns: repeat(2, 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;
}

.confirm1 {
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
}

    .confirm1 label {
        display: flex;
        flex-direction: row-reverse;
    }


input[type="checkbox"] {
    margin-left: 15px;
}

.confirm label {
    display: flex;
    flex-direction: row-reverse;
}

.confirm2 {
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
}

.confirm3 {
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
}

.confirm4 {
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
}

.confirm5 {
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
}

.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;
}

#specialCase20Popup {
    top: auto;
}

body.quick-form .step_1 .umbraco-forms-container {
    display: block !important;
}

body.quick-form .step_1 .singlechoice {
    width: 174% !important;
}
body.quick-form .step_2 .singlechoice {
    width: 179% !important;
}

.digitalsignature, .digitalSignature1 {
    width: 40%;
    margin-right: 0;
}

.digitalSignatureBase64, .digitalSignatureBase64Tow {
    display: none;
}

body.quick-form .step_2 .receivessocialsecuritybenefits, body.quick-form .step_2 .haspermanentdisability {
    padding: 5px !important;
    display: flex !important;
    width: max-content !important;
    flex-direction: column;
    align-items: flex-start;
}

    body.quick-form .step_2 .receivessocialsecuritybenefits .umbraco-forms-label, body.quick-form .step_2 .haspermanentdisability .umbraco-forms-label {
        margin-top: 6px !important;
        margin-bottom: 2px !important;
        display: flex !important;
        flex-direction: row-reverse !important;
        justify-content: flex-end !important;
    }


body.quick-form .fileupload .umbraco-forms-label {
    width: 108% !important;
}

 .step_5 .fileupload {
    width: 200% !important;
}

#signaturePlaceholder, #signaturePlaceholder1 {
    height: 127px;
    width: 100%;
    position: relative;
    margin-top: 0%;
    margin-bottom: 0%;
}

.spouse-details-quick .spouse-title {
    color: var(--Blue, #29ABE2);
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0 0 8px; /* אופציונלי: רווח קטן מתחת לכותרת */
}

body.quick-form .step_5 .umbraco-forms-container:nth-of-type(1) {
    display: block !important;
}



@media only screen and (max-width: 1024px) {
    .form-comments {
        font-size: 16px;
        margin: 5% 10% 0 10%;
    }

    .digitalsignature, .digitalSignature1 {
        width: 100%;
        margin-right: 0;
    }

    .spouse-details-quick .spouse-title {
        font-size: 14px;
    }

    .step_1 .singlechoice,
    .step_2 .singlechoice,
    .step_3 .singlechoice,
    .step_4 .singlechoice {
        display: flex !important;
        grid-template-columns: repeat(2, 1fr);
        height: fit-content;
        flex-direction: column;
    }
}

@media only screen and (max-width:770px) {
    .formTitle {
        margin-top: 23%;
    }
}
