.alert-error{background-color:#fbe7e7;color:#d31313}
.alert-success{background-color:#e6f2e6;color:#005300}
.alert-error,.alert-success{display:block;text-align:left;min-height:60px;height:auto;padding:12px 16px;font-size:larger;line-height:1.4;box-sizing:border-box}
.form-alert{padding:0 20px;box-sizing:border-box}
.form-alert-content{width:100%}
.form-alert-message{margin:0;white-space:pre-line;overflow-wrap:anywhere;word-break:break-word}
.form-alert-actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:12px}
.form-alert-action-button{display:inline-flex;align-items:center;justify-content:center;min-width:120px;cursor:pointer}
.form-alert-action-button:hover,.form-alert-action-button:focus{cursor:pointer}
.cmp-adaptiveform-container.form-modal-locked>*:not(#form-alert){filter:blur(2px);pointer-events:none;user-select:none}
.cmp-adaptiveform-container.form-modal-locked #form-alert{pointer-events:auto}