:root {
    --mainColor: var(--primary-color);
    --scrollWidth: 4px;
    --minWidth: 1200px;
    --100vh: 100vh;
    --headHeight: 60px;
    --bannerHeight: 0px;
    --mobileTip: 32px;
    --minHeight: 500px;
    --aiHomeHeadHeight: 60px;
    --homeHeadHeight: 60px;
    --homeMainColor: #3A7DF9;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
}

.ant-slider-horizontal {
    padding-block: 4px;
    height: 12px !important;
}

.ant-slider {
    box-sizing: border-box;
    margin: 11px 5px;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    position: relative;
    height: 10px;
    cursor: pointer;
    touch-action: none;
}

.ant-slider-horizontal .ant-slider-rail {
    width: 100%;
    height: 4px;
}

.ant-slider .ant-slider-rail {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 2px;
    transition: background-color 0.2s;
}

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

.ant-slider-horizontal .ant-slider-track,
.ant-slider-horizontal .ant-slider-tracks {
    height: 4px;
}

.ant-slider .ant-slider-track {
    background-color: var(--primary-color);
    border-radius: 2px;
}

.ant-slider .ant-slider-track,
.ant-slider .ant-slider-tracks {
    position: absolute;
    transition: background-color 0.2s;
}

.ant-slider-horizontal .ant-slider-step {
    inset-inline-start: 0;
    top: 4px;
    width: 100%;
    height: 4px;
}

.ant-slider .ant-slider-step {
    position: absolute;
    background: transparent;
    pointer-events: none;
}

.ant-slider-horizontal .ant-slider-handle {
    inset-block-start: 1px;
}

.ant-slider .ant-slider-handle {
    position: absolute;
    width: 10px;
    height: 10px;
    outline: none;
    user-select: none;
}

.ant-slider .ant-slider-handle::before {
    content: "";
    position: absolute;
    inset-inline-start: -2px;
    inset-block-start: -2px;
    width: 14px;
    height: 14px;
    background-color: transparent;
}

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

.ant-slider .ant-slider-handle::after {
    content: "";
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    box-shadow: 0 0 0 2px var(--primary-color);
    outline: 0px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    transition: inset-inline-start 0.2s, inset-block-start 0.2s, width 0.2s, height 0.2s, box-shadow 0.2s, outline 0.2s;
}

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

.ant-space-align-center {
    align-items: center;
}

.ant-space {
    display: inline-flex;
}

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

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

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

.ant-tabs-small>.ant-tabs-nav .ant-tabs-tab {
    padding: 8px 0;
    font-size: 14px;
}

.ant-tabs-large>.ant-tabs-nav .ant-tabs-tab {
    padding: 16px 0;
    font-size: 16px;
}

.ant-tabs-card.ant-tabs-small>.ant-tabs-nav .ant-tabs-tab {
    padding: 6px 16px;
}

.ant-tabs-card.ant-tabs-small.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-tab {
    border-radius: 0 0 6px 6px;
}

.ant-tabs-card.ant-tabs-small.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab {
    border-radius: 6px 6px 0 0;
}

.ant-tabs-card.ant-tabs-small.ant-tabs-right>.ant-tabs-nav .ant-tabs-tab {
    border-radius: 0 6px 6px 0;
}

.ant-tabs-card.ant-tabs-small.ant-tabs-left>.ant-tabs-nav .ant-tabs-tab {
    border-radius: 6px 0 0 6px;
}

.ant-tabs-card.ant-tabs-large>.ant-tabs-nav .ant-tabs-tab {
    padding: 8px 16px 6px;
}

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

.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab {
    margin: 0 0 0 32px;
}

.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab:last-of-type {
    margin-left: 0;
}

.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .anticon {
    margin-right: 0;
    margin-left: 12px;
}

.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove {
    margin-right: 8px;
    margin-left: -4px;
}

.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove .anticon {
    margin: 0;
}

.ant-tabs-rtl.ant-tabs-left>.ant-tabs-nav {
    order: 1;
}

.ant-tabs-rtl.ant-tabs-left>.ant-tabs-content-holder {
    order: 0;
}

.ant-tabs-rtl.ant-tabs-right>.ant-tabs-nav {
    order: 0;
}

.ant-tabs-rtl.ant-tabs-right>.ant-tabs-content-holder {
    order: 1;
}

.ant-tabs-rtl.ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab {
    margin-right: 2px;
    margin-left: 0;
}

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

.ant-tabs-menu-item .ant-tabs-dropdown-rtl {
    text-align: right;
}

.ant-tabs-top,
.ant-tabs-bottom {
    flex-direction: column;
}

.ant-tabs-top>.ant-tabs-nav,
.ant-tabs-bottom>.ant-tabs-nav,
.ant-tabs-top>div>.ant-tabs-nav,
.ant-tabs-bottom>div>.ant-tabs-nav {
    margin: 0 0 16px 0;
}

.ant-tabs-top>.ant-tabs-nav::before,
.ant-tabs-bottom>.ant-tabs-nav::before,
.ant-tabs-top>div>.ant-tabs-nav::before,
.ant-tabs-bottom>div>.ant-tabs-nav::before {
    position: absolute;
    right: 0;
    left: 0;
    border-bottom: 1px solid #f0f0f0;
    content: '';
}

.ant-tabs-top>.ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-ink-bar {
    height: 2px;
}

.ant-tabs-top>.ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-ink-bar-animated {
    transition: width 0.3s, left 0.3s, right 0.3s;
}

.ant-tabs-top>.ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-top>.ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-nav-wrap::after {
    top: 0;
    bottom: 0;
    width: 32px;
}

.ant-tabs-top>.ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-nav-wrap::before {
    left: 0;
    box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08);
}

.ant-tabs-top>.ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-nav-wrap::after {
    right: 0;
    box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.08);
}

.ant-tabs-top>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before {
    opacity: 1;
}

.ant-tabs-top>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after {
    opacity: 1;
}

.ant-tabs-top>.ant-tabs-nav::before,
.ant-tabs-top>div>.ant-tabs-nav::before {
    bottom: 0;
}

.ant-tabs-top>.ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-ink-bar {
    bottom: 0;
}

.ant-tabs-bottom>.ant-tabs-nav,
.ant-tabs-bottom>div>.ant-tabs-nav {
    order: 1;
    margin-top: 16px;
    margin-bottom: 0;
}

.ant-tabs-bottom>.ant-tabs-nav::before,
.ant-tabs-bottom>div>.ant-tabs-nav::before {
    top: 0;
}

.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-ink-bar {
    top: 0;
}

.ant-tabs-bottom>.ant-tabs-content-holder,
.ant-tabs-bottom>div>.ant-tabs-content-holder {
    order: 0;
}

.ant-tabs-left>.ant-tabs-nav,
.ant-tabs-right>.ant-tabs-nav,
.ant-tabs-left>div>.ant-tabs-nav,
.ant-tabs-right>div>.ant-tabs-nav {
    flex-direction: column;
    min-width: 40px;
}

.ant-tabs-left>.ant-tabs-nav .ant-tabs-tab,
.ant-tabs-right>.ant-tabs-nav .ant-tabs-tab,
.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-tab,
.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-tab {
    padding: 8px 24px;
    text-align: center;
}

.ant-tabs-left>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,
.ant-tabs-right>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,
.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,
.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab {
    margin: 16px 0 0 0;
}

.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-wrap {
    flex-direction: column;
}

.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-wrap::after {
    right: 0;
    left: 0;
    height: 32px;
}

.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-wrap::before {
    top: 0;
    box-shadow: inset 0 10px 8px -8px rgba(0, 0, 0, 0.08);
}

.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-wrap::after {
    bottom: 0;
    box-shadow: inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08);
}

.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before {
    opacity: 1;
}

.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after {
    opacity: 1;
}

.ant-tabs-left>.ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right>.ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-ink-bar {
    width: 2px;
}

.ant-tabs-left>.ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-right>.ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-ink-bar-animated {
    transition: height 0.3s, top 0.3s;
}

.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-operations {
    flex: 1 0 auto;
    flex-direction: column;
}

.ant-tabs-left>.ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-ink-bar {
    right: 0;
}

.ant-tabs-left>.ant-tabs-content-holder,
.ant-tabs-left>div>.ant-tabs-content-holder {
    margin-left: -1px;
    border-left: 1px solid #d9d9d9;
}

.ant-tabs-left>.ant-tabs-content-holder>.ant-tabs-content>.ant-tabs-tabpane,
.ant-tabs-left>div>.ant-tabs-content-holder>.ant-tabs-content>.ant-tabs-tabpane {
    padding-left: 24px;
}

.ant-tabs-right>.ant-tabs-nav,
.ant-tabs-right>div>.ant-tabs-nav {
    order: 1;
}

.ant-tabs-right>.ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-ink-bar {
    left: 0;
}

.ant-tabs-right>.ant-tabs-content-holder,
.ant-tabs-right>div>.ant-tabs-content-holder {
    order: 0;
    margin-right: -1px;
    border-right: 1px solid #d9d9d9;
}

.ant-tabs-right>.ant-tabs-content-holder>.ant-tabs-content>.ant-tabs-tabpane,
.ant-tabs-right>div>.ant-tabs-content-holder>.ant-tabs-content>.ant-tabs-tabpane {
    padding-right: 24px;
}

.ant-tabs-dropdown {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: 1050;
    display: block;
}

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

.ant-tabs-dropdown .ant-tabs-dropdown-menu {
    max-height: 200px;
    margin: 0;
    padding: 4px 0;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
    list-style-type: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border-radius: 8px;
    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-tabs-dropdown .ant-tabs-dropdown-menu-item {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    min-width: 120px;
    margin: 0;
    padding: 4px 12px;
    color: rgba(0, 0, 0, 0.88);
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5714285714285714;
    cursor: pointer;
    transition: all 0.3s;
}

.ant-tabs-dropdown .ant-tabs-dropdown-menu-item>span {
    flex: 1;
    white-space: nowrap;
}

.ant-tabs-dropdown .ant-tabs-dropdown-menu-item-remove {
    flex: none;
    margin-left: 12px;
    color: rgba(0, 0, 0, 0.45);
    font-size: 12px;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.ant-tabs-dropdown .ant-tabs-dropdown-menu-item-remove:hover {
    color: var(--primary-color);
}

.ant-tabs-dropdown .ant-tabs-dropdown-menu-item:hover {
    background: rgba(0, 0, 0, 0.04);
}

.ant-tabs-dropdown .ant-tabs-dropdown-menu-item-disabled,
.ant-tabs-dropdown .ant-tabs-dropdown-menu-item-disabled:hover {
    color: rgba(0, 0, 0, 0.25);
    background: transparent;
    cursor: not-allowed;
}

.ant-tabs-card>.ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card>div>.ant-tabs-nav .ant-tabs-tab {
    margin: 0;
    padding: 8px 16px;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid #f0f0f0;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-tabs-card>.ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card>div>.ant-tabs-nav .ant-tabs-tab-active {
    color: var(--primary-color);
    background: #ffffff;
}

.ant-tabs-card>.ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-card>div>.ant-tabs-nav .ant-tabs-ink-bar {
    visibility: hidden;
}

.ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,
.ant-tabs-card.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,
.ant-tabs-card.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,
.ant-tabs-card.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab {
    margin-left: 2px;
}

.ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-tab {
    border-radius: 8px 8px 0 0;
}

.ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-tab-active {
    border-bottom-color: #ffffff;
}

.ant-tabs-card.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-tab {
    border-radius: 0 0 8px 8px;
}

.ant-tabs-card.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-tab-active {
    border-top-color: #ffffff;
}

.ant-tabs-card.ant-tabs-left>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,
.ant-tabs-card.ant-tabs-right>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,
.ant-tabs-card.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,
.ant-tabs-card.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab {
    margin-top: 2px;
}

.ant-tabs-card.ant-tabs-left>.ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-tab {
    border-radius: 8px 0 0 8px;
}

.ant-tabs-card.ant-tabs-left>.ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-tab-active {
    border-right-color: #ffffff;
}

.ant-tabs-card.ant-tabs-right>.ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-tab {
    border-radius: 0 8px 8px 0;
}

.ant-tabs-card.ant-tabs-right>.ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-tab-active {
    border-left-color: #ffffff;
}

.ant-tabs {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    display: flex;
}

.ant-tabs>.ant-tabs-nav,
.ant-tabs>div>.ant-tabs-nav {
    position: relative;
    display: flex;
    flex: none;
    align-items: center;
}

.ant-tabs>.ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-wrap {
    position: relative;
    display: flex;
    flex: auto;
    align-self: stretch;
    overflow: hidden;
    white-space: nowrap;
    transform: translate(0);
}

.ant-tabs>.ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs>.ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-wrap::after {
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
    content: '';
    pointer-events: none;
}

.ant-tabs>.ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-list {
    position: relative;
    display: flex;
    transition: opacity 0.3s;
}

.ant-tabs>.ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-operations {
    display: flex;
    align-self: stretch;
}

.ant-tabs>.ant-tabs-nav .ant-tabs-nav-operations-hidden,
.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-operations-hidden {
    position: absolute;
    visibility: hidden;
    pointer-events: none;
}

.ant-tabs>.ant-tabs-nav .ant-tabs-nav-more,
.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-more {
    position: relative;
    padding: 8px 16px;
    background: transparent;
    border: 0;
    color: rgba(0, 0, 0, 0.88);
}

.ant-tabs>.ant-tabs-nav .ant-tabs-nav-more::after,
.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-more::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 5px;
    transform: translateY(100%);
    content: '';
}

.ant-tabs>.ant-tabs-nav .ant-tabs-nav-add,
.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-add {
    min-width: 40px;
    min-height: 40px;
    margin-left: 2px;
    padding: 0 8px;
    background: transparent;
    border: 1px solid #f0f0f0;
    border-radius: 8px 8px 0 0;
    outline: none;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.88);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-tabs>.ant-tabs-nav .ant-tabs-nav-add:hover,
.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-add:hover {
    color: var(--primary-color);
}

.ant-tabs>.ant-tabs-nav .ant-tabs-nav-add:active,
.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-add:active,
.ant-tabs>.ant-tabs-nav .ant-tabs-nav-add:focus:not(:focus-visible),
.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-add:focus:not(:focus-visible) {
    color: #5328d4;
}

.ant-tabs>.ant-tabs-nav .ant-tabs-nav-add:focus-visible,
.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-add:focus-visible {
    outline: 3px solid #d3b8ff;
    outline-offset: 1px;
    transition: outline-offset 0s, outline 0s;
}

.ant-tabs .ant-tabs-extra-content {
    flex: none;
}

.ant-tabs .ant-tabs-ink-bar {
    position: absolute;
    background: var(--primary-color);
    pointer-events: none;
}

.ant-tabs .ant-tabs-tab {
    position: relative;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-flex;
    align-items: center;
    padding: 12px 0;
    font-size: 14px;
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.88);
}

.ant-tabs .ant-tabs-tab-btn:focus:not(:focus-visible),
.ant-tabs .ant-tabs-tab-remove:focus:not(:focus-visible),
.ant-tabs .ant-tabs-tab-btn:active,
.ant-tabs .ant-tabs-tab-remove:active {
    color: #5328d4;
}

.ant-tabs .ant-tabs-tab-btn:focus-visible,
.ant-tabs .ant-tabs-tab-remove:focus-visible {
    outline: 3px solid #d3b8ff;
    outline-offset: 1px;
    transition: outline-offset 0s, outline 0s;
}

.ant-tabs .ant-tabs-tab-btn {
    outline: none;
    transition: all 0.3s;
}

.ant-tabs .ant-tabs-tab-btn .ant-tabs-tab-icon:not(:last-child) {
    margin-inline-end: 12px;
}

.ant-tabs .ant-tabs-tab-remove {
    flex: none;
    margin-right: -4px;
    margin-left: 8px;
    color: rgba(0, 0, 0, 0.45);
    font-size: 12px;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
}

.ant-tabs .ant-tabs-tab-remove:hover {
    color: rgba(0, 0, 0, 0.88);
}

.ant-tabs .ant-tabs-tab:hover {
    color: var(--primary-color);
}

.ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
    color:var(--primary-color);
    text-shadow: 0 0 0.25px currentcolor;
}

.ant-tabs .ant-tabs-tab.ant-tabs-tab-disabled {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}

.ant-tabs .ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:focus,
.ant-tabs .ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-remove:focus,
.ant-tabs .ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:active,
.ant-tabs .ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-remove:active {
    color: rgba(0, 0, 0, 0.25);
}

.ant-tabs .ant-tabs-tab .ant-tabs-tab-remove .anticon {
    margin: 0;
}

.ant-tabs .ant-tabs-tab .anticon:not(:last-child) {
    margin-right: 12px;
}

.ant-tabs .ant-tabs-tab+.ant-tabs-tab {
    margin: 0 0 0 32px;
}

.ant-tabs .ant-tabs-content {
    position: relative;
    width: 100%;
}

