File: /var/www/html/spion/public/assets/front/website/css/front-style.css
/*# sourceMappingURL=style.css.map */
.modal {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
overflow: auto;
}
.modal-content {
background-color: white;
margin: 10% auto;
padding: 20px;
border-radius: 5px;
width: 60%;
text-align: center;
}
.close {
color: red;
font-size: 28px;
font-weight: bold;
float: right;
cursor: pointer;
}
img {
margin: 5px;
border: 1px solid #ccc;
}