button.isSelectedView,
button.isAlpha {
    color: red !important;
    font-weight: 900;
}

div.filter-long {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

div.filter-long div.bin {
    display: flex;
    flex-direction: row;
    width: 250px;
}

div.bin div.badge {
    justify-content: flex-end;
}