.ant-legacy-form {
  box-sizing: border-box;
  color: #000000d9;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
}

.ant-legacy-form legend {
  color: #00000073;
  width: 100%;
  font-size: 16px;
  line-height: inherit;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
  padding: 0;
  display: block;
}

.ant-legacy-form label {
  font-size: 14px;
}

.ant-legacy-form input[type="search"] {
  box-sizing: border-box;
}

.ant-legacy-form input[type="radio"], .ant-legacy-form input[type="checkbox"] {
  line-height: normal;
}

.ant-legacy-form input[type="file"] {
  display: block;
}

.ant-legacy-form input[type="range"] {
  width: 100%;
  display: block;
}

.ant-legacy-form select[multiple], .ant-legacy-form select[size] {
  height: auto;
}

.ant-legacy-form input[type="file"]:focus, .ant-legacy-form input[type="radio"]:focus, .ant-legacy-form input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ant-legacy-form output {
  color: #000000d9;
  padding-top: 15px;
  font-size: 14px;
  line-height: 1.5715;
  display: block;
}

.ant-legacy-form-item-required:before {
  color: #ff4d4f;
  content: "*";
  margin-right: 4px;
  font-family: SimSun, sans-serif;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
}

.ant-legacy-form-hide-required-mark .ant-legacy-form-item-required:before {
  display: none;
}

.ant-legacy-form-item-label > label {
  color: #000000d9;
}

.ant-legacy-form-item-label > label:after {
  content: ":";
  margin: 0 8px 0 2px;
  position: relative;
  top: -.5px;
}

.ant-legacy-form-item-label > label.ant-legacy-form-item-no-colon:after {
  content: " ";
}

.ant-legacy-form-item {
  box-sizing: border-box;
  color: #000000d9;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  vertical-align: top;
  margin: 0 0 24px;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
}

.ant-legacy-form-item label {
  position: relative;
}

.ant-legacy-form-item label > .anticon {
  vertical-align: top;
  font-size: 14px;
}

.ant-legacy-form-item-control {
  line-height: 40px;
  position: relative;
}

.ant-legacy-form-item-control:before {
  content: "";
  display: table;
}

.ant-legacy-form-item-control:after {
  clear: both;
  content: "";
  display: table;
}

.ant-legacy-form-item-children {
  position: relative;
}

.ant-legacy-form-item-with-help {
  margin-bottom: 4px;
}

.ant-legacy-form-item-label {
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
  flex-grow: 0;
  line-height: 39.9999px;
  display: inline-block;
  overflow: hidden;
}

.ant-legacy-form-item-label-left {
  text-align: left;
}

.ant-legacy-form-item-control-wrapper {
  flex: 1 1 0;
}

.ant-legacy-form-item .ant-switch {
  margin: 2px 0 4px;
}

.ant-legacy-form-explain, .ant-legacy-form-extra {
  clear: both;
  color: #00000073;
  min-height: 23px;
  margin-top: -2px;
  font-size: 14px;
  line-height: 1.5715;
  transition: color .3s cubic-bezier(.215, .61, .355, 1);
}

.ant-legacy-form-explain {
  margin-bottom: -1px;
}

.ant-legacy-form-extra {
  padding-top: 4px;
}

.ant-legacy-form-text {
  padding-right: 8px;
  display: inline-block;
}

.ant-legacy-form-split {
  text-align: center;
  display: block;
}

form .has-feedback .ant-input {
  padding-right: 30px;
}

form .has-feedback .ant-input-affix-wrapper .ant-input-suffix {
  padding-right: 18px;
}

form .has-feedback .ant-input-affix-wrapper .ant-input {
  padding-right: 49px;
}

form .has-feedback .ant-input-affix-wrapper.ant-input-affix-wrapper-input-with-clear-btn .ant-input {
  padding-right: 68px;
}

form .has-feedback > .ant-select .ant-select-arrow, form .has-feedback > .ant-select .ant-select-selection__clear, form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow, form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection__clear {
  right: 28px;
}

