.wa_zoom_loader {
	display:none;
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.wa_zoom_message_error {
    margin-bottom: 20px;
    background-color: #8f0000;
    padding: 10px;
    color: #FFF;
    font-size: 1rem;
}

.wa_zoom_hinweis { margin-top:1em; }
.wa_zoom_hinweis * { color:rgba(255,255,255,0.8)!important; }

.wa_zoom_button .button {
	cursor:pointer;
    display:inline-block;
}

.wa_zoom_button .button.error {
	background-color:#8f0000;
	cursor:not-allowed;
}

.wa-remove-mark-complete-btn form#sfwd-mark-complete {
    display: none !important;
}

/*
 * TIVENTS
 */
 #wa_tivents_modal_outer {
    background-color: rgb(255 255 255 / 78%);
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

#wa_tivents_modal_outer #wa_tivents_modal_inner {
    width: 800px;
    position: relative;
    left: calc(50% - 400px);
    background-color: #f2f2f2;
    top: 10%;
    padding: 40px;
}

#wa_tivents_modal_outer .form-steps {
    display: none;
}

#wa_tivents_modal_outer .form-step-1 {
    display: block;
}

#wa_tivents_modal_outer h3 {
    margin-bottom: 20px;
}

#wa_tivents_modal_outer h4 {
    margin-bottom: 20px;
}

#wa_tivents_modal_outer h5 {
    margin: 40px 0px 20px 0px;
    font-weight: normal;
}

#wa_tivents_modal_outer input {
    width:100%;
}

#wa_tivents_modal_outer .tivents-form-button {
    margin-top:20px;
}

#wa_tivents_modal_outer .input-col2 {
    width:calc(50% - 3px);
    display:inline-block;
    margin-bottom:5px;
}

input.tivents-error-input {
    border: red 1px solid !important;
}

.wa_tivents_modal_close {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #222222;
    padding: 2px 14px;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
}