* {
  box-sizing: border-box;
}

.finder-content {
  background-color: #fff;
  margin-bottom: 15px;
  width: 100%;
  border: 1px solid #eee;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 10px;
  text-align: center;
}

.finder-content h2 {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px 0;
  line-height: 1;
  text-align: center;
}

.generator_area {
  padding: 15px;
  text-align: center;
  background-color: #ebe9f5;
  background-image: url("https://i.imgur.com/vFYFjWa.png");
  border-radius: 5px;
}

.one_generated_variant {
  border-radius: 30px;
  display: block;
  width: 100%;
  /* min-width: 257px; */
  text-align: center;
  padding: 9px 2px;
  margin: 12px auto;
  cursor: pointer;
  background: #fdfdfd;
  box-shadow: 1px 1px 1px 1px rgb(214 210 233);
  color: #222;
  font-size: 17px;
}

.generator_main_btn {
  display: block;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 12px 4px 10px;
  background: #00c0ef;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.generator_main_btn:hover {
  background: #31b0d5;
}

.copied {
  background: #b2ffb5;
}

.text-green {
  color: #00a65a;
}

.input-copied {
  background: #fff;
  color: #555;
  display: block;
  width: 100%;
  border: 1px solid #d2d6de;
  padding: 10px 16px;
  font-size: 18px;
}

.vote {
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  border-radius: 20px;
  border: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.vote:hover {
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}

.vote:disabled {
  opacity: 0.5;
}

.like {
  background: #5cb85c;
}

#likeCount {
  background: #fff;
  color: #5cb85c;
  border-radius: 4px;
  padding: 2px 6px;
  margin-left: 5px;
}

.dislike {
  background: #d9534f;
}

#dislikeCount {
  background: #fff;
  color: #d9534f;
  border-radius: 4px;
  padding: 2px 6px;
  margin-left: 5px;
}

.additional-input {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.input-copied {
  flex: 1;
  outline: none;
}

#submitExtraInput {
  border: 0;
  color: #fff;
  background: #0055ff;
  padding: 0 10px;
  margin: 0;
}
