.nps-help-tip {
	cursor: help;
	color: #666;
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    height: 16px;
    line-height: 16px;
    position: relative;
    vertical-align: middle;
    width: 16px;
}

.nps-help-tip::after {
	font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    content: "\f059";
    cursor: help;
    color: #8F9591;
}

.nps-help-tip .tooltip-text {
    display: none;
    position: absolute;
    background-color: #666;
    color: #fff;
    border-radius: 4px;
    padding: 5px;
    font-size: 12px;
    top: 130%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.1s;
}