body {
    padding-right: 0 !important;
}

ul.form-stepper.form-stepper-horizontal.text-center.mx-auto.pl-0 {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

.otp-container {
    width: 35% !important;
}
.otp-container .otp-input-email,
.otp-container .otp-input-phone{
    padding: .5rem 0rem !important;
} 

#step-2 #code-step-phone-1,
#step-3 .register-step-title,
.mask-email,
.mask-phone{
    gap: 28px;
}

.mask-email .text-center,
.mask-phone .text-center{
    gap: 10px;
}

.section-register-email,
.section-register-phone{
    gap: 40px;
}
.register-step-content{
    gap: 24px;
}
.contact-boxes {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.contact-box {
    display: flex;
    max-width: 100%;  /*figma 292px*/
    height: auto;
    padding: 8px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid var(--e-global-color-752e732);
    background: transparent; 
    min-height: 52px;
    flex: 1 1 auto;
    min-width: 305px;
}
.contact-box a{
    gap: 8px !important;
}

.contact-box span {
    padding: 9px 9px;
    background: var(--e-global-color-1065d64) !important;
    border-radius: 4px;
}

#code-step-not-registered .register-step-title{
    gap: 16px;
}

li.form-stepper-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

/* li.form-stepper-active.text-center.form-stepper-list .step-line {
    background: var(--e-global-color-secondary);
} */
li.form-stepper-active.text-center.form-stepper-list .step-line {
    transition: .5s ease-out;
    background: var(--e-global-color-d2857b8);
    /* default color */
    background: linear-gradient(to left, var(--e-global-color-d2857b8) 50%, grey 50%) right;
    background-size: 200%;
    transition: .8s ease-out;
}


li.form-stepper-active.text-center.form-stepper-list span {
    color: var(--e-global-color-d2857b8);
    font-weight: 500;
}

.step-line {
    width: 180px;
    height: 3px;
    background: var(--e-global-color-c501ac7);
}

.send-again-otp {
    margin-bottom: 0;
}

li.form-list-logo {
    padding-left: 16px !important;
}

li.form-stepper-list i {
    padding: 3px 0;
}

.register-section {
    font-family: var(--e-global-typography-primary-font-family);
    font-style: normal;
}

.skip-phone {
    margin-top: 20px;
}

section.form-step {
    padding: 24px;
    border-radius: 15px;
    border: 1px solid var(--e-global-color-752e732);
    width: 100%;
    margin: 3vh auto;
    max-width: 600px;
    /* display: flex;
    justify-content: center; */
}
#step-1-level-1{
    gap: 40px;
}
section.form-step .level-step {
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}
.go-back, .go-back-register {
    width: 100%;
}
#step-3,
#step-3 .stepWrapper,
#step-1-level-2 .section-register-zehut,
#code-step-not-registered{
    gap: 40px;
}
#step-2 .register-steps{
    gap: 32px;
}
#step-2 label.text-center{
    display: block;
}

.div-register {
    width: 100%;
    margin: 0px auto;
    gap: 32px;
}

.register-step-title{
    gap: 20px;
}

.register-section .groupRadio .label-icon,
.register-step-subtitle,
#step-2 .register-step-title{
    gap: 8px;
}

#step-3 label .link{
    color: var(--e-global-color-0de8d0b);
    text-decoration-line: underline !important;
    text-decoration-style: solid;
}

/* .input-register {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #BCBCBC;
} */

input.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.register-phone svg {
    cursor: pointer;
}

body .input-register input {
    border: 0px;
    font-size: 20px;
    text-align: center;
}

.clear-input{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 20px;
    width: 20px;
    margin: auto;
}

