﻿
.formPageCenter {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.popUpFormStyle {
    max-width: 100% !important;
}

.formStyleGlobal {
    position: relative;
    background: #F8F8F8;
    border-radius: 40px;
    padding: 2%;
    font-family: 'Fb Absoluti Heb';
    width: 100%;
    max-width: 60%;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 10%;
    margin-top: 0%;
}

.formTitle {
    margin-top: 2%;
    color: #39B54A;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 44.8px */
}

.chidentityandfile, .chidentityandfile2 {
    margin-top: 0px;
}

/*.chtypeofoccupation1 {
    display: none;
}*/

.singlechoice .umbraco-forms-field-wrapper {
    width: max-content;
}

.umbraco-forms-field-wrapper {
    min-height: 20px;
    overflow: hidden;
    text-align: center;
}

    .umbraco-forms-field-wrapper p {
        font-size: 12px;
    }

.formStyleGlobal .field-validation-valid, .umbraco-forms-hidden {
    display: none !important;
    /* The definition is approved...  */
}

.formStyleGlobal input[type="submit"] {
    width: 242px;
    height: 52px;
    border-radius: 32px;
    padding: 10px;
    gap: 10px;
    background: #39B54A;
    font-size: 22px;
    color: white;
    line-height: 22.12px;
}

.formStyleGlobal .umbraco-forms-navigation .col-md-12 .prev {
    color: #39B54A;
    background: transparent;
    border: 2px solid #39B54A;
}

.formStyleGlobal .umbraco-forms-navigation .col-md-12 {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.umbraco-forms-fieldset .row-fluid legend {
    font-size: 18px;
    font-weight: 400;
    line-height: 22.5px;
    text-align: right;
    color: #4D4D4D;
}

.umbraco-forms-label {
    width: 100%;
    cursor: pointer;
}

.titleanddescription .umbraco-forms-label {
    margin-right: 25px;
    cursor: pointer;
}

.formStyleGlobal .radiobuttonlist {
    display: flex;
    gap: 8px;
    font-size: 18px;
}

.formStyleGlobal legend {
    color: var(--Blue, #29ABE2);
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 33.6px */
}

.umbraco-forms-fieldset h3 {
    font-size: 16px;
    font-weight: 100;
    color: black;
    margin-bottom: 12px;
}

/* Hide the original file input */
.formStyleGlobal .file-input, .formStyleGlobal .file-label {
    display: none;
}

    /* Add hover effect */
    .formStyleGlobal .file-label:hover {
        background-color: #0056b3;
    }

/* Style the file name display */
.formStyleGlobal .file-name {
    font-size: 16px;
    color: #333;
    margin-left: 10px;
}

/* Additional styling for the container, if needed */
.formStyleGlobal .file-upload {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.umbraco-forms-field {
    padding: 5px;
    display: inline-block;
}

.requstsubject {
    display: none;
}

.formStyleGlobal input[type="text"],
.formStyleGlobal input[type="email"],
.formStyleGlobal select,
.formStyleGlobal input[type="tel"],
.formStyleGlobal input[type="number"],
.formStyleGlobal .fileupload {
    max-width: 242px;
    width: 100%;
    height: 40px;
    border-radius: 32px;
    border-color: transparent;
    padding-right: 24px;
    color: #212529;
    background-color: white;
    margin-bottom: 2px;
}

/* Hide arrows for Chrome, Edge, and Safari */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}



.formStyleGlobal input[type="tel"], .formStyleGlobal input[type="email"] {
    text-align: right;
}

.formStyleGlobal input[type="email"] {
    width: 510px;
}

.formStyleGlobal .fileupload {
    padding-right: 31px;
    background-image: url(../images/identityFile.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 13px) center;
    font-size: 12px;
    min-width: 260px;
    display: inline-block;
}

.umbraco-forms-label {
    margin-top: 6px;
    margin-bottom: 2px;
}

/*.formStyleGlobal .fileupload p {
    font-size: 20px;
    display: flex;
    flex-direction: row;
    font-size: 12px;
    gap: 7px;
}*/

.formStyleGlobal .fileupload p {
    display: none;
}

.formStyleGlobal span {
    color: #C23232;
    font-size: 13px;
    font-weight: 400;
    line-height: 12.5px;
    text-align: right;
    min-width: 245px;
}

.dropdown span {
    color: #C23232;
    font-size: 13px;
    font-weight: 400;
    line-height: 12.5px;
    text-align: right;
}

.formStyleGlobal span.field-validation-error {
    color: #C23232;
    font-size: 14px;
    display: flex;
}

.umbraco-forms-caption {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 24px;
    padding-bottom: 36px;
}

.circle {
    width: 20px;
    height: 20px;
    border: 1px solid #39B54A;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

    .circle.filled {
        background-color: #39B54A;
    }

    .circle.current {
        background-color: #39B54A;
        color: #000;
    }

    .circle.filled::after {
        content: '\2714';
        color: #fff;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 14px;
        position: absolute;
    }

.digitalsignature, .digitalSignature1 {
    width: 40%;
    margin-right: 50%;
}

#signaturePlaceholder {
    height: 127px;
    width: 100%;
    position: relative;
    margin-top: 10%;
    margin-bottom: 10%;
}

#signaturePlaceholder canvas, #signaturePlaceholder1 canvas {
        height: 100%;
        width: 100%;
        border-radius: 16px;
        border: 1px solid #29ABE2;
        display: block;
        position: absolute;
}

.parallel-div {
    position: relative;
    top: 30%;
}


.textareaforallchildren, .digitalSignatureBase64, .digitalSignatureBase64Tow {
    display: none;
}

.add_child {
}

.formStyleGlobal select {
    -moz-appearance: none;
    appearance: none;
    background-image: url('../images/ArrowDown.png');
    background-size: 10px;
    background-repeat: no-repeat;
    padding: 8px 19px;
    background-position: 21px;
    min-width: 200px;
}

    .formStyleGlobal select:focus {
        background-image: url('../images/ArrowUp.png');
        background-position: 21px;
    }

/*.textareaforallchildren {
    display: none;
}*/

/*.formStyleGlobal .ui-datepicker-rtl .ui-datepicker-prev, .formStyleGlobal .ui-datepicker-rtl .ui-datepicker-next {
    display: none;
}

.formStyleGlobal .datepickerfield {
    background-image: url('../images/calendar-minus 1.png');
    background-repeat: no-repeat;
}

.formStyleGlobal .ui-datepicker .ui-datepicker-title {
    display: flex;
    width: 216px;
    gap: 16px;
    margin: 0px !important;
}*/

/*.formStyleGlobal .ui-state-default, .formStyleGlobal .ui-widget-content .ui-state-default {
    border: unset;
    border: unset !important;
    background: unset !important;
    text-align: center;
}

.formStyleGlobal .ui-widget.ui-widget-content {
    border: unset !important;
    border-radius: 32px;
    width: 275px;
    background-color: #F8F8F8;
    box-shadow: 0px 4px 8px 0px #00000029;
}

.formStyleGlobal .ui-widget-header {
    border: unset !important;
    background: unset !important;
}*/

/*.formStyleGlobal .ui-datepicker-calendar span {
    font-size: 14px;
    line-height: 12.5px;
    text-align: right;
    color: black;
}

.formStyleGlobal .ui-datepicker-title select {
    background-image: unset;
    text-align: center;
    width: 100px;
}

.formStyleGlobal tbody {
    width: 216px;
    height: 184px;
    gap: 8px;
}

.formStyleGlobal .ui-datepicker-today {
    border-radius: 50%;
    background-color: #39B54A;
}

.formStyleGlobal .ui-datepicker-today a {
    color: #FFFF !important;
}*/

/*.formStyleGlobal .hidden-file-input {
    display: none !important;
}*/

.step_0 .umbraco-forms-container,
.step_2 .umbraco-forms-container,
.step_4 .umbraco-forms-container,
.step_5 .umbraco-forms-container {
    /*display: grid;*/
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    padding-right: 2%;
    margin-bottom: 2%;
}

.newclient .step_0 .umbraco-forms-fieldset:nth-of-type(2) .umbraco-forms-container,
.newclient .step_0 .umbraco-forms-fieldset:nth-of-type(3) .umbraco-forms-container,
.step_4 .umbraco-forms-container {
    border-right: 2px solid #39B54A;
}

.newclient .step_0 .umbraco-forms-fieldset:nth-of-type(2) .umbraco-forms-container,
.newclient .step_0 .umbraco-forms-fieldset:nth-of-type(3) .umbraco-forms-container,
.apartmentdiscountapply .step_0 .umbraco-forms-fieldset:nth-of-type(3) .umbraco-forms-container,
.apartmentdiscountapply .step_0 .umbraco-forms-fieldset:nth-of-type(4) .umbraco-forms-container {
    border-right: 2px solid #39B54A;
    margin-top: 3%;
}

.step_0 .umbraco-forms-container {
    gap: 0px;
}

    .step_0 .umbraco-forms-container:nth-of-type(4) {
        display: none;
    }

        .step_0 .umbraco-forms-container:nth-of-type(4) fieldset radiobuttonlist {
            display: flex;
        }

.step_1 .umbraco-forms-container {
    display: flex;
    gap: 0px;
    padding-right: 2%;
    flex-direction: column;
}

.step_1 .singlechoice, .step_ .singlechoice {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 5.5vh;
}

.step_2 .umbraco-forms-page .umbraco-forms-fieldset:nth-of-type(2) .fileupload {
    background: #39B54A1A;
}

.step_0 .fileupload,
.step_2 .fileupload,
.step_5 .fileupload,
.step_4 .fileupload,
.step_2 .umbraco-forms-page .umbraco-forms-fieldset:nth-of-type(2) .fileupload {
    margin-top: 0px;
    background-image: url(../images/identityFile.png);
    background-repeat: no-repeat;
    margin-bottom: 2px;
    text-align: right;
    background-position: calc(100% - 12px) center;
}

.step_4 .fileupload {
    margin-top: 26px;
}

/*.step_2 .umbraco-forms-page .umbraco-forms-fieldset:nth-of-type(1) .fileupload:nth-of-type(3),
.step_2 .umbraco-forms-page .umbraco-forms-fieldset:nth-of-type(1) .fileupload:nth-of-type(6) {
    background-image: url(../images/exclamationMark.png), url(../images/file.png);
    background-position: calc(0% + 12px) center, calc(100% - 12px) center;
    background-repeat: no-repeat, no-repeat;
}*/

.step_3 fieldset {
    margin-bottom: 3%;
}

.step_4 .umbraco-forms-container {
    padding-bottom: 4%;
}

.step_5 .umbraco-forms-container:nth-of-type(1) {
    display: flex;
    flex-wrap: wrap;
}

.step_5 .fileupload {
    margin-top: 36px;
}

.select2-container--classic .select2-selection--single {
    -moz-appearance: none;
    appearance: none;
    background-image: url('../images/ArrowDown.png');
    background-size: 10px;
    background-repeat: no-repeat;
    padding: 8px 19px;
    background-position: 21px;
    width: 242px;
    height: 40px;
    border-radius: 32px;
    border-color: transparent;
    padding-right: 24px;
    color: #212529;
    background-color: white;
    margin-bottom: 2px;
    background-repeat: no-repeat;
    border: 0px solid #aaa;
}

    .select2-container--classic .select2-selection--single:focus {
        background-image: url('../images/ArrowUp.png') !important;
        background-position: 21px;
        border: 2px solid black;
    }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    display: none;
}


.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
}


