.svb-popup{
position:fixed;
inset:0;
background:rgba(0,0,0,.5);
display:flex;
justify-content:center;
align-items:center;
z-index:99999;
}

.svb-box{
width:420px;
background:linear-gradient(135deg,#ff6a00,#ee0979);
padding:35px;
border-radius:20px;
text-align:center;
position:relative;
color:#fff;
box-shadow:0 10px 30px rgba(0,0,0,.3);
}

.svb-box input{
width:100%;
padding:14px;
margin-bottom:15px;
border:none;
border-radius:10px;
box-sizing:border-box;
}

.svb-box button{
width:100%;
padding:14px;
border:none;
border-radius:10px;
background:#fff;
color:#ee0979;
font-weight:bold;
cursor:pointer;
}

.svb-close{
position:absolute;
top:10px;
right:15px;
background:none !important;
border:none !important;
font-size:28px;
color:#fff !important;
cursor:pointer;
width:auto !important;
padding:0 !important;
}
