[v-cloak] { display: none; }
.container-fluid {
  width: 80%;
  margin: 0 auto;
  padding: 0;
}
.calculator {
  padding: 40px;
  border-radius: 5px;
  margin: 20px 0;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  display: flex;
  flex-direction: column;
}
.calculator > .row {
  display: flex;
  align-items: end;
}
#paymentCalc .row .col-md-6.col-sm-12 {
  margin-top: 15px;
}
.input-group-addon {
  background-color: #ffffff;
}
.form-select {
  display: block;
  width: 100%;
  color: #212529;
  background-color: #fff;
  border: 1px solid #ced4da;
  height: 50px;
  padding: 6px 12px;
  font-size: 16px;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-select:focus-visible {
  border: 1px solid #ced4da !important;
}
.form-control,
.form-control:focus {
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #ced4da;
  padding-left: 0 !important;
}
#paymentCalc .input-group .form-control {
  height: 50px;
}
#paymentCalc .input-group .form-control,
#paymentCalc .input-group .input-group-addon {
  font-size: 16px;
}
.input-group-addon {
  border-color: #ddd;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  padding-right: 2px !important;
}
.form-control,
.form-control:focus,
.form-select:focus-visible,
.form-switch .form-check-input:focus {
  box-shadow: none;
}
.input-label,
.form-label {
  color: #747373;
  font-size: 10px;
}
.input-label {
  position: absolute;
  z-index: 99 !important;
  margin-left: 10px;
  margin-top: -9px;
  background-color: #ffffff;
  padding: 1px 5px;
  border-radius: 2px;
  font-size: 12px;
}
input[type=radio] {
  margin: 2px 4px;
}
.label_header {
  display: flex;
  margin-bottom: 15px;
}
.label_header .form-check {
  position: relative;
  margin-left: 20px;
  display: block;
  padding-left: 1.5em;
}
label.form-check-label {
  position: absolute;
  margin-top: 2px;
}
.vehicle_result {
  font-weight: bold;
  text-align: center;
}
.vehicle_result .price {
  font-size: 40px;
  display: flex;
  justify-content: center;
}
.vehicle_result a.btn {
  max-width: 300px;
  margin: 0 auto;
}
.vehicle_result .info .help {
  cursor: pointer;
  margin-left: 5px;
}
.modal-header {
  border-bottom: none;
  padding-bottom: 0;
}
.modal-body {
  padding-top: 0;
}
.budget_text {
  font-size: 14px;
  color: #676767;
}
.budget_text .list {
  margin-top: 12px;
}
.info_text {
  font-size: 10px;
  color: #282828;
  padding-top: 15px;
}
.budget_label {
  margin-right: 5px;
  margin-left: 20px;
} /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
} /* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.form-control::placeholder {
  color: #8c8c8c;
  opacity: 0.9;
}
@media all and (max-width: 768px) {
  #paymentCalc .container-fluid {
    width: 100%;
  }
  #paymentCalc .calculator {
    padding: 20px;
  }
  .calculator > .row {
    display: block;
  }
  .vehicle_result {
    margin-top: 20px;
  }
}