﻿html {
    line-height: 1.15
}

    html[data-theme=dark] .app-loading {
        background-color: #2c344a
    }

        html[data-theme=dark] .app-loading .app-loading-title {
            color: rgb(255 255 255 / 85%)
        }

.app-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #f4f7f9
}

    .app-loading .app-loading-wrap {
        display: flex;
        position: absolute;
        top: 50%;
        left: 50%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transform: translate3d(-50%,-50%,0)
    }

    .app-loading .dots {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 98px
    }

    .app-loading .app-loading-title {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
        color: rgb(0 0 0 / 85%);
        font-size: 30px
    }

    .app-loading .app-loading-logo {
        display: block;
        width: 90px;
        margin: 0 auto;
        margin-bottom: 20px
    }

.dot {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    margin-top: 30px;
    transform: rotate(45deg);
    animation: ant-rotate 1.2s infinite linear;
    font-size: 32px
}

    .dot i {
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        transform: scale(.75);
        transform-origin: 50% 50%;
        animation: ant-spin-move 1s infinite linear alternate;
        border-radius: 100%;
        opacity: .3;
        background-color: #0065cc
    }

        .dot i:first-child {
            top: 0;
            left: 0
        }

        .dot i:nth-child(2) {
            top: 0;
            right: 0;
            animation-delay: .4s
        }

        .dot i:nth-child(3) {
            right: 0;
            bottom: 0;
            animation-delay: .8s
        }

        .dot i:nth-child(4) {
            bottom: 0;
            left: 0;
            animation-delay: 1.2s
        }

@keyframes ant-rotate {
    to {
        transform: rotate(405deg)
    }
}

@keyframes ant-rotate {
    to {
        transform: rotate(405deg)
    }
}

@keyframes ant-spin-move {
    to {
        opacity: 1
    }
}

@keyframes ant-spin-move {
    to {
        opacity: 1
    }
}
.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);
    }
}

.anticon {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .anticon > * {
        line-height: 1;
    }

    .anticon svg {
        display: inline-block;
    }

    .anticon .anticon .anticon-icon {
        display: block;
    }

.anticon {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .anticon > * {
        line-height: 1;
    }

    .anticon svg {
        display: inline-block;
    }

    .anticon .anticon .anticon-icon {
        display: block;
    }

:where(.css-16qcf5g) a {
    color: #0960bd;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    transition: color 0.3s;
    -webkit-text-decoration-skip: objects;
}

    :where(.css-16qcf5g) a:hover {
        color: #4f99d6;
    }

    :where(.css-16qcf5g) a:active {
        color: #004496;
    }

    :where(.css-16qcf5g) a:active, :where(.css-16qcf5g) a:hover {
        text-decoration: none;
        outline: 0;
    }

    :where(.css-16qcf5g) a:focus {
        text-decoration: none;
        outline: 0;
    }

    :where(.css-16qcf5g) a[disabled] {
        color: rgba(0, 0, 0, 0.25);
        cursor: not-allowed;
    }

:where(.css-16qcf5g)[class^="ant-dropdown"], :where(.css-16qcf5g)[class*=" ant-dropdown"] {
    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-16qcf5g)[class^="ant-dropdown"]::before, :where(.css-16qcf5g)[class*=" ant-dropdown"]::before, :where(.css-16qcf5g)[class^="ant-dropdown"]::after, :where(.css-16qcf5g)[class*=" ant-dropdown"]::after {
        box-sizing: border-box;
    }

    :where(.css-16qcf5g)[class^="ant-dropdown"] [class^="ant-dropdown"], :where(.css-16qcf5g)[class*=" ant-dropdown"] [class^="ant-dropdown"], :where(.css-16qcf5g)[class^="ant-dropdown"] [class*=" ant-dropdown"], :where(.css-16qcf5g)[class*=" ant-dropdown"] [class*=" ant-dropdown"] {
        box-sizing: border-box;
    }

        :where(.css-16qcf5g)[class^="ant-dropdown"] [class^="ant-dropdown"]::before, :where(.css-16qcf5g)[class*=" ant-dropdown"] [class^="ant-dropdown"]::before, :where(.css-16qcf5g)[class^="ant-dropdown"] [class*=" ant-dropdown"]::before, :where(.css-16qcf5g)[class*=" ant-dropdown"] [class*=" ant-dropdown"]::before, :where(.css-16qcf5g)[class^="ant-dropdown"] [class^="ant-dropdown"]::after, :where(.css-16qcf5g)[class*=" ant-dropdown"] [class^="ant-dropdown"]::after, :where(.css-16qcf5g)[class^="ant-dropdown"] [class*=" ant-dropdown"]::after, :where(.css-16qcf5g)[class*=" ant-dropdown"] [class*=" ant-dropdown"]::after {
            box-sizing: border-box;
        }

:where(.css-16qcf5g).ant-dropdown {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: 1050;
    display: block;
}

    :where(.css-16qcf5g).ant-dropdown::before {
        position: absolute;
        inset-block: -4px;
        z-index: -9999;
        opacity: 0.0001;
        content: "";
    }

    :where(.css-16qcf5g).ant-dropdown .ant-dropdown-wrap {
        position: relative;
    }

        :where(.css-16qcf5g).ant-dropdown .ant-dropdown-wrap .ant-btn > .anticon-down {
            font-size: 12px;
        }

        :where(.css-16qcf5g).ant-dropdown .ant-dropdown-wrap .anticon-down::before {
            transition: transform 0.2s;
        }

    :where(.css-16qcf5g).ant-dropdown .ant-dropdown-wrap-open .anticon-down::before {
        transform: rotate(180deg);
    }

:where(.css-16qcf5g).ant-dropdown-hidden, :where(.css-16qcf5g).ant-dropdown-menu-hidden, :where(.css-16qcf5g).ant-dropdown-menu-submenu-hidden {
    display: none;
}

:where(.css-16qcf5g).ant-dropdown-show-arrow.ant-dropdown-placement-topLeft, :where(.css-16qcf5g).ant-dropdown-show-arrow.ant-dropdown-placement-top, :where(.css-16qcf5g).ant-dropdown-show-arrow.ant-dropdown-placement-topRight {
    padding-bottom: 12px;
}

:where(.css-16qcf5g).ant-dropdown-show-arrow.ant-dropdown-placement-bottomLeft, :where(.css-16qcf5g).ant-dropdown-show-arrow.ant-dropdown-placement-bottom, :where(.css-16qcf5g).ant-dropdown-show-arrow.ant-dropdown-placement-bottomRight {
    padding-top: 12px;
}

:where(.css-16qcf5g).ant-dropdown .ant-dropdown-arrow {
    position: absolute;
    z-index: 1;
    display: block;
    pointer-events: none;
    width: 16px;
    height: 16px;
    overflow: hidden;
}

    :where(.css-16qcf5g).ant-dropdown .ant-dropdown-arrow::after {
        content: "";
        position: absolute;
        width: 8.970562748477143px;
        height: 8.970562748477143px;
        bottom: 0;
        inset-inline: 0;
        margin: auto;
        border-radius: 0 0 2px 0;
        transform: translateY(50%) rotate(-135deg);
        box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1);
        z-index: 0;
        background: transparent;
    }

    :where(.css-16qcf5g).ant-dropdown .ant-dropdown-arrow::before {
        position: absolute;
        bottom: 0;
        inset-inline-start: 0;
        width: 16px;
        height: 8px;
        background: #ffffff;
        clip-path: polygon(1.6568542494923806px 100%, 50% 1.6568542494923806px, 14.34314575050762px 100%, 1.6568542494923806px 100%);
        clip-path: path('M 0 8 A 4 4 0 0 0 2.82842712474619 6.82842712474619 L 6.585786437626905 3.0710678118654755 A 2 2 0 0 1 9.414213562373096 3.0710678118654755 L 13.17157287525381 6.82842712474619 A 4 4 0 0 0 16 8 Z');
        content: "";
    }

:where(.css-16qcf5g).ant-dropdown-placement-top > .ant-dropdown-arrow, :where(.css-16qcf5g).ant-dropdown-placement-topLeft > .ant-dropdown-arrow, :where(.css-16qcf5g).ant-dropdown-placement-topRight > .ant-dropdown-arrow {
    bottom: 12px;
    transform: translateY(100%) rotate(180deg);
}

:where(.css-16qcf5g).ant-dropdown-placement-top > .ant-dropdown-arrow {
    left: 50%;
    transform: translateX(-50%) translateY(100%) rotate(180deg);
}

:where(.css-16qcf5g).ant-dropdown-placement-topLeft > .ant-dropdown-arrow {
    left: 6px;
}

:where(.css-16qcf5g).ant-dropdown-placement-topRight > .ant-dropdown-arrow {
    right: 6px;
}

:where(.css-16qcf5g).ant-dropdown-placement-bottom > .ant-dropdown-arrow, :where(.css-16qcf5g).ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow, :where(.css-16qcf5g).ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
    top: 12px;
    transform: translateY(-100%);
}

:where(.css-16qcf5g).ant-dropdown-placement-bottom > .ant-dropdown-arrow {
    left: 50%;
    transform: translateY(-100%) translateX(-50%);
}

:where(.css-16qcf5g).ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow {
    left: 6px;
}

:where(.css-16qcf5g).ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
    right: 6px;
}

:where(.css-16qcf5g).ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomLeft, :where(.css-16qcf5g).ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomLeft, :where(.css-16qcf5g).ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottom, :where(.css-16qcf5g).ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottom, :where(.css-16qcf5g).ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomRight, :where(.css-16qcf5g).ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomRight {
    animation-name: css-16qcf5g-antSlideUpIn;
}

:where(.css-16qcf5g).ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topLeft, :where(.css-16qcf5g).ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topLeft, :where(.css-16qcf5g).ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-top, :where(.css-16qcf5g).ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-top, :where(.css-16qcf5g).ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topRight, :where(.css-16qcf5g).ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topRight {
    animation-name: css-16qcf5g-antSlideDownIn;
}

:where(.css-16qcf5g).ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomLeft, :where(.css-16qcf5g).ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottom, :where(.css-16qcf5g).ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomRight {
    animation-name: css-16qcf5g-antSlideUpOut;
}

:where(.css-16qcf5g).ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topLeft, :where(.css-16qcf5g).ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-top, :where(.css-16qcf5g).ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topRight {
    animation-name: css-16qcf5g-antSlideDownOut;
}

:where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu {
    position: relative;
    margin: 0;
}

:where(.css-16qcf5g).ant-dropdown-menu-submenu-popup {
    position: absolute;
    z-index: 1050;
    background: transparent;
    box-shadow: none;
    transform-origin: 0 0;
}

    :where(.css-16qcf5g).ant-dropdown-menu-submenu-popup ul, :where(.css-16qcf5g).ant-dropdown-menu-submenu-popup li {
        list-style: none;
    }

    :where(.css-16qcf5g).ant-dropdown-menu-submenu-popup ul {
        margin-inline: 0.3em;
    }

:where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu {
    padding: 4px;
    list-style-type: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border-radius: 8px;
    outline: none;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08),0 3px 6px -4px rgba(0, 0, 0, 0.12),0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

    :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu:focus-visible, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu:focus-visible {
        outline: 2px solid #78b7e3;
        outline-offset: 1px;
        transition: outline-offset 0s,outline 0s;
    }

    :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-group-title, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-group-title {
        padding: 5px 12px;
        color: rgba(0, 0, 0, 0.45);
        transition: all 0.2s;
    }

    :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item {
        position: relative;
        display: flex;
        align-items: center;
        border-radius: 4px;
    }

    :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-icon, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-icon {
        min-width: 14px;
        margin-inline-end: 8px;
        font-size: 12px;
    }

    :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-title-content, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-title-content {
        flex: auto;
    }

        :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-title-content > a, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-title-content > a {
            color: inherit;
            transition: all 0.2s;
        }

            :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-title-content > a:hover, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-title-content > a:hover {
                color: inherit;
            }

            :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-title-content > a::after, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-title-content > a::after {
                position: absolute;
                inset: 0;
                content: "";
            }

    :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item, :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title {
        clear: both;
        margin: 0;
        padding: 5px 12px;
        color: rgba(0, 0, 0, 0.88);
        font-weight: normal;
        font-size: 14px;
        line-height: 1.5714285714285714;
        cursor: pointer;
        transition: all 0.2s;
    }

        :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:hover, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item:hover, :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title:hover, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title:hover, :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-active, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-active, :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title-active, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title-active {
            background-color: rgba(0, 0, 0, 0.04);
        }

        :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:focus-visible, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item:focus-visible, :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title:focus-visible, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title:focus-visible {
            outline: 2px solid #78b7e3;
            outline-offset: 1px;
            transition: outline-offset 0s,outline 0s;
        }

    :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-selected, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-selected, :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title-selected, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title-selected {
        color: #0960bd;
        background-color: #e3f4fc;
    }

        :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-selected:hover, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-selected:hover, :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title-selected:hover, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title-selected:hover, :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-selected-active, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-selected-active, :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title-selected-active, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title-selected-active {
            background-color: #a5d3f0;
        }

    :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-disabled, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-disabled, :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title-disabled, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title-disabled {
        color: rgba(0, 0, 0, 0.25);
        cursor: not-allowed;
    }

        :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-disabled:hover, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-disabled:hover, :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title-disabled:hover, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title-disabled:hover {
            color: rgba(0, 0, 0, 0.25);
            background-color: #ffffff;
            cursor: not-allowed;
        }

        :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-disabled a, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-disabled a, :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title-disabled a, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title-disabled a {
            pointer-events: none;
        }

    :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-divider, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-divider, :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title-divider, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title-divider {
        height: 1px;
        margin: 4px 0;
        overflow: hidden;
        line-height: 0;
        background-color: rgba(5, 5, 5, 0.06);
    }

    :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon, :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
        position: absolute;
        inset-inline-end: 8px;
    }

        :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon, :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {
            margin-inline-end: 0 !important;
            color: rgba(0, 0, 0, 0.45);
            font-size: 12px;
            font-style: normal;
        }

    :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-group-list, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-group-list {
        margin: 0 8px;
        padding: 0;
        list-style: none;
    }

    :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title {
        padding-inline-end: 24px;
    }

    :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-vertical, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-vertical {
        position: relative;
    }

    :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title, :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
        color: rgba(0, 0, 0, 0.25);
        background-color: #ffffff;
        cursor: not-allowed;
    }

    :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
        color: #0960bd;
    }

:where(.css-16qcf5g).ant-slide-up-enter, :where(.css-16qcf5g).ant-slide-up-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-16qcf5g).ant-slide-up-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-16qcf5g).ant-slide-up-enter.ant-slide-up-enter-active, :where(.css-16qcf5g).ant-slide-up-appear.ant-slide-up-appear-active {
    animation-name: css-16qcf5g-antSlideUpIn;
    animation-play-state: running;
}

:where(.css-16qcf5g).ant-slide-up-leave.ant-slide-up-leave-active {
    animation-name: css-16qcf5g-antSlideUpOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-16qcf5g).ant-slide-up-enter, :where(.css-16qcf5g).ant-slide-up-appear {
    transform: scale(0);
    transform-origin: 0% 0%;
    opacity: 0;
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

:where(.css-16qcf5g).ant-slide-up-leave {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

:where(.css-16qcf5g).ant-slide-down-enter, :where(.css-16qcf5g).ant-slide-down-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-16qcf5g).ant-slide-down-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-16qcf5g).ant-slide-down-enter.ant-slide-down-enter-active, :where(.css-16qcf5g).ant-slide-down-appear.ant-slide-down-appear-active {
    animation-name: css-16qcf5g-antSlideDownIn;
    animation-play-state: running;
}

:where(.css-16qcf5g).ant-slide-down-leave.ant-slide-down-leave-active {
    animation-name: css-16qcf5g-antSlideDownOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-16qcf5g).ant-slide-down-enter, :where(.css-16qcf5g).ant-slide-down-appear {
    transform: scale(0);
    transform-origin: 0% 0%;
    opacity: 0;
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

:where(.css-16qcf5g).ant-slide-down-leave {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

:where(.css-16qcf5g).ant-move-up-enter, :where(.css-16qcf5g).ant-move-up-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-16qcf5g).ant-move-up-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-16qcf5g).ant-move-up-enter.ant-move-up-enter-active, :where(.css-16qcf5g).ant-move-up-appear.ant-move-up-appear-active {
    animation-name: css-16qcf5g-antMoveUpIn;
    animation-play-state: running;
}

:where(.css-16qcf5g).ant-move-up-leave.ant-move-up-leave-active {
    animation-name: css-16qcf5g-antMoveUpOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-16qcf5g).ant-move-up-enter, :where(.css-16qcf5g).ant-move-up-appear {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

:where(.css-16qcf5g).ant-move-up-leave {
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

:where(.css-16qcf5g).ant-move-down-enter, :where(.css-16qcf5g).ant-move-down-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-16qcf5g).ant-move-down-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-16qcf5g).ant-move-down-enter.ant-move-down-enter-active, :where(.css-16qcf5g).ant-move-down-appear.ant-move-down-appear-active {
    animation-name: css-16qcf5g-antMoveDownIn;
    animation-play-state: running;
}

:where(.css-16qcf5g).ant-move-down-leave.ant-move-down-leave-active {
    animation-name: css-16qcf5g-antMoveDownOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-16qcf5g).ant-move-down-enter, :where(.css-16qcf5g).ant-move-down-appear {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

:where(.css-16qcf5g).ant-move-down-leave {
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

:where(.css-16qcf5g).ant-zoom-big-enter, :where(.css-16qcf5g).ant-zoom-big-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-16qcf5g).ant-zoom-big-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-16qcf5g).ant-zoom-big-enter.ant-zoom-big-enter-active, :where(.css-16qcf5g).ant-zoom-big-appear.ant-zoom-big-appear-active {
    animation-name: css-16qcf5g-antZoomBigIn;
    animation-play-state: running;
}

:where(.css-16qcf5g).ant-zoom-big-leave.ant-zoom-big-leave-active {
    animation-name: css-16qcf5g-antZoomBigOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-16qcf5g).ant-zoom-big-enter, :where(.css-16qcf5g).ant-zoom-big-appear {
    transform: scale(0);
    opacity: 0;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

:where(.css-16qcf5g).ant-zoom-big-enter-prepare, :where(.css-16qcf5g).ant-zoom-big-appear-prepare {
    transform: none;
}

:where(.css-16qcf5g).ant-zoom-big-leave {
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

:where(.css-16qcf5g).ant-dropdown-button {
    white-space: nowrap;
}

    :where(.css-16qcf5g).ant-dropdown-button.ant-btn-group > .ant-btn-loading, :where(.css-16qcf5g).ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn {
        cursor: default;
        pointer-events: none;
        opacity: 0.65;
    }

    :where(.css-16qcf5g).ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child):not(.ant-btn-icon-only) {
        padding-inline: 8px;
    }

:where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-danger:not(.ant-dropdown-menu-item-disabled), :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-danger:not(.ant-dropdown-menu-item-disabled) {
    color: #ed6f6f;
}

    :where(.css-16qcf5g).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-danger:not(.ant-dropdown-menu-item-disabled):hover, :where(.css-16qcf5g).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-danger:not(.ant-dropdown-menu-item-disabled):hover {
        color: #fff;
        background-color: #ed6f6f;
    }

@keyframes css-16qcf5g-antSlideUpIn {
    0% {
        transform: scaleY(0.8);
        transform-origin: 0% 0%;
        opacity: 0;
    }

    100% {
        transform: scaleY(1);
        transform-origin: 0% 0%;
        opacity: 1;
    }
}

@keyframes css-16qcf5g-antSlideDownIn {
    0% {
        transform: scaleY(0.8);
        transform-origin: 100% 100%;
        opacity: 0;
    }

    100% {
        transform: scaleY(1);
        transform-origin: 100% 100%;
        opacity: 1;
    }
}

@keyframes css-16qcf5g-antSlideUpOut {
    0% {
        transform: scaleY(1);
        transform-origin: 0% 0%;
        opacity: 1;
    }

    100% {
        transform: scaleY(0.8);
        transform-origin: 0% 0%;
        opacity: 0;
    }
}

@keyframes css-16qcf5g-antSlideDownOut {
    0% {
        transform: scaleY(1);
        transform-origin: 100% 100%;
        opacity: 1;
    }

    100% {
        transform: scaleY(0.8);
        transform-origin: 100% 100%;
        opacity: 0;
    }
}

@keyframes css-16qcf5g-antMoveUpIn {
    0% {
        transform: translate3d(0, -100%, 0);
        transform-origin: 0 0;
        opacity: 0;
    }

    100% {
        transform: translate3d(0, 0, 0);
        transform-origin: 0 0;
        opacity: 1;
    }
}

@keyframes css-16qcf5g-antMoveUpOut {
    0% {
        transform: translate3d(0, 0, 0);
        transform-origin: 0 0;
        opacity: 1;
    }

    100% {
        transform: translate3d(0, -100%, 0);
        transform-origin: 0 0;
        opacity: 0;
    }
}

@keyframes css-16qcf5g-antMoveDownIn {
    0% {
        transform: translate3d(0, 100%, 0);
        transform-origin: 0 0;
        opacity: 0;
    }

    100% {
        transform: translate3d(0, 0, 0);
        transform-origin: 0 0;
        opacity: 1;
    }
}

@keyframes css-16qcf5g-antMoveDownOut {
    0% {
        transform: translate3d(0, 0, 0);
        transform-origin: 0 0;
        opacity: 1;
    }

    100% {
        transform: translate3d(0, 100%, 0);
        transform-origin: 0 0;
        opacity: 0;
    }
}

@keyframes css-16qcf5g-antZoomBigIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes css-16qcf5g-antZoomBigOut {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
        opacity: 0;
    }
}

:where(.css-16qcf5g)[class^="ant-form"], :where(.css-16qcf5g)[class*=" ant-form"] {
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
    font-size: 14px;
    box-sizing: border-box;
}

    :where(.css-16qcf5g)[class^="ant-form"]::before, :where(.css-16qcf5g)[class*=" ant-form"]::before, :where(.css-16qcf5g)[class^="ant-form"]::after, :where(.css-16qcf5g)[class*=" ant-form"]::after {
        box-sizing: border-box;
    }

    :where(.css-16qcf5g)[class^="ant-form"] [class^="ant-form"], :where(.css-16qcf5g)[class*=" ant-form"] [class^="ant-form"], :where(.css-16qcf5g)[class^="ant-form"] [class*=" ant-form"], :where(.css-16qcf5g)[class*=" ant-form"] [class*=" ant-form"] {
        box-sizing: border-box;
    }

        :where(.css-16qcf5g)[class^="ant-form"] [class^="ant-form"]::before, :where(.css-16qcf5g)[class*=" ant-form"] [class^="ant-form"]::before, :where(.css-16qcf5g)[class^="ant-form"] [class*=" ant-form"]::before, :where(.css-16qcf5g)[class*=" ant-form"] [class*=" ant-form"]::before, :where(.css-16qcf5g)[class^="ant-form"] [class^="ant-form"]::after, :where(.css-16qcf5g)[class*=" ant-form"] [class^="ant-form"]::after, :where(.css-16qcf5g)[class^="ant-form"] [class*=" ant-form"]::after, :where(.css-16qcf5g)[class*=" ant-form"] [class*=" ant-form"]::after {
            box-sizing: border-box;
        }

:where(.css-16qcf5g).ant-form {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
}

    :where(.css-16qcf5g).ant-form legend {
        display: block;
        width: 100%;
        margin-bottom: 24px;
        padding: 0;
        color: rgba(0, 0, 0, 0.45);
        font-size: 16px;
        line-height: inherit;
        border: 0;
        border-bottom: 1px solid #d9d9d9;
    }

    :where(.css-16qcf5g).ant-form label {
        font-size: 14px;
    }

    :where(.css-16qcf5g).ant-form input[type="search"] {
        box-sizing: border-box;
    }

    :where(.css-16qcf5g).ant-form input[type="radio"], :where(.css-16qcf5g).ant-form input[type="checkbox"] {
        line-height: normal;
    }

    :where(.css-16qcf5g).ant-form input[type="file"] {
        display: block;
    }

    :where(.css-16qcf5g).ant-form input[type="range"] {
        display: block;
        width: 100%;
    }

    :where(.css-16qcf5g).ant-form select[multiple], :where(.css-16qcf5g).ant-form select[size] {
        height: auto;
    }

    :where(.css-16qcf5g).ant-form input[type='file']:focus, :where(.css-16qcf5g).ant-form input[type='radio']:focus, :where(.css-16qcf5g).ant-form input[type='checkbox']:focus {
        outline: 0;
        box-shadow: 0 0 0 2px rgba(0, 155, 228, 0.11);
    }

    :where(.css-16qcf5g).ant-form output {
        display: block;
        padding-top: 15px;
        color: rgba(0, 0, 0, 0.88);
        font-size: 14px;
        line-height: 1.5714285714285714;
    }

    :where(.css-16qcf5g).ant-form .ant-form-text {
        display: inline-block;
        padding-inline-end: 12px;
    }

:where(.css-16qcf5g).ant-form-small .ant-form-item .ant-form-item-label > label {
    height: 24px;
}

