.visitor_note, .alert-danger {
 color:red;
}
.status__list .status--error {
 display:none;
}
.webform-submission-form .form-actions .form-submit {
 min-width: 160px;
}
.webform-submission-form .form-actions .webform-button--previous.form-submit {
 background-color: transparent;
 color: #3f3f3f;
}
.js-form-item.form-item.js-form-type-checkbox.form-type-checkbox {
 display: flex;
 gap: 0 .5rem;
 align-items: center;
}
.js-form-item.form-item.js-form-type-checkbox.form-type-checkbox label {
 display: inline-block;
 margin: 0;
}
input.form-checkbox{
 background-color: rgba(0, 0, 0, 0);
 cursor: pointer;
 font: inherit;
 height: 20px;
 outline: none;
 width: 20px;
 -moz-appearance: none;
 -webkit-appearance: none;
 padding: 0;
 margin: 0;
}
input.form-checkbox:checked{
 border-color: #009878;
 background-color: #009878;
 box-shadow: inset 0 0 0 3px #fff;
}
