.cvalert{color:#fff;font-family:sans-serif;background:#2d2d2d;position:fixed;width:90%;max-width:800px;top:55%;left:50%;padding:20px;font-size:14px;z-index:1000;transform:translate(-50%, -50%);box-shadow:0px 0px 10px -3px rgba(0,0,0,0.5);opacity:0;transition-duration:200ms;transition-property:visibility, opacity, top;transition-delay:200ms}.cvalert,.cvalert *,.cvalert *::before,.cvalert *::after{box-sizing:border-box}.cvalert .cvalert__close{position:absolute;right:2px;top:2px;height:40px;width:40px;text-align:center;color:#fff;font-weight:bold;cursor:pointer;line-height:32px;font-size:2em}.cvalert .cvalert__logo{margin-bottom:20px}.cvalert .cvalert__logo img{display:block;margin:0 auto;max-height:150px}.cvalert .cvalert__title{font-size:20px;font-weight:bold;margin-bottom:10px;text-align:center}.cvalert .cvalert__content{font-size:14px;margin-bottom:10px;max-height:70vh;overflow:auto}.cvalert .cvalert__content p{font-size:14px;margin-bottom:10px;color:#fff}.cvalert .cvalert__actions{display:flex}.cvalert .cvalert__actions__action{flex:0 0 100%;text-align:center;background-color:rgba(255,255,255,0.7);padding:10px;text-decoration:none;color:#2d2d2d;font-weight:bold}.cvalert.loaded{top:50%;visibility:visible;opacity:1}.cvalert.closed{top:55%;visibility:hidden;opacity:0}

