/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 17 2025 | 18:49:50 */
/* הסתרת הכותרת "הסכמה" רק לשדה Acceptance */
.elementor-form .elementor-field-type-acceptance > .elementor-field-label{
  display: none !important;
}

.elementor-form .elementor-field-type-acceptance .elementor-field-option input[type="checkbox"]
 {
    width: 18px;
    height: 18px;
    border-radius: unset;
    box-shadow: none;
    border: solid 1px #000000;
	margin: 0px;
}

input[type=checkbox]:checked:before
 {
    color: #000000;
}

textarea{
  resize: none !important;
}

/**************************************************/
/* כפתור שליחת טופס אלמנטור – אייקון תמיד שמאל + טקסט ממורכז */
.elementor-form .elementor-field-type-submit .elementor-button .elementor-button-content-wrapper{
  display: flex;
  align-items: center;
  width: 100%;
  direction: rtl;              /* מכריח שמאל/ימין רגיל */
  gap: 0 !important;           /* מבטל gap שדוחף */
}

.elementor-form .elementor-field-type-submit .elementor-button .elementor-button-icon{
  order: 0;
  flex: 0 0 18px;              /* רוחב “קבוע” לאייקון */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}

.elementor-form .elementor-field-type-submit .elementor-button .elementor-button-text{
  order: 1;
  flex: 1;
  text-align: center;
  direction: ltr;              /* שהטקסט בעברית יישאר תקין */
}

/* ספייסר באותו רוחב של האייקון כדי שהטקסט יהיה בדיוק באמצע */
.elementor-form .elementor-field-type-submit .elementor-button .elementor-button-content-wrapper::after{
  content: "";
  flex: 0 0 18px;
}

/* אופציונלי: קצת ריווח מהקצה השמאלי */
.elementor-form .elementor-field-type-submit .elementor-button{
  padding-left: 14px;
  padding-right: 14px;
}