form .has-feedback > .ant-select .ant-select-selection-selected-value, form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value {
  padding-right: 42px;
}

form .has-feedback .ant-cascader-picker-arrow {
  margin-right: 17px;
}

form .has-feedback .ant-cascader-picker-clear, form .has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix, form .has-feedback .ant-calendar-picker-icon, form .has-feedback .ant-time-picker-icon, form .has-feedback .ant-calendar-picker-clear, form .has-feedback .ant-time-picker-clear {
  right: 28px;
}

form .has-feedback .ant-picker .ant-picker-suffix {
  padding-right: 17px;
}

form .ant-mentions, form textarea.ant-input {
  height: auto;
  margin-bottom: 4px;
}

form .ant-upload {
  background: none;
}

form input[type="radio"], form input[type="checkbox"] {
  width: 14px;
  height: 14px;
}

form .ant-radio-inline, form .ant-checkbox-inline {
  vertical-align: middle;
  cursor: pointer;
  margin-left: 8px;
  font-weight: normal;
  display: inline-block;
}

form .ant-radio-inline:first-child, form .ant-checkbox-inline:first-child {
  margin-left: 0;
}

form .ant-checkbox-vertical, form .ant-radio-vertical {
  display: block;
}

form .ant-checkbox-vertical + .ant-checkbox-vertical, form .ant-radio-vertical + .ant-radio-vertical {
  margin-left: 0;
}

form .ant-input-number + .ant-legacy-form-text {
  margin-left: 8px;
}

form .ant-input-number-handler-wrap {
  z-index: 2;
}

form .ant-select, form .ant-cascader-picker {
  width: 100%;
}

form .ant-input-group .ant-select, form .ant-input-group .ant-cascader-picker {
  width: auto;
}

form :not(.ant-input-group-wrapper) > .ant-input-group, form .ant-input-group-wrapper {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -1px;
}

.ant-legacy-form-vertical .ant-legacy-form-item-label, .ant-col-24.ant-legacy-form-item-label, .ant-col-xl-24.ant-legacy-form-item-label {
  white-space: initial;
  text-align: left;
  flex-basis: 100%;
  margin: 0;
  padding: 0 0 8px;
  line-height: 1.5715;
  display: block;
}

.ant-legacy-form-vertical .ant-legacy-form-item-label > label, .ant-col-24.ant-legacy-form-item-label > label, .ant-col-xl-24.ant-legacy-form-item-label > label {
  margin: 0;
}

.ant-legacy-form-vertical .ant-legacy-form-item-label > label:after, .ant-col-24.ant-legacy-form-item-label > label:after, .ant-col-xl-24.ant-legacy-form-item-label > label:after {
  display: none;
}

.ant-legacy-form-rtl.ant-legacy-form-vertical .ant-legacy-form-item-label, .ant-legacy-form-rtl.ant-col-24.ant-legacy-form-item-label, .ant-legacy-form-rtl.ant-col-xl-24.ant-legacy-form-item-label {
  text-align: right;
}

.ant-legacy-form-vertical .ant-legacy-form-item-label label:after, .ant-col-24.ant-legacy-form-item-label label:after, .ant-col-xl-24.ant-legacy-form-item-label label:after {
  display: none;
}

.ant-legacy-form-vertical .ant-legacy-form-item {
  padding-bottom: 8px;
}

.ant-legacy-form-vertical .ant-legacy-form-item-control {
  line-height: 1.5715;
}

.ant-legacy-form-vertical .ant-legacy-form-explain {
  margin-top: 2px;
  margin-bottom: -5px;
}

.ant-legacy-form-vertical .ant-legacy-form-extra {
  margin-top: 2px;
  margin-bottom: -4px;
}

