a {
    color: #111e36;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    transition: color 0.3s;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: inherit;
}

a:active {
    color: inherit;
}

a:active, a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus {
    text-decoration: none;
    outline: 0;
}

a[disabled] {
    color: rgba(17, 30, 54, 0.25);
    cursor: not-allowed;
}

[class^="ant-anchor"], [class*=" ant-anchor"] {
    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-anchor"]::before, [class*=" ant-anchor"]::before, [class^="ant-anchor"]::after, [class*=" ant-anchor"]::after {
    box-sizing: border-box;
}

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

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

.ant-anchor-wrapper {
    margin-top: -4px;
    padding-top: 4px;
}

.ant-anchor-wrapper .ant-anchor {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #111e36;
    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: relative;
    padding-left: 2px;
}

.ant-anchor-wrapper .ant-anchor .ant-anchor-link {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 16px;
    padding-right: 0;
}

.ant-anchor-wrapper .ant-anchor .ant-anchor-link-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    display: block;
    margin-bottom: 3px;
    color: #111e36;
    transition: all 0.3s;
}

.ant-anchor-wrapper .ant-anchor .ant-anchor-link-title:only-child {
    margin-bottom: 0;
}

.ant-anchor-wrapper .ant-anchor .ant-anchor-link-active > .ant-anchor-link-title {
    color: #0088ff;
}

.ant-anchor-wrapper .ant-anchor .ant-anchor-link .ant-anchor-link {
    padding-top: 2px;
    padding-bottom: 2px;
}

.ant-anchor-wrapper:not(.ant-anchor-wrapper-horizontal) .ant-anchor::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-left: 2px solid rgba(5, 5, 5, 0.06);
    content: " ";
}

.ant-anchor-wrapper:not(.ant-anchor-wrapper-horizontal) .ant-anchor .ant-anchor-ink {
    position: absolute;
    left: 0;
    display: none;
    transform: translateY(-50%);
    transition: top 0.3s ease-in-out;
    width: 2px;
    background-color: #0088ff;
}

.ant-anchor-wrapper:not(.ant-anchor-wrapper-horizontal) .ant-anchor .ant-anchor-ink.ant-anchor-ink-visible {
    display: inline-block;
}

.ant-anchor-wrapper .ant-anchor-fixed .ant-anchor-ink .ant-anchor-ink {
    display: none;
}

.ant-anchor-wrapper-horizontal {
    position: relative;
}

.ant-anchor-wrapper-horizontal::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid rgba(5, 5, 5, 0.06);
    content: " ";
}

.ant-anchor-wrapper-horizontal .ant-anchor {
    overflow-x: scroll;
    position: relative;
    display: flex;
    scrollbar-width: none;
}

.ant-anchor-wrapper-horizontal .ant-anchor::-webkit-scrollbar {
    display: none;
}

.ant-anchor-wrapper-horizontal .ant-anchor .ant-anchor-link:first-of-type {
    padding-left: 0;
    padding-right: 0;
}

.ant-anchor-wrapper-horizontal .ant-anchor .ant-anchor-ink {
    position: absolute;
    bottom: 0;
    transition: left 0.3s ease-in-out, width 0.3s ease-in-out;
    height: 2px;
    background-color: #0088ff;
}

.ant-affix {
    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-affix::before, .ant-affix::after {
    box-sizing: border-box;
}

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

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

.ant-affix {
    position: fixed;
    z-index: 10;
}

.ant-auto-rate {
    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-auto-rate::before, .ant-auto-rate::after {
    box-sizing: border-box;
}

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

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

.ant-auto-rate {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #fadb14;
    font-size: 20px;
    line-height: 1;
    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: inline-block;
    outline: none;
}

.ant-auto-rate-disabled.ant-auto-rate .ant-auto-rate-star {
    cursor: default;
}

.ant-auto-rate-disabled.ant-auto-rate .ant-auto-rate-star > div:hover {
    transform: scale(1);
}

.ant-auto-rate .ant-auto-rate-star {
    position: relative;
    display: inline-block;
    color: inherit;
    cursor: pointer;
}

.ant-auto-rate .ant-auto-rate-star:not(:last-child) {
    margin-right: 18px;
}

.ant-auto-rate .ant-auto-rate-star > div {
    transition: all 0.2s, outline 0s;
}

.ant-auto-rate .ant-auto-rate-star > div:hover {
    transform: scale(1.1);
}

.ant-auto-rate .ant-auto-rate-star > div:focus {
    outline: 0;
}

.ant-auto-rate .ant-auto-rate-star > div:focus-visible {
    outline: 1px dashed #fadb14;
    transform: scale(1.1);
}

.ant-auto-rate .ant-auto-rate-star-first, .ant-auto-rate .ant-auto-rate-star-second {
    color: rgba(17, 30, 54, 0.06);
    transition: all 0.2s;
    user-select: none;
}

.ant-auto-rate .ant-auto-rate-star-first {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
}

.ant-auto-rate .ant-auto-rate-star-half .ant-auto-rate-star-first, .ant-auto-rate .ant-auto-rate-star-half .ant-auto-rate-star-second {
    opacity: 1;
}

.ant-auto-rate .ant-auto-rate-star-half .ant-auto-rate-star-first, .ant-auto-rate .ant-auto-rate-star-full .ant-auto-rate-star-second {
    color: inherit;
}

.ant-auto-rate-rtl.ant-auto-rate {
    direction: rtl;
}

.ant-back-top {
    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-back-top::before, .ant-back-top::after {
    box-sizing: border-box;
}

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

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

.ant-back-top {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #111e36;
    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;
    right: 100px;
    bottom: 50px;
    z-index: 10;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.ant-back-top:empty {
    display: none;
}

.ant-back-top .ant-back-top-content {
    width: 40px;
    height: 40px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background-color: rgba(17, 30, 54, 0.45);
    border-radius: 40px;
    transition: all 0.2s;
}

.ant-back-top .ant-back-top-content:hover {
    background-color: #111e36;
    transition: all 0.2s;
}

.ant-back-top .ant-back-top-icon {
    font-size: 24px;
    line-height: 40px;
}

@media (max-width: 768px) {
    .ant-back-top {
        right: 60px;
    }
}

@media (max-width: 480px) {
    .ant-back-top {
        right: 20px;
    }
}

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

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

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

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

.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: rgb(17, 30, 54);
}

.ant-btn:disabled > * {
    pointer-events: none;
}

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

.ant-btn .ant-btn-icon {
    line-height: 1;
}

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

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

.ant-btn.ant-btn-two-chinese-chars::first-letter {
    letter-spacing: 0.34em;
}

.ant-btn.ant-btn-two-chinese-chars > *:not(.anticon) {
    margin-right: -0.34em;
    letter-spacing: 0.34em;
}

.ant-btn-icon-end {
    flex-direction: row-reverse;
}

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

.ant-btn.ant-btn-icon-only {
    width: 32px;
    padding-left: 0;
    padding-right: 0;
}

.ant-btn.ant-btn-icon-only.ant-btn-compact-item {
    flex: none;
}

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

.ant-btn.ant-btn-icon-only .anticon {
    font-size: 16px;
}

.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.ant-btn-circle.ant-btn {
    min-width: 32px;
    padding-left: 0;
    padding-right: 0;
    border-radius: 50%;
}

.ant-btn.ant-btn-round.ant-btn {
    border-radius: 32px;
    padding-left: 16px;
    padding-right: 16px;
}

.ant-btn-sm {
    font-size: 12px;
    line-height: 1.6666666666666667;
    height: 24px;
    padding: 1px 7px;
    border-radius: 2px;
}

.ant-btn-sm.ant-btn-icon-only {
    width: 24px;
    padding-left: 0;
    padding-right: 0;
}

.ant-btn-sm.ant-btn-icon-only.ant-btn-compact-item {
    flex: none;
}

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

.ant-btn-sm.ant-btn-icon-only .anticon {
    font-size: 14px;
}

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

.ant-btn-sm .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-circle.ant-btn-sm {
    min-width: 24px;
    padding-left: 0;
    padding-right: 0;
    border-radius: 50%;
}

.ant-btn.ant-btn-round.ant-btn-sm {
    border-radius: 24px;
    padding-left: 12px;
    padding-right: 12px;
}

.ant-btn-lg {
    font-size: 16px;
    line-height: 1.5;
    height: 40px;
    padding: 7px 15px;
    border-radius: 2px;
}

.ant-btn-lg.ant-btn-icon-only {
    width: 40px;
    padding-left: 0;
    padding-right: 0;
}

.ant-btn-lg.ant-btn-icon-only.ant-btn-compact-item {
    flex: none;
}

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

.ant-btn-lg.ant-btn-icon-only .anticon {
    font-size: 18px;
}

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

.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-circle.ant-btn-lg {
    min-width: 40px;
    padding-left: 0;
    padding-right: 0;
    border-radius: 50%;
}

.ant-btn.ant-btn-round.ant-btn-lg {
    border-radius: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

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

.ant-btn-default {
    background: #ffffff;
    border-color: rgba(0, 136, 255, 0.4);
    color: rgb(0, 136, 255);
    box-shadow: 0 2px 0 rgba(17, 30, 54, 0.02);
}

.ant-btn-default:disabled, .ant-btn-default.ant-btn-disabled {
    cursor: not-allowed;
    border-color: rgba(0, 136, 255, 0.2);
    color: rgba(0, 136, 255, 0.5);
    background: rgba(0, 136, 255, 0);
    box-shadow: none;
}

.ant-btn-default:not(:disabled):not(.ant-btn-disabled):hover {
    color: #29a2ff;
    border-color: #29a2ff;
    background: #ffffff;
}

.ant-btn-default:not(:disabled):not(.ant-btn-disabled):active {
    color: #006cd9;
    border-color: #006cd9;
    background: #ffffff;
}

.ant-btn-default.ant-btn-background-ghost {
    color: #ffffff;
    background: transparent;
    border-color: #ffffff;
    box-shadow: none;
}

.ant-btn-default.ant-btn-background-ghost:not(:disabled):not(.ant-btn-disabled):hover {
    background: transparent;
}

.ant-btn-default.ant-btn-background-ghost:not(:disabled):not(.ant-btn-disabled):active {
    background: transparent;
}

.ant-btn-default.ant-btn-background-ghost:disabled {
    cursor: not-allowed;
    color: rgba(0, 136, 255, 0.5);
    border-color: rgb(230, 233, 240);
}

.ant-btn-default.ant-btn-dangerous {
    color: #ff4434;
    border-color: #ff4434;
}

.ant-btn-default.ant-btn-dangerous:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ff6f5c;
    border-color: #ff9785;
}

.ant-btn-default.ant-btn-dangerous:not(:disabled):not(.ant-btn-disabled):active {
    color: #d92a21;
    border-color: #d92a21;
}

.ant-btn-default.ant-btn-dangerous.ant-btn-background-ghost {
    color: #ff4434;
    background: transparent;
    border-color: #ff4434;
    box-shadow: none;
}

.ant-btn-default.ant-btn-dangerous.ant-btn-background-ghost:not(:disabled):not(.ant-btn-disabled):hover {
    background: transparent;
}

.ant-btn-default.ant-btn-dangerous.ant-btn-background-ghost:not(:disabled):not(.ant-btn-disabled):active {
    background: transparent;
}

.ant-btn-default.ant-btn-dangerous.ant-btn-background-ghost:disabled {
    cursor: not-allowed;
    color: rgba(0, 136, 255, 0.5);
    border-color: rgb(230, 233, 240);
}

.ant-btn-default.ant-btn-dangerous:disabled, .ant-btn-default.ant-btn-dangerous.ant-btn-disabled {
    cursor: not-allowed;
    border-color: rgba(0, 136, 255, 0.2);
    color: rgba(0, 136, 255, 0.5);
    background: rgba(0, 136, 255, 0);
    box-shadow: none;
}

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

.ant-btn-primary:disabled, .ant-btn-primary.ant-btn-disabled {
    cursor: not-allowed;
    border-color: rgba(0, 136, 255, 0.2);
    color: rgba(0, 136, 255, 0.5);
    background: rgba(0, 136, 255, 0);
    box-shadow: none;
}

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

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

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

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

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

.ant-btn-primary.ant-btn-background-ghost:disabled {
    cursor: not-allowed;
    color: rgba(0, 136, 255, 0.5);
    border-color: rgb(230, 233, 240);
}

.ant-btn-primary.ant-btn-dangerous {
    background: #ff4434;
    box-shadow: 0 2px 0 rgba(255, 72, 5, 0.06);
    color: #fff;
}

.ant-btn-primary.ant-btn-dangerous:not(:disabled):not(.ant-btn-disabled):hover {
    background: #ff6f5c;
}

.ant-btn-primary.ant-btn-dangerous:not(:disabled):not(.ant-btn-disabled):active {
    background: #d92a21;
}

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

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

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

.ant-btn-primary.ant-btn-dangerous.ant-btn-background-ghost:disabled {
    cursor: not-allowed;
    color: rgba(0, 136, 255, 0.5);
    border-color: rgb(230, 233, 240);
}

.ant-btn-primary.ant-btn-dangerous:disabled, .ant-btn-primary.ant-btn-dangerous.ant-btn-disabled {
    cursor: not-allowed;
    border-color: rgba(0, 136, 255, 0.2);
    color: rgba(0, 136, 255, 0.5);
    background: rgba(0, 136, 255, 0);
    box-shadow: none;
}

.ant-btn-dashed {
    background: #ffffff;
    border-color: rgba(0, 136, 255, 0.4);
    color: rgb(0, 136, 255);
    box-shadow: 0 2px 0 rgba(17, 30, 54, 0.02);
    border-style: dashed;
}

.ant-btn-dashed:disabled, .ant-btn-dashed.ant-btn-disabled {
    cursor: not-allowed;
    border-color: rgba(0, 136, 255, 0.2);
    color: rgba(0, 136, 255, 0.5);
    background: rgba(0, 136, 255, 0);
    box-shadow: none;
}

.ant-btn-dashed:not(:disabled):not(.ant-btn-disabled):hover {
    color: #29a2ff;
    border-color: #29a2ff;
    background: #ffffff;
}

.ant-btn-dashed:not(:disabled):not(.ant-btn-disabled):active {
    color: #006cd9;
    border-color: #006cd9;
    background: #ffffff;
}

.ant-btn-dashed.ant-btn-background-ghost {
    color: #ffffff;
    background: transparent;
    border-color: #ffffff;
    box-shadow: none;
}

.ant-btn-dashed.ant-btn-background-ghost:not(:disabled):not(.ant-btn-disabled):hover {
    background: transparent;
}

.ant-btn-dashed.ant-btn-background-ghost:not(:disabled):not(.ant-btn-disabled):active {
    background: transparent;
}

.ant-btn-dashed.ant-btn-background-ghost:disabled {
    cursor: not-allowed;
    color: rgba(0, 136, 255, 0.5);
    border-color: rgb(230, 233, 240);
}

.ant-btn-dashed.ant-btn-dangerous {
    color: #ff4434;
    border-color: #ff4434;
}

.ant-btn-dashed.ant-btn-dangerous:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ff6f5c;
    border-color: #ff9785;
}

.ant-btn-dashed.ant-btn-dangerous:not(:disabled):not(.ant-btn-disabled):active {
    color: #d92a21;
    border-color: #d92a21;
}

.ant-btn-dashed.ant-btn-dangerous.ant-btn-background-ghost {
    color: #ff4434;
    background: transparent;
    border-color: #ff4434;
    box-shadow: none;
}

.ant-btn-dashed.ant-btn-dangerous.ant-btn-background-ghost:not(:disabled):not(.ant-btn-disabled):hover {
    background: transparent;
}

.ant-btn-dashed.ant-btn-dangerous.ant-btn-background-ghost:not(:disabled):not(.ant-btn-disabled):active {
    background: transparent;
}

.ant-btn-dashed.ant-btn-dangerous.ant-btn-background-ghost:disabled {
    cursor: not-allowed;
    color: rgba(0, 136, 255, 0.5);
    border-color: rgb(230, 233, 240);
}

.ant-btn-dashed.ant-btn-dangerous:disabled, .ant-btn-dashed.ant-btn-dangerous.ant-btn-disabled {
    cursor: not-allowed;
    border-color: rgba(0, 136, 255, 0.2);
    color: rgba(0, 136, 255, 0.5);
    background: rgba(0, 136, 255, 0);
    box-shadow: none;
}

.ant-btn-link {
    color: #111e36;
}

.ant-btn-link:not(:disabled):not(.ant-btn-disabled):hover {
    color: #323e4f;
    background: transparent;
}

.ant-btn-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #04080f;
}

.ant-btn-link:disabled, .ant-btn-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 136, 255, 0.5);
}

