.cookie-consent {
  position: fixed;
  bottom: 0;
  right: 0;
  color: #000 !important;
  border: 2px solid #fff;
  border-radius: 40px;
  padding: 6px;
  display: inline-block;
  margin: -8px 0 0 -82px !important;
  background-color: grey !important;
  cursor: pointer;
  z-index: 999;
}

[dir=rtl] .cookie-consent {
  left: 0;
  margin: -8px 0 0 0 !important;
  right: auto;
}