/*
 Theme Name:   Twenty Seventeen Child
 Theme URI:    http://example.com/twenty-seventeen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-seventeen-child
*/






@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&family=Heebo:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


@font-face {
	font-family: 'almoni-light';
	font-style: normal;
	font-weight: 100 !important;
	src: url("/assets/fonts/almoni-tzar-aaa-light.otf");
}


@font-face {
	font-family: "almoni-bold";
	src: url("/assets/fonts/almoni-tzar-aaa-bold.otf");
	font-weight: 100 !important;
	font-style: normal;
}

@font-face {
	font-family: "almoni";
	src: url("/assets/fonts/almoni-tzar-aaa-thin.otf");
	font-weight: normal;
	font-style: normal;
}




.almoni-long h1,
.almoni-long h2,
.almoni-long h6,
.almoni-long span {
	font-family: "almoni-bold" !important;
	transform: scaleY(2);
}


.almoni-font,
.almoni h1,
.almoni h2,
almoni h6,
.almoni span,
.almoni p {
	font-family: "almoni-bold" !important;
	transform: scaleY(1.5);
}


.almoni-font,
.almoni-bold h1,
.almoni-bold h2,
.almoni-bold h6,
.almoni-bold span,
.almoni-bold p {
	font-family: "almoni-bold" !important;
	transform: scaleY(1);
}


.almoni-light {
	font-family: "almoni-light" !important;
}

.almoni-bold {
	font-family: "almoni-bold" !important;
}


body {
	background:#f9f9f9 !important;
	background:white !important;	
	font-family: "Assistant", sans-serif !important;
	direction: rtl;
}

.no-break {
    page-break-inside: avoid;
}


h1,
h2,
h3,
h4 {
	font-family: almoni-bold;
	color: #52535c;
}

b {
	font-family: "Assistant", sans-serif !important;
}

	h1.entry-title{
		display:none;
	}	


label {
    font-weight: bold;
}


 .form-container ul {
    list-style-type: none; /* Remove default list markers */
    padding: 0;
    text-align: right;
  }

 .form-container li {
    position: relative;
    padding-right: 20px; /* Space for the marker on the right */
  }

 .form-container li::after {
    content: '●'; /* Custom marker */
    position: absolute;
    right: 0; /* Position the marker on the right */
    color: black; /* Customize the color of the marker */
  }


.custom-badge {
    color: white !important;
    background: #e3b342;
    border-radius: 18px !important;
    margin-right: 10px;
    padding: 0px 10px 0px 10px;
    line-height: 30px;
    font-family: 'Assistant';
    font-size: 20px;
	vertical-align: middle;
}

.col {
	min-width: max-content;
}


  .page-border {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 5px solid black;
      padding: 10mm; /* Adds padding around the content, header, and footer */
      box-sizing: border-box;
  }



table {
    width: 100%;
    border-collapse: collapse; /* Ensures borders do not double up */
}

table, th, td {
    padding: 4px; /* Padding inside table cells */
    text-align: center; /* Center content */
	font-family: Arial; /* Use built-in DejaVu Serif font */
	font-size:0.9rem;
}

.form-preview-container table,.form-preview-container th,.form-preview-container td  {
    border: 0.1mm solid #8b8a8a6b !important;	
}


td {
   vertical-align: bottom;
}

th {
  vertical-align: top;
  font-size:0.8rem;	
}

.notice {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 11111;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #dfdfdf69;
	
}


.notice-content {
    font-size: 5vh;
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    background: white;
    width: 20%;
    text-align: center;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 10px 1px 20px -9px #95959561;
    color: #23b171;
}

.loader {
    position: fixed;
    height: 100%;
    width: 100%;
    background: white;
    top: 0;
	z-index:111;
}



.spiner {
    width: 48px;
    height: 48px;
    border: 3px solid #FFF;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    z-index: 111111;
    position: absolute;
    margin: auto;
    top: 50%;
    right: 50%;
}

.spiner::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-bottom-color: #FF3D00;
}


#progress-bar-container {
    width: 100%;
	padding: 20px;
    background-color: #f3f3f3;
}

#progress-bar {
    width: 0%;
    height: 20px;
    background-color: #4caf50;
    transition: width 0.4s ease;
}


@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 


#squares {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.square {
    width: 24%;
    height: 200px;
    font-size: 25px;
    background-color: white;
    box-shadow: 0px 0px 20px 8px #0000000d;
    margin: 10px;
    display: flex;
    cursor: pointer;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
	flex-direction: column;
}

.back-button{
	display: none;	
}


.form-container{
	display: none;
	margin-top: 20px;
}


.signature-section {
	margin-top: 30px;
}


.signature-line {
	border-bottom: 1px solid #000;
	text-align: center;
	padding: 5px;
	font-weight: bold;	
}

