.borrowTab .ec-card {
  max-width: 950px;
  margin: 0px auto;
  background: #fff;
  border-radius: 10px;
  padding: 40px 55px 25px 55px;
  border: 1px solid #e6e6e6;
  border-bottom: none;
}

.borrowTab .ec-card-last-screen {
  background: linear-gradient(
    to bottom,
    #f5f5f5 0%,
    #f5f5f5 52%,
    #ffffff 52%,
    #ffffff 100%
  );
}

@media (max-width: 767px) {
  .borrowTab .ec-card {
    padding: 30px 20px;
  }
}

.borrowTab .ec-btn-container {
  margin-top: 20px;
}

.borrowTab .ec-btn {
  background-color: #fafafa;
  border-radius: 45px;
  border: 1px solid #6e6e6e;
  box-sizing: border-box;
  width: 104px;
  height: 40px;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 13px;
  letter-spacing: 0.5px;
  margin-right: 10px;
  outline: none;
}

.borrowTab .ec-btn:hover {
  background-color: #1f6eda;
  color: white;
  outline: none;
}

/* .borrowTab .ec-btn:focus {
    background-color: #1F6EDA;
    color: white;
    outline: none;
} */

.borrowTab .ec-btn-active {
  background-color: #1f6eda;
  color: white;
  outline: none;
}

.borrowTab .ec-option-placeholder {
  color: lightgray;
}

/* .borrowTab .ec-option-placeholder {
    color: lightgray;
} */

/* .borrowTab .ec-bottom-button-container {
    padding: 40px 0;
    background: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
} */

.borrowTab .ec-border {
  border: none;
}

@media (max-width: 767px) {
  .borrowTab .ec-border {
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 20px 0px;
  }
}

.borrowTab .ec-select-row {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
}

.borrowTab .ec-select-row p {
  color: #6e6e6e;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .borrowTab .ec-select-row p {
    font-size: 12px;
  }
}

.borrowTab .ec-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) {
  .borrowTab .ec-form-control {
    max-width: 100%;
  }
}

.borrowTab .ec-form-control:focus {
  box-shadow: none;
  border: 1px solid #1f6eda;
  outline: none;
}

@media (max-width: 767px) {
  .borrowTab .ec-form-control:focus {
    box-shadow: none;
  }
}

.borrowTab .ec-form-control-loantype {
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  height: calc(2.2em + 0.75rem + 2px);
  font-size: 15px;
  line-height: 24px;
  max-width: 160px;
  color: #212121;
  padding: 10px;
}

.borrowTab .ec-form-control-loantype:focus {
  outline: none;
  border: 1px solid #1f6eda;
}

@media (max-width: 767px) {
  .borrowTab .ec-form-control-loantype {
    max-width: 100%;
    width: 100%;
  }
}

.borrowTab .ec-loan-type {
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  height: calc(2.2em + 0.75rem + 2px);
  font-size: 15px;
  line-height: 24px;
  color: #212121;
  max-width: 160px;
  outline: none;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.12204 8.1943C5.28476 8.03159 5.54858 8.03159 5.71129 8.1943L10 12.483L14.2887 8.1943C14.4514 8.03159 14.7152 8.03159 14.878 8.1943C15.0407 8.35702 15.0407 8.62084 14.878 8.78356L10.2946 13.3669C10.1319 13.5296 9.86809 13.5296 9.70537 13.3669L5.12204 8.78356C4.95932 8.62084 4.95932 8.35702 5.12204 8.1943Z' fill='%236E6E6E'/%3E%3C/svg%3E%0A")
    no-repeat;
  background-size: 15px;
  background-position: calc(100% - 5px) center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .ec-loan-type-label {
    display: none;
  }
  .borrowTab .ec-loan-type {
    color: #1f6eda;
    font-weight: 500;
    padding: 8px 10px 8px 0px;
    border: none;
    cursor: pointer;
    user-select: none;
    width: fit-content;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.12204 7.62204C5.28476 7.45932 5.54858 7.45932 5.71129 7.62204L10 11.9107L14.2887 7.62204C14.4514 7.45932 14.7152 7.45932 14.878 7.62204C15.0407 7.78476 15.0407 8.04858 14.878 8.21129L10.2946 12.7946C10.1319 12.9573 9.86809 12.9573 9.70537 12.7946L5.12204 8.21129C4.95932 8.04858 4.95932 7.78476 5.12204 7.62204Z' fill='%231F6EDA'/%3E%3C/svg%3E%0A");
    background-size: 20px;
  }
}