:where(.css-16qcf5g).ant-form-small .ant-form-item .ant-form-item-control-input {
    min-height: 24px;
}

:where(.css-16qcf5g).ant-form-large .ant-form-item .ant-form-item-label > label {
    height: 40px;
}

:where(.css-16qcf5g).ant-form-large .ant-form-item .ant-form-item-control-input {
    min-height: 40px;
}

:where(.css-16qcf5g).ant-form-item {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
    margin-bottom: 24px;
    vertical-align: top;
}

:where(.css-16qcf5g).ant-form-item-with-help {
    transition: none;
}

:where(.css-16qcf5g).ant-form-item-hidden, :where(.css-16qcf5g).ant-form-item-hidden.ant-row {
    display: none;
}

:where(.css-16qcf5g).ant-form-item-has-warning .ant-form-item-split {
    color: #ed6f6f;
}

:where(.css-16qcf5g).ant-form-item-has-error .ant-form-item-split {
    color: #efbd47;
}

:where(.css-16qcf5g).ant-form-item .ant-form-item-label {
    display: inline-block;
    flex-grow: 0;
    overflow: hidden;
    white-space: nowrap;
    text-align: end;
    vertical-align: middle;
}

:where(.css-16qcf5g).ant-form-item .ant-form-item-label-left {
    text-align: start;
}

:where(.css-16qcf5g).ant-form-item .ant-form-item-label-wrap {
    overflow: unset;
    line-height: 1.5714285714285714 - 0.25em;
    white-space: unset;
}

:where(.css-16qcf5g).ant-form-item .ant-form-item-label > label {
    position: relative;
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    height: 32px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
}

    :where(.css-16qcf5g).ant-form-item .ant-form-item-label > label > .anticon {
        font-size: 14px;
        vertical-align: top;
    }

    :where(.css-16qcf5g).ant-form-item .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
        display: inline-block;
        margin-inline-end: 4px;
        color: #ed6f6f;
        font-size: 14px;
        font-family: SimSun,sans-serif;
        line-height: 1;
        content: "*";
    }

.ant-form-hide-required-mark :where(.css-16qcf5g).ant-form-item .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
    display: none;
}

:where(.css-16qcf5g).ant-form-item .ant-form-item-label > label .ant-form-item-optional {
    display: inline-block;
    margin-inline-start: 4px;
    color: rgba(0, 0, 0, 0.45);
}

.ant-form-hide-required-mark :where(.css-16qcf5g).ant-form-item .ant-form-item-label > label .ant-form-item-optional {
    display: none;
}

:where(.css-16qcf5g).ant-form-item .ant-form-item-label > label .ant-form-item-tooltip {
    color: rgba(0, 0, 0, 0.45);
    cursor: help;
    writing-mode: horizontal-tb;
    margin-inline-start: 4px;
}

:where(.css-16qcf5g).ant-form-item .ant-form-item-label > label::after {
    content: ":";
    position: relative;
    margin-block: 0;
    margin-inline-start: 2px;
    margin-inline-end: 8px;
}

:where(.css-16qcf5g).ant-form-item .ant-form-item-label > label.ant-form-item-no-colon::after {
    content: " ";
}

:where(.css-16qcf5g).ant-form-item .ant-form-item-control {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

    :where(.css-16qcf5g).ant-form-item .ant-form-item-control:first-child:not([class^="'ant-col-'"]):not([class*="' ant-col-'"]) {
        width: 100%;
    }

:where(.css-16qcf5g).ant-form-item .ant-form-item-control-input {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 32px;
}

:where(.css-16qcf5g).ant-form-item .ant-form-item-control-input-content {
    flex: auto;
    max-width: 100%;
}

:where(.css-16qcf5g).ant-form-item .ant-form-item-explain, :where(.css-16qcf5g).ant-form-item .ant-form-item-extra {
    clear: both;
    color: rgba(0, 0, 0, 0.45);
    font-size: 14px;
    line-height: 1.5714285714285714;
}

:where(.css-16qcf5g).ant-form-item .ant-form-item-explain-connected {
    width: 100%;
}

:where(.css-16qcf5g).ant-form-item .ant-form-item-extra {
    min-height: 24px;
    transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

:where(.css-16qcf5g).ant-form-item .ant-form-item-explain-error {
    color: #ed6f6f;
}

:where(.css-16qcf5g).ant-form-item .ant-form-item-explain-warning {
    color: #efbd47;
}

:where(.css-16qcf5g).ant-form-item-with-help .ant-form-item-explain {
    height: auto;
    opacity: 1;
}

:where(.css-16qcf5g).ant-form-item .ant-form-item-feedback-icon {
    font-size: 14px;
    text-align: center;
    visibility: visible;
    animation-name: css-16qcf5g-antZoomIn;
    animation-duration: 0.2s;
    animation-timing-function: cubic-bezier(0.12, 0.4, 0.29, 1.46);
    pointer-events: none;
}

:where(.css-16qcf5g).ant-form-item .ant-form-item-feedback-icon-success {
    color: #55d187;
}

:where(.css-16qcf5g).ant-form-item .ant-form-item-feedback-icon-error {
    color: #ed6f6f;
}

:where(.css-16qcf5g).ant-form-item .ant-form-item-feedback-icon-warning {
    color: #efbd47;
}

:where(.css-16qcf5g).ant-form-item .ant-form-item-feedback-icon-validating {
    color: #0960bd;
}

:where(.css-16qcf5g).ant-form-show-help {
    transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

:where(.css-16qcf5g).ant-form-show-help-appear, :where(.css-16qcf5g).ant-form-show-help-enter {
    opacity: 0;
}

:where(.css-16qcf5g).ant-form-show-help-appear-active, :where(.css-16qcf5g).ant-form-show-help-enter-active {
    opacity: 1;
}

:where(.css-16qcf5g).ant-form-show-help-leave {
    opacity: 1;
}

:where(.css-16qcf5g).ant-form-show-help-leave-active {
    opacity: 0;
}

:where(.css-16qcf5g).ant-form-show-help .ant-form-show-help-item {
    overflow: hidden;
    transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

    :where(.css-16qcf5g).ant-form-show-help .ant-form-show-help-item.ant-form-show-help-item-appear, :where(.css-16qcf5g).ant-form-show-help .ant-form-show-help-item.ant-form-show-help-item-enter {
        transform: translateY(-5px);
        opacity: 0;
    }

    :where(.css-16qcf5g).ant-form-show-help .ant-form-show-help-item.ant-form-show-help-item-appear-active, :where(.css-16qcf5g).ant-form-show-help .ant-form-show-help-item.ant-form-show-help-item-enter-active {
        transform: translateY(0);
        opacity: 1;
    }

    :where(.css-16qcf5g).ant-form-show-help .ant-form-show-help-item.ant-form-show-help-item-leave-active {
        transform: translateY(-5px);
    }

:where(.css-16qcf5g).ant-form-horizontal .ant-form-item-label {
    flex-grow: 0;
}

:where(.css-16qcf5g).ant-form-horizontal .ant-form-item-control {
    flex: 1 1 0;
    min-width: 0;
}

:where(.css-16qcf5g).ant-form-horizontal .ant-form-item-label.ant-col-24 + .ant-form-item-control {
    min-width: unset;
}

:where(.css-16qcf5g).ant-form-inline {
    display: flex;
    flex-wrap: wrap;
}

    :where(.css-16qcf5g).ant-form-inline .ant-form-item {
        flex: none;
        flex-wrap: nowrap;
        margin-inline-end: 16px;
        margin-bottom: 0;
    }

    :where(.css-16qcf5g).ant-form-inline .ant-form-item-with-help {
        margin-bottom: 24px;
    }

    :where(.css-16qcf5g).ant-form-inline .ant-form-item > .ant-form-item-label, :where(.css-16qcf5g).ant-form-inline .ant-form-item > .ant-form-item-control {
        display: inline-block;
        vertical-align: top;
    }

    :where(.css-16qcf5g).ant-form-inline .ant-form-item > .ant-form-item-label {
        flex: none;
    }

    :where(.css-16qcf5g).ant-form-inline .ant-form-item .ant-form-text {
        display: inline-block;
    }

    :where(.css-16qcf5g).ant-form-inline .ant-form-item .ant-form-item-has-feedback {
        display: inline-block;
    }

:where(.css-16qcf5g).ant-form-vertical .ant-form-item-row {
    flex-direction: column;
}

:where(.css-16qcf5g).ant-form-vertical .ant-form-item-label > label {
    height: auto;
}

:where(.css-16qcf5g).ant-form-vertical .ant-form-item .ant-form-item-control {
    width: 100%;
}

:where(.css-16qcf5g).ant-form-vertical .ant-form-item-label, :where(.css-16qcf5g).ant-col-24.ant-form-item-label, :where(.css-16qcf5g).ant-col-xl-24.ant-form-item-label {
    margin: 0;
    padding: 0 0 8px;
    white-space: initial;
    text-align: start;
}

    :where(.css-16qcf5g).ant-form-vertical .ant-form-item-label > label, :where(.css-16qcf5g).ant-col-24.ant-form-item-label > label, :where(.css-16qcf5g).ant-col-xl-24.ant-form-item-label > label {
        margin: 0;
    }

        :where(.css-16qcf5g).ant-form-vertical .ant-form-item-label > label::after, :where(.css-16qcf5g).ant-col-24.ant-form-item-label > label::after, :where(.css-16qcf5g).ant-col-xl-24.ant-form-item-label > label::after {
            display: none;
        }

@media (max-width: 575px) {
    :where(.css-16qcf5g).ant-form-item .ant-form-item-label {
        margin: 0;
        padding: 0 0 8px;
        white-space: initial;
        text-align: start;
    }

        :where(.css-16qcf5g).ant-form-item .ant-form-item-label > label {
            margin: 0;
        }

            :where(.css-16qcf5g).ant-form-item .ant-form-item-label > label::after {
                display: none;
            }

    :where(.css-16qcf5g).ant-form .ant-form-item {
        flex-wrap: wrap;
    }

        :where(.css-16qcf5g).ant-form .ant-form-item .ant-form-item-label, :where(.css-16qcf5g).ant-form .ant-form-item .ant-form-item-control {
            flex: 0 0 100%;
            max-width: 100%;
        }

    :where(.css-16qcf5g).ant-form .ant-col-xs-24.ant-form-item-label {
        margin: 0;
        padding: 0 0 8px;
        white-space: initial;
        text-align: start;
    }

        :where(.css-16qcf5g).ant-form .ant-col-xs-24.ant-form-item-label > label {
            margin: 0;
        }

            :where(.css-16qcf5g).ant-form .ant-col-xs-24.ant-form-item-label > label::after {
                display: none;
            }
}

@media (max-width: 767px) {
    :where(.css-16qcf5g).ant-form .ant-col-sm-24.ant-form-item-label {
        margin: 0;
        padding: 0 0 8px;
        white-space: initial;
        text-align: start;
    }

        :where(.css-16qcf5g).ant-form .ant-col-sm-24.ant-form-item-label > label {
            margin: 0;
        }

            :where(.css-16qcf5g).ant-form .ant-col-sm-24.ant-form-item-label > label::after {
                display: none;
            }
}

@media (max-width: 991px) {
    :where(.css-16qcf5g).ant-form .ant-col-md-24.ant-form-item-label {
        margin: 0;
        padding: 0 0 8px;
        white-space: initial;
        text-align: start;
    }

        :where(.css-16qcf5g).ant-form .ant-col-md-24.ant-form-item-label > label {
            margin: 0;
        }

            :where(.css-16qcf5g).ant-form .ant-col-md-24.ant-form-item-label > label::after {
                display: none;
            }
}

@media (max-width: 1199px) {
    :where(.css-16qcf5g).ant-form .ant-col-lg-24.ant-form-item-label {
        margin: 0;
        padding: 0 0 8px;
        white-space: initial;
        text-align: start;
    }

        :where(.css-16qcf5g).ant-form .ant-col-lg-24.ant-form-item-label > label {
            margin: 0;
        }

            :where(.css-16qcf5g).ant-form .ant-col-lg-24.ant-form-item-label > label::after {
                display: none;
            }
}

:where(.css-16qcf5g).ant-form .ant-motion-collapse-legacy {
    overflow: hidden;
}

:where(.css-16qcf5g).ant-form .ant-motion-collapse-legacy-active {
    transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

:where(.css-16qcf5g).ant-form .ant-motion-collapse {
    overflow: hidden;
    transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

@keyframes css-16qcf5g-antZoomIn {
    0% {
        transform: scale(0.2);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

:where(.css-16qcf5g)[class^="ant-row"], :where(.css-16qcf5g)[class*=" ant-row"] {
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
    font-size: 14px;
    box-sizing: border-box;
}

    :where(.css-16qcf5g)[class^="ant-row"]::before, :where(.css-16qcf5g)[class*=" ant-row"]::before, :where(.css-16qcf5g)[class^="ant-row"]::after, :where(.css-16qcf5g)[class*=" ant-row"]::after {
        box-sizing: border-box;
    }

    :where(.css-16qcf5g)[class^="ant-row"] [class^="ant-row"], :where(.css-16qcf5g)[class*=" ant-row"] [class^="ant-row"], :where(.css-16qcf5g)[class^="ant-row"] [class*=" ant-row"], :where(.css-16qcf5g)[class*=" ant-row"] [class*=" ant-row"] {
        box-sizing: border-box;
    }

        :where(.css-16qcf5g)[class^="ant-row"] [class^="ant-row"]::before, :where(.css-16qcf5g)[class*=" ant-row"] [class^="ant-row"]::before, :where(.css-16qcf5g)[class^="ant-row"] [class*=" ant-row"]::before, :where(.css-16qcf5g)[class*=" ant-row"] [class*=" ant-row"]::before, :where(.css-16qcf5g)[class^="ant-row"] [class^="ant-row"]::after, :where(.css-16qcf5g)[class*=" ant-row"] [class^="ant-row"]::after, :where(.css-16qcf5g)[class^="ant-row"] [class*=" ant-row"]::after, :where(.css-16qcf5g)[class*=" ant-row"] [class*=" ant-row"]::after {
            box-sizing: border-box;
        }

:where(.css-16qcf5g).ant-row {
    display: flex;
    flex-flow: row wrap;
    min-width: 0;
}

    :where(.css-16qcf5g).ant-row::before, :where(.css-16qcf5g).ant-row::after {
        display: flex;
    }

:where(.css-16qcf5g).ant-row-no-wrap {
    flex-wrap: nowrap;
}

:where(.css-16qcf5g).ant-row-start {
    justify-content: flex-start;
}

:where(.css-16qcf5g).ant-row-center {
    justify-content: center;
}

:where(.css-16qcf5g).ant-row-end {
    justify-content: flex-end;
}

:where(.css-16qcf5g).ant-row-space-between {
    justify-content: space-between;
}

:where(.css-16qcf5g).ant-row-space-around {
    justify-content: space-around;
}

:where(.css-16qcf5g).ant-row-top {
    align-items: flex-start;
}

:where(.css-16qcf5g).ant-row-middle {
    align-items: center;
}

:where(.css-16qcf5g).ant-row-bottom {
    align-items: flex-end;
}

:where(.css-16qcf5g)[class^="ant-col"], :where(.css-16qcf5g)[class*=" ant-col"] {
    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-16qcf5g)[class^="ant-col"]::before, :where(.css-16qcf5g)[class*=" ant-col"]::before, :where(.css-16qcf5g)[class^="ant-col"]::after, :where(.css-16qcf5g)[class*=" ant-col"]::after {
        box-sizing: border-box;
    }

    :where(.css-16qcf5g)[class^="ant-col"] [class^="ant-col"], :where(.css-16qcf5g)[class*=" ant-col"] [class^="ant-col"], :where(.css-16qcf5g)[class^="ant-col"] [class*=" ant-col"], :where(.css-16qcf5g)[class*=" ant-col"] [class*=" ant-col"] {
        box-sizing: border-box;
    }

        :where(.css-16qcf5g)[class^="ant-col"] [class^="ant-col"]::before, :where(.css-16qcf5g)[class*=" ant-col"] [class^="ant-col"]::before, :where(.css-16qcf5g)[class^="ant-col"] [class*=" ant-col"]::before, :where(.css-16qcf5g)[class*=" ant-col"] [class*=" ant-col"]::before, :where(.css-16qcf5g)[class^="ant-col"] [class^="ant-col"]::after, :where(.css-16qcf5g)[class*=" ant-col"] [class^="ant-col"]::after, :where(.css-16qcf5g)[class^="ant-col"] [class*=" ant-col"]::after, :where(.css-16qcf5g)[class*=" ant-col"] [class*=" ant-col"]::after {
            box-sizing: border-box;
        }

:where(.css-16qcf5g).ant-col {
    position: relative;
    max-width: 100%;
    min-height: 1px;
}

:where(.css-16qcf5g).ant-col-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
}

:where(.css-16qcf5g).ant-col-push-24 {
    inset-inline-start: 100%;
}

:where(.css-16qcf5g).ant-col-pull-24 {
    inset-inline-end: 100%;
}

:where(.css-16qcf5g).ant-col-offset-24 {
    margin-inline-start: 100%;
}

:where(.css-16qcf5g).ant-col-order-24 {
    order: 24;
}

:where(.css-16qcf5g).ant-col-23 {
    display: block;
    flex: 0 0 95.83333333333334%;
    max-width: 95.83333333333334%;
}

:where(.css-16qcf5g).ant-col-push-23 {
    inset-inline-start: 95.83333333333334%;
}

:where(.css-16qcf5g).ant-col-pull-23 {
    inset-inline-end: 95.83333333333334%;
}

:where(.css-16qcf5g).ant-col-offset-23 {
    margin-inline-start: 95.83333333333334%;
}

:where(.css-16qcf5g).ant-col-order-23 {
    order: 23;
}

:where(.css-16qcf5g).ant-col-22 {
    display: block;
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666666666666%;
}

:where(.css-16qcf5g).ant-col-push-22 {
    inset-inline-start: 91.66666666666666%;
}

:where(.css-16qcf5g).ant-col-pull-22 {
    inset-inline-end: 91.66666666666666%;
}

:where(.css-16qcf5g).ant-col-offset-22 {
    margin-inline-start: 91.66666666666666%;
}

:where(.css-16qcf5g).ant-col-order-22 {
    order: 22;
}

:where(.css-16qcf5g).ant-col-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
}

:where(.css-16qcf5g).ant-col-push-21 {
    inset-inline-start: 87.5%;
}

:where(.css-16qcf5g).ant-col-pull-21 {
    inset-inline-end: 87.5%;
}

:where(.css-16qcf5g).ant-col-offset-21 {
    margin-inline-start: 87.5%;
}

:where(.css-16qcf5g).ant-col-order-21 {
    order: 21;
}

:where(.css-16qcf5g).ant-col-20 {
    display: block;
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
}

:where(.css-16qcf5g).ant-col-push-20 {
    inset-inline-start: 83.33333333333334%;
}

:where(.css-16qcf5g).ant-col-pull-20 {
    inset-inline-end: 83.33333333333334%;
}

:where(.css-16qcf5g).ant-col-offset-20 {
    margin-inline-start: 83.33333333333334%;
}

:where(.css-16qcf5g).ant-col-order-20 {
    order: 20;
}

:where(.css-16qcf5g).ant-col-19 {
    display: block;
    flex: 0 0 79.16666666666666%;
    max-width: 79.16666666666666%;
}

:where(.css-16qcf5g).ant-col-push-19 {
    inset-inline-start: 79.16666666666666%;
}

:where(.css-16qcf5g).ant-col-pull-19 {
    inset-inline-end: 79.16666666666666%;
}

:where(.css-16qcf5g).ant-col-offset-19 {
    margin-inline-start: 79.16666666666666%;
}

:where(.css-16qcf5g).ant-col-order-19 {
    order: 19;
}

:where(.css-16qcf5g).ant-col-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
}

:where(.css-16qcf5g).ant-col-push-18 {
    inset-inline-start: 75%;
}

:where(.css-16qcf5g).ant-col-pull-18 {
    inset-inline-end: 75%;
}

:where(.css-16qcf5g).ant-col-offset-18 {
    margin-inline-start: 75%;
}

:where(.css-16qcf5g).ant-col-order-18 {
    order: 18;
}

:where(.css-16qcf5g).ant-col-17 {
    display: block;
    flex: 0 0 70.83333333333334%;
    max-width: 70.83333333333334%;
}

:where(.css-16qcf5g).ant-col-push-17 {
    inset-inline-start: 70.83333333333334%;
}

:where(.css-16qcf5g).ant-col-pull-17 {
    inset-inline-end: 70.83333333333334%;
}

:where(.css-16qcf5g).ant-col-offset-17 {
    margin-inline-start: 70.83333333333334%;
}

:where(.css-16qcf5g).ant-col-order-17 {
    order: 17;
}

:where(.css-16qcf5g).ant-col-16 {
    display: block;
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666666666666%;
}

:where(.css-16qcf5g).ant-col-push-16 {
    inset-inline-start: 66.66666666666666%;
}

:where(.css-16qcf5g).ant-col-pull-16 {
    inset-inline-end: 66.66666666666666%;
}

:where(.css-16qcf5g).ant-col-offset-16 {
    margin-inline-start: 66.66666666666666%;
}

:where(.css-16qcf5g).ant-col-order-16 {
    order: 16;
}

:where(.css-16qcf5g).ant-col-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
}

:where(.css-16qcf5g).ant-col-push-15 {
    inset-inline-start: 62.5%;
}

:where(.css-16qcf5g).ant-col-pull-15 {
    inset-inline-end: 62.5%;
}

:where(.css-16qcf5g).ant-col-offset-15 {
    margin-inline-start: 62.5%;
}

:where(.css-16qcf5g).ant-col-order-15 {
    order: 15;
}

:where(.css-16qcf5g).ant-col-14 {
    display: block;
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
}

:where(.css-16qcf5g).ant-col-push-14 {
    inset-inline-start: 58.333333333333336%;
}

:where(.css-16qcf5g).ant-col-pull-14 {
    inset-inline-end: 58.333333333333336%;
}

:where(.css-16qcf5g).ant-col-offset-14 {
    margin-inline-start: 58.333333333333336%;
}

:where(.css-16qcf5g).ant-col-order-14 {
    order: 14;
}

:where(.css-16qcf5g).ant-col-13 {
    display: block;
    flex: 0 0 54.166666666666664%;
    max-width: 54.166666666666664%;
}

:where(.css-16qcf5g).ant-col-push-13 {
    inset-inline-start: 54.166666666666664%;
}

:where(.css-16qcf5g).ant-col-pull-13 {
    inset-inline-end: 54.166666666666664%;
}

:where(.css-16qcf5g).ant-col-offset-13 {
    margin-inline-start: 54.166666666666664%;
}

:where(.css-16qcf5g).ant-col-order-13 {
    order: 13;
}

:where(.css-16qcf5g).ant-col-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
}

:where(.css-16qcf5g).ant-col-push-12 {
    inset-inline-start: 50%;
}

:where(.css-16qcf5g).ant-col-pull-12 {
    inset-inline-end: 50%;
}

:where(.css-16qcf5g).ant-col-offset-12 {
    margin-inline-start: 50%;
}

:where(.css-16qcf5g).ant-col-order-12 {
    order: 12;
}

:where(.css-16qcf5g).ant-col-11 {
    display: block;
    flex: 0 0 45.83333333333333%;
    max-width: 45.83333333333333%;
}

:where(.css-16qcf5g).ant-col-push-11 {
    inset-inline-start: 45.83333333333333%;
}

:where(.css-16qcf5g).ant-col-pull-11 {
    inset-inline-end: 45.83333333333333%;
}

:where(.css-16qcf5g).ant-col-offset-11 {
    margin-inline-start: 45.83333333333333%;
}

:where(.css-16qcf5g).ant-col-order-11 {
    order: 11;
}

:where(.css-16qcf5g).ant-col-10 {
    display: block;
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
}

:where(.css-16qcf5g).ant-col-push-10 {
    inset-inline-start: 41.66666666666667%;
}

:where(.css-16qcf5g).ant-col-pull-10 {
    inset-inline-end: 41.66666666666667%;
}

:where(.css-16qcf5g).ant-col-offset-10 {
    margin-inline-start: 41.66666666666667%;
}

:where(.css-16qcf5g).ant-col-order-10 {
    order: 10;
}

:where(.css-16qcf5g).ant-col-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
}

:where(.css-16qcf5g).ant-col-push-9 {
    inset-inline-start: 37.5%;
}

:where(.css-16qcf5g).ant-col-pull-9 {
    inset-inline-end: 37.5%;
}

:where(.css-16qcf5g).ant-col-offset-9 {
    margin-inline-start: 37.5%;
}

:where(.css-16qcf5g).ant-col-order-9 {
    order: 9;
}

:where(.css-16qcf5g).ant-col-8 {
    display: block;
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
}

:where(.css-16qcf5g).ant-col-push-8 {
    inset-inline-start: 33.33333333333333%;
}

:where(.css-16qcf5g).ant-col-pull-8 {
    inset-inline-end: 33.33333333333333%;
}

:where(.css-16qcf5g).ant-col-offset-8 {
    margin-inline-start: 33.33333333333333%;
}

:where(.css-16qcf5g).ant-col-order-8 {
    order: 8;
}

:where(.css-16qcf5g).ant-col-7 {
    display: block;
    flex: 0 0 29.166666666666668%;
    max-width: 29.166666666666668%;
}

:where(.css-16qcf5g).ant-col-push-7 {
    inset-inline-start: 29.166666666666668%;
}

:where(.css-16qcf5g).ant-col-pull-7 {
    inset-inline-end: 29.166666666666668%;
}

:where(.css-16qcf5g).ant-col-offset-7 {
    margin-inline-start: 29.166666666666668%;
}

:where(.css-16qcf5g).ant-col-order-7 {
    order: 7;
}

:where(.css-16qcf5g).ant-col-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
}

:where(.css-16qcf5g).ant-col-push-6 {
    inset-inline-start: 25%;
}

:where(.css-16qcf5g).ant-col-pull-6 {
    inset-inline-end: 25%;
}

:where(.css-16qcf5g).ant-col-offset-6 {
    margin-inline-start: 25%;
}

:where(.css-16qcf5g).ant-col-order-6 {
    order: 6;
}

:where(.css-16qcf5g).ant-col-5 {
    display: block;
    flex: 0 0 20.833333333333336%;
    max-width: 20.833333333333336%;
}

:where(.css-16qcf5g).ant-col-push-5 {
    inset-inline-start: 20.833333333333336%;
}

:where(.css-16qcf5g).ant-col-pull-5 {
    inset-inline-end: 20.833333333333336%;
}

:where(.css-16qcf5g).ant-col-offset-5 {
    margin-inline-start: 20.833333333333336%;
}

:where(.css-16qcf5g).ant-col-order-5 {
    order: 5;
}

:where(.css-16qcf5g).ant-col-4 {
    display: block;
    flex: 0 0 16.666666666666664%;
    max-width: 16.666666666666664%;
}

:where(.css-16qcf5g).ant-col-push-4 {
    inset-inline-start: 16.666666666666664%;
}

:where(.css-16qcf5g).ant-col-pull-4 {
    inset-inline-end: 16.666666666666664%;
}

:where(.css-16qcf5g).ant-col-offset-4 {
    margin-inline-start: 16.666666666666664%;
}

:where(.css-16qcf5g).ant-col-order-4 {
    order: 4;
}

:where(.css-16qcf5g).ant-col-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

:where(.css-16qcf5g).ant-col-push-3 {
    inset-inline-start: 12.5%;
}

:where(.css-16qcf5g).ant-col-pull-3 {
    inset-inline-end: 12.5%;
}

:where(.css-16qcf5g).ant-col-offset-3 {
    margin-inline-start: 12.5%;
}

:where(.css-16qcf5g).ant-col-order-3 {
    order: 3;
}

:where(.css-16qcf5g).ant-col-2 {
    display: block;
    flex: 0 0 8.333333333333332%;
    max-width: 8.333333333333332%;
}

:where(.css-16qcf5g).ant-col-push-2 {
    inset-inline-start: 8.333333333333332%;
}

:where(.css-16qcf5g).ant-col-pull-2 {
    inset-inline-end: 8.333333333333332%;
}

:where(.css-16qcf5g).ant-col-offset-2 {
    margin-inline-start: 8.333333333333332%;
}

:where(.css-16qcf5g).ant-col-order-2 {
    order: 2;
}

:where(.css-16qcf5g).ant-col-1 {
    display: block;
    flex: 0 0 4.166666666666666%;
    max-width: 4.166666666666666%;
}

:where(.css-16qcf5g).ant-col-push-1 {
    inset-inline-start: 4.166666666666666%;
}

:where(.css-16qcf5g).ant-col-pull-1 {
    inset-inline-end: 4.166666666666666%;
}

:where(.css-16qcf5g).ant-col-offset-1 {
    margin-inline-start: 4.166666666666666%;
}

:where(.css-16qcf5g).ant-col-order-1 {
    order: 1;
}

:where(.css-16qcf5g).ant-col-0 {
    display: none;
}

:where(.css-16qcf5g).ant-col-push-0 {
    inset-inline-start: auto;
}

:where(.css-16qcf5g).ant-col-pull-0 {
    inset-inline-end: auto;
}

:where(.css-16qcf5g).ant-col-offset-0 {
    margin-inline-end: 0;
}

:where(.css-16qcf5g).ant-col-order-0 {
    order: 0;
}

:where(.css-16qcf5g).ant-col-xs-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
}

