
.pdf-report-main-footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
  height: 150px
}

.pdf-report-main-footer:before {
  right: 0;
  background: url(../public/images/footer-circle.png) no-repeat;
  background-size: contain;
  width: 110px
}

.pdf-report-main-footer:after,
.pdf-report-main-footer:before {
  position: absolute;
  content: "";
  bottom: 0;
  height: 150px;
  z-index: -1
}

.pdf-report-main-footer:after {
  left: 0;
  background: url(../public/images/footer-bg.png) no-repeat;
  background-size: contain;
  width: 75%
}

.pdf-report-main-footer .row {
  display: flex;
  align-items: flex-end;
  justify-self: center;
  width: 100%
}

.pdf-report-main-footer .footer-logo {
  position: absolute;
  right: 50px;
  bottom: 0
}

.pdf-report-main-footer .footer-logo img {
  height: 100px
}

.pdf-report-main-footer .contact-ways {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  position: absolute;
  left: 15px;
  bottom: 10px
}

.pdf-report-main-footer .contact-ways .email,
.pdf-report-main-footer .contact-ways .phone,
.pdf-report-main-footer .contact-ways .twitter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  flex-direction: row-reverse
}

.pdf-report-main-footer .contact-ways .email .icon,
.pdf-report-main-footer .contact-ways .phone .icon,
.pdf-report-main-footer .contact-ways .twitter .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #e9cf8e;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-clip: padding-box;
  margin-right: 10px
}

.pdf-report-main-footer .contact-ways .email .icon img,
.pdf-report-main-footer .contact-ways .phone .icon img,
.pdf-report-main-footer .contact-ways .twitter .icon img {
  height: 15px
}

.pdf-report-main-footer .contact-ways .email span,
.pdf-report-main-footer .contact-ways .phone span,
.pdf-report-main-footer .contact-ways .twitter span {
  color: #fff;
  font-family: Tahoma;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap
}