
.mobile-form-container[data-v-0d314949] {
  background: #f7f8fa;
  min-height: 100vh;
}
.header[data-v-0d314949] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 44px;
  background-color: #fff;
  border-bottom: 1px solid #ebedf0;
  z-index: 10;
}
.header .back-btn[data-v-0d314949] {
  position: absolute;
  left: 16px;
  font-size: 14px;
  color: #333;
}
.header .title[data-v-0d314949] {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.mobile-form[data-v-0d314949] {
  padding: 54px 16px 80px; /* Top padding for header, bottom for footer */
}
.form-content[data-v-0d314949] {
  background: #fff;
  border-radius: 8px;
  padding: 0 16px;
}
.form-section-title[data-v-0d314949] {
  font-size: 14px;
  color: #333;
  padding: 16px 0 8px;
  font-weight: 600;
  /* border-bottom: 1px solid #f0f0f0; */
  margin-bottom: 0; /* Let padding handle the spacing */
}
.form-section-title[data-v-0d314949]::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 14px;
    background-color: #1890ff;
    margin-right: 8px;
    vertical-align: middle;
}
.ocr-btn[data-v-0d314949] {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}
.footer-buttons[data-v-0d314949] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 10px 16px;
  background: #fff;
  border-top: 1px solid #ebedf0;
  z-index: 10;
}
.footer-buttons .el-button[data-v-0d314949] {
  width: 45%;
  height: 40px;
  font-size: 16px;
}

/* Form Item Customization */
[data-v-0d314949] .el-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0;
  margin-bottom: 0;
}
[data-v-0d314949] .el-form-item:last-child {
  border-bottom: none;
}
[data-v-0d314949] .el-form-item__label {
  color: #333;
  padding: 0;
  text-align: left;
}
[data-v-0d314949] .el-form-item.is-required .el-form-item__label:before {
    color: #f56c6c;
    content: "*";
    margin-right: 4px;
}
[data-v-0d314949] .el-form-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0 !important;
  text-align: right;
}
[data-v-0d314949] .el-input__inner,[data-v-0d314949] .el-select .el-input__inner {
  border: none !important;
  text-align: right;
  padding-right: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
[data-v-0d314949] .el-select .el-input__suffix {
  right: -5px;
}
[data-v-0d314949] .el-date-editor.el-input {
  width: 100%;
}
[data-v-0d314949] .el-date-editor .el-input__prefix {
  display: none;
}
[data-v-0d314949] .el-date-editor .el-input__inner {
  padding-left: 0;
}

/* Upload style */
[data-v-0d314949] .upload-form-item .el-form-item__content {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-v-0d314949] .el-upload--picture-card {
    width: 140px;
    height: 80px;
    line-height: 88px;
}
[data-v-0d314949] .el-upload-list--picture-card .el-upload-list__item {
    width: 80px;
    height: 80px;
}
[data-v-0d314949] .el-upload__text {
  font-size: 11px;
  line-height: 1.2;
  margin-top: -10px;
}


