.network-info-item {
    font-size: 9px;
    max-width: 100px;
    word-wrap: break-word;
    white-space: pre-wrap !important;
    height: 1px !important;
}

.g6-component-tooltip {
    background-color: #e7e7e7 !important;
    padding: 12px;
    box-shadow: rgb(174, 174, 174) 0px 0px 10px;
}

.tooltip-info-header {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    color: #595959;
    display: flex;
    padding: 0;
    margin: 0;
    margin-bottom: 4px;
    align-items: center;
    letter-spacing: 0.1em;
}

.tooltip-items {
    list-style-type: none;
}

.tooltip-item-bullet{
    color: #595959;
    font-size: 0.6em;
    font-family: 'Roboto';
    vertical-align: top;
}

.tooltip-item-property {
    padding-left: 5px;
    color: #595959;
    margin-right: 0.8em;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12.6px;
    line-height: 150%;
    vertical-align: top;
    margin-bottom: 4px;
}

.tooltip-item-value {
    padding-left: 5px;
    color: #595959;
    margin-right: 0.8em;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12.6px;
    line-height: 150%;
    max-width: 200px;
    word-wrap: break-word;
    white-space: pre-wrap !important;
    vertical-align: top;
    margin-bottom: 4px;
}


.table-responsive {
    max-height: 100px !important;
}

/* tr {
    max-height: 5px !important;
} */