
.anticon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.anticon > * {
    line-height: 1;
}

.anticon svg {
    display: inline-block;
}

.anticon::before {
    display: none;
}

.anticon .anticon-icon {
    display: block;
}

.anticon[tabindex] {
    cursor: pointer;
}

.anticon-spin::before,
.anticon-spin {
    display: inline-block;
    -webkit-animation: loadingCircle 1s infinite linear;
    animation: loadingCircle 1s infinite linear;
}

@-webkit-keyframes loadingCircle {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loadingCircle {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

:where(.css-eq3tly) a {
    color: #1677ff;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    transition: color 0.3s;
    -webkit-text-decoration-skip: objects;
}

:where(.css-eq3tly) a:hover {
    color: #69b1ff;
}

:where(.css-eq3tly) a:active {
    color: #0958d9;
}

:where(.css-eq3tly) a:active,
:where(.css-eq3tly) a:hover {
    text-decoration: none;
    outline: 0;
}

:where(.css-eq3tly) a:focus {
    text-decoration: none;
    outline: 0;
}

:where(.css-eq3tly) a[disabled] {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}

:where(.css-eq3tly)[class^="ant-input"],
:where(.css-eq3tly)[class*=" ant-input"] {
    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-eq3tly)[class^="ant-input"]::before,
:where(.css-eq3tly)[class*=" ant-input"]::before,
:where(.css-eq3tly)[class^="ant-input"]::after,
:where(.css-eq3tly)[class*=" ant-input"]::after {
    box-sizing: border-box;
}

:where(.css-eq3tly)[class^="ant-input"] [class^="ant-input"],
:where(.css-eq3tly)[class*=" ant-input"] [class^="ant-input"],
:where(.css-eq3tly)[class^="ant-input"] [class*=" ant-input"],
:where(.css-eq3tly)[class*=" ant-input"] [class*=" ant-input"] {
    box-sizing: border-box;
}

:where(.css-eq3tly)[class^="ant-input"] [class^="ant-input"]::before,
:where(.css-eq3tly)[class*=" ant-input"] [class^="ant-input"]::before,
:where(.css-eq3tly)[class^="ant-input"] [class*=" ant-input"]::before,
:where(.css-eq3tly)[class*=" ant-input"] [class*=" ant-input"]::before,
:where(.css-eq3tly)[class^="ant-input"] [class^="ant-input"]::after,
:where(.css-eq3tly)[class*=" ant-input"] [class^="ant-input"]::after,
:where(.css-eq3tly)[class^="ant-input"] [class*=" ant-input"]::after,
:where(.css-eq3tly)[class*=" ant-input"] [class*=" ant-input"]::after {
    box-sizing: border-box;
}

:where(.css-eq3tly).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;
    background-color: #ffffff;
    background-image: none;
    border-width: 1px;
    border-style: solid;
    border-color: #d9d9d9;
    border-radius: 6px;
    transition: all 0.2s;
}

:where(.css-eq3tly).ant-input::-moz-placeholder {
    opacity: 1;
}

:where(.css-eq3tly).ant-input::placeholder {
    color: rgba(0, 0, 0, 0.25);
    user-select: none;
}

:where(.css-eq3tly).ant-input:placeholder-shown {
    text-overflow: ellipsis;
}

:where(.css-eq3tly).ant-input:hover {
    border-color: #4096ff;
    border-inline-end-width: 1px;
}

:where(.css-eq3tly).ant-input:focus,
:where(.css-eq3tly).ant-input-focused {
    border-color: #4096ff;
    box-shadow: 0 0 0 2px rgba(5, 145, 255, 0.1);
    border-inline-end-width: 1px;
    outline: 0;
}

:where(.css-eq3tly).ant-input-disabled,
:where(.css-eq3tly).ant-input[disabled] {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
}

:where(.css-eq3tly).ant-input-disabled:hover,
:where(.css-eq3tly).ant-input[disabled]:hover {
    border-color: #d9d9d9;
    border-inline-end-width: 1px;
}

:where(.css-eq3tly).ant-input-borderless,
:where(.css-eq3tly).ant-input-borderless:hover,
:where(.css-eq3tly).ant-input-borderless:focus,
:where(.css-eq3tly).ant-input-borderless-focused,
:where(.css-eq3tly).ant-input-borderless-disabled,
:where(.css-eq3tly).ant-input-borderless[disabled] {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

textarea:where(.css-eq3tly).ant-input {
    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-eq3tly).ant-input-lg {
    padding: 7px 11px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 8px;
}

:where(.css-eq3tly).ant-input-sm {
    padding: 0px 7px;
    border-radius: 4px;
}

:where(.css-eq3tly).ant-input-rtl {
    direction: rtl;
}

:where(.css-eq3tly).ant-input-textarea-rtl {
    direction: rtl;
}

:where(.css-eq3tly).ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input {
    border-color: #ff4d4f;
}

:where(.css-eq3tly).ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
    border-color: #ffa39e;
}

:where(.css-eq3tly).ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
:where(.css-eq3tly).ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
    border-color: #ff4d4f;
    box-shadow: 0 0 0 2px rgba(255, 38, 5, 0.06);
    border-inline-end-width: 1px;
    outline: 0;
}

:where(.css-eq3tly).ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input .ant-input-prefix {
    color: #ff4d4f;
}

:where(.css-eq3tly).ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input {
    border-color: #faad14;
}

:where(.css-eq3tly).ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
    border-color: #ffd666;
}

:where(.css-eq3tly).ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
:where(.css-eq3tly).ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
    border-color: #faad14;
    box-shadow: 0 0 0 2px rgba(255, 215, 5, 0.1);
    border-inline-end-width: 1px;
    outline: 0;
}

:where(.css-eq3tly).ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input .ant-input-prefix {
    color: #faad14;
}

:where(.css-eq3tly).ant-input[type="color"] {
    height: 32px;
}

:where(.css-eq3tly).ant-input[type="color"].ant-input-lg {
    height: 40px;
}

:where(.css-eq3tly).ant-input[type="color"].ant-input-sm {
    height: 24px;
    padding-top: 3px;
    padding-bottom: 3px;
}

:where(.css-eq3tly).ant-input-textarea {
    position: relative;
}

:where(.css-eq3tly).ant-input-textarea .ant-input-textarea-suffix {
    position: absolute;
    top: 0;
    inset-inline-end: 11px;
    bottom: 0;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    margin: auto;
}

:where(.css-eq3tly).ant-input-textarea-status-error.ant-input-textarea-has-feedback .ant-input,
:where(.css-eq3tly).ant-input-textarea-status-warning.ant-input-textarea-has-feedback .ant-input,
:where(.css-eq3tly).ant-input-textarea-status-success.ant-input-textarea-has-feedback .ant-input,
:where(.css-eq3tly).ant-input-textarea-status-validating.ant-input-textarea-has-feedback .ant-input {
    padding-inline-end: 24px;
}

:where(.css-eq3tly).ant-input-textarea-show-count >.ant-input {
    height: 100%;
}

:where(.css-eq3tly).ant-input-textarea-show-count::after {
    color: rgba(0, 0, 0, 0.45);
    white-space: nowrap;
    content: attr(data-count);
    pointer-events: none;
    float: right;
}

:where(.css-eq3tly).ant-input-textarea-rtl::after {
    float: left;
}

:where(.css-eq3tly).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;
    background-color: #ffffff;
    background-image: none;
    border-width: 1px;
    border-style: solid;
    border-color: #d9d9d9;
    border-radius: 6px;
    transition: all 0.2s;
}

:where(.css-eq3tly).ant-input-affix-wrapper::-moz-placeholder {
    opacity: 1;
}

:where(.css-eq3tly).ant-input-affix-wrapper::placeholder {
    color: rgba(0, 0, 0, 0.25);
    user-select: none;
}

:where(.css-eq3tly).ant-input-affix-wrapper:placeholder-shown {
    text-overflow: ellipsis;
}

:where(.css-eq3tly).ant-input-affix-wrapper:hover {
    border-color: #4096ff;
    border-inline-end-width: 1px;
}

:where(.css-eq3tly).ant-input-affix-wrapper:focus,
:where(.css-eq3tly).ant-input-affix-wrapper-focused {
    border-color: #4096ff;
    box-shadow: 0 0 0 2px rgba(5, 145, 255, 0.1);
    border-inline-end-width: 1px;
    outline: 0;
}

:where(.css-eq3tly).ant-input-affix-wrapper-disabled,
:where(.css-eq3tly).ant-input-affix-wrapper[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-eq3tly).ant-input-affix-wrapper-disabled:hover,
:where(.css-eq3tly).ant-input-affix-wrapper[disabled]:hover {
    border-color: #d9d9d9;
    border-inline-end-width: 1px;
}

:where(.css-eq3tly).ant-input-affix-wrapper-borderless,
:where(.css-eq3tly).ant-input-affix-wrapper-borderless:hover,
:where(.css-eq3tly).ant-input-affix-wrapper-borderless:focus,
:where(.css-eq3tly).ant-input-affix-wrapper-borderless-focused,
:where(.css-eq3tly).ant-input-affix-wrapper-borderless-disabled,
:where(.css-eq3tly).ant-input-affix-wrapper-borderless[disabled] {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

textarea:where(.css-eq3tly).ant-input-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-eq3tly).ant-input-affix-wrapper-lg {
    padding: 7px 11px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 8px;
}

:where(.css-eq3tly).ant-input-affix-wrapper-sm {
    padding: 0px 7px;
    border-radius: 4px;
}

:where(.css-eq3tly).ant-input-affix-wrapper-rtl {
    direction: rtl;
}

:where(.css-eq3tly).ant-input-affix-wrapper-textarea-rtl {
    direction: rtl;
}

:where(.css-eq3tly).ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
    border-color: #4096ff;
    border-inline-end-width: 1px;
    z-index: 1;
}

.ant-input-search-with-button:where(.css-eq3tly).ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
    z-index: 0;
}

:where(.css-eq3tly).ant-input-affix-wrapper-focused,
:where(.css-eq3tly).ant-input-affix-wrapper:focus {
    z-index: 1;
}

:where(.css-eq3tly).ant-input-affix-wrapper-disabled .ant-input[disabled] {
    background: transparent;
}

:where(.css-eq3tly).ant-input-affix-wrapper >input.ant-input {
    padding: 0;
    font-size: inherit;
    border: none;
    border-radius: 0;
    outline: none;
}

:where(.css-eq3tly).ant-input-affix-wrapper >input.ant-input:focus {
    box-shadow: none!important;
}

:where(.css-eq3tly).ant-input-affix-wrapper::before {
    width: 0;
    visibility: hidden;
    content: "\a0";
}

:where(.css-eq3tly).ant-input-affix-wrapper .ant-input-prefix,
:where(.css-eq3tly).ant-input-affix-wrapper .ant-input-suffix {
    display: flex;
    flex: none;
    align-items: center;
}

:where(.css-eq3tly).ant-input-affix-wrapper .ant-input-prefix >*:not(:last-child),
:where(.css-eq3tly).ant-input-affix-wrapper .ant-input-suffix >*:not(:last-child) {
    margin-inline-end: 8px;
}

:where(.css-eq3tly).ant-input-affix-wrapper .ant-input-show-count-suffix {
    color: rgba(0, 0, 0, 0.45);
}

:where(.css-eq3tly).ant-input-affix-wrapper .ant-input-show-count-has-suffix {
    margin-inline-end: 4px;
}

:where(.css-eq3tly).ant-input-affix-wrapper .ant-input-prefix {
    margin-inline-end: 4px;
}

:where(.css-eq3tly).ant-input-affix-wrapper .ant-input-suffix {
    margin-inline-start: 4px;
}

:where(.css-eq3tly).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;
}

:where(.css-eq3tly).ant-input-affix-wrapper .ant-input-clear-icon:hover {
    color: rgba(0, 0, 0, 0.45);
}

:where(.css-eq3tly).ant-input-affix-wrapper .ant-input-clear-icon:active {
    color: rgba(0, 0, 0, 0.88);
}

:where(.css-eq3tly).ant-input-affix-wrapper .ant-input-clear-icon-hidden {
    visibility: hidden;
}

:where(.css-eq3tly).ant-input-affix-wrapper .ant-input-clear-icon-has-suffix {
    margin: 0 4px;
}

:where(.css-eq3tly).ant-input-affix-wrapper-textarea-with-clear-btn {
    padding: 0!important;
    border: 0!important;
}

:where(.css-eq3tly).ant-input-affix-wrapper-textarea-with-clear-btn .ant-input-clear-icon {
    position: absolute;
    inset-block-start: 8px;
    inset-inline-end: 8px;
    z-index: 1;
}

:where(.css-eq3tly).ant-input-affix-wrapper .anticon.ant-input-password-icon {
    color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
    transition: all 0.3s;
}

:where(.css-eq3tly).ant-input-affix-wrapper .anticon.ant-input-password-icon:hover {
    color: rgba(0, 0, 0, 0.88);
}

:where(.css-eq3tly).ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper {
    border-color: #ff4d4f;
}

:where(.css-eq3tly).ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
    border-color: #ffa39e;
}

:where(.css-eq3tly).ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
:where(.css-eq3tly).ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
    border-color: #ff4d4f;
    box-shadow: 0 0 0 2px rgba(255, 38, 5, 0.06);
    border-inline-end-width: 1px;
    outline: 0;
}

:where(.css-eq3tly).ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper .ant-input-prefix {
    color: #ff4d4f;
}

:where(.css-eq3tly).ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper {
    border-color: #faad14;
}

:where(.css-eq3tly).ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
    border-color: #ffd666;
}

