* {
  box-sizing: border-box;
}

@media print {
  @page {
    size: A4 landscape;
    margin: 0;
  }

  html print-page {
    margin: 0; padding: 0;
    width: 297mm;
    height: 210mm;
    overflow: hidden;
  }

  body > h2,
  body > .button {
    display: none;
  }

  .item10 {
    display: none;
    }


  .print-page {
    width: 297mm;
    height: 210mm;
    overflow: hidden;
    page-break-inside: avoid;
    break-inside: avoid;
    box-sizing: border-box;
    transform-origin: top left;
    transform: scale(0.99);
  }

  .part1, .part2, .up, .first, .second, .item1, .item2, .item3,
  .item4, .item5, .item6, .item7, .item8, .item9, .item10 {
    page-break-inside: avoid;
    break-inside: avoid;
  }

  .print-page * {
    font-size: 90%;
  }

}



:root {
  --zt-border: #000000;
  --zt-backround: #34495e;
  --zt-font-size: 0.9em;
  --zt-main-black: #000000;
  --zt-main-yellow: #FFD300;
  --zt-main-blue: #31465F;
  --zt-main-gray: #E5DCCB;
  --zt-main-white: #FFFFFF;
  --zt-sub-black: #A8A8A7;
  --zt-sub-yellow: #FFED99;
  --zt-sub-blue: #6A8CAD;
  --zt-sub-gray: #F9F4EF;
  --zt-alone-gray: #F2F2F2;
  --zt-font-weight: light;
}

.button {
  padding: 0.5em;
  display: flex;
  justify-content: center;
}

.print {
  margin:auto;
  background-color: var(--zt-alone-gray);
  color: var(zt-main-black);
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: var(--zt-font-size);
  cursor: pointer;
}

.info-container {
  display: flex;
  height: 60px;
  align-items: stretch;
  gap: 5px;
}

.info-container > p {
  width:50%;
  border: 1px solid #000000;
}

.flex-container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 5px;
  flex-wrap: nowrap;
}

.part1, .part2 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.part1 {
  width: 75%;
}

.part2 {
  width: 25%;
  justify-content: space-around;
}

.up {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 5px;
}

.first, .second {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}

.first {
  width: 25%;
}

.second {
  width: 75%;
}

.item1 {
  flex: 3;
  background-color: var(--zt-sub-black);
}

.item1 img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

.item2 {
  flex: 7;
  background-color: var(--zt-sub-black);
}

.item3 {
  flex: 15;
  background-color: var(--zt-alone-gray);
}

.item4 {
  flex: 25;
  background-color: var(--zt-alone-gray);
}

.item5 {
  flex: 60;
  background-color: var(--zt-alone-gray);
}

.item6 {
  flex: 1;
  border: 1px solid #000000;
  background-color: var(--zt-alone-gray);
}

.item7 {
  flex: 1;
  background-color: var(--zt-alone-gray);
}

.item8 {
  flex: 1.5;
  background-color: var(--zt-sub-blue);
}

.item9 {
  flex: 2;
  background-color: var(--zt-sub-blue);
}

.item10 {
  flex: 5.5;
  position: relative;
  overflow: hidden;
  background-color: var(--zt-sub-blue);
}

#radar {
    width: 100%;
    height: 100%;
}

.item10 svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain; /* Note: only works on replaced elements like img, but no harm here */
  display: block;      /* removes inline whitespace */
}

.first > div,
.second > div,
.part2 > div {
  border: 1px solid #000000;
  padding: 5px;
  box-sizing: border-box;
}

.finantial {
  width: 100%;
  padding: 10px;
  border-collapse: collapse;
}

.finantial td {
  padding: 4px;
}

.goals {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}

.goals > div {
  width: 33%;
}

.item3 > *, .item4 > *, .item5 > *, .item6 > *, .item7 > *, .item8 > *, .item9 > *, .item10 > * {
  margin: 0;
}

.item1-print, .item10-print {
  width:60%;
  }

  .item10-print svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain; /* Note: only works on replaced elements like img, but no harm here */
  display: block;      /* removes inline whitespace */
}

.item1-print img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}



.text {
  font-size: var(--zt-font-size);
  font-weight: var(--zt-font-weight);
  text-align: justify;
}

