body {
  font-family: "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif;
  margin: 0;
}

.topNavStyle {
  color: rgb(255, 255, 255);
  height: 4.7rem;
  /* /* padding-left: 3.2vw; */
  /* padding-right: 2.5vw; */
  background-color: rgb(35, 47, 62);
  min-width: 100%;
  display: inline-block;
  padding-top: 10px;
}
p {
  text-align: justify !important;
  font-size: 17px !important;
}
.topLogoFirst {
  font-family: "Amazon Ember", Helvetica, sans-serif;
  hyphens: none;
  color: #e47911;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 53px;
  /* padding: 0px 16px 3px; */
  margin-left: 32px;
}
.topLogoSecond {
  font-family: "Amazon Ember", Helvetica, sans-serif;
  hyphens: none;
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 53px;
  padding: 0px 16px 3px;
  margin-left: -16px;
}
.awsui .awsui-button.awsui-button-variant-primary {
  font-size: 17px;
}

.awsui-radio-button {
  float: left;
}

/* Two-column layout for Arrhenius calculator */
.inputDiv {
  display: inline-block;
  vertical-align: top;
}

/* Target the radio group wrapper spans */
[role="radiogroup"] {
  display: flex;
  flex-wrap: wrap;
}

[role="radiogroup"] > span {
  width: 50%;
  box-sizing: border-box;
}
.resetButton {
  font-size: 17px !important;
  margin-left: 30%;
  width: 100px;
  /* padding-right:112px */
}
@media only screen and (min-width: 900px) {
  .inputDiv {
    color: black !important;
    width: 288px;
  }
}
@media only screen and (min-width: 2000px) {
  .inputDiv {
    color: black !important;
    width: 332px;
  }
}
@media only screen and (min-width: 2700px) {
  .inputDiv {
    color: black !important;
    width: 442px;
  }
}
.footer {
  clear: "both";
  height: "200px";
  width: 100%;
  background-color: #232f3e;
  display: flex !important;
  flex-wrap: wrap;
  font-family:
    Amazon Ember,
    Arial,
    sans-serif;
  line-height: 18px;
  height: 60px;
  justify-content: flex-end;
  flex-direction: row;
}
.sc-footer-container {
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 0.8rem;
}
.introjs-tooltiptext {
  font-family:
    Amazon Ember,
    Arial,
    sans-serif !important;
}
.footer_link {
  cursor: pointer;
  font-size: 18px !important;
  padding: 20px 20px;
  color: #ebeeef !important;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}
.footer_link_last {
  cursor: pointer;
  font-size: 18px !important;
  padding: 20px 20px;
  color: #ebeeef !important;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  width: 70px;
}

.awsui .awsui-side-navigation__link {
  font-size: 18px !important;
}
.awsui .awsui-side-navigation li {
  margin: 2rem 0 !important;
}

/* Side navigation list items styling */
[class*="awsui_list"][class*="awsui_list-variant-root"] li span {
  font-size: 16px !important;
  padding: 8px 0 !important;
}

.introjs-tooltip {
  min-width: 300px !important;
  max-width: 400px !important;
  font-size: 16px !important;
}

.intro-table {
  border-collapse: collapse;
  width: 900px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 25px 135px 0px 15px;
}

.intro-table .calcheaders {
  text-align: left;
  padding: 8px;
  transform: rotate(316deg);
  width: 80px;
  padding-bottom: 35px;
}
.intro-table td {
  text-align: left;
  padding: 8px;
}
.intro-table tr:nth-child(even) {
  background-color: rgb(221, 221, 221);
}
#tick-mark {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}

#tick-mark::before {
  position: absolute;
  left: 0;
  top: 50%;
  height: 50%;
  width: 3px;
  background-color: rgb(35, 47, 62);
  content: "";
  transform: translateX(10px) rotate(-45deg);
  transform-origin: left bottom;
}

#tick-mark::after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #336699;
  content: "";
  transform: translateX(10px) rotate(-45deg);
  transform-origin: left bottom;
}
.awsui-radio-button-label {
  margin-left: 3px;
}
.hide-chi2-radio [class*="awsui_control"][class*="awsui_radio-control"],
.hide-mttf-radio [class*="awsui_control"][class*="awsui_radio-control"] {
  display: none;
}

.hide-chi2-radio,
.hide-mttf-radio {
  padding-left: 15px;
}
@media only screen and (min-width: 900px) {
  .left-heading {
    width: 60%;
    float: left;
    margin: 0px 0 0px 0px;
    text-align: left;
    font-size: 13px;
  }
  .right-heading {
    width: 36%;
    float: right;
    margin: 0px 0 0px 0px;
    text-align: left;
    font-size: 13px;
  }
}

@media only screen and (min-width: 1560px) {
  .left-heading {
    width: 60%;
    float: left;
    margin: 0px 0 0px 0px;
    text-align: left;
    font-size: 13px;
  }
  .right-heading {
    width: 37%;
    float: right;
    margin: 0px 0 0px 0px;
    text-align: left;
    font-size: 13px;
  }
}
@media only screen and (min-width: 2200px) {
  .left-heading {
    width: 61%;
    float: left;
    margin: 0px 0 0px 4px;
    text-align: left;
    font-size: 13px;
  }
  .right-heading {
    width: 37%;
    float: left;
    margin: 0px 0 0px 20px;
    text-align: left;
    font-size: 13px;
  }
}
@media only screen and (min-width: 2200px) {
  .right-heading {
    width: 37%;
    float: left;
    margin: 0px 0 0px 18px;
    text-align: left;
    font-size: 13px;
  }
}

