.dfp-sidebar-filter{
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:10px;
    padding:15px;
}

.dfp-title{
    font-size:18px;
    font-weight:700;
    margin-bottom:15px;
}

.dfp-filter-item{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    padding:10px 12px;
    margin-bottom:8px;
    background:#f7f7f7;
    border-radius:8px;
    text-decoration:none !important;
    color:#333 !important;
    transition:.2s;
    box-sizing:border-box;
}

.dfp-filter-item:hover{
    background:#efefef;
}

.dfp-filter-item.active{
    background:#e53935;
    color:#fff !important;
}

.dfp-brand-name{
    display:block;
    flex:1;
    text-align:right;
    line-height:1.8;
    font-size:14px;
    font-weight:500;
    word-break:break-word;
}

.dfp-filter-item .count{
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:28px;
    height:28px;
    border-radius:30px;
    background:rgba(0,0,0,.08);
    font-size:12px;
    margin-right:10px;
    flex-shrink:0;
}

.dfp-filter-item.active .count{
    background:rgba(255,255,255,.2);
    color:#fff;
}

.dfp-clear-filter{
    display:block;
    margin-bottom:12px;
    color:#e53935 !important;
    text-decoration:none;
    font-size:13px;
}


