/* css styles */

.invisible-text {
    opacity: 0;      /* Make the text fully transparent */
    pointer-events: none;  /* Prevent interaction with the invisible text */
}