a:where(.css-mc1tut) {
  color: #1677ff;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:where(.css-mc1tut):hover {
  color: #69b1ff;
}
a:where(.css-mc1tut):active {
  color: #0958d9;
}
a:where(.css-mc1tut):active,
a:where(.css-mc1tut):hover {
  text-decoration: none;
  outline: 0;
}
a:where(.css-mc1tut):focus {
  text-decoration: none;
  outline: 0;
}
a:where(.css-mc1tut)[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
:where(.css-mc1tut) a {
  color: #1677ff;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
:where(.css-mc1tut) a:hover {
  color: #69b1ff;
}
:where(.css-mc1tut) a:active {
  color: #0958d9;
}
:where(.css-mc1tut) a:active,
:where(.css-mc1tut) a:hover {
  text-decoration: none;
  outline: 0;
}
:where(.css-mc1tut) a:focus {
  text-decoration: none;
  outline: 0;
}
:where(.css-mc1tut) a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
:where(.css-mc1tut).anticon {
  display: inline-flex;
  align-items: center;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
:where(.css-mc1tut).anticon > * {
  line-height: 1;
}
:where(.css-mc1tut).anticon svg {
  display: inline-block;
}
:where(.css-mc1tut).anticon .anticon .anticon-icon {
  display: block;
}

:where(.css-mc1tut).ant-btn {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  box-sizing: border-box;
}

:where(.css-mc1tut).ant-btn::before,
:where(.css-mc1tut).ant-btn::after {
  box-sizing: border-box;
}

:where(.css-mc1tut).ant-btn [class^="ant-btn"],
:where(.css-mc1tut).ant-btn [class*=" ant-btn"] {
  box-sizing: border-box;
}

:where(.css-mc1tut).ant-btn [class^="ant-btn"]::before,
:where(.css-mc1tut).ant-btn [class*=" ant-btn"]::before,
:where(.css-mc1tut).ant-btn [class^="ant-btn"]::after,
:where(.css-mc1tut).ant-btn [class*=" ant-btn"]::after {
  box-sizing: border-box;
}

:where(.css-mc1tut).ant-btn {
  outline: none;
  position: relative;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  background: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
  touch-action: manipulation;
  color: rgba(0, 0, 0, 0.88);
}

:where(.css-mc1tut).ant-btn:disabled > * {
  pointer-events: none;
}

:where(.css-mc1tut).ant-btn .ant-btn-icon > svg {
  display: inline-flex;
  align-items: center;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:where(.css-mc1tut).ant-btn .ant-btn-icon > svg > * {
  line-height: 1;
}

:where(.css-mc1tut).ant-btn .ant-btn-icon > svg svg {
  display: inline-block;
}

:where(.css-mc1tut).ant-btn > a {
  color: currentColor;
}

:where(.css-mc1tut).ant-btn:not(:disabled):focus-visible {
  outline: 3px solid #91caff;
  outline-offset: 1px;
  transition:
    outline-offset 0s,
    outline 0s;
}

:where(.css-mc1tut).ant-btn.ant-btn-two-chinese-chars::first-letter {
  letter-spacing: 0.34em;
}

:where(.css-mc1tut).ant-btn.ant-btn-two-chinese-chars > *:not(.anticon) {
  margin-inline-end: -0.34em;
  letter-spacing: 0.34em;
}

:where(.css-mc1tut).ant-btn.ant-btn-icon-only {
  padding-inline: 0;
}

:where(.css-mc1tut).ant-btn.ant-btn-icon-only.ant-btn-compact-item {
  flex: none;
}

:where(.css-mc1tut).ant-btn.ant-btn-icon-only.ant-btn-round {
  width: auto;
}

:where(.css-mc1tut).ant-btn.ant-btn-loading {
  opacity: 0.65;
  cursor: default;
}

:where(.css-mc1tut).ant-btn .ant-btn-loading-icon {
  transition:
    width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

:where(.css-mc1tut).ant-btn:not(.ant-btn-icon-end)
  .ant-btn-loading-icon-motion-appear-start,
:where(.css-mc1tut).ant-btn:not(.ant-btn-icon-end)
  .ant-btn-loading-icon-motion-enter-start {
  margin-inline-end: -8px;
}

:where(.css-mc1tut).ant-btn:not(.ant-btn-icon-end)
  .ant-btn-loading-icon-motion-appear-active,
:where(.css-mc1tut).ant-btn:not(.ant-btn-icon-end)
  .ant-btn-loading-icon-motion-enter-active {
  margin-inline-end: 0;
}

:where(.css-mc1tut).ant-btn:not(.ant-btn-icon-end)
  .ant-btn-loading-icon-motion-leave-start {
  margin-inline-end: 0;
}

:where(.css-mc1tut).ant-btn:not(.ant-btn-icon-end)
  .ant-btn-loading-icon-motion-leave-active {
  margin-inline-end: -8px;
}

:where(.css-mc1tut).ant-btn-icon-end {
  flex-direction: row-reverse;
}

:where(.css-mc1tut).ant-btn-icon-end .ant-btn-loading-icon-motion-appear-start,
:where(.css-mc1tut).ant-btn-icon-end .ant-btn-loading-icon-motion-enter-start {
  margin-inline-start: -8px;
}

:where(.css-mc1tut).ant-btn-icon-end .ant-btn-loading-icon-motion-appear-active,
:where(.css-mc1tut).ant-btn-icon-end .ant-btn-loading-icon-motion-enter-active {
  margin-inline-start: 0;
}

:where(.css-mc1tut).ant-btn-icon-end .ant-btn-loading-icon-motion-leave-start {
  margin-inline-start: 0;
}

:where(.css-mc1tut).ant-btn-icon-end .ant-btn-loading-icon-motion-leave-active {
  margin-inline-start: -8px;
}

:where(.css-mc1tut).ant-btn {
  font-size: 14px;
  height: 32px;
  padding: 0px 15px;
  border-radius: 6px;
}

:where(.css-mc1tut).ant-btn.ant-btn-icon-only {
  width: 32px;
}

:where(.css-mc1tut).ant-btn.ant-btn-icon-only .anticon {
  font-size: inherit;
}

:where(.css-mc1tut).ant-btn.ant-btn-circle.ant-btn {
  min-width: 32px;
  padding-inline-start: 0;
  padding-inline-end: 0;
  border-radius: 50%;
}

:where(.css-mc1tut).ant-btn.ant-btn-round.ant-btn {
  border-radius: 32px;
  padding-inline-start: 16px;
  padding-inline-end: 16px;
}

:where(.css-mc1tut).ant-btn-sm {
  font-size: 14px;
  height: 24px;
  padding: 0px 7px;
  border-radius: 4px;
}

:where(.css-mc1tut).ant-btn-sm.ant-btn-icon-only {
  width: 24px;
}

:where(.css-mc1tut).ant-btn-sm.ant-btn-icon-only .anticon {
  font-size: inherit;
}

:where(.css-mc1tut).ant-btn.ant-btn-circle.ant-btn-sm {
  min-width: 24px;
  padding-inline-start: 0;
  padding-inline-end: 0;
  border-radius: 50%;
}

:where(.css-mc1tut).ant-btn.ant-btn-round.ant-btn-sm {
  border-radius: 24px;
  padding-inline-start: 12px;
  padding-inline-end: 12px;
}

:where(.css-mc1tut).ant-btn-lg {
  font-size: 16px;
  height: 40px;
  padding: 0px 15px;
  border-radius: 8px;
}

:where(.css-mc1tut).ant-btn-lg.ant-btn-icon-only {
  width: 40px;
}

:where(.css-mc1tut).ant-btn-lg.ant-btn-icon-only .anticon {
  font-size: inherit;
}

:where(.css-mc1tut).ant-btn.ant-btn-circle.ant-btn-lg {
  min-width: 40px;
  padding-inline-start: 0;
  padding-inline-end: 0;
  border-radius: 50%;
}

:where(.css-mc1tut).ant-btn.ant-btn-round.ant-btn-lg {
  border-radius: 40px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
}

:where(.css-mc1tut).ant-btn.ant-btn-block {
  width: 100%;
}

:where(.css-mc1tut).ant-btn-color-default {
  color: rgba(0, 0, 0, 0.88);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
}

:where(.css-mc1tut).ant-btn-color-default.ant-btn-variant-solid {
  color: #fff;
  background: rgb(0, 0, 0);
}

:where(.css-mc1tut).ant-btn-color-default.ant-btn-variant-solid:disabled,
:where(
    .css-mc1tut
  ).ant-btn-color-default.ant-btn-variant-solid.ant-btn-disabled {
  cursor: not-allowed;
  border-color: #d9d9d9;
  color: rgba(0, 0, 0, 0.25);
  background: rgba(0, 0, 0, 0.04);
  box-shadow: none;
}

:where(.css-mc1tut).ant-btn-color-default.ant-btn-variant-solid:not(
    :disabled
  ):not(.ant-btn-disabled):hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
}

:where(.css-mc1tut).ant-btn-color-default.ant-btn-variant-solid:not(
    :disabled
  ):not(.ant-btn-disabled):active {
  color: #fff;
  background: rgba(0, 0, 0, 0.95);
}

:where(.css-mc1tut).ant-btn-color-default.ant-btn-variant-dashed {
  border-style: dashed;
}

:where(.css-mc1tut).ant-btn-color-default.ant-btn-variant-filled {
  box-shadow: none;
  background: rgba(0, 0, 0, 0.04);
}

:where(.css-mc1tut).ant-btn-color-default.ant-btn-variant-filled:disabled,
:where(
    .css-mc1tut
  ).ant-btn-color-default.ant-btn-variant-filled.ant-btn-disabled {
  cursor: not-allowed;
  border-color: #d9d9d9;
  color: rgba(0, 0, 0, 0.25);
  background: rgba(0, 0, 0, 0.04);
  box-shadow: none;
}

:where(.css-mc1tut).ant-btn-color-default.ant-btn-variant-filled:not(
    :disabled
  ):not(.ant-btn-disabled):hover {
  background: rgba(0, 0, 0, 0.06);
}

:where(.css-mc1tut).ant-btn-color-default.ant-btn-variant-filled:not(
    :disabled
  ):not(.ant-btn-disabled):active {
  background: rgba(0, 0, 0, 0.15);
}

:where(.css-mc1tut).ant-btn-color-default.ant-btn-background-ghost {
  color: #ffffff;
  background: transparent;
  border-color: #ffffff;
  box-shadow: none;
}

:where(.css-mc1tut).ant-btn-color-default.ant-btn-background-ghost:not(
    :disabled
  ):not(.ant-btn-disabled):hover {
  background: transparent;
}

:where(.css-mc1tut).ant-btn-color-default.ant-btn-background-ghost:not(
    :disabled
  ):not(.ant-btn-disabled):active {
  background: transparent;
}

:where(.css-mc1tut).ant-btn-color-default.ant-btn-background-ghost:disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
}

:where(.css-mc1tut).ant-btn-color-default.ant-btn-variant-link {
  color: rgba(0, 0, 0, 0.88);
  box-shadow: none;
}

:where(.css-mc1tut).ant-btn-color-default.ant-btn-variant-link:disabled,
:where(
    .css-mc1tut
  ).ant-btn-color-default.ant-btn-variant-link.ant-btn-disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}

:where(.css-mc1tut).ant-btn-color-default.ant-btn-variant-link:not(
    :disabled
  ):not(.ant-btn-disabled):hover {
  color: #69b1ff;
  background: transparent;
}

:where(.css-mc1tut).ant-btn-color-default.ant-btn-variant-link:not(
    :disabled
  ):not(.ant-btn-disabled):active {
  color: #0958d9;
}

:where(.css-mc1tut).ant-btn-color-primary {
  color: #1677ff;
  box-shadow: 0 2px 0 rgba(5, 145, 255, 0.1);
}

:where(.css-mc1tut).ant-btn-color-primary.ant-btn-variant-outlined,
:where(.css-mc1tut).ant-btn-color-primary.ant-btn-variant-dashed {
  border-color: #1677ff;
  background: #ffffff;
}

:where(.css-mc1tut).ant-btn-color-primary.ant-btn-variant-outlined:disabled,
:where(.css-mc1tut).ant-btn-color-primary.ant-btn-variant-dashed:disabled,
:where(
    .css-mc1tut
  ).ant-btn-color-primary.ant-btn-variant-outlined.ant-btn-disabled,
:where(
    .css-mc1tut
  ).ant-btn-color-primary.ant-btn-variant-dashed.ant-btn-disabled {
  cursor: not-allowed;
  border-color: #d9d9d9;
  color: rgba(0, 0, 0, 0.25);
  background: rgba(0, 0, 0, 0.04);
  box-shadow: none;
}

:where(.css-mc1tut).ant-btn-color-primary.ant-btn-variant-outlined:not(
    :disabled
  ):not(.ant-btn-disabled):hover,
:where(.css-mc1tut).ant-btn-color-primary.ant-btn-variant-dashed:not(
    :disabled
  ):not(.ant-btn-disabled):hover {
  color: #4096ff;
  border-color: #4096ff;
  background: #ffffff;
}

:where(.css-mc1tut).ant-btn-color-primary.ant-btn-variant-outlined:not(
    :disabled
  ):not(.ant-btn-disabled):active,
:where(.css-mc1tut).ant-btn-color-primary.ant-btn-variant-dashed:not(
    :disabled
  ):not(.ant-btn-disabled):active {
  color: #0958d9;
  border-color: #0958d9;
  background: #ffffff;
}

:where(.css-mc1tut).ant-btn-color-primary.ant-btn-variant-dashed {
  border-style: dashed;
}

:where(.css-mc1tut).ant-btn-color-primary.ant-btn-variant-filled {
  box-shadow: none;
  background: #e6f4ff;
}

:where(.css-mc1tut).ant-btn-color-primary.ant-btn-variant-filled:disabled,
:where(
    .css-mc1tut
  ).ant-btn-color-primary.ant-btn-variant-filled.ant-btn-disabled {
  cursor: not-allowed;
  border-color: #d9d9d9;
  color: rgba(0, 0, 0, 0.25);
  background: rgba(0, 0, 0, 0.04);
  box-shadow: none;
}

:where(.css-mc1tut).ant-btn-color-primary.ant-btn-variant-filled:not(
    :disabled
  ):not(.ant-btn-disabled):hover {
  background: #bae0ff;
}

:where(.css-mc1tut).ant-btn-color-primary.ant-btn-variant-filled:not(
    :disabled
  ):not(.ant-btn-disabled):active {
  background: #91caff;
}

:where(.css-mc1tut).ant-btn-color-primary.ant-btn-variant-text {
  color: #1677ff;
  box-shadow: none;
}

:where(.css-mc1tut).ant-btn-color-primary.ant-btn-variant-text:disabled,
:where(
    .css-mc1tut
  ).ant-btn-color-primary.ant-btn-variant-text.ant-btn-disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}

:where(.css-mc1tut).ant-btn-color-primary.ant-btn-variant-text:not(
    :disabled
  ):not(.ant-btn-disabled):hover {
  color: #4096ff;
  background: #e6f4ff;
}

:where(.css-mc1tut).ant-btn-color-primary.ant-btn-variant-text:not(
    :disabled
  ):not(.ant-btn-disabled):active {
  color: #0958d9;
  background: #91caff;
}

:where(.css-mc1tut).ant-btn-color-primary.ant-btn-variant-link {
  color: #1677ff;
  box-shadow: none;
}

:where(.css-mc1tut).ant-btn-color-primary.ant-btn-variant-link:disabled,
:where(
    .css-mc1tut
  ).ant-btn-color-primary.ant-btn-variant-link.ant-btn-disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}

