#cmplz-manage-consent button,
.cmplz-manage-consent button {
  position: fixed !important;
  left: 16px !important;
  bottom: 16px !important;
  z-index: 99998 !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  min-height: 56px !important;
  padding: 0 !important;
  overflow: hidden !important;

  color: transparent !important;
  font-size: 0 !important;
  line-height: 1 !important;
  text-indent: -9999px !important;
  white-space: nowrap !important;

  background: var(--e-global-color-ff8d9d9, #f8f8f8) !important;
  border: 1px solid rgba(220, 200, 155, 0.48) !important;
  border-radius: 50% !important;
  box-shadow: 0 8px 18px rgba(73, 70, 70, 0.10) !important;

  cursor: pointer !important;
  transform: none !important;
  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    box-shadow 0.18s ease !important;
}

#cmplz-manage-consent button::after,
.cmplz-manage-consent button::after {
  content: none !important;
  display: none !important;
}

#cmplz-manage-consent button::before,
.cmplz-manage-consent button::before {
  content: "cookie" !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;

  color: var(--e-global-color-primary) !important;
  font-family: "Material Symbols Outlined", sans-serif !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: normal !important;
  text-indent: 0 !important;
  text-transform: none !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
  direction: ltr !important;

  -webkit-font-feature-settings: "liga" !important;
  -webkit-font-smoothing: antialiased !important;
  font-feature-settings: "liga" !important;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24 !important;

  transform: translate(-50%, -50%) !important;
  pointer-events: none !important;
}

#cmplz-manage-consent button:hover,
#cmplz-manage-consent button:focus-visible,
.cmplz-manage-consent button:hover,
.cmplz-manage-consent button:focus-visible {
  background: var(--e-global-color-cad7ef2, #ffffff) !important;
  border-color: var(--e-global-color-secondary) !important;
  box-shadow: 0 8px 18px rgba(73, 70, 70, 0.10) !important;
  filter: none !important;
  transform: none !important;
}

#cmplz-manage-consent button:hover::before,
#cmplz-manage-consent button:focus-visible::before,
.cmplz-manage-consent button:hover::before,
.cmplz-manage-consent button:focus-visible::before {
  color: var(--e-global-color-secondary) !important;
}

#cmplz-manage-consent button:focus,
.cmplz-manage-consent button:focus {
  outline: none !important;
}

#cmplz-manage-consent button:focus-visible,
.cmplz-manage-consent button:focus-visible {
  outline: 2px solid var(--e-global-color-primary) !important;
  outline-offset: 4px !important;
}

@media (max-width: 767px) {
  #cmplz-manage-consent button,
  .cmplz-manage-consent button {
    left: 14px !important;
    bottom: 14px !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
  }

  #cmplz-manage-consent button::before,
  .cmplz-manage-consent button::before {
    font-size: 25px !important;
  }
}
