.Tooltip_tooltipContent__Wp74C{
  background:#6c5ce7;
  color:white;
  font-size:12px;
  padding:6px 10px;
  border-radius:6px;
  max-width:220px;
  line-height:1.4;
  z-index:50;
  animation:Tooltip_fadeIn__bj3Wd 0.15s ease;
}

.Tooltip_arrow__utLz_{
  fill:#6c5ce7;
}

@keyframes Tooltip_fadeIn__bj3Wd{
  from{
    opacity:0;
    transform:scale(0.95);
  }
  to{
    opacity:1;
    transform:scale(1);
  }
}
