@import './variables.scss';

.tooltip {
    background-color: $colorLight;
    border: 1px solid $colorNavyDark;
    border-radius: 10px;
    position: absolute;
    z-index: 600;
    min-width: 300px;
    pointer-events: none;
}

.tooltip--closed {
    display: none;
}

.cell-tooltip {
    padding: 8px 20px;
    margin: 0;
    list-style: none;
    font-family: $font;
}

.cell-tooltip__label {
    font-weight: $fontMedium;
    padding-right: 10px;
}

.cell-tootip__bubble-scale {
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
}

.cell-tootip__bubble-scale--item {
    margin-right:10px;
}