.__react_component_tooltip {
  line-height: 18px;
}
.__react_component_tooltip.show {
  opacity: 1 !important;
}
.__react_component_tooltip.type-light {
  color: #333 !important;
  background-color: whitesmoke !important;
}
.__react_component_tooltip.type-light.place-top:after {
  border-top-color: whitesmoke !important;
}
.__react_component_tooltip.type-light.place-bottom:after {
  border-bottom-color: whitesmoke !important;
}
.__react_component_tooltip.type-light.place-left:after {
  border-left-color: whitesmoke !important;
}
.__react_component_tooltip.type-light.place-right:after {
  border-right-color: whitesmoke !important;
}
