#chatTooltip { position: fixed; bottom: 2px; 
/* فاصله از پایین */ right: 55px;
background: #222; color: #fff;
padding: 8px 12px;
border-radius: 8px;
font-size: 13px;
white-space: nowrap; 
box-shadow: 0 2px 6px rgba(0,0,0,0.3); 
z-index: 2147483647; 
opacity: 0; transition: opacity 0.3s; 
pointer-events: none; } 
.hover-area { position: fixed; bottom: 2px; right: 55px; width: 80px; height: 80px; z-index: 2147483646;
}

