.help-text {
  display: none;
  position: relative;
}

.bi-info-square-fill {
  color: #ffc107;
  font-size: 20px;
  cursor: pointer;
}

.data-helper {
  display: none;
  position: absolute;
  z-index: 100;
  width: 98.2%;
  background-color: #ebc146;
  border: 1px solid #ddd;
  padding: 3px 10px;
  top: 3px;
  left: 30px;
  color: #000;
  border-radius: 7px;
  font-size: 14px;
}

.help-icon {
  cursor: pointer;
  margin-left: 5px;
}