:where(.css-eq3tly).ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
:where(.css-eq3tly).ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
    border-color: #faad14;
    box-shadow: 0 0 0 2px rgba(255, 215, 5, 0.1);
    border-inline-end-width: 1px;
    outline: 0;
}

:where(.css-eq3tly).ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper .ant-input-prefix {
    color: #faad14;
}

:where(.css-eq3tly).ant-input-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-eq3tly).ant-input-group[class*='col-'] {
    padding-inline-end: 8px;
}

:where(.css-eq3tly).ant-input-group[class*='col-']:last-child {
    padding-inline-end: 0;
}

:where(.css-eq3tly).ant-input-group-lg .ant-input,
:where(.css-eq3tly).ant-input-group-lg>.ant-input-group-addon {
    padding: 7px 11px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 8px;
}

:where(.css-eq3tly).ant-input-group-sm .ant-input,
:where(.css-eq3tly).ant-input-group-sm>.ant-input-group-addon {
    padding: 0px 7px;
    border-radius: 4px;
}

:where(.css-eq3tly).ant-input-group-lg .ant-select-single .ant-select-selector {
    height: 40px;
}

:where(.css-eq3tly).ant-input-group-sm .ant-select-single .ant-select-selector {
    height: 24px;
}

:where(.css-eq3tly).ant-input-group >.ant-input {
    display: table-cell;
}

:where(.css-eq3tly).ant-input-group >.ant-input:not(:first-child):not(:last-child) {
    border-radius: 0;
}

:where(.css-eq3tly).ant-input-group .ant-input-group-addon,
:where(.css-eq3tly).ant-input-group .ant-input-group-wrap {
    display: table-cell;
    width: 1px;
    white-space: nowrap;
    vertical-align: middle;
}

:where(.css-eq3tly).ant-input-group .ant-input-group-addon:not(:first-child):not(:last-child),
:where(.css-eq3tly).ant-input-group .ant-input-group-wrap:not(:first-child):not(:last-child) {
    border-radius: 0;
}

:where(.css-eq3tly).ant-input-group .ant-input-group-wrap>* {
    display: block!important;
}

:where(.css-eq3tly).ant-input-group .ant-input-group-addon {
    position: relative;
    padding: 0 11px;
    color: rgba(0, 0, 0, 0.88);
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    transition: all 0.3s;
    line-height: 1;
}

:where(.css-eq3tly).ant-input-group .ant-input-group-addon .ant-select {
    margin: -5px -11px;
}

:where(.css-eq3tly).ant-input-group .ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
    background-color: inherit;
    border: 1px solid transparent;
    box-shadow: none;
}

:where(.css-eq3tly).ant-input-group .ant-input-group-addon .ant-select-open .ant-select-selector,
:where(.css-eq3tly).ant-input-group .ant-input-group-addon .ant-select-focused .ant-select-selector {
    color: #1677ff;
}

:where(.css-eq3tly).ant-input-group .ant-input-group-addon .ant-cascader-picker {
    margin: -9px -11px;
    background-color: transparent;
}

:where(.css-eq3tly).ant-input-group .ant-input-group-addon .ant-cascader-picker .ant-cascader-input {
    text-align: start;
    border: 0;
    box-shadow: none;
}

:where(.css-eq3tly).ant-input-group .ant-input-group-addon:first-child {
    border-inline-end: 0;
}

:where(.css-eq3tly).ant-input-group .ant-input-group-addon:last-child {
    border-inline-start: 0;
}

:where(.css-eq3tly).ant-input-group .ant-input {
    float: inline-start;
    width: 100%;
    margin-bottom: 0;
    text-align: inherit;
}

:where(.css-eq3tly).ant-input-group .ant-input:focus {
    z-index: 1;
    border-inline-end-width: 1px;
}

:where(.css-eq3tly).ant-input-group .ant-input:hover {
    z-index: 1;
    border-inline-end-width: 1px;
}

.ant-input-search-with-button:where(.css-eq3tly).ant-input-group .ant-input:hover {
    z-index: 0;
}

:where(.css-eq3tly).ant-input-group >.ant-input:first-child,
:where(.css-eq3tly).ant-input-group .ant-input-group-addon:first-child {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-eq3tly).ant-input-group >.ant-input:first-child .ant-select .ant-select-selector,
:where(.css-eq3tly).ant-input-group .ant-input-group-addon:first-child .ant-select .ant-select-selector {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-eq3tly).ant-input-group >.ant-input-affix-wrapper:not(:first-child) .ant-input {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-eq3tly).ant-input-group >.ant-input-affix-wrapper:not(:last-child) .ant-input {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-eq3tly).ant-input-group >.ant-input:last-child,
:where(.css-eq3tly).ant-input-group .ant-input-group-addon:last-child {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-eq3tly).ant-input-group >.ant-input:last-child .ant-select .ant-select-selector,
:where(.css-eq3tly).ant-input-group .ant-input-group-addon:last-child .ant-select .ant-select-selector {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-eq3tly).ant-input-group .ant-input-affix-wrapper:not(:last-child) {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

.ant-input-search:where(.css-eq3tly).ant-input-group .ant-input-affix-wrapper:not(:last-child) {
    border-start-start-radius: 6px;
    border-end-start-radius: 6px;
}

:where(.css-eq3tly).ant-input-group .ant-input-affix-wrapper:not(:first-child),
.ant-input-search:where(.css-eq3tly).ant-input-group .ant-input-affix-wrapper:not(:first-child) {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-eq3tly).ant-input-group.ant-input-group-compact {
    display: block;
}

:where(.css-eq3tly).ant-input-group.ant-input-group-compact::before {
    display: table;
    content: "";
}

:where(.css-eq3tly).ant-input-group.ant-input-group-compact::after {
    display: table;
    clear: both;
    content: "";
}

:where(.css-eq3tly).ant-input-group.ant-input-group-compact .ant-input-group-addon:not(:first-child):not(:last-child),
:where(.css-eq3tly).ant-input-group.ant-input-group-compact .ant-input-group-wrap:not(:first-child):not(:last-child),
:where(.css-eq3tly).ant-input-group.ant-input-group-compact >.ant-input:not(:first-child):not(:last-child) {
    border-inline-end-width: 1px;
}

:where(.css-eq3tly).ant-input-group.ant-input-group-compact .ant-input-group-addon:not(:first-child):not(:last-child):hover,
:where(.css-eq3tly).ant-input-group.ant-input-group-compact .ant-input-group-wrap:not(:first-child):not(:last-child):hover,
:where(.css-eq3tly).ant-input-group.ant-input-group-compact >.ant-input:not(:first-child):not(:last-child):hover {
    z-index: 1;
}

:where(.css-eq3tly).ant-input-group.ant-input-group-compact .ant-input-group-addon:not(:first-child):not(:last-child):focus,
:where(.css-eq3tly).ant-input-group.ant-input-group-compact .ant-input-group-wrap:not(:first-child):not(:last-child):focus,
:where(.css-eq3tly).ant-input-group.ant-input-group-compact >.ant-input:not(:first-child):not(:last-child):focus {
    z-index: 1;
}

:where(.css-eq3tly).ant-input-group.ant-input-group-compact>* {
    display: inline-block;
    float: none;
    vertical-align: top;
    border-radius: 0;
}

:where(.css-eq3tly).ant-input-group.ant-input-group-compact>.ant-input-affix-wrapper {
    display: inline-flex;
}

:where(.css-eq3tly).ant-input-group.ant-input-group-compact>.ant-picker-range {
    display: inline-flex;
}

:where(.css-eq3tly).ant-input-group.ant-input-group-compact>*:not(:last-child) {
    margin-inline-end: -1px;
    border-inline-end-width: 1px;
}

:where(.css-eq3tly).ant-input-group.ant-input-group-compact .ant-input {
    float: none;
}

:where(.css-eq3tly).ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selector,
:where(.css-eq3tly).ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input,
:where(.css-eq3tly).ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input,
:where(.css-eq3tly).ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input {
    border-inline-end-width: 1px;
    border-radius: 0;
}

:where(.css-eq3tly).ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selector:hover,
:where(.css-eq3tly).ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input:hover,
:where(.css-eq3tly).ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input:hover,
:where(.css-eq3tly).ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input:hover {
    z-index: 1;
}

:where(.css-eq3tly).ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selector:focus,
:where(.css-eq3tly).ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input:focus,
:where(.css-eq3tly).ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input:focus,
:where(.css-eq3tly).ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input:focus {
    z-index: 1;
}

:where(.css-eq3tly).ant-input-group.ant-input-group-compact>.ant-select-focused {
    z-index: 1;
}

:where(.css-eq3tly).ant-input-group.ant-input-group-compact>.ant-select>.ant-select-arrow {
    z-index: 1;
}

:where(.css-eq3tly).ant-input-group.ant-input-group-compact>*:first-child,
:where(.css-eq3tly).ant-input-group.ant-input-group-compact>.ant-select:first-child>.ant-select-selector,
:where(.css-eq3tly).ant-input-group.ant-input-group-compact>.ant-select-auto-complete:first-child .ant-input,
:where(.css-eq3tly).ant-input-group.ant-input-group-compact>.ant-cascader-picker:first-child .ant-input {
    border-start-start-radius: 6px;
    border-end-start-radius: 6px;
}

:where(.css-eq3tly).ant-input-group.ant-input-group-compact>*:last-child,
:where(.css-eq3tly).ant-input-group.ant-input-group-compact>.ant-select:last-child>.ant-select-selector,
:where(.css-eq3tly).ant-input-group.ant-input-group-compact>.ant-cascader-picker:last-child .ant-input,
:where(.css-eq3tly).ant-input-group.ant-input-group-compact>.ant-cascader-picker-focused:last-child .ant-input {
    border-inline-end-width: 1px;
    border-start-end-radius: 6px;
    border-end-end-radius: 6px;
}

:where(.css-eq3tly).ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input {
    vertical-align: top;
}

:where(.css-eq3tly).ant-input-group.ant-input-group-compact .ant-input-group-wrapper+.ant-input-group-wrapper {
    margin-inline-start: -1px;
}

:where(.css-eq3tly).ant-input-group.ant-input-group-compact .ant-input-group-wrapper+.ant-input-group-wrapper .ant-input-affix-wrapper {
    border-radius: 0;
}

:where(.css-eq3tly).ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search>.ant-input-group>.ant-input-group-addon>.ant-input-search-button {
    border-radius: 0;
}

:where(.css-eq3tly).ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search>.ant-input-group>.ant-input {
    border-start-start-radius: 6px;
    border-start-end-radius: 0;
    border-end-end-radius: 0;
    border-end-start-radius: 6px;
}

:where(.css-eq3tly).ant-input-group-rtl {
    direction: rtl;
}

:where(.css-eq3tly).ant-input-group-wrapper {
    display: inline-block;
    width: 100%;
    text-align: start;
    vertical-align: top;
}

:where(.css-eq3tly).ant-input-group-wrapper-rtl {
    direction: rtl;
}

:where(.css-eq3tly).ant-input-group-wrapper-lg .ant-input-group-addon {
    border-radius: 8px;
}

:where(.css-eq3tly).ant-input-group-wrapper-sm .ant-input-group-addon {
    border-radius: 4px;
}

:where(.css-eq3tly).ant-input-group-wrapper-status-error .ant-input-group-addon {
    color: #ff4d4f;
    border-color: #ff4d4f;
}

:where(.css-eq3tly).ant-input-group-wrapper-status-warning .ant-input-group-addon:last-child {
    color: #52c41a;
    border-color: #52c41a;
}

:where(.css-eq3tly).ant-input-search .ant-input:hover,
:where(.css-eq3tly).ant-input-search .ant-input:focus {
    border-color: #4096ff;
}

:where(.css-eq3tly).ant-input-search .ant-input:hover +.ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),
:where(.css-eq3tly).ant-input-search .ant-input:focus +.ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
    border-inline-start-color: #4096ff;
}

:where(.css-eq3tly).ant-input-search .ant-input-affix-wrapper {
    border-radius: 0;
}

:where(.css-eq3tly).ant-input-search .ant-input-lg {
    line-height: 1.4998;
}

:where(.css-eq3tly).ant-input-search >.ant-input-group >.ant-input-group-addon:last-child {
    inset-inline-start: -1px;
    padding: 0;
    border: 0;
}

:where(.css-eq3tly).ant-input-search >.ant-input-group >.ant-input-group-addon:last-child .ant-input-search-button {
    padding-top: 0;
    padding-bottom: 0;
    border-start-start-radius: 0;
    border-start-end-radius: 6px;
    border-end-end-radius: 6px;
    border-end-start-radius: 0;
}

:where(.css-eq3tly).ant-input-search >.ant-input-group >.ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary) {
    color: rgba(0, 0, 0, 0.45);
}

:where(.css-eq3tly).ant-input-search >.ant-input-group >.ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary):hover {
    color: #4096ff;
}

:where(.css-eq3tly).ant-input-search >.ant-input-group >.ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary):active {
    color: #0958d9;
}

:where(.css-eq3tly).ant-input-search >.ant-input-group >.ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary).ant-btn-loading::before {
    inset-inline-start: 0;
    inset-inline-end: 0;
    inset-block-start: 0;
    inset-block-end: 0;
}

:where(.css-eq3tly).ant-input-search .ant-input-search-button {
    height: 32px;
}

:where(.css-eq3tly).ant-input-search .ant-input-search-button:hover,
:where(.css-eq3tly).ant-input-search .ant-input-search-button:focus {
    z-index: 1;
}

:where(.css-eq3tly).ant-input-search-large .ant-input-search-button {
    height: 40px;
}

:where(.css-eq3tly).ant-input-search-small .ant-input-search-button {
    height: 24px;
}

