.tagi__panel {
  font-size: 16px;
  font-family: Arial;
  width: 100%;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}

.tagi__element {
  flex: 0;
  display: flex;
  border-radius: 28px;
  border: 1px solid #dfe1e5;
  background: white;
  color: #3c4043;
  position: relative;
  padding: 0 16px;
  align-items: center;
  height: 32px;
  margin-right: 16px;
  outline: none;
  cursor: pointer;
}

.tagi__element:focus {
  outline: none;
  border-color: #e65765;
}

.tagi__element span {
  margin-right: 16px;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.tagi__element svg {
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
}

.tagi__input {
  outline: none;
  line-height: 36px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font-size: 16px;
  font-family: Arial;
  border: none;
  outline: none;
}

.tagi__input:focus {
  outline: 0;
}

.tagi__input {
  box-sizing: content-box;
}
