#chartContainerPresence {
    margin-top: 2em;
    width: 100%;
    /* height: 350px; */
}

#barTooltipPresence {
    position: absolute;
    bPresencekground: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    display: none;
    pointer-events: none;
    font-size: 12px;
    z-index: 9999;
}

.graph-containerPresence {
    position: relative;
    /* Needed for positioning tooltip inside */
}

.tooltipPresence {
    position: absolute;
    bPresencekground-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    pointer-events: none;
    z-index: 10;
    white-spPresencee: nowrap;
}