/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/loan-calculator/index.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box;
}

div.loan-calculator {
  width: 100%;
  max-width: 1018px !important;
  margin: 0 auto;
}
div.loan-calculator .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: solid 3px #69B875;
  padding-bottom: 18px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  div.loan-calculator .header {
    flex-direction: row;
  }
}
div.loan-calculator .header .header-icon {
  width: 56px;
  height: 56px;
  margin: 0 0 10px;
}
@media screen and (min-width: 1024px) {
  div.loan-calculator .header .header-icon {
    margin: 0 35px 0 0;
  }
}
div.loan-calculator .header .header-title {
  display: block;
  color: #343434;
  font-family: "Lato", sans-serif !important;
  font-size: 24px !important;
  font-weight: 700;
  letter-spacing: 0.24px;
  margin: 0 0 7px !important;
}
div.loan-calculator .header .header-subtitle {
  display: block;
  color: #343434;
  font-family: "Lato", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
div.loan-calculator .body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
}
div.loan-calculator .body > * {
  flex: 1;
}

.loan-calculator-form {
  min-width: 230px;
  max-width: 382px;
  margin-bottom: 38px;
}
@media screen and (min-width: 1024px) {
  .loan-calculator-form {
    margin-bottom: 0;
  }
}
.loan-calculator-form__title {
  display: block;
  color: #343434;
  font-family: "Lato", sans-serif !important;
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 5px;
}
.loan-calculator-form__subtitle {
  display: block;
  color: #7F7E7E;
  font-family: "Lato", sans-serif !important;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
}
.loan-calculator-form__submit {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.loan-calculator-form__submit-button {
  color: #FFF;
  font-family: "Lato", sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 21.5px;
  background: #00B742;
  border: none;
  padding: 12px 0;
  max-width: 268px;
  width: 100%;
  cursor: pointer;
}
.loan-calculator-form__submit-button:hover, .loan-calculator-form__submit-button:active, .loan-calculator-form__submit-button:focus {
  background: #008B32;
}

.input-slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
}
.input-slider__label {
  color: #343434;
  font-family: "Lato", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 17px;
}
.input-slider__value {
  color: #343434;
  font-family: "Lato", sans-serif !important;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}
.input-slider__value--hidden {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}
.input-slider__input {
  width: 100%;
  margin-bottom: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 15px;
  height: 5px;
  background: #ccc;
}
.input-slider__input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 20px;
  width: 20px;
  background-color: #00B742;
  border-radius: 50%;
  border: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.input-slider__input::-moz-range-thumb {
  height: 20px;
  width: 20px;
  background-color: #00B742;
  border-radius: 50%;
  border: none;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.input-slider__input::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 10px rgba(0, 183, 66, 0.1);
}
.input-slider__input:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 13px rgba(0, 183, 66, 0.2);
}
.input-slider__input:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 13px rgba(0, 183, 66, 0.2);
}
.input-slider__input::-moz-range-thumb:hover {
  box-shadow: 0 0 0 10px rgba(0, 183, 66, 0.1);
}
.input-slider__input:active::-moz-range-thumb {
  box-shadow: 0 0 0 13px rgba(0, 183, 66, 0.2);
}
.input-slider__input:focus::-moz-range-thumb {
  box-shadow: 0 0 0 13px rgba(0, 183, 66, 0.2);
}
.input-slider__text-input {
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.input-slider__text-input--active {
  opacity: 1;
  width: 100%;
  height: initial;
  overflow: initial;
  text-align: center;
  border: none;
  border-bottom: solid 1px black;
  background: transparent;
  color: #343434;
  font-family: "Lato", sans-serif !important;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}
.input-slider__range-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 3px;
}
.input-slider__range {
  color: #585454;
  font-family: "Lato", sans-serif !important;
  font-size: 12px;
  font-weight: 400;
}

