.selected-won {
    background: url("../img/icons/won-selected.svg") no-repeat !important;
    background-position: 45% 100% !important;
}

.selected-applied {
    background: url("../img/icons/applied-selected.svg") no-repeat !important;
    background-position: 45% 50% !important;
}

.selected-favorite {
    background: url("../img/icons/favorited-selected.svg") no-repeat !important;
    background-position: 45% 50% !important;
}

.selected-viewed {
    background: url("../img/icons/visibility_off-selected.svg") no-repeat !important;
}



.viewed-icon {
    background: url("../img/icons/visibility_off.svg") no-repeat;
}

.applied-icon {
    background: url("../img/icons/applied.svg") no-repeat;
}

.favorite-icon {
    background: url("../img/icons/favorited.svg") no-repeat;
    background-position: 45% 80%;
}
.won-icon {
    background: url("../img/icons/won.svg") no-repeat;
    background-position: 45% 80%;
}
