html,
body {
  margin: 0;
  padding: 0;
}

body {
  font: 13px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00B7FF;
}

.pdf_footer {
  font-size: 11px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-between;
  padding: 0 10mm;
}

#estatePlanningChart,
#financialChart {
  width: 700px !important;
  height: 700px !important;
}

.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background: #552583;
  color: #f1f1f1;
}
.wrapper .container {
  text-align: center;
}
.wrapper .container h1 {
  line-height: 1.2rem;
  color: #fdb927;
}

.empty_container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}

.reports-wrapper {
  margin: auto;
  max-width: 1000px;
  padding: 2rem;
}
.reports-wrapper .logo {
  max-width: 180px;
}
.reports-wrapper .reports_header {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 2rem;
}
.reports-wrapper .reports_header h1 {
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  margin-left: 0.8rem;
}
.reports-wrapper .h2_title {
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.init_row {
  width: 25%;
}

.participant {
  display: inline-block;
  padding: 0 0.5rem 0 0;
}

.report_spacer {
  width: 100%;
  height: 1rem;
}

.align_right {
  text-align: right;
}

.sub_header {
  font-size: 1.1rem;
  font-weight: 600;
  border-bottom: 2px solid #222;
  padding-bottom: 0.6rem;
}

.report_table {
  width: 100%;
  text-align: left;
  margin-bottom: 1rem;
  font-size: 0.7rem;
}
.report_table .tbl_sub_header {
  font-weight: bold;
  padding: 0.8rem 0;
  color: #552583;
}/*# sourceMappingURL=style.css.map */