.klaro_toggle_dialog {
  cursor: pointer;
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: white;
  border-radius: 20px;
  height: 35px;
  width: 35px;
  background-size: contain;
  z-index: 99;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.25);
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.25);
  box-shadow: 0 5px 5px rgba(0,0,0,0.2);
  background-image: url(/modules/contrib/klaro/icons/privacy.svg);
}
