.popper{position:relative;display:inline-block;cursor:pointer}.popper__content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:600px;max-height:80vh;overflow-y:auto;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 12px 24px rgba(0,0,0,.2);padding:24px;font-size:16px;color:#374151;z-index:50;animation:fadeInModal .25s ease-out}@keyframes fadeInModal{0%{opacity:0;transform:translate(-50%,-60%)}to{opacity:1;transform:translate(-50%,-50%)}}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:40;background:rgba(0,0,0,.3)}.titulo-inyectado{font-weight:700;font-size:large}