@media (max-width: 575px) {
  .ant-legacy-form-item .ant-legacy-form-item-label {
    white-space: initial;
    text-align: left;
    flex-basis: 100%;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5715;
    display: block;
  }

  .ant-legacy-form-item .ant-legacy-form-item-label > label {
    margin: 0;
  }

  .ant-legacy-form-item .ant-legacy-form-item-label > label:after {
    display: none;
  }

  .ant-legacy-form-rtl.ant-legacy-form-item .ant-legacy-form-item-label {
    text-align: right;
  }

  .ant-legacy-form-item .ant-legacy-form-item-label label:after {
    display: none;
  }

  .ant-legacy-form .ant-legacy-form-item {
    flex-wrap: wrap;
  }

  .ant-legacy-form .ant-legacy-form-item .ant-legacy-form-item-label, .ant-legacy-form .ant-legacy-form-item .ant-legacy-form-item-control {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ant-legacy-form-item-label, .ant-legacy-form-item-control-wrapper {
    width: 100%;
    display: block;
  }

  .ant-legacy-form-item-label {
    white-space: initial;
    text-align: left;
    flex-basis: 100%;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5715;
    display: block;
  }

  .ant-legacy-form-item-label > label {
    margin: 0;
  }

  .ant-legacy-form-item-label > label:after {
    display: none;
  }

  .ant-legacy-form-rtl.ant-legacy-form-item-label {
    text-align: right;
  }

  .ant-legacy-form-item-label label:after {
    display: none;
  }

  .ant-legacy-form-item-control-wrapper {
    flex-basis: 100%;
  }

  .ant-col-xs-24.ant-legacy-form-item-label {
    white-space: initial;
    text-align: left;
    flex-basis: 100%;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5715;
    display: block;
  }

  .ant-col-xs-24.ant-legacy-form-item-label > label {
    margin: 0;
  }

  .ant-col-xs-24.ant-legacy-form-item-label > label:after {
    display: none;
  }

  .ant-legacy-form-rtl.ant-col-xs-24.ant-legacy-form-item-label {
    text-align: right;
  }

  .ant-col-xs-24.ant-legacy-form-item-label label:after {
    display: none;
  }
}

@media (max-width: 767px) {
  .ant-col-sm-24.ant-legacy-form-item-label {
    white-space: initial;
    text-align: left;
    flex-basis: 100%;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5715;
    display: block;
  }

  .ant-col-sm-24.ant-legacy-form-item-label > label {
    margin: 0;
  }

  .ant-col-sm-24.ant-legacy-form-item-label > label:after {
    display: none;
  }

  .ant-legacy-form-rtl.ant-col-sm-24.ant-legacy-form-item-label {
    text-align: right;
  }

  .ant-col-sm-24.ant-legacy-form-item-label label:after {
    display: none;
  }
}

@media (max-width: 991px) {
  .ant-col-md-24.ant-legacy-form-item-label {
    white-space: initial;
    text-align: left;
    flex-basis: 100%;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5715;
    display: block;
  }

  .ant-col-md-24.ant-legacy-form-item-label > label {
    margin: 0;
  }

  .ant-col-md-24.ant-legacy-form-item-label > label:after {
    display: none;
  }

  .ant-legacy-form-rtl.ant-col-md-24.ant-legacy-form-item-label {
    text-align: right;
  }

  .ant-col-md-24.ant-legacy-form-item-label label:after {
    display: none;
  }
}

@media (max-width: 1199px) {
  .ant-col-lg-24.ant-legacy-form-item-label {
    white-space: initial;
    text-align: left;
    flex-basis: 100%;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5715;
    display: block;
  }

  .ant-col-lg-24.ant-legacy-form-item-label > label {
    margin: 0;
  }

  .ant-col-lg-24.ant-legacy-form-item-label > label:after {
    display: none;
  }

  .ant-legacy-form-rtl.ant-col-lg-24.ant-legacy-form-item-label {
    text-align: right;
  }

  .ant-col-lg-24.ant-legacy-form-item-label label:after {
    display: none;
  }
}

@media (max-width: 1599px) {
  .ant-col-xl-24.ant-legacy-form-item-label {
    white-space: initial;
    text-align: left;
    flex-basis: 100%;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5715;
    display: block;
  }

  .ant-col-xl-24.ant-legacy-form-item-label > label {
    margin: 0;
  }

  .ant-col-xl-24.ant-legacy-form-item-label > label:after {
    display: none;
  }

  .ant-legacy-form-rtl.ant-col-xl-24.ant-legacy-form-item-label {
    text-align: right;
  }

  .ant-col-xl-24.ant-legacy-form-item-label label:after {
    display: none;
  }
}

.ant-legacy-form-inline .ant-legacy-form-item {
  margin-bottom: 0;
  margin-right: 16px;
  display: inline-block;
}

.ant-legacy-form-inline .ant-legacy-form-item-with-help {
  margin-bottom: 24px;
}

.ant-legacy-form-inline .ant-legacy-form-item > .ant-legacy-form-item-control-wrapper, .ant-legacy-form-inline .ant-legacy-form-item > .ant-legacy-form-item-label {
  vertical-align: top;
  display: inline-block;
}

.ant-legacy-form-inline .ant-legacy-form-text, .ant-legacy-form-inline .has-feedback {
  display: inline-block;
}

.has-success.has-feedback .ant-legacy-form-item-children-icon, .has-warning.has-feedback .ant-legacy-form-item-children-icon, .has-error.has-feedback .ant-legacy-form-item-children-icon, .is-validating.has-feedback .ant-legacy-form-item-children-icon {
  z-index: 1;
  text-align: center;
  visibility: visible;
  pointer-events: none;
  width: 32px;
  height: 20px;
  margin-top: -10px;
  font-size: 14px;
  line-height: 20px;
  animation: .3s cubic-bezier(.12, .4, .29, 1.46) zoomIn;
  position: absolute;
  top: 50%;
  right: 0;
}

.has-success.has-feedback .ant-legacy-form-item-children-icon svg, .has-warning.has-feedback .ant-legacy-form-item-children-icon svg, .has-error.has-feedback .ant-legacy-form-item-children-icon svg, .is-validating.has-feedback .ant-legacy-form-item-children-icon svg {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.has-success.has-feedback .ant-legacy-form-item-children-icon {
  color: #52c41a;
  animation-name: diffZoomIn1 !important;
}

.has-warning .ant-form-item-split {
  color: #faad14;
}

.has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input, .has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper, .has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover, .has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
  background-color: #fff;
  border-color: #faad14;
}

.has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus, .has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus, .has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused, .has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused, .has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px #faad1433;
  border-right-width: 1px !important;
}