:where(.css-16qcf5g).ant-col-xs-push-24 {
    inset-inline-start: 100%;
}

:where(.css-16qcf5g).ant-col-xs-pull-24 {
    inset-inline-end: 100%;
}

:where(.css-16qcf5g).ant-col-xs-offset-24 {
    margin-inline-start: 100%;
}

:where(.css-16qcf5g).ant-col-xs-order-24 {
    order: 24;
}

:where(.css-16qcf5g).ant-col-xs-23 {
    display: block;
    flex: 0 0 95.83333333333334%;
    max-width: 95.83333333333334%;
}

:where(.css-16qcf5g).ant-col-xs-push-23 {
    inset-inline-start: 95.83333333333334%;
}

:where(.css-16qcf5g).ant-col-xs-pull-23 {
    inset-inline-end: 95.83333333333334%;
}

:where(.css-16qcf5g).ant-col-xs-offset-23 {
    margin-inline-start: 95.83333333333334%;
}

:where(.css-16qcf5g).ant-col-xs-order-23 {
    order: 23;
}

:where(.css-16qcf5g).ant-col-xs-22 {
    display: block;
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666666666666%;
}

:where(.css-16qcf5g).ant-col-xs-push-22 {
    inset-inline-start: 91.66666666666666%;
}

:where(.css-16qcf5g).ant-col-xs-pull-22 {
    inset-inline-end: 91.66666666666666%;
}

:where(.css-16qcf5g).ant-col-xs-offset-22 {
    margin-inline-start: 91.66666666666666%;
}

:where(.css-16qcf5g).ant-col-xs-order-22 {
    order: 22;
}

:where(.css-16qcf5g).ant-col-xs-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
}

:where(.css-16qcf5g).ant-col-xs-push-21 {
    inset-inline-start: 87.5%;
}

:where(.css-16qcf5g).ant-col-xs-pull-21 {
    inset-inline-end: 87.5%;
}

:where(.css-16qcf5g).ant-col-xs-offset-21 {
    margin-inline-start: 87.5%;
}

:where(.css-16qcf5g).ant-col-xs-order-21 {
    order: 21;
}

:where(.css-16qcf5g).ant-col-xs-20 {
    display: block;
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
}

:where(.css-16qcf5g).ant-col-xs-push-20 {
    inset-inline-start: 83.33333333333334%;
}

:where(.css-16qcf5g).ant-col-xs-pull-20 {
    inset-inline-end: 83.33333333333334%;
}

:where(.css-16qcf5g).ant-col-xs-offset-20 {
    margin-inline-start: 83.33333333333334%;
}

:where(.css-16qcf5g).ant-col-xs-order-20 {
    order: 20;
}

:where(.css-16qcf5g).ant-col-xs-19 {
    display: block;
    flex: 0 0 79.16666666666666%;
    max-width: 79.16666666666666%;
}

:where(.css-16qcf5g).ant-col-xs-push-19 {
    inset-inline-start: 79.16666666666666%;
}

:where(.css-16qcf5g).ant-col-xs-pull-19 {
    inset-inline-end: 79.16666666666666%;
}

:where(.css-16qcf5g).ant-col-xs-offset-19 {
    margin-inline-start: 79.16666666666666%;
}

:where(.css-16qcf5g).ant-col-xs-order-19 {
    order: 19;
}

:where(.css-16qcf5g).ant-col-xs-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
}

:where(.css-16qcf5g).ant-col-xs-push-18 {
    inset-inline-start: 75%;
}

:where(.css-16qcf5g).ant-col-xs-pull-18 {
    inset-inline-end: 75%;
}

:where(.css-16qcf5g).ant-col-xs-offset-18 {
    margin-inline-start: 75%;
}

:where(.css-16qcf5g).ant-col-xs-order-18 {
    order: 18;
}

:where(.css-16qcf5g).ant-col-xs-17 {
    display: block;
    flex: 0 0 70.83333333333334%;
    max-width: 70.83333333333334%;
}

:where(.css-16qcf5g).ant-col-xs-push-17 {
    inset-inline-start: 70.83333333333334%;
}

:where(.css-16qcf5g).ant-col-xs-pull-17 {
    inset-inline-end: 70.83333333333334%;
}

:where(.css-16qcf5g).ant-col-xs-offset-17 {
    margin-inline-start: 70.83333333333334%;
}

:where(.css-16qcf5g).ant-col-xs-order-17 {
    order: 17;
}

:where(.css-16qcf5g).ant-col-xs-16 {
    display: block;
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666666666666%;
}

:where(.css-16qcf5g).ant-col-xs-push-16 {
    inset-inline-start: 66.66666666666666%;
}

:where(.css-16qcf5g).ant-col-xs-pull-16 {
    inset-inline-end: 66.66666666666666%;
}

:where(.css-16qcf5g).ant-col-xs-offset-16 {
    margin-inline-start: 66.66666666666666%;
}

:where(.css-16qcf5g).ant-col-xs-order-16 {
    order: 16;
}

:where(.css-16qcf5g).ant-col-xs-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
}

:where(.css-16qcf5g).ant-col-xs-push-15 {
    inset-inline-start: 62.5%;
}

:where(.css-16qcf5g).ant-col-xs-pull-15 {
    inset-inline-end: 62.5%;
}

:where(.css-16qcf5g).ant-col-xs-offset-15 {
    margin-inline-start: 62.5%;
}

:where(.css-16qcf5g).ant-col-xs-order-15 {
    order: 15;
}

:where(.css-16qcf5g).ant-col-xs-14 {
    display: block;
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
}

:where(.css-16qcf5g).ant-col-xs-push-14 {
    inset-inline-start: 58.333333333333336%;
}

:where(.css-16qcf5g).ant-col-xs-pull-14 {
    inset-inline-end: 58.333333333333336%;
}

:where(.css-16qcf5g).ant-col-xs-offset-14 {
    margin-inline-start: 58.333333333333336%;
}

:where(.css-16qcf5g).ant-col-xs-order-14 {
    order: 14;
}

:where(.css-16qcf5g).ant-col-xs-13 {
    display: block;
    flex: 0 0 54.166666666666664%;
    max-width: 54.166666666666664%;
}

:where(.css-16qcf5g).ant-col-xs-push-13 {
    inset-inline-start: 54.166666666666664%;
}

:where(.css-16qcf5g).ant-col-xs-pull-13 {
    inset-inline-end: 54.166666666666664%;
}

:where(.css-16qcf5g).ant-col-xs-offset-13 {
    margin-inline-start: 54.166666666666664%;
}

:where(.css-16qcf5g).ant-col-xs-order-13 {
    order: 13;
}

:where(.css-16qcf5g).ant-col-xs-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
}

:where(.css-16qcf5g).ant-col-xs-push-12 {
    inset-inline-start: 50%;
}

:where(.css-16qcf5g).ant-col-xs-pull-12 {
    inset-inline-end: 50%;
}

:where(.css-16qcf5g).ant-col-xs-offset-12 {
    margin-inline-start: 50%;
}

:where(.css-16qcf5g).ant-col-xs-order-12 {
    order: 12;
}

:where(.css-16qcf5g).ant-col-xs-11 {
    display: block;
    flex: 0 0 45.83333333333333%;
    max-width: 45.83333333333333%;
}

:where(.css-16qcf5g).ant-col-xs-push-11 {
    inset-inline-start: 45.83333333333333%;
}

:where(.css-16qcf5g).ant-col-xs-pull-11 {
    inset-inline-end: 45.83333333333333%;
}

:where(.css-16qcf5g).ant-col-xs-offset-11 {
    margin-inline-start: 45.83333333333333%;
}

:where(.css-16qcf5g).ant-col-xs-order-11 {
    order: 11;
}

:where(.css-16qcf5g).ant-col-xs-10 {
    display: block;
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
}

:where(.css-16qcf5g).ant-col-xs-push-10 {
    inset-inline-start: 41.66666666666667%;
}

:where(.css-16qcf5g).ant-col-xs-pull-10 {
    inset-inline-end: 41.66666666666667%;
}

:where(.css-16qcf5g).ant-col-xs-offset-10 {
    margin-inline-start: 41.66666666666667%;
}

:where(.css-16qcf5g).ant-col-xs-order-10 {
    order: 10;
}

:where(.css-16qcf5g).ant-col-xs-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
}

:where(.css-16qcf5g).ant-col-xs-push-9 {
    inset-inline-start: 37.5%;
}

:where(.css-16qcf5g).ant-col-xs-pull-9 {
    inset-inline-end: 37.5%;
}

:where(.css-16qcf5g).ant-col-xs-offset-9 {
    margin-inline-start: 37.5%;
}

:where(.css-16qcf5g).ant-col-xs-order-9 {
    order: 9;
}

:where(.css-16qcf5g).ant-col-xs-8 {
    display: block;
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
}

:where(.css-16qcf5g).ant-col-xs-push-8 {
    inset-inline-start: 33.33333333333333%;
}

:where(.css-16qcf5g).ant-col-xs-pull-8 {
    inset-inline-end: 33.33333333333333%;
}

:where(.css-16qcf5g).ant-col-xs-offset-8 {
    margin-inline-start: 33.33333333333333%;
}

:where(.css-16qcf5g).ant-col-xs-order-8 {
    order: 8;
}

:where(.css-16qcf5g).ant-col-xs-7 {
    display: block;
    flex: 0 0 29.166666666666668%;
    max-width: 29.166666666666668%;
}

:where(.css-16qcf5g).ant-col-xs-push-7 {
    inset-inline-start: 29.166666666666668%;
}

:where(.css-16qcf5g).ant-col-xs-pull-7 {
    inset-inline-end: 29.166666666666668%;
}

:where(.css-16qcf5g).ant-col-xs-offset-7 {
    margin-inline-start: 29.166666666666668%;
}

:where(.css-16qcf5g).ant-col-xs-order-7 {
    order: 7;
}

:where(.css-16qcf5g).ant-col-xs-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
}

:where(.css-16qcf5g).ant-col-xs-push-6 {
    inset-inline-start: 25%;
}

:where(.css-16qcf5g).ant-col-xs-pull-6 {
    inset-inline-end: 25%;
}

:where(.css-16qcf5g).ant-col-xs-offset-6 {
    margin-inline-start: 25%;
}

:where(.css-16qcf5g).ant-col-xs-order-6 {
    order: 6;
}

:where(.css-16qcf5g).ant-col-xs-5 {
    display: block;
    flex: 0 0 20.833333333333336%;
    max-width: 20.833333333333336%;
}

:where(.css-16qcf5g).ant-col-xs-push-5 {
    inset-inline-start: 20.833333333333336%;
}

:where(.css-16qcf5g).ant-col-xs-pull-5 {
    inset-inline-end: 20.833333333333336%;
}

:where(.css-16qcf5g).ant-col-xs-offset-5 {
    margin-inline-start: 20.833333333333336%;
}

:where(.css-16qcf5g).ant-col-xs-order-5 {
    order: 5;
}

:where(.css-16qcf5g).ant-col-xs-4 {
    display: block;
    flex: 0 0 16.666666666666664%;
    max-width: 16.666666666666664%;
}

:where(.css-16qcf5g).ant-col-xs-push-4 {
    inset-inline-start: 16.666666666666664%;
}

:where(.css-16qcf5g).ant-col-xs-pull-4 {
    inset-inline-end: 16.666666666666664%;
}

:where(.css-16qcf5g).ant-col-xs-offset-4 {
    margin-inline-start: 16.666666666666664%;
}

:where(.css-16qcf5g).ant-col-xs-order-4 {
    order: 4;
}

:where(.css-16qcf5g).ant-col-xs-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

:where(.css-16qcf5g).ant-col-xs-push-3 {
    inset-inline-start: 12.5%;
}

:where(.css-16qcf5g).ant-col-xs-pull-3 {
    inset-inline-end: 12.5%;
}

:where(.css-16qcf5g).ant-col-xs-offset-3 {
    margin-inline-start: 12.5%;
}

:where(.css-16qcf5g).ant-col-xs-order-3 {
    order: 3;
}

:where(.css-16qcf5g).ant-col-xs-2 {
    display: block;
    flex: 0 0 8.333333333333332%;
    max-width: 8.333333333333332%;
}

:where(.css-16qcf5g).ant-col-xs-push-2 {
    inset-inline-start: 8.333333333333332%;
}

:where(.css-16qcf5g).ant-col-xs-pull-2 {
    inset-inline-end: 8.333333333333332%;
}

:where(.css-16qcf5g).ant-col-xs-offset-2 {
    margin-inline-start: 8.333333333333332%;
}

:where(.css-16qcf5g).ant-col-xs-order-2 {
    order: 2;
}

:where(.css-16qcf5g).ant-col-xs-1 {
    display: block;
    flex: 0 0 4.166666666666666%;
    max-width: 4.166666666666666%;
}

:where(.css-16qcf5g).ant-col-xs-push-1 {
    inset-inline-start: 4.166666666666666%;
}

:where(.css-16qcf5g).ant-col-xs-pull-1 {
    inset-inline-end: 4.166666666666666%;
}

:where(.css-16qcf5g).ant-col-xs-offset-1 {
    margin-inline-start: 4.166666666666666%;
}

:where(.css-16qcf5g).ant-col-xs-order-1 {
    order: 1;
}

:where(.css-16qcf5g).ant-col-xs-0 {
    display: none;
}

:where(.css-16qcf5g).ant-col-push-0 {
    inset-inline-start: auto;
}

:where(.css-16qcf5g).ant-col-pull-0 {
    inset-inline-end: auto;
}

:where(.css-16qcf5g).ant-col-xs-push-0 {
    inset-inline-start: auto;
}

:where(.css-16qcf5g).ant-col-xs-pull-0 {
    inset-inline-end: auto;
}

:where(.css-16qcf5g).ant-col-xs-offset-0 {
    margin-inline-end: 0;
}

:where(.css-16qcf5g).ant-col-xs-order-0 {
    order: 0;
}

