
.pdf-report-main-header {
  position: relative;
  min-height: 100px;
  padding-top: 110px;
  text-align: center;
  z-index: 5
}

.pdf-report-main-header:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background: url(../public/images/header-shape.png) no-repeat;
  background-size: cover;
  width: 50%;
  height: 135px;
  z-index: -1
}

.pdf-report-main-header .main-report-title {
  font-weight: 700;
  font-size: 24px;
  color: #492964;
  margin: 0
}

.pdf-report-main-header .report-date {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #492a64;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px
}
.pdf-report-main-header .report-logo {
  position: absolute;
  left: 0;
  top: 0
}
.pdf-report-main-header .report-logo img {
  height: 100px
}

.pdf-report-main-header .report-date img {
  height: 15px;
  margin: 0 5px
}

.pdf-report-main-header .report-date span {
  color: #fff;
  font-family: Tahoma
}

.pdf-report-main-intro {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center
}

.pdf-report-main-intro h2 {
  padding-bottom: 15px;
  border-bottom: 2px solid #d0b364;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #492a64;
  font-weight: 700;
  margin: 0 0 20px;
  font-size: 21px
}

.pdf-report-main-intro h2 img {
  margin: 0 7px
}

.pdf-report-main-intro p {
  color: #492a64;
  text-align: justify;
  line-height: 30px;
  font-size: 15px;
  margin: 0
}