.prevent-modal h4 {
  font-family: 'Open Sans', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}

.prevent-modal .collapsable-panel.inset .bar.close {
  border-top: none;
  top: 0;
}

.prevent-modal .collapsable-panel.inset .bar.close .action-btn {
  width: 100%;
  text-align: right;
}

.prevent-modal.reveal {
  border-top: none;
  width: 90%;
  max-width: 1200px;
  left: 50% !important;
  transform: translateX(-50%);
}

.prevent-modal .label-holder {
  margin-top: 1.1em;
}

.prevent-modal .label-holder .text {
  word-break: break-word;
  white-space: normal;
  font-size: small;
}

.prevent-sup {
  top: -6px;
  font-size: 65%;
}

.page.with-group-sections .page-wrapper .bmi-section {
  border: 2px solid #333333;
  margin: 0;
}

.border-section {
  border: 2px solid #333333;
  border-radius: 10px;
}

.result-section {
  display: flex;
  justify-content: start;
  gap: 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;
  width: 40%;
}

.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;
}

.calculate-button {
  background-color: #830f58;
  border-radius: 20px;
  width: 100%;
}

.calculate-button:hover,
.calculate-button:focus {
  background-color: #830f58;
}

.calculate-button[disabled] {
  background-color: #b3b3b3;
  background-image: url(../img/empty_diamond.png);
  color: #858585;
  border: 1px solid gray;
  cursor: not-allowed;
  border-radius: 20px;
  /* width: 50%; */
}

.bmi-section-button {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.bmi-section-button .white-button-color {
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
  border-radius: 20px;
  width: 100%;
  margin-right: 0;
}

.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 {
  padding: 0;
  text-align: right;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.calculate-export-section button {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  white-space: normal;
  text-align: center;
}

.calculate-export-section .white-button-color {
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
  border-radius: 20px;
  width: 45%;
}

.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;
}

@media screen and (min-width: 64em) {
  .bottom-align-row {
    display: flex;
  }

  .button-column {
    display: flex;
    flex-direction: column;
  }

  .calculate-export-section .white-button-color {
    margin: 0 !important;
  }
}

.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;
}

@media only screen and (max-width: 767px) {
  .result-section {
    display: block;
  }

   .calculate-export-section {
    display: block;
  }

  .calculate-export-section button {
    margin: 15px 0;
  }
  .calculate-export-section .white-button-color {
    margin: 15px 0 !important;
    width: 100%;
  }

  .inner-section {
    width: 100%;
  }
}

.autocalculated-bg{
  background-color: #830f58;
}