.config-card[data-v-97b3246e] {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
}
.config-card .card-title[data-v-97b3246e] {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
  color: #1890ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.config-card .card-title .anticon[data-v-97b3246e] {
  margin-right: 8px;
  font-size: 20px;
}
.section-title[data-v-97b3246e] {
  font-size: 16px;
  font-weight: 500;
  margin: 24px 0 16px;
  padding-left: 8px;
  border-left: 4px solid #1890ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
}
.section-title .anticon[data-v-97b3246e] {
  margin-right: 8px;
  color: #1890ff;
}
.custom-form-item[data-v-97b3246e] {
  margin-bottom: 24px;
}
.custom-form-item[data-v-97b3246e] .ant-form-item-label label {
  color: #666;
  font-weight: 500;
}
.custom-input[data-v-97b3246e] .ant-input,
.custom-input[data-v-97b3246e] .ant-input-number-input,
.custom-input[data-v-97b3246e] .ant-select-selection {
  height: 32px;
  padding: 4px 11px;
}
.custom-input[data-v-97b3246e] .ant-input {
  min-height: 32px;
  padding: 8px 11px;
}
.custom-input:hover .ant-select-selection[data-v-97b3246e] {
  border-color: #40a9ff;
}
.custom-input:focus .ant-select-selection[data-v-97b3246e] {
  border-color: #1890ff;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.submit-buttons[data-v-97b3246e] {
  text-align: center;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px dashed #e8e8e8;
}
@media screen and (max-width: 1200px) {
.ant-col[data-v-97b3246e] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
}
}
@media screen and (max-width: 768px) {
.ant-col[data-v-97b3246e] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
}
}

