#cookiesConsent {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
  background-color: var(--color-dark);
  box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3019607843);
}
#cookiesConsent #customizeWrapper.hide {
  display: none;
}

.cookies_overlay {
  z-index: 88888;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

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