.experience_apply_content_wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.basic_info_section {
}

.review_section {
  margin-top: 20px;
}

.review_section > .review_description {
  margin-top: 10px;
  font-size: 13px;
  color: #5e5e5e;
}

.input_description {
  margin-top: 6px;
  font-size: 12px;
}

.address_sub_button {
  border-radius: 30px !important;
}

.mt_26 {
  margin-top: 26px;
}

.textarea_wrapper {
  position: relative;
  max-width: 324px;
  height: 140px;
  margin-top: 14px;
}

.textarea {
  resize: none;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #e7e7e7;
  padding: 16px 14px;
  font-size: 14px;
}

.textarea::placeholder {
  color: #c7c7c7;
}

.text_length {
  position: absolute;
  right: 14px;
  bottom: 8px;
  color: #c7c7c7;
  font-size: 14px;
}

.relative {
  position: relative;
}
