.customer-group-container {
  display: inline-flex;
}
.customer-group {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  background: #00793D;
  display: flex;
  justify-content: center;
  align-items: center;
}

#universe {
  width: 200px;
  height: 200px;
  border-radius: 100px;
}

.subset {
  margin-bottom: 20px;
}

.customer-group p {
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  clear: both;
}

.customer-group .title {
  font-size: 20px;
}

.add-filter {
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.customer-group-container:hover + .customer-group .add-filter {
  /*display: inline-flex;*/
}

.add-filter-btn {
  margin-left: 10px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #F39C12;
  color: #FFF;
}

.subset {
  cursor: pointer;
}