@media (min-width: 576px) {
    :where(.css-16qcf5g).ant-col-sm-24 {
        display: block;
        flex: 0 0 100%;
        max-width: 100%;
    }

    :where(.css-16qcf5g).ant-col-sm-push-24 {
        inset-inline-start: 100%;
    }

    :where(.css-16qcf5g).ant-col-sm-pull-24 {
        inset-inline-end: 100%;
    }

    :where(.css-16qcf5g).ant-col-sm-offset-24 {
        margin-inline-start: 100%;
    }

    :where(.css-16qcf5g).ant-col-sm-order-24 {
        order: 24;
    }

    :where(.css-16qcf5g).ant-col-sm-23 {
        display: block;
        flex: 0 0 95.83333333333334%;
        max-width: 95.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-sm-push-23 {
        inset-inline-start: 95.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-sm-pull-23 {
        inset-inline-end: 95.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-sm-offset-23 {
        margin-inline-start: 95.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-sm-order-23 {
        order: 23;
    }

    :where(.css-16qcf5g).ant-col-sm-22 {
        display: block;
        flex: 0 0 91.66666666666666%;
        max-width: 91.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-sm-push-22 {
        inset-inline-start: 91.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-sm-pull-22 {
        inset-inline-end: 91.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-sm-offset-22 {
        margin-inline-start: 91.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-sm-order-22 {
        order: 22;
    }

    :where(.css-16qcf5g).ant-col-sm-21 {
        display: block;
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }

    :where(.css-16qcf5g).ant-col-sm-push-21 {
        inset-inline-start: 87.5%;
    }

    :where(.css-16qcf5g).ant-col-sm-pull-21 {
        inset-inline-end: 87.5%;
    }

    :where(.css-16qcf5g).ant-col-sm-offset-21 {
        margin-inline-start: 87.5%;
    }

    :where(.css-16qcf5g).ant-col-sm-order-21 {
        order: 21;
    }

    :where(.css-16qcf5g).ant-col-sm-20 {
        display: block;
        flex: 0 0 83.33333333333334%;
        max-width: 83.33333333333334%;
    }

    :where(.css-16qcf5g).ant-col-sm-push-20 {
        inset-inline-start: 83.33333333333334%;
    }

    :where(.css-16qcf5g).ant-col-sm-pull-20 {
        inset-inline-end: 83.33333333333334%;
    }

    :where(.css-16qcf5g).ant-col-sm-offset-20 {
        margin-inline-start: 83.33333333333334%;
    }

    :where(.css-16qcf5g).ant-col-sm-order-20 {
        order: 20;
    }

    :where(.css-16qcf5g).ant-col-sm-19 {
        display: block;
        flex: 0 0 79.16666666666666%;
        max-width: 79.16666666666666%;
    }

    :where(.css-16qcf5g).ant-col-sm-push-19 {
        inset-inline-start: 79.16666666666666%;
    }

    :where(.css-16qcf5g).ant-col-sm-pull-19 {
        inset-inline-end: 79.16666666666666%;
    }

    :where(.css-16qcf5g).ant-col-sm-offset-19 {
        margin-inline-start: 79.16666666666666%;
    }

    :where(.css-16qcf5g).ant-col-sm-order-19 {
        order: 19;
    }

    :where(.css-16qcf5g).ant-col-sm-18 {
        display: block;
        flex: 0 0 75%;
        max-width: 75%;
    }

    :where(.css-16qcf5g).ant-col-sm-push-18 {
        inset-inline-start: 75%;
    }

    :where(.css-16qcf5g).ant-col-sm-pull-18 {
        inset-inline-end: 75%;
    }

    :where(.css-16qcf5g).ant-col-sm-offset-18 {
        margin-inline-start: 75%;
    }

    :where(.css-16qcf5g).ant-col-sm-order-18 {
        order: 18;
    }

    :where(.css-16qcf5g).ant-col-sm-17 {
        display: block;
        flex: 0 0 70.83333333333334%;
        max-width: 70.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-sm-push-17 {
        inset-inline-start: 70.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-sm-pull-17 {
        inset-inline-end: 70.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-sm-offset-17 {
        margin-inline-start: 70.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-sm-order-17 {
        order: 17;
    }

    :where(.css-16qcf5g).ant-col-sm-16 {
        display: block;
        flex: 0 0 66.66666666666666%;
        max-width: 66.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-sm-push-16 {
        inset-inline-start: 66.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-sm-pull-16 {
        inset-inline-end: 66.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-sm-offset-16 {
        margin-inline-start: 66.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-sm-order-16 {
        order: 16;
    }

    :where(.css-16qcf5g).ant-col-sm-15 {
        display: block;
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

    :where(.css-16qcf5g).ant-col-sm-push-15 {
        inset-inline-start: 62.5%;
    }

    :where(.css-16qcf5g).ant-col-sm-pull-15 {
        inset-inline-end: 62.5%;
    }

    :where(.css-16qcf5g).ant-col-sm-offset-15 {
        margin-inline-start: 62.5%;
    }

    :where(.css-16qcf5g).ant-col-sm-order-15 {
        order: 15;
    }

    :where(.css-16qcf5g).ant-col-sm-14 {
        display: block;
        flex: 0 0 58.333333333333336%;
        max-width: 58.333333333333336%;
    }

    :where(.css-16qcf5g).ant-col-sm-push-14 {
        inset-inline-start: 58.333333333333336%;
    }

    :where(.css-16qcf5g).ant-col-sm-pull-14 {
        inset-inline-end: 58.333333333333336%;
    }

    :where(.css-16qcf5g).ant-col-sm-offset-14 {
        margin-inline-start: 58.333333333333336%;
    }

    :where(.css-16qcf5g).ant-col-sm-order-14 {
        order: 14;
    }

    :where(.css-16qcf5g).ant-col-sm-13 {
        display: block;
        flex: 0 0 54.166666666666664%;
        max-width: 54.166666666666664%;
    }

    :where(.css-16qcf5g).ant-col-sm-push-13 {
        inset-inline-start: 54.166666666666664%;
    }

    :where(.css-16qcf5g).ant-col-sm-pull-13 {
        inset-inline-end: 54.166666666666664%;
    }

    :where(.css-16qcf5g).ant-col-sm-offset-13 {
        margin-inline-start: 54.166666666666664%;
    }

    :where(.css-16qcf5g).ant-col-sm-order-13 {
        order: 13;
    }

    :where(.css-16qcf5g).ant-col-sm-12 {
        display: block;
        flex: 0 0 50%;
        max-width: 50%;
    }

    :where(.css-16qcf5g).ant-col-sm-push-12 {
        inset-inline-start: 50%;
    }

    :where(.css-16qcf5g).ant-col-sm-pull-12 {
        inset-inline-end: 50%;
    }

    :where(.css-16qcf5g).ant-col-sm-offset-12 {
        margin-inline-start: 50%;
    }

    :where(.css-16qcf5g).ant-col-sm-order-12 {
        order: 12;
    }

    :where(.css-16qcf5g).ant-col-sm-11 {
        display: block;
        flex: 0 0 45.83333333333333%;
        max-width: 45.83333333333333%;
    }

    :where(.css-16qcf5g).ant-col-sm-push-11 {
        inset-inline-start: 45.83333333333333%;
    }

    :where(.css-16qcf5g).ant-col-sm-pull-11 {
        inset-inline-end: 45.83333333333333%;
    }

    :where(.css-16qcf5g).ant-col-sm-offset-11 {
        margin-inline-start: 45.83333333333333%;
    }

    :where(.css-16qcf5g).ant-col-sm-order-11 {
        order: 11;
    }

    :where(.css-16qcf5g).ant-col-sm-10 {
        display: block;
        flex: 0 0 41.66666666666667%;
        max-width: 41.66666666666667%;
    }

    :where(.css-16qcf5g).ant-col-sm-push-10 {
        inset-inline-start: 41.66666666666667%;
    }

    :where(.css-16qcf5g).ant-col-sm-pull-10 {
        inset-inline-end: 41.66666666666667%;
    }

    :where(.css-16qcf5g).ant-col-sm-offset-10 {
        margin-inline-start: 41.66666666666667%;
    }

    :where(.css-16qcf5g).ant-col-sm-order-10 {
        order: 10;
    }

    :where(.css-16qcf5g).ant-col-sm-9 {
        display: block;
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }

    :where(.css-16qcf5g).ant-col-sm-push-9 {
        inset-inline-start: 37.5%;
    }

    :where(.css-16qcf5g).ant-col-sm-pull-9 {
        inset-inline-end: 37.5%;
    }

    :where(.css-16qcf5g).ant-col-sm-offset-9 {
        margin-inline-start: 37.5%;
    }

    :where(.css-16qcf5g).ant-col-sm-order-9 {
        order: 9;
    }

    :where(.css-16qcf5g).ant-col-sm-8 {
        display: block;
        flex: 0 0 33.33333333333333%;
        max-width: 33.33333333333333%;
    }

    :where(.css-16qcf5g).ant-col-sm-push-8 {
        inset-inline-start: 33.33333333333333%;
    }

    :where(.css-16qcf5g).ant-col-sm-pull-8 {
        inset-inline-end: 33.33333333333333%;
    }

    :where(.css-16qcf5g).ant-col-sm-offset-8 {
        margin-inline-start: 33.33333333333333%;
    }

    :where(.css-16qcf5g).ant-col-sm-order-8 {
        order: 8;
    }

    :where(.css-16qcf5g).ant-col-sm-7 {
        display: block;
        flex: 0 0 29.166666666666668%;
        max-width: 29.166666666666668%;
    }

    :where(.css-16qcf5g).ant-col-sm-push-7 {
        inset-inline-start: 29.166666666666668%;
    }

    :where(.css-16qcf5g).ant-col-sm-pull-7 {
        inset-inline-end: 29.166666666666668%;
    }

    :where(.css-16qcf5g).ant-col-sm-offset-7 {
        margin-inline-start: 29.166666666666668%;
    }

    :where(.css-16qcf5g).ant-col-sm-order-7 {
        order: 7;
    }

    :where(.css-16qcf5g).ant-col-sm-6 {
        display: block;
        flex: 0 0 25%;
        max-width: 25%;
    }

    :where(.css-16qcf5g).ant-col-sm-push-6 {
        inset-inline-start: 25%;
    }

    :where(.css-16qcf5g).ant-col-sm-pull-6 {
        inset-inline-end: 25%;
    }

    :where(.css-16qcf5g).ant-col-sm-offset-6 {
        margin-inline-start: 25%;
    }

    :where(.css-16qcf5g).ant-col-sm-order-6 {
        order: 6;
    }

    :where(.css-16qcf5g).ant-col-sm-5 {
        display: block;
        flex: 0 0 20.833333333333336%;
        max-width: 20.833333333333336%;
    }

    :where(.css-16qcf5g).ant-col-sm-push-5 {
        inset-inline-start: 20.833333333333336%;
    }

    :where(.css-16qcf5g).ant-col-sm-pull-5 {
        inset-inline-end: 20.833333333333336%;
    }

    :where(.css-16qcf5g).ant-col-sm-offset-5 {
        margin-inline-start: 20.833333333333336%;
    }

    :where(.css-16qcf5g).ant-col-sm-order-5 {
        order: 5;
    }

    :where(.css-16qcf5g).ant-col-sm-4 {
        display: block;
        flex: 0 0 16.666666666666664%;
        max-width: 16.666666666666664%;
    }

    :where(.css-16qcf5g).ant-col-sm-push-4 {
        inset-inline-start: 16.666666666666664%;
    }

    :where(.css-16qcf5g).ant-col-sm-pull-4 {
        inset-inline-end: 16.666666666666664%;
    }

    :where(.css-16qcf5g).ant-col-sm-offset-4 {
        margin-inline-start: 16.666666666666664%;
    }

    :where(.css-16qcf5g).ant-col-sm-order-4 {
        order: 4;
    }

    :where(.css-16qcf5g).ant-col-sm-3 {
        display: block;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    :where(.css-16qcf5g).ant-col-sm-push-3 {
        inset-inline-start: 12.5%;
    }

    :where(.css-16qcf5g).ant-col-sm-pull-3 {
        inset-inline-end: 12.5%;
    }

    :where(.css-16qcf5g).ant-col-sm-offset-3 {
        margin-inline-start: 12.5%;
    }

    :where(.css-16qcf5g).ant-col-sm-order-3 {
        order: 3;
    }

    :where(.css-16qcf5g).ant-col-sm-2 {
        display: block;
        flex: 0 0 8.333333333333332%;
        max-width: 8.333333333333332%;
    }

    :where(.css-16qcf5g).ant-col-sm-push-2 {
        inset-inline-start: 8.333333333333332%;
    }

    :where(.css-16qcf5g).ant-col-sm-pull-2 {
        inset-inline-end: 8.333333333333332%;
    }

    :where(.css-16qcf5g).ant-col-sm-offset-2 {
        margin-inline-start: 8.333333333333332%;
    }

    :where(.css-16qcf5g).ant-col-sm-order-2 {
        order: 2;
    }

    :where(.css-16qcf5g).ant-col-sm-1 {
        display: block;
        flex: 0 0 4.166666666666666%;
        max-width: 4.166666666666666%;
    }

    :where(.css-16qcf5g).ant-col-sm-push-1 {
        inset-inline-start: 4.166666666666666%;
    }

    :where(.css-16qcf5g).ant-col-sm-pull-1 {
        inset-inline-end: 4.166666666666666%;
    }

    :where(.css-16qcf5g).ant-col-sm-offset-1 {
        margin-inline-start: 4.166666666666666%;
    }

    :where(.css-16qcf5g).ant-col-sm-order-1 {
        order: 1;
    }

    :where(.css-16qcf5g).ant-col-sm-0 {
        display: none;
    }

    :where(.css-16qcf5g).ant-col-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-16qcf5g).ant-col-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-16qcf5g).ant-col-sm-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-16qcf5g).ant-col-sm-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-16qcf5g).ant-col-sm-offset-0 {
        margin-inline-end: 0;
    }

    :where(.css-16qcf5g).ant-col-sm-order-0 {
        order: 0;
    }
}

@media (min-width: 768px) {
    :where(.css-16qcf5g).ant-col-md-24 {
        display: block;
        flex: 0 0 100%;
        max-width: 100%;
    }

    :where(.css-16qcf5g).ant-col-md-push-24 {
        inset-inline-start: 100%;
    }

    :where(.css-16qcf5g).ant-col-md-pull-24 {
        inset-inline-end: 100%;
    }

    :where(.css-16qcf5g).ant-col-md-offset-24 {
        margin-inline-start: 100%;
    }

    :where(.css-16qcf5g).ant-col-md-order-24 {
        order: 24;
    }

    :where(.css-16qcf5g).ant-col-md-23 {
        display: block;
        flex: 0 0 95.83333333333334%;
        max-width: 95.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-md-push-23 {
        inset-inline-start: 95.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-md-pull-23 {
        inset-inline-end: 95.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-md-offset-23 {
        margin-inline-start: 95.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-md-order-23 {
        order: 23;
    }

    :where(.css-16qcf5g).ant-col-md-22 {
        display: block;
        flex: 0 0 91.66666666666666%;
        max-width: 91.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-md-push-22 {
        inset-inline-start: 91.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-md-pull-22 {
        inset-inline-end: 91.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-md-offset-22 {
        margin-inline-start: 91.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-md-order-22 {
        order: 22;
    }

    :where(.css-16qcf5g).ant-col-md-21 {
        display: block;
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }

    :where(.css-16qcf5g).ant-col-md-push-21 {
        inset-inline-start: 87.5%;
    }

    :where(.css-16qcf5g).ant-col-md-pull-21 {
        inset-inline-end: 87.5%;
    }

    :where(.css-16qcf5g).ant-col-md-offset-21 {
        margin-inline-start: 87.5%;
    }

    :where(.css-16qcf5g).ant-col-md-order-21 {
        order: 21;
    }

    :where(.css-16qcf5g).ant-col-md-20 {
        display: block;
        flex: 0 0 83.33333333333334%;
        max-width: 83.33333333333334%;
    }

    :where(.css-16qcf5g).ant-col-md-push-20 {
        inset-inline-start: 83.33333333333334%;
    }

    :where(.css-16qcf5g).ant-col-md-pull-20 {
        inset-inline-end: 83.33333333333334%;
    }

    :where(.css-16qcf5g).ant-col-md-offset-20 {
        margin-inline-start: 83.33333333333334%;
    }

    :where(.css-16qcf5g).ant-col-md-order-20 {
        order: 20;
    }

    :where(.css-16qcf5g).ant-col-md-19 {
        display: block;
        flex: 0 0 79.16666666666666%;
        max-width: 79.16666666666666%;
    }

    :where(.css-16qcf5g).ant-col-md-push-19 {
        inset-inline-start: 79.16666666666666%;
    }

    :where(.css-16qcf5g).ant-col-md-pull-19 {
        inset-inline-end: 79.16666666666666%;
    }

    :where(.css-16qcf5g).ant-col-md-offset-19 {
        margin-inline-start: 79.16666666666666%;
    }

    :where(.css-16qcf5g).ant-col-md-order-19 {
        order: 19;
    }

    :where(.css-16qcf5g).ant-col-md-18 {
        display: block;
        flex: 0 0 75%;
        max-width: 75%;
    }

    :where(.css-16qcf5g).ant-col-md-push-18 {
        inset-inline-start: 75%;
    }

    :where(.css-16qcf5g).ant-col-md-pull-18 {
        inset-inline-end: 75%;
    }

    :where(.css-16qcf5g).ant-col-md-offset-18 {
        margin-inline-start: 75%;
    }

    :where(.css-16qcf5g).ant-col-md-order-18 {
        order: 18;
    }

    :where(.css-16qcf5g).ant-col-md-17 {
        display: block;
        flex: 0 0 70.83333333333334%;
        max-width: 70.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-md-push-17 {
        inset-inline-start: 70.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-md-pull-17 {
        inset-inline-end: 70.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-md-offset-17 {
        margin-inline-start: 70.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-md-order-17 {
        order: 17;
    }

    :where(.css-16qcf5g).ant-col-md-16 {
        display: block;
        flex: 0 0 66.66666666666666%;
        max-width: 66.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-md-push-16 {
        inset-inline-start: 66.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-md-pull-16 {
        inset-inline-end: 66.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-md-offset-16 {
        margin-inline-start: 66.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-md-order-16 {
        order: 16;
    }

    :where(.css-16qcf5g).ant-col-md-15 {
        display: block;
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

    :where(.css-16qcf5g).ant-col-md-push-15 {
        inset-inline-start: 62.5%;
    }

    :where(.css-16qcf5g).ant-col-md-pull-15 {
        inset-inline-end: 62.5%;
    }

    :where(.css-16qcf5g).ant-col-md-offset-15 {
        margin-inline-start: 62.5%;
    }

    :where(.css-16qcf5g).ant-col-md-order-15 {
        order: 15;
    }

    :where(.css-16qcf5g).ant-col-md-14 {
        display: block;
        flex: 0 0 58.333333333333336%;
        max-width: 58.333333333333336%;
    }

    :where(.css-16qcf5g).ant-col-md-push-14 {
        inset-inline-start: 58.333333333333336%;
    }

    :where(.css-16qcf5g).ant-col-md-pull-14 {
        inset-inline-end: 58.333333333333336%;
    }

    :where(.css-16qcf5g).ant-col-md-offset-14 {
        margin-inline-start: 58.333333333333336%;
    }

    :where(.css-16qcf5g).ant-col-md-order-14 {
        order: 14;
    }

    :where(.css-16qcf5g).ant-col-md-13 {
        display: block;
        flex: 0 0 54.166666666666664%;
        max-width: 54.166666666666664%;
    }

    :where(.css-16qcf5g).ant-col-md-push-13 {
        inset-inline-start: 54.166666666666664%;
    }

    :where(.css-16qcf5g).ant-col-md-pull-13 {
        inset-inline-end: 54.166666666666664%;
    }

    :where(.css-16qcf5g).ant-col-md-offset-13 {
        margin-inline-start: 54.166666666666664%;
    }

    :where(.css-16qcf5g).ant-col-md-order-13 {
        order: 13;
    }

    :where(.css-16qcf5g).ant-col-md-12 {
        display: block;
        flex: 0 0 50%;
        max-width: 50%;
    }

    :where(.css-16qcf5g).ant-col-md-push-12 {
        inset-inline-start: 50%;
    }

    :where(.css-16qcf5g).ant-col-md-pull-12 {
        inset-inline-end: 50%;
    }

    :where(.css-16qcf5g).ant-col-md-offset-12 {
        margin-inline-start: 50%;
    }

    :where(.css-16qcf5g).ant-col-md-order-12 {
        order: 12;
    }

    :where(.css-16qcf5g).ant-col-md-11 {
        display: block;
        flex: 0 0 45.83333333333333%;
        max-width: 45.83333333333333%;
    }

    :where(.css-16qcf5g).ant-col-md-push-11 {
        inset-inline-start: 45.83333333333333%;
    }

    :where(.css-16qcf5g).ant-col-md-pull-11 {
        inset-inline-end: 45.83333333333333%;
    }

    :where(.css-16qcf5g).ant-col-md-offset-11 {
        margin-inline-start: 45.83333333333333%;
    }

    :where(.css-16qcf5g).ant-col-md-order-11 {
        order: 11;
    }

    :where(.css-16qcf5g).ant-col-md-10 {
        display: block;
        flex: 0 0 41.66666666666667%;
        max-width: 41.66666666666667%;
    }

    :where(.css-16qcf5g).ant-col-md-push-10 {
        inset-inline-start: 41.66666666666667%;
    }

    :where(.css-16qcf5g).ant-col-md-pull-10 {
        inset-inline-end: 41.66666666666667%;
    }

    :where(.css-16qcf5g).ant-col-md-offset-10 {
        margin-inline-start: 41.66666666666667%;
    }

    :where(.css-16qcf5g).ant-col-md-order-10 {
        order: 10;
    }

    :where(.css-16qcf5g).ant-col-md-9 {
        display: block;
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }

    :where(.css-16qcf5g).ant-col-md-push-9 {
        inset-inline-start: 37.5%;
    }

    :where(.css-16qcf5g).ant-col-md-pull-9 {
        inset-inline-end: 37.5%;
    }

    :where(.css-16qcf5g).ant-col-md-offset-9 {
        margin-inline-start: 37.5%;
    }

    :where(.css-16qcf5g).ant-col-md-order-9 {
        order: 9;
    }

    :where(.css-16qcf5g).ant-col-md-8 {
        display: block;
/*        flex: 0 0 33.33333333333333%;
        max-width: 33.33333333333333%;*/
    }

    :where(.css-16qcf5g).ant-col-md-push-8 {
        inset-inline-start: 33.33333333333333%;
    }

    :where(.css-16qcf5g).ant-col-md-pull-8 {
        inset-inline-end: 33.33333333333333%;
    }

    :where(.css-16qcf5g).ant-col-md-offset-8 {
        margin-inline-start: 33.33333333333333%;
    }

    :where(.css-16qcf5g).ant-col-md-order-8 {
        order: 8;
    }

    :where(.css-16qcf5g).ant-col-md-7 {
        display: block;
        flex: 0 0 29.166666666666668%;
        max-width: 29.166666666666668%;
    }

    :where(.css-16qcf5g).ant-col-md-push-7 {
        inset-inline-start: 29.166666666666668%;
    }

    :where(.css-16qcf5g).ant-col-md-pull-7 {
        inset-inline-end: 29.166666666666668%;
    }

    :where(.css-16qcf5g).ant-col-md-offset-7 {
        margin-inline-start: 29.166666666666668%;
    }

    :where(.css-16qcf5g).ant-col-md-order-7 {
        order: 7;
    }

    :where(.css-16qcf5g).ant-col-md-6 {
        display: block;
        flex: 0 0 25%;
        max-width: 25%;
    }

    :where(.css-16qcf5g).ant-col-md-push-6 {
        inset-inline-start: 25%;
    }

    :where(.css-16qcf5g).ant-col-md-pull-6 {
        inset-inline-end: 25%;
    }

    :where(.css-16qcf5g).ant-col-md-offset-6 {
        margin-inline-start: 25%;
    }

    :where(.css-16qcf5g).ant-col-md-order-6 {
        order: 6;
    }

    :where(.css-16qcf5g).ant-col-md-5 {
        display: block;
        flex: 0 0 20.833333333333336%;
        max-width: 20.833333333333336%;
    }

    :where(.css-16qcf5g).ant-col-md-push-5 {
        inset-inline-start: 20.833333333333336%;
    }

    :where(.css-16qcf5g).ant-col-md-pull-5 {
        inset-inline-end: 20.833333333333336%;
    }

    :where(.css-16qcf5g).ant-col-md-offset-5 {
        margin-inline-start: 20.833333333333336%;
    }

    :where(.css-16qcf5g).ant-col-md-order-5 {
        order: 5;
    }

    :where(.css-16qcf5g).ant-col-md-4 {
        display: block;
        flex: 0 0 16.666666666666664%;
        max-width: 16.666666666666664%;
    }

    :where(.css-16qcf5g).ant-col-md-push-4 {
        inset-inline-start: 16.666666666666664%;
    }

    :where(.css-16qcf5g).ant-col-md-pull-4 {
        inset-inline-end: 16.666666666666664%;
    }

    :where(.css-16qcf5g).ant-col-md-offset-4 {
        margin-inline-start: 16.666666666666664%;
    }

    :where(.css-16qcf5g).ant-col-md-order-4 {
        order: 4;
    }

    :where(.css-16qcf5g).ant-col-md-3 {
        display: block;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    :where(.css-16qcf5g).ant-col-md-push-3 {
        inset-inline-start: 12.5%;
    }

    :where(.css-16qcf5g).ant-col-md-pull-3 {
        inset-inline-end: 12.5%;
    }

    :where(.css-16qcf5g).ant-col-md-offset-3 {
        margin-inline-start: 12.5%;
    }

    :where(.css-16qcf5g).ant-col-md-order-3 {
        order: 3;
    }

    :where(.css-16qcf5g).ant-col-md-2 {
        display: block;
        flex: 0 0 8.333333333333332%;
        max-width: 8.333333333333332%;
    }

    :where(.css-16qcf5g).ant-col-md-push-2 {
        inset-inline-start: 8.333333333333332%;
    }

    :where(.css-16qcf5g).ant-col-md-pull-2 {
        inset-inline-end: 8.333333333333332%;
    }

    :where(.css-16qcf5g).ant-col-md-offset-2 {
        margin-inline-start: 8.333333333333332%;
    }

    :where(.css-16qcf5g).ant-col-md-order-2 {
        order: 2;
    }

    :where(.css-16qcf5g).ant-col-md-1 {
        display: block;
        flex: 0 0 4.166666666666666%;
        max-width: 4.166666666666666%;
    }

    :where(.css-16qcf5g).ant-col-md-push-1 {
        inset-inline-start: 4.166666666666666%;
    }

    :where(.css-16qcf5g).ant-col-md-pull-1 {
        inset-inline-end: 4.166666666666666%;
    }

    :where(.css-16qcf5g).ant-col-md-offset-1 {
        margin-inline-start: 4.166666666666666%;
    }

    :where(.css-16qcf5g).ant-col-md-order-1 {
        order: 1;
    }

    :where(.css-16qcf5g).ant-col-md-0 {
        display: none;
    }

    :where(.css-16qcf5g).ant-col-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-16qcf5g).ant-col-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-16qcf5g).ant-col-md-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-16qcf5g).ant-col-md-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-16qcf5g).ant-col-md-offset-0 {
        margin-inline-end: 0;
    }

    :where(.css-16qcf5g).ant-col-md-order-0 {
        order: 0;
    }
}

@media (min-width: 992px) {
    :where(.css-16qcf5g).ant-col-lg-24 {
        display: block;
        flex: 0 0 100%;
        max-width: 100%;
    }

    :where(.css-16qcf5g).ant-col-lg-push-24 {
        inset-inline-start: 100%;
    }

    :where(.css-16qcf5g).ant-col-lg-pull-24 {
        inset-inline-end: 100%;
    }

    :where(.css-16qcf5g).ant-col-lg-offset-24 {
        margin-inline-start: 100%;
    }

    :where(.css-16qcf5g).ant-col-lg-order-24 {
        order: 24;
    }

    :where(.css-16qcf5g).ant-col-lg-23 {
        display: block;
        flex: 0 0 95.83333333333334%;
        max-width: 95.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-lg-push-23 {
        inset-inline-start: 95.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-lg-pull-23 {
        inset-inline-end: 95.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-lg-offset-23 {
        margin-inline-start: 95.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-lg-order-23 {
        order: 23;
    }

    :where(.css-16qcf5g).ant-col-lg-22 {
        display: block;
        flex: 0 0 91.66666666666666%;
        max-width: 91.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-lg-push-22 {
        inset-inline-start: 91.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-lg-pull-22 {
        inset-inline-end: 91.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-lg-offset-22 {
        margin-inline-start: 91.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-lg-order-22 {
        order: 22;
    }

    :where(.css-16qcf5g).ant-col-lg-21 {
        display: block;
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }

    :where(.css-16qcf5g).ant-col-lg-push-21 {
        inset-inline-start: 87.5%;
    }

    :where(.css-16qcf5g).ant-col-lg-pull-21 {
        inset-inline-end: 87.5%;
    }

    :where(.css-16qcf5g).ant-col-lg-offset-21 {
        margin-inline-start: 87.5%;
    }

    :where(.css-16qcf5g).ant-col-lg-order-21 {
        order: 21;
    }

    :where(.css-16qcf5g).ant-col-lg-20 {
        display: block;
        flex: 0 0 83.33333333333334%;
        max-width: 83.33333333333334%;
    }

    :where(.css-16qcf5g).ant-col-lg-push-20 {
        inset-inline-start: 83.33333333333334%;
    }

    :where(.css-16qcf5g).ant-col-lg-pull-20 {
        inset-inline-end: 83.33333333333334%;
    }

    :where(.css-16qcf5g).ant-col-lg-offset-20 {
        margin-inline-start: 83.33333333333334%;
    }

    :where(.css-16qcf5g).ant-col-lg-order-20 {
        order: 20;
    }

    :where(.css-16qcf5g).ant-col-lg-19 {
        display: block;
        flex: 0 0 79.16666666666666%;
        max-width: 79.16666666666666%;
    }

    :where(.css-16qcf5g).ant-col-lg-push-19 {
        inset-inline-start: 79.16666666666666%;
    }

    :where(.css-16qcf5g).ant-col-lg-pull-19 {
        inset-inline-end: 79.16666666666666%;
    }

    :where(.css-16qcf5g).ant-col-lg-offset-19 {
        margin-inline-start: 79.16666666666666%;
    }

    :where(.css-16qcf5g).ant-col-lg-order-19 {
        order: 19;
    }

    :where(.css-16qcf5g).ant-col-lg-18 {
        display: block;
        flex: 0 0 75%;
        max-width: 75%;
    }

    :where(.css-16qcf5g).ant-col-lg-push-18 {
        inset-inline-start: 75%;
    }

    :where(.css-16qcf5g).ant-col-lg-pull-18 {
        inset-inline-end: 75%;
    }

    :where(.css-16qcf5g).ant-col-lg-offset-18 {
        margin-inline-start: 75%;
    }

    :where(.css-16qcf5g).ant-col-lg-order-18 {
        order: 18;
    }

    :where(.css-16qcf5g).ant-col-lg-17 {
        display: block;
        flex: 0 0 70.83333333333334%;
        max-width: 70.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-lg-push-17 {
        inset-inline-start: 70.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-lg-pull-17 {
        inset-inline-end: 70.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-lg-offset-17 {
        margin-inline-start: 70.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-lg-order-17 {
        order: 17;
    }

    :where(.css-16qcf5g).ant-col-lg-16 {
        display: block;
        flex: 0 0 66.66666666666666%;
        max-width: 66.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-lg-push-16 {
        inset-inline-start: 66.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-lg-pull-16 {
        inset-inline-end: 66.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-lg-offset-16 {
        margin-inline-start: 66.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-lg-order-16 {
        order: 16;
    }

    :where(.css-16qcf5g).ant-col-lg-15 {
        display: block;
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

    :where(.css-16qcf5g).ant-col-lg-push-15 {
        inset-inline-start: 62.5%;
    }

    :where(.css-16qcf5g).ant-col-lg-pull-15 {
        inset-inline-end: 62.5%;
    }

    :where(.css-16qcf5g).ant-col-lg-offset-15 {
        margin-inline-start: 62.5%;
    }

    :where(.css-16qcf5g).ant-col-lg-order-15 {
        order: 15;
    }

    :where(.css-16qcf5g).ant-col-lg-14 {
        display: block;
        flex: 0 0 58.333333333333336%;
        max-width: 58.333333333333336%;
    }

    :where(.css-16qcf5g).ant-col-lg-push-14 {
        inset-inline-start: 58.333333333333336%;
    }

    :where(.css-16qcf5g).ant-col-lg-pull-14 {
        inset-inline-end: 58.333333333333336%;
    }

    :where(.css-16qcf5g).ant-col-lg-offset-14 {
        margin-inline-start: 58.333333333333336%;
    }

    :where(.css-16qcf5g).ant-col-lg-order-14 {
        order: 14;
    }

    :where(.css-16qcf5g).ant-col-lg-13 {
        display: block;
        flex: 0 0 54.166666666666664%;
        max-width: 54.166666666666664%;
    }

    :where(.css-16qcf5g).ant-col-lg-push-13 {
        inset-inline-start: 54.166666666666664%;
    }

    :where(.css-16qcf5g).ant-col-lg-pull-13 {
        inset-inline-end: 54.166666666666664%;
    }

    :where(.css-16qcf5g).ant-col-lg-offset-13 {
        margin-inline-start: 54.166666666666664%;
    }

    :where(.css-16qcf5g).ant-col-lg-order-13 {
        order: 13;
    }

    :where(.css-16qcf5g).ant-col-lg-12 {
        display: block;
        flex: 0 0 50%;
        max-width: 50%;
    }

    :where(.css-16qcf5g).ant-col-lg-push-12 {
        inset-inline-start: 50%;
    }

    :where(.css-16qcf5g).ant-col-lg-pull-12 {
        inset-inline-end: 50%;
    }

    :where(.css-16qcf5g).ant-col-lg-offset-12 {
        margin-inline-start: 50%;
    }

    :where(.css-16qcf5g).ant-col-lg-order-12 {
        order: 12;
    }

    :where(.css-16qcf5g).ant-col-lg-11 {
        display: block;
        flex: 0 0 45.83333333333333%;
        max-width: 45.83333333333333%;
    }

    :where(.css-16qcf5g).ant-col-lg-push-11 {
        inset-inline-start: 45.83333333333333%;
    }

    :where(.css-16qcf5g).ant-col-lg-pull-11 {
        inset-inline-end: 45.83333333333333%;
    }

    :where(.css-16qcf5g).ant-col-lg-offset-11 {
        margin-inline-start: 45.83333333333333%;
    }

    :where(.css-16qcf5g).ant-col-lg-order-11 {
        order: 11;
    }

    :where(.css-16qcf5g).ant-col-lg-10 {
        display: block;
        flex: 0 0 41.66666666666667%;
        max-width: 41.66666666666667%;
    }

    :where(.css-16qcf5g).ant-col-lg-push-10 {
        inset-inline-start: 41.66666666666667%;
    }

    :where(.css-16qcf5g).ant-col-lg-pull-10 {
        inset-inline-end: 41.66666666666667%;
    }

    :where(.css-16qcf5g).ant-col-lg-offset-10 {
        margin-inline-start: 41.66666666666667%;
    }

    :where(.css-16qcf5g).ant-col-lg-order-10 {
        order: 10;
    }

    :where(.css-16qcf5g).ant-col-lg-9 {
        display: block;
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }

    :where(.css-16qcf5g).ant-col-lg-push-9 {
        inset-inline-start: 37.5%;
    }

    :where(.css-16qcf5g).ant-col-lg-pull-9 {
        inset-inline-end: 37.5%;
    }

    :where(.css-16qcf5g).ant-col-lg-offset-9 {
        margin-inline-start: 37.5%;
    }

    :where(.css-16qcf5g).ant-col-lg-order-9 {
        order: 9;
    }

    :where(.css-16qcf5g).ant-col-lg-8 {
        display: block;
        flex: 0 0 33.33333333333333%;
        max-width: 33.33333333333333%;
    }

    :where(.css-16qcf5g).ant-col-lg-push-8 {
        inset-inline-start: 33.33333333333333%;
    }

    :where(.css-16qcf5g).ant-col-lg-pull-8 {
        inset-inline-end: 33.33333333333333%;
    }

    :where(.css-16qcf5g).ant-col-lg-offset-8 {
        margin-inline-start: 33.33333333333333%;
    }

    :where(.css-16qcf5g).ant-col-lg-order-8 {
        order: 8;
    }

    :where(.css-16qcf5g).ant-col-lg-7 {
        display: block;
        flex: 0 0 29.166666666666668%;
        max-width: 29.166666666666668%;
    }

    :where(.css-16qcf5g).ant-col-lg-push-7 {
        inset-inline-start: 29.166666666666668%;
    }

    :where(.css-16qcf5g).ant-col-lg-pull-7 {
        inset-inline-end: 29.166666666666668%;
    }

    :where(.css-16qcf5g).ant-col-lg-offset-7 {
        margin-inline-start: 29.166666666666668%;
    }

    :where(.css-16qcf5g).ant-col-lg-order-7 {
        order: 7;
    }

    :where(.css-16qcf5g).ant-col-lg-6 {
        display: block;
        flex: 0 0 25%;
        max-width: 25%;
    }

    :where(.css-16qcf5g).ant-col-lg-push-6 {
        inset-inline-start: 25%;
    }

    :where(.css-16qcf5g).ant-col-lg-pull-6 {
        inset-inline-end: 25%;
    }

    :where(.css-16qcf5g).ant-col-lg-offset-6 {
        margin-inline-start: 25%;
    }

    :where(.css-16qcf5g).ant-col-lg-order-6 {
        order: 6;
    }

    :where(.css-16qcf5g).ant-col-lg-5 {
        display: block;
        flex: 0 0 20.833333333333336%;
        max-width: 20.833333333333336%;
    }

    :where(.css-16qcf5g).ant-col-lg-push-5 {
        inset-inline-start: 20.833333333333336%;
    }

    :where(.css-16qcf5g).ant-col-lg-pull-5 {
        inset-inline-end: 20.833333333333336%;
    }

    :where(.css-16qcf5g).ant-col-lg-offset-5 {
        margin-inline-start: 20.833333333333336%;
    }

    :where(.css-16qcf5g).ant-col-lg-order-5 {
        order: 5;
    }

    :where(.css-16qcf5g).ant-col-lg-4 {
        display: block;
        flex: 0 0 16.666666666666664%;
        max-width: 16.666666666666664%;
    }

    :where(.css-16qcf5g).ant-col-lg-push-4 {
        inset-inline-start: 16.666666666666664%;
    }

    :where(.css-16qcf5g).ant-col-lg-pull-4 {
        inset-inline-end: 16.666666666666664%;
    }

    :where(.css-16qcf5g).ant-col-lg-offset-4 {
        margin-inline-start: 16.666666666666664%;
    }

    :where(.css-16qcf5g).ant-col-lg-order-4 {
        order: 4;
    }

    :where(.css-16qcf5g).ant-col-lg-3 {
        display: block;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    :where(.css-16qcf5g).ant-col-lg-push-3 {
        inset-inline-start: 12.5%;
    }

    :where(.css-16qcf5g).ant-col-lg-pull-3 {
        inset-inline-end: 12.5%;
    }

    :where(.css-16qcf5g).ant-col-lg-offset-3 {
        margin-inline-start: 12.5%;
    }

    :where(.css-16qcf5g).ant-col-lg-order-3 {
        order: 3;
    }

    :where(.css-16qcf5g).ant-col-lg-2 {
        display: block;
        flex: 0 0 8.333333333333332%;
        max-width: 8.333333333333332%;
    }

    :where(.css-16qcf5g).ant-col-lg-push-2 {
        inset-inline-start: 8.333333333333332%;
    }

    :where(.css-16qcf5g).ant-col-lg-pull-2 {
        inset-inline-end: 8.333333333333332%;
    }

    :where(.css-16qcf5g).ant-col-lg-offset-2 {
        margin-inline-start: 8.333333333333332%;
    }

    :where(.css-16qcf5g).ant-col-lg-order-2 {
        order: 2;
    }

    :where(.css-16qcf5g).ant-col-lg-1 {
        display: block;
        flex: 0 0 4.166666666666666%;
        max-width: 4.166666666666666%;
    }

    :where(.css-16qcf5g).ant-col-lg-push-1 {
        inset-inline-start: 4.166666666666666%;
    }

    :where(.css-16qcf5g).ant-col-lg-pull-1 {
        inset-inline-end: 4.166666666666666%;
    }

    :where(.css-16qcf5g).ant-col-lg-offset-1 {
        margin-inline-start: 4.166666666666666%;
    }

    :where(.css-16qcf5g).ant-col-lg-order-1 {
        order: 1;
    }

    :where(.css-16qcf5g).ant-col-lg-0 {
        display: none;
    }

    :where(.css-16qcf5g).ant-col-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-16qcf5g).ant-col-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-16qcf5g).ant-col-lg-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-16qcf5g).ant-col-lg-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-16qcf5g).ant-col-lg-offset-0 {
        margin-inline-end: 0;
    }

    :where(.css-16qcf5g).ant-col-lg-order-0 {
        order: 0;
    }
}

@media (min-width: 1200px) {
    :where(.css-16qcf5g).ant-col-xl-24 {
        display: block;
        flex: 0 0 100%;
        max-width: 100%;
    }

    :where(.css-16qcf5g).ant-col-xl-push-24 {
        inset-inline-start: 100%;
    }

    :where(.css-16qcf5g).ant-col-xl-pull-24 {
        inset-inline-end: 100%;
    }

    :where(.css-16qcf5g).ant-col-xl-offset-24 {
        margin-inline-start: 100%;
    }

    :where(.css-16qcf5g).ant-col-xl-order-24 {
        order: 24;
    }

    :where(.css-16qcf5g).ant-col-xl-23 {
        display: block;
        flex: 0 0 95.83333333333334%;
        max-width: 95.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-xl-push-23 {
        inset-inline-start: 95.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-xl-pull-23 {
        inset-inline-end: 95.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-xl-offset-23 {
        margin-inline-start: 95.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-xl-order-23 {
        order: 23;
    }

    :where(.css-16qcf5g).ant-col-xl-22 {
        display: block;
        flex: 0 0 91.66666666666666%;
        max-width: 91.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-xl-push-22 {
        inset-inline-start: 91.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-xl-pull-22 {
        inset-inline-end: 91.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-xl-offset-22 {
        margin-inline-start: 91.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-xl-order-22 {
        order: 22;
    }

    :where(.css-16qcf5g).ant-col-xl-21 {
        display: block;
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }

    :where(.css-16qcf5g).ant-col-xl-push-21 {
        inset-inline-start: 87.5%;
    }

    :where(.css-16qcf5g).ant-col-xl-pull-21 {
        inset-inline-end: 87.5%;
    }

    :where(.css-16qcf5g).ant-col-xl-offset-21 {
        margin-inline-start: 87.5%;
    }

    :where(.css-16qcf5g).ant-col-xl-order-21 {
        order: 21;
    }

    :where(.css-16qcf5g).ant-col-xl-20 {
        display: block;
        flex: 0 0 83.33333333333334%;
        max-width: 83.33333333333334%;
    }

    :where(.css-16qcf5g).ant-col-xl-push-20 {
        inset-inline-start: 83.33333333333334%;
    }

    :where(.css-16qcf5g).ant-col-xl-pull-20 {
        inset-inline-end: 83.33333333333334%;
    }

    :where(.css-16qcf5g).ant-col-xl-offset-20 {
        margin-inline-start: 83.33333333333334%;
    }

    :where(.css-16qcf5g).ant-col-xl-order-20 {
        order: 20;
    }

    :where(.css-16qcf5g).ant-col-xl-19 {
        display: block;
        flex: 0 0 79.16666666666666%;
        max-width: 79.16666666666666%;
    }

    :where(.css-16qcf5g).ant-col-xl-push-19 {
        inset-inline-start: 79.16666666666666%;
    }

    :where(.css-16qcf5g).ant-col-xl-pull-19 {
        inset-inline-end: 79.16666666666666%;
    }

    :where(.css-16qcf5g).ant-col-xl-offset-19 {
        margin-inline-start: 79.16666666666666%;
    }

    :where(.css-16qcf5g).ant-col-xl-order-19 {
        order: 19;
    }

    :where(.css-16qcf5g).ant-col-xl-18 {
        display: block;
        flex: 0 0 75%;
        max-width: 75%;
    }

    :where(.css-16qcf5g).ant-col-xl-push-18 {
        inset-inline-start: 75%;
    }

    :where(.css-16qcf5g).ant-col-xl-pull-18 {
        inset-inline-end: 75%;
    }

    :where(.css-16qcf5g).ant-col-xl-offset-18 {
        margin-inline-start: 75%;
    }

    :where(.css-16qcf5g).ant-col-xl-order-18 {
        order: 18;
    }

    :where(.css-16qcf5g).ant-col-xl-17 {
        display: block;
        flex: 0 0 70.83333333333334%;
        max-width: 70.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-xl-push-17 {
        inset-inline-start: 70.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-xl-pull-17 {
        inset-inline-end: 70.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-xl-offset-17 {
        margin-inline-start: 70.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-xl-order-17 {
        order: 17;
    }

    :where(.css-16qcf5g).ant-col-xl-16 {
        display: block;
        flex: 0 0 66.66666666666666%;
        max-width: 66.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-xl-push-16 {
        inset-inline-start: 66.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-xl-pull-16 {
        inset-inline-end: 66.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-xl-offset-16 {
        margin-inline-start: 66.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-xl-order-16 {
        order: 16;
    }

    :where(.css-16qcf5g).ant-col-xl-15 {
        display: block;
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

    :where(.css-16qcf5g).ant-col-xl-push-15 {
        inset-inline-start: 62.5%;
    }

    :where(.css-16qcf5g).ant-col-xl-pull-15 {
        inset-inline-end: 62.5%;
    }

    :where(.css-16qcf5g).ant-col-xl-offset-15 {
        margin-inline-start: 62.5%;
    }

    :where(.css-16qcf5g).ant-col-xl-order-15 {
        order: 15;
    }

    :where(.css-16qcf5g).ant-col-xl-14 {
        display: block;
        flex: 0 0 58.333333333333336%;
        max-width: 58.333333333333336%;
    }

    :where(.css-16qcf5g).ant-col-xl-push-14 {
        inset-inline-start: 58.333333333333336%;
    }

    :where(.css-16qcf5g).ant-col-xl-pull-14 {
        inset-inline-end: 58.333333333333336%;
    }

    :where(.css-16qcf5g).ant-col-xl-offset-14 {
        margin-inline-start: 58.333333333333336%;
    }

    :where(.css-16qcf5g).ant-col-xl-order-14 {
        order: 14;
    }

    :where(.css-16qcf5g).ant-col-xl-13 {
        display: block;
        flex: 0 0 54.166666666666664%;
        max-width: 54.166666666666664%;
    }

    :where(.css-16qcf5g).ant-col-xl-push-13 {
        inset-inline-start: 54.166666666666664%;
    }

    :where(.css-16qcf5g).ant-col-xl-pull-13 {
        inset-inline-end: 54.166666666666664%;
    }

    :where(.css-16qcf5g).ant-col-xl-offset-13 {
        margin-inline-start: 54.166666666666664%;
    }

    :where(.css-16qcf5g).ant-col-xl-order-13 {
        order: 13;
    }

    :where(.css-16qcf5g).ant-col-xl-12 {
        display: block;
        flex: 0 0 50%;
        max-width: 50%;
    }

    :where(.css-16qcf5g).ant-col-xl-push-12 {
        inset-inline-start: 50%;
    }

    :where(.css-16qcf5g).ant-col-xl-pull-12 {
        inset-inline-end: 50%;
    }

    :where(.css-16qcf5g).ant-col-xl-offset-12 {
        margin-inline-start: 50%;
    }

    :where(.css-16qcf5g).ant-col-xl-order-12 {
        order: 12;
    }

    :where(.css-16qcf5g).ant-col-xl-11 {
        display: block;
        flex: 0 0 45.83333333333333%;
        max-width: 45.83333333333333%;
    }

    :where(.css-16qcf5g).ant-col-xl-push-11 {
        inset-inline-start: 45.83333333333333%;
    }

    :where(.css-16qcf5g).ant-col-xl-pull-11 {
        inset-inline-end: 45.83333333333333%;
    }

    :where(.css-16qcf5g).ant-col-xl-offset-11 {
        margin-inline-start: 45.83333333333333%;
    }

    :where(.css-16qcf5g).ant-col-xl-order-11 {
        order: 11;
    }

    :where(.css-16qcf5g).ant-col-xl-10 {
        display: block;
        flex: 0 0 41.66666666666667%;
        max-width: 41.66666666666667%;
    }

    :where(.css-16qcf5g).ant-col-xl-push-10 {
        inset-inline-start: 41.66666666666667%;
    }

    :where(.css-16qcf5g).ant-col-xl-pull-10 {
        inset-inline-end: 41.66666666666667%;
    }

    :where(.css-16qcf5g).ant-col-xl-offset-10 {
        margin-inline-start: 41.66666666666667%;
    }

    :where(.css-16qcf5g).ant-col-xl-order-10 {
        order: 10;
    }

    :where(.css-16qcf5g).ant-col-xl-9 {
        display: block;
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }

    :where(.css-16qcf5g).ant-col-xl-push-9 {
        inset-inline-start: 37.5%;
    }

    :where(.css-16qcf5g).ant-col-xl-pull-9 {
        inset-inline-end: 37.5%;
    }

    :where(.css-16qcf5g).ant-col-xl-offset-9 {
        margin-inline-start: 37.5%;
    }

    :where(.css-16qcf5g).ant-col-xl-order-9 {
        order: 9;
    }

    :where(.css-16qcf5g).ant-col-xl-8 {
        display: block;
        flex: 0 0 33.33333333333333%;
        max-width: 33.33333333333333%;
    }

    :where(.css-16qcf5g).ant-col-xl-push-8 {
        inset-inline-start: 33.33333333333333%;
    }

    :where(.css-16qcf5g).ant-col-xl-pull-8 {
        inset-inline-end: 33.33333333333333%;
    }

    :where(.css-16qcf5g).ant-col-xl-offset-8 {
        margin-inline-start: 33.33333333333333%;
    }

    :where(.css-16qcf5g).ant-col-xl-order-8 {
        order: 8;
    }

    :where(.css-16qcf5g).ant-col-xl-7 {
        display: block;
        flex: 0 0 29.166666666666668%;
        max-width: 29.166666666666668%;
    }

    :where(.css-16qcf5g).ant-col-xl-push-7 {
        inset-inline-start: 29.166666666666668%;
    }

    :where(.css-16qcf5g).ant-col-xl-pull-7 {
        inset-inline-end: 29.166666666666668%;
    }

    :where(.css-16qcf5g).ant-col-xl-offset-7 {
        margin-inline-start: 29.166666666666668%;
    }

    :where(.css-16qcf5g).ant-col-xl-order-7 {
        order: 7;
    }

    :where(.css-16qcf5g).ant-col-xl-6 {
        display: block;
        flex: 0 0 25%;
        max-width: 25%;
    }

    :where(.css-16qcf5g).ant-col-xl-push-6 {
        inset-inline-start: 25%;
    }

    :where(.css-16qcf5g).ant-col-xl-pull-6 {
        inset-inline-end: 25%;
    }

    :where(.css-16qcf5g).ant-col-xl-offset-6 {
        margin-inline-start: 25%;
    }

    :where(.css-16qcf5g).ant-col-xl-order-6 {
        order: 6;
    }

    :where(.css-16qcf5g).ant-col-xl-5 {
        display: block;
        flex: 0 0 20.833333333333336%;
        max-width: 20.833333333333336%;
    }

    :where(.css-16qcf5g).ant-col-xl-push-5 {
        inset-inline-start: 20.833333333333336%;
    }

    :where(.css-16qcf5g).ant-col-xl-pull-5 {
        inset-inline-end: 20.833333333333336%;
    }

    :where(.css-16qcf5g).ant-col-xl-offset-5 {
        margin-inline-start: 20.833333333333336%;
    }

    :where(.css-16qcf5g).ant-col-xl-order-5 {
        order: 5;
    }

    :where(.css-16qcf5g).ant-col-xl-4 {
        display: block;
        flex: 0 0 16.666666666666664%;
        max-width: 16.666666666666664%;
    }

    :where(.css-16qcf5g).ant-col-xl-push-4 {
        inset-inline-start: 16.666666666666664%;
    }

    :where(.css-16qcf5g).ant-col-xl-pull-4 {
        inset-inline-end: 16.666666666666664%;
    }

    :where(.css-16qcf5g).ant-col-xl-offset-4 {
        margin-inline-start: 16.666666666666664%;
    }

    :where(.css-16qcf5g).ant-col-xl-order-4 {
        order: 4;
    }

    :where(.css-16qcf5g).ant-col-xl-3 {
        display: block;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    :where(.css-16qcf5g).ant-col-xl-push-3 {
        inset-inline-start: 12.5%;
    }

    :where(.css-16qcf5g).ant-col-xl-pull-3 {
        inset-inline-end: 12.5%;
    }

    :where(.css-16qcf5g).ant-col-xl-offset-3 {
        margin-inline-start: 12.5%;
    }

    :where(.css-16qcf5g).ant-col-xl-order-3 {
        order: 3;
    }

    :where(.css-16qcf5g).ant-col-xl-2 {
        display: block;
        flex: 0 0 8.333333333333332%;
        max-width: 8.333333333333332%;
    }

    :where(.css-16qcf5g).ant-col-xl-push-2 {
        inset-inline-start: 8.333333333333332%;
    }

    :where(.css-16qcf5g).ant-col-xl-pull-2 {
        inset-inline-end: 8.333333333333332%;
    }

    :where(.css-16qcf5g).ant-col-xl-offset-2 {
        margin-inline-start: 8.333333333333332%;
    }

    :where(.css-16qcf5g).ant-col-xl-order-2 {
        order: 2;
    }

    :where(.css-16qcf5g).ant-col-xl-1 {
        display: block;
        flex: 0 0 4.166666666666666%;
        max-width: 4.166666666666666%;
    }

    :where(.css-16qcf5g).ant-col-xl-push-1 {
        inset-inline-start: 4.166666666666666%;
    }

    :where(.css-16qcf5g).ant-col-xl-pull-1 {
        inset-inline-end: 4.166666666666666%;
    }

    :where(.css-16qcf5g).ant-col-xl-offset-1 {
        margin-inline-start: 4.166666666666666%;
    }

    :where(.css-16qcf5g).ant-col-xl-order-1 {
        order: 1;
    }

    :where(.css-16qcf5g).ant-col-xl-0 {
        display: none;
    }

    :where(.css-16qcf5g).ant-col-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-16qcf5g).ant-col-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-16qcf5g).ant-col-xl-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-16qcf5g).ant-col-xl-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-16qcf5g).ant-col-xl-offset-0 {
        margin-inline-end: 0;
    }

    :where(.css-16qcf5g).ant-col-xl-order-0 {
        order: 0;
    }
}

@media (min-width: 1600px) {
    :where(.css-16qcf5g).ant-col-xxl-24 {
        display: block;
        flex: 0 0 100%;
        max-width: 100%;
    }

    :where(.css-16qcf5g).ant-col-xxl-push-24 {
        inset-inline-start: 100%;
    }

    :where(.css-16qcf5g).ant-col-xxl-pull-24 {
        inset-inline-end: 100%;
    }

    :where(.css-16qcf5g).ant-col-xxl-offset-24 {
        margin-inline-start: 100%;
    }

    :where(.css-16qcf5g).ant-col-xxl-order-24 {
        order: 24;
    }

    :where(.css-16qcf5g).ant-col-xxl-23 {
        display: block;
        flex: 0 0 95.83333333333334%;
        max-width: 95.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-xxl-push-23 {
        inset-inline-start: 95.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-xxl-pull-23 {
        inset-inline-end: 95.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-xxl-offset-23 {
        margin-inline-start: 95.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-xxl-order-23 {
        order: 23;
    }

    :where(.css-16qcf5g).ant-col-xxl-22 {
        display: block;
        flex: 0 0 91.66666666666666%;
        max-width: 91.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-xxl-push-22 {
        inset-inline-start: 91.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-xxl-pull-22 {
        inset-inline-end: 91.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-xxl-offset-22 {
        margin-inline-start: 91.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-xxl-order-22 {
        order: 22;
    }

    :where(.css-16qcf5g).ant-col-xxl-21 {
        display: block;
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }

    :where(.css-16qcf5g).ant-col-xxl-push-21 {
        inset-inline-start: 87.5%;
    }

    :where(.css-16qcf5g).ant-col-xxl-pull-21 {
        inset-inline-end: 87.5%;
    }

    :where(.css-16qcf5g).ant-col-xxl-offset-21 {
        margin-inline-start: 87.5%;
    }

    :where(.css-16qcf5g).ant-col-xxl-order-21 {
        order: 21;
    }

    :where(.css-16qcf5g).ant-col-xxl-20 {
        display: block;
        flex: 0 0 83.33333333333334%;
        max-width: 83.33333333333334%;
    }

    :where(.css-16qcf5g).ant-col-xxl-push-20 {
        inset-inline-start: 83.33333333333334%;
    }

    :where(.css-16qcf5g).ant-col-xxl-pull-20 {
        inset-inline-end: 83.33333333333334%;
    }

    :where(.css-16qcf5g).ant-col-xxl-offset-20 {
        margin-inline-start: 83.33333333333334%;
    }

    :where(.css-16qcf5g).ant-col-xxl-order-20 {
        order: 20;
    }

    :where(.css-16qcf5g).ant-col-xxl-19 {
        display: block;
        flex: 0 0 79.16666666666666%;
        max-width: 79.16666666666666%;
    }

    :where(.css-16qcf5g).ant-col-xxl-push-19 {
        inset-inline-start: 79.16666666666666%;
    }

    :where(.css-16qcf5g).ant-col-xxl-pull-19 {
        inset-inline-end: 79.16666666666666%;
    }

    :where(.css-16qcf5g).ant-col-xxl-offset-19 {
        margin-inline-start: 79.16666666666666%;
    }

    :where(.css-16qcf5g).ant-col-xxl-order-19 {
        order: 19;
    }

    :where(.css-16qcf5g).ant-col-xxl-18 {
        display: block;
        flex: 0 0 75%;
        max-width: 75%;
    }

    :where(.css-16qcf5g).ant-col-xxl-push-18 {
        inset-inline-start: 75%;
    }

    :where(.css-16qcf5g).ant-col-xxl-pull-18 {
        inset-inline-end: 75%;
    }

    :where(.css-16qcf5g).ant-col-xxl-offset-18 {
        margin-inline-start: 75%;
    }

    :where(.css-16qcf5g).ant-col-xxl-order-18 {
        order: 18;
    }

    :where(.css-16qcf5g).ant-col-xxl-17 {
        display: block;
        flex: 0 0 70.83333333333334%;
        max-width: 70.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-xxl-push-17 {
        inset-inline-start: 70.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-xxl-pull-17 {
        inset-inline-end: 70.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-xxl-offset-17 {
        margin-inline-start: 70.83333333333334%;
    }

    :where(.css-16qcf5g).ant-col-xxl-order-17 {
        order: 17;
    }

    :where(.css-16qcf5g).ant-col-xxl-16 {
        display: block;
        flex: 0 0 66.66666666666666%;
        max-width: 66.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-xxl-push-16 {
        inset-inline-start: 66.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-xxl-pull-16 {
        inset-inline-end: 66.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-xxl-offset-16 {
        margin-inline-start: 66.66666666666666%;
    }

    :where(.css-16qcf5g).ant-col-xxl-order-16 {
        order: 16;
    }

    :where(.css-16qcf5g).ant-col-xxl-15 {
        display: block;
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

    :where(.css-16qcf5g).ant-col-xxl-push-15 {
        inset-inline-start: 62.5%;
    }

    :where(.css-16qcf5g).ant-col-xxl-pull-15 {
        inset-inline-end: 62.5%;
    }

    :where(.css-16qcf5g).ant-col-xxl-offset-15 {
        margin-inline-start: 62.5%;
    }

    :where(.css-16qcf5g).ant-col-xxl-order-15 {
        order: 15;
    }

    :where(.css-16qcf5g).ant-col-xxl-14 {
        display: block;
        flex: 0 0 58.333333333333336%;
        max-width: 58.333333333333336%;
    }

    :where(.css-16qcf5g).ant-col-xxl-push-14 {
        inset-inline-start: 58.333333333333336%;
    }

    :where(.css-16qcf5g).ant-col-xxl-pull-14 {
        inset-inline-end: 58.333333333333336%;
    }

    :where(.css-16qcf5g).ant-col-xxl-offset-14 {
        margin-inline-start: 58.333333333333336%;
    }

    :where(.css-16qcf5g).ant-col-xxl-order-14 {
        order: 14;
    }

    :where(.css-16qcf5g).ant-col-xxl-13 {
        display: block;
        flex: 0 0 54.166666666666664%;
        max-width: 54.166666666666664%;
    }

    :where(.css-16qcf5g).ant-col-xxl-push-13 {
        inset-inline-start: 54.166666666666664%;
    }

    :where(.css-16qcf5g).ant-col-xxl-pull-13 {
        inset-inline-end: 54.166666666666664%;
    }

    :where(.css-16qcf5g).ant-col-xxl-offset-13 {
        margin-inline-start: 54.166666666666664%;
    }

    :where(.css-16qcf5g).ant-col-xxl-order-13 {
        order: 13;
    }

    :where(.css-16qcf5g).ant-col-xxl-12 {
        display: block;
        flex: 0 0 50%;
        max-width: 50%;
    }

    :where(.css-16qcf5g).ant-col-xxl-push-12 {
        inset-inline-start: 50%;
    }

    :where(.css-16qcf5g).ant-col-xxl-pull-12 {
        inset-inline-end: 50%;
    }

    :where(.css-16qcf5g).ant-col-xxl-offset-12 {
        margin-inline-start: 50%;
    }

    :where(.css-16qcf5g).ant-col-xxl-order-12 {
        order: 12;
    }

    :where(.css-16qcf5g).ant-col-xxl-11 {
        display: block;
        flex: 0 0 45.83333333333333%;
        max-width: 45.83333333333333%;
    }

    :where(.css-16qcf5g).ant-col-xxl-push-11 {
        inset-inline-start: 45.83333333333333%;
    }

    :where(.css-16qcf5g).ant-col-xxl-pull-11 {
        inset-inline-end: 45.83333333333333%;
    }

    :where(.css-16qcf5g).ant-col-xxl-offset-11 {
        margin-inline-start: 45.83333333333333%;
    }

    :where(.css-16qcf5g).ant-col-xxl-order-11 {
        order: 11;
    }

    :where(.css-16qcf5g).ant-col-xxl-10 {
        display: block;
        flex: 0 0 41.66666666666667%;
        max-width: 41.66666666666667%;
    }

    :where(.css-16qcf5g).ant-col-xxl-push-10 {
        inset-inline-start: 41.66666666666667%;
    }

    :where(.css-16qcf5g).ant-col-xxl-pull-10 {
        inset-inline-end: 41.66666666666667%;
    }

    :where(.css-16qcf5g).ant-col-xxl-offset-10 {
        margin-inline-start: 41.66666666666667%;
    }

    :where(.css-16qcf5g).ant-col-xxl-order-10 {
        order: 10;
    }

    :where(.css-16qcf5g).ant-col-xxl-9 {
        display: block;
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }

    :where(.css-16qcf5g).ant-col-xxl-push-9 {
        inset-inline-start: 37.5%;
    }

    :where(.css-16qcf5g).ant-col-xxl-pull-9 {
        inset-inline-end: 37.5%;
    }

    :where(.css-16qcf5g).ant-col-xxl-offset-9 {
        margin-inline-start: 37.5%;
    }

    :where(.css-16qcf5g).ant-col-xxl-order-9 {
        order: 9;
    }

    :where(.css-16qcf5g).ant-col-xxl-8 {
        display: block;
        flex: 0 0 33.33333333333333%;
        max-width: 33.33333333333333%;
    }

    :where(.css-16qcf5g).ant-col-xxl-push-8 {
        inset-inline-start: 33.33333333333333%;
    }

    :where(.css-16qcf5g).ant-col-xxl-pull-8 {
        inset-inline-end: 33.33333333333333%;
    }

    :where(.css-16qcf5g).ant-col-xxl-offset-8 {
        margin-inline-start: 33.33333333333333%;
    }

    :where(.css-16qcf5g).ant-col-xxl-order-8 {
        order: 8;
    }

    :where(.css-16qcf5g).ant-col-xxl-7 {
        display: block;
        flex: 0 0 29.166666666666668%;
        max-width: 29.166666666666668%;
    }

    :where(.css-16qcf5g).ant-col-xxl-push-7 {
        inset-inline-start: 29.166666666666668%;
    }

    :where(.css-16qcf5g).ant-col-xxl-pull-7 {
        inset-inline-end: 29.166666666666668%;
    }

    :where(.css-16qcf5g).ant-col-xxl-offset-7 {
        margin-inline-start: 29.166666666666668%;
    }

    :where(.css-16qcf5g).ant-col-xxl-order-7 {
        order: 7;
    }

    :where(.css-16qcf5g).ant-col-xxl-6 {
        display: block;
        flex: 0 0 25%;
        max-width: 25%;
    }

    :where(.css-16qcf5g).ant-col-xxl-push-6 {
        inset-inline-start: 25%;
    }

    :where(.css-16qcf5g).ant-col-xxl-pull-6 {
        inset-inline-end: 25%;
    }

    :where(.css-16qcf5g).ant-col-xxl-offset-6 {
        margin-inline-start: 25%;
    }

    :where(.css-16qcf5g).ant-col-xxl-order-6 {
        order: 6;
    }

    :where(.css-16qcf5g).ant-col-xxl-5 {
        display: block;
        flex: 0 0 20.833333333333336%;
        max-width: 20.833333333333336%;
    }

    :where(.css-16qcf5g).ant-col-xxl-push-5 {
        inset-inline-start: 20.833333333333336%;
    }

    :where(.css-16qcf5g).ant-col-xxl-pull-5 {
        inset-inline-end: 20.833333333333336%;
    }

    :where(.css-16qcf5g).ant-col-xxl-offset-5 {
        margin-inline-start: 20.833333333333336%;
    }

    :where(.css-16qcf5g).ant-col-xxl-order-5 {
        order: 5;
    }

    :where(.css-16qcf5g).ant-col-xxl-4 {
        display: block;
        flex: 0 0 16.666666666666664%;
        max-width: 16.666666666666664%;
    }

    :where(.css-16qcf5g).ant-col-xxl-push-4 {
        inset-inline-start: 16.666666666666664%;
    }

    :where(.css-16qcf5g).ant-col-xxl-pull-4 {
        inset-inline-end: 16.666666666666664%;
    }

    :where(.css-16qcf5g).ant-col-xxl-offset-4 {
        margin-inline-start: 16.666666666666664%;
    }

    :where(.css-16qcf5g).ant-col-xxl-order-4 {
        order: 4;
    }

    :where(.css-16qcf5g).ant-col-xxl-3 {
        display: block;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    :where(.css-16qcf5g).ant-col-xxl-push-3 {
        inset-inline-start: 12.5%;
    }

    :where(.css-16qcf5g).ant-col-xxl-pull-3 {
        inset-inline-end: 12.5%;
    }

    :where(.css-16qcf5g).ant-col-xxl-offset-3 {
        margin-inline-start: 12.5%;
    }

    :where(.css-16qcf5g).ant-col-xxl-order-3 {
        order: 3;
    }

    :where(.css-16qcf5g).ant-col-xxl-2 {
        display: block;
        flex: 0 0 8.333333333333332%;
        max-width: 8.333333333333332%;
    }

    :where(.css-16qcf5g).ant-col-xxl-push-2 {
        inset-inline-start: 8.333333333333332%;
    }

    :where(.css-16qcf5g).ant-col-xxl-pull-2 {
        inset-inline-end: 8.333333333333332%;
    }

    :where(.css-16qcf5g).ant-col-xxl-offset-2 {
        margin-inline-start: 8.333333333333332%;
    }

    :where(.css-16qcf5g).ant-col-xxl-order-2 {
        order: 2;
    }

    :where(.css-16qcf5g).ant-col-xxl-1 {
        display: block;
        flex: 0 0 4.166666666666666%;
        max-width: 4.166666666666666%;
    }

    :where(.css-16qcf5g).ant-col-xxl-push-1 {
        inset-inline-start: 4.166666666666666%;
    }

    :where(.css-16qcf5g).ant-col-xxl-pull-1 {
        inset-inline-end: 4.166666666666666%;
    }

    :where(.css-16qcf5g).ant-col-xxl-offset-1 {
        margin-inline-start: 4.166666666666666%;
    }

    :where(.css-16qcf5g).ant-col-xxl-order-1 {
        order: 1;
    }

    :where(.css-16qcf5g).ant-col-xxl-0 {
        display: none;
    }

    :where(.css-16qcf5g).ant-col-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-16qcf5g).ant-col-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-16qcf5g).ant-col-xxl-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-16qcf5g).ant-col-xxl-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-16qcf5g).ant-col-xxl-offset-0 {
        margin-inline-end: 0;
    }

    :where(.css-16qcf5g).ant-col-xxl-order-0 {
        order: 0;
    }
}

:where(.css-16qcf5g)[class^="ant-input"], :where(.css-16qcf5g)[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-16qcf5g)[class^="ant-input"]::before, :where(.css-16qcf5g)[class*=" ant-input"]::before, :where(.css-16qcf5g)[class^="ant-input"]::after, :where(.css-16qcf5g)[class*=" ant-input"]::after {
        box-sizing: border-box;
    }

    :where(.css-16qcf5g)[class^="ant-input"] [class^="ant-input"], :where(.css-16qcf5g)[class*=" ant-input"] [class^="ant-input"], :where(.css-16qcf5g)[class^="ant-input"] [class*=" ant-input"], :where(.css-16qcf5g)[class*=" ant-input"] [class*=" ant-input"] {
        box-sizing: border-box;
    }

        :where(.css-16qcf5g)[class^="ant-input"] [class^="ant-input"]::before, :where(.css-16qcf5g)[class*=" ant-input"] [class^="ant-input"]::before, :where(.css-16qcf5g)[class^="ant-input"] [class*=" ant-input"]::before, :where(.css-16qcf5g)[class*=" ant-input"] [class*=" ant-input"]::before, :where(.css-16qcf5g)[class^="ant-input"] [class^="ant-input"]::after, :where(.css-16qcf5g)[class*=" ant-input"] [class^="ant-input"]::after, :where(.css-16qcf5g)[class^="ant-input"] [class*=" ant-input"]::after, :where(.css-16qcf5g)[class*=" ant-input"] [class*=" ant-input"]::after {
            box-sizing: border-box;
        }

:where(.css-16qcf5g).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-16qcf5g).ant-input::-moz-placeholder {
        opacity: 1;
    }

    :where(.css-16qcf5g).ant-input::placeholder {
        color: rgba(0, 0, 0, 0.25);
        user-select: none;
    }

    :where(.css-16qcf5g).ant-input:placeholder-shown {
        text-overflow: ellipsis;
    }

    :where(.css-16qcf5g).ant-input:hover {
        border-color: #2a7dc9;
        border-inline-end-width: 1px;
    }

    :where(.css-16qcf5g).ant-input:focus, :where(.css-16qcf5g).ant-input-focused {
        border-color: #2a7dc9;
        box-shadow: 0 0 0 2px rgba(0, 155, 228, 0.11);
        border-inline-end-width: 1px;
        outline: 0;
    }

    :where(.css-16qcf5g).ant-input-disabled, :where(.css-16qcf5g).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-16qcf5g).ant-input-disabled:hover, :where(.css-16qcf5g).ant-input[disabled]:hover {
            border-color: #d9d9d9;
            border-inline-end-width: 1px;
        }

:where(.css-16qcf5g).ant-input-borderless, :where(.css-16qcf5g).ant-input-borderless:hover, :where(.css-16qcf5g).ant-input-borderless:focus, :where(.css-16qcf5g).ant-input-borderless-focused, :where(.css-16qcf5g).ant-input-borderless-disabled, :where(.css-16qcf5g).ant-input-borderless[disabled] {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

textarea:where(.css-16qcf5g).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-16qcf5g).ant-input-lg {
    padding: 7px 11px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 8px;
}

:where(.css-16qcf5g).ant-input-sm {
    padding: 0px 7px;
    border-radius: 4px;
}

:where(.css-16qcf5g).ant-input-rtl {
    direction: rtl;
}

:where(.css-16qcf5g).ant-input-textarea-rtl {
    direction: rtl;
}

:where(.css-16qcf5g).ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input {
    border-color: #ed6f6f;
}

    :where(.css-16qcf5g).ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
        border-color: #ffcdc9;
    }

    :where(.css-16qcf5g).ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus, :where(.css-16qcf5g).ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
        border-color: #ed6f6f;
        box-shadow: 0 0 0 2px rgba(255, 38, 5, 0.06);
        border-inline-end-width: 1px;
        outline: 0;
    }

    :where(.css-16qcf5g).ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input .ant-input-prefix {
        color: #ed6f6f;
    }

:where(.css-16qcf5g).ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input {
    border-color: #efbd47;
}

    :where(.css-16qcf5g).ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
        border-color: #ffe89e;
    }

    :where(.css-16qcf5g).ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus, :where(.css-16qcf5g).ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
        border-color: #efbd47;
        box-shadow: 0 0 0 2px rgba(255, 222, 5, 0.06);
        border-inline-end-width: 1px;
        outline: 0;
    }

    :where(.css-16qcf5g).ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input .ant-input-prefix {
        color: #efbd47;
    }

:where(.css-16qcf5g).ant-input[type="color"] {
    height: 32px;
}

    :where(.css-16qcf5g).ant-input[type="color"].ant-input-lg {
        height: 40px;
    }

    :where(.css-16qcf5g).ant-input[type="color"].ant-input-sm {
        height: 24px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

:where(.css-16qcf5g).ant-input-textarea {
    position: relative;
}

    :where(.css-16qcf5g).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-16qcf5g).ant-input-textarea-status-error.ant-input-textarea-has-feedback .ant-input, :where(.css-16qcf5g).ant-input-textarea-status-warning.ant-input-textarea-has-feedback .ant-input, :where(.css-16qcf5g).ant-input-textarea-status-success.ant-input-textarea-has-feedback .ant-input, :where(.css-16qcf5g).ant-input-textarea-status-validating.ant-input-textarea-has-feedback .ant-input {
    padding-inline-end: 24px;
}

:where(.css-16qcf5g).ant-input-textarea-show-count > .ant-input {
    height: 100%;
}

:where(.css-16qcf5g).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-16qcf5g).ant-input-textarea-rtl::after {
    float: left;
}

:where(.css-16qcf5g).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-16qcf5g).ant-input-affix-wrapper::-moz-placeholder {
        opacity: 1;
    }

    :where(.css-16qcf5g).ant-input-affix-wrapper::placeholder {
        color: rgba(0, 0, 0, 0.25);
        user-select: none;
    }

    :where(.css-16qcf5g).ant-input-affix-wrapper:placeholder-shown {
        text-overflow: ellipsis;
    }

    :where(.css-16qcf5g).ant-input-affix-wrapper:hover {
        border-color: #2a7dc9;
        border-inline-end-width: 1px;
    }

    :where(.css-16qcf5g).ant-input-affix-wrapper:focus, :where(.css-16qcf5g).ant-input-affix-wrapper-focused {
        border-color: #2a7dc9;
        box-shadow: 0 0 0 2px rgba(0, 155, 228, 0.11);
        border-inline-end-width: 1px;
        outline: 0;
    }

    :where(.css-16qcf5g).ant-input-affix-wrapper-disabled, :where(.css-16qcf5g).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-16qcf5g).ant-input-affix-wrapper-disabled:hover, :where(.css-16qcf5g).ant-input-affix-wrapper[disabled]:hover {
            border-color: #d9d9d9;
            border-inline-end-width: 1px;
        }

:where(.css-16qcf5g).ant-input-affix-wrapper-borderless, :where(.css-16qcf5g).ant-input-affix-wrapper-borderless:hover, :where(.css-16qcf5g).ant-input-affix-wrapper-borderless:focus, :where(.css-16qcf5g).ant-input-affix-wrapper-borderless-focused, :where(.css-16qcf5g).ant-input-affix-wrapper-borderless-disabled, :where(.css-16qcf5g).ant-input-affix-wrapper-borderless[disabled] {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

textarea:where(.css-16qcf5g).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-16qcf5g).ant-input-affix-wrapper-lg {
    padding: 7px 11px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 8px;
}

:where(.css-16qcf5g).ant-input-affix-wrapper-sm {
    padding: 0px 7px;
    border-radius: 4px;
}

:where(.css-16qcf5g).ant-input-affix-wrapper-rtl {
    direction: rtl;
}

:where(.css-16qcf5g).ant-input-affix-wrapper-textarea-rtl {
    direction: rtl;
}

:where(.css-16qcf5g).ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
    border-color: #2a7dc9;
    border-inline-end-width: 1px;
    z-index: 1;
}

.ant-input-search-with-button :where(.css-16qcf5g).ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
    z-index: 0;
}

:where(.css-16qcf5g).ant-input-affix-wrapper-focused, :where(.css-16qcf5g).ant-input-affix-wrapper:focus {
    z-index: 1;
}

:where(.css-16qcf5g).ant-input-affix-wrapper-disabled .ant-input[disabled] {
    background: transparent;
}

:where(.css-16qcf5g).ant-input-affix-wrapper > input.ant-input {
    padding: 0;
    font-size: inherit;
    border: none;
    border-radius: 0;
    outline: none;
}

    :where(.css-16qcf5g).ant-input-affix-wrapper > input.ant-input:focus {
        box-shadow: none !important;
    }

:where(.css-16qcf5g).ant-input-affix-wrapper::before {
    width: 0;
    visibility: hidden;
    content: "\a0";
}

:where(.css-16qcf5g).ant-input-affix-wrapper .ant-input-prefix, :where(.css-16qcf5g).ant-input-affix-wrapper .ant-input-suffix {
    display: flex;
    flex: none;
    align-items: center;
}

    :where(.css-16qcf5g).ant-input-affix-wrapper .ant-input-prefix > *:not(:last-child), :where(.css-16qcf5g).ant-input-affix-wrapper .ant-input-suffix > *:not(:last-child) {
        margin-inline-end: 8px;
    }

:where(.css-16qcf5g).ant-input-affix-wrapper .ant-input-show-count-suffix {
    color: rgba(0, 0, 0, 0.45);
}

:where(.css-16qcf5g).ant-input-affix-wrapper .ant-input-show-count-has-suffix {
    margin-inline-end: 4px;
}

:where(.css-16qcf5g).ant-input-affix-wrapper .ant-input-prefix {
    margin-inline-end: 4px;
}

:where(.css-16qcf5g).ant-input-affix-wrapper .ant-input-suffix {
    margin-inline-start: 4px;
}

:where(.css-16qcf5g).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-16qcf5g).ant-input-affix-wrapper .ant-input-clear-icon:hover {
        color: rgba(0, 0, 0, 0.45);
    }

    :where(.css-16qcf5g).ant-input-affix-wrapper .ant-input-clear-icon:active {
        color: rgba(0, 0, 0, 0.88);
    }

:where(.css-16qcf5g).ant-input-affix-wrapper .ant-input-clear-icon-hidden {
    visibility: hidden;
}

:where(.css-16qcf5g).ant-input-affix-wrapper .ant-input-clear-icon-has-suffix {
    margin: 0 4px;
}

:where(.css-16qcf5g).ant-input-affix-wrapper-textarea-with-clear-btn {
    padding: 0 !important;
    border: 0 !important;
}

    :where(.css-16qcf5g).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-16qcf5g).ant-input-affix-wrapper .anticon.ant-input-password-icon {
    color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
    transition: all 0.3s;
}

    :where(.css-16qcf5g).ant-input-affix-wrapper .anticon.ant-input-password-icon:hover {
        color: rgba(0, 0, 0, 0.88);
    }

:where(.css-16qcf5g).ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper {
    border-color: #ed6f6f;
}

    :where(.css-16qcf5g).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: #ffcdc9;
    }

    :where(.css-16qcf5g).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-16qcf5g).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: #ed6f6f;
        box-shadow: 0 0 0 2px rgba(255, 38, 5, 0.06);
        border-inline-end-width: 1px;
        outline: 0;
    }

    :where(.css-16qcf5g).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: #ed6f6f;
    }

:where(.css-16qcf5g).ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper {
    border-color: #efbd47;
}

    :where(.css-16qcf5g).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: #ffe89e;
    }

    :where(.css-16qcf5g).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-16qcf5g).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: #efbd47;
        box-shadow: 0 0 0 2px rgba(255, 222, 5, 0.06);
        border-inline-end-width: 1px;
        outline: 0;
    }

    :where(.css-16qcf5g).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: #efbd47;
    }

:where(.css-16qcf5g).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-16qcf5g).ant-input-group[class*='col-'] {
        padding-inline-end: 8px;
    }

        :where(.css-16qcf5g).ant-input-group[class*='col-']:last-child {
            padding-inline-end: 0;
        }

:where(.css-16qcf5g).ant-input-group-lg .ant-input, :where(.css-16qcf5g).ant-input-group-lg > .ant-input-group-addon {
    padding: 7px 11px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 8px;
}

:where(.css-16qcf5g).ant-input-group-sm .ant-input, :where(.css-16qcf5g).ant-input-group-sm > .ant-input-group-addon {
    padding: 0px 7px;
    border-radius: 4px;
}

:where(.css-16qcf5g).ant-input-group > .ant-input {
    display: table-cell;
}

    :where(.css-16qcf5g).ant-input-group > .ant-input:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

:where(.css-16qcf5g).ant-input-group .ant-input-group-addon, :where(.css-16qcf5g).ant-input-group .ant-input-group-wrap {
    display: table-cell;
    width: 1px;
    white-space: nowrap;
    vertical-align: middle;
}

    :where(.css-16qcf5g).ant-input-group .ant-input-group-addon:not(:first-child):not(:last-child), :where(.css-16qcf5g).ant-input-group .ant-input-group-wrap:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    :where(.css-16qcf5g).ant-input-group .ant-input-group-wrap > * {
        display: block !important;
    }

:where(.css-16qcf5g).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-16qcf5g).ant-input-group .ant-input-group-addon .ant-select {
        margin: -5px -11px;
    }

        :where(.css-16qcf5g).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-16qcf5g).ant-input-group .ant-input-group-addon .ant-select-open .ant-select-selector, :where(.css-16qcf5g).ant-input-group .ant-input-group-addon .ant-select-focused .ant-select-selector {
        color: #0960bd;
    }

    :where(.css-16qcf5g).ant-input-group .ant-input-group-addon .ant-cascader-picker {
        margin: -9px -11px;
        background-color: transparent;
    }

        :where(.css-16qcf5g).ant-input-group .ant-input-group-addon .ant-cascader-picker .ant-cascader-input {
            text-align: start;
            border: 0;
            box-shadow: none;
        }

    :where(.css-16qcf5g).ant-input-group .ant-input-group-addon:first-child {
        border-inline-end: 0;
    }

    :where(.css-16qcf5g).ant-input-group .ant-input-group-addon:last-child {
        border-inline-start: 0;
    }

:where(.css-16qcf5g).ant-input-group .ant-input {
    float: inline-start;
    width: 100%;
    margin-bottom: 0;
    text-align: inherit;
}

    :where(.css-16qcf5g).ant-input-group .ant-input:focus {
        z-index: 1;
        border-inline-end-width: 1px;
    }

    :where(.css-16qcf5g).ant-input-group .ant-input:hover {
        z-index: 1;
        border-inline-end-width: 1px;
    }

.ant-input-search-with-button :where(.css-16qcf5g).ant-input-group .ant-input:hover {
    z-index: 0;
}

:where(.css-16qcf5g).ant-input-group > .ant-input:first-child, :where(.css-16qcf5g).ant-input-group .ant-input-group-addon:first-child {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

    :where(.css-16qcf5g).ant-input-group > .ant-input:first-child .ant-select .ant-select-selector, :where(.css-16qcf5g).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-16qcf5g).ant-input-group > .ant-input-affix-wrapper:not(:first-child) .ant-input {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-16qcf5g).ant-input-group > .ant-input-affix-wrapper:not(:last-child) .ant-input {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-16qcf5g).ant-input-group > .ant-input:last-child, :where(.css-16qcf5g).ant-input-group .ant-input-group-addon:last-child {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

    :where(.css-16qcf5g).ant-input-group > .ant-input:last-child .ant-select .ant-select-selector, :where(.css-16qcf5g).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-16qcf5g).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-16qcf5g).ant-input-group .ant-input-affix-wrapper:not(:last-child) {
    border-start-start-radius: 6px;
    border-end-start-radius: 6px;
}

:where(.css-16qcf5g).ant-input-group .ant-input-affix-wrapper:not(:first-child), .ant-input-search :where(.css-16qcf5g).ant-input-group .ant-input-affix-wrapper:not(:first-child) {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-16qcf5g).ant-input-group.ant-input-group-compact {
    display: block;
}

    :where(.css-16qcf5g).ant-input-group.ant-input-group-compact::before {
        display: table;
        content: "";
    }

    :where(.css-16qcf5g).ant-input-group.ant-input-group-compact::after {
        display: table;
        clear: both;
        content: "";
    }

    :where(.css-16qcf5g).ant-input-group.ant-input-group-compact .ant-input-group-addon:not(:first-child):not(:last-child), :where(.css-16qcf5g).ant-input-group.ant-input-group-compact .ant-input-group-wrap:not(:first-child):not(:last-child), :where(.css-16qcf5g).ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child) {
        border-inline-end-width: 1px;
    }

        :where(.css-16qcf5g).ant-input-group.ant-input-group-compact .ant-input-group-addon:not(:first-child):not(:last-child):hover, :where(.css-16qcf5g).ant-input-group.ant-input-group-compact .ant-input-group-wrap:not(:first-child):not(:last-child):hover, :where(.css-16qcf5g).ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):hover {
            z-index: 1;
        }

        :where(.css-16qcf5g).ant-input-group.ant-input-group-compact .ant-input-group-addon:not(:first-child):not(:last-child):focus, :where(.css-16qcf5g).ant-input-group.ant-input-group-compact .ant-input-group-wrap:not(:first-child):not(:last-child):focus, :where(.css-16qcf5g).ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):focus {
            z-index: 1;
        }

    :where(.css-16qcf5g).ant-input-group.ant-input-group-compact > * {
        display: inline-block;
        float: none;
        vertical-align: top;
        border-radius: 0;
    }

    :where(.css-16qcf5g).ant-input-group.ant-input-group-compact > .ant-input-affix-wrapper {
        display: inline-flex;
    }

    :where(.css-16qcf5g).ant-input-group.ant-input-group-compact > .ant-picker-range {
        display: inline-flex;
    }

    :where(.css-16qcf5g).ant-input-group.ant-input-group-compact > *:not(:last-child) {
        margin-inline-end: -1px;
        border-inline-end-width: 1px;
    }

    :where(.css-16qcf5g).ant-input-group.ant-input-group-compact .ant-input {
        float: none;
    }

    :where(.css-16qcf5g).ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector, :where(.css-16qcf5g).ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input, :where(.css-16qcf5g).ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input, :where(.css-16qcf5g).ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input {
        border-inline-end-width: 1px;
        border-radius: 0;
    }

        :where(.css-16qcf5g).ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector:hover, :where(.css-16qcf5g).ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:hover, :where(.css-16qcf5g).ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:hover, :where(.css-16qcf5g).ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:hover {
            z-index: 1;
        }

        :where(.css-16qcf5g).ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector:focus, :where(.css-16qcf5g).ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:focus, :where(.css-16qcf5g).ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:focus, :where(.css-16qcf5g).ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:focus {
            z-index: 1;
        }

    :where(.css-16qcf5g).ant-input-group.ant-input-group-compact > .ant-select-focused {
        z-index: 1;
    }

    :where(.css-16qcf5g).ant-input-group.ant-input-group-compact > .ant-select > .ant-select-arrow {
        z-index: 1;
    }

    :where(.css-16qcf5g).ant-input-group.ant-input-group-compact > *:first-child, :where(.css-16qcf5g).ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, :where(.css-16qcf5g).ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, :where(.css-16qcf5g).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-16qcf5g).ant-input-group.ant-input-group-compact > *:last-child, :where(.css-16qcf5g).ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, :where(.css-16qcf5g).ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, :where(.css-16qcf5g).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-16qcf5g).ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input {
        vertical-align: top;
    }

    :where(.css-16qcf5g).ant-input-group.ant-input-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper {
        margin-inline-start: -1px;
    }

        :where(.css-16qcf5g).ant-input-group.ant-input-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper .ant-input-affix-wrapper {
            border-radius: 0;
        }

    :where(.css-16qcf5g).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-16qcf5g).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-16qcf5g).ant-input-group:where(.css-16qcf5g).ant-input-group-sm .ant-btn {
    font-size: 12px;
    height: 24px;
    line-height: normal;
}

:where(.css-16qcf5g).ant-input-group:where(.css-16qcf5g).ant-input-group-lg .ant-btn {
    font-size: 16px;
    height: 40px;
    line-height: normal;
}

:where(.css-16qcf5g).ant-input-group:where(.css-16qcf5g).ant-input-group-lg .ant-select-single .ant-select-selector {
    height: 40px;
}

    :where(.css-16qcf5g).ant-input-group:where(.css-16qcf5g).ant-input-group-lg .ant-select-single .ant-select-selector .ant-select-selection-item, :where(.css-16qcf5g).ant-input-group:where(.css-16qcf5g).ant-input-group-lg .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
        line-height: 38px;
    }

    :where(.css-16qcf5g).ant-input-group:where(.css-16qcf5g).ant-input-group-lg .ant-select-single .ant-select-selector .ant-select-selection-search-input {
        height: 40px;
    }

:where(.css-16qcf5g).ant-input-group:where(.css-16qcf5g).ant-input-group-sm .ant-select-single .ant-select-selector {
    height: 24px;
}

    :where(.css-16qcf5g).ant-input-group:where(.css-16qcf5g).ant-input-group-sm .ant-select-single .ant-select-selector .ant-select-selection-item, :where(.css-16qcf5g).ant-input-group:where(.css-16qcf5g).ant-input-group-sm .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
        line-height: 22px;
    }

    :where(.css-16qcf5g).ant-input-group:where(.css-16qcf5g).ant-input-group-sm .ant-select-single .ant-select-selector .ant-select-selection-search-input {
        height: 24px;
    }

:where(.css-16qcf5g).ant-input-group-rtl {
    direction: rtl;
}

:where(.css-16qcf5g).ant-input-group-wrapper {
    display: inline-block;
    width: 100%;
    text-align: start;
    vertical-align: top;
}

:where(.css-16qcf5g).ant-input-group-wrapper-rtl {
    direction: rtl;
}

:where(.css-16qcf5g).ant-input-group-wrapper-lg .ant-input-group-addon {
    border-radius: 8px;
}

:where(.css-16qcf5g).ant-input-group-wrapper-sm .ant-input-group-addon {
    border-radius: 4px;
}

:where(.css-16qcf5g).ant-input-group-wrapper-status-error .ant-input-group-addon {
    color: #ed6f6f;
    border-color: #ed6f6f;
}

:where(.css-16qcf5g).ant-input-group-wrapper-status-warning .ant-input-group-addon:last-child {
    color: #55d187;
    border-color: #55d187;
}

:where(.css-16qcf5g).ant-input-search .ant-input:hover, :where(.css-16qcf5g).ant-input-search .ant-input:focus {
    border-color: #2a7dc9;
}

    :where(.css-16qcf5g).ant-input-search .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary), :where(.css-16qcf5g).ant-input-search .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
        border-inline-start-color: #2a7dc9;
    }

:where(.css-16qcf5g).ant-input-search .ant-input-affix-wrapper {
    border-radius: 0;
}

:where(.css-16qcf5g).ant-input-search .ant-input-lg {
    line-height: 1.4998;
}

:where(.css-16qcf5g).ant-input-search > .ant-input-group > .ant-input-group-addon:last-child {
    inset-inline-start: -1px;
    padding: 0;
    border: 0;
}

    :where(.css-16qcf5g).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-16qcf5g).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-16qcf5g).ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary):hover {
                color: #2a7dc9;
            }

            :where(.css-16qcf5g).ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary):active {
                color: #004496;
            }

            :where(.css-16qcf5g).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-16qcf5g).ant-input-search .ant-input-search-button {
    height: 32px;
}

    :where(.css-16qcf5g).ant-input-search .ant-input-search-button:hover, :where(.css-16qcf5g).ant-input-search .ant-input-search-button:focus {
        z-index: 1;
    }

:where(.css-16qcf5g).ant-input-search-large .ant-input-search-button {
    height: 40px;
}

:where(.css-16qcf5g).ant-input-search-small .ant-input-search-button {
    height: 24px;
}

:where(.css-16qcf5g).ant-input-search-rtl {
    direction: rtl;
}

:where(.css-16qcf5g).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-16qcf5g).ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input, :where(.css-16qcf5g).ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input-affix-wrapper {
    border-radius: 0;
}

:where(.css-16qcf5g).ant-input-search.ant-input-compact-item > .ant-input-group-addon .ant-input-search-button:hover, :where(.css-16qcf5g).ant-input-search.ant-input-compact-item > .ant-input:hover, :where(.css-16qcf5g).ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:hover, :where(.css-16qcf5g).ant-input-search.ant-input-compact-item > .ant-input-group-addon .ant-input-search-button:focus, :where(.css-16qcf5g).ant-input-search.ant-input-compact-item > .ant-input:focus, :where(.css-16qcf5g).ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:focus, :where(.css-16qcf5g).ant-input-search.ant-input-compact-item > .ant-input-group-addon .ant-input-search-button:active, :where(.css-16qcf5g).ant-input-search.ant-input-compact-item > .ant-input:active, :where(.css-16qcf5g).ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:active {
    z-index: 2;
}

:where(.css-16qcf5g).ant-input-search.ant-input-compact-item > .ant-input-affix-wrapper-focused {
    z-index: 2;
}

:where(.css-16qcf5g).ant-input-compact-item:not(.ant-input-compact-last-item) {
    margin-inline-end: -1px;
}

:where(.css-16qcf5g).ant-input-compact-item:hover, :where(.css-16qcf5g).ant-input-compact-item:focus, :where(.css-16qcf5g).ant-input-compact-item:active {
    z-index: 2;
}

:where(.css-16qcf5g).ant-input-compact-item[disabled] {
    z-index: 0;
}

:where(.css-16qcf5g).ant-input-compact-item:not(.ant-input-compact-first-item):not(.ant-input-compact-last-item) {
    border-radius: 0;
}

:where(.css-16qcf5g).ant-input-compact-item:not(.ant-input-compact-last-item).ant-input-compact-first-item, :where(.css-16qcf5g).ant-input-compact-item:not(.ant-input-compact-last-item).ant-input-compact-first-item.ant-input-sm, :where(.css-16qcf5g).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-16qcf5g).ant-input-compact-item:not(.ant-input-compact-first-item).ant-input-compact-last-item, :where(.css-16qcf5g).ant-input-compact-item:not(.ant-input-compact-first-item).ant-input-compact-last-item.ant-input-sm, :where(.css-16qcf5g).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-16qcf5g)[class^="ant-checkbox"], :where(.css-16qcf5g)[class*=" ant-checkbox"] {
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
    font-size: 14px;
    box-sizing: border-box;
}

    :where(.css-16qcf5g)[class^="ant-checkbox"]::before, :where(.css-16qcf5g)[class*=" ant-checkbox"]::before, :where(.css-16qcf5g)[class^="ant-checkbox"]::after, :where(.css-16qcf5g)[class*=" ant-checkbox"]::after {
        box-sizing: border-box;
    }

    :where(.css-16qcf5g)[class^="ant-checkbox"] [class^="ant-checkbox"], :where(.css-16qcf5g)[class*=" ant-checkbox"] [class^="ant-checkbox"], :where(.css-16qcf5g)[class^="ant-checkbox"] [class*=" ant-checkbox"], :where(.css-16qcf5g)[class*=" ant-checkbox"] [class*=" ant-checkbox"] {
        box-sizing: border-box;
    }

        :where(.css-16qcf5g)[class^="ant-checkbox"] [class^="ant-checkbox"]::before, :where(.css-16qcf5g)[class*=" ant-checkbox"] [class^="ant-checkbox"]::before, :where(.css-16qcf5g)[class^="ant-checkbox"] [class*=" ant-checkbox"]::before, :where(.css-16qcf5g)[class*=" ant-checkbox"] [class*=" ant-checkbox"]::before, :where(.css-16qcf5g)[class^="ant-checkbox"] [class^="ant-checkbox"]::after, :where(.css-16qcf5g)[class*=" ant-checkbox"] [class^="ant-checkbox"]::after, :where(.css-16qcf5g)[class^="ant-checkbox"] [class*=" ant-checkbox"]::after, :where(.css-16qcf5g)[class*=" ant-checkbox"] [class*=" ant-checkbox"]::after {
            box-sizing: border-box;
        }

:where(.css-16qcf5g).ant-checkbox-group {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
    display: inline-flex;
    flex-wrap: wrap;
    column-gap: 8px;
}

    :where(.css-16qcf5g).ant-checkbox-group > .ant-row {
        flex: 1;
    }

:where(.css-16qcf5g).ant-checkbox-wrapper {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
    display: inline-flex;
    align-items: baseline;
    cursor: pointer;
}

    :where(.css-16qcf5g).ant-checkbox-wrapper:after {
        display: inline-block;
        width: 0;
        overflow: hidden;
        content: '\a0';
    }

    :where(.css-16qcf5g).ant-checkbox-wrapper + .ant-checkbox-wrapper {
        margin-inline-start: 0;
    }

    :where(.css-16qcf5g).ant-checkbox-wrapper.ant-checkbox-wrapper-in-form-item input[type="checkbox"] {
        width: 14px;
        height: 14px;
    }

:where(.css-16qcf5g).ant-checkbox {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1;
    list-style: none;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    align-self: center;
}

    :where(.css-16qcf5g).ant-checkbox .ant-checkbox-input {
        position: absolute;
        inset: 0;
        z-index: 1;
        cursor: pointer;
        opacity: 0;
        margin: 0;
    }

        :where(.css-16qcf5g).ant-checkbox .ant-checkbox-input:focus-visible + .ant-checkbox-inner {
            outline: 2px solid #78b7e3;
            outline-offset: 1px;
            transition: outline-offset 0s,outline 0s;
        }

    :where(.css-16qcf5g).ant-checkbox .ant-checkbox-inner {
        box-sizing: border-box;
        position: relative;
        top: 0;
        inset-inline-start: 0;
        display: block;
        width: 16px;
        height: 16px;
        direction: ltr;
        background-color: #ffffff;
        border: 1px solid #d9d9d9;
        border-radius: 4px;
        border-collapse: separate;
        transition: all 0.3s;
    }

        :where(.css-16qcf5g).ant-checkbox .ant-checkbox-inner:after {
            box-sizing: border-box;
            position: absolute;
            top: 50%;
            inset-inline-start: 21.5%;
            display: table;
            width: 5.7142857142857135px;
            height: 9.142857142857142px;
            border: 2px solid #fff;
            border-top: 0;
            border-inline-start: 0;
            transform: rotate(45deg) scale(0) translate(-50%,-50%);
            opacity: 0;
            content: "";
            transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
        }

    :where(.css-16qcf5g).ant-checkbox + span {
        padding-inline-start: 8px;
        padding-inline-end: 8px;
    }

:where(.css-16qcf5g).ant-checkbox-indeterminate .ant-checkbox-inner:after {
    top: 50%;
    inset-inline-start: 50%;
    width: 8px;
    height: 8px;
    background-color: #0960bd;
    border: 0;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    content: "";
}

:where(.css-16qcf5g).ant-checkbox-wrapper:hover .ant-checkbox:after {
    visibility: visible;
}

:where(.css-16qcf5g).ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox-inner, :where(.css-16qcf5g).ant-checkbox:not(.ant-checkbox-disabled):hover .ant-checkbox-inner {
    border-color: #0960bd;
}

:where(.css-16qcf5g).ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner {
    background-color: #2a7dc9;
    border-color: transparent;
}

:where(.css-16qcf5g).ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox-checked:not(.ant-checkbox-disabled):after {
    border-color: #2a7dc9;
}

:where(.css-16qcf5g).ant-checkbox-checked .ant-checkbox-inner {
    background-color: #0960bd;
    border-color: #0960bd;
}

    :where(.css-16qcf5g).ant-checkbox-checked .ant-checkbox-inner:after {
        opacity: 1;
        transform: rotate(45deg) scale(1) translate(-50%,-50%);
        transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
    }

:where(.css-16qcf5g).ant-checkbox-checked:after {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    visibility: hidden;
    border: 2px solid #0960bd;
    animation-name: css-16qcf5g-antCheckboxEffect;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: backwards;
    content: "";
    transition: all 0.3s;
}

:where(.css-16qcf5g).ant-checkbox-wrapper-checked:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox-inner, :where(.css-16qcf5g).ant-checkbox-checked:not(.ant-checkbox-disabled):hover .ant-checkbox-inner {
    background-color: #2a7dc9;
    border-color: transparent;
}

:where(.css-16qcf5g).ant-checkbox-wrapper-checked:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox:after, :where(.css-16qcf5g).ant-checkbox-checked:not(.ant-checkbox-disabled):hover .ant-checkbox:after {
    border-color: #2a7dc9;
}

:where(.css-16qcf5g).ant-checkbox-wrapper-disabled {
    cursor: not-allowed;
}

:where(.css-16qcf5g).ant-checkbox-disabled, :where(.css-16qcf5g).ant-checkbox-disabled .ant-checkbox-input {
    cursor: not-allowed;
    pointer-events: none;
}

    :where(.css-16qcf5g).ant-checkbox-disabled .ant-checkbox-inner {
        background: rgba(0, 0, 0, 0.04);
        border-color: #d9d9d9;
    }

        :where(.css-16qcf5g).ant-checkbox-disabled .ant-checkbox-inner:after {
            border-color: rgba(0, 0, 0, 0.25);
        }

    :where(.css-16qcf5g).ant-checkbox-disabled:after {
        display: none;
    }

    :where(.css-16qcf5g).ant-checkbox-disabled + span {
        color: rgba(0, 0, 0, 0.25);
    }

    :where(.css-16qcf5g).ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner::after {
        background: rgba(0, 0, 0, 0.25);
    }

@keyframes css-16qcf5g-antCheckboxEffect {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

:where(.css-16qcf5g)[class^="ant-btn"], :where(.css-16qcf5g)[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-16qcf5g)[class^="ant-btn"]::before, :where(.css-16qcf5g)[class*=" ant-btn"]::before, :where(.css-16qcf5g)[class^="ant-btn"]::after, :where(.css-16qcf5g)[class*=" ant-btn"]::after {
        box-sizing: border-box;
    }

    :where(.css-16qcf5g)[class^="ant-btn"] [class^="ant-btn"], :where(.css-16qcf5g)[class*=" ant-btn"] [class^="ant-btn"], :where(.css-16qcf5g)[class^="ant-btn"] [class*=" ant-btn"], :where(.css-16qcf5g)[class*=" ant-btn"] [class*=" ant-btn"] {
        box-sizing: border-box;
    }

        :where(.css-16qcf5g)[class^="ant-btn"] [class^="ant-btn"]::before, :where(.css-16qcf5g)[class*=" ant-btn"] [class^="ant-btn"]::before, :where(.css-16qcf5g)[class^="ant-btn"] [class*=" ant-btn"]::before, :where(.css-16qcf5g)[class*=" ant-btn"] [class*=" ant-btn"]::before, :where(.css-16qcf5g)[class^="ant-btn"] [class^="ant-btn"]::after, :where(.css-16qcf5g)[class*=" ant-btn"] [class^="ant-btn"]::after, :where(.css-16qcf5g)[class^="ant-btn"] [class*=" ant-btn"]::after, :where(.css-16qcf5g)[class*=" ant-btn"] [class*=" ant-btn"]::after {
            box-sizing: border-box;
        }

:where(.css-16qcf5g).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-16qcf5g).ant-btn > span {
        display: inline-block;
    }

        :where(.css-16qcf5g).ant-btn > .anticon + span, :where(.css-16qcf5g).ant-btn > span + .anticon {
            margin-inline-start: 8px;
        }

    :where(.css-16qcf5g).ant-btn > a {
        color: currentColor;
    }

    :where(.css-16qcf5g).ant-btn:not(:disabled):focus-visible {
        outline: 2px solid #78b7e3;
        outline-offset: 1px;
        transition: outline-offset 0s,outline 0s;
    }

:where(.css-16qcf5g).ant-btn-icon-only.ant-btn-compact-item {
    flex: none;
}

:where(.css-16qcf5g).ant-btn-compact-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-item.ant-btn-primary:not([disabled]) {
    position: relative;
}

    :where(.css-16qcf5g).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: #2a7dc9;
        content: "";
    }

:where(.css-16qcf5g).ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]) {
    position: relative;
}

    :where(.css-16qcf5g).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: #2a7dc9;
        content: "";
    }

:where(.css-16qcf5g).ant-btn.ant-btn-sm {
    font-size: 14px;
    height: 24px;
    padding: 0px 7px;
    border-radius: 4px;
}

    :where(.css-16qcf5g).ant-btn.ant-btn-sm.ant-btn-icon-only {
        width: 24px;
        padding-inline-start: 0;
        padding-inline-end: 0;
    }

        :where(.css-16qcf5g).ant-btn.ant-btn-sm.ant-btn-icon-only.ant-btn-round {
            width: auto;
        }

        :where(.css-16qcf5g).ant-btn.ant-btn-sm.ant-btn-icon-only > span {
            transform: scale(1.143);
        }

    :where(.css-16qcf5g).ant-btn.ant-btn-sm.ant-btn-loading {
        opacity: 0.65;
        cursor: default;
    }

    :where(.css-16qcf5g).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-16qcf5g).ant-btn.ant-btn-sm:not(.ant-btn-icon-only) .ant-btn-loading-icon > .anticon {
        margin-inline-end: 8px;
    }

:where(.css-16qcf5g).ant-btn.ant-btn-circle.ant-btn-sm {
    min-width: 24px;
    padding-inline-start: 0;
    padding-inline-end: 0;
    border-radius: 50%;
}

:where(.css-16qcf5g).ant-btn.ant-btn-round.ant-btn-sm {
    border-radius: 24px;
    padding-inline-start: 12px;
    padding-inline-end: 12px;
}

:where(.css-16qcf5g).ant-btn {
    font-size: 14px;
    height: 32px;
    padding: 4px 15px;
    border-radius: 6px;
}

    :where(.css-16qcf5g).ant-btn.ant-btn-icon-only {
        width: 32px;
        padding-inline-start: 0;
        padding-inline-end: 0;
    }

        :where(.css-16qcf5g).ant-btn.ant-btn-icon-only.ant-btn-round {
            width: auto;
        }

        :where(.css-16qcf5g).ant-btn.ant-btn-icon-only > span {
            transform: scale(1.143);
        }

    :where(.css-16qcf5g).ant-btn.ant-btn-loading {
        opacity: 0.65;
        cursor: default;
    }

    :where(.css-16qcf5g).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-16qcf5g).ant-btn:not(.ant-btn-icon-only) .ant-btn-loading-icon > .anticon {
        margin-inline-end: 8px;
    }

    :where(.css-16qcf5g).ant-btn.ant-btn-circle {
        min-width: 32px;
        padding-inline-start: 0;
        padding-inline-end: 0;
        border-radius: 50%;
    }

    :where(.css-16qcf5g).ant-btn.ant-btn-round {
        border-radius: 32px;
        padding-inline-start: 16px;
        padding-inline-end: 16px;
    }

    :where(.css-16qcf5g).ant-btn.ant-btn-lg {
        font-size: 16px;
        height: 40px;
        padding: 6.428571428571429px 15px;
        border-radius: 8px;
    }

        :where(.css-16qcf5g).ant-btn.ant-btn-lg.ant-btn-icon-only {
            width: 40px;
            padding-inline-start: 0;
            padding-inline-end: 0;
        }

            :where(.css-16qcf5g).ant-btn.ant-btn-lg.ant-btn-icon-only.ant-btn-round {
                width: auto;
            }

            :where(.css-16qcf5g).ant-btn.ant-btn-lg.ant-btn-icon-only > span {
                transform: scale(1.143);
            }

        :where(.css-16qcf5g).ant-btn.ant-btn-lg.ant-btn-loading {
            opacity: 0.65;
            cursor: default;
        }

        :where(.css-16qcf5g).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-16qcf5g).ant-btn.ant-btn-lg:not(.ant-btn-icon-only) .ant-btn-loading-icon > .anticon {
            margin-inline-end: 8px;
        }

    :where(.css-16qcf5g).ant-btn.ant-btn-circle.ant-btn-lg {
        min-width: 40px;
        padding-inline-start: 0;
        padding-inline-end: 0;
        border-radius: 50%;
    }

    :where(.css-16qcf5g).ant-btn.ant-btn-round.ant-btn-lg {
        border-radius: 40px;
        padding-inline-start: 20px;
        padding-inline-end: 20px;
    }

    :where(.css-16qcf5g).ant-btn.ant-btn-block {
        width: 100%;
    }

:where(.css-16qcf5g).ant-btn-default {
    background-color: #ffffff;
    border-color: #d9d9d9;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
}

    :where(.css-16qcf5g).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-16qcf5g).ant-btn-default:not(:disabled):hover {
        color: #2a7dc9;
        border-color: #2a7dc9;
    }

    :where(.css-16qcf5g).ant-btn-default:not(:disabled):active {
        color: #004496;
        border-color: #004496;
    }

    :where(.css-16qcf5g).ant-btn-default.ant-btn-background-ghost {
        color: #ffffff;
        background-color: transparent;
        border-color: #ffffff;
        box-shadow: none;
    }

        :where(.css-16qcf5g).ant-btn-default.ant-btn-background-ghost:not(:disabled):hover {
            background-color: transparent;
        }

        :where(.css-16qcf5g).ant-btn-default.ant-btn-background-ghost:not(:disabled):active {
            background-color: transparent;
        }

        :where(.css-16qcf5g).ant-btn-default.ant-btn-background-ghost:disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
            border-color: #d9d9d9;
        }

    :where(.css-16qcf5g).ant-btn-default.ant-btn-dangerous {
        color: #ed6f6f;
        border-color: #ed6f6f;
    }

        :where(.css-16qcf5g).ant-btn-default.ant-btn-dangerous:not(:disabled):hover {
            color: #faa19d;
            border-color: #ffcdc9;
        }

        :where(.css-16qcf5g).ant-btn-default.ant-btn-dangerous:not(:disabled):active {
            color: #c75457;
            border-color: #c75457;
        }

        :where(.css-16qcf5g).ant-btn-default.ant-btn-dangerous.ant-btn-background-ghost {
            color: #ed6f6f;
            background-color: transparent;
            border-color: #ed6f6f;
            box-shadow: none;
        }

            :where(.css-16qcf5g).ant-btn-default.ant-btn-dangerous.ant-btn-background-ghost:not(:disabled):hover {
                background-color: transparent;
            }

            :where(.css-16qcf5g).ant-btn-default.ant-btn-dangerous.ant-btn-background-ghost:not(:disabled):active {
                background-color: transparent;
            }

            :where(.css-16qcf5g).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-16qcf5g).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-16qcf5g).ant-btn-primary {
    color: #fff;
    background-color: #0960bd;
    box-shadow: 0 2px 0 rgba(0, 155, 228, 0.11);
}

    :where(.css-16qcf5g).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-16qcf5g).ant-btn-primary:not(:disabled):hover {
        color: #fff;
        background-color: #2a7dc9;
    }

    :where(.css-16qcf5g).ant-btn-primary:not(:disabled):active {
        color: #fff;
        background-color: #004496;
    }

    :where(.css-16qcf5g).ant-btn-primary.ant-btn-background-ghost {
        color: #0960bd;
        background-color: transparent;
        border-color: #0960bd;
        box-shadow: none;
    }

        :where(.css-16qcf5g).ant-btn-primary.ant-btn-background-ghost:not(:disabled):hover {
            background-color: transparent;
            color: #2a7dc9;
            border-color: #2a7dc9;
        }

        :where(.css-16qcf5g).ant-btn-primary.ant-btn-background-ghost:not(:disabled):active {
            background-color: transparent;
            color: #004496;
            border-color: #004496;
        }

        :where(.css-16qcf5g).ant-btn-primary.ant-btn-background-ghost:disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
            border-color: #d9d9d9;
        }

    :where(.css-16qcf5g).ant-btn-primary.ant-btn-dangerous {
        background-color: #ed6f6f;
        box-shadow: 0 2px 0 rgba(255, 38, 5, 0.06);
    }

        :where(.css-16qcf5g).ant-btn-primary.ant-btn-dangerous:not(:disabled):hover {
            background-color: #faa19d;
        }

        :where(.css-16qcf5g).ant-btn-primary.ant-btn-dangerous:not(:disabled):active {
            background-color: #c75457;
        }

        :where(.css-16qcf5g).ant-btn-primary.ant-btn-dangerous.ant-btn-background-ghost {
            color: #ed6f6f;
            background-color: transparent;
            border-color: #ed6f6f;
            box-shadow: none;
        }

            :where(.css-16qcf5g).ant-btn-primary.ant-btn-dangerous.ant-btn-background-ghost:not(:disabled):hover {
                background-color: transparent;
                color: #faa19d;
                border-color: #faa19d;
            }

            :where(.css-16qcf5g).ant-btn-primary.ant-btn-dangerous.ant-btn-background-ghost:not(:disabled):active {
                background-color: transparent;
                color: #c75457;
                border-color: #c75457;
            }

            :where(.css-16qcf5g).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-16qcf5g).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-16qcf5g).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-16qcf5g).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-16qcf5g).ant-btn-dashed:not(:disabled):hover {
        color: #2a7dc9;
        border-color: #2a7dc9;
    }

    :where(.css-16qcf5g).ant-btn-dashed:not(:disabled):active {
        color: #004496;
        border-color: #004496;
    }

    :where(.css-16qcf5g).ant-btn-dashed.ant-btn-background-ghost {
        color: #ffffff;
        background-color: transparent;
        border-color: #ffffff;
        box-shadow: none;
    }

        :where(.css-16qcf5g).ant-btn-dashed.ant-btn-background-ghost:not(:disabled):hover {
            background-color: transparent;
        }

        :where(.css-16qcf5g).ant-btn-dashed.ant-btn-background-ghost:not(:disabled):active {
            background-color: transparent;
        }

        :where(.css-16qcf5g).ant-btn-dashed.ant-btn-background-ghost:disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
            border-color: #d9d9d9;
        }

    :where(.css-16qcf5g).ant-btn-dashed.ant-btn-dangerous {
        color: #ed6f6f;
        border-color: #ed6f6f;
    }

        :where(.css-16qcf5g).ant-btn-dashed.ant-btn-dangerous:not(:disabled):hover {
            color: #faa19d;
            border-color: #ffcdc9;
        }

        :where(.css-16qcf5g).ant-btn-dashed.ant-btn-dangerous:not(:disabled):active {
            color: #c75457;
            border-color: #c75457;
        }

        :where(.css-16qcf5g).ant-btn-dashed.ant-btn-dangerous.ant-btn-background-ghost {
            color: #ed6f6f;
            background-color: transparent;
            border-color: #ed6f6f;
            box-shadow: none;
        }

            :where(.css-16qcf5g).ant-btn-dashed.ant-btn-dangerous.ant-btn-background-ghost:not(:disabled):hover {
                background-color: transparent;
            }

            :where(.css-16qcf5g).ant-btn-dashed.ant-btn-dangerous.ant-btn-background-ghost:not(:disabled):active {
                background-color: transparent;
            }

            :where(.css-16qcf5g).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-16qcf5g).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-16qcf5g).ant-btn-link {
    color: #0960bd;
}

    :where(.css-16qcf5g).ant-btn-link:not(:disabled):hover {
        color: #4f99d6;
    }

    :where(.css-16qcf5g).ant-btn-link:not(:disabled):active {
        color: #004496;
    }

    :where(.css-16qcf5g).ant-btn-link:disabled {
        cursor: not-allowed;
        color: rgba(0, 0, 0, 0.25);
    }

    :where(.css-16qcf5g).ant-btn-link.ant-btn-dangerous {
        color: #ed6f6f;
    }

        :where(.css-16qcf5g).ant-btn-link.ant-btn-dangerous:not(:disabled):hover {
            color: #faa19d;
        }

        :where(.css-16qcf5g).ant-btn-link.ant-btn-dangerous:not(:disabled):active {
            color: #c75457;
        }

        :where(.css-16qcf5g).ant-btn-link.ant-btn-dangerous:disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
        }

:where(.css-16qcf5g).ant-btn-text:not(:disabled):hover {
    color: rgba(0, 0, 0, 0.88);
    background-color: rgba(0, 0, 0, 0.06);
}

:where(.css-16qcf5g).ant-btn-text:not(:disabled):active {
    color: rgba(0, 0, 0, 0.88);
    background-color: rgba(0, 0, 0, 0.15);
}

:where(.css-16qcf5g).ant-btn-text:disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-16qcf5g).ant-btn-text.ant-btn-dangerous {
    color: #ed6f6f;
}

    :where(.css-16qcf5g).ant-btn-text.ant-btn-dangerous:disabled {
        cursor: not-allowed;
        color: rgba(0, 0, 0, 0.25);
    }

    :where(.css-16qcf5g).ant-btn-text.ant-btn-dangerous:not(:disabled):hover {
        color: #faa19d;
        background-color: #fff2f0;
    }

    :where(.css-16qcf5g).ant-btn-text.ant-btn-dangerous:not(:disabled):active {
        color: #faa19d;
        background-color: #fff2f0;
    }

:where(.css-16qcf5g).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-16qcf5g).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-16qcf5g).ant-btn-group {
    position: relative;
    display: inline-flex;
}

    :where(.css-16qcf5g).ant-btn-group > span:not(:last-child), :where(.css-16qcf5g).ant-btn-group > .ant-btn:not(:last-child), :where(.css-16qcf5g).ant-btn-group > span:not(:last-child) > .ant-btn, :where(.css-16qcf5g).ant-btn-group > .ant-btn:not(:last-child) > .ant-btn {
        border-start-end-radius: 0;
        border-end-end-radius: 0;
    }

    :where(.css-16qcf5g).ant-btn-group > span:not(:first-child), :where(.css-16qcf5g).ant-btn-group > .ant-btn:not(:first-child) {
        margin-inline-start: -1px;
    }

        :where(.css-16qcf5g).ant-btn-group > span:not(:first-child), :where(.css-16qcf5g).ant-btn-group > .ant-btn:not(:first-child), :where(.css-16qcf5g).ant-btn-group > span:not(:first-child) > .ant-btn, :where(.css-16qcf5g).ant-btn-group > .ant-btn:not(:first-child) > .ant-btn {
            border-start-start-radius: 0;
            border-end-start-radius: 0;
        }

    :where(.css-16qcf5g).ant-btn-group .ant-btn {
        position: relative;
        z-index: 1;
    }

        :where(.css-16qcf5g).ant-btn-group .ant-btn:hover, :where(.css-16qcf5g).ant-btn-group .ant-btn:focus, :where(.css-16qcf5g).ant-btn-group .ant-btn:active {
            z-index: 2;
        }

        :where(.css-16qcf5g).ant-btn-group .ant-btn[disabled] {
            z-index: 0;
        }

    :where(.css-16qcf5g).ant-btn-group .ant-btn-icon-only {
        font-size: 14px;
    }

    :where(.css-16qcf5g).ant-btn-group > span:not(:last-child):not(:disabled), :where(.css-16qcf5g).ant-btn-group > .ant-btn-primary:not(:last-child):not(:disabled), :where(.css-16qcf5g).ant-btn-group > span:not(:last-child) > .ant-btn-primary:not(:disabled), :where(.css-16qcf5g).ant-btn-group > .ant-btn-primary:not(:last-child) > .ant-btn-primary:not(:disabled) {
        border-inline-end-color: #2a7dc9;
    }

    :where(.css-16qcf5g).ant-btn-group > span:not(:first-child):not(:disabled), :where(.css-16qcf5g).ant-btn-group > .ant-btn-primary:not(:first-child):not(:disabled), :where(.css-16qcf5g).ant-btn-group > span:not(:first-child) > .ant-btn-primary:not(:disabled), :where(.css-16qcf5g).ant-btn-group > .ant-btn-primary:not(:first-child) > .ant-btn-primary:not(:disabled) {
        border-inline-start-color: #2a7dc9;
    }

    :where(.css-16qcf5g).ant-btn-group > span:not(:last-child):not(:disabled), :where(.css-16qcf5g).ant-btn-group > .ant-btn-danger:not(:last-child):not(:disabled), :where(.css-16qcf5g).ant-btn-group > span:not(:last-child) > .ant-btn-danger:not(:disabled), :where(.css-16qcf5g).ant-btn-group > .ant-btn-danger:not(:last-child) > .ant-btn-danger:not(:disabled) {
        border-inline-end-color: #faa19d;
    }

    :where(.css-16qcf5g).ant-btn-group > span:not(:first-child):not(:disabled), :where(.css-16qcf5g).ant-btn-group > .ant-btn-danger:not(:first-child):not(:disabled), :where(.css-16qcf5g).ant-btn-group > span:not(:first-child) > .ant-btn-danger:not(:disabled), :where(.css-16qcf5g).ant-btn-group > .ant-btn-danger:not(:first-child) > .ant-btn-danger:not(:disabled) {
        border-inline-start-color: #faa19d;
    }