.register-section .groupRadio {
    /* margin: 30px auto; */
    /* width: 36%; */
    text-align: center;
    gap: 64px;
    width: 100%;
}
.register-section .groupRadio .gitem input[type="radio"]:checked + label svg path,
.register-section .groupRadio .gitem input[type="radio"]:checked + label,
.register-section .groupRadio .gitem:hover label svg path,
.register-section .groupRadio .gitem:hover label,
.register-section .groupRadio .gitem:hover{
    stroke: var(--e-global-color-0de8d0b) ;
    color: var(--e-global-color-0de8d0b) ;
}
.register-section .groupRadio .gitem.voice-message input[type="radio"]:checked + label svg path,
.register-section .groupRadio .gitem.voice-message:hover svg path{
    stroke: transparent;
    fill: var(--e-global-color-0de8d0b);
}

.register-section .groupRadio .gitem{
    flex-basis: 100%;
}

img.register-img {
    margin: 25px 0;
}

.register-steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
}

.register-steps .question-explain{
    position: absolute;
    left: 33px;
    height: 100%;
}
.register-steps .explain-message{
    padding: 16px;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 8px;
    flex-wrap: nowrap;
    border-radius: 8px;
    border: 1px solid var(--e-global-color-d2857b8);
    background: var(--e-global-color-1065d64); /*TODO add color to public*/
}
.register-steps .question-explain svg{
    width: 17px;
    height: 17px;
    border: 1px solid var(--e-global-color-0de8d0b);
    border-radius: 100%;
    padding: 3px;
    cursor: pointer;
}

ul.form-stepper.form-stepper-horizontal li {
    padding: 0 5px 4px 0;
}

/* body .otp-register[aria-invalid='true'] {
    border-bottom: 0px !important;
    border-radius: 0px;
} */

.register-steps .input-register {
    width: auto;
    margin: 0 auto;
    position: relative;
}

#step-3 .register-steps,
div#step-2-level-3 .register-steps {
    padding: 0;
    align-items: stretch;
}

.timer {
    margin: 0;
    padding: 0 !important;
}
.register-setting-title p{
    margin: 0 0 16px 0 !important;
}

ul.register-setting {
    gap: 40px;
    padding: 20px;
}

ul.register-setting li {
    list-style: none;
    width: auto;
    height: auto;
    margin: 0 auto;
    display: flex;
    /* padding: 10px; */
    align-items: center;
    /* margin: 20px auto; */
    gap: 16px;
}

ul.register-setting li p {
    padding: 0px;
    margin: 0px;
    line-height: 19px;
}

ul.register-setting .svg-circle svg{
    border: 2px solid var(--e-global-color-d2857b8);
    border-radius: 100%;
    width: 50px;
    height: 50px;
    padding: 13px;
    background: var(--e-global-color-5df99e8);
    filter: drop-shadow(0px 2px 7px #A6B7F7); /*TODO add to public color*/
    display: block;
}

#code-step-phone-1,
#code-step-phone-2,
#code-step-email-2 {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

#step-2-level-3 .fieldset {
    border-radius: 10px;
    border: 1px solid #BCBCBC;
    background: #FFFEFF;
    display: flex;
    padding: 20px 24px;
    flex-direction: column;
    gap: 20px;
    margin: 0;
}


#step-2-level-3 ul.list-unstyled {
    padding: 0;
}

#step-2-level-3 .big-flex {
    /* margin-bottom: 45px; */
    padding: 0;
    /* margin-top: 10px; */
    width: auto;
}

#step-2-level-3 .section-left {
    margin: 0;
}

#step-2-level-3 .section-right {
    flex: 50%;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.identity-box>input {
    visibility: hidden;
    position: absolute;
}

.identity-box>input+div {
    cursor: pointer;
}

.identity-box {
    width: 202px;
    height: 155px;
    padding: 25px 37px;
    border-radius: 8px;
    border: 1px solid #AAA;
    background: #F2F2F2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 16px 45px 16px;

}

.identity-box img {
    width: 50px
}

section#step-4 {
    /* width: 40%; */
}

