li.icon-checked::before {
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 900 !important;
    content: '\f00c' !important;
    color: #4caf50 !important;
}
li.icon-crossed::before {
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 900 !important;
    content: '\f00d' !important;
    color: #f44336 !important;
}
li.icon-dashed::before {
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 900 !important;
    content: '\f2d1' !important;
    color: #ffc107 !important;
}
li.icon-euro::before {
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 900 !important;
    content: '\f153' !important;
    color: #ffc107 !important;
}
