header
  .header__nav__box
  .header__nav__content.header__nav__content--result--refinancing {
  display: none;
}
#open_refinancing_accordion_desktop {
  cursor: pointer;
}
#open_refinancing_accordion_desktop span.fa.fa-angle-right {
  font-size: 20px;
  transform: rotate(90deg);
  margin: 0px 10px;
  transition: all 0.3s ease-in-out;
}
#open_refinancing_accordion_desktop span.fa.fa-angle-right.opened {
  transform: rotate(270deg);
}
.form__input--whitetext {
  margin-bottom: 1.5em;
}
.header__nav__method {
  margin-bottom: 1.5em;
}
.form__element--radio i {
  background-color: #ec6b00;
  color: white;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  padding: 4px;
  text-align: center;
  margin-left: 4px;
}
.refinancing_box_ctt_left {
  border-bottom: 1px solid #eaeaea;
  text-align: left;
}
.refinancing_box_ctt_left__text {
  line-height: 13px;
  margin-top: -18px;
  font-size: 10px;
  margin-bottom: 8px;
}
.refinancing_amount_box {
  background-color: #ff5e00;
  border-radius: 8px;
  padding: 8px;
  white-space: nowrap;
  margin-left: 5px;
}
.refinancing_input,
.refinancing_accordion_container {
  display: none;
}
.refinancing_input__amount_container {
  align-items: center;
  justify-content: space-between;
  display: flex;
  text-align: left;
}
.refinancing_box__text {
  line-height: 15px;
  margin-top: 15px;
}

.refinancing_result_box {
  background-color: white;
  border-radius: 8px;
  padding: 24px;
  color: #3d3d3d;
}
.refinancing_result_box_title {
  font-size: 20px;
  text-align: center;
  line-height: 32px;
  margin-top: 12px;
}
.refinancing_result_box_text {
  font-size: 13px;
  text-align: center;
  line-height: normal;
  margin: 12px auto;
}
.refinancing_result_box_email {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.refinancing_result_box_email .fa.fa-envelope {
  color: #8a00e2;
  font-size: 22px;
  margin-right: 18px;
}
.refinancing_result_box_email p {
  font-size: 14px;
  line-height: normal;
}
.refinancing_result_box .btn_purple {
  width: 100%;
}

.header__nav__body.refinancing_result.refinancing_success,
.header__nav__body.refinancing_result.refinancing_error,
.header__nav__body.refinancing_result.refinancing_info {
  display: none;
}