.ant-tabs .ant-tabs-content-holder {
    flex: auto;
    min-width: 0;
    min-height: 0;
}

.ant-tabs .ant-tabs-tabpane {
    outline: none;
}

.ant-tabs .ant-tabs-tabpane-hidden {
    display: none;
}

.ant-tabs-centered>.ant-tabs-nav .ant-tabs-nav-wrap:not([class*='.ant-tabs-nav-wrap-ping']),
.ant-tabs-centered>div>.ant-tabs-nav .ant-tabs-nav-wrap:not([class*='.ant-tabs-nav-wrap-ping']) {
    justify-content: center;
}

.ant-tabs .ant-tabs-switch-appear,
.ant-tabs .ant-tabs-switch-enter {
    transition: none;
}

.ant-tabs .ant-tabs-switch-appear-start,
.ant-tabs .ant-tabs-switch-enter-start {
    opacity: 0;
}

.ant-tabs .ant-tabs-switch-appear-active,
.ant-tabs .ant-tabs-switch-enter-active {
    opacity: 1;
    transition: opacity 0.3s;
}

.ant-tabs .ant-tabs-switch-leave {
    position: absolute;
    transition: none;
    inset: 0;
}

.ant-tabs .ant-tabs-switch-leave-start {
    opacity: 1;
}

.ant-tabs .ant-tabs-switch-leave-active {
    opacity: 0;
    transition: opacity 0.3s;
}

.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: css-1pm1osf-antSlideUpIn;
    animation-play-state: running;
}

.ant-slide-up-leave.ant-slide-up-leave-active {
    animation-name: css-1pm1osf-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: css-1pm1osf-antSlideDownIn;
    animation-play-state: running;
}

.ant-slide-down-leave.ant-slide-down-leave-active {
    animation-name: css-1pm1osf-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-space {
    display: inline-flex;
}

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

.ant-space-vertical {
    flex-direction: column;
}

.ant-space-align {
    flex-direction: column;
}

.ant-space-align-center {
    align-items: center;
}

.ant-space-align-start {
    align-items: flex-start;
}

.ant-space-align-end {
    align-items: flex-end;
}

.ant-space-align-baseline {
    align-items: baseline;
}

.ant-space .ant-space-item:empty {
    display: none;
}

.ant-space .ant-space-item>.ant-badge-not-a-wrapper:only-child {
    display: block;
}

.ant-space-gap-row-small {
    row-gap: 8px;
}

.ant-space-gap-row-middle {
    row-gap: 16px;
}

.ant-space-gap-row-large {
    row-gap: 24px;
}

.ant-space-gap-col-small {
    column-gap: 8px;
}

.ant-space-gap-col-middle {
    column-gap: 16px;
}

.ant-space-gap-col-large {
    column-gap: 24px;
}

.ant-space-block {
    display: flex;
    width: 100%;
}

.ant-space-vertical {
    flex-direction: column;
}

.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: rgba(0, 0, 0, 0.88);
}

.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: 3px solid #d3b8ff;
    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-inline-end: -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: 6px;
}

.ant-btn.ant-btn-icon-only {
    width: 32px;
    padding-inline: 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-inline-start: 0;
    padding-inline-end: 0;
    border-radius: 50%;
}

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

.ant-btn-sm {
    font-size: 14px;
    line-height: 1.5714285714285714;
    height: 24px;
    padding: 0px 7px;
    border-radius: 4px;
}

.ant-btn-sm.ant-btn-icon-only {
    width: 24px;
    padding-inline: 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-inline-start: 0;
    padding-inline-end: 0;
    border-radius: 50%;
}

.ant-btn.ant-btn-round.ant-btn-sm {
    border-radius: 24px;
    padding-inline-start: 12px;
    padding-inline-end: 12px;
}

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

.ant-btn-lg.ant-btn-icon-only {
    width: 40px;
    padding-inline: 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-inline-start: 0;
    padding-inline-end: 0;
    border-radius: 50%;
}

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

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

.ant-btn-color-default {
    color: rgba(0, 0, 0, 0.88);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
}

.ant-btn-color-default.ant-btn-variant-solid {
    color: #fff;
    background: rgb(0, 0, 0);
}

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

.ant-btn-color-default.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
    background: rgba(0, 0, 0, 0.75);
}

.ant-btn-color-default.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
    background: rgba(0, 0, 0, 0.95);
}

.ant-btn-color-default.ant-btn-variant-dashed {
    border-style: dashed;
}

.ant-btn-color-default.ant-btn-variant-filled {
    box-shadow: none;
    background: rgba(0, 0, 0, 0.04);
}

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

.ant-btn-color-default.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
    background: rgba(0, 0, 0, 0.06);
}

.ant-btn-color-default.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
    background: rgba(0, 0, 0, 0.15);
}

.ant-btn-color-default.ant-btn-variant-link {
    color: rgba(0, 0, 0, 0.88);
    box-shadow: none;
}

.ant-btn-color-default.ant-btn-variant-link:disabled,
.ant-btn-color-default.ant-btn-variant-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

.ant-btn-color-default.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ae7de8;
    background: transparent;
}

.ant-btn-color-default.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #7c1fee;
}

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

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

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

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

.ant-btn-color-primary {
    color: var(--primary-color);
    box-shadow: 0 2px 0 rgba(122, 5, 255, 0.06);
}

.ant-btn-color-primary.ant-btn-variant-outlined,
.ant-btn-color-primary.ant-btn-variant-dashed {
    border-color: var(--primary-color);
    background: #ffffff;
}

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

.ant-btn-color-primary.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
.ant-btn-color-primary.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
    background: #ffffff;
}

.ant-btn-color-primary.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
.ant-btn-color-primary.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
    color: #5328d4;
    border-color: #5328d4;
    background: #ffffff;
}

.ant-btn-color-primary.ant-btn-variant-dashed {
    border-style: dashed;
}

.ant-btn-color-primary.ant-btn-variant-filled {
    box-shadow: none;
    background: #f7f0ff;
}

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

.ant-btn-color-primary.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
    background: #ede0ff;
}

.ant-btn-color-primary.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
    background: #d3b8ff;
}

.ant-btn-color-primary.ant-btn-variant-text {
    color: var(--primary-color);
    box-shadow: none;
}

.ant-btn-color-primary.ant-btn-variant-text:disabled,
.ant-btn-color-primary.ant-btn-variant-text.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

.ant-btn-color-primary.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
    color: var(--primary-color);
    background: #f7f0ff;
}

.ant-btn-color-primary.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
    color: #5328d4;
    background: #d3b8ff;
}

.ant-btn-color-primary.ant-btn-background-ghost {
    color: var(--primary-color);
    background: transparent;
    border-color: var(--primary-color);
    box-shadow: none;
}

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

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

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

.ant-btn-color-dangerous {
    color: #ff4d4f;
    box-shadow: 0 2px 0 rgba(255, 38, 5, 0.06);
}

.ant-btn-color-dangerous.ant-btn-variant-solid {
    color: #fff;
    background: #ff4d4f;
}

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

.ant-btn-color-dangerous.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
    background: #ff7875;
}

.ant-btn-color-dangerous.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
    background: #d9363e;
}

.ant-btn-color-dangerous.ant-btn-variant-outlined,
.ant-btn-color-dangerous.ant-btn-variant-dashed {
    border-color: #ff4d4f;
    background: #ffffff;
}

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

.ant-btn-color-dangerous.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
.ant-btn-color-dangerous.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ff7875;
    border-color: #ffa39e;
}

.ant-btn-color-dangerous.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
.ant-btn-color-dangerous.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
    color: #d9363e;
    border-color: #d9363e;
}

.ant-btn-color-dangerous.ant-btn-variant-dashed {
    border-style: dashed;
}

.ant-btn-color-dangerous.ant-btn-variant-filled {
    box-shadow: none;
    background: #fff2f0;
}

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

.ant-btn-color-dangerous.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
    background: #ffdfdc;
}

.ant-btn-color-dangerous.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
    background: #ffccc7;
}

.ant-btn-color-dangerous.ant-btn-variant-text {
    color: #ff4d4f;
    box-shadow: none;
}

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

.ant-btn-color-dangerous.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ff7875;
    background: #fff2f0;
}

.ant-btn-color-dangerous.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
    color: #ff7875;
    background: #ffccc7;
}

.ant-btn-color-dangerous.ant-btn-variant-link {
    color: #ff4d4f;
    box-shadow: none;
}

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

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

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

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

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

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

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

.ant-btn-variant-outlined,
.ant-btn-variant-dashed {
    border-color: #d9d9d9;
    background: #ffffff;
}

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

.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
    color: var(--primary-color-hover);
    border-color: var(--primary-color-hover);
    background: #ffffff;
}

.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
    color: #5328d4;
    border-color: #5328d4;
    background: #ffffff;
}

.ant-btn-variant-text {
    color: rgba(0, 0, 0, 0.88);
    box-shadow: none;
}

.ant-btn-variant-text:disabled,
.ant-btn-variant-text.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
    color: rgba(0, 0, 0, 0.88);
    background: rgba(0, 0, 0, 0.06);
}

.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
    color: rgba(0, 0, 0, 0.88);
    background: rgba(0, 0, 0, 0.15);
}

.ant-btn-variant-solid {
    color: #fff;
    background: var(--primary-color);
}

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

.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
    background: var(--primary-color);
    color: #fff;
}

.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
    background: #5328d4;
    color: #fff;
}

.ant-btn-variant-link {
    color: var(--primary-color);
    box-shadow: none;
}

.ant-btn-variant-link:disabled,
.ant-btn-variant-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

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

.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #7c1fee;
}

.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-start-end-radius: 0;
    border-end-end-radius: 0;
}

.ant-btn-group>span:not(:first-child),
.ant-btn-group>.ant-btn:not(:first-child) {
    margin-inline-start: -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-start-start-radius: 0;
    border-end-start-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-inline-end-color: var(--primary-color);
}

.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-inline-start-color: var(--primary-color);
}

.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-inline-end-color: #ff7875;
}

.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-inline-start-color: #ff7875;
}

[class^="ant-modal"],
[class*=" ant-modal"] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 14px;
    box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

.ant-modal {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    pointer-events: none;
    position: relative;
    top: 100px;
    width: auto;
    max-width: calc(100vw - 32px);
    padding-bottom: 24px;
}

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

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

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

.ant-modal .ant-modal-close-x {
    display: flex;
    font-size: 16px;
    font-style: normal;
    line-height: 32px;
    justify-content: center;
    text-transform: none;
    text-rendering: auto;
}

.ant-modal .ant-modal-close:disabled {
    pointer-events: none;
}

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

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

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

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

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

.ant-modal .ant-modal-body .ant-modal-body-skeleton {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 16px auto;
}

.ant-modal .ant-modal-footer {
    text-align: end;
    background: transparent;
    margin-top: 12px;
    padding: 0;
    border-top: none;
    border-radius: 0;
}

.ant-modal .ant-modal-footer>.ant-btn+.ant-btn {
    margin-inline-start: 8px;
}

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

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

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

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

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

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

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

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

.ant-modal-root .ant-modal-mask {
    position: fixed;
    inset: 0;
    z-index: 1000;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._uploadPanel_1dw43_135 {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 16px;
    background-color: #f5f5f5;
    overflow: hidden
}

._uploadPanel_1dw43_135 ._uploadScroll_1dw43_142 {
    flex: 1;
    margin-right: -8px;
    overflow: auto
}

._uploadPanel_1dw43_135 ._imgList_1dw43_147 {
    display: grid;
    grid-template-columns: repeat(6, auto);
    flex-wrap: wrap;
    gap: 15px 12px;
    padding-top: 8px;
    padding-right: 8px
}

._uploadPanel_1dw43_135 ._uploadItem_1dw43_155 {
    position: relative;
    padding-top: 100%
}

._uploadPanel_1dw43_135 ._uploadItem_1dw43_155 .ant-image-img {
    object-fit: contain
}

._uploadPanel_1dw43_135 ._uploadItem_1dw43_155 ._imgWrap_1dw43_163 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 1px 2px #00000040;
    background-image: linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%), linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%);
    background-size: 16px 16px;
    background-position: 0 0, 8px 8px;
    border-radius: 8px;
    overflow: hidden
}

._uploadPanel_1dw43_135 ._uploadItem_1dw43_155 ._delete_1dw43_176 {
    position: absolute;
    right: -6px;
    top: -6px;
    z-index: 5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    font-size: 10px;
    color: #fff;
    border-radius: 8px;
    background-color: #fa5151
}

._uploadPanel_1dw43_135 ._uploadItemBox_1dw43_193 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-color: #fff
}

._uploadPanel_1dw43_135 ._uploadBox_1dw43_202 {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 0;
    border-radius: 12px
}

._uploadPanel_1dw43_135 ._uploadBox_1dw43_202 .ant-upload-drag {
    background-color: initial;
    cursor: unset
}

._uploadPanel_1dw43_135 ._uploadBox_1dw43_202 .ant-btn {
    margin-bottom: 12px
}

._uploadPanel_1dw43_135 ._uploadBox_1dw43_202 .ant-typography {
    margin: 0
}

._uploadPanel_1dw43_135 ._uploadBox_1dw43_202 ._uploadBtn_1dw43_223 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px
}

._uploadPanel_1dw43_135 ._uploadBox_1dw43_202 ._uploadBtn_1dw43_223 span {
    font-weight: 700
}

._uploadPanel_1dw43_135 ._uploadBox_1dw43_202 ._uploadBtn_1dw43_223 a {
    text-decoration: underline;
    color: var(--homeMainColor);
    margin: 0 5px
}

._uploadPanel_1dw43_135 ._uploadBox_1dw43_202 ._uploadBtn_1dw43_223 .ant-btn {
    margin-right: 12px;
    margin-bottom: 0
}

._uploadPanel_1dw43_135 ._uploadBox_1dw43_202 ._limitInfo_1dw43_241 {
    margin-top: 20px;
    font-size: 14px;
    color: #0000004d
}

._uploadPanel_1dw43_135 ._uploadBox_1dw43_202 ._exampleBox_1dw43_246 {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: 980px;
    padding: 10px 15px;
    margin: 20px auto 0;
    border-radius: 12px;
    background-color: #0000000a
}

._uploadPanel_1dw43_135 ._uploadBox_1dw43_202 ._exampleTitle_1dw43_257 {
    font-size: 14px;
    color: #0009
}

._uploadPanel_1dw43_135 ._uploadBox_1dw43_202 ._exampleTitle_1dw43_257>p {
    color: #0009
}

._uploadPanel_1dw43_135 ._uploadBox_1dw43_202 ._exampleTitle_1dw43_257>p>span {
    color: var(--primary-color);
}

._uploadPanel_1dw43_135 ._uploadBox_1dw43_202 ._badTitle_1dw43_269 {
    color: #fa5151;
    font-weight: 700
}

._uploadPanel_1dw43_135 ._uploadBox_1dw43_202 ._exampleList_1dw43_273 {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px
}

._uploadPanel_1dw43_135 ._uploadBox_1dw43_202 ._exampleItem_1dw43_278 {
    width: 150px
}

._uploadPanel_1dw43_135 ._uploadBox_1dw43_202 ._exampleItem_1dw43_278._click_1dw43_280 {
    cursor: pointer
}

._uploadPanel_1dw43_135 ._uploadBox_1dw43_202 ._exampleItem_1dw43_278._click_1dw43_280:hover ._imgWrap_1dw43_163:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid var(--mainColor)
}

._uploadPanel_1dw43_135 ._uploadBox_1dw43_202 ._exampleItem_1dw43_278 ._imgWrap_1dw43_163 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 165px;
    text-align: center;
    line-height: 165px;
    background: #D8D8D8;
    overflow: hidden
}

._uploadPanel_1dw43_135 ._uploadBox_1dw43_202 ._exampleItem_1dw43_278 ._imgWrap_1dw43_163>img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover
}

