.custom-alert{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:1000}.custom-alert-content{background-color:#50007b;padding:20px;border-radius:13px;text-align:center;width:300px;color:#fff}.custom-alert-content h3{font-size:1.5em;font-weight:700;margin-bottom:15px}.custom-alert-content span{font-size:1.1em;font-weight:700;color:#ddd;margin-bottom:20px}.custom-alert-content button{background-color:#f44336;color:#fff;border:none;margin:5px;padding:9px 16px;cursor:pointer;border-radius:10px;font-size:1.1em;font-weight:700;transition:background-color .3s}.custom-alert-content button:hover{background-color:#d32f2f}.custom-alert-content a[data-alert-link=true]{color:#fe0!important;font-size:1.5em!important;font-weight:700!important;text-decoration:none!important;margin-bottom:11px;display:inline-block;text-transform:uppercase!important;padding:3px 7px!important;border-bottom:4px solid red}.custom-alert-content a[data-alert-link=true]:hover{color:#0056b3!important;text-decoration:none!important;border-bottom-color:#0056b3!important}