.progress-tracker--center .progress-marker::after {
  display: none !important;
}
/*
.progress-step .progress-marker::before {
  background: none !important;
}
*/
.progress-step.is-active, .progress-step.is-complete  {
  .progress-marker::before {
    background-image: url('/themes/tarsus/img/form-step-active.png') !important;
  }
}
.progress-marker::before {
  background-color: transparent !important;
  background-image: url('/themes/tarsus/img/form-step-inactive.png') !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 35px !important;
  height: 35px !important;
  padding-bottom: 0 !important;
  background-position: 1px;
}
.progress-text {
  display: none !important;
}
.progress-step:last-child {
  display: none !important;
}

.form-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
  .webform-button--next {
    display: flex;
    margin: unset;
    background-color: #AC0D22;
    font-weight: bold;
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    border-radius: 33px;
    justify-content: center;
    align-items: center;
    min-width: 205px;
    min-height: 66px;
    cursor: pointer;
    border: 0;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16), inset -3px -3px 3px rgba(0, 0, 0, 0.16);
  }
  .webform-button--next:hover {
    background-color: #f6b83b;
    color: #fff;
  }
  .webform-button--previous {
    display: flex;
    margin: unset;
    background-color: #AC0D22;
    font-weight: bold;
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    border-radius: 33px;
    justify-content: center;
    align-items: center;
    min-width: 205px;
    min-height: 66px;
    cursor: pointer;
    border: 0;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16), inset -3px -3px 3px rgba(0, 0, 0, 0.16);
  }
  .webform-button--previous:hover {
    background-color: #f6b83b;
    color: #fff;
  }
  .webform-button--submit {
    display: flex;
    margin: unset;
    background-color: #AC0D22;
    font-weight: bold;
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    border-radius: 33px;
    justify-content: center;
    align-items: center;
    min-width: 205px;
    min-height: 66px;
    cursor: pointer;
    border: 0;
    text-transform: uppercase;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16), inset -3px -3px 3px rgba(0, 0, 0, 0.16);
  }
  .webform-button--submit:hover {
    background-color: #f6b83b;
    color: #fff;
  }
}

.fieldset-legend {
  display: none;
}
fieldset.form-item {
  border: 0;
}

details {
  border: 0 !important;
}

.webform-options-display-buttons .webform-options-display-buttons-wrapper {
    flex: 0 !important;
}

fieldset {
  padding: 0 !important;
}