/* Renew Contract*/
.umbraco-forms-field.accountid {
    display: none;
}

.umbraco-forms-field.renttype .radiobuttonlist input[type="radio"]:nth-last-of-type(2),
.umbraco-forms-field.renttype .radiobuttonlist input[type="radio"]:last-of-type {
    display: none;
}

.umbraco-forms-field.renttype .radiobuttonlist label:nth-last-of-type(2),
.umbraco-forms-field.renttype .radiobuttonlist label:last-of-type {
    display: none;
}

.umbraco-forms-field.renttype .radiobuttonlist label {
    padding-top: 26px;
}

/*contract Statement*/
.contractstatement .umbraco-forms-fieldset:nth-of-type(4) .umbraco-forms-container,
.contractstatement .umbraco-forms-fieldset:nth-of-type(8) .umbraco-forms-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}


    .contractstatement .umbraco-forms-fieldset:nth-of-type(4) .umbraco-forms-container fieldset,
    .contractstatement .umbraco-forms-fieldset:nth-of-type(8) .umbraco-forms-container fieldset {
        padding: 10px;
    }

.contractstatement .umbraco-forms-fieldset:nth-of-type(3) .umbraco-forms-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}


/*.commitmentstatement .umbraco-forms-fieldset:nth-of-type(8) .umbraco-forms-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
*/
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    display: none;
}

