.IconWithTooltip {
  cursor: pointer;
  position: absolute;
  top: -8px;
  right: -5px;
  width: 22px;
  height: 22px;
  background: white;
  border: 1px solid #28bdd3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}