.ant-btn-link.ant-btn-dangerous {
    color: #ff4434;
}

.ant-btn-link.ant-btn-dangerous:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ff6f5c;
}

.ant-btn-link.ant-btn-dangerous:not(:disabled):not(.ant-btn-disabled):active {
    color: #d92a21;
}

.ant-btn-link.ant-btn-dangerous:disabled, .ant-btn-link.ant-btn-dangerous.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 136, 255, 0.5);
}

.ant-btn-text:not(:disabled):not(.ant-btn-disabled):hover {
    color: rgb(17, 30, 54);
    background: rgba(17, 30, 54, 0.06);
}

.ant-btn-text:not(:disabled):not(.ant-btn-disabled):active {
    color: rgb(17, 30, 54);
    background: rgba(17, 30, 54, 0.15);
}

.ant-btn-text:disabled, .ant-btn-text.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 136, 255, 0.5);
}

.ant-btn-text.ant-btn-dangerous {
    color: #ff4434;
}

.ant-btn-text.ant-btn-dangerous:disabled, .ant-btn-text.ant-btn-dangerous.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 136, 255, 0.5);
}

.ant-btn-text.ant-btn-dangerous:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ff6f5c;
    background: #fff4f0;
}

.ant-btn-text.ant-btn-dangerous:not(:disabled):not(.ant-btn-disabled):active {
    color: #ff6f5c;
    background: #ffbcad;
}

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

.ant-btn-ghost.ant-btn-background-ghost:not(:disabled):not(.ant-btn-disabled):hover {
    background: transparent;
}

.ant-btn-ghost.ant-btn-background-ghost:not(:disabled):not(.ant-btn-disabled):active {
    background: transparent;
}

.ant-btn-ghost.ant-btn-background-ghost:disabled {
    cursor: not-allowed;
    color: rgba(0, 136, 255, 0.5);
    border-color: rgb(230, 233, 240);
}

.ant-btn-group {
    position: relative;
    display: inline-flex;
}

.ant-btn-group > span:not(:last-child), .ant-btn-group > .ant-btn:not(:last-child), .ant-btn-group > span:not(:last-child) > .ant-btn, .ant-btn-group > .ant-btn:not(:last-child) > .ant-btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.ant-btn-group > span:not(:first-child), .ant-btn-group > .ant-btn:not(:first-child) {
    margin-left: -1px;
}

.ant-btn-group > span:not(:first-child), .ant-btn-group > .ant-btn:not(:first-child), .ant-btn-group > span:not(:first-child) > .ant-btn, .ant-btn-group > .ant-btn:not(:first-child) > .ant-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.ant-btn-group .ant-btn {
    position: relative;
    z-index: 1;
}

.ant-btn-group .ant-btn:hover, .ant-btn-group .ant-btn:focus, .ant-btn-group .ant-btn:active {
    z-index: 2;
}

.ant-btn-group .ant-btn[disabled] {
    z-index: 0;
}

.ant-btn-group .ant-btn-icon-only {
    font-size: 14px;
}

.ant-btn-group > span:not(:last-child):not(:disabled), .ant-btn-group > .ant-btn-primary:not(:last-child):not(:disabled), .ant-btn-group > span:not(:last-child) > .ant-btn-primary:not(:disabled), .ant-btn-group > .ant-btn-primary:not(:last-child) > .ant-btn-primary:not(:disabled) {
    border-right-color: #29a2ff;
}

.ant-btn-group > span:not(:first-child):not(:disabled), .ant-btn-group > .ant-btn-primary:not(:first-child):not(:disabled), .ant-btn-group > span:not(:first-child) > .ant-btn-primary:not(:disabled), .ant-btn-group > .ant-btn-primary:not(:first-child) > .ant-btn-primary:not(:disabled) {
    border-left-color: #29a2ff;
}

.ant-btn-group > span:not(:last-child):not(:disabled), .ant-btn-group > .ant-btn-danger:not(:last-child):not(:disabled), .ant-btn-group > span:not(:last-child) > .ant-btn-danger:not(:disabled), .ant-btn-group > .ant-btn-danger:not(:last-child) > .ant-btn-danger:not(:disabled) {
    border-right-color: #ff6f5c;
}

.ant-btn-group > span:not(:first-child):not(:disabled), .ant-btn-group > .ant-btn-danger:not(:first-child):not(:disabled), .ant-btn-group > span:not(:first-child) > .ant-btn-danger:not(:disabled), .ant-btn-group > .ant-btn-danger:not(:first-child) > .ant-btn-danger:not(:disabled) {
    border-left-color: #ff6f5c;
}

.ant-wave {
    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-wave::before, .ant-wave::after {
    box-sizing: border-box;
}

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

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

.ant-wave {
    position: absolute;
    background: transparent;
    pointer-events: none;
    box-sizing: border-box;
    color: var(--wave-color, #0088ff);
    box-shadow: 0 0 0 0 currentcolor;
    opacity: 0.2;
}

.ant-wave.wave-motion-appear {
    transition: box-shadow 0.4s cubic-bezier(0.08, 0.82, 0.17, 1), opacity 2s cubic-bezier(0.08, 0.82, 0.17, 1);
}

.ant-wave.wave-motion-appear-active {
    box-shadow: 0 0 0 6px currentcolor;
    opacity: 0;
}

.ant-wave.wave-motion-appear.wave-quick {
    transition: box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-car-select {
    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-car-select::before, .ant-car-select::after {
    box-sizing: border-box;
}

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

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

.ant-car-select {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

[class^="ant-select"], [class*=" ant-select"] {
    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-select"]::before, [class*=" ant-select"]::before, [class^="ant-select"]::after, [class*=" ant-select"]::after {
    box-sizing: border-box;
}

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

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

.ant-select.ant-select-in-form-item {
    width: 100%;
}

.ant-select {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #111e36;
    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: relative;
    display: inline-block;
    cursor: pointer;
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector {
    position: relative;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
    cursor: pointer;
}

.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector {
    cursor: text;
}

.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
    cursor: auto;
    color: inherit;
    height: 100%;
}

.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
    cursor: not-allowed;
}

.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
    cursor: not-allowed;
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    outline: none;
    appearance: none;
    font-family: inherit;
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input::-webkit-search-cancel-button {
    display: none;
    -webkit-appearance: none;
}

.ant-select .ant-select-selection-item {
    flex: 1;
    font-weight: normal;
    position: relative;
    user-select: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ant-select .ant-select-selection-item > .ant-typography {
    display: inline;
}

.ant-select .ant-select-selection-placeholder {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1;
    color: rgba(17, 30, 54, 0.25);
    pointer-events: none;
}

.ant-select .ant-select-arrow {
    display: flex;
    align-items: center;
    color: rgba(17, 30, 54, 0.25);
    font-style: normal;
    line-height: 1;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: auto;
    right: 11px;
    height: 12px;
    margin-top: -6px;
    font-size: 12px;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.ant-select .ant-select-arrow > * {
    line-height: 1;
}

.ant-select .ant-select-arrow svg {
    display: inline-block;
}

.ant-select .ant-select-arrow .anticon {
    vertical-align: top;
    transition: transform 0.3s;
}

.ant-select .ant-select-arrow .anticon > svg {
    vertical-align: top;
}

.ant-select .ant-select-arrow .anticon:not(.ant-select-suffix) {
    pointer-events: auto;
}

.ant-select-disabled .ant-select .ant-select-arrow {
    cursor: not-allowed;
}

.ant-select .ant-select-arrow > *:not(:last-child) {
    margin-right: 8px;
}

.ant-select .ant-select-clear {
    position: absolute;
    top: 50%;
    left: auto;
    right: 11px;
    z-index: 1;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    color: rgba(17, 30, 54, 0.25);
    font-size: 12px;
    font-style: normal;
    line-height: 1;
    text-align: center;
    text-transform: none;
    cursor: pointer;
    opacity: 0;
    transition: color 0.2s ease, opacity 0.3s ease;
    text-rendering: auto;
}

.ant-select .ant-select-clear:before {
    display: block;
}

.ant-select .ant-select-clear:hover {
    color: rgba(17, 30, 54, 0.45);
}

.ant-select:hover .ant-select-clear {
    opacity: 1;
}

.ant-select:hover .ant-select-arrow:not(:last-child) {
    opacity: 0;
}

.ant-select-has-feedback .ant-select-clear {
    right: 33px;
}

.ant-select-single {
    font-size: 14px;
    height: 32px;
}

.ant-select-single .ant-select-selector {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #111e36;
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: inherit;
    display: flex;
    border-radius: 4px;
}

.ant-select-single .ant-select-selector .ant-select-selection-search {
    position: absolute;
    top: 0;
    left: 11px;
    right: 11px;
    bottom: 0;
}

.ant-select-single .ant-select-selector .ant-select-selection-search-input {
    width: 100%;
    -webkit-appearance: textfield;
}

.ant-select-single .ant-select-selector .ant-select-selection-item, .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
    padding: 0;
    line-height: 30px;
    transition: all 0.3s, visibility 0s;
    align-self: center;
}

.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
    transition: none;
    pointer-events: none;
}

.ant-select-single .ant-select-selector:after, .ant-select-single .ant-select-selector .ant-select-selection-item:empty:after, .ant-select-single .ant-select-selector .ant-select-selection-placeholder:empty:after {
    display: inline-block;
    width: 0;
    visibility: hidden;
    content: "\a0";
}

.ant-select-single.ant-select-show-arrow .ant-select-selection-item, .ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
    padding-right: 18px;
}

.ant-select-single.ant-select-open .ant-select-selection-item {
    color: rgba(17, 30, 54, 0.25);
}

.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
    width: 100%;
    height: 100%;
    padding: 0 11px;
}

.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
    height: 30px;
}

.ant-select-single:not(.ant-select-customize-input) .ant-select-selector:after {
    line-height: 30px;
}

.ant-select-single.ant-select-customize-input .ant-select-selector:after {
    display: none;
}

.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
    position: static;
    width: 100%;
}

