html {
    font-size: 3.8vw;
    max-width: 100vw;
    overflow-x: hidden;
}

#wrapper {
    height: 100vh;
    overflow-y: auto;
    width: 96%;
    padding: 0 2%;
    margin: 0;
}

#overlay {
    background-color: white;
    opacity: 1;
}

ol {
    padding-inline-start: 1rem;
}


form>div {}

#rechapta-placeholder {
    margin-right: 0;
    margin: auto;
}

#logo {
    width: 65%;
    margin-top: 5%;
}

#mainLogo {
    width: 40vw;
    height: 10.53vw;
    margin: auto;
}

#titleDiv {
    font-size: 7.4vw;
    margin-bottom: 1.05rem;
    margin-top: 1rem;
}

#sendButton {
    height: 14vw;
    line-height: 10vw;
    font-size: 4vw;
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -khtml-border-radius: 2vw;
    bottom: 3vh;
    width: 96%;
    margin: 1rem auto;
}

input[type=button],
.collapseContinue {
    -webkit-appearance: none;
}

/*******/


div.signature {
    width: 98%;
    height: 50vw;
    border-radius: 2vw;
    margin: 1.5rem auto;
    background-size: 48% 70%;
    background-position: 50% 100%;
    box-sizing: border-box;
}

div.signature:after {
    width: 100%;
    top: -48vw;
}


div[formstep] div.signature {
    width: 95%;
}

#sign_mainSignature.hasSignature+p {
    width: 98%;
    margin: auto;
    box-sizing: border-box;
}



/********/


div.opened {
    padding: 1%;
}

div[formStep] {
    margin: 0.6rem 0;
}

div[formStep].opened {
    margin: 0;
    padding: 2.5%;
    right: 0;
    left: 0;
    top: 10vh;
    bottom: 0;
    border-radius: 0;
}



/* NEHENE */

#nehene_container {
    padding-top: 15vw;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

#nehene_nehenim {
    width: 96vw;
    margin: auto;
}

#nehene_nehenim label {
    margin-bottom: 1.5vw;
}

#nehene_nehenim .error {
    top: 5vw;
    right: 1.5vw;
    font-size: 2.7vw;
}

#nehene_nehenim input[type=text],
#nehene_nehenim input[type=date],
#nehene_nehenim input[type=radio]+span {
    width: 43%;
    height: 6.3vw;
    line-height: 6.3vw;
    border-radius: 0.75vw;
    margin: 1.5vw 0.5vw;
    margin-bottom: 4.5vw;
    border: 0.25vw solid #1b2582;
    box-sizing: border-box;
    font-size: 0.9rem;
    padding: 0 0.5vw;
}

#nehene_nehenim input[type=radio]+span {
    width: 11vw;
    margin: 0;
    margin-top: 1.5vw;
    position: relative;
}

#nehene_nehenim input[type=radio]:checked+span {}

#nehene_nehenim div label:nth-of-type(2) {
    margin-right: 1.5%;
}

#nehene_nehenim label input[type=checkbox]~span {
    height: 1vw;
    margin-left: 0;
    padding-top: 5vw;
    vertical-align: middle;
}

#nehene_nehenim input[type='text'][name*='identifyNumber']+label {
    font-size: 3vw;
    padding: 0;
    margin: 0;
    margin-top: 1vw;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

#nehene_nehenim input[type='text'][name*='stName'] {
    width: 48%;
}


#nehene_nehenim input[type='text'][name*='identifyNumber'] {
    width: 45%;
}

#nehene_nehenim input[type='text'][name*='birthDate'] {
    width: 36%;
}

#nehene_nehenim input[name*='identifyNumber']+label {
    font-size: 3vw;
    display: inline-block;
    width: 10.5vw;
    margin-left: 0;
    margin-right: 0;
}

#nehene_nehenim input[name*='street'] {
    width: 70%;
}

#nehene_nehenim input[name*='homeNumber'] {
    width: 11%;
}

#nehene_nehenim input[name*='apartmentNumber'] {
    width: 11%;
}

#nehene_nehenim input[type=checkbox]+label {
    height: 7.5vw;
}

#nehene_nehenim input[type=checkbox]+label:after {
    margin-right: 8.3333%;
    border-top: 0.25vw solid gray;
    height: 0.25vw;
}

#nehene_nehenim input[name*='city'] {
    width: 64%;
    margin-right: 3%;
}

#nehene_nehenim input[name*='street'] {
    width: 52%;
}

