.job-dashboard-actions a.job-dashboard-action-sold::before,
.job-dashboard-actions a.job-dashboard-action-not-sold::before {
    content: "";
    display: none;
}
.job-dashboard-actions a.job-dashboard-action-sold i.fa,
.job-dashboard-actions a.job-dashboard-action-not-sold i.fa {
    display: block;
    font-size: 20px;
    padding-bottom: 8px;
}
.job-dashboard-actions a.codicts-sold-not-sold i.fa.fa-dolly,
.job-dashboard-actions a.codicts-sold-not-sold i.fa.fa-dolly-flatbed {
    display: none;
}
.job-dashboard-actions a.job-dashboard-action-sold i.fa.fa-dolly-flatbed {
    display: block;
}
.job-dashboard-actions a.job-dashboard-action-not-sold i.fa.fa-dolly {
    display: block;
}
.codicts-sold-staus-preview-card {
    opacity: 0.5;
}
.codicts-sold-staus-preview-card .lf-background{
    filter: grayscale(1);
}


._sold-cdts::before,
._not-sold-cdts::before {
    font-family: Font Awesome\ 5 Free !important;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    text-rendering: auto;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0);
    font-size: 15px;
    position: relative;
    top: 2px;
    margin-right: 5px;
    font-weight: 900 !important;
}

._sold-cdts::before {
    content: "\f474";
}
._not-sold-cdts::before {
    content: "\f472";
}

.row-actions .codicts_sold_status {
    display: none;
}