:where(.css-mc1tut).ant-btn-color-primary.ant-btn-variant-link:not(
    :disabled
  ):not(.ant-btn-disabled):hover {
  color: #4096ff;
  background: transparent;
}

:where(.css-mc1tut).ant-btn-color-primary.ant-btn-variant-link:not(
    :disabled
  ):not(.ant-btn-disabled):active {
  color: #0958d9;
}

:where(.css-mc1tut).ant-btn-color-primary.ant-btn-background-ghost {
  color: #1677ff;
  background: transparent;
  border-color: #1677ff;
  box-shadow: none;
}

:where(.css-mc1tut).ant-btn-color-primary.ant-btn-background-ghost:not(
    :disabled
  ):not(.ant-btn-disabled):hover {
  background: transparent;
  color: #4096ff;
  border-color: #4096ff;
}

:where(.css-mc1tut).ant-btn-color-primary.ant-btn-background-ghost:not(
    :disabled
  ):not(.ant-btn-disabled):active {
  background: transparent;
  color: #0958d9;
  border-color: #0958d9;
}

:where(.css-mc1tut).ant-btn-color-primary.ant-btn-background-ghost:disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
}

:where(.css-mc1tut).ant-pagination {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  box-sizing: border-box;
}

:where(.css-mc1tut).ant-pagination::before,
:where(.css-mc1tut).ant-pagination::after {
  box-sizing: border-box;
}

