.mycred-search-bar {
    display: none!important;
}
input#mycerd-badges-search {
  width: 100%!important;
  margin-bottom: 10px!important;
}
.mycred-badges-list h3 {
    font-size: 22px;
    color: #d30000!important;
}
ul.mycred-badges-list-tabs li.active {
  border: none!important;
  border-bottom: 4px solid #d30000!important;
}
.mycred-badges-list-item {
  border-top: none!important;
  min-height: auto!important;
  display: flex!important;
}
.mycred-badges-list-item img {
  display: block!important;
  float: none!important;
  max-width: 150px!important;
  height: 100%!important;
}
button.mycred-clear-filter-btn {
  padding: 0!important;
  background: transparent!important;
  border: none!important;
  color: #000!important;
  margin-left: 15px!important;
}
.mycred-badges-list-panels {
  border-top: none!important;
}
ul.mycred-badges-list-tabs li {
  font-weight: bold!important;
  font-size: 16px!important;
}
.mycred-badge-count {
  font-size: 12px!important;
  background: #000!important;
  padding: 0 5px!important;
}
ul.mycred-badges-list-tabs li.active .mycred-badge-count {
  background: #d30000!important;
}