@page {
  size: A4;
  margin: 16mm;
}

@media print {
  body {
    margin: 0;
  }
}

@font-face {
  font-family: "Myanmar 3";
  src: url("/fonts/mm3_05-Jan-2011.ttf");
}

body {
  padding: 32px;
  font: 14px "Myanmar 3", sans-serif;
  -webkit-box-sizing: border-box;
}

a {
  color: #00b7ff;
}

div,
p {
  padding-top: 4px;
}

.property-img {
  max-height: 300px;
  max-width: 300px;
  height: auto;
  width: auto;
}

section > p:empty {
  height: 16px;
}

div#masthead {
  background-image: url("/images/masthead.jpg");
  background-position: bottom;
  padding: 20px;
}

input[type="checkbox"] {
  accent-color: rgba(188, 165, 80, 1);
}

.header {
  padding: 8px;
  font-size: 1.2rem;
  color: white;
  background: rgba(188, 165, 80, 1);
}

.header2 {
  font-weight: 700;
  font-size: 1.1rem;
  background: #dee2e6;
}

.bold {
  font-weight: 700;
  background: #dee2e6;
}

.flex {
  display: -webkit-box;
  /* wkhtmltopdf flex */
  display: -webkit-flex;
  /* wkhtmltopdf flex */
  display: flex;
  gap: 4px;
  align-items: center;
}

.flex > .grow {
  -webkit-box-flex: 1;
  /* wkhtmltopdf grow */
  -webkit-flex: 1;
  /* wkhtmltopdf grow */
  flex: 1;
}

.flex-center {
  -webkit-box-pack: center;
  /* wkhtmltopdf center */
  align-items: center;
  justify-content: center;
}

.text-underline {
  text-decoration: underline;
}

.float-left {
  float: left;
}

.flex-img {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 8px;
}

.flex-img-item {
  display: block;
  position: relative;
}

.img-watermark {
  position: absolute;
  top: 2px;
  left: 2px;
}

.uppercase {
  text-transform: capitalize;
}

span {
  display: block;
}