:where(.css-eq3tly).ant-input-search-rtl {
    direction: rtl;
}

:where(.css-eq3tly).ant-input-search.ant-input-compact-item:not(.ant-input-compact-last-item) .ant-input-group-addon .ant-input-search-button {
    margin-inline-end: -1px;
    border-radius: 0;
}

:where(.css-eq3tly).ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input,
:where(.css-eq3tly).ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input-affix-wrapper {
    border-radius: 0;
}

:where(.css-eq3tly).ant-input-search.ant-input-compact-item >.ant-input-group-addon .ant-input-search-button:hover,
:where(.css-eq3tly).ant-input-search.ant-input-compact-item >.ant-input:hover,
:where(.css-eq3tly).ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:hover,
:where(.css-eq3tly).ant-input-search.ant-input-compact-item >.ant-input-group-addon .ant-input-search-button:focus,
:where(.css-eq3tly).ant-input-search.ant-input-compact-item >.ant-input:focus,
:where(.css-eq3tly).ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:focus,
:where(.css-eq3tly).ant-input-search.ant-input-compact-item >.ant-input-group-addon .ant-input-search-button:active,
:where(.css-eq3tly).ant-input-search.ant-input-compact-item >.ant-input:active,
:where(.css-eq3tly).ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:active {
    z-index: 2;
}

:where(.css-eq3tly).ant-input-search.ant-input-compact-item >.ant-input-affix-wrapper-focused {
    z-index: 2;
}

:where(.css-eq3tly).ant-input-compact-item:not(.ant-input-compact-last-item) {
    margin-inline-end: -1px;
}

:where(.css-eq3tly).ant-input-compact-item:hover,
:where(.css-eq3tly).ant-input-compact-item:focus,
:where(.css-eq3tly).ant-input-compact-item:active {
    z-index: 2;
}

:where(.css-eq3tly).ant-input-compact-item[disabled] {
    z-index: 0;
}

:where(.css-eq3tly).ant-input-compact-item:not(.ant-input-compact-first-item):not(.ant-input-compact-last-item) {
    border-radius: 0;
}

:where(.css-eq3tly).ant-input-compact-item:not(.ant-input-compact-last-item).ant-input-compact-first-item,
:where(.css-eq3tly).ant-input-compact-item:not(.ant-input-compact-last-item).ant-input-compact-first-item.ant-input-sm,
:where(.css-eq3tly).ant-input-compact-item:not(.ant-input-compact-last-item).ant-input-compact-first-item.ant-input-lg {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-eq3tly).ant-input-compact-item:not(.ant-input-compact-first-item).ant-input-compact-last-item,
:where(.css-eq3tly).ant-input-compact-item:not(.ant-input-compact-first-item).ant-input-compact-last-item.ant-input-sm,
:where(.css-eq3tly).ant-input-compact-item:not(.ant-input-compact-first-item).ant-input-compact-last-item.ant-input-lg {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-eq3tly)[class^="ant-btn"],
:where(.css-eq3tly)[class*=" ant-btn"] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 14px;
    box-sizing: border-box;
}

:where(.css-eq3tly)[class^="ant-btn"]::before,
:where(.css-eq3tly)[class*=" ant-btn"]::before,
:where(.css-eq3tly)[class^="ant-btn"]::after,
:where(.css-eq3tly)[class*=" ant-btn"]::after {
    box-sizing: border-box;
}

:where(.css-eq3tly)[class^="ant-btn"] [class^="ant-btn"],
:where(.css-eq3tly)[class*=" ant-btn"] [class^="ant-btn"],
:where(.css-eq3tly)[class^="ant-btn"] [class*=" ant-btn"],
:where(.css-eq3tly)[class*=" ant-btn"] [class*=" ant-btn"] {
    box-sizing: border-box;
}

:where(.css-eq3tly)[class^="ant-btn"] [class^="ant-btn"]::before,
:where(.css-eq3tly)[class*=" ant-btn"] [class^="ant-btn"]::before,
:where(.css-eq3tly)[class^="ant-btn"] [class*=" ant-btn"]::before,
:where(.css-eq3tly)[class*=" ant-btn"] [class*=" ant-btn"]::before,
:where(.css-eq3tly)[class^="ant-btn"] [class^="ant-btn"]::after,
:where(.css-eq3tly)[class*=" ant-btn"] [class^="ant-btn"]::after,
:where(.css-eq3tly)[class^="ant-btn"] [class*=" ant-btn"]::after,
:where(.css-eq3tly)[class*=" ant-btn"] [class*=" ant-btn"]::after {
    box-sizing: border-box;
}

:where(.css-eq3tly).ant-btn {
    outline: none;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    user-select: none;
    touch-action: manipulation;
    line-height: 1.5714285714285714;
    color: rgba(0, 0, 0, 0.88);
}

:where(.css-eq3tly).ant-btn >span {
    display: inline-block;
}

:where(.css-eq3tly).ant-btn >.anticon+span,
:where(.css-eq3tly).ant-btn >span+.anticon {
    margin-inline-start: 8px;
}

:where(.css-eq3tly).ant-btn >a {
    color: currentColor;
}

:where(.css-eq3tly).ant-btn:not(:disabled):focus-visible {
    outline: 2px solid #91caff;
    outline-offset: 1px;
    transition: outline-offset 0s, outline 0s;
}

:where(.css-eq3tly).ant-btn-icon-only.ant-btn-compact-item {
    flex: none;
}

:where(.css-eq3tly).ant-btn-compact-item.ant-btn-primary:not([disabled])+.ant-btn-compact-item.ant-btn-primary:not([disabled]) {
    position: relative;
}

:where(.css-eq3tly).ant-btn-compact-item.ant-btn-primary:not([disabled])+.ant-btn-compact-item.ant-btn-primary:not([disabled]):before {
    position: absolute;
    top: -1px;
    inset-inline-start: -1px;
    display: inline-block;
    width: 1px;
    height: calc(100% + 2px);
    background-color: #4096ff;
    content: "";
}

:where(.css-eq3tly).ant-btn-compact-vertical-item.ant-btn-primary:not([disabled])+.ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]) {
    position: relative;
}

:where(.css-eq3tly).ant-btn-compact-vertical-item.ant-btn-primary:not([disabled])+.ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]):before {
    position: absolute;
    top: -1px;
    inset-inline-start: -1px;
    display: inline-block;
    width: calc(100% + 2px);
    height: 1px;
    background-color: #4096ff;
    content: "";
}

:where(.css-eq3tly).ant-btn.ant-btn-sm {
    font-size: 14px;
    height: 24px;
    padding: 0px 7px;
    border-radius: 4px;
}

:where(.css-eq3tly).ant-btn.ant-btn-sm.ant-btn-icon-only {
    width: 24px;
    padding-inline-start: 0;
    padding-inline-end: 0;
}

:where(.css-eq3tly).ant-btn.ant-btn-sm.ant-btn-icon-only.ant-btn-round {
    width: auto;
}

:where(.css-eq3tly).ant-btn.ant-btn-sm.ant-btn-icon-only >span {
    transform: scale(1.143);
}

:where(.css-eq3tly).ant-btn.ant-btn-sm.ant-btn-loading {
    opacity: 0.65;
    cursor: default;
}

:where(.css-eq3tly).ant-btn.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);
}

:where(.css-eq3tly).ant-btn.ant-btn-sm:not(.ant-btn-icon-only) .ant-btn-loading-icon>.anticon {
    margin-inline-end: 8px;
}

:where(.css-eq3tly).ant-btn.ant-btn-circle.ant-btn-sm {
    min-width: 24px;
    padding-inline-start: 0;
    padding-inline-end: 0;
    border-radius: 50%;
}

:where(.css-eq3tly).ant-btn.ant-btn-round.ant-btn-sm {
    border-radius: 24px;
    padding-inline-start: 12px;
    padding-inline-end: 12px;
}

:where(.css-eq3tly).ant-btn {
    font-size: 14px;
    height: 32px;
    padding: 4px 15px;
    border-radius: 6px;
}

:where(.css-eq3tly).ant-btn.ant-btn-icon-only {
    width: 32px;
    padding-inline-start: 0;
    padding-inline-end: 0;
}

:where(.css-eq3tly).ant-btn.ant-btn-icon-only.ant-btn-round {
    width: auto;
}

:where(.css-eq3tly).ant-btn.ant-btn-icon-only >span {
    transform: scale(1.143);
}

:where(.css-eq3tly).ant-btn.ant-btn-loading {
    opacity: 0.65;
    cursor: default;
}

:where(.css-eq3tly).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);
}

:where(.css-eq3tly).ant-btn:not(.ant-btn-icon-only) .ant-btn-loading-icon>.anticon {
    margin-inline-end: 8px;
}

:where(.css-eq3tly).ant-btn.ant-btn-circle {
    min-width: 32px;
    padding-inline-start: 0;
    padding-inline-end: 0;
    border-radius: 50%;
}

:where(.css-eq3tly).ant-btn.ant-btn-round {
    border-radius: 32px;
    padding-inline-start: 16px;
    padding-inline-end: 16px;
}

:where(.css-eq3tly).ant-btn.ant-btn-lg {
    font-size: 16px;
    height: 40px;
    padding: 6.428571428571429px 15px;
    border-radius: 8px;
}

:where(.css-eq3tly).ant-btn.ant-btn-lg.ant-btn-icon-only {
    width: 40px;
    padding-inline-start: 0;
    padding-inline-end: 0;
}

:where(.css-eq3tly).ant-btn.ant-btn-lg.ant-btn-icon-only.ant-btn-round {
    width: auto;
}

:where(.css-eq3tly).ant-btn.ant-btn-lg.ant-btn-icon-only >span {
    transform: scale(1.143);
}

:where(.css-eq3tly).ant-btn.ant-btn-lg.ant-btn-loading {
    opacity: 0.65;
    cursor: default;
}

:where(.css-eq3tly).ant-btn.ant-btn-lg .ant-btn-loading-icon {
    transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

:where(.css-eq3tly).ant-btn.ant-btn-lg:not(.ant-btn-icon-only) .ant-btn-loading-icon>.anticon {
    margin-inline-end: 8px;
}

:where(.css-eq3tly).ant-btn.ant-btn-circle.ant-btn-lg {
    min-width: 40px;
    padding-inline-start: 0;
    padding-inline-end: 0;
    border-radius: 50%;
}

:where(.css-eq3tly).ant-btn.ant-btn-round.ant-btn-lg {
    border-radius: 40px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
}

:where(.css-eq3tly).ant-btn.ant-btn-block {
    width: 100%;
}

:where(.css-eq3tly).ant-btn-default {
    background-color: #ffffff;
    border-color: #d9d9d9;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
}

:where(.css-eq3tly).ant-btn-default:disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-eq3tly).ant-btn-default:not(:disabled):hover {
    color: #4096ff;
    border-color: #4096ff;
}

:where(.css-eq3tly).ant-btn-default:not(:disabled):active {
    color: #0958d9;
    border-color: #0958d9;
}

:where(.css-eq3tly).ant-btn-default.ant-btn-background-ghost {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
    box-shadow: none;
}

:where(.css-eq3tly).ant-btn-default.ant-btn-background-ghost:not(:disabled):hover {
    background-color: transparent;
}

:where(.css-eq3tly).ant-btn-default.ant-btn-background-ghost:not(:disabled):active {
    background-color: transparent;
}

:where(.css-eq3tly).ant-btn-default.ant-btn-background-ghost:disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
    border-color: #d9d9d9;
}

:where(.css-eq3tly).ant-btn-default.ant-btn-dangerous {
    color: #ff4d4f;
    border-color: #ff4d4f;
}

:where(.css-eq3tly).ant-btn-default.ant-btn-dangerous:not(:disabled):hover {
    color: #ff7875;
    border-color: #ffa39e;
}

:where(.css-eq3tly).ant-btn-default.ant-btn-dangerous:not(:disabled):active {
    color: #d9363e;
    border-color: #d9363e;
}

:where(.css-eq3tly).ant-btn-default.ant-btn-dangerous.ant-btn-background-ghost {
    color: #ff4d4f;
    background-color: transparent;
    border-color: #ff4d4f;
    box-shadow: none;
}

:where(.css-eq3tly).ant-btn-default.ant-btn-dangerous.ant-btn-background-ghost:not(:disabled):hover {
    background-color: transparent;
}

:where(.css-eq3tly).ant-btn-default.ant-btn-dangerous.ant-btn-background-ghost:not(:disabled):active {
    background-color: transparent;
}

:where(.css-eq3tly).ant-btn-default.ant-btn-dangerous.ant-btn-background-ghost:disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
    border-color: #d9d9d9;
}

:where(.css-eq3tly).ant-btn-default.ant-btn-dangerous:disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-eq3tly).ant-btn-primary {
    color: #fff;
    background-color: #1677ff;
    box-shadow: 0 2px 0 rgba(5, 145, 255, 0.1);
}

:where(.css-eq3tly).ant-btn-primary:disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-eq3tly).ant-btn-primary:not(:disabled):hover {
    color: #fff;
    background-color: #4096ff;
}

:where(.css-eq3tly).ant-btn-primary:not(:disabled):active {
    color: #fff;
    background-color: #0958d9;
}

:where(.css-eq3tly).ant-btn-primary.ant-btn-background-ghost {
    color: #1677ff;
    background-color: transparent;
    border-color: #1677ff;
    box-shadow: none;
}

:where(.css-eq3tly).ant-btn-primary.ant-btn-background-ghost:not(:disabled):hover {
    background-color: transparent;
    color: #4096ff;
    border-color: #4096ff;
}

