.leads_note_container{
    cursor: default;
}
.leads_note_container:hover .leads_note_tooltip {
opacity: 1;
cursor: default;
}
.leads_note_tooltip {
position: absolute;
background: #1d2327;
color: #fff;
font-family: var(--fuente-tokko);
padding: 4px 8px !important;
border-radius: 4px;
font-size: 12px;
max-width:calc(30% - 82px);
bottom: 0;
left: 59.35%;
transform: translateY(100%);
transition: opacity 0.2s ease-in-out;
white-space: normal !important;
opacity: 0;
pointer-events: none;
z-index: 1000;
text-align: center;
line-height: 16px;
text-align: start;
}
.innecesary-tooltip{
opacity: 0 !important;
}