.category-info-field-values-container {
  margin: 0;
  padding: 0;
}

.category-info-field-add-value-button {
  padding: 15px;

  border: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;

  width: 100%;
  height: 100%;

  outline: none;
  color: #777777;
  background-color: #F2F2F2;
  cursor: pointer;

  font-family: 'AzoSans-Regular';
  font-size: 15px;
  text-align: left;
}

.category-new-info-field-add-button {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  height: 120px;

  padding: 0;
  border-radius: 5px;

  border: none;
  outline: none;
  background-color: #F2F2F2;
  color: #5C68A4;

  text-align: center;
  font-size: 30px;

  transition: color .4s ease;
}

.category-new-info-field-add-button:hover {
  color: #08b58e;
}
