
#nec-modal{
position:fixed;
inset:0;
background:rgba(0,0,0,0.6);
display:flex;
justify-content:center;
align-items:center;
z-index:99999;
}
.nec-modal-box{
background:white;
padding:40px;
border-radius:12px;
width:400px;
}
.nec-modal-box input{
width:100%;
padding:15px;
font-size:18px;
}
.nec-location{
display:flex;
gap:10px;
align-items:center;
margin:10px 0;
}
#nec-location-editor select{
width:100%;
margin:5px 0;
padding:8px;
}
.nec-field{
margin-bottom:15px;
}
.nec-field label{
display:block;
font-weight:600;
margin-bottom:5px;
}
.nec-field small{
display:block;
color:#666;
margin-top:5px;
}
#nec-pass-strength{
margin-top:5px;
font-weight:600;
}
