.labelList .labelListItem { font-size: 18px; color: #b7b7b7; border: solid 0.5px #b7b7b7; padding: 2px 8px; margin-right: 10px; border-radius: 4px; cursor: pointer; text-decoration: none !important; display: inline-block; margin-bottom: 5px; } .seacrhPaginatorCounterItemForLabel { height: 40px; width: 40px; display: flex; align-items: center; justify-content: center; background: #FFFFFF; box-shadow: 0px 2px 4px rgb(0 0 0 / 10%); border-radius: 20px; cursor: pointer; margin: 0 10px; } .seacrhPaginator a { text-decoration: none !important; color: #9da1ab; font-weight: normal !important; } .searchPreviousForLabel, .searchNextForLabel { margin: 0 10px; } .seacrhPaginatorCounterItemAnchorForLabel { display:none; } .labelList { margin-top:10px; }