:where(.css-16qcf5g).ant-btn-compact-item:not(.ant-btn-compact-last-item) {
    margin-inline-end: -1px;
}

:where(.css-16qcf5g).ant-btn-compact-item:hover, :where(.css-16qcf5g).ant-btn-compact-item:active {
    z-index: 2;
}

:where(.css-16qcf5g).ant-btn-compact-item[disabled] {
    z-index: 0;
}

:where(.css-16qcf5g).ant-btn-compact-item:not(.ant-btn-compact-first-item):not(.ant-btn-compact-last-item) {
    border-radius: 0;
}

:where(.css-16qcf5g).ant-btn-compact-item:not(.ant-btn-compact-last-item).ant-btn-compact-first-item, :where(.css-16qcf5g).ant-btn-compact-item:not(.ant-btn-compact-last-item).ant-btn-compact-first-item.ant-btn-sm, :where(.css-16qcf5g).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-16qcf5g).ant-btn-compact-item:not(.ant-btn-compact-first-item).ant-btn-compact-last-item, :where(.css-16qcf5g).ant-btn-compact-item:not(.ant-btn-compact-first-item).ant-btn-compact-last-item.ant-btn-sm, :where(.css-16qcf5g).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-16qcf5g).ant-btn-compact-vertical-item:not(.ant-btn-compact-vertical-last-item) {
    margin-bottom: -1px;
}

