@keyframes bounceDown {
  0% {
    transform: scale(1, 1) translateX(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateX(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-4px);
  }
  50% {
    transform: scale(1.05, 0.95) translateY(6px);
  }
  57% {
    transform: scale(1, 1) translateY(-2px);
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes bounce2 {
  0% {
    transform: scale(1, 1) translateX(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateX(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateX(-4px);
  }
  50% {
    transform: scale(1.05, 0.95) translateX(2px);
  }
  57% {
    transform: scale(1, 1) translateX(-2px);
  }
  64% {
    transform: scale(1, 1) translateX(0);
  }
  100% {
    transform: scale(1, 1) translateX(0);
  }
}
/* Fonts */
.thr-calc__head {
  padding: 32px 0;
  background-color: #A61C1C;
}
.thr-calc__title, .thr-calc__desc {
  text-align: center;
  color: #FFF;
}
.thr-calc__title {
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.thr-calc__wrapper {
  padding: 32px 0 64px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
}
.thr-calc__calculator, .thr-calc__result {
  flex: 0 0 100%;
  width: 100%;
}
.thr-calc__calculator {
  max-width: 450px;
}
.thr-calc__calculator .box {
  flex: 0 0 100%;
  width: 100%;
  max-width: calc(50% - 12px);
  border: 1px solid #D0D6DD;
  border-radius: 16px;
}
.thr-calc__calculator .box.highlight {
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.05), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.thr-calc__calculator .box__header {
  padding: 16px 24px;
  background: #edf0f2;
  border-bottom: 1px solid #D0D6DD;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
.thr-calc__calculator .box__title {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #232933;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.thr-calc__calculator .box__body {
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.thr-calc__calculator .box__form {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.thr-calc__calculator .box__row {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.thr-calc__calculator .box__row.action {
  padding-top: 8px;
  justify-content: flex-start;
  gap: 16px;
}
.thr-calc__calculator .box__row.action .btn {
  padding: 8px 16px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  border-radius: 6px;
}
.thr-calc__calculator .box__row.copy {
  padding-bottom: 16px;
}
.thr-calc__calculator .box__row.copy .box__field {
  max-width: 248px;
  position: relative;
}
.thr-calc__calculator .box__row.copy .box__field .box__alert {
  font-size: 12px;
  line-height: 16px;
  color: #3C914D;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  position: absolute;
  bottom: -18px;
  left: 0;
  display: none;
}
.thr-calc__calculator .box__row .notification {
  padding: 12px 16px;
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 14px;
  line-height: 24px;
  color: #232933;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.thr-calc__calculator .box__row .notification .icon {
  flex: 0 0 24px;
  width: 24px;
}
.thr-calc__calculator .box__row .notification .message {
  flex: 0 0 calc(100% - 36px);
  width: calc(100% - 36px);
}
.thr-calc__calculator .box__row .notification.warning {
  background: #FBF3DD;
}
.thr-calc__calculator .box__row .notification.info {
  background: #EAECFB;
}
.thr-calc__calculator .box__row .notification a {
  color: #4B61DD;
  text-decoration: underline;
}
.thr-calc__calculator .box__row .notification a:hover {
  text-decoration: none;
}
.thr-calc__calculator .box__copy {
  display: inline-flex;
  cursor: pointer;
}
.thr-calc__calculator .box__field {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.thr-calc__calculator .box__field.dpicker {
  position: relative;
}
.thr-calc__calculator .box__field.dpicker::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 width%3D%2218%22 height%3D%2219%22 viewBox%3D%220 0 18 19%22 fill%3D%22none%22%3E%3Cpath d%3D%22M5.66667 1.66669V3.33335M12.3333 1.66669V3.33335M4.83333 7.08335H13.1667M11.5 14.5834H13.1667M7.33333 17.5H10.6667C14.8333 17.5 16.5 15.8334 16.5 11.6667V8.33335C16.5 4.16669 14.8333 2.50002 10.6667 2.50002H7.33333C3.16667 2.50002 1.5 4.16669 1.5 8.33335V11.6667C1.5 15.8334 3.16667 17.5 7.33333 17.5Z%22 stroke%3D%22%23626B79%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.thr-calc__calculator .box__field .select.bootstrap-select > .dropdown-toggle {
  font-size: 14px;
  line-height: 20px;
  padding: 8px 12px;
  border: 1px solid #D0D6DD;
  border-radius: 6px;
}
.thr-calc__calculator .box__field .form-check {
  display: inline-flex;
}
.thr-calc__calculator .box__field .form-check .form-check-label {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.thr-calc__calculator .box__field .form-check .form-check-label .form-check-input {
  width: 18px;
  height: 18px;
  border: 1px solid #D0D6DD;
  border-radius: 50%;
  background-color: #FFF;
}
.thr-calc__calculator .box__field .form-check .form-check-label .form-check-input:checked {
  border-color: #4B61DD;
  background-color: #4B61DD;
}
.thr-calc__calculator .box__field .form-control {
  border: 1px solid #D0D6DD;
  border-radius: 6px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  padding: 8px 12px;
}
.thr-calc__calculator .box__field .form-control::disabled {
  background: #EDF0F2;
  color: #8B95A5;
}
.thr-calc__calculator .box__field .form-control.calc-datepicker {
  padding: 8px 36px 8px 12px;
}
.thr-calc__calculator .box__field.currency {
  position: relative;
}
.thr-calc__calculator .box__field.currency::before {
  content: "Rp";
  width: auto;
  height: auto;
  position: absolute;
  z-index: 2;
  left: 4px;
  top: 4px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  padding: 6px;
  border-radius: 4px 0 0 4px;
  background: #EDF0F2;
  mix-blend-mode: multiply;
  width: 32px;
  height: 32px;
  text-align: center;
}
.thr-calc__calculator .box__field.currency .form-control {
  padding: 8px 12px 8px 44px;
  text-align: right;
}
.thr-calc__calculator .box__field.percentage {
  position: relative;
}
.thr-calc__calculator .box__field.percentage::after {
  content: "%";
  width: auto;
  height: auto;
  position: absolute;
  z-index: 2;
  right: 4px;
  top: 4px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  padding: 6px;
  border-radius: 0 4px 4px 0;
  background: #EDF0F2;
  mix-blend-mode: multiply;
  width: 32px;
  height: 32px;
  text-align: center;
}
.thr-calc__calculator .box__field.percentage .form-control {
  padding: 8px 44px 8px 12px;
}
.thr-calc__calculator .box__field .form-control.error,
.thr-calc__calculator .box__field .bootstrap-select.select.error {
  border-color: #C0392B;
  transition: all linear 0.2s;
}
.thr-calc__calculator .box__field .form-control.error .bttn.dropdown-toggle,
.thr-calc__calculator .box__field .bootstrap-select.select.error .bttn.dropdown-toggle {
  border-color: #C0392B;
  transition: all linear 0.2s;
}
.thr-calc__calculator .box__mark {
  flex: 0 0 100%;
  width: 100%;
  max-width: 4px;
}
.thr-calc__calculator .box__label {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  color: #232933;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.thr-calc__calculator .box__label .tooltip {
  position: relative;
  opacity: 1;
  cursor: pointer;
  z-index: 2;
}
.thr-calc__calculator .info {
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  background-color: #EAECFB;
  border: 1px solid #0031BE;
  border-radius: 12px;
  margin-bottom: 8px;
  padding: 12px 16px;
  display: none;
}
.thr-calc__calculator .info.active {
  display: flex;
}
.thr-calc__calculator .info .left {
  flex: 0 0 24px;
  width: 24px;
}
.thr-calc__calculator .info .right {
  flex: 0 0 100%;
  width: 100%;
  max-width: calc(100% - 36px);
  font-size: 14px;
  line-height: 24px;
  color: #232933;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.thr-calc__calculator .info .right a {
  color: #4B61DD;
  text-decoration: underline;
}
.thr-calc__calculator .info .right a:hover {
  text-decoration: none;
}
.thr-calc__result {
  max-width: 574px;
}
.thr-calc__result .blank-state {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.thr-calc__result .blank-state > img {
  height: 240px;
  width: auto;
  margin-bottom: 12px;
}
.thr-calc__result .blank-state .title,
.thr-calc__result .blank-state .desc {
  text-align: center;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
.thr-calc__result .blank-state .title {
  font-size: 20px;
  line-height: 28px;
  color: #232933;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 4px;
}
.thr-calc__result .blank-state .desc {
  color: #626B79;
}
.thr-calc__result .result-state {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
.thr-calc__result .result-state .box-result {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  background-color: #F1F5F9;
  border-radius: 8px;
  margin-top: 16px;
}
.thr-calc__result .result-state .box-result:first-child {
  margin-top: 0;
}
.thr-calc__result .result-state .box-result:last-child {
  margin-top: 16px;
}
.thr-calc__result .result-state .box-result .title,
.thr-calc__result .result-state .box-result .components {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
.thr-calc__result .result-state .box-result .title {
  padding: 16px 24px;
  color: #232933;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.thr-calc__result .result-state .box-result .components {
  display: flex;
  flex-wrap: wrap;
  padding: 0 24px 16px 24px;
  gap: 12px;
}
.thr-calc__result .result-state .box-result .components .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex: 0 0 100%;
  width: 100%;
}
.thr-calc__result .result-state .box-result .components .item .label,
.thr-calc__result .result-state .box-result .components .item .mark,
.thr-calc__result .result-state .box-result .components .item .value {
  display: block;
}
.thr-calc__result .result-state .box-result .components .item .label {
  flex: 0 0 160px;
  width: 160px;
}
.thr-calc__result .result-state .box-result .components .item .mark {
  flex: 0 0 5px;
  width: 5px;
}
.thr-calc__result .result-state .box-result .components .item .value {
  flex: 0 0 calc(100% - 189px);
  width: calc(100% - 189px);
  text-align: right;
}
.thr-calc__result .result-state .box-result .components .item .value strong {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.thr-calc__result .result-state .box-result.final {
  background-color: #fff;
  border: 1px solid #D0D6DD;
}
.thr-calc__result .result-state .box-result.final .top {
  display: block;
  padding: 16px;
  border-bottom: 1px solid #D0D6DD;
}
.thr-calc__result .result-state .box-result.final .top .title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.thr-calc__result .result-state .box-result.final .top .desc {
  font-size: 12px;
  line-height: 16px;
  color: #626B79;
}
.thr-calc__result .result-state .box-result.final .bottom {
  display: flex;
  width: 100%;
  gap: 8px;
  justify-content: flex-end;
  align-items: center;
  background-color: #E8F5EB;
  padding: 16px;
}
.thr-calc__result .result-state .box-result.final .bottom .total {
  font-size: 32px;
  line-height: 48px;
  border: 0;
  background: transparent;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #232933;
  flex: 0 0 auto;
  text-align: right;
}
.thr-calc__result .result-state .box-result.final .bottom .box__copy {
  flex: 0 0 auto;
  cursor: pointer;
}
.thr-calc__result .toggle-result {
  display: none;
}
.thr-calc__result .toggle-result.active {
  display: flex;
}
.thr-calc__result .copy-notif {
  font-size: 12px;
  line-height: 16px;
  color: #4B61DD;
  margin-top: 8px;
  display: none;
}
@media screen and (max-width: 1199px) {
  .thr-calc__calculator, .thr-calc__result {
    max-width: calc(50% - 12px);
  }
  .thr-calc__calculator .result-state .box-result .components .item .label,
  .thr-calc__calculator .result-state .box-result .components .item .value, .thr-calc__result .result-state .box-result .components .item .label,
  .thr-calc__result .result-state .box-result .components .item .value {
    flex: 0 0 calc(50% - 14.5px);
    width: calc(50% - 14.5px);
  }
}
@media screen and (max-width: 991px) {
  .thr-calc__calculator, .thr-calc__result {
    max-width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .thr-calc__calculator .box__row.action .btn {
    width: auto;
  }
  .thr-calc__result .result-state .box-result.final .bottom .total {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 350px) {
  .thr-calc__title {
    font-size: 32px;
    line-height: 40px;
  }
  .thr-calc__result .result-state .box-result .components .item {
    gap: 6px;
  }
  .thr-calc__result .result-state .box-result .components .item .mark {
    display: none;
  }
  .thr-calc__result .result-state .box-result .components .item .label,
  .thr-calc__result .result-state .box-result .components .item .value {
    flex: 0 0 100%;
    width: 100%;
  }
  .thr-calc__result .result-state .box-result .components .item .label {
    font-family: "Inter", sans-serif;
    font-weight: 600;
  }
  .thr-calc__result .result-state .box-result .components .item .value {
    text-align: left;
  }
}/*# sourceMappingURL=thr-calculator.css.map */