:where(.css-mc1tut).ant-pagination [class^="ant-pagination"],
:where(.css-mc1tut).ant-pagination [class*=" ant-pagination"] {
  box-sizing: border-box;
}

:where(.css-mc1tut).ant-pagination [class^="ant-pagination"]::before,
:where(.css-mc1tut).ant-pagination [class*=" ant-pagination"]::before,
:where(.css-mc1tut).ant-pagination [class^="ant-pagination"]::after,
:where(.css-mc1tut).ant-pagination [class*=" ant-pagination"]::after {
  box-sizing: border-box;
}

:where(.css-mc1tut).ant-pagination {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1.5714285714285714;
  list-style: none;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  display: flex;
}

:where(.css-mc1tut).ant-pagination-start {
  justify-content: start;
}

:where(.css-mc1tut).ant-pagination-center {
  justify-content: center;
}

:where(.css-mc1tut).ant-pagination-end {
  justify-content: end;
}

:where(.css-mc1tut).ant-pagination ul,
:where(.css-mc1tut).ant-pagination ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

:where(.css-mc1tut).ant-pagination::after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: "";
}

:where(.css-mc1tut).ant-pagination .ant-pagination-total-text {
  display: inline-block;
  height: 32px;
  margin-inline-end: 8px;
  line-height: 30px;
  vertical-align: middle;
}

