/* FrontHub filter state v69 */

/*
 * Reset historical blue states. Only v69 active is filled.
 */
#toolFilters .fh-filter{
    background:#fff!important;
    color:inherit;
    box-shadow:none!important;
}

#toolFilters .fh-filter.fh-filter-v69-active{
    border-color:transparent!important;
    background:linear-gradient(135deg,#6659ef,#339cf3)!important;
    color:#fff!important;
    box-shadow:0 7px 18px rgba(67,91,218,.18)!important;
}

#toolFilters .fh-filter.fh-filter-v69-active:hover,
#toolFilters .fh-filter.fh-filter-v69-active:focus,
#toolFilters .fh-filter.fh-filter-v69-active:active{
    background:linear-gradient(135deg,#6659ef,#339cf3)!important;
    color:#fff!important;
}

#toolsGrid .fh-tool-card[hidden]{
    display:none!important;
}

html[data-theme="dark"] #toolFilters .fh-filter:not(.fh-filter-v69-active),
html.dark #toolFilters .fh-filter:not(.fh-filter-v69-active),
body.dark #toolFilters .fh-filter:not(.fh-filter-v69-active){
    background:#171f2b!important;
    color:#dce4ef!important;
    border-color:#344052!important;
}
