#newsletter-overlay {
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.7);
z-index:9999;
justify-content:center;
align-items:center;
}

#newsletter-modal {
width:400px;
min-height:400px;
/* background:url('/images/popup-bg.jpg') center/cover; */
position:relative;
border-radius:10px;
box-shadow:0 0 30px black;
}

.newsletter-content {
background:rgba(255,255,255,.9);
padding:30px;
text-align:center;
height:auto;
}

#newsletter-email {
width:100%;
padding:10px;
margin:15px 0;
}

#newsletter-submit {
background:black;
color:white;
border:none;
padding:10px 20px;
cursor:pointer;
}

#newsletter-close {
position:absolute;
top:10px;
right:15px;
cursor:pointer;
font-size:20px;
}

#newsletter-sticky {
position:fixed;
right:20px;
/* bottom:50px; */
top: 15%;
background:grey;
color:white;
padding:12px 20px;
cursor:pointer;
z-index:9998;
border-radius:30px;
}

#newsletter-container {
    bottom: 10%;
}


#newsletter-msg {
margin-top:15px;
font-size:14px;
}
