<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cover-slider,
#vehicle-slider {
  margin-top: 17px;
  margin-left: 10px;
  width: 95%;
}

#vehicle-slider {
  margin-top: 17px;
  margin-left: 10px;
  width: 50%;
}

.ui-widget.ui-widget-content {
  border: 0;
  background: #edf0f3;
}

.ui-slider-horizontal {
  height: 0.2em;
}

.select-value {
  padding: 5px;
  background-color: var(--white);
  border: 1px solid var(--light-grey);
  color: var(--black);
  text-align: center;
  display: inline-block;
  margin-left: -3px;
  cursor: pointer;
  width: 10%;
  font-size: 14px;
  font-weight: bold;
}

.select-value-conditions {
  width: 150px;
}

.select-pa {
  width: 100px;
}

.active {
  background-color: rgba(128, 211, 155, 0.3);
  border: 1px solid rgba(128, 211, 155, 1);
}

.quote-section-wrapper {
  margin-top: 25px;
}

.quote-section-wrapper h5 {
  margin-top: 5px;
}

.current-selection {
  color: var(--red);
}

#quote-info-section {
  margin-top: 50px;
  padding: 35px 0;
  background-color: var(--light-grey);
  color: var(--dark-blue);
  font-size: 34px;
  font-weight: 700;
}

#quote-info-section:after {
  content: "";
  position: absolute;
  left: 190px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 20px solid var(--light-grey);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  margin-top: 35px;
}

#subline {
  font-size: 14px;
  font-weight: 300;
}

.handle-value {
  color: var(--white);
  margin-left: 7px;
  font-size: 12px;
  vertical-align: 6px;
  font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
  font-weight: 300;
}

#vehicle-slider .handle-value {
  margin-left: 10px;
}

.quote-stage-block {
  display: inline-block;
}

.quote-stage-divider {
  display: inline-block;
  width: 10%;
}

.quote-stage-divider-line {
  margin-bottom: 38px;
  border-top: 2px solid var(--light-grey);
}

.qsdl-active {
  margin-bottom: 38px;
  border-top: 2px solid var(--light-blue);
}

.quote-stage-cell {
  padding-top: 10px;
  background-color: var(--light-grey);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  text-align: center;
  font-weight: 700;
  margin: auto;
}

.quote-stage-label {
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  margin-top: 5px;
}

.qsc-active {
  background-color: var(--light-blue);
  color: var(--white);
  cursor: pointer;
}

.qsl-active {
  color: var(--light-blue);
  cursor: pointer;
}

#premium-wrapper {
  height: 54px;
}

#premium {
  font-size: 54px;
  line-height: 54px;
  font-weight: 900;
  height: 54px;
}

#datepicker {
  text-align: center;
}

.driver-selected-badge {
  cursor: pointer;
  display: inline-block;
  background-color: var(--light-green);
  border: 1px solid var(--green);
  padding: 1px 10px;
}
</pre></body></html>