.custom-alert{color:#fff;z-index:9999;border-radius:10px;align-items:center;gap:15px;padding:20px 24px;font-size:14px;animation:.3s slideIn;display:flex;position:fixed;top:30px;right:30px}.custom-alert.success{background:#22c55e}.custom-alert.error{background:#ef4444}.custom-alert button{color:#fff;cursor:pointer;background:0 0;border:none;font-size:16px}.alert-container{z-index:9999999;opacity:0;align-items:center;width:300px;height:60px;font-size:14px;transition:opacity .3s,transform .3s;display:flex;position:fixed;top:12px;right:12px;transform:translateY(-10px)}.alercon{color:#fff;z-index:999998;background:#111;border-radius:10px;justify-content:space-between;align-items:center;width:260px;height:60px;padding:15px 20px;font-size:14px;transition:opacity .3s,transform .3s;display:flex;position:fixed;top:16px;right:16px;transform:translateY(-10px)}.alercon2{z-index:999997;border-radius:10px;justify-content:space-between;align-items:center;width:260px;height:58px;padding:15px 20px;font-size:14px;display:flex;position:fixed;top:17px;right:19px;transform:translateY(-10px)}.alertcon3{z-index:999996;z-index:0;width:300px;height:0;padding:15px 20px;position:relative;top:25px;right:0;transform:translateY(-10px)}.alertcon3:before{content:"";filter:blur(20px);z-index:-1;background:radial-gradient(#eae456,#0000 200%);border-radius:50%;width:180px;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scaleX(1.5)}.alertcon3error{z-index:999996;z-index:0;width:300px;height:0;padding:15px 20px;position:relative;top:25px;right:0;transform:translateY(-10px)}.alertcon3error:before{content:"";filter:blur(20px);z-index:-1;background:radial-gradient(red,#0000 200%);border-radius:50%;width:180px;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scaleX(1.5)}.alertcon3success{z-index:999996;z-index:0;width:300px;height:0;padding:15px 20px;position:relative;top:25px;right:0;transform:translateY(-10px)}.alertcon3success:before{content:"";filter:blur(20px);z-index:-1;background:radial-gradient(#00ff59,#0000 200%);border-radius:50%;width:180px;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scaleX(1.5)}.alert-container.show{opacity:1;transform:translateY(0)}.alert-container.hide{opacity:0;transform:translateY(-10px)}.alert-close{color:#fff;cursor:pointer;background:0 0;border:none;margin-top:2px;margin-left:20px;font-size:11px;font-weight:700}@keyframes slideIn{0%{transform:translate(120%)}to{transform:translate(0)}}