.has-warning .ant-input-group-addon, .has-warning .ant-input-number-group-addon {
  color: #faad14;
  border-color: #faad14;
}

.has-warning .has-feedback, .has-warning .ant-legacy-form-explain, .has-warning .ant-legacy-form-split {
  color: #faad14;
}

.has-warning .ant-input, .has-warning .ant-input:hover {
  background-color: #fff;
  border-color: #faad14;
}

.has-warning .ant-input:focus {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px #faad1433;
  border-right-width: 1px !important;
}

.has-warning .ant-input:not([disabled]):hover {
  border-color: #faad14;
}

.has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px #faad1433;
  border-right-width: 1px !important;
}

.has-warning .ant-input-affix-wrapper .ant-input, .has-warning .ant-input-affix-wrapper .ant-input:hover {
  background-color: #fff;
  border-color: #faad14;
}

.has-warning .ant-input-affix-wrapper .ant-input:focus {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px #faad1433;
  border-right-width: 1px !important;
}

.has-warning .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #faad14;
}

.has-warning .ant-input-prefix {
  color: #faad14;
}

.has-warning .ant-input-group-addon {
  color: #faad14;
  background-color: #fff;
  border-color: #faad14;
}

.has-warning .has-feedback {
  color: #faad14;
}

.has-warning.has-feedback .ant-legacy-form-item-children-icon {
  color: #faad14;
  animation-name: diffZoomIn3 !important;
}

.has-warning .ant-select-selection, .has-warning .ant-select-selection:hover {
  border-color: #faad14;
}