.borrowTab .ec-label {
  display: flex;
  color: #6e6e6e;
}

.borrowTab .ec-label .tooltip-inner {
  height: 30px;
}

@media (max-width: 767px) {
  .borrowTab .ec-label .tooltip-inner {
    font-size: 12px;
    line-height: 18px;
  }
}

.borrowTab .ec-mobile-only-label {
  display: none;
}

@media (max-width: 767px) {
  .borrowTab .ec-mobile-only-label {
    display: block;
    color: #6e6e6e;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
  }
}

.borrowTab .ec-next-btn {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  padding: 10px 30px;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  border: none;
  color: #fff;
  border-radius: 5px;
  outline: none;
}

@media (max-width: 767px) {
  .borrowTab .ec-next-btn {
    font-size: 14px;
    line-height: 22px;
    /* BBX-4617 START */
    padding: 10px 10px;
    margin-left: 14px;
    /* BBX-4617 END */
    min-width: 90px;
  }
}

.borrowTab .ec-back-btn {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  padding: 10px 30px;
  background: none;
  font-weight: 500;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  border: none;
  color: #1f6eda;
  outline: none;
}

@media (max-width: 767px) {
  .borrowTab .ec-back-btn {
    font-size: 14px;
    line-height: 22px;
    padding: 0;
    margin-right: 10px;
  }
}

.borrowTab .ec-add-another-loan {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #1f6eda;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.borrowTab .ec-bank-privacy-text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #6e6e6e;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .borrowTab .ec-bank-privacy-text {
    font-size: 12px;
  }
}

.borrowTab .ec-borrowTabInactive {
  display: none;
}

.borrowTab .ec-error-message-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 5px;
}

.borrowTab .ec-error-message {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  color: #d92b2b;
  margin-left: 5px;
}

.borrowTab .ec-error-border {
  border: 1px solid #d92b2b !important;
}

.borrowTab .ec-indicative-amount-container {
  display: flex;
  flex-direction: column;
}

.borrowTab .ec-indicative-amount-text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #212121;
  margin-bottom: 0px;
}

.borrowTab .ec-indicative-amount-value {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  /* line-height: 50px; */
  color: #212121;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .borrowTab .ec-indicative-amount-value {
    font-size: 28px;
  }
}

.borrowTab .ec-form-group {
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 5px;
  width: 100%;
  height: calc(2.2em + 0.75rem + 2px);
  display: flex;
  align-items: center;
  font-size: 15px;
  max-width: 258px;
}

@media (max-width: 767px) {
  .borrowTab .ec-form-group {
    max-width: 100%;
  }
}

.borrowTab .ec-form-group:focus {
  color: #212529;
  background-color: #fff;
  /* border-color: #1F6EDA; */
  outline: none;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.borrowTab .ec-form-group input {
  display: inline-block;
  width: 100%;
  border: none;
  outline: none;
  height: auto;
  padding: 0 0 0 10px;
}

.borrowTab .ec-form-group input:focus {
  box-shadow: none;
  outline: none;
}

.borrowTab .ec-form-group span {
  border-right: 1px solid #b2b2b2;
  padding: 0 12px 0 5px;
  color: #6e6e6e;
}

.borrowTab .ec-industry-option-default {
  color: #000000 !important;
}

.ec-label {
  color: #6e6e6e !important;
}


.borrowTab .ec-option-default {
  color: #000000 !important;
}

@media (max-width: 767px) {
  .borrowTab .ec-option-default {
    color: #000000 !important;
  }
}

.borrowTab input::placeholder {
  color: #b2b2b2;
}

.borrowTab .ec-add-icon {
  width: 20px;
  height: 20px;
  top: -2px;
  position: relative;
}

.borrowTab .ec-tooltip-inner {
  max-width: 350px;
  width: 350px;
}

.ec-tooltip {
  position: relative;
  display: inline-block;
}

.ec-tooltip .ec-tooltiptext {
  visibility: hidden;
  background-color: #212121;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  padding: 10px;
}

@media (max-width: 767px) {
  .ec-tooltip .ec-tooltiptext {
    left: 16%;
    top: -125px;
  }
}

.ec-tooltip .ec-tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

@media (max-width: 767px) {
  .ec-tooltip .ec-tooltiptext::after {
    top: 100%;
    left: 92%;
    bottom: 0%;
    border-color: black transparent transparent transparent;
  }
}

.ec-tooltip:hover .ec-tooltiptext {
  visibility: visible;
}

.borrowTab .ec-mobile-number-container {
  border: 1px solid #1f6eda;
}

.borrowTab .ec-h3-labels {
  cursor: default;
}

.borrowTab .tab3 {
  display: flex !important;
  flex-direction: column;
  height: 100%;
}

.borrowTab .ec-bank-indicative-description {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #6e6e6e;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .borrowTab .ec-bank-indicative-description {
    font-size: 14px;
  }
}