.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 11px;
}

.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder:after {
    display: none;
}

.ant-select-single.ant-select-sm {
    font-size: 14px;
    height: 24px;
}

.ant-select-single.ant-select-sm .ant-select-selector {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #111e36;
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: inherit;
    display: flex;
    border-radius: 2px;
}

.ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-search {
    position: absolute;
    top: 0;
    left: 11px;
    right: 11px;
    bottom: 0;
}

.ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-search-input {
    width: 100%;
    -webkit-appearance: textfield;
}

.ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-item, .ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-placeholder {
    padding: 0;
    line-height: 22px;
    transition: all 0.3s, visibility 0s;
    align-self: center;
}

.ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-placeholder {
    transition: none;
    pointer-events: none;
}

.ant-select-single.ant-select-sm .ant-select-selector:after, .ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-item:empty:after, .ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-placeholder:empty:after {
    display: inline-block;
    width: 0;
    visibility: hidden;
    content: "\a0";
}

.ant-select-single.ant-select-sm.ant-select-show-arrow .ant-select-selection-item, .ant-select-single.ant-select-sm.ant-select-show-arrow .ant-select-selection-placeholder {
    padding-right: 18px;
}

.ant-select-single.ant-select-sm.ant-select-open .ant-select-selection-item {
    color: rgba(17, 30, 54, 0.25);
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
    width: 100%;
    height: 100%;
    padding: 0 11px;
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
    height: 22px;
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector:after {
    line-height: 22px;
}

.ant-select-single.ant-select-sm.ant-select-customize-input .ant-select-selector:after {
    display: none;
}

.ant-select-single.ant-select-sm.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
    position: static;
    width: 100%;
}

.ant-select-single.ant-select-sm.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 11px;
}

.ant-select-single.ant-select-sm.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder:after {
    display: none;
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selection-search {
    left: 7px;
    right: 7px;
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
    padding: 0 7px;
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
    right: 28px;
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item, .ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
    padding-right: 21px;
}

.ant-select-single.ant-select-lg {
    font-size: 16px;
    height: 40px;
}

.ant-select-single.ant-select-lg .ant-select-selector {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #111e36;
    font-size: 16px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: inherit;
    display: flex;
    border-radius: 4px;
}

.ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-search {
    position: absolute;
    top: 0;
    left: 11px;
    right: 11px;
    bottom: 0;
}

.ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-search-input {
    width: 100%;
    -webkit-appearance: textfield;
}

.ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-item, .ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-placeholder {
    padding: 0;
    line-height: 38px;
    transition: all 0.3s, visibility 0s;
    align-self: center;
}

.ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-placeholder {
    transition: none;
    pointer-events: none;
}

.ant-select-single.ant-select-lg .ant-select-selector:after, .ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-item:empty:after, .ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-placeholder:empty:after {
    display: inline-block;
    width: 0;
    visibility: hidden;
    content: "\a0";
}

.ant-select-single.ant-select-lg.ant-select-show-arrow .ant-select-selection-item, .ant-select-single.ant-select-lg.ant-select-show-arrow .ant-select-selection-placeholder {
    padding-right: 18px;
}

.ant-select-single.ant-select-lg.ant-select-open .ant-select-selection-item {
    color: rgba(17, 30, 54, 0.25);
}

.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
    width: 100%;
    height: 100%;
    padding: 0 11px;
}

.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
    height: 38px;
}

.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector:after {
    line-height: 38px;
}

.ant-select-single.ant-select-lg.ant-select-customize-input .ant-select-selector:after {
    display: none;
}

.ant-select-single.ant-select-lg.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
    position: static;
    width: 100%;
}

.ant-select-single.ant-select-lg.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 11px;
}

.ant-select-single.ant-select-lg.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder:after {
    display: none;
}

.ant-select-multiple .ant-select-selection-overflow {
    position: relative;
    display: flex;
    flex: auto;
    flex-wrap: wrap;
    max-width: 100%;
}

.ant-select-multiple .ant-select-selection-overflow-item {
    flex: none;
    align-self: center;
    max-width: 100%;
    display: inline-flex;
}

.ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item {
    display: flex;
    align-self: center;
    flex: none;
    box-sizing: border-box;
    max-width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
    border-radius: 2px;
    cursor: default;
    transition: font-size 0.3s, line-height 0.3s, height 0.3s;
    margin-right: 4px;
    padding-left: 8px;
    padding-right: 4px;
}

.ant-select-disabled.ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item {
    color: rgba(17, 30, 54, 0.25);
    border-color: transparent;
    cursor: not-allowed;
}

.ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item-content {
    display: inline-block;
    margin-right: 4px;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
}

.ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item-remove {
    display: inline-flex;
    align-items: center;
    color: rgba(17, 30, 54, 0.45);
    font-style: normal;
    line-height: inherit;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
}

.ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item-remove > * {
    line-height: 1;
}

.ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item-remove svg {
    display: inline-block;
}

.ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item-remove > .anticon {
    vertical-align: -0.2em;
}

.ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item-remove:hover {
    color: #111e36;
}

.ant-select-multiple .ant-select-selector {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-radius: 4px;
}

.ant-select-disabled.ant-select-multiple .ant-select-selector {
    background: rgba(17, 30, 54, 0.04);
    cursor: not-allowed;
}

.ant-select-multiple .ant-select-selector:after {
    display: inline-block;
    width: 0;
    margin: 2px 0;
    line-height: 24px;
    visibility: hidden;
    content: "\a0";
}

.ant-select-multiple .ant-select-selection-item {
    height: 24px;
    line-height: 22px;
}

.ant-select-multiple .ant-select-selection-overflow-item + .ant-select-selection-overflow-item .ant-select-selection-search {
    margin-left: 0;
}

.ant-select-multiple .ant-select-selection-overflow-item-suffix {
    height: 100%;
}

.ant-select-multiple .ant-select-selection-search {
    display: inline-flex;
    position: relative;
    max-width: 100%;
    margin-left: 8px;
}

.ant-select-multiple .ant-select-selection-search-input, .ant-select-multiple .ant-select-selection-search-mirror {
    height: 24px;
    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: 24px;
    transition: all 0.3s;
}

.ant-select-multiple .ant-select-selection-search-input {
    width: 100%;
    min-width: 4.1px;
}

.ant-select-multiple .ant-select-selection-search-mirror {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    z-index: 999;
    white-space: pre;
    visibility: hidden;
}