:where(.css-mc1tut).ant-pagination .ant-pagination-item {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  margin-inline-end: 8px;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  outline: 0;
  cursor: pointer;
  user-select: none;
}

:where(.css-mc1tut).ant-pagination .ant-pagination-item a {
  display: block;
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.88);
}

:where(.css-mc1tut).ant-pagination .ant-pagination-item a:hover {
  text-decoration: none;
}

:where(.css-mc1tut).ant-pagination
  .ant-pagination-item:not(.ant-pagination-item-active):hover {
  transition: all 0.2s;
  background-color: rgba(0, 0, 0, 0.06);
}

:where(.css-mc1tut).ant-pagination
  .ant-pagination-item:not(.ant-pagination-item-active):active {
  background-color: rgba(0, 0, 0, 0.15);
}

:where(.css-mc1tut).ant-pagination .ant-pagination-item-active {
  font-weight: 600;
  background-color: #ffffff;
  border-color: #1677ff;
}

:where(.css-mc1tut).ant-pagination .ant-pagination-item-active a {
  color: #1677ff;
}

:where(.css-mc1tut).ant-pagination .ant-pagination-item-active:hover {
  border-color: #4096ff;
}

:where(.css-mc1tut).ant-pagination .ant-pagination-item-active:hover a {
  color: #4096ff;
}

:where(.css-mc1tut).ant-pagination .ant-pagination-jump-prev,
:where(.css-mc1tut).ant-pagination .ant-pagination-jump-next {
  outline: 0;
}

:where(.css-mc1tut).ant-pagination
  .ant-pagination-jump-prev
  .ant-pagination-item-container,
:where(.css-mc1tut).ant-pagination
  .ant-pagination-jump-next
  .ant-pagination-item-container {
  position: relative;
}

:where(.css-mc1tut).ant-pagination
  .ant-pagination-jump-prev
  .ant-pagination-item-container
  .ant-pagination-item-link-icon,