:where(.css-eq3tly).ant-btn-primary.ant-btn-background-ghost:not(:disabled):active {
    background-color: transparent;
    color: #0958d9;
    border-color: #0958d9;
}

:where(.css-eq3tly).ant-btn-primary.ant-btn-background-ghost:disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
    border-color: #d9d9d9;
}

:where(.css-eq3tly).ant-btn-primary.ant-btn-dangerous {
    background-color: #ff4d4f;
    box-shadow: 0 2px 0 rgba(255, 38, 5, 0.06);
}

:where(.css-eq3tly).ant-btn-primary.ant-btn-dangerous:not(:disabled):hover {
    background-color: #ff7875;
}

:where(.css-eq3tly).ant-btn-primary.ant-btn-dangerous:not(:disabled):active {
    background-color: #d9363e;
}

:where(.css-eq3tly).ant-btn-primary.ant-btn-dangerous.ant-btn-background-ghost {
    color: #ff4d4f;
    background-color: transparent;
    border-color: #ff4d4f;
    box-shadow: none;
}

:where(.css-eq3tly).ant-btn-primary.ant-btn-dangerous.ant-btn-background-ghost:not(:disabled):hover {
    background-color: transparent;
    color: #ff7875;
    border-color: #ff7875;
}

:where(.css-eq3tly).ant-btn-primary.ant-btn-dangerous.ant-btn-background-ghost:not(:disabled):active {
    background-color: transparent;
    color: #d9363e;
    border-color: #d9363e;
}

:where(.css-eq3tly).ant-btn-primary.ant-btn-dangerous.ant-btn-background-ghost:disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
    border-color: #d9d9d9;
}

:where(.css-eq3tly).ant-btn-primary.ant-btn-dangerous:disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-eq3tly).ant-btn-dashed {
    background-color: #ffffff;
    border-color: #d9d9d9;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
    border-style: dashed;
}

:where(.css-eq3tly).ant-btn-dashed:disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-eq3tly).ant-btn-dashed:not(:disabled):hover {
    color: #4096ff;
    border-color: #4096ff;
}

:where(.css-eq3tly).ant-btn-dashed:not(:disabled):active {
    color: #0958d9;
    border-color: #0958d9;
}

:where(.css-eq3tly).ant-btn-dashed.ant-btn-background-ghost {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
    box-shadow: none;
}

:where(.css-eq3tly).ant-btn-dashed.ant-btn-background-ghost:not(:disabled):hover {
    background-color: transparent;
}

:where(.css-eq3tly).ant-btn-dashed.ant-btn-background-ghost:not(:disabled):active {
    background-color: transparent;
}

:where(.css-eq3tly).ant-btn-dashed.ant-btn-background-ghost:disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
    border-color: #d9d9d9;
}

:where(.css-eq3tly).ant-btn-dashed.ant-btn-dangerous {
    color: #ff4d4f;
    border-color: #ff4d4f;
}

:where(.css-eq3tly).ant-btn-dashed.ant-btn-dangerous:not(:disabled):hover {
    color: #ff7875;
    border-color: #ffa39e;
}

:where(.css-eq3tly).ant-btn-dashed.ant-btn-dangerous:not(:disabled):active {
    color: #d9363e;
    border-color: #d9363e;
}

:where(.css-eq3tly).ant-btn-dashed.ant-btn-dangerous.ant-btn-background-ghost {
    color: #ff4d4f;
    background-color: transparent;
    border-color: #ff4d4f;
    box-shadow: none;
}

:where(.css-eq3tly).ant-btn-dashed.ant-btn-dangerous.ant-btn-background-ghost:not(:disabled):hover {
    background-color: transparent;
}

:where(.css-eq3tly).ant-btn-dashed.ant-btn-dangerous.ant-btn-background-ghost:not(:disabled):active {
    background-color: transparent;
}

:where(.css-eq3tly).ant-btn-dashed.ant-btn-dangerous.ant-btn-background-ghost:disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
    border-color: #d9d9d9;
}

:where(.css-eq3tly).ant-btn-dashed.ant-btn-dangerous:disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-eq3tly).ant-btn-link {
    color: #1677ff;
}

:where(.css-eq3tly).ant-btn-link:not(:disabled):hover {
    color: #69b1ff;
}

:where(.css-eq3tly).ant-btn-link:not(:disabled):active {
    color: #0958d9;
}

:where(.css-eq3tly).ant-btn-link:disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-eq3tly).ant-btn-link.ant-btn-dangerous {
    color: #ff4d4f;
}

:where(.css-eq3tly).ant-btn-link.ant-btn-dangerous:not(:disabled):hover {
    color: #ff7875;
}

:where(.css-eq3tly).ant-btn-link.ant-btn-dangerous:not(:disabled):active {
    color: #d9363e;
}

:where(.css-eq3tly).ant-btn-link.ant-btn-dangerous:disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-eq3tly).ant-btn-text:not(:disabled):hover {
    color: rgba(0, 0, 0, 0.88);
    background-color: rgba(0, 0, 0, 0.06);
}

:where(.css-eq3tly).ant-btn-text:not(:disabled):active {
    color: rgba(0, 0, 0, 0.88);
    background-color: rgba(0, 0, 0, 0.15);
}

:where(.css-eq3tly).ant-btn-text:disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-eq3tly).ant-btn-text.ant-btn-dangerous {
    color: #ff4d4f;
}

:where(.css-eq3tly).ant-btn-text.ant-btn-dangerous:disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-eq3tly).ant-btn-text.ant-btn-dangerous:not(:disabled):hover {
    color: #ff7875;
    background-color: #fff2f0;
}

:where(.css-eq3tly).ant-btn-text.ant-btn-dangerous:not(:disabled):active {
    color: #ff7875;
    background-color: #fff2f0;
}

:where(.css-eq3tly).ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-eq3tly).ant-btn-disabled.ant-btn:hover {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-eq3tly).ant-btn-group {
    position: relative;
    display: inline-flex;
}

:where(.css-eq3tly).ant-btn-group >span:not(:last-child),
:where(.css-eq3tly).ant-btn-group >.ant-btn:not(:last-child),
:where(.css-eq3tly).ant-btn-group >span:not(:last-child)>.ant-btn,
:where(.css-eq3tly).ant-btn-group >.ant-btn:not(:last-child)>.ant-btn {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-eq3tly).ant-btn-group >span:not(:first-child),
:where(.css-eq3tly).ant-btn-group >.ant-btn:not(:first-child) {
    margin-inline-start: -1px;
}

:where(.css-eq3tly).ant-btn-group >span:not(:first-child),
:where(.css-eq3tly).ant-btn-group >.ant-btn:not(:first-child),
:where(.css-eq3tly).ant-btn-group >span:not(:first-child)>.ant-btn,
:where(.css-eq3tly).ant-btn-group >.ant-btn:not(:first-child)>.ant-btn {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-eq3tly).ant-btn-group .ant-btn {
    position: relative;
    z-index: 1;
}

:where(.css-eq3tly).ant-btn-group .ant-btn:hover,
:where(.css-eq3tly).ant-btn-group .ant-btn:focus,
:where(.css-eq3tly).ant-btn-group .ant-btn:active {
    z-index: 2;
}

:where(.css-eq3tly).ant-btn-group .ant-btn[disabled] {
    z-index: 0;
}

:where(.css-eq3tly).ant-btn-group .ant-btn-icon-only {
    font-size: 14px;
}

:where(.css-eq3tly).ant-btn-group >span:not(:last-child):not(:disabled),
:where(.css-eq3tly).ant-btn-group >.ant-btn-primary:not(:last-child):not(:disabled),
:where(.css-eq3tly).ant-btn-group >span:not(:last-child)>.ant-btn-primary:not(:disabled),
:where(.css-eq3tly).ant-btn-group >.ant-btn-primary:not(:last-child)>.ant-btn-primary:not(:disabled) {
    border-inline-end-color: #4096ff;
}

:where(.css-eq3tly).ant-btn-group >span:not(:first-child):not(:disabled),
:where(.css-eq3tly).ant-btn-group >.ant-btn-primary:not(:first-child):not(:disabled),
:where(.css-eq3tly).ant-btn-group >span:not(:first-child)>.ant-btn-primary:not(:disabled),
:where(.css-eq3tly).ant-btn-group >.ant-btn-primary:not(:first-child)>.ant-btn-primary:not(:disabled) {
    border-inline-start-color: #4096ff;
}

:where(.css-eq3tly).ant-btn-group >span:not(:last-child):not(:disabled),
:where(.css-eq3tly).ant-btn-group >.ant-btn-danger:not(:last-child):not(:disabled),
:where(.css-eq3tly).ant-btn-group >span:not(:last-child)>.ant-btn-danger:not(:disabled),
:where(.css-eq3tly).ant-btn-group >.ant-btn-danger:not(:last-child)>.ant-btn-danger:not(:disabled) {
    border-inline-end-color: #ff7875;
}

:where(.css-eq3tly).ant-btn-group >span:not(:first-child):not(:disabled),
:where(.css-eq3tly).ant-btn-group >.ant-btn-danger:not(:first-child):not(:disabled),
:where(.css-eq3tly).ant-btn-group >span:not(:first-child)>.ant-btn-danger:not(:disabled),
:where(.css-eq3tly).ant-btn-group >.ant-btn-danger:not(:first-child)>.ant-btn-danger:not(:disabled) {
    border-inline-start-color: #ff7875;
}

:where(.css-eq3tly).ant-btn-compact-item:not(.ant-btn-compact-last-item) {
    margin-inline-end: -1px;
}

:where(.css-eq3tly).ant-btn-compact-item:hover,
:where(.css-eq3tly).ant-btn-compact-item:active {
    z-index: 2;
}

:where(.css-eq3tly).ant-btn-compact-item[disabled] {
    z-index: 0;
}

:where(.css-eq3tly).ant-btn-compact-item:not(.ant-btn-compact-first-item):not(.ant-btn-compact-last-item) {
    border-radius: 0;
}

:where(.css-eq3tly).ant-btn-compact-item:not(.ant-btn-compact-last-item).ant-btn-compact-first-item,
:where(.css-eq3tly).ant-btn-compact-item:not(.ant-btn-compact-last-item).ant-btn-compact-first-item.ant-btn-sm,
:where(.css-eq3tly).ant-btn-compact-item:not(.ant-btn-compact-last-item).ant-btn-compact-first-item.ant-btn-lg {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-eq3tly).ant-btn-compact-item:not(.ant-btn-compact-first-item).ant-btn-compact-last-item,
:where(.css-eq3tly).ant-btn-compact-item:not(.ant-btn-compact-first-item).ant-btn-compact-last-item.ant-btn-sm,
:where(.css-eq3tly).ant-btn-compact-item:not(.ant-btn-compact-first-item).ant-btn-compact-last-item.ant-btn-lg {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-eq3tly).ant-btn-compact-vertical-item:not(.ant-btn-compact-vertical-last-item) {
    margin-bottom: -1px;
}

:where(.css-eq3tly).ant-btn-compact-vertical-item:hover,
:where(.css-eq3tly).ant-btn-compact-vertical-item:focus,
:where(.css-eq3tly).ant-btn-compact-vertical-item:active {
    z-index: 2;
}

:where(.css-eq3tly).ant-btn-compact-vertical-item[disabled] {
    z-index: 0;
}

:where(.css-eq3tly).ant-btn-compact-vertical-item:not(.ant-btn-compact-vertical-first-item):not(.ant-btn-compact-vertical-last-item) {
    border-radius: 0;
}

:where(.css-eq3tly).ant-btn-compact-vertical-item.ant-btn-compact-vertical-first-item:not(.ant-btn-compact-vertical-last-item),
:where(.css-eq3tly).ant-btn-compact-vertical-item.ant-btn-compact-vertical-first-item:not(.ant-btn-compact-vertical-last-item).ant-btn-sm,
:where(.css-eq3tly).ant-btn-compact-vertical-item.ant-btn-compact-vertical-first-item:not(.ant-btn-compact-vertical-last-item).ant-btn-lg {
    border-end-end-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-eq3tly).ant-btn-compact-vertical-item.ant-btn-compact-vertical-last-item:not(.ant-btn-compact-vertical-first-item),
:where(.css-eq3tly).ant-btn-compact-vertical-item.ant-btn-compact-vertical-last-item:not(.ant-btn-compact-vertical-first-item).ant-btn-sm,
:where(.css-eq3tly).ant-btn-compact-vertical-item.ant-btn-compact-vertical-last-item:not(.ant-btn-compact-vertical-first-item).ant-btn-lg {
    border-start-start-radius: 0;
    border-start-end-radius: 0;
}

:where(.css-eq3tly)[class^="ant-wave"],
:where(.css-eq3tly)[class*=" ant-wave"] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 14px;
    box-sizing: border-box;
}

:where(.css-eq3tly)[class^="ant-wave"]::before,
:where(.css-eq3tly)[class*=" ant-wave"]::before,
:where(.css-eq3tly)[class^="ant-wave"]::after,
:where(.css-eq3tly)[class*=" ant-wave"]::after {
    box-sizing: border-box;
}

:where(.css-eq3tly)[class^="ant-wave"] [class^="ant-wave"],
:where(.css-eq3tly)[class*=" ant-wave"] [class^="ant-wave"],
:where(.css-eq3tly)[class^="ant-wave"] [class*=" ant-wave"],
:where(.css-eq3tly)[class*=" ant-wave"] [class*=" ant-wave"] {
    box-sizing: border-box;
}