.loan-calculator-chart {
  padding: 0 20px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 475px;
}
@media screen and (min-width: 1024px) {
  .loan-calculator-chart {
    width: auto;
    padding: 0 54px;
  }
}
.loan-calculator-chart__legend {
  max-width: 222px;
  margin: 0 auto;
}
.loan-calculator-chart__legend-item {
  position: relative;
  padding-left: 25px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
  color: #585454;
}
.loan-calculator-chart__legend-item:before {
  content: "";
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background-color: red;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
}
.loan-calculator-chart__legend-item--principal:before {
  background-color: #D8F0D9;
}
.loan-calculator-chart__legend-item--interest:before {
  background-color: #00B742;
}
.loan-calculator-chart__line-item {
  display: flex;
  justify-content: space-between;
}
.loan-calculator-chart__line-item-property {
  color: #343434;
  font-family: "Lato", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
}
.loan-calculator-chart__line-item-value {
  color: #00B742;
  text-align: right;
  font-family: "Lato", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
}
.loan-calculator-chart__line-section {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: solid 1px #CECDCD;
  border-bottom: solid 1px #CECDCD;
  margin: 10px 0;
  width: 100%;
}
.loan-calculator-chart__graph {
  position: relative;
  max-height: 200px;
  padding: 20px 0;
}
.loan-calculator-chart__overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 140px;
}
.loan-calculator-chart__overlay-title {
  color: #343434;
  font-family: "Lato", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.loan-calculator-chart__overlay-subtitle {
  color: #343434;
  font-family: "Lato", sans-serif !important;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
}
.loan-calculator-chart__logo {
  margin: 0 auto;
  display: block;
}
.loan-calculator-chart__toggle-amortization {
  cursor: pointer;
  color: #343434;
  font-family: "Lato", sans-serif !important;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-decoration-line: underline;
  margin-top: 18px;
  display: block;
}

.loan-calculator-amortization {
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.loan-calculator-amortization--active {
  opacity: 1;
  height: initial;
  overflow: initial;
  padding: 28px 0 28px 38px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  max-width: 555px;
  width: 100%;
  margin: 30px auto 0 auto;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .loan-calculator-amortization--active {
    padding: 24px 40px;
    margin: 42px auto 0 auto;
  }
}
.loan-calculator-amortization__close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .loan-calculator-amortization__close {
    top: 15px;
    right: 15px;
  }
}
.loan-calculator-amortization__header {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}
@media screen and (min-width: 1024px) {
  .loan-calculator-amortization__header {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 38px;
  }
}
.loan-calculator-amortization__start-date {
  display: flex;
  flex-direction: column;
}
.loan-calculator-amortization__start-date-title {
  color: #343434;
  font-family: "Lato", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}
.loan-calculator-amortization__start-date-input {
  color: #343434;
  font-family: "Lato", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #D9D9D9;
  padding: 12px 18px;
  width: 100%;
  max-width: 205px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .loan-calculator-amortization__start-date-input {
    margin-bottom: 0;
  }
}
.loan-calculator-amortization__payoff-date {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .loan-calculator-amortization__payoff-date {
    padding-top: 12px;
    text-align: right;
  }
}
.loan-calculator-amortization__payoff-date-title {
  color: #343434;
  font-family: "Lato", sans-serif !important;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 6px;
}
.loan-calculator-amortization__payoff-date-value {
  color: #343434;
  font-family: "Lato", sans-serif !important;
  font-size: 24px;
  font-weight: 700;
}
.loan-calculator-amortization__table {
  width: 100%;
  overflow: auto;
}
.loan-calculator-amortization__table-title {
  color: #343434;
  font-family: "Lato", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}
.loan-calculator-amortization__table-target table {
  width: 100%;
  border-collapse: collapse;
  min-width: 475px;
}
.loan-calculator-amortization__table-target th, .loan-calculator-amortization__table-target td {
  color: #343434;
  font-family: "Lato", sans-serif !important;
  font-size: 12px;
  font-weight: 400;
  padding: 8px 0;
}
.loan-calculator-amortization__table-target th:not(:first-of-type), .loan-calculator-amortization__table-target td:not(:first-of-type) {
  text-align: right;
}
.loan-calculator-amortization__table-target th:not(:first-of-type):not(:last-of-type), .loan-calculator-amortization__table-target td:not(:first-of-type):not(:last-of-type) {
  text-align: center;
}
.loan-calculator-amortization__table-target td:first-of-type {
  padding-left: 12px;
}
.loan-calculator-amortization__table-target tr {
  border-top: solid 1px #CECDCD;
}

.loan-calculator-edit {
  font-family: "Lato", sans-serif !important;
}
.loan-calculator-edit__form-option-group {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

/*# sourceMappingURL=index.css.map*/