html,
body {
  text-align: right;
  direction: rtl;
  color: black;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: david;
}
.container {
  border: 2px solid gray;
  width: 1500;
  min-height: 200px;
  padding: 10px;
}
.formTitle {
  text-align: center;
}
.formTitle h1 {
  padding: 0;
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  color: black;
}
.formTitle h2 {
  color: red;
}
.form {
  margin-top: 10px;
}
.form h2 {
  text-decoration: underline;
}
.form label {
  width: 100%;
  margin-bottom: 10px;
}
.inputItself {
  width: 100%;
  height: 30px;
  border: 1px solid black;
  color: black;
  font-weight: normal;
}
.inputTitle {
  font-size: 20px;
  width: 100%;
}
.radioCheckboxContainer label {
  display: inline-block;
  width: 80px;
}
.goby label {
  width: 120px;
}
.textareaIteself {
  width: 100%;
  height: 70px;
  border: 1px solid black;
  color: black;
  font-weight: normal;
}
#content {
  /* display: none; */
  text-underline-offset: 5px;
}
.madbekaContainer {
  width: 100%;
  text-align: center;
}
.madbekaIn {
  width: 400px;
  height: 120px;
  border: 2px solid black;
  display: inline-block;
  text-align: center;
  line-height: 120px;
  margin-bottom: 20px;
}
.contentDate {
  position: absolute;
  left: 0;
}
.contentText {
  text-align: right;
  width: 100%;
  margin-bottom: 5px;
  font-size: 18px;
}
#contentMelavemTitle {
  text-decoration: underline;
}
.perotavezarem,
.perotallergy,
.perotreka,
.perotapotropos,
.perotmedalel {
  display: none;
}
.inputRow {
  padding: 10px;
  border-bottom: 1px dashed gray;
}
.notelines {
  height: 15px;
  border-bottom: 1px solid black;
  margin-bottom: 5px;
}
.ambulanceNote {
  display: none;
}
.select_element {
  width: 100%;
  height: 30px;
  margin-bottom: 10px;
  font-size: 18px;
}
.sogbdeka_other {
  display: none;
}
#hakhana iframe {
  width: 100%;
  height: fit-content !important;
}
.tahbora {
  position: relative;
  margin: 5px;
  padding: 5px;
  font-size: 15px;
}

/* .page {
  width: 210mm;
  min-height: 297mm;
  padding: 20mm;
  margin: 10mm auto;
  border: 1px #d3d3d3 solid;
  border-radius: 5px;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.subpage {
  padding: 1cm;
  border: 5px red solid;
  height: 257mm;
  outline: 2cm #ffeaea solid;
}

@page {
  size: A4;
  margin: 0;
}
@media print {
  html,
  body {
    width: 210mm;
    height: 297mm;
  }
  .page {
    margin: 0;
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: initial;
    page-break-after: always;
  }
} */
