body .captcha-type-challenge--image .captcha__element {
  display: block;
}

.webform-flex--1 {
}

.webform-flexbox .webform-flexbox {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.webform-flex--container > .form-item {
  margin: 0px;
}

.no-margin .webform-flex:last-child>.webform-flex--container {
  margin-right: 0px;
}

.no-margin .webform-flex:first-child>.webform-flex--container {
  margin-left: 0px;
}


body .term-detail-page .alert ul {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

body .term-detail-page .alert ul li {
  padding-left: 0px;
}

body .term-detail-page .alert ul li::before {
  display: none;
}

body .term-detail-page .webform-submission-form {
  margin-bottom: 1rem;
}


body .webform-actions {
  margin-bottom: 0px;
}

body .webform-actions .btn {
  background-color: var(--bs-yellow);
  color: var(--bs-dark);
  border: none;
}



#block-condecta-website-webform {
  max-width: 1000px;
  margin: auto;
}



body .progress-step.is-active .progress-marker::before {
  background-color: var(--bs-primary);
}