* [tooltip-id]:hover{
    cursor: pointer;
    /*font-weight: bold;*/
}

i[tooltip-id] {
    margin-left: 10px;
    padding: 5px;
    background-color: #00b3bd;
    border-radius: 5px;
    color: white;
}

.core-tooltip {
    position: absolute;
    background-color: white;
    border: 1px silver solid;
    border-radius: 7px;
    padding: 15px;
    min-width: 260px;
    margin-top: 10px;
    box-shadow: 1px 1px 12px 5px silver;
    z-index: 1;
}

.core-tooltip__arrow {
    border: 1px silver solid;
    border-width: 0 1px 1px 0;
    display: inline-block;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    position: absolute;
    top: -7px;
    background-color: white;
    padding: 6px;
}

.core-tooltip__field-value-photo {
    width: 120px;
    position: relative;
    height: 120px;
    background-size: cover;
    background-position: top;
    border-radius: 50%;
}

.core-tooltip__field-value-photo-wrapper {
    display: flex;
    justify-content: center;
}

.core-tooltip__content table {
    margin: 0 !important;
}

.core-tooltip__content table td {
    padding: 5px !important;
}

.core-tooltip__field-label {
    font-weight: 500;
}

.core-tooltip__field-value-active {
    display: flex;
    align-items: center;
    gap: 6px;
}


/*.core-tooltip__field-value {
    margin-bottom: 15px;
}*/