.has-warning .ant-select-open .ant-select-selection, .has-warning .ant-select-focused .ant-select-selection {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px #faad1433;
  border-right-width: 1px !important;
}

.has-warning .ant-calendar-picker-icon:after, .has-warning .ant-time-picker-icon:after, .has-warning .ant-picker-icon:after, .has-warning .ant-select-arrow, .has-warning .ant-cascader-picker-arrow {
  color: #faad14;
}

.has-warning .ant-input-number, .has-warning .ant-time-picker-input {
  border-color: #faad14;
}

.has-warning .ant-input-number-focused, .has-warning .ant-time-picker-input-focused, .has-warning .ant-input-number:focus, .has-warning .ant-time-picker-input:focus {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px #faad1433;
  border-right-width: 1px !important;
}

.has-warning .ant-input-number:not([disabled]):hover, .has-warning .ant-time-picker-input:not([disabled]):hover {
  border-color: #faad14;
}

.has-warning .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px #faad1433;
  border-right-width: 1px !important;
}

.has-warning .ant-cascader-picker:hover .ant-cascader-input, .has-warning .ant-input-affix-wrapper {
  border-color: #faad14;
}

.has-warning .ant-input-affix-wrapper-focused {
  box-shadow: 0 0 0 2px #faad1433;
}

.has-warning .ant-input-affix-wrapper .ant-input:focus {
  box-shadow: none;
}

.has-error .ant-form-item-split {
  color: #ff4d4f;
}

.has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input, .has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper, .has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover, .has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
  background-color: #fff;
  border-color: #ff4d4f;
}

.has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus, .has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus, .has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused, .has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused, .has-error .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px #ff4d4f33;
  border-right-width: 1px !important;
}

.has-error .ant-input-group-addon, .has-error .ant-input-number-group-addon {
  color: #ff4d4f;
  border-color: #ff4d4f;
}

.has-error .has-feedback, .has-error .ant-legacy-form-explain, .has-error .ant-legacy-form-split {
  color: #ff4d4f;
}

.has-error .ant-input, .has-error .ant-input:hover {
  background-color: #fff;
  border-color: #ff4d4f;
}

.has-error .ant-input:focus {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px #ff4d4f33;
  border-right-width: 1px !important;
}

.has-error .ant-input:not([disabled]):hover {
  border-color: #ff4d4f;
}

.has-error .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px #ff4d4f33;
  border-right-width: 1px !important;
}

.has-error .ant-input-affix-wrapper .ant-input, .has-error .ant-input-affix-wrapper .ant-input:hover {
  background-color: #fff;
  border-color: #ff4d4f;
}

.has-error .ant-input-affix-wrapper .ant-input:focus {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px #ff4d4f33;
  border-right-width: 1px !important;
}

.has-error .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #ff4d4f;
}

.has-error .ant-input-prefix {
  color: #ff4d4f;
}

.has-error .ant-input-group-addon {
  color: #ff4d4f;
  background-color: #fff;
  border-color: #ff4d4f;
}

.has-error .has-feedback {
  color: #ff4d4f;
}

.has-error.has-feedback .ant-legacy-form-item-children-icon {
  color: #ff4d4f;
  animation-name: diffZoomIn2 !important;
}

.has-error .ant-select-selection, .has-error .ant-select-selection:hover {
  border-color: #ff4d4f;
}

.has-error .ant-select-open .ant-select-selection, .has-error .ant-select-focused .ant-select-selection {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px #ff4d4f33;
  border-right-width: 1px !important;
}

.has-error .ant-select.ant-select-auto-complete .ant-input:focus {
  border-color: #ff4d4f;
}

.has-error .ant-input-group-addon .ant-select-selection {
  box-shadow: none;
  border-color: #0000;
}

.has-error .ant-calendar-picker-icon:after, .has-error .ant-time-picker-icon:after, .has-error .ant-picker-icon:after, .has-error .ant-select-arrow, .has-error .ant-cascader-picker-arrow {
  color: #ff4d4f;
}

