.chart_tip {
    background-color: var(--surface);
    border: 1px solid var(--on-surface-dim);
    box-shadow: 0 0 5px #00000016;
    min-width: 100px;
    height: auto;
    position: absolute;
    display: none;
    pointer-events: none;
    font-size: 12px;
    padding: 5px;
    z-index: 2;
}


.chart_tip span.color {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin-top: 4px;
    margin-right: 5px;
}

.chart_tip .value {
    float: right;
    padding-left: 1em;
    font-weight: bold;
}

.chart_tip_title {
    font-weight: bold;
}

.chart_legend {
    display: flex;
    justify-content: center;
    font-size: 14px;
    flex-wrap: wrap;
    margin: 1em 0;
}

.chart_legend_item {
    margin: 0 10px;
    white-space: nowrap;
}

.char_legend_item_color {
    display: inline-block;
    vertical-align: -0.1em;
    margin-right: 0.5em;
    width: 1em;
    height: 1em;
    border-radius: 1em;
}

span.serie_1 {
    background-color: #0066dd
}

span.serie_2 {
    background-color: #bb2211
}

span.serie_3 {
    background-color: #00aa55
}

span.serie_4 {
    background-color: #f8911a
}

span.serie_5 {
    background-color: #aa66ee
}

span.serie_6 {
    background-color: #00bbff
}

span.serie_7 {
    background-color: #99dd00
}

span.serie_8 {
    background-color: #eeaa00
}

span.serie_9 {
    background-color: #7700dd
}