.tooltip
  commonFontStyles()
  z-index: $tooltipLevelZIndex
  position: absolute
  top: 0
  left: 0
  padding: 5px 10px
  font-size: 12px
  background: black
  color: white
  opacity: 0
  transition: transitOpacity()
  pointer-events: none
  will-change: opacity
  white-space: pre-wrap
  $smallerBorderRadius()
  &.error
    background: $red
    color: white
