.team-count{

    margin-left:8px;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-width:22px;

    height:22px;

    border-radius:50px;

    background:#ececec;

    font-size:12px;

    font-weight:600;

    transition:.3s;

}

.neuros-team-filter{
    padding: 15px 0;
}
.neuros-team-filter button.active .team-count{

    background:#ffffff;

    color:#000;

}

.neuros-team-filter button{

    border:0;

    background:#f4f4f4;

    color:#555;

    border-radius:100px;

    padding:10px 18px;

    transition:.25s;

}

.neuros-team-filter button.active{

    background:linear-gradient(90deg,#111,#444);

    color:#fff;

}