@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
.tag__input {
  font-size: 14px;
  padding: 4px 4px;
  display: block;
  width: 100%;
  height: 43px;
  background-color: transparent;
  border: none;
  border-radius: 3px;
  border: 1px solid #b1b0b5;
  margin-bottom: 1%;
}

.tag__List {
  font-family: "Inter", sans-serif;
  display: block;
  padding: 0;
  margin: 0;
}

.tag__List li {
  position: relative;
  list-style: none;
  float: left;
  font-size: 12px;
  background-color: #fafafa;
  line-height: 1rem;
  padding: 0.5rem 2rem 0.5rem 1rem;
  border-radius: 1rem;
  margin-right: 0.5rem;
  margin-bottom: 20px;
  word-break: break-all;
  font-weight: 600;
  color: #000;
}

.tag__List li > span.tag__remove {
  position: absolute;
  margin: 0.25rem;
  top: 0;
  right: 0;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 1rem;
  color: #000;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  background-color: #e9e8ed;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.crew-tag .tag__input {
  font-size: 14px;
  padding: 4px 4px;
  display: block;
  width: 100%;
  height: 45px;
  background-color: transparent;
  border: none;
  border-radius: 3px;
  border: 1px solid #d7d5e2;
  margin-bottom: 1%;
}
.crew-tag .tag__List {
  font-family: "Inter", sans-serif;
  display: block;
  padding: 0;
  margin: 0;
}
.crew-tag .tag__List li {
  position: relative;
  list-style: none;
  float: left;
  font-size: 12px;
  background-color: #e9e8ed;
  line-height: 1rem;
  padding: 0.5rem 2rem 0.5rem 1rem;
  border-radius: 1rem;
  margin-right: 0.5rem;
  margin-bottom: 20px;
  word-break: break-all;
  font-weight: 600;
  color: #000;
}
.crew-tag .tag__List li > span.tag__remove {
  position: absolute;
  margin: 0.25rem;
  top: 0;
  right: 0;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 1rem;
  color: #000;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  background-color: #e9e8ed;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}


