.rd-quote-form {
  opacity: 0;
  transition: opacity 0.6s;
}
.rd-quote-form.loaded {
  opacity: 1 !important;
}
.rd-quote-form .bs-stepper-header .step {
  flex-grow: 1;
  flex-basis: 0;
}
.rd-quote-form .bs-stepper-header .step .step-trigger {
  width: 100%;
}
.rd-quote-form .bs-stepper-header .step.active .step-trigger {
  background: #f0f0f0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rd-quote-form .bs-stepper-header .step.active .step-trigger:hover {
  cursor: default;
}
.rd-quote-form .bs-stepper-content {
  padding: 40px;
  border: 1px solid #f0f0f0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.rd-quote-form .bs-stepper-content .headings {
  margin-bottom: 10px;
}
.rd-quote-form .bs-stepper-content .headings .heading {
  font-weight: bold;
}
.rd-quote-form .bs-stepper-content .line-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.rd-quote-form .bs-stepper-content .line-item .qty label {
  display: none;
}
.rd-quote-form .bs-stepper-content .controls {
  margin-top: 30px;
}
.rd-quote-form .bs-stepper-content .controls > div {
  display: flex;
  justify-content: flex-end;
}
.rd-quote-form .bs-stepper-content .controls > div > button:not(:last-of-type) {
  margin-right: 10px;
}
.rd-quote-form .bs-stepper-content .flex-center {
  display: flex;
  align-content: center;
  align-items: center;
}
.rd-quote-form .bs-stepper-content .flex-center hr {
  flex-grow: 1;
  border-color: #f0f0f0;
  border-style: solid;
  margin-left: 20px;
}
.rd-quote-form .bs-stepper-content .quote .page {
  padding-top: 30px;
}
.rd-quote-form .bs-stepper-content .quote .sub {
  padding-bottom: 30px;
  padding-top: 10px;
}
.rd-quote-form .bs-stepper-content .quote .total .heading {
  font-size: 22px;
}
.rd-quote-form .bs-stepper-content .cta .buttons {
  margin-top: 20px;
  text-align: center;
}
.rd-quote-form .bs-stepper-content .cta .buttons .fusion-button {
  font-size: 22px;
  background: #007bff;
  padding: 20px 40px;
  color: white;
  margin: 0 auto;
  line-height: 22px;
}

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