.chart {
position: relative;
}
.tooltip {
color: var(--msgColor);
pointer-events: none;
z-index: 1;
.content {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
.title {
font-size: var(--font-size-xs);
font-weight: 600;
.metric {
font-size: var(--font-size-sm);
.dot {
overflow: hidden;
border-radius: 100%;
margin-right: 8px;
background: var(--base50);
.color {
width: 10px;
height: 10px;