.borrowTab .ec-indicative-amount-description-container {
  margin-top: auto;
  width: 80%;
}

@media (max-width: 767px) {
  .borrowTab .ec-indicative-amount-description-container {
    margin-top: auto;
    width: 100%;
  }
}

.borrowTab .ec-input-title {
  margin-top: auto;
  width: 80%;
}

@media (max-width: 767px) {
  .borrowTab .ec-input-title {
    margin-top: auto;
    width: 100%;
  }
}

.borrowTab h3 {
  font-size: 24px;
  line-height: 34px;
  color: #212121;
  max-width: 520px;
}

@media (max-width: 767px) {
  .borrowTab h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

.borrowTab .ec-secondary-header {
  font-size: 15px;
  line-height: 24px;
  color: #212121;
}

@media (max-width: 767px) {
  .borrowTab .ec-secondary-header {
    font-size: 14px;
    line-height: 22px;
  }
}

.ec-outstanding-amount-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.ec-delete-desktop-icon {
  margin-left: 10px;
  cursor: pointer;
  width: 25px;
  height: 25px;
}

@media (max-width: 767px) {
  .borrowTab .ec-delete-desktop-icon {
    display: none;
  }
}

.borrowTab .ec-delete-mobile-icon {
  display: none;
}

@media (max-width: 767px) {
  .borrowTab .ec-delete-mobile-icon {
    display: block;
    margin-left: auto;
    cursor: pointer;
    width: 25px;
    height: 25px;
  }
}

.borrowTab .ec-loantype-container {
  position: relative;
}

@media (max-width: 767px) {
  .borrowTab .ec-loantype-container {
    display: flex;
    align-items: center;
    top: 0px;
  }
}

/* BBX-6111 START*/
.borrowTab .ec-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* SVG background image */
  background: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.12204 8.1943C5.28476 8.03159 5.54858 8.03159 5.71129 8.1943L10 12.483L14.2887 8.1943C14.4514 8.03159 14.7152 8.03159 14.878 8.1943C15.0407 8.35702 15.0407 8.62084 14.878 8.78356L10.2946 13.3669C10.1319 13.5296 9.86809 13.5296 9.70537 13.3669L5.12204 8.78356C4.95932 8.62084 4.95932 8.35702 5.12204 8.1943Z' fill='%236E6E6E'/%3E%3C/svg%3E%0A")
    no-repeat;
  background-size: 20px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  color: #B2B2B2;
}

.borrowTab .ec-select.ec-select-active {
  color: #212121;
}
/* BBX-6111 END*/

@media (max-width: 767px) {
  .borrowTab .ec-outstanding-container {
    margin-top: 30px;
  }
}
/* Eligibility calculator Start */
/* BBX-821 START */
.buy-rent-calculator {
    background-color: #133359;
    padding: 30px 15px;
}

.buy-rent-calculator .page-title {
    color: #ffffff;
    margin-bottom: 30px;
}

.buy-rent-calculator .header-buttons-row {
    margin-bottom: 20px;
    overflow-x: auto;
}

.header-buttons-row button {
    border-radius: 40px;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    white-space: nowrap;
}

.buy-rent-calculator .header-buttons-row .btn-default-secondary {
    background-color: #f5f5f5;
}

.buy-rent-calculator .header-buttons-row .btn-default-primary {
    background: none;
    border: 2px solid #ffffff;
}

.buy-rent-calculator .calculator-badge {
    max-width: 950px;
}

.buy-rent-calculator .calculator-form-body {
    padding: 30px 20px 20px;
    background-color: #ffffff;
    border-radius: 10px 10px 0 0;
}

.buy-rent-calculator .calculator-form-body .form-section-title {
    margin-top: 30px;
}

.buy-rent-calculator .calculator-form-body .form-label {
    font-size: 12px;
    line-height: 18px;
    color: #6e6e6e;
    position: relative;
}

