.trade-finance-calculator-wrapper {
  background: #004585;
}

.trade-finance-calculator-wrapper .tf_card {
  max-width: 950px;
  margin: 0px auto;
  background: #fff;
  border-radius: 10px;
  padding: 40px 55px 25px 55px;
  border: 1px solid #e6e6e6;
  border-bottom: none;
}

@media (max-width: 767px) {
  .trade-finance-calculator-wrapper .tf_card {
    padding: 30px 20px;
  }
}

.tf-button-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

@media (max-width: 767px) {
  .tf-button-wrapper {
    overflow-x: scroll;
  }
}

.trade-finance-calculator-wrapper .tf-tabs-btn {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  border: 1px solid #fff;
  background: none;
  padding: 10px 30px;
  white-space: nowrap;
  border-radius: 40px;
  margin: 0 15px;
  outline: none;
}

@media (max-width: 767px) {
  .trade-finance-calculator-wrapper .tf-tabs-btn {
    font-size: 16px;
    line-height: 26px;
  }
}

.trade-finance-calculator-wrapper .tf-tabs-btn.active {
  color: #0084FF;
  background: #f5f5f5;
}

@media (max-width: 767px) {
  .trade-finance-calculator-wrapper .tf-tabs-btn.active {
    margin-left: 65px;
  }
}

.trade-finance-calculator-wrapper .tf_card .tf-header {
  font-size: 24px;
  color: #212121;
  line-height: 34px;
}

.trade-finance-calculator-wrapper .tf-h3-labels {
  cursor: default;
  font-size: 24px;
  line-height: 34px;
  vertical-align: text-top;
  /* BBX-10612 START */
  max-width: 100%;
  /* BBX-10612 END */
}

@media (max-width: 767px) {
  .trade-finance-calculator-wrapper .tf-h3-labels {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .trade-finance-calculator-wrapper .tf-h3-labels {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }
}

.trade-finance-calculator-wrapper .tf-form-control {
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  height: calc(2.2em + 0.75rem + 2px);
  font-size: 15px;
  line-height: 24px;
  max-width: 258px;
  color: #212121;
  width: 100%;
  padding: 10px;
}

@media (max-width: 767px) {
  .trade-finance-calculator-wrapper .tf-form-control {
    max-width: 100%;
  }
}

.trade-finance-calculator-wrapper .tf-form-control:focus {
  box-shadow: none;
  border: 1px solid #0084FF;
  outline: none;
}

@media (max-width: 767px) {
  .trade-finance-calculator-wrapper .tf-form-control:focus {
    box-shadow: none;
  }
}

.trade-finance-calculator-wrapper .tf-form p {
  font-size: 13px;
  line-height: 20px;
  color: #6e6e6e;
}

@media (max-width: 767px) {
  .trade-finance-calculator-wrapper .tf-form p {
    font-size: 12px;
    line-height: 18px;
  }
}

.trade-finance-calculator-wrapper .tf-row {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .trade-finance-calculator-wrapper .tf-row {
    margin-top: 0;
  }
}

.trade-finance-calculator-wrapper .tf-get-loan-btn {
  font-family: "Noto Sans Bold";
  font-weight: 700;
  padding: 10px 30px;
  font-size: 15px;
  line-height: 24px;
  border: none;
  color: #fff;
  border-radius: 5px;
  outline: none;
  margin-top: 30px;
}

.trade-finance-calculator-wrapper .tf-get-loan-btn:focus {
  border: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .trade-finance-calculator-wrapper .tf-get-loan-btn {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 20px;
    min-width: 160px;
  }
}

.trade-finance-calculator-wrapper .tf-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
}

.trade-finance-calculator-wrapper .tf-result label {
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: #212121;
  letter-spacing: 0;
  max-width: 385px;
}

@media (max-width: 767px) {
  .trade-finance-calculator-wrapper .tf-result label {
    font-size: 14px;
    line-height: 22px;
    max-width: 90%;
  }
}

.trade-finance-calculator-wrapper .tf-result label:nth-child(2) {
  font-weight: 300;
  font-size: 40px;
  line-height: 50px;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

@media (max-width: 767px) {
  .trade-finance-calculator-wrapper .tf-result label:nth-child(2) {
    font-size: 28px;
    line-height: 38px;
  }
}

.trade-finance-calculator-wrapper .tf-result .tf-invalid-error {
  margin-top: 15px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .trade-finance-calculator-wrapper .tf-result .tf-invalid-error {
   margin-top: 5px;
   margin-bottom: 0;
  }
}



.trade-finance-calculator-wrapper .tf-header-text {
  font-family: "Noto Sans Regular";
  font-weight: 400;
  font-size: 36px;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 767px) {
  .trade-finance-calculator-wrapper .tf-header-text {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  .trade-finance-calculator-wrapper .tf-column {
    margin-top: 22px;
  }
}

.trade-finance-calculator-wrapper .tf-uob-business-loan-link {
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: #212121;
  margin: 15px 0 0 0;
}
.trade-finance-calculator-wrapper .tf-uob-business-loan-link a {
  color: #367fe2;
}

.trade-finance-calculator-wrapper .tf-error-message-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
}

.trade-finance-calculator-wrapper .tf-error-message {
  font-family: "Noto Sans Regular";
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 20px;
  color: #d92b2b;
  margin-left: 5px;
}

.trade-finance-calculator-wrapper .tf-error-border {
  border: 1px solid #d92b2b !important;
}