.radiobuttonlist {
    display: flex;
}


.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
}


/* Renew Contract*/
.umbraco-forms-field.accountid {
    display: none;
}

.umbraco-forms-field.renttype .radiobuttonlist input[type="radio"]:nth-last-of-type(2),
.umbraco-forms-field.renttype .radiobuttonlist input[type="radio"]:last-of-type {
    display: none;
}

.umbraco-forms-field.renttype .radiobuttonlist label:nth-last-of-type(2),
.umbraco-forms-field.renttype .radiobuttonlist label:last-of-type {
    display: none;
}

.umbraco-forms-field.renttype .radiobuttonlist label {
    padding-top: 26px;
}

contract Statement
.contractstatement .umbraco-forms-fieldset:nth-of-type(4) .umbraco-forms-container,
.contractstatement .umbraco-forms-fieldset:nth-of-type(8) .umbraco-forms-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.contractstatement .umbraco-forms-fieldset:nth-of-type(8) .umbraco-forms-container,
.contractstatement .umbraco-forms-fieldset:nth-of-type(9) .umbraco-forms-container {
    display: flex;
    align-items: center;
}

.contractstatement .umbraco-forms-fieldset:nth-of-type(5) .umbraco-forms-container {
}

.contractstatement .umbraco-forms-fieldset:nth-of-type(4) .umbraco-forms-container fieldset,
.contractstatement .umbraco-forms-fieldset:nth-of-type(8) .umbraco-forms-container fieldset {
    padding: 10px;
}

