 .sticky-alerts{position:fixed;top:0;right:2.4rem;z-index:100}.sticky-alerts .alert{position:relative;margin-top:1rem;width:24rem;display:none;flex-wrap:wrap;right:-50rem;border-radius:calc(.375rem + .1rem);box-shadow:0 3px 3px 0 rgb(0 0 0 / 5%),0 5px 15px 0 rgb(0 0 0 / 5%)}.alert .alert-header{background:transparent;display:flex;flex-wrap:wrap;width:100%;justify-content:space-between;align-items:baseline;border-top-left-radius:.375rem;border-top-right-radius:.375rem;border-bottom:1px solid rgba(0,0,0,.1)}.alert .title{flex:1}.alert .title,.alert .close{padding:1rem}.alert .content{background:transparent;width:100%;padding:.5rem;border-bottom-left-radius:.375rem;border-bottom-right-radius:.375rem}.alert .close{border-top-right-radius:.375rem;cursor:pointer}.sticky-alerts .alert.show{display:flex}.sticky-alerts .alert.fadeIn{right:0;-webkit-transition:right .3s cubic-bezier(.25,.8,.25,1);transition:right .3s cubic-bezier(.25,.8,.25,1)}.sticky-alerts .alert.fadeOut{visibility:hidden;opacity:0;-webkit-transition:visibility 0s .2s,opacity .2s linear;transition:visibility 0s .2s,opacity .2s linear}.alert{color:#212121;background:#fff}.alert-danger{color:#fff;background-color:#ff4d4f}.alert-info{color:#fff;background-color:dodgerblue}.alert-warning{color:#212121;background-color:#ffef61}