.has-error .ant-input-number, .has-error .ant-time-picker-input {
  border-color: #ff4d4f;
}

.has-error .ant-input-number-focused, .has-error .ant-time-picker-input-focused, .has-error .ant-input-number:focus, .has-error .ant-time-picker-input:focus {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px #ff4d4f33;
  border-right-width: 1px !important;
}

.has-error .ant-input-number:not([disabled]):hover, .has-error .ant-time-picker-input:not([disabled]):hover, .has-error .ant-mention-wrapper .ant-mention-editor, .has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {
  border-color: #ff4d4f;
}

.has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor, .has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus, .has-error .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px #ff4d4f33;
  border-right-width: 1px !important;
}

.has-error .ant-cascader-picker:hover .ant-cascader-input, .has-error .ant-transfer-list {
  border-color: #ff4d4f;
}

.has-error .ant-transfer-list-search:not([disabled]) {
  border-color: #d9d9d9;
}

.has-error .ant-transfer-list-search:not([disabled]):hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}

.ant-input-rtl .has-error .ant-transfer-list-search:not([disabled]):hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.has-error .ant-transfer-list-search:not([disabled]):focus {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px #1890ff33;
  border-right-width: 1px !important;
}

.ant-input-rtl .has-error .ant-transfer-list-search:not([disabled]):focus {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.has-error .ant-input-affix-wrapper {
  border-color: #ff4d4f;
}

.has-error .ant-input-affix-wrapper-focused {
  box-shadow: 0 0 0 2px #ff4d4f33;
}

.has-error .ant-input-affix-wrapper .ant-input:focus {
  box-shadow: none;
}

.is-validating.has-feedback .ant-legacy-form-item-children-icon {
  color: #1890ff;
  display: inline-block;
}

.ant-advanced-search-form .ant-legacy-form-item {
  margin-bottom: 24px;
}

.ant-advanced-search-form .ant-legacy-form-item-with-help {
  margin-bottom: 4px;
}

.show-help-enter, .show-help-appear, .show-help-leave {
  animation-duration: .3s;
  animation-play-state: paused;
  animation-fill-mode: both;
}

.show-help-enter.show-help-enter-active, .show-help-appear.show-help-appear-active {
  animation-name: antShowHelpIn;
  animation-play-state: running;
}

.show-help-leave.show-help-leave-active {
  pointer-events: none;
  animation-name: antShowHelpOut;
  animation-play-state: running;
}

.show-help-enter, .show-help-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(.645, .045, .355, 1);
}

.show-help-leave {
  animation-timing-function: cubic-bezier(.645, .045, .355, 1);
}

@keyframes antShowHelpIn {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes antShowHelpOut {
  to {
    opacity: 0;
    transform: translateY(-5px);
  }
}

@keyframes diffZoomIn1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes diffZoomIn2 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes diffZoomIn3 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

.ant-mention-wrapper {
  box-sizing: border-box;
  color: #000000d9;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  vertical-align: middle;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  display: inline-block;
  position: relative;
}

.ant-mention-wrapper .ant-mention-editor {
  color: #000000d9;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  width: 100%;
  min-width: 0;
  height: auto;
  min-height: 32px;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  transition: all .3s;
  display: block;
  position: relative;
}

.ant-mention-wrapper .ant-mention-editor::-moz-placeholder {
  opacity: 1;
}

.ant-mention-wrapper .ant-mention-editor::placeholder {
  color: #bfbfbf;
  -webkit-user-select: none;
  user-select: none;
}

.ant-mention-wrapper .ant-mention-editor:placeholder-shown {
  text-overflow: ellipsis;
}

.ant-mention-wrapper .ant-mention-editor:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}

.ant-input-rtl .ant-mention-wrapper .ant-mention-editor:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-mention-wrapper .ant-mention-editor:focus, .ant-mention-wrapper .ant-mention-editor-focused {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px #1890ff33;
  border-right-width: 1px !important;
}

