.tippy-tooltip.green-theme {
  background: #c2f48a;
  color: #000;
  text-shadow: 1px 1px #a0e579;
  box-shadow: 1px 1px #a0e579;
}
.tippy-tooltip.green-theme[data-animatefill] {
  background-color: transparent;
}
.tippy-tooltip.green-theme .tippy-backdrop {
  background-color: #c2f48a;
}
.tippy-tooltip.green-theme .tippy-roundarrow {
  fill: #c2f48a;
}
.tippy-popper p {
  margin: 0;
}