/* CSS Document 13.09.2024 uteksan */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal .modal-content {
  background-color: white;
  margin: 150px auto;
  padding: 20px;
  border: 1px solid #888;
  width: 750px;
}
@media (max-width: 980px) {
  .modal .modal-content {
    width: 95%;
  }
}
.modal .close {
  color: #ffffff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: -40px;
}
.modal .close:hover,
.modal .close:focus {
  color: black;
  cursor: pointer;
}

#resetCookie {
  display: none;
}/*# sourceMappingURL=popup.css.map */