.tooltip-Container{
    width: auto; 
    height: auto;
    padding: 16px;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
}
.tooltip-title{
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #1A1D38;
}
.tooltip-filters{
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #B3B3BF ;
}
.tooltip_values{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 12px;
}
.compare_group_container
{
    width: auto;
    min-height: 47px;
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #EEECF3;
}
.tooltip_main_value
{
    padding-top: 8px;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #1A1D38;
}
.tooltip_main_unit
{
    padding-top: 8px;
    padding-left: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    color: #1A1D38;
}
.tooltip_sub_value
{
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
.dotted {
    background: radial-gradient(circle, white 0.5px, transparent 1px);
    background-size: 3px 3px;
}
.compared_colored_rectangle{
    border-radius: 2px;
    width: 12px;
    height: 12px;
}
.flex_row_container{
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}
.tooltip_percent_div{
    align-items: center;
    display: flex;
}
.tooltip_percent_span{
    align-content: flex-end;
    font-weight: 500;
    font-size: 12px;
}
.tooltip_unit
{
    padding-top: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    padding-left: 5px;
    color: #1A1D38;
}
.tooltip_row {
    align-items: end;
    display: flex;
 }