*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-feature-settings: "ss01";
}

html {
  box-sizing: border-box;
}

body {
  padding: 1rem;
  min-height: 100vh;
  font-family: Vazirmatn, sans-serif;
}

#patientInfoForm {
  background-color: cornsilk;
  padding: 0.6rem;
  border-radius: 11px;
}

article {
  display: none;
}

@media print {
  @page {
    size: A4 portrait !important;
    margin: 0 !important;
  }

  header,
  main {
    display: none;
  }
  article {
    display: block;
  }
  html {
    width: 21cm;
    height: 29.7cm;
    /* margin: 30mm 45mm 30mm 45mm; */
  }
  body {
    position: relative;
    width: 100%;
    height: 100%;
    /* change the margins as you want them to be. */
  }
  article {
    position: absolute;
    line-height: 0.82cm;
    width: 6.8cm;
    top: 7.5cm;
    left: 1.19cm;
    text-align: justify;
    text-justify: inter-word;
  }
}
