@charset "UTF-8";
@media only screen and (max-width: 800px) {
  #consent {
    right: 0 !important;
    width: 100% !important;
    max-width: none !important;
  }
}
.cookie-open {
  display: block;
  transform: none !important;
  color: white !important;
  background: #333333 !important;
  padding: 12px;
  border-radius: 0px;
  position: fixed;
  bottom: 0px;
  right: 100px;
  z-index: 999999;
}
.cookie-open a {
  color: white !important;
  text-decoration: none;
}

.cookie-notice-container {
  position: fixed;
  bottom: 0px;
}

#consent.dark {
  color: black;
  background-color: white;
}
#consent.dark div.cat {
  color: black;
  background-color: white;
  border: 1px lightgrey solid;
}

#consent.dark a, #consent.dark a:not(.button):not(.close) {
  color: black;
  font-size: 13px;
  margin: 0px;
}

#consent {
  max-height: 870px;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  position: fixed;
  z-index: 99999999;
  color: white;
  padding: 20px;
  border-radius: 5px;
  max-width: 640px;
  width: 99%;
  overflow-y: auto;
}
#consent > p {
  margin: 10px 0;
}
#consent form {
  border: none;
  padding: 10px 0 0;
}
#consent form .line {
  height: 1px;
  background-color: lightgray;
  position: absolute;
  width: 100%;
  left: 0;
}
#consent p {
  font-size: 14px;
  line-height: 18px;
}
#consent .settings {
  margin-top: 20px;
}
#consent .cookie-header {
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}
#consent .cookie-header .close {
  color: black;
  text-decoration: none;
  line-height: 14px;
}
#consent .buttons {
  display: flex;
  gap: 20px;
  padding-top: 10px;
}
#consent .buttons > button {
  flex-basis: 50%;
}
#consent p.center {
  margin-bottom: 0px !important;
  margin-top: 10px !important;
  text-align: center;
}
#consent .consent:not(.consentcategory) {
  background-color: rgb(224, 224, 224);
  border-radius: 3px;
  padding: 0.5em 8px;
  min-width: 200px;
  max-width: 100%;
  margin-bottom: 0.5em;
}
#consent div.cat {
  background-color: rgb(224, 224, 224);
  border-radius: 3px;
  padding: 0.5em 8px;
  min-width: 200px;
  max-width: 100%;
  margin-bottom: 0.5em;
}
#consent div.cat .description, #consent div.cat p {
  font-weight: normal;
  font-size: 14px;
  margin: 0px;
}
#consent div.cat .cookieInfoDisplay {
  margin-top: 15px;
}
#consent div.cat h4 {
  font-size: 14px;
  font-weight: bold;
}
#consent .switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 26px;
  margin-left: 2em;
  margin-bottom: 0.5em;
  float: right;
  clear: both;
}
#consent .switch input {
  opacity: 0;
  width: 0px;
  height: 0px;
  position: relative;
}
#consent .switch input:checked + .slider {
  background-color: #6B6100;
}
#consent .switch input:checked + .slider::after {
  content: "✓";
  color: rgb(255, 255, 255);
  left: 4px;
  right: auto;
}
#consent .switch .slider.round {
  border-radius: 26px;
}
#consent .switch .slider {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 26px;
  background-color: rgb(232, 0, 0);
  transition: all 0.4s ease 0s;
}
#consent .switch .slider::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: all 0.4s ease 0s;
}
#consent .switch .slider::after {
  content: "X";
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  width: 30px;
  color: rgb(255, 255, 255);
  font-weight: normal;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
}
#consent .switch .slider:focus {
  outline: 0;
  border: solid 1px red;
}

#consent .switch .slider.round::before {
  border-radius: 50%;
}

#consent .switch input:focus + span {
  border: solid 1px white !important;
}

#consent .switch input:checked + .slider::before {
  left: auto;
  right: 4px;
}

.ms_cookie.blocked {
  background-color: rgb(232, 0, 0);
  padding: 10px 20px;
  color: rgb(255, 255, 255);
}
.ms_cookie.blocked h3 {
  font-size: 2rem;
}

#consent button {
  cursor: pointer;
  padding: 10px 16px;
  color: black;
  background-color: lightgrey;
  font-weight: bold;
  font-size: 0.8rem;
  border: none;
}
#consent button:focus {
  border: solid 1px red !important;
}

.ms_cookie.blocked button {
  cursor: pointer;
  padding: 10px 16px;
  color: #333;
  background-color: #fff;
  border: solid 1px red;
  font-size: 1rem;
}
.ms_cookie.blocked button:focus {
  border: 1px solid #333;
}

#consent button.default {
  color: #fff;
  background-color: #6B6100;
}
#consent #cookie_form > div:nth-child(2) {
  margin-top: 10px;
}
#consent #cookie_form > div:nth-last-child(3) {
  margin-bottom: 20px;
}

.cookie-footer {
  margin-top: 20px;
}
.cookie-footer a {
  font-size: 1rem;
}

#zpconsentlinks {
  display: flex;
  gap: 20px;
  padding-bottom: 10px;
}
#zpconsentlinks a {
  color: black;
  text-decoration: none;
}

/*# sourceMappingURL=cookie.css.map */
