#hc-types .hc-item-type {
    color: grey;
    cursor: pointer;
}
#hc-types .hc-item-type[data-filterable="false"] {
    color: red;
    cursor: default;
}
#hc-types .hc-item-type[data-filterable="false"] {
    cursor: default;
}
#hc-types .hc-item-type[data-filter="enabled"] {
    font-weight: bold;
    color: black;
}
.hc-item {
    display: block;
    transition: opacity 0.3s;
    opacity: 1;
}
.hc-item.hidden {
    opacity: 0;
}