/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


.acf-field.acf-field-repeater.acf-field-5f2fa8435f344 {
    position: relative;
}

/*.acf-field.acf-field-repeater.acf-field-5f2fa8435f344::after {padding: 32px; content: '\05D0 \05E0 \05D5  \05E4 \05D5 \05E2 \05DC \05D9 \05DD  \05DC \05E9 \05D3 \05E8 \05D5 \05D2  \05D4 \05DE \05E2 \05E8 \05DB \05EA . \05DE \05E9 \05DB \05DA , \05E0 \05D1 \05E7 \05E9  \05DC \05E9 \05DC \05D5 \05D7  \05D0 \05EA  \05D4 \05E7 \05D1 \05E6 \05D9 \05DD  \05D4 \05E8 \05DC \05D5 \05D5 \05E0 \05D8 \05D9 \05D9 \05DD  \05DC \05DB \05EA \05D5 \05D1 \05EA  \05D4 \05D0 \05D9 \05DE \05D9 \05D9 \05DC  \05D4 \05D1 \05D0 \05D4 : dikla@justiceinvestments.com';position: absolute;top: 0;right: 0;width: 100%;height: 100%;background: rgba(243,240,233, 0.9);backdrop-filter: blur(2px);z-index: 9;border-radius: 10px;border: 1px solid lightgray;display: flex;justify-content: center;align-items: center;color: rgba(25,25,25, 0.8);font-size: 20px;font-weight: bold;}*/


.jet-form-repeater__row-fields {
    display: flex;
    justify-content: space-between;
}

.jet-form-repeater__row-fields > div {
    width: 48%;
}

.field_upload_files {
    min-height: 300px;
    background: rgba(255,255,255, 0.6);
    border: 1px solid #C29600;
}

.dz-error-mark {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, 30%);
    height: 64px;
    z-index: 9;
}

.dz-success-mark {
    display: none;
}

.dz-details {
    display: none;
}

.dz-preview {
    position: relative;
    height: 120px;
    width: 120px;
    background: white;
    border: 1px solid rgba(25,25,25, 0.2);
    margin: 8px;
}

.dz-error-mark svg {
    width: 32px;
    height: 32px;
}

.dz-preview {
    height: 120px;
    width: 120px;
    background: rgba(25,25,25, 0.03);
    border: 1px solid rgba(25,25,25, 0.2);
    margin: 8px;
    z-index: 9;
    position: relative;
}

.dz-preview.dz-file-preview:after {content: 'קובץ';display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;position: absolute;top: -16px;font-size: 18px;}

.dz-error-mark svg path {
    fill: #C29600;
}

.dz-error-mark svg{
    background: white;
    border-radius: 50%;
    padding: 1px;
}


.jet-form-row {
    margin: 12px 0;
}

::-webkit-input-placeholder { /* Edge */
  color: #C29600
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #C29600;
}

::placeholder {
  color: #C29600;
}

input:focus {
  border-bottom: 1px solid #C29600 !important;
}

input:hover{
  border-bottom: 1px solid #C29600 !important;
}


.dz-preview.dz-file-preview.dz-error:after {content: 'אסור לעלות קובץ מסוג זה.';background: indianred;position: absolute;top: 0;text-align: center;padding-bottom: 36px;color: white;}

label.jet-form__field-label {
    display: block;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}