.dr-batch-import .ant-modal-content {
  padding: 0;
}
.dr-batch-import .ant-modal-content .dr-modal-title {
  padding: 16px 24px;
  border-bottom: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dr-batch-import .ant-modal-content .dr-batch-import_container {
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.dr-batch-import .ant-modal-content .dr-batch-import_container .ant-steps {
  padding: 20px;
}
.dr-batch-import .ant-modal-content .dr-batch-import_container .have_padding.step_content {
  padding: 0 20px 20px;
}
.dr-batch-import .ant-modal-content .dr-batch-import_container .step_content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dr-batch-import .ant-modal-content .dr-batch-import_container .error-text {
  color: #ed4013;
}
.dr-batch-import .ant-modal-content .dr-batch-import_container .before-import-errorMsg {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  color: #ed4013;
}
.dr-batch-import .ant-modal-content .dr-batch-import_container .text-center {
  text-align: center;
}
.dr-batch-import .ant-modal-content .dr-batch-import_container .uploadStep,
.dr-batch-import .ant-modal-content .dr-batch-import_container .verify-step,
.dr-batch-import .ant-modal-content .dr-batch-import_container .importStep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dr-batch-import .ant-modal-content .dr-batch-import_container .verify-step .import-btn {
  margin-top: 16px;
}
.dr-batch-import .ant-modal-content .dr-batch-import_container .verify-error-footer,
.dr-batch-import .ant-modal-content .dr-batch-import_container .import-error-footer {
  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: 54px;
  border-top: 1px solid #e8e8e8;
  gap: 8px;
}
.dr-batch-import .ant-modal-content .dr-batch-import_container .loadingContainer {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
  height: 100%;
  position: relative;
}
.dr-batch-import .ant-modal-content .dr-batch-import_container .stepActions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 24px;
}
.dr-batch-import .ant-modal-content .dr-batch-import_container .tips {
  margin-top: 12px;
  padding: 12px 16px;
  background-color: #f9f9f9;
  border-radius: 4px;
}
.dr-batch-import .ant-modal-content .dr-batch-import_container .tips ul {
  margin-bottom: 0;
  padding-left: 20px;
}
.dr-batch-import .ant-modal-content .dr-batch-import_container .resultSummary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dr-batch-import .ant-modal-content .dr-batch-import_container .resultSummary p {
  margin-bottom: 0 !important;
}
.dr-batch-import .ant-modal-content .dr-batch-import_container .uploadContainer {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.dr-batch-import .ant-modal-content .dr-batch-import_container .uploadContainer :global .ant-upload-list {
  display: none;
}
.dr-batch-import .ant-modal-content .dr-batch-import_container .uploadBtn {
  width: 360px;
  margin-top: 100px;
  color: #1890ff;
  border: 1px solid #1890ff;
  border-radius: 100px;
}
.dr-batch-import .ant-modal-content .dr-batch-import_container .templateLink {
  margin-top: 120px;
  color: #808696;
}
.dr-batch-import .ant-modal-content .dr-batch-import_container .uploadTips {
  margin-top: 8px;
  color: #808696;
}