.buy-rent-calculator .calculator-form-body .form-input {
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px 6px 10px;
    font-size: 14px;
    line-height: 22px;
    color: #252626;
}

.buy-rent-calculator .calculator-form-body .form-label img {
    margin-left: 5px;
    cursor: pointer;
}

.buy-rent-calculator .calculator-form-body .form-input-wrapper {
    position: relative;
}

.buy-rent-calculator .calculator-form-body .form-input-wrapper:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: attr(data-placeholder);
    pointer-events: none;
    opacity: 1;
}

.buy-rent-calculator .calculator-form-body .placeholder-rent:after {
    left: 10px;
}

.buy-rent-calculator .calculator-form-body .placeholder-purchase-price:after {
    left: 10px;
}

.buy-rent-calculator .calculator-form-body .placeholder-interest-rate:after {
    left: 44px;
}

.buy-rent-calculator .calculator-form-body .placeholder-mortgage-tenure:after, .buy-rent-calculator .calculator-form-body .placeholder-year:after {
    left: 29px;
}

.buy-rent-calculator .calculator-form-body .form-label .popover-body {
    bottom: auto;
    top: calc(100% + 10px);
    left: auto;
    transform: translateX(-50%);
}

.buy-rent-calculator .calculator-form-body .form-label .popover-body::after {
    content: "";
    position: absolute;
    top: -10px;
    left: calc(50% - 10px);
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #212121 transparent;
}

.buy-rent-calculator .buy-rent-logo {
    width: 200px;
    height: 300px;
}

.buy-rent-calculator .calculator-form-footer {
    margin-top: 30px;
}

.calculator-graph-panel, .calculator-results {
    background: #f5f5f5;
    padding: 15px 80px;
}

@media (max-width: 760px) {
    .calculator-graph-panel, .calculator-results {
        padding: 15px;
    }
}

.buy-rent-calculator .calculator-graph-panel .better-option-statement {
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 34px;
    font-family: Roboto;
}

.buy-rent-calculator .calculator-graph-panel .total-savings-statement {
    margin-bottom: 20px;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    font-family: Roboto;
}

.buy-rent-calculator .uob-accordion .accordion .card .card-body {
    white-space: normal;
}

.cost-breakup-head-row {
    color: #1f6eda;
}

.cost-breakup-body-row {
    color: #212121;
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}

/* .calculator-table tr td:first-child {
    position: relative;
}

.calculator-table tr td:first-child::before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% + 10px);
    right: 0;
    top: -5px;
    box-shadow: 10px 0 10px -6px rgb(0 0 0 / 25%);
} */

.calculation-breakdown-table-wrapper {
    overflow: auto;
    position: relative;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    border-radius: 20px;
    width: 100%;
    background-color: #fff;
}

.calculation-breakdown-table {
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
}

.calculation-breakdown-table tr:first-child td+td {
    white-space: nowrap;
}

.calculation-breakdown-table tr:first-child td {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    background-color: #133359;
    color: #fff;
    padding: 20px 13px;
}

.calculation-breakdown-table td {
    border-top: 0;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 13.8px;
    white-space: nowrap;
    width: 200px;
}

.calculation-breakdown-table tr:first-child td:first-child {
    border-top-left-radius: 10px;
}

.calculation-breakdown-table tr:first-child td:last-child {
    border-top-right-radius: 10px;
}

.calculation-breakdown-table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.calculation-breakdown-table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.calculation-breakdown-table tr:last-child td {
    border-bottom: 0;
}

.calculation-breakdown-table tr td:last-child {
    border-right: 0;
}

.shadow {
    position: relative;
}

/* .shadow:before {
    box-shadow: -15px 0 15px -20px inset;
    content: " ";
    height: 100%;
    top: 0;
    left: -15px;
    position: absolute;
    width: 15px;
} */

.shadow:after {
    box-shadow: 15px 0 15px -20px inset;
    content: " ";
    height: 100%;
    position: absolute;
    top: 0;
    right: -15px;
    width: 15px;
}

@media (min-width: 576px) {
    .buy-rent-calculator {
        padding: 40px 34px 40px;
    }
}

@media (min-width: 768px) {
    .buy-rent-calculator {
        padding: 40px 45px 50px;
    }
}

