#alert-placeholder{z-index:1060;grid-template-areas:"stack";display:grid;position:fixed;top:18px;right:25px}#alert-placeholder>*{transform-origin:top;grid-area:stack}#alert-placeholder:hover>*{transition:transform .4s cubic-bezier(.22,1,.36,1),opacity .35s;transition-delay:calc(var(--stack-level,0) * 60ms)}#alert-placeholder:not(:hover)>*{transition:transform .25s cubic-bezier(.4,0,.2,1),opacity .2s;transition-delay:calc((var(--stack-level,0)) * 50ms);transform:translateY(calc(var(--stack-level,0) * 22px)) scale(calc(1 - var(--stack-level,0) * .04));opacity:calc(1 - var(--stack-level,0) * .22);z-index:calc(50 - var(--stack-level,0));pointer-events:none}#alert-placeholder:not(:hover)>:first-child{pointer-events:auto;opacity:1;transform:translateY(0)scale(1)}#alert-placeholder:hover>*{transform:translateY(var(--expanded-y,0px)) scale(1);opacity:1;pointer-events:auto;z-index:calc(50 - var(--stack-level,0))}#alert-placeholder:hover>* .alert{margin-bottom:0}#alert-placeholder:hover>:after{content:"";height:10px;display:block}#alert-placeholder:hover>*+* .alert{border-top:1px solid #00000014;border-top-left-radius:0;border-top-right-radius:0}#alert-placeholder .alert-message{max-height:70px;transition:max-height .35s;transition-delay:calc(var(--stack-level,0) * 60ms);position:relative;overflow:hidden}#alert-placeholder .alert-message:after{content:none}#alert-placeholder .alert-message.has-more:after{content:"... Ver más";color:var(--bs-primary);background:var(--bs-alert-bg);pointer-events:none;border-top-left-radius:4px;padding:1px 6px;font-size:.7rem;font-weight:600;position:absolute;bottom:1px;right:0}#alert-placeholder:hover .alert-message{max-height:600px}#alert-placeholder:hover .alert-message:after{content:none}#alert-placeholder .fade-slow{transition:opacity .3s linear}#alert-placeholder .fade-slow:not(.show){opacity:0}
