.__react_component_tooltip {
  background-color: #0099ff !important;
  color: #ffffff !important;
  line-height: 13px;
  padding: 5px !important;
  font-size: 11px !important;
}

.__react_component_tooltip.show {
  opacity: 1 !important;
}

.__react_component_tooltip.place-bottom:after {
  border-bottom-color: #0099ff !important;
  top: -4px !important;
}

.__react_component_tooltip.place-top:after {
  border-top-color: #0099ff !important;
  bottom: -4px !important;
}

.__react_component_tooltip.place-left:after {
  border-left-color: #0099ff !important;
}

.__react_component_tooltip.place-right:after {
  border-right-color: #0099ff !important;
}