svg .myline {
    stroke-width: 2px;
    cursor: pointer;
}

svg .myline-low {
    stroke-width: 1px;
    cursor: pointer;
}

.axis-grid line {
    stroke: hsla(0, 24%, 93%, 0.959);
}

text.selectedDt {
    font-weight: bold;
    color: red;
    font-size: 0.75rem;
    text-decoration: underline;
    font-style: italic;
}

text.restDts {
    color: black;
    font-weight: bold;
}

div.tooltip {
    padding: 10px;
    font-family: Inter;
    position: absolute;
    display: inline-block;
    text-align: center;
    background-color: rgba(0, 0, 0, .9);
    border-radius: 10px;
    pointer-events: none;
    color: white;
    font-size: 0.8rem;
    /*padding: 10px;
    font-family: Inter;
    font-weight: 600;
    font-size: 0.9rem;*/
    /* position: absolute;
    display: inline-block;
    text-align: center;
    background-color: rgba(0, 0, 0, .9);
    border-radius: 10px;
    pointer-events: none;
    color: white;
    font-size: 0.8rem; */
}

.textlabel-small {
    font-family: Inter;
    font-weight: 600;
    font-size: 0.5rem;
}

.legendTitle {
    font-family: Inter;
}

.graph_tooltip {
    /* background-color:grey; */
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.textlabel {
    font-family: Inter;
    font-weight: 600;
    font-size: 0.7rem;
}