.c-ua-notification{opacity:0;transform:translateY(114px) scaleY(0);position:fixed;border-radius:8px;bottom:105px;right:13px;min-width:320px;width:calc(100% - 48px);background:#fff;box-shadow:0 5px 27px 3px rgba(0,0,0,0.3);text-align:center;transition:opacity .2s ease,transform .2s ease;transition-delay:.2s;box-sizing:border-box;z-index:1000}
.aem-AuthorLayer-Edit .xf-web-container .c-ua-notification{position:relative;border-radius:0;bottom:initial;right:initial;width:100%;top:20px;box-shadow:none}
.c-ua-notification.c-ua-notification--open{opacity:1;transform:translateY(0) scaleY(1)}
.c-ua-notification::after{content:"";width:16px;height:16px;transform:rotate(45deg);background:#fff;position:absolute;right:30px;bottom:-8px;display:block;z-index:1}
.c-ua-notification .c-ua-notification__container{background:#fff;border-radius:8px;padding:40px 24px 12px;position:relative;width:100%;height:100%;overflow:hidden}
.c-ua-notification .c-ua-notification__content{opacity:0;max-height:0;min-height:0;width:100%;overflow:hidden auto;transition:all .2s ease}
.aem-AuthorLayer-Edit .c-ua-notification .c-ua-notification__content{opacity:1}
.c-ua-notification .c-ua-notification__content.c-ua-notification--show{opacity:1;max-height:400px;min-height:260px;padding-bottom:8px}
.aem-AuthorLayer-Edit .c-ua-notification .c-ua-notification__content.c-ua-notification--show{max-height:100%}
.c-ua-notification .c-ua-notification__loader{display:none;padding-bottom:20px}
.c-ua-notification .c-ua-notification__loader.c-ua-notification--show{display:block;text-align:center}
.aem-AuthorLayer-Edit .c-ua-notification .c-ua-notification__loader.c-ua-notification--show{display:none}
.c-ua-notification .c-ua-notification__loader__bubble{opacity:0;border-radius:100px;background:#333;width:12px;height:12px;display:inline-block;margin:0 8px 0 0}
.c-ua-notification .c-ua-notification__loader__bubble.c-ua-notification--fade{animation:fading .8s infinite alternate ease-in}
.c-ua-notification .c-ua-notification__loader__bubble.c-ua-notification--fade:nth-of-type(1){animation-delay:200ms}
.c-ua-notification .c-ua-notification__loader__bubble.c-ua-notification--fade:nth-of-type(2){animation-delay:400ms}
.c-ua-notification .c-ua-notification__loader__bubble.c-ua-notification--fade:nth-of-type(3){animation-delay:600ms}
.c-ua-notification .c-ua-notification__close-button{width:24px;height:24px;background-color:#767676;border-radius:24px;display:block;position:absolute;right:16px;top:16px;font-size:24px;font-weight:400;transform:rotate(45deg);color:#fff;text-align:center;z-index:100}
.c-ua-notification__content-wrapper{display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}
.c-ua-notification .c-ua-notification__content-wrapper>div:first-child .c-image{position:absolute;display:block;left:0;top:0;z-index:2}
.aem-AuthorLayer-Edit .xf-web-container .c-ua-notification .c-ua-notification__content-wrapper>div:first-child .c-image{position:relative;display:block;left:initial;top:initial}
.c-ua-notification .c-ua-notification__close-button:hover{cursor:pointer}
.c-ua-notification .c-icon{color:#006192}
@media(height <= 500px){.c-ua-notification .c-ua-notification__content.c-ua-notification--show{min-height:calc(100vh - 180px);max-height:calc(100vh - 180px)}
}
@media(min-width:704px){.c-ua-notification{width:320px;right:78px;bottom:116px}
}
@media(min-width:992px){.c-ua-notification{right:104px;bottom:140px}
}
@keyframes fading{0{opacity:0}
100%{opacity:1}
}