:where(.css-mc1tut).ant-pagination
  .ant-pagination-jump-next
  .ant-pagination-item-container
  .ant-pagination-item-link-icon {
  color: #1677ff;
  font-size: 12px;
  opacity: 0;
  transition: all 0.2s;
}

:where(.css-mc1tut).ant-pagination
  .ant-pagination-jump-prev
  .ant-pagination-item-container
  .ant-pagination-item-link-icon-svg,
:where(.css-mc1tut).ant-pagination
  .ant-pagination-jump-next
  .ant-pagination-item-container
  .ant-pagination-item-link-icon-svg {
  top: 0;
  inset-inline-end: 0;
  bottom: 0;
  inset-inline-start: 0;
  margin: auto;
}

:where(.css-mc1tut).ant-pagination
  .ant-pagination-jump-prev
  .ant-pagination-item-container
  .ant-pagination-item-ellipsis,
:where(.css-mc1tut).ant-pagination
  .ant-pagination-jump-next
  .ant-pagination-item-container
  .ant-pagination-item-ellipsis {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  bottom: 0;
  inset-inline-start: 0;
  display: block;
  margin: auto;
  color: rgba(0, 0, 0, 0.25);
  letter-spacing: 2px;
  text-align: center;
  text-indent: 0.13em;
  opacity: 1;
  transition: all 0.2s;
}

:where(.css-mc1tut).ant-pagination
  .ant-pagination-jump-prev:hover
  .ant-pagination-item-link-icon,
:where(.css-mc1tut).ant-pagination
  .ant-pagination-jump-next:hover
  .ant-pagination-item-link-icon {
  opacity: 1;
}

:where(.css-mc1tut).ant-pagination
  .ant-pagination-jump-prev:hover
  .ant-pagination-item-ellipsis,
:where(.css-mc1tut).ant-pagination
  .ant-pagination-jump-next:hover
  .ant-pagination-item-ellipsis {
  opacity: 0;
}

:where(.css-mc1tut).ant-pagination .ant-pagination-prev,
:where(.css-mc1tut).ant-pagination .ant-pagination-jump-prev,
:where(.css-mc1tut).ant-pagination .ant-pagination-jump-next {
  margin-inline-end: 8px;
}

:where(.css-mc1tut).ant-pagination .ant-pagination-prev,
:where(.css-mc1tut).ant-pagination .ant-pagination-next,
:where(.css-mc1tut).ant-pagination .ant-pagination-jump-prev,
:where(.css-mc1tut).ant-pagination .ant-pagination-jump-next {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  color: rgba(0, 0, 0, 0.88);
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s;
}

:where(.css-mc1tut).ant-pagination .ant-pagination-prev,
:where(.css-mc1tut).ant-pagination .ant-pagination-next {
  outline: 0;
}

:where(.css-mc1tut).ant-pagination .ant-pagination-prev button,
:where(.css-mc1tut).ant-pagination .ant-pagination-next button {
  color: rgba(0, 0, 0, 0.88);
  cursor: pointer;
  user-select: none;
}

:where(.css-mc1tut).ant-pagination
  .ant-pagination-prev
  .ant-pagination-item-link,
:where(.css-mc1tut).ant-pagination
  .ant-pagination-next
  .ant-pagination-item-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 12px;
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  outline: none;
  transition: all 0.2s;
}

:where(.css-mc1tut).ant-pagination
  .ant-pagination-prev:hover
  .ant-pagination-item-link,
:where(.css-mc1tut).ant-pagination
  .ant-pagination-next:hover
  .ant-pagination-item-link {
  background-color: rgba(0, 0, 0, 0.06);
}

:where(.css-mc1tut).ant-pagination
  .ant-pagination-prev:active
  .ant-pagination-item-link,
:where(.css-mc1tut).ant-pagination
  .ant-pagination-next:active
  .ant-pagination-item-link {
  background-color: rgba(0, 0, 0, 0.15);
}

:where(.css-mc1tut).ant-pagination
  .ant-pagination-prev.ant-pagination-disabled:hover
  .ant-pagination-item-link,
:where(.css-mc1tut).ant-pagination
  .ant-pagination-next.ant-pagination-disabled:hover
  .ant-pagination-item-link {
  background-color: transparent;
}

:where(.css-mc1tut).ant-pagination .ant-pagination-slash {
  margin-inline-end: 12px;
  margin-inline-start: 12px;
}

:where(.css-mc1tut).ant-pagination .ant-pagination-options {
  display: inline-block;
  margin-inline-start: 16px;
  vertical-align: middle;
}

:where(.css-mc1tut).ant-pagination .ant-pagination-options-size-changer {
  display: inline-block;
  width: auto;
}

:where(.css-mc1tut).ant-pagination .ant-pagination-options-quick-jumper {
  display: inline-block;
  height: 32px;
  margin-inline-start: 8px;
  line-height: 32px;
  vertical-align: top;
}

:where(.css-mc1tut).ant-pagination .ant-pagination-options-quick-jumper input {
  position: relative;
  display: inline-block;
  width: 50px;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1.5714285714285714;
  border-radius: 6px;
  transition: all 0.2s;
  background: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #d9d9d9;
  height: 32px;
  box-sizing: border-box;
  margin: 0;
  margin-inline-start: 8px;
  margin-inline-end: 8px;
}