@media (min-width: 992px) {
    .buy-rent-calculator {
        padding: 50px 50px 60px;
    }
    .buy-rent-calculator .page-title {
        margin-bottom: 50px;
    }
    .buy-rent-calculator .header-buttons-row {
        margin-bottom: 30px;
    }
    .buy-rent-calculator .calculator-form-body {
        padding: 50px 60px 30px 60px;
    }
    .buy-rent-calculator .calculator-form-body .form-label {
        font-size: 13px;
        line-height: 20px;
    }
    .buy-rent-calculator .calculator-form-body .form-input {
        font-size: 15px;
        line-height: 24px;
    }
    .buy-rent-calculator .calculator-form-body .form-section-title {
        margin-top: 40px;
    }
    .buy-rent-calculator .calculator-form-body .form-label .popover-body {
        transform: translateX(-40px);
    }
    .buy-rent-calculator .calculator-form-body .form-label .popover-body::after {
        left: 30px;
    }
    .buy-rent-calculator .calculator-form-footer {
        margin-top: 40px;
    }
}

/* BBX-821 END */

/* BBX-5606 START */
.total-costs-title{
    font-family: Roboto;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
}

.total-cost-value{
    font-family: Roboto;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: 24px;
}



.assumptionsContainer{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

  .assumptionItemContainer{
      padding: 30px;
  }
 
  @media (max-width: 992px) {
    .assumptionItemContainer{
        padding: 20px 0px 0px;
        /* padding-left: 0px; */
    }
  }

  .assumptionItemRowsContainer{
      padding-top: 20px;
      flex: 1;
  }

  .assumptionItemTitle{
      font-weight: 700;
      line-height: 24px;
      font-size: 15px;
      font-family: Roboto;
      font-style: normal;
  }

  .assumptionItem{
      font-size: 13px;
      font-weight: 400;
      line-height: 20px;
      font-style: normal;
      font-family: Roboto;
      color: #383838;
  }

  .assumptionItem:not(:first-child){
      padding-top: 10px;
  }

  .market .assumptionItem:last-child{
    padding-left: 30px;
  }

  .other .assumptionItem:last-child{
    padding-left: 115px;
  }

  .purchase .assumptionItem:last-child{
    padding-left: 120px;
  }

  .maintenance .assumptionItem:last-child{
    padding-left: 60px;
  }

  @media (max-width: 992px) {
    .market .assumptionItem:last-child{
        padding-left: 12px;
    }

    .other .assumptionItem:last-child{
        padding-left: 100px;
    }
  }
  .assumptions .col, .assumptions .col-1, .assumptions .col-10, .assumptions .col-11, .assumptions .col-12, .assumptions .col-2, .assumptions .col-3, .assumptions .col-4, .assumptions .col-5, .assumptions .col-6, .assumptions .col-7, .assumptions .col-8, .assumptions .col-9, .assumptions .col-auto, .assumptions .col-lg, .assumptions .col-lg-1, .assumptions .col-lg-10, .assumptions .col-lg-11, .assumptions .col-lg-12, .assumptions .col-lg-2, .assumptions .col-lg-3, .assumptions .col-lg-4, .assumptions .col-lg-5, .assumptions .col-lg-6, .assumptions .col-lg-7, .assumptions .col-lg-8, .assumptions .col-lg-9, .assumptions .col-lg-auto, .assumptions .col-md, .assumptions .col-md-1, .assumptions .col-md-10, .assumptions .col-md-11, .assumptions .col-md-12, .assumptions .col-md-2, .assumptions .col-md-3, .assumptions .col-md-4, .assumptions .col-md-5, .assumptions .col-md-6, .assumptions .col-md-7, .assumptions .col-md-8, .assumptions .col-md-9, .assumptions .col-md-auto, .assumptions .col-sm, .assumptions .col-sm-1, .assumptions .col-sm-10, .assumptions .col-sm-11, .assumptions .col-sm-12, .assumptions .col-sm-2, .assumptions .col-sm-3, .assumptions .col-sm-4, .assumptions .col-sm-5, .assumptions .col-sm-6, .assumptions .col-sm-7, .assumptions .col-sm-8, .assumptions .col-sm-9, .assumptions .col-sm-auto, .assumptions .col-xl, .assumptions .col-xl-1, .assumptions .col-xl-10, .assumptions .col-xl-11, .assumptions .col-xl-12, .assumptions .col-xl-2, .assumptions .col-xl-3, .assumptions .col-xl-4, .assumptions .col-xl-5, .assumptions .col-xl-6, .assumptions .col-xl-7, .assumptions .col-xl-8, .assumptions .col-xl-9, .assumptions .col-xl-auto{
    padding-left: 8px;
  }

/* BBX-5606 END */

/* BBX-2893 START */
.tooltip-container{
    padding: 10px 10px 10px 11px !important;
    background-color: white;
    border-radius: 10px;
    width: 150px;
}

.tooltip-title{
    font-family: Roboto !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 13px !important;
    line-height: 20px !important;
    letter-spacing: 0.5px !important;
    color: #8A8A8A;
}

.tooltip-sub-title{
    font-family: Roboto !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 15px !important;
    line-height: 24px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

/* .tooltip-content{
    padding-top: 5px !important;
} */

.tooltip-chart-symbol0{
    width: 10px;
    height: 10px;
    background-color: #8291FF;
    border-radius: 20px;
}

.tooltip-chart-symbol1{
    width: 10px;
    height: 10px;
    background-color: #FF8080;
    border-radius: 20px;
}

.axes-point-label{
    font-family: Roboto;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    font-style: normal;
}

.buy-rent-calculator .bvr-error-message-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 5px;
}
  
.buy-rent-calculator .bvr-error-message {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
      Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #d92b2b;
    margin-left: 5px;
}
  
.buy-rent-calculator .bvr-error-border {
    border: 1px solid #d92b2b !important;
}

.graphCanvas{
    padding-left: 100px;
    padding-right: 90px;
    padding-top: 60px;
}

@media (max-width: 800px) {
    .graphCanvas{
        margin-top: 60px;
        padding: 0 0 0 0;
    }
}

/*Bug fixes*/
.ps-details-masthead .tool-tips p {
    padding-bottom: 12px;
}

.ps-details-masthead .tool-tips p .tooltip-area, .buy-rent-calculator .calculator-form-body .form-label {
    position: relative;
    display: inline-block;
}

.ps-details-masthead .tool-tips p .tooltip-area .popover-body, .buy-rent-calculator .calculator-form-body .form-label .popover-body {
    background: #212121;
    margin-bottom: 10px;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 0;
    transition: opacity 0.3s;
}

.ps-details-masthead .tool-tips p .tooltip-area .popover-body.show, .buy-rent-calculator .calculator-form-body .form-label .popover-body.show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.buy-rent-calculator .calculator-form-body .form-label .popover-body {
  bottom: auto;
  top: calc(100% + 10px);
  left: auto;
  transform: translateX(-50%);
}

.buy-rent-calculator .calculator-form-body .form-label .popover-body::after {
  content: "";
  position: absolute;
  top: -10px;
  left: calc(50% - 10px);
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #212121 transparent;
}

.assumptionItemContainer .tooltip-area{
  position: relative;
  display: inline-block;
}

.assumptionItemContainer .popover-body{
  bottom: auto;
  top: calc(100% + 4px);
  left: auto;
  transform: translateX(-45%);
  background: #212121;
  margin-bottom: 10px;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  left: 110px;
  transition: opacity 0.3s;
}

.assumptionItemContainer .popover-body::after{
  content: "";
  position: absolute;
  top: -10px;
  left: calc(50% - 39px);
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #212121 transparent;
}

.assumptionItemContainer .popover-body.show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

@-webkit-keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

@keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

.buy-rent-calculator .btn-default-primary{
  outline: none !important;
}

.buy-rent-calculator .btn-default-primary.active{
  color: #1f6eda;
  background: #f5f5f5;
}

.buy-rent-calculator .commercial-calculator-wrapper{
  line-height: 0px;
}

@media (max-width: 769px) {
  .buy-rent-calculator .uob-accordion .accordion .card .card-body{
    padding: 10px 15px;
  }

  .calculation-breakdown-table tr td:first-child{
    width:170px;
  }

  .calculation-breakdown-table tr td:not(:first-child){
    width: 97px;
  }
}

/* BBX-2893 END */ 
/* Eligibility calculator end */


/* BBX-10588 START */

.buy-rent-calculator .calculator-form-body .form-input:focus {
  box-shadow: none;
  border: 1px solid #1f6eda;
  outline: none;
}

/*BBX-10588 END */

/* BBX-4326 START */
.dropdown-menu.calculator-dropdown-menu {
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 8px 0;
  width: 100%;
  margin-top: 10px;
}

.dropdown-menu.calculator-dropdown-menu .dropdown-item {
  padding: 10px;
  font-size: 14px;
  line-height: 22px;
}

.dropdown-menu.calculator-dropdown-menu .dropdown-item:hover {
  background: #EDF5FF;
}
/*BBX-4326 END */
