#dataset-list .list-group-item.active {
    background-color: #90baff;
    border-color: #3c89ff;
    color: #fff;
}

#dataset-list .list-group-item.active .text-muted {
    color: rgba(255, 255, 255, 0.75) !important;
}

#dataset-list .list-group-item.active .badge {
    background-color: rgba(255, 255, 255, 0.25) !important;
    color: #fff;
}