.filter-btn a {
    transition: all 0.3s;
}
.filter-btn a.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}