.ant-input-rtl .ant-mention-wrapper .ant-mention-editor:focus, .ant-input-rtl .ant-mention-wrapper .ant-mention-editor-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-mention-wrapper .ant-mention-editor-disabled {
  color: #00000040;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}

.ant-mention-wrapper .ant-mention-editor-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}

.ant-mention-wrapper .ant-mention-editor[disabled] {
  color: #00000040;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}

.ant-mention-wrapper .ant-mention-editor[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}

.ant-mention-wrapper .ant-mention-editor-borderless, .ant-mention-wrapper .ant-mention-editor-borderless:hover, .ant-mention-wrapper .ant-mention-editor-borderless:focus, .ant-mention-wrapper .ant-mention-editor-borderless-focused, .ant-mention-wrapper .ant-mention-editor-borderless-disabled, .ant-mention-wrapper .ant-mention-editor-borderless[disabled] {
  box-shadow: none;
  background-color: #0000;
  border: none;
}

textarea.ant-mention-wrapper .ant-mention-editor {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  transition: all .3s, height;
}

.ant-mention-wrapper .ant-mention-editor-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}

.ant-mention-wrapper .ant-mention-editor-sm {
  padding: 0 7px;
}

.ant-mention-wrapper .ant-mention-editor-rtl {
  direction: rtl;
}

.ant-mention-wrapper .ant-mention-editor-wrapper {
  height: auto;
  overflow-y: auto;
}

.ant-mention-wrapper.ant-mention-active:not(.disabled) .ant-mention-editor {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px #1890ff33;
  border-right-width: 1px !important;
}

