.incentive-call.disabled, .bonus-points-icon.disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.incentive-call.disabled .title, .bonus-points-icon.disabled .title {
    color: #707070;
}

.incentive-call.disabled .title.overlay, .bonus-points-icon.disabled .title.overlay {
    display: none!important;
}

#bonusPointsTable .c4s-bonuspoint-list-type-m-value-before::before {
    content: "("
}

#bonusPointsTable .c4s-bonuspoint-list-type-m-value-after::before {
    content: ")"
}
