.customerTooltip {
    padding-left: 0px;
}

.customerTooltip .ant-tooltip-content {
    margin-left: -5px;
}


.customerTooltip .ant-popover-inner-content {
    padding: 0;
}

.customerTooltip .ant-popover-content .ant-popover-arrow {
    display: none;
}

.text-li-overflow-ellipsis {
    width: 400px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 16px;
    font-size: 10pt;
}