.eesymodi-help-wrapper {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  display: flex;
  border-radius: 20px;
  background: lightgrey;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
  color: white;
  font-weight: bold;
}

.eesymodi-help-item {
  display: none;
}

.eesymodi-help-item.active {
  display: block;
  position: absolute;
  background: lightgray;
  z-index: 99999;
  width: 400px;
  padding: 20px;
  border: 20px;
}
