.tooltip {
  max-width: 200px !important;
  background-color: @tooltip-background-color !important;
  font-size: 1.1rem !important;
  transition: none !important;
  word-wrap: break-word;
  padding: 8px 10px !important;
  font-weight: bold;
}

.tooltip.__react_component_tooltip.type-dark.place-top:after {
  border-top-color: @tooltip-background-color !important;
}

.tooltip.__react_component_tooltip.type-dark.place-right:after {
  border-right-color: @tooltip-background-color !important;
}

.tooltip.__react_component_tooltip.type-dark.place-bottom:after {
  border-bottom-color: @tooltip-background-color !important;
}

.tooltip.__react_component_tooltip.type-dark.place-left:after {
  border-left-color: @tooltip-background-color !important;
}

// NOTE: Clear the arrow content altogether.
.tooltip.__react_component_tooltip:after {
  content: none !important;
}

.tooltip.__react_component_tooltip.place-top {
  margin-top: -5px !important;
}

.tooltip.__react_component_tooltip.place-right {
  margin-left: 15px !important;
}

.tooltip * {
  color: #fff;
}
