@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
.ftz-wrapper {
  width: 100%;
}

.ftz-wrapper * {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ftz-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.ftz-calc-logo-container {
  text-align: left;
  position: absolute;
  top: -12px;
  left: 27px;
}

.ftz-calc-logo-container img {
  width: 100px;
}

.ftz-calc-heading {
  font-size: 25px;
  text-align: center;
  font-weight: 500;
}

.top-results-container {
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
}
.top-results-container .ftz-res-value {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.top-results-container .ftz-res-label {
  font-size: 14px;
  text-align: center;
  color: #737373;
}

.ftz-main {
  width: 100%;
  background-color: #e9e9e9;
  padding: 20px;
  border-radius: 20px;
}
.ftz-main .ftz-calc-sub-heading {
  font-size: 22px;
  text-align: center;
  font-weight: 500;
  margin: 15px 0 10px 0;
}

.ftz-inp-sec {
  width: 100%;
}

.ftz-input-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.ftz-input-row .ftz-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ftz-input-row .ftz-label label {
  font-family: sans-serif;
  font-size: 18px;
}
.ftz-input-row .ftz-inp {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ftz-input-row .ftz-inp .calc-input {
  width: 100%;
  max-width: 300px;
  height: 35px;
  border: 1px solid rgb(75, 74, 74);
  border-radius: 3px;
  outline: none;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
}
.ftz-input-row .ftz-inp .calc-input::-webkit-input-placeholder {
  font-size: 14px;
}
.ftz-input-row .ftz-inp .calc-input::-moz-placeholder {
  font-size: 14px;
}
.ftz-input-row .ftz-inp .calc-input:-ms-input-placeholder {
  font-size: 14px;
}
.ftz-input-row .ftz-inp .calc-input::-ms-input-placeholder {
  font-size: 14px;
}
.ftz-input-row .ftz-inp .calc-input::placeholder {
  font-size: 14px;
}
.ftz-input-row .ftz-inp .result-value {
  font-size: 18px;
  font-weight: bold;
  color: #145DA0;
  width: 100%;
  text-align: right;
}

.ftz-calc-btn-container {
  text-align: center;
  margin: 15px 0;
}
.ftz-calc-btn-container .ftz-calc-btn {
  font-size: 20px;
  background-color: #145DA0;
  padding: 10px 20px;
  color: #fff;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  min-width: 200px;
}

@media screen and (max-width: 768px) {
  .ftz-container {
    width: 100%;
  }
  .ftz-input-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .main-results .ftz-input-row {
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    margin: 10px auto;
  }
  .ftz-label, .ftz-inp {
    width: 100% !important;
  }
  .ftz-input-row .ftz-label {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ftz-input-row .ftz-label label {
    text-align: center;
    margin-bottom: 5px;
  }
  .ftz-input-row .result-value {
    text-align: center !important;
  }
  .top-results-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-results-container .ftz-result-card {
    margin: 15px 0;
  }
  .top-results-container .ftz-res-value {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  .top-results-container .ftz-res-label {
    font-size: 14px;
    text-align: center;
    color: #737373;
  }
}
.input-group-append,
.input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .input-group-text {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.input-group-prepend .calc-input {
  border-left: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.input-group-append .calc-input {
  border-right: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.55rem;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #145DA0;
  border: 1px solid rgb(75, 74, 74);
  border-radius: 3px;
}

.input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}

.input-group-append > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}

.divider {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  height: 1px;
}

.div-transparent:before {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  width: 90%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgb(48, 49, 51)), to(transparent));
  background-image: linear-gradient(to right, transparent, rgb(48, 49, 51), transparent);
}

.div-dot:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -9px;
  left: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background-color: goldenrod;
  border: 1px solid red;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px white, 0 0 0 4px white;
          box-shadow: inset 0 0 0 2px white, 0 0 0 4px white;
}

.ftz-calc-disclaimer p {
  margin-bottom: 20px;
  font-size: 16px;
}

.ftz-calc-disclaimer strong {
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */