#gdpr-popup .popup-overlay {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
}

#gdpr-popup .popup-wrapper {
  min-height: 100px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  border-top: 1px solid #efefef;
}

#gdpr-popup .popup-wrapper.top {
  top: 0;
  left: 0;
}

#gdpr-popup .popup-wrapper.bottom {
  bottom: 0;
  top: auto;
  left: 0;
}

#gdpr-popup .popup-wrapper.center {
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 80%;
  width: 600px;
  height: 400px;
  max-height: 80vh;
  text-align: center;
}

#gdpr-popup .popup-title {
  padding: 15px 25px;
  text-transform: uppercase;
}

#gdpr-popup .popup-content {
  padding: 25px;
}
/*# sourceMappingURL=gdpr-kevin.css.map */