#globalAlert{
position:fixed;
top:20px;
right:20px;
z-index:9999;
width:320px;
}

.custom-alert{
padding:16px;
border-radius:8px;
margin-bottom:10px;
color:#fff;
font-size:14px;
display:flex;
justify-content:space-between;
align-items:center;
box-shadow:0 8px 20px rgba(0,0,0,0.1);
}

.custom-alert.success{background:#16a34a;}
.custom-alert.error{background:#dc2626;}
.custom-alert.warning{background:#f59e0b;}
.custom-alert.info{background:#2563eb;}