.cursor-text {
    opacity: 1;
    transition: opacity 0.4s ease;
}

.cursor-hidden {
    opacity: 0;
}