/* Theme */
/* Colors */
/* Sizes */
.addui-Tags .addui-Tags-tag {
  display: inline-block;
  border-radius: 999px;
  background: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
  margin: 4px;
  padding: 0 12px;
  font-size: 16px;
  line-height: 32px;
  height: 32px;
}

.addui-Tags .addui-Tags-tag.addui-Tags-removable {
  cursor: pointer;
}

.addui-Tags .addui-Tags-tag.addui-Tags-removable:after {
  display: inline-block;
  content: "X";
  width: 16px;
  height: 16px;
  margin: 8px 0px 8px 8px;
  background: #c1c1c1;
  font-family: monospace;
  color: #e0e0e0;
  border-radius: 999px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  vertical-align: top;
}

.addui-Tags .addui-Tags-tag.addui-Tags-removable:hover {
  text-decoration: line-through;
}

.addui-Tags .addui-Tags-tag.addui-Tags-removable:hover:after {
  background: #a0a0a0;
}

.addui-Tags .addui-Tags-input {
  border: 0;
  background: transparent;
  margin: 4px;
  padding: 4px 8px;
  outline: none;
  width: 100px;
  font-size: 20px;
  font-family: inherit;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.addui-Tags .addui-Tags-input:focus {
  border-bottom: 1px solid #3f51b5;
}