:where(.css-mc1tut).ant-pagination
  .ant-pagination-options-quick-jumper
  input::-moz-placeholder {
  opacity: 1;
}

:where(.css-mc1tut).ant-pagination
  .ant-pagination-options-quick-jumper
  input::placeholder {
  color: rgba(0, 0, 0, 0.25);
  user-select: none;
}

:where(.css-mc1tut).ant-pagination
  .ant-pagination-options-quick-jumper
  input:placeholder-shown {
  text-overflow: ellipsis;
}

:where(.css-mc1tut).ant-pagination
  .ant-pagination-options-quick-jumper
  input-lg {
  padding: 7px 11px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 8px;
}

:where(.css-mc1tut).ant-pagination
  .ant-pagination-options-quick-jumper
  input-sm {
  padding: 0px 7px;
  font-size: 14px;
  border-radius: 4px;
}

:where(.css-mc1tut).ant-pagination
  .ant-pagination-options-quick-jumper
  input-rtl,
:where(.css-mc1tut).ant-pagination
  .ant-pagination-options-quick-jumper
  input-textarea-rtl {
  direction: rtl;
}

:where(.css-mc1tut).ant-pagination
  .ant-pagination-options-quick-jumper
  input:hover {
  border-color: #4096ff;
  background-color: #ffffff;
}

:where(.css-mc1tut).ant-pagination
  .ant-pagination-options-quick-jumper
  input:focus,
:where(.css-mc1tut).ant-pagination
  .ant-pagination-options-quick-jumper
  input:focus-within {
  border-color: #1677ff;
  box-shadow: 0 0 0 2px rgba(5, 145, 255, 0.1);
  outline: 0;
  background-color: #ffffff;
}

:where(.css-mc1tut).ant-pagination
  .ant-pagination-options-quick-jumper
  input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0.04);
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}

:where(.css-mc1tut).ant-pagination
  .ant-pagination-options-quick-jumper
  input[disabled]
  input[disabled],
:where(.css-mc1tut).ant-pagination
  .ant-pagination-options-quick-jumper
  input[disabled]
  textarea[disabled] {
  cursor: not-allowed;
}

:where(.css-mc1tut).ant-pagination
  .ant-pagination-options-quick-jumper
  input[disabled]:hover:not([disabled]) {
  border-color: #d9d9d9;
  background-color: rgba(0, 0, 0, 0.04);
}

:where(.css-mc1tut).ant-pagination.ant-pagination-simple .ant-pagination-prev,
:where(.css-mc1tut).ant-pagination.ant-pagination-simple .ant-pagination-next {
  height: 24px;
  line-height: 24px;
  vertical-align: top;
}

:where(.css-mc1tut).ant-pagination.ant-pagination-simple
  .ant-pagination-prev
  .ant-pagination-item-link,
:where(.css-mc1tut).ant-pagination.ant-pagination-simple
  .ant-pagination-next
  .ant-pagination-item-link {
  height: 24px;
  background-color: transparent;
  border: 0;
}

:where(.css-mc1tut).ant-pagination.ant-pagination-simple
  .ant-pagination-prev
  .ant-pagination-item-link:hover,
:where(.css-mc1tut).ant-pagination.ant-pagination-simple
  .ant-pagination-next
  .ant-pagination-item-link:hover {
  background-color: rgba(0, 0, 0, 0.06);
}

:where(.css-mc1tut).ant-pagination.ant-pagination-simple
  .ant-pagination-prev
  .ant-pagination-item-link:active,
:where(.css-mc1tut).ant-pagination.ant-pagination-simple
  .ant-pagination-next
  .ant-pagination-item-link:active {
  background-color: rgba(0, 0, 0, 0.15);
}

:where(.css-mc1tut).ant-pagination.ant-pagination-simple
  .ant-pagination-prev
  .ant-pagination-item-link::after,
:where(.css-mc1tut).ant-pagination.ant-pagination-simple
  .ant-pagination-next
  .ant-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}

:where(.css-mc1tut).ant-pagination.ant-pagination-simple
  .ant-pagination-simple-pager {
  display: inline-block;
  height: 24px;
  margin-inline-end: 8px;
}

:where(.css-mc1tut).ant-pagination.ant-pagination-simple
  .ant-pagination-simple-pager
  input {
  box-sizing: border-box;
  height: 100%;
  padding: 0 6px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  outline: none;
  transition: border-color 0.2s;
  color: inherit;
}

:where(.css-mc1tut).ant-pagination.ant-pagination-simple
  .ant-pagination-simple-pager
  input:hover {
  border-color: #1677ff;
}

:where(.css-mc1tut).ant-pagination.ant-pagination-simple
  .ant-pagination-simple-pager
  input:focus {
  border-color: #4096ff;
  box-shadow: 0px 0 2px rgba(5, 145, 255, 0.1);
}

:where(.css-mc1tut).ant-pagination.ant-pagination-simple
  .ant-pagination-simple-pager
  input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0.04);
  border-color: #d9d9d9;
  cursor: not-allowed;
}

:where(.css-mc1tut).ant-pagination.ant-pagination-mini
  .ant-pagination-total-text,
