#form-holder form .control-group label.error {
  color: #ff3e5e;
  font-size: 12px;
}

#form-holder form .wrap-checkbox .checkbox-group label.error {
  display: block;
  color: #ff3e5e;
  float: none;
  font-size: 12px;
}
.label-naked {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-appearance: none;
  text-align: left;
  font-size: 16px;
  background-color: transparent;
  cursor: pointer;
}
.xc {
  padding: 2rem 0;
}
.xc-label {
  font-size: 16px;
  font-weight: 500;
  color: #6c757d;
  padding-right: 20px;
}
.xc-form-step {
  border-top: 1px solid #75787b;
  color: #242221;
  font-family: "CupraLight", serif;
}
.xc .btn-primary {
  background-color: #003c4a;
  border-color: #003c4a;
}
.xc-form-step label[role="button"] {
  cursor: pointer;
}
.xc-form-step .richtext {
  color: #6c757d;
  font-size: 14px;
}
.xc-form-step .xc-sede {
  margin-bottom: 10px;
  padding: 8px;
  border-radius: 8px;
}

.xc-form-step .xc-sede:hover {
  background: #e9ecef;
}

.xc-form-step-body .cupra-gmap-grid {
  margin-top: 22px;
}
.xc-form-step .xc-form-step-header {
  cursor: pointer;
  display: flex;
  margin: 22px 0;
  font-size: 24px;
  line-height: 1.17;
  position: relative;
}
.xc-model-selection {
  text-align: center;
  border-radius: 8px;
  padding: 1rem 15px 3rem;
}
.xc-model-selection h5 {
  font-size: 16px;
  margin: 0;
  line-height: 1.17;
}
.xc-model-selection img {
  display: block;
  max-width: 100%;
  height: auto !important;
  transition: transform 0.2s;
}
.xc-model-selection:hover,
input:checked + .xc-model-selection {
  background: #e9ecef;
}

.xc-model-selection:hover img {
  transform: scale(1.1);
}

.xc-form-step-header::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 45%;
  right: 22px;
  border: 1px solid #75787b;
  border-top: none;
  border-left: none;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: transform 0.3s;
}
.current .xc-form-step-header::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.xc-form-step .xc-form-step-body,
.xc-form-step .xc-form-step-tease {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.xc-form-step .xc-form-step-tease {
  max-height: 1300px;
  margin-bottom: 22px;
}
.xc-form-step.current .xc-form-step-tease {
  max-height: 0;
  margin-bottom: 0;
}
.xc-form-step.current .xc-form-step-body {
  max-height: 1300px;
  padding-bottom: 22px;
}
.xc-form-step-header .icon {
  margin-right: 20px;
  font-size: 16px;
  font-weight: bold;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.complete .xc-form-step-header .icon {
  border: 1px solid green;
  color: rgba(0, 0, 0, 0);
}
.complete .xc-form-step-header .icon::before {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  position: absolute;
  top: 45%;
  left: 50%;
  border: 2px solid green;
  border-top: none;
  border-left: none;
  transform: translate(-50%, -50%) rotate(38deg);
}
