@import url('../CssVariables/colors.css');

.tooltip-label--tooltip {
  display: flex;
}

.tooltip-blue {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 20px;
  width: 100%;
  height: 20px;
  margin-right: 4px;
  color: #fff;
  background-color: var(--blue);
  border-radius: 50%;
}