:where(.css-16qcf5g).ant-btn-compact-vertical-item:hover, :where(.css-16qcf5g).ant-btn-compact-vertical-item:focus, :where(.css-16qcf5g).ant-btn-compact-vertical-item:active {
    z-index: 2;
}

:where(.css-16qcf5g).ant-btn-compact-vertical-item[disabled] {
    z-index: 0;
}

:where(.css-16qcf5g).ant-btn-compact-vertical-item:not(.ant-btn-compact-vertical-first-item):not(.ant-btn-compact-vertical-last-item) {
    border-radius: 0;
}

:where(.css-16qcf5g).ant-btn-compact-vertical-item.ant-btn-compact-vertical-first-item:not(.ant-btn-compact-vertical-last-item), :where(.css-16qcf5g).ant-btn-compact-vertical-item.ant-btn-compact-vertical-first-item:not(.ant-btn-compact-vertical-last-item).ant-btn-sm, :where(.css-16qcf5g).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-16qcf5g).ant-btn-compact-vertical-item.ant-btn-compact-vertical-last-item:not(.ant-btn-compact-vertical-first-item), :where(.css-16qcf5g).ant-btn-compact-vertical-item.ant-btn-compact-vertical-last-item:not(.ant-btn-compact-vertical-first-item).ant-btn-sm, :where(.css-16qcf5g).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-16qcf5g)[class^="ant-wave"], :where(.css-16qcf5g)[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-16qcf5g)[class^="ant-wave"]::before, :where(.css-16qcf5g)[class*=" ant-wave"]::before, :where(.css-16qcf5g)[class^="ant-wave"]::after, :where(.css-16qcf5g)[class*=" ant-wave"]::after {
        box-sizing: border-box;
    }

    :where(.css-16qcf5g)[class^="ant-wave"] [class^="ant-wave"], :where(.css-16qcf5g)[class*=" ant-wave"] [class^="ant-wave"], :where(.css-16qcf5g)[class^="ant-wave"] [class*=" ant-wave"], :where(.css-16qcf5g)[class*=" ant-wave"] [class*=" ant-wave"] {
        box-sizing: border-box;
    }

        :where(.css-16qcf5g)[class^="ant-wave"] [class^="ant-wave"]::before, :where(.css-16qcf5g)[class*=" ant-wave"] [class^="ant-wave"]::before, :where(.css-16qcf5g)[class^="ant-wave"] [class*=" ant-wave"]::before, :where(.css-16qcf5g)[class*=" ant-wave"] [class*=" ant-wave"]::before, :where(.css-16qcf5g)[class^="ant-wave"] [class^="ant-wave"]::after, :where(.css-16qcf5g)[class*=" ant-wave"] [class^="ant-wave"]::after, :where(.css-16qcf5g)[class^="ant-wave"] [class*=" ant-wave"]::after, :where(.css-16qcf5g)[class*=" ant-wave"] [class*=" ant-wave"]::after {
            box-sizing: border-box;
        }