:where(.css-mc1tut).ant-pagination.ant-pagination-mini
  .ant-pagination-simple-pager {
  height: 24px;
  line-height: 24px;
}

:where(.css-mc1tut).ant-pagination.ant-pagination-mini .ant-pagination-item {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 22px;
}

:where(.css-mc1tut).ant-pagination.ant-pagination-mini .ant-pagination-prev,
:where(.css-mc1tut).ant-pagination.ant-pagination-mini .ant-pagination-next {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 24px;
}

:where(.css-mc1tut).ant-pagination.ant-pagination-mini:not(
    .ant-pagination-disabled
  )
  .ant-pagination-prev:hover
  .ant-pagination-item-link,
:where(.css-mc1tut).ant-pagination.ant-pagination-mini:not(
    .ant-pagination-disabled
  )
  .ant-pagination-next:hover
  .ant-pagination-item-link {
  background-color: rgba(0, 0, 0, 0.06);
}

:where(.css-mc1tut).ant-pagination.ant-pagination-mini:not(
    .ant-pagination-disabled
  )
  .ant-pagination-prev:active
  .ant-pagination-item-link,
:where(.css-mc1tut).ant-pagination.ant-pagination-mini:not(
    .ant-pagination-disabled
  )
  .ant-pagination-next:active
  .ant-pagination-item-link {
  background-color: rgba(0, 0, 0, 0.15);
}

:where(.css-mc1tut).ant-pagination.ant-pagination-mini:not(
    .ant-pagination-disabled
  )
  .ant-pagination-prev.ant-pagination-disabled:hover
  .ant-pagination-item-link,
:where(.css-mc1tut).ant-pagination.ant-pagination-mini:not(
    .ant-pagination-disabled
  )
  .ant-pagination-next.ant-pagination-disabled:hover
  .ant-pagination-item-link {
  background-color: transparent;
}

:where(.css-mc1tut).ant-pagination.ant-pagination-mini
  .ant-pagination-prev
  .ant-pagination-item-link,
:where(.css-mc1tut).ant-pagination.ant-pagination-mini
  .ant-pagination-next
  .ant-pagination-item-link {
  background-color: transparent;
  border-color: transparent;
}

:where(.css-mc1tut).ant-pagination.ant-pagination-mini
  .ant-pagination-prev
  .ant-pagination-item-link::after,
:where(.css-mc1tut).ant-pagination.ant-pagination-mini
  .ant-pagination-next
  .ant-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}

:where(.css-mc1tut).ant-pagination.ant-pagination-mini
  .ant-pagination-jump-prev,
:where(.css-mc1tut).ant-pagination.ant-pagination-mini
  .ant-pagination-jump-next {
  height: 24px;
  margin-inline-end: 0;
  line-height: 24px;
}

:where(.css-mc1tut).ant-pagination.ant-pagination-mini .ant-pagination-options {
  margin-inline-start: 2px;
}

:where(.css-mc1tut).ant-pagination.ant-pagination-mini
  .ant-pagination-options-size-changer {
  top: 0;
}

:where(.css-mc1tut).ant-pagination.ant-pagination-mini
  .ant-pagination-options-quick-jumper {
  height: 24px;
  line-height: 24px;
}

:where(.css-mc1tut).ant-pagination.ant-pagination-mini
  .ant-pagination-options-quick-jumper
  input {
  padding: 0px 7px;
  font-size: 14px;
  border-radius: 4px;
  width: 44px;
  height: 24px;
}

:where(.css-mc1tut).ant-pagination .ant-pagination-disabled,
:where(.css-mc1tut).ant-pagination .ant-pagination-disabled:hover {
  cursor: not-allowed;
}

:where(.css-mc1tut).ant-pagination
  .ant-pagination-disabled
  .ant-pagination-item-link,
:where(.css-mc1tut).ant-pagination
  .ant-pagination-disabled:hover
  .ant-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

:where(.css-mc1tut).ant-pagination .ant-pagination-disabled:focus-visible {
  cursor: not-allowed;
}

:where(.css-mc1tut).ant-pagination
  .ant-pagination-disabled:focus-visible
  .ant-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

:where(.css-mc1tut).ant-pagination.ant-pagination-disabled {
  cursor: not-allowed;
}

:where(.css-mc1tut).ant-pagination.ant-pagination-disabled
  .ant-pagination-item {
  cursor: not-allowed;
  background-color: transparent;
}

:where(.css-mc1tut).ant-pagination.ant-pagination-disabled
  .ant-pagination-item:hover,
:where(.css-mc1tut).ant-pagination.ant-pagination-disabled
  .ant-pagination-item:active {
  background-color: transparent;
}

:where(.css-mc1tut).ant-pagination.ant-pagination-disabled
  .ant-pagination-item
  a {
  color: rgba(0, 0, 0, 0.25);
  background-color: transparent;
  border: none;
  cursor: not-allowed;
}

:where(.css-mc1tut).ant-pagination.ant-pagination-disabled
  .ant-pagination-item-active {
  border-color: #d9d9d9;
  background-color: rgba(0, 0, 0, 0.15);
}

:where(.css-mc1tut).ant-pagination.ant-pagination-disabled
  .ant-pagination-item-active:hover,