form input {
	text-align: right;
}

form h4 {
    color: #4d8cf4;
    border-radius: 7px;
    font-family: almoni-light;
    font-size: 28px;
    font-weight: bold;
    width: max-content !important;
    line-height: 25px;
    margin-top: -10px !important;
    display: block;
    padding: 0;
    background: white;
}


.input-group {
	border: 1px solid #dddddd;
	padding-right: 11px;
	padding-left: 11px;
	border-radius: 5px;
	display: flex;
	flex-wrap: nowrap !important;
	flex-direction: column;
	margin-bottom:40px
}

.inputs-holder {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}


.form-container-form {
    background: white;
    padding: 2% !important;
    padding-left: 2% !important;
    padding-right: 4% !important;
    height: auto;
    border-left: 1px solid #dadada;
}

/* FORM PREVIEW */

h3.preview-form-title {
    font-size: 45px;
    color: #4d8cf4;
}


.form-preview-holder{
   padding: 3rem;
   padding-top: 0;	
}


.form-preview-header {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 2%;
}


.form-name{
	font-size:10mm;
	color: #4c8bf4;
    border-bottom: 1.5px solid #4c8bf4;
}


.section {
/* 	border: 0.3mm dotted #313135ba;
	padding: 15px; */
    margin-top: 0.5rem;
	page-break-inside: avoid; /* Avoid cutting the div across pages */
	
}

.no-page-break {
    background:#f0f8ff;
    color:#36577b;
    padding: 15px;
	margin-top:1rem;	
    border:none;
	page-break-inside:auto; /* Avoid cutting the div across pages */
}

.section-title {
	font-weight: bold;
	text-decoration: underline;
}


.info {
/* 	margin: 10px 0;
	margin-left: 10px;
	border: 1px solid;
	padding: 4px;
	font-size: 1rem;
    float:right; */

	
    break-inside: avoid; /* Prevent breaking within items across columns */
    padding: 0px; /* Padding inside each item */
    border: 1px solid #8b8a8a;
    text-align: center; /* Center the text inside */
    margin-bottom: 20px; /* Add margin at the bottom to separate items */
	vertical-align: middle;
	
}

.info table , .info td{
	padding-right:0 !important;
	padding-left:0 !important;	
	border:0 !important;
	font-weight: bold;
}


.section .generate-images , .section .table-holder{
	padding-top: 5px;
	padding-bottom: 15px !important;
}


.info div {
	display: inline-block;
	background: #e9e9e9ab;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	direction: rtl;
	font-weight: bold;
}


.signature{
   max-width: 200px;  		
 }	


div#dropzone-area {
    border: none;
}



.generate-images div {
    width: 100%;
    height: auto;
    object-fit: cover;
    border: 1px solid #ccc;
    border-left: 0;
    padding: 10px;
}

.generate-images div:last-child {
    border-left: 1px solid #ccc;
}

.generate-images div:nth-child(4n) {
    border-left: 1px solid #ccc;
}


.generate-images img {
    width: 250px !important;
    height: 190px !important;
}

.accordion-button{
    color: var(--bs-accordion-active-color) !important;
    background-color: var(--bs-accordion-active-bg) !important;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color) !important;
}


.accordion-button:focus{
	border:none !important;
	box-shadow:none !important;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

.accordion-header {
    position: relative;
}

button.remove-item {
    position: absolute !important;
    top: -7%;
    left: 10%;
    z-index: 5 !important;
}




/* יישור לימין של כל התאים */
.form-table td {
  text-align: right;
  direction: rtl;
  padding: 10px;
  cursor: pointer;
}

/* העמודה הראשונה ברוחב אוטומטי לפי התוכן שלה */
.form-table td:first-child {
  width: 30%;
}



.image-upload-box{
    position:relative;
    border:2px dashed #ccc;
    padding:25px;
    text-align:center;
    cursor:pointer;
}

.image-upload-box:hover{
    background:#fafafa;
}

.image-input{
    display:none;
}

.image-preview{
    display:none;
    max-width:200px;
    margin-top:10px;
}

.image-upload-box .remove-image{
    display:none;
    margin-top:10px;
}



@media (max-width: 780px) {
	
.form-preview .container {
    max-width: 100%;
}	
	
.form-preview-holder {
    zoom: 0.6;
}
}

@media (max-width: 480px) {

#squares {
    margin-top: 0 !important;
}
	
.square {
    width: 40%;
    height: 120px;
    font-size: 20px;
	box-shadow: 0px 0px 30px 0px #0000000d;
}	
	
form h4 {
    font-size: 22px;
}	
	
.signature{
   max-width: 150px;  		
 }	
	
.form-preview-holder {
    zoom: 0.35;
}
	
	
	
	
}

