.short_text {
  text-align: justify;
  color: rgb(109, 109, 110);
}

.highlight {
  text-align: justify;
  color: rgb(0, 0, 134);
}

.long_text {
  text-align: justify;
  color: rgb(34, 34, 85);
  font-weight: 400;
}

.fee {
  color: red; /* Change this to the desired color */
}

.overlay-message {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  transition: opacity 0.9s;
  pointer-events: none;
  width: 200px;
  z-index: 999;
}