.webform-submission-donatie-driedubbel-gezond-form .form-required::after {
  display: none;
}

.webform-submission-donatie-driedubbel-gezond-form .webform-required {
  display: none;
}

.webform-progress__summary {
  color: #888;
}

.webform-button--next::before {
    content: '';
    display: inline-block;
    width: 0.88em;
    height: 1em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='white' d='m224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34m192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8'/%3E%3C/svg%3E");
  }


button.webform-button--previous {
    background-color: unset !important;
    color: #0068b4 !important;
    box-shadow: unset;
    padding: 0;
    background-image: none;
    margin-right: 25px;
}

button.webform-button--previous:hover {
   transform: none;
   background-image: none;
}


button.webform-button--previous span {
    color: #0068b4;
    font-family: Gilroy, sans-serif;
    line-height: 32px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: underline;

}

