.prevent-sup {
  top: -4px;
  font-size: 65%;
}
.page.with-group-sections .page-wrapper .bmi-section {
  border: 2px solid #00386b;
  margin: 0;
}
.border-section {
  border: 2px solid #333333;
  border-radius: 10px;
}

.expandedBox {
  border: 2px solid #333333;
  padding: 0 10px;
}

.collapsedBox {
  padding: 0px;
}

.labelBorder {
  margin-top: 0;
  padding-top: 0.7em;
  padding-bottom: 0.35em;
  border: 2px solid #00386b;
  padding: 11.2px 10px 5.6px 10px;
  display: inline-block;
  width: 100%;
}

.content-area {
  transition: all 0.3s ease;
}

.card-wrapper {
  margin: 5px;
}

.inner-section {
  margin: -5px 10px -5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-bold {
  font-weight: 700;
}
.estimated-section {
  padding: 8px;
  font-size: 12px;
  font-weight: 400;
}
.calculation-result {
  color: rgb(255, 0, 0);
  font-size: 22px;
  font-weight: 600;
}
.pending-result {
  color: rgb(255, 0, 0);
  font-size: 14px;
}
.button + .calculate-button {
  background-color: #198dae;
  border-radius: 20px;
}
.calculate-button[disabled] {
  background-color: #b3b3b3;
  background-image: url(../img/empty_diamond.png);
  color: #858585;
  border: 1px solid gray;
  cursor: not-allowed;
}
.bmi-section-button {
  margin: 0;
  padding: 0;
}
.bmi-section-button .white-button-color {
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
  border-radius: 20px;
  width: 32.5%;
}
.bmi-modal .collapsable-panel.inset .bar.close {
  border-top: none;
  top: 0;
}
.bmi-modal .collapsable-panel.inset .bar.close .action-btn {
  width: 100%;
  text-align: right;
}
.bmi-modal.reveal {
  border-top: none;
}
.calculate-export-section .white-button-color {
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
  border-radius: 20px;
  width: 45%;
}

.ta-advice-export-btn {
  display: inline-block;
  width: auto;
  min-width: 120px;
  max-width: 150px;
}

@media screen and (max-width: 767px) {
  .ta-advice-export-btn {
    width: 100%;
    max-width: none;
    min-width: 0;
  }
}

.calculate-export-section .white-button-color[disabled] {
  background-color: #b3b3b3;
  background-image: url(../img/empty_diamond.png);
  color: #858585;
  border: 1px solid gray;
  cursor: not-allowed;
}
.ta-export-btn-width {
  width: auto;
  min-width: 0;
}


.open-modal {
  color: #018adb;
  cursor: pointer;
  text-decoration: underline;
}

.open-modal:hover {
  color: #018adb;
}

.custom-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal-box {
  position: relative;
  z-index: 10000;
  max-height: 80vh;
  overflow-y: auto;
  border-radius: 6px;
}

.modal-close {
  position: absolute;
  right: 10px;
  top: 8px;
  background: #198dae;
  color: #fff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10001;
}

.tbl5-global-footnote-container {
    margin-top: 20px;
    padding: 10px 15px 10px 0;
    font-size: 11px;
    line-height: 1.8;
    color: #666666;
    text-align: left;
    font-style: normal;
}
.tbl5-modal {
  width: 700px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  max-height: 80vh;
}

.tbl5-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #198dae;
  color: #fff;
  padding: 12px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}

.tbl5-body {
  flex: 1;
  overflow-y: auto;
  padding: 10px;
  background: #fafafa;
}

.tbl5-section {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 10px;
  background: #fff;
}

.tbl5-title {
  font-weight: bold;
  color: #198dae;
  margin-bottom: 5px;
}

.tbl5-table {
  width: 100%;
  border-collapse: collapse;
}

.tbl5-table th,
.tbl5-table td {
  border: 1px solid #ccc;
  padding: 6px;
}

.tbl5-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
}

.tbl5-toggle-icon::before {
  /* remove legacy triangle icon to avoid duplicate toggle icons */
  content: none;
  display: none;
}

.tbl5-toggle-icon.open::before {
  content: none;
  display: none;
}

.tbl13-modal {
  width: 760px;
}

.tbl13-header {
  background: #198dae;
}

.tbl13-modal .modal-close {
  background: #198dae;
}

.tbl13-body {
  background: #dfe3e8;
  padding: 14px;
}

.tbl13-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border: 1px solid #7f7f7f;
}

.tbl13-table th,
.tbl13-table td {
  border: 1px solid #7f7f7f;
  padding: 4px 8px;
  font-size: 13px;
  line-height: 1.25;
  color: #202020;
  text-align: left;
  vertical-align: top;
}

.tbl13-table th {
  font-weight: 700;
  background: #f8fbff;
}

.tbl13-note,
.tbl13-abbrev,
.tbl13-source {
  margin-top: 12px;
  font-size: 11px;
  line-height: 1.35;
  color: #383737;
  font-style: italic;
}

.tbl13-note,
.tbl13-source {
  font-style: italic;
}

@media screen and (min-width: 64em) {
  .bottom-align-row {
    display: flex;
  }

  .button-column {
    display: flex;
    flex-direction: column;
  }

  .calculate-export-section {
    margin-top: auto;
  }
}
.question-row {
  display: flex;
  flex-wrap: wrap;
}
.bmi-header {
  display: flex;
  justify-content: space-between;
}
.bmi-title {
  align-items: end;
  display: flex;
}
.bmi-calculate-text {
  font-size: 22px;
  font-weight: 700;
}
.disclaimer-section {
  margin: 25px 0;
  padding: 0 15px;
  font-size: 12px;
}
.disclaimer-text {
  margin-bottom: 7px;
}

.align-tooltip{
  vertical-align: middle;
}
.no-bullets {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
/* footer graphics bg */
@media only screen and (max-width: 767px) {
  .page.footer {
    background: #fff;
  }
}