.cpp-modal-overlay{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.6);
display:flex;
align-items:center;
justify-content:center;
z-index:999999;
}

.cpp-modal-box{
background:#fff;
padding:25px;
width:400px;
border-radius:12px;
position:relative;
}

.cpp-modal-box h3{
margin-top:0;
}

.cpp-modal-box input{
width:100%;
padding:10px;
margin-top:6px;
border:1px solid #ddd;
border-radius:8px;
}

.cpp-submit-btn{
margin-top:20px;
width:100%;
padding:12px;
background:#6c5ce7;
color:white;
border:none;
border-radius:10px;
cursor:pointer;
}

.cpp-modal-close{
position:absolute;
top:10px;
right:15px;
cursor:pointer;
font-size:22px;
}

.cpp-loader{
margin-top:10px;
color:#333;
font-weight:bold;
}
