.fw-tooltip-deprecated {
  cursor: default;
}

a.fw-tooltip-deprecated {
  cursor: pointer;
}

.tooltip-container {
  background: #111;
  max-width: 500px;
  overflow-wrap: break-word;
  border: 1px solid #333;
  padding: 10px;
  border-radius: 4px;
  position: absolute;
  font-size: 13px;
  z-index: 99999;
  transition: opacity 0.5s ease-in-out 0s;
  color: white;
  opacity: 0;
}

.tooltip-container.no-bg {
  background: white;
  box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.33);
  border: 1px solid #eee;
}