:where(.css-mc1tut).ant-pagination.ant-pagination-disabled
  .ant-pagination-item-active:active {
  background-color: rgba(0, 0, 0, 0.15);
}

:where(.css-mc1tut).ant-pagination.ant-pagination-disabled
  .ant-pagination-item-active
  a {
  color: rgba(0, 0, 0, 0.25);
}

:where(.css-mc1tut).ant-pagination.ant-pagination-disabled
  .ant-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

:where(.css-mc1tut).ant-pagination.ant-pagination-disabled
  .ant-pagination-item-link:hover,
:where(.css-mc1tut).ant-pagination.ant-pagination-disabled
  .ant-pagination-item-link:active {
  background-color: transparent;
}

.ant-pagination-simple:where(.css-mc1tut).ant-pagination.ant-pagination-disabled
  .ant-pagination-item-link {
  background-color: transparent;
}

.ant-pagination-simple:where(.css-mc1tut).ant-pagination.ant-pagination-disabled
  .ant-pagination-item-link:hover,
.ant-pagination-simple:where(.css-mc1tut).ant-pagination.ant-pagination-disabled
  .ant-pagination-item-link:active {
  background-color: transparent;
}

:where(.css-mc1tut).ant-pagination.ant-pagination-disabled
  .ant-pagination-simple-pager {
  color: rgba(0, 0, 0, 0.25);
}

:where(.css-mc1tut).ant-pagination.ant-pagination-disabled
  .ant-pagination-jump-prev
  .ant-pagination-item-link-icon,
:where(.css-mc1tut).ant-pagination.ant-pagination-disabled
  .ant-pagination-jump-next
  .ant-pagination-item-link-icon {
  opacity: 0;
}

:where(.css-mc1tut).ant-pagination.ant-pagination-disabled
  .ant-pagination-jump-prev
  .ant-pagination-item-ellipsis,
:where(.css-mc1tut).ant-pagination.ant-pagination-disabled
  .ant-pagination-jump-next
  .ant-pagination-item-ellipsis {
  opacity: 1;
}

:where(.css-mc1tut).ant-pagination.ant-pagination-simple
  .ant-pagination-prev.ant-pagination-disabled
  .ant-pagination-item-link:hover,
:where(.css-mc1tut).ant-pagination.ant-pagination-simple
  .ant-pagination-next.ant-pagination-disabled
  .ant-pagination-item-link:hover,
:where(.css-mc1tut).ant-pagination.ant-pagination-simple
  .ant-pagination-prev.ant-pagination-disabled
  .ant-pagination-item-link:active,
:where(.css-mc1tut).ant-pagination.ant-pagination-simple
  .ant-pagination-next.ant-pagination-disabled
  .ant-pagination-item-link:active {
  background-color: transparent;
}

@media only screen and (max-width: 992px) {
  :where(.css-mc1tut).ant-pagination .ant-pagination-item-after-jump-prev,
  :where(.css-mc1tut).ant-pagination .ant-pagination-item-before-jump-next {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  :where(.css-mc1tut).ant-pagination .ant-pagination-options {
    display: none;
  }
}

:where(.css-mc1tut).ant-pagination-rtl {
  direction: rtl;
}

:where(.css-mc1tut).ant-pagination:not(.ant-pagination-disabled)
  .ant-pagination-item:focus-visible {
  outline: 3px solid #91caff;
  outline-offset: 1px;
  transition:
    outline-offset 0s,
    outline 0s;
}

:where(.css-mc1tut).ant-pagination:not(.ant-pagination-disabled)
  .ant-pagination-jump-prev:focus-visible,
:where(.css-mc1tut).ant-pagination:not(.ant-pagination-disabled)
  .ant-pagination-jump-next:focus-visible {
  outline: 3px solid #91caff;
  outline-offset: 1px;
  transition:
    outline-offset 0s,
    outline 0s;
}

:where(.css-mc1tut).ant-pagination:not(.ant-pagination-disabled)
  .ant-pagination-jump-prev:focus-visible
  .ant-pagination-item-link-icon,
:where(.css-mc1tut).ant-pagination:not(.ant-pagination-disabled)
  .ant-pagination-jump-next:focus-visible
  .ant-pagination-item-link-icon {
  opacity: 1;
}

:where(.css-mc1tut).ant-pagination:not(.ant-pagination-disabled)
  .ant-pagination-jump-prev:focus-visible
  .ant-pagination-item-ellipsis,
:where(.css-mc1tut).ant-pagination:not(.ant-pagination-disabled)
  .ant-pagination-jump-next:focus-visible
  .ant-pagination-item-ellipsis {
  opacity: 0;
}

:where(.css-mc1tut).ant-pagination:not(.ant-pagination-disabled)
  .ant-pagination-prev:focus-visible
  .ant-pagination-item-link,
:where(.css-mc1tut).ant-pagination:not(.ant-pagination-disabled)
  .ant-pagination-next:focus-visible
  .ant-pagination-item-link {
  outline: 3px solid #91caff;
  outline-offset: 1px;
  transition:
    outline-offset 0s,
    outline 0s;
}

@media (max-width: 600px) {
  .pagination_container {
    overflow-x: auto;
  }
	.pagination_container > ul {
		width: 620px;
	}
}