.input-chk {
    /* display: block; */
    position: relative;
    padding-right: 0;
    margin: 0 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 8px;   
}

.input-chk input {
    display: none;
}

.checkmark {
    position: relative;
    top: 1px;
    height: 16px;
    width: 16px;
    border: 1px solid var(--e-global-color-f6de1b6);
    border-radius: 2px;
    display: inline-block;
}


.input-chk input:checked~.checkmark {
    border: 1px solid var(--e-global-color-f6de1b6);
}

.checkmark:before,
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.input-chk input:checked~.checkmark:before,
.input-chk input:checked~.checkmark:after {
    display: block;
}

.input-chk .checkmark:after {
    left: 2.1px;
    bottom: 3.9px;
    width: 8px;
    height: 9px;
    border: solid var(--e-global-color-secondary, #D3208B);
    border-width: 0 2px 0px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    border-radius: 0 0 1px 1px;
}

.input-chk .checkmark:before{
    left: 2px;
    bottom: 4px;
    width: 4.5px;
    height: 1PX;
    border: solid var(--e-global-color-secondary, #D3208B);
    border-width: 0 0px 2px 0;
    -webkit-transform: rotate(39deg);
    -ms-transform: rotate(39deg);
    transform: rotate(39deg);
    border-radius: 0 1px 1px 0px;
}
.select-register{
    width: 277px;
    margin: 0 auto;
    cursor: pointer;
}
.select-register select{
    /* border: none;
    border-bottom: 1px solid;
    border-radius: 0;
    text-align: right; */
}
.select-register select{
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    background-image: url(https://city4u.onecity.co.il/wp-content/uploads/2025/05/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: left 0.75em center;
    background-size: 1.5em;
    padding-right: 1em;
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
    text-align: right;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    
    #step-1 input.large-btn{
        max-width: 250px;
    }
    ul.form-stepper.form-stepper-horizontal li:not(.form-list-logo) {
        display: none;
    }

    section.form-step {
        padding: 3% 7%;
        border-radius: 15px;
        border: 1px solid var(--e-global-color-752e732);
        width: auto;
        margin: 0vh auto;
        display: flex;
        padding: 32px 16px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 14px;
        flex-shrink: 0;
        align-self: stretch;
        margin: 0 16px;
    }

    section.form-step .level-step {
        display: flex;
        width: -webkit-fill-available;
        flex-direction: column;
        align-items: stretch;
        gap: 40px;
    }
    ul.register-setting li:nth-child(2){
        align-self: center;
    }
    ul.register-setting li {
        width: auto;
        /* height: 15vh; */
        margin: 0;
    }

    ul.register-setting {
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }

    .div-register {
        width: 100%;
        margin: 0px auto;
    }

    .otp-container {
        width: 65% !important;
    }

    #step-2-level-3 .section-right {
        padding-left: 0px;
    }

    #code-step-phone-1,
    #code-step-phone-2,
    #code-step-email-2 {
        width: -webkit-fill-available;
    }

    .input-chk {
        padding-right: 5px;
    }

    #code-step-email-1 {
        width: -webkit-fill-available;
    }

    .identity-box {
        width: -webkit-fill-available;
        padding: 16px;
        height: auto;
        margin: 0;
    }

    .flex-center.register-identity {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    #step-3 .register-steps {
        display: flex;
        align-items: stretch;
    }

    .login-section {
        width: auto;
    }

    .no-email-title {
        font-size: 1em;
    }

    .form-stepper-list.form-list-logo img {
        max-width: 70%;
        padding: 0;
        right: -20px;
        position: relative;
    }

    ul.form-stepper.form-stepper-horizontal li {
        padding: 0 !important;
    }

    .label-text.input-chk {
        font-size: 1.1em;
    }
    .register-step-subtitle p br{
        display: none;
    }
}

@media only screen and (max-width: 400px) {
    .select-register{
        width: 90%;
        margin: 0 auto;
    }    
}