input::-webkit-input-placeholder {
    opacity: 1;
}

.cardStep-l {
    -webkit-box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.1);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5158438375350141) 0%);
    border-radius: 8px;
    margin: 30px 0;
    padding-bottom: 30px;
}

#progressStatus-l {
    width: 0;
    height: 100%;
    background: #1A0DAB;
    transition: 0.6s;
}

.barStatus-l {
    position: absolute;
    bottom: -3px;
    height: 8px;
    background: #E8F1F2;
    overflow: hidden;
    width: 100%;
}

.step {
    padding: 0 12px;
}

.titleStartForm {
    text-align: center;
    font-weight: 400;
    color: black;
    line-height: 31px;
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
}

.step_fld {
    display: flex;
    justify-content: center;
    column-gap: 100px;
}

.titleStep-l {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: black;
    margin-top: 10px;
}

.titleStep-l-f {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    color: black;
    margin-top: 15px;
}

.titleStep-l-m {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: black;
    margin-top: 25px;
    margin-bottom: 25px;
}

.titleHafirot {
    font-weight: 700;
    text-align: center;
    font-size: 22px;
}

.btnLoans {
    width: 180px;
    transition: 0.9s;
    cursor: pointer;
    padding: 16px;
    border-radius: 6px;
    background: #3365FD;
}

.btnLoans:hover {
    transition: 0.9s;
    background: #000945;
}

.textIcon {
    text-align: center;
    color: white;
    font-weight: 500;
    padding-top: 5px;
}

.textFormLoan > div {
    text-align: center;
    color: black;
    font-size: 1.7em;
    line-height: 1.111em;
    margin-top: 32px;
    margin-bottom: 12px;
    font-weight: 700;
}

.icon {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 70px;
}

/*range slider */
.value {
    color: black;
    text-align: center;
    font-weight: bold;
    font-size: 2.4em;
    height: 83px;
    line-height: 47px;
    letter-spacing: 0.001em;
    text-shadow: white 2px 2px 2px;
}

.fld_style {
    font-weight: 600;
    color: #000945 !important;
    width: 100% !important;
    border: 1px solid #000945 !important;
    padding: 7px 20px !important;
    border-radius: 7px !important;
}

.labelStyle {
    color: black;
    font-size: 20px;
    margin-bottom: 7px;
    font-weight: 600;
}

.fld_con {
    padding: 5px;
}

#range {
    direction: ltr;
    display: block;
    -webkit-appearance: none;
    background-color: #EEEEEE;
    height: 10px;
    margin: 0 auto;
    outline: 0;
}

#range::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: #1A0DAB;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    transition: .3s ease-in-out;
    background-image: url("/wp-content/uploads/2025/05/Done.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}

#range::-webkit-slider-thumb:hover {
    border: 2px solid #3366FF;
}

#range::-webkit-slider-thumb:active {
    transform: scale(1.2);
}

.min_max {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 400;
    color: black;
}

.grid_fld {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 10px;
    grid-gap: 20px 10px;
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
    grid-gap: 20px 10px;
    margin-top: 20px;
}

.grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 10px;
    grid-gap: 20px 20px;
    margin-top: 20px;
}

.btn_step-l {
    letter-spacing: 1px;
    box-shadow: 0px 0px 10.2px 3px rgba(144, 144, 144, 0.25);
    border-radius: 38px;
    cursor: pointer;
    padding: 13px;
    text-align: center;
    background: white;
    border: 1px solid #8080804d;
    color: black !important;
    font-weight: bold !important;
    font-size: 19px;
}


.conBtn {
    display: flex;
    justify-content: center;
    column-gap: 11px;
}

.prev-l {
    text-align: center;
    background: white;
    font-size: 19px;
    padding: 10px;
    width: 100%;
    max-width: 188px;
    cursor: pointer;
    color: #737373;
    border: 1px solid #E3E3E3;
    border-radius: 10px;
}

.prev-l:hover {
    color: white !important;
}

.next-l {
    display: block;
    border: none;
    font-weight: 700;
    color: white;
    padding: 7px 22px !important;
    width: 100%;
    border-radius: 10px;
    max-width: 188px;
    background: #1A0DAB;
    font-size: 19px !important;
    transition: all 0.3s ease-in-out;
}   

.next-l:hover {
    color: white;
    background: #1A0DAB;
    transform: scale(1.08);
}

