ul, li {
    list-style: none;
    padding: 0px;

}

#listCategory {
    text-align: center;
}

#listCategory li {
    margin-right: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 10px;
    line-height: 35px;
    border-radius: 100px;
    display: inline-block;
    background: #ebebeb;
    color: #525252;
    font-weight: 600;
    cursor: pointer;
}

#listCategory li.active {
    background: linear-gradient(90deg, #f4bc6a, #f7d379) !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .05) !important;
    color: #fff !important;
}