.event-case-creation-step-error__wrapper{width:100vw;height:100vh;position:fixed;top:0;left:0;background:rgba(0,0,0,0.64);z-index:9999;display:flex;align-items:center;justify-content:center}
.event-case-creation-step-error__message-block{background:#fff;border-radius:8px;padding:32px;width:100%;max-width:480px;color:#222}
.event-case-creation-step-error__title{font-size:20px;font-weight:500;line-height:30px;text-align:center;margin-bottom:12px}
.event-case-creation-step-error__description{font-size:16px;font-weight:400;line-height:24px;text-align:left;margin-bottom:60px}
.event-case-creation-step-error__description a{color:#066fac}
.event-case-creation-step-error__btn-wrapper{display:flex;justify-content:flex-end}
.event-case-creation-step-error__request-id{margin-top:15px;text-align:center;font-size:10px;color:gray}
.event-case-creation-step-error__btn{padding:12px 47px;height:48px;background:#066fac;border-radius:10px;font-size:17px;font-weight:500;line-height:25px;color:#fff;border:0;cursor:pointer}
.event-case-creation-step-error--hide{display:none}
.aem-AuthorLayer-Edit .event-case-creation-step-error__wrapper{position:static;width:unset;height:unset;background:transparent}