.contractstatement .umbraco-forms-fieldset:nth-of-type(3) .umbraco-forms-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

/*
.commitmentstatement .umbraco-forms-fieldset:nth-of-type(8) .umbraco-forms-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}*/

.formPopUp .commitmentstatement .umbraco-forms-fieldset:nth-of-type(8) .umbraco-forms-container {
    display: flex;
}

.hiddenFormFields {
    display: none !important;
}

.cancel_child {
    grid-column: 1/span 4;
    width: 24px;
    vertical-align: top;
}

.contractstatement .umbraco-forms-fieldset:nth-of-type(8) .umbraco-forms-container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

@media (max-width: 574px) {
    .formStyleGlobal {
        max-width: 80%;
    }

    .contractstatement .umbraco-forms-fieldset:nth-of-type(3) .umbraco-forms-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (max-width: 1401px) {
    .step_0 .umbraco-forms-container, .step_4 .umbraco-forms-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 1024px) {
    .step_0 .umbraco-forms-container, .step_4 .umbraco-forms-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .formStyleGlobal .umbraco-forms-navigation .col-md-12 {
        display: flex;
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 767px) {
    .formStyleGlobal {
        min-width: 100vw;
        margin-bottom: 15%;
    }

    .step_1 .singlechoice {
        display: flex;
        height: 9.5vh;
        flex-direction: column;
    }
}

@media (max-width: 574px) {
    .step_0 .umbraco-forms-container, .step_4 .umbraco-forms-container, .step_5 .umbraco-forms-container {
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding-bottom: 3%;
    }

    .step_0 .umbraco-forms-container {
        gap: 5px;
    }

    .step_0 .radiobuttonlist {
        text-align: right;
        display: inline;
    }

    .step_0 .singlechoice .umbraco-forms-field-wrapper {
        text-align: right;
    }

    .step_1 .hidden-file-input {
        display: none;
    }

    .step_2 .umbraco-forms-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .step_4 .umbraco-forms-container {
        border-right: 2px solid #39B54A;
        margin-top: 7vh;
        align-items: center;
    }

    <<<<<<< HEAD
    .step_4 .umbraco-forms-container:nth-of-type(2) {
        margin-top: 5vh;
    }

    .step_4 .umbraco-forms-container:nth-of-type(2) {
        margin-top: 5vh;
    }


    .step_6 .umbraco-forms-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .prev {
        margin-top: 3%;
    }

    .formStyleGlobal .umbraco-forms-navigation .col-md-12 {
        display: flex;
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }


    .digitalsignature, .digitalSignature1 {
        width: 100%;
        margin-right: 0;
    }



    .digitalsignature, .digitalSignature1 {
        width: 100%;
        margin-right: 0;
    }

    .step_0 .umbraco-forms-container, .step_4 .umbraco-forms-container {
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding-bottom: 3%;
    }

    .step_0 .umbraco-forms-container {
        gap: 5px;
    }

    .step_4 .umbraco-forms-container {
        align-items: center;
    }


    .step_6 .umbraco-forms-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .step_4 .umbraco-forms-container {
        border-right: 2px solid #39B54A;
        margin-top: 7vh;
    }

        .step_4 .umbraco-forms-container:nth-of-type(2) {
            margin-top: 5vh;
        }

    .singlechoice .umbraco-forms-field-wrapper {
        width: 100%;
    }

    .singlechoice .umbraco-forms-caption, .singlechoice .umbraco-forms-field-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    span.field-validation-error {
        display: block;
        text-align: center;
    }

    .step_3 fieldset {
        margin-bottom: 4%;
    }

    #signaturePlaceholder {
        margin-top: 0px;
        margin-bottom: 5%;
    }

    input[type="email"] {
        max-width: 350px;
    }
}


.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border: 1px solid #bababa;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #bababa;
}

.select2-container--classic .select2-dropdown--below {
    border-top: 1px solid #bababa;
}

#errorSectionMoked {
    display: none;
    position: absolute;
    background-color: white;
    z-index: 1100;
    top: 20%;
    border-radius: 31px;
    padding: 5%;
}

.buttonClosePopUp {
    border: none;
    padding: 2% 15%;
    background-color: #4eb55a;
    border-radius: 35px;
    margin-top: 10%;
}

#signaturePlaceholder:nth-of-type(2), #signaturePlaceholder1:nth-of-type(2) {
    display: none;
}

.fileupload .umbraco-forms-label {
    cursor: pointer;
}

.fileupload {
    cursor: pointer;
}