.ant-input-rtl .ant-mention-wrapper.ant-mention-active:not(.disabled) .ant-mention-editor {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-mention-wrapper.disabled .ant-mention-editor {
  color: #00000040;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}

.ant-mention-wrapper.disabled .ant-mention-editor:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}

.ant-mention-wrapper .public-DraftEditorPlaceholder-root {
  pointer-events: none;
  position: absolute;
}

.ant-mention-wrapper .public-DraftEditorPlaceholder-root .public-DraftEditorPlaceholder-inner {
  color: #bfbfbf;
  white-space: pre-wrap;
  word-wrap: break-word;
  opacity: 1;
  outline: none;
  height: auto;
  padding: 5px 11px;
}

.ant-mention-wrapper .DraftEditor-editorContainer .public-DraftEditor-content {
  height: auto;
  padding: 5px 11px;
}

.ant-mention-dropdown {
  box-sizing: border-box;
  color: #000000d9;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  z-index: 1050;
  background-color: #fff;
  border-radius: 2px;
  outline: none;
  min-width: 120px;
  max-height: 250px;
  margin: 1.5em 0 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  position: absolute;
  top: -9999px;
  left: -9999px;
  overflow: hidden auto;
  box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d;
}

.ant-mention-dropdown-placement-top {
  margin-top: -.1em;
}

.ant-mention-dropdown-notfound.ant-mention-dropdown-item {
  color: #00000040;
}

.ant-mention-dropdown-notfound.ant-mention-dropdown-item .anticon-loading {
  color: #1890ff;
  text-align: center;
  display: block;
}

.ant-mention-dropdown-item {
  color: #000000d9;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  padding: 5px 12px;
  font-weight: normal;
  line-height: 22px;
  transition: background .3s;
  display: block;
  position: relative;
  overflow: hidden;
}

.ant-mention-dropdown-item:hover {
  background-color: #f5f5f5;
}

.ant-mention-dropdown-item.focus, .ant-mention-dropdown-item-active {
  background-color: #e6f7ff;
}

.ant-mention-dropdown-item-disabled {
  color: #00000040;
  cursor: not-allowed;
}

.ant-mention-dropdown-item-disabled:hover {
  color: #00000040;
  cursor: not-allowed;
  background-color: #fff;
}

.ant-mention-dropdown-item-selected, .ant-mention-dropdown-item-selected:hover {
  color: #000000d9;
  background-color: #f5f5f5;
  font-weight: bold;
}

.ant-mention-dropdown-item-divider {
  background-color: #f0f0f0;
  height: 1px;
  margin: 1px 0;
  line-height: 0;
  overflow: hidden;
}

.react-grid-layout {
  transition: height .2s;
  position: relative;
}

.react-grid-item {
  transition: left .2s, top .2s, width .2s, height .2s;
}

.react-grid-item img {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.react-grid-item.cssTransforms {
  transition-property: transform, width, height;
}

.react-grid-item.resizing {
  z-index: 1;
  will-change: width, height;
  transition: none;
}

.react-grid-item.react-draggable-dragging {
  z-index: 3;
  will-change: transform;
  transition: none;
}

.react-grid-item.dropping {
  visibility: hidden;
}

.react-grid-item.react-grid-placeholder {
  opacity: .2;
  z-index: 2;
  -webkit-user-select: none;
  user-select: none;
  -o-user-select: none;
  background: red;
  transition-duration: .1s;
}

.react-grid-item.react-grid-placeholder.placeholder-resizing {
  transition: none;
}

.react-grid-item > .react-resizable-handle {
  width: 20px;
  height: 20px;
  position: absolute;
}

.react-grid-item > .react-resizable-handle:after {
  content: "";
  border-bottom: 2px solid #0006;
  border-right: 2px solid #0006;
  width: 5px;
  height: 5px;
  position: absolute;
  bottom: 3px;
  right: 3px;
}

.react-resizable-hide > .react-resizable-handle {
  display: none;
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-sw {
  cursor: sw-resize;
  bottom: 0;
  left: 0;
  transform: rotate(90deg);
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-se {
  cursor: se-resize;
  bottom: 0;
  right: 0;
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-nw {
  cursor: nw-resize;
  top: 0;
  left: 0;
  transform: rotate(180deg);
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-ne {
  cursor: ne-resize;
  top: 0;
  right: 0;
  transform: rotate(270deg);
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-w, .react-grid-item > .react-resizable-handle.react-resizable-handle-e {
  cursor: ew-resize;
  margin-top: -10px;
  top: 50%;
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-w {
  left: 0;
  transform: rotate(135deg);
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-e {
  right: 0;
  transform: rotate(315deg);
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-n, .react-grid-item > .react-resizable-handle.react-resizable-handle-s {
  cursor: ns-resize;
  margin-left: -10px;
  left: 50%;
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-n {
  top: 0;
  transform: rotate(225deg);
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-s {
  bottom: 0;
  transform: rotate(45deg);
}

.react-resizable {
  position: relative;
}

.react-resizable-handle {
  box-sizing: border-box;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-origin: content-box;
  width: 20px;
  height: 20px;
  padding: 0 3px 3px 0;
  position: absolute;
}

.react-resizable-handle-sw {
  cursor: sw-resize;
  bottom: 0;
  left: 0;
  transform: rotate(90deg);
}

.react-resizable-handle-se {
  cursor: se-resize;
  bottom: 0;
  right: 0;
}

.react-resizable-handle-nw {
  cursor: nw-resize;
  top: 0;
  left: 0;
  transform: rotate(180deg);
}

.react-resizable-handle-ne {
  cursor: ne-resize;
  top: 0;
  right: 0;
  transform: rotate(270deg);
}

.react-resizable-handle-w, .react-resizable-handle-e {
  cursor: ew-resize;
  margin-top: -10px;
  top: 50%;
}

.react-resizable-handle-w {
  left: 0;
  transform: rotate(135deg);
}

.react-resizable-handle-e {
  right: 0;
  transform: rotate(315deg);
}

.react-resizable-handle-n, .react-resizable-handle-s {
  cursor: ns-resize;
  margin-left: -10px;
  left: 50%;
}

.react-resizable-handle-n {
  top: 0;
  transform: rotate(225deg);
}

.react-resizable-handle-s {
  bottom: 0;
  transform: rotate(45deg);
}