._uploadPanel_1dw43_135 ._uploadBox_1dw43_202 ._exampleItem_1dw43_278 ._imgText_1dw43_317 {
    margin-top: 10px;
    text-align: center;
    color: #0009;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

._uploadPanel_1dw43_135 ._uploadBox_1dw43_202 ._exampleItem_1dw43_278 ._correctIcon_1dw43_325 {
    position: absolute;
    top: 4px;
    right: 4px;
    color: #00b578;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 50%
}

._uploadPanel_1dw43_135 ._uploadBox_1dw43_202 ._exampleItem_1dw43_278 ._badIcon_1dw43_334 {
    position: absolute;
    top: 4px;
    right: 4px;
    color: #fa5151;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 50%
}

.ant-popover {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1030;
    font-weight: normal;
    white-space: normal;
    text-align: start;
    cursor: auto;
    user-select: text;
    --valid-offset-x: var(--arrow-offset-horizontal, var(--arrow-x));
    transform-origin: var(--valid-offset-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: 8px;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    padding: 12px;
}

.ant-popover .ant-popover-title {
    min-width: 177px;
    margin-bottom: 8px;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    border-bottom: none;
    padding: 0;
}

.ant-popover .ant-popover-inner-content {
    color: rgba(0, 0, 0, 0.88);
    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;
    inset-inline-start: 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 6.585786437626905 3.0710678118654755 A 2 2 0 0 1 9.414213562373096 3.0710678118654755 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;
    inset-inline: 0;
    margin: auto;
    border-radius: 0 0 2px 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 {
    --arrow-offset-horizontal: 12px;
}

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

.ant-popover-placement-topRight {
    --arrow-offset-horizontal: calc(100% - 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 {
    --arrow-offset-horizontal: 12px;
}

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

.ant-popover-placement-bottomRight {
    --arrow-offset-horizontal: calc(100% - 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: #1677ff;
}

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

.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-checkbox-wrapper {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    display: inline-flex;
    align-items: baseline;
    cursor: pointer;
}

.ant-checkbox {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    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';
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 4px;
    align-self: center;
}

.ant-checkbox .ant-checkbox-input {
    position: absolute;
    inset: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    margin: 0;
}

.ant-checkbox .ant-checkbox-inner {
    box-sizing: border-box;
    display: block;
    width: 16px;
    height: 16px;
    direction: ltr;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    border-collapse: separate;
    transition: all 0.3s;
}

.ant-checkbox-checked .ant-checkbox-inner {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.ant-checkbox .ant-checkbox-inner:after {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    inset-inline-start: 25%;
    display: table;
    width: 5.7142857142857135px;
    height: 9.142857142857142px;
    border: 2px solid #fff;
    border-top: 0;
    border-inline-start: 0;
    transform: rotate(45deg) scale(0) translate(-50%, -50%);
    opacity: 0;
    content: "";
    transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
}

.ant-checkbox-checked .ant-checkbox-inner:after {
    opacity: 1;
    transform: rotate(45deg) scale(1) translate(-50%, -50%);
    transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}

.ant-checkbox+span {
    padding-inline-start: 8px;
    padding-inline-end: 8px;
}

.ant-checkbox-group {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    display: inline-flex;
    flex-wrap: wrap;
    column-gap: 8px;
}

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

._modal_1dw43_1 .ant-modal .ant-modal-content {
    padding: 0;
    overflow: hidden;
    border-radius: 12px
}

._modal_1dw43_1 .ant-modal-close {
    top: 12px
}

._header_1dw43_18 {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 24px;
    box-shadow: 0 -1px #f0f0f0 inset;
}

._header_1dw43_18 ._tabs_1dw43_38 {
    min-width: 150px;
}

._header_1dw43_18 ._tabs_1dw43_38 .ant-tabs-nav {
    margin-bottom: 0;
    height: 48px;
}

.ant-tabs>.ant-tabs-nav,
.ant-tabs>div>.ant-tabs-nav {
    position: relative;
    display: flex;
    flex: none;
    align-items: center;
}

.ant-tabs-top>.ant-tabs-nav,
.ant-tabs-bottom>.ant-tabs-nav,
.ant-tabs-top>div>.ant-tabs-nav,
.ant-tabs-bottom>div>.ant-tabs-nav {
    margin: 0 0 16px 0;
}

._header_1dw43_18 ._title_1dw43_28,
._body_1dw43_14 ._header_1dw43_18 ._closeBtn_1dw43_29 {
    flex: 1;
}

._tabContent_1dw43_131 {
    flex: 1;
    overflow: hidden;
}

._body_1dw43_14 {
    display: flex;
    flex-direction: column;
    height: 790px;
}

.ant-tabs-tabpane {
    display: none !important;
}

.ant-tabs-tabpane-active {
    display: flex !important;
}

._panelContent_1dw43_346 {
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5
}

._panelContent_1dw43_346 ._listWrap_1dw43_351 {
    position: relative;
    flex: 1;
    padding: 16px;
    overflow: hidden
}

._panelContent_1dw43_346 ._loading_1dw43_357 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

._panelContent_1dw43_346 ._uploadList_1dw43_367,
._panelContent_1dw43_346 ._historyList_1dw43_367 {
    width:100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    overflow-y: overlay;
}

._panelContent_1dw43_346 ._uploadList_1dw43_367 ._uploadlItem_1dw43_372,
._panelContent_1dw43_346 ._historyList_1dw43_367 ._uploadlItem_1dw43_372 {
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 6px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    box-shadow: 0 1px 2px #00000040;
    position: relative;
    background-image: linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%), linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%);
    background-size: 16px 16px;
    background-position: 0 0, 8px 8px;
    cursor: pointer
}

._panelContent_1dw43_346 ._uploadList_1dw43_367 ._uploadlItem_1dw43_372>img,
._panelContent_1dw43_346 ._historyList_1dw43_367 ._uploadlItem_1dw43_372>img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

._panelContent_1dw43_346 ._uploadList_1dw43_367 ._uploadlItem_1dw43_372:hover,
._panelContent_1dw43_346 ._historyList_1dw43_367 ._uploadlItem_1dw43_372:hover {
    background-color: #f2f2f2;
    color: #81849b
}

._panelContent_1dw43_346 ._uploadList_1dw43_367 ._uploadlItem_1dw43_372._active_1dw43_114,
._panelContent_1dw43_346 ._historyList_1dw43_367 ._uploadlItem_1dw43_372._active_1dw43_114 {
    color: var(--primary-color);
    border: 3px solid var(--primary-color);
}

._panelContent_1dw43_346 ._uploadList_1dw43_367 ._uploadlItem_1dw43_372._active_1dw43_114>img,
._panelContent_1dw43_346 ._historyList_1dw43_367 ._uploadlItem_1dw43_372._active_1dw43_114>img {
    filter: brightness(.5)
}

._panelContent_1dw43_346 ._uploadList_1dw43_367 ._uploadlItem_1dw43_372._active_1dw43_114 .anticon,
._panelContent_1dw43_346 ._historyList_1dw43_367 ._uploadlItem_1dw43_372._active_1dw43_114 .anticon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    color: #fff
}

._panelContent_1dw43_346 ._uploadList_1dw43_367 ._uploadlItem_1dw43_372._disabled_1dw43_416,
._panelContent_1dw43_346 ._historyList_1dw43_367 ._uploadlItem_1dw43_372._disabled_1dw43_416 {
    position: relative;
    cursor: not-allowed
}

._panelContent_1dw43_346 ._uploadList_1dw43_367 ._uploadlItem_1dw43_372._disabled_1dw43_416:after,
._panelContent_1dw43_346 ._historyList_1dw43_367 ._uploadlItem_1dw43_372._disabled_1dw43_416:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff9
}

._panelContent_1dw43_346 ._uploadList_1dw43_367 ._emptyData_1dw43_431,
._panelContent_1dw43_346 ._historyList_1dw43_367 ._emptyData_1dw43_431 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

._panelContent_1dw43_346 ._uploadList_1dw43_367 ._emptyData_1dw43_431>img,
._panelContent_1dw43_346 ._historyList_1dw43_367 ._emptyData_1dw43_431>img {
    width: 300px;
    height: 140px;
    object-fit: cover;
    object-position: top
}

._panelContent_1dw43_346 ._uploadList_1dw43_367 ._emptyData_1dw43_431>p,
._panelContent_1dw43_346 ._historyList_1dw43_367 ._emptyData_1dw43_431>p {
    font-size: 14px;
    line-height: 22px;
    color: #000c;
    margin-top: 10px
}

._control_1dw43_455 {
    width: 100%;
    min-height: 48px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px 20px
}

._control_1dw43_455 ._pageOptions_1dw43_85 {
    display: flex;
    flex: 1;
    gap: 10px
}

._control_1dw43_455 ._pageOptions_1dw43_85>span {
    margin-right: 10px;
    font-size: 14px;
    color: #0009
}

._control_1dw43_455 ._pageOptions_1dw43_85 ._addBtn_1dw43_476 {
    width: 110px;
    font-size: 12px;
    color: #0009;
    cursor: pointer;
    white-space: nowrap;
    margin-right: 10px;
    margin-top: 2px;
    position: relative;
}

._control_1dw43_455 ._pageOptions_1dw43_85 ._addBtn_1dw43_476:hover {
    color: var(--primary-color);
}

._control_1dw43_455 ._pageOptions_1dw43_85 ._option_1dw43_92 {
    width: 80px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #eee;
    font-size: 14px;
    color: #0000004d;
    cursor: pointer
}

._control_1dw43_455 ._pageOptions_1dw43_85 ._option_1dw43_92>span,
._control_1dw43_455 ._pageOptions_1dw43_85 ._option_1dw43_92>img {
    margin-right: 5px
}

._control_1dw43_455 ._pageOptions_1dw43_85 ._option_1dw43_92:hover {
    color: var(--primary-color);
}

._control_1dw43_455 ._pageOptions_1dw43_85 ._option_1dw43_92._active_1dw43_114 {
    background-color: #8d34f91a;
    color: var(--primary-color);
}

._control_1dw43_455 ._pageOptions_1dw43_85 ._catetory_1dw43_516 {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 4px 16px;
    border-radius: 20px;
    border: 1px solid #EDEFF5;
    background-color: #edeff5;
    font-size: 12px;
    color: #0006;
    line-height: 1.1;
    cursor: pointer
}

._control_1dw43_455 ._pageOptions_1dw43_85 ._catetory_1dw43_516>span,
._control_1dw43_455 ._pageOptions_1dw43_85 ._catetory_1dw43_516>img {
    margin-right: 5px
}

._control_1dw43_455 ._pageOptions_1dw43_85 ._catetory_1dw43_516:hover {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

._control_1dw43_455 ._pageOptions_1dw43_85 ._catetory_1dw43_516._active_1dw43_114 {
    border: 1px solid var(--primary-color);
    background-color: #8d34f91a;
    color: var(--primary-color);
}

._control_1dw43_455>p {
    font-size: 14px;
    color: #000c;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 4px 10px;
    margin-right: 10px;
    height: 30px;
    background-color: #e0d6ff
}

._control_1dw43_455 .ant-space {
    flex-wrap: wrap
}

._materialOptions_1dw43_589 {
    width: 410px
}

._materialOptions_1dw43_589 ._materialOption_1dw43_589 {
    width: 100%
}

._materialOptions_1dw43_589 ._materialOption_1dw43_589>p {
    font-size: 12px;
    color: #0009;
    line-height: 30px
}

._materialOptions_1dw43_589 ._materialOption_1dw43_589 ._optionWrap_1dw43_601 {
    width: 100px
}

._materialOptions_1dw43_589 ._materialOption_1dw43_589 ._optionWrap_1dw43_601 .ant-checkbox-wrapper {
    font-size: 12px;
    padding: 6px 0
}

.ant-upload-wrapper {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.ant-upload-wrapper .ant-upload-drag .ant-upload-btn {
    display: table;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 8px;
    padding: 16px;
    cursor: pointer;
    text-align: center;
}

.ant-upload-wrapper .ant-upload input[type='file'] {
    cursor: pointer;
}

.ant-upload-wrapper .ant-upload-drag .ant-upload-btn {
    display: table;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 8px;
}

.ant-upload-wrapper .ant-upload-drag {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #fff;
    border: 1px dashed #d9d9d9;
    border-radius: 8px;
    cursor: pointer;
    outline: 0;
    transition: border-color 0.3s;
}


.ant-btn.ant-btn-primary:not(.ant-btn-background-ghost):not(.ant-btn-sm):not(:disabled),
.ant-btn.gradient-btn {
    background: linear-gradient(90deg, #3A7DF9 0%, var(--primary-color) 100%);
    color: #fff;
    border: none;
}


.ant-btn {
    font-size: 14px;
    line-height: 1.5714285714285714;
    height: 32px;
    padding: 4px 15px;
    border-radius: 6px;
    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.2scubic-bezier(0.645, 0.045, 0.355, 1);
    user-select: none;
    touch-action: manipulation;
    color: rgba(0, 0, 0, 0.88);
}

.ant-space-align-center {
    align-items: center;
}

.ant-space {
    display: inline-flex;
}

.ant-input-affix-wrapper-sm {
    padding: 0px 7px;
    font-size: 14px;
    border-radius: 4px;
}

.ant-input-affix-wrapper {
    position: relative;
    display: inline-flex;
    width: 100%;
    min-width: 0;
    padding: 0 11px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    border-radius: 6px;
    transition: all 0.2s;
}

.ant-input-borderless {
    background: transparent;
    border: none;
}

.ant-input-affix-wrapper>input.ant-input,
.ant-input-affix-wrapper>textarea.ant-input {
    font-size: inherit;
    border: none;
    border-radius: 0;
    outline: none;
    background: transparent;
    color: inherit;
}

.ant-input-affix-wrapper .ant-input-prefix {
    margin-inline-end: 4px;
}

.ant-input-affix-wrapper .ant-input-prefix,
.ant-input-affix-wrapper .ant-input-suffix {
    display: flex;
    flex: none;
    align-items: center;
}

[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: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    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: #A0A5B6;
    pointer-events: none;
}

.ant-select .ant-select-arrow {
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 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%;
    inset-inline-start: auto;
    inset-inline-end: 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-inline-end: 8px;
}

.ant-select .ant-select-clear {
    position: absolute;
    top: 50%;
    inset-inline-start: auto;
    inset-inline-end: 11px;
    z-index: 1;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    color: rgba(0, 0, 0, 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(0, 0, 0, 0.45);
}

.ant-select:hover .ant-select-clear {
    opacity: 1;
    background: #fff;
    border-radius: 50%;
}

.ant-select-has-feedback .ant-select-clear {
    inset-inline-end: 33px;
}

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

.ant-select-single .ant-select-selector {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: inherit;
    display: flex;
    border-radius: 6px;
}

.ant-select-single .ant-select-selector .ant-select-selection-search {
    position: absolute;
    top: 0;
    inset-inline-start: 11px;
    inset-inline-end: 23px;
    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-inline-end: 18px;
}

.ant-select-single.ant-select-open .ant-select-selection-item {
    color: #A0A5B6;
}

.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;
    inset-inline-start: 0;
    inset-inline-end: 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: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: inherit;
    display: flex;
    border-radius: 4px;
}

.ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-search {
    position: absolute;
    top: 0;
    inset-inline-start: 11px;
    inset-inline-end: 23px;
    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-inline-end: 18px;
}

.ant-select-single.ant-select-sm.ant-select-open .ant-select-selection-item {
    color: #A0A5B6;
}

.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;
    inset-inline-start: 0;
    inset-inline-end: 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 {
    inset-inline-start: 7px;
    inset-inline-end: 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 {
    inset-inline-end: 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-inline-end: 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: rgba(0, 0, 0, 0.88);
    font-size: 16px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: inherit;
    display: flex;
    border-radius: 8px;
}

.ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-search {
    position: absolute;
    top: 0;
    inset-inline-start: 11px;
    inset-inline-end: 23px;
    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-inline-end: 18px;
}

.ant-select-single.ant-select-lg.ant-select-open .ant-select-selection-item {
    color: #A0A5B6;
}

.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;
    inset-inline-start: 0;
    inset-inline-end: 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-block: 2px;
    border-radius: 4px;
    cursor: default;
    transition: font-size 0.3s, line-height 0.3s, height 0.3s;
    margin-inline-end: 4px;
    padding-inline-start: 8px;
    padding-inline-end: 4px;
}

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

.ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item-content {
    display: inline-block;
    margin-inline-end: 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(0, 0, 0, 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: rgba(0, 0, 0, 0.88);
}

.ant-select-multiple .ant-select-selector {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    padding-inline: 3px;
    padding-block: 1px;
    border-radius: 6px;
}

.ant-select-disabled.ant-select-multiple .ant-select-selector {
    background: rgba(0, 0, 0, 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-inline-start: 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-inline-start: 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;
    inset-inline-start: 0;
    inset-inline-end: auto;
    z-index: 999;
    white-space: pre;
    visibility: hidden;
}

.ant-select-multiple .ant-select-selection-placeholder {
    position: absolute;
    top: 50%;
    inset-inline-start: 11px;
    inset-inline-end: 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-inline-end: 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-block: 2px;
    border-radius: 2px;
    cursor: default;
    transition: font-size 0.3s, line-height 0.3s, height 0.3s;
    margin-inline-end: 4px;
    padding-inline-start: 8px;
    padding-inline-end: 4px;
}

.ant-select-disabled.ant-select-multiple.ant-select-sm .ant-select-selection-overflow .ant-select-selection-item {
    color: rgba(0, 0, 0, 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-inline-end: 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(0, 0, 0, 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: rgba(0, 0, 0, 0.88);
}

.ant-select-multiple.ant-select-sm .ant-select-selector {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    padding-inline: 3px;
    padding-block: 1px;
    border-radius: 4px;
}

.ant-select-disabled.ant-select-multiple.ant-select-sm .ant-select-selector {
    background: rgba(0, 0, 0, 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-inline-start: 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-inline-start: 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;
    inset-inline-start: 0;
    inset-inline-end: auto;
    z-index: 999;
    white-space: pre;
    visibility: hidden;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
    position: absolute;
    top: 50%;
    inset-inline-start: 11px;
    inset-inline-end: 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-inline-end: 24px;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
    inset-inline: 7px;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-search {
    margin-inline-start: 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-block: 2px;
    border-radius: 6px;
    cursor: default;
    transition: font-size 0.3s, line-height 0.3s, height 0.3s;
    margin-inline-end: 4px;
    padding-inline-start: 8px;
    padding-inline-end: 4px;
}

.ant-select-disabled.ant-select-multiple.ant-select-lg .ant-select-selection-overflow .ant-select-selection-item {
    color: rgba(0, 0, 0, 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-inline-end: 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(0, 0, 0, 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: rgba(0, 0, 0, 0.88);
}

.ant-select-multiple.ant-select-lg .ant-select-selector {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    padding-inline: 3px;
    padding-block: 1px;
    border-radius: 8px;
}

.ant-select-disabled.ant-select-multiple.ant-select-lg .ant-select-selector {
    background: rgba(0, 0, 0, 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-inline-start: 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-inline-start: 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;
    inset-inline-start: 0;
    inset-inline-end: auto;
    z-index: 999;
    white-space: pre;
    visibility: hidden;
}

.ant-select-multiple.ant-select-lg .ant-select-selection-placeholder {
    position: absolute;
    top: 50%;
    inset-inline-start: 11px;
    inset-inline-end: 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-inline-end: 24px;
}

.ant-select-dropdown {
    box-sizing: border-box;
    margin: 0;
    padding: 4px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    position: absolute;
    top: -9999px;
    z-index: 1050;
    overflow: hidden;
    font-variant: initial;
    background-color: #ffffff;
    border-radius: 8px;
    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: css-1pm1osf-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: css-1pm1osf-antSlideDownIn;
}

.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
    animation-name: css-1pm1osf-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: css-1pm1osf-antSlideDownOut;
}

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

.ant-select-dropdown .ant-select-item {
    position: relative;
    display: block;
    min-height: 32px;
    padding: 5px 12px;
    color: rgba(0, 0, 0, 0.88);
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5714285714285714;
    box-sizing: border-box;
    cursor: pointer;
    transition: background 0.3s ease;
    border-radius: 4px;
}

.ant-select-dropdown .ant-select-item-group {
    color: rgba(0, 0, 0, 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(0, 0, 0, 0.04);
}

.ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    background-color: #f7f0ff;
}

.ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
    color: var(--primary-color);
}

.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-end-start-radius: 0;
    border-end-end-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-start-start-radius: 0;
    border-start-end-radius: 0;
}

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

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

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

.ant-select-dropdown .ant-select-item-empty {
    position: relative;
    display: block;
    min-height: 32px;
    padding: 5px 12px;
    color: rgba(0, 0, 0, 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: css-1pm1osf-antSlideUpIn;
    animation-play-state: running;
}

.ant-slide-up-leave.ant-slide-up-leave-active {
    animation-name: css-1pm1osf-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: css-1pm1osf-antSlideDownIn;
    animation-play-state: running;
}

.ant-slide-down-leave.ant-slide-down-leave-active {
    animation-name: css-1pm1osf-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: css-1pm1osf-antMoveUpIn;
    animation-play-state: running;
}

.ant-move-up-leave.ant-move-up-leave-active {
    animation-name: css-1pm1osf-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: css-1pm1osf-antMoveDownIn;
    animation-play-state: running;
}

.ant-move-down-leave.ant-move-down-leave-active {
    animation-name: css-1pm1osf-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-inline-end: -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-start-end-radius: 0;
    border-end-end-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-start-start-radius: 0;
    border-end-start-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: var(--primary-color);
}

.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: var(--primary-color);
    box-shadow: 0 0 0 2px rgba(122, 5, 255, 0.06);
    outline: 0;
}

.ant-select-outlined.ant-select-status-error:not(.ant-select-customize-input) .ant-select-selector {
    border: 1px solid #ff4d4f;
    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: #ff7875;
}

.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: #ff4d4f;
    box-shadow: 0 0 0 2px rgba(255, 38, 5, 0.06);
    outline: 0;
}

.ant-select-outlined.ant-select-status-warning:not(.ant-select-customize-input) .ant-select-selector {
    border: 1px solid #faad14;
    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: #ffd666;
}

.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: #faad14;
    box-shadow: 0 0 0 2px rgba(255, 215, 5, 0.1);
    outline: 0;
}

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

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

.ant-select-filled:not(.ant-select-customize-input) .ant-select-selector {
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid transparent;
    color: rgba(0, 0, 0, 0.88);
}

.ant-select-filled:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector {
    background: rgba(0, 0, 0, 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: var(--primary-color);
    outline: 0;
}

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

.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: #fff1f0;
}

.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: #ff4d4f;
    outline: 0;
}

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

.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: #fff1b8;
}

.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: #faad14;
    outline: 0;
}

.ant-select-filled.ant-select-disabled:not(.ant-select-customize-input) .ant-select-selector {
    border-color: #d9d9d9;
    background: rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 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(0, 0, 0, 0.25);
}

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

.ant-select-borderless.ant-select-status-error .ant-select-selection-item {
    color: #ff4d4f;
}

.ant-select-borderless.ant-select-status-warning .ant-select-selection-item {
    color: #faad14;
}

.ant-input-affix-wrapper {
    position: relative;
    display: inline-flex;
    width: 100%;
    min-width: 0;
    padding: 4px 11px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    border-radius: 6px;
    transition: all 0.2s;
}

.ant-input-outlined {
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #d9d9d9;
}

.ant-input-affix-wrapper .ant-input-suffix {
    margin-inline-start: 4px;
}

.ant-input-affix-wrapper .ant-input-prefix,
:where(.css-1pm1osf).ant-input-affix-wrapper .ant-input-suffix {
    display: flex;
    flex: none;
    align-items: center;
}

.ant-input-affix-wrapper>input.ant-input {
    padding: 0;
}

.ant-input:placeholder-shown {
    text-overflow: ellipsis;
}

[class^="ant-input"] [class^="ant-input"],
:where(.css-1pm1osf)[class*=" ant-input"] [class^="ant-input"],
:where(.css-1pm1osf)[class^="ant-input"] [class*=" ant-input"],
:where(.css-1pm1osf)[class*=" ant-input"] [class*=" ant-input"] {
    box-sizing: border-box;
}

.ant-input {
    box-sizing: border-box;
    margin: 0;
    padding: 4px 11px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    border-radius: 6px;
    transition: all 0.2s;
}

.ant-input-affix-wrapper .ant-input-prefix>*:not(:last-child),
.ant-input-affix-wrapper .ant-input-suffix>*:not(:last-child) {
    margin-inline-end: 8px;
}

.ant-input-affix-wrapper .ant-input-clear-icon-has-suffix {
    margin: 0 4px;
}

.ant-input-affix-wrapper .ant-input-clear-icon-hidden {
    visibility: hidden;
}

.ant-input-affix-wrapper .ant-input-clear-icon {
    margin: 0;
    color: rgba(0, 0, 0, 0.25);
    font-size: 12px;
    vertical-align: -1px;
    cursor: pointer;
    transition: color 0.3s;
}

.ant-checkbox .ant-checkbox-inner {
    box-sizing: border-box;
    display: block;
    width: 16px;
    height: 16px;
    direction: ltr;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    border-collapse: separate;
    transition: all 0.3s;
}

.ant-checkbox-checked .ant-checkbox-inner {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.ant-checkbox .ant-checkbox-input {
    position: absolute;
    inset: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    margin: 0;
}

.ant-checkbox .ant-checkbox-inner:after {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    inset-inline-start: 25%;
    display: table;
    width: 5.7142857142857135px;
    height: 9.142857142857142px;
    border: 2px solid #fff;
    border-top: 0;
    border-inline-start: 0;
    transform: rotate(45deg) scale(0) translate(-50%, -50%);
    opacity: 0;
    content: "";
    transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
}

.ant-checkbox-checked .ant-checkbox-inner:after {
    opacity: 1;
    transform: rotate(45deg) scale(1) translate(-50%, -50%);
    transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}

[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: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    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: #A0A5B6;
    pointer-events: none;
}

.ant-select .ant-select-arrow {
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 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%;
    inset-inline-start: auto;
    inset-inline-end: 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-inline-end: 8px;
}

.ant-select .ant-select-clear {
    position: absolute;
    top: 50%;
    inset-inline-start: auto;
    inset-inline-end: 11px;
    z-index: 1;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    color: rgba(0, 0, 0, 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(0, 0, 0, 0.45);
}

.ant-select:hover .ant-select-clear {
    opacity: 1;
    background: #fff;
    border-radius: 50%;
}

.ant-select-has-feedback .ant-select-clear {
    inset-inline-end: 33px;
}

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

.ant-select-single .ant-select-selector {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: inherit;
    display: flex;
    border-radius: 6px;
}

.ant-select-single .ant-select-selector .ant-select-selection-search {
    position: absolute;
    top: 0;
    inset-inline-start: 11px;
    inset-inline-end: 23px;
    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-inline-end: 18px;
}

.ant-select-single.ant-select-open .ant-select-selection-item {
    color: #A0A5B6;
}

.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;
    inset-inline-start: 0;
    inset-inline-end: 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: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: inherit;
    display: flex;
    border-radius: 4px;
}

.ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-search {
    position: absolute;
    top: 0;
    inset-inline-start: 11px;
    inset-inline-end: 23px;
    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-inline-end: 18px;
}

.ant-select-single.ant-select-sm.ant-select-open .ant-select-selection-item {
    color: #A0A5B6;
}

.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;
    inset-inline-start: 0;
    inset-inline-end: 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 {
    inset-inline-start: 7px;
    inset-inline-end: 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 {
    inset-inline-end: 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-inline-end: 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: rgba(0, 0, 0, 0.88);
    font-size: 16px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: inherit;
    display: flex;
    border-radius: 8px;
}

.ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-search {
    position: absolute;
    top: 0;
    inset-inline-start: 11px;
    inset-inline-end: 23px;
    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-inline-end: 18px;
}

.ant-select-single.ant-select-lg.ant-select-open .ant-select-selection-item {
    color: #A0A5B6;
}

.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;
    inset-inline-start: 0;
    inset-inline-end: 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-block: 2px;
    border-radius: 4px;
    cursor: default;
    transition: font-size 0.3s, line-height 0.3s, height 0.3s;
    margin-inline-end: 4px;
    padding-inline-start: 8px;
    padding-inline-end: 4px;
}

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

.ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item-content {
    display: inline-block;
    margin-inline-end: 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(0, 0, 0, 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: rgba(0, 0, 0, 0.88);
}

.ant-select-multiple .ant-select-selector {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    padding-inline: 3px;
    padding-block: 1px;
    border-radius: 6px;
}

.ant-select-disabled.ant-select-multiple .ant-select-selector {
    background: rgba(0, 0, 0, 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-inline-start: 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-inline-start: 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;
    inset-inline-start: 0;
    inset-inline-end: auto;
    z-index: 999;
    white-space: pre;
    visibility: hidden;
}

.ant-select-multiple .ant-select-selection-placeholder {
    position: absolute;
    top: 50%;
    inset-inline-start: 11px;
    inset-inline-end: 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-inline-end: 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-block: 2px;
    border-radius: 2px;
    cursor: default;
    transition: font-size 0.3s, line-height 0.3s, height 0.3s;
    margin-inline-end: 4px;
    padding-inline-start: 8px;
    padding-inline-end: 4px;
}

.ant-select-disabled.ant-select-multiple.ant-select-sm .ant-select-selection-overflow .ant-select-selection-item {
    color: rgba(0, 0, 0, 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-inline-end: 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(0, 0, 0, 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: rgba(0, 0, 0, 0.88);
}

.ant-select-multiple.ant-select-sm .ant-select-selector {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    padding-inline: 3px;
    padding-block: 1px;
    border-radius: 4px;
}

.ant-select-disabled.ant-select-multiple.ant-select-sm .ant-select-selector {
    background: rgba(0, 0, 0, 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-inline-start: 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-inline-start: 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;
    inset-inline-start: 0;
    inset-inline-end: auto;
    z-index: 999;
    white-space: pre;
    visibility: hidden;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
    position: absolute;
    top: 50%;
    inset-inline-start: 11px;
    inset-inline-end: 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-inline-end: 24px;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
    inset-inline: 7px;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-search {
    margin-inline-start: 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-block: 2px;
    border-radius: 6px;
    cursor: default;
    transition: font-size 0.3s, line-height 0.3s, height 0.3s;
    margin-inline-end: 4px;
    padding-inline-start: 8px;
    padding-inline-end: 4px;
}

.ant-select-disabled.ant-select-multiple.ant-select-lg .ant-select-selection-overflow .ant-select-selection-item {
    color: rgba(0, 0, 0, 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-inline-end: 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(0, 0, 0, 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: rgba(0, 0, 0, 0.88);
}

.ant-select-multiple.ant-select-lg .ant-select-selector {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    padding-inline: 3px;
    padding-block: 1px;
    border-radius: 8px;
}

.ant-select-disabled.ant-select-multiple.ant-select-lg .ant-select-selector {
    background: rgba(0, 0, 0, 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-inline-start: 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-inline-start: 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;
    inset-inline-start: 0;
    inset-inline-end: auto;
    z-index: 999;
    white-space: pre;
    visibility: hidden;
}

.ant-select-multiple.ant-select-lg .ant-select-selection-placeholder {
    position: absolute;
    top: 50%;
    inset-inline-start: 11px;
    inset-inline-end: 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-inline-end: 24px;
}

.ant-select-dropdown {
    box-sizing: border-box;
    margin: 0;
    padding: 4px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    position: absolute;
    top: -9999px;
    z-index: 1050;
    overflow: hidden;
    font-variant: initial;
    background-color: #ffffff;
    border-radius: 8px;
    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: css-1pm1osf-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: css-1pm1osf-antSlideDownIn;
}

.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
    animation-name: css-1pm1osf-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: css-1pm1osf-antSlideDownOut;
}

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

.ant-select-dropdown .ant-select-item {
    position: relative;
    display: block;
    min-height: 32px;
    padding: 5px 12px;
    color: rgba(0, 0, 0, 0.88);
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5714285714285714;
    box-sizing: border-box;
    cursor: pointer;
    transition: background 0.3s ease;
    border-radius: 4px;
}

.ant-select-dropdown .ant-select-item-group {
    color: rgba(0, 0, 0, 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(0, 0, 0, 0.04);
}

.ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    background-color: #f7f0ff;
}

.ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
    color: var(--primary-color);
}

.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-end-start-radius: 0;
    border-end-end-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-start-start-radius: 0;
    border-start-end-radius: 0;
}

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

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

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

.ant-select-dropdown .ant-select-item-empty {
    position: relative;
    display: block;
    min-height: 32px;
    padding: 5px 12px;
    color: rgba(0, 0, 0, 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: css-1pm1osf-antSlideUpIn;
    animation-play-state: running;
}

.ant-slide-up-leave.ant-slide-up-leave-active {
    animation-name: css-1pm1osf-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: css-1pm1osf-antSlideDownIn;
    animation-play-state: running;
}

.ant-slide-down-leave.ant-slide-down-leave-active {
    animation-name: css-1pm1osf-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: css-1pm1osf-antMoveUpIn;
    animation-play-state: running;
}

.ant-move-up-leave.ant-move-up-leave-active {
    animation-name: css-1pm1osf-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: css-1pm1osf-antMoveDownIn;
    animation-play-state: running;
}

.ant-move-down-leave.ant-move-down-leave-active {
    animation-name: css-1pm1osf-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-inline-end: -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-start-end-radius: 0;
    border-end-end-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-start-start-radius: 0;
    border-end-start-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: var(--primary-color);
}

.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: var(--primary-color);
    box-shadow: 0 0 0 2px rgba(122, 5, 255, 0.06);
    outline: 0;
}

.ant-select-outlined.ant-select-status-error:not(.ant-select-customize-input) .ant-select-selector {
    border: 1px solid #ff4d4f;
    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: #ff7875;
}

.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: #ff4d4f;
    box-shadow: 0 0 0 2px rgba(255, 38, 5, 0.06);
    outline: 0;
}

.ant-select-outlined.ant-select-status-warning:not(.ant-select-customize-input) .ant-select-selector {
    border: 1px solid #faad14;
    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: #ffd666;
}

.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: #faad14;
    box-shadow: 0 0 0 2px rgba(255, 215, 5, 0.1);
    outline: 0;
}

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

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

.ant-select-filled:not(.ant-select-customize-input) .ant-select-selector {
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid transparent;
    color: rgba(0, 0, 0, 0.88);
}

.ant-select-filled:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector {
    background: rgba(0, 0, 0, 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: var(--primary-color);
    outline: 0;
}

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

.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: #fff1f0;
}

.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: #ff4d4f;
    outline: 0;
}

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

.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: #fff1b8;
}

.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: #faad14;
    outline: 0;
}

.ant-select-filled.ant-select-disabled:not(.ant-select-customize-input) .ant-select-selector {
    border-color: #d9d9d9;
    background: rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 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(0, 0, 0, 0.25);
}

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

.ant-select-borderless.ant-select-status-error .ant-select-selection-item {
    color: #ff4d4f;
}

.ant-select-borderless.ant-select-status-warning .ant-select-selection-item {
    color: #faad14;
}

:where(.css-1pm1osf)[class^="ant-input-number"],
:where(.css-1pm1osf)[class*=" ant-input-number"] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 14px;
    box-sizing: border-box;
}

:where(.css-1pm1osf)[class^="ant-input-number"]::before,
:where(.css-1pm1osf)[class*=" ant-input-number"]::before,
:where(.css-1pm1osf)[class^="ant-input-number"]::after,
:where(.css-1pm1osf)[class*=" ant-input-number"]::after {
    box-sizing: border-box;
}

:where(.css-1pm1osf)[class^="ant-input-number"] [class^="ant-input-number"],
:where(.css-1pm1osf)[class*=" ant-input-number"] [class^="ant-input-number"],
:where(.css-1pm1osf)[class^="ant-input-number"] [class*=" ant-input-number"],
:where(.css-1pm1osf)[class*=" ant-input-number"] [class*=" ant-input-number"] {
    box-sizing: border-box;
}

:where(.css-1pm1osf)[class^="ant-input-number"] [class^="ant-input-number"]::before,
:where(.css-1pm1osf)[class*=" ant-input-number"] [class^="ant-input-number"]::before,
:where(.css-1pm1osf)[class^="ant-input-number"] [class*=" ant-input-number"]::before,
:where(.css-1pm1osf)[class*=" ant-input-number"] [class*=" ant-input-number"]::before,
:where(.css-1pm1osf)[class^="ant-input-number"] [class^="ant-input-number"]::after,
:where(.css-1pm1osf)[class*=" ant-input-number"] [class^="ant-input-number"]::after,
:where(.css-1pm1osf)[class^="ant-input-number"] [class*=" ant-input-number"]::after,
:where(.css-1pm1osf)[class*=" ant-input-number"] [class*=" ant-input-number"]::after {
    box-sizing: border-box;
}

:where(.css-1pm1osf).ant-input-number {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    position: relative;
    display: inline-block;
    width: 90px;
    min-width: 0;
    border-radius: 6px;
    transition: all 0.2s;
}

:where(.css-1pm1osf).ant-input-number::-moz-placeholder {
    opacity: 1;
}

:where(.css-1pm1osf).ant-input-number::placeholder {
    color: #A0A5B6;
    user-select: none;
}

:where(.css-1pm1osf).ant-input-number:placeholder-shown {
    text-overflow: ellipsis;
}

textarea:where(.css-1pm1osf).ant-input-number {
    max-width: 100%;
    height: auto;
    min-height: 32px;
    line-height: 1.5714285714285714;
    vertical-align: bottom;
    transition: all 0.3s, height 0s;
    resize: vertical;
}

:where(.css-1pm1osf).ant-input-number-lg {
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 8px;
}

:where(.css-1pm1osf).ant-input-number-lg input.ant-input-number-input {
    height: 38px;
    padding: 7px 11px;
}

:where(.css-1pm1osf).ant-input-number-sm {
    padding: 0;
    font-size: 14px;
    border-radius: 4px;
}

:where(.css-1pm1osf).ant-input-number-sm input.ant-input-number-input {
    height: 22px;
    padding: 0px 7px;
}

:where(.css-1pm1osf).ant-input-number-rtl,
:where(.css-1pm1osf).ant-input-number-textarea-rtl {
    direction: rtl;
}

:where(.css-1pm1osf).ant-input-number-outlined {
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #d9d9d9;
}

:where(.css-1pm1osf).ant-input-number-outlined:hover {
    border-color: var(--primary-color);
    background-color: #ffffff;
}

:where(.css-1pm1osf).ant-input-number-outlined:focus,
:where(.css-1pm1osf).ant-input-number-outlined:focus-within {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px rgba(122, 5, 255, 0.06);
    outline: 0;
    background-color: #ffffff;
}

:where(.css-1pm1osf).ant-input-number-outlined.ant-input-number-disabled,
:where(.css-1pm1osf).ant-input-number-outlined[disabled] {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
}

:where(.css-1pm1osf).ant-input-number-outlined.ant-input-number-disabled input[disabled],
:where(.css-1pm1osf).ant-input-number-outlined[disabled] input[disabled],
:where(.css-1pm1osf).ant-input-number-outlined.ant-input-number-disabled textarea[disabled],
:where(.css-1pm1osf).ant-input-number-outlined[disabled] textarea[disabled] {
    cursor: not-allowed;
}

:where(.css-1pm1osf).ant-input-number-outlined.ant-input-number-disabled:hover:not([disabled]),
:where(.css-1pm1osf).ant-input-number-outlined[disabled]:hover:not([disabled]) {
    border-color: #d9d9d9;
    background-color: rgba(0, 0, 0, 0.04);
}

:where(.css-1pm1osf).ant-input-number-outlined.ant-input-number-status-error:not(.ant-input-number-disabled) {
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #ff4d4f;
}

:where(.css-1pm1osf).ant-input-number-outlined.ant-input-number-status-error:not(.ant-input-number-disabled):hover {
    border-color: #ffa39e;
    background-color: #ffffff;
}

:where(.css-1pm1osf).ant-input-number-outlined.ant-input-number-status-error:not(.ant-input-number-disabled):focus,
:where(.css-1pm1osf).ant-input-number-outlined.ant-input-number-status-error:not(.ant-input-number-disabled):focus-within {
    border-color: #ff4d4f;
    box-shadow: 0 0 0 2px rgba(255, 38, 5, 0.06);
    outline: 0;
    background-color: #ffffff;
}

:where(.css-1pm1osf).ant-input-number-outlined.ant-input-number-status-error:not(.ant-input-number-disabled) .ant-input-number-prefix,
:where(.css-1pm1osf).ant-input-number-outlined.ant-input-number-status-error:not(.ant-input-number-disabled) .ant-input-number-suffix {
    color: #ff4d4f;
}

:where(.css-1pm1osf).ant-input-number-outlined.ant-input-number-status-error.ant-input-number-disabled {
    border-color: #ff4d4f;
}

:where(.css-1pm1osf).ant-input-number-outlined.ant-input-number-status-warning:not(.ant-input-number-disabled) {
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #faad14;
}

:where(.css-1pm1osf).ant-input-number-outlined.ant-input-number-status-warning:not(.ant-input-number-disabled):hover {
    border-color: #ffd666;
    background-color: #ffffff;
}

:where(.css-1pm1osf).ant-input-number-outlined.ant-input-number-status-warning:not(.ant-input-number-disabled):focus,
:where(.css-1pm1osf).ant-input-number-outlined.ant-input-number-status-warning:not(.ant-input-number-disabled):focus-within {
    border-color: #faad14;
    box-shadow: 0 0 0 2px rgba(255, 215, 5, 0.1);
    outline: 0;
    background-color: #ffffff;
}

:where(.css-1pm1osf).ant-input-number-outlined.ant-input-number-status-warning:not(.ant-input-number-disabled) .ant-input-number-prefix,
:where(.css-1pm1osf).ant-input-number-outlined.ant-input-number-status-warning:not(.ant-input-number-disabled) .ant-input-number-suffix {
    color: #faad14;
}

:where(.css-1pm1osf).ant-input-number-outlined.ant-input-number-status-warning.ant-input-number-disabled {
    border-color: #faad14;
}

:where(.css-1pm1osf).ant-input-number-outlined .ant-input-number-handler-wrap {
    background: #ffffff;
}

:where(.css-1pm1osf).ant-input-number-outlined .ant-input-number-handler-wrap .ant-input-number-handler-down {
    border-block-start: 1px solid #d9d9d9;
}

:where(.css-1pm1osf).ant-input-number-filled {
    background: rgba(0, 0, 0, 0.04);
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

input:where(.css-1pm1osf).ant-input-number-filled,
:where(.css-1pm1osf).ant-input-number-filled input,
textarea:where(.css-1pm1osf).ant-input-number-filled,
:where(.css-1pm1osf).ant-input-number-filled textarea {
    color: undefined;
}

:where(.css-1pm1osf).ant-input-number-filled:hover {
    background: rgba(0, 0, 0, 0.06);
}

:where(.css-1pm1osf).ant-input-number-filled:focus,
:where(.css-1pm1osf).ant-input-number-filled:focus-within {
    outline: 0;
    border-color: var(--primary-color);
    background-color: #ffffff;
}

:where(.css-1pm1osf).ant-input-number-filled.ant-input-number-disabled,
:where(.css-1pm1osf).ant-input-number-filled[disabled] {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
}

:where(.css-1pm1osf).ant-input-number-filled.ant-input-number-disabled input[disabled],
:where(.css-1pm1osf).ant-input-number-filled[disabled] input[disabled],
:where(.css-1pm1osf).ant-input-number-filled.ant-input-number-disabled textarea[disabled],
:where(.css-1pm1osf).ant-input-number-filled[disabled] textarea[disabled] {
    cursor: not-allowed;
}

:where(.css-1pm1osf).ant-input-number-filled.ant-input-number-disabled:hover:not([disabled]),
:where(.css-1pm1osf).ant-input-number-filled[disabled]:hover:not([disabled]) {
    border-color: #d9d9d9;
    background-color: rgba(0, 0, 0, 0.04);
}

:where(.css-1pm1osf).ant-input-number-filled.ant-input-number-status-error:not(.ant-input-number-disabled) {
    background: #fff2f0;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

input:where(.css-1pm1osf).ant-input-number-filled.ant-input-number-status-error:not(.ant-input-number-disabled),
:where(.css-1pm1osf).ant-input-number-filled.ant-input-number-status-error:not(.ant-input-number-disabled) input,
textarea:where(.css-1pm1osf).ant-input-number-filled.ant-input-number-status-error:not(.ant-input-number-disabled),
:where(.css-1pm1osf).ant-input-number-filled.ant-input-number-status-error:not(.ant-input-number-disabled) textarea {
    color: #ff4d4f;
}

:where(.css-1pm1osf).ant-input-number-filled.ant-input-number-status-error:not(.ant-input-number-disabled):hover {
    background: #fff1f0;
}

:where(.css-1pm1osf).ant-input-number-filled.ant-input-number-status-error:not(.ant-input-number-disabled):focus,
:where(.css-1pm1osf).ant-input-number-filled.ant-input-number-status-error:not(.ant-input-number-disabled):focus-within {
    outline: 0;
    border-color: #ff4d4f;
    background-color: #ffffff;
}

:where(.css-1pm1osf).ant-input-number-filled.ant-input-number-status-error:not(.ant-input-number-disabled) .ant-input-number-prefix,
:where(.css-1pm1osf).ant-input-number-filled.ant-input-number-status-error:not(.ant-input-number-disabled) .ant-input-number-suffix {
    color: #ff4d4f;
}

:where(.css-1pm1osf).ant-input-number-filled.ant-input-number-status-warning:not(.ant-input-number-disabled) {
    background: #fffbe6;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

input:where(.css-1pm1osf).ant-input-number-filled.ant-input-number-status-warning:not(.ant-input-number-disabled),
:where(.css-1pm1osf).ant-input-number-filled.ant-input-number-status-warning:not(.ant-input-number-disabled) input,
textarea:where(.css-1pm1osf).ant-input-number-filled.ant-input-number-status-warning:not(.ant-input-number-disabled),
:where(.css-1pm1osf).ant-input-number-filled.ant-input-number-status-warning:not(.ant-input-number-disabled) textarea {
    color: #faad14;
}

:where(.css-1pm1osf).ant-input-number-filled.ant-input-number-status-warning:not(.ant-input-number-disabled):hover {
    background: #fff1b8;
}

:where(.css-1pm1osf).ant-input-number-filled.ant-input-number-status-warning:not(.ant-input-number-disabled):focus,
:where(.css-1pm1osf).ant-input-number-filled.ant-input-number-status-warning:not(.ant-input-number-disabled):focus-within {
    outline: 0;
    border-color: #faad14;
    background-color: #ffffff;
}

:where(.css-1pm1osf).ant-input-number-filled.ant-input-number-status-warning:not(.ant-input-number-disabled) .ant-input-number-prefix,
:where(.css-1pm1osf).ant-input-number-filled.ant-input-number-status-warning:not(.ant-input-number-disabled) .ant-input-number-suffix {
    color: #faad14;
}

:where(.css-1pm1osf).ant-input-number-filled .ant-input-number-handler-wrap {
    background: #f0f0f0;
}

:where(.css-1pm1osf).ant-input-number-filled .ant-input-number-handler-wrap .ant-input-number-handler-down {
    border-block-start: 1px solid #d9d9d9;
}

:where(.css-1pm1osf).ant-input-number-filled:focus-within .ant-input-number-handler-wrap {
    background: #ffffff;
}

:where(.css-1pm1osf).ant-input-number-borderless {
    background: transparent;
    border: none;
}

:where(.css-1pm1osf).ant-input-number-borderless:focus,
:where(.css-1pm1osf).ant-input-number-borderless:focus-within {
    outline: none;
}

:where(.css-1pm1osf).ant-input-number-borderless.ant-input-number-disabled,
:where(.css-1pm1osf).ant-input-number-borderless[disabled] {
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-1pm1osf).ant-input-number-borderless.ant-input-number-status-error,
:where(.css-1pm1osf).ant-input-number-borderless.ant-input-number-status-error input,
:where(.css-1pm1osf).ant-input-number-borderless.ant-input-number-status-error textarea {
    color: #ff4d4f;
}

:where(.css-1pm1osf).ant-input-number-borderless.ant-input-number-status-warning,
:where(.css-1pm1osf).ant-input-number-borderless.ant-input-number-status-warning input,
:where(.css-1pm1osf).ant-input-number-borderless.ant-input-number-status-warning textarea {
    color: #faad14;
}

:where(.css-1pm1osf).ant-input-number-rtl {
    direction: rtl;
}

:where(.css-1pm1osf).ant-input-number-rtl .ant-input-number-input {
    direction: rtl;
}

:where(.css-1pm1osf).ant-input-number-out-of-range .ant-input-number-input-wrap input {
    color: #ff4d4f;
}

:where(.css-1pm1osf).ant-input-number-group {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    position: relative;
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

:where(.css-1pm1osf).ant-input-number-group[class*='col-'] {
    padding-inline-end: 8px;
}

:where(.css-1pm1osf).ant-input-number-group[class*='col-']:last-child {
    padding-inline-end: 0;
}

:where(.css-1pm1osf).ant-input-number-group-lg .ant-input-number,
:where(.css-1pm1osf).ant-input-number-group-lg>.ant-input-number-group-addon {
    padding: 7px 11px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 8px;
}

:where(.css-1pm1osf).ant-input-number-group-sm .ant-input-number,
:where(.css-1pm1osf).ant-input-number-group-sm>.ant-input-number-group-addon {
    padding: 0px 7px;
    font-size: 14px;
    border-radius: 4px;
}

:where(.css-1pm1osf).ant-input-number-group-lg .ant-select-single .ant-select-selector {
    height: 40px;
}

:where(.css-1pm1osf).ant-input-number-group-sm .ant-select-single .ant-select-selector {
    height: 24px;
}

:where(.css-1pm1osf).ant-input-number-group>.ant-input-number {
    display: table-cell;
}

:where(.css-1pm1osf).ant-input-number-group>.ant-input-number:not(:first-child):not(:last-child) {
    border-radius: 0;
}

:where(.css-1pm1osf).ant-input-number-group .ant-input-number-group-addon,
:where(.css-1pm1osf).ant-input-number-group .ant-input-number-group-wrap {
    display: table-cell;
    width: 1px;
    white-space: nowrap;
    vertical-align: middle;
}

:where(.css-1pm1osf).ant-input-number-group .ant-input-number-group-addon:not(:first-child):not(:last-child),
:where(.css-1pm1osf).ant-input-number-group .ant-input-number-group-wrap:not(:first-child):not(:last-child) {
    border-radius: 0;
}

:where(.css-1pm1osf).ant-input-number-group .ant-input-number-group-wrap>* {
    display: block !important;
}

:where(.css-1pm1osf).ant-input-number-group .ant-input-number-group-addon {
    position: relative;
    padding: 0 11px;
    color: rgba(0, 0, 0, 0.88);
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
    transition: all 0.3s;
    line-height: 1;
}

:where(.css-1pm1osf).ant-input-number-group .ant-input-number-group-addon .ant-select {
    margin: -5px -11px;
}

:where(.css-1pm1osf).ant-input-number-group .ant-input-number-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
    background-color: inherit;
    border: 1px solid transparent;
    box-shadow: none;
}

:where(.css-1pm1osf).ant-input-number-group .ant-input-number-group-addon .ant-cascader-picker {
    margin: -9px -11px;
    background-color: transparent;
}

:where(.css-1pm1osf).ant-input-number-group .ant-input-number-group-addon .ant-cascader-picker .ant-cascader-input {
    text-align: start;
    border: 0;
    box-shadow: none;
}

:where(.css-1pm1osf).ant-input-number-group .ant-input-number {
    width: 100%;
    margin-bottom: 0;
    text-align: inherit;
}

:where(.css-1pm1osf).ant-input-number-group .ant-input-number:focus {
    z-index: 1;
    border-inline-end-width: 1px;
}

:where(.css-1pm1osf).ant-input-number-group .ant-input-number:hover {
    z-index: 1;
    border-inline-end-width: 1px;
}

.ant-input-number-search-with-button :where(.css-1pm1osf).ant-input-number-group .ant-input-number:hover {
    z-index: 0;
}

:where(.css-1pm1osf).ant-input-number-group>.ant-input-number:first-child,
:where(.css-1pm1osf).ant-input-number-group .ant-input-number-group-addon:first-child {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-1pm1osf).ant-input-number-group>.ant-input-number:first-child .ant-select .ant-select-selector,
:where(.css-1pm1osf).ant-input-number-group .ant-input-number-group-addon:first-child .ant-select .ant-select-selector {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-1pm1osf).ant-input-number-group>.ant-input-number-affix-wrapper:not(:first-child) .ant-input-number {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-1pm1osf).ant-input-number-group>.ant-input-number-affix-wrapper:not(:last-child) .ant-input-number {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-1pm1osf).ant-input-number-group>.ant-input-number:last-child,
:where(.css-1pm1osf).ant-input-number-group .ant-input-number-group-addon:last-child {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-1pm1osf).ant-input-number-group>.ant-input-number:last-child .ant-select .ant-select-selector,
:where(.css-1pm1osf).ant-input-number-group .ant-input-number-group-addon:last-child .ant-select .ant-select-selector {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-1pm1osf).ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child) {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

.ant-input-number-search :where(.css-1pm1osf).ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child) {
    border-start-start-radius: 6px;
    border-end-start-radius: 6px;
}

:where(.css-1pm1osf).ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child),
.ant-input-number-search :where(.css-1pm1osf).ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child) {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact {
    display: block;
}

:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact::before {
    display: table;
    content: "";
}

:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact::after {
    display: table;
    clear: both;
    content: "";
}

:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact .ant-input-number-group-addon:not(:first-child):not(:last-child),
:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact .ant-input-number-group-wrap:not(:first-child):not(:last-child),
:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact>.ant-input-number:not(:first-child):not(:last-child) {
    border-inline-end-width: 1px;
}

:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact .ant-input-number-group-addon:not(:first-child):not(:last-child):hover,
:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact .ant-input-number-group-wrap:not(:first-child):not(:last-child):hover,
:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact>.ant-input-number:not(:first-child):not(:last-child):hover,
:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact .ant-input-number-group-addon:not(:first-child):not(:last-child):focus,
:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact .ant-input-number-group-wrap:not(:first-child):not(:last-child):focus,
:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact>.ant-input-number:not(:first-child):not(:last-child):focus {
    z-index: 1;
}

:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact>* {
    display: inline-flex;
    float: none;
    vertical-align: top;
    border-radius: 0;
}

:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact>.ant-input-number-affix-wrapper,
:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact>.ant-input-number-number-affix-wrapper,
:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact>.ant-picker-range {
    display: inline-flex;
}

:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact>*:not(:last-child) {
    margin-inline-end: -1px;
    border-inline-end-width: 1px;
}

:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact .ant-input-number {
    float: none;
}

:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact>.ant-select>.ant-select-selector,
:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact>.ant-select-auto-complete .ant-input-number,
:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact>.ant-cascader-picker .ant-input-number,
:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact>.ant-input-number-group-wrapper .ant-input-number {
    border-inline-end-width: 1px;
    border-radius: 0;
}

:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact>.ant-select>.ant-select-selector:hover,
:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact>.ant-select-auto-complete .ant-input-number:hover,
:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact>.ant-cascader-picker .ant-input-number:hover,
:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact>.ant-input-number-group-wrapper .ant-input-number:hover,
:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact>.ant-select>.ant-select-selector:focus,
:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact>.ant-select-auto-complete .ant-input-number:focus,
:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact>.ant-cascader-picker .ant-input-number:focus,
:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact>.ant-input-number-group-wrapper .ant-input-number:focus {
    z-index: 1;
}

:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact>.ant-select-focused {
    z-index: 1;
}

:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact>.ant-select>.ant-select-arrow {
    z-index: 1;
}

:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact>*:first-child,
:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact>.ant-select:first-child>.ant-select-selector,
:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact>.ant-select-auto-complete:first-child .ant-input-number,
:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact>.ant-cascader-picker:first-child .ant-input-number {
    border-start-start-radius: 6px;
    border-end-start-radius: 6px;
}

:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact>*:last-child,
:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact>.ant-select:last-child>.ant-select-selector,
:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact>.ant-cascader-picker:last-child .ant-input-number,
:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact>.ant-cascader-picker-focused:last-child .ant-input-number {
    border-inline-end-width: 1px;
    border-start-end-radius: 6px;
    border-end-end-radius: 6px;
}

:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact>.ant-select-auto-complete .ant-input-number {
    vertical-align: top;
}

:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact .ant-input-number-group-wrapper+.ant-input-number-group-wrapper {
    margin-inline-start: -1px;
}

:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact .ant-input-number-group-wrapper+.ant-input-number-group-wrapper .ant-input-number-affix-wrapper {
    border-radius: 0;
}

:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact .ant-input-number-group-wrapper:not(:last-child).ant-input-number-search>.ant-input-number-group>.ant-input-number-group-addon>.ant-input-number-search-button {
    border-radius: 0;
}

:where(.css-1pm1osf).ant-input-number-group.ant-input-number-group-compact .ant-input-number-group-wrapper:not(:last-child).ant-input-number-search>.ant-input-number-group>.ant-input-number {
    border-start-start-radius: 6px;
    border-start-end-radius: 0;
    border-end-end-radius: 0;
    border-end-start-radius: 6px;
}

:where(.css-1pm1osf).ant-input-number-group-wrapper {
    display: inline-block;
    text-align: start;
    vertical-align: top;
}

:where(.css-1pm1osf).ant-input-number-group-wrapper .ant-input-number-affix-wrapper {
    width: 100%;
}

:where(.css-1pm1osf).ant-input-number-group-wrapper-lg .ant-input-number-group-addon {
    border-radius: 8px;
    font-size: 16px;
}

:where(.css-1pm1osf).ant-input-number-group-wrapper-sm .ant-input-number-group-addon {
    border-radius: 4px;
}

:where(.css-1pm1osf).ant-input-number-group-wrapper-outlined .ant-input-number-group-addon {
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid #d9d9d9;
}

:where(.css-1pm1osf).ant-input-number-group-wrapper-outlined .ant-input-number-group-addon:first-child {
    border-inline-end: 0;
}

:where(.css-1pm1osf).ant-input-number-group-wrapper-outlined .ant-input-number-group-addon:last-child {
    border-inline-start: 0;
}

:where(.css-1pm1osf).ant-input-number-group-wrapper-outlined.ant-input-number-group-wrapper-status-error .ant-input-number-group-addon {
    border-color: #ff4d4f;
    color: #ff4d4f;
}

:where(.css-1pm1osf).ant-input-number-group-wrapper-outlined.ant-input-number-group-wrapper-status-warning .ant-input-number-group-addon {
    border-color: #faad14;
    color: #faad14;
}

:where(.css-1pm1osf).ant-input-number-group-wrapper-outlined.ant-input-number-group-wrapper-disabled .ant-input-number-group-addon {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
}

:where(.css-1pm1osf).ant-input-number-group-wrapper-outlined.ant-input-number-group-wrapper-disabled .ant-input-number-group-addon input[disabled],
:where(.css-1pm1osf).ant-input-number-group-wrapper-outlined.ant-input-number-group-wrapper-disabled .ant-input-number-group-addon textarea[disabled] {
    cursor: not-allowed;
}

:where(.css-1pm1osf).ant-input-number-group-wrapper-outlined.ant-input-number-group-wrapper-disabled .ant-input-number-group-addon:hover:not([disabled]) {
    border-color: #d9d9d9;
    background-color: rgba(0, 0, 0, 0.04);
}

:where(.css-1pm1osf).ant-input-number-group-wrapper-filled .ant-input-number-group-addon {
    background: rgba(0, 0, 0, 0.04);
}

:where(.css-1pm1osf).ant-input-number-group-wrapper-filled .ant-input-number-group .ant-input-number-filled:not(:focus):not(:focus-within):not(:first-child) {
    border-inline-start: 1px solid rgba(5, 5, 5, 0.06);
}

:where(.css-1pm1osf).ant-input-number-group-wrapper-filled .ant-input-number-group .ant-input-number-filled:not(:focus):not(:focus-within):not(:last-child) {
    border-inline-end: 1px solid rgba(5, 5, 5, 0.06);
}

:where(.css-1pm1osf).ant-input-number-group-wrapper-filled.ant-input-number-group-wrapper-status-error .ant-input-number-group-addon {
    background: #fff2f0;
    color: #ff4d4f;
}

:where(.css-1pm1osf).ant-input-number-group-wrapper-filled.ant-input-number-group-wrapper-status-warning .ant-input-number-group-addon {
    background: #fffbe6;
    color: #faad14;
}

:where(.css-1pm1osf).ant-input-number-group-wrapper-filled.ant-input-number-group-wrapper-disabled .ant-input-number-group-addon {
    background: rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-1pm1osf).ant-input-number-group-wrapper-filled.ant-input-number-group-wrapper-disabled .ant-input-number-group-addon:first-child {
    border-inline-start: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

:where(.css-1pm1osf).ant-input-number-group-wrapper-filled.ant-input-number-group-wrapper-disabled .ant-input-number-group-addon:last-child {
    border-inline-end: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

:where(.css-1pm1osf).ant-input-number-group-wrapper:not(.ant-input-number-compact-first-item):not(.ant-input-number-compact-last-item).ant-input-number-compact-item .ant-input-number,
:where(.css-1pm1osf).ant-input-number-group-wrapper:not(.ant-input-number-compact-first-item):not(.ant-input-number-compact-last-item).ant-input-number-compact-item .ant-input-number-group-addon {
    border-radius: 0;
}

:where(.css-1pm1osf).ant-input-number-group-wrapper:not(.ant-input-number-compact-last-item).ant-input-number-compact-first-item .ant-input-number,
:where(.css-1pm1osf).ant-input-number-group-wrapper:not(.ant-input-number-compact-last-item).ant-input-number-compact-first-item .ant-input-number-group-addon {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-1pm1osf).ant-input-number-group-wrapper:not(.ant-input-number-compact-first-item).ant-input-number-compact-last-item .ant-input-number,
:where(.css-1pm1osf).ant-input-number-group-wrapper:not(.ant-input-number-compact-first-item).ant-input-number-compact-last-item .ant-input-number-group-addon {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-1pm1osf).ant-input-number-disabled .ant-input-number-input {
    cursor: not-allowed;
}

:where(.css-1pm1osf).ant-input-number .ant-input-number-input {
    box-sizing: border-box;
    margin: 0;
    padding: 4px 11px;
    color: rgba(0, 0, 0, 0.88);
    font-size: inherit;
    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';
    width: 100%;
    text-align: start;
    background-color: transparent;
    border: 0;
    border-radius: 6px;
    outline: 0;
    transition: all 0.2s linear;
    appearance: textfield;
}

:where(.css-1pm1osf).ant-input-number .ant-input-number-input::-moz-placeholder {
    opacity: 1;
}

:where(.css-1pm1osf).ant-input-number .ant-input-number-input::placeholder {
    color: #A0A5B6;
    user-select: none;
}

:where(.css-1pm1osf).ant-input-number .ant-input-number-input:placeholder-shown {
    text-overflow: ellipsis;
}

:where(.css-1pm1osf).ant-input-number .ant-input-number-input[type="number"]::-webkit-inner-spin-button,
:where(.css-1pm1osf).ant-input-number .ant-input-number-input[type="number"]::-webkit-outer-spin-button {
    margin: 0;
    webkit-appearance: none;
    appearance: none;
}

:where(.css-1pm1osf).ant-input-number:hover .ant-input-number-handler-wrap,
:where(.css-1pm1osf).ant-input-number-focused .ant-input-number-handler-wrap {
    width: 22px;
    opacity: 1;
}

:where(.css-1pm1osf).ant-input-number .ant-input-number-handler-wrap {
    position: absolute;
    inset-block-start: 0;
    inset-inline-end: 0;
    width: 0;
    opacity: 0;
    height: 100%;
    border-start-start-radius: 0;
    border-start-end-radius: 6px;
    border-end-end-radius: 6px;
    border-end-start-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    transition: all 0.2s;
    overflow: hidden;
}

:where(.css-1pm1osf).ant-input-number .ant-input-number-handler-wrap .ant-input-number-handler {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: auto;
    height: 40%;
}

:where(.css-1pm1osf).ant-input-number .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
:where(.css-1pm1osf).ant-input-number .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
    margin-inline-end: 0;
    font-size: 7px;
}

:where(.css-1pm1osf).ant-input-number .ant-input-number-handler {
    height: 50%;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.45);
    font-weight: bold;
    line-height: 0;
    text-align: center;
    cursor: pointer;
    border-inline-start: 1px solid #d9d9d9;
    transition: all 0.2s linear;
}

:where(.css-1pm1osf).ant-input-number .ant-input-number-handler:active {
    background: rgba(0, 0, 0, 0.02);
}

:where(.css-1pm1osf).ant-input-number .ant-input-number-handler:hover {
    height: 60%;
}

:where(.css-1pm1osf).ant-input-number .ant-input-number-handler:hover .ant-input-number-handler-up-inner,
:where(.css-1pm1osf).ant-input-number .ant-input-number-handler:hover .ant-input-number-handler-down-inner {
    color: var(--primary-color);
}

:where(.css-1pm1osf).ant-input-number .ant-input-number-handler-up-inner,
:where(.css-1pm1osf).ant-input-number .ant-input-number-handler-down-inner {
    display: inline-flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.45);
    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;
    transition: all 0.2s linear;
    user-select: none;
}

:where(.css-1pm1osf).ant-input-number .ant-input-number-handler-up-inner>*,
:where(.css-1pm1osf).ant-input-number .ant-input-number-handler-down-inner>* {
    line-height: 1;
}

:where(.css-1pm1osf).ant-input-number .ant-input-number-handler-up-inner svg,
:where(.css-1pm1osf).ant-input-number .ant-input-number-handler-down-inner svg {
    display: inline-block;
}

:where(.css-1pm1osf).ant-input-number .ant-input-number-handler-up {
    border-start-end-radius: 6px;
}

:where(.css-1pm1osf).ant-input-number .ant-input-number-handler-down {
    border-end-end-radius: 6px;
}

:where(.css-1pm1osf).ant-input-number-lg .ant-input-number-handler-wrap {
    border-start-end-radius: 8px;
    border-end-end-radius: 8px;
}

:where(.css-1pm1osf).ant-input-number-lg .ant-input-number-handler-up {
    border-start-end-radius: 8px;
}

:where(.css-1pm1osf).ant-input-number-lg .ant-input-number-handler-down {
    border-end-end-radius: 8px;
}

:where(.css-1pm1osf).ant-input-number-sm .ant-input-number-handler-wrap {
    border-start-end-radius: 4px;
    border-end-end-radius: 4px;
}

:where(.css-1pm1osf).ant-input-number-sm .ant-input-number-handler-up {
    border-start-end-radius: 4px;
}

:where(.css-1pm1osf).ant-input-number-sm .ant-input-number-handler-down {
    border-end-end-radius: 4px;
}

:where(.css-1pm1osf).ant-input-number-disabled .ant-input-number-handler-wrap,
:where(.css-1pm1osf).ant-input-number-readonly .ant-input-number-handler-wrap {
    display: none;
}

:where(.css-1pm1osf).ant-input-number-disabled .ant-input-number-input,
:where(.css-1pm1osf).ant-input-number-readonly .ant-input-number-input {
    color: inherit;
}

:where(.css-1pm1osf).ant-input-number .ant-input-number-handler-up-disabled,
:where(.css-1pm1osf).ant-input-number .ant-input-number-handler-down-disabled {
    cursor: not-allowed;
}

.ant-input-number-handler-up-disabled:hover :where(.css-1pm1osf).ant-input-number-handler-up-inner,
.ant-input-number-handler-down-disabled:hover :where(.css-1pm1osf).ant-input-number-handler-down-inner {
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-1pm1osf).ant-input-number-affix-wrapper {
    position: relative;
    display: inline-flex;
    width: 90px;
    min-width: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    border-radius: 6px;
    transition: all 0.2s;
    align-items: center;
    padding-inline-start: 11px;
}

:where(.css-1pm1osf).ant-input-number-affix-wrapper input.ant-input-number-input {
    padding: 4px 0;
}

:where(.css-1pm1osf).ant-input-number-affix-wrapper::-moz-placeholder {
    opacity: 1;
}

:where(.css-1pm1osf).ant-input-number-affix-wrapper::placeholder {
    color: #A0A5B6;
    user-select: none;
}

:where(.css-1pm1osf).ant-input-number-affix-wrapper:placeholder-shown {
    text-overflow: ellipsis;
}

textarea:where(.css-1pm1osf).ant-input-number-affix-wrapper {
    max-width: 100%;
    height: auto;
    min-height: 32px;
    line-height: 1.5714285714285714;
    vertical-align: bottom;
    transition: all 0.3s, height 0s;
    resize: vertical;
}

:where(.css-1pm1osf).ant-input-number-affix-wrapper-lg {
    border-radius: 8px;
    padding-inline-start: 11px;
}

:where(.css-1pm1osf).ant-input-number-affix-wrapper-lg input.ant-input-number-input {
    padding: 7px 0;
}

:where(.css-1pm1osf).ant-input-number-affix-wrapper-sm {
    border-radius: 4px;
    padding-inline-start: 7px;
}

:where(.css-1pm1osf).ant-input-number-affix-wrapper-sm input.ant-input-number-input {
    padding: 0px 0;
}

:where(.css-1pm1osf).ant-input-number-affix-wrapper-rtl,
:where(.css-1pm1osf).ant-input-number-affix-wrapper-textarea-rtl {
    direction: rtl;
}

:where(.css-1pm1osf).ant-input-number-affix-wrapper:not(.ant-input-number-disabled):hover {
    z-index: 1;
}

:where(.css-1pm1osf).ant-input-number-affix-wrapper-focused,
:where(.css-1pm1osf).ant-input-number-affix-wrapper:focus {
    z-index: 1;
}

:where(.css-1pm1osf).ant-input-number-affix-wrapper-disabled>.ant-input-number-disabled {
    background: transparent;
}

:where(.css-1pm1osf).ant-input-number-affix-wrapper>div.ant-input-number {
    width: 100%;
    border: none;
    outline: none;
}

:where(.css-1pm1osf).ant-input-number-affix-wrapper>div.ant-input-number.ant-input-number-focused {
    box-shadow: none !important;
}

:where(.css-1pm1osf).ant-input-number-affix-wrapper::before {
    display: inline-block;
    width: 0;
    visibility: hidden;
    content: "\a0";
}

:where(.css-1pm1osf).ant-input-number-affix-wrapper .ant-input-number-handler-wrap {
    z-index: 2;
}

:where(.css-1pm1osf).ant-input-number-affix-wrapper .ant-input-number {
    position: static;
    color: inherit;
}

:where(.css-1pm1osf).ant-input-number-affix-wrapper .ant-input-number-prefix,
:where(.css-1pm1osf).ant-input-number-affix-wrapper .ant-input-number-suffix {
    display: flex;
    flex: none;
    align-items: center;
    pointer-events: none;
}

:where(.css-1pm1osf).ant-input-number-affix-wrapper .ant-input-number-prefix {
    margin-inline-end: 4px;
}

:where(.css-1pm1osf).ant-input-number-affix-wrapper .ant-input-number-suffix {
    inset-block-start: 0;
    inset-inline-end: 0;
    height: 100%;
    margin-inline-end: 11px;
    margin-inline-start: 4px;
    transition: margin 0.2s;
}

:where(.css-1pm1osf).ant-input-number-affix-wrapper:hover .ant-input-number-handler-wrap,
:where(.css-1pm1osf).ant-input-number-affix-wrapper-focused .ant-input-number-handler-wrap {
    width: 22px;
    opacity: 1;
}

:where(.css-1pm1osf).ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-without-controls):hover .ant-input-number-suffix {
    margin-inline-end: 33px;
}

:where(.css-1pm1osf).ant-input-number-compact-item:not(.ant-input-number-compact-last-item) {
    margin-inline-end: -1px;
}

:where(.css-1pm1osf).ant-input-number-compact-item:hover,
:where(.css-1pm1osf).ant-input-number-compact-item:focus,
:where(.css-1pm1osf).ant-input-number-compact-item:active {
    z-index: 2;
}

:where(.css-1pm1osf).ant-input-number-compact-item[disabled] {
    z-index: 0;
}

:where(.css-1pm1osf).ant-input-number-compact-item:not(.ant-input-number-compact-first-item):not(.ant-input-number-compact-last-item) {
    border-radius: 0;
}

:where(.css-1pm1osf).ant-input-number-compact-item:not(.ant-input-number-compact-last-item).ant-input-number-compact-first-item,
:where(.css-1pm1osf).ant-input-number-compact-item:not(.ant-input-number-compact-last-item).ant-input-number-compact-first-item.ant-input-number-sm,
:where(.css-1pm1osf).ant-input-number-compact-item:not(.ant-input-number-compact-last-item).ant-input-number-compact-first-item.ant-input-number-lg {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-1pm1osf).ant-input-number-compact-item:not(.ant-input-number-compact-first-item).ant-input-number-compact-last-item,
:where(.css-1pm1osf).ant-input-number-compact-item:not(.ant-input-number-compact-first-item).ant-input-number-compact-last-item.ant-input-number-sm,
:where(.css-1pm1osf).ant-input-number-compact-item:not(.ant-input-number-compact-first-item).ant-input-number-compact-last-item.ant-input-number-lg {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

.anticon-loading {
    transition: transform 0.3s ease-in-out;
    /* 旋转动画 */
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

:where(.css-vryruh).ant-modal-confirm .ant-modal-confirm-body {
    display: flex;
    flex-wrap: nowrap;
    align-items: start;
}

:where(.css-vryruh).ant-modal-confirm .anticon+.ant-modal-confirm-paragraph {
    max-width: calc(100% - 34px);
}

:where(.css-vryruh).ant-modal-confirm .ant-modal-confirm-content {
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
}

:where(.css-vryruh).ant-modal-confirm-warning .ant-modal-confirm-body>.anticon,
:where(.css-vryruh).ant-modal-confirm-confirm .ant-modal-confirm-body>.anticon {
    color: #faad14;
}

:where(.css-vryruh).ant-modal-confirm .ant-modal-confirm-body>.anticon {
    flex: none;
    font-size: 22px;
    margin-inline-end: 12px;
    margin-top: 0;
}

:where(.css-vryruh).ant-btn-variant-outlined,
:where(.css-vryruh).ant-btn-variant-dashed {
    border-color: #d9d9d9;
    background: #ffffff;
}

:where(.css-vryruh).ant-btn-color-default {
    color: rgba(0, 0, 0, 0.88);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
}

.ant-btn.ant-btn-primary:not(.ant-btn-background-ghost):not(.ant-btn-sm):not(:disabled),
.ant-btn.gradient-btn {
    background: linear-gradient(90deg, #3A7DF9 0%, var(--primary-color) 100%);
    color: #fff;
    border: none;
}

:where(.css-vryruh).ant-modal-confirm .ant-modal-confirm-btns .ant-btn+.ant-btn {
    margin-bottom: 0;
    margin-inline-start: 8px;
}

:where(.css-vryruh).ant-btn-variant-outlined,
:where(.css-vryruh).ant-btn-variant-dashed {
    border-color: #d9d9d9;
    background: #ffffff;
}

:where(.css-vryruh).ant-btn-color-default {
    color: rgba(0, 0, 0, 0.88);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
}

:where(.css-vryruh).ant-btn {
    font-size: 14px;
    line-height: 1.5714285714285714;
    height: 32px;
    padding: 4px 15px;
    border-radius: 6px;
}

:where(.css-vryruh).ant-btn {
    outline: none;
    position: relative;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    background: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    user-select: none;
    touch-action: manipulation;
    color: rgba(0, 0, 0, 0.88);
}

:where(.css-vryruh).ant-btn {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 14px;
    box-sizing: border-box;
}

*,
::where(.css-vryruh).ant-btn-variant-solid {
    color: #fff;
    background: #1677ff;
}

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

:where(.css-vryruh).ant-modal-confirm .ant-modal-confirm-btns {
    text-align: end;
    margin-top: 12px;
}

:where(.css-vryruh).ant-btn {
    font-size: 14px;
    line-height: 1.5714285714285714;
    height: 32px;
    padding: 4px 15px;
    border-radius: 6px;
}

:where(.css-vryruh).ant-btn {
    outline: none;
    position: relative;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    background: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    user-select: none;
    touch-action: manipulation;
    color: rgba(0, 0, 0, 0.88);
}

:where(.css-vryruh).ant-btn {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 14px;
    box-sizing: border-box;
}

:where(.css-1pm1osf)[class^="ant-form"],:where(.css-1pm1osf)[class*=" ant-form"]{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';font-size:14px;box-sizing:border-box;}:where(.css-1pm1osf)[class^="ant-form"]::before,:where(.css-1pm1osf)[class*=" ant-form"]::before,:where(.css-1pm1osf)[class^="ant-form"]::after,:where(.css-1pm1osf)[class*=" ant-form"]::after{box-sizing:border-box;}:where(.css-1pm1osf)[class^="ant-form"] [class^="ant-form"],:where(.css-1pm1osf)[class*=" ant-form"] [class^="ant-form"],:where(.css-1pm1osf)[class^="ant-form"] [class*=" ant-form"],:where(.css-1pm1osf)[class*=" ant-form"] [class*=" ant-form"]{box-sizing:border-box;}:where(.css-1pm1osf)[class^="ant-form"] [class^="ant-form"]::before,:where(.css-1pm1osf)[class*=" ant-form"] [class^="ant-form"]::before,:where(.css-1pm1osf)[class^="ant-form"] [class*=" ant-form"]::before,:where(.css-1pm1osf)[class*=" ant-form"] [class*=" ant-form"]::before,:where(.css-1pm1osf)[class^="ant-form"] [class^="ant-form"]::after,:where(.css-1pm1osf)[class*=" ant-form"] [class^="ant-form"]::after,:where(.css-1pm1osf)[class^="ant-form"] [class*=" ant-form"]::after,:where(.css-1pm1osf)[class*=" ant-form"] [class*=" ant-form"]::after{box-sizing:border-box;}:where(.css-1pm1osf).ant-form{box-sizing:border-box;margin:0;padding:0;color:rgba(0, 0, 0, 0.88);font-size:14px;line-height:1.5714285714285714;list-style:none;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';}:where(.css-1pm1osf).ant-form legend{display:block;width:100%;margin-bottom:24px;padding:0;color:rgba(0, 0, 0, 0.45);font-size:16px;line-height:inherit;border:0;border-bottom:1px solid #d9d9d9;}:where(.css-1pm1osf).ant-form input[type="search"]{box-sizing:border-box;}:where(.css-1pm1osf).ant-form input[type="radio"],:where(.css-1pm1osf).ant-form input[type="checkbox"]{line-height:normal;}:where(.css-1pm1osf).ant-form input[type="file"]{display:block;}:where(.css-1pm1osf).ant-form input[type="range"]{display:block;width:100%;}:where(.css-1pm1osf).ant-form select[multiple],:where(.css-1pm1osf).ant-form select[size]{height:auto;}:where(.css-1pm1osf).ant-form input[type='file']:focus,:where(.css-1pm1osf).ant-form input[type='radio']:focus,:where(.css-1pm1osf).ant-form input[type='checkbox']:focus{outline:0;box-shadow:0 0 0 2px rgba(122, 5, 255, 0.06);}:where(.css-1pm1osf).ant-form output{display:block;padding-top:15px;color:rgba(0, 0, 0, 0.88);font-size:14px;line-height:1.5714285714285714;}:where(.css-1pm1osf).ant-form .ant-form-text{display:inline-block;padding-inline-end:12px;}:where(.css-1pm1osf).ant-form-small .ant-form-item .ant-form-item-label>label{height:24px;}:where(.css-1pm1osf).ant-form-small .ant-form-item .ant-form-item-control-input{min-height:24px;}:where(.css-1pm1osf).ant-form-large .ant-form-item .ant-form-item-label>label{height:40px;}:where(.css-1pm1osf).ant-form-large .ant-form-item .ant-form-item-control-input{min-height:40px;}:where(.css-1pm1osf).ant-form-item{box-sizing:border-box;margin:0;padding:0;color:rgba(0, 0, 0, 0.88);font-size:14px;line-height:1.5714285714285714;list-style:none;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';margin-bottom:24px;vertical-align:top;}:where(.css-1pm1osf).ant-form-item-with-help{transition:none;}:where(.css-1pm1osf).ant-form-item-hidden,:where(.css-1pm1osf).ant-form-item-hidden.ant-row{display:none;}:where(.css-1pm1osf).ant-form-item-has-warning .ant-form-item-split{color:#ff4d4f;}:where(.css-1pm1osf).ant-form-item-has-error .ant-form-item-split{color:#faad14;}:where(.css-1pm1osf).ant-form-item .ant-form-item-label{flex-grow:0;overflow:hidden;white-space:nowrap;text-align:end;vertical-align:middle;}:where(.css-1pm1osf).ant-form-item .ant-form-item-label-left{text-align:start;}:where(.css-1pm1osf).ant-form-item .ant-form-item-label-wrap{overflow:unset;line-height:1.5714285714285714;white-space:unset;}:where(.css-1pm1osf).ant-form-item .ant-form-item-label >label{position:relative;display:inline-flex;align-items:center;max-width:100%;height:32px;color:rgba(0, 0, 0, 0.88);font-size:14px;}:where(.css-1pm1osf).ant-form-item .ant-form-item-label >label >.anticon{font-size:14px;vertical-align:top;}:where(.css-1pm1osf).ant-form-item .ant-form-item-label >label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before{display:inline-block;margin-inline-end:4px;color:#ff4d4f;font-size:14px;font-family:SimSun,sans-serif;line-height:1;content:"*";}.ant-form-hide-required-mark :where(.css-1pm1osf).ant-form-item .ant-form-item-label >label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before{display:none;}:where(.css-1pm1osf).ant-form-item .ant-form-item-label >label .ant-form-item-optional{display:inline-block;margin-inline-start:4px;color:rgba(0, 0, 0, 0.45);}.ant-form-hide-required-mark :where(.css-1pm1osf).ant-form-item .ant-form-item-label >label .ant-form-item-optional{display:none;}:where(.css-1pm1osf).ant-form-item .ant-form-item-label >label .ant-form-item-tooltip{color:rgba(0, 0, 0, 0.45);cursor:help;writing-mode:horizontal-tb;margin-inline-start:4px;}:where(.css-1pm1osf).ant-form-item .ant-form-item-label >label::after{content:":";position:relative;margin-block:0;margin-inline-start:2px;margin-inline-end:8px;}:where(.css-1pm1osf).ant-form-item .ant-form-item-label >label.ant-form-item-no-colon::after{content:"\a0";}:where(.css-1pm1osf).ant-form-item .ant-form-item-control{--ant-display:flex;flex-direction:column;flex-grow:1;}:where(.css-1pm1osf).ant-form-item .ant-form-item-control:first-child:not([class^="'ant-col-'"]):not([class*="' ant-col-'"]){width:100%;}:where(.css-1pm1osf).ant-form-item .ant-form-item-control-input{position:relative;display:flex;align-items:center;min-height:32px;}:where(.css-1pm1osf).ant-form-item .ant-form-item-control-input-content{flex:auto;max-width:100%;}:where(.css-1pm1osf).ant-form-item .ant-form-item-explain,:where(.css-1pm1osf).ant-form-item .ant-form-item-extra{clear:both;color:rgba(0, 0, 0, 0.45);font-size:14px;line-height:1.5714285714285714;}:where(.css-1pm1osf).ant-form-item .ant-form-item-explain-connected{width:100%;}:where(.css-1pm1osf).ant-form-item .ant-form-item-extra{min-height:24px;transition:color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);}:where(.css-1pm1osf).ant-form-item .ant-form-item-explain-error{color:#ff4d4f;}:where(.css-1pm1osf).ant-form-item .ant-form-item-explain-warning{color:#faad14;}:where(.css-1pm1osf).ant-form-item-with-help .ant-form-item-explain{height:auto;opacity:1;}:where(.css-1pm1osf).ant-form-item .ant-form-item-feedback-icon{font-size:14px;text-align:center;visibility:visible;animation-name:css-1pm1osf-antZoomIn;animation-duration:0.2s;animation-timing-function:cubic-bezier(0.12, 0.4, 0.29, 1.46);pointer-events:none;}:where(.css-1pm1osf).ant-form-item .ant-form-item-feedback-icon-success{color:#52c41a;}:where(.css-1pm1osf).ant-form-item .ant-form-item-feedback-icon-error{color:#ff4d4f;}:where(.css-1pm1osf).ant-form-item .ant-form-item-feedback-icon-warning{color:#faad14;}:where(.css-1pm1osf).ant-form-item .ant-form-item-feedback-icon-validating{color:var(--primary-color);}:where(.css-1pm1osf).ant-form-show-help{transition:opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);}:where(.css-1pm1osf).ant-form-show-help-appear,:where(.css-1pm1osf).ant-form-show-help-enter{opacity:0;}:where(.css-1pm1osf).ant-form-show-help-appear-active,:where(.css-1pm1osf).ant-form-show-help-enter-active{opacity:1;}:where(.css-1pm1osf).ant-form-show-help-leave{opacity:1;}:where(.css-1pm1osf).ant-form-show-help-leave-active{opacity:0;}:where(.css-1pm1osf).ant-form-show-help .ant-form-show-help-item{overflow:hidden;transition:height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)!important;}:where(.css-1pm1osf).ant-form-show-help .ant-form-show-help-item.ant-form-show-help-item-appear,:where(.css-1pm1osf).ant-form-show-help .ant-form-show-help-item.ant-form-show-help-item-enter{transform:translateY(-5px);opacity:0;}:where(.css-1pm1osf).ant-form-show-help .ant-form-show-help-item.ant-form-show-help-item-appear-active,:where(.css-1pm1osf).ant-form-show-help .ant-form-show-help-item.ant-form-show-help-item-enter-active{transform:translateY(0);opacity:1;}:where(.css-1pm1osf).ant-form-show-help .ant-form-show-help-item.ant-form-show-help-item-leave-active{transform:translateY(-5px);}:where(.css-1pm1osf).ant-form-horizontal .ant-form-item-label{flex-grow:0;}:where(.css-1pm1osf).ant-form-horizontal .ant-form-item-control{flex:1 1 0;min-width:0;}:where(.css-1pm1osf).ant-form-horizontal .ant-form-item-label[class$='-24']+.ant-form-item-control,:where(.css-1pm1osf).ant-form-horizontal .ant-form-item-label[class*='-24 ']+.ant-form-item-control{min-width:unset;}:where(.css-1pm1osf).ant-form-item-horizontal .ant-form-item-label{flex-grow:0;}:where(.css-1pm1osf).ant-form-item-horizontal .ant-form-item-control{flex:1 1 0;min-width:0;}:where(.css-1pm1osf).ant-form-item-horizontal .ant-form-item-label[class$='-24']+.ant-form-item-control,:where(.css-1pm1osf).ant-form-item-horizontal .ant-form-item-label[class*='-24 ']+.ant-form-item-control{min-width:unset;}:where(.css-1pm1osf).ant-form-inline{display:flex;flex-wrap:wrap;}:where(.css-1pm1osf).ant-form-inline .ant-form-item{flex:none;margin-inline-end:16px;margin-bottom:0;}:where(.css-1pm1osf).ant-form-inline .ant-form-item-row{flex-wrap:nowrap;}:where(.css-1pm1osf).ant-form-inline .ant-form-item >.ant-form-item-label,:where(.css-1pm1osf).ant-form-inline .ant-form-item >.ant-form-item-control{display:inline-block;vertical-align:top;}:where(.css-1pm1osf).ant-form-inline .ant-form-item >.ant-form-item-label{flex:none;}:where(.css-1pm1osf).ant-form-inline .ant-form-item .ant-form-text{display:inline-block;}:where(.css-1pm1osf).ant-form-inline .ant-form-item .ant-form-item-has-feedback{display:inline-block;}:where(.css-1pm1osf).ant-form-vertical .ant-form-item:not(.ant-form-item-horizontal) .ant-form-item-row{flex-direction:column;}:where(.css-1pm1osf).ant-form-vertical .ant-form-item:not(.ant-form-item-horizontal) .ant-form-item-label>label{height:auto;}:where(.css-1pm1osf).ant-form-vertical .ant-form-item:not(.ant-form-item-horizontal) .ant-form-item-control{width:100%;}:where(.css-1pm1osf).ant-form-vertical .ant-form-item:not(.ant-form-item-horizontal) .ant-form-item-label,:where(.css-1pm1osf).ant-form-vertical .ant-form-item:not(.ant-form-item-horizontal) .ant-col-24.ant-form-item-label,:where(.css-1pm1osf).ant-form-vertical .ant-form-item:not(.ant-form-item-horizontal) .ant-col-xl-24.ant-form-item-label{padding:0 0 8px;margin:0;white-space:initial;text-align:start;}:where(.css-1pm1osf).ant-form-vertical .ant-form-item:not(.ant-form-item-horizontal) .ant-form-item-label >label,:where(.css-1pm1osf).ant-form-vertical .ant-form-item:not(.ant-form-item-horizontal) .ant-col-24.ant-form-item-label >label,:where(.css-1pm1osf).ant-form-vertical .ant-form-item:not(.ant-form-item-horizontal) .ant-col-xl-24.ant-form-item-label >label{margin:0;}:where(.css-1pm1osf).ant-form-vertical .ant-form-item:not(.ant-form-item-horizontal) .ant-form-item-label >label::after,:where(.css-1pm1osf).ant-form-vertical .ant-form-item:not(.ant-form-item-horizontal) .ant-col-24.ant-form-item-label >label::after,:where(.css-1pm1osf).ant-form-vertical .ant-form-item:not(.ant-form-item-horizontal) .ant-col-xl-24.ant-form-item-label >label::after{visibility:hidden;}@media (max-width: 575px){:where(.css-1pm1osf).ant-form-item .ant-form-item-label{padding:0 0 8px;margin:0;white-space:initial;text-align:start;}:where(.css-1pm1osf).ant-form-item .ant-form-item-label >label{margin:0;}:where(.css-1pm1osf).ant-form-item .ant-form-item-label >label::after{visibility:hidden;}:where(.css-1pm1osf).ant-form:not(.ant-form-inline) .ant-form-item{flex-wrap:wrap;}:where(.css-1pm1osf).ant-form:not(.ant-form-inline) .ant-form-item .ant-form-item-label:not([class*=" ant-col-xs"]),:where(.css-1pm1osf).ant-form:not(.ant-form-inline) .ant-form-item .ant-form-item-control:not([class*=" ant-col-xs"]){flex:0 0 100%;max-width:100%;}:where(.css-1pm1osf).ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-xs-24.ant-form-item-label{padding:0 0 8px;margin:0;white-space:initial;text-align:start;}:where(.css-1pm1osf).ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-xs-24.ant-form-item-label >label{margin:0;}:where(.css-1pm1osf).ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-xs-24.ant-form-item-label >label::after{visibility:hidden;}}@media (max-width: 767px){:where(.css-1pm1osf).ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-sm-24.ant-form-item-label{padding:0 0 8px;margin:0;white-space:initial;text-align:start;}:where(.css-1pm1osf).ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-sm-24.ant-form-item-label >label{margin:0;}:where(.css-1pm1osf).ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-sm-24.ant-form-item-label >label::after{visibility:hidden;}}@media (max-width: 991px){:where(.css-1pm1osf).ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-md-24.ant-form-item-label{padding:0 0 8px;margin:0;white-space:initial;text-align:start;}:where(.css-1pm1osf).ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-md-24.ant-form-item-label >label{margin:0;}:where(.css-1pm1osf).ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-md-24.ant-form-item-label >label::after{visibility:hidden;}}@media (max-width: 1199px){:where(.css-1pm1osf).ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-lg-24.ant-form-item-label{padding:0 0 8px;margin:0;white-space:initial;text-align:start;}:where(.css-1pm1osf).ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-lg-24.ant-form-item-label >label{margin:0;}:where(.css-1pm1osf).ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-lg-24.ant-form-item-label >label::after{visibility:hidden;}}:where(.css-1pm1osf).ant-form-item-vertical .ant-form-item-row{flex-direction:column;}:where(.css-1pm1osf).ant-form-item-vertical .ant-form-item-label>label{height:auto;}:where(.css-1pm1osf).ant-form-item-vertical .ant-form-item-control{width:100%;}:where(.css-1pm1osf).ant-form-item-vertical .ant-form-item-label,:where(.css-1pm1osf).ant-col-24.ant-form-item-label,:where(.css-1pm1osf).ant-col-xl-24.ant-form-item-label{padding:0 0 8px;margin:0;white-space:initial;text-align:start;}:where(.css-1pm1osf).ant-form-item-vertical .ant-form-item-label >label,:where(.css-1pm1osf).ant-col-24.ant-form-item-label >label,:where(.css-1pm1osf).ant-col-xl-24.ant-form-item-label >label{margin:0;}:where(.css-1pm1osf).ant-form-item-vertical .ant-form-item-label >label::after,:where(.css-1pm1osf).ant-col-24.ant-form-item-label >label::after,:where(.css-1pm1osf).ant-col-xl-24.ant-form-item-label >label::after{visibility:hidden;}@media (max-width: 575px){:where(.css-1pm1osf).ant-form-item .ant-form-item-label{padding:0 0 8px;margin:0;white-space:initial;text-align:start;}:where(.css-1pm1osf).ant-form-item .ant-form-item-label >label{margin:0;}:where(.css-1pm1osf).ant-form-item .ant-form-item-label >label::after{visibility:hidden;}:where(.css-1pm1osf).ant-form:not(.ant-form-inline) .ant-form-item{flex-wrap:wrap;}:where(.css-1pm1osf).ant-form:not(.ant-form-inline) .ant-form-item .ant-form-item-label:not([class*=" ant-col-xs"]),:where(.css-1pm1osf).ant-form:not(.ant-form-inline) .ant-form-item .ant-form-item-control:not([class*=" ant-col-xs"]){flex:0 0 100%;max-width:100%;}:where(.css-1pm1osf).ant-form-item .ant-col-xs-24.ant-form-item-label{padding:0 0 8px;margin:0;white-space:initial;text-align:start;}:where(.css-1pm1osf).ant-form-item .ant-col-xs-24.ant-form-item-label >label{margin:0;}:where(.css-1pm1osf).ant-form-item .ant-col-xs-24.ant-form-item-label >label::after{visibility:hidden;}}@media (max-width: 767px){:where(.css-1pm1osf).ant-form-item .ant-col-sm-24.ant-form-item-label{padding:0 0 8px;margin:0;white-space:initial;text-align:start;}:where(.css-1pm1osf).ant-form-item .ant-col-sm-24.ant-form-item-label >label{margin:0;}:where(.css-1pm1osf).ant-form-item .ant-col-sm-24.ant-form-item-label >label::after{visibility:hidden;}}@media (max-width: 991px){:where(.css-1pm1osf).ant-form-item .ant-col-md-24.ant-form-item-label{padding:0 0 8px;margin:0;white-space:initial;text-align:start;}:where(.css-1pm1osf).ant-form-item .ant-col-md-24.ant-form-item-label >label{margin:0;}:where(.css-1pm1osf).ant-form-item .ant-col-md-24.ant-form-item-label >label::after{visibility:hidden;}}@media (max-width: 1199px){:where(.css-1pm1osf).ant-form-item .ant-col-lg-24.ant-form-item-label{padding:0 0 8px;margin:0;white-space:initial;text-align:start;}:where(.css-1pm1osf).ant-form-item .ant-col-lg-24.ant-form-item-label >label{margin:0;}:where(.css-1pm1osf).ant-form-item .ant-col-lg-24.ant-form-item-label >label::after{visibility:hidden;}}:where(.css-1pm1osf).ant-form .ant-motion-collapse-legacy{overflow:hidden;}:where(.css-1pm1osf).ant-form .ant-motion-collapse-legacy-active{transition:height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1)!important;}:where(.css-1pm1osf).ant-form .ant-motion-collapse{overflow:hidden;transition:height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1)!important;}
:where(.css-1pm1osf).ant-row{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';font-size:14px;box-sizing:border-box;}:where(.css-1pm1osf).ant-row::before,:where(.css-1pm1osf).ant-row::after{box-sizing:border-box;}:where(.css-1pm1osf).ant-row [class^="ant-row"],:where(.css-1pm1osf).ant-row [class*=" ant-row"]{box-sizing:border-box;}:where(.css-1pm1osf).ant-row [class^="ant-row"]::before,:where(.css-1pm1osf).ant-row [class*=" ant-row"]::before,:where(.css-1pm1osf).ant-row [class^="ant-row"]::after,:where(.css-1pm1osf).ant-row [class*=" ant-row"]::after{box-sizing:border-box;}:where(.css-1pm1osf).ant-row{display:flex;flex-flow:row wrap;min-width:0;}:where(.css-1pm1osf).ant-row::before,:where(.css-1pm1osf).ant-row::after{display:flex;}:where(.css-1pm1osf).ant-row-no-wrap{flex-wrap:nowrap;}:where(.css-1pm1osf).ant-row-start{justify-content:flex-start;}:where(.css-1pm1osf).ant-row-center{justify-content:center;}:where(.css-1pm1osf).ant-row-end{justify-content:flex-end;}:where(.css-1pm1osf).ant-row-space-between{justify-content:space-between;}:where(.css-1pm1osf).ant-row-space-around{justify-content:space-around;}:where(.css-1pm1osf).ant-row-space-evenly{justify-content:space-evenly;}:where(.css-1pm1osf).ant-row-top{align-items:flex-start;}:where(.css-1pm1osf).ant-row-middle{align-items:center;}:where(.css-1pm1osf).ant-row-bottom{align-items:flex-end;}
:where(.css-1pm1osf).ant-tag{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';font-size:14px;box-sizing:border-box;}:where(.css-1pm1osf).ant-tag::before,:where(.css-1pm1osf).ant-tag::after{box-sizing:border-box;}:where(.css-1pm1osf).ant-tag [class^="ant-tag"],:where(.css-1pm1osf).ant-tag [class*=" ant-tag"]{box-sizing:border-box;}:where(.css-1pm1osf).ant-tag [class^="ant-tag"]::before,:where(.css-1pm1osf).ant-tag [class*=" ant-tag"]::before,:where(.css-1pm1osf).ant-tag [class^="ant-tag"]::after,:where(.css-1pm1osf).ant-tag [class*=" ant-tag"]::after{box-sizing:border-box;}:where(.css-1pm1osf).ant-tag{box-sizing:border-box;margin:0;padding:0;color:rgba(0, 0, 0, 0.88);font-size:12px;line-height:20px;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;height:auto;margin-inline-end:8px;padding-inline:7px;white-space:nowrap;background:#fafafa;border:1px solid #d9d9d9;border-radius:4px;opacity:1;transition:all 0.2s;text-align:start;position:relative;}:where(.css-1pm1osf).ant-tag.ant-tag-rtl{direction:rtl;}:where(.css-1pm1osf).ant-tag,:where(.css-1pm1osf).ant-tag a,:where(.css-1pm1osf).ant-tag a:hover{color:rgba(0, 0, 0, 0.88);}:where(.css-1pm1osf).ant-tag .ant-tag-close-icon{margin-inline-start:3px;font-size:10px;color:rgba(0, 0, 0, 0.45);cursor:pointer;transition:all 0.2s;}:where(.css-1pm1osf).ant-tag .ant-tag-close-icon:hover{color:rgba(0, 0, 0, 0.88);}:where(.css-1pm1osf).ant-tag.ant-tag-has-color{border-color:transparent;}:where(.css-1pm1osf).ant-tag.ant-tag-has-color,:where(.css-1pm1osf).ant-tag.ant-tag-has-color a,:where(.css-1pm1osf).ant-tag.ant-tag-has-color a:hover,:where(.css-1pm1osf).ant-tag.ant-tag-has-color .anticon-close,:where(.css-1pm1osf).ant-tag.ant-tag-has-color .anticon-close:hover{color:#fff;}:where(.css-1pm1osf).ant-tag-checkable{background-color:transparent;border-color:transparent;cursor:pointer;}:where(.css-1pm1osf).ant-tag-checkable:not(.ant-tag-checkable-checked):hover{color:var(--primary-color);background-color:rgba(0, 0, 0, 0.06);}:where(.css-1pm1osf).ant-tag-checkable:active,:where(.css-1pm1osf).ant-tag-checkable-checked{color:#fff;}:where(.css-1pm1osf).ant-tag-checkable-checked{background-color:var(--primary-color);}:where(.css-1pm1osf).ant-tag-checkable-checked:hover{background-color:var(--primary-color);}:where(.css-1pm1osf).ant-tag-checkable:active{background-color:#5328d4;}:where(.css-1pm1osf).ant-tag-hidden{display:none;}:where(.css-1pm1osf).ant-tag >.anticon+span,:where(.css-1pm1osf).ant-tag >span+.anticon{margin-inline-start:7px;}:where(.css-1pm1osf).ant-tag-borderless{border-color:transparent;background:#fafafa;}