textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 320px;
  border: none;
  outline: none;
  resize: none;
  padding: 40px 24px;
  font-size: 16px;
}

.textarea-wrapper {
  border-radius: 10px;
  border: 1px solid #bbb;
}
.textarea-wrapper label {
  background: #f8f8f8;
  width: 100%;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 24px;
}

select {
  width: 100%;
  height: 64px;
  border-radius: 10px;
  border: 1px solid #bbb;
  font-size: 16px;
  padding-left: 1.4em;
  padding-right: 1em;
  color: #9c9c9c;
  font-weight: bold;
  /** for the dropdown indicator */
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}
select:focus {
  font-weight: 400;
  color: #333;
}

.input-wrapper {
  position: relative;
}

.project-form-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em;
}

.project-form-divide,
.project-form-full,
.file-wrapper,
.project-form-content {
  margin-bottom: 40px;
}

input[type=text],
input[type=number],
input[type=email],
input[type=date],
input[type=datetime-local] {
  padding-left: 1em;
  padding-top: 0.75em;
  padding-right: 1em;
  border-radius: 10px;
  border: 1px solid #bbb;
}

input[type=number],
input[type=datetime-local],
input[type=date] {
  background-color: #fff;
  color: #4e4e4e;
}

input[type=number],
input[type=datetime-local],
input[type=date] {
  padding-top: 1.3em;
}

.input-wrapper label {
  padding-left: 1.3em;
}

.input {
  font-size: 16px;
  width: 100%;
  padding: 8px 0;
  color: #333;
  border: none;
  border-bottom: 1px solid #ddd;
  transition: border-color 250ms;
  background-color: transparent;
  height: 64px;
  border-radius: 10px;
}
.input:focus {
  outline: none;
  border-bottom-color: #e6e6e6;
}
.input::placeholder {
  color: transparent;
}
.input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
}

.label {
  position: absolute;
  top: 18px;
  left: 0;
  color: #9c9c9c;
  font-weight: 700;
  pointer-events: none;
  transform-origin: left center;
  transition: transform 250ms;
}

.input:focus + .label,
.input:not(:placeholder-shown) + .label {
  transform: translateY(-40%) scale(0.75);
}

.usp-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.input:placeholder-shown + .label + .clear {
  display: none;
}

.project-form-divide {
  display: flex;
  justify-content: space-between;
}
.project-form-divide .input-wrapper {
  width: 100%;
}
.project-form-divide .input-wrapper:first-child {
  margin-right: 0.5em;
}
.project-form-divide .input-wrapper:last-child {
  margin-left: 0.5em;
}

.half {
  display: flex;
  gap: 1em;
}

.w-elem {
  margin-bottom: 0;
}
.w-elem div {
  margin-bottom: 1em;
}
.w-elem div:last-child {
  margin-left: 0.5em;
}
.w-elem div:first-child {
  margin-right: 0.5em;
}

.form-selection-w-elem {
  width: 100%;
  height: 140px;
  background: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}
.form-selection-w-elem:hover {
  background: #e0e0e0;
}

.form-selection {
  width: 100%;
  height: 140px;
  background: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #f7f7f7;
  cursor: pointer;
  padding: 0.5em;
}
.form-selection:hover {
  background: #e0e0e0;
}

.selected-choice {
  background: #e0e0e0;
}

#structure-2c-2v-1 {
  content: url("../../assets/projectform/2c-2v-1.svg");
}

#structure-2c-2v-2 {
  content: url("../../assets/projectform/2c-2v-2.svg");
}

#structure-2c-2v-3 {
  content: url("../../assets/projectform/2c-2v-3.svg");
}

#structure-2c-2v {
  content: url("../../assets/projectform/2c-2v.svg");
}

#structure-2c-1v-1 {
  content: url("../../assets/projectform/2c-1v-1.svg");
}

#structure-2c-1v-2 {
  content: url("../../assets/projectform/2c-1v-2.svg");
}

#structure-2c-1v-3 {
  content: url("../../assets/projectform/2c-1v-3.svg");
}

#structure-2c-1v-4 {
  content: url("../../assets/projectform/2c-1v-4.svg");
}

#structure-2c-1v {
  content: url("../../assets/projectform/2c-1v.svg");
}

#structure-1c-2v-1 {
  content: url("../../assets/projectform/1c-2v-1.svg");
}

#structure-1c-2v-2 {
  content: url("../../assets/projectform/1c-2v-2.svg");
}

#structure-1c-2v {
  content: url("../../assets/projectform/1c-2v.svg");
}

#structure-1c-1v-1 {
  content: url("../../assets/projectform/1c-1v-1.svg");
}

#structure-1c-1v {
  content: url("../../assets/projectform/1c-1v.svg");
}

#interest-1 {
  content: url("../../assets/projectform/interest-1.svg");
}

#interest-2 {
  content: url("../../assets/projectform/interest-2.svg");
}

#interest-3 {
  content: url("../../assets/projectform/interest-3.svg");
}

#interest-4 {
  content: url("../../assets/projectform/interest-4.svg");
}

#interest-5 {
  content: url("../../assets/projectform/interest-5.svg");
}

#interest-6 {
  content: url("../../assets/projectform/interest-6.svg");
}

@media only screen and (max-width: 1080px) {
  .form-selection-w-elem {
    flex-direction: column-reverse;
    justify-content: space-between;
    height: unset;
  }
  .form-selection-w-elem img {
    width: unset;
    height: 80px;
    margin-left: unset;
  }
  .form-selection-w-elem p {
    text-align: center;
    padding: 0.5em 0;
    margin: auto 0;
  }
  .form-selection-w-elem p:not(.has-background):last-of-type {
    padding-bottom: 0.5em;
  }
}
.form-selection-w-elem img {
  width: 100px;
  margin-left: 0.5em;
  max-height: 80px;
}

.form-selection-w-elem {
  text-align: left;
  padding: 1em;
}
.form-selection-w-elem div {
  background: green;
}

.form-selection-w-elem-a-number {
  display: flex;
  height: 162px;
  border: 1px solid #e6e6e6;
  justify-content: center;
  align-items: center;
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 10px;
}
.form-selection-w-elem-a-number span {
  padding: 1em 2em 1em 1em;
}

.form-selection-clicked {
  background: #e0e0e0;
}

.choice-dependent,
.project-preview {
  display: none;
}

.chosen {
  display: block;
}

.chosen[data-display=flex] {
  display: flex;
}

.tag-wrapper {
  padding-top: 0.75em;
}

.tag {
  display: inline-block;
  background-color: #f7f7f7;
  color: #787878;
  padding: 0 12px;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 50em;
  border: 1px solid #eeeeee;
  font-size: 15px;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  div.project-create-form_content {
    height: 100vdh;
  }
  .input-wrapper {
    padding-bottom: 40px;
  }
  .project-form-full,
  .project-form-divide {
    margin-bottom: unset;
  }
  .half {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
  .w-elem div:last-child {
    margin-right: unset;
    margin-left: unset;
  }
  .w-elem div {
    margin-bottom: unset;
  }
  .w-elem {
    margin-bottom: 1em;
  }
  .top-section {
    padding: 1em 1em 2em 1em;
  }
  .project-create-form_content {
    padding: 3.2em 2em 5em 2em;
  }
  .project-form-divide {
    flex-direction: column;
  }
  .project-form-divide .input-wrapper:last-child {
    margin-left: 0;
  }
  .project-form-divide .input-wrapper:first-child {
    margin-right: 0;
  }
}
.not-fixed {
  position: static;
  margin: 0 auto;
}