@charset "utf-8";
/* CSS Document */

/* CSS file for the GDPR.js library */

.gdpr-modal {
  background: white;
  border-radius:30px;
  box-shadow: 0px 0px 10px 0 #CCC;
  display: none;
  height: auto;
  left: 10%;
  max-height: 100%;
  max-width: 100%;
  padding: 14px;
  position: fixed;
  text-align: center;
  bottom: 20px;
  width: 80%;
  z-index: 999;
}

.gdpr-modal img {
  padding: 0;
  width: 115px;
}

.gdpr-modal p {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 20px;
}

.gdpr-modal a {
	color: #7c4fe0;
}

.gdpr-modal .yes-button, .gdpr-modal .no-button {
  background: #7c4fe0;
  border-radius: 8px;
  height: 60px;
  color: white;
  font-size: 1rem;
  font-weight: 500;
  margin: 10px;
  padding: 7px 30px;
}

.img-cookie {
	width:30px !important;
	margin-right:10px;
}