@keyframes antRotate {
    to {
        transform: rotate(405deg);
    }
}

@keyframes antSpinMove {
    to {
        opacity: 1;
    }
}

.ant-spin {
    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;
}

.ant-spin::before,
.ant-spin::after {
    box-sizing: border-box;
}

.ant-spin [class^="ant-spin"],
.ant-spin [class*=" ant-spin"] {
    box-sizing: border-box;
}

.ant-spin [class^="ant-spin"]::before,
.ant-spin [class*=" ant-spin"]::before,
.ant-spin [class^="ant-spin"]::after,
.ant-spin [class*=" ant-spin"]::after {
    box-sizing: border-box;
}

.ant-spin {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #1677ff;
    font-size: 0;
    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';
    position: absolute;
    display: none;
    text-align: center;
    vertical-align: middle;
    opacity: 0;
    transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.ant-spin-spinning {
    position: relative;
    display: inline-block;
    opacity: 1;
}

.ant-spin .ant-spin-text {
    font-size: 14px;
    padding-top: 5px;
}

.ant-spin-fullscreen .ant-spin .ant-spin-dot-holder {
    color: #fff;
}

.ant-spin-fullscreen .ant-spin .ant-spin-text {
    color: #fff;
}

.ant-spin-nested-loading {
    position: relative;
}

.ant-spin-nested-loading>div>.ant-spin {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    z-index: 4;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 400px;
}

.ant-spin-nested-loading>div>.ant-spin .ant-spin-dot {
    position: absolute;
    top: 50%;
    inset-inline-start: 50%;
    margin: -10px;
}

.ant-spin-nested-loading>div>.ant-spin .ant-spin-text {
    position: absolute;
    top: 50%;
    width: 100%;
    text-shadow: 0 1px 2px #ffffff;
}

.ant-spin-nested-loading>div>.ant-spin.ant-spin-show-text .ant-spin-dot {
    margin-top: -20px;
}


.ant-spin-nested-loading>div>.ant-spin-lg .ant-spin-dot {
    margin: -16px;
}

.ant-spin-nested-loading>div>.ant-spin-lg .ant-spin-text {
    padding-top: 11px;
}

.ant-spin-nested-loading>div>.ant-spin-lg.ant-spin-show-text .ant-spin-dot {
    margin-top: -26px;
}

.ant-spin-nested-loading .ant-spin-container {
    position: relative;
    transition: opacity 0.3s;
}

.ant-spin-nested-loading .ant-spin-container::after {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    bottom: 0;
    inset-inline-start: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0;
    transition: all 0.3s;
    content: "";
    pointer-events: none;
}

.ant-spin-nested-loading .ant-spin-blur {
    clear: both;
    opacity: 0.5;
    user-select: none;
    pointer-events: none;
}

.ant-spin-nested-loading .ant-spin-blur::after {
    opacity: 0.4;
    pointer-events: auto;
}

.ant-spin .ant-spin-dot-holder {
    width: 1em;
    height: 1em;
    font-size: 20px;
    display: inline-block;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: 50% 50%;
    line-height: 1;
    color: #1677ff;
}

.ant-spin .ant-spin-dot {
    position: relative;
    display: inline-block;
    font-size: 20px;
    width: 1em;
    height: 1em;
}

.ant-spin .ant-spin-dot-item {
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    background: currentColor;
    border-radius: 100%;
    transform: scale(0.75);
    transform-origin: 50% 50%;
    opacity: 0.3;
    animation-name: antSpinMove;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: alternate;
}

.ant-spin .ant-spin-dot-item:nth-child(1) {
    top: 0;
    inset-inline-start: 0;
    animation-delay: 0s;
}

.ant-spin .ant-spin-dot-item:nth-child(2) {
    top: 0;
    inset-inline-end: 0;
    animation-delay: 0.4s;
}

.ant-spin .ant-spin-dot-item:nth-child(3) {
    inset-inline-end: 0;
    bottom: 0;
    animation-delay: 0.8s;
}

.ant-spin .ant-spin-dot-item:nth-child(4) {
    bottom: 0;
    inset-inline-start: 0;
    animation-delay: 1.2s;
}

.ant-spin .ant-spin-dot-spin {
    transform: rotate(45deg);
    animation-name: antRotate;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}



.ant-spin-lg .ant-spin-dot,
.ant-spin-lg .ant-spin-dot-holder {
    font-size: 32px;
}

.ant-spin-lg .ant-spin-dot-holder i {
    width: 14px;
    height: 14px;
}

.ant-spin.ant-spin-show-text .ant-spin-text {
    display: block;
}


.ant-skeleton {
    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;
}

.ant-skeleton::before,
.ant-skeleton::after {
    box-sizing: border-box;
}

.ant-skeleton [class^="ant-skeleton"],
.ant-skeleton [class*=" ant-skeleton"] {
    box-sizing: border-box;
}

.ant-skeleton [class^="ant-skeleton"]::before,
.ant-skeleton [class*=" ant-skeleton"]::before,
.ant-skeleton [class^="ant-skeleton"]::after,
.ant-skeleton [class*=" ant-skeleton"]::after {
    box-sizing: border-box;
}

.ant-skeleton {
    display: table;
    width: 100%;
}


.ant-skeleton .ant-skeleton-content {
    display: table-cell;
    width: 100%;
    vertical-align: top;
}

.ant-skeleton .ant-skeleton-content .ant-skeleton-title {
    width: 100%;
    height: 16px;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.ant-skeleton .ant-skeleton-content .ant-skeleton-title+.ant-skeleton-paragraph {
    margin-block-start: 24px;
}

.ant-skeleton .ant-skeleton-content .ant-skeleton-paragraph {
    padding: 0;
}

.ant-skeleton .ant-skeleton-content .ant-skeleton-paragraph>li {
    width: 100%;
    height: 16px;
    list-style: none;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.ant-skeleton .ant-skeleton-content .ant-skeleton-paragraph>li+li {
    margin-block-start: 16px;
}

.ant-skeleton .ant-skeleton-content .ant-skeleton-paragraph>li:last-child:not(:first-child):not(:nth-child(2)) {
    width: 61%;
}

.ant-skeleton-round .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-paragraph>li {
    border-radius: 100px;
}

.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title {
    margin-block-start: 12px;
}

.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title+.ant-skeleton-paragraph {
    margin-block-start: 28px;
}


[class^="ant-result"],
[class*=" ant-result"] {
    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;
}

[class^="ant-result"]::before,
[class*=" ant-result"]::before,
[class^="ant-result"]::after,
[class*=" ant-result"]::after {
    box-sizing: border-box;
}

[class^="ant-result"] [class^="ant-result"],
[class*=" ant-result"] [class^="ant-result"],
[class^="ant-result"] [class*=" ant-result"],
[class*=" ant-result"] [class*=" ant-result"] {
    box-sizing: border-box;
}

[class^="ant-result"] [class^="ant-result"]::before,
[class*=" ant-result"] [class^="ant-result"]::before,
[class^="ant-result"] [class*=" ant-result"]::before,
[class*=" ant-result"] [class*=" ant-result"]::before,
[class^="ant-result"] [class^="ant-result"]::after,
[class*=" ant-result"] [class^="ant-result"]::after,
[class^="ant-result"] [class*=" ant-result"]::after,
[class*=" ant-result"] [class*=" ant-result"]::after {
    box-sizing: border-box;
}

.ant-result {
    padding: 48px 32px;
}

.ant-result-rtl {
    direction: rtl;
}

.ant-result .ant-result-image {
    width: 250px;
    height: 295px;
    margin: auto;
}

.ant-result .ant-result-icon {
    margin-bottom: 24px;
    text-align: center;
}

.ant-result .ant-result-icon>.anticon {
    font-size: 72px;
}

.ant-result .ant-result-title {
    color: rgba(0, 0, 0, 0.88);
    font-size: 24px;
    line-height: 1.3333333333333333;
    margin-block: 8px;
    text-align: center;
}

.ant-result .ant-result-subtitle {
    color: rgba(0, 0, 0, 0.45);
    font-size: 14px;
    line-height: 1.5714285714285714;
    text-align: center;
}

.ant-result .ant-result-content {
    margin-top: 24px;
    padding: 24px 40px;
    background-color: rgba(0, 0, 0, 0.02);
}

.ant-result .ant-result-extra {
    margin: 24px 0 0 0;
    text-align: center;
}

.ant-result .ant-result-extra>* {
    margin-inline-end: 8px;
}

.ant-result .ant-result-extra>*:last-child {
    margin-inline-end: 0;
}

.ant-result-success .ant-result-icon>.anticon {
    color: #52c41a;
}

.ant-result-error .ant-result-icon>.anticon {
    color: #ff4d4f;
}

.ant-result-info .ant-result-icon>.anticon {
    color: #1677ff;
}

.ant-result-warning .ant-result-icon>.anticon {
    color: #faad14;
}


[class^="ant-modal"],
[class*=" ant-modal"] {
    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;
}

[class^="ant-modal"]::before,
[class*=" ant-modal"]::before,
[class^="ant-modal"]::after,
[class*=" ant-modal"]::after {
    box-sizing: border-box;
}

[class^="ant-modal"] [class^="ant-modal"],
[class*=" ant-modal"] [class^="ant-modal"],
[class^="ant-modal"] [class*=" ant-modal"],
[class*=" ant-modal"] [class*=" ant-modal"] {
    box-sizing: border-box;
}

[class^="ant-modal"] [class^="ant-modal"]::before,
[class*=" ant-modal"] [class^="ant-modal"]::before,
[class^="ant-modal"] [class*=" ant-modal"]::before,
[class*=" ant-modal"] [class*=" ant-modal"]::before,
[class^="ant-modal"] [class^="ant-modal"]::after,
[class*=" ant-modal"] [class^="ant-modal"]::after,
[class^="ant-modal"] [class*=" ant-modal"]::after,
[class*=" ant-modal"] [class*=" ant-modal"]::after {
    box-sizing: border-box;
}

.ant-modal-root .ant-modal-wrap {
    z-index: 1000;
    position: fixed;
    inset: 0;
    overflow: auto;
    outline: 0;
    -webkit-overflow-scrolling: touch;
}

.ant-modal-root .ant-modal-wrap-rtl {
    direction: rtl;
}

.ant-modal-root .ant-modal-centered {
    text-align: center;
}

.ant-modal-root .ant-modal-centered::before {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    content: "";
}

.ant-modal-root .ant-modal-centered .ant-modal {
    top: 0;
    display: inline-block;
    padding-bottom: 0;
    text-align: start;
    vertical-align: middle;
}

@media (max-width: 767) {
    .ant-modal-root .ant-modal {
        max-width: calc(100vw - 16px);
        margin: 8 auto;
    }

    .ant-modal-root .ant-modal-centered .ant-modal {
        flex: 1;
    }
}

.ant-modal {
    box-sizing: border-box;
    margin: 0 auto;
    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';
    pointer-events: none;
    position: relative;
    top: 100px;
    width: auto;
    max-width: calc(100vw - 32px);
    padding-bottom: 24px;
}

.ant-modal .ant-modal-title {
    margin: 0;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    word-wrap: break-word;
}

.ant-modal .ant-modal-content {
    position: relative;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    pointer-events: auto;
    padding: 20px 24px;
}

.ant-modal .ant-modal-close {
    position: absolute;
    top: 17px;
    inset-inline-end: 17px;
    z-index: 1010;
    padding: 0;
    color: rgba(0, 0, 0, 0.45);
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    background: transparent;
    border-radius: 4px;
    width: 22px;
    height: 22px;
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: color 0.2s, background-color 0.2s;
}

.ant-modal .ant-modal-close-x {
    display: block;
    font-size: 16px;
    font-style: normal;
    line-height: 22px;
    text-align: center;
    text-transform: none;
    text-rendering: auto;
}

.ant-modal .ant-modal-close:hover {
    color: rgba(0, 0, 0, 0.88);
    background-color: rgba(0, 0, 0, 0.06);
    text-decoration: none;
}

.ant-modal .ant-modal-close:active {
    background-color: rgba(0, 0, 0, 0.15);
}

.ant-modal .ant-modal-close:focus-visible {
    outline: 2px solid #91caff;
    outline-offset: 1px;
    transition: outline-offset 0s, outline 0s;
}

.ant-modal .ant-modal-header {
    color: rgba(0, 0, 0, 0.88);
    background: #ffffff;
    border-radius: 8px 8px 0 0;
    margin-bottom: 8px;
}

.ant-modal .ant-modal-body {
    font-size: 14px;
    line-height: 1.5714285714285714;
    word-wrap: break-word;
}

.ant-modal .ant-modal-footer {
    text-align: end;
    background: transparent;
    margin-top: 12px;
}

.ant-modal .ant-modal-footer .ant-btn+.ant-btn:not(.ant-dropdown-trigger) {
    margin-bottom: 0;
    margin-inline-start: 8px;
}

.ant-modal .ant-modal-open {
    overflow: hidden;
}

.ant-modal-pure-panel {
    top: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.ant-modal-pure-panel .ant-modal-content,
.ant-modal-pure-panel .ant-modal-body,
.ant-modal-pure-panel .ant-modal-confirm-body-wrapper {
    display: flex;
    flex-direction: column;
    flex: auto;
}

.ant-modal-pure-panel .ant-modal-confirm-body {
    margin-bottom: auto;
}

.ant-modal-confirm-rtl {
    direction: rtl;
}

.ant-modal-confirm .ant-modal-header {
    display: none;
}

.ant-modal-confirm .ant-modal-confirm-body-wrapper::before {
    display: table;
    content: "";
}

.ant-modal-confirm .ant-modal-confirm-body-wrapper::after {
    display: table;
    clear: both;
    content: "";
}

.ant-modal-confirm .ant-modal-confirm-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ant-modal-confirm .ant-modal-confirm-body .ant-modal-confirm-title {
    flex: 0 0 100%;
    display: block;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
}

.ant-modal-confirm .ant-modal-confirm-body .ant-modal-confirm-title+.ant-modal-confirm-content {
    margin-block-start: 8px;
    flex-basis: 100%;
    max-width: calc(100% - 34px);
}

.ant-modal-confirm .ant-modal-confirm-body .ant-modal-confirm-content {
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
}

.ant-modal-confirm .ant-modal-confirm-body>.anticon {
    flex: none;
    margin-inline-end: 12px;
    font-size: 22px;
}

.ant-modal-confirm .ant-modal-confirm-body>.anticon+.ant-modal-confirm-title {
    flex: 1;
}

.ant-modal-confirm .ant-modal-confirm-body>.anticon+.ant-modal-confirm-title+.ant-modal-confirm-content {
    margin-inline-start: 34px;
}

.ant-modal-confirm .ant-modal-confirm-btns {
    text-align: end;
    margin-top: 12px;
}

.ant-modal-confirm .ant-modal-confirm-btns .ant-btn+.ant-btn {
    margin-bottom: 0;
    margin-inline-start: 8px;
}

.ant-modal-confirm-error .ant-modal-confirm-body>.anticon {
    color: #ff4d4f;
}

.ant-modal-confirm-warning .ant-modal-confirm-body>.anticon,
.ant-modal-confirm-confirm .ant-modal-confirm-body>.anticon {
    color: #faad14;
}

.ant-modal-confirm-info .ant-modal-confirm-body>.anticon {
    color: #1677ff;
}

.ant-modal-confirm-success .ant-modal-confirm-body>.anticon {
    color: #52c41a;
}

.ant-modal-zoom-leave .ant-modal-btns {
    pointer-events: none;
}

.ant-modal-root .ant-modal-wrap-rtl {
    direction: rtl;
}

.ant-modal-root .ant-modal-wrap-rtl .ant-modal-confirm-body {
    direction: rtl;
}

.ant-modal-root .ant-modal.ant-zoom-enter,
.ant-modal-root .ant-modal.ant-zoom-appear {
    transform: none;
    opacity: 0;
    animation-duration: 0.3s;
    user-select: none;
}

.ant-modal-root .ant-modal-mask {
    position: fixed;
    top: 0;
    inset-inline-end: 0;
    bottom: 0;
    inset-inline-start: 0;
    z-index: 1000;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
}

.ant-modal-root .ant-modal-mask .ant-modal-hidden {
    display: none;
}

.ant-modal-root .ant-modal-wrap {
    position: fixed;
    top: 0;
    inset-inline-end: 0;
    bottom: 0;
    inset-inline-start: 0;
    overflow: auto;
    outline: 0;
    -webkit-overflow-scrolling: touch;
}

.ant-modal-root .ant-fade-enter,
.ant-modal-root .ant-fade-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

.ant-modal-root .ant-fade-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

.ant-modal-root .ant-fade-enter.ant-fade-enter-active,
.ant-modal-root .ant-fade-appear.ant-fade-appear-active {
    animation-name: css-1km3mtt-antFadeIn;
    animation-play-state: running;
}

.ant-modal-root .ant-fade-leave.ant-fade-leave-active {
    animation-name: css-1km3mtt-antFadeOut;
    animation-play-state: running;
    pointer-events: none;
}

.ant-modal-root .ant-fade-enter,
.ant-modal-root .ant-fade-appear {
    opacity: 0;
    animation-timing-function: linear;
}

.ant-modal-root .ant-fade-leave {
    animation-timing-function: linear;
}

.ant-zoom-enter,
.ant-zoom-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

.ant-zoom-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

.ant-zoom-enter.ant-zoom-enter-active,
.ant-zoom-appear.ant-zoom-appear-active {
    animation-name: css-1km3mtt-antZoomIn;
    animation-play-state: running;
}

.ant-zoom-leave.ant-zoom-leave-active {
    animation-name: css-1km3mtt-antZoomOut;
    animation-play-state: running;
    pointer-events: none;
}

.ant-zoom-enter,
.ant-zoom-appear {
    transform: scale(0);
    opacity: 0;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.ant-zoom-enter-prepare,
.ant-zoom-appear-prepare {
    transform: none;
}

.ant-zoom-leave {
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

[class^="ant-btn"],
[class*=" 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;
}

[class^="ant-btn"]::before,
[class*=" ant-btn"]::before,
[class^="ant-btn"]::after,
[class*=" ant-btn"]::after {
    box-sizing: border-box;
}

[class^="ant-btn"] [class^="ant-btn"],
[class*=" ant-btn"] [class^="ant-btn"],
[class^="ant-btn"] [class*=" ant-btn"],
[class*=" ant-btn"] [class*=" ant-btn"] {
    box-sizing: border-box;
}

[class^="ant-btn"] [class^="ant-btn"]::before,
[class*=" ant-btn"] [class^="ant-btn"]::before,
[class^="ant-btn"] [class*=" ant-btn"]::before,
[class*=" ant-btn"] [class*=" ant-btn"]::before,
[class^="ant-btn"] [class^="ant-btn"]::after,
[class*=" ant-btn"] [class^="ant-btn"]::after,
[class^="ant-btn"] [class*=" ant-btn"]::after,
[class*=" ant-btn"] [class*=" ant-btn"]::after {
    box-sizing: border-box;
}

.ant-btn {
    outline: none;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    background-color: 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;
    line-height: 1.5714285714285714;
    color: rgba(0, 0, 0, 0.88);
}

.ant-btn>span {
    display: inline-block;
}

.ant-btn>.anticon+span,
.ant-btn>span+.anticon {
    margin-inline-start: 8px;
}

.ant-btn>a {
    color: currentColor;
}

.ant-btn:not(:disabled):focus-visible {
    outline: 2px solid #91caff;
    outline-offset: 1px;
    transition: outline-offset 0s, outline 0s;
}


.ant-btn {
    font-size: 14px;
    height: 32px;
    padding: 4px 15px;
    border-radius: 6px;
}

.ant-btn.ant-btn-icon-only {
    width: 32px;
    padding-inline-start: 0;
    padding-inline-end: 0;
}

.ant-btn.ant-btn-icon-only.ant-btn-round {
    width: auto;
}

.ant-btn.ant-btn-icon-only>span {
    transform: scale(1.143);
}

.ant-btn.ant-btn-loading {
    opacity: 0.65;
    cursor: default;
}

.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);
}

.ant-btn:not(.ant-btn-icon-only) .ant-btn-loading-icon>.anticon {
    margin-inline-end: 8px;
}

.ant-btn.ant-btn-circle {
    min-width: 32px;
    padding-inline-start: 0;
    padding-inline-end: 0;
    border-radius: 50%;
}

.ant-btn.ant-btn-round {
    border-radius: 32px;
    padding-inline-start: 16px;
    padding-inline-end: 16px;
}

.ant-btn.ant-btn-lg {
    font-size: 16px;
    height: 40px;
    padding: 6.428571428571429px 15px;
    border-radius: 8px;
}

.ant-btn.ant-btn-lg.ant-btn-icon-only {
    width: 40px;
    padding-inline-start: 0;
    padding-inline-end: 0;
}

.ant-btn.ant-btn-lg.ant-btn-icon-only.ant-btn-round {
    width: auto;
}

.ant-btn.ant-btn-lg.ant-btn-icon-only>span {
    transform: scale(1.143);
}

.ant-btn.ant-btn-lg.ant-btn-loading {
    opacity: 0.65;
    cursor: default;
}

.ant-btn.ant-btn-lg .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);
}

.ant-btn.ant-btn-lg:not(.ant-btn-icon-only) .ant-btn-loading-icon>.anticon {
    margin-inline-end: 8px;
}

.ant-btn.ant-btn-circle.ant-btn-lg {
    min-width: 40px;
    padding-inline-start: 0;
    padding-inline-end: 0;
    border-radius: 50%;
}

.ant-btn.ant-btn-round.ant-btn-lg {
    border-radius: 40px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
}

.ant-btn.ant-btn-block {
    width: 100%;
}


.ant-btn-primary {
    color: #fff;
    background-color: #1677ff;
    box-shadow: 0 2px 0 rgba(5, 145, 255, 0.1);
}

.ant-btn-primary:disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

.ant-btn-primary:not(:disabled):hover {
    color: #fff;
    background-color: #4096ff;
}

.ant-btn-primary:not(:disabled):active {
    color: #fff;
    background-color: #0958d9;
}

.ant-btn-primary.ant-btn-background-ghost {
    color: #1677ff;
    background-color: transparent;
    border-color: #1677ff;
    box-shadow: none;
}

.ant-btn-primary.ant-btn-background-ghost:not(:disabled):hover {
    background-color: transparent;
    color: #4096ff;
    border-color: #4096ff;
}

.ant-btn-primary.ant-btn-background-ghost:not(:disabled):active {
    background-color: transparent;
    color: #0958d9;
    border-color: #0958d9;
}

.ant-btn-primary.ant-btn-background-ghost:disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
    border-color: #d9d9d9;
}


[class^="ant-message"],
[class*=" ant-message"] {
    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;
}

[class^="ant-message"]::before,
[class*=" ant-message"]::before,
[class^="ant-message"]::after,
[class*=" ant-message"]::after {
    box-sizing: border-box;
}

[class^="ant-message"] [class^="ant-message"],
[class*=" ant-message"] [class^="ant-message"],
[class^="ant-message"] [class*=" ant-message"],
[class*=" ant-message"] [class*=" ant-message"] {
    box-sizing: border-box;
}

[class^="ant-message"] [class^="ant-message"]::before,
[class*=" ant-message"] [class^="ant-message"]::before,
[class^="ant-message"] [class*=" ant-message"]::before,
[class*=" ant-message"] [class*=" ant-message"]::before,
[class^="ant-message"] [class^="ant-message"]::after,
[class*=" ant-message"] [class^="ant-message"]::after,
[class^="ant-message"] [class*=" ant-message"]::after,
[class*=" ant-message"] [class*=" ant-message"]::after {
    box-sizing: border-box;
}

.ant-message {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #1e293b;
    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';
    position: fixed;
    top: 8px;
    width: 100%;
    pointer-events: none;
    z-index: 2010;
}

.ant-message .ant-message-move-up {
    animation-fill-mode: forwards;
}

.ant-message .ant-message-move-up-appear,
.ant-message .ant-message-move-up-enter {
    animation-name: css-dev-only-do-not-override-9jmeib-MessageMoveIn;
    animation-duration: 0.3s;
    animation-play-state: paused;
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.ant-message .ant-message-move-up-appear.ant-message-move-up-appear-active,
.ant-message .ant-message-move-up-enter.ant-message-move-up-enter-active {
    animation-play-state: running;
}

.ant-message .ant-message-move-up-leave {
    animation-name: css-dev-only-do-not-override-9jmeib-MessageMoveOut;
    animation-duration: 0.3s;
    animation-play-state: paused;
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.ant-message .ant-message-move-up-leave.ant-message-move-up-leave-active {
    animation-play-state: running;
}

.ant-message-rtl {
    direction: rtl;
}

.ant-message-rtl span {
    direction: rtl;
}

.ant-message .ant-message-notice-wrapper {
    padding: 8px;
    text-align: center;
}

.ant-message .ant-message-notice-wrapper .ant-message-custom-content {
    display: flex;
    align-items: center;
}

.ant-message .ant-message-notice-wrapper .ant-message-custom-content>.anticon {
    margin-inline-end: 8px;
    font-size: 16px;
}

.ant-message .ant-message-notice-wrapper .ant-message-notice-content {
    display: inline-block;
    padding: 9px 12px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    pointer-events: all;
}

.ant-message .ant-message-notice-wrapper .ant-message-success>.anticon {
    color: #22c55e;
}

.ant-message .ant-message-notice-wrapper .ant-message-error>.anticon {
    color: #ef4444;
}

.ant-message .ant-message-notice-wrapper .ant-message-warning>.anticon {
    color: #f59e0b;
}

.ant-message .ant-message-notice-wrapper .ant-message-info>.anticon,
.ant-message .ant-message-notice-wrapper .ant-message-loading>.anticon {
    color: #2b5bed;
}

.ant-message-notice-pure-panel {
    padding: 0;
    text-align: start;
}

.ant-message-notice-pure-panel .ant-message-custom-content {
    display: flex;
    align-items: center;
}

.ant-message-notice-pure-panel .ant-message-custom-content>.anticon {
    margin-inline-end: 8px;
    font-size: 16px;
}

.ant-message-notice-pure-panel .ant-message-notice-content {
    display: inline-block;
    padding: 9px 12px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    pointer-events: all;
}

.ant-message-notice-pure-panel .ant-message-success>.anticon {
    color: #22c55e;
}

.ant-message-notice-pure-panel .ant-message-error>.anticon {
    color: #ef4444;
}

.ant-message-notice-pure-panel .ant-message-warning>.anticon {
    color: #f59e0b;
}

.ant-message-notice-pure-panel .ant-message-info>.anticon,
.ant-message-notice-pure-panel .ant-message-loading>.anticon {
    color: #2b5bed;
}