:where(.css-eq3tly)[class^="ant-wave"] [class^="ant-wave"]::before,
:where(.css-eq3tly)[class*=" ant-wave"] [class^="ant-wave"]::before,
:where(.css-eq3tly)[class^="ant-wave"] [class*=" ant-wave"]::before,
:where(.css-eq3tly)[class*=" ant-wave"] [class*=" ant-wave"]::before,
:where(.css-eq3tly)[class^="ant-wave"] [class^="ant-wave"]::after,
:where(.css-eq3tly)[class*=" ant-wave"] [class^="ant-wave"]::after,
:where(.css-eq3tly)[class^="ant-wave"] [class*=" ant-wave"]::after,
:where(.css-eq3tly)[class*=" ant-wave"] [class*=" ant-wave"]::after {
    box-sizing: border-box;
}

:where(.css-eq3tly).ant-wave {
    position: absolute;
    background: transparent;
    pointer-events: none;
    box-sizing: border-box;
    color: var(--wave-color, #1677ff);
    box-shadow: 0 0 0 0 currentcolor;
    opacity: 0.2;
}

:where(.css-eq3tly).ant-wave.wave-motion-appear {
    transition: box-shadow 0.4s cubic-bezier(0.08, 0.82, 0.17, 1), opacity 2s cubic-bezier(0.08, 0.82, 0.17, 1);
}

:where(.css-eq3tly).ant-wave.wave-motion-appear-active {
    box-shadow: 0 0 0 6px currentcolor;
    opacity: 0;
}

:where(.css-eq3tly)[class^="ant-table"],
:where(.css-eq3tly)[class*=" ant-table"] {
    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-eq3tly)[class^="ant-table"]::before,
:where(.css-eq3tly)[class*=" ant-table"]::before,
:where(.css-eq3tly)[class^="ant-table"]::after,
:where(.css-eq3tly)[class*=" ant-table"]::after {
    box-sizing: border-box;
}

:where(.css-eq3tly)[class^="ant-table"] [class^="ant-table"],
:where(.css-eq3tly)[class*=" ant-table"] [class^="ant-table"],
:where(.css-eq3tly)[class^="ant-table"] [class*=" ant-table"],
:where(.css-eq3tly)[class*=" ant-table"] [class*=" ant-table"] {
    box-sizing: border-box;
}

:where(.css-eq3tly)[class^="ant-table"] [class^="ant-table"]::before,
:where(.css-eq3tly)[class*=" ant-table"] [class^="ant-table"]::before,
:where(.css-eq3tly)[class^="ant-table"] [class*=" ant-table"]::before,
:where(.css-eq3tly)[class*=" ant-table"] [class*=" ant-table"]::before,
:where(.css-eq3tly)[class^="ant-table"] [class^="ant-table"]::after,
:where(.css-eq3tly)[class*=" ant-table"] [class^="ant-table"]::after,
:where(.css-eq3tly)[class^="ant-table"] [class*=" ant-table"]::after,
:where(.css-eq3tly)[class*=" ant-table"] [class*=" ant-table"]::after {
    box-sizing: border-box;
}

:where(.css-eq3tly).ant-table-wrapper {
    clear: both;
    max-width: 100%;
}

:where(.css-eq3tly).ant-table-wrapper::before {
    display: table;
    content: "";
}

:where(.css-eq3tly).ant-table-wrapper::after {
    display: table;
    clear: both;
    content: "";
}

:where(.css-eq3tly).ant-table-wrapper .ant-table {
    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';
    background: #ffffff;
    border-radius: 8px 8px 0 0;
}

:where(.css-eq3tly).ant-table-wrapper table {
    width: 100%;
    text-align: start;
    border-radius: 8px 8px 0 0;
    border-collapse: separate;
    border-spacing: 0;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-thead>tr>th,
:where(.css-eq3tly).ant-table-wrapper .ant-table-tbody>tr>td,
:where(.css-eq3tly).ant-table-wrapper tfoot>tr>th,
:where(.css-eq3tly).ant-table-wrapper tfoot>tr>td {
    position: relative;
    padding: 16px 16px;
    overflow-wrap: break-word;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-title {
    padding: 16px 16px;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-thead >tr>th,
:where(.css-eq3tly).ant-table-wrapper .ant-table-thead >tr>td {
    position: relative;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    text-align: start;
    background: #fafafa;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s ease;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-thead >tr>th[colspan]:not([colspan='1']),
:where(.css-eq3tly).ant-table-wrapper .ant-table-thead >tr>td[colspan]:not([colspan='1']) {
    text-align: center;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-thead >tr>th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before,
:where(.css-eq3tly).ant-table-wrapper .ant-table-thead >tr>td:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
    position: absolute;
    top: 50%;
    inset-inline-end: 0;
    width: 1px;
    height: 1.6em;
    background-color: #f0f0f0;
    transform: translateY(-50%);
    transition: background-color 0.2s;
    content: "";
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-thead >tr:not(:last-child)>th[colspan] {
    border-bottom: 0;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table:not(.ant-table-bordered) .ant-table-tbody >tr >td {
    border-top: 1px solid #f0f0f0;
    border-bottom: transparent;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table:not(.ant-table-bordered) .ant-table-tbody >tr:last-child>td {
    border-bottom: 1px solid #f0f0f0;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table:not(.ant-table-bordered) .ant-table-tbody >tr:first-child>td,
:where(.css-eq3tly).ant-table-wrapper .ant-table:not(.ant-table-bordered) .ant-table-tbody >tr.ant-table-measure-row+tr>td {
    border-top: none;
    border-top-color: transparent;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered .ant-table-tbody >tr >td {
    border-bottom: 1px solid #f0f0f0;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-tbody >tr >td {
    transition: background 0.2s, border-color 0.2s;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-tbody >tr >td >.ant-table-wrapper:only-child .ant-table,
:where(.css-eq3tly).ant-table-wrapper .ant-table-tbody >tr >td >.ant-table-expanded-row-fixed>.ant-table-wrapper:only-child .ant-table {
    margin-block: -16px;
    margin-inline: 32px -16px;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-tbody >tr >td >.ant-table-wrapper:only-child .ant-table .ant-table-tbody>tr:last-child>td,
:where(.css-eq3tly).ant-table-wrapper .ant-table-tbody >tr >td >.ant-table-expanded-row-fixed>.ant-table-wrapper:only-child .ant-table .ant-table-tbody>tr:last-child>td {
    border-bottom: 0;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-tbody >tr >td >.ant-table-wrapper:only-child .ant-table .ant-table-tbody>tr:last-child>td:first-child,
:where(.css-eq3tly).ant-table-wrapper .ant-table-tbody >tr >td >.ant-table-expanded-row-fixed>.ant-table-wrapper:only-child .ant-table .ant-table-tbody>tr:last-child>td:first-child,
:where(.css-eq3tly).ant-table-wrapper .ant-table-tbody >tr >td >.ant-table-wrapper:only-child .ant-table .ant-table-tbody>tr:last-child>td:last-child,
:where(.css-eq3tly).ant-table-wrapper .ant-table-tbody >tr >td >.ant-table-expanded-row-fixed>.ant-table-wrapper:only-child .ant-table .ant-table-tbody>tr:last-child>td:last-child {
    border-radius: 0;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-tbody >tr.ant-table-row:hover>td,
:where(.css-eq3tly).ant-table-wrapper .ant-table-tbody >tr >td.ant-table-cell-row-hover {
    background: #fafafa;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-tbody >tr.ant-table-row-selected >td {
    background: #e6f4ff;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-tbody >tr.ant-table-row-selected:hover>td {
    background: #bae0ff;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table:not(.ant-table-bordered) .ant-table-tbody>tr.ant-table-row:hover +tr.ant-table-row>td,
:where(.css-eq3tly).ant-table-wrapper .ant-table:not(.ant-table-bordered) .ant-table-tbody>tr.ant-table-row.ant-table-row-selected +tr.ant-table-row>td {
    border-top-color: transparent;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table:not(.ant-table-bordered) .ant-table-tbody>tr.ant-table-row:last-child:hover>td,
:where(.css-eq3tly).ant-table-wrapper .ant-table:not(.ant-table-bordered) .ant-table-tbody>tr.ant-table-row.ant-table-row-selected:last-child>td {
    border-bottom-color: transparent;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table:not(.ant-table-bordered) .ant-table-tbody>tr.ant-table-row:hover>td,
:where(.css-eq3tly).ant-table-wrapper .ant-table:not(.ant-table-bordered) .ant-table-tbody>tr >td.ant-table-cell-row-hover,
:where(.css-eq3tly).ant-table-wrapper .ant-table:not(.ant-table-bordered) .ant-table-tbody>tr.ant-table-row.ant-table-row-selected>td {
    border-top-color: transparent;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table:not(.ant-table-bordered) .ant-table-tbody>tr.ant-table-row:hover>td:first-child,
:where(.css-eq3tly).ant-table-wrapper .ant-table:not(.ant-table-bordered) .ant-table-tbody>tr >td.ant-table-cell-row-hover:first-child,
:where(.css-eq3tly).ant-table-wrapper .ant-table:not(.ant-table-bordered) .ant-table-tbody>tr.ant-table-row.ant-table-row-selected>td:first-child {
    border-start-start-radius: 8px;
    border-end-start-radius: 8px;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table:not(.ant-table-bordered) .ant-table-tbody>tr.ant-table-row:hover>td:last-child,
:where(.css-eq3tly).ant-table-wrapper .ant-table:not(.ant-table-bordered) .ant-table-tbody>tr >td.ant-table-cell-row-hover:last-child,
:where(.css-eq3tly).ant-table-wrapper .ant-table:not(.ant-table-bordered) .ant-table-tbody>tr.ant-table-row.ant-table-row-selected>td:last-child {
    border-start-end-radius: 8px;
    border-end-end-radius: 8px;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-footer {
    padding: 16px 16px;
    color: rgba(0, 0, 0, 0.88);
    background: #fafafa;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-pagination.ant-pagination {
    margin: 16px 0;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-pagination {
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-pagination >* {
    flex: none;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-pagination-left {
    justify-content: flex-start;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-pagination-center {
    justify-content: center;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-pagination-right {
    justify-content: flex-end;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-summary {
    position: relative;
    z-index: 2;
    background: #ffffff;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-summary >tr >th,
:where(.css-eq3tly).ant-table-wrapper .ant-table-summary >tr >td {
    border-bottom: 1px solid #f0f0f0;
}

:where(.css-eq3tly).ant-table-wrapper div.ant-table-summary {
    box-shadow: 0 -1px 0 #f0f0f0;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters {
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters:hover {
    background: #f0f0f0;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters:hover::before {
    background-color: transparent!important;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters:focus-visible {
    color: #1677ff;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover,
:where(.css-eq3tly).ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover {
    background: #f0f0f0;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-thead th.ant-table-column-sort {
    background: #f0f0f0;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-thead th.ant-table-column-sort::before {
    background-color: transparent!important;
}

:where(.css-eq3tly).ant-table-wrapper td.ant-table-column-sort {
    background: #fafafa;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-column-title {
    position: relative;
    z-index: 1;
    flex: 1;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-column-sorters {
    display: flex;
    flex: auto;
    align-items: center;
    justify-content: space-between;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-column-sorters::after {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    content: "";
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-column-sorter {
    margin-inline-start: 4px;
    color: rgba(0, 0, 0, 0.29);
    font-size: 0;
    transition: color 0.3s;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-column-sorter-inner {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-column-sorter-up,
:where(.css-eq3tly).ant-table-wrapper .ant-table-column-sorter-down {
    font-size: 12px;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-column-sorter-up.active,
:where(.css-eq3tly).ant-table-wrapper .ant-table-column-sorter-down.active {
    color: #1677ff;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-column-sorter .ant-table-column-sorter-up+.ant-table-column-sorter-down {
    margin-top: -0.3em;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-column-sorters:hover .ant-table-column-sorter {
    color: rgba(0, 0, 0, 0.57);
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-filter-column {
    display: flex;
    justify-content: space-between;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-filter-trigger {
    position: relative;
    display: flex;
    align-items: center;
    margin-block: -4px;
    margin-inline: 4px -8px;
    padding: 0 4px;
    color: rgba(0, 0, 0, 0.29);
    font-size: 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-filter-trigger:hover {
    color: rgba(0, 0, 0, 0.45);
    background: rgba(0, 0, 0, 0.06);
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-filter-trigger.active {
    color: #1677ff;
}

:where(.css-eq3tly).ant-dropdown .ant-table-filter-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';
    min-width: 120px;
    background-color: #ffffff;
    border-radius: 6px;
    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);
}

:where(.css-eq3tly).ant-dropdown .ant-table-filter-dropdown .ant-dropdown-menu {
    max-height: 264px;
    overflow-x: hidden;
    border: 0;
    box-shadow: none;
}

:where(.css-eq3tly).ant-dropdown .ant-table-filter-dropdown .ant-dropdown-menu:empty::after {
    display: block;
    padding: 8px 0;
    color: rgba(0, 0, 0, 0.25);
    font-size: 12px;
    text-align: center;
    content: "Not Found";
}

:where(.css-eq3tly).ant-dropdown .ant-table-filter-dropdown .ant-table-filter-dropdown-tree {
    padding-block: 8px 0;
    padding-inline: 8px;
}

:where(.css-eq3tly).ant-dropdown .ant-table-filter-dropdown .ant-table-filter-dropdown-tree .ant-tree {
    padding: 0;
}

:where(.css-eq3tly).ant-dropdown .ant-table-filter-dropdown .ant-table-filter-dropdown-tree .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

:where(.css-eq3tly).ant-dropdown .ant-table-filter-dropdown .ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper,
:where(.css-eq3tly).ant-dropdown .ant-table-filter-dropdown .ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper:hover {
    background-color: #e6f4ff;
}

:where(.css-eq3tly).ant-dropdown .ant-table-filter-dropdown .ant-table-filter-dropdown-search {
    padding: 8px;
    border-bottom: 1px solid #f0f0f0;
}

:where(.css-eq3tly).ant-dropdown .ant-table-filter-dropdown .ant-table-filter-dropdown-search-input input {
    min-width: 140px;
}

:where(.css-eq3tly).ant-dropdown .ant-table-filter-dropdown .ant-table-filter-dropdown-search-input .anticon {
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-eq3tly).ant-dropdown .ant-table-filter-dropdown .ant-table-filter-dropdown-checkall {
    width: 100%;
    margin-bottom: 4px;
    margin-inline-start: 4px;
}

:where(.css-eq3tly).ant-dropdown .ant-table-filter-dropdown .ant-table-filter-dropdown-btns {
    display: flex;
    justify-content: space-between;
    padding: 7px 8px;
    overflow: hidden;
    background-color: inherit;
    border-top: 1px solid #f0f0f0;
}

:where(.css-eq3tly).ant-dropdown .ant-table-filter-dropdown .ant-checkbox-wrapper+span,
:where(.css-eq3tly).ant-table-filter-dropdown-submenu .ant-checkbox-wrapper+span {
    padding-inline-start: 8px;
    color: rgba(0, 0, 0, 0.88);
}

:where(.css-eq3tly).ant-dropdown .ant-table-filter-dropdown >ul,
:where(.css-eq3tly).ant-table-filter-dropdown-submenu >ul {
    max-height: calc(100vh - 130px);
    overflow-x: hidden;
    overflow-y: auto;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-title {
    border: 1px solid #f0f0f0;
    border-bottom: 0;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container {
    border-inline-start: 1px solid #f0f0f0;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-content >table >thead>tr>th,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-header >table >thead>tr>th,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-body >table >thead>tr>th,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-summary >table >thead>tr>th,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-content >table >tbody>tr>td,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-header >table >tbody>tr>td,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-body >table >tbody>tr>td,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-summary >table >tbody>tr>td,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-content >table >tfoot>tr>th,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-header >table >tfoot>tr>th,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-body >table >tfoot>tr>th,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-summary >table >tfoot>tr>th,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-content >table >tfoot>tr>td,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-header >table >tfoot>tr>td,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-body >table >tfoot>tr>td,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-summary >table >tfoot>tr>td {
    border-inline-end: 1px solid #f0f0f0;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-content >table >thead >tr:not(:last-child)>th,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-header >table >thead >tr:not(:last-child)>th,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-body >table >thead >tr:not(:last-child)>th,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-summary >table >thead >tr:not(:last-child)>th {
    border-bottom: 1px solid #f0f0f0;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-content >table >thead >tr>th::before,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-header >table >thead >tr>th::before,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-body >table >thead >tr>th::before,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-summary >table >thead >tr>th::before {
    background-color: transparent!important;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-content >table >thead>tr >.ant-table-cell-fix-right-first::after,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-header >table >thead>tr >.ant-table-cell-fix-right-first::after,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-body >table >thead>tr >.ant-table-cell-fix-right-first::after,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-summary >table >thead>tr >.ant-table-cell-fix-right-first::after,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-content >table >tbody>tr >.ant-table-cell-fix-right-first::after,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-header >table >tbody>tr >.ant-table-cell-fix-right-first::after,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-body >table >tbody>tr >.ant-table-cell-fix-right-first::after,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-summary >table >tbody>tr >.ant-table-cell-fix-right-first::after,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-content >table >tfoot>tr >.ant-table-cell-fix-right-first::after,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-header >table >tfoot>tr >.ant-table-cell-fix-right-first::after,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-body >table >tfoot>tr >.ant-table-cell-fix-right-first::after,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-summary >table >tfoot>tr >.ant-table-cell-fix-right-first::after {
    border-inline-end: 1px solid #f0f0f0;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-content >table >tbody>tr>td >.ant-table-expanded-row-fixed,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-header >table >tbody>tr>td >.ant-table-expanded-row-fixed,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-body >table >tbody>tr>td >.ant-table-expanded-row-fixed,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-summary >table >tbody>tr>td >.ant-table-expanded-row-fixed {
    margin: -16px -17px;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-content >table >tbody>tr>td >.ant-table-expanded-row-fixed::after,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-header >table >tbody>tr>td >.ant-table-expanded-row-fixed::after,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-body >table >tbody>tr>td >.ant-table-expanded-row-fixed::after,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-summary >table >tbody>tr>td >.ant-table-expanded-row-fixed::after {
    position: absolute;
    top: 0;
    inset-inline-end: 1px;
    bottom: 0;
    border-inline-end: 1px solid #f0f0f0;
    content: "";
}

:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-content >table,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-container >.ant-table-header >table {
    border-top: 1px solid #f0f0f0;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered.ant-table-scroll-horizontal >.ant-table-container>.ant-table-body >table>tbody >tr.ant-table-expanded-row >td,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered.ant-table-scroll-horizontal >.ant-table-container>.ant-table-body >table>tbody >tr.ant-table-placeholder >td {
    border-inline-end: 0;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered.ant-table-middle >.ant-table-container >.ant-table-content >table>tbody>tr>td >.ant-table-expanded-row-fixed,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered.ant-table-middle >.ant-table-container >.ant-table-body >table>tbody>tr>td >.ant-table-expanded-row-fixed {
    margin: -12px -9px;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered.ant-table-small >.ant-table-container >.ant-table-content >table>tbody>tr>td >.ant-table-expanded-row-fixed,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered.ant-table-small >.ant-table-container >.ant-table-body >table>tbody>tr>td >.ant-table-expanded-row-fixed {
    margin: -8px -9px;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-bordered >.ant-table-footer {
    border: 1px solid #f0f0f0;
    border-top: 0;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-cell .ant-table-container:first-child {
    border-top: 0;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-cell-scrollbar:not([rowspan]) {
    box-shadow: 0 1px 0 1px #fafafa;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table .ant-table-title,
:where(.css-eq3tly).ant-table-wrapper .ant-table .ant-table-header {
    border-radius: 8px 8px 0 0;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table .ant-table-title+.ant-table-container {
    border-start-start-radius: 0;
    border-start-end-radius: 0;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table .ant-table-title+.ant-table-container table {
    border-radius: 0;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table .ant-table-title+.ant-table-container table >thead>tr:first-child th:first-child {
    border-radius: 0;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table .ant-table-title+.ant-table-container table >thead>tr:first-child th:last-child {
    border-radius: 0;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-container {
    border-start-start-radius: 8px;
    border-start-end-radius: 8px;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-container table>thead>tr:first-child >*:first-child {
    border-start-start-radius: 8px;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-container table>thead>tr:first-child >*:last-child {
    border-start-end-radius: 8px;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-footer {
    border-radius: 0 0 8px 8px;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-expand-icon-col {
    width: 48px;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-row-expand-icon-cell {
    text-align: center;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-row-expand-icon-cell .ant-table-row-expand-icon {
    display: inline-flex;
    float: none;
    vertical-align: sub;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-row-indent {
    height: 1px;
    float: left;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-row-expand-icon {
    color: inherit;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 17px;
    height: 17px;
    padding: 0;
    line-height: 17px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    transform: scale(0.9411764705882353);
    user-select: none;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-row-expand-icon:focus,
:where(.css-eq3tly).ant-table-wrapper .ant-table-row-expand-icon:hover {
    color: #69b1ff;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-row-expand-icon:active {
    color: #0958d9;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-row-expand-icon:focus,
:where(.css-eq3tly).ant-table-wrapper .ant-table-row-expand-icon:hover,
:where(.css-eq3tly).ant-table-wrapper .ant-table-row-expand-icon:active {
    border-color: currentcolor;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-row-expand-icon::before,
:where(.css-eq3tly).ant-table-wrapper .ant-table-row-expand-icon::after {
    position: absolute;
    background: currentcolor;
    transition: transform 0.3s ease-out;
    content: "";
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-row-expand-icon::before {
    top: 7px;
    inset-inline-end: 3px;
    inset-inline-start: 3px;
    height: 1px;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-row-expand-icon::after {
    top: 3px;
    bottom: 3px;
    inset-inline-start: 7px;
    width: 1px;
    transform: rotate(90deg);
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-row-expand-icon-collapsed::before {
    transform: rotate(-180deg);
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-row-expand-icon-collapsed::after {
    transform: rotate(0deg);
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-row-expand-icon-spaced {
    background: transparent;
    border: 0;
    visibility: hidden;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-row-expand-icon-spaced::before,
:where(.css-eq3tly).ant-table-wrapper .ant-table-row-expand-icon-spaced::after {
    display: none;
    content: none;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-row-indent+.ant-table-row-expand-icon {
    margin-top: 2.5px;
    margin-inline-end: 8px;
}

:where(.css-eq3tly).ant-table-wrapper tr.ant-table-expanded-row >td,
:where(.css-eq3tly).ant-table-wrapper tr.ant-table-expanded-row:hover >td {
    background: rgba(0, 0, 0, 0.02);
}

:where(.css-eq3tly).ant-table-wrapper tr.ant-table-expanded-row .ant-descriptions-view {
    display: flex;
}

:where(.css-eq3tly).ant-table-wrapper tr.ant-table-expanded-row .ant-descriptions-view table {
    flex: auto;
    width: auto;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-expanded-row-fixed {
    position: relative;
    margin: -16px -16px;
    padding: 16px 16px;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-summary {
    position: relative;
    z-index: 2;
    background: #ffffff;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-summary >tr >th,
:where(.css-eq3tly).ant-table-wrapper .ant-table-summary >tr >td {
    border-bottom: 1px solid #f0f0f0;
}

:where(.css-eq3tly).ant-table-wrapper div.ant-table-summary {
    box-shadow: 0 -1px 0 #f0f0f0;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-tbody>tr.ant-table-placeholder {
    text-align: center;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-tbody>tr.ant-table-placeholder:hover>td {
    background: #ffffff;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-selection-col {
    width: 32px;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-bordered .ant-table-selection-col {
    width: 48px;
}

:where(.css-eq3tly).ant-table-wrapper table tr th.ant-table-selection-column,
:where(.css-eq3tly).ant-table-wrapper table tr td.ant-table-selection-column {
    padding-inline-end: 8px;
    padding-inline-start: 8px;
    text-align: center;
}

:where(.css-eq3tly).ant-table-wrapper table tr th.ant-table-selection-column .ant-radio-wrapper,
:where(.css-eq3tly).ant-table-wrapper table tr td.ant-table-selection-column .ant-radio-wrapper {
    margin-inline-end: 0;
}

:where(.css-eq3tly).ant-table-wrapper table tr th.ant-table-selection-column.ant-table-cell-fix-left {
    z-index: 3;
}

:where(.css-eq3tly).ant-table-wrapper table tr th.ant-table-selection-column::after {
    background-color: transparent!important;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-selection {
    position: relative;
    display: inline-flex;
    flex-direction: column;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-selection-extra {
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s;
    margin-inline-start: 100%;
    padding-inline-start: 4px;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-selection-extra .anticon {
    color: rgba(0, 0, 0, 0.29);
    font-size: 12px;
    vertical-align: baseline;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-selection-extra .anticon:hover {
    color: rgba(0, 0, 0, 0.57);
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-cell-fix-left,
:where(.css-eq3tly).ant-table-wrapper .ant-table-cell-fix-right {
    position: sticky!important;
    z-index: 2;
    background: #ffffff;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-cell-fix-left-first::after,
:where(.css-eq3tly).ant-table-wrapper .ant-table-cell-fix-left-last::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: -1px;
    width: 30px;
    transform: translateX(100%);
    transition: box-shadow 0.3s;
    content: "";
    pointer-events: none;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-cell-fix-left-all::after {
    display: none;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-cell-fix-right-first::after,
:where(.css-eq3tly).ant-table-wrapper .ant-table-cell-fix-right-last::after {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    width: 30px;
    transform: translateX(-100%);
    transition: box-shadow 0.3s;
    content: "";
    pointer-events: none;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-container::before,
:where(.css-eq3tly).ant-table-wrapper .ant-table-container::after {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 4;
    width: 30px;
    transition: box-shadow 0.3s;
    content: "";
    pointer-events: none;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-container::before {
    inset-inline-start: 0;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-container::after {
    inset-inline-end: 0;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-ping-left:not(.ant-table-has-fix-left) .ant-table-container {
    position: relative;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-ping-left:not(.ant-table-has-fix-left) .ant-table-container::before {
    box-shadow: inset 10px 0 8px -8px rgba(5, 5, 5, 0.06);
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-ping-left .ant-table-cell-fix-left-first::after,
:where(.css-eq3tly).ant-table-wrapper .ant-table-ping-left .ant-table-cell-fix-left-last::after {
    box-shadow: inset 10px 0 8px -8px rgba(5, 5, 5, 0.06);
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-ping-left .ant-table-cell-fix-left-last::before {
    background-color: transparent!important;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container {
    position: relative;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container::after {
    box-shadow: inset -10px 0 8px -8px rgba(5, 5, 5, 0.06);
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-ping-right .ant-table-cell-fix-right-first::after,
:where(.css-eq3tly).ant-table-wrapper .ant-table-ping-right .ant-table-cell-fix-right-last::after {
    box-shadow: inset -10px 0 8px -8px rgba(5, 5, 5, 0.06);
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-sticky-holder {
    position: sticky;
    z-index: 3;
    background: #ffffff;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-sticky-scroll {
    position: sticky;
    bottom: 0;
    height: 8px!important;
    z-index: 3;
    display: flex;
    align-items: center;
    background: rgba(5, 5, 5, 0.06);
    border-top: 1px solid #f0f0f0;
    opacity: 0.65;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-sticky-scroll:hover {
    transform-origin: center bottom;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-sticky-scroll-bar {
    height: 8px;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    transition: all 0.3s, transform none;
    position: absolute;
    bottom: 0;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-sticky-scroll-bar:hover,
:where(.css-eq3tly).ant-table-wrapper .ant-table-sticky-scroll-bar-active {
    background-color: rgba(0, 0, 0, 0.88);
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-cell-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: keep-all;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-cell-ellipsis.ant-table-cell-fix-left-last,
:where(.css-eq3tly).ant-table-wrapper .ant-table-cell-ellipsis.ant-table-cell-fix-right-first {
    overflow: visible;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-cell-ellipsis.ant-table-cell-fix-left-last .ant-table-cell-content,
:where(.css-eq3tly).ant-table-wrapper .ant-table-cell-ellipsis.ant-table-cell-fix-right-first .ant-table-cell-content {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-cell-ellipsis .ant-table-column-title {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-middle {
    font-size: 14px;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-middle .ant-table-title,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-middle .ant-table-footer,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-middle .ant-table-thead>tr>th,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-middle .ant-table-tbody>tr>td,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-middle tfoot>tr>th,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-middle tfoot>tr>td {
    padding: 12px 8px;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-middle .ant-table-filter-trigger {
    margin-inline-end: -4px;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-middle .ant-table-expanded-row-fixed {
    margin: -12px -8px;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-middle .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
    margin-block: -12px;
    margin-inline: 40px -8px;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-middle .ant-table-selection-column {
    padding-inline-start: 2px;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-small {
    font-size: 14px;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-small .ant-table-title,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-small .ant-table-footer,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-small .ant-table-thead>tr>th,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-small .ant-table-tbody>tr>td,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-small tfoot>tr>th,
:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-small tfoot>tr>td {
    padding: 8px 8px;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-small .ant-table-filter-trigger {
    margin-inline-end: -4px;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-small .ant-table-expanded-row-fixed {
    margin: -8px -8px;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-small .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
    margin-block: -8px;
    margin-inline: 40px -8px;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table.ant-table-small .ant-table-selection-column {
    padding-inline-start: 2px;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-resize-handle {
    position: absolute;
    top: 0;
    height: 100%!important;
    bottom: 0;
    left: auto!important;
    right: -8px;
    cursor: col-resize;
    touch-action: none;
    user-select: auto;
    width: 16px;
    z-index: 1;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-resize-handle-line {
    display: block;
    width: 1px;
    margin-left: 7px;
    height: 100%!important;
    background-color: #1677ff;
    opacity: 0;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-resize-handle:hover:where(.css-eq3tly).ant-table-wrapper .ant-table-resize-handle-line {
    opacity: 1;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-resize-handle.dragging {
    overflow: hidden;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-resize-handle.dragging .ant-table-resize-handle-line {
    opacity: 1;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-resize-handle.dragging:before {
    position: absolute;
    top: 0;
    bottom: 0;
    content: " ";
    width: 200vw;
    transform: translateX(-50%);
    opacity: 0;
}

:where(.css-eq3tly).ant-table-wrapper-rtl {
    direction: rtl;
}

:where(.css-eq3tly).ant-table-wrapper-rtl table {
    direction: rtl;
}

:where(.css-eq3tly).ant-table-wrapper-rtl .ant-table-pagination-left {
    justify-content: flex-end;
}

:where(.css-eq3tly).ant-table-wrapper-rtl .ant-table-pagination-right {
    justify-content: flex-start;
}

:where(.css-eq3tly).ant-table-wrapper-rtl .ant-table-row-expand-icon::after {
    transform: rotate(-90deg);
}

:where(.css-eq3tly).ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed::before {
    transform: rotate(180deg);
}

:where(.css-eq3tly).ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed::after {
    transform: rotate(0deg);
}

:where(.css-eq3tly)[class^="ant-spin"],
:where(.css-eq3tly)[class*=" ant-spin"] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 14px;
    box-sizing: border-box;
}

:where(.css-eq3tly)[class^="ant-spin"]::before,
:where(.css-eq3tly)[class*=" ant-spin"]::before,
:where(.css-eq3tly)[class^="ant-spin"]::after,
:where(.css-eq3tly)[class*=" ant-spin"]::after {
    box-sizing: border-box;
}

:where(.css-eq3tly)[class^="ant-spin"] [class^="ant-spin"],
:where(.css-eq3tly)[class*=" ant-spin"] [class^="ant-spin"],
:where(.css-eq3tly)[class^="ant-spin"] [class*=" ant-spin"],
:where(.css-eq3tly)[class*=" ant-spin"] [class*=" ant-spin"] {
    box-sizing: border-box;
}

:where(.css-eq3tly)[class^="ant-spin"] [class^="ant-spin"]::before,
:where(.css-eq3tly)[class*=" ant-spin"] [class^="ant-spin"]::before,
:where(.css-eq3tly)[class^="ant-spin"] [class*=" ant-spin"]::before,
:where(.css-eq3tly)[class*=" ant-spin"] [class*=" ant-spin"]::before,
:where(.css-eq3tly)[class^="ant-spin"] [class^="ant-spin"]::after,
:where(.css-eq3tly)[class*=" ant-spin"] [class^="ant-spin"]::after,
:where(.css-eq3tly)[class^="ant-spin"] [class*=" ant-spin"]::after,
:where(.css-eq3tly)[class*=" ant-spin"] [class*=" ant-spin"]::after {
    box-sizing: border-box;
}

:where(.css-eq3tly).ant-spin {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #1677ff;
    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;
    display: none;
    text-align: center;
    vertical-align: middle;
    opacity: 0;
    transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

:where(.css-eq3tly).ant-spin-spinning {
    position: static;
    display: inline-block;
    opacity: 1;
}

:where(.css-eq3tly).ant-spin-nested-loading {
    position: relative;
}

:where(.css-eq3tly).ant-spin-nested-loading >div>.ant-spin {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    z-index: 4;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 400px;
}

:where(.css-eq3tly).ant-spin-nested-loading >div>.ant-spin .ant-spin-dot {
    position: absolute;
    top: 50%;
    inset-inline-start: 50%;
    margin: -10px;
}

:where(.css-eq3tly).ant-spin-nested-loading >div>.ant-spin .ant-spin-text {
    position: absolute;
    top: 50%;
    width: 100%;
    padding-top: 5px;
    text-shadow: 0 1px 2px #ffffff;
}

:where(.css-eq3tly).ant-spin-nested-loading >div>.ant-spin.ant-spin-show-text .ant-spin-dot {
    margin-top: -20px;
}

:where(.css-eq3tly).ant-spin-nested-loading >div>.ant-spin-sm .ant-spin-dot {
    margin: -7px;
}

:where(.css-eq3tly).ant-spin-nested-loading >div>.ant-spin-sm .ant-spin-text {
    padding-top: 2px;
}

:where(.css-eq3tly).ant-spin-nested-loading >div>.ant-spin-sm.ant-spin-show-text .ant-spin-dot {
    margin-top: -17px;
}

:where(.css-eq3tly).ant-spin-nested-loading >div>.ant-spin-lg .ant-spin-dot {
    margin: -16px;
}

:where(.css-eq3tly).ant-spin-nested-loading >div>.ant-spin-lg .ant-spin-text {
    padding-top: 11px;
}

:where(.css-eq3tly).ant-spin-nested-loading >div>.ant-spin-lg.ant-spin-show-text .ant-spin-dot {
    margin-top: -26px;
}

:where(.css-eq3tly).ant-spin-nested-loading .ant-spin-container {
    position: relative;
    transition: opacity 0.3s;
}

:where(.css-eq3tly).ant-spin-nested-loading .ant-spin-container::after {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    bottom: 0;
    inset-inline-start: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0;
    transition: all 0.3s;
    content: "";
    pointer-events: none;
}

:where(.css-eq3tly).ant-spin-nested-loading .ant-spin-blur {
    clear: both;
    opacity: 0.5;
    user-select: none;
    pointer-events: none;
}

:where(.css-eq3tly).ant-spin-nested-loading .ant-spin-blur::after {
    opacity: 0.4;
    pointer-events: auto;
}

:where(.css-eq3tly).ant-spin-tip {
    color: rgba(0, 0, 0, 0.45);
}

:where(.css-eq3tly).ant-spin .ant-spin-dot {
    position: relative;
    display: inline-block;
    font-size: 20px;
    width: 1em;
    height: 1em;
}

:where(.css-eq3tly).ant-spin .ant-spin-dot-item {
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    background-color: #1677ff;
    border-radius: 100%;
    transform: scale(0.75);
    transform-origin: 50% 50%;
    opacity: 0.3;
    animation-name: css-eq3tly-antSpinMove;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: alternate;
}

:where(.css-eq3tly).ant-spin .ant-spin-dot-item:nth-child(1) {
    top: 0;
    inset-inline-start: 0;
}

:where(.css-eq3tly).ant-spin .ant-spin-dot-item:nth-child(2) {
    top: 0;
    inset-inline-end: 0;
    animation-delay: 0.4s;
}

:where(.css-eq3tly).ant-spin .ant-spin-dot-item:nth-child(3) {
    inset-inline-end: 0;
    bottom: 0;
    animation-delay: 0.8s;
}

:where(.css-eq3tly).ant-spin .ant-spin-dot-item:nth-child(4) {
    bottom: 0;
    inset-inline-start: 0;
    animation-delay: 1.2s;
}

:where(.css-eq3tly).ant-spin .ant-spin-dot-spin {
    transform: rotate(45deg);
    animation-name: css-eq3tly-antRotate;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

:where(.css-eq3tly).ant-spin-sm .ant-spin-dot {
    font-size: 14px;
}

:where(.css-eq3tly).ant-spin-sm .ant-spin-dot i {
    width: 6px;
    height: 6px;
}

:where(.css-eq3tly).ant-spin-lg .ant-spin-dot {
    font-size: 32px;
}

:where(.css-eq3tly).ant-spin-lg .ant-spin-dot i {
    width: 14px;
    height: 14px;
}

:where(.css-eq3tly).ant-spin.ant-spin-show-text .ant-spin-text {
    display: block;
}

@keyframes css-eq3tly-antSpinMove {
    to {
        opacity: 1;
    }
}

@keyframes css-eq3tly-antRotate {
    to {
        transform: rotate(405deg);
    }
}

:where(.css-eq3tly)[class^="ant-tooltip"],
:where(.css-eq3tly)[class*=" ant-tooltip"] {
    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-eq3tly)[class^="ant-tooltip"]::before,
:where(.css-eq3tly)[class*=" ant-tooltip"]::before,
:where(.css-eq3tly)[class^="ant-tooltip"]::after,
:where(.css-eq3tly)[class*=" ant-tooltip"]::after {
    box-sizing: border-box;
}

:where(.css-eq3tly)[class^="ant-tooltip"] [class^="ant-tooltip"],
:where(.css-eq3tly)[class*=" ant-tooltip"] [class^="ant-tooltip"],
:where(.css-eq3tly)[class^="ant-tooltip"] [class*=" ant-tooltip"],
:where(.css-eq3tly)[class*=" ant-tooltip"] [class*=" ant-tooltip"] {
    box-sizing: border-box;
}

:where(.css-eq3tly)[class^="ant-tooltip"] [class^="ant-tooltip"]::before,
:where(.css-eq3tly)[class*=" ant-tooltip"] [class^="ant-tooltip"]::before,
:where(.css-eq3tly)[class^="ant-tooltip"] [class*=" ant-tooltip"]::before,
:where(.css-eq3tly)[class*=" ant-tooltip"] [class*=" ant-tooltip"]::before,
:where(.css-eq3tly)[class^="ant-tooltip"] [class^="ant-tooltip"]::after,
:where(.css-eq3tly)[class*=" ant-tooltip"] [class^="ant-tooltip"]::after,
:where(.css-eq3tly)[class^="ant-tooltip"] [class*=" ant-tooltip"]::after,
:where(.css-eq3tly)[class*=" ant-tooltip"] [class*=" ant-tooltip"]::after {
    box-sizing: border-box;
}

:where(.css-eq3tly).ant-tooltip {
    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;
    z-index: 1070;
    display: block;
    max-width: 250px;
    visibility: visible;
    --antd-arrow-background-color: rgba(0, 0, 0, 0.85);
}

:where(.css-eq3tly).ant-tooltip {
    width: max-content;
    width: intrinsic;
}

:where(.css-eq3tly).ant-tooltip-hidden {
    display: none;
}

:where(.css-eq3tly).ant-tooltip .ant-tooltip-inner {
    min-width: 32px;
    min-height: 32px;
    padding: 6px 8px;
    color: #fff;
    text-align: start;
    text-decoration: none;
    word-wrap: break-word;
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 6px;
    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);
}

:where(.css-eq3tly).ant-tooltip-placement-left .ant-tooltip-inner,
:where(.css-eq3tly).ant-tooltip-placement-leftTop .ant-tooltip-inner,
:where(.css-eq3tly).ant-tooltip-placement-leftBottom .ant-tooltip-inner,
:where(.css-eq3tly).ant-tooltip-placement-right .ant-tooltip-inner,
:where(.css-eq3tly).ant-tooltip-placement-rightTop .ant-tooltip-inner,
:where(.css-eq3tly).ant-tooltip-placement-rightBottom .ant-tooltip-inner {
    border-radius: 6px;
}

:where(.css-eq3tly).ant-tooltip .ant-tooltip-content {
    position: relative;
}

:where(.css-eq3tly).ant-tooltip.ant-tooltip-blue .ant-tooltip-inner {
    background-color: #1677ff;
}

:where(.css-eq3tly).ant-tooltip.ant-tooltip-blue .ant-tooltip-arrow {
    --antd-arrow-background-color: #1677ff;
}

:where(.css-eq3tly).ant-tooltip.ant-tooltip-purple .ant-tooltip-inner {
    background-color: #722ed1;
}

:where(.css-eq3tly).ant-tooltip.ant-tooltip-purple .ant-tooltip-arrow {
    --antd-arrow-background-color: #722ed1;
}

:where(.css-eq3tly).ant-tooltip.ant-tooltip-cyan .ant-tooltip-inner {
    background-color: #13c2c2;
}

:where(.css-eq3tly).ant-tooltip.ant-tooltip-cyan .ant-tooltip-arrow {
    --antd-arrow-background-color: #13c2c2;
}

:where(.css-eq3tly).ant-tooltip.ant-tooltip-green .ant-tooltip-inner {
    background-color: #52c41a;
}

:where(.css-eq3tly).ant-tooltip.ant-tooltip-green .ant-tooltip-arrow {
    --antd-arrow-background-color: #52c41a;
}

:where(.css-eq3tly).ant-tooltip.ant-tooltip-magenta .ant-tooltip-inner {
    background-color: #eb2f96;
}

:where(.css-eq3tly).ant-tooltip.ant-tooltip-magenta .ant-tooltip-arrow {
    --antd-arrow-background-color: #eb2f96;
}

:where(.css-eq3tly).ant-tooltip.ant-tooltip-pink .ant-tooltip-inner {
    background-color: #eb2f96;
}

:where(.css-eq3tly).ant-tooltip.ant-tooltip-pink .ant-tooltip-arrow {
    --antd-arrow-background-color: #eb2f96;
}

:where(.css-eq3tly).ant-tooltip.ant-tooltip-red .ant-tooltip-inner {
    background-color: #f5222d;
}

:where(.css-eq3tly).ant-tooltip.ant-tooltip-red .ant-tooltip-arrow {
    --antd-arrow-background-color: #f5222d;
}

:where(.css-eq3tly).ant-tooltip.ant-tooltip-orange .ant-tooltip-inner {
    background-color: #fa8c16;
}

:where(.css-eq3tly).ant-tooltip.ant-tooltip-orange .ant-tooltip-arrow {
    --antd-arrow-background-color: #fa8c16;
}

:where(.css-eq3tly).ant-tooltip.ant-tooltip-yellow .ant-tooltip-inner {
    background-color: #fadb14;
}

:where(.css-eq3tly).ant-tooltip.ant-tooltip-yellow .ant-tooltip-arrow {
    --antd-arrow-background-color: #fadb14;
}

:where(.css-eq3tly).ant-tooltip.ant-tooltip-volcano .ant-tooltip-inner {
    background-color: #fa541c;
}

:where(.css-eq3tly).ant-tooltip.ant-tooltip-volcano .ant-tooltip-arrow {
    --antd-arrow-background-color: #fa541c;
}

:where(.css-eq3tly).ant-tooltip.ant-tooltip-geekblue .ant-tooltip-inner {
    background-color: #2f54eb;
}

:where(.css-eq3tly).ant-tooltip.ant-tooltip-geekblue .ant-tooltip-arrow {
    --antd-arrow-background-color: #2f54eb;
}

:where(.css-eq3tly).ant-tooltip.ant-tooltip-lime .ant-tooltip-inner {
    background-color: #a0d911;
}

:where(.css-eq3tly).ant-tooltip.ant-tooltip-lime .ant-tooltip-arrow {
    --antd-arrow-background-color: #a0d911;
}

:where(.css-eq3tly).ant-tooltip.ant-tooltip-gold .ant-tooltip-inner {
    background-color: #faad14;
}

:where(.css-eq3tly).ant-tooltip.ant-tooltip-gold .ant-tooltip-arrow {
    --antd-arrow-background-color: #faad14;
}

:where(.css-eq3tly).ant-tooltip-rtl {
    direction: rtl;
}

:where(.css-eq3tly).ant-tooltip .ant-tooltip-arrow {
    position: absolute;
    z-index: 1;
    display: block;
    border-radius: 0 0 2px;
    pointer-events: none;
    width: 32px;
    height: 32px;
    overflow: hidden;
}

:where(.css-eq3tly).ant-tooltip .ant-tooltip-arrow::after {
    content: "";
    position: absolute;
    width: 11.31370849898476px;
    height: 11.31370849898476px;
    bottom: 0;
    inset-inline: 0;
    margin: auto;
    border-radius: 0 0 2px 0;
    transform: translateY(50%) rotate(-135deg);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1);
    z-index: 0;
    background: transparent;
}

:where(.css-eq3tly).ant-tooltip .ant-tooltip-arrow::before {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    width: 32px;
    height: 8px;
    background: var(--antd-arrow-background-color);
    clip-path: path('M 6.343145750507619 8 A 4 4 0 0 0 9.17157287525381 6.82842712474619 L 14.585786437626904 1.414213562373095 A 2 2 0 0 1 17.414213562373096 1.414213562373095 L 22.82842712474619 6.82842712474619 A 4 4 0 0 0 25.65685424949238 8 Z');
    content: "";
}

:where(.css-eq3tly).ant-tooltip .ant-tooltip-arrow:before {
    background: var(--antd-arrow-background-color);
}

:where(.css-eq3tly).ant-tooltip-placement-top .ant-tooltip-arrow,
:where(.css-eq3tly).ant-tooltip-placement-topLeft .ant-tooltip-arrow,
:where(.css-eq3tly).ant-tooltip-placement-topRight .ant-tooltip-arrow {
    bottom: 0;
    transform: translateY(100%) rotate(180deg);
}

:where(.css-eq3tly).ant-tooltip-placement-top .ant-tooltip-arrow {
    left: 50%;
    transform: translateX(-50%) translateY(100%) rotate(180deg);
}

:where(.css-eq3tly).ant-tooltip-placement-topLeft .ant-tooltip-arrow {
    left: 6px;
}

:where(.css-eq3tly).ant-tooltip-placement-topRight .ant-tooltip-arrow {
    right: 6px;
}

:where(.css-eq3tly).ant-tooltip-placement-bottom .ant-tooltip-arrow,
:where(.css-eq3tly).ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
:where(.css-eq3tly).ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
    top: 0;
    transform: translateY(-100%);
}

:where(.css-eq3tly).ant-tooltip-placement-bottom .ant-tooltip-arrow {
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
}

:where(.css-eq3tly).ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
    left: 6px;
}

:where(.css-eq3tly).ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
    right: 6px;
}

:where(.css-eq3tly).ant-tooltip-placement-left .ant-tooltip-arrow,
:where(.css-eq3tly).ant-tooltip-placement-leftTop .ant-tooltip-arrow,
:where(.css-eq3tly).ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
    right: 0;
    transform: translateX(100%) rotate(90deg);
}

:where(.css-eq3tly).ant-tooltip-placement-left .ant-tooltip-arrow {
    top: 50%;
    transform: translateY(-50%) translateX(100%) rotate(90deg);
}

:where(.css-eq3tly).ant-tooltip-placement-leftTop .ant-tooltip-arrow {
    top: 2px;
}

:where(.css-eq3tly).ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
    bottom: 2px;
}

:where(.css-eq3tly).ant-tooltip-placement-right .ant-tooltip-arrow,
:where(.css-eq3tly).ant-tooltip-placement-rightTop .ant-tooltip-arrow,
:where(.css-eq3tly).ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
    left: 0;
    transform: translateX(-100%) rotate(-90deg);
}

:where(.css-eq3tly).ant-tooltip-placement-right .ant-tooltip-arrow {
    top: 50%;
    transform: translateY(-50%) translateX(-100%) rotate(-90deg);
}

:where(.css-eq3tly).ant-tooltip-placement-rightTop .ant-tooltip-arrow {
    top: 2px;
}

:where(.css-eq3tly).ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
    bottom: 2px;
}

:where(.css-eq3tly).ant-tooltip-placement-topLeft,
:where(.css-eq3tly).ant-tooltip-placement-top,
:where(.css-eq3tly).ant-tooltip-placement-topRight {
    padding-bottom: 12px;
}

:where(.css-eq3tly).ant-tooltip-placement-bottomLeft,
:where(.css-eq3tly).ant-tooltip-placement-bottom,
:where(.css-eq3tly).ant-tooltip-placement-bottomRight {
    padding-top: 12px;
}

:where(.css-eq3tly).ant-tooltip-placement-leftTop,
:where(.css-eq3tly).ant-tooltip-placement-left,
:where(.css-eq3tly).ant-tooltip-placement-leftBottom {
    padding-right: 12px;
}

:where(.css-eq3tly).ant-tooltip-placement-rightTop,
:where(.css-eq3tly).ant-tooltip-placement-right,
:where(.css-eq3tly).ant-tooltip-placement-rightBottom {
    padding-left: 12px;
}

:where(.css-eq3tly).ant-tooltip-pure {
    position: relative;
    max-width: none;
}

:where(.css-eq3tly).ant-zoom-big-fast-enter,
:where(.css-eq3tly).ant-zoom-big-fast-appear {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-eq3tly).ant-zoom-big-fast-leave {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-eq3tly).ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active,
:where(.css-eq3tly).ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active {
    animation-name: css-eq3tly-antZoomBigIn;
    animation-play-state: running;
}

:where(.css-eq3tly).ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active {
    animation-name: css-eq3tly-antZoomBigOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-eq3tly).ant-zoom-big-fast-enter,
:where(.css-eq3tly).ant-zoom-big-fast-appear {
    transform: scale(0);
    opacity: 0;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

:where(.css-eq3tly).ant-zoom-big-fast-enter-prepare,
:where(.css-eq3tly).ant-zoom-big-fast-appear-prepare {
    transform: none;
}

:where(.css-eq3tly).ant-zoom-big-fast-leave {
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

@keyframes css-eq3tly-antZoomBigIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes css-eq3tly-antZoomBigOut {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.8);
        opacity: 0;
    }
}

:where(.css-eq3tly)[class^="ant-empty"],
:where(.css-eq3tly)[class*=" ant-empty"] {
    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-eq3tly)[class^="ant-empty"]::before,
:where(.css-eq3tly)[class*=" ant-empty"]::before,
:where(.css-eq3tly)[class^="ant-empty"]::after,
:where(.css-eq3tly)[class*=" ant-empty"]::after {
    box-sizing: border-box;
}

:where(.css-eq3tly)[class^="ant-empty"] [class^="ant-empty"],
:where(.css-eq3tly)[class*=" ant-empty"] [class^="ant-empty"],
:where(.css-eq3tly)[class^="ant-empty"] [class*=" ant-empty"],
:where(.css-eq3tly)[class*=" ant-empty"] [class*=" ant-empty"] {
    box-sizing: border-box;
}

:where(.css-eq3tly)[class^="ant-empty"] [class^="ant-empty"]::before,
:where(.css-eq3tly)[class*=" ant-empty"] [class^="ant-empty"]::before,
:where(.css-eq3tly)[class^="ant-empty"] [class*=" ant-empty"]::before,
:where(.css-eq3tly)[class*=" ant-empty"] [class*=" ant-empty"]::before,
:where(.css-eq3tly)[class^="ant-empty"] [class^="ant-empty"]::after,
:where(.css-eq3tly)[class*=" ant-empty"] [class^="ant-empty"]::after,
:where(.css-eq3tly)[class^="ant-empty"] [class*=" ant-empty"]::after,
:where(.css-eq3tly)[class*=" ant-empty"] [class*=" ant-empty"]::after {
    box-sizing: border-box;
}

:where(.css-eq3tly).ant-empty {
    margin-inline: 8px;
    font-size: 14px;
    line-height: 1.5714285714285714;
    text-align: center;
}

:where(.css-eq3tly).ant-empty .ant-empty-image {
    height: 100px;
    margin-bottom: 8px;
    opacity: 1;
}

:where(.css-eq3tly).ant-empty .ant-empty-image img {
    height: 100%;
}

:where(.css-eq3tly).ant-empty .ant-empty-image svg {
    height: 100%;
    margin: auto;
}

:where(.css-eq3tly).ant-empty .ant-empty-footer {
    margin-top: 16px;
}

:where(.css-eq3tly).ant-empty-normal {
    margin-block: 32px;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-eq3tly).ant-empty-normal .ant-empty-image {
    height: 40px;
}

:where(.css-eq3tly).ant-empty-small {
    margin-block: 8px;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-eq3tly).ant-empty-small .ant-empty-image {
    height: 35px;
}
:where(.css-eq3tly).ant-tag-red {
    color: #cf1322;
    background: #fff1f0;
    border: 1px solid #ffa39e;
}
.ant-tag.ant-tag-success {
    color: #52c41a;
    background: #f6ffed;
    border:1px solid#b7eb8f;
}
.ant-tag.ant-tag-orange {
    color: #d4380d;
    background: #fff2e8;
    border:1px solid#ffbb96;
}
:where(.css-eq3tly).ant-tag {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 20px;
    list-style: none;
    display: inline-block;
    height: auto;
    margin-inline-end: 8px;
    padding-inline: 7px;
    white-space: nowrap;
    border-radius: 4px;
    opacity: 1;
    transition: all 0.2s;
    text-align: start;
}
.modal {
    background-color: rgba(0, 0, 0, 0.5) !important;
}
