.inquiryContainer {
  box-shadow: 0px 0px 1px 0px #000000;
  max-width: 317px;
  /* height: 506px; */
  border-radius: 5px;
  max-height: 550px;
  position: sticky;
  top: 0px;
  min-height: 100px;
}

.inquiryContainer {
  padding: 20px 10px;
}

.formContainer {
  margin-top: 20px;
}

.title {
  font-weight: 500;
  font-size: 32px;
}

/* TextField styles */
.inputRoot {
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #e9e9e9;
  border-radius: 50px;
}

.outline {
  border-color: #e9e9e9;
}

.input {
  font-size: 12px;
  font-weight: 400;
}

textarea.input {
  font-size: 12px !important;
  font-weight: 400 !important;
}

.label {
  font-size: 12px;
  font-weight: 400;
}

.multilineTextFieldOutline {
  border-radius: 15px !important;
}

/* Checkbox and label */
.checkbox {
  padding-top: 0;
}

.termsLabel {
  font-size: 12px;
  font-weight: 400;
}

.checkboxLabel {
  align-items: flex-start;
}

/* Submit button */
.submitBtn {
  background-color: #00adb5;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
  text-transform: capitalize;
  width: 100%;
}

@media screen and (max-width: 1400px) {
  .inquiryContainer {
    max-width: 100%;
  }
}
