.ant-alert {
  align-items: flex-start;
  width: 100%;
  padding: 6px 12px;
  border-radius: 4px;
}
.ant-alert .ant-alert-close-icon {
  line-height: 18px;
}
.ant-alert .ant-alert-icon {
  font-size: 16px;
  transform: translateY(1px);
  margin-inline-end: 8px;
}
.ant-alert .ant-alert-message {
  color: #333333;
  font-weight: normal !important;
  font-size: 12px;
  line-height: 18px;
}
.ant-alert .ant-alert-message .href {
  color: #1890ff;
  cursor: pointer;
}
.ant-alert .ant-alert-description {
  color: #333333;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
}
.ant-alert-with-description .ant-alert-message {
  margin-bottom: 4px;
  font-weight: bold !important;
}
.ant-alert-warning {
  background: rgba(250, 173, 20, 0.1);
  border: 1px solid rgba(250, 173, 20, 0.4);
}
.ant-alert-info {
  background: rgba(24, 144, 255, 0.1);
  border: 1px solid rgba(24, 144, 255, 0.4);
}
.ant-alert-success {
  background: rgba(52, 183, 124, 0.1);
  border: 1px solid rgba(52, 183, 124, 0.4);
}
.ant-alert-error {
  background: rgba(255, 77, 79, 0.1);
  border: 1px solid rgba(255, 77, 79, 0.4);
}
.ant-btn {
  box-shadow: none;
}
.ant-btn-primary[disabled],
.ant-btn-primary[disabled]:hover {
  color: #ffffff !important;
  background: #d6f1e5 !important;
  border-color: #d6f1e5 !important;
}
.ant-btn-dangerous[disabled],
.ant-btn-dangerous[disabled]:hover {
  color: #ffffff !important;
  background: #ffdbdc !important;
  border-color: #ffdbdc !important;
}
.ant-btn-default[disabled],
.ant-btn-default[disabled]:hover {
  color: #bfbfbf !important;
  background: #fafafa !important;
  border-color: #d9d9d9 !important;
}
.ant-btn-link[disabled],
.ant-btn-link[disabled]:hover,
.ant-btn-text[disabled],
.ant-btn-text[disabled]:hover {
  color: rgba(24, 144, 255, 0.2) !important;
}
.ant-form .ant-form-item label {
  font-weight: normal;
}
.ant-form .ant-form-item label svg {
  color: #34b77c;
}
.ant-form .ant-form-item-control {
  padding-left: 0;
}
.ant-form .ant-form-item-control .ant-form-item-explain-error {
  font-size: 12px;
}
.ant-input::-moz-placeholder {
  color: #bfbfbf;
}
.ant-input::placeholder {
  color: #bfbfbf;
}
.ant-select .ant-select-selection-placeholder {
  color: #bfbfbf;
}
.ant-picker .ant-picker-input > input::-moz-placeholder {
  color: #bfbfbf;
}
.ant-picker .ant-picker-input > input::placeholder {
  color: #bfbfbf;
}
.ant-input-number .ant-input-number-input-wrap > input::-moz-placeholder {
  color: #bfbfbf;
}
.ant-input-number .ant-input-number-input-wrap > input::placeholder {
  color: #bfbfbf;
}
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'],
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] {
  padding: 16px;
}
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content,
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-primary,
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-primary {
  order: 1;
}
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-default,
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-default {
  order: 2;
  margin-right: 0;
}
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-link,
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-link {
  order: 3;
  margin-left: 0.5rem;
}
.ant-message .ant-message-notice-content {
  padding: 10px 16px;
  /* 文字颜色/一级-333333 */
  color: #333333;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(44, 54, 69, 0.102);
}
.ant-message .ant-message-notice .anticon {
  font-size: 14px;
  line-height: 22px;
  vertical-align: -0.18em;
  margin-inline-end: 9px;
}
.ant-modal-root .ant-modal .ant-modal-close {
  top: 0;
  right: 0;
  width: auto;
  color: #666666;
  font-weight: normal;
  background: transparent;
  outline: none;
  cursor: default;
}
.ant-modal-root .ant-modal .ant-modal-close:hover {
  color: #666666;
  background-color: transparent;
}
.ant-modal-root .ant-modal .ant-modal-close-x {
  display: inline-block;
  width: 96px;
  height: 54px;
  line-height: 54px;
  text-align: start;
}
.ant-modal-root .ant-modal .ant-modal-close-x > div {
  height: 100%;
}
.ant-modal-root .ant-modal .ant-modal-close-x > span {
  display: inline-block;
  margin-left: 48px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.2s;
}
.ant-modal-root .ant-modal .ant-modal-close-x > span:hover {
  color: #ed6f6f;
}
.ant-modal-root .ant-modal .ant-modal-content {
  padding: 0;
}
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-header {
  margin-bottom: 0;
  padding: 15px 20px;
  border-bottom: 1px solid #E9E9E9;
}
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-header .ant-modal-title {
  color: #333333;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-header .ant-modal-title > span {
  padding-left: 0;
  color: #333333;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body {
  padding: 20px !important;
}
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body > .scrollbar {
  padding: 0;
}
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body .scrollbar__wrap {
  margin-bottom: 0 !important;
}
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer {
  margin-top: 0;
  padding: 11px 20px;
  border-top: 1px solid #E9E9E9;
}
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer button {
  min-width: 88px;
}
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body {
  padding: 32px 32px 28px !important;
}
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body > .anticon {
  margin-inline-end: 16px;
  font-size: 24px;
}
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-title {
  color: #333333;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-content {
  max-width: calc(100% - 40px);
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  line-height: 200%;
  margin-block-start: 8px;
  margin-inline-start: 40px;
}
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-content > * {
  color: #999999;
}
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns {
  margin-top: 0;
  padding-top: 24px;
}
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns button {
  min-width: 88px;
}
.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
  color: #06c687;
}
.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
  color: #1890ff;
}
.ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
  color: #faad14;
}
.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
  color: #ff4d4f;
}
[class$='-basic-table'] .ant-table-wrapper .ant-spin-container .ant-pagination.ant-table-pagination.ant-table-pagination-right,
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-spin-container .ant-pagination.ant-table-pagination.ant-table-pagination-right,
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-spin-container .ant-pagination.ant-table-pagination.ant-table-pagination-right,
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-spin-container .ant-pagination.ant-table-pagination.ant-table-pagination-right {
  margin: 16px 0 0;
}
[class$='-basic-table'] .ant-table-wrapper .ant-pagination,
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination,
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination,
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination {
  position: relative;
}
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-total-text,
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-total-text,
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-total-text,
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-total-text {
  position: absolute;
  left: 0;
  height: 30px;
  line-height: 30px;
}
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item,
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item,
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item,
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item {
  box-sizing: border-box;
  min-width: 30px;
  height: 30px;
  margin: 0 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  border-radius: 4px;
}
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active) {
  border: 1px solid #d9d9d9;
}
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-prev,
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-prev,
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-prev,
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-prev {
  width: 30px;
  height: 30px;
  margin: 0 4px;
  line-height: 28px;
  border: 1px solid #d9d9d9;
}
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-next,
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-next,
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-next,
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-next {
  width: 30px;
  height: 30px;
  margin: 0 4px;
  line-height: 28px;
  border: 1px solid #d9d9d9;
}
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-next .ant-pagination-disabled,
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-next .ant-pagination-disabled,
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-next .ant-pagination-disabled,
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-next .ant-pagination-disabled {
  border: 1px solid #d9d9d9;
}
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options,
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options,
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options,
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options {
  margin-left: 4px;
}
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector,
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector,
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector,
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector {
  min-width: 90px;
  height: 30px;
}
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selection-item,
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selection-item,
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selection-item,
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selection-item {
  line-height: 28px;
}
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow,
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow,
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow,
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow {
  color: #333333;
}
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper,
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper,
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper,
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper {
  margin-left: 20px;
  color: #333333;
  font-size: 14px;
}
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input,
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input,
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input,
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input {
  min-width: 60px;
  height: 30px;
  margin: 0 8px;
  padding: 0;
  border-radius: 4px;
}
.ant-steps > * {
  margin-right: 8px;
}
.ant-steps .ant-steps-item-container {
  display: flex;
}
.ant-steps .ant-steps-item-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-top: 3px;
  line-height: 27px;
}
.ant-steps .ant-steps-item.ant-steps-item-process .ant-steps-item-icon .ant-steps-icon {
  font-weight: 500;
  font-size: 16px;
}
.ant-steps .ant-steps-item.ant-steps-item-process .ant-steps-item-container .ant-steps-item-description {
  min-height: 16px;
  margin-top: 5px;
  color: #999999;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2rem;
}
.ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-icon {
  background-color: #ffffff;
  border-color: #34b77c;
}
.ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-finish-icon {
  width: 12px;
  height: 12px;
}
.ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-finish-icon svg {
  width: 12px;
  height: 12px;
}
.ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-description {
  min-height: 16px;
  margin-top: 5px;
  color: #999999;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2rem;
}
.ant-steps .ant-steps-item-title {
  height: 24px;
  font-weight: 400;
  font-size: 16px;
  padding-inline-end: 24px;
}
.ant-steps .ant-steps-item-content {
  margin-left: 4px;
}
.ant-steps .ant-steps-item-error.ant-steps-item-active .ant-steps-item-container .ant-steps-item-icon {
  background-color: #ff4d4f;
}
.ant-steps .ant-steps-item-active .ant-steps-item-container .ant-steps-item-icon {
  background-color: #34b77c;
}
.ant-steps .ant-steps-item-active .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
}
.ant-steps .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-description {
  min-height: 16px;
  margin-top: 5px;
  color: #999999;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2rem;
}
.ant-steps .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-icon {
  background-color: #ffffff;
  border-color: #dee4ed;
}
.ant-steps .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon {
  color: #dee4ed;
  font-weight: 500;
  font-size: 16px;
}
.ant-steps .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-description {
  min-height: 16px;
  margin-top: 5px;
  color: #999999;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2rem;
}
.ant-steps-item.ant-steps-item-finish.ant-steps-item-active .ant-steps-item-container .ant-steps-item-tail {
  inset-inline-start: 13px;
  margin: 4px 0;
}
.ant-steps-item.ant-steps-item-finish.ant-steps-item-active .ant-steps-item-container .ant-steps-item-icon {
  background-color: #ffffff;
}
.ant-steps.ant-steps-vertical .ant-steps-item .ant-steps-item-icon {
  margin-inline-end: 8px;
}
.ant-steps.ant-steps-vertical .ant-steps-item .ant-steps-item-container .ant-steps-item-tail {
  inset-inline-start: 13px;
}
.ant-steps.ant-steps-vertical .ant-steps-item-icon {
  width: 28px;
  height: 28px;
  margin-top: 3px;
}
.ant-steps.ant-steps-vertical.ant-steps-small .ant-steps-item-icon {
  width: 24px;
  height: 24px;
  margin-top: 3px;
  line-height: 25px;
}
.ant-steps.ant-steps-vertical.ant-steps-small .ant-steps-item .ant-steps-item-content {
  margin-top: 2px;
}
.ant-steps.ant-steps-vertical.ant-steps-small .ant-steps-item .ant-steps-item-tail {
  inset-inline-start: 13px;
  margin: 3px -1px;
}
.ant-steps.ant-steps-horizontal.ant-steps-small .ant-steps-item-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  line-height: 25px;
}
[class$='-basic-table'],
[class$='-basic-table-form-container'],
[class$='-basic-table ap-table--sticky'],
[class$='-basic-table-form-container ap-table--sticky'] {
  width: 100%;
  height: 100%;
}
[class$='-basic-table'] .ant-table-wrapper,
[class$='-basic-table-form-container'] .ant-table-wrapper,
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper,
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper {
  padding: 12px 16px 16px;
  background-color: #ffffff;
  border-radius: 0;
}
[class$='-basic-table'] .ant-table-wrapper .ant-table.ant-table-middle > .ant-table-title,
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table.ant-table-middle > .ant-table-title,
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-middle > .ant-table-title,
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-middle > .ant-table-title,
[class$='-basic-table'] .ant-table-wrapper .ant-table.ant-table-small > .ant-table-title,
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table.ant-table-small > .ant-table-title,
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-small > .ant-table-title,
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-small > .ant-table-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  padding: 0 0 12px;
  border: none;
}
[class$='-basic-table'] .ant-table-wrapper .ant-table,
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table,
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table,
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table {
  width: 100%;
  overflow-x: hidden;
  border-radius: 0;
}
[class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container,
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container,
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container,
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container {
  border-radius: 0;
}
[class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container table,
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container table,
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container table,
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container table {
  border-radius: 0;
}
[class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container table > thead > tr:first-child > *:first-child,
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container table > thead > tr:first-child > *:first-child,
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container table > thead > tr:first-child > *:first-child,
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container table > thead > tr:first-child > *:first-child {
  border-radius: 0;
}
[class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header {
  border-radius: 0;
}
[class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected > td,
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected > td,
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected > td,
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected > td {
  background-color: #f3fbf7;
}
[class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected:hover > td,
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected:hover > td,
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected:hover > td,
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected:hover > td {
  background-color: #e6f6ef;
}
[class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr > td,
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr > td,
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr > td,
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr > td {
  padding: 13.5px 16px;
  line-height: 20px;
}
[class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-thead > tr > th,
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-thead > tr > th,
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-thead > tr > th,
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-thead > tr > th {
  padding: 13.5px 16px;
  line-height: 20px;
}
[class$='-basic-table'] .ant-table-wrapper .ant-table-footer,
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table-footer,
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table-footer,
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table-footer {
  padding: 0;
}
[class$='-basic-table'] .ant-table-wrapper .ant-table-footer .ant-table-wrapper,
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table-footer .ant-table-wrapper,
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table-footer .ant-table-wrapper,
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table-footer .ant-table-wrapper {
  padding: 0;
}
[class$='-basic-table'] .ant-table-wrapper .ant-table-footer table,
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table-footer table,
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table-footer table,
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table-footer table {
  border: none;
}
[class$='-basic-table'] .ant-table-wrapper .ant-table-footer .ant-table-body,
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table-footer .ant-table-body,
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table-footer .ant-table-body,
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table-footer .ant-table-body {
  overflow-x: hidden;
}
[class$='-basic-table'] .ant-table-wrapper .ant-table-footer td,
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table-footer td,
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table-footer td,
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table-footer td {
  padding: 12px 8px;
}
[class$='-basic-table-form-container'] {
  padding: 16px;
}
[class$='-basic-table-form-container'] .ant-form {
  width: 100%;
  margin-bottom: 16px;
  padding: 16px;
  background-color: #ffffff;
  border-radius: 0;
}
[class$='-basic-table-form-container'] .ant-form .ant-row {
  row-gap: 16px;
}
[class$='-basic-table-form-container'] .ant-form .ant-form-item {
  margin-bottom: 0;
}
[class$='-basic-table--inset'] .ant-table-wrapper {
  padding: 0;
}
[class$='-basic-table-row__striped'] td {
  background-color: #fafafa;
}
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper,
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper,
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper,
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container {
  overflow: visible;
}
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table,
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table,
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table,
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-table,
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table,
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-table,
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table {
  overflow: visible;
}
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container,
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container,
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container,
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container,
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container,
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container,
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container {
  overflow: visible;
}
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container .ant-table-header,
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container .ant-table-header,
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container .ant-table-header,
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header {
  position: sticky;
  top: 0;
  z-index: 99;
  border-top: 4px solid #ffffff;
}
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper ul.ant-pagination,
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper ul.ant-pagination,
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper ul.ant-pagination,
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper ul.ant-pagination,
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper ul.ant-pagination,
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper ul.ant-pagination,
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination {
  position: sticky;
  bottom: 0;
  z-index: 99;
  margin: 0;
  padding: 16px 0;
  background-color: #ffffff;
}
