.badge {
  min-width: 2.2em !important;
  background-color: transparent !important;
  color: black !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: "squids" !important;
  font-family: "poppins-semibold" !important;
  cursor: pointer !important;
  padding: 0 !important;
  transition: all 0.2s ease-in-out !important;
}

.badge.counter {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.badge:hover {
  transform: scale(1.2) !important;
}

.badge img {
  width: 3em;
  height: 3em;
}
