body {
    font-family: sans-serif;
    padding: 20px;
  }
  input, textarea {
    display: block;
    margin-bottom: 10px;
    width: 400px;
  }

  .tooltip-global {
    position: absolute;
    z-index: 9999;
    background-color: #333;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 12px;
    pointer-events: none;
}