.ant-select-multiple .ant-select-selection-placeholder {
    position: absolute;
    top: 50%;
    left: 11px;
    right: 11px;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.ant-select-multiple {
    font-size: 14px;
}

.ant-select-show-search.ant-select-multiple .ant-select-selector {
    cursor: text;
}

.ant-select-multiple.ant-select-show-arrow .ant-select-selector, .ant-select-multiple.ant-select-allow-clear .ant-select-selector {
    padding-right: 24px;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-overflow {
    position: relative;
    display: flex;
    flex: auto;
    flex-wrap: wrap;
    max-width: 100%;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-overflow-item {
    flex: none;
    align-self: center;
    max-width: 100%;
    display: inline-flex;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-overflow .ant-select-selection-item {
    display: flex;
    align-self: center;
    flex: none;
    box-sizing: border-box;
    max-width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
    border-radius: 1px;
    cursor: default;
    transition: font-size 0.3s, line-height 0.3s, height 0.3s;
    margin-right: 4px;
    padding-left: 8px;
    padding-right: 4px;
}

.ant-select-disabled.ant-select-multiple.ant-select-sm .ant-select-selection-overflow .ant-select-selection-item {
    color: rgba(17, 30, 54, 0.25);
    border-color: transparent;
    cursor: not-allowed;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-overflow .ant-select-selection-item-content {
    display: inline-block;
    margin-right: 4px;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-overflow .ant-select-selection-item-remove {
    display: inline-flex;
    align-items: center;
    color: rgba(17, 30, 54, 0.45);
    font-style: normal;
    line-height: inherit;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-overflow .ant-select-selection-item-remove > * {
    line-height: 1;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-overflow .ant-select-selection-item-remove svg {
    display: inline-block;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-overflow .ant-select-selection-item-remove > .anticon {
    vertical-align: -0.2em;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-overflow .ant-select-selection-item-remove:hover {
    color: #111e36;
}

.ant-select-multiple.ant-select-sm .ant-select-selector {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-radius: 2px;
}

.ant-select-disabled.ant-select-multiple.ant-select-sm .ant-select-selector {
    background: rgba(17, 30, 54, 0.04);
    cursor: not-allowed;
}

.ant-select-multiple.ant-select-sm .ant-select-selector:after {
    display: inline-block;
    width: 0;
    margin: 2px 0;
    line-height: 16px;
    visibility: hidden;
    content: "\a0";
}

.ant-select-multiple.ant-select-sm .ant-select-selection-item {
    height: 16px;
    line-height: 14px;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-overflow-item + .ant-select-selection-overflow-item .ant-select-selection-search {
    margin-left: 0;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-overflow-item-suffix {
    height: 100%;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-search {
    display: inline-flex;
    position: relative;
    max-width: 100%;
    margin-left: 8px;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-search-input, .ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
    height: 16px;
    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: 16px;
    transition: all 0.3s;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-search-input {
    width: 100%;
    min-width: 4.1px;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    z-index: 999;
    white-space: pre;
    visibility: hidden;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
    position: absolute;
    top: 50%;
    left: 11px;
    right: 11px;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.ant-select-multiple.ant-select-sm {
    font-size: 14px;
}

.ant-select-show-search.ant-select-multiple.ant-select-sm .ant-select-selector {
    cursor: text;
}

.ant-select-multiple.ant-select-sm.ant-select-show-arrow .ant-select-selector, .ant-select-multiple.ant-select-sm.ant-select-allow-clear .ant-select-selector {
    padding-right: 24px;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
    left: 7px;
    right: 7px;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-search {
    margin-left: 2px;
}

.ant-select-multiple.ant-select-lg .ant-select-selection-overflow {
    position: relative;
    display: flex;
    flex: auto;
    flex-wrap: wrap;
    max-width: 100%;
}

.ant-select-multiple.ant-select-lg .ant-select-selection-overflow-item {
    flex: none;
    align-self: center;
    max-width: 100%;
    display: inline-flex;
}

.ant-select-multiple.ant-select-lg .ant-select-selection-overflow .ant-select-selection-item {
    display: flex;
    align-self: center;
    flex: none;
    box-sizing: border-box;
    max-width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
    border-radius: 4px;
    cursor: default;
    transition: font-size 0.3s, line-height 0.3s, height 0.3s;
    margin-right: 4px;
    padding-left: 8px;
    padding-right: 4px;
}

.ant-select-disabled.ant-select-multiple.ant-select-lg .ant-select-selection-overflow .ant-select-selection-item {
    color: rgba(17, 30, 54, 0.25);
    border-color: transparent;
    cursor: not-allowed;
}

.ant-select-multiple.ant-select-lg .ant-select-selection-overflow .ant-select-selection-item-content {
    display: inline-block;
    margin-right: 4px;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
}

.ant-select-multiple.ant-select-lg .ant-select-selection-overflow .ant-select-selection-item-remove {
    display: inline-flex;
    align-items: center;
    color: rgba(17, 30, 54, 0.45);
    font-style: normal;
    line-height: inherit;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
}

.ant-select-multiple.ant-select-lg .ant-select-selection-overflow .ant-select-selection-item-remove > * {
    line-height: 1;
}

.ant-select-multiple.ant-select-lg .ant-select-selection-overflow .ant-select-selection-item-remove svg {
    display: inline-block;
}

.ant-select-multiple.ant-select-lg .ant-select-selection-overflow .ant-select-selection-item-remove > .anticon {
    vertical-align: -0.2em;
}

.ant-select-multiple.ant-select-lg .ant-select-selection-overflow .ant-select-selection-item-remove:hover {
    color: #111e36;
}

.ant-select-multiple.ant-select-lg .ant-select-selector {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-radius: 4px;
}

.ant-select-disabled.ant-select-multiple.ant-select-lg .ant-select-selector {
    background: rgba(17, 30, 54, 0.04);
    cursor: not-allowed;
}

.ant-select-multiple.ant-select-lg .ant-select-selector:after {
    display: inline-block;
    width: 0;
    margin: 2px 0;
    line-height: 32px;
    visibility: hidden;
    content: "\a0";
}

.ant-select-multiple.ant-select-lg .ant-select-selection-item {
    height: 32px;
    line-height: 30px;
}

.ant-select-multiple.ant-select-lg .ant-select-selection-overflow-item + .ant-select-selection-overflow-item .ant-select-selection-search {
    margin-left: 0;
}

.ant-select-multiple.ant-select-lg .ant-select-selection-overflow-item-suffix {
    height: 100%;
}

.ant-select-multiple.ant-select-lg .ant-select-selection-search {
    display: inline-flex;
    position: relative;
    max-width: 100%;
    margin-left: 8px;
}

.ant-select-multiple.ant-select-lg .ant-select-selection-search-input, .ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
    height: 32px;
    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;
    transition: all 0.3s;
}

.ant-select-multiple.ant-select-lg .ant-select-selection-search-input {
    width: 100%;
    min-width: 4.1px;
}

.ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    z-index: 999;
    white-space: pre;
    visibility: hidden;
}

.ant-select-multiple.ant-select-lg .ant-select-selection-placeholder {
    position: absolute;
    top: 50%;
    left: 11px;
    right: 11px;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.ant-select-multiple.ant-select-lg {
    font-size: 16px;
}

.ant-select-show-search.ant-select-multiple.ant-select-lg .ant-select-selector {
    cursor: text;
}

.ant-select-multiple.ant-select-lg.ant-select-show-arrow .ant-select-selector, .ant-select-multiple.ant-select-lg.ant-select-allow-clear .ant-select-selector {
    padding-right: 24px;
}

.ant-select-dropdown {
    box-sizing: border-box;
    margin: 0;
    padding: 4px;
    color: #111e36;
    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: absolute;
    top: -9999px;
    z-index: 1050;
    overflow: hidden;
    font-variant: initial;
    background-color: #ffffff;
    border-radius: 4px;
    outline: none;
    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);
}

.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-bottomLeft, .ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
    animation-name: antSlideUpIn;
}

.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-topLeft, .ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-topLeft, .ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-topRight, .ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-topRight {
    animation-name: antSlideDownIn;
}

.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
    animation-name: antSlideUpOut;
}

.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-topLeft, .ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-topRight {
    animation-name: antSlideDownOut;
}

.ant-select-dropdown-hidden {
    display: none;
}

.ant-select-dropdown .ant-select-item {
    position: relative;
    display: block;
    min-height: 32px;
    padding: 5px 12px;
    color: #111e36;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5714285714285714;
    box-sizing: border-box;
    cursor: pointer;
    transition: background 0.3s ease;
    border-radius: 2px;
}

.ant-select-dropdown .ant-select-item-group {
    color: rgba(17, 30, 54, 0.45);
    font-size: 12px;
    cursor: default;
}

.ant-select-dropdown .ant-select-item-option {
    display: flex;
}

.ant-select-dropdown .ant-select-item-option-content {
    flex: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ant-select-dropdown .ant-select-item-option-state {
    flex: none;
    display: flex;
    align-items: center;
}

.ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
    background-color: rgba(17, 30, 54, 0.04);
}

.ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
    color: #111e36;
    font-weight: 600;
    background-color: #ccebff;
}

.ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
    color: #0088ff;
}

.ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled):has(+ .ant-select-item-option-selected:not(.ant-select-item-option-disabled)) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled):has(+ .ant-select-item-option-selected:not(.ant-select-item-option-disabled)) + .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.ant-select-dropdown .ant-select-item-option-disabled {
    color: rgba(17, 30, 54, 0.25);
    cursor: not-allowed;
}

.ant-select-dropdown .ant-select-item-option-disabled.ant-select-item-option-selected {
    background-color: rgba(17, 30, 54, 0.04);
}

.ant-select-dropdown .ant-select-item-option-grouped {
    padding-left: 24px;
}

.ant-select-dropdown .ant-select-item-empty {
    position: relative;
    display: block;
    min-height: 32px;
    padding: 5px 12px;
    color: rgba(17, 30, 54, 0.25);
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5714285714285714;
    box-sizing: border-box;
}

.ant-select-dropdown-rtl {
    direction: rtl;
}

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

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

.ant-slide-up-enter.ant-slide-up-enter-active, .ant-slide-up-appear.ant-slide-up-appear-active {
    animation-name: antSlideUpIn;
    animation-play-state: running;
}

.ant-slide-up-leave.ant-slide-up-leave-active {
    animation-name: antSlideUpOut;
    animation-play-state: running;
    pointer-events: none;
}

.ant-slide-up-enter, .ant-slide-up-appear {
    transform: scale(0);
    transform-origin: 0% 0%;
    opacity: 0;
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.ant-slide-up-enter-prepare, .ant-slide-up-appear-prepare {
    transform: scale(1);
}

.ant-slide-up-leave {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

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

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

.ant-slide-down-enter.ant-slide-down-enter-active, .ant-slide-down-appear.ant-slide-down-appear-active {
    animation-name: antSlideDownIn;
    animation-play-state: running;
}

.ant-slide-down-leave.ant-slide-down-leave-active {
    animation-name: antSlideDownOut;
    animation-play-state: running;
    pointer-events: none;
}

.ant-slide-down-enter, .ant-slide-down-appear {
    transform: scale(0);
    transform-origin: 0% 0%;
    opacity: 0;
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.ant-slide-down-enter-prepare, .ant-slide-down-appear-prepare {
    transform: scale(1);
}

.ant-slide-down-leave {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

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

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

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

.ant-move-up-leave.ant-move-up-leave-active {
    animation-name: antMoveUpOut;
    animation-play-state: running;
    pointer-events: none;
}

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

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

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

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

.ant-move-down-enter.ant-move-down-enter-active, .ant-move-down-appear.ant-move-down-appear-active {
    animation-name: antMoveDownIn;
    animation-play-state: running;
}

.ant-move-down-leave.ant-move-down-leave-active {
    animation-name: antMoveDownOut;
    animation-play-state: running;
    pointer-events: none;
}

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

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

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

.ant-select-compact-item:not(.ant-select-compact-last-item) {
    margin-right: -1px;
}

.ant-select-compact-item:hover > *, .ant-select-compact-item:active > * {
    z-index: 2;
}

.ant-select-compact-item.ant-select-focused {
    z-index: 2;
}

.ant-select-compact-item[disabled] > * {
    z-index: 0;
}

.ant-select-compact-item:not(.ant-select-compact-first-item):not(.ant-select-compact-last-item) > .ant-select-selector {
    border-radius: 0;
}

.ant-select-compact-item:not(.ant-select-compact-last-item).ant-select-compact-first-item > .ant-select-selector, .ant-select-compact-item:not(.ant-select-compact-last-item).ant-select-compact-first-item.ant-select-sm > .ant-select-selector, .ant-select-compact-item:not(.ant-select-compact-last-item).ant-select-compact-first-item.ant-select-lg > .ant-select-selector {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.ant-select-compact-item:not(.ant-select-compact-first-item).ant-select-compact-last-item > .ant-select-selector, .ant-select-compact-item:not(.ant-select-compact-first-item).ant-select-compact-last-item.ant-select-sm > .ant-select-selector, .ant-select-compact-item:not(.ant-select-compact-first-item).ant-select-compact-last-item.ant-select-lg > .ant-select-selector {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.ant-select-outlined:not(.ant-select-customize-input) .ant-select-selector {
    border: 1px solid #d9d9d9;
    background: #ffffff;
}

.ant-select-outlined:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector {
    border-color: #29a2ff;
}

.ant-select-focused.ant-select-outlined:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
    border-color: #0088ff;
    box-shadow: 0 0 0 2px rgba(0, 155, 255, 0.2);
    outline: 0;
}

.ant-select-outlined.ant-select-status-error:not(.ant-select-customize-input) .ant-select-selector {
    border: 1px solid #ff4434;
    background: #ffffff;
}

.ant-select-outlined.ant-select-status-error:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector {
    border-color: #ff6f5c;
}

.ant-select-focused.ant-select-outlined.ant-select-status-error:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
    border-color: #ff4434;
    box-shadow: 0 0 0 2px rgba(255, 72, 5, 0.06);
    outline: 0;
}

.ant-select-outlined.ant-select-status-warning:not(.ant-select-customize-input) .ant-select-selector {
    border: 1px solid #ffc300;
    background: #ffffff;
}

.ant-select-outlined.ant-select-status-warning:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector {
    border-color: #ffe252;
}

.ant-select-focused.ant-select-outlined.ant-select-status-warning:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
    border-color: #ffc300;
    box-shadow: 0 0 0 2px rgba(255, 235, 5, 0.1);
    outline: 0;
}

.ant-select-outlined.ant-select-disabled:not(.ant-select-customize-input) .ant-select-selector {
    background: rgba(17, 30, 54, 0.04);
    color: rgba(17, 30, 54, 0.25);
}

.ant-select-outlined.ant-select-multiple .ant-select-selection-item {
    background: rgba(17, 30, 54, 0.06);
    border: 1px solid transparent;
}

.ant-select-filled:not(.ant-select-customize-input) .ant-select-selector {
    background: rgba(17, 30, 54, 0.04);
    border: 1px solid transparent;
    color: #111e36;
}

.ant-select-filled:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector {
    background: rgba(17, 30, 54, 0.06);
}

.ant-select-focused.ant-select-filled:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
    background: #ffffff;
    border-color: #0088ff;
    outline: 0;
}

.ant-select-filled.ant-select-status-error:not(.ant-select-customize-input) .ant-select-selector {
    background: #fff4f0;
    border: 1px solid transparent;
    color: #ff4434;
}

.ant-select-filled.ant-select-status-error:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector {
    background: #ffdfd6;
}

.ant-select-focused.ant-select-filled.ant-select-status-error:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
    background: #ffffff;
    border-color: #ff4434;
    outline: 0;
}

.ant-select-filled.ant-select-status-warning:not(.ant-select-customize-input) .ant-select-selector {
    background: #fffde6;
    border: 1px solid transparent;
    color: #ffc300;
}

.ant-select-filled.ant-select-status-warning:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector {
    background: #fff6a3;
}

.ant-select-focused.ant-select-filled.ant-select-status-warning:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
    background: #ffffff;
    border-color: #ffc300;
    outline: 0;
}

.ant-select-filled.ant-select-disabled:not(.ant-select-customize-input) .ant-select-selector {
    border-color: #d9d9d9;
    background: rgba(17, 30, 54, 0.04);
    color: rgba(17, 30, 54, 0.25);
}

.ant-select-filled.ant-select-multiple .ant-select-selection-item {
    background: #ffffff;
    border: 1px solid rgba(5, 5, 5, 0.06);
}

.ant-select-borderless .ant-select-selector {
    background: transparent;
    border-color: transparent;
}

.ant-select-borderless.ant-select-disabled:not(.ant-select-customize-input) .ant-select-selector {
    color: rgba(17, 30, 54, 0.25);
}

.ant-select-borderless.ant-select-multiple .ant-select-selection-item {
    background: rgba(17, 30, 54, 0.06);
    border: 1px solid transparent;
}

@keyframes antSlideUpIn {
    0% {
        transform: scaleY(0.8);
        transform-origin: 0% 0%;
        opacity: 0;
    }
    100% {
        transform: scaleY(1);
        transform-origin: 0% 0%;
        opacity: 1;
    }
}

@keyframes antSlideDownIn {
    0% {
        transform: scaleY(0.8);
        transform-origin: 100% 100%;
        opacity: 0;
    }
    100% {
        transform: scaleY(1);
        transform-origin: 100% 100%;
        opacity: 1;
    }
}

@keyframes antSlideUpOut {
    0% {
        transform: scaleY(1);
        transform-origin: 0% 0%;
        opacity: 1;
    }
    100% {
        transform: scaleY(0.8);
        transform-origin: 0% 0%;
        opacity: 0;
    }
}

@keyframes antSlideDownOut {
    0% {
        transform: scaleY(1);
        transform-origin: 100% 100%;
        opacity: 1;
    }
    100% {
        transform: scaleY(0.8);
        transform-origin: 100% 100%;
        opacity: 0;
    }
}

@keyframes antMoveUpIn {
    0% {
        transform: translate3d(0, -100%, 0);
        transform-origin: 0 0;
        opacity: 0;
    }
    100% {
        transform: translate3d(0, 0, 0);
        transform-origin: 0 0;
        opacity: 1;
    }
}

@keyframes antMoveUpOut {
    0% {
        transform: translate3d(0, 0, 0);
        transform-origin: 0 0;
        opacity: 1;
    }
    100% {
        transform: translate3d(0, -100%, 0);
        transform-origin: 0 0;
        opacity: 0;
    }
}

@keyframes antMoveDownIn {
    0% {
        transform: translate3d(0, 100%, 0);
        transform-origin: 0 0;
        opacity: 0;
    }
    100% {
        transform: translate3d(0, 0, 0);
        transform-origin: 0 0;
        opacity: 1;
    }
}

@keyframes antMoveDownOut {
    0% {
        transform: translate3d(0, 0, 0);
        transform-origin: 0 0;
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 100%, 0);
        transform-origin: 0 0;
        opacity: 0;
    }
}

.ant-carousel {
    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-carousel::before, .ant-carousel::after {
    box-sizing: border-box;
}

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

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

.ant-carousel {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #111e36;
    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';
}

.ant-carousel .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    touch-action: pan-y;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

.ant-carousel .slick-slider .slick-track, .ant-carousel .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
    touch-action: pan-y;
}

.ant-carousel .slick-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.ant-carousel .slick-list:focus {
    outline: none;
}

.ant-carousel .slick-list.dragging {
    cursor: pointer;
}

.ant-carousel .slick-list .slick-slide {
    pointer-events: none;
}

.ant-carousel .slick-list .slick-slide input.ant-radio-input, .ant-carousel .slick-list .slick-slide input.ant-checkbox-input {
    visibility: hidden;
}

.ant-carousel .slick-list .slick-slide.slick-active {
    pointer-events: auto;
}

.ant-carousel .slick-list .slick-slide.slick-active input.ant-radio-input, .ant-carousel .slick-list .slick-slide.slick-active input.ant-checkbox-input {
    visibility: visible;
}

.ant-carousel .slick-list .slick-slide > div > div {
    vertical-align: bottom;
}

.ant-carousel .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.ant-carousel .slick-track::before, .ant-carousel .slick-track::after {
    display: table;
    content: "";
}

.ant-carousel .slick-track::after {
    clear: both;
}

.ant-carousel .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.ant-carousel .slick-slide img {
    display: block;
}

.ant-carousel .slick-slide.dragging img {
    pointer-events: none;
}

.ant-carousel .slick-initialized .slick-slide {
    display: block;
}

.ant-carousel .slick-vertical .slick-slide {
    display: block;
    height: auto;
}

.ant-carousel .slick-prev, .ant-carousel .slick-next {
    position: absolute;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    color: #fff;
    opacity: 0.4;
    background: transparent;
    padding: 0;
    line-height: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    z-index: 1;
    transition: opacity 0.3s;
}

.ant-carousel .slick-prev:hover, .ant-carousel .slick-next:hover, .ant-carousel .slick-prev:focus, .ant-carousel .slick-next:focus {
    opacity: 1;
}

.ant-carousel .slick-prev.slick-disabled, .ant-carousel .slick-next.slick-disabled {
    pointer-events: none;
    opacity: 0;
}

.ant-carousel .slick-prev::after, .ant-carousel .slick-next::after {
    box-sizing: border-box;
    position: absolute;
    top: 2.3422913719943423px;
    left: 2.3422913719943423px;
    display: inline-block;
    width: 11.315417256011315px;
    height: 11.315417256011315px;
    border: 0 solid currentcolor;
    border-left-width: 2px;
    border-right-width: 0;
    border-top-width: 2px;
    border-bottom-width: 0;
    border-radius: 1px;
    content: "";
}

.ant-carousel .slick-prev {
    left: 8px;
}

.ant-carousel .slick-prev::after {
    transform: rotate(-45deg);
}

.ant-carousel .slick-next {
    right: 8px;
}

.ant-carousel .slick-next::after {
    transform: rotate(135deg);
}

.ant-carousel .slick-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex !important;
    justify-content: center;
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.ant-carousel .slick-dots-bottom {
    bottom: 12px;
}

.ant-carousel .slick-dots-top {
    top: 12px;
    bottom: auto;
}

.ant-carousel .slick-dots li {
    position: relative;
    display: inline-block;
    flex: 0 1 auto;
    box-sizing: content-box;
    width: 16px;
    height: 3px;
    margin-left: 4px;
    margin-right: 4px;
    padding: 0;
    text-align: center;
    text-indent: -999px;
    vertical-align: top;
    transition: all 0.3s;
}

.ant-carousel .slick-dots li button {
    position: relative;
    display: block;
    width: 100%;
    height: 3px;
    padding: 0;
    color: transparent;
    font-size: 0;
    background: #ffffff;
    border: 0;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    opacity: 0.2;
    transition: all 0.3s;
}

.ant-carousel .slick-dots li button:hover, .ant-carousel .slick-dots li button:focus {
    opacity: 0.75;
}

.ant-carousel .slick-dots li button::after {
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    content: "";
}

.ant-carousel .slick-dots li.slick-active {
    width: 24px;
}

.ant-carousel .slick-dots li.slick-active button {
    background: #ffffff;
    opacity: 1;
}

.ant-carousel .slick-dots li.slick-active:hover, .ant-carousel .slick-dots li.slick-active:focus {
    opacity: 1;
}

.ant-carousel-vertical .slick-prev, .ant-carousel-vertical .slick-next {
    left: 50%;
    margin-top: unset;
    transform: translateX(-50%);
}

.ant-carousel-vertical .slick-prev {
    top: 8px;
    left: 50%;
}

.ant-carousel-vertical .slick-prev::after {
    transform: rotate(45deg);
}

.ant-carousel-vertical .slick-next {
    top: auto;
    bottom: 8px;
}

.ant-carousel-vertical .slick-next::after {
    transform: rotate(-135deg);
}

.ant-carousel-vertical .slick-dots {
    top: 50%;
    bottom: auto;
    flex-direction: column;
    width: 3px;
    height: auto;
    margin: 0;
    transform: translateY(-50%);
}

.ant-carousel-vertical .slick-dots-left {
    right: auto;
    left: 12px;
}

.ant-carousel-vertical .slick-dots-right {
    right: 12px;
    left: auto;
}

.ant-carousel-vertical .slick-dots li {
    width: 3px;
    height: 16px;
    margin: 4px 0;
    vertical-align: baseline;
}

.ant-carousel-vertical .slick-dots li button {
    width: 3px;
    height: 16px;
}

.ant-carousel-vertical .slick-dots li.slick-active {
    width: 3px;
    height: 16px;
}

.ant-carousel-vertical .slick-dots li.slick-active button {
    width: 3px;
    height: 16px;
}

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

.ant-carousel-rtl.ant-carousel-rtl .slick-dots {
    flex-direction: row-reverse;
}

.ant-carousel-rtl.ant-carousel-vertical .slick-dots {
    flex-direction: column;
}

.ant-city-select {
    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-city-select::before, .ant-city-select::after {
    box-sizing: border-box;
}

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

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

.ant-city-select {
    position: relative;
    cursor: pointer;
}

.ant-city-select .ant-city-select__citypop {
    font-size: 12px;
}

.ant-city-select .ant-city-select__content {
    position: relative;
    width: 389px;
    overflow: hidden;
    color: var(--auto-text);
    background-color: var(--auto-bg-tertiary, #fff);
    border-radius: 1px;
    box-shadow: 0 8px 32px 0 rgba(17, 30, 54, .1);
}

.ant-city-select .ant-city-select__info {
    position: relative;
    display: flex;
}

.ant-city-select .ant-city-select__sidebar {
    position: relative;
    display: flex;
    flex-direction: column;
}

.ant-city-select .ant-city-select__header {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    float: left;
    width: 60px;
    background-color: var(--auto-bg-tertiary, #f1f6fd);
    border-right: solid 1px var(--auto-border, #e6e9f0);
}

.ant-city-select .ant-city-select__alphabet {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    float: left;
    width: 60px;
    height: 430px;
    background-color: var(--auto-bg-tertiary, #f1f6fd);
    border-right: solid 1px var(--auto-border, #e6e9f0);
    color: #111e36;
}

.ant-city-select .ant-city-select__header-item {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    border-radius: 1px;
    cursor: pointer;
}

.ant-city-select .ant-city-select__header-item:hover {
    background-color: var(--auto-bg-gray-hover, #0088ff1a);
}

.ant-city-select .ant-city-select__header-item.active {
    font-weight: 700;
    color: var(--auto-text-highlight);
    background-color: var(--auto-bg-gray-hover, #ccebff);
}

.ant-city-select .ant-city-select__header-item.hasNation {
    width: 61px;
    height: 40px;
}

.ant-city-select .ant-city-select__alphabet-item {
    float: left;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    margin: 2px 0;
    overflow: hidden;
    border-radius: 1px;
    cursor: pointer;
}

.ant-city-select .ant-city-select__alphabet-item:hover {
    background-color: var(--auto-bg-gray-hover, #0088ff1a);
}

.ant-city-select .ant-city-select__alphabet-item.active {
    font-weight: 700;
    color: var(--auto-text-highlight);
    background-color: var(--auto-bg-gray-hover, #ccebff);
}

.ant-city-select .ant-city-select__alphabet-item.hasNation {
    width: 61px;
    height: 40px;
}

.ant-city-select .ant-city-select__citylist {
    position: absolute;
    top: 0;
    left: 60px;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 14px;
    padding-left: 4px;
}

.ant-city-select .ant-city-select__citylist::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

.ant-city-select .ant-city-select__citylist::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: transparent;
    transition: all .2s linear 0s;
}

.ant-city-select .ant-city-select__citylist::-webkit-scrollbar-track {
    border-radius: 55px;
    background-color: transparent;
}

.ant-city-select .ant-city-select__citylist-dt {
    position: sticky;
    top: 0;
    padding-left: 24px;
    line-height: 32px;
    margin-top: 8px;
    margin-bottom: 10px;
    background-color: var(--auto-bg-gray-hover, #f7fafe);
}

.ant-city-select .ant-city-select__citylist-dd {
    overflow: hidden;
    padding-bottom: 2px;
    margin: 0;
    margin-top: -6px;
}

.ant-city-select .ant-city-select__citylist-item {
    display: block;
    float: left;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 6px;
    border-radius: 2px;
    white-space: nowrap;
    cursor: pointer;
}

.ant-city-select .ant-city-select__citylist-item:hover {
    background-color: var(--auto-bg-gray-hover, #0088ff1a);
}

.ant-city-select .ant-city-select__citylist-item.active {
    font-weight: 700;
    color: var(--auto-text-highlight);
    background-color: var(--auto-bg-gray-hover, #ccebff);
}

.ant-city-select-placeholder {
    color: #111e36;
}

.ant-city-select-arrowdown {
    display: inline-block;
    vertical-align: top;
}

.ant-city-select-arrowdown svg {
    display: inline-block;
}

.ant-popover {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #111e36;
    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: absolute;
    top: 0;
    left: 0;
    z-index: 1030;
    font-weight: normal;
    white-space: normal;
    text-align: start;
    cursor: auto;
    user-select: text;
    transform-origin: var(--arrow-x, 50%) var(--arrow-y, 50%);
    --antd-arrow-background-color: #ffffff;
    width: max-content;
    max-width: 100vw;
}

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

.ant-popover-hidden {
    display: none;
}

.ant-popover .ant-popover-content {
    position: relative;
}

.ant-popover .ant-popover-inner {
    background-color: #ffffff;
    background-clip: padding-box;
    border-radius: 4px;
    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);
    padding: 12px;
}

.ant-popover .ant-popover-title {
    min-width: 177px;
    margin-bottom: 8px;
    color: #111e36;
    font-weight: 600;
    border-bottom: none;
    padding: 0;
}

.ant-popover .ant-popover-inner-content {
    color: #111e36;
    padding: 0;
}

.ant-popover .ant-popover-arrow {
    position: absolute;
    z-index: 1;
    display: block;
    pointer-events: none;
    width: 16px;
    height: 16px;
    overflow: hidden;
}

.ant-popover .ant-popover-arrow::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 16px;
    height: 8px;
    background: var(--antd-arrow-background-color);
    clip-path: polygon(1.6568542494923806px 100%, 50% 1.6568542494923806px, 14.34314575050762px 100%, 1.6568542494923806px 100%);
    clip-path: path('M 0 8 A 4 4 0 0 0 2.82842712474619 6.82842712474619 L 7.292893218813452 2.363961030678928 A 1 1 0 0 1 8.707106781186548 2.363961030678928 L 13.17157287525381 6.82842712474619 A 4 4 0 0 0 16 8 Z');
    content: "";
}

.ant-popover .ant-popover-arrow::after {
    content: "";
    position: absolute;
    width: 8.970562748477143px;
    height: 8.970562748477143px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0 0 1px 0;
    transform: translateY(50%) rotate(-135deg);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
    z-index: 0;
    background: transparent;
}

.ant-popover .ant-popover-arrow:before {
    background: var(--antd-arrow-background-color);
}

.ant-popover-placement-top > .ant-popover-arrow, .ant-popover-placement-topLeft > .ant-popover-arrow, .ant-popover-placement-topRight > .ant-popover-arrow {
    bottom: 0;
    transform: translateY(100%) rotate(180deg);
}

.ant-popover-placement-top > .ant-popover-arrow {
    left: 50%;
    transform: translateX(-50%) translateY(100%) rotate(180deg);
}

.ant-popover-placement-topLeft > .ant-popover-arrow {
    left: 12px;
}

.ant-popover-placement-topRight > .ant-popover-arrow {
    right: 12px;
}

.ant-popover-placement-bottom > .ant-popover-arrow, .ant-popover-placement-bottomLeft > .ant-popover-arrow, .ant-popover-placement-bottomRight > .ant-popover-arrow {
    top: 0;
    transform: translateY(-100%);
}

.ant-popover-placement-bottom > .ant-popover-arrow {
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
}

.ant-popover-placement-bottomLeft > .ant-popover-arrow {
    left: 12px;
}

.ant-popover-placement-bottomRight > .ant-popover-arrow {
    right: 12px;
}

.ant-popover-placement-left > .ant-popover-arrow, .ant-popover-placement-leftTop > .ant-popover-arrow, .ant-popover-placement-leftBottom > .ant-popover-arrow {
    right: 0;
    transform: translateX(100%) rotate(90deg);
}

.ant-popover-placement-left > .ant-popover-arrow {
    top: 50%;
    transform: translateY(-50%) translateX(100%) rotate(90deg);
}

.ant-popover-placement-leftTop > .ant-popover-arrow {
    top: 8px;
}

.ant-popover-placement-leftBottom > .ant-popover-arrow {
    bottom: 8px;
}

.ant-popover-placement-right > .ant-popover-arrow, .ant-popover-placement-rightTop > .ant-popover-arrow, .ant-popover-placement-rightBottom > .ant-popover-arrow {
    left: 0;
    transform: translateX(-100%) rotate(-90deg);
}

.ant-popover-placement-right > .ant-popover-arrow {
    top: 50%;
    transform: translateY(-50%) translateX(-100%) rotate(-90deg);
}

.ant-popover-placement-rightTop > .ant-popover-arrow {
    top: 8px;
}

.ant-popover-placement-rightBottom > .ant-popover-arrow {
    bottom: 8px;
}

.ant-popover-pure {
    position: relative;
    max-width: none;
    margin: 16px;
    display: inline-block;
}

.ant-popover-pure .ant-popover-content {
    display: inline-block;
}

.ant-popover.ant-popover-blue {
    --antd-arrow-background-color: #0088ff;
}

.ant-popover.ant-popover-blue .ant-popover-inner {
    background-color: #0088ff;
}

.ant-popover.ant-popover-blue .ant-popover-arrow {
    background: transparent;
}

.ant-popover.ant-popover-purple {
    --antd-arrow-background-color: #722ed1;
}

.ant-popover.ant-popover-purple .ant-popover-inner {
    background-color: #722ed1;
}

.ant-popover.ant-popover-purple .ant-popover-arrow {
    background: transparent;
}

.ant-popover.ant-popover-cyan {
    --antd-arrow-background-color: #13c2c2;
}

.ant-popover.ant-popover-cyan .ant-popover-inner {
    background-color: #13c2c2;
}

.ant-popover.ant-popover-cyan .ant-popover-arrow {
    background: transparent;
}

.ant-popover.ant-popover-green {
    --antd-arrow-background-color: #52c41a;
}

.ant-popover.ant-popover-green .ant-popover-inner {
    background-color: #52c41a;
}

.ant-popover.ant-popover-green .ant-popover-arrow {
    background: transparent;
}

.ant-popover.ant-popover-magenta {
    --antd-arrow-background-color: #eb2f96;
}

.ant-popover.ant-popover-magenta .ant-popover-inner {
    background-color: #eb2f96;
}

.ant-popover.ant-popover-magenta .ant-popover-arrow {
    background: transparent;
}

.ant-popover.ant-popover-pink {
    --antd-arrow-background-color: #eb2f96;
}

.ant-popover.ant-popover-pink .ant-popover-inner {
    background-color: #eb2f96;
}

.ant-popover.ant-popover-pink .ant-popover-arrow {
    background: transparent;
}

.ant-popover.ant-popover-red {
    --antd-arrow-background-color: #f5222d;
}

.ant-popover.ant-popover-red .ant-popover-inner {
    background-color: #f5222d;
}

.ant-popover.ant-popover-red .ant-popover-arrow {
    background: transparent;
}

.ant-popover.ant-popover-orange {
    --antd-arrow-background-color: #fa8c16;
}

.ant-popover.ant-popover-orange .ant-popover-inner {
    background-color: #fa8c16;
}

.ant-popover.ant-popover-orange .ant-popover-arrow {
    background: transparent;
}

.ant-popover.ant-popover-yellow {
    --antd-arrow-background-color: #fadb14;
}

.ant-popover.ant-popover-yellow .ant-popover-inner {
    background-color: #fadb14;
}

.ant-popover.ant-popover-yellow .ant-popover-arrow {
    background: transparent;
}

.ant-popover.ant-popover-volcano {
    --antd-arrow-background-color: #fa541c;
}

.ant-popover.ant-popover-volcano .ant-popover-inner {
    background-color: #fa541c;
}

.ant-popover.ant-popover-volcano .ant-popover-arrow {
    background: transparent;
}

.ant-popover.ant-popover-geekblue {
    --antd-arrow-background-color: #2f54eb;
}

.ant-popover.ant-popover-geekblue .ant-popover-inner {
    background-color: #2f54eb;
}

.ant-popover.ant-popover-geekblue .ant-popover-arrow {
    background: transparent;
}

.ant-popover.ant-popover-lime {
    --antd-arrow-background-color: #a0d911;
}

.ant-popover.ant-popover-lime .ant-popover-inner {
    background-color: #a0d911;
}

.ant-popover.ant-popover-lime .ant-popover-arrow {
    background: transparent;
}

.ant-popover.ant-popover-gold {
    --antd-arrow-background-color: #faad14;
}

.ant-popover.ant-popover-gold .ant-popover-inner {
    background-color: #faad14;
}

.ant-popover.ant-popover-gold .ant-popover-arrow {
    background: transparent;
}

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

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

.ant-zoom-big-enter.ant-zoom-big-enter-active, .ant-zoom-big-appear.ant-zoom-big-appear-active {
    animation-name: antZoomBigIn;
    animation-play-state: running;
}

.ant-zoom-big-leave.ant-zoom-big-leave-active {
    animation-name: antZoomBigOut;
    animation-play-state: running;
    pointer-events: none;
}

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

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

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

@keyframes antZoomBigIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes antZoomBigOut {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.8);
        opacity: 0;
    }
}

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

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

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

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

.ant-pagination {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgb(70, 78, 100);
    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';
}

.ant-pagination ul, .ant-pagination ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ant-pagination::after {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    content: "";
}

.ant-pagination .ant-pagination-total-text {
    display: inline-block;
    height: 32px;
    margin-right: 8px;
    line-height: 30px;
    vertical-align: middle;
}

.ant-pagination .ant-pagination-item {
    display: inline-block;
    min-width: 32px;
    height: 32px;
    margin-right: 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: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: 0;
    cursor: pointer;
    user-select: none;
}

.ant-pagination .ant-pagination-item a {
    display: block;
    padding: 0 6px;
    color: rgb(70, 78, 100);
}

.ant-pagination .ant-pagination-item a:hover {
    text-decoration: none;
}

.ant-pagination .ant-pagination-item:not(.ant-pagination-item-active):hover {
    transition: all 0.2s;
    background-color: rgba(0, 136, 255, 0.1);
}

.ant-pagination .ant-pagination-item:not(.ant-pagination-item-active):active {
    background-color: rgba(0, 136, 255, 0.12);
}

.ant-pagination .ant-pagination-item-active {
    font-weight: 600;
    background-color: #ffffff;
    border-color: rgb(0, 136, 255);
}

.ant-pagination .ant-pagination-item-active a {
    color: rgb(0, 136, 255);
}

.ant-pagination .ant-pagination-item-active:hover {
    border-color: #29a2ff;
}

.ant-pagination .ant-pagination-item-active:hover a {
    color: #29a2ff;
}

.ant-pagination .ant-pagination-jump-prev, .ant-pagination .ant-pagination-jump-next {
    outline: 0;
}

.ant-pagination .ant-pagination-jump-prev .ant-pagination-item-container, .ant-pagination .ant-pagination-jump-next .ant-pagination-item-container {
    position: relative;
}

.ant-pagination .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon, .ant-pagination .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
    color: rgb(0, 136, 255);
    font-size: 12px;
    opacity: 0;
    transition: all 0.2s;
}

.ant-pagination .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon-svg, .ant-pagination .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon-svg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.ant-pagination .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis, .ant-pagination .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    color: rgb(191, 197, 210);
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    text-align: center;
    text-indent: 0.13em;
    opacity: 1;
    transition: all 0.2s;
}

.ant-pagination .ant-pagination-jump-prev:hover .ant-pagination-item-link-icon, .ant-pagination .ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
    opacity: 1;
}

.ant-pagination .ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis, .ant-pagination .ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
    opacity: 0;
}

.ant-pagination .ant-pagination-prev, .ant-pagination .ant-pagination-jump-prev, .ant-pagination .ant-pagination-jump-next {
    margin-right: 8px;
}

.ant-pagination .ant-pagination-prev, .ant-pagination .ant-pagination-next, .ant-pagination .ant-pagination-jump-prev, .ant-pagination .ant-pagination-jump-next {
    display: inline-block;
    min-width: 32px;
    height: 32px;
    color: rgb(70, 78, 100);
    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: 4px;
    cursor: pointer;
    transition: all 0.2s;
}

.ant-pagination .ant-pagination-prev, .ant-pagination .ant-pagination-next {
    font-family: Arial, Helvetica, sans-serif;
    outline: 0;
}

.ant-pagination .ant-pagination-prev button, .ant-pagination .ant-pagination-next button {
    color: rgb(70, 78, 100);
    cursor: pointer;
    user-select: none;
}

.ant-pagination .ant-pagination-prev .ant-pagination-item-link, .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: 4px;
    outline: none;
    transition: all 0.2s;
}

.ant-pagination .ant-pagination-prev:hover .ant-pagination-item-link, .ant-pagination .ant-pagination-next:hover .ant-pagination-item-link {
    background-color: rgba(0, 136, 255, 0.1);
}

.ant-pagination .ant-pagination-prev:active .ant-pagination-item-link, .ant-pagination .ant-pagination-next:active .ant-pagination-item-link {
    background-color: rgba(0, 136, 255, 0.12);
}

.ant-pagination .ant-pagination-prev.ant-pagination-disabled:hover .ant-pagination-item-link, .ant-pagination .ant-pagination-next.ant-pagination-disabled:hover .ant-pagination-item-link {
    background-color: transparent;
}

.ant-pagination .ant-pagination-slash {
    margin-right: 12px;
    margin-left: 4px;
}

.ant-pagination .ant-pagination-options {
    display: inline-block;
    margin-left: 16px;
    vertical-align: middle;
}

.ant-pagination .ant-pagination-options-size-changer {
    display: inline-block;
    width: auto;
}

.ant-pagination .ant-pagination-options-size-changer .ant-select-arrow:not(:last-child) {
    opacity: 1;
}

.ant-pagination .ant-pagination-options-quick-jumper {
    display: inline-block;
    height: 32px;
    margin-left: 8px;
    line-height: 32px;
    vertical-align: top;
}

.ant-pagination .ant-pagination-options-quick-jumper input {
    position: relative;
    display: inline-block;
    width: 50px;
    min-width: 0;
    padding: 4px 11px;
    color: rgb(70, 78, 100);
    font-size: 14px;
    line-height: 1.5714285714285714;
    border-radius: 4px;
    transition: all 0.2s;
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(230, 233, 240);
    height: 32px;
    box-sizing: border-box;
    margin: 0;
    margin-left: 8px;
    margin-right: 8px;
}

.ant-pagination .ant-pagination-options-quick-jumper input::-moz-placeholder {
    opacity: 1;
}

.ant-pagination .ant-pagination-options-quick-jumper input::placeholder {
    color: rgba(17, 30, 54, 0.25);
    user-select: none;
}

.ant-pagination .ant-pagination-options-quick-jumper input:placeholder-shown {
    text-overflow: ellipsis;
}

textarea.ant-pagination .ant-pagination-options-quick-jumper input {
    max-width: 100%;
    height: auto;
    min-height: 32px;
    line-height: 1.5714285714285714;
    vertical-align: bottom;
    transition: all 0.3s, height 0s;
    resize: vertical;
}

.ant-pagination .ant-pagination-options-quick-jumper input-lg {
    padding: 7px 11px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 4px;
}

.ant-pagination .ant-pagination-options-quick-jumper input-sm {
    padding: 0px 7px;
    font-size: 14px;
    border-radius: 2px;
}

.ant-pagination .ant-pagination-options-quick-jumper input-rtl, .ant-pagination .ant-pagination-options-quick-jumper input-textarea-rtl {
    direction: rtl;
}

.ant-pagination .ant-pagination-options-quick-jumper input:hover {
    border-color: #29a2ff;
    background-color: #ffffff;
}

.ant-pagination .ant-pagination-options-quick-jumper input:focus, .ant-pagination .ant-pagination-options-quick-jumper input:focus-within {
    border-color: rgb(0, 136, 255);
    box-shadow: 0 0 0 2px rgba(17, 30, 54, 0.06);
    outline: 0;
    background-color: #ffffff;
}

.ant-pagination .ant-pagination-options-quick-jumper input[disabled] {
    color: rgb(191, 197, 210);
    background-color: rgb(248, 249, 252);
    border-color: rgb(230, 233, 240);
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
}

.ant-pagination .ant-pagination-options-quick-jumper input[disabled] input[disabled], .ant-pagination .ant-pagination-options-quick-jumper input[disabled] textarea[disabled] {
    cursor: not-allowed;
}

.ant-pagination .ant-pagination-options-quick-jumper input[disabled]:hover:not([disabled]) {
    border-color: rgb(230, 233, 240);
    background-color: rgb(248, 249, 252);
}

.ant-pagination.ant-pagination-simple .ant-pagination-prev, .ant-pagination.ant-pagination-simple .ant-pagination-next {
    height: 24px;
    line-height: 24px;
    vertical-align: top;
}

.ant-pagination.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link, .ant-pagination.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
    height: 24px;
    background-color: transparent;
    border: 0;
}

.ant-pagination.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link:hover, .ant-pagination.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link:hover {
    background-color: rgba(0, 136, 255, 0.1);
}

.ant-pagination.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link:active, .ant-pagination.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link:active {
    background-color: rgba(0, 136, 255, 0.12);
}

.ant-pagination.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link::after, .ant-pagination.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link::after {
    height: 24px;
    line-height: 24px;
}

.ant-pagination.ant-pagination-simple .ant-pagination-simple-pager {
    display: inline-block;
    height: 24px;
    margin-right: 8px;
}

.ant-pagination.ant-pagination-simple .ant-pagination-simple-pager input {
    box-sizing: border-box;
    height: 100%;
    margin-right: 8px;
    padding: 0 6px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid rgb(230, 233, 240);
    border-radius: 4px;
    outline: none;
    transition: border-color 0.2s;
    color: inherit;
}

.ant-pagination.ant-pagination-simple .ant-pagination-simple-pager input:hover {
    border-color: rgb(0, 136, 255);
}

.ant-pagination.ant-pagination-simple .ant-pagination-simple-pager input:focus {
    border-color: #29a2ff;
    box-shadow: 0px 0 2px rgba(17, 30, 54, 0.06);
}

.ant-pagination.ant-pagination-simple .ant-pagination-simple-pager input[disabled] {
    color: rgb(191, 197, 210);
    background-color: rgb(248, 249, 252);
    border-color: rgb(230, 233, 240);
    cursor: not-allowed;
}

.ant-pagination.ant-pagination-mini .ant-pagination-total-text, .ant-pagination.ant-pagination-mini .ant-pagination-simple-pager {
    height: 24px;
    line-height: 24px;
}

.ant-pagination.ant-pagination-mini .ant-pagination-item {
    min-width: 24px;
    height: 24px;
    margin: 0;
    line-height: 22px;
}

.ant-pagination.ant-pagination-mini:not(.ant-pagination-disabled) .ant-pagination-item:not(.ant-pagination-item-active) {
    background-color: transparent;
    border-color: transparent;
}

.ant-pagination.ant-pagination-mini:not(.ant-pagination-disabled) .ant-pagination-item:not(.ant-pagination-item-active):hover {
    background-color: rgba(0, 136, 255, 0.1);
}

.ant-pagination.ant-pagination-mini:not(.ant-pagination-disabled) .ant-pagination-item:not(.ant-pagination-item-active):active {
    background-color: rgba(0, 136, 255, 0.12);
}

.ant-pagination.ant-pagination-mini .ant-pagination-prev, .ant-pagination.ant-pagination-mini .ant-pagination-next {
    min-width: 24px;
    height: 24px;
    margin: 0;
    line-height: 24px;
}

.ant-pagination.ant-pagination-mini:not(.ant-pagination-disabled) .ant-pagination-prev:hover .ant-pagination-item-link, .ant-pagination.ant-pagination-mini:not(.ant-pagination-disabled) .ant-pagination-next:hover .ant-pagination-item-link {
    background-color: rgba(0, 136, 255, 0.1);
}

.ant-pagination.ant-pagination-mini:not(.ant-pagination-disabled) .ant-pagination-prev:active .ant-pagination-item-link, .ant-pagination.ant-pagination-mini:not(.ant-pagination-disabled) .ant-pagination-next:active .ant-pagination-item-link {
    background-color: rgba(0, 136, 255, 0.12);
}

.ant-pagination.ant-pagination-mini:not(.ant-pagination-disabled) .ant-pagination-prev.ant-pagination-disabled:hover .ant-pagination-item-link, .ant-pagination.ant-pagination-mini:not(.ant-pagination-disabled) .ant-pagination-next.ant-pagination-disabled:hover .ant-pagination-item-link {
    background-color: transparent;
}

.ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link, .ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link {
    background-color: transparent;
    border-color: transparent;
}

.ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link::after, .ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link::after {
    height: 24px;
    line-height: 24px;
}

.ant-pagination.ant-pagination-mini .ant-pagination-jump-prev, .ant-pagination.ant-pagination-mini .ant-pagination-jump-next {
    height: 24px;
    margin-right: 0;
    line-height: 24px;
}

.ant-pagination.ant-pagination-mini .ant-pagination-options {
    margin-left: 2px;
}

.ant-pagination.ant-pagination-mini .ant-pagination-options-size-changer {
    top: 0;
}

.ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper {
    height: 24px;
    line-height: 24px;
}

.ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper input {
    padding: 0px 7px;
    font-size: 14px;
    border-radius: 2px;
    width: 44px;
    height: 24px;
}

.ant-pagination .ant-pagination-disabled, .ant-pagination .ant-pagination-disabled:hover {
    cursor: not-allowed;
}

.ant-pagination .ant-pagination-disabled .ant-pagination-item-link, .ant-pagination .ant-pagination-disabled:hover .ant-pagination-item-link {
    color: rgb(191, 197, 210);
    cursor: not-allowed;
}

.ant-pagination .ant-pagination-disabled:focus-visible {
    cursor: not-allowed;
}

.ant-pagination .ant-pagination-disabled:focus-visible .ant-pagination-item-link {
    color: rgb(191, 197, 210);
    cursor: not-allowed;
}

.ant-pagination.ant-pagination-disabled {
    cursor: not-allowed;
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item {
    cursor: not-allowed;
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item:hover, .ant-pagination.ant-pagination-disabled .ant-pagination-item:active {
    background-color: transparent;
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item a {
    color: rgb(191, 197, 210);
    background-color: transparent;
    border: none;
    cursor: not-allowed;
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item-active {
    border-color: rgb(230, 233, 240);
    background-color: rgba(0, 0, 0, 0);
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item-active:hover, .ant-pagination.ant-pagination-disabled .ant-pagination-item-active:active {
    background-color: rgba(0, 0, 0, 0);
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item-active a {
    color: rgb(191, 197, 210);
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
    color: rgb(191, 197, 210);
    cursor: not-allowed;
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item-link:hover, .ant-pagination.ant-pagination-disabled .ant-pagination-item-link:active {
    background-color: transparent;
}

.ant-pagination-simple.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
    background-color: transparent;
}

.ant-pagination-simple.ant-pagination.ant-pagination-disabled .ant-pagination-item-link:hover, .ant-pagination-simple.ant-pagination.ant-pagination-disabled .ant-pagination-item-link:active {
    background-color: transparent;
}

.ant-pagination.ant-pagination-disabled .ant-pagination-simple-pager {
    color: rgb(191, 197, 210);
}

.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev .ant-pagination-item-link-icon, .ant-pagination.ant-pagination-disabled .ant-pagination-jump-next .ant-pagination-item-link-icon {
    opacity: 0;
}

.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev .ant-pagination-item-ellipsis, .ant-pagination.ant-pagination-disabled .ant-pagination-jump-next .ant-pagination-item-ellipsis {
    opacity: 1;
}

.ant-pagination.ant-pagination-simple .ant-pagination-prev.ant-pagination-disabled .ant-pagination-item-link:hover, .ant-pagination.ant-pagination-simple .ant-pagination-next.ant-pagination-disabled .ant-pagination-item-link:hover, .ant-pagination.ant-pagination-simple .ant-pagination-prev.ant-pagination-disabled .ant-pagination-item-link:active, .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) {
    .ant-pagination .ant-pagination-item-after-jump-prev, .ant-pagination .ant-pagination-item-before-jump-next {
        display: none;
    }
}

@media only screen and (max-width: 576px) {
    .ant-pagination .ant-pagination-options {
        display: none;
    }
}

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

.ant-pagination:not(.ant-pagination-disabled) .ant-pagination-item:focus-visible {
    outline: 4px solid #7aceff;
    outline-offset: 1px;
    transition: outline-offset 0s, outline 0s;
}

.ant-pagination:not(.ant-pagination-disabled) .ant-pagination-jump-prev:focus-visible, .ant-pagination:not(.ant-pagination-disabled) .ant-pagination-jump-next:focus-visible {
    outline: 4px solid #7aceff;
    outline-offset: 1px;
    transition: outline-offset 0s, outline 0s;
}

.ant-pagination:not(.ant-pagination-disabled) .ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon, .ant-pagination:not(.ant-pagination-disabled) .ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon {
    opacity: 1;
}

.ant-pagination:not(.ant-pagination-disabled) .ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis, .ant-pagination:not(.ant-pagination-disabled) .ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis {
    opacity: 0;
}

.ant-pagination:not(.ant-pagination-disabled) .ant-pagination-prev:focus-visible .ant-pagination-item-link, .ant-pagination:not(.ant-pagination-disabled) .ant-pagination-next:focus-visible .ant-pagination-item-link {
    outline: 4px solid #7aceff;
    outline-offset: 1px;
    transition: outline-offset 0s, outline 0s;
}

[class^="ant-radio"], [class*=" ant-radio"] {
    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-radio"]::before, [class*=" ant-radio"]::before, [class^="ant-radio"]::after, [class*=" ant-radio"]::after {
    box-sizing: border-box;
}

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

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

.ant-radio-group {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #111e36;
    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';
    display: inline-block;
}

.ant-radio-group.ant-radio-group-rtl {
    direction: rtl;
}

.ant-radio-group .ant-badge .ant-badge-count {
    z-index: 1;
}

.ant-radio-group > .ant-badge:not(:first-child) > .ant-button-wrapper {
    border-left: none;
}

.ant-radio-wrapper {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #111e36;
    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: inline-flex;
    align-items: baseline;
    margin-left: 0;
    margin-right: 8px;
    cursor: pointer;
}

.ant-radio-wrapper.ant-radio-wrapper-rtl {
    direction: rtl;
}

.ant-radio-wrapper-disabled {
    cursor: not-allowed;
    color: rgba(17, 30, 54, 0.25);
}

.ant-radio-wrapper::after {
    display: inline-block;
    width: 0;
    overflow: hidden;
    content: "\a0";
}

.ant-radio-wrapper .ant-radio-checked::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #0088ff;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    content: "";
}

.ant-radio-wrapper .ant-radio {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #111e36;
    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: relative;
    display: inline-block;
    outline: none;
    cursor: pointer;
    align-self: center;
    border-radius: 50%;
}

.ant-radio-wrapper:hover .ant-radio-wrapper, .ant-radio-wrapper:hover .ant-radio-inner {
    border-color: #0088ff;
}

.ant-radio-wrapper .ant-radio-input:focus-visible + .ant-radio-inner {
    outline: 4px solid #7aceff;
    outline-offset: 1px;
    transition: outline-offset 0s, outline 0s;
}

.ant-radio-wrapper .ant-radio:hover::after, .ant-radio-wrapper:hover .ant-radio-wrapper::after {
    visibility: visible;
}

.ant-radio-wrapper .ant-radio-inner {
    box-sizing: border-box;
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border-color: #d9d9d9;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    transition: all 0.2s;
}

.ant-radio-wrapper .ant-radio-inner::after {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
    background-color: #fff;
    border-top: 0;
    border-left: 0;
    border-radius: 16px;
    transform: scale(0);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
    content: "";
}

.ant-radio-wrapper .ant-radio-input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
}

.ant-radio-wrapper .ant-radio-checked .ant-radio-inner {
    border-color: #0088ff;
    background-color: #0088ff;
}

.ant-radio-wrapper .ant-radio-checked .ant-radio-inner::after {
    transform: scale(0.375);
    opacity: 1;
    transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.ant-radio-wrapper .ant-radio-disabled {
    cursor: not-allowed;
}

.ant-radio-wrapper .ant-radio-disabled .ant-radio-inner {
    background-color: rgba(17, 30, 54, 0.04);
    border-color: #d9d9d9;
    cursor: not-allowed;
}

.ant-radio-wrapper .ant-radio-disabled .ant-radio-inner::after {
    background-color: rgba(17, 30, 54, 0.25);
}

.ant-radio-wrapper .ant-radio-disabled .ant-radio-input {
    cursor: not-allowed;
}

.ant-radio-wrapper .ant-radio-disabled .ant-radio-disabled + span {
    color: rgba(17, 30, 54, 0.25);
    cursor: not-allowed;
}

.ant-radio-wrapper .ant-radio-disabled.ant-radio-checked .ant-radio-inner::after {
    transform: scale(0.5);
}

.ant-radio-wrapper span.ant-radio + * {
    padding-left: 8px;
    padding-right: 8px;
}

.ant-radio-button-wrapper {
    position: relative;
    display: inline-block;
    height: 32px;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
    color: #111e36;
    font-size: 14px;
    line-height: 30px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-top-width: 1.02px;
    border-left-width: 0;
    border-right-width: 1px;
    cursor: pointer;
    transition: color 0.2s, background 0.2s, box-shadow 0.2s;
}

.ant-radio-button-wrapper a {
    color: #111e36;
}

.ant-radio-button-wrapper > .ant-radio-button {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.ant-radio-button-wrapper:not(:first-child)::before {
    position: absolute;
    top: -1px;
    left: -1px;
    display: block;
    box-sizing: content-box;
    width: 1px;
    height: 100%;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 0;
    padding-right: 0;
    background-color: #d9d9d9;
    transition: background-color 0.3s;
    content: "";
}

.ant-radio-button-wrapper:first-child {
    border-left: 1px solid #d9d9d9;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ant-radio-button-wrapper:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ant-radio-button-wrapper:first-child:last-child {
    border-radius: 4px;
}

.ant-radio-group-large .ant-radio-button-wrapper {
    height: 40px;
    font-size: 16px;
    line-height: 38px;
}

.ant-radio-group-large .ant-radio-button-wrapper:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ant-radio-group-large .ant-radio-button-wrapper:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ant-radio-group-small .ant-radio-button-wrapper {
    height: 24px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 22px;
}

.ant-radio-group-small .ant-radio-button-wrapper:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.ant-radio-group-small .ant-radio-button-wrapper:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.ant-radio-button-wrapper:hover {
    position: relative;
    color: #0088ff;
}

.ant-radio-button-wrapper:has(:focus-visible) {
    outline: 4px solid #7aceff;
    outline-offset: 1px;
    transition: outline-offset 0s, outline 0s;
}

.ant-radio-button-wrapper .ant-radio-inner, .ant-radio-button-wrapper input[type='checkbox'], .ant-radio-button-wrapper input[type='radio'] {
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
    z-index: 1;
    color: #0088ff;
    background: #ffffff;
    border-color: #0088ff;
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
    background-color: #0088ff;
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
    border-color: #0088ff;
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
    color: #29a2ff;
    border-color: #29a2ff;
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before {
    background-color: #29a2ff;
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
    color: #006cd9;
    border-color: #006cd9;
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before {
    background-color: #006cd9;
}

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
    color: #fff;
    background: #0088ff;
    border-color: #0088ff;
}

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
    color: #fff;
    background: #29a2ff;
    border-color: #29a2ff;
}

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
    color: #fff;
    background: #006cd9;
    border-color: #006cd9;
}

.ant-radio-button-wrapper-disabled {
    color: rgba(17, 30, 54, 0.25);
    background-color: rgba(17, 30, 54, 0.04);
    border-color: #d9d9d9;
    cursor: not-allowed;
}

.ant-radio-button-wrapper-disabled:first-child, .ant-radio-button-wrapper-disabled:hover {
    color: rgba(17, 30, 54, 0.25);
    background-color: rgba(17, 30, 54, 0.04);
    border-color: #d9d9d9;
}

.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
    color: rgba(17, 30, 54, 0.25);
    background-color: rgba(17, 30, 54, 0.15);
    border-color: #d9d9d9;
    box-shadow: none;
}

.ant-rate {
    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-rate::before, .ant-rate::after {
    box-sizing: border-box;
}

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

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

.ant-rate {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #fadb14;
    font-size: 20px;
    line-height: 1;
    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: inline-block;
    outline: none;
}

.ant-rate-disabled.ant-rate .ant-rate-star {
    cursor: default;
}

.ant-rate-disabled.ant-rate .ant-rate-star > div:hover {
    transform: scale(1);
}

.ant-rate .ant-rate-star {
    position: relative;
    display: inline-block;
    color: inherit;
    cursor: pointer;
}

.ant-rate .ant-rate-star:not(:last-child) {
    margin-right: 8px;
}

.ant-rate .ant-rate-star > div {
    transition: all 0.2s, outline 0s;
}

.ant-rate .ant-rate-star > div:hover {
    transform: scale(1.1);
}

.ant-rate .ant-rate-star > div:focus {
    outline: 0;
}

.ant-rate .ant-rate-star > div:focus-visible {
    outline: 1px dashed #fadb14;
    transform: scale(1.1);
}

.ant-rate .ant-rate-star-first, .ant-rate .ant-rate-star-second {
    color: rgba(17, 30, 54, 0.06);
    transition: all 0.2s;
    user-select: none;
}

.ant-rate .ant-rate-star-first {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
}

.ant-rate .ant-rate-star-half .ant-rate-star-first, .ant-rate .ant-rate-star-half .ant-rate-star-second {
    opacity: 1;
}

.ant-rate .ant-rate-star-half .ant-rate-star-first, .ant-rate .ant-rate-star-full .ant-rate-star-second {
    color: inherit;
}

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

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

.anticon > * {
    line-height: 1;
}

.anticon svg {
    display: inline-block;
}

.anticon .anticon .anticon-icon {
    display: block;
}

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

.anticon > * {
    line-height: 1;
}

.anticon svg {
    display: inline-block;
}

.anticon .anticon .anticon-icon {
    display: block;
}

.data-ant-cssinjs-cache-path {
    content: "1vtgdak|ant-design-icons|anticon:11l8xwk;risgz|Shared|ant:1nm4upw;risgz|ant-design-icons|anticon:yuqu3u;risgz|Anchor-Anchor|ant-anchor|anticon:y8viy6;risgz|Affix-Affix|ant-affix|anticon:hxbrw7;risgz|AutoRate-AutoRate|ant-auto-rate|anticon:1jbdswy;risgz|BackTop-BackTop|ant-back-top|anticon:18zaaqe;risgz|Button-Button|ant-btn|anticon:z1smnq;risgz|Wave-Wave|ant-wave|anticon:ravzv6;risgz|CarSelect-CarSelect|ant-car-select|anticon:wcdahc;risgz|Select-Select|ant-select|anticon:k5m5v4;risgz|Carousel-Carousel|ant-carousel|anticon:y0s8lq;risgz|CitySelect-CitySelect|ant-city-select|anticon:1tn866r;risgz|Popover-Popover|ant-popover|anticon:1giaqdk;risgz|Tooltip-Tooltip|ant-popover|anticon:dx9pzi;risgz|Pagination-Pagination|ant-pagination|anticon:1suadks;risgz|Radio-Radio|ant-radio|anticon:6p0ui2;risgz|Rate-Rate|ant-rate|anticon:mgjyhu";
}