.tooltip {
    z-index: 9999999;
}

.tooltip-item {
    cursor: pointer;
}
.tooltip-item:hover::after {
    cursor: pointer;
    background: #0baf8f;
}

.tooltip-item::after {
    content: "?";
    font-size: .65rem;
    background: #888888;
    border-radius: 2px;
    color: #fff;
    height: 12px;
    width: 12px;
    text-align: center;
    display: inline-block;
    line-height: 13px;
    margin-left: 3px;
}
