@charset "UTF-8";
.consent-modal-holder {
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
}
.consent-modal-holder .consent-modal {
  background-color: #fff;
  max-width: 650px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.consent-modal-holder .consent-modal-headline {
  text-align: center;
}
.consent-modal-holder section {
  background-color: transparent;
  padding: 15px;
  text-align: left;
  max-width: 1230px;
  margin: 0 auto;
}
.consent-modal-holder section::after {
  content: " ";
  display: block;
  clear: both;
}
.consent-modal-holder p {
  padding: 0;
  margin: 0;
  display: inline;
  font-size: 16px;
  line-height: 19px;
  color: #333;
}
.consent-modal-holder .consent-content {
  display: block;
  text-align: center;
}
.consent-modal-holder .consent-settings {
  padding: 15px 0 0 0;
}
.consent-modal-holder .consent-settings label {
  display: block;
  display: flex;
  align-items: center;
  font-weight: normal;
  cursor: pointer;
  font-size: 15px;
  line-height: 0;
}
.consent-modal-holder .consent-settings input[type=checkbox] {
  display: none;
}
.consent-modal-holder .consent-settings input[type=checkbox] + label {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
}
.consent-modal-holder .consent-settings input[type=checkbox] + label::before {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 3px;
  margin-right: 5px;
  display: block;
  content: "";
  text-align: center;
}
.consent-modal-holder .consent-settings input[type=checkbox]:checked + label::before {
  content: "✔";
  background-color: #568ad7;
  border-color: #568ad7;
  color: #fff;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.consent-modal-holder .consent-settings input[type=checkbox]:disabled + label {
  cursor: not-allowed;
}
.consent-modal-holder .consent-settings input[type=checkbox]:disabled + label::before {
  border-color: #ccc;
  background: #f9f9f9;
  color: #ccc;
}
.consent-modal-holder .consent-settings {
  justify-content: center;
}
.consent-modal-holder .footer {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  padding: 20px 0 0 0;
}
.consent-modal-holder .footer:after {
  content: " ";
  display: block;
  clear: both;
}
.consent-modal-holder .footer a:link.allow, .consent-modal-holder .footer a:visited.allow {
  text-align: center;
}

/*# sourceMappingURL=consent-annoying.css.map */
