.progress-marker {
  display: none !important;
}

.progress-title {
  /* padding: 19px; */
  background: skyblue;
  border-radius: 2px solid skyblue;
  text-decoration: none;
}

.form-type-select {
  margin-top: 0px;
}

.form-item--error-message {
  color: red !important;
}

.error {
  margin-top: 2px !important;
}
.form-select .form-element .form-element--type-select {
  width: 100%;
  margin-top: -33px;
}
.form-type-date {
  position: relative !important;
}
.ui-datepicker-trigger {
  width: 4%;
  position: absolute;
  top: 39px;
  right: 0;
}
.form-type-webform-image-file {
  margin-top: 0px;
}
