.form-block {
  background: none;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
}

.input-container {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}



.text-field {
  width: 450px;
  height: 30px;
  background-color: #373737(216, 20, 20, 0);
  border: 1.5px solid #101010;
  border-radius: 11px;
  align-content: center;
  resize: none;
}

.submit-button {
  width: 150px;
  height: 35px;
  color: #ffffff;
  background-color: #101010;
  border-radius: 11px;
  padding-top: 8.5px;
  padding-bottom: 13px;
  font-family: Fontsfree net sfprodisplay, sans-serif;
  font-size: 14px;
}

.submit-button {
  margin-left: 10px; /* Add space between the textarea and the button */
  cursor: pointer;  /* Change the cursor when hovering over the button */
}

.text-field::placeholder {
  color: rgb(206, 206, 206);  /* Set the placeholder text color to white */
  padding-top: 5.5px;
  text-align: center;
}

.success-message {
  color: white;
  background-color: rgba(164, 28, 28, 0);
  margin-bottom: 0;
  padding-bottom: 4.5px;
  padding-right: 0;
  font-family: Fontsfree net sfprodisplay, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.error-message {
  text-align: center;
  background-color: rgba(229, 14, 14, 0);
  padding-top: 10px;
  font-family: Fontsfree net sfprodisplay, sans-serif;
  font-size: 16px;
}

.footer-link__wrapper {
  height: 26px;
  color: #616161;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.copyright__paragraph {
  width: auto;
  color: #7c7c7c;
  text-align: center;
  margin-bottom: 100px;
  font-family: Fontsfree net sfprodisplay, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.terms-and-conditions__copy {
  color: #7c7c7c;
  text-align: center;
  margin-bottom: 0;
  font-family: Fontsfree net sfprodisplay, sans-serif;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
}

.privacy-policy__copy {
  color: #7c7c7c;
  text-align: center;
  margin-bottom: 0;
  font-family: Fontsfree net sfprodisplay, sans-serif;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
}

.text-block {
  max-width: 300px;
  color: #ffffff;
  text-align: left;
  font-family: Fontsfree net sfprodisplay, sans-serif;
}

.text-block-2 {
  color: white;
  font-family: Fontsfree net sfprodisplay, sans-serif;
}

.link__wrapper {
  width: auto;
  justify-content: space-around;
  padding-top: 30px;
  display: flex;
}

.div-block-9 {
  justify-content: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.link-block-3 {
  justify-content: center;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  display: flex;
}