#nehene_nehenim input[name*='homeNumber'],
#nehene_nehenim input[name*='apartmentNumber'] {
    width: 10%;
}

#nehene_nehenim input[name*='zipCode'] {
    width: 14.5%;
    margin-left: 0;
}


#nehene_nehenim input[name*='birthDate']+label .error {
    right: 0;
}

#nehene_nehenim input[name*='birthDate']+label+label+.error {
    right: 3%;
}

#p1_lastName .error {
    color: blue;
}


#nehene_nehenebepeulya:checked~#nehene_nehenim input[name*='lastName']+span,
#nehene_nehenebepeulya:checked~#nehene_nehenim input[name*='birthDate']+label .error,
#nehene_nehenebepeulya:checked~#nehene_nehenim input[name*='city']+span {
    display: block;
    top: 12vw;
}

#nehene_nehenim input[type=radio]+span:nth-of-type(2),
#nehene_nehenim input[name*='birthDate']+label .error {
    margin-right: 1.5vw;
}

#nehene_nehenebepeulya:checked~#nehene_nehenim input[name*='birthDate']+label .error {
    top: calc(12vw - 1px);
}

#nehene_upper_message {
    font-size: 4.5vw;
    padding: 1vw;
    top: 0;
    width: 100%;
}

#nehene_upper_message:before {
    border: 1px solid #19398a;
    border-radius: 4.5vw;
    width: 4.5%;
    height: 4.5vw;
    line-height: 4.5vw font-size: 4.5vw margin-left: 2%;
}

#nehene_nehenim input[type=checkbox][name*='chk-panel-p']:checked+label+div+input[type=checkbox][name*='chk-panel-p']:not(:checked)+label {
    font-size: 0;
}

#nehene_nehenim input[type=checkbox][name*='chk-panel-p']:checked+label+div+input[type=checkbox][name*='chk-panel-p']:not(:checked)+label:after {
    height: 7.5vw;
    font-size: 4vw;
    margin-right: 1.5%;
}

#nehene_nehenim div .date+label,
#nehene_nehenim div .date+label+label {
    margin-top: 1.5vw;
    top: 1px;
    position: relative;
}

#nehene_nehenim .date {
    background-position: 1vw center;
}

/* END OF NEHENE */


.collapseContinue {
    bottom: 1vw;
    width: 96%;
    height: 12vw;
    left: 2%;
}

div[formstep]>b {
    padding: 0.3rem;
    font-size: 0.8rem;
    vertical-align: middle;
    margin-right: 0.5rem;
}

div[formstep].valid>b::after {
    content: '';
    right: 0.3rem;
    border: solid white;
    width: 0.8rem;
    height: 0.4rem;
    border-width: 0 0 3px 3px;
    transform: rotate(-45deg);
    background: transparent;
    margin-top: 0.2rem;
}

#global-loader {
    position: absolute;
    /* position: fixed; */
    width: 100%;
    height: 70vh;
    background: white;
    top: 0;
    text-align: center;
    font-size: 1.8rem;
    color: blue;
    padding-top: 30vh;
}

.hatimot {
    width: 100%;
    margin: 1rem 0;
}

.stepHtml,
.opened {
    font-size: 3vw;
}

#font {
    font-size: 1rem;
}

.titlePage {
    font-size: 6vw;
}

#textAbouveButton {
    background-size: 1.3rem;
    background-position: 97% center;
    padding-right: 10%;
    /*width: 96%;*/
    margin: 0.4rem auto;
}

/*IPHONE 15 > */
#mainDiv>div>button {
    color: black;
}


.blockMobDesig {
    display: block;
}

ul {
    margin-right: -1.2rem;
}

li {
    margin-right: 0;
}

label:not([for]) {
    width: 95%;
}

.upload {
    width: 90%;
    margin: auto;
}

p,
input[type=radio],
input[type=checkbox],
div[formstep] div {
    font-size: 1rem;
}


.phonePrefix_phoneNumber label:first-of-type {
    width: 70%;
}

.phonePrefix_phoneNumber label:first-of-type input {
    display: inline-block;
    width: 90%;
}

.phonePrefix_phoneNumber label:nth-of-type(2) {
    display: inline-block;
    width: 25%;
}

.phonePrefix_phoneNumber label:nth-of-type(2) select {
    padding-bottom: 0;
}


label>input[type=text],
label>select {
    box-sizing: border-box;
    border-radius: 0;
    vertical-align: bottom;
    top: auto;
    bottom: 1rem;
}

#tahatAv {
    font-size: 0.8rem;
}