.centerBtn {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.prev span, .next span {
    font-size: 20px;
    font-weight: 600;
}

.errorValid {
    font-size: 20px;
    margin-bottom: 10px;
    color: red;
    text-align: center;
}

.fldInput {
    display: flex;
    justify-content: center;
}

.inp {
    color: #000945 !important;
    width: 60%;
    border: 1px solid #000945;
    padding: 10px 30px;
    border-radius: 7px;
}

.text {
    color: black;
    text-align: center;
    padding: 10px;
}

.text p {
    line-height: 23px;
}

.conLotti {
    display: flex;
    justify-content: center;
}

.openInput {
    margin: 20px 0;
    padding: 0 20%;
}

.hazriTax {
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.taxBtn {
    background: #000945;
    color: white;
    border: none;
    padding: 11px 20px;
    border-radius: 30px;
}

.taxBtnHara {
    font-size: 20px;
    font-family: "Open Sans" !important;
}

@media (max-width: 800px) {
    .m-h {
        display: none;
    }
}

@media (min-width: 801px) {
    .d-h {
        display: none;
    }
}

@media (max-width: 600px) {
    .header-loan {
        grid-template-columns: 1fr !important;
    }

    .text-ob {
        display: flex !important;
        align-items: center;
        border: none !important;
        margin-top: 0 !important;
    }

    .d-h {
        margin-top: 25px;
        border: 1px solid #D9D9D9;
        border-radius: 5px;
    }

    .titleStartForm {
        font-size: 17px;
    }    

    .img-hiod {
        display: none;
    }

    .titleIcon-l div {
        font-size: 18px !important;
    }

    .fldInput {
        display: block;
        padding: 10px;
    }

    .btnLoans {
        width: 100%;
    }

    .step_fld {
        column-gap: 40px;
    }

    /*#range{*/
    /*    width: 300px;*/
    /*}*/
    .icons-texts-wrapper {
        grid-template-columns: 1fr !important;
    }

    .conBtn-l {
        margin-top: 19px;
    }

    div.value {
        font-size: 2.3em;
    }

    .grid_fld {
        grid-template-columns: 1fr 1fr;
    }

    .inp {
        width: 100%;
    }

    .grid-3 {
        grid-template-columns: 100%;
    }

    .text p {
        line-height: 25px;
    }

    .openInput {
        padding: 0 4% !important;
    }
}

/*animation steps */
/*.animate-out {*/
/*    transform-origin: bottom right;*/
/*    animation: out .6s ease-in-out;*/
/*}*/

/*.animate-in {*/
/*    transform-origin: top;*/
/*    animation: in .6s ease-in-out;*/
/*}*/


/*@keyframes out {*/
/*    0% { transform: translateY(0px) rotate(0deg); }*/
/*    60% { transform: rotate(10deg); }*/
/*    100% { transform: translateY(400px); }*/
/*}*/

/*@keyframes in {*/
/*    0% {*/
/*        opacity: 0;*/
/*        transform: rotateY(90deg);*/
/*    }*/
/*    100% {*/
/*        opacity: 1;*/
/*        transform: rotateY(0deg);*/
/*    }*/
/*}*/
p.success {
    padding-right: 20px;
    font-size: 19px;
    font-weight: 600;
}

p.success:before {
    content: "";
    display: block;
    background: url(https://www.loan4all.co.il/wp-content/uploads/2022/02/draw-check-mark.png) no-repeat;
    width: 35px;
    background-size: contain;
    height: 35px;
    float: right;
    margin: 0 6px 0 0;
}

.grid_fld_2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
    grid-gap: 20px 10px;
}

.textTax {
    color: black;
    text-align: center;
    padding: 13px;
}

.textTax p {
    font-size: 22px;
}

.icons-texts-wrapper {
    margin-top: 15px;
    display: grid;
    padding: 0 15px;
    grid-template-columns: 1fr 1fr 1fr;
}

.icon-text-item {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 7px;
    font-size: 13px;
}

.icon-text-item img {
    width: 24px; /* או הגודל שתרצה */
    height: 24px;
}

@media (min-width: 1025px) {
    .btn_step-l:hover {
        background: #F4F4F4;
        color: black !important;
    }
}

.headerForm {
    background: #E8F1F2;
    position: relative;
    margin-bottom: 15px;
}

.header-loan {
    display: grid;
    grid-template-columns: 12% 70% 16%;
    padding: 10px;
    align-items: center;
    gap: 5px;
    padding-bottom: 15px;
}

.titleIcon-l {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.titleIcon-l div {
    color: #1A0DAB;
    font-size: 26px;
    font-weight: bold;
}

.titleIcon-l img {
    width: 35px;
    height: 35px;
    margin-top: 5px;
}

.img-hiod img {
    width: 93px;
    height: 53px;
}

.text-ob {
    text-align: center;
    max-width: 500px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
    padding: 8px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    color: #6D6D6D;
    margin-top: 25px;
    margin-bottom: 10px;
}

.textUp {
    font-size: 20px;
    text-align: center;
    color: black;
    margin-bottom: 15px;
}

.do-l {
    font-size: 20px;
    text-align: center;
    color: black;
    margin-top: 10px;
}
.selected-btn { 
    border: 2px solid #1A0DAB;
    background-color: #f0f0ff;
    color: #1A0DAB !important;
}