.customer-title { cursor: pointer; } .completed-customer { text-decoration: line-through; } .customer-list > span { padding: 5px 8px; border: 1px solid rgb(7, 167, 68); border-radius: 10px; margin-right: 5px; cursor: pointer; } .customer-list > span.active { background-color: rgb(6, 139, 12); color: #fff; }