.consent-manager {
  position: initial;
  width: fit-content;
  margin-left: 6rem;
  margin-bottom: 10px;
  font-size: 24px;
  -webkit-transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
}
.consent-manager .overlay-icon {
  position: inherit;
  border: 0;
  float: left;
}

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