:where(.css-16qcf5g).ant-wave {
    position: absolute;
    background: transparent;
    pointer-events: none;
    box-sizing: border-box;
    color: var(--wave-color, #0960bd);
    box-shadow: 0 0 0 0 currentcolor;
    opacity: 0.2;
}

    :where(.css-16qcf5g).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-16qcf5g).ant-wave.wave-motion-appear-active {
        box-shadow: 0 0 0 6px currentcolor;
        opacity: 0;
    }

:where(.css-16qcf5g)[class^="ant-divider"], :where(.css-16qcf5g)[class*=" ant-divider"] {
    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-16qcf5g)[class^="ant-divider"]::before, :where(.css-16qcf5g)[class*=" ant-divider"]::before, :where(.css-16qcf5g)[class^="ant-divider"]::after, :where(.css-16qcf5g)[class*=" ant-divider"]::after {
        box-sizing: border-box;
    }

    :where(.css-16qcf5g)[class^="ant-divider"] [class^="ant-divider"], :where(.css-16qcf5g)[class*=" ant-divider"] [class^="ant-divider"], :where(.css-16qcf5g)[class^="ant-divider"] [class*=" ant-divider"], :where(.css-16qcf5g)[class*=" ant-divider"] [class*=" ant-divider"] {
        box-sizing: border-box;
    }

        :where(.css-16qcf5g)[class^="ant-divider"] [class^="ant-divider"]::before, :where(.css-16qcf5g)[class*=" ant-divider"] [class^="ant-divider"]::before, :where(.css-16qcf5g)[class^="ant-divider"] [class*=" ant-divider"]::before, :where(.css-16qcf5g)[class*=" ant-divider"] [class*=" ant-divider"]::before, :where(.css-16qcf5g)[class^="ant-divider"] [class^="ant-divider"]::after, :where(.css-16qcf5g)[class*=" ant-divider"] [class^="ant-divider"]::after, :where(.css-16qcf5g)[class^="ant-divider"] [class*=" ant-divider"]::after, :where(.css-16qcf5g)[class*=" ant-divider"] [class*=" ant-divider"]::after {
            box-sizing: border-box;
        }

