File: /home/bannong/domains/bannongsaischool.com/public_html/wp-content/plugins/Plugin/css/pop_up.css
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
.popup {
position: fixed;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
background-color: #f8d7da;
color: #721c24;
border: 1px solid #f5c6cb;
border-radius: 5px;
padding: 15px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
z-index: 1000;
display: none;
width: 90%;
max-width: 400px;
}
.popup h2 {
margin: 0 0 10px;
font-size: 32px;
}
.popup p {
margin: 0 0 15px;
}
.popup button {
background-color: #007bff;
color: white;
border: none;
border-radius: 5px;
padding: 10px 15px;
cursor: pointer;
font-size: 14px;
}
.popup button:hover {
background-color: #0056b3;
}
.popup .ignore {
background-color: transparent;
color: #721c24;
border: 1px solid #721c24;
margin-left: 10px;
}
.popup .ignore:hover {
background-color: #f5c6cb;
}