.elementor-723 .elementor-element.elementor-element-1d373e0{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), ploni;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-723 .elementor-element.elementor-element-cfadbca{width:var( --container-widget-width, 366px );max-width:366px;--container-widget-width:366px;--container-widget-flex-grow:0;text-align:center;}.elementor-723 .elementor-element.elementor-element-cfadbca.elementor-element{--align-self:center;}.elementor-723 .elementor-element.elementor-element-cfadbca .elementor-heading-title{font-family:"ploni", ploni;font-weight:500;color:var( --e-global-color-primary );}#elementor-popup-modal-723 .dialog-widget-content{animation-duration:0.3s;background-color:var( --e-global-color-secondary );border-radius:24px 24px 24px 24px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);margin:16px 16px 16px 16px;}#elementor-popup-modal-723{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-723 .dialog-message{width:65vw;height:auto;padding:32px 16px 16px 16px;}#elementor-popup-modal-723 .dialog-close-button{display:flex;}@media(max-width:1200px){.elementor-723 .elementor-element.elementor-element-cfadbca .elementor-heading-title{font-size:26px;}}/* Start custom CSS for html, class: .elementor-element-a12869c */#popup-image-container {
    width: 100%;
    height: 100%;
}
#outcomeForm {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    input {
        border-radius: 60px;
        font-size: 20px;
        font-weight: 500;
        width: 100%;
        text-align: center;
        background-color: #0E2A3F;
        color: #EFE4D2;
        &::placeholder {
             color: #efe4d270;
            @media (max-aspect-ratio: 1/1) {
                font-size: 0.8em;
            }
        }
   }
}

#previewImage {
    width: auto;
    min-width: 400px;
    margin-bottom: 12px;
    object-fit: contain;
    margin-inline: auto;
    border: 5px solid #0E2A3F;
    border-radius: 18px;
    transition: all 0.3s ease-in-out;
    @media (min-aspect-ratio: 1/1) {
        width: 400px; /* רוחב מלא */
    }
}

#outcomeText {
    width: 100%;
    display: block;
    margin-bottom: 8px;
}



.actions-button {
    display: flex;
    justify-content: center;
    gap: 16px;
    button {
        padding: 4px 32px;
        font-weight: 500;
        background-color: #0E2A3F;
        color: #EFE4D2;
        border: 1px solid #0E2A3F;
        &:hover {
            background-color: #EFE4D2;
            color: #0E2A3F;
            border: 1px solid #0E2A3F;
        }
    }
}
.elementor-723 .elementor-element.elementor-element-a12869c .dialog-message {
    border-radius: 24px;
}

#loadingIndicator {
    display: none;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    height: 100vh;
    width: 100vw;
    background: rgb(255 255 255 / 75%);
    border-radius: 20px;
}

#lottie-animation {
    width: 100px;
    height: 100px;
    margin: auto;
}/* End custom CSS */