:where(.css-16qcf5g).ant-divider {
    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';
    border-block-start: 1px solid rgba(5, 5, 5, 0.06);
}

:where(.css-16qcf5g).ant-divider-vertical {
    position: relative;
    top: -0.06em;
    display: inline-block;
    height: 0.9em;
    margin: 0 8px;
    vertical-align: middle;
    border-top: 0;
    border-inline-start: 1px solid rgba(5, 5, 5, 0.06);
}

:where(.css-16qcf5g).ant-divider-horizontal {
    display: flex;
    clear: both;
    width: 100%;
    min-width: 100%;
    margin: 24px 0;
}

    :where(.css-16qcf5g).ant-divider-horizontal.ant-divider-with-text {
        display: flex;
        align-items: center;
        margin: 16px 0;
        color: rgba(0, 0, 0, 0.88);
        font-weight: 500;
        font-size: 16px;
        white-space: nowrap;
        text-align: center;
        border-block-start: 0 rgba(5, 5, 5, 0.06);
    }

        :where(.css-16qcf5g).ant-divider-horizontal.ant-divider-with-text::before, :where(.css-16qcf5g).ant-divider-horizontal.ant-divider-with-text::after {
            position: relative;
            width: 50%;
            border-block-start: 1px solid transparent;
            border-block-start-color: inherit;
            border-block-end: 0;
            transform: translateY(50%);
            content: '';
        }

    :where(.css-16qcf5g).ant-divider-horizontal.ant-divider-with-text-left::before {
        width: 5%;
    }

    :where(.css-16qcf5g).ant-divider-horizontal.ant-divider-with-text-left::after {
        width: 95%;
    }

    :where(.css-16qcf5g).ant-divider-horizontal.ant-divider-with-text-right::before {
        width: 95%;
    }

    :where(.css-16qcf5g).ant-divider-horizontal.ant-divider-with-text-right::after {
        width: 5%;
    }

:where(.css-16qcf5g).ant-divider .ant-divider-inner-text {
    display: inline-block;
    padding: 0 1em;
}

:where(.css-16qcf5g).ant-divider-dashed {
    background: none;
    border-color: rgba(5, 5, 5, 0.06);
    border-style: dashed;
    border-width: 1px 0 0;
}

:where(.css-16qcf5g).ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before, :where(.css-16qcf5g).ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {
    border-style: dashed none none;
}

:where(.css-16qcf5g).ant-divider-vertical.ant-divider-dashed {
    border-inline-start-width: 1px;
    border-inline-end: 0;
    border-block-start: 0;
    border-block-end: 0;
}

:where(.css-16qcf5g).ant-divider-plain.ant-divider-with-text {
    color: rgba(0, 0, 0, 0.88);
    font-weight: normal;
    font-size: 14px;
}

:where(.css-16qcf5g).ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::before {
    width: 0;
}

:where(.css-16qcf5g).ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::after {
    width: 100%;
}

:where(.css-16qcf5g).ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left .ant-divider-inner-text {
    padding-inline-start: 0;
}

:where(.css-16qcf5g).ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::before {
    width: 100%;
}

:where(.css-16qcf5g).ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::after {
    width: 0;
}

:where(.css-16qcf5g).ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right .ant-divider-inner-text {
    padding-inline-end: 0;
}

