@font-face {
    font-family: __Cairo_8c71b8;
    font-style: normal;
    font-weight: 200 1000;
    font-display: swap;
    src: url('../css/fonts/00c85bb211b329fc-s.p.woff2') format("woff2");
    unicode-range: u+06??, u+0750-077f, u+0870-088e, u+0890-0891, u+0897-08e1, u+08e3-08ff, u+200c-200e, u+2010-2011, u+204f, u+2e41, u+fb50-fdff, u+fe70-fe74, u+fe76-fefc, u+102e0-102fb, u+10e60-10e7e, u+10ec2-10ec4, u+10efc-10eff, u+1ee00-1ee03, u+1ee05-1ee1f, u+1ee21-1ee22, u+1ee24, u+1ee27, u+1ee29-1ee32, u+1ee34-1ee37, u+1ee39, u+1ee3b, u+1ee42, u+1ee47, u+1ee49, u+1ee4b, u+1ee4d-1ee4f, u+1ee51-1ee52, u+1ee54, u+1ee57, u+1ee59, u+1ee5b, u+1ee5d, u+1ee5f, u+1ee61-1ee62, u+1ee64, u+1ee67-1ee6a, u+1ee6c-1ee72, u+1ee74-1ee77, u+1ee79-1ee7c, u+1ee7e, u+1ee80-1ee89, u+1ee8b-1ee9b, u+1eea1-1eea3, u+1eea5-1eea9, u+1eeab-1eebb, u+1eef0-1eef1
}

@font-face {
    font-family: __Cairo_8c71b8;
    font-style: normal;
    font-weight: 200 1000;
    font-display: swap;
    src: url('../css/fonts/33869b29596d7bb6-s.woff2') format("woff2");
    unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: __Cairo_8c71b8;
    font-style: normal;
    font-weight: 200 1000;
    font-display: swap;
    src: url('../css/fonts/0fb5d54cc1f5e91d-s.p.woff2') format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: __Cairo_Fallback_8c71b8;
    src: local("Arial");
    ascent-override: 137.65%;
    descent-override: 60.32%;
    line-gap-override: 0.00%;
    size-adjust: 94.66%
}

.__className_8c71b8 {
    font-family: __Cairo_8c71b8, __Cairo_Fallback_8c71b8;
    font-style: normal
}

.__variable_8c71b8 {
    --font-cairo: "__Cairo_8c71b8", "__Cairo_Fallback_8c71b8"
}

:root {
    --toastify-color-light: #fff;
    --toastify-color-dark: #121212;
    --toastify-color-info: #3498db;
    --toastify-color-success: #07bc0c;
    --toastify-color-warning: #f1c40f;
    --toastify-color-error: #e74c3c;
    --toastify-color-transparent: hsla(0, 0%, 100%, .7);
    --toastify-icon-color-info: var(--toastify-color-info);
    --toastify-icon-color-success: var(--toastify-color-success);
    --toastify-icon-color-warning: var(--toastify-color-warning);
    --toastify-icon-color-error: var(--toastify-color-error);
    --toastify-toast-width: 320px;
    --toastify-toast-offset: 16px;
    --toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));
    --toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));
    --toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));
    --toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));
    --toastify-toast-background: #fff;
    --toastify-toast-min-height: 64px;
    --toastify-toast-max-height: 800px;
    --toastify-toast-bd-radius: 6px;
    --toastify-font-family: sans-serif;
    --toastify-z-index: 9999;
    --toastify-text-color-light: #757575;
    --toastify-text-color-dark: #fff;
    --toastify-text-color-info: #fff;
    --toastify-text-color-success: #fff;
    --toastify-text-color-warning: #fff;
    --toastify-text-color-error: #fff;
    --toastify-spinner-color: #616161;
    --toastify-spinner-color-empty-area: #e0e0e0;
    --toastify-color-progress-light: linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
    --toastify-color-progress-dark: #bb86fc;
    --toastify-color-progress-info: var(--toastify-color-info);
    --toastify-color-progress-success: var(--toastify-color-success);
    --toastify-color-progress-warning: var(--toastify-color-warning);
    --toastify-color-progress-error: var(--toastify-color-error);
    --toastify-color-progress-bgo: 0.2
}

.Toastify__toast-container {
    z-index: var(--toastify-z-index);
    -webkit-transform: translateZ(var(--toastify-z-index));
    position: fixed;
    padding: 4px;
    width: var(--toastify-toast-width);
    box-sizing: border-box;
    color: #fff
}

.Toastify__toast-container--top-left {
    top: var(--toastify-toast-top);
    left: var(--toastify-toast-left)
}

.Toastify__toast-container--top-center {
    top: var(--toastify-toast-top);
    left: 50%;
    transform: translateX(-50%)
}

.Toastify__toast-container--top-right {
    top: var(--toastify-toast-top);
    right: var(--toastify-toast-right)
}

.Toastify__toast-container--bottom-left {
    bottom: var(--toastify-toast-bottom);
    left: var(--toastify-toast-left)
}

.Toastify__toast-container--bottom-center {
    bottom: var(--toastify-toast-bottom);
    left: 50%;
    transform: translateX(-50%)
}

.Toastify__toast-container--bottom-right {
    bottom: var(--toastify-toast-bottom);
    right: var(--toastify-toast-right)
}

@media only screen and (max-width: 480px) {
    .Toastify__toast-container {
        width: 100vw;
        padding: 0;
        left: env(safe-area-inset-left);
        margin: 0
    }

    .Toastify__toast-container--top-center, .Toastify__toast-container--top-left, .Toastify__toast-container--top-right {
        top: env(safe-area-inset-top);
        transform: translateX(0)
    }

    .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-right {
        bottom: env(safe-area-inset-bottom);
        transform: translateX(0)
    }

    .Toastify__toast-container--rtl {
        right: env(safe-area-inset-right);
        left: auto
    }
}

.Toastify__toast {
    --y: 0;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    min-height: var(--toastify-toast-min-height);
    box-sizing: border-box;
    margin-bottom: 1rem;
    padding: 8px;
    border-radius: var(--toastify-toast-bd-radius);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-height: var(--toastify-toast-max-height);
    font-family: var(--toastify-font-family);
    cursor: default;
    direction: ltr;
    z-index: 0;
    overflow: hidden
}

.Toastify__toast--stacked {
    position: absolute;
    width: 100%;
    transform: translate3d(0, var(--y), 0) scale(var(--s));
    transition: transform .3s
}

.Toastify__toast--stacked[data-collapsed] .Toastify__close-button, .Toastify__toast--stacked[data-collapsed] .Toastify__toast-body {
    transition: opacity .1s
}

.Toastify__toast--stacked[data-collapsed=false] {
    overflow: visible
}

.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>* {
    opacity: 0
}

.Toastify__toast--stacked:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: calc(var(--g) * 1px);
    bottom: 100%
}

.Toastify__toast--stacked[data-pos=top] {
    top: 0
}

.Toastify__toast--stacked[data-pos=bot] {
    bottom: 0
}

.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before {
    transform-origin: top
}

.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before {
    transform-origin: bottom
}

.Toastify__toast--stacked:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    transform: scaleY(3);
    z-index: -1
}

.Toastify__toast--rtl {
    direction: rtl
}

.Toastify__toast--close-on-click {
    cursor: pointer
}

.Toastify__toast-body {
    margin: auto 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 6px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.Toastify__toast-body>div:last-child {
    word-break: break-word;
    -ms-flex: 1;
    flex: 1
}

.Toastify__toast-icon {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    width: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex
}

.Toastify--animate {
    animation-fill-mode: both;
    animation-duration: .5s
}

.Toastify--animate-icon {
    animation-fill-mode: both;
    animation-duration: .3s
}

@media only screen and (max-width: 480px) {
    .Toastify__toast {
        margin-bottom: 0;
        border-radius: 0
    }
}

.Toastify__toast-theme--dark {
    background: var(--toastify-color-dark);
    color: var(--toastify-text-color-dark)
}

.Toastify__toast-theme--colored.Toastify__toast--default, .Toastify__toast-theme--light {
    background: var(--toastify-color-light);
    color: var(--toastify-text-color-light)
}

.Toastify__toast-theme--colored.Toastify__toast--info {
    color: var(--toastify-text-color-info);
    background: var(--toastify-color-info)
}

.Toastify__toast-theme--colored.Toastify__toast--success {
    color: var(--toastify-text-color-success);
    background: var(--toastify-color-success)
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
    color: var(--toastify-text-color-warning);
    background: var(--toastify-color-warning)
}

.Toastify__toast-theme--colored.Toastify__toast--error {
    color: var(--toastify-text-color-error);
    background: var(--toastify-color-error)
}

.Toastify__progress-bar-theme--light {
    background: var(--toastify-color-progress-light)
}

.Toastify__progress-bar-theme--dark {
    background: var(--toastify-color-progress-dark)
}

.Toastify__progress-bar--info {
    background: var(--toastify-color-progress-info)
}

.Toastify__progress-bar--success {
    background: var(--toastify-color-progress-success)
}

.Toastify__progress-bar--warning {
    background: var(--toastify-color-progress-warning)
}

.Toastify__progress-bar--error {
    background: var(--toastify-color-progress-error)
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning {
    background: var(--toastify-color-transparent)
}

.Toastify__close-button {
    color: #fff;
    background: transparent;
    outline: none;
    border: none;
    padding: 0;
    cursor: pointer;
    opacity: .7;
    transition: .3s ease;
    -ms-flex-item-align: start;
    align-self: flex-start;
    z-index: 1
}

.Toastify__close-button--light {
    color: #000;
    opacity: .3
}

.Toastify__close-button>svg {
    fill: currentColor;
    height: 16px;
    width: 14px
}

.Toastify__close-button:focus, .Toastify__close-button:hover {
    opacity: 1
}

@keyframes Toastify__trackProgress {
    0% {
        transform: scaleX(1)
    }

    to {
        transform: scaleX(0)
    }
}

.Toastify__progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: var(--toastify-z-index);
    opacity: .7;
    transform-origin: left;
    border-bottom-left-radius: var(--toastify-toast-bd-radius)
}

.Toastify__progress-bar--animated {
    animation: Toastify__trackProgress linear 1 forwards
}

.Toastify__progress-bar--controlled {
    transition: transform .2s
}

.Toastify__progress-bar--rtl {
    right: 0;
    left: auto;
    transform-origin: right;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: var(--toastify-toast-bd-radius)
}

.Toastify__progress-bar--wrp {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    border-bottom-left-radius: var(--toastify-toast-bd-radius)
}

.Toastify__progress-bar--wrp[data-hidden=true] {
    opacity: 0
}

.Toastify__progress-bar--bg {
    opacity: var(--toastify-color-progress-bgo);
    width: 100%;
    height: 100%
}

.Toastify__spinner {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 2px solid;
    border-radius: 100%;
    border-color: var(--toastify-spinner-color-empty-area);
    border-right-color: var(--toastify-spinner-color);
    animation: Toastify__spin .65s linear infinite
}

@keyframes Toastify__bounceInRight {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: none
    }
}

@keyframes Toastify__bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, var(--y), 0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, var(--y), 0)
    }
}

@keyframes Toastify__bounceInLeft {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: none
    }
}

@keyframes Toastify__bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, var(--y), 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, var(--y), 0)
    }
}

@keyframes Toastify__bounceInUp {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__bounceOutUp {
    20% {
        transform: translate3d(0, calc(var(--y) - 10px), 0)
    }

    40%, 45% {
        opacity: 1;
        transform: translate3d(0, calc(var(--y) + 20px), 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes Toastify__bounceInDown {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: none
    }
}

@keyframes Toastify__bounceOutDown {
    20% {
        transform: translate3d(0, calc(var(--y) - 10px), 0)
    }

    40%, 45% {
        opacity: 1;
        transform: translate3d(0, calc(var(--y) + 20px), 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.Toastify__bounce-enter--bottom-left, .Toastify__bounce-enter--top-left {
    animation-name: Toastify__bounceInLeft
}

.Toastify__bounce-enter--bottom-right, .Toastify__bounce-enter--top-right {
    animation-name: Toastify__bounceInRight
}

.Toastify__bounce-enter--top-center {
    animation-name: Toastify__bounceInDown
}

.Toastify__bounce-enter--bottom-center {
    animation-name: Toastify__bounceInUp
}

.Toastify__bounce-exit--bottom-left, .Toastify__bounce-exit--top-left {
    animation-name: Toastify__bounceOutLeft
}

.Toastify__bounce-exit--bottom-right, .Toastify__bounce-exit--top-right {
    animation-name: Toastify__bounceOutRight
}

.Toastify__bounce-exit--top-center {
    animation-name: Toastify__bounceOutUp
}

.Toastify__bounce-exit--bottom-center {
    animation-name: Toastify__bounceOutDown
}

@keyframes Toastify__zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes Toastify__zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: translate3d(0, var(--y), 0) scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.Toastify__zoom-enter {
    animation-name: Toastify__zoomIn
}

.Toastify__zoom-exit {
    animation-name: Toastify__zoomOut
}

@keyframes Toastify__flipIn {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes Toastify__flipOut {
    0% {
        transform: translate3d(0, var(--y), 0) perspective(400px)
    }

    30% {
        transform: translate3d(0, var(--y), 0) perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        transform: translate3d(0, var(--y), 0) perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.Toastify__flip-enter {
    animation-name: Toastify__flipIn
}

.Toastify__flip-exit {
    animation-name: Toastify__flipOut
}

@keyframes Toastify__slideInRight {
    0% {
        transform: translate3d(110%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, var(--y), 0)
    }
}

@keyframes Toastify__slideInLeft {
    0% {
        transform: translate3d(-110%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, var(--y), 0)
    }
}

@keyframes Toastify__slideInUp {
    0% {
        transform: translate3d(0, 110%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, var(--y), 0)
    }
}

@keyframes Toastify__slideInDown {
    0% {
        transform: translate3d(0, -110%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, var(--y), 0)
    }
}

@keyframes Toastify__slideOutRight {
    0% {
        transform: translate3d(0, var(--y), 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(110%, var(--y), 0)
    }
}

@keyframes Toastify__slideOutLeft {
    0% {
        transform: translate3d(0, var(--y), 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-110%, var(--y), 0)
    }
}

@keyframes Toastify__slideOutDown {
    0% {
        transform: translate3d(0, var(--y), 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 500px, 0)
    }
}

@keyframes Toastify__slideOutUp {
    0% {
        transform: translate3d(0, var(--y), 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -500px, 0)
    }
}

.Toastify__slide-enter--bottom-left, .Toastify__slide-enter--top-left {
    animation-name: Toastify__slideInLeft
}

.Toastify__slide-enter--bottom-right, .Toastify__slide-enter--top-right {
    animation-name: Toastify__slideInRight
}

.Toastify__slide-enter--top-center {
    animation-name: Toastify__slideInDown
}

.Toastify__slide-enter--bottom-center {
    animation-name: Toastify__slideInUp
}

.Toastify__slide-exit--bottom-left, .Toastify__slide-exit--top-left {
    animation-name: Toastify__slideOutLeft;
    animation-timing-function: ease-in;
    animation-duration: .3s
}

.Toastify__slide-exit--bottom-right, .Toastify__slide-exit--top-right {
    animation-name: Toastify__slideOutRight;
    animation-timing-function: ease-in;
    animation-duration: .3s
}

.Toastify__slide-exit--top-center {
    animation-name: Toastify__slideOutUp;
    animation-timing-function: ease-in;
    animation-duration: .3s
}

.Toastify__slide-exit--bottom-center {
    animation-name: Toastify__slideOutDown;
    animation-timing-function: ease-in;
    animation-duration: .3s
}

@keyframes Toastify__spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper: before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper: before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-top: 4px solid transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

:root {
    --swiper-navigation-size: 44px
}


*, :after, :before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style:
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style:
}

/*
! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com
*/
*, :after, :before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb
}

:after, :before {
    --tw-content: ""
}

:host, html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: Cairo;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    text-decoration: underline dotted
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b, strong {
    font-weight: bolder
}

code, kbd, pre, samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button, select {
    text-transform: none
}

button, input:where([type=button]), input:where([type=reset]), input:where([type=submit]) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
    margin: 0
}

fieldset {
    margin: 0
}

fieldset, legend {
    padding: 0
}

menu, ol, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

input::placeholder, textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

[role=button], button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    vertical-align: middle
}

img, video {
    max-width: 100%;
    height: auto
}

[hidden]:where(:not([hidden=until-found])) {
    display: none
}

.textarea textarea {
    border-radius: 25px !important;
    border-color: var(--white-off) !important;
    background-color: var(--white-off) !important
}

.filter_input_search .ant-input-affix-wrapper, .filter_input_search .ant-picker-outlined, .filter_input_search_white .ant-input-affix-wrapper, .filter_input_search_white .ant-picker-outlined {
    height: 40px !important;
    border-radius: 25px !important;
    border-color: var(--white-off) !important;
    background-color: var(--white-off) !important
}

@media (min-width: 768px) {
    .filter_input_search .ant-input-affix-wrapper, .filter_input_search .ant-picker-outlined, .filter_input_search_white .ant-input-affix-wrapper, .filter_input_search_white .ant-picker-outlined {
        height: 50px !important
    }
}

.filter_input_search_white .ant-input-affix-wrapper, .filter_input_search_white .ant-picker-outlined {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 255 255/var(--tw-border-opacity)) !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255/var(--tw-bg-opacity)) !important;
    --tw-shadow: 0px 0px 20px #0a2e360f !important;
    --tw-shadow-colored: 0px 0px 20px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.filter_input_search .ant-form-item, .filter_input_search_white .ant-form-item {
    margin-bottom: .75rem !important
}

/* !ps-9 */
.filter_select .ant-select-selector, .filter_select_multiple .ant-select-selector {
    height: 40px !important;
    width: 100% !important;
    border-radius: 25px !important;
    border-color: var(--white-off) !important;
    background-color: var(--white-off) !important;
    padding-inline-start: 2.25rem !important
}

.filter_select .ant-select-selection-search {
    margin: 0 !important;
    padding-inline-start: 1.5rem !important
}

.filter_select_multiple .ant-select-selection-search {
    margin: 0 !important;
    padding-inline-start: 0 !important
}

.ant-select-single, .filter_select .ant-select-selector input, .filter_select_multiple .ant-select-selector input {
    height: 100% !important
}

.react-calendar {
    width: 100% !important;
    border-radius: 40px !important;
    border-width: 1px !important;
    border-color: var(--border-color) !important
}

.react-calendar .react-calendar__navigation {
    margin: 0 !important;
    height: 65px !important;
    border-top-left-radius: 40px !important;
    border-top-right-radius: 40px !important;
    border-bottom-width: 1px !important;
    border-bottom-color: var(--border-color) !important;
    background-color: var(--border-color) !important;
    padding: 0 !important
}

.react-calendar .react-calendar__navigation button:first-child, .react-calendar .react-calendar__navigation button:last-child {
    display: none !important
}

.react-calendar .react-calendar__navigation button:nth-child(2), .react-calendar .react-calendar__navigation button:nth-child(4) {
    height: 65px !important;
    width: 65px !important;
    font-size: 2.25rem;
    line-height: 2.5rem;
    --tw-text-opacity: 1 !important;
    color: rgb(17 137 125/var(--tw-text-opacity)) !important
}

.react-calendar .react-calendar__navigation button:nth-child(2):hover, .react-calendar .react-calendar__navigation button:nth-child(4):hover {
    background-color: transparent
}

.react-calendar .react-calendar__navigation span {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
    font-weight: 600 !important;
    color: var(--text-color) !important
}

.react-calendar .react-calendar__viewContainer .react-calendar__month-view__weekdays {
    display: flex !important;
    height: 70px !important;
    align-items: center !important;
    justify-content: center !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(241 248 247/var(--tw-bg-opacity)) !important;
    font-weight: 600 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(17 137 125/var(--tw-text-opacity)) !important
}

.react-calendar .react-calendar__viewContainer .react-calendar__month-view__weekdays .react-calendar__month-view__weekdays__weekday {
    display: flex;
    height: 100% !important;
    align-items: center;
    justify-content: center;
    border-inline-end-width: 1px !important;
    border-bottom-width: 1px !important;
    border-inline-end-color: var(--border-color) !important;
    border-bottom-color: var(--border-color) !important;
    text-decoration-line: none !important
}

.react-calendar .react-calendar__viewContainer .react-calendar__month-view__weekdays .react-calendar__month-view__weekdays__weekday abbr {
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration-line: none !important
}

.react-calendar .react-calendar__viewContainer .react-calendar__month-view__days button {
    height: 60px !important;
    border-width: 1px !important;
    border-color: var(--border-color) !important;
    font-size: 1.125rem !important;
    line-height: 1.75rem !important
}

.react-calendar .react-calendar__viewContainer .react-calendar__month-view__days .react-calendar__tile--now {
    background-color: transparent !important;
    color: inherit !important
}

.react-calendar .react-calendar__viewContainer .react-calendar__month-view__days .react-calendar__tile--now:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(230 230 230/var(--tw-bg-opacity)) !important
}

.react-calendar .react-calendar__viewContainer .react-calendar__month-view__days .react-calendar__tile--active {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(17 137 125/var(--tw-bg-opacity)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255/var(--tw-text-opacity)) !important
}

.react-calendar .react-calendar__viewContainer .react-calendar__month-view__days .react-calendar__tile--active:hover {
    background-color: rgba(17, 137, 125, .9) !important
}

.container {
    width: 100%
}

@media (min-width: 640px) {
    .container {
        max-width: 640px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px
    }
}

.to:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease-in;
    z-index: -1;
    background-color: inherit;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in
}

.to-primary:hover:after {
    width: 200%;
    height: 200%;
    border-radius: 50%;
    background-color: var(--primary-color)
}

.to-secondary:hover:after {
    width: 200%;
    height: 200%;
    border-radius: 50%;
    background-color: var(--main-bg)
}

.to-danger:hover:after {
    width: 200%;
    height: 200%;
    border-radius: 50%;
    background-color: #ca0000
}

.to_white:after, .to_white_hover:after, .to_yellow:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s ease-in-out;
    border-radius: 50%;
    z-index: -1
}

.parent:hover .to_white:after, .parent:hover .to_yellow:after {
    width: 120%;
    height: 120%;
    background-color: var(--yellow-color)
}

.to_white_hover:hover:after {
    width: 120%;
    height: 120%;
    background-color: var(--yellow-color) !important
}

.parent:hover .to_white img, .parent:hover .to_yellow img, .to_white_hover:hover:after svg {
    z-index: 10
}

.contact_form input, .contact_form textarea {
    border-radius: 40px;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.arrow_en:after {
    left: -25px;
    border-top-width: 22px;
    border-bottom-width: 22px;
    border-right-width: 25px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: rgb(51 51 51/var(--tw-border-opacity))
}

.arrow_ar:after, .arrow_en:after {
    position: absolute;
    top: 50%;
    height: 0;
    width: 0;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-border-opacity: 1;
    --tw-content: "";
    content: var(--tw-content)
}

.arrow_ar:after {
    right: -25px;
    border-top-width: 22px;
    border-bottom-width: 22px;
    border-left-width: 25px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: rgb(51 51 51/var(--tw-border-opacity))
}

.back_image {
    background-image: url(/images/about.webp);
    background-position: 50%;
    background-size: contain
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--text-color);
    opacity: .9;
    z-index: 3
}

.phone {
    width: 100% !important
}

.phone_contact, .phone_contact_ar {
    height: 64px !important;
    width: 100% !important
}

.phone_contact input, .phone_contact_ar input {
    height: 100% !important;
    width: 100% !important;
    border-radius: 40px !important;
    padding-left: 65px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: .05em !important;
    color: var(--text-color) !important
}

.phone_contact_ar input {
    padding-right: 65px !important;
    padding-left: 1.25rem !important
}

.phone_contact .flag-dropdown, .phone_contact_ar .flag-dropdown {
    width: 60px !important;
    border-top-left-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
    border-right-width: 1px !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 255 255/var(--tw-border-opacity)) !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255/var(--tw-bg-opacity)) !important
}

.phone_contact_ar .flag-dropdown {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left-width: 1px !important;
    border-color: var(--border-color) !important
}

.phone_contact .react-tel-input .flag-dropdown.\!open, .phone_contact .react-tel-input .flag-dropdown.\!open .selected-flag, .phone_contact .react-tel-input .flag-dropdown.open, .phone_contact .react-tel-input .flag-dropdown.open .selected-flag, .phone_contact .react-tel-input .selected-flag:focus, .phone_contact .react-tel-input .selected-flag:hover {
    border-top-left-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
    background-color: "" !important
}

.phone_contact_ar .react-tel-input .flag-dropdown.\!open, .phone_contact_ar .react-tel-input .flag-dropdown.\!open .selected-flag, .phone_contact_ar .react-tel-input .flag-dropdown.open, .phone_contact_ar .react-tel-input .flag-dropdown.open .selected-flag, .phone_contact_ar .react-tel-input .selected-flag:focus, .phone_contact_ar .react-tel-input .selected-flag:hover {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background-color: "" !important
}

.phone_contact .flag-dropdown .selected-flag {
    width: 60px !important;
    border-top-left-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
    padding-left: 1.25rem !important
}

.phone_contact_ar .flag-dropdown .selected-flag {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding-right: 1.25rem !important;
    padding-left: 0 !important
}

.phone_contact_ar .selected-flag .arrow {
    right: 20px !important
}

.phone_auth {
    height: 50px !important;
    width: 100% !important;
    border-radius: 40px !important;
    border-width: 1px;
    border-color: var(--white-off) !important;
    background-color: var(--white-off) !important
}

.phone_auth .flag-dropdown {
    width: 60px !important;
    border-top-left-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
    border-right-width: 1px !important;
    border-color: var(--white-off) !important;
    background-color: var(--white-off) !important
}

.phone_auth .react-tel-input .flag-dropdown.\!open, .phone_auth .react-tel-input .flag-dropdown.\!open .selected-flag, .phone_auth .react-tel-input .flag-dropdown.open, .phone_auth .react-tel-input .flag-dropdown.open .selected-flag, .phone_auth .react-tel-input .selected-flag:focus, .phone_auth .react-tel-input .selected-flag:hover {
    border-top-left-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
    background-color: var(--white-off) !important
}

.phone_auth input {
    border-color: var(--white-off) !important;
    background-color: var(--white-off) !important
}

.pointer-events-none {
    pointer-events: none
}

.visible {
    visibility: visible
}

.invisible {
    visibility: hidden
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.inset-0 {
    inset: 0
}

.inset-x-0 {
    left: 0;
    right: 0
}

.-left-10 {
    left: -2.5rem
}

.-left-5 {
    left: -1.25rem
}

.-right-10 {
    right: -2.5rem
}

.-right-5 {
    right: -1.25rem
}

.-top-16 {
    top: -4rem
}

.-top-2 {
    top: -.5rem
}

.-top-24 {
    top: -6rem
}

.-top-\[135px\] {
    top: -135px
}

.bottom-0 {
    bottom: 0
}

.bottom-10 {
    bottom: 2.5rem
}

.bottom-5 {
    bottom: 1.25rem
}

.bottom-\[-145px\] {
    bottom: -145px
}

.bottom-\[-45px\] {
    bottom: -45px
}

.left-0 {
    left: 0
}

.left-1\/2 {
    left: 50%
}

.left-14 {
    left: 3.5rem
}

.left-5 {
    left: 1.25rem
}

.left-\[-7\%\] {
    left: -7%
}

.left-\[14\%\] {
    left: 14%
}

.left-\[0\%\], .left-\[0px\] {
    left: 0
}

.left-\[8px\] {
    left: 8px
}

.right-0 {
    right: 0
}

.right-1 {
    right: .25rem
}

.right-14 {
    right: 3.5rem
}

.right-3 {
    right: .75rem
}

.right-4 {
    right: 1rem
}

.right-5 {
    right: 1.25rem
}

.right-\[14\%\] {
    right: 14%
}

.right-\[-45px\] {
    right: -45px
}

.right-\[0px\] {
    right: 0
}

.right-\[8px\] {
    right: 8px
}

.top-0 {
    top: 0
}

.top-1 {
    top: .25rem
}

.top-1\/2 {
    top: 50%
}

.top-1\/4 {
    top: 25%
}

.top-32 {
    top: 8rem
}

.top-4 {
    top: 1rem
}

.top-5 {
    top: 1.25rem
}

.top-52 {
    top: 13rem
}

.top-\[-140px\] {
    top: -140px
}

.top-\[-310px\] {
    top: -310px
}

.top-\[10\%\] {
    top: 10%
}

.-z-10 {
    z-index: -10
}

.z-10 {
    z-index: 10
}

.z-40 {
    z-index: 40
}

.z-50 {
    z-index: 50
}

.z-\[1\] {
    z-index: 1
}

.z-\[60\] {
    z-index: 60
}

.z-\[9999\] {
    z-index: 9999
}

.-order-1 {
    order: -1
}

.order-2 {
    order: 2
}

.order-none {
    order: 0
}

.\!m-0 {
    margin: 0 !important
}

.m-0 {
    margin: 0
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem
}

.\!-mt-2 {
    margin-top: -.5rem !important
}

.\!mb-1 {
    margin-bottom: .25rem !important
}

.\!mb-2 {
    margin-bottom: .5rem !important
}

.-mt-10 {
    margin-top: -2.5rem
}

.-mt-14 {
    margin-top: -3.5rem
}

.-mt-2 {
    margin-top: -.5rem
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-8 {
    margin-bottom: 2rem
}

.ml-0 {
    margin-left: 0
}

.ml-2 {
    margin-left: .5rem
}

.ml-\[300px\] {
    margin-left: 300px
}

.ml-auto {
    margin-left: auto
}

.mr-0 {
    margin-right: 0
}

.mr-1 {
    margin-right: .25rem
}

.mr-2 {
    margin-right: .5rem
}

.mr-\[300px\] {
    margin-right: 300px
}

.mt-1 {
    margin-top: .25rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-20 {
    margin-top: 5rem
}

.mt-3 {
    margin-top: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mt-\[2px\] {
    margin-top: 2px
}

.mt-\[80px\] {
    margin-top: 80px
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.\!hidden {
    display: none !important
}

.hidden {
    display: none
}

.aspect-video {
    aspect-ratio: 16/9
}

.\!size-\[100px\] {
    width: 100px !important;
    height: 100px !important
}

.\!size-\[35px\] {
    width: 35px !important;
    height: 35px !important
}

.\!size-\[50px\] {
    width: 50px !important;
    height: 50px !important
}

.size-3 {
    width: .75rem;
    height: .75rem
}

.size-3\/5 {
    width: 60%;
    height: 60%
}

.size-7 {
    width: 1.75rem;
    height: 1.75rem
}

.size-\[100px\] {
    width: 100px;
    height: 100px
}

.size-\[10px\] {
    width: 10px;
    height: 10px
}

.size-\[120px\] {
    width: 120px;
    height: 120px
}

.size-\[15px\] {
    width: 15px;
    height: 15px
}

.size-\[16px\] {
    width: 16px;
    height: 16px
}

.size-\[18px\] {
    width: 18px;
    height: 18px
}

.size-\[200px\] {
    width: 200px;
    height: 200px
}

.size-\[20px\] {
    width: 20px;
    height: 20px
}

.size-\[24px\] {
    width: 24px;
    height: 24px
}

.size-\[25px\] {
    width: 25px;
    height: 25px
}

.size-\[27px\] {
    width: 27px;
    height: 27px
}

.size-\[300px\] {
    width: 300px;
    height: 300px
}

.size-\[30px\] {
    width: 30px;
    height: 30px
}

.size-\[35px\] {
    width: 35px;
    height: 35px
}

.size-\[38px\] {
    width: 38px;
    height: 38px
}

.size-\[40px\] {
    width: 40px;
    height: 40px
}

.size-\[42px\] {
    width: 42px;
    height: 42px
}

.size-\[45px\] {
    width: 45px;
    height: 45px
}

.size-\[50px\] {
    width: 50px;
    height: 50px
}

.size-\[55px\] {
    width: 55px;
    height: 55px
}

.size-\[5px\] {
    width: 5px;
    height: 5px
}

.size-\[60px\] {
    width: 60px;
    height: 60px
}

.size-\[64px\] {
    width: 64px;
    height: 64px
}

.size-\[65px\] {
    width: 65px;
    height: 65px
}

.size-\[70px\] {
    width: 70px;
    height: 70px
}

.size-\[80px\] {
    width: 80px;
    height: 80px
}

.size-fit {
    width: fit-content;
    height: fit-content
}

.size-full {
    width: 100%;
    height: 100%
}

.h-0\.5 {
    height: .125rem
}

.h-1 {
    height: .25rem
}

.h-10 {
    height: 2.5rem
}

.h-20 {
    height: 5rem
}

.h-32 {
    height: 8rem
}

.h-44 {
    height: 11rem
}

.h-5 {
    height: 1.25rem
}

.h-\[1000px\] {
    height: 1000px
}

.h-\[140px\] {
    height: 140px
}

.h-\[144px\] {
    height: 144px
}

.h-\[168px\] {
    height: 168px
}

.h-\[169px\] {
    height: 169px
}

.h-\[200px\] {
    height: 200px
}

.h-\[248px\] {
    height: 248px
}

.h-\[280px\] {
    height: 280px
}

.h-\[300px\] {
    height: 300px
}

.h-\[30px\] {
    height: 30px
}

.h-\[320px\] {
    height: 320px
}

.h-\[32px\] {
    height: 32px
}

.h-\[40px\] {
    height: 40px
}

.h-\[45px\] {
    height: 45px
}

.h-\[47px\] {
    height: 47px
}

.h-\[500px\] {
    height: 500px
}

.h-\[50px\] {
    height: 50px
}

.h-\[600px\] {
    height: 600px
}

.h-\[60px\] {
    height: 60px
}

.h-\[64px\] {
    height: 64px
}

.h-\[70px\] {
    height: 70px
}

.h-\[80px\] {
    height: 80px
}

.h-\[85\%\] {
    height: 85%
}

.h-\[86px\] {
    height: 86px
}

.h-\[88px\] {
    height: 88px
}

.h-\[90px\] {
    height: 90px
}

.h-\[96px\] {
    height: 96px
}

.h-\[97px\] {
    height: 97px
}

.h-\[calc\(100vh-150px\)\] {
    height: calc(100vh - 150px)
}

.h-\[calc\(100vh-300px\)\] {
    height: calc(100vh - 300px)
}

.h-auto {
    height: auto
}

.h-fit {
    height: fit-content
}

.h-full {
    height: 100%
}

.h-px {
    height: 1px
}

.h-screen {
    height: 100vh
}

.max-h-\[100px\] {
    max-height: 100px
}

.max-h-\[168px\] {
    max-height: 168px
}

.max-h-\[200px\] {
    max-height: 200px
}

.max-h-\[300px\] {
    max-height: 300px
}

.max-h-\[380px\] {
    max-height: 380px
}

.max-h-\[382px\] {
    max-height: 382px
}

.max-h-\[600px\] {
    max-height: 600px
}

.max-h-\[calc\(100vh-250px\)\] {
    max-height: calc(100vh - 250px)
}

.min-h-\[100px\] {
    min-height: 100px
}

.min-h-\[104px\] {
    min-height: 104px
}

.min-h-\[140px\] {
    min-height: 140px
}

.min-h-\[162px\] {
    min-height: 162px
}

.min-h-\[200px\] {
    min-height: 200px
}

.min-h-\[650px\] {
    min-height: 650px
}

.min-h-\[94px\] {
    min-height: 94px
}

.min-h-\[calc\(100vh-104px\)\] {
    min-height: calc(100vh - 104px)
}

.min-h-full {
    min-height: 100%
}

.min-h-screen {
    min-height: 100vh
}

.\!w-\[50px\] {
    width: 50px !important
}

.w-0 {
    width: 0
}

.w-1\/3 {
    width: 33.333333%
}

.w-10 {
    width: 2.5rem
}

.w-16 {
    width: 4rem
}

.w-3\/5 {
    width: 60%
}

.w-32 {
    width: 8rem
}

.w-44 {
    width: 11rem
}

.w-5 {
    width: 1.25rem
}

.w-\[100px\] {
    width: 100px
}

.w-\[120px\] {
    width: 120px
}

.w-\[135px\] {
    width: 135px
}

.w-\[145px\] {
    width: 145px
}

.w-\[150px\] {
    width: 150px
}

.w-\[180px\] {
    width: 180px
}

.w-\[200px\] {
    width: 200px
}

.w-\[270px\] {
    width: 270px
}

.w-\[300px\] {
    width: 300px
}

.w-\[350px\] {
    width: 350px
}

.w-\[385px\] {
    width: 385px
}

.w-\[400px\] {
    width: 400px
}

.w-\[500px\] {
    width: 500px
}

.w-\[50px\] {
    width: 50px
}

.w-\[68px\] {
    width: 68px
}

.w-\[80\%\] {
    width: 80%
}

.w-\[90\%\] {
    width: 90%
}

.w-\[93px\] {
    width: 93px
}

.w-\[98\%\] {
    width: 98%
}

.w-\[calc\(100\%-300px\)\] {
    width: calc(100% - 300px)
}

.w-\[calc\(100\%-60px\)\] {
    width: calc(100% - 60px)
}

.w-\[calc\(100\%-80px\)\] {
    width: calc(100% - 80px)
}

.w-fit {
    width: fit-content
}

.w-full {
    width: 100%
}

.w-screen {
    width: 100vw
}

.max-w-\[110px\] {
    max-width: 110px
}

.max-w-\[120px\] {
    max-width: 120px
}

.max-w-\[128px\] {
    max-width: 128px
}

.max-w-\[177px\] {
    max-width: 177px
}

.max-w-\[200px\] {
    max-width: 200px
}

.max-w-\[300px\] {
    max-width: 300px
}

.max-w-\[320px\] {
    max-width: 320px
}

.max-w-\[400px\] {
    max-width: 400px
}

.max-w-\[440px\] {
    max-width: 440px
}

.max-w-\[445\.74px\] {
    max-width: 445.74px
}

.max-w-\[45\%\] {
    max-width: 45%
}

.max-w-\[485px\] {
    max-width: 485px
}

.max-w-\[490px\] {
    max-width: 490px
}

.max-w-\[50\%\] {
    max-width: 50%
}

.max-w-\[500px\] {
    max-width: 500px
}

.max-w-\[600px\] {
    max-width: 600px
}

.max-w-\[70px\] {
    max-width: 70px
}

.max-w-\[86px\] {
    max-width: 86px
}

.max-w-\[90\%\] {
    max-width: 90%
}

.max-w-full {
    max-width: 100%
}

.flex-1 {
    flex: 1 1 0%
}

.flex-\[0\.55\] {
    flex: 0.55
}

.flex-\[1_0_350px\] {
    flex: 1 0 350px
}

.flex-\[auto\] {
    flex: auto
}

.flex-auto {
    flex: 1 1 auto
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%
}

.-translate-x-1\/2, .-translate-y-1\/2 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.animate-spin {
    animation: spin 1s linear infinite
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.animate-spin-slow {
    animation: spin 10s linear infinite
}

.\!cursor-not-allowed {
    cursor: not-allowed !important
}

.cursor-crosshair {
    cursor: crosshair
}

.cursor-not-allowed {
    cursor: not-allowed
}

.cursor-pointer {
    cursor: pointer
}

.resize {
    resize: both
}

.list-inside {
    list-style-position: inside
}

.list-disc {
    list-style-type: disc
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.justify-items-center {
    justify-items: center
}

.gap-1 {
    gap: .25rem
}

.gap-10 {
    gap: 2.5rem
}

.gap-2 {
    gap: .5rem
}

.gap-3 {
    gap: .75rem
}

.gap-4 {
    gap: 1rem
}

.gap-5 {
    gap: 1.25rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-8 {
    gap: 2rem
}

.gap-x-2 {
    column-gap: .5rem
}

.gap-x-5 {
    column-gap: 1.25rem
}

.gap-y-5 {
    row-gap: 1.25rem
}

.gap-y-8 {
    row-gap: 2rem
}

.space-x-4>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-4>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse))
}

.overflow-hidden {
    overflow: hidden
}

.overflow-y-auto {
    overflow-y: auto
}

.overflow-x-hidden {
    overflow-x: hidden
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.whitespace-pre-wrap {
    white-space: pre-wrap
}

.text-nowrap {
    text-wrap: nowrap
}

.break-words {
    overflow-wrap: break-word
}

.break-all {
    word-break: break-all
}

.rounded {
    border-radius: .25rem
}

.rounded-2xl {
    border-radius: 1rem
}

.rounded-3xl {
    border-radius: 1.5rem
}

.rounded-\[10px\] {
    border-radius: 10px
}

.rounded-\[13px\] {
    border-radius: 13px
}

.rounded-\[15px\] {
    border-radius: 15px
}

.rounded-\[18px\] {
    border-radius: 18px
}

.rounded-\[20px\] {
    border-radius: 20px
}

.rounded-\[25px\] {
    border-radius: 25px
}

.rounded-\[30px\] {
    border-radius: 30px
}

.rounded-\[35px\] {
    border-radius: 35px
}

.rounded-\[40px\] {
    border-radius: 40px
}

.rounded-\[50px\] {
    border-radius: 50px
}

.rounded-\[8px\] {
    border-radius: 8px
}

.rounded-full {
    border-radius: 9999px
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-xl {
    border-radius: .75rem
}

.rounded-b-\[25px\] {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px
}

.rounded-b-md {
    border-bottom-right-radius: .375rem;
    border-bottom-left-radius: .375rem
}

.rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem
}

.rounded-t-\[20px\] {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

.rounded-t-\[25px\] {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px
}

.rounded-t-md {
    border-top-left-radius: .375rem;
    border-top-right-radius: .375rem
}

.rounded-tl-none {
    border-top-left-radius: 0
}

.rounded-tr-none {
    border-top-right-radius: 0
}

.rounded-tr-xl {
    border-top-right-radius: .75rem
}

.border {
    border-width: 1px
}

.border-2 {
    border-width: 2px
}

.border-\[3px\] {
    border-width: 3px
}

.border-y {
    border-top-width: 1px;
    border-bottom-width: 1px
}

.\!border-e-4 {
    border-inline-end-width: 4px !important
}

.border-b {
    border-bottom-width: 1px
}

.border-b-2 {
    border-bottom-width: 2px
}

.border-l {
    border-left-width: 1px
}

.border-l-2 {
    border-left-width: 2px
}

.border-r {
    border-right-width: 1px
}

.border-r-2 {
    border-right-width: 2px
}

.border-t {
    border-top-width: 1px
}

.border-dashed {
    border-style: dashed
}

.border-\[\#0A2E360F\] {
    border-color: #0a2e360f
}

.border-\[\#11897D0F\] {
    border-color: #11897d0f
}

.border-\[\#11897D\] {
    --tw-border-opacity: 1;
    border-color: rgb(17 137 125/var(--tw-border-opacity))
}

.border-\[\#DEB00D1A\] {
    border-color: #deb00d1a
}

.border-\[\#E6F3F2\] {
    --tw-border-opacity: 1;
    border-color: rgb(230 243 242/var(--tw-border-opacity))
}

.border-\[\#EDF8F3\] {
    --tw-border-opacity: 1;
    border-color: rgb(237 248 243/var(--tw-border-opacity))
}

.border-\[\#F9EDED\] {
    --tw-border-opacity: 1;
    border-color: rgb(249 237 237/var(--tw-border-opacity))
}

.border-\[\#FCF0F0\] {
    --tw-border-opacity: 1;
    border-color: rgb(252 240 240/var(--tw-border-opacity))
}

.border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246/var(--tw-border-opacity))
}

.border-border {
    border-color: var(--border-color)
}

.border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgb(34 197 94/var(--tw-border-opacity))
}

.border-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgb(249 115 22/var(--tw-border-opacity))
}

.border-primary {
    --tw-border-opacity: 1;
    border-color: rgb(17 137 125/var(--tw-border-opacity))
}

.border-primary-400 {
    border-color: #11897d0f
}

.border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgb(168 85 247/var(--tw-border-opacity))
}

.border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68/var(--tw-border-opacity))
}

.border-teal-500 {
    --tw-border-opacity: 1;
    border-color: rgb(20 184 166/var(--tw-border-opacity))
}

.border-transparent {
    border-color: transparent
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity))
}

.border-whiteOff {
    border-color: var(--white-off)
}

.border-yellow {
    border-color: var(--yellow-color)
}

.border-y-border {
    border-top-color: var(--border-color);
    border-bottom-color: var(--border-color)
}

.\!border-e-green-500 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(34 197 94/var(--tw-border-opacity)) !important
}

.border-b-\[\#ccd2d30f\] {
    border-bottom-color: #ccd2d30f
}

.border-b-border {
    border-bottom-color: var(--border-color)
}

.border-l-border {
    border-left-color: var(--border-color)
}

.border-r-border {
    border-right-color: var(--border-color)
}

.border-t-border {
    border-top-color: var(--border-color)
}

.border-t-white\/20 {
    border-top-color: hsla(0, 0%, 100%, .2)
}

.\!bg-\[\#094a58\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(9 74 88/var(--tw-bg-opacity)) !important
}

.\!bg-primary {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(17 137 125/var(--tw-bg-opacity)) !important
}

.bg-\[\#114F56\] {
    --tw-bg-opacity: 1;
    background-color: rgb(17 79 86/var(--tw-bg-opacity))
}

.bg-\[\#11897D0F\] {
    background-color: #11897d0f
}

.bg-\[\#11897D\] {
    --tw-bg-opacity: 1;
    background-color: rgb(17 137 125/var(--tw-bg-opacity))
}

.bg-\[\#183A42\] {
    --tw-bg-opacity: 1;
    background-color: rgb(24 58 66/var(--tw-bg-opacity))
}

.bg-\[\#1f2850\] {
    --tw-bg-opacity: 1;
    background-color: rgb(31 40 80/var(--tw-bg-opacity))
}

.bg-\[\#70B8B1\] {
    --tw-bg-opacity: 1;
    background-color: rgb(112 184 177/var(--tw-bg-opacity))
}

.bg-\[\#7C6354\] {
    --tw-bg-opacity: 1;
    background-color: rgb(124 99 84/var(--tw-bg-opacity))
}

.bg-\[\#CA0000\] {
    --tw-bg-opacity: 1;
    background-color: rgb(202 0 0/var(--tw-bg-opacity))
}

.bg-\[\#DEB00D1A\] {
    background-color: #deb00d1a
}

.bg-\[\#E5EBEC\] {
    --tw-bg-opacity: 1;
    background-color: rgb(229 235 236/var(--tw-bg-opacity))
}

.bg-\[\#E6F3F2\] {
    --tw-bg-opacity: 1;
    background-color: rgb(230 243 242/var(--tw-bg-opacity))
}

.bg-\[\#EDF8F3\] {
    --tw-bg-opacity: 1;
    background-color: rgb(237 248 243/var(--tw-bg-opacity))
}

.bg-\[\#F1F8F7\] {
    --tw-bg-opacity: 1;
    background-color: rgb(241 248 247/var(--tw-bg-opacity))
}

.bg-\[\#F2F2F2\] {
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242/var(--tw-bg-opacity))
}

.bg-\[\#F5F5F5\] {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245/var(--tw-bg-opacity))
}

.bg-\[\#F6E5E5\] {
    --tw-bg-opacity: 1;
    background-color: rgb(246 229 229/var(--tw-bg-opacity))
}

.bg-\[\#F9EDED\] {
    --tw-bg-opacity: 1;
    background-color: rgb(249 237 237/var(--tw-bg-opacity))
}

.bg-\[\#FAFAFA\] {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250/var(--tw-bg-opacity))
}

.bg-\[\#FBF9EE\] {
    --tw-bg-opacity: 1;
    background-color: rgb(251 249 238/var(--tw-bg-opacity))
}

.bg-\[\#FCF0F0\] {
    --tw-bg-opacity: 1;
    background-color: rgb(252 240 240/var(--tw-bg-opacity))
}

.bg-\[\#e6f3f2\] {
    --tw-bg-opacity: 1;
    background-color: rgb(230 243 242/var(--tw-bg-opacity))
}

.bg-black {
    background-color: var(--black-color)
}

.bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254/var(--tw-bg-opacity))
}

.bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254/var(--tw-bg-opacity))
}

.bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246/var(--tw-bg-opacity))
}

.bg-border {
    background-color: var(--border-color)
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235/var(--tw-bg-opacity))
}

.bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128/var(--tw-bg-opacity))
}

.bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39/var(--tw-bg-opacity))
}

.bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 252 231/var(--tw-bg-opacity))
}

.bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94/var(--tw-bg-opacity))
}

.bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22/var(--tw-bg-opacity))
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(17 137 125/var(--tw-bg-opacity)) !important
}

.bg-primary-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 79 86/var(--tw-bg-opacity))
}

.bg-primary-300 {
    background-color: #11897d1a
}

.bg-primary-400 {
    background-color: #11897d0f
}

.bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(168 85 247/var(--tw-bg-opacity))
}

.bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 165 165/var(--tw-bg-opacity))
}

.bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68/var(--tw-bg-opacity))
}

.bg-slate-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240/var(--tw-bg-opacity))
}

.bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(20 184 166/var(--tw-bg-opacity))
}

.bg-textColor {
    background-color: var(--text-color)
}

.bg-transparent {
    background-color: transparent
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-whiteOff {
    background-color: var(--white-off)
}

.bg-yellow {
    background-color: var(--yellow-color)
}

.bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops))
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops))
}

.from-primary-200 {
    --tw-gradient-from: #114f56 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 79, 86, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-transparent {
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.via-white\/60 {
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), hsla(0, 0%, 100%, .6) var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.to-primary {
    --tw-gradient-to: #11897d var(--tw-gradient-to-position)
}

.to-transparent {
    --tw-gradient-to: transparent var(--tw-gradient-to-position)
}

.object-contain {
    object-fit: contain
}

.object-cover {
    object-fit: cover
}

.object-center {
    object-position: center
}

.\!p-1 {
    padding: .25rem !important
}

.p-0 {
    padding: 0
}

.p-1 {
    padding: .25rem
}

.p-2 {
    padding: .5rem
}

.p-2\.5 {
    padding: .625rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.p-5 {
    padding: 1.25rem
}

.p-6 {
    padding: 1.5rem
}

.p-\[2px\] {
    padding: 2px
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem
}

.py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px
}

.py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px
}

.py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px
}

.py-\[70px\] {
    padding-top: 70px;
    padding-bottom: 70px
}

.\!pt-2 {
    padding-top: .5rem !important
}

.\!pt-8 {
    padding-top: 2rem !important
}

.pb-1 {
    padding-bottom: .25rem
}

.pb-10 {
    padding-bottom: 2.5rem !important
}

.pb-16 {
    padding-bottom: 4rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pb-3 {
    padding-bottom: .75rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pb-5 {
    padding-bottom: 1.25rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pe-2 {
    padding-inline-end: .5rem
}

.pl-3 {
    padding-left: .75rem
}

.pr-10 {
    padding-right: 2.5rem
}

.pr-3 {
    padding-right: .75rem
}

.ps-0 {
    padding-inline-start: 0
}

.ps-3 {
    padding-inline-start: .75rem
}

.ps-4 {
    padding-inline-start: 1rem
}

.pt-0 {
    padding-top: 0
}

.pt-10 {
    padding-top: 2.5rem
}

.pt-2 {
    padding-top: .5rem
}

.pt-4 {
    padding-top: 1rem
}

.pt-5 {
    padding-top: 1.25rem
}

.pt-6 {
    padding-top: 1.5rem
}

.pt-8 {
    padding-top: 2rem
}

.pt-\[50px\] {
    padding-top: 50px
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-start {
    text-align: start
}

.text-end {
    text-align: end
}

.font-sans {
    font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text-\[12px\] {
    font-size: 12px
}

.text-\[13px\] {
    font-size: 13px
}

.text-\[14px\] {
    font-size: 14px
}

.text-\[15px\] {
    font-size: 15px
}

.text-\[16px\] {
    font-size: 16px
}

.text-\[17px\] {
    font-size: 17px
}

.text-\[18px\] {
    font-size: 18px
}

.text-\[20px\] {
    font-size: 20px
}

.text-\[24px\] {
    font-size: 24px
}

.text-\[25px\] {
    font-size: 25px
}

.text-\[30px\] {
    font-size: 30px
}

.text-\[35px\] {
    font-size: 35px
}

.text-\[9px\] {
    font-size: 9px
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.font-\[400\] {
    font-weight: 400
}

.font-\[500\] {
    font-weight: 500
}

.font-\[600\] {
    font-weight: 600
}

.font-\[700\], .font-bold {
    font-weight: 700
}

.font-extrabold {
    font-weight: 800
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.capitalize {
    text-transform: capitalize
}

.italic {
    font-style: italic
}

.leading-4 {
    line-height: 1rem
}

.leading-6 {
    line-height: 1.5rem
}

.leading-\[1\.7\] {
    line-height: 1.7
}

.leading-\[19px\] {
    line-height: 19px
}

.leading-\[21px\] {
    line-height: 21px
}

.leading-\[43px\] {
    line-height: 43px
}

.leading-relaxed {
    line-height: 1.625
}

.tracking-wide {
    letter-spacing: .025em
}

.tracking-wider {
    letter-spacing: .05em
}

.\!text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgb(59 130 246/var(--tw-text-opacity)) !important
}

.\!text-orange-500 {
    --tw-text-opacity: 1 !important;
    color: rgb(249 115 22/var(--tw-text-opacity)) !important
}

.\!text-primary {
    --tw-text-opacity: 1 !important;
    color: rgb(17 137 125/var(--tw-text-opacity)) !important
}

.\!text-purple-500 {
    --tw-text-opacity: 1 !important;
    color: rgb(168 85 247/var(--tw-text-opacity)) !important
}

.\!text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgb(239 68 68/var(--tw-text-opacity)) !important
}

.\!text-teal-500 {
    --tw-text-opacity: 1 !important;
    color: rgb(20 184 166/var(--tw-text-opacity)) !important
}

.\!text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255/var(--tw-text-opacity)) !important
}

.text-\[\#114f56\] {
    --tw-text-opacity: 1;
    color: rgb(17 79 86/var(--tw-text-opacity))
}

.text-\[\#26C57D\] {
    --tw-text-opacity: 1;
    color: rgb(38 197 125/var(--tw-text-opacity))
}

.text-\[\#CA0000\] {
    --tw-text-opacity: 1;
    color: rgb(202 0 0/var(--tw-text-opacity))
}

.text-\[\#D22A2A\] {
    --tw-text-opacity: 1;
    color: rgb(210 42 42/var(--tw-text-opacity))
}

.text-\[\#FAF9FD\] {
    --tw-text-opacity: 1;
    color: rgb(250 249 253/var(--tw-text-opacity))
}

.text-\[\#e5e7eb\] {
    --tw-text-opacity: 1;
    color: rgb(229 231 235/var(--tw-text-opacity))
}

.text-black {
    color: var(--black-color)
}

.text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(59 130 246/var(--tw-text-opacity))
}

.text-blue-800 {
    --tw-text-opacity: 1;
    color: rgb(30 64 175/var(--tw-text-opacity))
}

.text-border {
    color: var(--border-color)
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128/var(--tw-text-opacity))
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99/var(--tw-text-opacity))
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81/var(--tw-text-opacity))
}

.text-green-500 {
    --tw-text-opacity: 1;
    color: rgb(34 197 94/var(--tw-text-opacity))
}

.text-green-800 {
    --tw-text-opacity: 1;
    color: rgb(22 101 52/var(--tw-text-opacity))
}

.text-inherit {
    color: inherit
}

.text-orange-500 {
    --tw-text-opacity: 1;
    color: rgb(249 115 22/var(--tw-text-opacity))
}

.text-primary {
    --tw-text-opacity: 1;
    color: rgb(17 137 125/var(--tw-text-opacity)) !important
}

.text-primary-200 {
    --tw-text-opacity: 1;
    color: rgb(17 79 86/var(--tw-text-opacity))
}

.text-purple-500 {
    --tw-text-opacity: 1;
    color: rgb(168 85 247/var(--tw-text-opacity))
}

.text-red-400 {
    --tw-text-opacity: 1;
    color: rgb(248 113 113/var(--tw-text-opacity))
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68/var(--tw-text-opacity))
}

.text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38/var(--tw-text-opacity))
}

.text-slate-300 {
    --tw-text-opacity: 1;
    color: rgb(203 213 225/var(--tw-text-opacity))
}

.text-teal-500 {
    --tw-text-opacity: 1;
    color: rgb(20 184 166/var(--tw-text-opacity))
}

.text-textColor {
    color: var(--text-color)
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity)) !important;
}

.text-white\/70 {
    color: hsla(0, 0%, 100%, .7)
}

.text-white\/90 {
    color: hsla(0, 0%, 100%, .9)
}

.text-yellow {
    color: var(--yellow-color)
}

.text-opacity-80 {
    --tw-text-opacity: 0.8
}

.line-through {
    text-decoration-line: line-through
}

.opacity-0 {
    opacity: 0
}

.opacity-100 {
    opacity: 1
}

.opacity-30 {
    opacity: .3
}

.opacity-40 {
    opacity: .4
}

.opacity-50 {
    opacity: .5
}

.opacity-80 {
    opacity: .8
}

.opacity-90 {
    opacity: .9
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-\[0px_0px_10px_\#03203214\] {
    --tw-shadow: 0px 0px 10px #03203214;
    --tw-shadow-colored: 0px 0px 10px var(--tw-shadow-color)
}

.shadow-\[0px_0px_10px_\#03203214\], .shadow-\[0px_0px_10px_\#1A1A271A\] {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-\[0px_0px_10px_\#1A1A271A\] {
    --tw-shadow: 0px 0px 10px #1a1a271a;
    --tw-shadow-colored: 0px 0px 10px var(--tw-shadow-color)
}

.shadow-\[0px_0px_20px\] {
    --tw-shadow: 0px 0px 20px;
    --tw-shadow-colored: 0px 0px 20px var(--tw-shadow-color)
}

.shadow-\[0px_0px_20px\], .shadow-\[0px_0px_20px_\#0A2E360F\] {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-\[0px_0px_20px_\#0A2E360F\] {
    --tw-shadow: 0px 0px 20px #0a2e360f;
    --tw-shadow-colored: 0px 0px 20px var(--tw-shadow-color)
}

.shadow-\[0px_0px_20px_\#0A2E361A\] {
    --tw-shadow: 0px 0px 20px #0a2e361a;
    --tw-shadow-colored: 0px 0px 20px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-\[0px_0px_6px\] {
    --tw-shadow: 0px 0px 6px;
    --tw-shadow-colored: 0px 0px 6px var(--tw-shadow-color)
}

.shadow-\[0px_0px_6px\], .shadow-\[0px_0px_6px_\#0A2E3614\] {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-\[0px_0px_6px_\#0A2E3614\] {
    --tw-shadow: 0px 0px 6px #0a2e3614;
    --tw-shadow-colored: 0px 0px 6px var(--tw-shadow-color)
}

.shadow-\[0px_1px_15px\] {
    --tw-shadow: 0px 1px 15px;
    --tw-shadow-colored: 0px 1px 15px var(--tw-shadow-color)
}

.shadow-\[0px_1px_15px\], .shadow-\[0px_1px_15px_\#0A2E361A\] {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-\[0px_1px_15px_\#0A2E361A\] {
    --tw-shadow: 0px 1px 15px #0a2e361a;
    --tw-shadow-colored: 0px 1px 15px var(--tw-shadow-color)
}

.shadow-\[0px_2px_10px\] {
    --tw-shadow: 0px 2px 10px;
    --tw-shadow-colored: 0px 2px 10px var(--tw-shadow-color)
}

.shadow-\[0px_2px_10px\], .shadow-\[0px_5px_10px\] {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-\[0px_5px_10px\] {
    --tw-shadow: 0px 5px 10px;
    --tw-shadow-colored: 0px 5px 10px var(--tw-shadow-color)
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color)
}

.shadow-lg, .shadow-md {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color)
}

.shadow-line {
    --tw-shadow-color: var(--line-color);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-shadow {
    --tw-shadow-color: var(--shadow-color);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-shadow2 {
    --tw-shadow-color: var(--shadow-color-2);
    --tw-shadow: var(--tw-shadow-colored)
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.duration-150, .transition-colors {
    transition-duration: .15s
}

.duration-200 {
    transition-duration: .2s
}

.duration-300 {
    transition-duration: .3s
}

.duration-500 {
    transition-duration: .5s
}

@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap");

:root {
    --primary-color: #11897d;
    --secondary-color: #114f56;
    --third-color: #11897d1a;
    --fourth-color: #11897d0f;
    --main-bg: #fff;
    --black-color: #15211d;
    --text-color: #0a2e36;
    --yellow-color: #deb00d;
    --yellow-bg-color: #fef9c3;
    --border-color: #00000014;
    --white-off: #f5f5f5;
    --shadow-color: #0a2e361a;
    --shadow-color-2: #114f5614;
    --line-color: #114f561a
}

html {
    scroll-behavior: smooth
}

.ant-image {
    width: 100% !important
}

.tox-statusbar {
    display: none !important
}

.ant-table-cell {
    text-align: center !important
}

.ant-dropdown {
    max-height: 400px !important;
    height: fit-content !important;
    overflow-y: auto !important;
    box-shadow: 0 0 10px var(--shadow-color) !important;
    border-radius: 15px !important
}

@media (max-width: 768px) {
    .ant-dropdown {
        margin-left: 50px !important
    }

    html[dir=rtl] .ant-dropdown {
        left: unset !important;
        margin-right: 50px !important
    }
}

.ant-table-tbody>tr>td, .ant-table-thead>tr>th {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: var(--primary-color) !important
}

.ant-table-tbody>tr>td {
    color: var(--text-color) !important
}

.ant-picker-input {
    padding-inline-start: 25px !important
}

.ant-modal .ant-modal-content {
    border-radius: 40px !important
}

.ant-switch.ant-switch-checked {
    background-color: var(--yellow-color) !important
}

.ant-checkbox-checked .ant-checkbox-inner {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important
}

.ant-table-container:after, .ant-table-container:before {
    box-shadow: none !important
}

.swiper {
    width: 100%;
    height: 100%;
    position: static !important
}

.teacher .swiper {
    overflow: unset !important
}

.ant-radio-wrapper span.ant-radio+* {
    width: 100% !important
}

.sidebar-scroll::-webkit-scrollbar {
    width: 6px
}

.sidebar-scroll::-webkit-scrollbar-track {
    background: #0b2d35
}

.sidebar-scroll::-webkit-scrollbar-thumb {
    background-color: #0b2d35;
    border-radius: 10px
}

.parent:hover .to_white img:after {
    filter: invert(11%) sepia(23%) saturate(3064%) hue-rotate(155deg) brightness(96%) contrast(92%) !important
}

@keyframes moveX {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(8px)
    }

    to {
        transform: translateX(0)
    }
}

.logo-move {
    animation: moveX 2s ease-in-out infinite
}

.custom-scrollbar::-webkit-scrollbar {
    width: 1px
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #11897d;
    border-radius: 1px
}

.custom-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: #11897d transparent
}

.after\:border-l-\[\#E6F3F2\]:after {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-left-color: rgb(230 243 242/var(--tw-border-opacity))
}

.after\:border-r-\[\#E6F3F2\]:after {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-right-color: rgb(230 243 242/var(--tw-border-opacity))
}

.last\:border-0:last-child {
    border-width: 0
}

.hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem
}

.hover\:-translate-x-5:hover, .hover\:-translate-y-2:hover {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem
}

.hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem
}

.hover\:scale-105:hover, .hover\:translate-x-5:hover {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
}

.hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity))
}

.hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246/var(--tw-bg-opacity))
}

.hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219/var(--tw-bg-opacity))
}

.hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(17 137 125/var(--tw-bg-opacity)) !important
}

.hover\:bg-primary-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(17 79 86/var(--tw-bg-opacity))
}

.hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68/var(--tw-bg-opacity))
}

.hover\:bg-transparent:hover {
    background-color: transparent !important
}

.hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity)) !important
}

.hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgb(59 130 246/var(--tw-text-opacity))
}

.hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgb(17 137 125/var(--tw-text-opacity)) !important
}

.hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgb(239 68 68/var(--tw-text-opacity)) !important
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity)) !important
}

.hover\:text-yellow:hover {
    color: var(--yellow-color) !important;
}

.hover\:underline:hover {
    text-decoration-line: underline
}

.hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(96 165 250/var(--tw-ring-opacity))
}

.disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed
}

.disabled\:border-slate-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgb(203 213 225/var(--tw-border-opacity))
}

.disabled\:bg-slate-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(203 213 225/var(--tw-bg-opacity)) !important
}

.disabled\:text-slate-500:disabled {
    --tw-text-opacity: 1;
    color: rgb(100 116 139/var(--tw-text-opacity)) !important
}

.group:hover .group-hover\:relative {
    position: relative
}

.group:hover .group-hover\:bottom-0 {
    bottom: 0
}

.group:hover .group-hover\:left-5 {
    left: 1.25rem
}

.group:hover .group-hover\:right-1\/2 {
    right: 50%
}

.group:hover .group-hover\:right-5 {
    right: 1.25rem
}

.group:hover .group-hover\:z-10 {
    z-index: 10
}

.group:hover .group-hover\:block {
    display: block
}

.group:hover .group-hover\:hidden {
    display: none
}

.group:hover .group-hover\:translate-x-1\/2 {
    --tw-translate-x: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group:hover .group-hover\:text-primary {
    --tw-text-opacity: 1;
    color: rgb(17 137 125/var(--tw-text-opacity)) !important
}

.group:hover .group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.group:hover .group-hover\:opacity-0 {
    opacity: 0
}

.group:hover .group-hover\:opacity-100 {
    opacity: 1
}

@media (min-width: 640px) {
    .sm\:block {
        display: block
    }

    .sm\:hidden {
        display: none
    }

    .sm\:size-\[300px\] {
        width: 300px;
        height: 300px
    }

    .sm\:h-\[700px\] {
        height: 700px
    }

    .sm\:max-h-\[400px\] {
        max-height: 400px
    }

    .sm\:w-\[128px\] {
        width: 128px
    }

    .sm\:w-auto {
        width: auto
    }

    .sm\:flex-1 {
        flex: 1 1 0%
    }

    .sm\:flex-shrink-0 {
        flex-shrink: 0
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .sm\:flex-row {
        flex-direction: row
    }

    .sm\:items-center {
        align-items: center
    }

    .sm\:gap-4 {
        gap: 1rem
    }

    .sm\:p-6 {
        padding: 1.5rem
    }

    .sm\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .sm\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .sm\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .sm\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

@media (min-width: 768px) {
    .md\:sticky {
        position: sticky
    }

    .md\:left-\[-8\%\] {
        left: -8%
    }

    .md\:right-\[-8\%\] {
        right: -8%
    }

    .md\:left-\[35\%\] {
        left: 35%
    }

    .md\:left-\[7\%\] {
        left: 7%
    }

    .md\:top-10 {
        top: 2.5rem
    }

    .md\:top-\[100px\] {
        top: 100px
    }

    .md\:col-span-12 {
        grid-column: span 12/span 12
    }

    .md\:-mt-5 {
        margin-top: -1.25rem
    }

    .md\:block {
        display: block
    }

    .md\:flex {
        display: flex
    }

    .md\:grid {
        display: grid
    }

    .md\:hidden {
        display: none
    }

    .md\:\!size-\[50px\] {
        width: 50px !important;
        height: 50px !important
    }

    .md\:\!size-\[80px\] {
        width: 80px !important;
        height: 80px !important
    }

    .md\:size-\[100px\] {
        width: 100px;
        height: 100px
    }

    .md\:size-\[120px\] {
        width: 120px;
        height: 120px
    }

    .md\:size-\[200px\] {
        width: 200px;
        height: 200px
    }

    .md\:size-\[22px\] {
        width: 22px;
        height: 22px
    }

    .md\:size-\[24px\] {
        width: 24px;
        height: 24px
    }

    .md\:size-\[400px\] {
        width: 400px;
        height: 400px
    }

    .md\:size-\[48px\] {
        width: 48px;
        height: 48px
    }

    .md\:size-\[50px\] {
        width: 50px;
        height: 50px
    }

    .md\:size-\[70px\] {
        width: 70px;
        height: 70px
    }

    .md\:size-\[80px\] {
        width: 80px;
        height: 80px
    }

    .md\:h-\[100px\] {
        height: 100px
    }

    .md\:h-\[160px\] {
        height: 160px
    }

    .md\:h-\[336px\] {
        height: 336px
    }

    .md\:h-\[40px\] {
        height: 40px
    }

    .md\:h-\[50px\] {
        height: 50px
    }

    .md\:h-\[70px\] {
        height: 70px
    }

    .md\:h-\[calc\(100vh-150px\)\] {
        height: calc(100vh - 150px)
    }

    .md\:h-\[calc\(100vh-310px\)\] {
        height: calc(100vh - 310px)
    }

    .md\:max-h-\[calc\(100vh-80px\)\] {
        max-height: calc(100vh - 80px)
    }

    .md\:w-1\/4 {
        width: 25%
    }

    .md\:w-2\/5 {
        width: 40%
    }

    .md\:w-3\/5 {
        width: 60%
    }

    .md\:w-\[160px\] {
        width: 160px
    }

    .md\:w-\[168px\] {
        width: 168px
    }

    .md\:w-\[200px\] {
        width: 200px
    }

    .md\:w-\[236px\] {
        width: 236px
    }

    .md\:w-\[30\%\] {
        width: 30%
    }

    .md\:w-\[355px\] {
        width: 355px
    }

    .md\:w-\[400px\] {
        width: 400px
    }

    .md\:w-\[450px\] {
        width: 450px
    }

    .md\:w-\[500px\] {
        width: 500px
    }

    .md\:w-\[60px\] {
        width: 60px
    }

    .md\:w-\[70\%\] {
        width: 70%
    }

    .md\:w-fit {
        width: fit-content
    }

    .md\:max-w-\[250px\] {
        max-width: 250px
    }

    .md\:max-w-\[631px\] {
        max-width: 631px
    }

    .md\:flex-\[1_0_320px\] {
        flex: 1 0 320px
    }

    .md\:flex-\[1_1_25\%\] {
        flex: 1 1 25%
    }

    .md\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .md\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:flex-col {
        flex-direction: column
    }

    .md\:items-start {
        align-items: flex-start
    }

    .md\:justify-start {
        justify-content: flex-start
    }

    .md\:justify-end {
        justify-content: flex-end
    }

    .md\:justify-center {
        justify-content: center
    }

    .md\:gap-10 {
        gap: 2.5rem
    }

    .md\:gap-2 {
        gap: .5rem
    }

    .md\:gap-3 {
        gap: .75rem
    }

    .md\:gap-4 {
        gap: 1rem
    }

    .md\:gap-5 {
        gap: 1.25rem
    }

    .md\:gap-8 {
        gap: 2rem
    }

    .md\:gap-\[150px\] {
        gap: 150px
    }

    .md\:gap-x-10 {
        column-gap: 2.5rem
    }

    .md\:overflow-visible {
        overflow: visible
    }

    .md\:rounded-2xl {
        border-radius: 1rem
    }

    .md\:rounded-\[15px\] {
        border-radius: 15px
    }

    .md\:rounded-\[20px\] {
        border-radius: 20px
    }

    .md\:rounded-\[25px\] {
        border-radius: 25px
    }

    .md\:rounded-\[40px\] {
        border-radius: 40px
    }

    .md\:rounded-\[45px\] {
        border-radius: 45px
    }

    .md\:rounded-b-\[45px\] {
        border-bottom-right-radius: 45px;
        border-bottom-left-radius: 45px
    }

    .md\:rounded-t-\[40px\] {
        border-top-left-radius: 40px;
        border-top-right-radius: 40px
    }

    .md\:rounded-t-\[45px\] {
        border-top-left-radius: 45px;
        border-top-right-radius: 45px
    }

    .md\:bg-transparent {
        background-color: transparent !important
    }

    .md\:p-10 {
        padding: 2.5rem
    }

    .md\:p-5 {
        padding: 1.25rem
    }
    
    .md\:p-6 {
        padding: 1.25rem
    }

    .md\:p-8 {
        padding: 2rem
    }

    .md\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .md\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .md\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem
    }

    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .md\:py-3 {
        padding-top: .75rem;
        padding-bottom: .75rem
    }

    .md\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .md\:py-\[50px\] {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .md\:pb-10 {
        padding-bottom: 2.5rem
    }

    .md\:pb-14 {
        padding-bottom: 3.5rem
    }

    .md\:pb-8 {
        padding-bottom: 2rem
    }

    .md\:pb-\[100px\] {
        padding-bottom: 100px
    }

    .md\:ps-16 {
        padding-inline-start: 4rem
    }

    .md\:pt-10 {
        padding-top: 2.5rem
    }

    .md\:pt-20 {
        padding-top: 5rem
    }

    .md\:pt-8 {
        padding-top: 2rem
    }

    .md\:text-start {
        text-align: start
    }

    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }

    .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .md\:text-\[16px\] {
        font-size: 16px
    }

    .md\:text-\[18px\] {
        font-size: 18px
    }

    .md\:text-\[20px\] {
        font-size: 20px
    }

    .md\:text-\[24px\] {
        font-size: 24px
    }

    .md\:text-\[28px\] {
        font-size: 28px
    }

    .md\:text-\[30px\] {
        font-size: 30px
    }

    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    .md\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    .md\:text-primary {
        --tw-text-opacity: 1;
        color: rgb(17 137 125/var(--tw-text-opacity)) !important
    }

    .md\:hover\:-translate-y-5:hover {
        --tw-translate-y: -1.25rem;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .md\:hover\:bg-transparent:hover {
        background-color: transparent !important
    }

    .md\:hover\:text-primary:hover {
        --tw-text-opacity: 1;
        color: rgb(17 137 125/var(--tw-text-opacity)) !important
    }
}

@media (min-width: 1024px) {
    .lg\:inset-y-0 {
        top: 0;
        bottom: 0
    }

    .lg\:right-0 {
        right: 0
    }

    .lg\:col-span-8 {
        grid-column: span 8/span 8
    }

    .lg\:block {
        display: block
    }

    .lg\:hidden {
        display: none
    }

    .lg\:size-\[500px\] {
        width: 500px;
        height: 500px
    }

    .lg\:h-\[104px\] {
        height: 104px
    }

    .lg\:h-\[180px\] {
        height: 180px
    }

    .lg\:h-\[420px\] {
        height: 420px
    }

    .lg\:w-\[180px\] {
        width: 180px
    }

    .lg\:w-\[220px\] {
        width: 220px
    }

    .lg\:w-\[650px\] {
        width: 650px
    }

    .lg\:w-\[888px\] {
        width: 888px
    }

    .lg\:flex-1 {
        flex: 1 1 0%
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .lg\:flex-row {
        flex-direction: row
    }

    .lg\:items-center {
        align-items: center
    }

    .lg\:justify-start {
        justify-content: flex-start
    }

    .lg\:justify-center {
        justify-content: center
    }

    .lg\:gap-10 {
        gap: 2.5rem
    }

    .lg\:pl-28 {
        padding-left: 7rem
    }

    .lg\:text-\[34px\] {
        font-size: 34px
    }

    .lg\:text-\[35px\] {
        font-size: 35px
    }

    .lg\:text-\[40px\] {
        font-size: 40px
    }

    .lg\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

@media (min-width: 1280px) {
    .xl\:left-\[10px\] {
        left: 10px
    }

    .xl\:right-\[10px\] {
        right: 10px
    }

    .xl\:h-\[190px\] {
        height: 190px
    }

    .xl\:w-\[190px\] {
        width: 190px
    }
}

.swiper-button-next, .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    background-color: rgb(17 137 125);
    border-radius: 50%;
    top: auto !important;
    margin-top: 15px !important;
    overflow: hidden !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 15px !important;
    font-weight: 700;
    color: #deb00d;
}

html[dir=ltr] .swiper-button-next {
    left: unset !important;
    right: calc(50% - 50px) !important;
}

html[dir=ltr] .swiper-button-prev {
    right: unset !important;
    left: calc(50% - 50px) !important;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev {
    right: calc(50% - 50px) !important;
}

.swiper-button-next {
    left: calc(50% - 50px) !important;
}

.swiper-wrapper {
    min-height: 700px;
}

:where(.css-142vneq)[class^="ant-avatar"], :where(.css-142vneq)[class*=" ant-avatar"] {
    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-142vneq)[class^="ant-avatar"]::before, :where(.css-142vneq)[class*=" ant-avatar"]::before, :where(.css-142vneq)[class^="ant-avatar"]::after, :where(.css-142vneq)[class*=" ant-avatar"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-avatar"] [class^="ant-avatar"], :where(.css-142vneq)[class*=" ant-avatar"] [class^="ant-avatar"], :where(.css-142vneq)[class^="ant-avatar"] [class*=" ant-avatar"], :where(.css-142vneq)[class*=" ant-avatar"] [class*=" ant-avatar"] {
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-avatar"] [class^="ant-avatar"]::before, :where(.css-142vneq)[class*=" ant-avatar"] [class^="ant-avatar"]::before, :where(.css-142vneq)[class^="ant-avatar"] [class*=" ant-avatar"]::before, :where(.css-142vneq)[class*=" ant-avatar"] [class*=" ant-avatar"]::before, :where(.css-142vneq)[class^="ant-avatar"] [class^="ant-avatar"]::after, :where(.css-142vneq)[class*=" ant-avatar"] [class^="ant-avatar"]::after, :where(.css-142vneq)[class^="ant-avatar"] [class*=" ant-avatar"]::after, :where(.css-142vneq)[class*=" ant-avatar"] [class*=" ant-avatar"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-avatar {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #fff;
    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-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid transparent;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

:where(.css-142vneq).ant-avatar-image {
    background: transparent;
}

:where(.css-142vneq).ant-avatar .ant-image-img {
    display: block;
}

:where(.css-142vneq).ant-avatar.ant-avatar-square {
    border-radius: 6px;
}

:where(.css-142vneq).ant-avatar.ant-avatar-icon {
    font-size: 18px;
}

:where(.css-142vneq).ant-avatar.ant-avatar-icon>.anticon {
    margin: 0;
}

:where(.css-142vneq).ant-avatar-lg {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

:where(.css-142vneq).ant-avatar-lg.ant-avatar-square {
    border-radius: 8px;
}

:where(.css-142vneq).ant-avatar-lg.ant-avatar-icon {
    font-size: 24px;
}

:where(.css-142vneq).ant-avatar-lg.ant-avatar-icon>.anticon {
    margin: 0;
}

:where(.css-142vneq).ant-avatar-sm {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

:where(.css-142vneq).ant-avatar-sm.ant-avatar-square {
    border-radius: 4px;
}

:where(.css-142vneq).ant-avatar-sm.ant-avatar-icon {
    font-size: 14px;
}

:where(.css-142vneq).ant-avatar-sm.ant-avatar-icon>.anticon {
    margin: 0;
}

:where(.css-142vneq).ant-avatar>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

:where(.css-142vneq).ant-avatar-group {
    display: inline-flex;
}

:where(.css-142vneq).ant-avatar-group .ant-avatar {
    border-color: #ffffff;
}

:where(.css-142vneq).ant-avatar-group>*:not(:first-child) {
    margin-inline-start: -8px;
}

:where(.css-142vneq).ant-avatar-group-popover .ant-avatar+.ant-avatar {
    margin-inline-start: 4px;
}

:where(.css-142vneq).ant-collapse {
    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-142vneq).ant-collapse::before, :where(.css-142vneq).ant-collapse::after {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-collapse [class^="ant-collapse"], :where(.css-142vneq).ant-collapse [class*=" ant-collapse"] {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-collapse [class^="ant-collapse"]::before, :where(.css-142vneq).ant-collapse [class*=" ant-collapse"]::before, :where(.css-142vneq).ant-collapse [class^="ant-collapse"]::after, :where(.css-142vneq).ant-collapse [class*=" ant-collapse"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-collapse {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid #d9d9d9;
    border-radius: 8px;
}

:where(.css-142vneq).ant-collapse-rtl {
    direction: rtl;
}

:where(.css-142vneq).ant-collapse>.ant-collapse-item {
    border-bottom: 1px solid #d9d9d9;
}

:where(.css-142vneq).ant-collapse>.ant-collapse-item:last-child, :where(.css-142vneq).ant-collapse>.ant-collapse-item:last-child>.ant-collapse-header {
    border-radius: 0 0 8px 8px;
}

:where(.css-142vneq).ant-collapse>.ant-collapse-item>.ant-collapse-header {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 12px 16px;
    color: rgba(0, 0, 0, 0.88);
    line-height: 1.5714285714285714;
    cursor: pointer;
    transition: all 0.3s, visibility 0s;
}

:where(.css-142vneq).ant-collapse>.ant-collapse-item>.ant-collapse-header>.ant-collapse-header-text {
    flex: auto;
}

:where(.css-142vneq).ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-expand-icon {
    height: 22px;
    display: flex;
    align-items: center;
    padding-inline-end: 12px;
}

:where(.css-142vneq).ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow {
    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;
    font-size: 12px;
    transition: transform 0.3s;
}

:where(.css-142vneq).ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow>* {
    line-height: 1;
}

:where(.css-142vneq).ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow svg {
    transition: transform 0.3s;
}

:where(.css-142vneq).ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-header-text {
    margin-inline-end: auto;
}

:where(.css-142vneq).ant-collapse>.ant-collapse-item .ant-collapse-collapsible-header {
    cursor: default;
}

:where(.css-142vneq).ant-collapse>.ant-collapse-item .ant-collapse-collapsible-header .ant-collapse-header-text {
    flex: none;
    cursor: pointer;
}

:where(.css-142vneq).ant-collapse>.ant-collapse-item .ant-collapse-collapsible-icon {
    cursor: unset;
}

:where(.css-142vneq).ant-collapse>.ant-collapse-item .ant-collapse-collapsible-icon .ant-collapse-expand-icon {
    cursor: pointer;
}

:where(.css-142vneq).ant-collapse .ant-collapse-content {
    color: rgba(0, 0, 0, 0.88);
    background-color: #ffffff;
    border-top: 1px solid #d9d9d9;
}

:where(.css-142vneq).ant-collapse .ant-collapse-content>.ant-collapse-content-box {
    padding: 16px 16px;
}

:where(.css-142vneq).ant-collapse .ant-collapse-content-hidden {
    display: none;
}

:where(.css-142vneq).ant-collapse-small>.ant-collapse-item>.ant-collapse-header {
    padding: 8px 12px;
    padding-inline-start: 8px;
}

:where(.css-142vneq).ant-collapse-small>.ant-collapse-item>.ant-collapse-header>.ant-collapse-expand-icon {
    margin-inline-start: 4px;
}

:where(.css-142vneq).ant-collapse-small>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box {
    padding: 12px;
}

:where(.css-142vneq).ant-collapse-large>.ant-collapse-item {
    font-size: 16px;
    line-height: 1.5;
}

:where(.css-142vneq).ant-collapse-large>.ant-collapse-item>.ant-collapse-header {
    padding: 16px 24px;
    padding-inline-start: 16px;
}

:where(.css-142vneq).ant-collapse-large>.ant-collapse-item>.ant-collapse-header>.ant-collapse-expand-icon {
    height: 24px;
    margin-inline-start: 8px;
}

:where(.css-142vneq).ant-collapse-large>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box {
    padding: 24px;
}

:where(.css-142vneq).ant-collapse .ant-collapse-item:last-child {
    border-bottom: 0;
}

:where(.css-142vneq).ant-collapse .ant-collapse-item:last-child>.ant-collapse-content {
    border-radius: 0 0 8px 8px;
}

:where(.css-142vneq).ant-collapse .ant-collapse-item-disabled>.ant-collapse-header, :where(.css-142vneq).ant-collapse .ant-collapse-item-disabled>.ant-collapse-header>.arrow {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}

:where(.css-142vneq).ant-collapse.ant-collapse-icon-position-end>.ant-collapse-item>.ant-collapse-header .ant-collapse-expand-icon {
    order: 1;
    padding-inline-end: 0;
    padding-inline-start: 12px;
}

:where(.css-142vneq).ant-collapse-borderless {
    background-color: rgba(0, 0, 0, 0.02);
    border: 0;
}

:where(.css-142vneq).ant-collapse-borderless>.ant-collapse-item {
    border-bottom: 1px solid #d9d9d9;
}

:where(.css-142vneq).ant-collapse-borderless>.ant-collapse-item:last-child, :where(.css-142vneq).ant-collapse-borderless>.ant-collapse-item:last-child .ant-collapse-header {
    border-radius: 0;
}

:where(.css-142vneq).ant-collapse-borderless>.ant-collapse-item:last-child {
    border-bottom: 0;
}

:where(.css-142vneq).ant-collapse-borderless>.ant-collapse-item>.ant-collapse-content {
    background-color: transparent;
    border-top: 0;
}

:where(.css-142vneq).ant-collapse-borderless>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box {
    padding-top: 4px;
}

:where(.css-142vneq).ant-collapse-ghost {
    background-color: transparent;
    border: 0;
}

:where(.css-142vneq).ant-collapse-ghost>.ant-collapse-item {
    border-bottom: 0;
}

:where(.css-142vneq).ant-collapse-ghost>.ant-collapse-item>.ant-collapse-content {
    background-color: transparent;
    border: 0;
}

:where(.css-142vneq).ant-collapse-ghost>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box {
    padding-block: 12px;
}

:where(.css-142vneq).ant-collapse-rtl>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow {
    transform: rotate(180deg);
}

:where(.css-142vneq).ant-collapse .ant-motion-collapse-legacy {
    overflow: hidden;
}

:where(.css-142vneq).ant-collapse .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-142vneq).ant-collapse .ant-motion-collapse {
    overflow: hidden;
    transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

:where(.css-142vneq)[class^="ant-input"], :where(.css-142vneq)[class*=" ant-input"] {
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-input"]::before, :where(.css-142vneq)[class*=" ant-input"]::before, :where(.css-142vneq)[class^="ant-input"]::after, :where(.css-142vneq)[class*=" ant-input"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-input"] [class^="ant-input"], :where(.css-142vneq)[class*=" ant-input"] [class^="ant-input"], :where(.css-142vneq)[class^="ant-input"] [class*=" ant-input"], :where(.css-142vneq)[class*=" ant-input"] [class*=" ant-input"] {
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-input"] [class^="ant-input"]::before, :where(.css-142vneq)[class*=" ant-input"] [class^="ant-input"]::before, :where(.css-142vneq)[class^="ant-input"] [class*=" ant-input"]::before, :where(.css-142vneq)[class*=" ant-input"] [class*=" ant-input"]::before, :where(.css-142vneq)[class^="ant-input"] [class^="ant-input"]::after, :where(.css-142vneq)[class*=" ant-input"] [class^="ant-input"]::after, :where(.css-142vneq)[class^="ant-input"] [class*=" ant-input"]::after, :where(.css-142vneq)[class*=" ant-input"] [class*=" ant-input"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-input {
    box-sizing: border-box;
    margin: 0;
    padding: 4px 11px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    border-radius: 6px;
    transition: all 0.2s;
}

:where(.css-142vneq).ant-input::-moz-placeholder {
    opacity: 1;
}

:where(.css-142vneq).ant-input::placeholder {
    color: rgba(0, 0, 0, 0.25);
    user-select: none;
}

:where(.css-142vneq).ant-input:placeholder-shown {
    text-overflow: ellipsis;
}

textarea:where(.css-142vneq).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-142vneq).ant-input-lg {
    padding: 7px 11px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 8px;
}

:where(.css-142vneq).ant-input-sm {
    padding: 0px 7px;
    font-size: 14px;
    border-radius: 4px;
}

:where(.css-142vneq).ant-input-rtl, :where(.css-142vneq).ant-input-textarea-rtl {
    direction: rtl;
}

:where(.css-142vneq).ant-input-outlined {
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #d9d9d9;
}

:where(.css-142vneq).ant-input-outlined:hover {
    border-color: #4096ff;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-input-outlined:focus, :where(.css-142vneq).ant-input-outlined:focus-within {
    border-color: #1677ff;
    box-shadow: 0 0 0 2px rgba(5, 145, 255, 0.1);
    outline: 0;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-input-outlined.ant-input-disabled, :where(.css-142vneq).ant-input-outlined[disabled] {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
}

:where(.css-142vneq).ant-input-outlined.ant-input-disabled input[disabled], :where(.css-142vneq).ant-input-outlined[disabled] input[disabled], :where(.css-142vneq).ant-input-outlined.ant-input-disabled textarea[disabled], :where(.css-142vneq).ant-input-outlined[disabled] textarea[disabled] {
    cursor: not-allowed;
}

:where(.css-142vneq).ant-input-outlined.ant-input-disabled:hover:not([disabled]), :where(.css-142vneq).ant-input-outlined[disabled]:hover:not([disabled]) {
    border-color: #d9d9d9;
    background-color: rgba(0, 0, 0, 0.04);
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-error:not(.ant-input-disabled) {
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #ff4d4f;
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-error:not(.ant-input-disabled):hover {
    border-color: #ffa39e;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-error:not(.ant-input-disabled):focus, :where(.css-142vneq).ant-input-outlined.ant-input-status-error:not(.ant-input-disabled):focus-within {
    border-color: #ff4d4f;
    box-shadow: 0 0 0 2px rgba(255, 38, 5, 0.06);
    outline: 0;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-error:not(.ant-input-disabled) .ant-input-prefix, :where(.css-142vneq).ant-input-outlined.ant-input-status-error:not(.ant-input-disabled) .ant-input-suffix {
    color: #ff4d4f;
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-error.ant-input-disabled {
    border-color: #ff4d4f;
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-warning:not(.ant-input-disabled) {
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #faad14;
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-warning:not(.ant-input-disabled):hover {
    border-color: #ffd666;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-warning:not(.ant-input-disabled):focus, :where(.css-142vneq).ant-input-outlined.ant-input-status-warning:not(.ant-input-disabled):focus-within {
    border-color: #faad14;
    box-shadow: 0 0 0 2px rgba(255, 215, 5, 0.1);
    outline: 0;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-warning:not(.ant-input-disabled) .ant-input-prefix, :where(.css-142vneq).ant-input-outlined.ant-input-status-warning:not(.ant-input-disabled) .ant-input-suffix {
    color: #faad14;
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-warning.ant-input-disabled {
    border-color: #faad14;
}

:where(.css-142vneq).ant-input-filled {
    background: rgba(0, 0, 0, 0.04);
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

input:where(.css-142vneq).ant-input-filled, :where(.css-142vneq).ant-input-filled input, textarea:where(.css-142vneq).ant-input-filled, :where(.css-142vneq).ant-input-filled textarea {
    color: undefined;
}

:where(.css-142vneq).ant-input-filled:hover {
    background: rgba(0, 0, 0, 0.06);
}

:where(.css-142vneq).ant-input-filled:focus, :where(.css-142vneq).ant-input-filled:focus-within {
    outline: 0;
    border-color: #1677ff;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-input-filled.ant-input-disabled, :where(.css-142vneq).ant-input-filled[disabled] {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
}

:where(.css-142vneq).ant-input-filled.ant-input-disabled input[disabled], :where(.css-142vneq).ant-input-filled[disabled] input[disabled], :where(.css-142vneq).ant-input-filled.ant-input-disabled textarea[disabled], :where(.css-142vneq).ant-input-filled[disabled] textarea[disabled] {
    cursor: not-allowed;
}

:where(.css-142vneq).ant-input-filled.ant-input-disabled:hover:not([disabled]), :where(.css-142vneq).ant-input-filled[disabled]:hover:not([disabled]) {
    border-color: #d9d9d9;
    background-color: rgba(0, 0, 0, 0.04);
}

:where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled) {
    background: #fff2f0;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

input:where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled), :where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled) input, textarea:where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled), :where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled) textarea {
    color: #ff4d4f;
}

:where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled):hover {
    background: #fff1f0;
}

:where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled):focus, :where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled):focus-within {
    outline: 0;
    border-color: #ff4d4f;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled) .ant-input-prefix, :where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled) .ant-input-suffix {
    color: #ff4d4f;
}

:where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled) {
    background: #fffbe6;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

input:where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled), :where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled) input, textarea:where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled), :where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled) textarea {
    color: #faad14;
}

:where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled):hover {
    background: #fff1b8;
}

:where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled):focus, :where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled):focus-within {
    outline: 0;
    border-color: #faad14;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled) .ant-input-prefix, :where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled) .ant-input-suffix {
    color: #faad14;
}

:where(.css-142vneq).ant-input-borderless {
    background: transparent;
    border: none;
}

:where(.css-142vneq).ant-input-borderless:focus, :where(.css-142vneq).ant-input-borderless:focus-within {
    outline: none;
}

:where(.css-142vneq).ant-input-borderless.ant-input-disabled, :where(.css-142vneq).ant-input-borderless[disabled] {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}

:where(.css-142vneq).ant-input-borderless.ant-input-status-error, :where(.css-142vneq).ant-input-borderless.ant-input-status-error input, :where(.css-142vneq).ant-input-borderless.ant-input-status-error textarea {
    color: #ff4d4f;
}

:where(.css-142vneq).ant-input-borderless.ant-input-status-warning, :where(.css-142vneq).ant-input-borderless.ant-input-status-warning input, :where(.css-142vneq).ant-input-borderless.ant-input-status-warning textarea {
    color: #faad14;
}

:where(.css-142vneq).ant-input[type="color"] {
    height: 32px;
}

:where(.css-142vneq).ant-input[type="color"].ant-input-lg {
    height: 40px;
}

:where(.css-142vneq).ant-input[type="color"].ant-input-sm {
    height: 24px;
    padding-top: 3px;
    padding-bottom: 3px;
}

:where(.css-142vneq).ant-input[type="search"]::-webkit-search-cancel-button, :where(.css-142vneq).ant-input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

:where(.css-142vneq).ant-input-textarea {
    position: relative;
}

:where(.css-142vneq).ant-input-textarea-show-count>.ant-input {
    height: 100%;
}

:where(.css-142vneq).ant-input-textarea-show-count .ant-input-data-count {
    position: absolute;
    bottom: -22px;
    inset-inline-end: 0;
    color: rgba(0, 0, 0, 0.45);
    white-space: nowrap;
    pointer-events: none;
}

:where(.css-142vneq).ant-input-textarea-allow-clear>.ant-input, :where(.css-142vneq).ant-input-textarea-affix-wrapper.ant-input-textarea-has-feedback .ant-input {
    padding-inline-end: 24px;
}

:where(.css-142vneq).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper {
    padding: 0;
}

:where(.css-142vneq).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper>textarea.ant-input {
    font-size: inherit;
    border: none;
    outline: none;
    background: transparent;
}

:where(.css-142vneq).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper>textarea.ant-input:focus {
    box-shadow: none !important;
}

:where(.css-142vneq).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper .ant-input-suffix {
    margin: 0;
}

:where(.css-142vneq).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper .ant-input-suffix>*:not(:last-child) {
    margin-inline: 0;
}

:where(.css-142vneq).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper .ant-input-suffix .ant-input-clear-icon {
    position: absolute;
    inset-inline-end: 11px;
    inset-block-start: 8px;
}

:where(.css-142vneq).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper .ant-input-suffix .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;
    pointer-events: none;
}

:where(.css-142vneq).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper-sm .ant-input-suffix .ant-input-clear-icon {
    inset-inline-end: 7px;
}

:where(.css-142vneq).ant-input-affix-wrapper {
    position: relative;
    display: inline-flex;
    width: 100%;
    min-width: 0;
    padding: 4px 11px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    border-radius: 6px;
    transition: all 0.2s;
}

:where(.css-142vneq).ant-input-affix-wrapper::-moz-placeholder {
    opacity: 1;
}

:where(.css-142vneq).ant-input-affix-wrapper::placeholder {
    color: rgba(0, 0, 0, 0.25);
    user-select: none;
}

:where(.css-142vneq).ant-input-affix-wrapper:placeholder-shown {
    text-overflow: ellipsis;
}

textarea:where(.css-142vneq).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-142vneq).ant-input-affix-wrapper-lg {
    padding: 7px 11px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 8px;
}

:where(.css-142vneq).ant-input-affix-wrapper-sm {
    padding: 0px 7px;
    font-size: 14px;
    border-radius: 4px;
}

:where(.css-142vneq).ant-input-affix-wrapper-rtl, :where(.css-142vneq).ant-input-affix-wrapper-textarea-rtl {
    direction: rtl;
}

:where(.css-142vneq).ant-input-affix-wrapper:not(.ant-input-disabled):hover {
    z-index: 1;
}

.ant-input-search-with-button :where(.css-142vneq).ant-input-affix-wrapper:not(.ant-input-disabled):hover {
    z-index: 0;
}

:where(.css-142vneq).ant-input-affix-wrapper-focused, :where(.css-142vneq).ant-input-affix-wrapper:focus {
    z-index: 1;
}

:where(.css-142vneq).ant-input-affix-wrapper>input.ant-input {
    padding: 0;
}

:where(.css-142vneq).ant-input-affix-wrapper>input.ant-input, :where(.css-142vneq).ant-input-affix-wrapper>textarea.ant-input {
    font-size: inherit;
    border: none;
    border-radius: 0;
    outline: none;
    background: transparent;
    color: inherit;
}

:where(.css-142vneq).ant-input-affix-wrapper>input.ant-input::-ms-reveal, :where(.css-142vneq).ant-input-affix-wrapper>textarea.ant-input::-ms-reveal {
    display: none;
}

:where(.css-142vneq).ant-input-affix-wrapper>input.ant-input:focus, :where(.css-142vneq).ant-input-affix-wrapper>textarea.ant-input:focus {
    box-shadow: none !important;
}

:where(.css-142vneq).ant-input-affix-wrapper::before {
    display: inline-block;
    width: 0;
    visibility: hidden;
    content: "\a0";
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-prefix, :where(.css-142vneq).ant-input-affix-wrapper .ant-input-suffix {
    display: flex;
    flex: none;
    align-items: center;
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-prefix>*:not(:last-child), :where(.css-142vneq).ant-input-affix-wrapper .ant-input-suffix>*:not(:last-child) {
    margin-inline-end: 8px;
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-show-count-suffix {
    color: rgba(0, 0, 0, 0.45);
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-show-count-has-suffix {
    margin-inline-end: 4px;
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-prefix {
    margin-inline-end: 4px;
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-suffix {
    margin-inline-start: 4px;
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-clear-icon {
    margin: 0;
    line-height: 0;
    color: rgba(0, 0, 0, 0.25);
    font-size: 12px;
    vertical-align: -1px;
    cursor: pointer;
    transition: color 0.3s;
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-clear-icon:hover {
    color: rgba(0, 0, 0, 0.45);
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-clear-icon:active {
    color: rgba(0, 0, 0, 0.88);
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-clear-icon-hidden {
    visibility: hidden;
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-clear-icon-has-suffix {
    margin: 0 4px;
}

:where(.css-142vneq).ant-input-affix-wrapper .anticon.ant-input-password-icon {
    color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
    transition: all 0.3s;
}

:where(.css-142vneq).ant-input-affix-wrapper .anticon.ant-input-password-icon:hover {
    color: rgba(0, 0, 0, 0.88);
}

:where(.css-142vneq).ant-input-affix-wrapper-disabled .anticon.ant-input-password-icon {
    color: rgba(0, 0, 0, 0.45);
    cursor: not-allowed;
}

:where(.css-142vneq).ant-input-affix-wrapper-disabled .anticon.ant-input-password-icon:hover {
    color: rgba(0, 0, 0, 0.45);
}

:where(.css-142vneq).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-142vneq).ant-input-group[class*='col-'] {
    padding-inline-end: 8px;
}

:where(.css-142vneq).ant-input-group[class*='col-']:last-child {
    padding-inline-end: 0;
}

:where(.css-142vneq).ant-input-group-lg .ant-input, :where(.css-142vneq).ant-input-group-lg>.ant-input-group-addon {
    padding: 7px 11px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 8px;
}

:where(.css-142vneq).ant-input-group-sm .ant-input, :where(.css-142vneq).ant-input-group-sm>.ant-input-group-addon {
    padding: 0px 7px;
    font-size: 14px;
    border-radius: 4px;
}

:where(.css-142vneq).ant-input-group-lg .ant-select-single .ant-select-selector {
    height: 40px;
}

:where(.css-142vneq).ant-input-group-sm .ant-select-single .ant-select-selector {
    height: 24px;
}

:where(.css-142vneq).ant-input-group>.ant-input {
    display: table-cell;
}

:where(.css-142vneq).ant-input-group>.ant-input:not(:first-child):not(:last-child) {
    border-radius: 0;
}

:where(.css-142vneq).ant-input-group .ant-input-group-addon, :where(.css-142vneq).ant-input-group .ant-input-group-wrap {
    display: table-cell;
    width: 1px;
    white-space: nowrap;
    vertical-align: middle;
}

:where(.css-142vneq).ant-input-group .ant-input-group-addon:not(:first-child):not(:last-child), :where(.css-142vneq).ant-input-group .ant-input-group-wrap:not(:first-child):not(:last-child) {
    border-radius: 0;
}

:where(.css-142vneq).ant-input-group .ant-input-group-wrap>* {
    display: block !important;
}

:where(.css-142vneq).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;
    border-radius: 6px;
    transition: all 0.3s;
    line-height: 1;
}

:where(.css-142vneq).ant-input-group .ant-input-group-addon .ant-select {
    margin: -5px -11px;
}

:where(.css-142vneq).ant-input-group .ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
    background-color: inherit;
    border: 1px solid transparent;
    box-shadow: none;
}

:where(.css-142vneq).ant-input-group .ant-input-group-addon .ant-cascader-picker {
    margin: -9px -11px;
    background-color: transparent;
}

:where(.css-142vneq).ant-input-group .ant-input-group-addon .ant-cascader-picker .ant-cascader-input {
    text-align: start;
    border: 0;
    box-shadow: none;
}

:where(.css-142vneq).ant-input-group .ant-input {
    width: 100%;
    margin-bottom: 0;
    text-align: inherit;
}

:where(.css-142vneq).ant-input-group .ant-input:focus {
    z-index: 1;
    border-inline-end-width: 1px;
}

:where(.css-142vneq).ant-input-group .ant-input:hover {
    z-index: 1;
    border-inline-end-width: 1px;
}

.ant-input-search-with-button :where(.css-142vneq).ant-input-group .ant-input:hover {
    z-index: 0;
}

:where(.css-142vneq).ant-input-group>.ant-input:first-child, :where(.css-142vneq).ant-input-group .ant-input-group-addon:first-child {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-142vneq).ant-input-group>.ant-input:first-child .ant-select .ant-select-selector, :where(.css-142vneq).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-142vneq).ant-input-group>.ant-input-affix-wrapper:not(:first-child) .ant-input {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-142vneq).ant-input-group>.ant-input-affix-wrapper:not(:last-child) .ant-input {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-142vneq).ant-input-group>.ant-input:last-child, :where(.css-142vneq).ant-input-group .ant-input-group-addon:last-child {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-142vneq).ant-input-group>.ant-input:last-child .ant-select .ant-select-selector, :where(.css-142vneq).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-142vneq).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-142vneq).ant-input-group .ant-input-affix-wrapper:not(:last-child) {
    border-start-start-radius: 6px;
    border-end-start-radius: 6px;
}

:where(.css-142vneq).ant-input-group .ant-input-affix-wrapper:not(:first-child), .ant-input-search :where(.css-142vneq).ant-input-group .ant-input-affix-wrapper:not(:first-child) {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact {
    display: block;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact::before {
    display: table;
    content: "";
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact::after {
    display: table;
    clear: both;
    content: "";
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact .ant-input-group-addon:not(:first-child):not(:last-child), :where(.css-142vneq).ant-input-group.ant-input-group-compact .ant-input-group-wrap:not(:first-child):not(:last-child), :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child) {
    border-inline-end-width: 1px;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact .ant-input-group-addon:not(:first-child):not(:last-child):hover, :where(.css-142vneq).ant-input-group.ant-input-group-compact .ant-input-group-wrap:not(:first-child):not(:last-child):hover, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child):hover, :where(.css-142vneq).ant-input-group.ant-input-group-compact .ant-input-group-addon:not(:first-child):not(:last-child):focus, :where(.css-142vneq).ant-input-group.ant-input-group-compact .ant-input-group-wrap:not(:first-child):not(:last-child):focus, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child):focus {
    z-index: 1;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact>* {
    display: inline-flex;
    float: none;
    vertical-align: top;
    border-radius: 0;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-input-affix-wrapper, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-input-number-affix-wrapper, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-picker-range {
    display: inline-flex;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact>*:not(:last-child) {
    margin-inline-end: -1px;
    border-inline-end-width: 1px;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact .ant-input {
    float: none;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selector, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input {
    border-inline-end-width: 1px;
    border-radius: 0;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selector:hover, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input:hover, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input:hover, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input:hover, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selector:focus, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input:focus, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input:focus, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input:focus {
    z-index: 1;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select-focused {
    z-index: 1;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select>.ant-select-arrow {
    z-index: 1;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact>*:first-child, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select:first-child>.ant-select-selector, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select-auto-complete:first-child .ant-input, :where(.css-142vneq).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-142vneq).ant-input-group.ant-input-group-compact>*:last-child, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select:last-child>.ant-select-selector, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-cascader-picker:last-child .ant-input, :where(.css-142vneq).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-142vneq).ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input {
    vertical-align: top;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact .ant-input-group-wrapper+.ant-input-group-wrapper {
    margin-inline-start: -1px;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact .ant-input-group-wrapper+.ant-input-group-wrapper .ant-input-affix-wrapper {
    border-radius: 0;
}

:where(.css-142vneq).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-142vneq).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-142vneq).ant-input-group-rtl {
    direction: rtl;
}

:where(.css-142vneq).ant-input-group-wrapper {
    display: inline-block;
    width: 100%;
    text-align: start;
    vertical-align: top;
}

:where(.css-142vneq).ant-input-group-wrapper-rtl {
    direction: rtl;
}

:where(.css-142vneq).ant-input-group-wrapper-lg .ant-input-group-addon {
    border-radius: 8px;
    font-size: 16px;
}

:where(.css-142vneq).ant-input-group-wrapper-sm .ant-input-group-addon {
    border-radius: 4px;
}

:where(.css-142vneq).ant-input-group-wrapper-outlined .ant-input-group-addon {
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid #d9d9d9;
}

:where(.css-142vneq).ant-input-group-wrapper-outlined .ant-input-group-addon:first-child {
    border-inline-end: 0;
}

:where(.css-142vneq).ant-input-group-wrapper-outlined .ant-input-group-addon:last-child {
    border-inline-start: 0;
}

:where(.css-142vneq).ant-input-group-wrapper-outlined.ant-input-group-wrapper-status-error .ant-input-group-addon {
    border-color: #ff4d4f;
    color: #ff4d4f;
}

:where(.css-142vneq).ant-input-group-wrapper-outlined.ant-input-group-wrapper-status-warning .ant-input-group-addon {
    border-color: #faad14;
    color: #faad14;
}

:where(.css-142vneq).ant-input-group-wrapper-outlined.ant-input-group-wrapper-disabled .ant-input-group-addon {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
}

:where(.css-142vneq).ant-input-group-wrapper-outlined.ant-input-group-wrapper-disabled .ant-input-group-addon input[disabled], :where(.css-142vneq).ant-input-group-wrapper-outlined.ant-input-group-wrapper-disabled .ant-input-group-addon textarea[disabled] {
    cursor: not-allowed;
}

:where(.css-142vneq).ant-input-group-wrapper-outlined.ant-input-group-wrapper-disabled .ant-input-group-addon:hover:not([disabled]) {
    border-color: #d9d9d9;
    background-color: rgba(0, 0, 0, 0.04);
}

:where(.css-142vneq).ant-input-group-wrapper-filled .ant-input-group-addon {
    background: rgba(0, 0, 0, 0.04);
}

:where(.css-142vneq).ant-input-group-wrapper-filled .ant-input-group .ant-input-filled:not(:focus):not(:focus-within):not(:first-child) {
    border-inline-start: 1px solid rgba(5, 5, 5, 0.06);
}

:where(.css-142vneq).ant-input-group-wrapper-filled .ant-input-group .ant-input-filled:not(:focus):not(:focus-within):not(:last-child) {
    border-inline-end: 1px solid rgba(5, 5, 5, 0.06);
}

:where(.css-142vneq).ant-input-group-wrapper-filled.ant-input-group-wrapper-status-error .ant-input-group-addon {
    background: #fff2f0;
    color: #ff4d4f;
}

:where(.css-142vneq).ant-input-group-wrapper-filled.ant-input-group-wrapper-status-warning .ant-input-group-addon {
    background: #fffbe6;
    color: #faad14;
}

:where(.css-142vneq).ant-input-group-wrapper-filled.ant-input-group-wrapper-disabled .ant-input-group-addon {
    background: rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-142vneq).ant-input-group-wrapper-filled.ant-input-group-wrapper-disabled .ant-input-group-addon:first-child {
    border-inline-start: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

:where(.css-142vneq).ant-input-group-wrapper-filled.ant-input-group-wrapper-disabled .ant-input-group-addon:last-child {
    border-inline-end: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

:where(.css-142vneq).ant-input-group-wrapper:not(.ant-input-compact-first-item):not(.ant-input-compact-last-item).ant-input-compact-item .ant-input, :where(.css-142vneq).ant-input-group-wrapper:not(.ant-input-compact-first-item):not(.ant-input-compact-last-item).ant-input-compact-item .ant-input-group-addon {
    border-radius: 0;
}

:where(.css-142vneq).ant-input-group-wrapper:not(.ant-input-compact-last-item).ant-input-compact-first-item .ant-input, :where(.css-142vneq).ant-input-group-wrapper:not(.ant-input-compact-last-item).ant-input-compact-first-item .ant-input-group-addon {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-142vneq).ant-input-group-wrapper:not(.ant-input-compact-first-item).ant-input-compact-last-item .ant-input, :where(.css-142vneq).ant-input-group-wrapper:not(.ant-input-compact-first-item).ant-input-compact-last-item .ant-input-group-addon {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-142vneq).ant-input-group-wrapper:not(.ant-input-compact-last-item).ant-input-compact-item .ant-input-affix-wrapper {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-142vneq).ant-input-search .ant-input:hover+.ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary), :where(.css-142vneq).ant-input-search .ant-input:focus+.ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
    border-inline-start-color: #4096ff;
}

:where(.css-142vneq).ant-input-search .ant-input-affix-wrapper {
    height: 32px;
    border-radius: 0;
}

:where(.css-142vneq).ant-input-search .ant-input-lg {
    line-height: 1.4998;
}

:where(.css-142vneq).ant-input-search>.ant-input-group>.ant-input-group-addon:last-child {
    inset-inline-start: -1px;
    padding: 0;
    border: 0;
}

:where(.css-142vneq).ant-input-search>.ant-input-group>.ant-input-group-addon:last-child .ant-input-search-button {
    margin-inline-end: -1px;
    padding-top: 0;
    padding-bottom: 0;
    border-start-start-radius: 0;
    border-end-start-radius: 0;
    box-shadow: none;
}

:where(.css-142vneq).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-142vneq).ant-input-search>.ant-input-group>.ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary):hover {
    color: #4096ff;
}

:where(.css-142vneq).ant-input-search>.ant-input-group>.ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary):active {
    color: #0958d9;
}

:where(.css-142vneq).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-142vneq).ant-input-search .ant-input-search-button {
    height: 32px;
}

:where(.css-142vneq).ant-input-search .ant-input-search-button:hover, :where(.css-142vneq).ant-input-search .ant-input-search-button:focus {
    z-index: 1;
}

:where(.css-142vneq).ant-input-search-large .ant-input-affix-wrapper, :where(.css-142vneq).ant-input-search-large .ant-input-search-button {
    height: 40px;
}

:where(.css-142vneq).ant-input-search-small .ant-input-affix-wrapper, :where(.css-142vneq).ant-input-search-small .ant-input-search-button {
    height: 24px;
}

:where(.css-142vneq).ant-input-search-rtl {
    direction: rtl;
}

:where(.css-142vneq).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-142vneq).ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input, :where(.css-142vneq).ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input-affix-wrapper {
    border-radius: 0;
}

:where(.css-142vneq).ant-input-search.ant-input-compact-item>.ant-input-group-addon .ant-input-search-button:hover, :where(.css-142vneq).ant-input-search.ant-input-compact-item>.ant-input:hover, :where(.css-142vneq).ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:hover, :where(.css-142vneq).ant-input-search.ant-input-compact-item>.ant-input-group-addon .ant-input-search-button:focus, :where(.css-142vneq).ant-input-search.ant-input-compact-item>.ant-input:focus, :where(.css-142vneq).ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:focus, :where(.css-142vneq).ant-input-search.ant-input-compact-item>.ant-input-group-addon .ant-input-search-button:active, :where(.css-142vneq).ant-input-search.ant-input-compact-item>.ant-input:active, :where(.css-142vneq).ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:active {
    z-index: 2;
}

:where(.css-142vneq).ant-input-search.ant-input-compact-item>.ant-input-affix-wrapper-focused {
    z-index: 2;
}

:where(.css-142vneq).ant-input-out-of-range, :where(.css-142vneq).ant-input-out-of-range input, :where(.css-142vneq).ant-input-out-of-range textarea, :where(.css-142vneq).ant-input-out-of-range .ant-input-show-count-suffix, :where(.css-142vneq).ant-input-out-of-range .ant-input-data-count {
    color: #ff4d4f;
}

:where(.css-142vneq).ant-input-compact-item:not(.ant-input-compact-last-item) {
    margin-inline-end: -1px;
}

:where(.css-142vneq).ant-input-compact-item:hover, :where(.css-142vneq).ant-input-compact-item:focus, :where(.css-142vneq).ant-input-compact-item:active {
    z-index: 2;
}

:where(.css-142vneq).ant-input-compact-item[disabled] {
    z-index: 0;
}

:where(.css-142vneq).ant-input-compact-item:not(.ant-input-compact-first-item):not(.ant-input-compact-last-item) {
    border-radius: 0;
}

:where(.css-142vneq).ant-input-compact-item:not(.ant-input-compact-last-item).ant-input-compact-first-item, :where(.css-142vneq).ant-input-compact-item:not(.ant-input-compact-last-item).ant-input-compact-first-item.ant-input-sm, :where(.css-142vneq).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-142vneq).ant-input-compact-item:not(.ant-input-compact-first-item).ant-input-compact-last-item, :where(.css-142vneq).ant-input-compact-item:not(.ant-input-compact-first-item).ant-input-compact-last-item.ant-input-sm, :where(.css-142vneq).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-142vneq)[class^="ant-select"], :where(.css-142vneq)[class*=" ant-select"] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 14px;
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-select"]::before, :where(.css-142vneq)[class*=" ant-select"]::before, :where(.css-142vneq)[class^="ant-select"]::after, :where(.css-142vneq)[class*=" ant-select"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-select"] [class^="ant-select"], :where(.css-142vneq)[class*=" ant-select"] [class^="ant-select"], :where(.css-142vneq)[class^="ant-select"] [class*=" ant-select"], :where(.css-142vneq)[class*=" ant-select"] [class*=" ant-select"] {
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-select"] [class^="ant-select"]::before, :where(.css-142vneq)[class*=" ant-select"] [class^="ant-select"]::before, :where(.css-142vneq)[class^="ant-select"] [class*=" ant-select"]::before, :where(.css-142vneq)[class*=" ant-select"] [class*=" ant-select"]::before, :where(.css-142vneq)[class^="ant-select"] [class^="ant-select"]::after, :where(.css-142vneq)[class*=" ant-select"] [class^="ant-select"]::after, :where(.css-142vneq)[class^="ant-select"] [class*=" ant-select"]::after, :where(.css-142vneq)[class*=" ant-select"] [class*=" ant-select"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-select.ant-select-in-form-item {
    width: 100%;
}

:where(.css-142vneq).ant-select {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    position: relative;
    display: inline-flex;
    cursor: pointer;
}

:where(.css-142vneq).ant-select:not(.ant-select-customize-input) .ant-select-selector {
    position: relative;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

:where(.css-142vneq).ant-select:not(.ant-select-customize-input) .ant-select-selector input {
    cursor: pointer;
}

.ant-select-show-search:where(.css-142vneq).ant-select:not(.ant-select-customize-input) .ant-select-selector {
    cursor: text;
}

.ant-select-show-search:where(.css-142vneq).ant-select:not(.ant-select-customize-input) .ant-select-selector input {
    cursor: auto;
    color: inherit;
    height: 100%;
}

.ant-select-disabled:where(.css-142vneq).ant-select:not(.ant-select-customize-input) .ant-select-selector {
    cursor: not-allowed;
}

.ant-select-disabled:where(.css-142vneq).ant-select:not(.ant-select-customize-input) .ant-select-selector input {
    cursor: not-allowed;
}

:where(.css-142vneq).ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    outline: none;
    appearance: none;
    font-family: inherit;
}

:where(.css-142vneq).ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input::-webkit-search-cancel-button {
    display: none;
    -webkit-appearance: none;
}

:where(.css-142vneq).ant-select .ant-select-selection-item {
    flex: 1;
    font-weight: normal;
    position: relative;
    user-select: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

:where(.css-142vneq).ant-select .ant-select-selection-item>.ant-typography {
    display: inline;
}

:where(.css-142vneq).ant-select .ant-select-selection-placeholder {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1;
    color: rgba(0, 0, 0, 0.25);
    pointer-events: none;
}

:where(.css-142vneq).ant-select .ant-select-arrow {
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.25);
    font-style: normal;
    line-height: 1;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    inset-inline-start: auto;
    inset-inline-end: 11px;
    height: 12px;
    margin-top: -6px;
    font-size: 12px;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

:where(.css-142vneq).ant-select .ant-select-arrow>* {
    line-height: 1;
}

:where(.css-142vneq).ant-select .ant-select-arrow svg {
    display: inline-block;
}

:where(.css-142vneq).ant-select .ant-select-arrow .anticon {
    vertical-align: top;
    transition: transform 0.3s;
}

:where(.css-142vneq).ant-select .ant-select-arrow .anticon>svg {
    vertical-align: top;
}

:where(.css-142vneq).ant-select .ant-select-arrow .anticon:not(.ant-select-suffix) {
    pointer-events: auto;
}

.ant-select-disabled :where(.css-142vneq).ant-select .ant-select-arrow {
    cursor: not-allowed;
}

:where(.css-142vneq).ant-select .ant-select-arrow>*:not(:last-child) {
    margin-inline-end: 8px;
}

:where(.css-142vneq).ant-select .ant-select-selection-wrap {
    display: flex;
    width: 100%;
    position: relative;
}

:where(.css-142vneq).ant-select .ant-select-selection-wrap:after {
    content: "\a0";
    width: 0;
    overflow: hidden;
}

:where(.css-142vneq).ant-select .ant-select-prefix {
    flex: none;
    margin-inline-end: 4px;
}

:where(.css-142vneq).ant-select .ant-select-clear {
    position: absolute;
    top: 50%;
    inset-inline-start: auto;
    inset-inline-end: 11px;
    z-index: 1;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    color: rgba(0, 0, 0, 0.25);
    font-size: 12px;
    font-style: normal;
    line-height: 1;
    text-align: center;
    text-transform: none;
    cursor: pointer;
    opacity: 0;
    transition: color 0.2s ease, opacity 0.3s ease;
    text-rendering: auto;
}

:where(.css-142vneq).ant-select .ant-select-clear:before {
    display: block;
}

:where(.css-142vneq).ant-select .ant-select-clear:hover {
    color: rgba(0, 0, 0, 0.45);
}

:where(.css-142vneq).ant-select:hover .ant-select-clear {
    opacity: 1;
    background: #fff;
    border-radius: 50%;
}

:where(.css-142vneq).ant-select-status-error.ant-select-has-feedback .ant-select-clear, :where(.css-142vneq).ant-select-status-warning.ant-select-has-feedback .ant-select-clear, :where(.css-142vneq).ant-select-status-success.ant-select-has-feedback .ant-select-clear, :where(.css-142vneq).ant-select-status-validating.ant-select-has-feedback .ant-select-clear {
    inset-inline-end: 33px;
}

:where(.css-142vneq).ant-select-single {
    font-size: 14px;
    height: 32px;
}

:where(.css-142vneq).ant-select-single .ant-select-selector {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: inherit;
    display: flex;
    border-radius: 6px;
    flex: 1 1 auto;
}

:where(.css-142vneq).ant-select-single .ant-select-selector .ant-select-selection-search {
    position: absolute;
    inset: 0;
    width: 100%;
}

:where(.css-142vneq).ant-select-single .ant-select-selector .ant-select-selection-search-input {
    width: 100%;
    -webkit-appearance: textfield;
}

:where(.css-142vneq).ant-select-single .ant-select-selector .ant-select-selection-item, :where(.css-142vneq).ant-select-single .ant-select-selector .ant-select-selection-placeholder {
    display: block;
    padding: 0;
    line-height: 30px;
    transition: all 0.3s, visibility 0s;
    align-self: center;
}

:where(.css-142vneq).ant-select-single .ant-select-selector .ant-select-selection-placeholder {
    transition: none;
    pointer-events: none;
}

:where(.css-142vneq).ant-select-single .ant-select-selector:after, :where(.css-142vneq).ant-select-single .ant-select-selector .ant-select-selection-item:empty:after, :where(.css-142vneq).ant-select-single .ant-select-selector .ant-select-selection-placeholder:empty:after {
    display: inline-block;
    width: 0;
    visibility: hidden;
    content: "\a0";
}

:where(.css-142vneq).ant-select-single.ant-select-show-arrow .ant-select-selection-item, :where(.css-142vneq).ant-select-single.ant-select-show-arrow .ant-select-selection-search, :where(.css-142vneq).ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
    padding-inline-end: 18px;
}

:where(.css-142vneq).ant-select-single.ant-select-open .ant-select-selection-item {
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-142vneq).ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 11px;
}

:where(.css-142vneq).ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
    height: 30px;
}

:where(.css-142vneq).ant-select-single:not(.ant-select-customize-input) .ant-select-selector:after {
    line-height: 30px;
}

:where(.css-142vneq).ant-select-single.ant-select-customize-input .ant-select-selector:after {
    display: none;
}

:where(.css-142vneq).ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
    position: static;
    width: 100%;
}

:where(.css-142vneq).ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
    position: absolute;
    inset-inline-start: 0;
    inset-inline-end: 0;
    padding: 0 11px;
}

:where(.css-142vneq).ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder:after {
    display: none;
}

:where(.css-142vneq).ant-select-single.ant-select-sm {
    font-size: 14px;
    height: 24px;
}

:where(.css-142vneq).ant-select-single.ant-select-sm .ant-select-selector {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: inherit;
    display: flex;
    border-radius: 4px;
    flex: 1 1 auto;
}

:where(.css-142vneq).ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-search {
    position: absolute;
    inset: 0;
    width: 100%;
}

:where(.css-142vneq).ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-search-input {
    width: 100%;
    -webkit-appearance: textfield;
}

:where(.css-142vneq).ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-item, :where(.css-142vneq).ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-placeholder {
    display: block;
    padding: 0;
    line-height: 22px;
    transition: all 0.3s, visibility 0s;
    align-self: center;
}

:where(.css-142vneq).ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-placeholder {
    transition: none;
    pointer-events: none;
}

:where(.css-142vneq).ant-select-single.ant-select-sm .ant-select-selector:after, :where(.css-142vneq).ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-item:empty:after, :where(.css-142vneq).ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-placeholder:empty:after {
    display: inline-block;
    width: 0;
    visibility: hidden;
    content: "\a0";
}

:where(.css-142vneq).ant-select-single.ant-select-sm.ant-select-show-arrow .ant-select-selection-item, :where(.css-142vneq).ant-select-single.ant-select-sm.ant-select-show-arrow .ant-select-selection-search, :where(.css-142vneq).ant-select-single.ant-select-sm.ant-select-show-arrow .ant-select-selection-placeholder {
    padding-inline-end: 18px;
}

:where(.css-142vneq).ant-select-single.ant-select-sm.ant-select-open .ant-select-selection-item {
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-142vneq).ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 11px;
}

:where(.css-142vneq).ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
    height: 22px;
}

:where(.css-142vneq).ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector:after {
    line-height: 22px;
}

:where(.css-142vneq).ant-select-single.ant-select-sm.ant-select-customize-input .ant-select-selector:after {
    display: none;
}

:where(.css-142vneq).ant-select-single.ant-select-sm.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
    position: static;
    width: 100%;
}

:where(.css-142vneq).ant-select-single.ant-select-sm.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
    position: absolute;
    inset-inline-start: 0;
    inset-inline-end: 0;
    padding: 0 11px;
}

:where(.css-142vneq).ant-select-single.ant-select-sm.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder:after {
    display: none;
}

:where(.css-142vneq).ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
    padding: 0 7px;
}

:where(.css-142vneq).ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
    inset-inline-end: 28px;
}

:where(.css-142vneq).ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item, :where(.css-142vneq).ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
    padding-inline-end: 21px;
}

:where(.css-142vneq).ant-select-single.ant-select-lg {
    font-size: 16px;
    height: 40px;
}

:where(.css-142vneq).ant-select-single.ant-select-lg .ant-select-selector {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 16px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: inherit;
    display: flex;
    border-radius: 8px;
    flex: 1 1 auto;
}

:where(.css-142vneq).ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-search {
    position: absolute;
    inset: 0;
    width: 100%;
}

:where(.css-142vneq).ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-search-input {
    width: 100%;
    -webkit-appearance: textfield;
}

:where(.css-142vneq).ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-item, :where(.css-142vneq).ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-placeholder {
    display: block;
    padding: 0;
    line-height: 38px;
    transition: all 0.3s, visibility 0s;
    align-self: center;
}

:where(.css-142vneq).ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-placeholder {
    transition: none;
    pointer-events: none;
}

:where(.css-142vneq).ant-select-single.ant-select-lg .ant-select-selector:after, :where(.css-142vneq).ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-item:empty:after, :where(.css-142vneq).ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-placeholder:empty:after {
    display: inline-block;
    width: 0;
    visibility: hidden;
    content: "\a0";
}

:where(.css-142vneq).ant-select-single.ant-select-lg.ant-select-show-arrow .ant-select-selection-item, :where(.css-142vneq).ant-select-single.ant-select-lg.ant-select-show-arrow .ant-select-selection-search, :where(.css-142vneq).ant-select-single.ant-select-lg.ant-select-show-arrow .ant-select-selection-placeholder {
    padding-inline-end: 18px;
}

:where(.css-142vneq).ant-select-single.ant-select-lg.ant-select-open .ant-select-selection-item {
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-142vneq).ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 11px;
}

:where(.css-142vneq).ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
    height: 38px;
}

:where(.css-142vneq).ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector:after {
    line-height: 38px;
}

:where(.css-142vneq).ant-select-single.ant-select-lg.ant-select-customize-input .ant-select-selector:after {
    display: none;
}

:where(.css-142vneq).ant-select-single.ant-select-lg.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
    position: static;
    width: 100%;
}

:where(.css-142vneq).ant-select-single.ant-select-lg.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
    position: absolute;
    inset-inline-start: 0;
    inset-inline-end: 0;
    padding: 0 11px;
}

:where(.css-142vneq).ant-select-single.ant-select-lg.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder:after {
    display: none;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-overflow {
    position: relative;
    display: flex;
    flex: auto;
    flex-wrap: wrap;
    max-width: 100%;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-overflow-item {
    flex: none;
    align-self: center;
    max-width: 100%;
    display: inline-flex;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item {
    display: flex;
    align-self: center;
    flex: none;
    box-sizing: border-box;
    max-width: 100%;
    margin-block: 2px;
    border-radius: 4px;
    cursor: default;
    transition: font-size 0.3s, line-height 0.3s, height 0.3s;
    margin-inline-end: 4px;
    padding-inline-start: 8px;
    padding-inline-end: 4px;
}

.ant-select-disabled:where(.css-142vneq).ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item {
    color: rgba(0, 0, 0, 0.25);
    border-color: transparent;
    cursor: not-allowed;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item-content {
    display: inline-block;
    margin-inline-end: 4px;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item-remove {
    display: inline-flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.45);
    font-style: normal;
    line-height: inherit;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item-remove>* {
    line-height: 1;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item-remove svg {
    display: inline-block;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item-remove>.anticon {
    vertical-align: -0.2em;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item-remove:hover {
    color: rgba(0, 0, 0, 0.88);
}

:where(.css-142vneq).ant-select-multiple .ant-select-selector {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-inline: 3px;
    padding-block: 1px;
    border-radius: 6px;
}

.ant-select-disabled:where(.css-142vneq).ant-select-multiple .ant-select-selector {
    background: rgba(0, 0, 0, 0.04);
    cursor: not-allowed;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selector:after {
    display: inline-block;
    width: 0;
    margin: 2px 0;
    line-height: 24px;
    visibility: hidden;
    content: "\a0";
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-item {
    height: 24px;
    line-height: 22px;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-wrap {
    align-self: flex-start;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-wrap:after {
    line-height: 24px;
    margin-block: 2px;
}

:where(.css-142vneq).ant-select-multiple .ant-select-prefix {
    margin-inline-start: 8px;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-overflow-item+.ant-select-selection-overflow-item .ant-select-selection-search, :where(.css-142vneq).ant-select-multiple .ant-select-prefix+.ant-select-selection-wrap .ant-select-selection-search {
    margin-inline-start: 0;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-overflow-item+.ant-select-selection-overflow-item .ant-select-selection-placeholder, :where(.css-142vneq).ant-select-multiple .ant-select-prefix+.ant-select-selection-wrap .ant-select-selection-placeholder {
    inset-inline-start: 0;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-overflow-item-suffix {
    min-height: 24px;
    margin-block: 2px;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-search {
    display: inline-flex;
    position: relative;
    max-width: 100%;
    margin-inline-start: 8px;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-search-input, :where(.css-142vneq).ant-select-multiple .ant-select-selection-search-mirror {
    height: 24px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    line-height: 24px;
    transition: all 0.3s;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-search-input {
    width: 100%;
    min-width: 4.1px;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-search-mirror {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: auto;
    z-index: 999;
    white-space: pre;
    visibility: hidden;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-placeholder {
    position: absolute;
    top: 50%;
    inset-inline-start: 8px;
    inset-inline-end: 11px;
    transform: translateY(-50%);
    transition: all 0.3s;
}

:where(.css-142vneq).ant-select-multiple {
    font-size: 14px;
}

.ant-select-show-search:where(.css-142vneq).ant-select-multiple .ant-select-selector {
    cursor: text;
}

:where(.css-142vneq).ant-select-multiple.ant-select-show-arrow .ant-select-selector, :where(.css-142vneq).ant-select-multiple.ant-select-allow-clear .ant-select-selector {
    padding-inline-end: 24px;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-overflow {
    position: relative;
    display: flex;
    flex: auto;
    flex-wrap: wrap;
    max-width: 100%;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-overflow-item {
    flex: none;
    align-self: center;
    max-width: 100%;
    display: inline-flex;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-overflow .ant-select-selection-item {
    display: flex;
    align-self: center;
    flex: none;
    box-sizing: border-box;
    max-width: 100%;
    margin-block: 2px;
    border-radius: 2px;
    cursor: default;
    transition: font-size 0.3s, line-height 0.3s, height 0.3s;
    margin-inline-end: 4px;
    padding-inline-start: 8px;
    padding-inline-end: 4px;
}

.ant-select-disabled:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-overflow .ant-select-selection-item {
    color: rgba(0, 0, 0, 0.25);
    border-color: transparent;
    cursor: not-allowed;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-overflow .ant-select-selection-item-content {
    display: inline-block;
    margin-inline-end: 4px;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-overflow .ant-select-selection-item-remove {
    display: inline-flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.45);
    font-style: normal;
    line-height: inherit;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-overflow .ant-select-selection-item-remove>* {
    line-height: 1;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-overflow .ant-select-selection-item-remove svg {
    display: inline-block;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-overflow .ant-select-selection-item-remove>.anticon {
    vertical-align: -0.2em;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-overflow .ant-select-selection-item-remove:hover {
    color: rgba(0, 0, 0, 0.88);
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selector {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-inline: 3px;
    padding-block: 1px;
    border-radius: 4px;
}

.ant-select-disabled:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selector {
    background: rgba(0, 0, 0, 0.04);
    cursor: not-allowed;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selector:after {
    display: inline-block;
    width: 0;
    margin: 2px 0;
    line-height: 16px;
    visibility: hidden;
    content: "\a0";
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-item {
    height: 16px;
    line-height: 14px;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-wrap {
    align-self: flex-start;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-wrap:after {
    line-height: 16px;
    margin-block: 2px;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-prefix {
    margin-inline-start: 8px;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-overflow-item+.ant-select-selection-overflow-item .ant-select-selection-search, :where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-prefix+.ant-select-selection-wrap .ant-select-selection-search {
    margin-inline-start: 0;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-overflow-item+.ant-select-selection-overflow-item .ant-select-selection-placeholder, :where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-prefix+.ant-select-selection-wrap .ant-select-selection-placeholder {
    inset-inline-start: 0;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-overflow-item-suffix {
    min-height: 16px;
    margin-block: 2px;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-search {
    display: inline-flex;
    position: relative;
    max-width: 100%;
    margin-inline-start: 8px;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-search-input, :where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
    height: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    line-height: 16px;
    transition: all 0.3s;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-search-input {
    width: 100%;
    min-width: 4.1px;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: auto;
    z-index: 999;
    white-space: pre;
    visibility: hidden;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
    position: absolute;
    top: 50%;
    inset-inline-start: 8px;
    inset-inline-end: 11px;
    transform: translateY(-50%);
    transition: all 0.3s;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm {
    font-size: 14px;
}

.ant-select-show-search:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selector {
    cursor: text;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm.ant-select-show-arrow .ant-select-selector, :where(.css-142vneq).ant-select-multiple.ant-select-sm.ant-select-allow-clear .ant-select-selector {
    padding-inline-end: 24px;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
    inset-inline: 7px;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-search {
    margin-inline-start: 2px;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-overflow {
    position: relative;
    display: flex;
    flex: auto;
    flex-wrap: wrap;
    max-width: 100%;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-overflow-item {
    flex: none;
    align-self: center;
    max-width: 100%;
    display: inline-flex;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-overflow .ant-select-selection-item {
    display: flex;
    align-self: center;
    flex: none;
    box-sizing: border-box;
    max-width: 100%;
    margin-block: 2px;
    border-radius: 6px;
    cursor: default;
    transition: font-size 0.3s, line-height 0.3s, height 0.3s;
    margin-inline-end: 4px;
    padding-inline-start: 8px;
    padding-inline-end: 4px;
}

.ant-select-disabled:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-overflow .ant-select-selection-item {
    color: rgba(0, 0, 0, 0.25);
    border-color: transparent;
    cursor: not-allowed;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-overflow .ant-select-selection-item-content {
    display: inline-block;
    margin-inline-end: 4px;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-overflow .ant-select-selection-item-remove {
    display: inline-flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.45);
    font-style: normal;
    line-height: inherit;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-overflow .ant-select-selection-item-remove>* {
    line-height: 1;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-overflow .ant-select-selection-item-remove svg {
    display: inline-block;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-overflow .ant-select-selection-item-remove>.anticon {
    vertical-align: -0.2em;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-overflow .ant-select-selection-item-remove:hover {
    color: rgba(0, 0, 0, 0.88);
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selector {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-inline: 3px;
    padding-block: 1px;
    border-radius: 8px;
}

.ant-select-disabled:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selector {
    background: rgba(0, 0, 0, 0.04);
    cursor: not-allowed;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selector:after {
    display: inline-block;
    width: 0;
    margin: 2px 0;
    line-height: 32px;
    visibility: hidden;
    content: "\a0";
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-item {
    height: 32px;
    line-height: 30px;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-wrap {
    align-self: flex-start;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-wrap:after {
    line-height: 32px;
    margin-block: 2px;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-prefix {
    margin-inline-start: 8px;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-overflow-item+.ant-select-selection-overflow-item .ant-select-selection-search, :where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-prefix+.ant-select-selection-wrap .ant-select-selection-search {
    margin-inline-start: 0;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-overflow-item+.ant-select-selection-overflow-item .ant-select-selection-placeholder, :where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-prefix+.ant-select-selection-wrap .ant-select-selection-placeholder {
    inset-inline-start: 0;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-overflow-item-suffix {
    min-height: 32px;
    margin-block: 2px;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-search {
    display: inline-flex;
    position: relative;
    max-width: 100%;
    margin-inline-start: 8px;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-search-input, :where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
    height: 32px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    line-height: 32px;
    transition: all 0.3s;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-search-input {
    width: 100%;
    min-width: 4.1px;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: auto;
    z-index: 999;
    white-space: pre;
    visibility: hidden;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-placeholder {
    position: absolute;
    top: 50%;
    inset-inline-start: 8px;
    inset-inline-end: 11px;
    transform: translateY(-50%);
    transition: all 0.3s;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg {
    font-size: 16px;
}

.ant-select-show-search:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selector {
    cursor: text;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg.ant-select-show-arrow .ant-select-selector, :where(.css-142vneq).ant-select-multiple.ant-select-lg.ant-select-allow-clear .ant-select-selector {
    padding-inline-end: 24px;
}

:where(.css-142vneq).ant-select-dropdown {
    box-sizing: border-box;
    margin: 0;
    padding: 4px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    position: absolute;
    top: -9999px;
    z-index: 1050;
    overflow: hidden;
    font-variant: initial;
    background-color: #ffffff;
    border-radius: 8px;
    outline: none;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

:where(.css-142vneq).ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-bottomLeft, :where(.css-142vneq).ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
    animation-name: css-142vneq-antSlideUpIn;
}

:where(.css-142vneq).ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-topLeft, :where(.css-142vneq).ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-topLeft, :where(.css-142vneq).ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-topRight, :where(.css-142vneq).ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-topRight {
    animation-name: css-142vneq-antSlideDownIn;
}

:where(.css-142vneq).ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
    animation-name: css-142vneq-antSlideUpOut;
}

:where(.css-142vneq).ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-topLeft, :where(.css-142vneq).ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-topRight {
    animation-name: css-142vneq-antSlideDownOut;
}

:where(.css-142vneq).ant-select-dropdown-hidden {
    display: none;
}

:where(.css-142vneq).ant-select-dropdown .ant-select-item {
    position: relative;
    display: block;
    min-height: 32px;
    padding: 5px 12px;
    color: rgba(0, 0, 0, 0.88);
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5714285714285714;
    box-sizing: border-box;
    cursor: pointer;
    transition: background 0.3s ease;
    border-radius: 4px;
}

:where(.css-142vneq).ant-select-dropdown .ant-select-item-group {
    color: rgba(0, 0, 0, 0.45);
    font-size: 12px;
    cursor: default;
}

:where(.css-142vneq).ant-select-dropdown .ant-select-item-option {
    display: flex;
}

:where(.css-142vneq).ant-select-dropdown .ant-select-item-option-content {
    flex: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

:where(.css-142vneq).ant-select-dropdown .ant-select-item-option-state {
    flex: none;
    display: flex;
    align-items: center;
}

:where(.css-142vneq).ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
    background-color: rgba(0, 0, 0, 0.04);
}

:where(.css-142vneq).ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    background-color: #e6f4ff;
}

:where(.css-142vneq).ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
    color: #1677ff;
}

:where(.css-142vneq).ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled):has(+ .ant-select-item-option-selected:not(.ant-select-item-option-disabled)) {
    border-end-start-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-142vneq).ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled):has(+ .ant-select-item-option-selected:not(.ant-select-item-option-disabled))+.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
    border-start-start-radius: 0;
    border-start-end-radius: 0;
}

:where(.css-142vneq).ant-select-dropdown .ant-select-item-option-disabled {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}

:where(.css-142vneq).ant-select-dropdown .ant-select-item-option-disabled.ant-select-item-option-selected {
    background-color: rgba(0, 0, 0, 0.04);
}

:where(.css-142vneq).ant-select-dropdown .ant-select-item-option-grouped {
    padding-inline-start: 24px;
}

:where(.css-142vneq).ant-select-dropdown .ant-select-item-empty {
    position: relative;
    display: block;
    min-height: 32px;
    padding: 5px 12px;
    color: rgba(0, 0, 0, 0.25);
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5714285714285714;
    box-sizing: border-box;
}

:where(.css-142vneq).ant-select-dropdown-rtl {
    direction: rtl;
}

:where(.css-142vneq).ant-slide-up-enter, :where(.css-142vneq).ant-slide-up-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-slide-up-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-slide-up-enter.ant-slide-up-enter-active, :where(.css-142vneq).ant-slide-up-appear.ant-slide-up-appear-active {
    animation-name: css-142vneq-antSlideUpIn;
    animation-play-state: running;
}

:where(.css-142vneq).ant-slide-up-leave.ant-slide-up-leave-active {
    animation-name: css-142vneq-antSlideUpOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-142vneq).ant-slide-up-enter, :where(.css-142vneq).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-142vneq).ant-slide-up-enter-prepare, :where(.css-142vneq).ant-slide-up-appear-prepare {
    transform: scale(1);
}

:where(.css-142vneq).ant-slide-up-leave {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

:where(.css-142vneq).ant-slide-down-enter, :where(.css-142vneq).ant-slide-down-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-slide-down-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-slide-down-enter.ant-slide-down-enter-active, :where(.css-142vneq).ant-slide-down-appear.ant-slide-down-appear-active {
    animation-name: css-142vneq-antSlideDownIn;
    animation-play-state: running;
}

:where(.css-142vneq).ant-slide-down-leave.ant-slide-down-leave-active {
    animation-name: css-142vneq-antSlideDownOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-142vneq).ant-slide-down-enter, :where(.css-142vneq).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-142vneq).ant-slide-down-enter-prepare, :where(.css-142vneq).ant-slide-down-appear-prepare {
    transform: scale(1);
}

:where(.css-142vneq).ant-slide-down-leave {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

:where(.css-142vneq).ant-move-up-enter, :where(.css-142vneq).ant-move-up-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-move-up-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-move-up-enter.ant-move-up-enter-active, :where(.css-142vneq).ant-move-up-appear.ant-move-up-appear-active {
    animation-name: css-142vneq-antMoveUpIn;
    animation-play-state: running;
}

:where(.css-142vneq).ant-move-up-leave.ant-move-up-leave-active {
    animation-name: css-142vneq-antMoveUpOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-142vneq).ant-move-up-enter, :where(.css-142vneq).ant-move-up-appear {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

:where(.css-142vneq).ant-move-up-leave {
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

:where(.css-142vneq).ant-move-down-enter, :where(.css-142vneq).ant-move-down-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-move-down-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-move-down-enter.ant-move-down-enter-active, :where(.css-142vneq).ant-move-down-appear.ant-move-down-appear-active {
    animation-name: css-142vneq-antMoveDownIn;
    animation-play-state: running;
}

:where(.css-142vneq).ant-move-down-leave.ant-move-down-leave-active {
    animation-name: css-142vneq-antMoveDownOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-142vneq).ant-move-down-enter, :where(.css-142vneq).ant-move-down-appear {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

:where(.css-142vneq).ant-move-down-leave {
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

:where(.css-142vneq).ant-select-rtl {
    direction: rtl;
}

:where(.css-142vneq).ant-select-compact-item:not(.ant-select-compact-last-item) {
    margin-inline-end: -1px;
}

:where(.css-142vneq).ant-select-compact-item:hover>*, :where(.css-142vneq).ant-select-compact-item:active>* {
    z-index: 2;
}

:where(.css-142vneq).ant-select-compact-item.ant-select-focused {
    z-index: 2;
}

:where(.css-142vneq).ant-select-compact-item[disabled]>* {
    z-index: 0;
}

:where(.css-142vneq).ant-select-compact-item:not(.ant-select-compact-first-item):not(.ant-select-compact-last-item)>.ant-select-selector {
    border-radius: 0;
}

:where(.css-142vneq).ant-select-compact-item:not(.ant-select-compact-last-item).ant-select-compact-first-item>.ant-select-selector, :where(.css-142vneq).ant-select-compact-item:not(.ant-select-compact-last-item).ant-select-compact-first-item.ant-select-sm>.ant-select-selector, :where(.css-142vneq).ant-select-compact-item:not(.ant-select-compact-last-item).ant-select-compact-first-item.ant-select-lg>.ant-select-selector {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-142vneq).ant-select-compact-item:not(.ant-select-compact-first-item).ant-select-compact-last-item>.ant-select-selector, :where(.css-142vneq).ant-select-compact-item:not(.ant-select-compact-first-item).ant-select-compact-last-item.ant-select-sm>.ant-select-selector, :where(.css-142vneq).ant-select-compact-item:not(.ant-select-compact-first-item).ant-select-compact-last-item.ant-select-lg>.ant-select-selector {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-142vneq).ant-select-outlined:not(.ant-select-customize-input) .ant-select-selector {
    border: 1px solid #d9d9d9;
    background: #ffffff;
}

:where(.css-142vneq).ant-select-outlined:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector {
    border-color: #4096ff;
}

.ant-select-focused:where(.css-142vneq).ant-select-outlined:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
    border-color: #1677ff;
    box-shadow: 0 0 0 2px rgba(5, 145, 255, 0.1);
    outline: 0;
}

:where(.css-142vneq).ant-select-outlined:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-prefix {
    color: rgba(0, 0, 0, 0.88);
}

:where(.css-142vneq).ant-select-outlined.ant-select-status-error:not(.ant-select-customize-input) .ant-select-selector {
    border: 1px solid #ff4d4f;
    background: #ffffff;
}

:where(.css-142vneq).ant-select-outlined.ant-select-status-error:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector {
    border-color: #ff7875;
}

.ant-select-focused:where(.css-142vneq).ant-select-outlined.ant-select-status-error:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
    border-color: #ff4d4f;
    box-shadow: 0 0 0 2px rgba(255, 38, 5, 0.06);
    outline: 0;
}

:where(.css-142vneq).ant-select-outlined.ant-select-status-error:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-prefix {
    color: #ff4d4f;
}

:where(.css-142vneq).ant-select-outlined.ant-select-status-warning:not(.ant-select-customize-input) .ant-select-selector {
    border: 1px solid #faad14;
    background: #ffffff;
}

:where(.css-142vneq).ant-select-outlined.ant-select-status-warning:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector {
    border-color: #ffd666;
}

.ant-select-focused:where(.css-142vneq).ant-select-outlined.ant-select-status-warning:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
    border-color: #faad14;
    box-shadow: 0 0 0 2px rgba(255, 215, 5, 0.1);
    outline: 0;
}

:where(.css-142vneq).ant-select-outlined.ant-select-status-warning:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-prefix {
    color: #faad14;
}

:where(.css-142vneq).ant-select-outlined.ant-select-disabled:not(.ant-select-customize-input) .ant-select-selector {
    background: rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-142vneq).ant-select-outlined.ant-select-multiple .ant-select-selection-item {
    background: rgba(0, 0, 0, 0.06);
    border: 1px solid transparent;
}

:where(.css-142vneq).ant-select-filled:not(.ant-select-customize-input) .ant-select-selector {
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid transparent;
    color: rgba(0, 0, 0, 0.88);
}

:where(.css-142vneq).ant-select-filled:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector {
    background: rgba(0, 0, 0, 0.06);
}

.ant-select-focused:where(.css-142vneq).ant-select-filled:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
    background: #ffffff;
    border-color: #1677ff;
    outline: 0;
}

:where(.css-142vneq).ant-select-filled.ant-select-status-error:not(.ant-select-customize-input) .ant-select-selector {
    background: #fff2f0;
    border: 1px solid transparent;
    color: #ff4d4f;
}

:where(.css-142vneq).ant-select-filled.ant-select-status-error:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector {
    background: #fff1f0;
}

.ant-select-focused:where(.css-142vneq).ant-select-filled.ant-select-status-error:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
    background: #ffffff;
    border-color: #ff4d4f;
    outline: 0;
}

:where(.css-142vneq).ant-select-filled.ant-select-status-warning:not(.ant-select-customize-input) .ant-select-selector {
    background: #fffbe6;
    border: 1px solid transparent;
    color: #faad14;
}

:where(.css-142vneq).ant-select-filled.ant-select-status-warning:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector {
    background: #fff1b8;
}

.ant-select-focused:where(.css-142vneq).ant-select-filled.ant-select-status-warning:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
    background: #ffffff;
    border-color: #faad14;
    outline: 0;
}

:where(.css-142vneq).ant-select-filled.ant-select-disabled:not(.ant-select-customize-input) .ant-select-selector {
    border-color: #d9d9d9;
    background: rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-142vneq).ant-select-filled.ant-select-multiple .ant-select-selection-item {
    background: #ffffff;
    border: 1px solid rgba(5, 5, 5, 0.06);
}

:where(.css-142vneq).ant-select-borderless .ant-select-selector {
    background: transparent;
    border: 1px solid transparent;
}

:where(.css-142vneq).ant-select-borderless.ant-select-disabled:not(.ant-select-customize-input) .ant-select-selector {
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-142vneq).ant-select-borderless.ant-select-multiple .ant-select-selection-item {
    background: rgba(0, 0, 0, 0.06);
    border: 1px solid transparent;
}

:where(.css-142vneq).ant-select-borderless.ant-select-status-error .ant-select-prefix, :where(.css-142vneq).ant-select-borderless.ant-select-status-error .ant-select-selection-item {
    color: #ff4d4f;
}

:where(.css-142vneq).ant-select-borderless.ant-select-status-warning .ant-select-prefix, :where(.css-142vneq).ant-select-borderless.ant-select-status-warning .ant-select-selection-item {
    color: #faad14;
}

.d-none {
    display: none !important;
}

:where(.css-142vneq) a {
    color: #1677ff;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    transition: color 0.3s;
    -webkit-text-decoration-skip: objects;
}

:where(.css-142vneq) a:hover {
    color: #69b1ff;
}

:where(.css-142vneq) a:active {
    color: #0958d9;
}

:where(.css-142vneq) a:active, :where(.css-142vneq) a:hover {
    text-decoration: none;
    outline: 0;
}

:where(.css-142vneq) a:focus {
    text-decoration: none;
    outline: 0;
}

:where(.css-142vneq) a[disabled] {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}

:where(.css-142vneq).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;
}

:where(.css-142vneq).anticon>* {
    line-height: 1;
}

:where(.css-142vneq).anticon svg {
    display: inline-block;
}

:where(.css-142vneq).anticon .anticon .anticon-icon {
    display: block;
}

:where(.css-142vneq)[class^="ant-form"], :where(.css-142vneq)[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-142vneq)[class^="ant-form"]::before, :where(.css-142vneq)[class*=" ant-form"]::before, :where(.css-142vneq)[class^="ant-form"]::after, :where(.css-142vneq)[class*=" ant-form"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-form"] [class^="ant-form"], :where(.css-142vneq)[class*=" ant-form"] [class^="ant-form"], :where(.css-142vneq)[class^="ant-form"] [class*=" ant-form"], :where(.css-142vneq)[class*=" ant-form"] [class*=" ant-form"] {
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-form"] [class^="ant-form"]::before, :where(.css-142vneq)[class*=" ant-form"] [class^="ant-form"]::before, :where(.css-142vneq)[class^="ant-form"] [class*=" ant-form"]::before, :where(.css-142vneq)[class*=" ant-form"] [class*=" ant-form"]::before, :where(.css-142vneq)[class^="ant-form"] [class^="ant-form"]::after, :where(.css-142vneq)[class*=" ant-form"] [class^="ant-form"]::after, :where(.css-142vneq)[class^="ant-form"] [class*=" ant-form"]::after, :where(.css-142vneq)[class*=" ant-form"] [class*=" ant-form"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq).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-142vneq).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-142vneq).ant-form input[type="search"] {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-form input[type="radio"], :where(.css-142vneq).ant-form input[type="checkbox"] {
    line-height: normal;
}

:where(.css-142vneq).ant-form input[type="file"] {
    display: block;
}

:where(.css-142vneq).ant-form input[type="range"] {
    display: block;
    width: 100%;
}

:where(.css-142vneq).ant-form select[multiple], :where(.css-142vneq).ant-form select[size] {
    height: auto;
}

:where(.css-142vneq).ant-form input[type='file']:focus, :where(.css-142vneq).ant-form input[type='radio']:focus, :where(.css-142vneq).ant-form input[type='checkbox']:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(5, 145, 255, 0.1);
}

:where(.css-142vneq).ant-form output {
    display: block;
    padding-top: 15px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
}

:where(.css-142vneq).ant-form .ant-form-text {
    display: inline-block;
    padding-inline-end: 12px;
}

:where(.css-142vneq).ant-form-small .ant-form-item .ant-form-item-label>label {
    height: 24px;
}

:where(.css-142vneq).ant-form-small .ant-form-item .ant-form-item-control-input {
    min-height: 24px;
}

:where(.css-142vneq).ant-form-large .ant-form-item .ant-form-item-label>label {
    height: 40px;
}

:where(.css-142vneq).ant-form-large .ant-form-item .ant-form-item-control-input {
    min-height: 40px;
}

:where(.css-142vneq).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-142vneq).ant-form-item-with-help {
    transition: none;
}

:where(.css-142vneq).ant-form-item-hidden, :where(.css-142vneq).ant-form-item-hidden.ant-row {
    display: none;
}

:where(.css-142vneq).ant-form-item-has-warning .ant-form-item-split {
    color: #ff4d4f;
}

:where(.css-142vneq).ant-form-item-has-error .ant-form-item-split {
    color: #faad14;
}

:where(.css-142vneq).ant-form-item .ant-form-item-label {
    flex-grow: 0;
    overflow: hidden;
    white-space: nowrap;
    text-align: end;
    vertical-align: middle;
}

:where(.css-142vneq).ant-form-item .ant-form-item-label-left {
    text-align: start;
}

:where(.css-142vneq).ant-form-item .ant-form-item-label-wrap {
    overflow: unset;
    line-height: 1.5714285714285714;
    white-space: unset;
}

:where(.css-142vneq).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-142vneq).ant-form-item .ant-form-item-label>label>.anticon {
    font-size: 14px;
    vertical-align: top;
}

:where(.css-142vneq).ant-form-item .ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
    display: inline-block;
    margin-inline-end: 4px;
    color: #ff4d4f;
    font-size: 14px;
    font-family: SimSun, sans-serif;
    line-height: 1;
    content: "*";
}

.ant-form-hide-required-mark :where(.css-142vneq).ant-form-item .ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
    display: none;
}

:where(.css-142vneq).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-142vneq).ant-form-item .ant-form-item-label>label .ant-form-item-optional {
    display: none;
}

:where(.css-142vneq).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-142vneq).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-142vneq).ant-form-item .ant-form-item-label>label.ant-form-item-no-colon::after {
    content: "\a0";
}

:where(.css-142vneq).ant-form-item .ant-form-item-control {
    --ant-display: flex;
    flex-direction: column;
    flex-grow: 1;
}

:where(.css-142vneq).ant-form-item .ant-form-item-control:first-child:not([class^="'ant-col-'"]):not([class*="' ant-col-'"]) {
    width: 100%;
}

:where(.css-142vneq).ant-form-item .ant-form-item-control-input {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 32px;
}

:where(.css-142vneq).ant-form-item .ant-form-item-control-input-content {
    flex: auto;
    max-width: 100%;
}

:where(.css-142vneq).ant-form-item .ant-form-item-additional {
    display: flex;
    flex-direction: column;
}

:where(.css-142vneq).ant-form-item .ant-form-item-explain, :where(.css-142vneq).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-142vneq).ant-form-item .ant-form-item-explain-connected {
    width: 100%;
}

:where(.css-142vneq).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-142vneq).ant-form-item .ant-form-item-explain-error {
    color: #ff4d4f;
}

:where(.css-142vneq).ant-form-item .ant-form-item-explain-warning {
    color: #faad14;
}

:where(.css-142vneq).ant-form-item-with-help .ant-form-item-explain {
    height: auto;
    opacity: 1;
}

:where(.css-142vneq).ant-form-item .ant-form-item-feedback-icon {
    font-size: 14px;
    text-align: center;
    visibility: visible;
    animation-name: css-142vneq-antZoomIn;
    animation-duration: 0.2s;
    animation-timing-function: cubic-bezier(0.12, 0.4, 0.29, 1.46);
    pointer-events: none;
}

:where(.css-142vneq).ant-form-item .ant-form-item-feedback-icon-success {
    color: #52c41a;
}

:where(.css-142vneq).ant-form-item .ant-form-item-feedback-icon-error {
    color: #ff4d4f;
}

:where(.css-142vneq).ant-form-item .ant-form-item-feedback-icon-warning {
    color: #faad14;
}

:where(.css-142vneq).ant-form-item .ant-form-item-feedback-icon-validating {
    color: #1677ff;
}

:where(.css-142vneq).ant-form-show-help {
    transition: opacity 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

:where(.css-142vneq).ant-form-show-help-appear, :where(.css-142vneq).ant-form-show-help-enter {
    opacity: 0;
}

:where(.css-142vneq).ant-form-show-help-appear-active, :where(.css-142vneq).ant-form-show-help-enter-active {
    opacity: 1;
}

:where(.css-142vneq).ant-form-show-help-leave {
    opacity: 1;
}

:where(.css-142vneq).ant-form-show-help-leave-active {
    opacity: 0;
}

:where(.css-142vneq).ant-form-show-help .ant-form-show-help-item {
    overflow: hidden;
    transition: height 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

:where(.css-142vneq).ant-form-show-help .ant-form-show-help-item.ant-form-show-help-item-appear, :where(.css-142vneq).ant-form-show-help .ant-form-show-help-item.ant-form-show-help-item-enter {
    transform: translateY(-5px);
    opacity: 0;
}

:where(.css-142vneq).ant-form-show-help .ant-form-show-help-item.ant-form-show-help-item-appear-active, :where(.css-142vneq).ant-form-show-help .ant-form-show-help-item.ant-form-show-help-item-enter-active {
    transform: translateY(0);
    opacity: 1;
}

:where(.css-142vneq).ant-form-show-help .ant-form-show-help-item.ant-form-show-help-item-leave-active {
    transform: translateY(-5px);
}

:where(.css-142vneq).ant-form-horizontal .ant-form-item-label {
    flex-grow: 0;
}

:where(.css-142vneq).ant-form-horizontal .ant-form-item-control {
    flex: 1 1 0;
    min-width: 0;
}

:where(.css-142vneq).ant-form-horizontal .ant-form-item-label[class$='-24']+.ant-form-item-control, :where(.css-142vneq).ant-form-horizontal .ant-form-item-label[class*='-24 ']+.ant-form-item-control {
    min-width: unset;
}

:where(.css-142vneq).ant-form-item-horizontal .ant-form-item-label {
    flex-grow: 0;
}

:where(.css-142vneq).ant-form-item-horizontal .ant-form-item-control {
    flex: 1 1 0;
    min-width: 0;
}

:where(.css-142vneq).ant-form-item-horizontal .ant-form-item-label[class$='-24']+.ant-form-item-control, :where(.css-142vneq).ant-form-item-horizontal .ant-form-item-label[class*='-24 ']+.ant-form-item-control {
    min-width: unset;
}

:where(.css-142vneq).ant-form-inline {
    display: flex;
    flex-wrap: wrap;
}

:where(.css-142vneq).ant-form-inline .ant-form-item {
    flex: none;
    margin-inline-end: 16px;
    margin-bottom: 0;
}

:where(.css-142vneq).ant-form-inline .ant-form-item-row {
    flex-wrap: nowrap;
}

:where(.css-142vneq).ant-form-inline .ant-form-item>.ant-form-item-label, :where(.css-142vneq).ant-form-inline .ant-form-item>.ant-form-item-control {
    display: inline-block;
    vertical-align: top;
}

:where(.css-142vneq).ant-form-inline .ant-form-item>.ant-form-item-label {
    flex: none;
}

:where(.css-142vneq).ant-form-inline .ant-form-item .ant-form-text {
    display: inline-block;
}

:where(.css-142vneq).ant-form-inline .ant-form-item .ant-form-item-has-feedback {
    display: inline-block;
}

:where(.css-142vneq).ant-form-vertical .ant-form-item:not(.ant-form-item-horizontal) .ant-form-item-row {
    flex-direction: column;
}

:where(.css-142vneq).ant-form-vertical .ant-form-item:not(.ant-form-item-horizontal) .ant-form-item-label>label {
    height: auto;
}

:where(.css-142vneq).ant-form-vertical .ant-form-item:not(.ant-form-item-horizontal) .ant-form-item-control {
    width: 100%;
}

:where(.css-142vneq).ant-form-vertical .ant-form-item:not(.ant-form-item-horizontal) .ant-form-item-label, :where(.css-142vneq).ant-form-vertical .ant-form-item:not(.ant-form-item-horizontal) .ant-col-24.ant-form-item-label, :where(.css-142vneq).ant-form-vertical .ant-form-item:not(.ant-form-item-horizontal) .ant-col-xl-24.ant-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    white-space: initial;
    text-align: start;
}

:where(.css-142vneq).ant-form-vertical .ant-form-item:not(.ant-form-item-horizontal) .ant-form-item-label>label, :where(.css-142vneq).ant-form-vertical .ant-form-item:not(.ant-form-item-horizontal) .ant-col-24.ant-form-item-label>label, :where(.css-142vneq).ant-form-vertical .ant-form-item:not(.ant-form-item-horizontal) .ant-col-xl-24.ant-form-item-label>label {
    margin: 0;
}

:where(.css-142vneq).ant-form-vertical .ant-form-item:not(.ant-form-item-horizontal) .ant-form-item-label>label::after, :where(.css-142vneq).ant-form-vertical .ant-form-item:not(.ant-form-item-horizontal) .ant-col-24.ant-form-item-label>label::after, :where(.css-142vneq).ant-form-vertical .ant-form-item:not(.ant-form-item-horizontal) .ant-col-xl-24.ant-form-item-label>label::after {
    visibility: hidden;
}

@media (max-width: 575px) {
    :where(.css-142vneq).ant-form-item .ant-form-item-label {
        padding: 0 0 8px;
        margin: 0;
        white-space: initial;
        text-align: start;
    }

    :where(.css-142vneq).ant-form-item .ant-form-item-label>label {
        margin: 0;
    }

    :where(.css-142vneq).ant-form-item .ant-form-item-label>label::after {
        visibility: hidden;
    }

    :where(.css-142vneq).ant-form:not(.ant-form-inline) .ant-form-item {
        flex-wrap: wrap;
    }

    :where(.css-142vneq).ant-form:not(.ant-form-inline) .ant-form-item .ant-form-item-label:not([class*=" ant-col-xs"]), :where(.css-142vneq).ant-form:not(.ant-form-inline) .ant-form-item .ant-form-item-control:not([class*=" ant-col-xs"]) {
        flex: 0 0 100%;
        max-width: 100%;
    }

    :where(.css-142vneq).ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-xs-24.ant-form-item-label {
        padding: 0 0 8px;
        margin: 0;
        white-space: initial;
        text-align: start;
    }

    :where(.css-142vneq).ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-xs-24.ant-form-item-label>label {
        margin: 0;
    }

    :where(.css-142vneq).ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-xs-24.ant-form-item-label>label::after {
        visibility: hidden;
    }
}

@media (max-width: 767px) {
    :where(.css-142vneq).ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-sm-24.ant-form-item-label {
        padding: 0 0 8px;
        margin: 0;
        white-space: initial;
        text-align: start;
    }

    :where(.css-142vneq).ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-sm-24.ant-form-item-label>label {
        margin: 0;
    }

    :where(.css-142vneq).ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-sm-24.ant-form-item-label>label::after {
        visibility: hidden;
    }
}

@media (max-width: 991px) {
    :where(.css-142vneq).ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-md-24.ant-form-item-label {
        padding: 0 0 8px;
        margin: 0;
        white-space: initial;
        text-align: start;
    }

    :where(.css-142vneq).ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-md-24.ant-form-item-label>label {
        margin: 0;
    }

    :where(.css-142vneq).ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-md-24.ant-form-item-label>label::after {
        visibility: hidden;
    }
}

@media (max-width: 1199px) {
    :where(.css-142vneq).ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-lg-24.ant-form-item-label {
        padding: 0 0 8px;
        margin: 0;
        white-space: initial;
        text-align: start;
    }

    :where(.css-142vneq).ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-lg-24.ant-form-item-label>label {
        margin: 0;
    }

    :where(.css-142vneq).ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-lg-24.ant-form-item-label>label::after {
        visibility: hidden;
    }
}

:where(.css-142vneq).ant-form-item-vertical .ant-form-item-row {
    flex-direction: column;
}

:where(.css-142vneq).ant-form-item-vertical .ant-form-item-label>label {
    height: auto;
}

:where(.css-142vneq).ant-form-item-vertical .ant-form-item-control {
    width: 100%;
}

:where(.css-142vneq).ant-form-item-vertical .ant-form-item-label, :where(.css-142vneq).ant-col-24.ant-form-item-label, :where(.css-142vneq).ant-col-xl-24.ant-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    white-space: initial;
    text-align: start;
}

:where(.css-142vneq).ant-form-item-vertical .ant-form-item-label>label, :where(.css-142vneq).ant-col-24.ant-form-item-label>label, :where(.css-142vneq).ant-col-xl-24.ant-form-item-label>label {
    margin: 0;
}

:where(.css-142vneq).ant-form-item-vertical .ant-form-item-label>label::after, :where(.css-142vneq).ant-col-24.ant-form-item-label>label::after, :where(.css-142vneq).ant-col-xl-24.ant-form-item-label>label::after {
    visibility: hidden;
}

@media (max-width: 575px) {
    :where(.css-142vneq).ant-form-item .ant-form-item-label {
        padding: 0 0 8px;
        margin: 0;
        white-space: initial;
        text-align: start;
    }

    :where(.css-142vneq).ant-form-item .ant-form-item-label>label {
        margin: 0;
    }

    :where(.css-142vneq).ant-form-item .ant-form-item-label>label::after {
        visibility: hidden;
    }

    :where(.css-142vneq).ant-form:not(.ant-form-inline) .ant-form-item {
        flex-wrap: wrap;
    }

    :where(.css-142vneq).ant-form:not(.ant-form-inline) .ant-form-item .ant-form-item-label:not([class*=" ant-col-xs"]), :where(.css-142vneq).ant-form:not(.ant-form-inline) .ant-form-item .ant-form-item-control:not([class*=" ant-col-xs"]) {
        flex: 0 0 100%;
        max-width: 100%;
    }

    :where(.css-142vneq).ant-form-item .ant-col-xs-24.ant-form-item-label {
        padding: 0 0 8px;
        margin: 0;
        white-space: initial;
        text-align: start;
    }

    :where(.css-142vneq).ant-form-item .ant-col-xs-24.ant-form-item-label>label {
        margin: 0;
    }

    :where(.css-142vneq).ant-form-item .ant-col-xs-24.ant-form-item-label>label::after {
        visibility: hidden;
    }
}

@media (max-width: 767px) {
    :where(.css-142vneq).ant-form-item .ant-col-sm-24.ant-form-item-label {
        padding: 0 0 8px;
        margin: 0;
        white-space: initial;
        text-align: start;
    }

    :where(.css-142vneq).ant-form-item .ant-col-sm-24.ant-form-item-label>label {
        margin: 0;
    }

    :where(.css-142vneq).ant-form-item .ant-col-sm-24.ant-form-item-label>label::after {
        visibility: hidden;
    }
}

@media (max-width: 991px) {
    :where(.css-142vneq).ant-form-item .ant-col-md-24.ant-form-item-label {
        padding: 0 0 8px;
        margin: 0;
        white-space: initial;
        text-align: start;
    }

    :where(.css-142vneq).ant-form-item .ant-col-md-24.ant-form-item-label>label {
        margin: 0;
    }

    :where(.css-142vneq).ant-form-item .ant-col-md-24.ant-form-item-label>label::after {
        visibility: hidden;
    }
}

@media (max-width: 1199px) {
    :where(.css-142vneq).ant-form-item .ant-col-lg-24.ant-form-item-label {
        padding: 0 0 8px;
        margin: 0;
        white-space: initial;
        text-align: start;
    }

    :where(.css-142vneq).ant-form-item .ant-col-lg-24.ant-form-item-label>label {
        margin: 0;
    }

    :where(.css-142vneq).ant-form-item .ant-col-lg-24.ant-form-item-label>label::after {
        visibility: hidden;
    }
}

:where(.css-142vneq).ant-form .ant-motion-collapse-legacy {
    overflow: hidden;
}

:where(.css-142vneq).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-142vneq).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-142vneq-antZoomIn {
    0% {
        transform: scale(0.2);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

:where(.css-142vneq).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-142vneq).ant-row::before, :where(.css-142vneq).ant-row::after {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-row [class^="ant-row"], :where(.css-142vneq).ant-row [class*=" ant-row"] {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-row [class^="ant-row"]::before, :where(.css-142vneq).ant-row [class*=" ant-row"]::before, :where(.css-142vneq).ant-row [class^="ant-row"]::after, :where(.css-142vneq).ant-row [class*=" ant-row"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-row {
    display: flex;
    flex-flow: row wrap;
    min-width: 0;
}

:where(.css-142vneq).ant-row::before, :where(.css-142vneq).ant-row::after {
    display: flex;
}

:where(.css-142vneq).ant-row-no-wrap {
    flex-wrap: nowrap;
}

:where(.css-142vneq).ant-row-start {
    justify-content: flex-start;
}

:where(.css-142vneq).ant-row-center {
    justify-content: center;
}

:where(.css-142vneq).ant-row-end {
    justify-content: flex-end;
}

:where(.css-142vneq).ant-row-space-between {
    justify-content: space-between;
}

:where(.css-142vneq).ant-row-space-around {
    justify-content: space-around;
}

:where(.css-142vneq).ant-row-space-evenly {
    justify-content: space-evenly;
}

:where(.css-142vneq).ant-row-top {
    align-items: flex-start;
}

:where(.css-142vneq).ant-row-middle {
    align-items: center;
}

:where(.css-142vneq).ant-row-bottom {
    align-items: flex-end;
}

:where(.css-142vneq).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-142vneq).ant-col::before, :where(.css-142vneq).ant-col::after {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-col [class^="ant-col"], :where(.css-142vneq).ant-col [class*=" ant-col"] {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-col [class^="ant-col"]::before, :where(.css-142vneq).ant-col [class*=" ant-col"]::before, :where(.css-142vneq).ant-col [class^="ant-col"]::after, :where(.css-142vneq).ant-col [class*=" ant-col"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-col {
    position: relative;
    max-width: 100%;
    min-height: 1px;
}

:where(.css-142vneq).ant-col-24 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 100%;
    max-width: 100%;
}

:where(.css-142vneq).ant-col-push-24 {
    inset-inline-start: 100%;
}

:where(.css-142vneq).ant-col-pull-24 {
    inset-inline-end: 100%;
}

:where(.css-142vneq).ant-col-offset-24 {
    margin-inline-start: 100%;
}

:where(.css-142vneq).ant-col-order-24 {
    order: 24;
}

:where(.css-142vneq).ant-col-23 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 95.83333333333334%;
    max-width: 95.83333333333334%;
}

:where(.css-142vneq).ant-col-push-23 {
    inset-inline-start: 95.83333333333334%;
}

:where(.css-142vneq).ant-col-pull-23 {
    inset-inline-end: 95.83333333333334%;
}

:where(.css-142vneq).ant-col-offset-23 {
    margin-inline-start: 95.83333333333334%;
}

:where(.css-142vneq).ant-col-order-23 {
    order: 23;
}

:where(.css-142vneq).ant-col-22 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666666666666%;
}

:where(.css-142vneq).ant-col-push-22 {
    inset-inline-start: 91.66666666666666%;
}

:where(.css-142vneq).ant-col-pull-22 {
    inset-inline-end: 91.66666666666666%;
}

:where(.css-142vneq).ant-col-offset-22 {
    margin-inline-start: 91.66666666666666%;
}

:where(.css-142vneq).ant-col-order-22 {
    order: 22;
}

:where(.css-142vneq).ant-col-21 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 87.5%;
    max-width: 87.5%;
}

:where(.css-142vneq).ant-col-push-21 {
    inset-inline-start: 87.5%;
}

:where(.css-142vneq).ant-col-pull-21 {
    inset-inline-end: 87.5%;
}

:where(.css-142vneq).ant-col-offset-21 {
    margin-inline-start: 87.5%;
}

:where(.css-142vneq).ant-col-order-21 {
    order: 21;
}

:where(.css-142vneq).ant-col-20 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
}

:where(.css-142vneq).ant-col-push-20 {
    inset-inline-start: 83.33333333333334%;
}

:where(.css-142vneq).ant-col-pull-20 {
    inset-inline-end: 83.33333333333334%;
}

:where(.css-142vneq).ant-col-offset-20 {
    margin-inline-start: 83.33333333333334%;
}

:where(.css-142vneq).ant-col-order-20 {
    order: 20;
}

:where(.css-142vneq).ant-col-19 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 79.16666666666666%;
    max-width: 79.16666666666666%;
}

:where(.css-142vneq).ant-col-push-19 {
    inset-inline-start: 79.16666666666666%;
}

:where(.css-142vneq).ant-col-pull-19 {
    inset-inline-end: 79.16666666666666%;
}

:where(.css-142vneq).ant-col-offset-19 {
    margin-inline-start: 79.16666666666666%;
}

:where(.css-142vneq).ant-col-order-19 {
    order: 19;
}

:where(.css-142vneq).ant-col-18 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 75%;
    max-width: 75%;
}

:where(.css-142vneq).ant-col-push-18 {
    inset-inline-start: 75%;
}

:where(.css-142vneq).ant-col-pull-18 {
    inset-inline-end: 75%;
}

:where(.css-142vneq).ant-col-offset-18 {
    margin-inline-start: 75%;
}

:where(.css-142vneq).ant-col-order-18 {
    order: 18;
}

:where(.css-142vneq).ant-col-17 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 70.83333333333334%;
    max-width: 70.83333333333334%;
}

:where(.css-142vneq).ant-col-push-17 {
    inset-inline-start: 70.83333333333334%;
}

:where(.css-142vneq).ant-col-pull-17 {
    inset-inline-end: 70.83333333333334%;
}

:where(.css-142vneq).ant-col-offset-17 {
    margin-inline-start: 70.83333333333334%;
}

:where(.css-142vneq).ant-col-order-17 {
    order: 17;
}

:where(.css-142vneq).ant-col-16 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666666666666%;
}

:where(.css-142vneq).ant-col-push-16 {
    inset-inline-start: 66.66666666666666%;
}

:where(.css-142vneq).ant-col-pull-16 {
    inset-inline-end: 66.66666666666666%;
}

:where(.css-142vneq).ant-col-offset-16 {
    margin-inline-start: 66.66666666666666%;
}

:where(.css-142vneq).ant-col-order-16 {
    order: 16;
}

:where(.css-142vneq).ant-col-15 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 62.5%;
    max-width: 62.5%;
}

:where(.css-142vneq).ant-col-push-15 {
    inset-inline-start: 62.5%;
}

:where(.css-142vneq).ant-col-pull-15 {
    inset-inline-end: 62.5%;
}

:where(.css-142vneq).ant-col-offset-15 {
    margin-inline-start: 62.5%;
}

:where(.css-142vneq).ant-col-order-15 {
    order: 15;
}

:where(.css-142vneq).ant-col-14 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
}

:where(.css-142vneq).ant-col-push-14 {
    inset-inline-start: 58.333333333333336%;
}

:where(.css-142vneq).ant-col-pull-14 {
    inset-inline-end: 58.333333333333336%;
}

:where(.css-142vneq).ant-col-offset-14 {
    margin-inline-start: 58.333333333333336%;
}

:where(.css-142vneq).ant-col-order-14 {
    order: 14;
}

:where(.css-142vneq).ant-col-13 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 54.166666666666664%;
    max-width: 54.166666666666664%;
}

:where(.css-142vneq).ant-col-push-13 {
    inset-inline-start: 54.166666666666664%;
}

:where(.css-142vneq).ant-col-pull-13 {
    inset-inline-end: 54.166666666666664%;
}

:where(.css-142vneq).ant-col-offset-13 {
    margin-inline-start: 54.166666666666664%;
}

:where(.css-142vneq).ant-col-order-13 {
    order: 13;
}

:where(.css-142vneq).ant-col-12 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 50%;
    max-width: 50%;
}

:where(.css-142vneq).ant-col-push-12 {
    inset-inline-start: 50%;
}

:where(.css-142vneq).ant-col-pull-12 {
    inset-inline-end: 50%;
}

:where(.css-142vneq).ant-col-offset-12 {
    margin-inline-start: 50%;
}

:where(.css-142vneq).ant-col-order-12 {
    order: 12;
}

:where(.css-142vneq).ant-col-11 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 45.83333333333333%;
    max-width: 45.83333333333333%;
}

:where(.css-142vneq).ant-col-push-11 {
    inset-inline-start: 45.83333333333333%;
}

:where(.css-142vneq).ant-col-pull-11 {
    inset-inline-end: 45.83333333333333%;
}

:where(.css-142vneq).ant-col-offset-11 {
    margin-inline-start: 45.83333333333333%;
}

:where(.css-142vneq).ant-col-order-11 {
    order: 11;
}

:where(.css-142vneq).ant-col-10 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
}

:where(.css-142vneq).ant-col-push-10 {
    inset-inline-start: 41.66666666666667%;
}

:where(.css-142vneq).ant-col-pull-10 {
    inset-inline-end: 41.66666666666667%;
}

:where(.css-142vneq).ant-col-offset-10 {
    margin-inline-start: 41.66666666666667%;
}

:where(.css-142vneq).ant-col-order-10 {
    order: 10;
}

:where(.css-142vneq).ant-col-9 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 37.5%;
    max-width: 37.5%;
}

:where(.css-142vneq).ant-col-push-9 {
    inset-inline-start: 37.5%;
}

:where(.css-142vneq).ant-col-pull-9 {
    inset-inline-end: 37.5%;
}

:where(.css-142vneq).ant-col-offset-9 {
    margin-inline-start: 37.5%;
}

:where(.css-142vneq).ant-col-order-9 {
    order: 9;
}

:where(.css-142vneq).ant-col-8 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
}

:where(.css-142vneq).ant-col-push-8 {
    inset-inline-start: 33.33333333333333%;
}

:where(.css-142vneq).ant-col-pull-8 {
    inset-inline-end: 33.33333333333333%;
}

:where(.css-142vneq).ant-col-offset-8 {
    margin-inline-start: 33.33333333333333%;
}

:where(.css-142vneq).ant-col-order-8 {
    order: 8;
}

:where(.css-142vneq).ant-col-7 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 29.166666666666668%;
    max-width: 29.166666666666668%;
}

:where(.css-142vneq).ant-col-push-7 {
    inset-inline-start: 29.166666666666668%;
}

:where(.css-142vneq).ant-col-pull-7 {
    inset-inline-end: 29.166666666666668%;
}

:where(.css-142vneq).ant-col-offset-7 {
    margin-inline-start: 29.166666666666668%;
}

:where(.css-142vneq).ant-col-order-7 {
    order: 7;
}

:where(.css-142vneq).ant-col-6 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 25%;
    max-width: 25%;
}

:where(.css-142vneq).ant-col-push-6 {
    inset-inline-start: 25%;
}

:where(.css-142vneq).ant-col-pull-6 {
    inset-inline-end: 25%;
}

:where(.css-142vneq).ant-col-offset-6 {
    margin-inline-start: 25%;
}

:where(.css-142vneq).ant-col-order-6 {
    order: 6;
}

:where(.css-142vneq).ant-col-5 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 20.833333333333336%;
    max-width: 20.833333333333336%;
}

:where(.css-142vneq).ant-col-push-5 {
    inset-inline-start: 20.833333333333336%;
}

:where(.css-142vneq).ant-col-pull-5 {
    inset-inline-end: 20.833333333333336%;
}

:where(.css-142vneq).ant-col-offset-5 {
    margin-inline-start: 20.833333333333336%;
}

:where(.css-142vneq).ant-col-order-5 {
    order: 5;
}

:where(.css-142vneq).ant-col-4 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 16.666666666666664%;
    max-width: 16.666666666666664%;
}

:where(.css-142vneq).ant-col-push-4 {
    inset-inline-start: 16.666666666666664%;
}

:where(.css-142vneq).ant-col-pull-4 {
    inset-inline-end: 16.666666666666664%;
}

:where(.css-142vneq).ant-col-offset-4 {
    margin-inline-start: 16.666666666666664%;
}

:where(.css-142vneq).ant-col-order-4 {
    order: 4;
}

:where(.css-142vneq).ant-col-3 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

:where(.css-142vneq).ant-col-push-3 {
    inset-inline-start: 12.5%;
}

:where(.css-142vneq).ant-col-pull-3 {
    inset-inline-end: 12.5%;
}

:where(.css-142vneq).ant-col-offset-3 {
    margin-inline-start: 12.5%;
}

:where(.css-142vneq).ant-col-order-3 {
    order: 3;
}

:where(.css-142vneq).ant-col-2 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 8.333333333333332%;
    max-width: 8.333333333333332%;
}

:where(.css-142vneq).ant-col-push-2 {
    inset-inline-start: 8.333333333333332%;
}

:where(.css-142vneq).ant-col-pull-2 {
    inset-inline-end: 8.333333333333332%;
}

:where(.css-142vneq).ant-col-offset-2 {
    margin-inline-start: 8.333333333333332%;
}

:where(.css-142vneq).ant-col-order-2 {
    order: 2;
}

:where(.css-142vneq).ant-col-1 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 4.166666666666666%;
    max-width: 4.166666666666666%;
}

:where(.css-142vneq).ant-col-push-1 {
    inset-inline-start: 4.166666666666666%;
}

:where(.css-142vneq).ant-col-pull-1 {
    inset-inline-end: 4.166666666666666%;
}

:where(.css-142vneq).ant-col-offset-1 {
    margin-inline-start: 4.166666666666666%;
}

:where(.css-142vneq).ant-col-order-1 {
    order: 1;
}

:where(.css-142vneq).ant-col-0 {
    display: none;
}

:where(.css-142vneq).ant-col-push-0 {
    inset-inline-start: auto;
}

:where(.css-142vneq).ant-col-pull-0 {
    inset-inline-end: auto;
}

:where(.css-142vneq).ant-col-offset-0 {
    margin-inline-start: 0;
}

:where(.css-142vneq).ant-col-order-0 {
    order: 0;
}

:where(.css-142vneq).ant-col-flex {
    flex: var(--ant-col-flex);
}

:where(.css-142vneq).ant-col-xs-24 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 100%;
    max-width: 100%;
}

:where(.css-142vneq).ant-col-xs-push-24 {
    inset-inline-start: 100%;
}

:where(.css-142vneq).ant-col-xs-pull-24 {
    inset-inline-end: 100%;
}

:where(.css-142vneq).ant-col-xs-offset-24 {
    margin-inline-start: 100%;
}

:where(.css-142vneq).ant-col-xs-order-24 {
    order: 24;
}

:where(.css-142vneq).ant-col-xs-23 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 95.83333333333334%;
    max-width: 95.83333333333334%;
}

:where(.css-142vneq).ant-col-xs-push-23 {
    inset-inline-start: 95.83333333333334%;
}

:where(.css-142vneq).ant-col-xs-pull-23 {
    inset-inline-end: 95.83333333333334%;
}

:where(.css-142vneq).ant-col-xs-offset-23 {
    margin-inline-start: 95.83333333333334%;
}

:where(.css-142vneq).ant-col-xs-order-23 {
    order: 23;
}

:where(.css-142vneq).ant-col-xs-22 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666666666666%;
}

:where(.css-142vneq).ant-col-xs-push-22 {
    inset-inline-start: 91.66666666666666%;
}

:where(.css-142vneq).ant-col-xs-pull-22 {
    inset-inline-end: 91.66666666666666%;
}

:where(.css-142vneq).ant-col-xs-offset-22 {
    margin-inline-start: 91.66666666666666%;
}

:where(.css-142vneq).ant-col-xs-order-22 {
    order: 22;
}

:where(.css-142vneq).ant-col-xs-21 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 87.5%;
    max-width: 87.5%;
}

:where(.css-142vneq).ant-col-xs-push-21 {
    inset-inline-start: 87.5%;
}

:where(.css-142vneq).ant-col-xs-pull-21 {
    inset-inline-end: 87.5%;
}

:where(.css-142vneq).ant-col-xs-offset-21 {
    margin-inline-start: 87.5%;
}

:where(.css-142vneq).ant-col-xs-order-21 {
    order: 21;
}

:where(.css-142vneq).ant-col-xs-20 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
}

:where(.css-142vneq).ant-col-xs-push-20 {
    inset-inline-start: 83.33333333333334%;
}

:where(.css-142vneq).ant-col-xs-pull-20 {
    inset-inline-end: 83.33333333333334%;
}

:where(.css-142vneq).ant-col-xs-offset-20 {
    margin-inline-start: 83.33333333333334%;
}

:where(.css-142vneq).ant-col-xs-order-20 {
    order: 20;
}

:where(.css-142vneq).ant-col-xs-19 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 79.16666666666666%;
    max-width: 79.16666666666666%;
}

:where(.css-142vneq).ant-col-xs-push-19 {
    inset-inline-start: 79.16666666666666%;
}

:where(.css-142vneq).ant-col-xs-pull-19 {
    inset-inline-end: 79.16666666666666%;
}

:where(.css-142vneq).ant-col-xs-offset-19 {
    margin-inline-start: 79.16666666666666%;
}

:where(.css-142vneq).ant-col-xs-order-19 {
    order: 19;
}

:where(.css-142vneq).ant-col-xs-18 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 75%;
    max-width: 75%;
}

:where(.css-142vneq).ant-col-xs-push-18 {
    inset-inline-start: 75%;
}

:where(.css-142vneq).ant-col-xs-pull-18 {
    inset-inline-end: 75%;
}

:where(.css-142vneq).ant-col-xs-offset-18 {
    margin-inline-start: 75%;
}

:where(.css-142vneq).ant-col-xs-order-18 {
    order: 18;
}

:where(.css-142vneq).ant-col-xs-17 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 70.83333333333334%;
    max-width: 70.83333333333334%;
}

:where(.css-142vneq).ant-col-xs-push-17 {
    inset-inline-start: 70.83333333333334%;
}

:where(.css-142vneq).ant-col-xs-pull-17 {
    inset-inline-end: 70.83333333333334%;
}

:where(.css-142vneq).ant-col-xs-offset-17 {
    margin-inline-start: 70.83333333333334%;
}

:where(.css-142vneq).ant-col-xs-order-17 {
    order: 17;
}

:where(.css-142vneq).ant-col-xs-16 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666666666666%;
}

:where(.css-142vneq).ant-col-xs-push-16 {
    inset-inline-start: 66.66666666666666%;
}

:where(.css-142vneq).ant-col-xs-pull-16 {
    inset-inline-end: 66.66666666666666%;
}

:where(.css-142vneq).ant-col-xs-offset-16 {
    margin-inline-start: 66.66666666666666%;
}

:where(.css-142vneq).ant-col-xs-order-16 {
    order: 16;
}

:where(.css-142vneq).ant-col-xs-15 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 62.5%;
    max-width: 62.5%;
}

:where(.css-142vneq).ant-col-xs-push-15 {
    inset-inline-start: 62.5%;
}

:where(.css-142vneq).ant-col-xs-pull-15 {
    inset-inline-end: 62.5%;
}

:where(.css-142vneq).ant-col-xs-offset-15 {
    margin-inline-start: 62.5%;
}

:where(.css-142vneq).ant-col-xs-order-15 {
    order: 15;
}

:where(.css-142vneq).ant-col-xs-14 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
}

:where(.css-142vneq).ant-col-xs-push-14 {
    inset-inline-start: 58.333333333333336%;
}

:where(.css-142vneq).ant-col-xs-pull-14 {
    inset-inline-end: 58.333333333333336%;
}

:where(.css-142vneq).ant-col-xs-offset-14 {
    margin-inline-start: 58.333333333333336%;
}

:where(.css-142vneq).ant-col-xs-order-14 {
    order: 14;
}

:where(.css-142vneq).ant-col-xs-13 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 54.166666666666664%;
    max-width: 54.166666666666664%;
}

:where(.css-142vneq).ant-col-xs-push-13 {
    inset-inline-start: 54.166666666666664%;
}

:where(.css-142vneq).ant-col-xs-pull-13 {
    inset-inline-end: 54.166666666666664%;
}

:where(.css-142vneq).ant-col-xs-offset-13 {
    margin-inline-start: 54.166666666666664%;
}

:where(.css-142vneq).ant-col-xs-order-13 {
    order: 13;
}

:where(.css-142vneq).ant-col-xs-12 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 50%;
    max-width: 50%;
}

:where(.css-142vneq).ant-col-xs-push-12 {
    inset-inline-start: 50%;
}

:where(.css-142vneq).ant-col-xs-pull-12 {
    inset-inline-end: 50%;
}

:where(.css-142vneq).ant-col-xs-offset-12 {
    margin-inline-start: 50%;
}

:where(.css-142vneq).ant-col-xs-order-12 {
    order: 12;
}

:where(.css-142vneq).ant-col-xs-11 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 45.83333333333333%;
    max-width: 45.83333333333333%;
}

:where(.css-142vneq).ant-col-xs-push-11 {
    inset-inline-start: 45.83333333333333%;
}

:where(.css-142vneq).ant-col-xs-pull-11 {
    inset-inline-end: 45.83333333333333%;
}

:where(.css-142vneq).ant-col-xs-offset-11 {
    margin-inline-start: 45.83333333333333%;
}

:where(.css-142vneq).ant-col-xs-order-11 {
    order: 11;
}

:where(.css-142vneq).ant-col-xs-10 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
}

:where(.css-142vneq).ant-col-xs-push-10 {
    inset-inline-start: 41.66666666666667%;
}

:where(.css-142vneq).ant-col-xs-pull-10 {
    inset-inline-end: 41.66666666666667%;
}

:where(.css-142vneq).ant-col-xs-offset-10 {
    margin-inline-start: 41.66666666666667%;
}

:where(.css-142vneq).ant-col-xs-order-10 {
    order: 10;
}

:where(.css-142vneq).ant-col-xs-9 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 37.5%;
    max-width: 37.5%;
}

:where(.css-142vneq).ant-col-xs-push-9 {
    inset-inline-start: 37.5%;
}

:where(.css-142vneq).ant-col-xs-pull-9 {
    inset-inline-end: 37.5%;
}

:where(.css-142vneq).ant-col-xs-offset-9 {
    margin-inline-start: 37.5%;
}

:where(.css-142vneq).ant-col-xs-order-9 {
    order: 9;
}

:where(.css-142vneq).ant-col-xs-8 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
}

:where(.css-142vneq).ant-col-xs-push-8 {
    inset-inline-start: 33.33333333333333%;
}

:where(.css-142vneq).ant-col-xs-pull-8 {
    inset-inline-end: 33.33333333333333%;
}

:where(.css-142vneq).ant-col-xs-offset-8 {
    margin-inline-start: 33.33333333333333%;
}

:where(.css-142vneq).ant-col-xs-order-8 {
    order: 8;
}

:where(.css-142vneq).ant-col-xs-7 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 29.166666666666668%;
    max-width: 29.166666666666668%;
}

:where(.css-142vneq).ant-col-xs-push-7 {
    inset-inline-start: 29.166666666666668%;
}

:where(.css-142vneq).ant-col-xs-pull-7 {
    inset-inline-end: 29.166666666666668%;
}

:where(.css-142vneq).ant-col-xs-offset-7 {
    margin-inline-start: 29.166666666666668%;
}

:where(.css-142vneq).ant-col-xs-order-7 {
    order: 7;
}

:where(.css-142vneq).ant-col-xs-6 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 25%;
    max-width: 25%;
}

:where(.css-142vneq).ant-col-xs-push-6 {
    inset-inline-start: 25%;
}

:where(.css-142vneq).ant-col-xs-pull-6 {
    inset-inline-end: 25%;
}

:where(.css-142vneq).ant-col-xs-offset-6 {
    margin-inline-start: 25%;
}

:where(.css-142vneq).ant-col-xs-order-6 {
    order: 6;
}

:where(.css-142vneq).ant-col-xs-5 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 20.833333333333336%;
    max-width: 20.833333333333336%;
}

:where(.css-142vneq).ant-col-xs-push-5 {
    inset-inline-start: 20.833333333333336%;
}

:where(.css-142vneq).ant-col-xs-pull-5 {
    inset-inline-end: 20.833333333333336%;
}

:where(.css-142vneq).ant-col-xs-offset-5 {
    margin-inline-start: 20.833333333333336%;
}

:where(.css-142vneq).ant-col-xs-order-5 {
    order: 5;
}

:where(.css-142vneq).ant-col-xs-4 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 16.666666666666664%;
    max-width: 16.666666666666664%;
}

:where(.css-142vneq).ant-col-xs-push-4 {
    inset-inline-start: 16.666666666666664%;
}

:where(.css-142vneq).ant-col-xs-pull-4 {
    inset-inline-end: 16.666666666666664%;
}

:where(.css-142vneq).ant-col-xs-offset-4 {
    margin-inline-start: 16.666666666666664%;
}

:where(.css-142vneq).ant-col-xs-order-4 {
    order: 4;
}

:where(.css-142vneq).ant-col-xs-3 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

:where(.css-142vneq).ant-col-xs-push-3 {
    inset-inline-start: 12.5%;
}

:where(.css-142vneq).ant-col-xs-pull-3 {
    inset-inline-end: 12.5%;
}

:where(.css-142vneq).ant-col-xs-offset-3 {
    margin-inline-start: 12.5%;
}

:where(.css-142vneq).ant-col-xs-order-3 {
    order: 3;
}

:where(.css-142vneq).ant-col-xs-2 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 8.333333333333332%;
    max-width: 8.333333333333332%;
}

:where(.css-142vneq).ant-col-xs-push-2 {
    inset-inline-start: 8.333333333333332%;
}

:where(.css-142vneq).ant-col-xs-pull-2 {
    inset-inline-end: 8.333333333333332%;
}

:where(.css-142vneq).ant-col-xs-offset-2 {
    margin-inline-start: 8.333333333333332%;
}

:where(.css-142vneq).ant-col-xs-order-2 {
    order: 2;
}

:where(.css-142vneq).ant-col-xs-1 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 4.166666666666666%;
    max-width: 4.166666666666666%;
}

:where(.css-142vneq).ant-col-xs-push-1 {
    inset-inline-start: 4.166666666666666%;
}

:where(.css-142vneq).ant-col-xs-pull-1 {
    inset-inline-end: 4.166666666666666%;
}

:where(.css-142vneq).ant-col-xs-offset-1 {
    margin-inline-start: 4.166666666666666%;
}

:where(.css-142vneq).ant-col-xs-order-1 {
    order: 1;
}

:where(.css-142vneq).ant-col-xs-0 {
    display: none;
}

:where(.css-142vneq).ant-col-push-0 {
    inset-inline-start: auto;
}

:where(.css-142vneq).ant-col-pull-0 {
    inset-inline-end: auto;
}

:where(.css-142vneq).ant-col-xs-push-0 {
    inset-inline-start: auto;
}

:where(.css-142vneq).ant-col-xs-pull-0 {
    inset-inline-end: auto;
}

:where(.css-142vneq).ant-col-xs-offset-0 {
    margin-inline-start: 0;
}

:where(.css-142vneq).ant-col-xs-order-0 {
    order: 0;
}

:where(.css-142vneq).ant-col-xs-flex {
    flex: var(--ant-col-xs-flex);
}

@media (min-width: 576px) {
    :where(.css-142vneq).ant-col-sm-24 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 100%;
        max-width: 100%;
    }

    :where(.css-142vneq).ant-col-sm-push-24 {
        inset-inline-start: 100%;
    }

    :where(.css-142vneq).ant-col-sm-pull-24 {
        inset-inline-end: 100%;
    }

    :where(.css-142vneq).ant-col-sm-offset-24 {
        margin-inline-start: 100%;
    }

    :where(.css-142vneq).ant-col-sm-order-24 {
        order: 24;
    }

    :where(.css-142vneq).ant-col-sm-23 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 95.83333333333334%;
        max-width: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-sm-push-23 {
        inset-inline-start: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-sm-pull-23 {
        inset-inline-end: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-sm-offset-23 {
        margin-inline-start: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-sm-order-23 {
        order: 23;
    }

    :where(.css-142vneq).ant-col-sm-22 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 91.66666666666666%;
        max-width: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-sm-push-22 {
        inset-inline-start: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-sm-pull-22 {
        inset-inline-end: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-sm-offset-22 {
        margin-inline-start: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-sm-order-22 {
        order: 22;
    }

    :where(.css-142vneq).ant-col-sm-21 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }

    :where(.css-142vneq).ant-col-sm-push-21 {
        inset-inline-start: 87.5%;
    }

    :where(.css-142vneq).ant-col-sm-pull-21 {
        inset-inline-end: 87.5%;
    }

    :where(.css-142vneq).ant-col-sm-offset-21 {
        margin-inline-start: 87.5%;
    }

    :where(.css-142vneq).ant-col-sm-order-21 {
        order: 21;
    }

    :where(.css-142vneq).ant-col-sm-20 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 83.33333333333334%;
        max-width: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-sm-push-20 {
        inset-inline-start: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-sm-pull-20 {
        inset-inline-end: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-sm-offset-20 {
        margin-inline-start: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-sm-order-20 {
        order: 20;
    }

    :where(.css-142vneq).ant-col-sm-19 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 79.16666666666666%;
        max-width: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-sm-push-19 {
        inset-inline-start: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-sm-pull-19 {
        inset-inline-end: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-sm-offset-19 {
        margin-inline-start: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-sm-order-19 {
        order: 19;
    }

    :where(.css-142vneq).ant-col-sm-18 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 75%;
        max-width: 75%;
    }

    :where(.css-142vneq).ant-col-sm-push-18 {
        inset-inline-start: 75%;
    }

    :where(.css-142vneq).ant-col-sm-pull-18 {
        inset-inline-end: 75%;
    }

    :where(.css-142vneq).ant-col-sm-offset-18 {
        margin-inline-start: 75%;
    }

    :where(.css-142vneq).ant-col-sm-order-18 {
        order: 18;
    }

    :where(.css-142vneq).ant-col-sm-17 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 70.83333333333334%;
        max-width: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-sm-push-17 {
        inset-inline-start: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-sm-pull-17 {
        inset-inline-end: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-sm-offset-17 {
        margin-inline-start: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-sm-order-17 {
        order: 17;
    }

    :where(.css-142vneq).ant-col-sm-16 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 66.66666666666666%;
        max-width: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-sm-push-16 {
        inset-inline-start: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-sm-pull-16 {
        inset-inline-end: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-sm-offset-16 {
        margin-inline-start: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-sm-order-16 {
        order: 16;
    }

    :where(.css-142vneq).ant-col-sm-15 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

    :where(.css-142vneq).ant-col-sm-push-15 {
        inset-inline-start: 62.5%;
    }

    :where(.css-142vneq).ant-col-sm-pull-15 {
        inset-inline-end: 62.5%;
    }

    :where(.css-142vneq).ant-col-sm-offset-15 {
        margin-inline-start: 62.5%;
    }

    :where(.css-142vneq).ant-col-sm-order-15 {
        order: 15;
    }

    :where(.css-142vneq).ant-col-sm-14 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 58.333333333333336%;
        max-width: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-sm-push-14 {
        inset-inline-start: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-sm-pull-14 {
        inset-inline-end: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-sm-offset-14 {
        margin-inline-start: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-sm-order-14 {
        order: 14;
    }

    :where(.css-142vneq).ant-col-sm-13 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 54.166666666666664%;
        max-width: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-sm-push-13 {
        inset-inline-start: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-sm-pull-13 {
        inset-inline-end: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-sm-offset-13 {
        margin-inline-start: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-sm-order-13 {
        order: 13;
    }

    :where(.css-142vneq).ant-col-sm-12 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 50%;
        max-width: 50%;
    }

    :where(.css-142vneq).ant-col-sm-push-12 {
        inset-inline-start: 50%;
    }

    :where(.css-142vneq).ant-col-sm-pull-12 {
        inset-inline-end: 50%;
    }

    :where(.css-142vneq).ant-col-sm-offset-12 {
        margin-inline-start: 50%;
    }

    :where(.css-142vneq).ant-col-sm-order-12 {
        order: 12;
    }

    :where(.css-142vneq).ant-col-sm-11 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 45.83333333333333%;
        max-width: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-sm-push-11 {
        inset-inline-start: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-sm-pull-11 {
        inset-inline-end: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-sm-offset-11 {
        margin-inline-start: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-sm-order-11 {
        order: 11;
    }

    :where(.css-142vneq).ant-col-sm-10 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 41.66666666666667%;
        max-width: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-sm-push-10 {
        inset-inline-start: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-sm-pull-10 {
        inset-inline-end: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-sm-offset-10 {
        margin-inline-start: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-sm-order-10 {
        order: 10;
    }

    :where(.css-142vneq).ant-col-sm-9 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }

    :where(.css-142vneq).ant-col-sm-push-9 {
        inset-inline-start: 37.5%;
    }

    :where(.css-142vneq).ant-col-sm-pull-9 {
        inset-inline-end: 37.5%;
    }

    :where(.css-142vneq).ant-col-sm-offset-9 {
        margin-inline-start: 37.5%;
    }

    :where(.css-142vneq).ant-col-sm-order-9 {
        order: 9;
    }

    :where(.css-142vneq).ant-col-sm-8 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 33.33333333333333%;
        max-width: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-sm-push-8 {
        inset-inline-start: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-sm-pull-8 {
        inset-inline-end: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-sm-offset-8 {
        margin-inline-start: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-sm-order-8 {
        order: 8;
    }

    :where(.css-142vneq).ant-col-sm-7 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 29.166666666666668%;
        max-width: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-sm-push-7 {
        inset-inline-start: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-sm-pull-7 {
        inset-inline-end: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-sm-offset-7 {
        margin-inline-start: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-sm-order-7 {
        order: 7;
    }

    :where(.css-142vneq).ant-col-sm-6 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 25%;
        max-width: 25%;
    }

    :where(.css-142vneq).ant-col-sm-push-6 {
        inset-inline-start: 25%;
    }

    :where(.css-142vneq).ant-col-sm-pull-6 {
        inset-inline-end: 25%;
    }

    :where(.css-142vneq).ant-col-sm-offset-6 {
        margin-inline-start: 25%;
    }

    :where(.css-142vneq).ant-col-sm-order-6 {
        order: 6;
    }

    :where(.css-142vneq).ant-col-sm-5 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 20.833333333333336%;
        max-width: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-sm-push-5 {
        inset-inline-start: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-sm-pull-5 {
        inset-inline-end: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-sm-offset-5 {
        margin-inline-start: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-sm-order-5 {
        order: 5;
    }

    :where(.css-142vneq).ant-col-sm-4 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 16.666666666666664%;
        max-width: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-sm-push-4 {
        inset-inline-start: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-sm-pull-4 {
        inset-inline-end: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-sm-offset-4 {
        margin-inline-start: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-sm-order-4 {
        order: 4;
    }

    :where(.css-142vneq).ant-col-sm-3 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    :where(.css-142vneq).ant-col-sm-push-3 {
        inset-inline-start: 12.5%;
    }

    :where(.css-142vneq).ant-col-sm-pull-3 {
        inset-inline-end: 12.5%;
    }

    :where(.css-142vneq).ant-col-sm-offset-3 {
        margin-inline-start: 12.5%;
    }

    :where(.css-142vneq).ant-col-sm-order-3 {
        order: 3;
    }

    :where(.css-142vneq).ant-col-sm-2 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 8.333333333333332%;
        max-width: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-sm-push-2 {
        inset-inline-start: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-sm-pull-2 {
        inset-inline-end: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-sm-offset-2 {
        margin-inline-start: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-sm-order-2 {
        order: 2;
    }

    :where(.css-142vneq).ant-col-sm-1 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 4.166666666666666%;
        max-width: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-sm-push-1 {
        inset-inline-start: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-sm-pull-1 {
        inset-inline-end: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-sm-offset-1 {
        margin-inline-start: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-sm-order-1 {
        order: 1;
    }

    :where(.css-142vneq).ant-col-sm-0 {
        display: none;
    }

    :where(.css-142vneq).ant-col-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-142vneq).ant-col-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-142vneq).ant-col-sm-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-142vneq).ant-col-sm-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-142vneq).ant-col-sm-offset-0 {
        margin-inline-start: 0;
    }

    :where(.css-142vneq).ant-col-sm-order-0 {
        order: 0;
    }

    :where(.css-142vneq).ant-col-sm-flex {
        flex: var(--ant-col-sm-flex);
    }
}

@media (min-width: 768px) {
    :where(.css-142vneq).ant-col-md-24 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 100%;
        max-width: 100%;
    }

    :where(.css-142vneq).ant-col-md-push-24 {
        inset-inline-start: 100%;
    }

    :where(.css-142vneq).ant-col-md-pull-24 {
        inset-inline-end: 100%;
    }

    :where(.css-142vneq).ant-col-md-offset-24 {
        margin-inline-start: 100%;
    }

    :where(.css-142vneq).ant-col-md-order-24 {
        order: 24;
    }

    :where(.css-142vneq).ant-col-md-23 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 95.83333333333334%;
        max-width: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-md-push-23 {
        inset-inline-start: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-md-pull-23 {
        inset-inline-end: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-md-offset-23 {
        margin-inline-start: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-md-order-23 {
        order: 23;
    }

    :where(.css-142vneq).ant-col-md-22 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 91.66666666666666%;
        max-width: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-md-push-22 {
        inset-inline-start: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-md-pull-22 {
        inset-inline-end: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-md-offset-22 {
        margin-inline-start: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-md-order-22 {
        order: 22;
    }

    :where(.css-142vneq).ant-col-md-21 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }

    :where(.css-142vneq).ant-col-md-push-21 {
        inset-inline-start: 87.5%;
    }

    :where(.css-142vneq).ant-col-md-pull-21 {
        inset-inline-end: 87.5%;
    }

    :where(.css-142vneq).ant-col-md-offset-21 {
        margin-inline-start: 87.5%;
    }

    :where(.css-142vneq).ant-col-md-order-21 {
        order: 21;
    }

    :where(.css-142vneq).ant-col-md-20 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 83.33333333333334%;
        max-width: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-md-push-20 {
        inset-inline-start: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-md-pull-20 {
        inset-inline-end: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-md-offset-20 {
        margin-inline-start: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-md-order-20 {
        order: 20;
    }

    :where(.css-142vneq).ant-col-md-19 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 79.16666666666666%;
        max-width: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-md-push-19 {
        inset-inline-start: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-md-pull-19 {
        inset-inline-end: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-md-offset-19 {
        margin-inline-start: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-md-order-19 {
        order: 19;
    }

    :where(.css-142vneq).ant-col-md-18 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 75%;
        max-width: 75%;
    }

    :where(.css-142vneq).ant-col-md-push-18 {
        inset-inline-start: 75%;
    }

    :where(.css-142vneq).ant-col-md-pull-18 {
        inset-inline-end: 75%;
    }

    :where(.css-142vneq).ant-col-md-offset-18 {
        margin-inline-start: 75%;
    }

    :where(.css-142vneq).ant-col-md-order-18 {
        order: 18;
    }

    :where(.css-142vneq).ant-col-md-17 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 70.83333333333334%;
        max-width: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-md-push-17 {
        inset-inline-start: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-md-pull-17 {
        inset-inline-end: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-md-offset-17 {
        margin-inline-start: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-md-order-17 {
        order: 17;
    }

    :where(.css-142vneq).ant-col-md-16 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 66.66666666666666%;
        max-width: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-md-push-16 {
        inset-inline-start: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-md-pull-16 {
        inset-inline-end: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-md-offset-16 {
        margin-inline-start: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-md-order-16 {
        order: 16;
    }

    :where(.css-142vneq).ant-col-md-15 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

    :where(.css-142vneq).ant-col-md-push-15 {
        inset-inline-start: 62.5%;
    }

    :where(.css-142vneq).ant-col-md-pull-15 {
        inset-inline-end: 62.5%;
    }

    :where(.css-142vneq).ant-col-md-offset-15 {
        margin-inline-start: 62.5%;
    }

    :where(.css-142vneq).ant-col-md-order-15 {
        order: 15;
    }

    :where(.css-142vneq).ant-col-md-14 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 58.333333333333336%;
        max-width: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-md-push-14 {
        inset-inline-start: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-md-pull-14 {
        inset-inline-end: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-md-offset-14 {
        margin-inline-start: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-md-order-14 {
        order: 14;
    }

    :where(.css-142vneq).ant-col-md-13 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 54.166666666666664%;
        max-width: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-md-push-13 {
        inset-inline-start: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-md-pull-13 {
        inset-inline-end: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-md-offset-13 {
        margin-inline-start: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-md-order-13 {
        order: 13;
    }

    :where(.css-142vneq).ant-col-md-12 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 50%;
        max-width: 50%;
    }

    :where(.css-142vneq).ant-col-md-push-12 {
        inset-inline-start: 50%;
    }

    :where(.css-142vneq).ant-col-md-pull-12 {
        inset-inline-end: 50%;
    }

    :where(.css-142vneq).ant-col-md-offset-12 {
        margin-inline-start: 50%;
    }

    :where(.css-142vneq).ant-col-md-order-12 {
        order: 12;
    }

    :where(.css-142vneq).ant-col-md-11 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 45.83333333333333%;
        max-width: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-md-push-11 {
        inset-inline-start: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-md-pull-11 {
        inset-inline-end: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-md-offset-11 {
        margin-inline-start: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-md-order-11 {
        order: 11;
    }

    :where(.css-142vneq).ant-col-md-10 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 41.66666666666667%;
        max-width: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-md-push-10 {
        inset-inline-start: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-md-pull-10 {
        inset-inline-end: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-md-offset-10 {
        margin-inline-start: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-md-order-10 {
        order: 10;
    }

    :where(.css-142vneq).ant-col-md-9 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }

    :where(.css-142vneq).ant-col-md-push-9 {
        inset-inline-start: 37.5%;
    }

    :where(.css-142vneq).ant-col-md-pull-9 {
        inset-inline-end: 37.5%;
    }

    :where(.css-142vneq).ant-col-md-offset-9 {
        margin-inline-start: 37.5%;
    }

    :where(.css-142vneq).ant-col-md-order-9 {
        order: 9;
    }

    :where(.css-142vneq).ant-col-md-8 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 33.33333333333333%;
        max-width: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-md-push-8 {
        inset-inline-start: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-md-pull-8 {
        inset-inline-end: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-md-offset-8 {
        margin-inline-start: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-md-order-8 {
        order: 8;
    }

    :where(.css-142vneq).ant-col-md-7 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 29.166666666666668%;
        max-width: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-md-push-7 {
        inset-inline-start: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-md-pull-7 {
        inset-inline-end: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-md-offset-7 {
        margin-inline-start: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-md-order-7 {
        order: 7;
    }

    :where(.css-142vneq).ant-col-md-6 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 25%;
        max-width: 25%;
    }

    :where(.css-142vneq).ant-col-md-push-6 {
        inset-inline-start: 25%;
    }

    :where(.css-142vneq).ant-col-md-pull-6 {
        inset-inline-end: 25%;
    }

    :where(.css-142vneq).ant-col-md-offset-6 {
        margin-inline-start: 25%;
    }

    :where(.css-142vneq).ant-col-md-order-6 {
        order: 6;
    }

    :where(.css-142vneq).ant-col-md-5 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 20.833333333333336%;
        max-width: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-md-push-5 {
        inset-inline-start: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-md-pull-5 {
        inset-inline-end: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-md-offset-5 {
        margin-inline-start: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-md-order-5 {
        order: 5;
    }

    :where(.css-142vneq).ant-col-md-4 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 16.666666666666664%;
        max-width: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-md-push-4 {
        inset-inline-start: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-md-pull-4 {
        inset-inline-end: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-md-offset-4 {
        margin-inline-start: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-md-order-4 {
        order: 4;
    }

    :where(.css-142vneq).ant-col-md-3 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    :where(.css-142vneq).ant-col-md-push-3 {
        inset-inline-start: 12.5%;
    }

    :where(.css-142vneq).ant-col-md-pull-3 {
        inset-inline-end: 12.5%;
    }

    :where(.css-142vneq).ant-col-md-offset-3 {
        margin-inline-start: 12.5%;
    }

    :where(.css-142vneq).ant-col-md-order-3 {
        order: 3;
    }

    :where(.css-142vneq).ant-col-md-2 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 8.333333333333332%;
        max-width: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-md-push-2 {
        inset-inline-start: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-md-pull-2 {
        inset-inline-end: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-md-offset-2 {
        margin-inline-start: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-md-order-2 {
        order: 2;
    }

    :where(.css-142vneq).ant-col-md-1 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 4.166666666666666%;
        max-width: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-md-push-1 {
        inset-inline-start: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-md-pull-1 {
        inset-inline-end: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-md-offset-1 {
        margin-inline-start: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-md-order-1 {
        order: 1;
    }

    :where(.css-142vneq).ant-col-md-0 {
        display: none;
    }

    :where(.css-142vneq).ant-col-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-142vneq).ant-col-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-142vneq).ant-col-md-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-142vneq).ant-col-md-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-142vneq).ant-col-md-offset-0 {
        margin-inline-start: 0;
    }

    :where(.css-142vneq).ant-col-md-order-0 {
        order: 0;
    }

    :where(.css-142vneq).ant-col-md-flex {
        flex: var(--ant-col-md-flex);
    }
}

@media (min-width: 992px) {
    :where(.css-142vneq).ant-col-lg-24 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 100%;
        max-width: 100%;
    }

    :where(.css-142vneq).ant-col-lg-push-24 {
        inset-inline-start: 100%;
    }

    :where(.css-142vneq).ant-col-lg-pull-24 {
        inset-inline-end: 100%;
    }

    :where(.css-142vneq).ant-col-lg-offset-24 {
        margin-inline-start: 100%;
    }

    :where(.css-142vneq).ant-col-lg-order-24 {
        order: 24;
    }

    :where(.css-142vneq).ant-col-lg-23 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 95.83333333333334%;
        max-width: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-lg-push-23 {
        inset-inline-start: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-lg-pull-23 {
        inset-inline-end: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-lg-offset-23 {
        margin-inline-start: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-lg-order-23 {
        order: 23;
    }

    :where(.css-142vneq).ant-col-lg-22 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 91.66666666666666%;
        max-width: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-lg-push-22 {
        inset-inline-start: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-lg-pull-22 {
        inset-inline-end: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-lg-offset-22 {
        margin-inline-start: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-lg-order-22 {
        order: 22;
    }

    :where(.css-142vneq).ant-col-lg-21 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }

    :where(.css-142vneq).ant-col-lg-push-21 {
        inset-inline-start: 87.5%;
    }

    :where(.css-142vneq).ant-col-lg-pull-21 {
        inset-inline-end: 87.5%;
    }

    :where(.css-142vneq).ant-col-lg-offset-21 {
        margin-inline-start: 87.5%;
    }

    :where(.css-142vneq).ant-col-lg-order-21 {
        order: 21;
    }

    :where(.css-142vneq).ant-col-lg-20 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 83.33333333333334%;
        max-width: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-lg-push-20 {
        inset-inline-start: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-lg-pull-20 {
        inset-inline-end: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-lg-offset-20 {
        margin-inline-start: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-lg-order-20 {
        order: 20;
    }

    :where(.css-142vneq).ant-col-lg-19 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 79.16666666666666%;
        max-width: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-lg-push-19 {
        inset-inline-start: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-lg-pull-19 {
        inset-inline-end: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-lg-offset-19 {
        margin-inline-start: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-lg-order-19 {
        order: 19;
    }

    :where(.css-142vneq).ant-col-lg-18 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 75%;
        max-width: 75%;
    }

    :where(.css-142vneq).ant-col-lg-push-18 {
        inset-inline-start: 75%;
    }

    :where(.css-142vneq).ant-col-lg-pull-18 {
        inset-inline-end: 75%;
    }

    :where(.css-142vneq).ant-col-lg-offset-18 {
        margin-inline-start: 75%;
    }

    :where(.css-142vneq).ant-col-lg-order-18 {
        order: 18;
    }

    :where(.css-142vneq).ant-col-lg-17 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 70.83333333333334%;
        max-width: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-lg-push-17 {
        inset-inline-start: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-lg-pull-17 {
        inset-inline-end: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-lg-offset-17 {
        margin-inline-start: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-lg-order-17 {
        order: 17;
    }

    :where(.css-142vneq).ant-col-lg-16 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 66.66666666666666%;
        max-width: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-lg-push-16 {
        inset-inline-start: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-lg-pull-16 {
        inset-inline-end: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-lg-offset-16 {
        margin-inline-start: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-lg-order-16 {
        order: 16;
    }

    :where(.css-142vneq).ant-col-lg-15 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

    :where(.css-142vneq).ant-col-lg-push-15 {
        inset-inline-start: 62.5%;
    }

    :where(.css-142vneq).ant-col-lg-pull-15 {
        inset-inline-end: 62.5%;
    }

    :where(.css-142vneq).ant-col-lg-offset-15 {
        margin-inline-start: 62.5%;
    }

    :where(.css-142vneq).ant-col-lg-order-15 {
        order: 15;
    }

    :where(.css-142vneq).ant-col-lg-14 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 58.333333333333336%;
        max-width: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-lg-push-14 {
        inset-inline-start: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-lg-pull-14 {
        inset-inline-end: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-lg-offset-14 {
        margin-inline-start: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-lg-order-14 {
        order: 14;
    }

    :where(.css-142vneq).ant-col-lg-13 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 54.166666666666664%;
        max-width: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-lg-push-13 {
        inset-inline-start: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-lg-pull-13 {
        inset-inline-end: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-lg-offset-13 {
        margin-inline-start: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-lg-order-13 {
        order: 13;
    }

    :where(.css-142vneq).ant-col-lg-12 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 50%;
        max-width: 50%;
    }

    :where(.css-142vneq).ant-col-lg-push-12 {
        inset-inline-start: 50%;
    }

    :where(.css-142vneq).ant-col-lg-pull-12 {
        inset-inline-end: 50%;
    }

    :where(.css-142vneq).ant-col-lg-offset-12 {
        margin-inline-start: 50%;
    }

    :where(.css-142vneq).ant-col-lg-order-12 {
        order: 12;
    }

    :where(.css-142vneq).ant-col-lg-11 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 45.83333333333333%;
        max-width: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-lg-push-11 {
        inset-inline-start: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-lg-pull-11 {
        inset-inline-end: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-lg-offset-11 {
        margin-inline-start: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-lg-order-11 {
        order: 11;
    }

    :where(.css-142vneq).ant-col-lg-10 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 41.66666666666667%;
        max-width: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-lg-push-10 {
        inset-inline-start: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-lg-pull-10 {
        inset-inline-end: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-lg-offset-10 {
        margin-inline-start: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-lg-order-10 {
        order: 10;
    }

    :where(.css-142vneq).ant-col-lg-9 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }

    :where(.css-142vneq).ant-col-lg-push-9 {
        inset-inline-start: 37.5%;
    }

    :where(.css-142vneq).ant-col-lg-pull-9 {
        inset-inline-end: 37.5%;
    }

    :where(.css-142vneq).ant-col-lg-offset-9 {
        margin-inline-start: 37.5%;
    }

    :where(.css-142vneq).ant-col-lg-order-9 {
        order: 9;
    }

    :where(.css-142vneq).ant-col-lg-8 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 33.33333333333333%;
        max-width: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-lg-push-8 {
        inset-inline-start: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-lg-pull-8 {
        inset-inline-end: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-lg-offset-8 {
        margin-inline-start: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-lg-order-8 {
        order: 8;
    }

    :where(.css-142vneq).ant-col-lg-7 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 29.166666666666668%;
        max-width: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-lg-push-7 {
        inset-inline-start: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-lg-pull-7 {
        inset-inline-end: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-lg-offset-7 {
        margin-inline-start: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-lg-order-7 {
        order: 7;
    }

    :where(.css-142vneq).ant-col-lg-6 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 25%;
        max-width: 25%;
    }

    :where(.css-142vneq).ant-col-lg-push-6 {
        inset-inline-start: 25%;
    }

    :where(.css-142vneq).ant-col-lg-pull-6 {
        inset-inline-end: 25%;
    }

    :where(.css-142vneq).ant-col-lg-offset-6 {
        margin-inline-start: 25%;
    }

    :where(.css-142vneq).ant-col-lg-order-6 {
        order: 6;
    }

    :where(.css-142vneq).ant-col-lg-5 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 20.833333333333336%;
        max-width: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-lg-push-5 {
        inset-inline-start: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-lg-pull-5 {
        inset-inline-end: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-lg-offset-5 {
        margin-inline-start: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-lg-order-5 {
        order: 5;
    }

    :where(.css-142vneq).ant-col-lg-4 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 16.666666666666664%;
        max-width: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-lg-push-4 {
        inset-inline-start: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-lg-pull-4 {
        inset-inline-end: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-lg-offset-4 {
        margin-inline-start: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-lg-order-4 {
        order: 4;
    }

    :where(.css-142vneq).ant-col-lg-3 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    :where(.css-142vneq).ant-col-lg-push-3 {
        inset-inline-start: 12.5%;
    }

    :where(.css-142vneq).ant-col-lg-pull-3 {
        inset-inline-end: 12.5%;
    }

    :where(.css-142vneq).ant-col-lg-offset-3 {
        margin-inline-start: 12.5%;
    }

    :where(.css-142vneq).ant-col-lg-order-3 {
        order: 3;
    }

    :where(.css-142vneq).ant-col-lg-2 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 8.333333333333332%;
        max-width: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-lg-push-2 {
        inset-inline-start: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-lg-pull-2 {
        inset-inline-end: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-lg-offset-2 {
        margin-inline-start: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-lg-order-2 {
        order: 2;
    }

    :where(.css-142vneq).ant-col-lg-1 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 4.166666666666666%;
        max-width: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-lg-push-1 {
        inset-inline-start: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-lg-pull-1 {
        inset-inline-end: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-lg-offset-1 {
        margin-inline-start: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-lg-order-1 {
        order: 1;
    }

    :where(.css-142vneq).ant-col-lg-0 {
        display: none;
    }

    :where(.css-142vneq).ant-col-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-142vneq).ant-col-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-142vneq).ant-col-lg-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-142vneq).ant-col-lg-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-142vneq).ant-col-lg-offset-0 {
        margin-inline-start: 0;
    }

    :where(.css-142vneq).ant-col-lg-order-0 {
        order: 0;
    }

    :where(.css-142vneq).ant-col-lg-flex {
        flex: var(--ant-col-lg-flex);
    }
}

@media (min-width: 1200px) {
    :where(.css-142vneq).ant-col-xl-24 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 100%;
        max-width: 100%;
    }

    :where(.css-142vneq).ant-col-xl-push-24 {
        inset-inline-start: 100%;
    }

    :where(.css-142vneq).ant-col-xl-pull-24 {
        inset-inline-end: 100%;
    }

    :where(.css-142vneq).ant-col-xl-offset-24 {
        margin-inline-start: 100%;
    }

    :where(.css-142vneq).ant-col-xl-order-24 {
        order: 24;
    }

    :where(.css-142vneq).ant-col-xl-23 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 95.83333333333334%;
        max-width: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-xl-push-23 {
        inset-inline-start: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-xl-pull-23 {
        inset-inline-end: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-xl-offset-23 {
        margin-inline-start: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-xl-order-23 {
        order: 23;
    }

    :where(.css-142vneq).ant-col-xl-22 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 91.66666666666666%;
        max-width: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-xl-push-22 {
        inset-inline-start: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-xl-pull-22 {
        inset-inline-end: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-xl-offset-22 {
        margin-inline-start: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-xl-order-22 {
        order: 22;
    }

    :where(.css-142vneq).ant-col-xl-21 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }

    :where(.css-142vneq).ant-col-xl-push-21 {
        inset-inline-start: 87.5%;
    }

    :where(.css-142vneq).ant-col-xl-pull-21 {
        inset-inline-end: 87.5%;
    }

    :where(.css-142vneq).ant-col-xl-offset-21 {
        margin-inline-start: 87.5%;
    }

    :where(.css-142vneq).ant-col-xl-order-21 {
        order: 21;
    }

    :where(.css-142vneq).ant-col-xl-20 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 83.33333333333334%;
        max-width: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-xl-push-20 {
        inset-inline-start: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-xl-pull-20 {
        inset-inline-end: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-xl-offset-20 {
        margin-inline-start: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-xl-order-20 {
        order: 20;
    }

    :where(.css-142vneq).ant-col-xl-19 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 79.16666666666666%;
        max-width: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-xl-push-19 {
        inset-inline-start: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-xl-pull-19 {
        inset-inline-end: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-xl-offset-19 {
        margin-inline-start: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-xl-order-19 {
        order: 19;
    }

    :where(.css-142vneq).ant-col-xl-18 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 75%;
        max-width: 75%;
    }

    :where(.css-142vneq).ant-col-xl-push-18 {
        inset-inline-start: 75%;
    }

    :where(.css-142vneq).ant-col-xl-pull-18 {
        inset-inline-end: 75%;
    }

    :where(.css-142vneq).ant-col-xl-offset-18 {
        margin-inline-start: 75%;
    }

    :where(.css-142vneq).ant-col-xl-order-18 {
        order: 18;
    }

    :where(.css-142vneq).ant-col-xl-17 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 70.83333333333334%;
        max-width: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-xl-push-17 {
        inset-inline-start: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-xl-pull-17 {
        inset-inline-end: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-xl-offset-17 {
        margin-inline-start: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-xl-order-17 {
        order: 17;
    }

    :where(.css-142vneq).ant-col-xl-16 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 66.66666666666666%;
        max-width: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-xl-push-16 {
        inset-inline-start: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-xl-pull-16 {
        inset-inline-end: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-xl-offset-16 {
        margin-inline-start: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-xl-order-16 {
        order: 16;
    }

    :where(.css-142vneq).ant-col-xl-15 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

    :where(.css-142vneq).ant-col-xl-push-15 {
        inset-inline-start: 62.5%;
    }

    :where(.css-142vneq).ant-col-xl-pull-15 {
        inset-inline-end: 62.5%;
    }

    :where(.css-142vneq).ant-col-xl-offset-15 {
        margin-inline-start: 62.5%;
    }

    :where(.css-142vneq).ant-col-xl-order-15 {
        order: 15;
    }

    :where(.css-142vneq).ant-col-xl-14 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 58.333333333333336%;
        max-width: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-xl-push-14 {
        inset-inline-start: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-xl-pull-14 {
        inset-inline-end: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-xl-offset-14 {
        margin-inline-start: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-xl-order-14 {
        order: 14;
    }

    :where(.css-142vneq).ant-col-xl-13 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 54.166666666666664%;
        max-width: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-xl-push-13 {
        inset-inline-start: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-xl-pull-13 {
        inset-inline-end: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-xl-offset-13 {
        margin-inline-start: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-xl-order-13 {
        order: 13;
    }

    :where(.css-142vneq).ant-col-xl-12 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 50%;
        max-width: 50%;
    }

    :where(.css-142vneq).ant-col-xl-push-12 {
        inset-inline-start: 50%;
    }

    :where(.css-142vneq).ant-col-xl-pull-12 {
        inset-inline-end: 50%;
    }

    :where(.css-142vneq).ant-col-xl-offset-12 {
        margin-inline-start: 50%;
    }

    :where(.css-142vneq).ant-col-xl-order-12 {
        order: 12;
    }

    :where(.css-142vneq).ant-col-xl-11 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 45.83333333333333%;
        max-width: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-xl-push-11 {
        inset-inline-start: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-xl-pull-11 {
        inset-inline-end: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-xl-offset-11 {
        margin-inline-start: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-xl-order-11 {
        order: 11;
    }

    :where(.css-142vneq).ant-col-xl-10 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 41.66666666666667%;
        max-width: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-xl-push-10 {
        inset-inline-start: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-xl-pull-10 {
        inset-inline-end: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-xl-offset-10 {
        margin-inline-start: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-xl-order-10 {
        order: 10;
    }

    :where(.css-142vneq).ant-col-xl-9 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }

    :where(.css-142vneq).ant-col-xl-push-9 {
        inset-inline-start: 37.5%;
    }

    :where(.css-142vneq).ant-col-xl-pull-9 {
        inset-inline-end: 37.5%;
    }

    :where(.css-142vneq).ant-col-xl-offset-9 {
        margin-inline-start: 37.5%;
    }

    :where(.css-142vneq).ant-col-xl-order-9 {
        order: 9;
    }

    :where(.css-142vneq).ant-col-xl-8 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 33.33333333333333%;
        max-width: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-xl-push-8 {
        inset-inline-start: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-xl-pull-8 {
        inset-inline-end: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-xl-offset-8 {
        margin-inline-start: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-xl-order-8 {
        order: 8;
    }

    :where(.css-142vneq).ant-col-xl-7 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 29.166666666666668%;
        max-width: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-xl-push-7 {
        inset-inline-start: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-xl-pull-7 {
        inset-inline-end: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-xl-offset-7 {
        margin-inline-start: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-xl-order-7 {
        order: 7;
    }

    :where(.css-142vneq).ant-col-xl-6 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 25%;
        max-width: 25%;
    }

    :where(.css-142vneq).ant-col-xl-push-6 {
        inset-inline-start: 25%;
    }

    :where(.css-142vneq).ant-col-xl-pull-6 {
        inset-inline-end: 25%;
    }

    :where(.css-142vneq).ant-col-xl-offset-6 {
        margin-inline-start: 25%;
    }

    :where(.css-142vneq).ant-col-xl-order-6 {
        order: 6;
    }

    :where(.css-142vneq).ant-col-xl-5 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 20.833333333333336%;
        max-width: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-xl-push-5 {
        inset-inline-start: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-xl-pull-5 {
        inset-inline-end: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-xl-offset-5 {
        margin-inline-start: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-xl-order-5 {
        order: 5;
    }

    :where(.css-142vneq).ant-col-xl-4 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 16.666666666666664%;
        max-width: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-xl-push-4 {
        inset-inline-start: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-xl-pull-4 {
        inset-inline-end: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-xl-offset-4 {
        margin-inline-start: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-xl-order-4 {
        order: 4;
    }

    :where(.css-142vneq).ant-col-xl-3 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    :where(.css-142vneq).ant-col-xl-push-3 {
        inset-inline-start: 12.5%;
    }

    :where(.css-142vneq).ant-col-xl-pull-3 {
        inset-inline-end: 12.5%;
    }

    :where(.css-142vneq).ant-col-xl-offset-3 {
        margin-inline-start: 12.5%;
    }

    :where(.css-142vneq).ant-col-xl-order-3 {
        order: 3;
    }

    :where(.css-142vneq).ant-col-xl-2 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 8.333333333333332%;
        max-width: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-xl-push-2 {
        inset-inline-start: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-xl-pull-2 {
        inset-inline-end: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-xl-offset-2 {
        margin-inline-start: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-xl-order-2 {
        order: 2;
    }

    :where(.css-142vneq).ant-col-xl-1 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 4.166666666666666%;
        max-width: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-xl-push-1 {
        inset-inline-start: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-xl-pull-1 {
        inset-inline-end: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-xl-offset-1 {
        margin-inline-start: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-xl-order-1 {
        order: 1;
    }

    :where(.css-142vneq).ant-col-xl-0 {
        display: none;
    }

    :where(.css-142vneq).ant-col-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-142vneq).ant-col-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-142vneq).ant-col-xl-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-142vneq).ant-col-xl-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-142vneq).ant-col-xl-offset-0 {
        margin-inline-start: 0;
    }

    :where(.css-142vneq).ant-col-xl-order-0 {
        order: 0;
    }

    :where(.css-142vneq).ant-col-xl-flex {
        flex: var(--ant-col-xl-flex);
    }
}

@media (min-width: 1600px) {
    :where(.css-142vneq).ant-col-xxl-24 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 100%;
        max-width: 100%;
    }

    :where(.css-142vneq).ant-col-xxl-push-24 {
        inset-inline-start: 100%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-24 {
        inset-inline-end: 100%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-24 {
        margin-inline-start: 100%;
    }

    :where(.css-142vneq).ant-col-xxl-order-24 {
        order: 24;
    }

    :where(.css-142vneq).ant-col-xxl-23 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 95.83333333333334%;
        max-width: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-xxl-push-23 {
        inset-inline-start: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-23 {
        inset-inline-end: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-23 {
        margin-inline-start: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-xxl-order-23 {
        order: 23;
    }

    :where(.css-142vneq).ant-col-xxl-22 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 91.66666666666666%;
        max-width: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-xxl-push-22 {
        inset-inline-start: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-22 {
        inset-inline-end: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-22 {
        margin-inline-start: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-xxl-order-22 {
        order: 22;
    }

    :where(.css-142vneq).ant-col-xxl-21 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }

    :where(.css-142vneq).ant-col-xxl-push-21 {
        inset-inline-start: 87.5%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-21 {
        inset-inline-end: 87.5%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-21 {
        margin-inline-start: 87.5%;
    }

    :where(.css-142vneq).ant-col-xxl-order-21 {
        order: 21;
    }

    :where(.css-142vneq).ant-col-xxl-20 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 83.33333333333334%;
        max-width: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-xxl-push-20 {
        inset-inline-start: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-20 {
        inset-inline-end: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-20 {
        margin-inline-start: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-xxl-order-20 {
        order: 20;
    }

    :where(.css-142vneq).ant-col-xxl-19 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 79.16666666666666%;
        max-width: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-xxl-push-19 {
        inset-inline-start: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-19 {
        inset-inline-end: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-19 {
        margin-inline-start: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-xxl-order-19 {
        order: 19;
    }

    :where(.css-142vneq).ant-col-xxl-18 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 75%;
        max-width: 75%;
    }

    :where(.css-142vneq).ant-col-xxl-push-18 {
        inset-inline-start: 75%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-18 {
        inset-inline-end: 75%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-18 {
        margin-inline-start: 75%;
    }

    :where(.css-142vneq).ant-col-xxl-order-18 {
        order: 18;
    }

    :where(.css-142vneq).ant-col-xxl-17 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 70.83333333333334%;
        max-width: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-xxl-push-17 {
        inset-inline-start: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-17 {
        inset-inline-end: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-17 {
        margin-inline-start: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-xxl-order-17 {
        order: 17;
    }

    :where(.css-142vneq).ant-col-xxl-16 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 66.66666666666666%;
        max-width: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-xxl-push-16 {
        inset-inline-start: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-16 {
        inset-inline-end: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-16 {
        margin-inline-start: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-xxl-order-16 {
        order: 16;
    }

    :where(.css-142vneq).ant-col-xxl-15 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

    :where(.css-142vneq).ant-col-xxl-push-15 {
        inset-inline-start: 62.5%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-15 {
        inset-inline-end: 62.5%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-15 {
        margin-inline-start: 62.5%;
    }

    :where(.css-142vneq).ant-col-xxl-order-15 {
        order: 15;
    }

    :where(.css-142vneq).ant-col-xxl-14 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 58.333333333333336%;
        max-width: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-xxl-push-14 {
        inset-inline-start: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-14 {
        inset-inline-end: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-14 {
        margin-inline-start: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-xxl-order-14 {
        order: 14;
    }

    :where(.css-142vneq).ant-col-xxl-13 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 54.166666666666664%;
        max-width: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-xxl-push-13 {
        inset-inline-start: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-13 {
        inset-inline-end: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-13 {
        margin-inline-start: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-xxl-order-13 {
        order: 13;
    }

    :where(.css-142vneq).ant-col-xxl-12 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 50%;
        max-width: 50%;
    }

    :where(.css-142vneq).ant-col-xxl-push-12 {
        inset-inline-start: 50%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-12 {
        inset-inline-end: 50%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-12 {
        margin-inline-start: 50%;
    }

    :where(.css-142vneq).ant-col-xxl-order-12 {
        order: 12;
    }

    :where(.css-142vneq).ant-col-xxl-11 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 45.83333333333333%;
        max-width: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-xxl-push-11 {
        inset-inline-start: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-11 {
        inset-inline-end: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-11 {
        margin-inline-start: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-xxl-order-11 {
        order: 11;
    }

    :where(.css-142vneq).ant-col-xxl-10 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 41.66666666666667%;
        max-width: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-xxl-push-10 {
        inset-inline-start: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-10 {
        inset-inline-end: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-10 {
        margin-inline-start: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-xxl-order-10 {
        order: 10;
    }

    :where(.css-142vneq).ant-col-xxl-9 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }

    :where(.css-142vneq).ant-col-xxl-push-9 {
        inset-inline-start: 37.5%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-9 {
        inset-inline-end: 37.5%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-9 {
        margin-inline-start: 37.5%;
    }

    :where(.css-142vneq).ant-col-xxl-order-9 {
        order: 9;
    }

    :where(.css-142vneq).ant-col-xxl-8 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 33.33333333333333%;
        max-width: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-xxl-push-8 {
        inset-inline-start: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-8 {
        inset-inline-end: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-8 {
        margin-inline-start: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-xxl-order-8 {
        order: 8;
    }

    :where(.css-142vneq).ant-col-xxl-7 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 29.166666666666668%;
        max-width: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-xxl-push-7 {
        inset-inline-start: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-7 {
        inset-inline-end: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-7 {
        margin-inline-start: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-xxl-order-7 {
        order: 7;
    }

    :where(.css-142vneq).ant-col-xxl-6 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 25%;
        max-width: 25%;
    }

    :where(.css-142vneq).ant-col-xxl-push-6 {
        inset-inline-start: 25%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-6 {
        inset-inline-end: 25%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-6 {
        margin-inline-start: 25%;
    }

    :where(.css-142vneq).ant-col-xxl-order-6 {
        order: 6;
    }

    :where(.css-142vneq).ant-col-xxl-5 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 20.833333333333336%;
        max-width: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-xxl-push-5 {
        inset-inline-start: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-5 {
        inset-inline-end: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-5 {
        margin-inline-start: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-xxl-order-5 {
        order: 5;
    }

    :where(.css-142vneq).ant-col-xxl-4 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 16.666666666666664%;
        max-width: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-xxl-push-4 {
        inset-inline-start: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-4 {
        inset-inline-end: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-4 {
        margin-inline-start: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-xxl-order-4 {
        order: 4;
    }

    :where(.css-142vneq).ant-col-xxl-3 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    :where(.css-142vneq).ant-col-xxl-push-3 {
        inset-inline-start: 12.5%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-3 {
        inset-inline-end: 12.5%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-3 {
        margin-inline-start: 12.5%;
    }

    :where(.css-142vneq).ant-col-xxl-order-3 {
        order: 3;
    }

    :where(.css-142vneq).ant-col-xxl-2 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 8.333333333333332%;
        max-width: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-xxl-push-2 {
        inset-inline-start: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-2 {
        inset-inline-end: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-2 {
        margin-inline-start: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-xxl-order-2 {
        order: 2;
    }

    :where(.css-142vneq).ant-col-xxl-1 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 4.166666666666666%;
        max-width: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-xxl-push-1 {
        inset-inline-start: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-1 {
        inset-inline-end: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-1 {
        margin-inline-start: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-xxl-order-1 {
        order: 1;
    }

    :where(.css-142vneq).ant-col-xxl-0 {
        display: none;
    }

    :where(.css-142vneq).ant-col-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-142vneq).ant-col-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-142vneq).ant-col-xxl-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-142vneq).ant-col-xxl-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-142vneq).ant-col-xxl-offset-0 {
        margin-inline-start: 0;
    }

    :where(.css-142vneq).ant-col-xxl-order-0 {
        order: 0;
    }

    :where(.css-142vneq).ant-col-xxl-flex {
        flex: var(--ant-col-xxl-flex);
    }
}

:where(.css-142vneq)[class^="ant-input"], :where(.css-142vneq)[class*=" ant-input"] {
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-input"]::before, :where(.css-142vneq)[class*=" ant-input"]::before, :where(.css-142vneq)[class^="ant-input"]::after, :where(.css-142vneq)[class*=" ant-input"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-input"] [class^="ant-input"], :where(.css-142vneq)[class*=" ant-input"] [class^="ant-input"], :where(.css-142vneq)[class^="ant-input"] [class*=" ant-input"], :where(.css-142vneq)[class*=" ant-input"] [class*=" ant-input"] {
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-input"] [class^="ant-input"]::before, :where(.css-142vneq)[class*=" ant-input"] [class^="ant-input"]::before, :where(.css-142vneq)[class^="ant-input"] [class*=" ant-input"]::before, :where(.css-142vneq)[class*=" ant-input"] [class*=" ant-input"]::before, :where(.css-142vneq)[class^="ant-input"] [class^="ant-input"]::after, :where(.css-142vneq)[class*=" ant-input"] [class^="ant-input"]::after, :where(.css-142vneq)[class^="ant-input"] [class*=" ant-input"]::after, :where(.css-142vneq)[class*=" ant-input"] [class*=" ant-input"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-input {
    box-sizing: border-box;
    margin: 0;
    padding: 4px 11px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    border-radius: 6px;
    transition: all 0.2s;
}

:where(.css-142vneq).ant-input::-moz-placeholder {
    opacity: 1;
}

:where(.css-142vneq).ant-input::placeholder {
    color: rgba(0, 0, 0, 0.25);
    user-select: none;
}

:where(.css-142vneq).ant-input:placeholder-shown {
    text-overflow: ellipsis;
}

textarea:where(.css-142vneq).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-142vneq).ant-input-lg {
    padding: 7px 11px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 8px;
}

:where(.css-142vneq).ant-input-sm {
    padding: 0px 7px;
    font-size: 14px;
    border-radius: 4px;
}

:where(.css-142vneq).ant-input-rtl, :where(.css-142vneq).ant-input-textarea-rtl {
    direction: rtl;
}

:where(.css-142vneq).ant-input-outlined {
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #d9d9d9;
}

:where(.css-142vneq).ant-input-outlined:hover {
    border-color: #4096ff;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-input-outlined:focus, :where(.css-142vneq).ant-input-outlined:focus-within {
    border-color: #1677ff;
    box-shadow: 0 0 0 2px rgba(5, 145, 255, 0.1);
    outline: 0;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-input-outlined.ant-input-disabled, :where(.css-142vneq).ant-input-outlined[disabled] {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
}

:where(.css-142vneq).ant-input-outlined.ant-input-disabled input[disabled], :where(.css-142vneq).ant-input-outlined[disabled] input[disabled], :where(.css-142vneq).ant-input-outlined.ant-input-disabled textarea[disabled], :where(.css-142vneq).ant-input-outlined[disabled] textarea[disabled] {
    cursor: not-allowed;
}

:where(.css-142vneq).ant-input-outlined.ant-input-disabled:hover:not([disabled]), :where(.css-142vneq).ant-input-outlined[disabled]:hover:not([disabled]) {
    border-color: #d9d9d9;
    background-color: rgba(0, 0, 0, 0.04);
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-error:not(.ant-input-disabled) {
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #ff4d4f;
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-error:not(.ant-input-disabled):hover {
    border-color: #ffa39e;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-error:not(.ant-input-disabled):focus, :where(.css-142vneq).ant-input-outlined.ant-input-status-error:not(.ant-input-disabled):focus-within {
    border-color: #ff4d4f;
    box-shadow: 0 0 0 2px rgba(255, 38, 5, 0.06);
    outline: 0;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-error:not(.ant-input-disabled) .ant-input-prefix, :where(.css-142vneq).ant-input-outlined.ant-input-status-error:not(.ant-input-disabled) .ant-input-suffix {
    color: #ff4d4f;
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-error.ant-input-disabled {
    border-color: #ff4d4f;
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-warning:not(.ant-input-disabled) {
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #faad14;
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-warning:not(.ant-input-disabled):hover {
    border-color: #ffd666;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-warning:not(.ant-input-disabled):focus, :where(.css-142vneq).ant-input-outlined.ant-input-status-warning:not(.ant-input-disabled):focus-within {
    border-color: #faad14;
    box-shadow: 0 0 0 2px rgba(255, 215, 5, 0.1);
    outline: 0;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-warning:not(.ant-input-disabled) .ant-input-prefix, :where(.css-142vneq).ant-input-outlined.ant-input-status-warning:not(.ant-input-disabled) .ant-input-suffix {
    color: #faad14;
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-warning.ant-input-disabled {
    border-color: #faad14;
}

:where(.css-142vneq).ant-input-filled {
    background: rgba(0, 0, 0, 0.04);
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

input:where(.css-142vneq).ant-input-filled, :where(.css-142vneq).ant-input-filled input, textarea:where(.css-142vneq).ant-input-filled, :where(.css-142vneq).ant-input-filled textarea {
    color: undefined;
}

:where(.css-142vneq).ant-input-filled:hover {
    background: rgba(0, 0, 0, 0.06);
}

:where(.css-142vneq).ant-input-filled:focus, :where(.css-142vneq).ant-input-filled:focus-within {
    outline: 0;
    border-color: #1677ff;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-input-filled.ant-input-disabled, :where(.css-142vneq).ant-input-filled[disabled] {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
}

:where(.css-142vneq).ant-input-filled.ant-input-disabled input[disabled], :where(.css-142vneq).ant-input-filled[disabled] input[disabled], :where(.css-142vneq).ant-input-filled.ant-input-disabled textarea[disabled], :where(.css-142vneq).ant-input-filled[disabled] textarea[disabled] {
    cursor: not-allowed;
}

:where(.css-142vneq).ant-input-filled.ant-input-disabled:hover:not([disabled]), :where(.css-142vneq).ant-input-filled[disabled]:hover:not([disabled]) {
    border-color: #d9d9d9;
    background-color: rgba(0, 0, 0, 0.04);
}

:where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled) {
    background: #fff2f0;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

input:where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled), :where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled) input, textarea:where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled), :where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled) textarea {
    color: #ff4d4f;
}

:where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled):hover {
    background: #fff1f0;
}

:where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled):focus, :where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled):focus-within {
    outline: 0;
    border-color: #ff4d4f;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled) .ant-input-prefix, :where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled) .ant-input-suffix {
    color: #ff4d4f;
}

:where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled) {
    background: #fffbe6;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

input:where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled), :where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled) input, textarea:where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled), :where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled) textarea {
    color: #faad14;
}

:where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled):hover {
    background: #fff1b8;
}

:where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled):focus, :where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled):focus-within {
    outline: 0;
    border-color: #faad14;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled) .ant-input-prefix, :where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled) .ant-input-suffix {
    color: #faad14;
}

:where(.css-142vneq).ant-input-borderless {
    background: transparent;
    border: none;
}

:where(.css-142vneq).ant-input-borderless:focus, :where(.css-142vneq).ant-input-borderless:focus-within {
    outline: none;
}

:where(.css-142vneq).ant-input-borderless.ant-input-disabled, :where(.css-142vneq).ant-input-borderless[disabled] {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}

:where(.css-142vneq).ant-input-borderless.ant-input-status-error, :where(.css-142vneq).ant-input-borderless.ant-input-status-error input, :where(.css-142vneq).ant-input-borderless.ant-input-status-error textarea {
    color: #ff4d4f;
}

:where(.css-142vneq).ant-input-borderless.ant-input-status-warning, :where(.css-142vneq).ant-input-borderless.ant-input-status-warning input, :where(.css-142vneq).ant-input-borderless.ant-input-status-warning textarea {
    color: #faad14;
}

:where(.css-142vneq).ant-input[type="color"] {
    height: 32px;
}

:where(.css-142vneq).ant-input[type="color"].ant-input-lg {
    height: 40px;
}

:where(.css-142vneq).ant-input[type="color"].ant-input-sm {
    height: 24px;
    padding-top: 3px;
    padding-bottom: 3px;
}

:where(.css-142vneq).ant-input[type="search"]::-webkit-search-cancel-button, :where(.css-142vneq).ant-input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

:where(.css-142vneq).ant-input-textarea {
    position: relative;
}

:where(.css-142vneq).ant-input-textarea-show-count>.ant-input {
    height: 100%;
}

:where(.css-142vneq).ant-input-textarea-show-count .ant-input-data-count {
    position: absolute;
    bottom: -22px;
    inset-inline-end: 0;
    color: rgba(0, 0, 0, 0.45);
    white-space: nowrap;
    pointer-events: none;
}

:where(.css-142vneq).ant-input-textarea-allow-clear>.ant-input, :where(.css-142vneq).ant-input-textarea-affix-wrapper.ant-input-textarea-has-feedback .ant-input {
    padding-inline-end: 24px;
}

:where(.css-142vneq).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper {
    padding: 0;
}

:where(.css-142vneq).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper>textarea.ant-input {
    font-size: inherit;
    border: none;
    outline: none;
    background: transparent;
}

:where(.css-142vneq).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper>textarea.ant-input:focus {
    box-shadow: none !important;
}

:where(.css-142vneq).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper .ant-input-suffix {
    margin: 0;
}

:where(.css-142vneq).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper .ant-input-suffix>*:not(:last-child) {
    margin-inline: 0;
}

:where(.css-142vneq).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper .ant-input-suffix .ant-input-clear-icon {
    position: absolute;
    inset-inline-end: 11px;
    inset-block-start: 8px;
}

:where(.css-142vneq).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper .ant-input-suffix .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;
    pointer-events: none;
}

:where(.css-142vneq).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper-sm .ant-input-suffix .ant-input-clear-icon {
    inset-inline-end: 7px;
}

:where(.css-142vneq).ant-input-affix-wrapper {
    position: relative;
    display: inline-flex;
    width: 100%;
    min-width: 0;
    padding: 4px 11px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    border-radius: 6px;
    transition: all 0.2s;
}

:where(.css-142vneq).ant-input-affix-wrapper::-moz-placeholder {
    opacity: 1;
}

:where(.css-142vneq).ant-input-affix-wrapper::placeholder {
    color: rgba(0, 0, 0, 0.25);
    user-select: none;
}

:where(.css-142vneq).ant-input-affix-wrapper:placeholder-shown {
    text-overflow: ellipsis;
}

textarea:where(.css-142vneq).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-142vneq).ant-input-affix-wrapper-lg {
    padding: 7px 11px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 8px;
}

:where(.css-142vneq).ant-input-affix-wrapper-sm {
    padding: 0px 7px;
    font-size: 14px;
    border-radius: 4px;
}

:where(.css-142vneq).ant-input-affix-wrapper-rtl, :where(.css-142vneq).ant-input-affix-wrapper-textarea-rtl {
    direction: rtl;
}

:where(.css-142vneq).ant-input-affix-wrapper:not(.ant-input-disabled):hover {
    z-index: 1;
}

.ant-input-search-with-button :where(.css-142vneq).ant-input-affix-wrapper:not(.ant-input-disabled):hover {
    z-index: 0;
}

:where(.css-142vneq).ant-input-affix-wrapper-focused, :where(.css-142vneq).ant-input-affix-wrapper:focus {
    z-index: 1;
}

:where(.css-142vneq).ant-input-affix-wrapper>input.ant-input {
    padding: 0;
}

:where(.css-142vneq).ant-input-affix-wrapper>input.ant-input, :where(.css-142vneq).ant-input-affix-wrapper>textarea.ant-input {
    font-size: inherit;
    border: none;
    border-radius: 0;
    outline: none;
    background: transparent;
    color: inherit;
}

:where(.css-142vneq).ant-input-affix-wrapper>input.ant-input::-ms-reveal, :where(.css-142vneq).ant-input-affix-wrapper>textarea.ant-input::-ms-reveal {
    display: none;
}

:where(.css-142vneq).ant-input-affix-wrapper>input.ant-input:focus, :where(.css-142vneq).ant-input-affix-wrapper>textarea.ant-input:focus {
    box-shadow: none !important;
}

:where(.css-142vneq).ant-input-affix-wrapper::before {
    display: inline-block;
    width: 0;
    visibility: hidden;
    content: "\a0";
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-prefix, :where(.css-142vneq).ant-input-affix-wrapper .ant-input-suffix {
    display: flex;
    flex: none;
    align-items: center;
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-prefix>*:not(:last-child), :where(.css-142vneq).ant-input-affix-wrapper .ant-input-suffix>*:not(:last-child) {
    margin-inline-end: 8px;
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-show-count-suffix {
    color: rgba(0, 0, 0, 0.45);
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-show-count-has-suffix {
    margin-inline-end: 4px;
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-prefix {
    margin-inline-end: 4px;
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-suffix {
    margin-inline-start: 4px;
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-clear-icon {
    margin: 0;
    line-height: 0;
    color: rgba(0, 0, 0, 0.25);
    font-size: 12px;
    vertical-align: -1px;
    cursor: pointer;
    transition: color 0.3s;
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-clear-icon:hover {
    color: rgba(0, 0, 0, 0.45);
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-clear-icon:active {
    color: rgba(0, 0, 0, 0.88);
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-clear-icon-hidden {
    visibility: hidden;
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-clear-icon-has-suffix {
    margin: 0 4px;
}

:where(.css-142vneq).ant-input-affix-wrapper .anticon.ant-input-password-icon {
    color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
    transition: all 0.3s;
}

:where(.css-142vneq).ant-input-affix-wrapper .anticon.ant-input-password-icon:hover {
    color: rgba(0, 0, 0, 0.88);
}

:where(.css-142vneq).ant-input-affix-wrapper-disabled .anticon.ant-input-password-icon {
    color: rgba(0, 0, 0, 0.45);
    cursor: not-allowed;
}

:where(.css-142vneq).ant-input-affix-wrapper-disabled .anticon.ant-input-password-icon:hover {
    color: rgba(0, 0, 0, 0.45);
}

:where(.css-142vneq).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-142vneq).ant-input-group[class*='col-'] {
    padding-inline-end: 8px;
}

:where(.css-142vneq).ant-input-group[class*='col-']:last-child {
    padding-inline-end: 0;
}

:where(.css-142vneq).ant-input-group-lg .ant-input, :where(.css-142vneq).ant-input-group-lg>.ant-input-group-addon {
    padding: 7px 11px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 8px;
}

:where(.css-142vneq).ant-input-group-sm .ant-input, :where(.css-142vneq).ant-input-group-sm>.ant-input-group-addon {
    padding: 0px 7px;
    font-size: 14px;
    border-radius: 4px;
}

:where(.css-142vneq).ant-input-group-lg .ant-select-single .ant-select-selector {
    height: 40px;
}

:where(.css-142vneq).ant-input-group-sm .ant-select-single .ant-select-selector {
    height: 24px;
}

:where(.css-142vneq).ant-input-group>.ant-input {
    display: table-cell;
}

:where(.css-142vneq).ant-input-group>.ant-input:not(:first-child):not(:last-child) {
    border-radius: 0;
}

:where(.css-142vneq).ant-input-group .ant-input-group-addon, :where(.css-142vneq).ant-input-group .ant-input-group-wrap {
    display: table-cell;
    width: 1px;
    white-space: nowrap;
    vertical-align: middle;
}

:where(.css-142vneq).ant-input-group .ant-input-group-addon:not(:first-child):not(:last-child), :where(.css-142vneq).ant-input-group .ant-input-group-wrap:not(:first-child):not(:last-child) {
    border-radius: 0;
}

:where(.css-142vneq).ant-input-group .ant-input-group-wrap>* {
    display: block !important;
}

:where(.css-142vneq).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;
    border-radius: 6px;
    transition: all 0.3s;
    line-height: 1;
}

:where(.css-142vneq).ant-input-group .ant-input-group-addon .ant-select {
    margin: -5px -11px;
}

:where(.css-142vneq).ant-input-group .ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
    background-color: inherit;
    border: 1px solid transparent;
    box-shadow: none;
}

:where(.css-142vneq).ant-input-group .ant-input-group-addon .ant-cascader-picker {
    margin: -9px -11px;
    background-color: transparent;
}

:where(.css-142vneq).ant-input-group .ant-input-group-addon .ant-cascader-picker .ant-cascader-input {
    text-align: start;
    border: 0;
    box-shadow: none;
}

:where(.css-142vneq).ant-input-group .ant-input {
    width: 100%;
    margin-bottom: 0;
    text-align: inherit;
}

:where(.css-142vneq).ant-input-group .ant-input:focus {
    z-index: 1;
    border-inline-end-width: 1px;
}

:where(.css-142vneq).ant-input-group .ant-input:hover {
    z-index: 1;
    border-inline-end-width: 1px;
}

.ant-input-search-with-button :where(.css-142vneq).ant-input-group .ant-input:hover {
    z-index: 0;
}

:where(.css-142vneq).ant-input-group>.ant-input:first-child, :where(.css-142vneq).ant-input-group .ant-input-group-addon:first-child {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-142vneq).ant-input-group>.ant-input:first-child .ant-select .ant-select-selector, :where(.css-142vneq).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-142vneq).ant-input-group>.ant-input-affix-wrapper:not(:first-child) .ant-input {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-142vneq).ant-input-group>.ant-input-affix-wrapper:not(:last-child) .ant-input {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-142vneq).ant-input-group>.ant-input:last-child, :where(.css-142vneq).ant-input-group .ant-input-group-addon:last-child {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-142vneq).ant-input-group>.ant-input:last-child .ant-select .ant-select-selector, :where(.css-142vneq).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-142vneq).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-142vneq).ant-input-group .ant-input-affix-wrapper:not(:last-child) {
    border-start-start-radius: 6px;
    border-end-start-radius: 6px;
}

:where(.css-142vneq).ant-input-group .ant-input-affix-wrapper:not(:first-child), .ant-input-search :where(.css-142vneq).ant-input-group .ant-input-affix-wrapper:not(:first-child) {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact {
    display: block;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact::before {
    display: table;
    content: "";
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact::after {
    display: table;
    clear: both;
    content: "";
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact .ant-input-group-addon:not(:first-child):not(:last-child), :where(.css-142vneq).ant-input-group.ant-input-group-compact .ant-input-group-wrap:not(:first-child):not(:last-child), :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child) {
    border-inline-end-width: 1px;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact .ant-input-group-addon:not(:first-child):not(:last-child):hover, :where(.css-142vneq).ant-input-group.ant-input-group-compact .ant-input-group-wrap:not(:first-child):not(:last-child):hover, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child):hover, :where(.css-142vneq).ant-input-group.ant-input-group-compact .ant-input-group-addon:not(:first-child):not(:last-child):focus, :where(.css-142vneq).ant-input-group.ant-input-group-compact .ant-input-group-wrap:not(:first-child):not(:last-child):focus, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child):focus {
    z-index: 1;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact>* {
    display: inline-flex;
    float: none;
    vertical-align: top;
    border-radius: 0;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-input-affix-wrapper, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-input-number-affix-wrapper, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-picker-range {
    display: inline-flex;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact>*:not(:last-child) {
    margin-inline-end: -1px;
    border-inline-end-width: 1px;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact .ant-input {
    float: none;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selector, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input {
    border-inline-end-width: 1px;
    border-radius: 0;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selector:hover, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input:hover, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input:hover, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input:hover, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selector:focus, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input:focus, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input:focus, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input:focus {
    z-index: 1;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select-focused {
    z-index: 1;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select>.ant-select-arrow {
    z-index: 1;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact>*:first-child, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select:first-child>.ant-select-selector, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select-auto-complete:first-child .ant-input, :where(.css-142vneq).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-142vneq).ant-input-group.ant-input-group-compact>*:last-child, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select:last-child>.ant-select-selector, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-cascader-picker:last-child .ant-input, :where(.css-142vneq).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-142vneq).ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input {
    vertical-align: top;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact .ant-input-group-wrapper+.ant-input-group-wrapper {
    margin-inline-start: -1px;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact .ant-input-group-wrapper+.ant-input-group-wrapper .ant-input-affix-wrapper {
    border-radius: 0;
}

:where(.css-142vneq).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-142vneq).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-142vneq).ant-input-group-rtl {
    direction: rtl;
}

:where(.css-142vneq).ant-input-group-wrapper {
    display: inline-block;
    width: 100%;
    text-align: start;
    vertical-align: top;
}

:where(.css-142vneq).ant-input-group-wrapper-rtl {
    direction: rtl;
}

:where(.css-142vneq).ant-input-group-wrapper-lg .ant-input-group-addon {
    border-radius: 8px;
    font-size: 16px;
}

:where(.css-142vneq).ant-input-group-wrapper-sm .ant-input-group-addon {
    border-radius: 4px;
}

:where(.css-142vneq).ant-input-group-wrapper-outlined .ant-input-group-addon {
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid #d9d9d9;
}

:where(.css-142vneq).ant-input-group-wrapper-outlined .ant-input-group-addon:first-child {
    border-inline-end: 0;
}

:where(.css-142vneq).ant-input-group-wrapper-outlined .ant-input-group-addon:last-child {
    border-inline-start: 0;
}

:where(.css-142vneq).ant-input-group-wrapper-outlined.ant-input-group-wrapper-status-error .ant-input-group-addon {
    border-color: #ff4d4f;
    color: #ff4d4f;
}

:where(.css-142vneq).ant-input-group-wrapper-outlined.ant-input-group-wrapper-status-warning .ant-input-group-addon {
    border-color: #faad14;
    color: #faad14;
}

:where(.css-142vneq).ant-input-group-wrapper-outlined.ant-input-group-wrapper-disabled .ant-input-group-addon {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
}

:where(.css-142vneq).ant-input-group-wrapper-outlined.ant-input-group-wrapper-disabled .ant-input-group-addon input[disabled], :where(.css-142vneq).ant-input-group-wrapper-outlined.ant-input-group-wrapper-disabled .ant-input-group-addon textarea[disabled] {
    cursor: not-allowed;
}

:where(.css-142vneq).ant-input-group-wrapper-outlined.ant-input-group-wrapper-disabled .ant-input-group-addon:hover:not([disabled]) {
    border-color: #d9d9d9;
    background-color: rgba(0, 0, 0, 0.04);
}

:where(.css-142vneq).ant-input-group-wrapper-filled .ant-input-group-addon {
    background: rgba(0, 0, 0, 0.04);
}

:where(.css-142vneq).ant-input-group-wrapper-filled .ant-input-group .ant-input-filled:not(:focus):not(:focus-within):not(:first-child) {
    border-inline-start: 1px solid rgba(5, 5, 5, 0.06);
}

:where(.css-142vneq).ant-input-group-wrapper-filled .ant-input-group .ant-input-filled:not(:focus):not(:focus-within):not(:last-child) {
    border-inline-end: 1px solid rgba(5, 5, 5, 0.06);
}

:where(.css-142vneq).ant-input-group-wrapper-filled.ant-input-group-wrapper-status-error .ant-input-group-addon {
    background: #fff2f0;
    color: #ff4d4f;
}

:where(.css-142vneq).ant-input-group-wrapper-filled.ant-input-group-wrapper-status-warning .ant-input-group-addon {
    background: #fffbe6;
    color: #faad14;
}

:where(.css-142vneq).ant-input-group-wrapper-filled.ant-input-group-wrapper-disabled .ant-input-group-addon {
    background: rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-142vneq).ant-input-group-wrapper-filled.ant-input-group-wrapper-disabled .ant-input-group-addon:first-child {
    border-inline-start: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

:where(.css-142vneq).ant-input-group-wrapper-filled.ant-input-group-wrapper-disabled .ant-input-group-addon:last-child {
    border-inline-end: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

:where(.css-142vneq).ant-input-group-wrapper:not(.ant-input-compact-first-item):not(.ant-input-compact-last-item).ant-input-compact-item .ant-input, :where(.css-142vneq).ant-input-group-wrapper:not(.ant-input-compact-first-item):not(.ant-input-compact-last-item).ant-input-compact-item .ant-input-group-addon {
    border-radius: 0;
}

:where(.css-142vneq).ant-input-group-wrapper:not(.ant-input-compact-last-item).ant-input-compact-first-item .ant-input, :where(.css-142vneq).ant-input-group-wrapper:not(.ant-input-compact-last-item).ant-input-compact-first-item .ant-input-group-addon {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-142vneq).ant-input-group-wrapper:not(.ant-input-compact-first-item).ant-input-compact-last-item .ant-input, :where(.css-142vneq).ant-input-group-wrapper:not(.ant-input-compact-first-item).ant-input-compact-last-item .ant-input-group-addon {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-142vneq).ant-input-group-wrapper:not(.ant-input-compact-last-item).ant-input-compact-item .ant-input-affix-wrapper {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-142vneq).ant-input-search .ant-input:hover+.ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary), :where(.css-142vneq).ant-input-search .ant-input:focus+.ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
    border-inline-start-color: #4096ff;
}

:where(.css-142vneq).ant-input-search .ant-input-affix-wrapper {
    height: 32px;
    border-radius: 0;
}

:where(.css-142vneq).ant-input-search .ant-input-lg {
    line-height: 1.4998;
}

:where(.css-142vneq).ant-input-search>.ant-input-group>.ant-input-group-addon:last-child {
    inset-inline-start: -1px;
    padding: 0;
    border: 0;
}

:where(.css-142vneq).ant-input-search>.ant-input-group>.ant-input-group-addon:last-child .ant-input-search-button {
    margin-inline-end: -1px;
    padding-top: 0;
    padding-bottom: 0;
    border-start-start-radius: 0;
    border-end-start-radius: 0;
    box-shadow: none;
}

:where(.css-142vneq).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-142vneq).ant-input-search>.ant-input-group>.ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary):hover {
    color: #4096ff;
}

:where(.css-142vneq).ant-input-search>.ant-input-group>.ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary):active {
    color: #0958d9;
}

:where(.css-142vneq).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-142vneq).ant-input-search .ant-input-search-button {
    height: 32px;
}

:where(.css-142vneq).ant-input-search .ant-input-search-button:hover, :where(.css-142vneq).ant-input-search .ant-input-search-button:focus {
    z-index: 1;
}

:where(.css-142vneq).ant-input-search-large .ant-input-affix-wrapper, :where(.css-142vneq).ant-input-search-large .ant-input-search-button {
    height: 40px;
}

:where(.css-142vneq).ant-input-search-small .ant-input-affix-wrapper, :where(.css-142vneq).ant-input-search-small .ant-input-search-button {
    height: 24px;
}

:where(.css-142vneq).ant-input-search-rtl {
    direction: rtl;
}

:where(.css-142vneq).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-142vneq).ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input, :where(.css-142vneq).ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input-affix-wrapper {
    border-radius: 0;
}

:where(.css-142vneq).ant-input-search.ant-input-compact-item>.ant-input-group-addon .ant-input-search-button:hover, :where(.css-142vneq).ant-input-search.ant-input-compact-item>.ant-input:hover, :where(.css-142vneq).ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:hover, :where(.css-142vneq).ant-input-search.ant-input-compact-item>.ant-input-group-addon .ant-input-search-button:focus, :where(.css-142vneq).ant-input-search.ant-input-compact-item>.ant-input:focus, :where(.css-142vneq).ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:focus, :where(.css-142vneq).ant-input-search.ant-input-compact-item>.ant-input-group-addon .ant-input-search-button:active, :where(.css-142vneq).ant-input-search.ant-input-compact-item>.ant-input:active, :where(.css-142vneq).ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:active {
    z-index: 2;
}

:where(.css-142vneq).ant-input-search.ant-input-compact-item>.ant-input-affix-wrapper-focused {
    z-index: 2;
}

:where(.css-142vneq).ant-input-out-of-range, :where(.css-142vneq).ant-input-out-of-range input, :where(.css-142vneq).ant-input-out-of-range textarea, :where(.css-142vneq).ant-input-out-of-range .ant-input-show-count-suffix, :where(.css-142vneq).ant-input-out-of-range .ant-input-data-count {
    color: #ff4d4f;
}

:where(.css-142vneq).ant-input-compact-item:not(.ant-input-compact-last-item) {
    margin-inline-end: -1px;
}

:where(.css-142vneq).ant-input-compact-item:hover, :where(.css-142vneq).ant-input-compact-item:focus, :where(.css-142vneq).ant-input-compact-item:active {
    z-index: 2;
}

:where(.css-142vneq).ant-input-compact-item[disabled] {
    z-index: 0;
}

:where(.css-142vneq).ant-input-compact-item:not(.ant-input-compact-first-item):not(.ant-input-compact-last-item) {
    border-radius: 0;
}

:where(.css-142vneq).ant-input-compact-item:not(.ant-input-compact-last-item).ant-input-compact-first-item, :where(.css-142vneq).ant-input-compact-item:not(.ant-input-compact-last-item).ant-input-compact-first-item.ant-input-sm, :where(.css-142vneq).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-142vneq).ant-input-compact-item:not(.ant-input-compact-first-item).ant-input-compact-last-item, :where(.css-142vneq).ant-input-compact-item:not(.ant-input-compact-first-item).ant-input-compact-last-item.ant-input-sm, :where(.css-142vneq).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;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    :where(.css-142vneq).ant-form-item-control {
        display: flex;
    }
}

.data-ant-cssinjs-cache-path {
    content: "1rvolt1|Shared|ant:duysfs;1rvolt1|Form-Form|ant-form|anticon:1ibk65l;1rvolt1|Grid-Grid|ant-row|anticon:1ds9q8h;1rvolt1|Grid-Grid|ant-col|anticon:rcxrx0;1rvolt1|Input-Input|ant-input|anticon:kqe8ny;1rvolt1|Form-item-item|ant-form|anticon:u3ofpk";
}

.react-tel-input {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    position: relative;
    width: 100%
}

.react-tel-input :disabled {
    cursor: not-allowed
}

.react-tel-input .flag {
    width: 16px;
    height: 11px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAACmCAMAAAACnqETAAADAFBMVEUAAAD30gQCKn0GJJ4MP4kMlD43WGf9/f329vcBAQHhAADx8vHvAwL8AQL7UlL4RUUzqDP2MjLp6un2Jyj0Ghn2PTr9fHvi5OJYuln7Xl75+UPpNzXUAQH29jH6cXC+AAIAJwBNtE/23Ff5aGdDr0TJAQHsZV3qR0IAOQB3x3fdRD/Z2NvuWFLkcG7fVlH4kI4AAlXO0M8BATsdS6MCagIBfQEASgPoKSc4VKL442q4xeQAigD46eetAABYd9jvf3nZMiwAAoD30zz55X5ng9tPbKZnwGXz8x77+lY7OTjzzikABGsenh72pKNPldEAWgHgGBgAACH88/Gqt95JR0OWAwP3uLd/qdr53kMBBJJ3d3XMPTpWer8NnAwABKPH1O1VVFIuLSz13NtZnlf2kEh9keLn7vfZ4vNkZGHzvwJIXZRfZLuDwfv4y8tvk79LlUblzsxorGcCBusFKuYCCcdmfq5jqvlxt/tzktEABLb8/HL2tlTAw8SLlMFpj/ZlpNhBZ81BYbQcGxuToN9SYdjXY2Lz7lD0dCQ6S9Dm0EUCYPdDlvWWvd2AnviXqc11eMZTqPc3cPMCRev16ZrRUE0Hf/tNT7HIJyTptDVTffSsTkvhtgQ0T4jigoFUx/g+hsX9/QUHzQY1dbJ7sHV02Pduvd0leiK1XmaTrfpCQPgELrrdsrY1NamgyPrh03iPxosvX92ysbCgoZzk5kP1YD7t6AILnu+45LykNS40qvXDdHnR6tBennz6u3TSxU1Or9Swz6wqzCsPZKzglJbIqEY8hDhyAgFzbJxuOC+Li4d9sJLFsnhwbvH2d1A3kzAqPZQITsN76nq2dzaZdKJf4F6RJkb078YFiM+tnWZGh2F+dDibykYoMcsnekdI1UhCAwWb25qVkEq43km9yBrclQMGwfyZ3/zZ2QK9gJxsJWCBUk32QwqOSYKRxh6Xdm3B4oMW22EPZzawnR72kgZltCqPxrdH1dkBkqDdWwwMwMO9O2sqKXHvipPGJkzlRVLhJjVIs9KrAAAAB3RSTlMA/v3+/Pn9Fk05qAAAUU9JREFUeNp0nAlYVNcVxzHazoroGBkXhAgCCjMsroDoKIgKdFABBwQUnSAoCqLRFBfcCBIM4kbqShO1hlSrCJqQQmNssVFqjBarsdjFJWlMTOLXJDZt8/X7+j/n3pk3vNq/bb8+3nbP79137/+dd954qTVt8uTJL73OMhqNer03ady4cWOhWbNmjV+0FfKGjMb36Y9/1fXUst9cb2y8/lpb797z5k2dOjXVD9Ljn59fcHBwQEDAgGch3l9on6feeeedn0r9kvT222+/sErRgvcDArwV8f5tN/rcvPnMZ22pqVFRSVGjR38k9Rsp9fLql/MXLj20VGjt2rVeak2Og/auI/kHBQ3We/tCo0ZNhwYNGj58/NaWlpbOyMhIX1//2/jTrICvckhXruQsWbJw4cL3tzhPORynSk5lZWVtglL9IkmdDQ05NqvVGhLwbKSUL+Tvb9yH/2sj+eN0IZZ3fvq3Hnp71ZtCOyofdnTYSzq9xX7UtsF9+/Y1FpeZT54sc2aUlq6Jy89YM/qj2oZaoeOkMR8dV/Tee++NWb04rrA5MRYKDAyc/NKCpwDIyKhE9LEzZ/r4DLQAAE6EyEeM6AcNH7m1pTMnB+fHX7tG9Bs0Xt+GwM/frqm5tz950aKDk6rsiA0xbUrbRAii/BDeV9bGhQsPRlyOCAuZ9GykZwT++n2RHPnVYQU+oaFDPQD8jEQAPiDdaLPaHGVXbn/O7YHQuIH9B/gYgzts1iqrtSopKWlNRkzS6I8arFaOFvTfew8AfiYil/rN6sWTKwtbArOzExISUl7+vwCuQNt8Bg71AQCcTwNpWeFbW3IIQEmJr08XgIzX2xDcvZrs7Jru5EWXwwKSwh2RkQ77w7Q0bXp6YRoDaKO+kZl8MCwsYpJ3pEf8liAAoPhDhqUMQ/wAkF+oqKiosJYA7HxotdnTtVe6Pr/S0h+AI90QffU3T9obGuwdD5PqkmJiMtbM+ajWI/60TX0COhoarAAE1dfXV80FgMmLi1oSKP7/B6ASAGyBV4YM7D/Bx8/bF7g5fgmgEwCCSiJtJQRgxEi9zZqVdYUu9pW0tLCIgOvxdR0dpxx5aWl7EzV7CYDV+tXnCzMzkzMvE4AFlTuhZaSf/OQny1L32RC+JcHikzJ06NAJoe+YNKRbsbG3xPlWZTxssNmdOP/J27ffudLJ60V7DAaT1lxRVvfwYe3Jlrq4uJiKjAwAcIWP+BkAhV/i7HA0uAG8BAIUf8qfzvwvgJcQf+XMK4GWi8OGTpgQ6uftzwC0LIM2WgcASwaXOBwlA7v6/YgAhFRt2pRGeu0/UyImbal77eHDo2kVAJAeKwE0fl6P63/5nSlTAKBCiR8AovbZEL9lf8I5AMD5booAE7OzY8X5fhGJi0/nTzTcMh+80iIBaF0APqvIu3EjqfRGcV3S4aSKYk8AaW4ADU4gOFlfn8sAXnoJBDpTCMDL87zU2kwATl+x1Nw+P2HChKHBBMDHFT8DwGjX11FSYu/f/aMf9XtOjwAacf2hmxRg7ywXDrr30kb7NVhDquo/z0y+nJs7ZUoYA5DxM4BFmcnJyV93PzjbvQhK3urqAYF7xflWVT5ssDaU4Ox7T9+6Ei4BaN0AUkvXJEExMTGHD9cdFgA2yfgZQAP1f0dJw0lrfS4BmIb4z5yZBgL/H8DibbehGROenQ0AQRhvZPwQAGDQ8wlqsFkmdP9ofr/n/OgK2ml1xxQECAAy/tdee++91wCA1mfWJy/KXUTr536T+O67764X2r9//T+3JkPdDx50f7qItDXfff+zeAxY1lYV0VCmPV1Ts5fGAGUYDbHpo0qT6vKTignAtWvXiuf0StwGZZPQybMPAYC8/xF/bj0AUPwvvzytKCdl6dMAvJxRuXjxkCHnL86YMXs2A8B4m4yWQTrdIp0uByMajcATJrwzXwCIiIjAFSrbJwGI+FlH00YH8/rQy5enQPsYgBK/BLCI1c0Afonhn/XjH8MNLP9o1Y4Pfg795N9hYQ23bt1q4fb07z+A/ITR2J8AFJnqOP7iuj7Fc35TK+9/bkPaM+NGiSnsB6wRIwGA4n/5T5Pzc5aeeAqAP1VCM4niWRqVgr1p1sEYlskNJQC4BQZbLJi0MAgCgBUKqYo3VEVEhIWFTZqXtYmVxiIAtB4QeDUAvMuSFBgAJCkwAKHlLAKw4wMIFG5URVgdLdwedEq6BuCgj1qzpi4uiVScYa6I0fWKJQVC2aRDY0eNWrlyECwMMIDDc2vZ6UF0F7z8tB5w4kTvtZ+ygklGkk4lvZ6sne45SDg8aJIQ2z+4Mmg0qcfauXPnfvPNN9XV/1S0VSWyf1Ls4FZ5aIHu/blGKb2UOM0ckq4PmsZ2b8yYMb2l4FbhX8ePHwmhuSPXkhaQ5q0tXzBvntdUUq9eSyFu9njXxpA74Leg198yktRWVI4OkAkymw2Q3WO90+nnN3u2H0QkHI6JpHHj2GvTYdsupd68GfVZ4yTJqJeUaNKhQ+rzCUvOMXEr//4vD3333XdLe+rRJx4iqumDnT2O5zW1HII1hPLy8pJGjz9GWgk9D61Al4fWkWay9VRbUa1GEVCYDRoonu0dr++n0ZQ0dMCNdDRYHVrtuImjWHQ80lvfl4WfhJetw1CFm6h+rkazd28iJHvyIe/IHt7ZOBY7o4GPH4smPqf7nRwz/sH6bmmi2HtvYiBUYPxEcZakt701PdsPAIhb3DBbYmIIAOK+F9HXJ6z7t799AwDI48+cOQRi66m2ogoAYVwIQEkQb8DrJza1azRWq9NpjUjXtg+aNXHU9EEQHW/YsGFD3toHMFZbgzUsDNPkPgAgpScG1vA4TgB8PZATAAoc6IasWPHhhwCQkyNCdwMIJCVqDabA8+cAAJFLYVD92dvpjvQe7ZcA7p0/350dEzNmy+iRAHBPrO9+AwB41Of4h2HoFdZYhsfL7ej7QmbSBdED/GkDXv+ju9Pv4i9mM+g09Rs1duKoQSQR/4whb7msbFhufHy8M2xup6AZ3sHzWOChaveIWQCtn00A7s/84MDuD4bd+fBDcYEukrVna5fwMQPAsqnQZOqqLtBzezysvHd6z/YLANndUELMGAmgXqzPfeON3+IE8PHbuL2YegYCAO+/fz/io2VMM+5HpR/BGXIPGCzix3oAaBo13aApK9Mahg8fNAo9ANsPGi7iB4BLZRUPH9advJGb6zx+3Jk7FwFtCNekNzQUabW3cAv0Ek9uUA0U+PGsY4NmzrxQVBS3e82wGQDA7bvI8SsAsgNP7y26HV4GALyeJzGaY5J18fZ4GT+3DwBK8/K2ZF/s7v46ZYwEsMJHrJ/gApBJ8QPAs9gh2BYBnT077OwUnvcBwB0/nCEAQPFBdADefv5dPEu3p2u18e39Bg2aPou2h9wNmP3wi7bGL9qsuVOcizoBgM/X0BBtamggK2wGABn+WSLw8awm9P4Du3ecys+aMWPGt6J9medF/EsBIBbxJxSFm4vM5moJAOGL+AHAO90jfglgy5bshO7uFAIQM2fkyhUr6sX6fW+MJQDYX1wvWI/+uOIc79mziJec4ESxDPGy6AF9RfzYHgBw02s7yswNhf1GDJ8+lvcfPgKrxfoAa0S9uP9HTV95LHdur8TzuF7W5OSqDdEGAFiaiIjk9U8hAMdw+1Ts3r37VPOMGR/K9l3k+CUA9P9b4c6y8LKC6upqAiDj3wpxD1Dix/m9Uku3KAD6xMx5DgC6xfrLYwnAEuw/jOJnAMHjpnvECwA8aK5YseK3EA2aogf0pQNIAIOaXI8S0/sBAPaHaLUEIOJHPmjUsWACACN7/qLVmoz2Zjabv3x8X+oBdP/DWeih94d9sHv3BzO+fOOND6l9C93xL00BgOy97dHo/ZHm6EcAwM8OHlZ+YLpFtF9eQAGA9+81pg8DQCzdU3D9Ef/YN3AC8OP4Z5D1DBg7XYmfAKitqYl7AA8AvDxxVLtGW1VVVhYRZjC0jhg/Tuzv3j6gCuEjfghGYd/cXrFk5BNqai4K633k938h/Zp15C8Tx68E7X7Dtm2b8QZEAH743j8gYQQwC8TGlp08Z7ZWC+k/4eFf6pc//Sje3+TZ/pFeqXkQ7hoIhhoAnve8ogRgCQZBMQsgTgBgXykpAoDKmpoIuJP/wMvzwaOKHkisVfUnDYZZ2J/k3n4ST/94UiHt2/d+Lx7yttFAXnP+60W6+X9ggQFzGDdeOJT791fQNAgAv/qHFFMAAJou7AWQBCAkKXzknW71bD96APnWQ4c+hthRsv1Ty2WNA4InwYYpzhJSW1MT+lmkxx9awyfNhQVmvf9+c9M4kVt1by8tsmuLub3I/in6er7URGkh1SZ1znfk/xR9o2oP7F8Pax1vbO8RgJcwhYp8BvpMcD1t+0GffPJ7xUo+CA54Yc+DPXv2vGA0vkBavfqIW+xeH3kr8iJ9QxJegQNpu/TMzZupnzXOkQ7+OkumeCCOU+Si2Sr7kR6RkQZ/iA0y62PWVKlUiLy8fsz1MSd6s+YhLz1vu0t7ILS4T1Rqn2cU9fF6YQdpMZIAG6dNmzZ5bX+7PZKGsXi0CM9xwZ+0DmuVnejxsHMDJu3Zu24vkrT+QTtYq4/8nvWHPzyeCa2HUySRbzMKAO9CGhZ15Pku67uGlaS7frzoeFat26uY2CpzijiIrbKfLdH2buy7eKLkR8oAaXWhQNLH8+qEKirKy0tLS6O8bXVZQpvg8dPmbV/O+jH0IvRClLY06hkPAcBGqLa19ckBzC0HVg+0R9rQFpqFtWER1oBPhr3+eutPocevPzIaBwTseTORAu/rQ7sd2AgA4g69T1PlfmGVsX9fn8ESALk4ER5Gsb/Mny2tbzGkPQwASH1s2iTDBwC2yhYeVdgq+yXODAwpCCzAozT7Dml12fqR8VGcOMtk9A0pkUvsI7YvR+DQrl2vQLtWpdbFPAVAq8lgMrcygKEEoKQsJKTMYQgLDQn4ZN3r60T43ngSrH5g1rBcWaINAoCMX1plXq8GoBUAXNYX4RcfPqzVXa8tqk3bpATAVtnCVpytsp8tsCBifcJVil8BoFhfu7OE5RCyGn0HWxweQLYvf/HF2tp1T568IgD0Gf2MJilKBSCrPf5Cc3h76e4zuwmAv8ZqQ5cLMwwNA4DWn+IfwoeqX3/8kQvAQC2rGQCU+NkqywuiAqAVACa6rO/hYsR/uBi3wKZd7wGA1gPAcEvfhAQAmEEA4DwLEgo4/tmzwyYdYqurWF+9zWKxhCKlTjnV2WEBxkhHX5/G8jSZEZoKALWJWbuyYgWBVRgA6vqk9hgDNh54YtI2t2jbn5wBgAl2m1XTYAmxhFoNU5DG/uRnHuG/d/yjEa0X7kID+99tgu6OxTytxK8A0KoAaCGexz+rWHPpUtKaG4e1hwnAhhNZlLtMhwyG+HhDGVvl0PXZ2fv7w3oMe8vPijuf4of2AQCyutDmzWdI1zcv0Psr8SOFF2As0Th8Qr84CiEzcjSKni09b4l5C+al4r9uAcCBA1nthuYKc3spA4i0hWgNdFazgbK8n3iEjzct380S1rd/f+mkAECJH87O21/2v76eALQM4MiRX0+MKqXsFXSYAei8/d3WXLHaoQNTUga4AYSGiesPTSEASvwEwCrin4D4GYAv4m9MS5M5yalGX1uixccntCDwKqf5n5FSboGNBw4caG03m1tbz5zZs3v1bAAAKvtJDAuzAeD1c0r4DEBY4f4DKH4C8AclfgYQxFl0etRWAAj+RwjA6DUyfuoC3xt02F6JnwDQ8UNpeQAB+DTY6op/HxJLU+au3jj5JYRPwvR5ZoFN3v12oVxjkE+oXbG+4o71WH5dJa9VALD7wBPMArvP7AEAfaTVgm3NZkzcszHoBCvhM4BvhTcfMOCB8OZH/sDxp0hrCwA8PvKjNqkaAPaL80sAyvU3fF+sU1tptspDaRkA3gKAEIoforwaAPhZ3f2de4RWeUvAARqDKH65ZDKE7/nxriexm17ZtO0JxvhXX1n1Q5UAYCMQTCsvn7ybEuYL9JE2q9jfZJoSBgADEP5xt757MJM0xMcHUUOfzr9Pywlua+vtThhJAOvdPYDc/LjRayC+CxiDTm2l2SpbeJmPHywzyhLDXH1ICI96wEAcAlIr4ABKSThuXt4c75ByyJ2Zj9qDWbD2SSJmAdaqBSp5CdPoB5frx9LDdEVDG6C5cKnB/xz1kdB3rAcP2Bb7+X0q9GtOXirWU7HGEgBSwI/CoehosrIT2f7pFKmtNFvlYF4W/jvAI6kMoX2y1kBIZKBHu1PDwfNI7A1ZbP+UIgPMAn08hFnAIOROal3P6pnlzSQlK8pHf4F2s+AwjSRNvDsCadl76bQif9tbqDBdNvzPfxcy8+nCw1OULDDrOukEi7PXnngo+IDLY8UZZMmGOmsMn09yPTI8VwjhWEUkXIY4mYVu2/7qq9tJXuqsLoxJj+XMZqEWUmdnskabf8olWOI9Rl9Ik07vqeh1id/EpqZRUGKOhksqxveuZGm0Idx3g//+BPrd734n793wXnuFEoUOXc+ClJcrC4wiI8rv0On4GNUbbh8TBRtwDOPVWerxv2P9SuiPukKcBwd0xRPusuLSH+/xUmd1r9dm5XsuZzZ35kBLxCt+ANBoihA5CY6YAODEmnS8KRpIr7cBgJp2uyDkahcmi+EAUE7SpvPQFRrw9yfcvk5nPHUyApDokQWPBQCOXN7DafPo+ABH1RN8fL0t6OrVq1X3eC7C8dVZ6vHu2P/4xz//WQDAQ44rnmhXFlrYYxeAW+mJ6bcSEyUAEFCyqJdPfkX6HLp8+fJXBEBTyAR2uAD0tWjSfbh9BGAUxX/1zi8HVXcpAHZq03m9BNBptXY4ET8DUOKXANJk/AxAFETYbO/ayJ3aACAwcH3gep/Qru4PUZ8w/nW8X9gWOMSdZR7bRG81jkOU1XjeDUArFOey4i++WFW1vr4NAMTLaFjLvekuAJvylYKIXIcvFcQItzLB9o5G44CzylcA+Pe1+GjS+fojwGDO4hbcOfuXX35bnZ0deIgB7Nyp1QqrygB+1Wb9lbOBAUQTAOV1XuwhdRZXI7Q3UVplfSKS45aEc0MH9p/yTveKkQCw7WrIXneWmYDMrD3++Mnx47x8Iqt8GiTs4+bJ8y6V3Xj4sOLkjV27qjA9AYCBvGJsQkLgXraKBAAEOsCdZPfLdbjjRwQAUOJvxy7t/BK+NKuPhqVYTX6PEHJ101+qq8MWLcrUqdf/ne5Pa+OvMLPRPB3dBw+ychaDSkers7gaFiAliv31sSHr14euv0o8n322XoeAHXhwOyuydsMYwJDax0+ePD5OywCA8NM4fAIwdWfdtIqKvKyMXbuKDPWFRS8wAG3r3lvtF0RBAveANuqv7K2Dc+3K9Z/g7gGtlKRja9sjPjSQF6/eqc7+9ttztKz3Z6uarl22BcqL+jvdo1URvyqzGbSUpOTX6XlkW0mvpaqzuBLA6dOxOD4DKMA7koRzaMyUf3+xczUCvlVgic+m+CWAIUNqjz95vEkBwJdfAniVhj6+/xuRjGyTAO42XRjVxJMfACjxE4CuveRlC2SO7d13NJD59yJFSQD0QRj+tPHu7flhpqv6y+pv/9lF7wn0QexZ4g1bBIBZBCAnIsJaEm+QAJT4f/Naqrmndd2wCFMPhuHTp3OWQDk6vS1hfcL+6v6I/iU8vgPAkAs1+5vPIn62zt6+56AsdNChjx49OqcvwsEQPx2OjwcAIv5d+YW5hfkSgNZ814wNGADHP0HEo58Q8PXe2Fjx/JkCxd7T8uXn+CUA3P4AILcPFu8NuqrDziF+lND4hfCjigAQsywKozQN0Esc8eJ89LTHLk8+7ZmV+LnBnJX2KNAA8KvVQ//9xWTYkDNnJq9VW2m5XF8vl2lSx/X3AMDhU35kee7yXS94mfh8St78RNZDOetAEwBAmaRjoS6t4a7M0TKFcWxNtfE+cvvgsWKCjs3U8jwFAGxd0w150DIAkHO0QSjaSPM3Pa6BI+RnVtojAPAErBRo6AeHtN1YDP8uRra1aiutXgYALTZ1H287pn+SxAAA0pFB0aQT7wuzKbOQwV93kfC/Qt13j/TI0k5kg2Yqox1YY0VBwlKdWXgx6VvLzKlRrPEjRU53Q7QQdpenE/bW7G7JBpZOpUmfLVi9arXQWkhtpdXLZP8WzFsQFx3Hh2vm/CjrBZaX9UbvmzenotZWWmpZ3AOJUgvCtkq/2u2Vy0lmbiOfZhxLqSWuyC/FpS5qbCyiW/6LUm/om2rv6mrvR9VGyCRkNErs6uOprS2bcpaZ91Bbd0CTmsTiPd/i8gtuzxGVPpoIebTY61qJ+aT9pJOytEnQ6NfiSBlxcbWsMTRG7LBtdFvJ8nxI9FAyKEhgkJRa4jqHpigjQxMZqamry/fV1Hk3eWRx198zmjTpmEZovSbe7tRGq4+ntraGnlY9nJfT47Wu5YAGVIKSZIEF7y8KOrg9R5C++r2iI6/W9myvF2p3/YNwyqQYcl/Fc14TkcNAk+r60AkPhBzg0wkA4GNi2fyDCMAg5VURKkfz4uwOzWJN0GBNuR0Qrnk3jTrrqlh68O1wvDlyNCBp6R+k0Tqq7ACgOp7K2koA6b7xSgFGeuTgvkElWBYAEDgidxVY8P5c0DGMrbLTgx908tVTPdo73uumw+4baW94WByTlp+fFuMCkJGhBqD1ACCeFP2pTg/WVzkgTpiXUV6GtCCeD4Li82N29vYGoDs1/Lrvy379ngcADaWtg0JwMAe8ufp46gIM+brdYnEKL4/lSF5fItqjFE6ms6/g/UVBB18Qb1xgeno4x7qqf/XUKdr81i2ZIfJaU1LR0YEsbUxMWmnFUQEgP5/sYFxceXlWn1XIGR6w0JzDWosGZ2SIBgeFwJvDeBBvtxWVz5Ior2Xle486i4KIO1fP3aEXkiv0QQ47pa9CQoTTnP304227d08ejwMsszRaylwAZIGDvwCw/RQ8ObRRaBUXcIiCDpwPAN6NvQoN5vgHngOA5XT7NDVJa+31WUXSjRsxa27EXEuLawGAo3HU/+OysnBjlpdmPeNnExkYV16+HO3NEKMQJjgrGizjl1a0MTLI4xL2vek9KrBg+IiuhBRUFhMAfrojiae74Kcf715m8j0+ngDgj/vBR9QOAyArUmj2njc5cJmkOLCKa5u5PTO4YMM7cR0REPELAMtxxA0bpDX3SsXYFwNdu5bWmZN0bc7RjNraOMSPHpBRCgCrKWcYKq//njNrp4kGmyCQCQlGg5X40WDZA3z6u3vAnUEjRtw5d+5LAJi/Qm9xcOstFht9JxHp9/TjDeteKJyd7AFhuVPKhFX39vcXXd4hssjbuQO4IGxkAD6iPZy1Rg9Yj/g5/IGPAGD58kJ42Q0bwnE8AUDG39mZl5eToyMAiL62Fok2AkD34O7QM26jlIcG14oui6sYEjymrpxeyuUJlaZuqViWnz5Y0x8AQpt7J6V6Hxs+4k4N2chD386f/6EeRseB9lso89oBY6I+3lhVAQYDSHfud5qEkUEWGftj574ii2xWUqJyPTqfKOjg/WlQ5P7v4wJwSguhoJEV7hW1huOHKO1xDQD45aJWWyoAUAPOhBEAgwtAbZ2YhC2haDA/bbkfNvKmxmRobJF5mgEDNL/Q2EPKU72nD7rPPhq5rwf9CIDdageAUK2hod4GAKrj/U8BRiQ/ju8/R/7UJ4Ssbl9HutbpL63uUws2RH/k5bKe1vrKq8td1nsflDsXAES5OXQY9da639SS6uQswAC0ByyTlR6QAQkbEgIBQNbicggY8qCpdRpb3M6dNAguS4rTWC4ZjwVCXIABCitgdZ2RGNBDMAs4bSUAoDre/xRgsCFYvx5hkbkVVjfIv6/L6j61YIMLOs7ysuvttdSRV+vcnqEecycAiFpbFtUbiEpbzpiy6NKsDlhL/pS1ZQuq6TZwkjCYJOtuSVNJpZ8nIQeaf/NmPlKyz9R+b4T++cj46JF+9iM9JK2un5+0uurjkX2T5Qsso5Df/7O6smCj5/a93oI+5eUjKu0JVpLMJK/r18PDZRaWq4i3k0ykcHbLKmcqaoVlCvcQtGjEjyZ6emF1Fre3CpDa6vKZhbHn8wdLueytnqU8n7CTFSllugeMik0WaJd6CrUZDTfmwep/cY3S5M/hmqjP73V9Mj0uKjnA7ZQtFebiRWiVt8x/yrHW6GE1SYf8Hraa2psUa2m0QWRlQ0QWd8FiUrkrL5XK+ytm13iiUog3mzZtQbANsrpL7CfpySCz+G8BXEChYRVAxj1vSsmCDVUBxTfFTq3zpDO+Li5/Q9OFlrg6tdX2MovZCn6MtXM7PS8LAPQ+HQA48IcPeardqFesJtf6HvL2bby97tat9unCCQIAz/ORkWKeBwB3PgafKWxOFVYXCYvjwuqe4NAlnpcIgIhcFkQAAAfOfwwNIwAALR4IkKEpMJp6ZrWj1QUUgx2Yde32G/hIB+VVx6LUVlsCcF2Dyt4MQBzvFQgAKP62pvA2CUBaTZmF/RjLEV+dn7nuVvuo4fQRFQBYoHRH31DKAgdX5EMSb0ZGXIy0uiU+JcLqEoBprvgZgBK/BKDEHxYBAIMEAG16NQDoJYAdO7QCQAKnL043N5+mbpB4qNEZ77CXlFRk5FMJfFOd/OyOxJ/deZ1A99+8Weue5gjALphFLL+yezcB2AhZmy5Y2Wnh9feSCGE1ET8DAM2D3WeHDKFuMGi80R/hl+CjqvgSBsBlc5V0vMpCqigRF4viN7AVXV252B3+S8jaKtdTZoH5q7IIaUUjJnEBhYHWxysA3ty4482Nb2r5+KyMuvw64fQqnBknT2aU7aQe0PX8MqoXaKUsaCvivWvQmiQA7qHQ5t7bkSt5RctWYzcD2MEAwsNDJICvFi7sewf6knRnIltPn8vdxGNYvGkcAPj42OPt9hJfTqpyAws1GRnaImRBXQAQf4mBG7i2snwnaxlp51R1FjnEYRfqgBo69nHO0YD1ngAKNxbiP7S9BFAXV1EhnN7D8KLw5riiirq4lXUHK47VIf6mC63tTU3trU3T78IJilJSpQcAwK5XeLlQAXCg6oMbVYife8DCep8RSqkpACD+e0hL70UPGD5S70/pLXQ6pyhY4BzfYi20uNDgBoD4Bxi4gQyQZnVZPK3OMquXOecIdgQA0vMGuPwbD+yg9RIA4o8T20+tAFvxlV59Te6y0Vh5wWQytLYaTOgBAFCp3KNiEPzxrldUADD8VV06/wUWfw4AZDUVqzoSy2GXHwyZiTGgHwGhLHGoj7Mk0jmUAVS4D54BxcVcr90E5fUfkJTGb36ox4gSDwg9hkthP4RQCDtu3Ic6dYEDF1CYPAHweowBwgqPbVoJyXJXfFCxrCgjDv8Jr4urO51bk1GBLDOUQ+IssxesKKlSqveeH7+iBnAAqo/YTTogsq49rOfB7m23brUOp2UGQNH4DJ1gEVnledP47pKvfLdEqd/9occo8TMAJX4CoFXilwBg+lQA5HoFAIcvviiZWsHXH4q5nVDzk9HqLLNXUaFLJlORqahuz4uQOCDPAkblUYvkx1bTw3oGt3Xi4ivLsoDBnVWeygNc3mYSsoQA4PnyFwDIMCglD8EjXc3/kAQAPbPE4Wx9PW6BF6RDkW1ci2+K+JsngQE9AB2QOwEudGNdRoU6y+zl/ohMmjWyf6uiyfduWEVSnJ0wZLw4UvkMTaebCCuqLOtVFQxKGasQdwSYZdcZPWweSykFFuKwlZxoOBdQXIiGmvUkVxJ5g5TaSivnHs3SqeQ1UZUl7Q1p9Bp3kQWvFicXNvvQfGX7cR8fmqs6oPozOp1KAqgClSyw1AKSnqVA/PbTXj3E7RWnn/81jrcb4loHme7+n/Pz5krWuu3GM5+hVnmOfAICAFVWtzdVE9g05VApHvNTPawnW8fLiYmPeXvofmCNztv2lRxRuG/p1AUXOl6rrDd6WFGyyqsXQ4oXnKe3sRIT2f5YAsY2PV4nNJPUS2nv/a9wQJ3yewPiW2OcP3wDN8LQvIHP3zO+7/kXJ8IvrYGuJBUDgEhqyruaAJSXa0I0eaSjRwGA1otw2DrqOs8HBt6hzb+tSbi4RAdn17jE/UI7UwJw+Po6xLOFjmsroj//fEMmr+eCCovl6lUfeqHu47d2scsG0WA5eSqMj1AovM/QiAB8JXZnnRvBul6u9k4/v9Ccmbzwn8ZIgROwwDPET6sxdeaEa5xOTfiSnHA+//OeWetce0cDVAzl5BwGgNb29lb570L73fZ+AFCqsWg4fgCIYuspLidbVxzwNgggzZOQ0o2AyNpG2JWHKQZgJ6sdycvR3CGdDbYyE6kFABD/+uyEgoFcUBHQEAHVV1XxZyNhcwUAy/r1FP+UiIBZo0zmY+2etcQc//3uzE5T54P1evSokvj4SB/w7I/jAUB4Z3N6ZF8f3/TmJRsYwMILraQLUOvwz8ocHR2ODlSo5V65sg8ANKx0B7IsJGGtLaraXXF+Nir0/r77fPb58wkXM1HAAACUpbZjvQJAfJY00EnLRt8gdPXPIyIuiwoRLqi4mlBQkFI9gQFQUWpDhNNZbwWAXADg+AMD9w8dOmVKaMAsg2FQ+3BYFs/2TL+/EIN4Z8qjgXqjf4kdpoP7kwCgMWkdMGNDI03hOD+11+xhrWWt8uHiwyfbGk+6AdjtjkhhPV3Fx2F0/tnyszixP9cCy8/UshP2y8/Q7Brg9sHeImvLX42JlLADy+E4HrxxZlhY8gSuEGGrjOrnagAg4wMA9RH4lCu+w5lLADpQ+mlxxm8LvFUytKTEcnCWofV5fOVzzAmVlDk7yAneP4/4M79GcSoBcJb4l8SHIH4+Hj8oNoeGLtv8kNojASjWGlnwS5eK16BMM6eidMlhFwBtpK/Bw3qGqqyn2J+SkASAPtM6fz7l62QG4O8RvwQQL95qOGnZDeCyLGaGVeYesL8ayxKANl6Lt125+/DV2CVTZZGzcrHZPDmvbPLm8O/RA4a39+uux+WQF2T6/ZZMxJ/yDbcHPcBGPYDjFwBM2lPL8jafyTCF4/zUXrOHlY7iStXDEDlUAPCNdzgdeHqz8z9Hwzx8SQoAR4/S6/yYo1FsPbUKADipewnZeMvxZcrS7q2LuNY3TMYPAQAUSfHbeDma/1xmtdIYYMYYQE5yYEFKyjdoLwMIC4sHAPzHSQAqKovi8L5w2uT8yrz8uPLiWStN7Su60COnkADg8fkWU2dmZkr/ZwWAoCCMAUEU/7M4np9BE57TrM3avLm8sHnhBkM0ffbX4S4mdoSNXiPiv3b7ypIlt2/rvNjaYnwXFQb99QRAO5QB4Fvio6PZeor4OAury7mYXfMtWeFvD/X6OpNqfbtkXpYLIkTBhX1w30gDA6D9Mfp2d/cTn6kZg7gQoLpaFlQsKH/J9Sj6p1/8Yktq76LFIDAtP39yXn5dXv4zs5DFqFB06Us8jYZn7v/GVRCBW4qrC4aKMQA9wJyzJFqbn2+IXrgkmgHkDqRV8nwE4DDU53DO7dt0C6gLCqZi+tdatHlyGhjN1lPL4vVbAwPvu2aVOyn7dd4h92ReVhREqAsuxk6XqyFplT0LMILXyklQUpiaVJlfWRkXt7g8P6M8I2Na1KyVpTt2vPjiRgjO/MAq3RKopsDd3lNFbuVDWTj/hmYTj3ctzQYCEIFRVzkfirUheRdcAwB1lpXsnyHAFOVyj2w9hdPk9UsPjVM+Oxv/9cdzx49VliF1wcVY1S84eBg9JavMLlyqeOrhw6mpl4qjooqfiSruM+sErLmHYP7++sijvduVYgfa7gX1+XV6Y48TzoF6WOFPDilfxZHUWWB1VlY+Fe12qTe0wCOIQKkE+SaAQcp6E1JvlZRSYaH+AyCPn1sTnxMqmq2SOsurXl5L6vUWnYFb4KXWJ3v39viFBXXWVFpT/EFY0wOiSjg//03Wmd5ZdRcSL9SJdyN4MRK4cuX69bHvtjWyLn4claHNqFCssfN/ACSSlF+MGKC8+fSFjHPbWOJ4Bw/+1VsldXvVy2sXQ+ug2Fgy108DwIHXPr4gfmHhs4fQDegL0g2dPhI20/2ISwA4B52fv5EeQncAwGk0/HReHj/u5qUGrny+oCBWNPhg48GuKK3GcMkKcR2DddI8IfQYIffvA8hfjEDBBklG4A8AHDj0DnTwr656mAApdZZXvcxWe+bM27e3bQujn/J6CoDH/FFkQs1dBnCiklL4izERbebSUmEMTE3HzOIzOQaw42+dnX/bCBGAFjS/heNXADQ27u+6eLHrIABkGOouKVmdsgyhiooMoU/58/ga1vnzNV/j9beUqB94v02JnwDopFxPzOqCCvUyAZi8rQa/d5f9fwAkcg/APXteApgGFWq0hZM9ANx9fkWTJ4CizOQiAWDBYnR8cf1BYHNq4PMAEAgACfsPgkBXVMWlS+gBso6lapJGqKVFI6T+BQpTz6ywuSzeKVVG6tCxtrZsdQPgeLu65C9W8LLyCxEAgFlm2+2IiHsAMOWpAKgHXKAe8AQE3j5BxMrp/NO4tJQBtFOKpp2sJAPYsTwuOTnuRQbwfcWNG5eEMLdc0kkABxMu7t+f0nWzK75nlrdMxpe8SAGgxA8fYVJlhf+nFpkVvUSn6RQAOCtd39WVi3gJQKS4f0R9bxAATAaAewUFADDlqQD+W9y1hkVRRmGyy+6ygrYleMVCM4sQoRvQKiFSBlG56CZiYYigEIgFlcJWhIJ0YUuUCLMbT1mhS4ClaRJPEQRElhbhpRD1qSyhInvq6f6e832zMzta/arebm4zOzvnnW9n3j3fOe9H8f/gev6HH57vpPZyMAbK0pESpAfz/YKA5YuWvb9skdnMBGCq6PO2lpbMz6l19pWhUZdg8h1ljvLHSOCiZUxASxyw/eM9F7Cbn1LHNGWugYHyv3pJgIcDhSRAla5B/zQCZNvdnj2y7U73/lAiYFVJ3/33980jJXkqAsDA84e+aaorq5MEYCaLlBjiVwgw73z//eadZgAEIAV3O6YB9qN4CASQ1t/KMkP82BEE4Mu/5+ieoyDA6pnVzd3G6Ni3r0P8aVqwNA94nJDcetfnWyRuB7Z80rqDvv8MPA+36y1M9W13escIEACVNW9eX9+8vyIghr0Fnq/r/IEdFnq/xP1fwbHjprFqZyYCvHDaYzRXGBkHJAoCArby5qtJa4KAGctAwIzqTR9/vP3j7Xu20whQ69gwAs7UgbPIfGyRRUYxs1LMCzy6tnWTGj8R8CkDnUfyDyc5WOiyxCtmQmTOGxcXd20cm7mdTIALI4DwvHBYGOopjceO9czaggDcA0TBA+4BIGCSsp1mr8YIAgKrqqs/BrbvOWr1lMa5egJ0WWQQAIhqXgAEqE9BQu+3OuilvL7W+FZKOAmHvYuBkwl4rV81WCB4CmNtgncag+XfKyr0bWyiq7kK2MDQdb2dPALUtzPWywznWolWoFcD/fv1Ul6pE1DKjVmkiloGPgMvPTh/qpGOWjsGoPeZUlF9+ypv//pVTspyLe5S3n/paR5YynvfweDt+qzzEAn5CWhkdySGR2NKMD4+1oH/c5WAsv9lO9qSqJZ5k5LbNgukKuerrxUmKrSXzyTQ2moSuJEgiiouIKBfAPBTpWO0IzJS9rAsWNAWPLR0ZQw9VyIisH1UQcnXnJVdSYjg/U/Twcdvl5/fewzejv0ZSlZ2SDmhsLs7t5w+I2yIozwjwwGxjFcZkflh+iz1L7VBtW+jzc3pzM8CwoyGUM7hBcjz5YIKqTSBaWrWWbTxcVZ6IHhgYNMAZ6Vv7ADEk4J9jgUBE1TpiConQzls5WJji2IHStN+8vErCEzzpSqlEVtnVG0dylnZEioQmMf7y7jnzXMTEDjBF/aHAG/n/YHD54us8xDE7WjurLVXuPDDlAjIiUzPyTcY8ImRKSBAZH0PHJAFF4+/jfDwd2wl5c5jw8xB9cSAzVeeL0tleZ8gpYik6yRlQp0KMSkrXb3uq2EXvpv8LmWluWNFEIAqBDcBqnSMTiQCEH7R/D2lu1ItkJZdBWm+aWkj0qq2YjtnZbkKawbvf4TQ39/d3d/Pf/TZFVjg+xID22l/jv6aiyYOP4DECBNQX9HgKMx3VRAB0Q5k9nNiiYCUICaA4p84ejTCp/25zQ21zCCgvHxmJUZAoYEJkOcLLzQMDE5fsRcaLDQ+BA5to8IwImCA4qcn7cePX6cSAG8zI0nj8WJ6fJQqHeMdiZH5dPk3IXyjOf/rkC5fhF9QUFp69jkoNOSsLBdIzOD9ScGcf+gio/GiQ+dfjxcYMV2SAN6O/YGJzcaJQuoSARXfFDkiwztiYjPzw8opNZcSaTBGRpYnwhwT+59/WEijfux/heI4URk+8+aamZWzzTKNPUyebxKZwRURwskLbSqatCj+nTsPCQJ8/Dyn35kAY27nV7VaAiZdDAjT03gUfdLl79rVbcxw5M+mvjykMEePSyutikPpKkvXEtkxzwQA2wzANv6jT0RBYJcggLfT/ofroKK2NSOi4ZOHOEBAaE650VEUkwkC+LGNf5SkJRFwzWiaGm08QbW+xxxZe/dWOvdmhs901EzP1BAgpO9UR74U4sBZbSYm4KNtOz8iIAlLSlGVSgoB/vUDQWb+bSAIGMnnTlL0ivgcXP62Tbu6zZE54bDW+toPI6CrNC6utPQcGgEsXRE/CGDlxe1Tt8Ay8NAtz9KffWBmtpXCv/NO1RFip9G80+hfh+MTAfmFFbGO0AUdMZnhsbPLUzLSMQjQ05kY5J8YGUv7L2scfaB/XOMLtH+8MysWU9tAT0tfX7gkwGgdIaWvvlZZEPAhj4DPQIDOoYIJ2GdsQFkiDDLcBJyvFjzE5+Dmtys7qDwW1ZIgAFJza0HaCIRf+v3XisMD1+IKAoRIsaRmp2/nP/pEzPAkgM3TcAecOFwc35Gf73C5CuubY9rDQQCMkVPgCms04kVkfvhs3v/9/nHj+hE/E1CE+LmYt69vtyQAOWSY1UkCZPyybQ7KkupCP9yG+ImAG2vUyXYyiLyCCfBvaPDXEGA8Xy14iM9v67Tj4u++dPduJiCgYF7p2WdXVZ177tenfT9CODzw58Wx9OQMlq/9ppvsvufSn/EVmAECKEGnOkIMP7TN/9A1fHwiIL+jor4+ph7FuUxAeUo+EwBvcBDA+7//Pp8PEyDiZ4AAPl8iQErfE4cPc8GSBNr4hDK/Wrb9ieOp8YGAffvEF078NmDpeI1a4DC1vjYxJ5YQDuArMCuwC4MItjaY7Kq6lmtz5VOApScr2DE3QcvjP4APPZ9fYpyyljdetMkWFnJ2lghIsVgc+UYjnoL+QeGz9ftP5cd/bCxYIJhk1tn6F7XC+qzzeP32K94ABAEXAyCApOONkwGRtT1rSLxaPQzAP4qwdKk34wvOEn/xKnDUmzBGB9477w4gj7frfX01hg8MvMbfYRZLmHAX4/35DfyOydjbo5pZJn1zvSXUUmEBVb4L6D+f/yMKQKYRvPKSBgeTUKp7gdT0c3XSNSlaZqzjo4upse0DAVFcDHytgmt3rwDqLNQXbekwAaLAwky1x3w8ofRVua/P4iImwwcGNQ198OBBLy2mMlQSnQGLF/vOnD5scyCjTPEpVnZhFjRtdkrbHX8U4JVUUVFfUeF4z2wjWHN9NtZ5SNFop8PBZXzF6dmjID0/ePjh4vLyYsXn4davd0mI/uKh8CWm2Wwz5uN2ki8xS1tRsMDHQy2ytnfzTn3tMLLQhocNAcETpOPEwaHeBz0IQLM5Q5ixzX4iIzVjZUZ2yr0ls8gQvEw6RNCdZm8+vmLjbXZjsGfbnTGdunBEgYa31/6KehdKS9dMkVlfH79JfdousCSnK7ANPviRlgBIz4TmDx7+xlUyq6T+vpkzUeM0EwSkKSil2l2y2AQBNTWoxiSLTZa2ggA+HipRAf65DxABOBN3HpMImGS42cClc+w4sXmoNfVlDwI4cDm7Ezt7UmpMQkRIRMLqEkYZHCJYOmeGH99xfDcISDWkTvHwPU7npplhskADBDhcaE5fY7EycimrmqvxCU5yBoIAZ0YqbEKH5W678VgFcsz7R4/u3MsIy7ZZFaQCtZMFAYsWGY3bXmACRgoCjGaWtg8h06Ma3N3+4Dlau/xRAd6CAJmCIQJsqanW0zUE5GjihxvdsOyYkEC/iLensB98SZl0iNiLG+bx3cczZ4832g1TZPxyBKRsYTM04XiBr0CM0+VyrrmYSwKmjB+6o2CS77qFC5WSl2hnW1tloiUE99yQoIuoDW3WrP19eAYMGwY16uuN2IDsXbtkSQwREGrYtuydDiLgHZNa22tmKawYQsRUiIIFs2cWOMgA3Ky+tuy2W63eY4d4jgCKX5qxPZFhD5oVaX9xeiPiBwGKQ0T4pszdxzcdnz0+WG2rpPoD5fMofiYgz4HLDygjYKhrfqDvsGTFwQEEVGbh8o84e5h950RuQ5vVtx8MjEP8RIA4YEJX6S7hQEG+xKGGmnfeWW5sJgLU2l4LZX0VApo3SkcIszZ+aeCw+D5gJq8Qcesv3t6bdyN9oBCwocKloKmpyTW4KmHx4mGLnVOyED9QdmxvZlvbk20gYNPu3cfDmQAZPxOwfosYfTTbRZ4kXhdQ/z6AEUfCYLz3QGDwsGS+/A8IAootCfh2+gUdIqlMI2B0H+KfQfFTZ6c6AjgLS77Eoc3L33lnUUcz+RKrtb0Wer86AmKE9jfrsrj06j5NQcMvYzdu5OsvQStKuGd3z8g0Bc7CzY/RyASobYAQckPCTdK3mJukqP6A70G4Aymf52W1EZRvsTWXtHM20hUSndEZVrQt4vKPFFJ58jdNfXPm9I07wZnJfaZt8maxU6D5PCKgbhkufkcz+RKTtJUE8PvlPeD55/kxcPfa0++RM/EA2d9ByRnuY8cV4RU2NSo1dcpULQHlhoxYEf4ZggAZ/jyE31g1NV+N/9iQ3aZp5Fs8nCDOn9sBRDl0SBSyxl5jgy/RZnWnQfunwdWcgPRG3NEgKviZkNs8XErJyW8coJo4jh+pWZNH29pVw88jX2I00eBGENRMvsQsRQUB/H4qxmasB2BuFp0jg+dmrefCxk4iAjhLTO5x08JgTD9pWpibAHiRWSIRvyDgSRDA8SN8ip8IcMdfXX0MBJBvscZHGN5iiJ8IyL5wTDYISLUB6n28FtpftrkxC0d98JCy+9e5peR57FEk8SkI0ElN8iVGaVxNjdFcCF9isV0QwNvXqklvgAjIkUOAAQImGW82KlVaIOACOKmOBwMqATnKUwA8yBEgKWACshQdn3kcbYDsW6w5v7UYeQSaqU6lEUBunLUCbxOGfr90A5qtjiqAYuqsu0yVkqjj9YBeatLmGmRlC4NCF7m3hwbR/zmPtq8FtPZm0bpaXsg/88sWNcuJ/81QGFCW01DA8k+iCsD+HrtwOhonqIh9pZgCYpghfIXF1RcNegLu1rVeb0+p2pDkmTcmWenO4QI2BXJIXRYVdUWS5h1508aqWXZAX2sszNDUz1uvgvXzKZf40MwX6R0puCXvVeC009T0uSZGL5aimlrgsbq2NdPARqFSAgp4++juYqdmsawwesRrpbPNs1Y4NcpiycbuLqcLv7OzKqfe8d6XG0UWF4Djg77WGFIaULPU6kQJpm0efXTtqZf4GFD8vkx6RwquRdYsEeI9aRSyppw2JYwHATiQphZ4rK5tDVnV6kt8gbQZcVuxHQEmInBgMyAIuIZqd6Ujg00bPhPgb8/KaiqrbGrLbNkNApAvp/dI5OprjSGllx9oKiiQWV8QgMB/+OabH14ngIBTLfGB0IXXGQjQOVLk0WSvcJTg/b1HjRmT3NWVfDWDCcDxNLXAcqkrV0y3UGKUVv4KS06k4a5IvsFGg82W4pTxny4IQPzI+E1sngil5yZABvhCtr2msrKsrL2sJbNpSWwYCHjpvQx1u77WGAQ0lXVtLaiSWV8i4BCmYcYJBtby8ckugn1ozf5iBHD8TIDekSKPJns1S4SMRU3pxStXagkAnZpaYNGuHjElLcIqCVhY2DCnetjWrajuRUbI2L1ypc3s3Mzxn75ZElDnP3L4yJ3NUHoKAcoVDsKZVFa2tcMvP65lScvUOx5JwdpRe1ezozwmS30CRslaY5WArtTcLrmEBxMw7hmgkVYgen2tCDg1JCRVU5w9wPEzAXpHCnah1SwRMgQP3ITkZDseusBz8V6cNVVrgQUBFYGrdwRWSHO0woVz6ue8m3z2OaVLUZxs6541q9uwsuH4McJxk5l+506sI9P+kcNJKofILyjPWI7CXB0IaI/tmUEE7G8JuyPSkIFs0XEpTVuJAG2tsSAgI7iKs54gAN/9ZwjjBAHpQnnWObOF9BZKEvFLAvSOFAoBSOLheIIAFDFnX6olQK4mp86vm8v37i2HYwET0DBnznx8P7efc24ptmMEVNhsIe4sKxFw/sSLzIdkgYM+CxtKBLS0NM3vw11uMBNfgUhaNkuugLYaI0CNX0rpAy1dUWVx4v0g4NFHrxUj4DUQcKcgIDUqCgSYFQIGZPyt75r0jhRUIHF/ibpECBEA45mNl3KPPAgQq8npCDBmwARItKlRre2cBvpl0Ps4B2zrtmVPkPFJApBTbTbX1TWPBAH6goWhWI+wMhMFUC0tRwaXbAYBuP4Z6nS5rtaYf0scaKqqKsX7FQLoHnBtx2uCAGVPbvNKZwKMRhl+77smvSPFipmo9OD4BQFGIDk7N5mPgQssaoU1tcB6H18QUN9O8QNzh3LACcPUggQmgB4AdTv9rxl+1clLbnh3pq3bvHl+S8sgsGTzbBCwyuJu6zHX6muNJ9MSH+/jAPx+IgC3vh8OH0b8TADf1QFaLg1marcyAQNMQG8rCNA7UqygUieO/1U+Ht+YduzINQv4i1phtRYYBEzx8PFFbW77EqXN7N2rva/tDtEvqWH+uyU3QMDqrErG5vDNRMBe7ZoarfpaY7HEh/r+9fT4B15nEAGA6LYGmACcungMAia9IwXXInMWex4fz6wWTwgChhJyGd6EC7QqDTB5ojVNV5BAVN+od3AANJP0c8NUeTo7r3U8jqsuqaGrNZZaW33/ep37WR5B02amb03TO1LQXis2cIGEPF8mxw0vo4TSO6lRngycm8f6c3mL895Tz2D7IGRuUvQR8i6Tvr46qXoGgAINLomYCgz19qw/GeMMv2l8uPNxxQhZ3/ZmtCkwQ1pbLM+6cQvDKODuHLuccBrjlFL6KkDbR6f3Fc5YzwVaAi7X3WshTRmyE9NUbFxsSHwPwJewweXaHw2dW78SSBPS9Ko6T6l6BrLHqATOEXg6zDvbZseyvAEy6zu2MiElISTFnuh0kt1g1lSeKFXPx6Jvw4MpitYW5Rb9+bO5GytfIX3VeISPsFqwIXyJ9b7C/kgZKVnrzrIyFwhwNyPj7rTMlFecQrGvATrLmpYhY5SV5YLUTGNpSgURNVqpCgJycvCDTVr0gQCbPcAOF6ULpZMUChsnTAAdYoa/CATgt4Z6PhabgWtm+bUgQLPuDlas0J0/CEBgmtXx1HiEj7BnBsq80+slt0cwrW35yB14g7L/fU1N5SBgUd225prmZvzT8QIIWJyBq4/w9zaVHXiBCWgX8Z+tFEQs12QYckHADcgv5CN+SUDqJVi2WcQPAi5IwHjxi9pRVNQCFE2FoUIGtxKuIkxPeiUxalSq36jixYziFZ9tOwQoo+DDZyUBLpdRIQAXViN9RTx3bdnyKKUh7lrrE8J1pAUFUqh54bHEEBO6L92xXsaP3ekNdxIBzc11zXUdy5mANcZVxmJx+V9A3osIcLnjv8SeS1ng5WrbSOhS/ZIYdlsCHtDSIv/C8UUJiVEbEzc6isKZgLAVM+1m+xrCQWBNdN4jAci8+zqJEJTu3qp+PTRSuK4C+dHl/BoE0Fp2Bw4I6QsCEM2WlIwMUPDoQyCACyZm4IRYamsJoCzFS3dgvh1QZpxLvkCWt3lnc0dH3aLlNcsQcF7kquJVuPxNB16QBLTL+M+eYIew4CzwIqVSDwREqPETAUNxBTTl9xfMjSzescNZviM8fMCR4ggHAZhtUOJ/GQQsDh6VGuI7cxURsMZNgHL8IL5gD3f+8ENPA7JMd93Jnz8aNSaHxep44oLiB3IK4gcBomAibdy4UsSvJ+AOEKAvOJisLqbGAa/A+HfSt5/iv4wIcHH8IwKy3W12y/3l+TEBFL+6GpzNMwucixHEX38QMLBsERGAG4wHAaHOmc7a6Rw/E6B9vyRgeWddTc+yh4gAWcDR3y+lr/ARvj09/faHeLuQ3jNQyS1Xm5u28WfCbwI/t+oLDkiaNjMKmwUBaxo6cfk5fiKggeIfRj/OcEtpvhxZ4EWaR23hkJynn0b80qP0uTAmQOMHEO1E/JVU4VS0bFlReNjcL38W+Jjwc+/4jW/nTg/FuuF8fuvmHpSOQwC7zrBP8H03d7bcdwNPtbEZm0b6Ch9h3Ai2KFNxbqXGaX0vvXRFAB7L0REBYt21ukV0xfPqcfkXyfiR9Y12pQ3zTbCiBubQRcOx/+XXLJqjdWgAAc/h+iN+JmC2TY2fgBGgVHjtxlK54WGn8AkOsEepr1es4tEB5AEHo0Wef0ts7O0iQM5Sq6vjgQB1KpK2mw3ysy2M0JPa5k7K8roNKd4hmOZ0lnVqV6ML2+Vn99/ZXDdyotj/suWeDg1UEIG7AB4CjNlmXe1wvJPL3ABRkPFPPsG3riIo3xEQIGcZRZhEgPoUoP312y93t/HJ1eZOMifTFRwAJi2ODr7g8frdd9+/6jLs7y5AMHmC5B+yzO4SB5Jz0gwil0ACkHPCEv/kE6zvslOFsgCXVyAHitU5dFJabscO2iy211kmT4zXFUioApyxoiF4UrCKKVfrs7TwRvFwJt7Rdvqxj4cc26Skvrm0gl0hNrAWlu+9SpGm+uONB7T11nkEFvj4B2jV7T958uPT5k4+7zvluumPZxZQzdSefEVncRHlKRXvhLXMI8WPKHeeFfWpU66+2I2bxuuztDeopjkPA2+dIWt9xSIwsWFsniYW1SA5PFYWSLg/T18wofcN5l+D5JPlqidtkGTq3OXx+ZM7MLkB++7QDp7BMZ3sU5zqB6td5TUIeH29RyelT9QkjfEuCPDw+gIBWEYZi2lLPL5dn6X9vkK7uvqun0St78bg2KL89vZYIgB5e9EoCCFABCRkB4waFSgelWVy9ThVCut9gykfkJ7TiQVPmnqK1tyfZJrfE9ilfj4I2LFxdce+jn3+b/ASG3x+2Zj/svtJn+JRtByesj8IwK+kyFSLgoU+fl1pJcDoRrqTNvanpKutuUBxvXVXdwgYUAjQL2xMxcvrqhcutNqruc3tmFzSIraoKbCqpWg2ETBTNEqyEPLB9Ugd5et2f6tkSyMH4AQc0eK5H1NREWHj43OOL316J9DUfpAIWNJXUqDWOk/uwFjZV7gv1PLGp5IAX7vdzzfAHjJB+BRnj4Kxsbrw8hkPbXvo0ewQBe9CKnaljR5dMoj4B68dfcTgqbUt9fVL2g3Z5yhfKzYsMDaT+dghiyQgrQWPgVBrbkvuu9W9+bLWt6ioottNADu9BUIOEwF2q93X94QEapI4feLOOhs5/u6KCmuMQkBDw/T0+9e0d7b3HLw/2tQQtHB/ybw0WTsMAlZvWr3vDf+gjn1MAElfu1+C1c8vdQJtlxdMXXj5jIefKXxw/c8+Er1QSl1bYex73eC4/bcNjpMEpNTUpIiChvr65x21BssxBXRArK6N+M+/iKRv647OzoUNDXMKl7TX7tmDEeBYwKvLhYe3NLWAAG7MdHG36BgmIISywr7utrloJ8evpt0pfuSpkaN2kfSFUnQ1dC5Ys6aop70FvxVMFqyEg4qVNFkLfB4TsG/fGxQ/pu9J+dl9rX7D7NZRtF1XOwwCHq149MEv8UoABPAIaBwcd+2rg9cyAXyNm2XBQkPnlztiUqBZBIbwCGCLjzp/MxPgKK+GCij0r9/elrO9N56qLlnptBw4MBg+m5e8cFH8IECt5j7BGH7iininev1PT9osa4PxiypGSGsQ0NlQ1g4CsEY6pDKPgMZ5aUoW+rw3Vg+sw7y1nL4XBASEWBP8Un1puz5r7XXWaw8+mNJtVbDQZ8LWNEUJv/pqY3+k+v0X94DumApHtLpiob5NjdvcPr7utsJaavOSBIQTAZktLWeFzz6dZmpcFH8ZF0EtjaCeYVmQgIWTk4o1M4+VWVPNuuODgPbOpibcAfct20cEzJ+zv0TMoigEVK/m+CUByDonJEwYAWfJS2i7LmsNAh5c/60GV/gEY4EkjVsc33SgvbDEHdTXqlvxFFgQPUSF3pzse9z+GVWEgp9AgIj/0ieBcNPp90xfsMDF/cJXEgEbIsoA8l0mxA3qzdN4Ieh3VOmNLG9WT1N7T0/PvmUvEwFL+maUqtIZBLy9eqMIXxKAeO2pVmvCKN6ul9pev6z/9lktAd471BwtcF6e6vIEHkBAyu54TfzxenMyOFMzygWGTOXHP0HU+t56j3ITdF0IoJbX8/N88MiWE0sEb/1C0LfiPJwNrsCypvY3yHHC1FMwSiOVQQAeg7J8AzD9g7TGCPiOcYWCabqCB9XxVqAt3mPR1l9MOkD+aZ2Jz9CW+tL205OAQV43mBPQemmql776haClFI6Pjxbo1e1vMs31qDn4J2ntpZeKVgzkB6y+7tetEr2M7b0vM2B6JrerWdbLTxzBB+qzynqCshT4BfAMvX7JjPjElKypUxMdiZI3xV3CIrPEdDlOkyDmXj1yhMsfFOxou/XYx0mQ3sBUQH98fbxeeql4jq1h/vwGm1153bpDwaZO16ae3pdp4QG4aSvb3W1uFzWW9KHAAQUNgFrQYFINHAmmLMMW+sv4ovimN5htFVjj62HCzcDp8UYkiOm2K+6Cs3k1OpRVKlnhvPe43oHTvlSQ8X7UykPyNWFpkpDexe4CjgqrrbvCUIG/u7u7K1z6eEWBREKC6sBgt7UvXDjfliBf66XpyzcXw4UX5dlyu2JudrgR1lq37R+k6WwOXRY0cIpN9SF+NWuLdCDBrDD8xqZYUHpbwfe8dEJkfEa6IyMyIzIofDM1SIAAIRttstY3773pq5TjkTna+4unf6M5/lLZZrfaXcBRERGD6CNKbLaIwLLGTindu7oUKcxS0Wq1qw4MCWBgznxriHgNy1as2vQmgMLNuI4hgoDp0y9Us8Bk7tXYuB/3wMHGfhCgncpae5pYKFlK3XlHs7YYHzM+Zn5sPY3LWeZCEFCyEi1jW7bwyh5vtX6ptAF+DFSblMXYbObuzs5uKwhYtQrF2qNJqpOP8WlEsOpzvEFI7417Kzcvwn0QBEBDlJQsdux9zzXuSFl3EMULFMxQpDCEiJ/Nb1jACOswxYEhwTZ/DjHAr/F+Q4qM/+mON0EA1ieFR+aFQkoyAbj8TXPQlHek8dAHTMBTMn5MZgqhk91gtIv9s7Y8Rlj/li8oP8dvndkaE2M1SpdReIzqsr6FICCCYMzo6Ww6UiEIOHzg8OETh6+l2uM8nqVIxwDiLHJSFknv4tq9mzfvq2letjnMaQx1BZY4sVNZo6sisZDPZ96M0aPj4s5mKQxlZLdhPCOppUhFMICCgCXWEHptaG7GIBDxPx3XEX36zewRugBnL9vi6PL34RnY19j45utrP3n4ecKbEpdCGAHGhiVGaoDfjnsALr/lQf8P+L6UXm+hiSCcvkShrna4cKkwWcFPIXNPj9koCDgwsbFxeP+1JJ3xGvEXrzlYnIEs2ZqkY85KVHdnEQF1ze+AgIxIgyHCFpy7uqy5OAMEsI0vjZcROH8mAPEGQCj5ZZ/rlooh1iW33bbEGoXXMRUx3Rkcf08cLWV98kLJB+jyX4fLX0fT16d5ZpVp/UASxsaL68XqcTwCHnzrg5eZQb/qG1J4+Ct4K10bv4YAY4WrtrY+NHSFGAEnTvQfuZZylnjN8R8EA5QjjHZL6X3LQMDs4sgUw7JAIqAx0uEPAvj8S5EWl1KYpKEd9Xw0Ia9KRTDwwAMLU6PO9jZ0d3P4lOmJewME6KTkVa6SPmigvsbDb74mCFDjJwIGXU3AEQX70Umi+qQGpba/fLNqsksE97KUdsO0IUa47GCuqbbWbAmlgFHwcWI4jk6lt71uvwdRshOfpfyU6Ozra9rMXWaNByqaWppccUGQ0uL8x20dgaSxJIDiDaH4tVIxxLrwgQfmpIZ466WpXkp+4VooLj8qWCQBavyvjtvwjOfrL/yy/ahVW3yDfAKqM/j+z4Crr6VQ5yvMBAQCZloMGgFQVrgEXYX9OBoRoD8fECB/SvUAggBzs6UszlVcaGYCeK0KavbD/kzAqaUixsB1ty1J9e5Vbsp7qvYgw3GStCQp3NdY8vzrDBCgPvUIG3y6BLYKeAepbFrS/f27XlZshm9gRF/h6SsMAuRTgN7DBOArII7feKqCjHihH+QwYAL487qRpmMC9FL4r6Virgmo7WVAYP7Ue0ppif+1/4sTH7izrm5jsA0C+v2nELhEpJrhr1teTilEUCCOcvRortxpxYqkJOXopyrI0LflWdxrTwicJIUf2GCaq5WGSTC4nzZtndvyIgzgo2G7B2SNw1VXjQw9R/N+/epzQZM1OWZgnhszGJfq8MckTbGtbdIfXv82TD0xAzs00jDJiaxncIIsY1s3Nyy/PMgRCTsouR0ODVF+qpPt2P66ukOWBPX9l9cp6CkoaEk7z2io+YaADlfCVaNHqEBKqErGHa4QkD3l92xeZZWqAX+fku31b8M0vy8QpbCKFGYCVq97e906tvYhAiLb2spRmy+2gwBEfoni4njJ2MGYi5ZftDNhgnw/CLhIunuPXJ6WVjMZN9FOrRSeN8LdIgkwAUVFOQtynAvuKSrCC4Ph1z9+tRm6ugw2/MFg8Pq3QVnVsq+q3VlSImAdCEhel2tMTU5uRYNCZnkbehPk9pBsuwLy6LzQ1BlxzfKROy3yfweDAMR/jSwrWT7ZuDLBMCBvgj/9tHU8CKDoq6q8CRczAU6MAAyBBQvwgi/879lRUfRvw39BgCuwqa9MWeh4jkkSkJycm1yLv0BAZmI59WZI6asvUKC8PFWLi6zGyCtAgDR3H3PObQ+keUfFzAqJql5XnZzMbnCt80Yg/LRzq6puSsPEEAgQGOjJFH8wEH4dExx8MS7/f0JA55KyOftlv8WGsj3JYi2L5GRj7eNvm0FAW2Ybxf+LlL46qUq+vX2B15xPFilw9Zl43uV1irm9IMAeMmuW3Sj5hRIUBFS99VZV2lg3AZkopJQMSJ/jm25KMPxHBPS0NO0vk+eHE5wWLK29UpPffhwjQC999W1uuIeU1cD1REwlnT8ZBMjhf+W5D4AAc8isAnM1H5L79ogA79KqHxdV/aQSgPjBQLgkgG8D+Ps/ImAJrv+c990LKU9bLU82udZci2puvfRtL9Sux19/namzERUFO/3FdGBklljiYqRKAHyWv8Is4k8//cQNGCDAG6iqajmGphVJQHgPCBhQRkAqf/v/s3vAEjV+QQDHT0DG7vFWvdTEkFduGDxiBiOoXWLxGqVgQV3i4qZzHzCVggBzzziNFJ43huMvrfqpCk07IICR2TMwHwNAfQoA/9VToM+15HzNQspz8fgHkiUNraeQvu48MGDqp6fgYnfFQrS6xMWFY667rdTbaK45wBBGF5fNGKN1uU0GAYz5bh1wCS484T/TAUdNk7ULKSuFvK0SJ0lfHS677MzyFZrV1NQlLi6Aj9dYb3+T55IXM9CxogAcV/3vSvC/Bj1utPD6n/EnnaQbrf6BCX0AAAAASUVORK5CYII=)
}

.react-tel-input .ad {
    background-position: -16px 0
}

.react-tel-input .ae {
    background-position: -32px 0
}

.react-tel-input .af {
    background-position: -48px 0
}

.react-tel-input .ag {
    background-position: -64px 0
}

.react-tel-input .ai {
    background-position: -80px 0
}

.react-tel-input .al {
    background-position: -96px 0
}

.react-tel-input .am {
    background-position: -112px 0
}

.react-tel-input .ao {
    background-position: -128px 0
}

.react-tel-input .ar {
    background-position: -144px 0
}

.react-tel-input .as {
    background-position: -160px 0
}

.react-tel-input .at {
    background-position: -176px 0
}

.react-tel-input .au {
    background-position: -192px 0
}

.react-tel-input .aw {
    background-position: -208px 0
}

.react-tel-input .az {
    background-position: -224px 0
}

.react-tel-input .ba {
    background-position: -240px 0
}

.react-tel-input .bb {
    background-position: 0 -11px
}

.react-tel-input .bd {
    background-position: -16px -11px
}

.react-tel-input .be {
    background-position: -32px -11px
}

.react-tel-input .bf {
    background-position: -48px -11px
}

.react-tel-input .bg {
    background-position: -64px -11px
}

.react-tel-input .bh {
    background-position: -80px -11px
}

.react-tel-input .bi {
    background-position: -96px -11px
}

.react-tel-input .bj {
    background-position: -112px -11px
}

.react-tel-input .bm {
    background-position: -128px -11px
}

.react-tel-input .bn {
    background-position: -144px -11px
}

.react-tel-input .bo {
    background-position: -160px -11px
}

.react-tel-input .br {
    background-position: -176px -11px
}

.react-tel-input .bs {
    background-position: -192px -11px
}

.react-tel-input .bt {
    background-position: -208px -11px
}

.react-tel-input .bw {
    background-position: -224px -11px
}

.react-tel-input .by {
    background-position: -240px -11px
}

.react-tel-input .bz {
    background-position: 0 -22px
}

.react-tel-input .ca {
    background-position: -16px -22px
}

.react-tel-input .cd {
    background-position: -32px -22px
}

.react-tel-input .cf {
    background-position: -48px -22px
}

.react-tel-input .cg {
    background-position: -64px -22px
}

.react-tel-input .ch {
    background-position: -80px -22px
}

.react-tel-input .ci {
    background-position: -96px -22px
}

.react-tel-input .ck {
    background-position: -112px -22px
}

.react-tel-input .cl {
    background-position: -128px -22px
}

.react-tel-input .cm {
    background-position: -144px -22px
}

.react-tel-input .cn {
    background-position: -160px -22px
}

.react-tel-input .co {
    background-position: -176px -22px
}

.react-tel-input .cr {
    background-position: -192px -22px
}

.react-tel-input .cu {
    background-position: -208px -22px
}

.react-tel-input .cv {
    background-position: -224px -22px
}

.react-tel-input .cw {
    background-position: -240px -22px
}

.react-tel-input .cy {
    background-position: 0 -33px
}

.react-tel-input .cz {
    background-position: -16px -33px
}

.react-tel-input .de {
    background-position: -32px -33px
}

.react-tel-input .dj {
    background-position: -48px -33px
}

.react-tel-input .dk {
    background-position: -64px -33px
}

.react-tel-input .dm {
    background-position: -80px -33px
}

.react-tel-input .do {
    background-position: -96px -33px
}

.react-tel-input .dz {
    background-position: -112px -33px
}

.react-tel-input .ec {
    background-position: -128px -33px
}

.react-tel-input .ee {
    background-position: -144px -33px
}

.react-tel-input .eg {
    background-position: -160px -33px
}

.react-tel-input .er {
    background-position: -176px -33px
}

.react-tel-input .es {
    background-position: -192px -33px
}

.react-tel-input .et {
    background-position: -208px -33px
}

.react-tel-input .fi {
    background-position: -224px -33px
}

.react-tel-input .fj {
    background-position: -240px -33px
}

.react-tel-input .fk {
    background-position: 0 -44px
}

.react-tel-input .fm {
    background-position: -16px -44px
}

.react-tel-input .fo {
    background-position: -32px -44px
}

.react-tel-input .bl, .react-tel-input .fr, .react-tel-input .mf {
    background-position: -48px -44px
}

.react-tel-input .ga {
    background-position: -64px -44px
}

.react-tel-input .gb {
    background-position: -80px -44px
}

.react-tel-input .gd {
    background-position: -96px -44px
}

.react-tel-input .ge {
    background-position: -112px -44px
}

.react-tel-input .gf {
    background-position: -128px -44px
}

.react-tel-input .gh {
    background-position: -144px -44px
}

.react-tel-input .gi {
    background-position: -160px -44px
}

.react-tel-input .gl {
    background-position: -176px -44px
}

.react-tel-input .gm {
    background-position: -192px -44px
}

.react-tel-input .gn {
    background-position: -208px -44px
}

.react-tel-input .gp {
    background-position: -224px -44px
}

.react-tel-input .gq {
    background-position: -240px -44px
}

.react-tel-input .gr {
    background-position: 0 -55px
}

.react-tel-input .gt {
    background-position: -16px -55px
}

.react-tel-input .gu {
    background-position: -32px -55px
}

.react-tel-input .gw {
    background-position: -48px -55px
}

.react-tel-input .gy {
    background-position: -64px -55px
}

.react-tel-input .hk {
    background-position: -80px -55px
}

.react-tel-input .hn {
    background-position: -96px -55px
}

.react-tel-input .hr {
    background-position: -112px -55px
}

.react-tel-input .ht {
    background-position: -128px -55px
}

.react-tel-input .hu {
    background-position: -144px -55px
}

.react-tel-input .id {
    background-position: -160px -55px
}

.react-tel-input .ie {
    background-position: -176px -55px
}

.react-tel-input .il {
    background-position: -192px -55px
}

.react-tel-input .in {
    background-position: -208px -55px
}

.react-tel-input .io {
    background-position: -224px -55px
}

.react-tel-input .iq {
    background-position: -240px -55px
}

.react-tel-input .ir {
    background-position: 0 -66px
}

.react-tel-input .is {
    background-position: -16px -66px
}

.react-tel-input .it {
    background-position: -32px -66px
}

.react-tel-input .je {
    background-position: -144px -154px
}

.react-tel-input .jm {
    background-position: -48px -66px
}

.react-tel-input .jo {
    background-position: -64px -66px
}

.react-tel-input .jp {
    background-position: -80px -66px
}

.react-tel-input .ke {
    background-position: -96px -66px
}

.react-tel-input .kg {
    background-position: -112px -66px
}

.react-tel-input .kh {
    background-position: -128px -66px
}

.react-tel-input .ki {
    background-position: -144px -66px
}

.react-tel-input .xk {
    background-position: -128px -154px
}

.react-tel-input .km {
    background-position: -160px -66px
}

.react-tel-input .kn {
    background-position: -176px -66px
}

.react-tel-input .kp {
    background-position: -192px -66px
}

.react-tel-input .kr {
    background-position: -208px -66px
}

.react-tel-input .kw {
    background-position: -224px -66px
}

.react-tel-input .ky {
    background-position: -240px -66px
}

.react-tel-input .kz {
    background-position: 0 -77px
}

.react-tel-input .la {
    background-position: -16px -77px
}

.react-tel-input .lb {
    background-position: -32px -77px
}

.react-tel-input .lc {
    background-position: -48px -77px
}

.react-tel-input .li {
    background-position: -64px -77px
}

.react-tel-input .lk {
    background-position: -80px -77px
}

.react-tel-input .lr {
    background-position: -96px -77px
}

.react-tel-input .ls {
    background-position: -112px -77px
}

.react-tel-input .lt {
    background-position: -128px -77px
}

.react-tel-input .lu {
    background-position: -144px -77px
}

.react-tel-input .lv {
    background-position: -160px -77px
}

.react-tel-input .ly {
    background-position: -176px -77px
}

.react-tel-input .ma {
    background-position: -192px -77px
}

.react-tel-input .mc {
    background-position: -208px -77px
}

.react-tel-input .md {
    background-position: -224px -77px
}

.react-tel-input .me {
    background-position: -112px -154px;
    height: 12px
}

.react-tel-input .mg {
    background-position: 0 -88px
}

.react-tel-input .mh {
    background-position: -16px -88px
}

.react-tel-input .mk {
    background-position: -32px -88px
}

.react-tel-input .ml {
    background-position: -48px -88px
}

.react-tel-input .mm {
    background-position: -64px -88px
}

.react-tel-input .mn {
    background-position: -80px -88px
}

.react-tel-input .mo {
    background-position: -96px -88px
}

.react-tel-input .mp {
    background-position: -112px -88px
}

.react-tel-input .mq {
    background-position: -128px -88px
}

.react-tel-input .mr {
    background-position: -144px -88px
}

.react-tel-input .ms {
    background-position: -160px -88px
}

.react-tel-input .mt {
    background-position: -176px -88px
}

.react-tel-input .mu {
    background-position: -192px -88px
}

.react-tel-input .mv {
    background-position: -208px -88px
}

.react-tel-input .mw {
    background-position: -224px -88px
}

.react-tel-input .mx {
    background-position: -240px -88px
}

.react-tel-input .my {
    background-position: 0 -99px
}

.react-tel-input .mz {
    background-position: -16px -99px
}

.react-tel-input .na {
    background-position: -32px -99px
}

.react-tel-input .nc {
    background-position: -48px -99px
}

.react-tel-input .ne {
    background-position: -64px -99px
}

.react-tel-input .nf {
    background-position: -80px -99px
}

.react-tel-input .ng {
    background-position: -96px -99px
}

.react-tel-input .ni {
    background-position: -112px -99px
}

.react-tel-input .bq, .react-tel-input .nl {
    background-position: -128px -99px
}

.react-tel-input .no {
    background-position: -144px -99px
}

.react-tel-input .np {
    background-position: -160px -99px
}

.react-tel-input .nr {
    background-position: -176px -99px
}

.react-tel-input .nu {
    background-position: -192px -99px
}

.react-tel-input .nz {
    background-position: -208px -99px
}

.react-tel-input .om {
    background-position: -224px -99px
}

.react-tel-input .pa {
    background-position: -240px -99px
}

.react-tel-input .pe {
    background-position: 0 -110px
}

.react-tel-input .pf {
    background-position: -16px -110px
}

.react-tel-input .pg {
    background-position: -32px -110px
}

.react-tel-input .ph {
    background-position: -48px -110px
}

.react-tel-input .pk {
    background-position: -64px -110px
}

.react-tel-input .pl {
    background-position: -80px -110px
}

.react-tel-input .pm {
    background-position: -96px -110px
}

.react-tel-input .pr {
    background-position: -112px -110px
}

.react-tel-input .ps {
    background-position: -128px -110px
}

.react-tel-input .pt {
    background-position: -144px -110px
}

.react-tel-input .pw {
    background-position: -160px -110px
}

.react-tel-input .py {
    background-position: -176px -110px
}

.react-tel-input .qa {
    background-position: -192px -110px
}

.react-tel-input .re {
    background-position: -208px -110px
}

.react-tel-input .ro {
    background-position: -224px -110px
}

.react-tel-input .rs {
    background-position: -240px -110px
}

.react-tel-input .ru {
    background-position: 0 -121px
}

.react-tel-input .rw {
    background-position: -16px -121px
}

.react-tel-input .sa {
    background-position: -32px -121px
}

.react-tel-input .sb {
    background-position: -48px -121px
}

.react-tel-input .sc {
    background-position: -64px -121px
}

.react-tel-input .sd {
    background-position: -80px -121px
}

.react-tel-input .se {
    background-position: -96px -121px
}

.react-tel-input .sg {
    background-position: -112px -121px
}

.react-tel-input .sh {
    background-position: -128px -121px
}

.react-tel-input .si {
    background-position: -144px -121px
}

.react-tel-input .sk {
    background-position: -160px -121px
}

.react-tel-input .sl {
    background-position: -176px -121px
}

.react-tel-input .sm {
    background-position: -192px -121px
}

.react-tel-input .sn {
    background-position: -208px -121px
}

.react-tel-input .so {
    background-position: -224px -121px
}

.react-tel-input .sr {
    background-position: -240px -121px
}

.react-tel-input .ss {
    background-position: 0 -132px
}

.react-tel-input .st {
    background-position: -16px -132px
}

.react-tel-input .sv {
    background-position: -32px -132px
}

.react-tel-input .sx {
    background-position: -48px -132px
}

.react-tel-input .sy {
    background-position: -64px -132px
}

.react-tel-input .sz {
    background-position: -80px -132px
}

.react-tel-input .tc {
    background-position: -96px -132px
}

.react-tel-input .td {
    background-position: -112px -132px
}

.react-tel-input .tg {
    background-position: -128px -132px
}

.react-tel-input .th {
    background-position: -144px -132px
}

.react-tel-input .tj {
    background-position: -160px -132px
}

.react-tel-input .tk {
    background-position: -176px -132px
}

.react-tel-input .tl {
    background-position: -192px -132px
}

.react-tel-input .tm {
    background-position: -208px -132px
}

.react-tel-input .tn {
    background-position: -224px -132px
}

.react-tel-input .to {
    background-position: -240px -132px
}

.react-tel-input .tr {
    background-position: 0 -143px
}

.react-tel-input .tt {
    background-position: -16px -143px
}

.react-tel-input .tv {
    background-position: -32px -143px
}

.react-tel-input .tw {
    background-position: -48px -143px
}

.react-tel-input .tz {
    background-position: -64px -143px
}

.react-tel-input .ua {
    background-position: -80px -143px
}

.react-tel-input .ug {
    background-position: -96px -143px
}

.react-tel-input .us {
    background-position: -112px -143px
}

.react-tel-input .uy {
    background-position: -128px -143px
}

.react-tel-input .uz {
    background-position: -144px -143px
}

.react-tel-input .va {
    background-position: -160px -143px
}

.react-tel-input .vc {
    background-position: -176px -143px
}

.react-tel-input .ve {
    background-position: -192px -143px
}

.react-tel-input .vg {
    background-position: -208px -143px
}

.react-tel-input .vi {
    background-position: -224px -143px
}

.react-tel-input .vn {
    background-position: -240px -143px
}

.react-tel-input .vu {
    background-position: 0 -154px
}

.react-tel-input .wf {
    background-position: -16px -154px
}

.react-tel-input .ws {
    background-position: -32px -154px
}

.react-tel-input .ye {
    background-position: -48px -154px
}

.react-tel-input .za {
    background-position: -64px -154px
}

.react-tel-input .zm {
    background-position: -80px -154px
}

.react-tel-input .zw {
    background-position: -96px -154px
}

.react-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.react-tel-input .hide {
    display: none
}

.react-tel-input .v-hide {
    visibility: hidden
}

.react-tel-input .form-control {
    position: relative;
    font-size: 14px;
    letter-spacing: .01rem;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 48px;
    margin-left: 0;
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 5px;
    line-height: 25px;
    height: 35px;
    width: 300px;
    outline: none
}

.react-tel-input .form-control.invalid-number, .react-tel-input .form-control.invalid-number:focus {
    background-color: #faf0f0;
    border: 1px solid #d79f9f;
    border-left-color: #cacaca
}

.react-tel-input .flag-dropdown {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0;
    background-color: #f5f5f5;
    border: 1px solid #cacaca;
    border-radius: 3px 0 0 3px
}

.react-tel-input .flag-dropdown:focus, .react-tel-input .flag-dropdown:hover {
    cursor: pointer
}

.react-tel-input .flag-dropdown.invalid-number {
    border-color: #d79f9f
}

.react-tel-input .flag-dropdown.open {
    z-index: 2
}

.react-tel-input .flag-dropdown.open, .react-tel-input .flag-dropdown.open .selected-flag {
    background: #fff;
    border-radius: 3px 0 0 0
}

.react-tel-input input[disabled]+.flag-dropdown:hover {
    cursor: default
}

.react-tel-input input[disabled]+.flag-dropdown:hover .selected-flag {
    background-color: transparent
}

.react-tel-input .selected-flag {
    outline: none;
    position: relative;
    width: 38px;
    height: 100%;
    padding: 0 0 0 8px;
    border-radius: 3px 0 0 3px
}

.react-tel-input .selected-flag:focus, .react-tel-input .selected-flag:hover {
    background-color: #fff
}

.react-tel-input .selected-flag .flag {
    position: absolute;
    top: 50%;
    margin-top: -5px
}

.react-tel-input .selected-flag .arrow {
    position: relative;
    top: 50%;
    margin-top: -2px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.react-tel-input .selected-flag .arrow.up {
    border-top: none;
    border-bottom: 4px solid #555
}

.react-tel-input .country-list {
    outline: none;
    z-index: 1;
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 10px 0 10px -1px;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .35);
    background-color: #fff;
    width: 300px;
    max-height: 200px;
    overflow-y: scroll;
    border-radius: 0 0 3px 3px
}

.react-tel-input .country-list .flag {
    display: inline-block
}

.react-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.react-tel-input .country-list .country {
    padding: 7px 9px
}

.react-tel-input .country-list .country .dial-code {
    color: #6b6b6b
}

.react-tel-input .country-list .country.highlight, .react-tel-input .country-list .country:hover {
    background-color: #f1f1f1
}

.react-tel-input .country-list .flag {
    margin-right: 7px;
    margin-top: 2px
}

.react-tel-input .country-list .country-name {
    margin-right: 6px
}

.react-tel-input .country-list .search {
    position: sticky;
    top: 0;
    background-color: #fff;
    padding: 10px 0 6px 10px
}

.react-tel-input .country-list .search-emoji {
    font-size: 15px
}

.react-tel-input .country-list .search-box {
    border: 1px solid #cacaca;
    border-radius: 3px;
    font-size: 15px;
    line-height: 15px;
    margin-left: 6px;
    padding: 3px 8px 5px;
    outline: none
}

.react-tel-input .country-list .no-entries-message {
    padding: 7px 10px 11px;
    opacity: .7
}

.react-tel-input .invalid-number-message {
    color: #de0000
}

.react-tel-input .invalid-number-message, .react-tel-input .special-label {
    position: absolute;
    z-index: 1;
    font-size: 13px;
    left: 46px;
    top: -8px;
    background: #fff;
    padding: 0 2px
}

.react-tel-input .special-label {
    display: none;
    white-space: nowrap
}

:where(.css-142vneq).ant-dropdown {
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: 1050;
    display: block;
}

:where(.css-142vneq).ant-dropdown::before {
    position: absolute;
    inset-block: -4px;
    z-index: -9999;
    opacity: 0.0001;
    content: "";
}

:where(.css-142vneq).ant-dropdown-menu-vertical {
    max-height: 100vh;
    overflow-y: auto;
}

:where(.css-142vneq).ant-dropdown-trigger.ant-btn>.anticon-down, :where(.css-142vneq).ant-dropdown-trigger.ant-btn>.ant-btn-icon>.anticon-down {
    font-size: 12px;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-wrap {
    position: relative;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-wrap .ant-btn>.anticon-down {
    font-size: 12px;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-wrap .anticon-down::before {
    transition: transform 0.2s;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-wrap-open .anticon-down::before {
    transform: rotate(180deg);
}

:where(.css-142vneq).ant-dropdown-hidden, :where(.css-142vneq).ant-dropdown-menu-hidden, :where(.css-142vneq).ant-dropdown-menu-submenu-hidden {
    display: none;
}

:where(.css-142vneq).ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomLeft, :where(.css-142vneq).ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomLeft, :where(.css-142vneq).ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottom, :where(.css-142vneq).ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottom, :where(.css-142vneq).ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomRight, :where(.css-142vneq).ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomRight {
    animation-name: css-142vneq-antSlideUpIn;
}

:where(.css-142vneq).ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topLeft, :where(.css-142vneq).ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topLeft, :where(.css-142vneq).ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-top, :where(.css-142vneq).ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-top, :where(.css-142vneq).ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topRight, :where(.css-142vneq).ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topRight {
    animation-name: css-142vneq-antSlideDownIn;
}

:where(.css-142vneq).ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomLeft, :where(.css-142vneq).ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottom, :where(.css-142vneq).ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomRight {
    animation-name: css-142vneq-antSlideUpOut;
}

:where(.css-142vneq).ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topLeft, :where(.css-142vneq).ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-top, :where(.css-142vneq).ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topRight {
    animation-name: css-142vneq-antSlideDownOut;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-arrow {
    position: absolute;
    z-index: 1;
    display: block;
    pointer-events: none;
    width: 16px;
    height: 16px;
    overflow: hidden;
}

:where(.css-142vneq).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-142vneq).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: 2px 2px 5px rgba(0, 0, 0, 0.05);
    z-index: 0;
    background: transparent;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-arrow:before {
    background: #ffffff;
}

:where(.css-142vneq).ant-dropdown-placement-top>.ant-dropdown-arrow, :where(.css-142vneq).ant-dropdown-placement-topLeft>.ant-dropdown-arrow, :where(.css-142vneq).ant-dropdown-placement-topRight>.ant-dropdown-arrow {
    bottom: 0;
    transform: translateY(100%) rotate(180deg);
}

:where(.css-142vneq).ant-dropdown-placement-top>.ant-dropdown-arrow {
    left: 50%;
    transform: translateX(-50%) translateY(100%) rotate(180deg);
}

:where(.css-142vneq).ant-dropdown-placement-topLeft {
    --arrow-offset-horizontal: 12px;
}

:where(.css-142vneq).ant-dropdown-placement-topLeft>.ant-dropdown-arrow {
    left: 12px;
}

:where(.css-142vneq).ant-dropdown-placement-topRight {
    --arrow-offset-horizontal: calc(100% - 12px);
}

:where(.css-142vneq).ant-dropdown-placement-topRight>.ant-dropdown-arrow {
    right: 12px;
}

:where(.css-142vneq).ant-dropdown-placement-bottom>.ant-dropdown-arrow, :where(.css-142vneq).ant-dropdown-placement-bottomLeft>.ant-dropdown-arrow, :where(.css-142vneq).ant-dropdown-placement-bottomRight>.ant-dropdown-arrow {
    top: 0;
    transform: translateY(-100%);
}

:where(.css-142vneq).ant-dropdown-placement-bottom>.ant-dropdown-arrow {
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
}

:where(.css-142vneq).ant-dropdown-placement-bottomLeft {
    --arrow-offset-horizontal: 12px;
}

:where(.css-142vneq).ant-dropdown-placement-bottomLeft>.ant-dropdown-arrow {
    left: 12px;
}

:where(.css-142vneq).ant-dropdown-placement-bottomRight {
    --arrow-offset-horizontal: calc(100% - 12px);
}

:where(.css-142vneq).ant-dropdown-placement-bottomRight>.ant-dropdown-arrow {
    right: 12px;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu {
    position: relative;
    margin: 0;
}

:where(.css-142vneq).ant-dropdown-menu-submenu-popup {
    position: absolute;
    z-index: 1050;
    background: transparent;
    box-shadow: none;
    transform-origin: 0 0;
}

:where(.css-142vneq).ant-dropdown-menu-submenu-popup ul, :where(.css-142vneq).ant-dropdown-menu-submenu-popup li {
    list-style: none;
    margin: 0;
}

:where(.css-142vneq).ant-dropdown, :where(.css-142vneq).ant-dropdown-menu-submenu {
    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-142vneq).ant-dropdown .ant-dropdown-menu, :where(.css-142vneq).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-142vneq).ant-dropdown .ant-dropdown-menu:focus-visible, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu:focus-visible {
    outline: 3px solid #91caff;
    outline-offset: 1px;
    transition: outline-offset 0s, outline 0s;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu:empty, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu:empty {
    padding: 0;
    box-shadow: none;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-group-title, :where(.css-142vneq).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-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item {
    position: relative;
    display: flex;
    align-items: center;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-icon, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-icon {
    min-width: 14px;
    margin-inline-end: 8px;
    font-size: 12px;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-title-content, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-title-content {
    flex: auto;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-title-content-with-extra, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-title-content-with-extra {
    display: inline-flex;
    align-items: center;
    width: 100%;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-title-content>a, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-title-content>a {
    color: inherit;
    transition: all 0.2s;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-title-content>a:hover, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-title-content>a:hover {
    color: inherit;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-title-content>a::after, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-title-content>a::after {
    position: absolute;
    inset: 0;
    content: "";
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-title-content .ant-dropdown-menu-item-extra, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-title-content .ant-dropdown-menu-item-extra {
    padding-inline-start: 16px;
    margin-inline-start: auto;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.45);
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item, :where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title {
    display: flex;
    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;
    border-radius: 4px;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:hover, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item:hover, :where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title:hover, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title:hover, :where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-active, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-active, :where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title-active, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title-active {
    background-color: rgba(0, 0, 0, 0.04);
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:focus-visible, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item:focus-visible, :where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title:focus-visible, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title:focus-visible {
    outline: 3px solid #91caff;
    outline-offset: 1px;
    transition: outline-offset 0s, outline 0s;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-selected, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-selected, :where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title-selected, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title-selected {
    color: #1677ff;
    background-color: #e6f4ff;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-selected:hover, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-selected:hover, :where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title-selected:hover, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title-selected:hover, :where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-selected-active, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-selected-active, :where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title-selected-active, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title-selected-active {
    background-color: #bae0ff;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-disabled, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-disabled, :where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title-disabled, :where(.css-142vneq).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-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-disabled:hover, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-disabled:hover, :where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title-disabled:hover, :where(.css-142vneq).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-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-disabled a, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-disabled a, :where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title-disabled a, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title-disabled a {
    pointer-events: none;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-divider, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-divider, :where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title-divider, :where(.css-142vneq).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-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon, :where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon, :where(.css-142vneq).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-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon, :where(.css-142vneq).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-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon, :where(.css-142vneq).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-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-group-list, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-group-list {
    margin: 0 8px;
    padding: 0;
    list-style: none;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title {
    padding-inline-end: 24px;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-vertical, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-vertical {
    position: relative;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title, :where(.css-142vneq).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-142vneq).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-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
    color: #1677ff;
}

:where(.css-142vneq).ant-slide-up-enter, :where(.css-142vneq).ant-slide-up-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-slide-up-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-slide-up-enter.ant-slide-up-enter-active, :where(.css-142vneq).ant-slide-up-appear.ant-slide-up-appear-active {
    animation-name: css-142vneq-antSlideUpIn;
    animation-play-state: running;
}

:where(.css-142vneq).ant-slide-up-leave.ant-slide-up-leave-active {
    animation-name: css-142vneq-antSlideUpOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-142vneq).ant-slide-up-enter, :where(.css-142vneq).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-142vneq).ant-slide-up-enter-prepare, :where(.css-142vneq).ant-slide-up-appear-prepare {
    transform: scale(1);
}

:where(.css-142vneq).ant-slide-up-leave {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

:where(.css-142vneq).ant-slide-down-enter, :where(.css-142vneq).ant-slide-down-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-slide-down-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-slide-down-enter.ant-slide-down-enter-active, :where(.css-142vneq).ant-slide-down-appear.ant-slide-down-appear-active {
    animation-name: css-142vneq-antSlideDownIn;
    animation-play-state: running;
}

:where(.css-142vneq).ant-slide-down-leave.ant-slide-down-leave-active {
    animation-name: css-142vneq-antSlideDownOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-142vneq).ant-slide-down-enter, :where(.css-142vneq).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-142vneq).ant-slide-down-enter-prepare, :where(.css-142vneq).ant-slide-down-appear-prepare {
    transform: scale(1);
}

:where(.css-142vneq).ant-slide-down-leave {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

:where(.css-142vneq).ant-move-up-enter, :where(.css-142vneq).ant-move-up-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-move-up-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-move-up-enter.ant-move-up-enter-active, :where(.css-142vneq).ant-move-up-appear.ant-move-up-appear-active {
    animation-name: css-142vneq-antMoveUpIn;
    animation-play-state: running;
}

:where(.css-142vneq).ant-move-up-leave.ant-move-up-leave-active {
    animation-name: css-142vneq-antMoveUpOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-142vneq).ant-move-up-enter, :where(.css-142vneq).ant-move-up-appear {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

:where(.css-142vneq).ant-move-up-leave {
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

:where(.css-142vneq).ant-move-down-enter, :where(.css-142vneq).ant-move-down-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-move-down-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-move-down-enter.ant-move-down-enter-active, :where(.css-142vneq).ant-move-down-appear.ant-move-down-appear-active {
    animation-name: css-142vneq-antMoveDownIn;
    animation-play-state: running;
}

:where(.css-142vneq).ant-move-down-leave.ant-move-down-leave-active {
    animation-name: css-142vneq-antMoveDownOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-142vneq).ant-move-down-enter, :where(.css-142vneq).ant-move-down-appear {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

:where(.css-142vneq).ant-move-down-leave {
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

:where(.css-142vneq).ant-zoom-big-enter, :where(.css-142vneq).ant-zoom-big-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-zoom-big-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-zoom-big-enter.ant-zoom-big-enter-active, :where(.css-142vneq).ant-zoom-big-appear.ant-zoom-big-appear-active {
    animation-name: css-142vneq-antZoomBigIn;
    animation-play-state: running;
}

:where(.css-142vneq).ant-zoom-big-leave.ant-zoom-big-leave-active {
    animation-name: css-142vneq-antZoomBigOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-142vneq).ant-zoom-big-enter, :where(.css-142vneq).ant-zoom-big-appear {
    transform: scale(0);
    opacity: 0;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

:where(.css-142vneq).ant-zoom-big-enter-prepare, :where(.css-142vneq).ant-zoom-big-appear-prepare {
    transform: none;
}

:where(.css-142vneq).ant-zoom-big-leave {
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-danger:not(.ant-dropdown-menu-item-disabled), :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-danger:not(.ant-dropdown-menu-item-disabled) {
    color: #ff4d4f;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-danger:not(.ant-dropdown-menu-item-disabled):hover, :where(.css-142vneq).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: #ff4d4f;
}

:where(.css-142vneq)[class^="ant-modal"], :where(.css-142vneq)[class*=" ant-modal"] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 14px;
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-modal"]::before, :where(.css-142vneq)[class*=" ant-modal"]::before, :where(.css-142vneq)[class^="ant-modal"]::after, :where(.css-142vneq)[class*=" ant-modal"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-modal"] [class^="ant-modal"], :where(.css-142vneq)[class*=" ant-modal"] [class^="ant-modal"], :where(.css-142vneq)[class^="ant-modal"] [class*=" ant-modal"], :where(.css-142vneq)[class*=" ant-modal"] [class*=" ant-modal"] {
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-modal"] [class^="ant-modal"]::before, :where(.css-142vneq)[class*=" ant-modal"] [class^="ant-modal"]::before, :where(.css-142vneq)[class^="ant-modal"] [class*=" ant-modal"]::before, :where(.css-142vneq)[class*=" ant-modal"] [class*=" ant-modal"]::before, :where(.css-142vneq)[class^="ant-modal"] [class^="ant-modal"]::after, :where(.css-142vneq)[class*=" ant-modal"] [class^="ant-modal"]::after, :where(.css-142vneq)[class^="ant-modal"] [class*=" ant-modal"]::after, :where(.css-142vneq)[class*=" ant-modal"] [class*=" ant-modal"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-modal-root .ant-modal-wrap-rtl {
    direction: rtl;
}

:where(.css-142vneq).ant-modal-root .ant-modal-centered {
    text-align: center;
}

:where(.css-142vneq).ant-modal-root .ant-modal-centered::before {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    content: "";
}

:where(.css-142vneq).ant-modal-root .ant-modal-centered .ant-modal {
    top: 0;
    display: inline-block;
    padding-bottom: 0;
    text-align: start;
    vertical-align: middle;
}

@media (max-width: 767px) {
    :where(.css-142vneq).ant-modal-root .ant-modal {
        max-width: calc(100vw - 16px);
        margin: 8px auto;
    }

    :where(.css-142vneq).ant-modal-root .ant-modal-centered .ant-modal {
        flex: 1;
    }
}

:where(.css-142vneq).ant-modal {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    pointer-events: none;
    position: relative;
    top: 100px;
    width: auto;
    max-width: calc(100vw - 32px);
    padding-bottom: 24px;
}

:where(.css-142vneq).ant-modal .ant-modal-title {
    margin: 0;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    word-wrap: break-word;
}

:where(.css-142vneq).ant-modal .ant-modal-content {
    position: relative;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    pointer-events: auto;
    padding: 20px 24px;
}

:where(.css-142vneq).ant-modal .ant-modal-close {
    position: absolute;
    top: 12px;
    inset-inline-end: 12px;
    z-index: 1010;
    padding: 0;
    color: rgba(0, 0, 0, 0.45);
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    background: transparent;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: color 0.2s, background-color 0.2s;
}

:where(.css-142vneq).ant-modal .ant-modal-close-x {
    display: flex;
    font-size: 16px;
    font-style: normal;
    line-height: 32px;
    justify-content: center;
    text-transform: none;
    text-rendering: auto;
}

:where(.css-142vneq).ant-modal .ant-modal-close:disabled {
    pointer-events: none;
}

:where(.css-142vneq).ant-modal .ant-modal-close:hover {
    color: rgba(0, 0, 0, 0.88);
    background-color: rgba(0, 0, 0, 0.06);
    text-decoration: none;
}

:where(.css-142vneq).ant-modal .ant-modal-close:active {
    background-color: rgba(0, 0, 0, 0.15);
}

:where(.css-142vneq).ant-modal .ant-modal-close:focus-visible {
    outline: 3px solid #91caff;
    outline-offset: 1px;
    transition: outline-offset 0s, outline 0s;
}

:where(.css-142vneq).ant-modal .ant-modal-header {
    color: rgba(0, 0, 0, 0.88);
    background: #ffffff;
    border-radius: 8px 8px 0 0;
    margin-bottom: 8px;
    padding: 0;
    border-bottom: none;
}

:where(.css-142vneq).ant-modal .ant-modal-body {
    font-size: 14px;
    line-height: 1.5714285714285714;
    word-wrap: break-word;
    padding: 0;
}

:where(.css-142vneq).ant-modal .ant-modal-body .ant-modal-body-skeleton {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 16px auto;
}

:where(.css-142vneq).ant-modal .ant-modal-footer {
    text-align: end;
    background: transparent;
    margin-top: 12px;
    padding: 0;
    border-top: none;
    border-radius: 0;
}

:where(.css-142vneq).ant-modal .ant-modal-footer>.ant-btn+.ant-btn {
    margin-inline-start: 8px;
}

:where(.css-142vneq).ant-modal .ant-modal-open {
    overflow: hidden;
}

:where(.css-142vneq).ant-modal-pure-panel {
    top: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
}

:where(.css-142vneq).ant-modal-pure-panel .ant-modal-content, :where(.css-142vneq).ant-modal-pure-panel .ant-modal-body, :where(.css-142vneq).ant-modal-pure-panel .ant-modal-confirm-body-wrapper {
    display: flex;
    flex-direction: column;
    flex: auto;
}

:where(.css-142vneq).ant-modal-pure-panel .ant-modal-confirm-body {
    margin-bottom: auto;
}

:where(.css-142vneq).ant-modal-root .ant-modal-wrap-rtl {
    direction: rtl;
}

:where(.css-142vneq).ant-modal-root .ant-modal-wrap-rtl .ant-modal-confirm-body {
    direction: rtl;
}

:where(.css-142vneq).ant-modal-root .ant-modal.ant-zoom-enter, :where(.css-142vneq).ant-modal-root .ant-modal.ant-zoom-appear {
    transform: none;
    opacity: 0;
    animation-duration: 0.3s;
    user-select: none;
}

:where(.css-142vneq).ant-modal-root .ant-modal.ant-zoom-leave .ant-modal-content {
    pointer-events: none;
}

:where(.css-142vneq).ant-modal-root .ant-modal-mask {
    position: fixed;
    inset: 0;
    z-index: 1000;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    pointer-events: none;
}

:where(.css-142vneq).ant-modal-root .ant-modal-mask .ant-modal-hidden {
    display: none;
}

:where(.css-142vneq).ant-modal-root .ant-modal-wrap {
    position: fixed;
    inset: 0;
    z-index: 1000;
    overflow: auto;
    outline: 0;
    -webkit-overflow-scrolling: touch;
}

:where(.css-142vneq).ant-modal-root .ant-fade-enter, :where(.css-142vneq).ant-modal-root .ant-fade-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-modal-root .ant-fade-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-modal-root .ant-fade-enter.ant-fade-enter-active, :where(.css-142vneq).ant-modal-root .ant-fade-appear.ant-fade-appear-active {
    animation-name: css-142vneq-antFadeIn;
    animation-play-state: running;
}

:where(.css-142vneq).ant-modal-root .ant-fade-leave.ant-fade-leave-active {
    animation-name: css-142vneq-antFadeOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-142vneq).ant-modal-root .ant-fade-enter, :where(.css-142vneq).ant-modal-root .ant-fade-appear {
    opacity: 0;
    animation-timing-function: linear;
}

:where(.css-142vneq).ant-modal-root .ant-fade-leave {
    animation-timing-function: linear;
}

:where(.css-142vneq).ant-zoom-enter, :where(.css-142vneq).ant-zoom-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-zoom-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-zoom-enter.ant-zoom-enter-active, :where(.css-142vneq).ant-zoom-appear.ant-zoom-appear-active {
    animation-name: css-142vneq-antZoomIn;
    animation-play-state: running;
}

:where(.css-142vneq).ant-zoom-leave.ant-zoom-leave-active {
    animation-name: css-142vneq-antZoomOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-142vneq).ant-zoom-enter, :where(.css-142vneq).ant-zoom-appear {
    transform: scale(0);
    opacity: 0;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

:where(.css-142vneq).ant-zoom-enter-prepare, :where(.css-142vneq).ant-zoom-appear-prepare {
    transform: none;
}

:where(.css-142vneq).ant-zoom-leave {
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

:where(.css-142vneq) a {
    color: #1677ff;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    transition: color 0.3s;
    -webkit-text-decoration-skip: objects;
}

:where(.css-142vneq) a:hover {
    color: #69b1ff;
}

:where(.css-142vneq) a:active {
    color: #0958d9;
}

:where(.css-142vneq) a:active, :where(.css-142vneq) a:hover {
    text-decoration: none;
    outline: 0;
}

:where(.css-142vneq) a:focus {
    text-decoration: none;
    outline: 0;
}

:where(.css-142vneq) a[disabled] {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}

:where(.css-142vneq).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;
}

:where(.css-142vneq).anticon>* {
    line-height: 1;
}

:where(.css-142vneq).anticon svg {
    display: inline-block;
}

:where(.css-142vneq).anticon .anticon .anticon-icon {
    display: block;
}

:where(.css-142vneq).ant-tooltip {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    position: absolute;
    z-index: 1070;
    display: block;
    width: max-content;
    max-width: 250px;
    visibility: visible;
    --valid-offset-x: var(--arrow-offset-horizontal, var(--arrow-x));
    transform-origin: var(--valid-offset-x, 50%) var(--arrow-y, 50%);
    --antd-arrow-background-color: rgba(0, 0, 0, 0.85);
}

:where(.css-142vneq).ant-tooltip-hidden {
    display: none;
}

:where(.css-142vneq).ant-tooltip .ant-tooltip-inner {
    min-width: 28px;
    min-height: 32px;
    padding: 6px 8px;
    color: #fff;
    text-align: start;
    text-decoration: none;
    word-wrap: break-word;
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 6px;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}

:where(.css-142vneq).ant-tooltip-placement-topLeft, :where(.css-142vneq).ant-tooltip-placement-topRight, :where(.css-142vneq).ant-tooltip-placement-bottomLeft, :where(.css-142vneq).ant-tooltip-placement-bottomRight {
    min-width: 34px;
}

:where(.css-142vneq).ant-tooltip-placement-left .ant-tooltip-inner, :where(.css-142vneq).ant-tooltip-placement-leftTop .ant-tooltip-inner, :where(.css-142vneq).ant-tooltip-placement-leftBottom .ant-tooltip-inner, :where(.css-142vneq).ant-tooltip-placement-right .ant-tooltip-inner, :where(.css-142vneq).ant-tooltip-placement-rightTop .ant-tooltip-inner, :where(.css-142vneq).ant-tooltip-placement-rightBottom .ant-tooltip-inner {
    border-radius: 6px;
}

:where(.css-142vneq).ant-tooltip .ant-tooltip-content {
    position: relative;
}

:where(.css-142vneq).ant-tooltip.ant-tooltip-blue .ant-tooltip-inner {
    background-color: #1677ff;
}

:where(.css-142vneq).ant-tooltip.ant-tooltip-blue .ant-tooltip-arrow {
    --antd-arrow-background-color: #1677ff;
}

:where(.css-142vneq).ant-tooltip.ant-tooltip-purple .ant-tooltip-inner {
    background-color: #722ed1;
}

:where(.css-142vneq).ant-tooltip.ant-tooltip-purple .ant-tooltip-arrow {
    --antd-arrow-background-color: #722ed1;
}

:where(.css-142vneq).ant-tooltip.ant-tooltip-cyan .ant-tooltip-inner {
    background-color: #13c2c2;
}

:where(.css-142vneq).ant-tooltip.ant-tooltip-cyan .ant-tooltip-arrow {
    --antd-arrow-background-color: #13c2c2;
}

:where(.css-142vneq).ant-tooltip.ant-tooltip-green .ant-tooltip-inner {
    background-color: #52c41a;
}

:where(.css-142vneq).ant-tooltip.ant-tooltip-green .ant-tooltip-arrow {
    --antd-arrow-background-color: #52c41a;
}

:where(.css-142vneq).ant-tooltip.ant-tooltip-magenta .ant-tooltip-inner {
    background-color: #eb2f96;
}

:where(.css-142vneq).ant-tooltip.ant-tooltip-magenta .ant-tooltip-arrow {
    --antd-arrow-background-color: #eb2f96;
}

:where(.css-142vneq).ant-tooltip.ant-tooltip-pink .ant-tooltip-inner {
    background-color: #eb2f96;
}

:where(.css-142vneq).ant-tooltip.ant-tooltip-pink .ant-tooltip-arrow {
    --antd-arrow-background-color: #eb2f96;
}

:where(.css-142vneq).ant-tooltip.ant-tooltip-red .ant-tooltip-inner {
    background-color: #f5222d;
}

:where(.css-142vneq).ant-tooltip.ant-tooltip-red .ant-tooltip-arrow {
    --antd-arrow-background-color: #f5222d;
}

:where(.css-142vneq).ant-tooltip.ant-tooltip-orange .ant-tooltip-inner {
    background-color: #fa8c16;
}

:where(.css-142vneq).ant-tooltip.ant-tooltip-orange .ant-tooltip-arrow {
    --antd-arrow-background-color: #fa8c16;
}

:where(.css-142vneq).ant-tooltip.ant-tooltip-yellow .ant-tooltip-inner {
    background-color: #fadb14;
}

:where(.css-142vneq).ant-tooltip.ant-tooltip-yellow .ant-tooltip-arrow {
    --antd-arrow-background-color: #fadb14;
}

:where(.css-142vneq).ant-tooltip.ant-tooltip-volcano .ant-tooltip-inner {
    background-color: #fa541c;
}

:where(.css-142vneq).ant-tooltip.ant-tooltip-volcano .ant-tooltip-arrow {
    --antd-arrow-background-color: #fa541c;
}

:where(.css-142vneq).ant-tooltip.ant-tooltip-geekblue .ant-tooltip-inner {
    background-color: #2f54eb;
}

:where(.css-142vneq).ant-tooltip.ant-tooltip-geekblue .ant-tooltip-arrow {
    --antd-arrow-background-color: #2f54eb;
}

:where(.css-142vneq).ant-tooltip.ant-tooltip-lime .ant-tooltip-inner {
    background-color: #a0d911;
}

:where(.css-142vneq).ant-tooltip.ant-tooltip-lime .ant-tooltip-arrow {
    --antd-arrow-background-color: #a0d911;
}

:where(.css-142vneq).ant-tooltip.ant-tooltip-gold .ant-tooltip-inner {
    background-color: #faad14;
}

:where(.css-142vneq).ant-tooltip.ant-tooltip-gold .ant-tooltip-arrow {
    --antd-arrow-background-color: #faad14;
}

:where(.css-142vneq).ant-tooltip-rtl {
    direction: rtl;
}

:where(.css-142vneq).ant-tooltip .ant-tooltip-arrow {
    position: absolute;
    z-index: 1;
    display: block;
    pointer-events: none;
    width: 16px;
    height: 16px;
    overflow: hidden;
}

:where(.css-142vneq).ant-tooltip .ant-tooltip-arrow::before {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    width: 16px;
    height: 8px;
    background: var(--antd-arrow-background-color);
    clip-path: polygon(1.6568542494923806px 100%, 50% 1.6568542494923806px, 14.34314575050762px 100%, 1.6568542494923806px 100%);
    clip-path: path('M 0 8 A 4 4 0 0 0 2.82842712474619 6.82842712474619 L 6.585786437626905 3.0710678118654755 A 2 2 0 0 1 9.414213562373096 3.0710678118654755 L 13.17157287525381 6.82842712474619 A 4 4 0 0 0 16 8 Z');
    content: "";
}

:where(.css-142vneq).ant-tooltip .ant-tooltip-arrow::after {
    content: "";
    position: absolute;
    width: 8.970562748477143px;
    height: 8.970562748477143px;
    bottom: 0;
    inset-inline: 0;
    margin: auto;
    border-radius: 0 0 2px 0;
    transform: translateY(50%) rotate(-135deg);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
    z-index: 0;
    background: transparent;
}

:where(.css-142vneq).ant-tooltip .ant-tooltip-arrow:before {
    background: var(--antd-arrow-background-color);
}

:where(.css-142vneq).ant-tooltip-placement-top>.ant-tooltip-arrow, :where(.css-142vneq).ant-tooltip-placement-topLeft>.ant-tooltip-arrow, :where(.css-142vneq).ant-tooltip-placement-topRight>.ant-tooltip-arrow {
    bottom: 0;
    transform: translateY(100%) rotate(180deg);
}

:where(.css-142vneq).ant-tooltip-placement-top>.ant-tooltip-arrow {
    left: 50%;
    transform: translateX(-50%) translateY(100%) rotate(180deg);
}

:where(.css-142vneq).ant-tooltip-placement-topLeft {
    --arrow-offset-horizontal: 12px;
}

:where(.css-142vneq).ant-tooltip-placement-topLeft>.ant-tooltip-arrow {
    left: 12px;
}

:where(.css-142vneq).ant-tooltip-placement-topRight {
    --arrow-offset-horizontal: calc(100% - 12px);
}

:where(.css-142vneq).ant-tooltip-placement-topRight>.ant-tooltip-arrow {
    right: 12px;
}

:where(.css-142vneq).ant-tooltip-placement-bottom>.ant-tooltip-arrow, :where(.css-142vneq).ant-tooltip-placement-bottomLeft>.ant-tooltip-arrow, :where(.css-142vneq).ant-tooltip-placement-bottomRight>.ant-tooltip-arrow {
    top: 0;
    transform: translateY(-100%);
}

:where(.css-142vneq).ant-tooltip-placement-bottom>.ant-tooltip-arrow {
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
}

:where(.css-142vneq).ant-tooltip-placement-bottomLeft {
    --arrow-offset-horizontal: 12px;
}

:where(.css-142vneq).ant-tooltip-placement-bottomLeft>.ant-tooltip-arrow {
    left: 12px;
}

:where(.css-142vneq).ant-tooltip-placement-bottomRight {
    --arrow-offset-horizontal: calc(100% - 12px);
}

:where(.css-142vneq).ant-tooltip-placement-bottomRight>.ant-tooltip-arrow {
    right: 12px;
}

:where(.css-142vneq).ant-tooltip-placement-left>.ant-tooltip-arrow, :where(.css-142vneq).ant-tooltip-placement-leftTop>.ant-tooltip-arrow, :where(.css-142vneq).ant-tooltip-placement-leftBottom>.ant-tooltip-arrow {
    right: 0;
    transform: translateX(100%) rotate(90deg);
}

:where(.css-142vneq).ant-tooltip-placement-left>.ant-tooltip-arrow {
    top: 50%;
    transform: translateY(-50%) translateX(100%) rotate(90deg);
}

:where(.css-142vneq).ant-tooltip-placement-leftTop>.ant-tooltip-arrow {
    top: 8px;
}

:where(.css-142vneq).ant-tooltip-placement-leftBottom>.ant-tooltip-arrow {
    bottom: 8px;
}

:where(.css-142vneq).ant-tooltip-placement-right>.ant-tooltip-arrow, :where(.css-142vneq).ant-tooltip-placement-rightTop>.ant-tooltip-arrow, :where(.css-142vneq).ant-tooltip-placement-rightBottom>.ant-tooltip-arrow {
    left: 0;
    transform: translateX(-100%) rotate(-90deg);
}

:where(.css-142vneq).ant-tooltip-placement-right>.ant-tooltip-arrow {
    top: 50%;
    transform: translateY(-50%) translateX(-100%) rotate(-90deg);
}

:where(.css-142vneq).ant-tooltip-placement-rightTop>.ant-tooltip-arrow {
    top: 8px;
}

:where(.css-142vneq).ant-tooltip-placement-rightBottom>.ant-tooltip-arrow {
    bottom: 8px;
}

:where(.css-142vneq).ant-tooltip-pure {
    position: relative;
    max-width: none;
    margin: 16px;
}

:where(.css-142vneq).ant-zoom-big-fast-enter, :where(.css-142vneq).ant-zoom-big-fast-appear {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-zoom-big-fast-leave {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active, :where(.css-142vneq).ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active {
    animation-name: css-142vneq-antZoomBigIn;
    animation-play-state: running;
}

:where(.css-142vneq).ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active {
    animation-name: css-142vneq-antZoomBigOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-142vneq).ant-zoom-big-fast-enter, :where(.css-142vneq).ant-zoom-big-fast-appear {
    transform: scale(0);
    opacity: 0;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

:where(.css-142vneq).ant-zoom-big-fast-enter-prepare, :where(.css-142vneq).ant-zoom-big-fast-appear-prepare {
    transform: none;
}

:where(.css-142vneq).ant-zoom-big-fast-leave {
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

@keyframes css-142vneq-antZoomBigIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes css-142vneq-antZoomBigOut {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
        opacity: 0;
    }
}

:where(.css-142vneq).ant-dropdown {
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: 1050;
    display: block;
}

:where(.css-142vneq).ant-dropdown::before {
    position: absolute;
    inset-block: -4px;
    z-index: -9999;
    opacity: 0.0001;
    content: "";
}

:where(.css-142vneq).ant-dropdown-menu-vertical {
    max-height: 100vh;
    overflow-y: auto;
}

:where(.css-142vneq).ant-dropdown-trigger.ant-btn>.anticon-down, :where(.css-142vneq).ant-dropdown-trigger.ant-btn>.ant-btn-icon>.anticon-down {
    font-size: 12px;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-wrap {
    position: relative;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-wrap .ant-btn>.anticon-down {
    font-size: 12px;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-wrap .anticon-down::before {
    transition: transform 0.2s;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-wrap-open .anticon-down::before {
    transform: rotate(180deg);
}

:where(.css-142vneq).ant-dropdown-hidden, :where(.css-142vneq).ant-dropdown-menu-hidden, :where(.css-142vneq).ant-dropdown-menu-submenu-hidden {
    display: none;
}

:where(.css-142vneq).ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomLeft, :where(.css-142vneq).ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomLeft, :where(.css-142vneq).ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottom, :where(.css-142vneq).ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottom, :where(.css-142vneq).ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomRight, :where(.css-142vneq).ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomRight {
    animation-name: css-142vneq-antSlideUpIn;
}

:where(.css-142vneq).ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topLeft, :where(.css-142vneq).ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topLeft, :where(.css-142vneq).ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-top, :where(.css-142vneq).ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-top, :where(.css-142vneq).ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topRight, :where(.css-142vneq).ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topRight {
    animation-name: css-142vneq-antSlideDownIn;
}

:where(.css-142vneq).ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomLeft, :where(.css-142vneq).ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottom, :where(.css-142vneq).ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomRight {
    animation-name: css-142vneq-antSlideUpOut;
}

:where(.css-142vneq).ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topLeft, :where(.css-142vneq).ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-top, :where(.css-142vneq).ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topRight {
    animation-name: css-142vneq-antSlideDownOut;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-arrow {
    position: absolute;
    z-index: 1;
    display: block;
    pointer-events: none;
    width: 16px;
    height: 16px;
    overflow: hidden;
}

:where(.css-142vneq).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-142vneq).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: 2px 2px 5px rgba(0, 0, 0, 0.05);
    z-index: 0;
    background: transparent;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-arrow:before {
    background: #ffffff;
}

:where(.css-142vneq).ant-dropdown-placement-top>.ant-dropdown-arrow, :where(.css-142vneq).ant-dropdown-placement-topLeft>.ant-dropdown-arrow, :where(.css-142vneq).ant-dropdown-placement-topRight>.ant-dropdown-arrow {
    bottom: 0;
    transform: translateY(100%) rotate(180deg);
}

:where(.css-142vneq).ant-dropdown-placement-top>.ant-dropdown-arrow {
    left: 50%;
    transform: translateX(-50%) translateY(100%) rotate(180deg);
}

:where(.css-142vneq).ant-dropdown-placement-topLeft {
    --arrow-offset-horizontal: 12px;
}

:where(.css-142vneq).ant-dropdown-placement-topLeft>.ant-dropdown-arrow {
    left: 12px;
}

:where(.css-142vneq).ant-dropdown-placement-topRight {
    --arrow-offset-horizontal: calc(100% - 12px);
}

:where(.css-142vneq).ant-dropdown-placement-topRight>.ant-dropdown-arrow {
    right: 12px;
}

:where(.css-142vneq).ant-dropdown-placement-bottom>.ant-dropdown-arrow, :where(.css-142vneq).ant-dropdown-placement-bottomLeft>.ant-dropdown-arrow, :where(.css-142vneq).ant-dropdown-placement-bottomRight>.ant-dropdown-arrow {
    top: 0;
    transform: translateY(-100%);
}

:where(.css-142vneq).ant-dropdown-placement-bottom>.ant-dropdown-arrow {
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
}

:where(.css-142vneq).ant-dropdown-placement-bottomLeft {
    --arrow-offset-horizontal: 12px;
}

:where(.css-142vneq).ant-dropdown-placement-bottomLeft>.ant-dropdown-arrow {
    left: 12px;
}

:where(.css-142vneq).ant-dropdown-placement-bottomRight {
    --arrow-offset-horizontal: calc(100% - 12px);
}

:where(.css-142vneq).ant-dropdown-placement-bottomRight>.ant-dropdown-arrow {
    right: 12px;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu {
    position: relative;
    margin: 0;
}

:where(.css-142vneq).ant-dropdown-menu-submenu-popup {
    position: absolute;
    z-index: 1050;
    background: transparent;
    box-shadow: none;
    transform-origin: 0 0;
}

:where(.css-142vneq).ant-dropdown-menu-submenu-popup ul, :where(.css-142vneq).ant-dropdown-menu-submenu-popup li {
    list-style: none;
    margin: 0;
}

:where(.css-142vneq).ant-dropdown, :where(.css-142vneq).ant-dropdown-menu-submenu {
    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-142vneq).ant-dropdown .ant-dropdown-menu, :where(.css-142vneq).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-142vneq).ant-dropdown .ant-dropdown-menu:focus-visible, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu:focus-visible {
    outline: 3px solid #91caff;
    outline-offset: 1px;
    transition: outline-offset 0s, outline 0s;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu:empty, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu:empty {
    padding: 0;
    box-shadow: none;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-group-title, :where(.css-142vneq).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-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item {
    position: relative;
    display: flex;
    align-items: center;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-icon, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-icon {
    min-width: 14px;
    margin-inline-end: 8px;
    font-size: 12px;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-title-content, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-title-content {
    flex: auto;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-title-content-with-extra, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-title-content-with-extra {
    display: inline-flex;
    align-items: center;
    width: 100%;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-title-content>a, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-title-content>a {
    color: inherit;
    transition: all 0.2s;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-title-content>a:hover, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-title-content>a:hover {
    color: inherit;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-title-content>a::after, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-title-content>a::after {
    position: absolute;
    inset: 0;
    content: "";
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-title-content .ant-dropdown-menu-item-extra, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-title-content .ant-dropdown-menu-item-extra {
    padding-inline-start: 16px;
    margin-inline-start: auto;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.45);
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item, :where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title {
    display: flex;
    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;
    border-radius: 4px;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:hover, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item:hover, :where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title:hover, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title:hover, :where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-active, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-active, :where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title-active, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title-active {
    background-color: rgba(0, 0, 0, 0.04);
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:focus-visible, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item:focus-visible, :where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title:focus-visible, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title:focus-visible {
    outline: 3px solid #91caff;
    outline-offset: 1px;
    transition: outline-offset 0s, outline 0s;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-selected, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-selected, :where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title-selected, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title-selected {
    color: #1677ff;
    background-color: #e6f4ff;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-selected:hover, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-selected:hover, :where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title-selected:hover, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title-selected:hover, :where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-selected-active, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-selected-active, :where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title-selected-active, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title-selected-active {
    background-color: #bae0ff;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-disabled, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-disabled, :where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title-disabled, :where(.css-142vneq).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-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-disabled:hover, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-disabled:hover, :where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title-disabled:hover, :where(.css-142vneq).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-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-disabled a, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-disabled a, :where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title-disabled a, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title-disabled a {
    pointer-events: none;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-divider, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-divider, :where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title-divider, :where(.css-142vneq).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-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon, :where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon, :where(.css-142vneq).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-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon, :where(.css-142vneq).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-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon, :where(.css-142vneq).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-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-group-list, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-group-list {
    margin: 0 8px;
    padding: 0;
    list-style: none;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title {
    padding-inline-end: 24px;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-vertical, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-vertical {
    position: relative;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title, :where(.css-142vneq).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-142vneq).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-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title, :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
    color: #1677ff;
}

:where(.css-142vneq).ant-slide-up-enter, :where(.css-142vneq).ant-slide-up-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-slide-up-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-slide-up-enter.ant-slide-up-enter-active, :where(.css-142vneq).ant-slide-up-appear.ant-slide-up-appear-active {
    animation-name: css-142vneq-antSlideUpIn;
    animation-play-state: running;
}

:where(.css-142vneq).ant-slide-up-leave.ant-slide-up-leave-active {
    animation-name: css-142vneq-antSlideUpOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-142vneq).ant-slide-up-enter, :where(.css-142vneq).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-142vneq).ant-slide-up-enter-prepare, :where(.css-142vneq).ant-slide-up-appear-prepare {
    transform: scale(1);
}

:where(.css-142vneq).ant-slide-up-leave {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

:where(.css-142vneq).ant-slide-down-enter, :where(.css-142vneq).ant-slide-down-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-slide-down-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-slide-down-enter.ant-slide-down-enter-active, :where(.css-142vneq).ant-slide-down-appear.ant-slide-down-appear-active {
    animation-name: css-142vneq-antSlideDownIn;
    animation-play-state: running;
}

:where(.css-142vneq).ant-slide-down-leave.ant-slide-down-leave-active {
    animation-name: css-142vneq-antSlideDownOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-142vneq).ant-slide-down-enter, :where(.css-142vneq).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-142vneq).ant-slide-down-enter-prepare, :where(.css-142vneq).ant-slide-down-appear-prepare {
    transform: scale(1);
}

:where(.css-142vneq).ant-slide-down-leave {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

:where(.css-142vneq).ant-move-up-enter, :where(.css-142vneq).ant-move-up-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-move-up-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-move-up-enter.ant-move-up-enter-active, :where(.css-142vneq).ant-move-up-appear.ant-move-up-appear-active {
    animation-name: css-142vneq-antMoveUpIn;
    animation-play-state: running;
}

:where(.css-142vneq).ant-move-up-leave.ant-move-up-leave-active {
    animation-name: css-142vneq-antMoveUpOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-142vneq).ant-move-up-enter, :where(.css-142vneq).ant-move-up-appear {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

:where(.css-142vneq).ant-move-up-leave {
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

:where(.css-142vneq).ant-move-down-enter, :where(.css-142vneq).ant-move-down-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-move-down-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-move-down-enter.ant-move-down-enter-active, :where(.css-142vneq).ant-move-down-appear.ant-move-down-appear-active {
    animation-name: css-142vneq-antMoveDownIn;
    animation-play-state: running;
}

:where(.css-142vneq).ant-move-down-leave.ant-move-down-leave-active {
    animation-name: css-142vneq-antMoveDownOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-142vneq).ant-move-down-enter, :where(.css-142vneq).ant-move-down-appear {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

:where(.css-142vneq).ant-move-down-leave {
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

:where(.css-142vneq).ant-zoom-big-enter, :where(.css-142vneq).ant-zoom-big-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-zoom-big-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-zoom-big-enter.ant-zoom-big-enter-active, :where(.css-142vneq).ant-zoom-big-appear.ant-zoom-big-appear-active {
    animation-name: css-142vneq-antZoomBigIn;
    animation-play-state: running;
}

:where(.css-142vneq).ant-zoom-big-leave.ant-zoom-big-leave-active {
    animation-name: css-142vneq-antZoomBigOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-142vneq).ant-zoom-big-enter, :where(.css-142vneq).ant-zoom-big-appear {
    transform: scale(0);
    opacity: 0;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

:where(.css-142vneq).ant-zoom-big-enter-prepare, :where(.css-142vneq).ant-zoom-big-appear-prepare {
    transform: none;
}

:where(.css-142vneq).ant-zoom-big-leave {
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-danger:not(.ant-dropdown-menu-item-disabled), :where(.css-142vneq).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-danger:not(.ant-dropdown-menu-item-disabled) {
    color: #ff4d4f;
}

:where(.css-142vneq).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-danger:not(.ant-dropdown-menu-item-disabled):hover, :where(.css-142vneq).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: #ff4d4f;
}

@keyframes css-142vneq-antSlideUpIn {
    0% {
        transform: scaleY(0.8);
        transform-origin: 0% 0%;
        opacity: 0;
    }

    100% {
        transform: scaleY(1);
        transform-origin: 0% 0%;
        opacity: 1;
    }
}

@keyframes css-142vneq-antSlideDownIn {
    0% {
        transform: scaleY(0.8);
        transform-origin: 100% 100%;
        opacity: 0;
    }

    100% {
        transform: scaleY(1);
        transform-origin: 100% 100%;
        opacity: 1;
    }
}

@keyframes css-142vneq-antSlideUpOut {
    0% {
        transform: scaleY(1);
        transform-origin: 0% 0%;
        opacity: 1;
    }

    100% {
        transform: scaleY(0.8);
        transform-origin: 0% 0%;
        opacity: 0;
    }
}

@keyframes css-142vneq-antSlideDownOut {
    0% {
        transform: scaleY(1);
        transform-origin: 100% 100%;
        opacity: 1;
    }

    100% {
        transform: scaleY(0.8);
        transform-origin: 100% 100%;
        opacity: 0;
    }
}

@keyframes css-142vneq-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-142vneq-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-142vneq-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-142vneq-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;
    }
}

:where(.css-142vneq)[class^="ant-avatar"], :where(.css-142vneq)[class*=" ant-avatar"] {
    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-142vneq)[class^="ant-avatar"]::before, :where(.css-142vneq)[class*=" ant-avatar"]::before, :where(.css-142vneq)[class^="ant-avatar"]::after, :where(.css-142vneq)[class*=" ant-avatar"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-avatar"] [class^="ant-avatar"], :where(.css-142vneq)[class*=" ant-avatar"] [class^="ant-avatar"], :where(.css-142vneq)[class^="ant-avatar"] [class*=" ant-avatar"], :where(.css-142vneq)[class*=" ant-avatar"] [class*=" ant-avatar"] {
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-avatar"] [class^="ant-avatar"]::before, :where(.css-142vneq)[class*=" ant-avatar"] [class^="ant-avatar"]::before, :where(.css-142vneq)[class^="ant-avatar"] [class*=" ant-avatar"]::before, :where(.css-142vneq)[class*=" ant-avatar"] [class*=" ant-avatar"]::before, :where(.css-142vneq)[class^="ant-avatar"] [class^="ant-avatar"]::after, :where(.css-142vneq)[class*=" ant-avatar"] [class^="ant-avatar"]::after, :where(.css-142vneq)[class^="ant-avatar"] [class*=" ant-avatar"]::after, :where(.css-142vneq)[class*=" ant-avatar"] [class*=" ant-avatar"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-avatar {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #fff;
    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-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid transparent;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

:where(.css-142vneq).ant-avatar-image {
    background: transparent;
}

:where(.css-142vneq).ant-avatar .ant-image-img {
    display: block;
}

:where(.css-142vneq).ant-avatar.ant-avatar-square {
    border-radius: 6px;
}

:where(.css-142vneq).ant-avatar.ant-avatar-icon {
    font-size: 18px;
}

:where(.css-142vneq).ant-avatar.ant-avatar-icon>.anticon {
    margin: 0;
}

:where(.css-142vneq).ant-avatar-lg {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

:where(.css-142vneq).ant-avatar-lg.ant-avatar-square {
    border-radius: 8px;
}

:where(.css-142vneq).ant-avatar-lg.ant-avatar-icon {
    font-size: 24px;
}

:where(.css-142vneq).ant-avatar-lg.ant-avatar-icon>.anticon {
    margin: 0;
}

:where(.css-142vneq).ant-avatar-sm {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

:where(.css-142vneq).ant-avatar-sm.ant-avatar-square {
    border-radius: 4px;
}

:where(.css-142vneq).ant-avatar-sm.ant-avatar-icon {
    font-size: 14px;
}

:where(.css-142vneq).ant-avatar-sm.ant-avatar-icon>.anticon {
    margin: 0;
}

:where(.css-142vneq).ant-avatar>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

:where(.css-142vneq).ant-avatar-group {
    display: inline-flex;
}

:where(.css-142vneq).ant-avatar-group .ant-avatar {
    border-color: #ffffff;
}

:where(.css-142vneq).ant-avatar-group>*:not(:first-child) {
    margin-inline-start: -8px;
}

:where(.css-142vneq).ant-avatar-group-popover .ant-avatar+.ant-avatar {
    margin-inline-start: 4px;
}

:where(.css-142vneq)[class^="ant-modal"], :where(.css-142vneq)[class*=" ant-modal"] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 14px;
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-modal"]::before, :where(.css-142vneq)[class*=" ant-modal"]::before, :where(.css-142vneq)[class^="ant-modal"]::after, :where(.css-142vneq)[class*=" ant-modal"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-modal"] [class^="ant-modal"], :where(.css-142vneq)[class*=" ant-modal"] [class^="ant-modal"], :where(.css-142vneq)[class^="ant-modal"] [class*=" ant-modal"], :where(.css-142vneq)[class*=" ant-modal"] [class*=" ant-modal"] {
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-modal"] [class^="ant-modal"]::before, :where(.css-142vneq)[class*=" ant-modal"] [class^="ant-modal"]::before, :where(.css-142vneq)[class^="ant-modal"] [class*=" ant-modal"]::before, :where(.css-142vneq)[class*=" ant-modal"] [class*=" ant-modal"]::before, :where(.css-142vneq)[class^="ant-modal"] [class^="ant-modal"]::after, :where(.css-142vneq)[class*=" ant-modal"] [class^="ant-modal"]::after, :where(.css-142vneq)[class^="ant-modal"] [class*=" ant-modal"]::after, :where(.css-142vneq)[class*=" ant-modal"] [class*=" ant-modal"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-modal-root .ant-modal-wrap-rtl {
    direction: rtl;
}

:where(.css-142vneq).ant-modal-root .ant-modal-centered {
    text-align: center;
}

:where(.css-142vneq).ant-modal-root .ant-modal-centered::before {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    content: "";
}

:where(.css-142vneq).ant-modal-root .ant-modal-centered .ant-modal {
    top: 0;
    display: inline-block;
    padding-bottom: 0;
    text-align: start;
    vertical-align: middle;
}

@media (max-width: 767px) {
    :where(.css-142vneq).ant-modal-root .ant-modal {
        max-width: calc(100vw - 16px);
        margin: 8px auto;
    }

    :where(.css-142vneq).ant-modal-root .ant-modal-centered .ant-modal {
        flex: 1;
    }
}

:where(.css-142vneq).ant-modal {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    pointer-events: none;
    position: relative;
    top: 100px;
    width: auto;
    max-width: calc(100vw - 32px);
    padding-bottom: 24px;
}

:where(.css-142vneq).ant-modal .ant-modal-title {
    margin: 0;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    word-wrap: break-word;
}

:where(.css-142vneq).ant-modal .ant-modal-content {
    position: relative;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    pointer-events: auto;
    padding: 20px 24px;
}

:where(.css-142vneq).ant-modal .ant-modal-close {
    position: absolute;
    top: 12px;
    inset-inline-end: 12px;
    z-index: 1010;
    padding: 0;
    color: rgba(0, 0, 0, 0.45);
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    background: transparent;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: color 0.2s, background-color 0.2s;
}

:where(.css-142vneq).ant-modal .ant-modal-close-x {
    display: flex;
    font-size: 16px;
    font-style: normal;
    line-height: 32px;
    justify-content: center;
    text-transform: none;
    text-rendering: auto;
}

:where(.css-142vneq).ant-modal .ant-modal-close:disabled {
    pointer-events: none;
}

:where(.css-142vneq).ant-modal .ant-modal-close:hover {
    color: rgba(0, 0, 0, 0.88);
    background-color: rgba(0, 0, 0, 0.06);
    text-decoration: none;
}

:where(.css-142vneq).ant-modal .ant-modal-close:active {
    background-color: rgba(0, 0, 0, 0.15);
}

:where(.css-142vneq).ant-modal .ant-modal-close:focus-visible {
    outline: 3px solid #91caff;
    outline-offset: 1px;
    transition: outline-offset 0s, outline 0s;
}

:where(.css-142vneq).ant-modal .ant-modal-header {
    color: rgba(0, 0, 0, 0.88);
    background: #ffffff;
    border-radius: 8px 8px 0 0;
    margin-bottom: 8px;
    padding: 0;
    border-bottom: none;
}

:where(.css-142vneq).ant-modal .ant-modal-body {
    font-size: 14px;
    line-height: 1.5714285714285714;
    word-wrap: break-word;
    padding: 0;
}

:where(.css-142vneq).ant-modal .ant-modal-body .ant-modal-body-skeleton {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 16px auto;
}

:where(.css-142vneq).ant-modal .ant-modal-footer {
    text-align: end;
    background: transparent;
    margin-top: 12px;
    padding: 0;
    border-top: none;
    border-radius: 0;
}

:where(.css-142vneq).ant-modal .ant-modal-footer>.ant-btn+.ant-btn {
    margin-inline-start: 8px;
}

:where(.css-142vneq).ant-modal .ant-modal-open {
    overflow: hidden;
}

:where(.css-142vneq).ant-modal-pure-panel {
    top: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
}

:where(.css-142vneq).ant-modal-pure-panel .ant-modal-content, :where(.css-142vneq).ant-modal-pure-panel .ant-modal-body, :where(.css-142vneq).ant-modal-pure-panel .ant-modal-confirm-body-wrapper {
    display: flex;
    flex-direction: column;
    flex: auto;
}

:where(.css-142vneq).ant-modal-pure-panel .ant-modal-confirm-body {
    margin-bottom: auto;
}

:where(.css-142vneq).ant-modal-root .ant-modal-wrap-rtl {
    direction: rtl;
}

:where(.css-142vneq).ant-modal-root .ant-modal-wrap-rtl .ant-modal-confirm-body {
    direction: rtl;
}

:where(.css-142vneq).ant-modal-root .ant-modal.ant-zoom-enter, :where(.css-142vneq).ant-modal-root .ant-modal.ant-zoom-appear {
    transform: none;
    opacity: 0;
    animation-duration: 0.3s;
    user-select: none;
}

:where(.css-142vneq).ant-modal-root .ant-modal.ant-zoom-leave .ant-modal-content {
    pointer-events: none;
}

:where(.css-142vneq).ant-modal-root .ant-modal-mask {
    position: fixed;
    inset: 0;
    z-index: 1000;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    pointer-events: none;
}

:where(.css-142vneq).ant-modal-root .ant-modal-mask .ant-modal-hidden {
    display: none;
}

:where(.css-142vneq).ant-modal-root .ant-modal-wrap {
    position: fixed;
    inset: 0;
    z-index: 1000;
    overflow: auto;
    outline: 0;
    -webkit-overflow-scrolling: touch;
}

:where(.css-142vneq).ant-modal-root .ant-fade-enter, :where(.css-142vneq).ant-modal-root .ant-fade-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-modal-root .ant-fade-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-modal-root .ant-fade-enter.ant-fade-enter-active, :where(.css-142vneq).ant-modal-root .ant-fade-appear.ant-fade-appear-active {
    animation-name: css-142vneq-antFadeIn;
    animation-play-state: running;
}

:where(.css-142vneq).ant-modal-root .ant-fade-leave.ant-fade-leave-active {
    animation-name: css-142vneq-antFadeOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-142vneq).ant-modal-root .ant-fade-enter, :where(.css-142vneq).ant-modal-root .ant-fade-appear {
    opacity: 0;
    animation-timing-function: linear;
}

:where(.css-142vneq).ant-modal-root .ant-fade-leave {
    animation-timing-function: linear;
}

:where(.css-142vneq).ant-zoom-enter, :where(.css-142vneq).ant-zoom-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-zoom-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-zoom-enter.ant-zoom-enter-active, :where(.css-142vneq).ant-zoom-appear.ant-zoom-appear-active {
    animation-name: css-142vneq-antZoomIn;
    animation-play-state: running;
}

:where(.css-142vneq).ant-zoom-leave.ant-zoom-leave-active {
    animation-name: css-142vneq-antZoomOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-142vneq).ant-zoom-enter, :where(.css-142vneq).ant-zoom-appear {
    transform: scale(0);
    opacity: 0;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

:where(.css-142vneq).ant-zoom-enter-prepare, :where(.css-142vneq).ant-zoom-appear-prepare {
    transform: none;
}

:where(.css-142vneq).ant-zoom-leave {
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

@keyframes css-142vneq-antFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes css-142vneq-antFadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes css-142vneq-antZoomIn {
    0% {
        transform: scale(0.2);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes css-142vneq-antZoomOut {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.2);
        opacity: 0;
    }
}

:where(.css-142vneq).ant-skeleton {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 14px;
    box-sizing: border-box;
}

:where(.css-142vneq).ant-skeleton::before, :where(.css-142vneq).ant-skeleton::after {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-skeleton [class^="ant-skeleton"], :where(.css-142vneq).ant-skeleton [class*=" ant-skeleton"] {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-skeleton [class^="ant-skeleton"]::before, :where(.css-142vneq).ant-skeleton [class*=" ant-skeleton"]::before, :where(.css-142vneq).ant-skeleton [class^="ant-skeleton"]::after, :where(.css-142vneq).ant-skeleton [class*=" ant-skeleton"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-skeleton {
    display: table;
    width: 100%;
}

:where(.css-142vneq).ant-skeleton .ant-skeleton-header {
    display: table-cell;
    padding-inline-end: 16px;
    vertical-align: top;
}

:where(.css-142vneq).ant-skeleton .ant-skeleton-header .ant-skeleton-avatar {
    display: inline-block;
    vertical-align: top;
    background: rgba(0, 0, 0, 0.06);
    width: 32px;
    height: 32px;
    line-height: 32px;
}

:where(.css-142vneq).ant-skeleton .ant-skeleton-header .ant-skeleton-avatar-circle {
    border-radius: 50%;
}

:where(.css-142vneq).ant-skeleton .ant-skeleton-header .ant-skeleton-avatar-lg {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

:where(.css-142vneq).ant-skeleton .ant-skeleton-header .ant-skeleton-avatar-sm {
    width: 24px;
    height: 24px;
    line-height: 24px;
}

:where(.css-142vneq).ant-skeleton .ant-skeleton-content {
    display: table-cell;
    width: 100%;
    vertical-align: top;
}

:where(.css-142vneq).ant-skeleton .ant-skeleton-content .ant-skeleton-title {
    width: 100%;
    height: 16px;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

:where(.css-142vneq).ant-skeleton .ant-skeleton-content .ant-skeleton-title+.ant-skeleton-paragraph {
    margin-block-start: 24px;
}

:where(.css-142vneq).ant-skeleton .ant-skeleton-content .ant-skeleton-paragraph {
    padding: 0;
}

:where(.css-142vneq).ant-skeleton .ant-skeleton-content .ant-skeleton-paragraph>li {
    width: 100%;
    height: 16px;
    list-style: none;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

:where(.css-142vneq).ant-skeleton .ant-skeleton-content .ant-skeleton-paragraph>li+li {
    margin-block-start: 16px;
}

:where(.css-142vneq).ant-skeleton .ant-skeleton-content .ant-skeleton-paragraph>li:last-child:not(:first-child):not(:nth-child(2)) {
    width: 61%;
}

:where(.css-142vneq).ant-skeleton-round .ant-skeleton-content .ant-skeleton-title, :where(.css-142vneq).ant-skeleton-round .ant-skeleton-content .ant-skeleton-paragraph>li {
    border-radius: 100px;
}

:where(.css-142vneq).ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title {
    margin-block-start: 12px;
}

:where(.css-142vneq).ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title+.ant-skeleton-paragraph {
    margin-block-start: 28px;
}

:where(.css-142vneq).ant-skeleton.ant-skeleton-element {
    display: inline-block;
    width: auto;
}

:where(.css-142vneq).ant-skeleton.ant-skeleton-element .ant-skeleton-button {
    display: inline-block;
    vertical-align: top;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    width: 64px;
    min-width: 64px;
    height: 32px;
    line-height: 32px;
}

:where(.css-142vneq).ant-skeleton.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-circle {
    width: 32px;
    min-width: 32px;
    border-radius: 50%;
}

:where(.css-142vneq).ant-skeleton.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-round {
    border-radius: 32px;
}

:where(.css-142vneq).ant-skeleton.ant-skeleton-element .ant-skeleton-button-lg {
    width: 80px;
    min-width: 80px;
    height: 40px;
    line-height: 40px;
}

:where(.css-142vneq).ant-skeleton.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-circle {
    width: 40px;
    min-width: 40px;
    border-radius: 50%;
}

:where(.css-142vneq).ant-skeleton.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-round {
    border-radius: 40px;
}

:where(.css-142vneq).ant-skeleton.ant-skeleton-element .ant-skeleton-button-sm {
    width: 48px;
    min-width: 48px;
    height: 24px;
    line-height: 24px;
}

:where(.css-142vneq).ant-skeleton.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-circle {
    width: 24px;
    min-width: 24px;
    border-radius: 50%;
}

:where(.css-142vneq).ant-skeleton.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-round {
    border-radius: 24px;
}

:where(.css-142vneq).ant-skeleton.ant-skeleton-element .ant-skeleton-avatar {
    display: inline-block;
    vertical-align: top;
    background: rgba(0, 0, 0, 0.06);
    width: 32px;
    height: 32px;
    line-height: 32px;
}

:where(.css-142vneq).ant-skeleton.ant-skeleton-element .ant-skeleton-avatar.ant-skeleton-avatar-circle {
    border-radius: 50%;
}

:where(.css-142vneq).ant-skeleton.ant-skeleton-element .ant-skeleton-avatar.ant-skeleton-avatar-lg {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

:where(.css-142vneq).ant-skeleton.ant-skeleton-element .ant-skeleton-avatar.ant-skeleton-avatar-sm {
    width: 24px;
    height: 24px;
    line-height: 24px;
}

:where(.css-142vneq).ant-skeleton.ant-skeleton-element .ant-skeleton-input {
    display: inline-block;
    vertical-align: top;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    width: 160px;
    min-width: 160px;
    height: 32px;
    line-height: 32px;
}

:where(.css-142vneq).ant-skeleton.ant-skeleton-element .ant-skeleton-input-lg {
    width: 200px;
    min-width: 200px;
    height: 40px;
    line-height: 40px;
}

:where(.css-142vneq).ant-skeleton.ant-skeleton-element .ant-skeleton-input-sm {
    width: 120px;
    min-width: 120px;
    height: 24px;
    line-height: 24px;
}

:where(.css-142vneq).ant-skeleton.ant-skeleton-element .ant-skeleton-image {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    width: 96px;
    height: 96px;
    line-height: 96px;
}

:where(.css-142vneq).ant-skeleton.ant-skeleton-element .ant-skeleton-image .ant-skeleton-image-path {
    fill: #bfbfbf;
}

:where(.css-142vneq).ant-skeleton.ant-skeleton-element .ant-skeleton-image .ant-skeleton-image-svg {
    width: 48px;
    height: 48px;
    line-height: 48px;
    max-width: 192px;
    max-height: 192px;
}

:where(.css-142vneq).ant-skeleton.ant-skeleton-element .ant-skeleton-image .ant-skeleton-image-svg.ant-skeleton-image-svg-circle {
    border-radius: 50%;
}

:where(.css-142vneq).ant-skeleton.ant-skeleton-element .ant-skeleton-image.ant-skeleton-image-circle {
    border-radius: 50%;
}

:where(.css-142vneq).ant-skeleton.ant-skeleton-block {
    width: 100%;
}

:where(.css-142vneq).ant-skeleton.ant-skeleton-block .ant-skeleton-button {
    width: 100%;
}

:where(.css-142vneq).ant-skeleton.ant-skeleton-block .ant-skeleton-input {
    width: 100%;
}

:where(.css-142vneq).ant-skeleton.ant-skeleton-active .ant-skeleton-title, :where(.css-142vneq).ant-skeleton.ant-skeleton-active .ant-skeleton-paragraph>li, :where(.css-142vneq).ant-skeleton.ant-skeleton-active .ant-skeleton-avatar, :where(.css-142vneq).ant-skeleton.ant-skeleton-active .ant-skeleton-button, :where(.css-142vneq).ant-skeleton.ant-skeleton-active .ant-skeleton-input, :where(.css-142vneq).ant-skeleton.ant-skeleton-active .ant-skeleton-image {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.06) 25%, rgba(0, 0, 0, 0.15) 37%, rgba(0, 0, 0, 0.06) 63%);
    background-size: 400% 100%;
    animation-name: css-142vneq-ant-skeleton-loading;
    animation-duration: 1.4s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

@keyframes css-142vneq-ant-skeleton-loading {
    0% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

:where(.css-142vneq)[class^="ant-table"], :where(.css-142vneq)[class*=" ant-table"] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 14px;
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-table"]::before, :where(.css-142vneq)[class*=" ant-table"]::before, :where(.css-142vneq)[class^="ant-table"]::after, :where(.css-142vneq)[class*=" ant-table"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-table"] [class^="ant-table"], :where(.css-142vneq)[class*=" ant-table"] [class^="ant-table"], :where(.css-142vneq)[class^="ant-table"] [class*=" ant-table"], :where(.css-142vneq)[class*=" ant-table"] [class*=" ant-table"] {
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-table"] [class^="ant-table"]::before, :where(.css-142vneq)[class*=" ant-table"] [class^="ant-table"]::before, :where(.css-142vneq)[class^="ant-table"] [class*=" ant-table"]::before, :where(.css-142vneq)[class*=" ant-table"] [class*=" ant-table"]::before, :where(.css-142vneq)[class^="ant-table"] [class^="ant-table"]::after, :where(.css-142vneq)[class*=" ant-table"] [class^="ant-table"]::after, :where(.css-142vneq)[class^="ant-table"] [class*=" ant-table"]::after, :where(.css-142vneq)[class*=" ant-table"] [class*=" ant-table"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-table-wrapper {
    clear: both;
    max-width: 100%;
}

:where(.css-142vneq).ant-table-wrapper::before {
    display: table;
    content: "";
}

:where(.css-142vneq).ant-table-wrapper::after {
    display: table;
    clear: both;
    content: "";
}

:where(.css-142vneq).ant-table-wrapper .ant-table {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    background: #ffffff;
    border-radius: 8px 8px 0 0;
    scrollbar-color: rgba(0, 0, 0, 0.25) rgba(5, 5, 5, 0.06);
}

:where(.css-142vneq).ant-table-wrapper table {
    width: 100%;
    text-align: start;
    border-radius: 8px 8px 0 0;
    border-collapse: separate;
    border-spacing: 0;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-cell, :where(.css-142vneq).ant-table-wrapper .ant-table-thead>tr>th, :where(.css-142vneq).ant-table-wrapper .ant-table-tbody>tr>th, :where(.css-142vneq).ant-table-wrapper .ant-table-tbody>tr>td, :where(.css-142vneq).ant-table-wrapper tfoot>tr>th, :where(.css-142vneq).ant-table-wrapper tfoot>tr>td {
    position: relative;
    padding: 16px 16px;
    overflow-wrap: break-word;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-title {
    padding: 16px 16px;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-thead>tr>th, :where(.css-142vneq).ant-table-wrapper .ant-table-thead>tr>td {
    position: relative;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    text-align: start;
    background: #fafafa;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s ease;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-thead>tr>th[colspan]:not([colspan='1']), :where(.css-142vneq).ant-table-wrapper .ant-table-thead>tr>td[colspan]:not([colspan='1']) {
    text-align: center;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-thead>tr>th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before, :where(.css-142vneq).ant-table-wrapper .ant-table-thead>tr>td:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
    position: absolute;
    top: 50%;
    inset-inline-end: 0;
    width: 1px;
    height: 1.6em;
    background-color: #f0f0f0;
    transform: translateY(-50%);
    transition: background-color 0.2s;
    content: "";
}

:where(.css-142vneq).ant-table-wrapper .ant-table-thead>tr:not(:last-child)>th[colspan] {
    border-bottom: 0;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-tbody>tr>th, :where(.css-142vneq).ant-table-wrapper .ant-table-tbody>tr>td {
    transition: background 0.2s, border-color 0.2s;
    border-bottom: 1px solid #f0f0f0;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-tbody>tr>th>.ant-table-wrapper:only-child .ant-table, :where(.css-142vneq).ant-table-wrapper .ant-table-tbody>tr>td>.ant-table-wrapper:only-child .ant-table, :where(.css-142vneq).ant-table-wrapper .ant-table-tbody>tr>th>.ant-table-expanded-row-fixed>.ant-table-wrapper:only-child .ant-table, :where(.css-142vneq).ant-table-wrapper .ant-table-tbody>tr>td>.ant-table-expanded-row-fixed>.ant-table-wrapper:only-child .ant-table {
    margin-block: -16px;
    margin-inline: 32px -16px;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-tbody>tr>th>.ant-table-wrapper:only-child .ant-table .ant-table-tbody>tr:last-child>td, :where(.css-142vneq).ant-table-wrapper .ant-table-tbody>tr>td>.ant-table-wrapper:only-child .ant-table .ant-table-tbody>tr:last-child>td, :where(.css-142vneq).ant-table-wrapper .ant-table-tbody>tr>th>.ant-table-expanded-row-fixed>.ant-table-wrapper:only-child .ant-table .ant-table-tbody>tr:last-child>td, :where(.css-142vneq).ant-table-wrapper .ant-table-tbody>tr>td>.ant-table-expanded-row-fixed>.ant-table-wrapper:only-child .ant-table .ant-table-tbody>tr:last-child>td {
    border-bottom: 0;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-tbody>tr>th>.ant-table-wrapper:only-child .ant-table .ant-table-tbody>tr:last-child>td:first-child, :where(.css-142vneq).ant-table-wrapper .ant-table-tbody>tr>td>.ant-table-wrapper:only-child .ant-table .ant-table-tbody>tr:last-child>td:first-child, :where(.css-142vneq).ant-table-wrapper .ant-table-tbody>tr>th>.ant-table-expanded-row-fixed>.ant-table-wrapper:only-child .ant-table .ant-table-tbody>tr:last-child>td:first-child, :where(.css-142vneq).ant-table-wrapper .ant-table-tbody>tr>td>.ant-table-expanded-row-fixed>.ant-table-wrapper:only-child .ant-table .ant-table-tbody>tr:last-child>td:first-child, :where(.css-142vneq).ant-table-wrapper .ant-table-tbody>tr>th>.ant-table-wrapper:only-child .ant-table .ant-table-tbody>tr:last-child>td:last-child, :where(.css-142vneq).ant-table-wrapper .ant-table-tbody>tr>td>.ant-table-wrapper:only-child .ant-table .ant-table-tbody>tr:last-child>td:last-child, :where(.css-142vneq).ant-table-wrapper .ant-table-tbody>tr>th>.ant-table-expanded-row-fixed>.ant-table-wrapper:only-child .ant-table .ant-table-tbody>tr:last-child>td:last-child, :where(.css-142vneq).ant-table-wrapper .ant-table-tbody>tr>td>.ant-table-expanded-row-fixed>.ant-table-wrapper:only-child .ant-table .ant-table-tbody>tr:last-child>td:last-child {
    border-radius: 0;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-tbody>tr>th {
    position: relative;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    text-align: start;
    background: #fafafa;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s ease;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-footer {
    padding: 16px 16px;
    color: rgba(0, 0, 0, 0.88);
    background: #fafafa;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-pagination.ant-pagination {
    margin: 16px 0;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-pagination {
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-pagination>* {
    flex: none;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-pagination-left {
    justify-content: flex-start;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-pagination-center {
    justify-content: center;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-pagination-right {
    justify-content: flex-end;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-summary {
    position: relative;
    z-index: 2;
    background: #ffffff;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-summary>tr>th, :where(.css-142vneq).ant-table-wrapper .ant-table-summary>tr>td {
    border-bottom: 1px solid #f0f0f0;
}

:where(.css-142vneq).ant-table-wrapper div.ant-table-summary {
    box-shadow: 0 -1px 0 #f0f0f0;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters {
    outline: none;
    cursor: pointer;
    transition: all 0.3s, left 0s;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters:hover {
    background: #f0f0f0;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters:hover::before {
    background-color: transparent !important;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters:focus-visible {
    color: #1677ff;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover, :where(.css-142vneq).ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover {
    background: #f0f0f0;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-thead th.ant-table-column-sort {
    background: #f0f0f0;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-thead th.ant-table-column-sort::before {
    background-color: transparent !important;
}

:where(.css-142vneq).ant-table-wrapper td.ant-table-column-sort {
    background: #fafafa;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-column-title {
    position: relative;
    z-index: 1;
    flex: 1;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-column-sorters {
    display: flex;
    flex: auto;
    align-items: center;
    justify-content: space-between;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-column-sorters::after {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    content: "";
}

:where(.css-142vneq).ant-table-wrapper .ant-table-column-sorters-tooltip-target-sorter::after {
    content: none;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-column-sorter {
    margin-inline-start: 4px;
    color: rgba(0, 0, 0, 0.29);
    font-size: 0;
    transition: color 0.3s;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-column-sorter-inner {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-column-sorter-up, :where(.css-142vneq).ant-table-wrapper .ant-table-column-sorter-down {
    font-size: 12px;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-column-sorter-up.active, :where(.css-142vneq).ant-table-wrapper .ant-table-column-sorter-down.active {
    color: #1677ff;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-column-sorter .ant-table-column-sorter-up+.ant-table-column-sorter-down {
    margin-top: -0.3em;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-column-sorters:hover .ant-table-column-sorter {
    color: rgba(0, 0, 0, 0.57);
}

:where(.css-142vneq).ant-table-wrapper .ant-table-filter-column {
    display: flex;
    justify-content: space-between;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-filter-trigger {
    position: relative;
    display: flex;
    align-items: center;
    margin-block: -4px;
    margin-inline: 4px -8px;
    padding: 0 4px;
    color: rgba(0, 0, 0, 0.29);
    font-size: 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-filter-trigger:hover {
    color: rgba(0, 0, 0, 0.45);
    background: rgba(0, 0, 0, 0.06);
}

:where(.css-142vneq).ant-table-wrapper .ant-table-filter-trigger.active {
    color: #1677ff;
}

:where(.css-142vneq).ant-dropdown .ant-table-filter-dropdown {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    min-width: 120px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

:where(.css-142vneq).ant-dropdown .ant-table-filter-dropdown .ant-dropdown-menu {
    max-height: 264px;
    overflow-x: hidden;
    border: 0;
    box-shadow: none;
    border-radius: unset;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-dropdown .ant-table-filter-dropdown .ant-dropdown-menu:empty::after {
    display: block;
    padding: 8px 0;
    color: rgba(0, 0, 0, 0.25);
    font-size: 12px;
    text-align: center;
    content: "Not Found";
}

:where(.css-142vneq).ant-dropdown .ant-table-filter-dropdown .ant-table-filter-dropdown-tree {
    padding-block: 8px 0;
    padding-inline: 8px;
}

:where(.css-142vneq).ant-dropdown .ant-table-filter-dropdown .ant-table-filter-dropdown-tree .ant-tree {
    padding: 0;
}

:where(.css-142vneq).ant-dropdown .ant-table-filter-dropdown .ant-table-filter-dropdown-tree .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

:where(.css-142vneq).ant-dropdown .ant-table-filter-dropdown .ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper, :where(.css-142vneq).ant-dropdown .ant-table-filter-dropdown .ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper:hover {
    background-color: #e6f4ff;
}

:where(.css-142vneq).ant-dropdown .ant-table-filter-dropdown .ant-table-filter-dropdown-search {
    padding: 8px;
    border-bottom: 1px solid #f0f0f0;
}

:where(.css-142vneq).ant-dropdown .ant-table-filter-dropdown .ant-table-filter-dropdown-search-input input {
    min-width: 140px;
}

:where(.css-142vneq).ant-dropdown .ant-table-filter-dropdown .ant-table-filter-dropdown-search-input .anticon {
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-142vneq).ant-dropdown .ant-table-filter-dropdown .ant-table-filter-dropdown-checkall {
    width: 100%;
    margin-bottom: 4px;
    margin-inline-start: 4px;
}

:where(.css-142vneq).ant-dropdown .ant-table-filter-dropdown .ant-table-filter-dropdown-btns {
    display: flex;
    justify-content: space-between;
    padding: 7px 8px;
    overflow: hidden;
    border-top: 1px solid #f0f0f0;
}

:where(.css-142vneq).ant-dropdown .ant-table-filter-dropdown .ant-checkbox-wrapper+span, :where(.css-142vneq).ant-table-filter-dropdown-submenu .ant-checkbox-wrapper+span {
    padding-inline-start: 8px;
    color: rgba(0, 0, 0, 0.88);
}

:where(.css-142vneq).ant-dropdown .ant-table-filter-dropdown>ul, :where(.css-142vneq).ant-table-filter-dropdown-submenu>ul {
    max-height: calc(100vh - 130px);
    overflow-x: hidden;
    overflow-y: auto;
}

:where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-title {
    border: 1px solid #f0f0f0;
    border-bottom: 0;
}

:where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container {
    border-inline-start: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}

:where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>thead>tr>th, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>thead>tr>th, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>thead>tr>th, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>thead>tr>th, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>thead>tr>td, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>thead>tr>td, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>thead>tr>td, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>thead>tr>td, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tbody>tr>th, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tbody>tr>th, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tbody>tr>th, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>tbody>tr>th, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tbody>tr>td, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tbody>tr>td, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tbody>tr>td, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>tbody>tr>td, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tfoot>tr>th, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tfoot>tr>th, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tfoot>tr>th, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>tfoot>tr>th, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tfoot>tr>td, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tfoot>tr>td, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tfoot>tr>td, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>tfoot>tr>td {
    border-inline-end: 1px solid #f0f0f0;
}

:where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>thead>tr:not(:last-child)>th, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>thead>tr:not(:last-child)>th, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>thead>tr:not(:last-child)>th, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>thead>tr:not(:last-child)>th {
    border-bottom: 1px solid #f0f0f0;
}

:where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>thead>tr>th::before, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>thead>tr>th::before, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>thead>tr>th::before, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>thead>tr>th::before {
    background-color: transparent !important;
}

:where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>thead>tr>.ant-table-cell-fix-right-first::after, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>thead>tr>.ant-table-cell-fix-right-first::after, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>thead>tr>.ant-table-cell-fix-right-first::after, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>thead>tr>.ant-table-cell-fix-right-first::after, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tbody>tr>.ant-table-cell-fix-right-first::after, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tbody>tr>.ant-table-cell-fix-right-first::after, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tbody>tr>.ant-table-cell-fix-right-first::after, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>tbody>tr>.ant-table-cell-fix-right-first::after, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tfoot>tr>.ant-table-cell-fix-right-first::after, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tfoot>tr>.ant-table-cell-fix-right-first::after, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tfoot>tr>.ant-table-cell-fix-right-first::after, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>tfoot>tr>.ant-table-cell-fix-right-first::after {
    border-inline-end: 1px solid #f0f0f0;
}

:where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tbody>tr>th>.ant-table-expanded-row-fixed, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tbody>tr>th>.ant-table-expanded-row-fixed, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tbody>tr>th>.ant-table-expanded-row-fixed, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>tbody>tr>th>.ant-table-expanded-row-fixed, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tbody>tr>td>.ant-table-expanded-row-fixed, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tbody>tr>td>.ant-table-expanded-row-fixed, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tbody>tr>td>.ant-table-expanded-row-fixed, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>tbody>tr>td>.ant-table-expanded-row-fixed {
    margin: -16px -17px;
}

:where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tbody>tr>th>.ant-table-expanded-row-fixed::after, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tbody>tr>th>.ant-table-expanded-row-fixed::after, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tbody>tr>th>.ant-table-expanded-row-fixed::after, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>tbody>tr>th>.ant-table-expanded-row-fixed::after, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tbody>tr>td>.ant-table-expanded-row-fixed::after, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tbody>tr>td>.ant-table-expanded-row-fixed::after, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tbody>tr>td>.ant-table-expanded-row-fixed::after, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>tbody>tr>td>.ant-table-expanded-row-fixed::after {
    position: absolute;
    top: 0;
    inset-inline-end: 1px;
    bottom: 0;
    border-inline-end: 1px solid #f0f0f0;
    content: "";
}

:where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered.ant-table-scroll-horizontal>.ant-table-container>.ant-table-body>table>tbody>tr.ant-table-expanded-row>th, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered.ant-table-scroll-horizontal>.ant-table-container>.ant-table-body>table>tbody>tr.ant-table-placeholder>th, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered.ant-table-scroll-horizontal>.ant-table-container>.ant-table-body>table>tbody>tr.ant-table-expanded-row>td, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered.ant-table-scroll-horizontal>.ant-table-container>.ant-table-body>table>tbody>tr.ant-table-placeholder>td {
    border-inline-end: 0;
}

:where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered.ant-table-middle>.ant-table-container>.ant-table-content>table>tbody>tr>th>.ant-table-expanded-row-fixed, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered.ant-table-middle>.ant-table-container>.ant-table-body>table>tbody>tr>th>.ant-table-expanded-row-fixed, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered.ant-table-middle>.ant-table-container>.ant-table-content>table>tbody>tr>td>.ant-table-expanded-row-fixed, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered.ant-table-middle>.ant-table-container>.ant-table-body>table>tbody>tr>td>.ant-table-expanded-row-fixed {
    margin: -12px -9px;
}

:where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered.ant-table-small>.ant-table-container>.ant-table-content>table>tbody>tr>th>.ant-table-expanded-row-fixed, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered.ant-table-small>.ant-table-container>.ant-table-body>table>tbody>tr>th>.ant-table-expanded-row-fixed, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered.ant-table-small>.ant-table-container>.ant-table-content>table>tbody>tr>td>.ant-table-expanded-row-fixed, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered.ant-table-small>.ant-table-container>.ant-table-body>table>tbody>tr>td>.ant-table-expanded-row-fixed {
    margin: -8px -9px;
}

:where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-footer {
    border: 1px solid #f0f0f0;
    border-top: 0;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-cell .ant-table-container:first-child {
    border-top: 0;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-cell-scrollbar:not([rowspan]) {
    box-shadow: 0 1px 0 1px #fafafa;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-bordered .ant-table-cell-scrollbar {
    border-inline-end: 1px solid #f0f0f0;
}

:where(.css-142vneq).ant-table-wrapper .ant-table .ant-table-title, :where(.css-142vneq).ant-table-wrapper .ant-table .ant-table-header {
    border-radius: 8px 8px 0 0;
}

:where(.css-142vneq).ant-table-wrapper .ant-table .ant-table-title+.ant-table-container {
    border-start-start-radius: 0;
    border-start-end-radius: 0;
}

:where(.css-142vneq).ant-table-wrapper .ant-table .ant-table-title+.ant-table-container .ant-table-header, :where(.css-142vneq).ant-table-wrapper .ant-table .ant-table-title+.ant-table-container table {
    border-radius: 0;
}

:where(.css-142vneq).ant-table-wrapper .ant-table .ant-table-title+.ant-table-container table>thead>tr:first-child th:first-child, :where(.css-142vneq).ant-table-wrapper .ant-table .ant-table-title+.ant-table-container table>thead>tr:first-child th:last-child, :where(.css-142vneq).ant-table-wrapper .ant-table .ant-table-title+.ant-table-container table>thead>tr:first-child td:first-child, :where(.css-142vneq).ant-table-wrapper .ant-table .ant-table-title+.ant-table-container table>thead>tr:first-child td:last-child {
    border-radius: 0;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-container {
    border-start-start-radius: 8px;
    border-start-end-radius: 8px;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-container table>thead>tr:first-child>*:first-child {
    border-start-start-radius: 8px;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-container table>thead>tr:first-child>*:last-child {
    border-start-end-radius: 8px;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-footer {
    border-radius: 0 0 8px 8px;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-expand-icon-col {
    width: 48px;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-row-expand-icon-cell {
    text-align: center;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-row-expand-icon-cell .ant-table-row-expand-icon {
    display: inline-flex;
    float: none;
    vertical-align: sub;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-row-indent {
    height: 1px;
    float: left;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-row-expand-icon {
    color: inherit;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid #f0f0f0;
    padding: 0;
    background: #ffffff;
    user-select: none;
    position: relative;
    float: left;
    width: 17px;
    height: 17px;
    line-height: 17px;
    border-radius: 6px;
    transform: scale(0.9411764705882353);
}

:where(.css-142vneq).ant-table-wrapper .ant-table-row-expand-icon:focus-visible {
    outline: 3px solid #91caff;
    outline-offset: 1px;
    transition: outline-offset 0s, outline 0s;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-row-expand-icon:focus, :where(.css-142vneq).ant-table-wrapper .ant-table-row-expand-icon:hover {
    color: #69b1ff;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-row-expand-icon:active {
    color: #0958d9;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-row-expand-icon:focus, :where(.css-142vneq).ant-table-wrapper .ant-table-row-expand-icon:hover, :where(.css-142vneq).ant-table-wrapper .ant-table-row-expand-icon:active {
    border-color: currentcolor;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-row-expand-icon::before, :where(.css-142vneq).ant-table-wrapper .ant-table-row-expand-icon::after {
    position: absolute;
    background: currentcolor;
    transition: transform 0.3s ease-out;
    content: "";
}

:where(.css-142vneq).ant-table-wrapper .ant-table-row-expand-icon::before {
    top: 7px;
    inset-inline-end: 3px;
    inset-inline-start: 3px;
    height: 1px;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-row-expand-icon::after {
    top: 3px;
    bottom: 3px;
    inset-inline-start: 7px;
    width: 1px;
    transform: rotate(90deg);
}

:where(.css-142vneq).ant-table-wrapper .ant-table-row-expand-icon-collapsed::before {
    transform: rotate(-180deg);
}

:where(.css-142vneq).ant-table-wrapper .ant-table-row-expand-icon-collapsed::after {
    transform: rotate(0deg);
}

:where(.css-142vneq).ant-table-wrapper .ant-table-row-expand-icon-spaced {
    background: transparent;
    border: 0;
    visibility: hidden;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-row-expand-icon-spaced::before, :where(.css-142vneq).ant-table-wrapper .ant-table-row-expand-icon-spaced::after {
    display: none;
    content: none;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-row-indent+.ant-table-row-expand-icon {
    margin-top: 2.5px;
    margin-inline-end: 8px;
}

:where(.css-142vneq).ant-table-wrapper tr.ant-table-expanded-row>th, :where(.css-142vneq).ant-table-wrapper tr.ant-table-expanded-row:hover>th, :where(.css-142vneq).ant-table-wrapper tr.ant-table-expanded-row>td, :where(.css-142vneq).ant-table-wrapper tr.ant-table-expanded-row:hover>td {
    background: rgba(0, 0, 0, 0.02);
}

:where(.css-142vneq).ant-table-wrapper tr.ant-table-expanded-row .ant-descriptions-view {
    display: flex;
}

:where(.css-142vneq).ant-table-wrapper tr.ant-table-expanded-row .ant-descriptions-view table {
    flex: auto;
    width: 100%;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-expanded-row-fixed {
    position: relative;
    margin: -16px -16px;
    padding: 16px 16px;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-summary {
    position: relative;
    z-index: 2;
    background: #ffffff;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-summary>tr>th, :where(.css-142vneq).ant-table-wrapper .ant-table-summary>tr>td {
    border-bottom: 1px solid #f0f0f0;
}

:where(.css-142vneq).ant-table-wrapper div.ant-table-summary {
    box-shadow: 0 -1px 0 #f0f0f0;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-tbody>tr.ant-table-placeholder {
    text-align: center;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-142vneq).ant-table-wrapper .ant-table-tbody>tr.ant-table-placeholder:hover>th, :where(.css-142vneq).ant-table-wrapper .ant-table-tbody>tr.ant-table-placeholder:hover>td, :where(.css-142vneq).ant-table-wrapper .ant-table-tbody>tr.ant-table-placeholder {
    background: #ffffff;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-selection-col {
    width: 32px;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-selection-col.ant-table-selection-col-with-dropdown {
    width: 48px;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-bordered .ant-table-selection-col {
    width: 48px;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-bordered .ant-table-selection-col.ant-table-selection-col-with-dropdown {
    width: 64px;
}

:where(.css-142vneq).ant-table-wrapper table tr th.ant-table-selection-column, :where(.css-142vneq).ant-table-wrapper table tr td.ant-table-selection-column, :where(.css-142vneq).ant-table-wrapper .ant-table-selection-column {
    padding-inline-end: 8px;
    padding-inline-start: 8px;
    text-align: center;
}

:where(.css-142vneq).ant-table-wrapper table tr th.ant-table-selection-column .ant-radio-wrapper, :where(.css-142vneq).ant-table-wrapper table tr td.ant-table-selection-column .ant-radio-wrapper, :where(.css-142vneq).ant-table-wrapper .ant-table-selection-column .ant-radio-wrapper {
    margin-inline-end: 0;
}

:where(.css-142vneq).ant-table-wrapper table tr th.ant-table-selection-column.ant-table-cell-fix-left {
    z-index: 3;
}

:where(.css-142vneq).ant-table-wrapper table tr th.ant-table-selection-column::after {
    background-color: transparent !important;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-selection {
    position: relative;
    display: inline-flex;
    flex-direction: column;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-selection-extra {
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s;
    margin-inline-start: 100%;
    padding-inline-start: 4px;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-selection-extra .anticon {
    color: rgba(0, 0, 0, 0.29);
    font-size: 12px;
    vertical-align: baseline;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-selection-extra .anticon:hover {
    color: rgba(0, 0, 0, 0.57);
}

:where(.css-142vneq).ant-table-wrapper .ant-table-tbody .ant-table-row.ant-table-row-selected>.ant-table-cell {
    background: #e6f4ff;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-tbody .ant-table-row.ant-table-row-selected>.ant-table-cell-row-hover {
    background: #bae0ff;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-tbody .ant-table-row>.ant-table-cell-row-hover {
    background: #fafafa;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-cell-fix-left, :where(.css-142vneq).ant-table-wrapper .ant-table-cell-fix-right {
    position: sticky !important;
    z-index: 2;
    background: #ffffff;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-cell-fix-left-first::after, :where(.css-142vneq).ant-table-wrapper .ant-table-cell-fix-left-last::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: -1px;
    width: 30px;
    transform: translateX(100%);
    transition: box-shadow 0.3s;
    content: "";
    pointer-events: none;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-cell-fix-left-all::after {
    display: none;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-cell-fix-right-first::after, :where(.css-142vneq).ant-table-wrapper .ant-table-cell-fix-right-last::after {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    width: 30px;
    transform: translateX(-100%);
    transition: box-shadow 0.3s;
    content: "";
    pointer-events: none;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-container {
    position: relative;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-container::before, :where(.css-142vneq).ant-table-wrapper .ant-table-container::after {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 4;
    width: 30px;
    transition: box-shadow 0.3s;
    content: "";
    pointer-events: none;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-container::before {
    inset-inline-start: 0;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-container::after {
    inset-inline-end: 0;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-ping-left:not(.ant-table-has-fix-left) .ant-table-container::before {
    box-shadow: inset 10px 0 8px -8px rgba(5, 5, 5, 0.06);
}

:where(.css-142vneq).ant-table-wrapper .ant-table-ping-left .ant-table-cell-fix-left-first::after, :where(.css-142vneq).ant-table-wrapper .ant-table-ping-left .ant-table-cell-fix-left-last::after {
    box-shadow: inset 10px 0 8px -8px rgba(5, 5, 5, 0.06);
}

:where(.css-142vneq).ant-table-wrapper .ant-table-ping-left .ant-table-cell-fix-left-last::before {
    background-color: transparent !important;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container::after {
    box-shadow: inset -10px 0 8px -8px rgba(5, 5, 5, 0.06);
}

:where(.css-142vneq).ant-table-wrapper .ant-table-ping-right .ant-table-cell-fix-right-first::after, :where(.css-142vneq).ant-table-wrapper .ant-table-ping-right .ant-table-cell-fix-right-last::after {
    box-shadow: inset -10px 0 8px -8px rgba(5, 5, 5, 0.06);
}

:where(.css-142vneq).ant-table-wrapper .ant-table-fixed-column-gapped .ant-table-cell-fix-left-first::after, :where(.css-142vneq).ant-table-wrapper .ant-table-fixed-column-gapped .ant-table-cell-fix-left-last::after, :where(.css-142vneq).ant-table-wrapper .ant-table-fixed-column-gapped .ant-table-cell-fix-right-first::after, :where(.css-142vneq).ant-table-wrapper .ant-table-fixed-column-gapped .ant-table-cell-fix-right-last::after {
    box-shadow: none;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-sticky-holder {
    position: sticky;
    z-index: 3;
    background: #ffffff;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-sticky-scroll {
    position: sticky;
    bottom: 0;
    height: 8px !important;
    z-index: 3;
    display: flex;
    align-items: center;
    background: rgba(5, 5, 5, 0.06);
    border-top: 1px solid #f0f0f0;
    opacity: 0.65;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-sticky-scroll:hover {
    transform-origin: center bottom;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-sticky-scroll-bar {
    height: 8px;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    transition: all 0.3s, transform none;
    position: absolute;
    bottom: 0;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-sticky-scroll-bar:hover, :where(.css-142vneq).ant-table-wrapper .ant-table-sticky-scroll-bar-active {
    background-color: rgba(0, 0, 0, 0.88);
}

:where(.css-142vneq).ant-table-wrapper .ant-table-cell-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: keep-all;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-cell-ellipsis.ant-table-cell-fix-left-last, :where(.css-142vneq).ant-table-wrapper .ant-table-cell-ellipsis.ant-table-cell-fix-right-first {
    overflow: visible;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-cell-ellipsis.ant-table-cell-fix-left-last .ant-table-cell-content, :where(.css-142vneq).ant-table-wrapper .ant-table-cell-ellipsis.ant-table-cell-fix-right-first .ant-table-cell-content {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-cell-ellipsis .ant-table-column-title {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
}

:where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-middle {
    font-size: 14px;
}

:where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-middle .ant-table-title, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-middle .ant-table-footer, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-middle .ant-table-cell, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-middle .ant-table-thead>tr>th, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-middle .ant-table-tbody>tr>th, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-middle .ant-table-tbody>tr>td, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-middle tfoot>tr>th, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-middle tfoot>tr>td {
    padding: 12px 8px;
}

:where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-middle .ant-table-filter-trigger {
    margin-inline-end: -4px;
}

:where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-middle .ant-table-expanded-row-fixed {
    margin: -12px -8px;
}

:where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-middle .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
    margin-block: -12px;
    margin-inline: 40px -8px;
}

:where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-middle .ant-table-selection-extra {
    padding-inline-start: 2px;
}

:where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-small {
    font-size: 14px;
}

:where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-small .ant-table-title, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-small .ant-table-footer, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-small .ant-table-cell, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-small .ant-table-thead>tr>th, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-small .ant-table-tbody>tr>th, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-small .ant-table-tbody>tr>td, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-small tfoot>tr>th, :where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-small tfoot>tr>td {
    padding: 8px 8px;
}

:where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-small .ant-table-filter-trigger {
    margin-inline-end: -4px;
}

:where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-small .ant-table-expanded-row-fixed {
    margin: -8px -8px;
}

:where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-small .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
    margin-block: -8px;
    margin-inline: 40px -8px;
}

:where(.css-142vneq).ant-table-wrapper .ant-table.ant-table-small .ant-table-selection-extra {
    padding-inline-start: 2px;
}

:where(.css-142vneq).ant-table-wrapper-rtl {
    direction: rtl;
}

:where(.css-142vneq).ant-table-wrapper-rtl table {
    direction: rtl;
}

:where(.css-142vneq).ant-table-wrapper-rtl .ant-table-pagination-left {
    justify-content: flex-end;
}

:where(.css-142vneq).ant-table-wrapper-rtl .ant-table-pagination-right {
    justify-content: flex-start;
}

:where(.css-142vneq).ant-table-wrapper-rtl .ant-table-row-expand-icon {
    float: right;
}

:where(.css-142vneq).ant-table-wrapper-rtl .ant-table-row-expand-icon::after {
    transform: rotate(-90deg);
}

:where(.css-142vneq).ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed::before {
    transform: rotate(180deg);
}

:where(.css-142vneq).ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed::after {
    transform: rotate(0deg);
}

:where(.css-142vneq).ant-table-wrapper-rtl .ant-table-container::before {
    inset-inline-start: unset;
    inset-inline-end: 0;
}

:where(.css-142vneq).ant-table-wrapper-rtl .ant-table-container::after {
    inset-inline-start: 0;
    inset-inline-end: unset;
}

:where(.css-142vneq).ant-table-wrapper-rtl .ant-table-container .ant-table-row-indent {
    float: right;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-tbody-virtual .ant-table-tbody-virtual-holder-inner>.ant-table-row, :where(.css-142vneq).ant-table-wrapper .ant-table-tbody-virtual .ant-table-tbody-virtual-holder-inner>div:not(.ant-table-row)>.ant-table-row {
    display: flex;
    box-sizing: border-box;
    width: 100%;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-tbody-virtual .ant-table-cell {
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-tbody-virtual .ant-table-expanded-row .ant-table-expanded-row-cell.ant-table-expanded-row-cell-fixed {
    position: sticky;
    inset-inline-start: 0;
    overflow: hidden;
    width: calc(var(--virtual-width) - 1px);
    border-inline-end: none;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-bordered .ant-table-tbody-virtual:after {
    content: "";
    inset-inline: 0;
    bottom: 0;
    border-bottom: 1px solid #f0f0f0;
    position: absolute;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-bordered .ant-table-tbody-virtual .ant-table-cell {
    border-inline-end: 1px solid #f0f0f0;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-bordered .ant-table-tbody-virtual .ant-table-cell.ant-table-cell-fix-right-first:before {
    content: "";
    position: absolute;
    inset-block: 0;
    inset-inline-start: -1px;
    border-inline-start: 1px solid #f0f0f0;
}

:where(.css-142vneq).ant-table-wrapper .ant-table-bordered.ant-table-virtual .ant-table-placeholder .ant-table-cell {
    border-inline-end: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

:where(.css-142vneq).ant-spin {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 14px;
    box-sizing: border-box;
}

:where(.css-142vneq).ant-spin::before, :where(.css-142vneq).ant-spin::after {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-spin [class^="ant-spin"], :where(.css-142vneq).ant-spin [class*=" ant-spin"] {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-spin [class^="ant-spin"]::before, :where(.css-142vneq).ant-spin [class*=" ant-spin"]::before, :where(.css-142vneq).ant-spin [class^="ant-spin"]::after, :where(.css-142vneq).ant-spin [class*=" ant-spin"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-spin {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #1677ff;
    font-size: 0;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    position: absolute;
    display: none;
    text-align: center;
    vertical-align: middle;
    opacity: 0;
    transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

:where(.css-142vneq).ant-spin-spinning {
    position: relative;
    display: inline-block;
    opacity: 1;
}

:where(.css-142vneq).ant-spin .ant-spin-text {
    font-size: 14px;
    padding-top: 5px;
}

:where(.css-142vneq).ant-spin-fullscreen {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 1000;
    inset: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}

:where(.css-142vneq).ant-spin-fullscreen-show {
    opacity: 1;
    visibility: visible;
}

:where(.css-142vneq).ant-spin-fullscreen .ant-spin .ant-spin-dot-holder {
    color: #fff;
}

:where(.css-142vneq).ant-spin-fullscreen .ant-spin .ant-spin-text {
    color: #fff;
}

:where(.css-142vneq).ant-spin-nested-loading {
    position: relative;
}

:where(.css-142vneq).ant-spin-nested-loading>div>.ant-spin {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    z-index: 4;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 400px;
}

:where(.css-142vneq).ant-spin-nested-loading>div>.ant-spin .ant-spin-dot {
    position: absolute;
    top: 50%;
    inset-inline-start: 50%;
    margin: -10px;
}

:where(.css-142vneq).ant-spin-nested-loading>div>.ant-spin .ant-spin-text {
    position: absolute;
    top: 50%;
    width: 100%;
    text-shadow: 0 1px 2px #ffffff;
}

:where(.css-142vneq).ant-spin-nested-loading>div>.ant-spin.ant-spin-show-text .ant-spin-dot {
    margin-top: -20px;
}

:where(.css-142vneq).ant-spin-nested-loading>div>.ant-spin-sm .ant-spin-dot {
    margin: -7px;
}

:where(.css-142vneq).ant-spin-nested-loading>div>.ant-spin-sm .ant-spin-text {
    padding-top: 2px;
}

:where(.css-142vneq).ant-spin-nested-loading>div>.ant-spin-sm.ant-spin-show-text .ant-spin-dot {
    margin-top: -17px;
}

:where(.css-142vneq).ant-spin-nested-loading>div>.ant-spin-lg .ant-spin-dot {
    margin: -16px;
}

:where(.css-142vneq).ant-spin-nested-loading>div>.ant-spin-lg .ant-spin-text {
    padding-top: 11px;
}

:where(.css-142vneq).ant-spin-nested-loading>div>.ant-spin-lg.ant-spin-show-text .ant-spin-dot {
    margin-top: -26px;
}

:where(.css-142vneq).ant-spin-nested-loading .ant-spin-container {
    position: relative;
    transition: opacity 0.3s;
}

:where(.css-142vneq).ant-spin-nested-loading .ant-spin-container::after {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    bottom: 0;
    inset-inline-start: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0;
    transition: all 0.3s;
    content: "";
    pointer-events: none;
}

:where(.css-142vneq).ant-spin-nested-loading .ant-spin-blur {
    clear: both;
    opacity: 0.5;
    user-select: none;
    pointer-events: none;
}

:where(.css-142vneq).ant-spin-nested-loading .ant-spin-blur::after {
    opacity: 0.4;
    pointer-events: auto;
}

:where(.css-142vneq).ant-spin-tip {
    color: rgba(0, 0, 0, 0.45);
}

:where(.css-142vneq).ant-spin .ant-spin-dot-holder {
    width: 1em;
    height: 1em;
    font-size: 20px;
    display: inline-block;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: 50% 50%;
    line-height: 1;
    color: #1677ff;
}

:where(.css-142vneq).ant-spin .ant-spin-dot-holder-hidden {
    transform: scale(0.3);
    opacity: 0;
}

:where(.css-142vneq).ant-spin .ant-spin-dot-progress {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    inset-inline-start: 50%;
}

:where(.css-142vneq).ant-spin .ant-spin-dot {
    position: relative;
    display: inline-block;
    font-size: 20px;
    width: 1em;
    height: 1em;
}

:where(.css-142vneq).ant-spin .ant-spin-dot-item {
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    background: currentColor;
    border-radius: 100%;
    transform: scale(0.75);
    transform-origin: 50% 50%;
    opacity: 0.3;
    animation-name: css-142vneq-antSpinMove;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: alternate;
}

:where(.css-142vneq).ant-spin .ant-spin-dot-item:nth-child(1) {
    top: 0;
    inset-inline-start: 0;
    animation-delay: 0s;
}

:where(.css-142vneq).ant-spin .ant-spin-dot-item:nth-child(2) {
    top: 0;
    inset-inline-end: 0;
    animation-delay: 0.4s;
}

:where(.css-142vneq).ant-spin .ant-spin-dot-item:nth-child(3) {
    inset-inline-end: 0;
    bottom: 0;
    animation-delay: 0.8s;
}

:where(.css-142vneq).ant-spin .ant-spin-dot-item:nth-child(4) {
    bottom: 0;
    inset-inline-start: 0;
    animation-delay: 1.2s;
}

:where(.css-142vneq).ant-spin .ant-spin-dot-spin {
    transform: rotate(45deg);
    animation-name: css-142vneq-antRotate;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

:where(.css-142vneq).ant-spin .ant-spin-dot-circle {
    stroke-linecap: round;
    transition: stroke-dashoffset 0.3s ease, stroke-dasharray 0.3s ease, stroke 0.3s ease, stroke-width 0.3s ease, opacity 0.3s ease;
    fill-opacity: 0;
    stroke: currentcolor;
}

:where(.css-142vneq).ant-spin .ant-spin-dot-circle-bg {
    stroke: rgba(0, 0, 0, 0.06);
}

:where(.css-142vneq).ant-spin-sm .ant-spin-dot, :where(.css-142vneq).ant-spin-sm .ant-spin-dot-holder {
    font-size: 14px;
}

:where(.css-142vneq).ant-spin-sm .ant-spin-dot-holder i {
    width: 6px;
    height: 6px;
}

:where(.css-142vneq).ant-spin-lg .ant-spin-dot, :where(.css-142vneq).ant-spin-lg .ant-spin-dot-holder {
    font-size: 32px;
}

:where(.css-142vneq).ant-spin-lg .ant-spin-dot-holder i {
    width: 14px;
    height: 14px;
}

:where(.css-142vneq).ant-spin.ant-spin-show-text .ant-spin-text {
    display: block;
}

@keyframes css-142vneq-antSpinMove {
    to {
        opacity: 1;
    }
}

@keyframes css-142vneq-antRotate {
    to {
        transform: rotate(405deg);
    }
}

:where(.css-142vneq).ant-empty {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 14px;
    box-sizing: border-box;
}

:where(.css-142vneq).ant-empty::before, :where(.css-142vneq).ant-empty::after {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-empty [class^="ant-empty"], :where(.css-142vneq).ant-empty [class*=" ant-empty"] {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-empty [class^="ant-empty"]::before, :where(.css-142vneq).ant-empty [class*=" ant-empty"]::before, :where(.css-142vneq).ant-empty [class^="ant-empty"]::after, :where(.css-142vneq).ant-empty [class*=" ant-empty"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-empty {
    margin-inline: 8px;
    font-size: 14px;
    line-height: 1.5714285714285714;
    text-align: center;
}

:where(.css-142vneq).ant-empty .ant-empty-image {
    height: 100px;
    margin-bottom: 8px;
    opacity: 1;
}

:where(.css-142vneq).ant-empty .ant-empty-image img {
    height: 100%;
}

:where(.css-142vneq).ant-empty .ant-empty-image svg {
    max-width: 100%;
    height: 100%;
    margin: auto;
}

:where(.css-142vneq).ant-empty .ant-empty-description {
    color: rgba(0, 0, 0, 0.45);
}

:where(.css-142vneq).ant-empty .ant-empty-footer {
    margin-top: 16px;
}

:where(.css-142vneq).ant-empty-normal {
    margin-block: 32px;
    color: rgba(0, 0, 0, 0.45);
}

:where(.css-142vneq).ant-empty-normal .ant-empty-description {
    color: rgba(0, 0, 0, 0.45);
}

:where(.css-142vneq).ant-empty-normal .ant-empty-image {
    height: 40px;
}

:where(.css-142vneq).ant-empty-small {
    margin-block: 8px;
    color: rgba(0, 0, 0, 0.45);
}

:where(.css-142vneq).ant-empty-small .ant-empty-image {
    height: 35px;
}

:where(.css-142vneq)[class^="ant-input"], :where(.css-142vneq)[class*=" ant-input"] {
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-input"]::before, :where(.css-142vneq)[class*=" ant-input"]::before, :where(.css-142vneq)[class^="ant-input"]::after, :where(.css-142vneq)[class*=" ant-input"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-input"] [class^="ant-input"], :where(.css-142vneq)[class*=" ant-input"] [class^="ant-input"], :where(.css-142vneq)[class^="ant-input"] [class*=" ant-input"], :where(.css-142vneq)[class*=" ant-input"] [class*=" ant-input"] {
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-input"] [class^="ant-input"]::before, :where(.css-142vneq)[class*=" ant-input"] [class^="ant-input"]::before, :where(.css-142vneq)[class^="ant-input"] [class*=" ant-input"]::before, :where(.css-142vneq)[class*=" ant-input"] [class*=" ant-input"]::before, :where(.css-142vneq)[class^="ant-input"] [class^="ant-input"]::after, :where(.css-142vneq)[class*=" ant-input"] [class^="ant-input"]::after, :where(.css-142vneq)[class^="ant-input"] [class*=" ant-input"]::after, :where(.css-142vneq)[class*=" ant-input"] [class*=" ant-input"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-input {
    box-sizing: border-box;
    margin: 0;
    padding: 4px 11px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    border-radius: 6px;
    transition: all 0.2s;
}

:where(.css-142vneq).ant-input::-moz-placeholder {
    opacity: 1;
}

:where(.css-142vneq).ant-input::placeholder {
    color: rgba(0, 0, 0, 0.25);
    user-select: none;
}

:where(.css-142vneq).ant-input:placeholder-shown {
    text-overflow: ellipsis;
}

textarea:where(.css-142vneq).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-142vneq).ant-input-lg {
    padding: 7px 11px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 8px;
}

:where(.css-142vneq).ant-input-sm {
    padding: 0px 7px;
    font-size: 14px;
    border-radius: 4px;
}

:where(.css-142vneq).ant-input-rtl, :where(.css-142vneq).ant-input-textarea-rtl {
    direction: rtl;
}

:where(.css-142vneq).ant-input-outlined {
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #d9d9d9;
}

:where(.css-142vneq).ant-input-outlined:hover {
    border-color: #4096ff;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-input-outlined:focus, :where(.css-142vneq).ant-input-outlined:focus-within {
    border-color: #1677ff;
    box-shadow: 0 0 0 2px rgba(5, 145, 255, 0.1);
    outline: 0;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-input-outlined.ant-input-disabled, :where(.css-142vneq).ant-input-outlined[disabled] {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
}

:where(.css-142vneq).ant-input-outlined.ant-input-disabled input[disabled], :where(.css-142vneq).ant-input-outlined[disabled] input[disabled], :where(.css-142vneq).ant-input-outlined.ant-input-disabled textarea[disabled], :where(.css-142vneq).ant-input-outlined[disabled] textarea[disabled] {
    cursor: not-allowed;
}

:where(.css-142vneq).ant-input-outlined.ant-input-disabled:hover:not([disabled]), :where(.css-142vneq).ant-input-outlined[disabled]:hover:not([disabled]) {
    border-color: #d9d9d9;
    background-color: rgba(0, 0, 0, 0.04);
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-error:not(.ant-input-disabled) {
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #ff4d4f;
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-error:not(.ant-input-disabled):hover {
    border-color: #ffa39e;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-error:not(.ant-input-disabled):focus, :where(.css-142vneq).ant-input-outlined.ant-input-status-error:not(.ant-input-disabled):focus-within {
    border-color: #ff4d4f;
    box-shadow: 0 0 0 2px rgba(255, 38, 5, 0.06);
    outline: 0;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-error:not(.ant-input-disabled) .ant-input-prefix, :where(.css-142vneq).ant-input-outlined.ant-input-status-error:not(.ant-input-disabled) .ant-input-suffix {
    color: #ff4d4f;
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-error.ant-input-disabled {
    border-color: #ff4d4f;
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-warning:not(.ant-input-disabled) {
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #faad14;
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-warning:not(.ant-input-disabled):hover {
    border-color: #ffd666;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-warning:not(.ant-input-disabled):focus, :where(.css-142vneq).ant-input-outlined.ant-input-status-warning:not(.ant-input-disabled):focus-within {
    border-color: #faad14;
    box-shadow: 0 0 0 2px rgba(255, 215, 5, 0.1);
    outline: 0;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-warning:not(.ant-input-disabled) .ant-input-prefix, :where(.css-142vneq).ant-input-outlined.ant-input-status-warning:not(.ant-input-disabled) .ant-input-suffix {
    color: #faad14;
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-warning.ant-input-disabled {
    border-color: #faad14;
}

:where(.css-142vneq).ant-input-filled {
    background: rgba(0, 0, 0, 0.04);
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

input:where(.css-142vneq).ant-input-filled, :where(.css-142vneq).ant-input-filled input, textarea:where(.css-142vneq).ant-input-filled, :where(.css-142vneq).ant-input-filled textarea {
    color: undefined;
}

:where(.css-142vneq).ant-input-filled:hover {
    background: rgba(0, 0, 0, 0.06);
}

:where(.css-142vneq).ant-input-filled:focus, :where(.css-142vneq).ant-input-filled:focus-within {
    outline: 0;
    border-color: #1677ff;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-input-filled.ant-input-disabled, :where(.css-142vneq).ant-input-filled[disabled] {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
}

:where(.css-142vneq).ant-input-filled.ant-input-disabled input[disabled], :where(.css-142vneq).ant-input-filled[disabled] input[disabled], :where(.css-142vneq).ant-input-filled.ant-input-disabled textarea[disabled], :where(.css-142vneq).ant-input-filled[disabled] textarea[disabled] {
    cursor: not-allowed;
}

:where(.css-142vneq).ant-input-filled.ant-input-disabled:hover:not([disabled]), :where(.css-142vneq).ant-input-filled[disabled]:hover:not([disabled]) {
    border-color: #d9d9d9;
    background-color: rgba(0, 0, 0, 0.04);
}

:where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled) {
    background: #fff2f0;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

input:where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled), :where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled) input, textarea:where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled), :where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled) textarea {
    color: #ff4d4f;
}

:where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled):hover {
    background: #fff1f0;
}

:where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled):focus, :where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled):focus-within {
    outline: 0;
    border-color: #ff4d4f;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled) .ant-input-prefix, :where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled) .ant-input-suffix {
    color: #ff4d4f;
}

:where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled) {
    background: #fffbe6;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

input:where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled), :where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled) input, textarea:where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled), :where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled) textarea {
    color: #faad14;
}

:where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled):hover {
    background: #fff1b8;
}

:where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled):focus, :where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled):focus-within {
    outline: 0;
    border-color: #faad14;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled) .ant-input-prefix, :where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled) .ant-input-suffix {
    color: #faad14;
}

:where(.css-142vneq).ant-input-borderless {
    background: transparent;
    border: none;
}

:where(.css-142vneq).ant-input-borderless:focus, :where(.css-142vneq).ant-input-borderless:focus-within {
    outline: none;
}

:where(.css-142vneq).ant-input-borderless.ant-input-disabled, :where(.css-142vneq).ant-input-borderless[disabled] {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}

:where(.css-142vneq).ant-input-borderless.ant-input-status-error, :where(.css-142vneq).ant-input-borderless.ant-input-status-error input, :where(.css-142vneq).ant-input-borderless.ant-input-status-error textarea {
    color: #ff4d4f;
}

:where(.css-142vneq).ant-input-borderless.ant-input-status-warning, :where(.css-142vneq).ant-input-borderless.ant-input-status-warning input, :where(.css-142vneq).ant-input-borderless.ant-input-status-warning textarea {
    color: #faad14;
}

:where(.css-142vneq).ant-input[type="color"] {
    height: 32px;
}

:where(.css-142vneq).ant-input[type="color"].ant-input-lg {
    height: 40px;
}

:where(.css-142vneq).ant-input[type="color"].ant-input-sm {
    height: 24px;
    padding-top: 3px;
    padding-bottom: 3px;
}

:where(.css-142vneq).ant-input[type="search"]::-webkit-search-cancel-button, :where(.css-142vneq).ant-input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

:where(.css-142vneq).ant-input-textarea {
    position: relative;
}

:where(.css-142vneq).ant-input-textarea-show-count>.ant-input {
    height: 100%;
}

:where(.css-142vneq).ant-input-textarea-show-count .ant-input-data-count {
    position: absolute;
    bottom: -22px;
    inset-inline-end: 0;
    color: rgba(0, 0, 0, 0.45);
    white-space: nowrap;
    pointer-events: none;
}

:where(.css-142vneq).ant-input-textarea-allow-clear>.ant-input, :where(.css-142vneq).ant-input-textarea-affix-wrapper.ant-input-textarea-has-feedback .ant-input {
    padding-inline-end: 24px;
}

:where(.css-142vneq).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper {
    padding: 0;
}

:where(.css-142vneq).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper>textarea.ant-input {
    font-size: inherit;
    border: none;
    outline: none;
    background: transparent;
}

:where(.css-142vneq).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper>textarea.ant-input:focus {
    box-shadow: none !important;
}

:where(.css-142vneq).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper .ant-input-suffix {
    margin: 0;
}

:where(.css-142vneq).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper .ant-input-suffix>*:not(:last-child) {
    margin-inline: 0;
}

:where(.css-142vneq).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper .ant-input-suffix .ant-input-clear-icon {
    position: absolute;
    inset-inline-end: 11px;
    inset-block-start: 8px;
}

:where(.css-142vneq).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper .ant-input-suffix .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;
    pointer-events: none;
}

:where(.css-142vneq).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper-sm .ant-input-suffix .ant-input-clear-icon {
    inset-inline-end: 7px;
}

:where(.css-142vneq).ant-input-affix-wrapper {
    position: relative;
    display: inline-flex;
    width: 100%;
    min-width: 0;
    padding: 4px 11px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    border-radius: 6px;
    transition: all 0.2s;
}

:where(.css-142vneq).ant-input-affix-wrapper::-moz-placeholder {
    opacity: 1;
}

:where(.css-142vneq).ant-input-affix-wrapper::placeholder {
    color: rgba(0, 0, 0, 0.25);
    user-select: none;
}

:where(.css-142vneq).ant-input-affix-wrapper:placeholder-shown {
    text-overflow: ellipsis;
}

textarea:where(.css-142vneq).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-142vneq).ant-input-affix-wrapper-lg {
    padding: 7px 11px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 8px;
}

:where(.css-142vneq).ant-input-affix-wrapper-sm {
    padding: 0px 7px;
    font-size: 14px;
    border-radius: 4px;
}

:where(.css-142vneq).ant-input-affix-wrapper-rtl, :where(.css-142vneq).ant-input-affix-wrapper-textarea-rtl {
    direction: rtl;
}

:where(.css-142vneq).ant-input-affix-wrapper:not(.ant-input-disabled):hover {
    z-index: 1;
}

.ant-input-search-with-button :where(.css-142vneq).ant-input-affix-wrapper:not(.ant-input-disabled):hover {
    z-index: 0;
}

:where(.css-142vneq).ant-input-affix-wrapper-focused, :where(.css-142vneq).ant-input-affix-wrapper:focus {
    z-index: 1;
}

:where(.css-142vneq).ant-input-affix-wrapper>input.ant-input {
    padding: 0;
}

:where(.css-142vneq).ant-input-affix-wrapper>input.ant-input, :where(.css-142vneq).ant-input-affix-wrapper>textarea.ant-input {
    font-size: inherit;
    border: none;
    border-radius: 0;
    outline: none;
    background: transparent;
    color: inherit;
}

:where(.css-142vneq).ant-input-affix-wrapper>input.ant-input::-ms-reveal, :where(.css-142vneq).ant-input-affix-wrapper>textarea.ant-input::-ms-reveal {
    display: none;
}

:where(.css-142vneq).ant-input-affix-wrapper>input.ant-input:focus, :where(.css-142vneq).ant-input-affix-wrapper>textarea.ant-input:focus {
    box-shadow: none !important;
}

:where(.css-142vneq).ant-input-affix-wrapper::before {
    display: inline-block;
    width: 0;
    visibility: hidden;
    content: "\a0";
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-prefix, :where(.css-142vneq).ant-input-affix-wrapper .ant-input-suffix {
    display: flex;
    flex: none;
    align-items: center;
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-prefix>*:not(:last-child), :where(.css-142vneq).ant-input-affix-wrapper .ant-input-suffix>*:not(:last-child) {
    margin-inline-end: 8px;
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-show-count-suffix {
    color: rgba(0, 0, 0, 0.45);
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-show-count-has-suffix {
    margin-inline-end: 4px;
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-prefix {
    margin-inline-end: 4px;
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-suffix {
    margin-inline-start: 4px;
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-clear-icon {
    margin: 0;
    line-height: 0;
    color: rgba(0, 0, 0, 0.25);
    font-size: 12px;
    vertical-align: -1px;
    cursor: pointer;
    transition: color 0.3s;
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-clear-icon:hover {
    color: rgba(0, 0, 0, 0.45);
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-clear-icon:active {
    color: rgba(0, 0, 0, 0.88);
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-clear-icon-hidden {
    visibility: hidden;
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-clear-icon-has-suffix {
    margin: 0 4px;
}

:where(.css-142vneq).ant-input-affix-wrapper .anticon.ant-input-password-icon {
    color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
    transition: all 0.3s;
}

:where(.css-142vneq).ant-input-affix-wrapper .anticon.ant-input-password-icon:hover {
    color: rgba(0, 0, 0, 0.88);
}

:where(.css-142vneq).ant-input-affix-wrapper-disabled .anticon.ant-input-password-icon {
    color: rgba(0, 0, 0, 0.45);
    cursor: not-allowed;
}

:where(.css-142vneq).ant-input-affix-wrapper-disabled .anticon.ant-input-password-icon:hover {
    color: rgba(0, 0, 0, 0.45);
}

:where(.css-142vneq).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-142vneq).ant-input-group[class*='col-'] {
    padding-inline-end: 8px;
}

:where(.css-142vneq).ant-input-group[class*='col-']:last-child {
    padding-inline-end: 0;
}

:where(.css-142vneq).ant-input-group-lg .ant-input, :where(.css-142vneq).ant-input-group-lg>.ant-input-group-addon {
    padding: 7px 11px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 8px;
}

:where(.css-142vneq).ant-input-group-sm .ant-input, :where(.css-142vneq).ant-input-group-sm>.ant-input-group-addon {
    padding: 0px 7px;
    font-size: 14px;
    border-radius: 4px;
}

:where(.css-142vneq).ant-input-group-lg .ant-select-single .ant-select-selector {
    height: 40px;
}

:where(.css-142vneq).ant-input-group-sm .ant-select-single .ant-select-selector {
    height: 24px;
}

:where(.css-142vneq).ant-input-group>.ant-input {
    display: table-cell;
}

:where(.css-142vneq).ant-input-group>.ant-input:not(:first-child):not(:last-child) {
    border-radius: 0;
}

:where(.css-142vneq).ant-input-group .ant-input-group-addon, :where(.css-142vneq).ant-input-group .ant-input-group-wrap {
    display: table-cell;
    width: 1px;
    white-space: nowrap;
    vertical-align: middle;
}

:where(.css-142vneq).ant-input-group .ant-input-group-addon:not(:first-child):not(:last-child), :where(.css-142vneq).ant-input-group .ant-input-group-wrap:not(:first-child):not(:last-child) {
    border-radius: 0;
}

:where(.css-142vneq).ant-input-group .ant-input-group-wrap>* {
    display: block !important;
}

:where(.css-142vneq).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;
    border-radius: 6px;
    transition: all 0.3s;
    line-height: 1;
}

:where(.css-142vneq).ant-input-group .ant-input-group-addon .ant-select {
    margin: -5px -11px;
}

:where(.css-142vneq).ant-input-group .ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
    background-color: inherit;
    border: 1px solid transparent;
    box-shadow: none;
}

:where(.css-142vneq).ant-input-group .ant-input-group-addon .ant-cascader-picker {
    margin: -9px -11px;
    background-color: transparent;
}

:where(.css-142vneq).ant-input-group .ant-input-group-addon .ant-cascader-picker .ant-cascader-input {
    text-align: start;
    border: 0;
    box-shadow: none;
}

:where(.css-142vneq).ant-input-group .ant-input {
    width: 100%;
    margin-bottom: 0;
    text-align: inherit;
}

:where(.css-142vneq).ant-input-group .ant-input:focus {
    z-index: 1;
    border-inline-end-width: 1px;
}

:where(.css-142vneq).ant-input-group .ant-input:hover {
    z-index: 1;
    border-inline-end-width: 1px;
}

.ant-input-search-with-button :where(.css-142vneq).ant-input-group .ant-input:hover {
    z-index: 0;
}

:where(.css-142vneq).ant-input-group>.ant-input:first-child, :where(.css-142vneq).ant-input-group .ant-input-group-addon:first-child {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-142vneq).ant-input-group>.ant-input:first-child .ant-select .ant-select-selector, :where(.css-142vneq).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-142vneq).ant-input-group>.ant-input-affix-wrapper:not(:first-child) .ant-input {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-142vneq).ant-input-group>.ant-input-affix-wrapper:not(:last-child) .ant-input {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-142vneq).ant-input-group>.ant-input:last-child, :where(.css-142vneq).ant-input-group .ant-input-group-addon:last-child {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-142vneq).ant-input-group>.ant-input:last-child .ant-select .ant-select-selector, :where(.css-142vneq).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-142vneq).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-142vneq).ant-input-group .ant-input-affix-wrapper:not(:last-child) {
    border-start-start-radius: 6px;
    border-end-start-radius: 6px;
}

:where(.css-142vneq).ant-input-group .ant-input-affix-wrapper:not(:first-child), .ant-input-search :where(.css-142vneq).ant-input-group .ant-input-affix-wrapper:not(:first-child) {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact {
    display: block;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact::before {
    display: table;
    content: "";
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact::after {
    display: table;
    clear: both;
    content: "";
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact .ant-input-group-addon:not(:first-child):not(:last-child), :where(.css-142vneq).ant-input-group.ant-input-group-compact .ant-input-group-wrap:not(:first-child):not(:last-child), :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child) {
    border-inline-end-width: 1px;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact .ant-input-group-addon:not(:first-child):not(:last-child):hover, :where(.css-142vneq).ant-input-group.ant-input-group-compact .ant-input-group-wrap:not(:first-child):not(:last-child):hover, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child):hover, :where(.css-142vneq).ant-input-group.ant-input-group-compact .ant-input-group-addon:not(:first-child):not(:last-child):focus, :where(.css-142vneq).ant-input-group.ant-input-group-compact .ant-input-group-wrap:not(:first-child):not(:last-child):focus, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child):focus {
    z-index: 1;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact>* {
    display: inline-flex;
    float: none;
    vertical-align: top;
    border-radius: 0;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-input-affix-wrapper, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-input-number-affix-wrapper, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-picker-range {
    display: inline-flex;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact>*:not(:last-child) {
    margin-inline-end: -1px;
    border-inline-end-width: 1px;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact .ant-input {
    float: none;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selector, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input {
    border-inline-end-width: 1px;
    border-radius: 0;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selector:hover, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input:hover, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input:hover, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input:hover, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selector:focus, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input:focus, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input:focus, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input:focus {
    z-index: 1;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select-focused {
    z-index: 1;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select>.ant-select-arrow {
    z-index: 1;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact>*:first-child, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select:first-child>.ant-select-selector, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select-auto-complete:first-child .ant-input, :where(.css-142vneq).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-142vneq).ant-input-group.ant-input-group-compact>*:last-child, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select:last-child>.ant-select-selector, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-cascader-picker:last-child .ant-input, :where(.css-142vneq).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-142vneq).ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input {
    vertical-align: top;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact .ant-input-group-wrapper+.ant-input-group-wrapper {
    margin-inline-start: -1px;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact .ant-input-group-wrapper+.ant-input-group-wrapper .ant-input-affix-wrapper {
    border-radius: 0;
}

:where(.css-142vneq).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-142vneq).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-142vneq).ant-input-group-rtl {
    direction: rtl;
}

:where(.css-142vneq).ant-input-group-wrapper {
    display: inline-block;
    width: 100%;
    text-align: start;
    vertical-align: top;
}

:where(.css-142vneq).ant-input-group-wrapper-rtl {
    direction: rtl;
}

:where(.css-142vneq).ant-input-group-wrapper-lg .ant-input-group-addon {
    border-radius: 8px;
    font-size: 16px;
}

:where(.css-142vneq).ant-input-group-wrapper-sm .ant-input-group-addon {
    border-radius: 4px;
}

:where(.css-142vneq).ant-input-group-wrapper-outlined .ant-input-group-addon {
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid #d9d9d9;
}

:where(.css-142vneq).ant-input-group-wrapper-outlined .ant-input-group-addon:first-child {
    border-inline-end: 0;
}

:where(.css-142vneq).ant-input-group-wrapper-outlined .ant-input-group-addon:last-child {
    border-inline-start: 0;
}

:where(.css-142vneq).ant-input-group-wrapper-outlined.ant-input-group-wrapper-status-error .ant-input-group-addon {
    border-color: #ff4d4f;
    color: #ff4d4f;
}

:where(.css-142vneq).ant-input-group-wrapper-outlined.ant-input-group-wrapper-status-warning .ant-input-group-addon {
    border-color: #faad14;
    color: #faad14;
}

:where(.css-142vneq).ant-input-group-wrapper-outlined.ant-input-group-wrapper-disabled .ant-input-group-addon {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
}

:where(.css-142vneq).ant-input-group-wrapper-outlined.ant-input-group-wrapper-disabled .ant-input-group-addon input[disabled], :where(.css-142vneq).ant-input-group-wrapper-outlined.ant-input-group-wrapper-disabled .ant-input-group-addon textarea[disabled] {
    cursor: not-allowed;
}

:where(.css-142vneq).ant-input-group-wrapper-outlined.ant-input-group-wrapper-disabled .ant-input-group-addon:hover:not([disabled]) {
    border-color: #d9d9d9;
    background-color: rgba(0, 0, 0, 0.04);
}

:where(.css-142vneq).ant-input-group-wrapper-filled .ant-input-group-addon {
    background: rgba(0, 0, 0, 0.04);
}

:where(.css-142vneq).ant-input-group-wrapper-filled .ant-input-group .ant-input-filled:not(:focus):not(:focus-within):not(:first-child) {
    border-inline-start: 1px solid rgba(5, 5, 5, 0.06);
}

:where(.css-142vneq).ant-input-group-wrapper-filled .ant-input-group .ant-input-filled:not(:focus):not(:focus-within):not(:last-child) {
    border-inline-end: 1px solid rgba(5, 5, 5, 0.06);
}

:where(.css-142vneq).ant-input-group-wrapper-filled.ant-input-group-wrapper-status-error .ant-input-group-addon {
    background: #fff2f0;
    color: #ff4d4f;
}

:where(.css-142vneq).ant-input-group-wrapper-filled.ant-input-group-wrapper-status-warning .ant-input-group-addon {
    background: #fffbe6;
    color: #faad14;
}

:where(.css-142vneq).ant-input-group-wrapper-filled.ant-input-group-wrapper-disabled .ant-input-group-addon {
    background: rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-142vneq).ant-input-group-wrapper-filled.ant-input-group-wrapper-disabled .ant-input-group-addon:first-child {
    border-inline-start: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

:where(.css-142vneq).ant-input-group-wrapper-filled.ant-input-group-wrapper-disabled .ant-input-group-addon:last-child {
    border-inline-end: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

:where(.css-142vneq).ant-input-group-wrapper:not(.ant-input-compact-first-item):not(.ant-input-compact-last-item).ant-input-compact-item .ant-input, :where(.css-142vneq).ant-input-group-wrapper:not(.ant-input-compact-first-item):not(.ant-input-compact-last-item).ant-input-compact-item .ant-input-group-addon {
    border-radius: 0;
}

:where(.css-142vneq).ant-input-group-wrapper:not(.ant-input-compact-last-item).ant-input-compact-first-item .ant-input, :where(.css-142vneq).ant-input-group-wrapper:not(.ant-input-compact-last-item).ant-input-compact-first-item .ant-input-group-addon {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-142vneq).ant-input-group-wrapper:not(.ant-input-compact-first-item).ant-input-compact-last-item .ant-input, :where(.css-142vneq).ant-input-group-wrapper:not(.ant-input-compact-first-item).ant-input-compact-last-item .ant-input-group-addon {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-142vneq).ant-input-group-wrapper:not(.ant-input-compact-last-item).ant-input-compact-item .ant-input-affix-wrapper {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-142vneq).ant-input-search .ant-input:hover+.ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary), :where(.css-142vneq).ant-input-search .ant-input:focus+.ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
    border-inline-start-color: #4096ff;
}

:where(.css-142vneq).ant-input-search .ant-input-affix-wrapper {
    height: 32px;
    border-radius: 0;
}

:where(.css-142vneq).ant-input-search .ant-input-lg {
    line-height: 1.4998;
}

:where(.css-142vneq).ant-input-search>.ant-input-group>.ant-input-group-addon:last-child {
    inset-inline-start: -1px;
    padding: 0;
    border: 0;
}

:where(.css-142vneq).ant-input-search>.ant-input-group>.ant-input-group-addon:last-child .ant-input-search-button {
    margin-inline-end: -1px;
    padding-top: 0;
    padding-bottom: 0;
    border-start-start-radius: 0;
    border-end-start-radius: 0;
    box-shadow: none;
}

:where(.css-142vneq).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-142vneq).ant-input-search>.ant-input-group>.ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary):hover {
    color: #4096ff;
}

:where(.css-142vneq).ant-input-search>.ant-input-group>.ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary):active {
    color: #0958d9;
}

:where(.css-142vneq).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-142vneq).ant-input-search .ant-input-search-button {
    height: 32px;
}

:where(.css-142vneq).ant-input-search .ant-input-search-button:hover, :where(.css-142vneq).ant-input-search .ant-input-search-button:focus {
    z-index: 1;
}

:where(.css-142vneq).ant-input-search-large .ant-input-affix-wrapper, :where(.css-142vneq).ant-input-search-large .ant-input-search-button {
    height: 40px;
}

:where(.css-142vneq).ant-input-search-small .ant-input-affix-wrapper, :where(.css-142vneq).ant-input-search-small .ant-input-search-button {
    height: 24px;
}

:where(.css-142vneq).ant-input-search-rtl {
    direction: rtl;
}

:where(.css-142vneq).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-142vneq).ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input, :where(.css-142vneq).ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input-affix-wrapper {
    border-radius: 0;
}

:where(.css-142vneq).ant-input-search.ant-input-compact-item>.ant-input-group-addon .ant-input-search-button:hover, :where(.css-142vneq).ant-input-search.ant-input-compact-item>.ant-input:hover, :where(.css-142vneq).ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:hover, :where(.css-142vneq).ant-input-search.ant-input-compact-item>.ant-input-group-addon .ant-input-search-button:focus, :where(.css-142vneq).ant-input-search.ant-input-compact-item>.ant-input:focus, :where(.css-142vneq).ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:focus, :where(.css-142vneq).ant-input-search.ant-input-compact-item>.ant-input-group-addon .ant-input-search-button:active, :where(.css-142vneq).ant-input-search.ant-input-compact-item>.ant-input:active, :where(.css-142vneq).ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:active {
    z-index: 2;
}

:where(.css-142vneq).ant-input-search.ant-input-compact-item>.ant-input-affix-wrapper-focused {
    z-index: 2;
}

:where(.css-142vneq).ant-input-out-of-range, :where(.css-142vneq).ant-input-out-of-range input, :where(.css-142vneq).ant-input-out-of-range textarea, :where(.css-142vneq).ant-input-out-of-range .ant-input-show-count-suffix, :where(.css-142vneq).ant-input-out-of-range .ant-input-data-count {
    color: #ff4d4f;
}

:where(.css-142vneq).ant-input-compact-item:not(.ant-input-compact-last-item) {
    margin-inline-end: -1px;
}

:where(.css-142vneq).ant-input-compact-item:hover, :where(.css-142vneq).ant-input-compact-item:focus, :where(.css-142vneq).ant-input-compact-item:active {
    z-index: 2;
}

:where(.css-142vneq).ant-input-compact-item[disabled] {
    z-index: 0;
}

:where(.css-142vneq).ant-input-compact-item:not(.ant-input-compact-first-item):not(.ant-input-compact-last-item) {
    border-radius: 0;
}

:where(.css-142vneq).ant-input-compact-item:not(.ant-input-compact-last-item).ant-input-compact-first-item, :where(.css-142vneq).ant-input-compact-item:not(.ant-input-compact-last-item).ant-input-compact-first-item.ant-input-sm, :where(.css-142vneq).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-142vneq).ant-input-compact-item:not(.ant-input-compact-first-item).ant-input-compact-last-item, :where(.css-142vneq).ant-input-compact-item:not(.ant-input-compact-first-item).ant-input-compact-last-item.ant-input-sm, :where(.css-142vneq).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;
}

.data-ant-cssinjs-cache-path {
    content: "1rvolt1|Shared|ant:duysfs;1rvolt1|Tooltip-Tooltip|ant-tooltip|anticon:kohdwe;1rvolt1|Dropdown-Dropdown|ant-dropdown|anticon:18lrpuo;1rvolt1|Avatar-Avatar|ant-avatar|anticon:mwk6gi;1rvolt1|Modal-Modal|ant-modal|anticon:1y6fxg6;1rvolt1|Skeleton-Skeleton|ant-skeleton|anticon:119lxf0;1rvolt1|Table-Table|ant-table|anticon:1yevy2x;1rvolt1|Spin-Spin|ant-spin|anticon:1kw6tit;1rvolt1|Empty-Empty|ant-empty|anticon:10hp493;1rvolt1|Input-Input|ant-input|anticon:kqe8ny";
}

.react-calendar {
    width: 350px;
    max-width: 100%;
    background: #fff;
    border: 1px solid #a0a096;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.125em
}

.react-calendar--doubleView {
    width: 700px
}

.react-calendar--doubleView .react-calendar__viewContainer {
    display: flex;
    margin: -.5em
}

.react-calendar--doubleView .react-calendar__viewContainer>* {
    width: 50%;
    margin: .5em
}

.react-calendar, .react-calendar *, .react-calendar :after, .react-calendar :before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.react-calendar button {
    margin: 0;
    border: 0;
    outline: none
}

.react-calendar button:enabled:hover {
    cursor: pointer
}

.react-calendar__navigation {
    display: flex;
    height: 44px;
    margin-bottom: 1em
}

.react-calendar__navigation button {
    min-width: 44px;
    background: none
}

.react-calendar__navigation button:disabled {
    background-color: #f0f0f0
}

.react-calendar__navigation button:enabled:focus, .react-calendar__navigation button:enabled:hover {
    background-color: #e6e6e6
}

.react-calendar__month-view__weekdays {
    text-align: center;
    text-transform: uppercase;
    font: inherit;
    font-size: .75em;
    font-weight: 700
}

.react-calendar__month-view__weekdays__weekday {
    padding: .5em
}

.react-calendar__month-view__weekNumbers .react-calendar__tile {
    display: flex;
    align-items: center;
    justify-content: center;
    font: inherit;
    font-size: .75em;
    font-weight: 700
}

.react-calendar__month-view__days__day--weekend {
    color: #d10000
}

.react-calendar__century-view__decades__decade--neighboringCentury, .react-calendar__decade-view__years__year--neighboringDecade, .react-calendar__month-view__days__day--neighboringMonth {
    color: #757575
}

.react-calendar__century-view .react-calendar__tile, .react-calendar__decade-view .react-calendar__tile, .react-calendar__year-view .react-calendar__tile {
    padding: 2em .5em
}

.react-calendar__tile {
    max-width: 100%;
    padding: 10px 6.6667px;
    background: none;
    text-align: center;
    line-height: 16px;
    font: inherit;
    font-size: .833em
}

.react-calendar__tile:disabled {
    background-color: #f0f0f0;
    color: #ababab
}

.react-calendar__century-view__decades__decade--neighboringCentury:disabled, .react-calendar__decade-view__years__year--neighboringDecade:disabled, .react-calendar__month-view__days__day--neighboringMonth:disabled {
    color: #cdcdcd
}

.react-calendar__tile:enabled:focus, .react-calendar__tile:enabled:hover {
    background-color: #e6e6e6
}

.react-calendar__tile--now {
    background: #ffff76
}

.react-calendar__tile--now:enabled:focus, .react-calendar__tile--now:enabled:hover {
    background: #ffffa9
}

.react-calendar__tile--hasActive {
    background: #76baff
}

.react-calendar__tile--hasActive:enabled:focus, .react-calendar__tile--hasActive:enabled:hover {
    background: #a9d4ff
}

.react-calendar__tile--active {
    background: #006edc;
    color: #fff
}

.react-calendar__tile--active:enabled:focus, .react-calendar__tile--active:enabled:hover {
    background: #1087ff
}

.react-calendar--selectRange .react-calendar__tile--hover {
    background-color: #e6e6e6
}

.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::before {
    display: none;
}

.anticon .anticon-icon {
    display: block;
}

.anticon[tabindex] {
    cursor: pointer;
}

.anticon-spin::before,
.anticon-spin {
    display: inline-block;
    -webkit-animation: loadingCircle 1s infinite linear;
    animation: loadingCircle 1s infinite linear;
}

@-webkit-keyframes loadingCircle {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loadingCircle {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

:where(.css-142vneq).ant-drawer {
    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-142vneq).ant-drawer::before, :where(.css-142vneq).ant-drawer::after {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-drawer [class^="ant-drawer"], :where(.css-142vneq).ant-drawer [class*=" ant-drawer"] {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-drawer [class^="ant-drawer"]::before, :where(.css-142vneq).ant-drawer [class*=" ant-drawer"]::before, :where(.css-142vneq).ant-drawer [class^="ant-drawer"]::after, :where(.css-142vneq).ant-drawer [class*=" ant-drawer"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-drawer {
    position: fixed;
    inset: 0;
    z-index: 1000;
    pointer-events: none;
    color: rgba(0, 0, 0, 0.88);
}

:where(.css-142vneq).ant-drawer-pure {
    position: relative;
    background: #ffffff;
    display: flex;
    flex-direction: column;
}

:where(.css-142vneq).ant-drawer-pure.ant-drawer-left {
    box-shadow: 6px 0 16px 0 rgba(0, 0, 0, 0.08), 3px 0 6px -4px rgba(0, 0, 0, 0.12), 9px 0 28px 8px rgba(0, 0, 0, 0.05);
}

:where(.css-142vneq).ant-drawer-pure.ant-drawer-right {
    box-shadow: -6px 0 16px 0 rgba(0, 0, 0, 0.08), -3px 0 6px -4px rgba(0, 0, 0, 0.12), -9px 0 28px 8px rgba(0, 0, 0, 0.05);
}

:where(.css-142vneq).ant-drawer-pure.ant-drawer-top {
    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-142vneq).ant-drawer-pure.ant-drawer-bottom {
    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-142vneq).ant-drawer-inline {
    position: absolute;
}

:where(.css-142vneq).ant-drawer .ant-drawer-mask {
    position: absolute;
    inset: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.45);
    pointer-events: auto;
}

:where(.css-142vneq).ant-drawer .ant-drawer-content-wrapper {
    position: absolute;
    z-index: 1000;
    max-width: 100vw;
    transition: all 0.3s;
}

:where(.css-142vneq).ant-drawer .ant-drawer-content-wrapper-hidden {
    display: none;
}

:where(.css-142vneq).ant-drawer-left>.ant-drawer-content-wrapper {
    top: 0;
    bottom: 0;
    left: 0;
    box-shadow: 6px 0 16px 0 rgba(0, 0, 0, 0.08), 3px 0 6px -4px rgba(0, 0, 0, 0.12), 9px 0 28px 8px rgba(0, 0, 0, 0.05);
}

:where(.css-142vneq).ant-drawer-right>.ant-drawer-content-wrapper {
    top: 0;
    right: 0;
    bottom: 0;
    box-shadow: -6px 0 16px 0 rgba(0, 0, 0, 0.08), -3px 0 6px -4px rgba(0, 0, 0, 0.12), -9px 0 28px 8px rgba(0, 0, 0, 0.05);
}

:where(.css-142vneq).ant-drawer-top>.ant-drawer-content-wrapper {
    top: 0;
    inset-inline: 0;
    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-142vneq).ant-drawer-bottom>.ant-drawer-content-wrapper {
    bottom: 0;
    inset-inline: 0;
    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-142vneq).ant-drawer .ant-drawer-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #ffffff;
    pointer-events: auto;
}

:where(.css-142vneq).ant-drawer .ant-drawer-header {
    display: flex;
    flex: 0;
    align-items: center;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 1.5;
    border-bottom: 1px solid rgba(5, 5, 5, 0.06);
}

:where(.css-142vneq).ant-drawer .ant-drawer-header-title {
    display: flex;
    flex: 1;
    align-items: center;
    min-width: 0;
    min-height: 0;
}

:where(.css-142vneq).ant-drawer .ant-drawer-extra {
    flex: none;
}

:where(.css-142vneq).ant-drawer .ant-drawer-close {
    display: inline-flex;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    margin-inline-end: 8px;
    color: rgba(0, 0, 0, 0.45);
    font-weight: 600;
    font-size: 16px;
    font-style: normal;
    line-height: 1;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    transition: all 0.2s;
    text-rendering: auto;
}

:where(.css-142vneq).ant-drawer .ant-drawer-close:hover {
    color: rgba(0, 0, 0, 0.88);
    background-color: rgba(0, 0, 0, 0.06);
    text-decoration: none;
}

:where(.css-142vneq).ant-drawer .ant-drawer-close:active {
    background-color: rgba(0, 0, 0, 0.15);
}

:where(.css-142vneq).ant-drawer .ant-drawer-close:focus-visible {
    outline: 3px solid #91caff;
    outline-offset: 1px;
    transition: outline-offset 0s, outline 0s;
}

:where(.css-142vneq).ant-drawer .ant-drawer-title {
    flex: 1;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
}

:where(.css-142vneq).ant-drawer .ant-drawer-body {
    flex: 1;
    min-width: 0;
    min-height: 0;
    padding: 24px;
    overflow: auto;
}

:where(.css-142vneq).ant-drawer .ant-drawer-body .ant-drawer-body-skeleton {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

:where(.css-142vneq).ant-drawer .ant-drawer-footer {
    flex-shrink: 0;
    padding: 8px 16px;
    border-top: 1px solid rgba(5, 5, 5, 0.06);
}

:where(.css-142vneq).ant-drawer-rtl {
    direction: rtl;
}

:where(.css-142vneq).ant-drawer .ant-drawer-mask-motion-enter-start, :where(.css-142vneq).ant-drawer .ant-drawer-mask-motion-appear-start, :where(.css-142vneq).ant-drawer .ant-drawer-mask-motion-leave-start {
    transition: none;
}

:where(.css-142vneq).ant-drawer .ant-drawer-mask-motion-enter-active, :where(.css-142vneq).ant-drawer .ant-drawer-mask-motion-appear-active, :where(.css-142vneq).ant-drawer .ant-drawer-mask-motion-leave-active {
    transition: all 0.3s;
}

:where(.css-142vneq).ant-drawer .ant-drawer-mask-motion-enter, :where(.css-142vneq).ant-drawer .ant-drawer-mask-motion-appear {
    opacity: 0;
}

:where(.css-142vneq).ant-drawer .ant-drawer-mask-motion-enter-active, :where(.css-142vneq).ant-drawer .ant-drawer-mask-motion-appear-active {
    opacity: 1;
}

:where(.css-142vneq).ant-drawer .ant-drawer-mask-motion-leave {
    opacity: 1;
}

:where(.css-142vneq).ant-drawer .ant-drawer-mask-motion-leave-active {
    opacity: 0;
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-left-enter-start, :where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-left-appear-start, :where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-left-leave-start {
    transition: none;
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-left-enter-active, :where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-left-appear-active, :where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-left-leave-active {
    transition: all 0.3s;
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-left-enter, :where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-left-appear {
    opacity: 0.7;
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-left-enter-active, :where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-left-appear-active {
    opacity: 1;
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-left-leave {
    opacity: 1;
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-left-leave-active {
    opacity: 0.7;
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-left-enter, :where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-left-appear {
    transform: translateX(-100%);
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-left-enter-active, :where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-left-appear-active {
    transform: none;
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-left-leave {
    transform: none;
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-left-leave-active {
    transform: translateX(-100%);
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-right-enter-start, :where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-right-appear-start, :where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-right-leave-start {
    transition: none;
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-right-enter-active, :where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-right-appear-active, :where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-right-leave-active {
    transition: all 0.3s;
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-right-enter, :where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-right-appear {
    opacity: 0.7;
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-right-enter-active, :where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-right-appear-active {
    opacity: 1;
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-right-leave {
    opacity: 1;
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-right-leave-active {
    opacity: 0.7;
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-right-enter, :where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-right-appear {
    transform: translateX(100%);
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-right-enter-active, :where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-right-appear-active {
    transform: none;
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-right-leave {
    transform: none;
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-right-leave-active {
    transform: translateX(100%);
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-top-enter-start, :where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-top-appear-start, :where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-top-leave-start {
    transition: none;
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-top-enter-active, :where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-top-appear-active, :where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-top-leave-active {
    transition: all 0.3s;
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-top-enter, :where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-top-appear {
    opacity: 0.7;
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-top-enter-active, :where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-top-appear-active {
    opacity: 1;
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-top-leave {
    opacity: 1;
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-top-leave-active {
    opacity: 0.7;
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-top-enter, :where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-top-appear {
    transform: translateY(-100%);
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-top-enter-active, :where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-top-appear-active {
    transform: none;
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-top-leave {
    transform: none;
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-top-leave-active {
    transform: translateY(-100%);
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-bottom-enter-start, :where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-bottom-appear-start, :where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-bottom-leave-start {
    transition: none;
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-bottom-enter-active, :where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-bottom-appear-active, :where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-bottom-leave-active {
    transition: all 0.3s;
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-bottom-enter, :where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-bottom-appear {
    opacity: 0.7;
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-bottom-enter-active, :where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-bottom-appear-active {
    opacity: 1;
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-bottom-leave {
    opacity: 1;
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-bottom-leave-active {
    opacity: 0.7;
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-bottom-enter, :where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-bottom-appear {
    transform: translateY(100%);
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-bottom-enter-active, :where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-bottom-appear-active {
    transform: none;
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-bottom-leave {
    transform: none;
}

:where(.css-142vneq).ant-drawer .ant-drawer-panel-motion-bottom-leave-active {
    transform: translateY(100%);
}

:where(.css-142vneq)[class^="ant-image"], :where(.css-142vneq)[class*=" ant-image"] {
    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-142vneq)[class^="ant-image"]::before, :where(.css-142vneq)[class*=" ant-image"]::before, :where(.css-142vneq)[class^="ant-image"]::after, :where(.css-142vneq)[class*=" ant-image"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-image"] [class^="ant-image"], :where(.css-142vneq)[class*=" ant-image"] [class^="ant-image"], :where(.css-142vneq)[class^="ant-image"] [class*=" ant-image"], :where(.css-142vneq)[class*=" ant-image"] [class*=" ant-image"] {
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-image"] [class^="ant-image"]::before, :where(.css-142vneq)[class*=" ant-image"] [class^="ant-image"]::before, :where(.css-142vneq)[class^="ant-image"] [class*=" ant-image"]::before, :where(.css-142vneq)[class*=" ant-image"] [class*=" ant-image"]::before, :where(.css-142vneq)[class^="ant-image"] [class^="ant-image"]::after, :where(.css-142vneq)[class*=" ant-image"] [class^="ant-image"]::after, :where(.css-142vneq)[class^="ant-image"] [class*=" ant-image"]::after, :where(.css-142vneq)[class*=" ant-image"] [class*=" ant-image"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-image {
    position: relative;
    display: inline-block;
}

:where(.css-142vneq).ant-image .ant-image-img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

:where(.css-142vneq).ant-image .ant-image-img-placeholder {
    background-color: rgba(0, 0, 0, 0.04);
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuNSAyLjVoLTEzQS41LjUgMCAwIDAgMSAzdjEwYS41LjUgMCAwIDAgLjUuNWgxM2EuNS41IDAgMCAwIC41LS41VjNhLjUuNSAwIDAgMC0uNS0uNXpNNS4yODEgNC43NWExIDEgMCAwIDEgMCAyIDEgMSAwIDAgMSAwLTJ6bTguMDMgNi44M2EuMTI3LjEyNyAwIDAgMS0uMDgxLjAzSDIuNzY5YS4xMjUuMTI1IDAgMCAxLS4wOTYtLjIwN2wyLjY2MS0zLjE1NmEuMTI2LjEyNiAwIDAgMSAuMTc3LS4wMTZsLjAxNi4wMTZMNy4wOCAxMC4wOWwyLjQ3LTIuOTNhLjEyNi4xMjYgMCAwIDEgLjE3Ny0uMDE2bC4wMTUuMDE2IDMuNTg4IDQuMjQ0YS4xMjcuMTI3IDAgMCAxLS4wMi4xNzV6IiBmaWxsPSIjOEM4QzhDIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30%;
}

:where(.css-142vneq).ant-image .ant-image-mask {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s;
}

:where(.css-142vneq).ant-image .ant-image-mask .ant-image-mask-info {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 4px;
}

:where(.css-142vneq).ant-image .ant-image-mask .ant-image-mask-info .anticon {
    margin-inline-end: 4px;
}

:where(.css-142vneq).ant-image .ant-image-mask .ant-image-mask-info .anticon svg {
    vertical-align: baseline;
}

:where(.css-142vneq).ant-image .ant-image-mask:hover {
    opacity: 1;
}

:where(.css-142vneq).ant-image .ant-image-placeholder {
    position: absolute;
    inset: 0;
}

:where(.css-142vneq).ant-image-preview-root .ant-image-preview {
    height: 100%;
    text-align: center;
    pointer-events: none;
}

:where(.css-142vneq).ant-image-preview-root .ant-image-preview-body {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

:where(.css-142vneq).ant-image-preview-root .ant-image-preview-img {
    max-width: 100%;
    max-height: 70%;
    vertical-align: middle;
    transform: scale3d(1, 1, 1);
    cursor: grab;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    user-select: none;
}

:where(.css-142vneq).ant-image-preview-root .ant-image-preview-img-wrapper {
    position: absolute;
    inset: 0;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    display: flex;
    justify-content: center;
    align-items: center;
}

:where(.css-142vneq).ant-image-preview-root .ant-image-preview-img-wrapper>* {
    pointer-events: auto;
}

:where(.css-142vneq).ant-image-preview-root .ant-image-preview-img-wrapper::before {
    display: inline-block;
    width: 1px;
    height: 50%;
    margin-inline-end: -1px;
    content: "";
}

:where(.css-142vneq).ant-image-preview-root .ant-image-preview-moving .ant-image-preview-preview-img {
    cursor: grabbing;
}

:where(.css-142vneq).ant-image-preview-root .ant-image-preview-moving .ant-image-preview-preview-img-wrapper {
    transition-duration: 0s;
}

:where(.css-142vneq).ant-image-preview-root .ant-image-preview-wrap {
    z-index: 1080;
}

:where(.css-142vneq).ant-image-preview-operations-wrapper {
    position: fixed;
    z-index: 1081;
}

:where(.css-142vneq) .ant-image-preview-footer {
    position: fixed;
    bottom: 32px;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgba(255, 255, 255, 0.65);
    transform: translateX(-50%);
}

:where(.css-142vneq) .ant-image-preview-progress {
    margin-bottom: 16px;
}

:where(.css-142vneq) .ant-image-preview-close {
    position: fixed;
    top: 32px;
    right: 32px;
    display: flex;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    padding: 12px;
    outline: 0;
    border: 0;
    cursor: pointer;
    transition: all 0.3s;
}

:where(.css-142vneq) .ant-image-preview-close:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

:where(.css-142vneq) .ant-image-preview-close>.anticon {
    font-size: 18px;
}

:where(.css-142vneq) .ant-image-preview-operations {
    display: flex;
    align-items: center;
    padding: 0 24px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 100px;
}

:where(.css-142vneq) .ant-image-preview-operations-operation {
    margin-inline-start: 12px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.3s;
    user-select: none;
}

:where(.css-142vneq) .ant-image-preview-operations-operation:not(.ant-image-preview-operations-operation-disabled):hover>.anticon {
    color: rgba(255, 255, 255, 0.85);
}

:where(.css-142vneq) .ant-image-preview-operations-operation-disabled {
    color: rgba(255, 255, 255, 0.25);
    cursor: not-allowed;
}

:where(.css-142vneq) .ant-image-preview-operations-operation:first-of-type {
    margin-inline-start: 0;
}

:where(.css-142vneq) .ant-image-preview-operations-operation>.anticon {
    font-size: 18px;
}

:where(.css-142vneq) .ant-image-preview-switch-left, :where(.css-142vneq) .ant-image-preview-switch-right {
    position: fixed;
    inset-block-start: 50%;
    z-index: 1081;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    color: rgba(255, 255, 255, 0.65);
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 0.3s;
    user-select: none;
}

:where(.css-142vneq) .ant-image-preview-switch-left:hover, :where(.css-142vneq) .ant-image-preview-switch-right:hover {
    background: rgba(0, 0, 0, 0.2);
}

:where(.css-142vneq) .ant-image-preview-switch-left-disabled, :where(.css-142vneq) .ant-image-preview-switch-right-disabled, :where(.css-142vneq) .ant-image-preview-switch-left-disabled:hover, :where(.css-142vneq) .ant-image-preview-switch-right-disabled:hover {
    color: rgba(255, 255, 255, 0.25);
    background: transparent;
    cursor: not-allowed;
}

:where(.css-142vneq) .ant-image-preview-switch-left-disabled>.anticon, :where(.css-142vneq) .ant-image-preview-switch-right-disabled>.anticon, :where(.css-142vneq) .ant-image-preview-switch-left-disabled:hover>.anticon, :where(.css-142vneq) .ant-image-preview-switch-right-disabled:hover>.anticon {
    cursor: not-allowed;
}

:where(.css-142vneq) .ant-image-preview-switch-left>.anticon, :where(.css-142vneq) .ant-image-preview-switch-right>.anticon {
    font-size: 18px;
}

:where(.css-142vneq) .ant-image-preview-switch-left {
    inset-inline-start: 12px;
}

:where(.css-142vneq) .ant-image-preview-switch-right {
    inset-inline-end: 12px;
}

:where(.css-142vneq).ant-image-preview-root .ant-image-preview.ant-zoom-enter, :where(.css-142vneq).ant-image-preview-root .ant-image-preview.ant-zoom-appear {
    transform: none;
    opacity: 0;
    animation-duration: 0.3s;
    user-select: none;
}

:where(.css-142vneq).ant-image-preview-root .ant-image-preview.ant-zoom-leave .ant-image-preview-content {
    pointer-events: none;
}

:where(.css-142vneq).ant-image-preview-root .ant-image-preview-mask {
    position: fixed;
    inset: 0;
    z-index: 1000;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    pointer-events: none;
}

:where(.css-142vneq).ant-image-preview-root .ant-image-preview-mask .ant-image-preview-hidden {
    display: none;
}

:where(.css-142vneq).ant-image-preview-root .ant-image-preview-wrap {
    position: fixed;
    inset: 0;
    z-index: 1000;
    overflow: auto;
    outline: 0;
    -webkit-overflow-scrolling: touch;
}

:where(.css-142vneq).ant-image-preview-root .ant-fade-enter, :where(.css-142vneq).ant-image-preview-root .ant-fade-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-image-preview-root .ant-fade-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-image-preview-root .ant-fade-enter.ant-fade-enter-active, :where(.css-142vneq).ant-image-preview-root .ant-fade-appear.ant-fade-appear-active {
    animation-name: css-142vneq-antFadeIn;
    animation-play-state: running;
}

:where(.css-142vneq).ant-image-preview-root .ant-fade-leave.ant-fade-leave-active {
    animation-name: css-142vneq-antFadeOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-142vneq).ant-image-preview-root .ant-fade-enter, :where(.css-142vneq).ant-image-preview-root .ant-fade-appear {
    opacity: 0;
    animation-timing-function: linear;
}

:where(.css-142vneq).ant-image-preview-root .ant-fade-leave {
    animation-timing-function: linear;
}

:where(.css-142vneq).ant-image-preview-root .ant-zoom-enter, :where(.css-142vneq).ant-image-preview-root .ant-zoom-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-image-preview-root .ant-zoom-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-image-preview-root .ant-zoom-enter.ant-zoom-enter-active, :where(.css-142vneq).ant-image-preview-root .ant-zoom-appear.ant-zoom-appear-active {
    animation-name: css-142vneq-antZoomIn;
    animation-play-state: running;
}

:where(.css-142vneq).ant-image-preview-root .ant-zoom-leave.ant-zoom-leave-active {
    animation-name: css-142vneq-antZoomOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-142vneq).ant-image-preview-root .ant-zoom-enter, :where(.css-142vneq).ant-image-preview-root .ant-zoom-appear {
    transform: scale(0);
    opacity: 0;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

:where(.css-142vneq).ant-image-preview-root .ant-zoom-enter-prepare, :where(.css-142vneq).ant-image-preview-root .ant-zoom-appear-prepare {
    transform: none;
}

:where(.css-142vneq).ant-image-preview-root .ant-zoom-leave {
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

:where(.css-142vneq).ant-fade-enter, :where(.css-142vneq).ant-fade-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-fade-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-fade-enter.ant-fade-enter-active, :where(.css-142vneq).ant-fade-appear.ant-fade-appear-active {
    animation-name: css-142vneq-antFadeIn;
    animation-play-state: running;
}

:where(.css-142vneq).ant-fade-leave.ant-fade-leave-active {
    animation-name: css-142vneq-antFadeOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-142vneq).ant-fade-enter, :where(.css-142vneq).ant-fade-appear {
    opacity: 0;
    animation-timing-function: linear;
}

:where(.css-142vneq).ant-fade-leave {
    animation-timing-function: linear;
}

:where(.css-142vneq) a {
    color: #1677ff;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    transition: color 0.3s;
    -webkit-text-decoration-skip: objects;
}

:where(.css-142vneq) a:hover {
    color: #69b1ff;
}

:where(.css-142vneq) a:active {
    color: #0958d9;
}

:where(.css-142vneq) a:active, :where(.css-142vneq) a:hover {
    text-decoration: none;
    outline: 0;
}

:where(.css-142vneq) a:focus {
    text-decoration: none;
    outline: 0;
}

:where(.css-142vneq) a[disabled] {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}

:where(.css-142vneq).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;
}

:where(.css-142vneq).anticon>* {
    line-height: 1;
}

:where(.css-142vneq).anticon svg {
    display: inline-block;
}

:where(.css-142vneq).anticon .anticon .anticon-icon {
    display: block;
}

:where(.css-142vneq)[class^="ant-form"], :where(.css-142vneq)[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-142vneq)[class^="ant-form"]::before, :where(.css-142vneq)[class*=" ant-form"]::before, :where(.css-142vneq)[class^="ant-form"]::after, :where(.css-142vneq)[class*=" ant-form"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-form"] [class^="ant-form"], :where(.css-142vneq)[class*=" ant-form"] [class^="ant-form"], :where(.css-142vneq)[class^="ant-form"] [class*=" ant-form"], :where(.css-142vneq)[class*=" ant-form"] [class*=" ant-form"] {
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-form"] [class^="ant-form"]::before, :where(.css-142vneq)[class*=" ant-form"] [class^="ant-form"]::before, :where(.css-142vneq)[class^="ant-form"] [class*=" ant-form"]::before, :where(.css-142vneq)[class*=" ant-form"] [class*=" ant-form"]::before, :where(.css-142vneq)[class^="ant-form"] [class^="ant-form"]::after, :where(.css-142vneq)[class*=" ant-form"] [class^="ant-form"]::after, :where(.css-142vneq)[class^="ant-form"] [class*=" ant-form"]::after, :where(.css-142vneq)[class*=" ant-form"] [class*=" ant-form"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq).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-142vneq).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-142vneq).ant-form input[type="search"] {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-form input[type="radio"], :where(.css-142vneq).ant-form input[type="checkbox"] {
    line-height: normal;
}

:where(.css-142vneq).ant-form input[type="file"] {
    display: block;
}

:where(.css-142vneq).ant-form input[type="range"] {
    display: block;
    width: 100%;
}

:where(.css-142vneq).ant-form select[multiple], :where(.css-142vneq).ant-form select[size] {
    height: auto;
}

:where(.css-142vneq).ant-form input[type='file']:focus, :where(.css-142vneq).ant-form input[type='radio']:focus, :where(.css-142vneq).ant-form input[type='checkbox']:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(5, 145, 255, 0.1);
}

:where(.css-142vneq).ant-form output {
    display: block;
    padding-top: 15px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
}

:where(.css-142vneq).ant-form .ant-form-text {
    display: inline-block;
    padding-inline-end: 12px;
}

:where(.css-142vneq).ant-form-small .ant-form-item .ant-form-item-label>label {
    height: 24px;
}

:where(.css-142vneq).ant-form-small .ant-form-item .ant-form-item-control-input {
    min-height: 24px;
}

:where(.css-142vneq).ant-form-large .ant-form-item .ant-form-item-label>label {
    height: 40px;
}

:where(.css-142vneq).ant-form-large .ant-form-item .ant-form-item-control-input {
    min-height: 40px;
}

:where(.css-142vneq).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-142vneq).ant-form-item-with-help {
    transition: none;
}

:where(.css-142vneq).ant-form-item-hidden, :where(.css-142vneq).ant-form-item-hidden.ant-row {
    display: none;
}

:where(.css-142vneq).ant-form-item-has-warning .ant-form-item-split {
    color: #ff4d4f;
}

:where(.css-142vneq).ant-form-item-has-error .ant-form-item-split {
    color: #faad14;
}

:where(.css-142vneq).ant-form-item .ant-form-item-label {
    flex-grow: 0;
    overflow: hidden;
    white-space: nowrap;
    text-align: end;
    vertical-align: middle;
}

:where(.css-142vneq).ant-form-item .ant-form-item-label-left {
    text-align: start;
}

:where(.css-142vneq).ant-form-item .ant-form-item-label-wrap {
    overflow: unset;
    line-height: 1.5714285714285714;
    white-space: unset;
}

:where(.css-142vneq).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-142vneq).ant-form-item .ant-form-item-label>label>.anticon {
    font-size: 14px;
    vertical-align: top;
}

:where(.css-142vneq).ant-form-item .ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
    display: inline-block;
    margin-inline-end: 4px;
    color: #ff4d4f;
    font-size: 14px;
    font-family: SimSun, sans-serif;
    line-height: 1;
    content: "*";
}

.ant-form-hide-required-mark :where(.css-142vneq).ant-form-item .ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
    display: none;
}

:where(.css-142vneq).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-142vneq).ant-form-item .ant-form-item-label>label .ant-form-item-optional {
    display: none;
}

:where(.css-142vneq).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-142vneq).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-142vneq).ant-form-item .ant-form-item-label>label.ant-form-item-no-colon::after {
    content: "\a0";
}

:where(.css-142vneq).ant-form-item .ant-form-item-control {
    --ant-display: flex;
    flex-direction: column;
    flex-grow: 1;
}

:where(.css-142vneq).ant-form-item .ant-form-item-control:first-child:not([class^="'ant-col-'"]):not([class*="' ant-col-'"]) {
    width: 100%;
}

:where(.css-142vneq).ant-form-item .ant-form-item-control-input {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 32px;
}

:where(.css-142vneq).ant-form-item .ant-form-item-control-input-content {
    flex: auto;
    max-width: 100%;
}

:where(.css-142vneq).ant-form-item .ant-form-item-additional {
    display: flex;
    flex-direction: column;
}

:where(.css-142vneq).ant-form-item .ant-form-item-explain, :where(.css-142vneq).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-142vneq).ant-form-item .ant-form-item-explain-connected {
    width: 100%;
}

:where(.css-142vneq).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-142vneq).ant-form-item .ant-form-item-explain-error {
    color: #ff4d4f;
}

:where(.css-142vneq).ant-form-item .ant-form-item-explain-warning {
    color: #faad14;
}

:where(.css-142vneq).ant-form-item-with-help .ant-form-item-explain {
    height: auto;
    opacity: 1;
}

:where(.css-142vneq).ant-form-item .ant-form-item-feedback-icon {
    font-size: 14px;
    text-align: center;
    visibility: visible;
    animation-name: css-142vneq-antZoomIn;
    animation-duration: 0.2s;
    animation-timing-function: cubic-bezier(0.12, 0.4, 0.29, 1.46);
    pointer-events: none;
}

:where(.css-142vneq).ant-form-item .ant-form-item-feedback-icon-success {
    color: #52c41a;
}

:where(.css-142vneq).ant-form-item .ant-form-item-feedback-icon-error {
    color: #ff4d4f;
}

:where(.css-142vneq).ant-form-item .ant-form-item-feedback-icon-warning {
    color: #faad14;
}

:where(.css-142vneq).ant-form-item .ant-form-item-feedback-icon-validating {
    color: #1677ff;
}

:where(.css-142vneq).ant-form-show-help {
    transition: opacity 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

:where(.css-142vneq).ant-form-show-help-appear, :where(.css-142vneq).ant-form-show-help-enter {
    opacity: 0;
}

:where(.css-142vneq).ant-form-show-help-appear-active, :where(.css-142vneq).ant-form-show-help-enter-active {
    opacity: 1;
}

:where(.css-142vneq).ant-form-show-help-leave {
    opacity: 1;
}

:where(.css-142vneq).ant-form-show-help-leave-active {
    opacity: 0;
}

:where(.css-142vneq).ant-form-show-help .ant-form-show-help-item {
    overflow: hidden;
    transition: height 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

:where(.css-142vneq).ant-form-show-help .ant-form-show-help-item.ant-form-show-help-item-appear, :where(.css-142vneq).ant-form-show-help .ant-form-show-help-item.ant-form-show-help-item-enter {
    transform: translateY(-5px);
    opacity: 0;
}

:where(.css-142vneq).ant-form-show-help .ant-form-show-help-item.ant-form-show-help-item-appear-active, :where(.css-142vneq).ant-form-show-help .ant-form-show-help-item.ant-form-show-help-item-enter-active {
    transform: translateY(0);
    opacity: 1;
}

:where(.css-142vneq).ant-form-show-help .ant-form-show-help-item.ant-form-show-help-item-leave-active {
    transform: translateY(-5px);
}

:where(.css-142vneq).ant-form-horizontal .ant-form-item-label {
    flex-grow: 0;
}

:where(.css-142vneq).ant-form-horizontal .ant-form-item-control {
    flex: 1 1 0;
    min-width: 0;
}

:where(.css-142vneq).ant-form-horizontal .ant-form-item-label[class$='-24']+.ant-form-item-control, :where(.css-142vneq).ant-form-horizontal .ant-form-item-label[class*='-24 ']+.ant-form-item-control {
    min-width: unset;
}

:where(.css-142vneq).ant-form-item-horizontal .ant-form-item-label {
    flex-grow: 0;
}

:where(.css-142vneq).ant-form-item-horizontal .ant-form-item-control {
    flex: 1 1 0;
    min-width: 0;
}

:where(.css-142vneq).ant-form-item-horizontal .ant-form-item-label[class$='-24']+.ant-form-item-control, :where(.css-142vneq).ant-form-item-horizontal .ant-form-item-label[class*='-24 ']+.ant-form-item-control {
    min-width: unset;
}

:where(.css-142vneq).ant-form-inline {
    display: flex;
    flex-wrap: wrap;
}

:where(.css-142vneq).ant-form-inline .ant-form-item {
    flex: none;
    margin-inline-end: 16px;
    margin-bottom: 0;
}

:where(.css-142vneq).ant-form-inline .ant-form-item-row {
    flex-wrap: nowrap;
}

:where(.css-142vneq).ant-form-inline .ant-form-item>.ant-form-item-label, :where(.css-142vneq).ant-form-inline .ant-form-item>.ant-form-item-control {
    display: inline-block;
    vertical-align: top;
}

:where(.css-142vneq).ant-form-inline .ant-form-item>.ant-form-item-label {
    flex: none;
}

:where(.css-142vneq).ant-form-inline .ant-form-item .ant-form-text {
    display: inline-block;
}

:where(.css-142vneq).ant-form-inline .ant-form-item .ant-form-item-has-feedback {
    display: inline-block;
}

:where(.css-142vneq).ant-form-vertical .ant-form-item:not(.ant-form-item-horizontal) .ant-form-item-row {
    flex-direction: column;
}

:where(.css-142vneq).ant-form-vertical .ant-form-item:not(.ant-form-item-horizontal) .ant-form-item-label>label {
    height: auto;
}

:where(.css-142vneq).ant-form-vertical .ant-form-item:not(.ant-form-item-horizontal) .ant-form-item-control {
    width: 100%;
}

:where(.css-142vneq).ant-form-vertical .ant-form-item:not(.ant-form-item-horizontal) .ant-form-item-label, :where(.css-142vneq).ant-form-vertical .ant-form-item:not(.ant-form-item-horizontal) .ant-col-24.ant-form-item-label, :where(.css-142vneq).ant-form-vertical .ant-form-item:not(.ant-form-item-horizontal) .ant-col-xl-24.ant-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    white-space: initial;
    text-align: start;
}

:where(.css-142vneq).ant-form-vertical .ant-form-item:not(.ant-form-item-horizontal) .ant-form-item-label>label, :where(.css-142vneq).ant-form-vertical .ant-form-item:not(.ant-form-item-horizontal) .ant-col-24.ant-form-item-label>label, :where(.css-142vneq).ant-form-vertical .ant-form-item:not(.ant-form-item-horizontal) .ant-col-xl-24.ant-form-item-label>label {
    margin: 0;
}

:where(.css-142vneq).ant-form-vertical .ant-form-item:not(.ant-form-item-horizontal) .ant-form-item-label>label::after, :where(.css-142vneq).ant-form-vertical .ant-form-item:not(.ant-form-item-horizontal) .ant-col-24.ant-form-item-label>label::after, :where(.css-142vneq).ant-form-vertical .ant-form-item:not(.ant-form-item-horizontal) .ant-col-xl-24.ant-form-item-label>label::after {
    visibility: hidden;
}

@media (max-width: 575px) {
    :where(.css-142vneq).ant-form-item .ant-form-item-label {
        padding: 0 0 8px;
        margin: 0;
        white-space: initial;
        text-align: start;
    }

    :where(.css-142vneq).ant-form-item .ant-form-item-label>label {
        margin: 0;
    }

    :where(.css-142vneq).ant-form-item .ant-form-item-label>label::after {
        visibility: hidden;
    }

    :where(.css-142vneq).ant-form:not(.ant-form-inline) .ant-form-item {
        flex-wrap: wrap;
    }

    :where(.css-142vneq).ant-form:not(.ant-form-inline) .ant-form-item .ant-form-item-label:not([class*=" ant-col-xs"]), :where(.css-142vneq).ant-form:not(.ant-form-inline) .ant-form-item .ant-form-item-control:not([class*=" ant-col-xs"]) {
        flex: 0 0 100%;
        max-width: 100%;
    }

    :where(.css-142vneq).ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-xs-24.ant-form-item-label {
        padding: 0 0 8px;
        margin: 0;
        white-space: initial;
        text-align: start;
    }

    :where(.css-142vneq).ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-xs-24.ant-form-item-label>label {
        margin: 0;
    }

    :where(.css-142vneq).ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-xs-24.ant-form-item-label>label::after {
        visibility: hidden;
    }
}

@media (max-width: 767px) {
    :where(.css-142vneq).ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-sm-24.ant-form-item-label {
        padding: 0 0 8px;
        margin: 0;
        white-space: initial;
        text-align: start;
    }

    :where(.css-142vneq).ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-sm-24.ant-form-item-label>label {
        margin: 0;
    }

    :where(.css-142vneq).ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-sm-24.ant-form-item-label>label::after {
        visibility: hidden;
    }
}

@media (max-width: 991px) {
    :where(.css-142vneq).ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-md-24.ant-form-item-label {
        padding: 0 0 8px;
        margin: 0;
        white-space: initial;
        text-align: start;
    }

    :where(.css-142vneq).ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-md-24.ant-form-item-label>label {
        margin: 0;
    }

    :where(.css-142vneq).ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-md-24.ant-form-item-label>label::after {
        visibility: hidden;
    }
}

@media (max-width: 1199px) {
    :where(.css-142vneq).ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-lg-24.ant-form-item-label {
        padding: 0 0 8px;
        margin: 0;
        white-space: initial;
        text-align: start;
    }

    :where(.css-142vneq).ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-lg-24.ant-form-item-label>label {
        margin: 0;
    }

    :where(.css-142vneq).ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-lg-24.ant-form-item-label>label::after {
        visibility: hidden;
    }
}

:where(.css-142vneq).ant-form-item-vertical .ant-form-item-row {
    flex-direction: column;
}

:where(.css-142vneq).ant-form-item-vertical .ant-form-item-label>label {
    height: auto;
}

:where(.css-142vneq).ant-form-item-vertical .ant-form-item-control {
    width: 100%;
}

:where(.css-142vneq).ant-form-item-vertical .ant-form-item-label, :where(.css-142vneq).ant-col-24.ant-form-item-label, :where(.css-142vneq).ant-col-xl-24.ant-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    white-space: initial;
    text-align: start;
}

:where(.css-142vneq).ant-form-item-vertical .ant-form-item-label>label, :where(.css-142vneq).ant-col-24.ant-form-item-label>label, :where(.css-142vneq).ant-col-xl-24.ant-form-item-label>label {
    margin: 0;
}

:where(.css-142vneq).ant-form-item-vertical .ant-form-item-label>label::after, :where(.css-142vneq).ant-col-24.ant-form-item-label>label::after, :where(.css-142vneq).ant-col-xl-24.ant-form-item-label>label::after {
    visibility: hidden;
}

@media (max-width: 575px) {
    :where(.css-142vneq).ant-form-item .ant-form-item-label {
        padding: 0 0 8px;
        margin: 0;
        white-space: initial;
        text-align: start;
    }

    :where(.css-142vneq).ant-form-item .ant-form-item-label>label {
        margin: 0;
    }

    :where(.css-142vneq).ant-form-item .ant-form-item-label>label::after {
        visibility: hidden;
    }

    :where(.css-142vneq).ant-form:not(.ant-form-inline) .ant-form-item {
        flex-wrap: wrap;
    }

    :where(.css-142vneq).ant-form:not(.ant-form-inline) .ant-form-item .ant-form-item-label:not([class*=" ant-col-xs"]), :where(.css-142vneq).ant-form:not(.ant-form-inline) .ant-form-item .ant-form-item-control:not([class*=" ant-col-xs"]) {
        flex: 0 0 100%;
        max-width: 100%;
    }

    :where(.css-142vneq).ant-form-item .ant-col-xs-24.ant-form-item-label {
        padding: 0 0 8px;
        margin: 0;
        white-space: initial;
        text-align: start;
    }

    :where(.css-142vneq).ant-form-item .ant-col-xs-24.ant-form-item-label>label {
        margin: 0;
    }

    :where(.css-142vneq).ant-form-item .ant-col-xs-24.ant-form-item-label>label::after {
        visibility: hidden;
    }
}

@media (max-width: 767px) {
    :where(.css-142vneq).ant-form-item .ant-col-sm-24.ant-form-item-label {
        padding: 0 0 8px;
        margin: 0;
        white-space: initial;
        text-align: start;
    }

    :where(.css-142vneq).ant-form-item .ant-col-sm-24.ant-form-item-label>label {
        margin: 0;
    }

    :where(.css-142vneq).ant-form-item .ant-col-sm-24.ant-form-item-label>label::after {
        visibility: hidden;
    }
}

@media (max-width: 991px) {
    :where(.css-142vneq).ant-form-item .ant-col-md-24.ant-form-item-label {
        padding: 0 0 8px;
        margin: 0;
        white-space: initial;
        text-align: start;
    }

    :where(.css-142vneq).ant-form-item .ant-col-md-24.ant-form-item-label>label {
        margin: 0;
    }

    :where(.css-142vneq).ant-form-item .ant-col-md-24.ant-form-item-label>label::after {
        visibility: hidden;
    }
}

@media (max-width: 1199px) {
    :where(.css-142vneq).ant-form-item .ant-col-lg-24.ant-form-item-label {
        padding: 0 0 8px;
        margin: 0;
        white-space: initial;
        text-align: start;
    }

    :where(.css-142vneq).ant-form-item .ant-col-lg-24.ant-form-item-label>label {
        margin: 0;
    }

    :where(.css-142vneq).ant-form-item .ant-col-lg-24.ant-form-item-label>label::after {
        visibility: hidden;
    }
}

:where(.css-142vneq).ant-form .ant-motion-collapse-legacy {
    overflow: hidden;
}

:where(.css-142vneq).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-142vneq).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-142vneq-antZoomIn {
    0% {
        transform: scale(0.2);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

:where(.css-142vneq).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-142vneq).ant-row::before, :where(.css-142vneq).ant-row::after {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-row [class^="ant-row"], :where(.css-142vneq).ant-row [class*=" ant-row"] {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-row [class^="ant-row"]::before, :where(.css-142vneq).ant-row [class*=" ant-row"]::before, :where(.css-142vneq).ant-row [class^="ant-row"]::after, :where(.css-142vneq).ant-row [class*=" ant-row"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-row {
    display: flex;
    flex-flow: row wrap;
    min-width: 0;
}

:where(.css-142vneq).ant-row::before, :where(.css-142vneq).ant-row::after {
    display: flex;
}

:where(.css-142vneq).ant-row-no-wrap {
    flex-wrap: nowrap;
}

:where(.css-142vneq).ant-row-start {
    justify-content: flex-start;
}

:where(.css-142vneq).ant-row-center {
    justify-content: center;
}

:where(.css-142vneq).ant-row-end {
    justify-content: flex-end;
}

:where(.css-142vneq).ant-row-space-between {
    justify-content: space-between;
}

:where(.css-142vneq).ant-row-space-around {
    justify-content: space-around;
}

:where(.css-142vneq).ant-row-space-evenly {
    justify-content: space-evenly;
}

:where(.css-142vneq).ant-row-top {
    align-items: flex-start;
}

:where(.css-142vneq).ant-row-middle {
    align-items: center;
}

:where(.css-142vneq).ant-row-bottom {
    align-items: flex-end;
}

:where(.css-142vneq).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-142vneq).ant-col::before, :where(.css-142vneq).ant-col::after {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-col [class^="ant-col"], :where(.css-142vneq).ant-col [class*=" ant-col"] {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-col [class^="ant-col"]::before, :where(.css-142vneq).ant-col [class*=" ant-col"]::before, :where(.css-142vneq).ant-col [class^="ant-col"]::after, :where(.css-142vneq).ant-col [class*=" ant-col"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-col {
    position: relative;
    max-width: 100%;
    min-height: 1px;
}

:where(.css-142vneq).ant-col-24 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 100%;
    max-width: 100%;
}

:where(.css-142vneq).ant-col-push-24 {
    inset-inline-start: 100%;
}

:where(.css-142vneq).ant-col-pull-24 {
    inset-inline-end: 100%;
}

:where(.css-142vneq).ant-col-offset-24 {
    margin-inline-start: 100%;
}

:where(.css-142vneq).ant-col-order-24 {
    order: 24;
}

:where(.css-142vneq).ant-col-23 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 95.83333333333334%;
    max-width: 95.83333333333334%;
}

:where(.css-142vneq).ant-col-push-23 {
    inset-inline-start: 95.83333333333334%;
}

:where(.css-142vneq).ant-col-pull-23 {
    inset-inline-end: 95.83333333333334%;
}

:where(.css-142vneq).ant-col-offset-23 {
    margin-inline-start: 95.83333333333334%;
}

:where(.css-142vneq).ant-col-order-23 {
    order: 23;
}

:where(.css-142vneq).ant-col-22 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666666666666%;
}

:where(.css-142vneq).ant-col-push-22 {
    inset-inline-start: 91.66666666666666%;
}

:where(.css-142vneq).ant-col-pull-22 {
    inset-inline-end: 91.66666666666666%;
}

:where(.css-142vneq).ant-col-offset-22 {
    margin-inline-start: 91.66666666666666%;
}

:where(.css-142vneq).ant-col-order-22 {
    order: 22;
}

:where(.css-142vneq).ant-col-21 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 87.5%;
    max-width: 87.5%;
}

:where(.css-142vneq).ant-col-push-21 {
    inset-inline-start: 87.5%;
}

:where(.css-142vneq).ant-col-pull-21 {
    inset-inline-end: 87.5%;
}

:where(.css-142vneq).ant-col-offset-21 {
    margin-inline-start: 87.5%;
}

:where(.css-142vneq).ant-col-order-21 {
    order: 21;
}

:where(.css-142vneq).ant-col-20 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
}

:where(.css-142vneq).ant-col-push-20 {
    inset-inline-start: 83.33333333333334%;
}

:where(.css-142vneq).ant-col-pull-20 {
    inset-inline-end: 83.33333333333334%;
}

:where(.css-142vneq).ant-col-offset-20 {
    margin-inline-start: 83.33333333333334%;
}

:where(.css-142vneq).ant-col-order-20 {
    order: 20;
}

:where(.css-142vneq).ant-col-19 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 79.16666666666666%;
    max-width: 79.16666666666666%;
}

:where(.css-142vneq).ant-col-push-19 {
    inset-inline-start: 79.16666666666666%;
}

:where(.css-142vneq).ant-col-pull-19 {
    inset-inline-end: 79.16666666666666%;
}

:where(.css-142vneq).ant-col-offset-19 {
    margin-inline-start: 79.16666666666666%;
}

:where(.css-142vneq).ant-col-order-19 {
    order: 19;
}

:where(.css-142vneq).ant-col-18 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 75%;
    max-width: 75%;
}

:where(.css-142vneq).ant-col-push-18 {
    inset-inline-start: 75%;
}

:where(.css-142vneq).ant-col-pull-18 {
    inset-inline-end: 75%;
}

:where(.css-142vneq).ant-col-offset-18 {
    margin-inline-start: 75%;
}

:where(.css-142vneq).ant-col-order-18 {
    order: 18;
}

:where(.css-142vneq).ant-col-17 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 70.83333333333334%;
    max-width: 70.83333333333334%;
}

:where(.css-142vneq).ant-col-push-17 {
    inset-inline-start: 70.83333333333334%;
}

:where(.css-142vneq).ant-col-pull-17 {
    inset-inline-end: 70.83333333333334%;
}

:where(.css-142vneq).ant-col-offset-17 {
    margin-inline-start: 70.83333333333334%;
}

:where(.css-142vneq).ant-col-order-17 {
    order: 17;
}

:where(.css-142vneq).ant-col-16 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666666666666%;
}

:where(.css-142vneq).ant-col-push-16 {
    inset-inline-start: 66.66666666666666%;
}

:where(.css-142vneq).ant-col-pull-16 {
    inset-inline-end: 66.66666666666666%;
}

:where(.css-142vneq).ant-col-offset-16 {
    margin-inline-start: 66.66666666666666%;
}

:where(.css-142vneq).ant-col-order-16 {
    order: 16;
}

:where(.css-142vneq).ant-col-15 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 62.5%;
    max-width: 62.5%;
}

:where(.css-142vneq).ant-col-push-15 {
    inset-inline-start: 62.5%;
}

:where(.css-142vneq).ant-col-pull-15 {
    inset-inline-end: 62.5%;
}

:where(.css-142vneq).ant-col-offset-15 {
    margin-inline-start: 62.5%;
}

:where(.css-142vneq).ant-col-order-15 {
    order: 15;
}

:where(.css-142vneq).ant-col-14 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
}

:where(.css-142vneq).ant-col-push-14 {
    inset-inline-start: 58.333333333333336%;
}

:where(.css-142vneq).ant-col-pull-14 {
    inset-inline-end: 58.333333333333336%;
}

:where(.css-142vneq).ant-col-offset-14 {
    margin-inline-start: 58.333333333333336%;
}

:where(.css-142vneq).ant-col-order-14 {
    order: 14;
}

:where(.css-142vneq).ant-col-13 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 54.166666666666664%;
    max-width: 54.166666666666664%;
}

:where(.css-142vneq).ant-col-push-13 {
    inset-inline-start: 54.166666666666664%;
}

:where(.css-142vneq).ant-col-pull-13 {
    inset-inline-end: 54.166666666666664%;
}

:where(.css-142vneq).ant-col-offset-13 {
    margin-inline-start: 54.166666666666664%;
}

:where(.css-142vneq).ant-col-order-13 {
    order: 13;
}

:where(.css-142vneq).ant-col-12 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 50%;
    max-width: 50%;
}

:where(.css-142vneq).ant-col-push-12 {
    inset-inline-start: 50%;
}

:where(.css-142vneq).ant-col-pull-12 {
    inset-inline-end: 50%;
}

:where(.css-142vneq).ant-col-offset-12 {
    margin-inline-start: 50%;
}

:where(.css-142vneq).ant-col-order-12 {
    order: 12;
}

:where(.css-142vneq).ant-col-11 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 45.83333333333333%;
    max-width: 45.83333333333333%;
}

:where(.css-142vneq).ant-col-push-11 {
    inset-inline-start: 45.83333333333333%;
}

:where(.css-142vneq).ant-col-pull-11 {
    inset-inline-end: 45.83333333333333%;
}

:where(.css-142vneq).ant-col-offset-11 {
    margin-inline-start: 45.83333333333333%;
}

:where(.css-142vneq).ant-col-order-11 {
    order: 11;
}

:where(.css-142vneq).ant-col-10 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
}

:where(.css-142vneq).ant-col-push-10 {
    inset-inline-start: 41.66666666666667%;
}

:where(.css-142vneq).ant-col-pull-10 {
    inset-inline-end: 41.66666666666667%;
}

:where(.css-142vneq).ant-col-offset-10 {
    margin-inline-start: 41.66666666666667%;
}

:where(.css-142vneq).ant-col-order-10 {
    order: 10;
}

:where(.css-142vneq).ant-col-9 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 37.5%;
    max-width: 37.5%;
}

:where(.css-142vneq).ant-col-push-9 {
    inset-inline-start: 37.5%;
}

:where(.css-142vneq).ant-col-pull-9 {
    inset-inline-end: 37.5%;
}

:where(.css-142vneq).ant-col-offset-9 {
    margin-inline-start: 37.5%;
}

:where(.css-142vneq).ant-col-order-9 {
    order: 9;
}

:where(.css-142vneq).ant-col-8 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
}

:where(.css-142vneq).ant-col-push-8 {
    inset-inline-start: 33.33333333333333%;
}

:where(.css-142vneq).ant-col-pull-8 {
    inset-inline-end: 33.33333333333333%;
}

:where(.css-142vneq).ant-col-offset-8 {
    margin-inline-start: 33.33333333333333%;
}

:where(.css-142vneq).ant-col-order-8 {
    order: 8;
}

:where(.css-142vneq).ant-col-7 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 29.166666666666668%;
    max-width: 29.166666666666668%;
}

:where(.css-142vneq).ant-col-push-7 {
    inset-inline-start: 29.166666666666668%;
}

:where(.css-142vneq).ant-col-pull-7 {
    inset-inline-end: 29.166666666666668%;
}

:where(.css-142vneq).ant-col-offset-7 {
    margin-inline-start: 29.166666666666668%;
}

:where(.css-142vneq).ant-col-order-7 {
    order: 7;
}

:where(.css-142vneq).ant-col-6 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 25%;
    max-width: 25%;
}

:where(.css-142vneq).ant-col-push-6 {
    inset-inline-start: 25%;
}

:where(.css-142vneq).ant-col-pull-6 {
    inset-inline-end: 25%;
}

:where(.css-142vneq).ant-col-offset-6 {
    margin-inline-start: 25%;
}

:where(.css-142vneq).ant-col-order-6 {
    order: 6;
}

:where(.css-142vneq).ant-col-5 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 20.833333333333336%;
    max-width: 20.833333333333336%;
}

:where(.css-142vneq).ant-col-push-5 {
    inset-inline-start: 20.833333333333336%;
}

:where(.css-142vneq).ant-col-pull-5 {
    inset-inline-end: 20.833333333333336%;
}

:where(.css-142vneq).ant-col-offset-5 {
    margin-inline-start: 20.833333333333336%;
}

:where(.css-142vneq).ant-col-order-5 {
    order: 5;
}

:where(.css-142vneq).ant-col-4 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 16.666666666666664%;
    max-width: 16.666666666666664%;
}

:where(.css-142vneq).ant-col-push-4 {
    inset-inline-start: 16.666666666666664%;
}

:where(.css-142vneq).ant-col-pull-4 {
    inset-inline-end: 16.666666666666664%;
}

:where(.css-142vneq).ant-col-offset-4 {
    margin-inline-start: 16.666666666666664%;
}

:where(.css-142vneq).ant-col-order-4 {
    order: 4;
}

:where(.css-142vneq).ant-col-3 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

:where(.css-142vneq).ant-col-push-3 {
    inset-inline-start: 12.5%;
}

:where(.css-142vneq).ant-col-pull-3 {
    inset-inline-end: 12.5%;
}

:where(.css-142vneq).ant-col-offset-3 {
    margin-inline-start: 12.5%;
}

:where(.css-142vneq).ant-col-order-3 {
    order: 3;
}

:where(.css-142vneq).ant-col-2 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 8.333333333333332%;
    max-width: 8.333333333333332%;
}

:where(.css-142vneq).ant-col-push-2 {
    inset-inline-start: 8.333333333333332%;
}

:where(.css-142vneq).ant-col-pull-2 {
    inset-inline-end: 8.333333333333332%;
}

:where(.css-142vneq).ant-col-offset-2 {
    margin-inline-start: 8.333333333333332%;
}

:where(.css-142vneq).ant-col-order-2 {
    order: 2;
}

:where(.css-142vneq).ant-col-1 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 4.166666666666666%;
    max-width: 4.166666666666666%;
}

:where(.css-142vneq).ant-col-push-1 {
    inset-inline-start: 4.166666666666666%;
}

:where(.css-142vneq).ant-col-pull-1 {
    inset-inline-end: 4.166666666666666%;
}

:where(.css-142vneq).ant-col-offset-1 {
    margin-inline-start: 4.166666666666666%;
}

:where(.css-142vneq).ant-col-order-1 {
    order: 1;
}

:where(.css-142vneq).ant-col-0 {
    display: none;
}

:where(.css-142vneq).ant-col-push-0 {
    inset-inline-start: auto;
}

:where(.css-142vneq).ant-col-pull-0 {
    inset-inline-end: auto;
}

:where(.css-142vneq).ant-col-offset-0 {
    margin-inline-start: 0;
}

:where(.css-142vneq).ant-col-order-0 {
    order: 0;
}

:where(.css-142vneq).ant-col-flex {
    flex: var(--ant-col-flex);
}

:where(.css-142vneq).ant-col-xs-24 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 100%;
    max-width: 100%;
}

:where(.css-142vneq).ant-col-xs-push-24 {
    inset-inline-start: 100%;
}

:where(.css-142vneq).ant-col-xs-pull-24 {
    inset-inline-end: 100%;
}

:where(.css-142vneq).ant-col-xs-offset-24 {
    margin-inline-start: 100%;
}

:where(.css-142vneq).ant-col-xs-order-24 {
    order: 24;
}

:where(.css-142vneq).ant-col-xs-23 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 95.83333333333334%;
    max-width: 95.83333333333334%;
}

:where(.css-142vneq).ant-col-xs-push-23 {
    inset-inline-start: 95.83333333333334%;
}

:where(.css-142vneq).ant-col-xs-pull-23 {
    inset-inline-end: 95.83333333333334%;
}

:where(.css-142vneq).ant-col-xs-offset-23 {
    margin-inline-start: 95.83333333333334%;
}

:where(.css-142vneq).ant-col-xs-order-23 {
    order: 23;
}

:where(.css-142vneq).ant-col-xs-22 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666666666666%;
}

:where(.css-142vneq).ant-col-xs-push-22 {
    inset-inline-start: 91.66666666666666%;
}

:where(.css-142vneq).ant-col-xs-pull-22 {
    inset-inline-end: 91.66666666666666%;
}

:where(.css-142vneq).ant-col-xs-offset-22 {
    margin-inline-start: 91.66666666666666%;
}

:where(.css-142vneq).ant-col-xs-order-22 {
    order: 22;
}

:where(.css-142vneq).ant-col-xs-21 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 87.5%;
    max-width: 87.5%;
}

:where(.css-142vneq).ant-col-xs-push-21 {
    inset-inline-start: 87.5%;
}

:where(.css-142vneq).ant-col-xs-pull-21 {
    inset-inline-end: 87.5%;
}

:where(.css-142vneq).ant-col-xs-offset-21 {
    margin-inline-start: 87.5%;
}

:where(.css-142vneq).ant-col-xs-order-21 {
    order: 21;
}

:where(.css-142vneq).ant-col-xs-20 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
}

:where(.css-142vneq).ant-col-xs-push-20 {
    inset-inline-start: 83.33333333333334%;
}

:where(.css-142vneq).ant-col-xs-pull-20 {
    inset-inline-end: 83.33333333333334%;
}

:where(.css-142vneq).ant-col-xs-offset-20 {
    margin-inline-start: 83.33333333333334%;
}

:where(.css-142vneq).ant-col-xs-order-20 {
    order: 20;
}

:where(.css-142vneq).ant-col-xs-19 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 79.16666666666666%;
    max-width: 79.16666666666666%;
}

:where(.css-142vneq).ant-col-xs-push-19 {
    inset-inline-start: 79.16666666666666%;
}

:where(.css-142vneq).ant-col-xs-pull-19 {
    inset-inline-end: 79.16666666666666%;
}

:where(.css-142vneq).ant-col-xs-offset-19 {
    margin-inline-start: 79.16666666666666%;
}

:where(.css-142vneq).ant-col-xs-order-19 {
    order: 19;
}

:where(.css-142vneq).ant-col-xs-18 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 75%;
    max-width: 75%;
}

:where(.css-142vneq).ant-col-xs-push-18 {
    inset-inline-start: 75%;
}

:where(.css-142vneq).ant-col-xs-pull-18 {
    inset-inline-end: 75%;
}

:where(.css-142vneq).ant-col-xs-offset-18 {
    margin-inline-start: 75%;
}

:where(.css-142vneq).ant-col-xs-order-18 {
    order: 18;
}

:where(.css-142vneq).ant-col-xs-17 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 70.83333333333334%;
    max-width: 70.83333333333334%;
}

:where(.css-142vneq).ant-col-xs-push-17 {
    inset-inline-start: 70.83333333333334%;
}

:where(.css-142vneq).ant-col-xs-pull-17 {
    inset-inline-end: 70.83333333333334%;
}

:where(.css-142vneq).ant-col-xs-offset-17 {
    margin-inline-start: 70.83333333333334%;
}

:where(.css-142vneq).ant-col-xs-order-17 {
    order: 17;
}

:where(.css-142vneq).ant-col-xs-16 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666666666666%;
}

:where(.css-142vneq).ant-col-xs-push-16 {
    inset-inline-start: 66.66666666666666%;
}

:where(.css-142vneq).ant-col-xs-pull-16 {
    inset-inline-end: 66.66666666666666%;
}

:where(.css-142vneq).ant-col-xs-offset-16 {
    margin-inline-start: 66.66666666666666%;
}

:where(.css-142vneq).ant-col-xs-order-16 {
    order: 16;
}

:where(.css-142vneq).ant-col-xs-15 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 62.5%;
    max-width: 62.5%;
}

:where(.css-142vneq).ant-col-xs-push-15 {
    inset-inline-start: 62.5%;
}

:where(.css-142vneq).ant-col-xs-pull-15 {
    inset-inline-end: 62.5%;
}

:where(.css-142vneq).ant-col-xs-offset-15 {
    margin-inline-start: 62.5%;
}

:where(.css-142vneq).ant-col-xs-order-15 {
    order: 15;
}

:where(.css-142vneq).ant-col-xs-14 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
}

:where(.css-142vneq).ant-col-xs-push-14 {
    inset-inline-start: 58.333333333333336%;
}

:where(.css-142vneq).ant-col-xs-pull-14 {
    inset-inline-end: 58.333333333333336%;
}

:where(.css-142vneq).ant-col-xs-offset-14 {
    margin-inline-start: 58.333333333333336%;
}

:where(.css-142vneq).ant-col-xs-order-14 {
    order: 14;
}

:where(.css-142vneq).ant-col-xs-13 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 54.166666666666664%;
    max-width: 54.166666666666664%;
}

:where(.css-142vneq).ant-col-xs-push-13 {
    inset-inline-start: 54.166666666666664%;
}

:where(.css-142vneq).ant-col-xs-pull-13 {
    inset-inline-end: 54.166666666666664%;
}

:where(.css-142vneq).ant-col-xs-offset-13 {
    margin-inline-start: 54.166666666666664%;
}

:where(.css-142vneq).ant-col-xs-order-13 {
    order: 13;
}

:where(.css-142vneq).ant-col-xs-12 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 50%;
    max-width: 50%;
}

:where(.css-142vneq).ant-col-xs-push-12 {
    inset-inline-start: 50%;
}

:where(.css-142vneq).ant-col-xs-pull-12 {
    inset-inline-end: 50%;
}

:where(.css-142vneq).ant-col-xs-offset-12 {
    margin-inline-start: 50%;
}

:where(.css-142vneq).ant-col-xs-order-12 {
    order: 12;
}

:where(.css-142vneq).ant-col-xs-11 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 45.83333333333333%;
    max-width: 45.83333333333333%;
}

:where(.css-142vneq).ant-col-xs-push-11 {
    inset-inline-start: 45.83333333333333%;
}

:where(.css-142vneq).ant-col-xs-pull-11 {
    inset-inline-end: 45.83333333333333%;
}

:where(.css-142vneq).ant-col-xs-offset-11 {
    margin-inline-start: 45.83333333333333%;
}

:where(.css-142vneq).ant-col-xs-order-11 {
    order: 11;
}

:where(.css-142vneq).ant-col-xs-10 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
}

:where(.css-142vneq).ant-col-xs-push-10 {
    inset-inline-start: 41.66666666666667%;
}

:where(.css-142vneq).ant-col-xs-pull-10 {
    inset-inline-end: 41.66666666666667%;
}

:where(.css-142vneq).ant-col-xs-offset-10 {
    margin-inline-start: 41.66666666666667%;
}

:where(.css-142vneq).ant-col-xs-order-10 {
    order: 10;
}

:where(.css-142vneq).ant-col-xs-9 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 37.5%;
    max-width: 37.5%;
}

:where(.css-142vneq).ant-col-xs-push-9 {
    inset-inline-start: 37.5%;
}

:where(.css-142vneq).ant-col-xs-pull-9 {
    inset-inline-end: 37.5%;
}

:where(.css-142vneq).ant-col-xs-offset-9 {
    margin-inline-start: 37.5%;
}

:where(.css-142vneq).ant-col-xs-order-9 {
    order: 9;
}

:where(.css-142vneq).ant-col-xs-8 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
}

:where(.css-142vneq).ant-col-xs-push-8 {
    inset-inline-start: 33.33333333333333%;
}

:where(.css-142vneq).ant-col-xs-pull-8 {
    inset-inline-end: 33.33333333333333%;
}

:where(.css-142vneq).ant-col-xs-offset-8 {
    margin-inline-start: 33.33333333333333%;
}

:where(.css-142vneq).ant-col-xs-order-8 {
    order: 8;
}

:where(.css-142vneq).ant-col-xs-7 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 29.166666666666668%;
    max-width: 29.166666666666668%;
}

:where(.css-142vneq).ant-col-xs-push-7 {
    inset-inline-start: 29.166666666666668%;
}

:where(.css-142vneq).ant-col-xs-pull-7 {
    inset-inline-end: 29.166666666666668%;
}

:where(.css-142vneq).ant-col-xs-offset-7 {
    margin-inline-start: 29.166666666666668%;
}

:where(.css-142vneq).ant-col-xs-order-7 {
    order: 7;
}

:where(.css-142vneq).ant-col-xs-6 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 25%;
    max-width: 25%;
}

:where(.css-142vneq).ant-col-xs-push-6 {
    inset-inline-start: 25%;
}

:where(.css-142vneq).ant-col-xs-pull-6 {
    inset-inline-end: 25%;
}

:where(.css-142vneq).ant-col-xs-offset-6 {
    margin-inline-start: 25%;
}

:where(.css-142vneq).ant-col-xs-order-6 {
    order: 6;
}

:where(.css-142vneq).ant-col-xs-5 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 20.833333333333336%;
    max-width: 20.833333333333336%;
}

:where(.css-142vneq).ant-col-xs-push-5 {
    inset-inline-start: 20.833333333333336%;
}

:where(.css-142vneq).ant-col-xs-pull-5 {
    inset-inline-end: 20.833333333333336%;
}

:where(.css-142vneq).ant-col-xs-offset-5 {
    margin-inline-start: 20.833333333333336%;
}

:where(.css-142vneq).ant-col-xs-order-5 {
    order: 5;
}

:where(.css-142vneq).ant-col-xs-4 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 16.666666666666664%;
    max-width: 16.666666666666664%;
}

:where(.css-142vneq).ant-col-xs-push-4 {
    inset-inline-start: 16.666666666666664%;
}

:where(.css-142vneq).ant-col-xs-pull-4 {
    inset-inline-end: 16.666666666666664%;
}

:where(.css-142vneq).ant-col-xs-offset-4 {
    margin-inline-start: 16.666666666666664%;
}

:where(.css-142vneq).ant-col-xs-order-4 {
    order: 4;
}

:where(.css-142vneq).ant-col-xs-3 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

:where(.css-142vneq).ant-col-xs-push-3 {
    inset-inline-start: 12.5%;
}

:where(.css-142vneq).ant-col-xs-pull-3 {
    inset-inline-end: 12.5%;
}

:where(.css-142vneq).ant-col-xs-offset-3 {
    margin-inline-start: 12.5%;
}

:where(.css-142vneq).ant-col-xs-order-3 {
    order: 3;
}

:where(.css-142vneq).ant-col-xs-2 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 8.333333333333332%;
    max-width: 8.333333333333332%;
}

:where(.css-142vneq).ant-col-xs-push-2 {
    inset-inline-start: 8.333333333333332%;
}

:where(.css-142vneq).ant-col-xs-pull-2 {
    inset-inline-end: 8.333333333333332%;
}

:where(.css-142vneq).ant-col-xs-offset-2 {
    margin-inline-start: 8.333333333333332%;
}

:where(.css-142vneq).ant-col-xs-order-2 {
    order: 2;
}

:where(.css-142vneq).ant-col-xs-1 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 4.166666666666666%;
    max-width: 4.166666666666666%;
}

:where(.css-142vneq).ant-col-xs-push-1 {
    inset-inline-start: 4.166666666666666%;
}

:where(.css-142vneq).ant-col-xs-pull-1 {
    inset-inline-end: 4.166666666666666%;
}

:where(.css-142vneq).ant-col-xs-offset-1 {
    margin-inline-start: 4.166666666666666%;
}

:where(.css-142vneq).ant-col-xs-order-1 {
    order: 1;
}

:where(.css-142vneq).ant-col-xs-0 {
    display: none;
}

:where(.css-142vneq).ant-col-push-0 {
    inset-inline-start: auto;
}

:where(.css-142vneq).ant-col-pull-0 {
    inset-inline-end: auto;
}

:where(.css-142vneq).ant-col-xs-push-0 {
    inset-inline-start: auto;
}

:where(.css-142vneq).ant-col-xs-pull-0 {
    inset-inline-end: auto;
}

:where(.css-142vneq).ant-col-xs-offset-0 {
    margin-inline-start: 0;
}

:where(.css-142vneq).ant-col-xs-order-0 {
    order: 0;
}

:where(.css-142vneq).ant-col-xs-flex {
    flex: var(--ant-col-xs-flex);
}

@media (min-width: 576px) {
    :where(.css-142vneq).ant-col-sm-24 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 100%;
        max-width: 100%;
    }

    :where(.css-142vneq).ant-col-sm-push-24 {
        inset-inline-start: 100%;
    }

    :where(.css-142vneq).ant-col-sm-pull-24 {
        inset-inline-end: 100%;
    }

    :where(.css-142vneq).ant-col-sm-offset-24 {
        margin-inline-start: 100%;
    }

    :where(.css-142vneq).ant-col-sm-order-24 {
        order: 24;
    }

    :where(.css-142vneq).ant-col-sm-23 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 95.83333333333334%;
        max-width: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-sm-push-23 {
        inset-inline-start: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-sm-pull-23 {
        inset-inline-end: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-sm-offset-23 {
        margin-inline-start: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-sm-order-23 {
        order: 23;
    }

    :where(.css-142vneq).ant-col-sm-22 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 91.66666666666666%;
        max-width: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-sm-push-22 {
        inset-inline-start: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-sm-pull-22 {
        inset-inline-end: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-sm-offset-22 {
        margin-inline-start: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-sm-order-22 {
        order: 22;
    }

    :where(.css-142vneq).ant-col-sm-21 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }

    :where(.css-142vneq).ant-col-sm-push-21 {
        inset-inline-start: 87.5%;
    }

    :where(.css-142vneq).ant-col-sm-pull-21 {
        inset-inline-end: 87.5%;
    }

    :where(.css-142vneq).ant-col-sm-offset-21 {
        margin-inline-start: 87.5%;
    }

    :where(.css-142vneq).ant-col-sm-order-21 {
        order: 21;
    }

    :where(.css-142vneq).ant-col-sm-20 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 83.33333333333334%;
        max-width: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-sm-push-20 {
        inset-inline-start: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-sm-pull-20 {
        inset-inline-end: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-sm-offset-20 {
        margin-inline-start: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-sm-order-20 {
        order: 20;
    }

    :where(.css-142vneq).ant-col-sm-19 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 79.16666666666666%;
        max-width: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-sm-push-19 {
        inset-inline-start: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-sm-pull-19 {
        inset-inline-end: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-sm-offset-19 {
        margin-inline-start: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-sm-order-19 {
        order: 19;
    }

    :where(.css-142vneq).ant-col-sm-18 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 75%;
        max-width: 75%;
    }

    :where(.css-142vneq).ant-col-sm-push-18 {
        inset-inline-start: 75%;
    }

    :where(.css-142vneq).ant-col-sm-pull-18 {
        inset-inline-end: 75%;
    }

    :where(.css-142vneq).ant-col-sm-offset-18 {
        margin-inline-start: 75%;
    }

    :where(.css-142vneq).ant-col-sm-order-18 {
        order: 18;
    }

    :where(.css-142vneq).ant-col-sm-17 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 70.83333333333334%;
        max-width: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-sm-push-17 {
        inset-inline-start: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-sm-pull-17 {
        inset-inline-end: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-sm-offset-17 {
        margin-inline-start: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-sm-order-17 {
        order: 17;
    }

    :where(.css-142vneq).ant-col-sm-16 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 66.66666666666666%;
        max-width: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-sm-push-16 {
        inset-inline-start: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-sm-pull-16 {
        inset-inline-end: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-sm-offset-16 {
        margin-inline-start: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-sm-order-16 {
        order: 16;
    }

    :where(.css-142vneq).ant-col-sm-15 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

    :where(.css-142vneq).ant-col-sm-push-15 {
        inset-inline-start: 62.5%;
    }

    :where(.css-142vneq).ant-col-sm-pull-15 {
        inset-inline-end: 62.5%;
    }

    :where(.css-142vneq).ant-col-sm-offset-15 {
        margin-inline-start: 62.5%;
    }

    :where(.css-142vneq).ant-col-sm-order-15 {
        order: 15;
    }

    :where(.css-142vneq).ant-col-sm-14 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 58.333333333333336%;
        max-width: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-sm-push-14 {
        inset-inline-start: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-sm-pull-14 {
        inset-inline-end: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-sm-offset-14 {
        margin-inline-start: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-sm-order-14 {
        order: 14;
    }

    :where(.css-142vneq).ant-col-sm-13 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 54.166666666666664%;
        max-width: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-sm-push-13 {
        inset-inline-start: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-sm-pull-13 {
        inset-inline-end: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-sm-offset-13 {
        margin-inline-start: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-sm-order-13 {
        order: 13;
    }

    :where(.css-142vneq).ant-col-sm-12 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 50%;
        max-width: 50%;
    }

    :where(.css-142vneq).ant-col-sm-push-12 {
        inset-inline-start: 50%;
    }

    :where(.css-142vneq).ant-col-sm-pull-12 {
        inset-inline-end: 50%;
    }

    :where(.css-142vneq).ant-col-sm-offset-12 {
        margin-inline-start: 50%;
    }

    :where(.css-142vneq).ant-col-sm-order-12 {
        order: 12;
    }

    :where(.css-142vneq).ant-col-sm-11 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 45.83333333333333%;
        max-width: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-sm-push-11 {
        inset-inline-start: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-sm-pull-11 {
        inset-inline-end: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-sm-offset-11 {
        margin-inline-start: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-sm-order-11 {
        order: 11;
    }

    :where(.css-142vneq).ant-col-sm-10 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 41.66666666666667%;
        max-width: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-sm-push-10 {
        inset-inline-start: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-sm-pull-10 {
        inset-inline-end: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-sm-offset-10 {
        margin-inline-start: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-sm-order-10 {
        order: 10;
    }

    :where(.css-142vneq).ant-col-sm-9 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }

    :where(.css-142vneq).ant-col-sm-push-9 {
        inset-inline-start: 37.5%;
    }

    :where(.css-142vneq).ant-col-sm-pull-9 {
        inset-inline-end: 37.5%;
    }

    :where(.css-142vneq).ant-col-sm-offset-9 {
        margin-inline-start: 37.5%;
    }

    :where(.css-142vneq).ant-col-sm-order-9 {
        order: 9;
    }

    :where(.css-142vneq).ant-col-sm-8 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 33.33333333333333%;
        max-width: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-sm-push-8 {
        inset-inline-start: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-sm-pull-8 {
        inset-inline-end: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-sm-offset-8 {
        margin-inline-start: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-sm-order-8 {
        order: 8;
    }

    :where(.css-142vneq).ant-col-sm-7 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 29.166666666666668%;
        max-width: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-sm-push-7 {
        inset-inline-start: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-sm-pull-7 {
        inset-inline-end: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-sm-offset-7 {
        margin-inline-start: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-sm-order-7 {
        order: 7;
    }

    :where(.css-142vneq).ant-col-sm-6 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 25%;
        max-width: 25%;
    }

    :where(.css-142vneq).ant-col-sm-push-6 {
        inset-inline-start: 25%;
    }

    :where(.css-142vneq).ant-col-sm-pull-6 {
        inset-inline-end: 25%;
    }

    :where(.css-142vneq).ant-col-sm-offset-6 {
        margin-inline-start: 25%;
    }

    :where(.css-142vneq).ant-col-sm-order-6 {
        order: 6;
    }

    :where(.css-142vneq).ant-col-sm-5 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 20.833333333333336%;
        max-width: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-sm-push-5 {
        inset-inline-start: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-sm-pull-5 {
        inset-inline-end: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-sm-offset-5 {
        margin-inline-start: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-sm-order-5 {
        order: 5;
    }

    :where(.css-142vneq).ant-col-sm-4 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 16.666666666666664%;
        max-width: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-sm-push-4 {
        inset-inline-start: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-sm-pull-4 {
        inset-inline-end: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-sm-offset-4 {
        margin-inline-start: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-sm-order-4 {
        order: 4;
    }

    :where(.css-142vneq).ant-col-sm-3 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    :where(.css-142vneq).ant-col-sm-push-3 {
        inset-inline-start: 12.5%;
    }

    :where(.css-142vneq).ant-col-sm-pull-3 {
        inset-inline-end: 12.5%;
    }

    :where(.css-142vneq).ant-col-sm-offset-3 {
        margin-inline-start: 12.5%;
    }

    :where(.css-142vneq).ant-col-sm-order-3 {
        order: 3;
    }

    :where(.css-142vneq).ant-col-sm-2 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 8.333333333333332%;
        max-width: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-sm-push-2 {
        inset-inline-start: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-sm-pull-2 {
        inset-inline-end: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-sm-offset-2 {
        margin-inline-start: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-sm-order-2 {
        order: 2;
    }

    :where(.css-142vneq).ant-col-sm-1 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 4.166666666666666%;
        max-width: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-sm-push-1 {
        inset-inline-start: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-sm-pull-1 {
        inset-inline-end: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-sm-offset-1 {
        margin-inline-start: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-sm-order-1 {
        order: 1;
    }

    :where(.css-142vneq).ant-col-sm-0 {
        display: none;
    }

    :where(.css-142vneq).ant-col-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-142vneq).ant-col-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-142vneq).ant-col-sm-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-142vneq).ant-col-sm-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-142vneq).ant-col-sm-offset-0 {
        margin-inline-start: 0;
    }

    :where(.css-142vneq).ant-col-sm-order-0 {
        order: 0;
    }

    :where(.css-142vneq).ant-col-sm-flex {
        flex: var(--ant-col-sm-flex);
    }
}

@media (min-width: 768px) {
    :where(.css-142vneq).ant-col-md-24 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 100%;
        max-width: 100%;
    }

    :where(.css-142vneq).ant-col-md-push-24 {
        inset-inline-start: 100%;
    }

    :where(.css-142vneq).ant-col-md-pull-24 {
        inset-inline-end: 100%;
    }

    :where(.css-142vneq).ant-col-md-offset-24 {
        margin-inline-start: 100%;
    }

    :where(.css-142vneq).ant-col-md-order-24 {
        order: 24;
    }

    :where(.css-142vneq).ant-col-md-23 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 95.83333333333334%;
        max-width: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-md-push-23 {
        inset-inline-start: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-md-pull-23 {
        inset-inline-end: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-md-offset-23 {
        margin-inline-start: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-md-order-23 {
        order: 23;
    }

    :where(.css-142vneq).ant-col-md-22 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 91.66666666666666%;
        max-width: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-md-push-22 {
        inset-inline-start: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-md-pull-22 {
        inset-inline-end: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-md-offset-22 {
        margin-inline-start: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-md-order-22 {
        order: 22;
    }

    :where(.css-142vneq).ant-col-md-21 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }

    :where(.css-142vneq).ant-col-md-push-21 {
        inset-inline-start: 87.5%;
    }

    :where(.css-142vneq).ant-col-md-pull-21 {
        inset-inline-end: 87.5%;
    }

    :where(.css-142vneq).ant-col-md-offset-21 {
        margin-inline-start: 87.5%;
    }

    :where(.css-142vneq).ant-col-md-order-21 {
        order: 21;
    }

    :where(.css-142vneq).ant-col-md-20 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 83.33333333333334%;
        max-width: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-md-push-20 {
        inset-inline-start: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-md-pull-20 {
        inset-inline-end: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-md-offset-20 {
        margin-inline-start: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-md-order-20 {
        order: 20;
    }

    :where(.css-142vneq).ant-col-md-19 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 79.16666666666666%;
        max-width: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-md-push-19 {
        inset-inline-start: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-md-pull-19 {
        inset-inline-end: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-md-offset-19 {
        margin-inline-start: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-md-order-19 {
        order: 19;
    }

    :where(.css-142vneq).ant-col-md-18 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 75%;
        max-width: 75%;
    }

    :where(.css-142vneq).ant-col-md-push-18 {
        inset-inline-start: 75%;
    }

    :where(.css-142vneq).ant-col-md-pull-18 {
        inset-inline-end: 75%;
    }

    :where(.css-142vneq).ant-col-md-offset-18 {
        margin-inline-start: 75%;
    }

    :where(.css-142vneq).ant-col-md-order-18 {
        order: 18;
    }

    :where(.css-142vneq).ant-col-md-17 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 70.83333333333334%;
        max-width: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-md-push-17 {
        inset-inline-start: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-md-pull-17 {
        inset-inline-end: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-md-offset-17 {
        margin-inline-start: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-md-order-17 {
        order: 17;
    }

    :where(.css-142vneq).ant-col-md-16 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 66.66666666666666%;
        max-width: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-md-push-16 {
        inset-inline-start: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-md-pull-16 {
        inset-inline-end: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-md-offset-16 {
        margin-inline-start: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-md-order-16 {
        order: 16;
    }

    :where(.css-142vneq).ant-col-md-15 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

    :where(.css-142vneq).ant-col-md-push-15 {
        inset-inline-start: 62.5%;
    }

    :where(.css-142vneq).ant-col-md-pull-15 {
        inset-inline-end: 62.5%;
    }

    :where(.css-142vneq).ant-col-md-offset-15 {
        margin-inline-start: 62.5%;
    }

    :where(.css-142vneq).ant-col-md-order-15 {
        order: 15;
    }

    :where(.css-142vneq).ant-col-md-14 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 58.333333333333336%;
        max-width: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-md-push-14 {
        inset-inline-start: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-md-pull-14 {
        inset-inline-end: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-md-offset-14 {
        margin-inline-start: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-md-order-14 {
        order: 14;
    }

    :where(.css-142vneq).ant-col-md-13 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 54.166666666666664%;
        max-width: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-md-push-13 {
        inset-inline-start: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-md-pull-13 {
        inset-inline-end: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-md-offset-13 {
        margin-inline-start: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-md-order-13 {
        order: 13;
    }

    :where(.css-142vneq).ant-col-md-12 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 50%;
        max-width: 50%;
    }

    :where(.css-142vneq).ant-col-md-push-12 {
        inset-inline-start: 50%;
    }

    :where(.css-142vneq).ant-col-md-pull-12 {
        inset-inline-end: 50%;
    }

    :where(.css-142vneq).ant-col-md-offset-12 {
        margin-inline-start: 50%;
    }

    :where(.css-142vneq).ant-col-md-order-12 {
        order: 12;
    }

    :where(.css-142vneq).ant-col-md-11 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 45.83333333333333%;
        max-width: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-md-push-11 {
        inset-inline-start: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-md-pull-11 {
        inset-inline-end: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-md-offset-11 {
        margin-inline-start: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-md-order-11 {
        order: 11;
    }

    :where(.css-142vneq).ant-col-md-10 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 41.66666666666667%;
        max-width: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-md-push-10 {
        inset-inline-start: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-md-pull-10 {
        inset-inline-end: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-md-offset-10 {
        margin-inline-start: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-md-order-10 {
        order: 10;
    }

    :where(.css-142vneq).ant-col-md-9 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }

    :where(.css-142vneq).ant-col-md-push-9 {
        inset-inline-start: 37.5%;
    }

    :where(.css-142vneq).ant-col-md-pull-9 {
        inset-inline-end: 37.5%;
    }

    :where(.css-142vneq).ant-col-md-offset-9 {
        margin-inline-start: 37.5%;
    }

    :where(.css-142vneq).ant-col-md-order-9 {
        order: 9;
    }

    :where(.css-142vneq).ant-col-md-8 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 33.33333333333333%;
        max-width: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-md-push-8 {
        inset-inline-start: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-md-pull-8 {
        inset-inline-end: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-md-offset-8 {
        margin-inline-start: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-md-order-8 {
        order: 8;
    }

    :where(.css-142vneq).ant-col-md-7 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 29.166666666666668%;
        max-width: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-md-push-7 {
        inset-inline-start: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-md-pull-7 {
        inset-inline-end: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-md-offset-7 {
        margin-inline-start: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-md-order-7 {
        order: 7;
    }

    :where(.css-142vneq).ant-col-md-6 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 25%;
        max-width: 25%;
    }

    :where(.css-142vneq).ant-col-md-push-6 {
        inset-inline-start: 25%;
    }

    :where(.css-142vneq).ant-col-md-pull-6 {
        inset-inline-end: 25%;
    }

    :where(.css-142vneq).ant-col-md-offset-6 {
        margin-inline-start: 25%;
    }

    :where(.css-142vneq).ant-col-md-order-6 {
        order: 6;
    }

    :where(.css-142vneq).ant-col-md-5 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 20.833333333333336%;
        max-width: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-md-push-5 {
        inset-inline-start: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-md-pull-5 {
        inset-inline-end: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-md-offset-5 {
        margin-inline-start: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-md-order-5 {
        order: 5;
    }

    :where(.css-142vneq).ant-col-md-4 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 16.666666666666664%;
        max-width: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-md-push-4 {
        inset-inline-start: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-md-pull-4 {
        inset-inline-end: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-md-offset-4 {
        margin-inline-start: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-md-order-4 {
        order: 4;
    }

    :where(.css-142vneq).ant-col-md-3 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    :where(.css-142vneq).ant-col-md-push-3 {
        inset-inline-start: 12.5%;
    }

    :where(.css-142vneq).ant-col-md-pull-3 {
        inset-inline-end: 12.5%;
    }

    :where(.css-142vneq).ant-col-md-offset-3 {
        margin-inline-start: 12.5%;
    }

    :where(.css-142vneq).ant-col-md-order-3 {
        order: 3;
    }

    :where(.css-142vneq).ant-col-md-2 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 8.333333333333332%;
        max-width: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-md-push-2 {
        inset-inline-start: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-md-pull-2 {
        inset-inline-end: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-md-offset-2 {
        margin-inline-start: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-md-order-2 {
        order: 2;
    }

    :where(.css-142vneq).ant-col-md-1 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 4.166666666666666%;
        max-width: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-md-push-1 {
        inset-inline-start: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-md-pull-1 {
        inset-inline-end: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-md-offset-1 {
        margin-inline-start: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-md-order-1 {
        order: 1;
    }

    :where(.css-142vneq).ant-col-md-0 {
        display: none;
    }

    :where(.css-142vneq).ant-col-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-142vneq).ant-col-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-142vneq).ant-col-md-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-142vneq).ant-col-md-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-142vneq).ant-col-md-offset-0 {
        margin-inline-start: 0;
    }

    :where(.css-142vneq).ant-col-md-order-0 {
        order: 0;
    }

    :where(.css-142vneq).ant-col-md-flex {
        flex: var(--ant-col-md-flex);
    }
}

@media (min-width: 992px) {
    :where(.css-142vneq).ant-col-lg-24 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 100%;
        max-width: 100%;
    }

    :where(.css-142vneq).ant-col-lg-push-24 {
        inset-inline-start: 100%;
    }

    :where(.css-142vneq).ant-col-lg-pull-24 {
        inset-inline-end: 100%;
    }

    :where(.css-142vneq).ant-col-lg-offset-24 {
        margin-inline-start: 100%;
    }

    :where(.css-142vneq).ant-col-lg-order-24 {
        order: 24;
    }

    :where(.css-142vneq).ant-col-lg-23 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 95.83333333333334%;
        max-width: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-lg-push-23 {
        inset-inline-start: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-lg-pull-23 {
        inset-inline-end: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-lg-offset-23 {
        margin-inline-start: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-lg-order-23 {
        order: 23;
    }

    :where(.css-142vneq).ant-col-lg-22 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 91.66666666666666%;
        max-width: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-lg-push-22 {
        inset-inline-start: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-lg-pull-22 {
        inset-inline-end: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-lg-offset-22 {
        margin-inline-start: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-lg-order-22 {
        order: 22;
    }

    :where(.css-142vneq).ant-col-lg-21 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }

    :where(.css-142vneq).ant-col-lg-push-21 {
        inset-inline-start: 87.5%;
    }

    :where(.css-142vneq).ant-col-lg-pull-21 {
        inset-inline-end: 87.5%;
    }

    :where(.css-142vneq).ant-col-lg-offset-21 {
        margin-inline-start: 87.5%;
    }

    :where(.css-142vneq).ant-col-lg-order-21 {
        order: 21;
    }

    :where(.css-142vneq).ant-col-lg-20 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 83.33333333333334%;
        max-width: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-lg-push-20 {
        inset-inline-start: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-lg-pull-20 {
        inset-inline-end: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-lg-offset-20 {
        margin-inline-start: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-lg-order-20 {
        order: 20;
    }

    :where(.css-142vneq).ant-col-lg-19 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 79.16666666666666%;
        max-width: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-lg-push-19 {
        inset-inline-start: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-lg-pull-19 {
        inset-inline-end: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-lg-offset-19 {
        margin-inline-start: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-lg-order-19 {
        order: 19;
    }

    :where(.css-142vneq).ant-col-lg-18 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 75%;
        max-width: 75%;
    }

    :where(.css-142vneq).ant-col-lg-push-18 {
        inset-inline-start: 75%;
    }

    :where(.css-142vneq).ant-col-lg-pull-18 {
        inset-inline-end: 75%;
    }

    :where(.css-142vneq).ant-col-lg-offset-18 {
        margin-inline-start: 75%;
    }

    :where(.css-142vneq).ant-col-lg-order-18 {
        order: 18;
    }

    :where(.css-142vneq).ant-col-lg-17 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 70.83333333333334%;
        max-width: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-lg-push-17 {
        inset-inline-start: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-lg-pull-17 {
        inset-inline-end: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-lg-offset-17 {
        margin-inline-start: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-lg-order-17 {
        order: 17;
    }

    :where(.css-142vneq).ant-col-lg-16 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 66.66666666666666%;
        max-width: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-lg-push-16 {
        inset-inline-start: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-lg-pull-16 {
        inset-inline-end: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-lg-offset-16 {
        margin-inline-start: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-lg-order-16 {
        order: 16;
    }

    :where(.css-142vneq).ant-col-lg-15 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

    :where(.css-142vneq).ant-col-lg-push-15 {
        inset-inline-start: 62.5%;
    }

    :where(.css-142vneq).ant-col-lg-pull-15 {
        inset-inline-end: 62.5%;
    }

    :where(.css-142vneq).ant-col-lg-offset-15 {
        margin-inline-start: 62.5%;
    }

    :where(.css-142vneq).ant-col-lg-order-15 {
        order: 15;
    }

    :where(.css-142vneq).ant-col-lg-14 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 58.333333333333336%;
        max-width: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-lg-push-14 {
        inset-inline-start: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-lg-pull-14 {
        inset-inline-end: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-lg-offset-14 {
        margin-inline-start: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-lg-order-14 {
        order: 14;
    }

    :where(.css-142vneq).ant-col-lg-13 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 54.166666666666664%;
        max-width: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-lg-push-13 {
        inset-inline-start: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-lg-pull-13 {
        inset-inline-end: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-lg-offset-13 {
        margin-inline-start: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-lg-order-13 {
        order: 13;
    }

    :where(.css-142vneq).ant-col-lg-12 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 50%;
        max-width: 50%;
    }

    :where(.css-142vneq).ant-col-lg-push-12 {
        inset-inline-start: 50%;
    }

    :where(.css-142vneq).ant-col-lg-pull-12 {
        inset-inline-end: 50%;
    }

    :where(.css-142vneq).ant-col-lg-offset-12 {
        margin-inline-start: 50%;
    }

    :where(.css-142vneq).ant-col-lg-order-12 {
        order: 12;
    }

    :where(.css-142vneq).ant-col-lg-11 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 45.83333333333333%;
        max-width: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-lg-push-11 {
        inset-inline-start: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-lg-pull-11 {
        inset-inline-end: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-lg-offset-11 {
        margin-inline-start: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-lg-order-11 {
        order: 11;
    }

    :where(.css-142vneq).ant-col-lg-10 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 41.66666666666667%;
        max-width: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-lg-push-10 {
        inset-inline-start: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-lg-pull-10 {
        inset-inline-end: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-lg-offset-10 {
        margin-inline-start: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-lg-order-10 {
        order: 10;
    }

    :where(.css-142vneq).ant-col-lg-9 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }

    :where(.css-142vneq).ant-col-lg-push-9 {
        inset-inline-start: 37.5%;
    }

    :where(.css-142vneq).ant-col-lg-pull-9 {
        inset-inline-end: 37.5%;
    }

    :where(.css-142vneq).ant-col-lg-offset-9 {
        margin-inline-start: 37.5%;
    }

    :where(.css-142vneq).ant-col-lg-order-9 {
        order: 9;
    }

    :where(.css-142vneq).ant-col-lg-8 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 33.33333333333333%;
        max-width: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-lg-push-8 {
        inset-inline-start: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-lg-pull-8 {
        inset-inline-end: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-lg-offset-8 {
        margin-inline-start: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-lg-order-8 {
        order: 8;
    }

    :where(.css-142vneq).ant-col-lg-7 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 29.166666666666668%;
        max-width: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-lg-push-7 {
        inset-inline-start: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-lg-pull-7 {
        inset-inline-end: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-lg-offset-7 {
        margin-inline-start: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-lg-order-7 {
        order: 7;
    }

    :where(.css-142vneq).ant-col-lg-6 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 25%;
        max-width: 25%;
    }

    :where(.css-142vneq).ant-col-lg-push-6 {
        inset-inline-start: 25%;
    }

    :where(.css-142vneq).ant-col-lg-pull-6 {
        inset-inline-end: 25%;
    }

    :where(.css-142vneq).ant-col-lg-offset-6 {
        margin-inline-start: 25%;
    }

    :where(.css-142vneq).ant-col-lg-order-6 {
        order: 6;
    }

    :where(.css-142vneq).ant-col-lg-5 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 20.833333333333336%;
        max-width: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-lg-push-5 {
        inset-inline-start: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-lg-pull-5 {
        inset-inline-end: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-lg-offset-5 {
        margin-inline-start: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-lg-order-5 {
        order: 5;
    }

    :where(.css-142vneq).ant-col-lg-4 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 16.666666666666664%;
        max-width: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-lg-push-4 {
        inset-inline-start: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-lg-pull-4 {
        inset-inline-end: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-lg-offset-4 {
        margin-inline-start: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-lg-order-4 {
        order: 4;
    }

    :where(.css-142vneq).ant-col-lg-3 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    :where(.css-142vneq).ant-col-lg-push-3 {
        inset-inline-start: 12.5%;
    }

    :where(.css-142vneq).ant-col-lg-pull-3 {
        inset-inline-end: 12.5%;
    }

    :where(.css-142vneq).ant-col-lg-offset-3 {
        margin-inline-start: 12.5%;
    }

    :where(.css-142vneq).ant-col-lg-order-3 {
        order: 3;
    }

    :where(.css-142vneq).ant-col-lg-2 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 8.333333333333332%;
        max-width: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-lg-push-2 {
        inset-inline-start: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-lg-pull-2 {
        inset-inline-end: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-lg-offset-2 {
        margin-inline-start: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-lg-order-2 {
        order: 2;
    }

    :where(.css-142vneq).ant-col-lg-1 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 4.166666666666666%;
        max-width: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-lg-push-1 {
        inset-inline-start: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-lg-pull-1 {
        inset-inline-end: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-lg-offset-1 {
        margin-inline-start: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-lg-order-1 {
        order: 1;
    }

    :where(.css-142vneq).ant-col-lg-0 {
        display: none;
    }

    :where(.css-142vneq).ant-col-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-142vneq).ant-col-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-142vneq).ant-col-lg-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-142vneq).ant-col-lg-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-142vneq).ant-col-lg-offset-0 {
        margin-inline-start: 0;
    }

    :where(.css-142vneq).ant-col-lg-order-0 {
        order: 0;
    }

    :where(.css-142vneq).ant-col-lg-flex {
        flex: var(--ant-col-lg-flex);
    }
}

@media (min-width: 1200px) {
    :where(.css-142vneq).ant-col-xl-24 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 100%;
        max-width: 100%;
    }

    :where(.css-142vneq).ant-col-xl-push-24 {
        inset-inline-start: 100%;
    }

    :where(.css-142vneq).ant-col-xl-pull-24 {
        inset-inline-end: 100%;
    }

    :where(.css-142vneq).ant-col-xl-offset-24 {
        margin-inline-start: 100%;
    }

    :where(.css-142vneq).ant-col-xl-order-24 {
        order: 24;
    }

    :where(.css-142vneq).ant-col-xl-23 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 95.83333333333334%;
        max-width: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-xl-push-23 {
        inset-inline-start: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-xl-pull-23 {
        inset-inline-end: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-xl-offset-23 {
        margin-inline-start: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-xl-order-23 {
        order: 23;
    }

    :where(.css-142vneq).ant-col-xl-22 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 91.66666666666666%;
        max-width: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-xl-push-22 {
        inset-inline-start: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-xl-pull-22 {
        inset-inline-end: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-xl-offset-22 {
        margin-inline-start: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-xl-order-22 {
        order: 22;
    }

    :where(.css-142vneq).ant-col-xl-21 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }

    :where(.css-142vneq).ant-col-xl-push-21 {
        inset-inline-start: 87.5%;
    }

    :where(.css-142vneq).ant-col-xl-pull-21 {
        inset-inline-end: 87.5%;
    }

    :where(.css-142vneq).ant-col-xl-offset-21 {
        margin-inline-start: 87.5%;
    }

    :where(.css-142vneq).ant-col-xl-order-21 {
        order: 21;
    }

    :where(.css-142vneq).ant-col-xl-20 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 83.33333333333334%;
        max-width: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-xl-push-20 {
        inset-inline-start: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-xl-pull-20 {
        inset-inline-end: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-xl-offset-20 {
        margin-inline-start: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-xl-order-20 {
        order: 20;
    }

    :where(.css-142vneq).ant-col-xl-19 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 79.16666666666666%;
        max-width: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-xl-push-19 {
        inset-inline-start: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-xl-pull-19 {
        inset-inline-end: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-xl-offset-19 {
        margin-inline-start: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-xl-order-19 {
        order: 19;
    }

    :where(.css-142vneq).ant-col-xl-18 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 75%;
        max-width: 75%;
    }

    :where(.css-142vneq).ant-col-xl-push-18 {
        inset-inline-start: 75%;
    }

    :where(.css-142vneq).ant-col-xl-pull-18 {
        inset-inline-end: 75%;
    }

    :where(.css-142vneq).ant-col-xl-offset-18 {
        margin-inline-start: 75%;
    }

    :where(.css-142vneq).ant-col-xl-order-18 {
        order: 18;
    }

    :where(.css-142vneq).ant-col-xl-17 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 70.83333333333334%;
        max-width: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-xl-push-17 {
        inset-inline-start: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-xl-pull-17 {
        inset-inline-end: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-xl-offset-17 {
        margin-inline-start: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-xl-order-17 {
        order: 17;
    }

    :where(.css-142vneq).ant-col-xl-16 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 66.66666666666666%;
        max-width: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-xl-push-16 {
        inset-inline-start: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-xl-pull-16 {
        inset-inline-end: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-xl-offset-16 {
        margin-inline-start: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-xl-order-16 {
        order: 16;
    }

    :where(.css-142vneq).ant-col-xl-15 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

    :where(.css-142vneq).ant-col-xl-push-15 {
        inset-inline-start: 62.5%;
    }

    :where(.css-142vneq).ant-col-xl-pull-15 {
        inset-inline-end: 62.5%;
    }

    :where(.css-142vneq).ant-col-xl-offset-15 {
        margin-inline-start: 62.5%;
    }

    :where(.css-142vneq).ant-col-xl-order-15 {
        order: 15;
    }

    :where(.css-142vneq).ant-col-xl-14 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 58.333333333333336%;
        max-width: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-xl-push-14 {
        inset-inline-start: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-xl-pull-14 {
        inset-inline-end: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-xl-offset-14 {
        margin-inline-start: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-xl-order-14 {
        order: 14;
    }

    :where(.css-142vneq).ant-col-xl-13 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 54.166666666666664%;
        max-width: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-xl-push-13 {
        inset-inline-start: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-xl-pull-13 {
        inset-inline-end: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-xl-offset-13 {
        margin-inline-start: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-xl-order-13 {
        order: 13;
    }

    :where(.css-142vneq).ant-col-xl-12 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 50%;
        max-width: 50%;
    }

    :where(.css-142vneq).ant-col-xl-push-12 {
        inset-inline-start: 50%;
    }

    :where(.css-142vneq).ant-col-xl-pull-12 {
        inset-inline-end: 50%;
    }

    :where(.css-142vneq).ant-col-xl-offset-12 {
        margin-inline-start: 50%;
    }

    :where(.css-142vneq).ant-col-xl-order-12 {
        order: 12;
    }

    :where(.css-142vneq).ant-col-xl-11 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 45.83333333333333%;
        max-width: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-xl-push-11 {
        inset-inline-start: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-xl-pull-11 {
        inset-inline-end: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-xl-offset-11 {
        margin-inline-start: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-xl-order-11 {
        order: 11;
    }

    :where(.css-142vneq).ant-col-xl-10 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 41.66666666666667%;
        max-width: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-xl-push-10 {
        inset-inline-start: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-xl-pull-10 {
        inset-inline-end: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-xl-offset-10 {
        margin-inline-start: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-xl-order-10 {
        order: 10;
    }

    :where(.css-142vneq).ant-col-xl-9 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }

    :where(.css-142vneq).ant-col-xl-push-9 {
        inset-inline-start: 37.5%;
    }

    :where(.css-142vneq).ant-col-xl-pull-9 {
        inset-inline-end: 37.5%;
    }

    :where(.css-142vneq).ant-col-xl-offset-9 {
        margin-inline-start: 37.5%;
    }

    :where(.css-142vneq).ant-col-xl-order-9 {
        order: 9;
    }

    :where(.css-142vneq).ant-col-xl-8 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 33.33333333333333%;
        max-width: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-xl-push-8 {
        inset-inline-start: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-xl-pull-8 {
        inset-inline-end: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-xl-offset-8 {
        margin-inline-start: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-xl-order-8 {
        order: 8;
    }

    :where(.css-142vneq).ant-col-xl-7 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 29.166666666666668%;
        max-width: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-xl-push-7 {
        inset-inline-start: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-xl-pull-7 {
        inset-inline-end: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-xl-offset-7 {
        margin-inline-start: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-xl-order-7 {
        order: 7;
    }

    :where(.css-142vneq).ant-col-xl-6 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 25%;
        max-width: 25%;
    }

    :where(.css-142vneq).ant-col-xl-push-6 {
        inset-inline-start: 25%;
    }

    :where(.css-142vneq).ant-col-xl-pull-6 {
        inset-inline-end: 25%;
    }

    :where(.css-142vneq).ant-col-xl-offset-6 {
        margin-inline-start: 25%;
    }

    :where(.css-142vneq).ant-col-xl-order-6 {
        order: 6;
    }

    :where(.css-142vneq).ant-col-xl-5 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 20.833333333333336%;
        max-width: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-xl-push-5 {
        inset-inline-start: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-xl-pull-5 {
        inset-inline-end: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-xl-offset-5 {
        margin-inline-start: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-xl-order-5 {
        order: 5;
    }

    :where(.css-142vneq).ant-col-xl-4 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 16.666666666666664%;
        max-width: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-xl-push-4 {
        inset-inline-start: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-xl-pull-4 {
        inset-inline-end: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-xl-offset-4 {
        margin-inline-start: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-xl-order-4 {
        order: 4;
    }

    :where(.css-142vneq).ant-col-xl-3 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    :where(.css-142vneq).ant-col-xl-push-3 {
        inset-inline-start: 12.5%;
    }

    :where(.css-142vneq).ant-col-xl-pull-3 {
        inset-inline-end: 12.5%;
    }

    :where(.css-142vneq).ant-col-xl-offset-3 {
        margin-inline-start: 12.5%;
    }

    :where(.css-142vneq).ant-col-xl-order-3 {
        order: 3;
    }

    :where(.css-142vneq).ant-col-xl-2 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 8.333333333333332%;
        max-width: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-xl-push-2 {
        inset-inline-start: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-xl-pull-2 {
        inset-inline-end: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-xl-offset-2 {
        margin-inline-start: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-xl-order-2 {
        order: 2;
    }

    :where(.css-142vneq).ant-col-xl-1 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 4.166666666666666%;
        max-width: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-xl-push-1 {
        inset-inline-start: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-xl-pull-1 {
        inset-inline-end: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-xl-offset-1 {
        margin-inline-start: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-xl-order-1 {
        order: 1;
    }

    :where(.css-142vneq).ant-col-xl-0 {
        display: none;
    }

    :where(.css-142vneq).ant-col-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-142vneq).ant-col-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-142vneq).ant-col-xl-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-142vneq).ant-col-xl-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-142vneq).ant-col-xl-offset-0 {
        margin-inline-start: 0;
    }

    :where(.css-142vneq).ant-col-xl-order-0 {
        order: 0;
    }

    :where(.css-142vneq).ant-col-xl-flex {
        flex: var(--ant-col-xl-flex);
    }
}

@media (min-width: 1600px) {
    :where(.css-142vneq).ant-col-xxl-24 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 100%;
        max-width: 100%;
    }

    :where(.css-142vneq).ant-col-xxl-push-24 {
        inset-inline-start: 100%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-24 {
        inset-inline-end: 100%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-24 {
        margin-inline-start: 100%;
    }

    :where(.css-142vneq).ant-col-xxl-order-24 {
        order: 24;
    }

    :where(.css-142vneq).ant-col-xxl-23 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 95.83333333333334%;
        max-width: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-xxl-push-23 {
        inset-inline-start: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-23 {
        inset-inline-end: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-23 {
        margin-inline-start: 95.83333333333334%;
    }

    :where(.css-142vneq).ant-col-xxl-order-23 {
        order: 23;
    }

    :where(.css-142vneq).ant-col-xxl-22 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 91.66666666666666%;
        max-width: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-xxl-push-22 {
        inset-inline-start: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-22 {
        inset-inline-end: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-22 {
        margin-inline-start: 91.66666666666666%;
    }

    :where(.css-142vneq).ant-col-xxl-order-22 {
        order: 22;
    }

    :where(.css-142vneq).ant-col-xxl-21 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }

    :where(.css-142vneq).ant-col-xxl-push-21 {
        inset-inline-start: 87.5%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-21 {
        inset-inline-end: 87.5%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-21 {
        margin-inline-start: 87.5%;
    }

    :where(.css-142vneq).ant-col-xxl-order-21 {
        order: 21;
    }

    :where(.css-142vneq).ant-col-xxl-20 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 83.33333333333334%;
        max-width: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-xxl-push-20 {
        inset-inline-start: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-20 {
        inset-inline-end: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-20 {
        margin-inline-start: 83.33333333333334%;
    }

    :where(.css-142vneq).ant-col-xxl-order-20 {
        order: 20;
    }

    :where(.css-142vneq).ant-col-xxl-19 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 79.16666666666666%;
        max-width: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-xxl-push-19 {
        inset-inline-start: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-19 {
        inset-inline-end: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-19 {
        margin-inline-start: 79.16666666666666%;
    }

    :where(.css-142vneq).ant-col-xxl-order-19 {
        order: 19;
    }

    :where(.css-142vneq).ant-col-xxl-18 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 75%;
        max-width: 75%;
    }

    :where(.css-142vneq).ant-col-xxl-push-18 {
        inset-inline-start: 75%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-18 {
        inset-inline-end: 75%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-18 {
        margin-inline-start: 75%;
    }

    :where(.css-142vneq).ant-col-xxl-order-18 {
        order: 18;
    }

    :where(.css-142vneq).ant-col-xxl-17 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 70.83333333333334%;
        max-width: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-xxl-push-17 {
        inset-inline-start: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-17 {
        inset-inline-end: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-17 {
        margin-inline-start: 70.83333333333334%;
    }

    :where(.css-142vneq).ant-col-xxl-order-17 {
        order: 17;
    }

    :where(.css-142vneq).ant-col-xxl-16 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 66.66666666666666%;
        max-width: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-xxl-push-16 {
        inset-inline-start: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-16 {
        inset-inline-end: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-16 {
        margin-inline-start: 66.66666666666666%;
    }

    :where(.css-142vneq).ant-col-xxl-order-16 {
        order: 16;
    }

    :where(.css-142vneq).ant-col-xxl-15 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

    :where(.css-142vneq).ant-col-xxl-push-15 {
        inset-inline-start: 62.5%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-15 {
        inset-inline-end: 62.5%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-15 {
        margin-inline-start: 62.5%;
    }

    :where(.css-142vneq).ant-col-xxl-order-15 {
        order: 15;
    }

    :where(.css-142vneq).ant-col-xxl-14 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 58.333333333333336%;
        max-width: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-xxl-push-14 {
        inset-inline-start: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-14 {
        inset-inline-end: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-14 {
        margin-inline-start: 58.333333333333336%;
    }

    :where(.css-142vneq).ant-col-xxl-order-14 {
        order: 14;
    }

    :where(.css-142vneq).ant-col-xxl-13 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 54.166666666666664%;
        max-width: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-xxl-push-13 {
        inset-inline-start: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-13 {
        inset-inline-end: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-13 {
        margin-inline-start: 54.166666666666664%;
    }

    :where(.css-142vneq).ant-col-xxl-order-13 {
        order: 13;
    }

    :where(.css-142vneq).ant-col-xxl-12 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 50%;
        max-width: 50%;
    }

    :where(.css-142vneq).ant-col-xxl-push-12 {
        inset-inline-start: 50%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-12 {
        inset-inline-end: 50%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-12 {
        margin-inline-start: 50%;
    }

    :where(.css-142vneq).ant-col-xxl-order-12 {
        order: 12;
    }

    :where(.css-142vneq).ant-col-xxl-11 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 45.83333333333333%;
        max-width: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-xxl-push-11 {
        inset-inline-start: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-11 {
        inset-inline-end: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-11 {
        margin-inline-start: 45.83333333333333%;
    }

    :where(.css-142vneq).ant-col-xxl-order-11 {
        order: 11;
    }

    :where(.css-142vneq).ant-col-xxl-10 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 41.66666666666667%;
        max-width: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-xxl-push-10 {
        inset-inline-start: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-10 {
        inset-inline-end: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-10 {
        margin-inline-start: 41.66666666666667%;
    }

    :where(.css-142vneq).ant-col-xxl-order-10 {
        order: 10;
    }

    :where(.css-142vneq).ant-col-xxl-9 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }

    :where(.css-142vneq).ant-col-xxl-push-9 {
        inset-inline-start: 37.5%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-9 {
        inset-inline-end: 37.5%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-9 {
        margin-inline-start: 37.5%;
    }

    :where(.css-142vneq).ant-col-xxl-order-9 {
        order: 9;
    }

    :where(.css-142vneq).ant-col-xxl-8 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 33.33333333333333%;
        max-width: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-xxl-push-8 {
        inset-inline-start: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-8 {
        inset-inline-end: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-8 {
        margin-inline-start: 33.33333333333333%;
    }

    :where(.css-142vneq).ant-col-xxl-order-8 {
        order: 8;
    }

    :where(.css-142vneq).ant-col-xxl-7 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 29.166666666666668%;
        max-width: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-xxl-push-7 {
        inset-inline-start: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-7 {
        inset-inline-end: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-7 {
        margin-inline-start: 29.166666666666668%;
    }

    :where(.css-142vneq).ant-col-xxl-order-7 {
        order: 7;
    }

    :where(.css-142vneq).ant-col-xxl-6 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 25%;
        max-width: 25%;
    }

    :where(.css-142vneq).ant-col-xxl-push-6 {
        inset-inline-start: 25%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-6 {
        inset-inline-end: 25%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-6 {
        margin-inline-start: 25%;
    }

    :where(.css-142vneq).ant-col-xxl-order-6 {
        order: 6;
    }

    :where(.css-142vneq).ant-col-xxl-5 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 20.833333333333336%;
        max-width: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-xxl-push-5 {
        inset-inline-start: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-5 {
        inset-inline-end: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-5 {
        margin-inline-start: 20.833333333333336%;
    }

    :where(.css-142vneq).ant-col-xxl-order-5 {
        order: 5;
    }

    :where(.css-142vneq).ant-col-xxl-4 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 16.666666666666664%;
        max-width: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-xxl-push-4 {
        inset-inline-start: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-4 {
        inset-inline-end: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-4 {
        margin-inline-start: 16.666666666666664%;
    }

    :where(.css-142vneq).ant-col-xxl-order-4 {
        order: 4;
    }

    :where(.css-142vneq).ant-col-xxl-3 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    :where(.css-142vneq).ant-col-xxl-push-3 {
        inset-inline-start: 12.5%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-3 {
        inset-inline-end: 12.5%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-3 {
        margin-inline-start: 12.5%;
    }

    :where(.css-142vneq).ant-col-xxl-order-3 {
        order: 3;
    }

    :where(.css-142vneq).ant-col-xxl-2 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 8.333333333333332%;
        max-width: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-xxl-push-2 {
        inset-inline-start: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-2 {
        inset-inline-end: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-2 {
        margin-inline-start: 8.333333333333332%;
    }

    :where(.css-142vneq).ant-col-xxl-order-2 {
        order: 2;
    }

    :where(.css-142vneq).ant-col-xxl-1 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 4.166666666666666%;
        max-width: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-xxl-push-1 {
        inset-inline-start: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-xxl-pull-1 {
        inset-inline-end: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-xxl-offset-1 {
        margin-inline-start: 4.166666666666666%;
    }

    :where(.css-142vneq).ant-col-xxl-order-1 {
        order: 1;
    }

    :where(.css-142vneq).ant-col-xxl-0 {
        display: none;
    }

    :where(.css-142vneq).ant-col-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-142vneq).ant-col-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-142vneq).ant-col-xxl-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-142vneq).ant-col-xxl-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-142vneq).ant-col-xxl-offset-0 {
        margin-inline-start: 0;
    }

    :where(.css-142vneq).ant-col-xxl-order-0 {
        order: 0;
    }

    :where(.css-142vneq).ant-col-xxl-flex {
        flex: var(--ant-col-xxl-flex);
    }
}

:where(.css-142vneq)[class^="ant-input"], :where(.css-142vneq)[class*=" ant-input"] {
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-input"]::before, :where(.css-142vneq)[class*=" ant-input"]::before, :where(.css-142vneq)[class^="ant-input"]::after, :where(.css-142vneq)[class*=" ant-input"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-input"] [class^="ant-input"], :where(.css-142vneq)[class*=" ant-input"] [class^="ant-input"], :where(.css-142vneq)[class^="ant-input"] [class*=" ant-input"], :where(.css-142vneq)[class*=" ant-input"] [class*=" ant-input"] {
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-input"] [class^="ant-input"]::before, :where(.css-142vneq)[class*=" ant-input"] [class^="ant-input"]::before, :where(.css-142vneq)[class^="ant-input"] [class*=" ant-input"]::before, :where(.css-142vneq)[class*=" ant-input"] [class*=" ant-input"]::before, :where(.css-142vneq)[class^="ant-input"] [class^="ant-input"]::after, :where(.css-142vneq)[class*=" ant-input"] [class^="ant-input"]::after, :where(.css-142vneq)[class^="ant-input"] [class*=" ant-input"]::after, :where(.css-142vneq)[class*=" ant-input"] [class*=" ant-input"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-input {
    box-sizing: border-box;
    margin: 0;
    padding: 4px 11px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    border-radius: 6px;
    transition: all 0.2s;
}

:where(.css-142vneq).ant-input::-moz-placeholder {
    opacity: 1;
}

:where(.css-142vneq).ant-input::placeholder {
    color: rgba(0, 0, 0, 0.25);
    user-select: none;
}

:where(.css-142vneq).ant-input:placeholder-shown {
    text-overflow: ellipsis;
}

textarea:where(.css-142vneq).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-142vneq).ant-input-lg {
    padding: 7px 11px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 8px;
}

:where(.css-142vneq).ant-input-sm {
    padding: 0px 7px;
    font-size: 14px;
    border-radius: 4px;
}

:where(.css-142vneq).ant-input-rtl, :where(.css-142vneq).ant-input-textarea-rtl {
    direction: rtl;
}

:where(.css-142vneq).ant-input-outlined {
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #d9d9d9;
}

:where(.css-142vneq).ant-input-outlined:hover {
    border-color: #4096ff;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-input-outlined:focus, :where(.css-142vneq).ant-input-outlined:focus-within {
    border-color: #1677ff;
    box-shadow: 0 0 0 2px rgba(5, 145, 255, 0.1);
    outline: 0;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-input-outlined.ant-input-disabled, :where(.css-142vneq).ant-input-outlined[disabled] {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
}

:where(.css-142vneq).ant-input-outlined.ant-input-disabled input[disabled], :where(.css-142vneq).ant-input-outlined[disabled] input[disabled], :where(.css-142vneq).ant-input-outlined.ant-input-disabled textarea[disabled], :where(.css-142vneq).ant-input-outlined[disabled] textarea[disabled] {
    cursor: not-allowed;
}

:where(.css-142vneq).ant-input-outlined.ant-input-disabled:hover:not([disabled]), :where(.css-142vneq).ant-input-outlined[disabled]:hover:not([disabled]) {
    border-color: #d9d9d9;
    background-color: rgba(0, 0, 0, 0.04);
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-error:not(.ant-input-disabled) {
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #ff4d4f;
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-error:not(.ant-input-disabled):hover {
    border-color: #ffa39e;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-error:not(.ant-input-disabled):focus, :where(.css-142vneq).ant-input-outlined.ant-input-status-error:not(.ant-input-disabled):focus-within {
    border-color: #ff4d4f;
    box-shadow: 0 0 0 2px rgba(255, 38, 5, 0.06);
    outline: 0;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-error:not(.ant-input-disabled) .ant-input-prefix, :where(.css-142vneq).ant-input-outlined.ant-input-status-error:not(.ant-input-disabled) .ant-input-suffix {
    color: #ff4d4f;
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-error.ant-input-disabled {
    border-color: #ff4d4f;
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-warning:not(.ant-input-disabled) {
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #faad14;
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-warning:not(.ant-input-disabled):hover {
    border-color: #ffd666;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-warning:not(.ant-input-disabled):focus, :where(.css-142vneq).ant-input-outlined.ant-input-status-warning:not(.ant-input-disabled):focus-within {
    border-color: #faad14;
    box-shadow: 0 0 0 2px rgba(255, 215, 5, 0.1);
    outline: 0;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-warning:not(.ant-input-disabled) .ant-input-prefix, :where(.css-142vneq).ant-input-outlined.ant-input-status-warning:not(.ant-input-disabled) .ant-input-suffix {
    color: #faad14;
}

:where(.css-142vneq).ant-input-outlined.ant-input-status-warning.ant-input-disabled {
    border-color: #faad14;
}

:where(.css-142vneq).ant-input-filled {
    background: rgba(0, 0, 0, 0.04);
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

input:where(.css-142vneq).ant-input-filled, :where(.css-142vneq).ant-input-filled input, textarea:where(.css-142vneq).ant-input-filled, :where(.css-142vneq).ant-input-filled textarea {
    color: undefined;
}

:where(.css-142vneq).ant-input-filled:hover {
    background: rgba(0, 0, 0, 0.06);
}

:where(.css-142vneq).ant-input-filled:focus, :where(.css-142vneq).ant-input-filled:focus-within {
    outline: 0;
    border-color: #1677ff;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-input-filled.ant-input-disabled, :where(.css-142vneq).ant-input-filled[disabled] {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
}

:where(.css-142vneq).ant-input-filled.ant-input-disabled input[disabled], :where(.css-142vneq).ant-input-filled[disabled] input[disabled], :where(.css-142vneq).ant-input-filled.ant-input-disabled textarea[disabled], :where(.css-142vneq).ant-input-filled[disabled] textarea[disabled] {
    cursor: not-allowed;
}

:where(.css-142vneq).ant-input-filled.ant-input-disabled:hover:not([disabled]), :where(.css-142vneq).ant-input-filled[disabled]:hover:not([disabled]) {
    border-color: #d9d9d9;
    background-color: rgba(0, 0, 0, 0.04);
}

:where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled) {
    background: #fff2f0;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

input:where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled), :where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled) input, textarea:where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled), :where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled) textarea {
    color: #ff4d4f;
}

:where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled):hover {
    background: #fff1f0;
}

:where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled):focus, :where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled):focus-within {
    outline: 0;
    border-color: #ff4d4f;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled) .ant-input-prefix, :where(.css-142vneq).ant-input-filled.ant-input-status-error:not(.ant-input-disabled) .ant-input-suffix {
    color: #ff4d4f;
}

:where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled) {
    background: #fffbe6;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

input:where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled), :where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled) input, textarea:where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled), :where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled) textarea {
    color: #faad14;
}

:where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled):hover {
    background: #fff1b8;
}

:where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled):focus, :where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled):focus-within {
    outline: 0;
    border-color: #faad14;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled) .ant-input-prefix, :where(.css-142vneq).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled) .ant-input-suffix {
    color: #faad14;
}

:where(.css-142vneq).ant-input-borderless {
    background: transparent;
    border: none;
}

:where(.css-142vneq).ant-input-borderless:focus, :where(.css-142vneq).ant-input-borderless:focus-within {
    outline: none;
}

:where(.css-142vneq).ant-input-borderless.ant-input-disabled, :where(.css-142vneq).ant-input-borderless[disabled] {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}

:where(.css-142vneq).ant-input-borderless.ant-input-status-error, :where(.css-142vneq).ant-input-borderless.ant-input-status-error input, :where(.css-142vneq).ant-input-borderless.ant-input-status-error textarea {
    color: #ff4d4f;
}

:where(.css-142vneq).ant-input-borderless.ant-input-status-warning, :where(.css-142vneq).ant-input-borderless.ant-input-status-warning input, :where(.css-142vneq).ant-input-borderless.ant-input-status-warning textarea {
    color: #faad14;
}

:where(.css-142vneq).ant-input[type="color"] {
    height: 32px;
}

:where(.css-142vneq).ant-input[type="color"].ant-input-lg {
    height: 40px;
}

:where(.css-142vneq).ant-input[type="color"].ant-input-sm {
    height: 24px;
    padding-top: 3px;
    padding-bottom: 3px;
}

:where(.css-142vneq).ant-input[type="search"]::-webkit-search-cancel-button, :where(.css-142vneq).ant-input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

:where(.css-142vneq).ant-input-textarea {
    position: relative;
}

:where(.css-142vneq).ant-input-textarea-show-count>.ant-input {
    height: 100%;
}

:where(.css-142vneq).ant-input-textarea-show-count .ant-input-data-count {
    position: absolute;
    bottom: -22px;
    inset-inline-end: 0;
    color: rgba(0, 0, 0, 0.45);
    white-space: nowrap;
    pointer-events: none;
}

:where(.css-142vneq).ant-input-textarea-allow-clear>.ant-input, :where(.css-142vneq).ant-input-textarea-affix-wrapper.ant-input-textarea-has-feedback .ant-input {
    padding-inline-end: 24px;
}

:where(.css-142vneq).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper {
    padding: 0;
}

:where(.css-142vneq).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper>textarea.ant-input {
    font-size: inherit;
    border: none;
    outline: none;
    background: transparent;
}

:where(.css-142vneq).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper>textarea.ant-input:focus {
    box-shadow: none !important;
}

:where(.css-142vneq).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper .ant-input-suffix {
    margin: 0;
}

:where(.css-142vneq).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper .ant-input-suffix>*:not(:last-child) {
    margin-inline: 0;
}

:where(.css-142vneq).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper .ant-input-suffix .ant-input-clear-icon {
    position: absolute;
    inset-inline-end: 11px;
    inset-block-start: 8px;
}

:where(.css-142vneq).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper .ant-input-suffix .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;
    pointer-events: none;
}

:where(.css-142vneq).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper-sm .ant-input-suffix .ant-input-clear-icon {
    inset-inline-end: 7px;
}

:where(.css-142vneq).ant-input-affix-wrapper {
    position: relative;
    display: inline-flex;
    width: 100%;
    min-width: 0;
    padding: 4px 11px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    border-radius: 6px;
    transition: all 0.2s;
}

:where(.css-142vneq).ant-input-affix-wrapper::-moz-placeholder {
    opacity: 1;
}

:where(.css-142vneq).ant-input-affix-wrapper::placeholder {
    color: rgba(0, 0, 0, 0.25);
    user-select: none;
}

:where(.css-142vneq).ant-input-affix-wrapper:placeholder-shown {
    text-overflow: ellipsis;
}

textarea:where(.css-142vneq).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-142vneq).ant-input-affix-wrapper-lg {
    padding: 7px 11px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 8px;
}

:where(.css-142vneq).ant-input-affix-wrapper-sm {
    padding: 0px 7px;
    font-size: 14px;
    border-radius: 4px;
}

:where(.css-142vneq).ant-input-affix-wrapper-rtl, :where(.css-142vneq).ant-input-affix-wrapper-textarea-rtl {
    direction: rtl;
}

:where(.css-142vneq).ant-input-affix-wrapper:not(.ant-input-disabled):hover {
    z-index: 1;
}

.ant-input-search-with-button :where(.css-142vneq).ant-input-affix-wrapper:not(.ant-input-disabled):hover {
    z-index: 0;
}

:where(.css-142vneq).ant-input-affix-wrapper-focused, :where(.css-142vneq).ant-input-affix-wrapper:focus {
    z-index: 1;
}

:where(.css-142vneq).ant-input-affix-wrapper>input.ant-input {
    padding: 0;
}

:where(.css-142vneq).ant-input-affix-wrapper>input.ant-input, :where(.css-142vneq).ant-input-affix-wrapper>textarea.ant-input {
    font-size: inherit;
    border: none;
    border-radius: 0;
    outline: none;
    background: transparent;
    color: inherit;
}

:where(.css-142vneq).ant-input-affix-wrapper>input.ant-input::-ms-reveal, :where(.css-142vneq).ant-input-affix-wrapper>textarea.ant-input::-ms-reveal {
    display: none;
}

:where(.css-142vneq).ant-input-affix-wrapper>input.ant-input:focus, :where(.css-142vneq).ant-input-affix-wrapper>textarea.ant-input:focus {
    box-shadow: none !important;
}

:where(.css-142vneq).ant-input-affix-wrapper::before {
    display: inline-block;
    width: 0;
    visibility: hidden;
    content: "\a0";
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-prefix, :where(.css-142vneq).ant-input-affix-wrapper .ant-input-suffix {
    display: flex;
    flex: none;
    align-items: center;
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-prefix>*:not(:last-child), :where(.css-142vneq).ant-input-affix-wrapper .ant-input-suffix>*:not(:last-child) {
    margin-inline-end: 8px;
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-show-count-suffix {
    color: rgba(0, 0, 0, 0.45);
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-show-count-has-suffix {
    margin-inline-end: 4px;
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-prefix {
    margin-inline-end: 4px;
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-suffix {
    margin-inline-start: 4px;
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-clear-icon {
    margin: 0;
    line-height: 0;
    color: rgba(0, 0, 0, 0.25);
    font-size: 12px;
    vertical-align: -1px;
    cursor: pointer;
    transition: color 0.3s;
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-clear-icon:hover {
    color: rgba(0, 0, 0, 0.45);
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-clear-icon:active {
    color: rgba(0, 0, 0, 0.88);
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-clear-icon-hidden {
    visibility: hidden;
}

:where(.css-142vneq).ant-input-affix-wrapper .ant-input-clear-icon-has-suffix {
    margin: 0 4px;
}

:where(.css-142vneq).ant-input-affix-wrapper .anticon.ant-input-password-icon {
    color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
    transition: all 0.3s;
}

:where(.css-142vneq).ant-input-affix-wrapper .anticon.ant-input-password-icon:hover {
    color: rgba(0, 0, 0, 0.88);
}

:where(.css-142vneq).ant-input-affix-wrapper-disabled .anticon.ant-input-password-icon {
    color: rgba(0, 0, 0, 0.45);
    cursor: not-allowed;
}

:where(.css-142vneq).ant-input-affix-wrapper-disabled .anticon.ant-input-password-icon:hover {
    color: rgba(0, 0, 0, 0.45);
}

:where(.css-142vneq).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-142vneq).ant-input-group[class*='col-'] {
    padding-inline-end: 8px;
}

:where(.css-142vneq).ant-input-group[class*='col-']:last-child {
    padding-inline-end: 0;
}

:where(.css-142vneq).ant-input-group-lg .ant-input, :where(.css-142vneq).ant-input-group-lg>.ant-input-group-addon {
    padding: 7px 11px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 8px;
}

:where(.css-142vneq).ant-input-group-sm .ant-input, :where(.css-142vneq).ant-input-group-sm>.ant-input-group-addon {
    padding: 0px 7px;
    font-size: 14px;
    border-radius: 4px;
}

:where(.css-142vneq).ant-input-group-lg .ant-select-single .ant-select-selector {
    height: 40px;
}

:where(.css-142vneq).ant-input-group-sm .ant-select-single .ant-select-selector {
    height: 24px;
}

:where(.css-142vneq).ant-input-group>.ant-input {
    display: table-cell;
}

:where(.css-142vneq).ant-input-group>.ant-input:not(:first-child):not(:last-child) {
    border-radius: 0;
}

:where(.css-142vneq).ant-input-group .ant-input-group-addon, :where(.css-142vneq).ant-input-group .ant-input-group-wrap {
    display: table-cell;
    width: 1px;
    white-space: nowrap;
    vertical-align: middle;
}

:where(.css-142vneq).ant-input-group .ant-input-group-addon:not(:first-child):not(:last-child), :where(.css-142vneq).ant-input-group .ant-input-group-wrap:not(:first-child):not(:last-child) {
    border-radius: 0;
}

:where(.css-142vneq).ant-input-group .ant-input-group-wrap>* {
    display: block !important;
}

:where(.css-142vneq).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;
    border-radius: 6px;
    transition: all 0.3s;
    line-height: 1;
}

:where(.css-142vneq).ant-input-group .ant-input-group-addon .ant-select {
    margin: -5px -11px;
}

:where(.css-142vneq).ant-input-group .ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
    background-color: inherit;
    border: 1px solid transparent;
    box-shadow: none;
}

:where(.css-142vneq).ant-input-group .ant-input-group-addon .ant-cascader-picker {
    margin: -9px -11px;
    background-color: transparent;
}

:where(.css-142vneq).ant-input-group .ant-input-group-addon .ant-cascader-picker .ant-cascader-input {
    text-align: start;
    border: 0;
    box-shadow: none;
}

:where(.css-142vneq).ant-input-group .ant-input {
    width: 100%;
    margin-bottom: 0;
    text-align: inherit;
}

:where(.css-142vneq).ant-input-group .ant-input:focus {
    z-index: 1;
    border-inline-end-width: 1px;
}

:where(.css-142vneq).ant-input-group .ant-input:hover {
    z-index: 1;
    border-inline-end-width: 1px;
}

.ant-input-search-with-button :where(.css-142vneq).ant-input-group .ant-input:hover {
    z-index: 0;
}

:where(.css-142vneq).ant-input-group>.ant-input:first-child, :where(.css-142vneq).ant-input-group .ant-input-group-addon:first-child {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-142vneq).ant-input-group>.ant-input:first-child .ant-select .ant-select-selector, :where(.css-142vneq).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-142vneq).ant-input-group>.ant-input-affix-wrapper:not(:first-child) .ant-input {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-142vneq).ant-input-group>.ant-input-affix-wrapper:not(:last-child) .ant-input {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-142vneq).ant-input-group>.ant-input:last-child, :where(.css-142vneq).ant-input-group .ant-input-group-addon:last-child {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-142vneq).ant-input-group>.ant-input:last-child .ant-select .ant-select-selector, :where(.css-142vneq).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-142vneq).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-142vneq).ant-input-group .ant-input-affix-wrapper:not(:last-child) {
    border-start-start-radius: 6px;
    border-end-start-radius: 6px;
}

:where(.css-142vneq).ant-input-group .ant-input-affix-wrapper:not(:first-child), .ant-input-search :where(.css-142vneq).ant-input-group .ant-input-affix-wrapper:not(:first-child) {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact {
    display: block;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact::before {
    display: table;
    content: "";
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact::after {
    display: table;
    clear: both;
    content: "";
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact .ant-input-group-addon:not(:first-child):not(:last-child), :where(.css-142vneq).ant-input-group.ant-input-group-compact .ant-input-group-wrap:not(:first-child):not(:last-child), :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child) {
    border-inline-end-width: 1px;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact .ant-input-group-addon:not(:first-child):not(:last-child):hover, :where(.css-142vneq).ant-input-group.ant-input-group-compact .ant-input-group-wrap:not(:first-child):not(:last-child):hover, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child):hover, :where(.css-142vneq).ant-input-group.ant-input-group-compact .ant-input-group-addon:not(:first-child):not(:last-child):focus, :where(.css-142vneq).ant-input-group.ant-input-group-compact .ant-input-group-wrap:not(:first-child):not(:last-child):focus, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child):focus {
    z-index: 1;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact>* {
    display: inline-flex;
    float: none;
    vertical-align: top;
    border-radius: 0;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-input-affix-wrapper, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-input-number-affix-wrapper, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-picker-range {
    display: inline-flex;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact>*:not(:last-child) {
    margin-inline-end: -1px;
    border-inline-end-width: 1px;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact .ant-input {
    float: none;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selector, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input {
    border-inline-end-width: 1px;
    border-radius: 0;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selector:hover, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input:hover, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input:hover, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input:hover, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selector:focus, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input:focus, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input:focus, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input:focus {
    z-index: 1;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select-focused {
    z-index: 1;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select>.ant-select-arrow {
    z-index: 1;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact>*:first-child, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select:first-child>.ant-select-selector, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select-auto-complete:first-child .ant-input, :where(.css-142vneq).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-142vneq).ant-input-group.ant-input-group-compact>*:last-child, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-select:last-child>.ant-select-selector, :where(.css-142vneq).ant-input-group.ant-input-group-compact>.ant-cascader-picker:last-child .ant-input, :where(.css-142vneq).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-142vneq).ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input {
    vertical-align: top;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact .ant-input-group-wrapper+.ant-input-group-wrapper {
    margin-inline-start: -1px;
}

:where(.css-142vneq).ant-input-group.ant-input-group-compact .ant-input-group-wrapper+.ant-input-group-wrapper .ant-input-affix-wrapper {
    border-radius: 0;
}

:where(.css-142vneq).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-142vneq).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-142vneq).ant-input-group-rtl {
    direction: rtl;
}

:where(.css-142vneq).ant-input-group-wrapper {
    display: inline-block;
    width: 100%;
    text-align: start;
    vertical-align: top;
}

:where(.css-142vneq).ant-input-group-wrapper-rtl {
    direction: rtl;
}

:where(.css-142vneq).ant-input-group-wrapper-lg .ant-input-group-addon {
    border-radius: 8px;
    font-size: 16px;
}

:where(.css-142vneq).ant-input-group-wrapper-sm .ant-input-group-addon {
    border-radius: 4px;
}

:where(.css-142vneq).ant-input-group-wrapper-outlined .ant-input-group-addon {
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid #d9d9d9;
}

:where(.css-142vneq).ant-input-group-wrapper-outlined .ant-input-group-addon:first-child {
    border-inline-end: 0;
}

:where(.css-142vneq).ant-input-group-wrapper-outlined .ant-input-group-addon:last-child {
    border-inline-start: 0;
}

:where(.css-142vneq).ant-input-group-wrapper-outlined.ant-input-group-wrapper-status-error .ant-input-group-addon {
    border-color: #ff4d4f;
    color: #ff4d4f;
}

:where(.css-142vneq).ant-input-group-wrapper-outlined.ant-input-group-wrapper-status-warning .ant-input-group-addon {
    border-color: #faad14;
    color: #faad14;
}

:where(.css-142vneq).ant-input-group-wrapper-outlined.ant-input-group-wrapper-disabled .ant-input-group-addon {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
}

:where(.css-142vneq).ant-input-group-wrapper-outlined.ant-input-group-wrapper-disabled .ant-input-group-addon input[disabled], :where(.css-142vneq).ant-input-group-wrapper-outlined.ant-input-group-wrapper-disabled .ant-input-group-addon textarea[disabled] {
    cursor: not-allowed;
}

:where(.css-142vneq).ant-input-group-wrapper-outlined.ant-input-group-wrapper-disabled .ant-input-group-addon:hover:not([disabled]) {
    border-color: #d9d9d9;
    background-color: rgba(0, 0, 0, 0.04);
}

:where(.css-142vneq).ant-input-group-wrapper-filled .ant-input-group-addon {
    background: rgba(0, 0, 0, 0.04);
}

:where(.css-142vneq).ant-input-group-wrapper-filled .ant-input-group .ant-input-filled:not(:focus):not(:focus-within):not(:first-child) {
    border-inline-start: 1px solid rgba(5, 5, 5, 0.06);
}

:where(.css-142vneq).ant-input-group-wrapper-filled .ant-input-group .ant-input-filled:not(:focus):not(:focus-within):not(:last-child) {
    border-inline-end: 1px solid rgba(5, 5, 5, 0.06);
}

:where(.css-142vneq).ant-input-group-wrapper-filled.ant-input-group-wrapper-status-error .ant-input-group-addon {
    background: #fff2f0;
    color: #ff4d4f;
}

:where(.css-142vneq).ant-input-group-wrapper-filled.ant-input-group-wrapper-status-warning .ant-input-group-addon {
    background: #fffbe6;
    color: #faad14;
}

:where(.css-142vneq).ant-input-group-wrapper-filled.ant-input-group-wrapper-disabled .ant-input-group-addon {
    background: rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-142vneq).ant-input-group-wrapper-filled.ant-input-group-wrapper-disabled .ant-input-group-addon:first-child {
    border-inline-start: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

:where(.css-142vneq).ant-input-group-wrapper-filled.ant-input-group-wrapper-disabled .ant-input-group-addon:last-child {
    border-inline-end: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

:where(.css-142vneq).ant-input-group-wrapper:not(.ant-input-compact-first-item):not(.ant-input-compact-last-item).ant-input-compact-item .ant-input, :where(.css-142vneq).ant-input-group-wrapper:not(.ant-input-compact-first-item):not(.ant-input-compact-last-item).ant-input-compact-item .ant-input-group-addon {
    border-radius: 0;
}

:where(.css-142vneq).ant-input-group-wrapper:not(.ant-input-compact-last-item).ant-input-compact-first-item .ant-input, :where(.css-142vneq).ant-input-group-wrapper:not(.ant-input-compact-last-item).ant-input-compact-first-item .ant-input-group-addon {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-142vneq).ant-input-group-wrapper:not(.ant-input-compact-first-item).ant-input-compact-last-item .ant-input, :where(.css-142vneq).ant-input-group-wrapper:not(.ant-input-compact-first-item).ant-input-compact-last-item .ant-input-group-addon {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-142vneq).ant-input-group-wrapper:not(.ant-input-compact-last-item).ant-input-compact-item .ant-input-affix-wrapper {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-142vneq).ant-input-search .ant-input:hover+.ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary), :where(.css-142vneq).ant-input-search .ant-input:focus+.ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
    border-inline-start-color: #4096ff;
}

:where(.css-142vneq).ant-input-search .ant-input-affix-wrapper {
    height: 32px;
    border-radius: 0;
}

:where(.css-142vneq).ant-input-search .ant-input-lg {
    line-height: 1.4998;
}

:where(.css-142vneq).ant-input-search>.ant-input-group>.ant-input-group-addon:last-child {
    inset-inline-start: -1px;
    padding: 0;
    border: 0;
}

:where(.css-142vneq).ant-input-search>.ant-input-group>.ant-input-group-addon:last-child .ant-input-search-button {
    margin-inline-end: -1px;
    padding-top: 0;
    padding-bottom: 0;
    border-start-start-radius: 0;
    border-end-start-radius: 0;
    box-shadow: none;
}

:where(.css-142vneq).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-142vneq).ant-input-search>.ant-input-group>.ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary):hover {
    color: #4096ff;
}

:where(.css-142vneq).ant-input-search>.ant-input-group>.ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary):active {
    color: #0958d9;
}

:where(.css-142vneq).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-142vneq).ant-input-search .ant-input-search-button {
    height: 32px;
}

:where(.css-142vneq).ant-input-search .ant-input-search-button:hover, :where(.css-142vneq).ant-input-search .ant-input-search-button:focus {
    z-index: 1;
}

:where(.css-142vneq).ant-input-search-large .ant-input-affix-wrapper, :where(.css-142vneq).ant-input-search-large .ant-input-search-button {
    height: 40px;
}

:where(.css-142vneq).ant-input-search-small .ant-input-affix-wrapper, :where(.css-142vneq).ant-input-search-small .ant-input-search-button {
    height: 24px;
}

:where(.css-142vneq).ant-input-search-rtl {
    direction: rtl;
}

:where(.css-142vneq).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-142vneq).ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input, :where(.css-142vneq).ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input-affix-wrapper {
    border-radius: 0;
}

:where(.css-142vneq).ant-input-search.ant-input-compact-item>.ant-input-group-addon .ant-input-search-button:hover, :where(.css-142vneq).ant-input-search.ant-input-compact-item>.ant-input:hover, :where(.css-142vneq).ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:hover, :where(.css-142vneq).ant-input-search.ant-input-compact-item>.ant-input-group-addon .ant-input-search-button:focus, :where(.css-142vneq).ant-input-search.ant-input-compact-item>.ant-input:focus, :where(.css-142vneq).ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:focus, :where(.css-142vneq).ant-input-search.ant-input-compact-item>.ant-input-group-addon .ant-input-search-button:active, :where(.css-142vneq).ant-input-search.ant-input-compact-item>.ant-input:active, :where(.css-142vneq).ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:active {
    z-index: 2;
}

:where(.css-142vneq).ant-input-search.ant-input-compact-item>.ant-input-affix-wrapper-focused {
    z-index: 2;
}

:where(.css-142vneq).ant-input-out-of-range, :where(.css-142vneq).ant-input-out-of-range input, :where(.css-142vneq).ant-input-out-of-range textarea, :where(.css-142vneq).ant-input-out-of-range .ant-input-show-count-suffix, :where(.css-142vneq).ant-input-out-of-range .ant-input-data-count {
    color: #ff4d4f;
}

:where(.css-142vneq).ant-input-compact-item:not(.ant-input-compact-last-item) {
    margin-inline-end: -1px;
}

:where(.css-142vneq).ant-input-compact-item:hover, :where(.css-142vneq).ant-input-compact-item:focus, :where(.css-142vneq).ant-input-compact-item:active {
    z-index: 2;
}

:where(.css-142vneq).ant-input-compact-item[disabled] {
    z-index: 0;
}

:where(.css-142vneq).ant-input-compact-item:not(.ant-input-compact-first-item):not(.ant-input-compact-last-item) {
    border-radius: 0;
}

:where(.css-142vneq).ant-input-compact-item:not(.ant-input-compact-last-item).ant-input-compact-first-item, :where(.css-142vneq).ant-input-compact-item:not(.ant-input-compact-last-item).ant-input-compact-first-item.ant-input-sm, :where(.css-142vneq).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-142vneq).ant-input-compact-item:not(.ant-input-compact-first-item).ant-input-compact-last-item, :where(.css-142vneq).ant-input-compact-item:not(.ant-input-compact-first-item).ant-input-compact-last-item.ant-input-sm, :where(.css-142vneq).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-142vneq)[class^="ant-select"], :where(.css-142vneq)[class*=" ant-select"] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 14px;
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-select"]::before, :where(.css-142vneq)[class*=" ant-select"]::before, :where(.css-142vneq)[class^="ant-select"]::after, :where(.css-142vneq)[class*=" ant-select"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-select"] [class^="ant-select"], :where(.css-142vneq)[class*=" ant-select"] [class^="ant-select"], :where(.css-142vneq)[class^="ant-select"] [class*=" ant-select"], :where(.css-142vneq)[class*=" ant-select"] [class*=" ant-select"] {
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-select"] [class^="ant-select"]::before, :where(.css-142vneq)[class*=" ant-select"] [class^="ant-select"]::before, :where(.css-142vneq)[class^="ant-select"] [class*=" ant-select"]::before, :where(.css-142vneq)[class*=" ant-select"] [class*=" ant-select"]::before, :where(.css-142vneq)[class^="ant-select"] [class^="ant-select"]::after, :where(.css-142vneq)[class*=" ant-select"] [class^="ant-select"]::after, :where(.css-142vneq)[class^="ant-select"] [class*=" ant-select"]::after, :where(.css-142vneq)[class*=" ant-select"] [class*=" ant-select"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-select.ant-select-in-form-item {
    width: 100%;
}

:where(.css-142vneq).ant-select {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    position: relative;
    display: inline-flex;
    cursor: pointer;
}

:where(.css-142vneq).ant-select:not(.ant-select-customize-input) .ant-select-selector {
    position: relative;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

:where(.css-142vneq).ant-select:not(.ant-select-customize-input) .ant-select-selector input {
    cursor: pointer;
}

.ant-select-show-search:where(.css-142vneq).ant-select:not(.ant-select-customize-input) .ant-select-selector {
    cursor: text;
}

.ant-select-show-search:where(.css-142vneq).ant-select:not(.ant-select-customize-input) .ant-select-selector input {
    cursor: auto;
    color: inherit;
    height: 100%;
}

.ant-select-disabled:where(.css-142vneq).ant-select:not(.ant-select-customize-input) .ant-select-selector {
    cursor: not-allowed;
}

.ant-select-disabled:where(.css-142vneq).ant-select:not(.ant-select-customize-input) .ant-select-selector input {
    cursor: not-allowed;
}

:where(.css-142vneq).ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    outline: none;
    appearance: none;
    font-family: inherit;
}

:where(.css-142vneq).ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input::-webkit-search-cancel-button {
    display: none;
    -webkit-appearance: none;
}

:where(.css-142vneq).ant-select .ant-select-selection-item {
    flex: 1;
    font-weight: normal;
    position: relative;
    user-select: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

:where(.css-142vneq).ant-select .ant-select-selection-item>.ant-typography {
    display: inline;
}

:where(.css-142vneq).ant-select .ant-select-selection-placeholder {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1;
    color: rgba(0, 0, 0, 0.25);
    pointer-events: none;
}

:where(.css-142vneq).ant-select .ant-select-arrow {
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.25);
    font-style: normal;
    line-height: 1;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    inset-inline-start: auto;
    inset-inline-end: 11px;
    height: 12px;
    margin-top: -6px;
    font-size: 12px;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

:where(.css-142vneq).ant-select .ant-select-arrow>* {
    line-height: 1;
}

:where(.css-142vneq).ant-select .ant-select-arrow svg {
    display: inline-block;
}

:where(.css-142vneq).ant-select .ant-select-arrow .anticon {
    vertical-align: top;
    transition: transform 0.3s;
}

:where(.css-142vneq).ant-select .ant-select-arrow .anticon>svg {
    vertical-align: top;
}

:where(.css-142vneq).ant-select .ant-select-arrow .anticon:not(.ant-select-suffix) {
    pointer-events: auto;
}

.ant-select-disabled :where(.css-142vneq).ant-select .ant-select-arrow {
    cursor: not-allowed;
}

:where(.css-142vneq).ant-select .ant-select-arrow>*:not(:last-child) {
    margin-inline-end: 8px;
}

:where(.css-142vneq).ant-select .ant-select-selection-wrap {
    display: flex;
    width: 100%;
    position: relative;
}

:where(.css-142vneq).ant-select .ant-select-selection-wrap:after {
    content: "\a0";
    width: 0;
    overflow: hidden;
}

:where(.css-142vneq).ant-select .ant-select-prefix {
    flex: none;
    margin-inline-end: 4px;
}

:where(.css-142vneq).ant-select .ant-select-clear {
    position: absolute;
    top: 50%;
    inset-inline-start: auto;
    inset-inline-end: 11px;
    z-index: 1;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    color: rgba(0, 0, 0, 0.25);
    font-size: 12px;
    font-style: normal;
    line-height: 1;
    text-align: center;
    text-transform: none;
    cursor: pointer;
    opacity: 0;
    transition: color 0.2s ease, opacity 0.3s ease;
    text-rendering: auto;
}

:where(.css-142vneq).ant-select .ant-select-clear:before {
    display: block;
}

:where(.css-142vneq).ant-select .ant-select-clear:hover {
    color: rgba(0, 0, 0, 0.45);
}

:where(.css-142vneq).ant-select:hover .ant-select-clear {
    opacity: 1;
    background: #fff;
    border-radius: 50%;
}

:where(.css-142vneq).ant-select-status-error.ant-select-has-feedback .ant-select-clear, :where(.css-142vneq).ant-select-status-warning.ant-select-has-feedback .ant-select-clear, :where(.css-142vneq).ant-select-status-success.ant-select-has-feedback .ant-select-clear, :where(.css-142vneq).ant-select-status-validating.ant-select-has-feedback .ant-select-clear {
    inset-inline-end: 33px;
}

:where(.css-142vneq).ant-select-single {
    font-size: 14px;
    height: 32px;
}

:where(.css-142vneq).ant-select-single .ant-select-selector {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: inherit;
    display: flex;
    border-radius: 6px;
    flex: 1 1 auto;
}

:where(.css-142vneq).ant-select-single .ant-select-selector .ant-select-selection-search {
    position: absolute;
    inset: 0;
    width: 100%;
}

:where(.css-142vneq).ant-select-single .ant-select-selector .ant-select-selection-search-input {
    width: 100%;
    -webkit-appearance: textfield;
}

:where(.css-142vneq).ant-select-single .ant-select-selector .ant-select-selection-item, :where(.css-142vneq).ant-select-single .ant-select-selector .ant-select-selection-placeholder {
    display: block;
    padding: 0;
    line-height: 30px;
    transition: all 0.3s, visibility 0s;
    align-self: center;
}

:where(.css-142vneq).ant-select-single .ant-select-selector .ant-select-selection-placeholder {
    transition: none;
    pointer-events: none;
}

:where(.css-142vneq).ant-select-single .ant-select-selector:after, :where(.css-142vneq).ant-select-single .ant-select-selector .ant-select-selection-item:empty:after, :where(.css-142vneq).ant-select-single .ant-select-selector .ant-select-selection-placeholder:empty:after {
    display: inline-block;
    width: 0;
    visibility: hidden;
    content: "\a0";
}

:where(.css-142vneq).ant-select-single.ant-select-show-arrow .ant-select-selection-item, :where(.css-142vneq).ant-select-single.ant-select-show-arrow .ant-select-selection-search, :where(.css-142vneq).ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
    padding-inline-end: 18px;
}

:where(.css-142vneq).ant-select-single.ant-select-open .ant-select-selection-item {
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-142vneq).ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 11px;
}

:where(.css-142vneq).ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
    height: 30px;
}

:where(.css-142vneq).ant-select-single:not(.ant-select-customize-input) .ant-select-selector:after {
    line-height: 30px;
}

:where(.css-142vneq).ant-select-single.ant-select-customize-input .ant-select-selector:after {
    display: none;
}

:where(.css-142vneq).ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
    position: static;
    width: 100%;
}

:where(.css-142vneq).ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
    position: absolute;
    inset-inline-start: 0;
    inset-inline-end: 0;
    padding: 0 11px;
}

:where(.css-142vneq).ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder:after {
    display: none;
}

:where(.css-142vneq).ant-select-single.ant-select-sm {
    font-size: 14px;
    height: 24px;
}

:where(.css-142vneq).ant-select-single.ant-select-sm .ant-select-selector {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: inherit;
    display: flex;
    border-radius: 4px;
    flex: 1 1 auto;
}

:where(.css-142vneq).ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-search {
    position: absolute;
    inset: 0;
    width: 100%;
}

:where(.css-142vneq).ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-search-input {
    width: 100%;
    -webkit-appearance: textfield;
}

:where(.css-142vneq).ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-item, :where(.css-142vneq).ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-placeholder {
    display: block;
    padding: 0;
    line-height: 22px;
    transition: all 0.3s, visibility 0s;
    align-self: center;
}

:where(.css-142vneq).ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-placeholder {
    transition: none;
    pointer-events: none;
}

:where(.css-142vneq).ant-select-single.ant-select-sm .ant-select-selector:after, :where(.css-142vneq).ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-item:empty:after, :where(.css-142vneq).ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-placeholder:empty:after {
    display: inline-block;
    width: 0;
    visibility: hidden;
    content: "\a0";
}

:where(.css-142vneq).ant-select-single.ant-select-sm.ant-select-show-arrow .ant-select-selection-item, :where(.css-142vneq).ant-select-single.ant-select-sm.ant-select-show-arrow .ant-select-selection-search, :where(.css-142vneq).ant-select-single.ant-select-sm.ant-select-show-arrow .ant-select-selection-placeholder {
    padding-inline-end: 18px;
}

:where(.css-142vneq).ant-select-single.ant-select-sm.ant-select-open .ant-select-selection-item {
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-142vneq).ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 11px;
}

:where(.css-142vneq).ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
    height: 22px;
}

:where(.css-142vneq).ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector:after {
    line-height: 22px;
}

:where(.css-142vneq).ant-select-single.ant-select-sm.ant-select-customize-input .ant-select-selector:after {
    display: none;
}

:where(.css-142vneq).ant-select-single.ant-select-sm.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
    position: static;
    width: 100%;
}

:where(.css-142vneq).ant-select-single.ant-select-sm.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
    position: absolute;
    inset-inline-start: 0;
    inset-inline-end: 0;
    padding: 0 11px;
}

:where(.css-142vneq).ant-select-single.ant-select-sm.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder:after {
    display: none;
}

:where(.css-142vneq).ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
    padding: 0 7px;
}

:where(.css-142vneq).ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
    inset-inline-end: 28px;
}

:where(.css-142vneq).ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item, :where(.css-142vneq).ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
    padding-inline-end: 21px;
}

:where(.css-142vneq).ant-select-single.ant-select-lg {
    font-size: 16px;
    height: 40px;
}

:where(.css-142vneq).ant-select-single.ant-select-lg .ant-select-selector {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 16px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: inherit;
    display: flex;
    border-radius: 8px;
    flex: 1 1 auto;
}

:where(.css-142vneq).ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-search {
    position: absolute;
    inset: 0;
    width: 100%;
}

:where(.css-142vneq).ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-search-input {
    width: 100%;
    -webkit-appearance: textfield;
}

:where(.css-142vneq).ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-item, :where(.css-142vneq).ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-placeholder {
    display: block;
    padding: 0;
    line-height: 38px;
    transition: all 0.3s, visibility 0s;
    align-self: center;
}

:where(.css-142vneq).ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-placeholder {
    transition: none;
    pointer-events: none;
}

:where(.css-142vneq).ant-select-single.ant-select-lg .ant-select-selector:after, :where(.css-142vneq).ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-item:empty:after, :where(.css-142vneq).ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-placeholder:empty:after {
    display: inline-block;
    width: 0;
    visibility: hidden;
    content: "\a0";
}

:where(.css-142vneq).ant-select-single.ant-select-lg.ant-select-show-arrow .ant-select-selection-item, :where(.css-142vneq).ant-select-single.ant-select-lg.ant-select-show-arrow .ant-select-selection-search, :where(.css-142vneq).ant-select-single.ant-select-lg.ant-select-show-arrow .ant-select-selection-placeholder {
    padding-inline-end: 18px;
}

:where(.css-142vneq).ant-select-single.ant-select-lg.ant-select-open .ant-select-selection-item {
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-142vneq).ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 11px;
}

:where(.css-142vneq).ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
    height: 38px;
}

:where(.css-142vneq).ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector:after {
    line-height: 38px;
}

:where(.css-142vneq).ant-select-single.ant-select-lg.ant-select-customize-input .ant-select-selector:after {
    display: none;
}

:where(.css-142vneq).ant-select-single.ant-select-lg.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
    position: static;
    width: 100%;
}

:where(.css-142vneq).ant-select-single.ant-select-lg.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
    position: absolute;
    inset-inline-start: 0;
    inset-inline-end: 0;
    padding: 0 11px;
}

:where(.css-142vneq).ant-select-single.ant-select-lg.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder:after {
    display: none;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-overflow {
    position: relative;
    display: flex;
    flex: auto;
    flex-wrap: wrap;
    max-width: 100%;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-overflow-item {
    flex: none;
    align-self: center;
    max-width: 100%;
    display: inline-flex;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item {
    display: flex;
    align-self: center;
    flex: none;
    box-sizing: border-box;
    max-width: 100%;
    margin-block: 2px;
    border-radius: 4px;
    cursor: default;
    transition: font-size 0.3s, line-height 0.3s, height 0.3s;
    margin-inline-end: 4px;
    padding-inline-start: 8px;
    padding-inline-end: 4px;
}

.ant-select-disabled:where(.css-142vneq).ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item {
    color: rgba(0, 0, 0, 0.25);
    border-color: transparent;
    cursor: not-allowed;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item-content {
    display: inline-block;
    margin-inline-end: 4px;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item-remove {
    display: inline-flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.45);
    font-style: normal;
    line-height: inherit;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item-remove>* {
    line-height: 1;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item-remove svg {
    display: inline-block;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item-remove>.anticon {
    vertical-align: -0.2em;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item-remove:hover {
    color: rgba(0, 0, 0, 0.88);
}

:where(.css-142vneq).ant-select-multiple .ant-select-selector {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-inline: 3px;
    padding-block: 1px;
    border-radius: 6px;
}

.ant-select-disabled:where(.css-142vneq).ant-select-multiple .ant-select-selector {
    background: rgba(0, 0, 0, 0.04);
    cursor: not-allowed;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selector:after {
    display: inline-block;
    width: 0;
    margin: 2px 0;
    line-height: 24px;
    visibility: hidden;
    content: "\a0";
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-item {
    height: 24px;
    line-height: 22px;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-wrap {
    align-self: flex-start;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-wrap:after {
    line-height: 24px;
    margin-block: 2px;
}

:where(.css-142vneq).ant-select-multiple .ant-select-prefix {
    margin-inline-start: 8px;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-overflow-item+.ant-select-selection-overflow-item .ant-select-selection-search, :where(.css-142vneq).ant-select-multiple .ant-select-prefix+.ant-select-selection-wrap .ant-select-selection-search {
    margin-inline-start: 0;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-overflow-item+.ant-select-selection-overflow-item .ant-select-selection-placeholder, :where(.css-142vneq).ant-select-multiple .ant-select-prefix+.ant-select-selection-wrap .ant-select-selection-placeholder {
    inset-inline-start: 0;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-overflow-item-suffix {
    min-height: 24px;
    margin-block: 2px;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-search {
    display: inline-flex;
    position: relative;
    max-width: 100%;
    margin-inline-start: 8px;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-search-input, :where(.css-142vneq).ant-select-multiple .ant-select-selection-search-mirror {
    height: 24px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    line-height: 24px;
    transition: all 0.3s;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-search-input {
    width: 100%;
    min-width: 4.1px;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-search-mirror {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: auto;
    z-index: 999;
    white-space: pre;
    visibility: hidden;
}

:where(.css-142vneq).ant-select-multiple .ant-select-selection-placeholder {
    position: absolute;
    top: 50%;
    inset-inline-start: 8px;
    inset-inline-end: 11px;
    transform: translateY(-50%);
    transition: all 0.3s;
}

:where(.css-142vneq).ant-select-multiple {
    font-size: 14px;
}

.ant-select-show-search:where(.css-142vneq).ant-select-multiple .ant-select-selector {
    cursor: text;
}

:where(.css-142vneq).ant-select-multiple.ant-select-show-arrow .ant-select-selector, :where(.css-142vneq).ant-select-multiple.ant-select-allow-clear .ant-select-selector {
    padding-inline-end: 24px;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-overflow {
    position: relative;
    display: flex;
    flex: auto;
    flex-wrap: wrap;
    max-width: 100%;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-overflow-item {
    flex: none;
    align-self: center;
    max-width: 100%;
    display: inline-flex;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-overflow .ant-select-selection-item {
    display: flex;
    align-self: center;
    flex: none;
    box-sizing: border-box;
    max-width: 100%;
    margin-block: 2px;
    border-radius: 2px;
    cursor: default;
    transition: font-size 0.3s, line-height 0.3s, height 0.3s;
    margin-inline-end: 4px;
    padding-inline-start: 8px;
    padding-inline-end: 4px;
}

.ant-select-disabled:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-overflow .ant-select-selection-item {
    color: rgba(0, 0, 0, 0.25);
    border-color: transparent;
    cursor: not-allowed;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-overflow .ant-select-selection-item-content {
    display: inline-block;
    margin-inline-end: 4px;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-overflow .ant-select-selection-item-remove {
    display: inline-flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.45);
    font-style: normal;
    line-height: inherit;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-overflow .ant-select-selection-item-remove>* {
    line-height: 1;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-overflow .ant-select-selection-item-remove svg {
    display: inline-block;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-overflow .ant-select-selection-item-remove>.anticon {
    vertical-align: -0.2em;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-overflow .ant-select-selection-item-remove:hover {
    color: rgba(0, 0, 0, 0.88);
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selector {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-inline: 3px;
    padding-block: 1px;
    border-radius: 4px;
}

.ant-select-disabled:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selector {
    background: rgba(0, 0, 0, 0.04);
    cursor: not-allowed;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selector:after {
    display: inline-block;
    width: 0;
    margin: 2px 0;
    line-height: 16px;
    visibility: hidden;
    content: "\a0";
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-item {
    height: 16px;
    line-height: 14px;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-wrap {
    align-self: flex-start;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-wrap:after {
    line-height: 16px;
    margin-block: 2px;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-prefix {
    margin-inline-start: 8px;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-overflow-item+.ant-select-selection-overflow-item .ant-select-selection-search, :where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-prefix+.ant-select-selection-wrap .ant-select-selection-search {
    margin-inline-start: 0;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-overflow-item+.ant-select-selection-overflow-item .ant-select-selection-placeholder, :where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-prefix+.ant-select-selection-wrap .ant-select-selection-placeholder {
    inset-inline-start: 0;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-overflow-item-suffix {
    min-height: 16px;
    margin-block: 2px;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-search {
    display: inline-flex;
    position: relative;
    max-width: 100%;
    margin-inline-start: 8px;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-search-input, :where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
    height: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    line-height: 16px;
    transition: all 0.3s;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-search-input {
    width: 100%;
    min-width: 4.1px;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: auto;
    z-index: 999;
    white-space: pre;
    visibility: hidden;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
    position: absolute;
    top: 50%;
    inset-inline-start: 8px;
    inset-inline-end: 11px;
    transform: translateY(-50%);
    transition: all 0.3s;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm {
    font-size: 14px;
}

.ant-select-show-search:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selector {
    cursor: text;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm.ant-select-show-arrow .ant-select-selector, :where(.css-142vneq).ant-select-multiple.ant-select-sm.ant-select-allow-clear .ant-select-selector {
    padding-inline-end: 24px;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
    inset-inline: 7px;
}

:where(.css-142vneq).ant-select-multiple.ant-select-sm .ant-select-selection-search {
    margin-inline-start: 2px;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-overflow {
    position: relative;
    display: flex;
    flex: auto;
    flex-wrap: wrap;
    max-width: 100%;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-overflow-item {
    flex: none;
    align-self: center;
    max-width: 100%;
    display: inline-flex;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-overflow .ant-select-selection-item {
    display: flex;
    align-self: center;
    flex: none;
    box-sizing: border-box;
    max-width: 100%;
    margin-block: 2px;
    border-radius: 6px;
    cursor: default;
    transition: font-size 0.3s, line-height 0.3s, height 0.3s;
    margin-inline-end: 4px;
    padding-inline-start: 8px;
    padding-inline-end: 4px;
}

.ant-select-disabled:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-overflow .ant-select-selection-item {
    color: rgba(0, 0, 0, 0.25);
    border-color: transparent;
    cursor: not-allowed;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-overflow .ant-select-selection-item-content {
    display: inline-block;
    margin-inline-end: 4px;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-overflow .ant-select-selection-item-remove {
    display: inline-flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.45);
    font-style: normal;
    line-height: inherit;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-overflow .ant-select-selection-item-remove>* {
    line-height: 1;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-overflow .ant-select-selection-item-remove svg {
    display: inline-block;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-overflow .ant-select-selection-item-remove>.anticon {
    vertical-align: -0.2em;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-overflow .ant-select-selection-item-remove:hover {
    color: rgba(0, 0, 0, 0.88);
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selector {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-inline: 3px;
    padding-block: 1px;
    border-radius: 8px;
}

.ant-select-disabled:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selector {
    background: rgba(0, 0, 0, 0.04);
    cursor: not-allowed;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selector:after {
    display: inline-block;
    width: 0;
    margin: 2px 0;
    line-height: 32px;
    visibility: hidden;
    content: "\a0";
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-item {
    height: 32px;
    line-height: 30px;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-wrap {
    align-self: flex-start;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-wrap:after {
    line-height: 32px;
    margin-block: 2px;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-prefix {
    margin-inline-start: 8px;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-overflow-item+.ant-select-selection-overflow-item .ant-select-selection-search, :where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-prefix+.ant-select-selection-wrap .ant-select-selection-search {
    margin-inline-start: 0;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-overflow-item+.ant-select-selection-overflow-item .ant-select-selection-placeholder, :where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-prefix+.ant-select-selection-wrap .ant-select-selection-placeholder {
    inset-inline-start: 0;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-overflow-item-suffix {
    min-height: 32px;
    margin-block: 2px;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-search {
    display: inline-flex;
    position: relative;
    max-width: 100%;
    margin-inline-start: 8px;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-search-input, :where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
    height: 32px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    line-height: 32px;
    transition: all 0.3s;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-search-input {
    width: 100%;
    min-width: 4.1px;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: auto;
    z-index: 999;
    white-space: pre;
    visibility: hidden;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selection-placeholder {
    position: absolute;
    top: 50%;
    inset-inline-start: 8px;
    inset-inline-end: 11px;
    transform: translateY(-50%);
    transition: all 0.3s;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg {
    font-size: 16px;
}

.ant-select-show-search:where(.css-142vneq).ant-select-multiple.ant-select-lg .ant-select-selector {
    cursor: text;
}

:where(.css-142vneq).ant-select-multiple.ant-select-lg.ant-select-show-arrow .ant-select-selector, :where(.css-142vneq).ant-select-multiple.ant-select-lg.ant-select-allow-clear .ant-select-selector {
    padding-inline-end: 24px;
}

:where(.css-142vneq).ant-select-dropdown {
    box-sizing: border-box;
    margin: 0;
    padding: 4px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    position: absolute;
    top: -9999px;
    z-index: 1050;
    overflow: hidden;
    font-variant: initial;
    background-color: #ffffff;
    border-radius: 8px;
    outline: none;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

:where(.css-142vneq).ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-bottomLeft, :where(.css-142vneq).ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
    animation-name: css-142vneq-antSlideUpIn;
}

:where(.css-142vneq).ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-topLeft, :where(.css-142vneq).ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-topLeft, :where(.css-142vneq).ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-topRight, :where(.css-142vneq).ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-topRight {
    animation-name: css-142vneq-antSlideDownIn;
}

:where(.css-142vneq).ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
    animation-name: css-142vneq-antSlideUpOut;
}

:where(.css-142vneq).ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-topLeft, :where(.css-142vneq).ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-topRight {
    animation-name: css-142vneq-antSlideDownOut;
}

:where(.css-142vneq).ant-select-dropdown-hidden {
    display: none;
}

:where(.css-142vneq).ant-select-dropdown .ant-select-item {
    position: relative;
    display: block;
    min-height: 32px;
    padding: 5px 12px;
    color: rgba(0, 0, 0, 0.88);
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5714285714285714;
    box-sizing: border-box;
    cursor: pointer;
    transition: background 0.3s ease;
    border-radius: 4px;
}

:where(.css-142vneq).ant-select-dropdown .ant-select-item-group {
    color: rgba(0, 0, 0, 0.45);
    font-size: 12px;
    cursor: default;
}

:where(.css-142vneq).ant-select-dropdown .ant-select-item-option {
    display: flex;
}

:where(.css-142vneq).ant-select-dropdown .ant-select-item-option-content {
    flex: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

:where(.css-142vneq).ant-select-dropdown .ant-select-item-option-state {
    flex: none;
    display: flex;
    align-items: center;
}

:where(.css-142vneq).ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
    background-color: rgba(0, 0, 0, 0.04);
}

:where(.css-142vneq).ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    background-color: #e6f4ff;
}

:where(.css-142vneq).ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
    color: #1677ff;
}

:where(.css-142vneq).ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled):has(+ .ant-select-item-option-selected:not(.ant-select-item-option-disabled)) {
    border-end-start-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-142vneq).ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled):has(+ .ant-select-item-option-selected:not(.ant-select-item-option-disabled))+.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
    border-start-start-radius: 0;
    border-start-end-radius: 0;
}

:where(.css-142vneq).ant-select-dropdown .ant-select-item-option-disabled {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}

:where(.css-142vneq).ant-select-dropdown .ant-select-item-option-disabled.ant-select-item-option-selected {
    background-color: rgba(0, 0, 0, 0.04);
}

:where(.css-142vneq).ant-select-dropdown .ant-select-item-option-grouped {
    padding-inline-start: 24px;
}

:where(.css-142vneq).ant-select-dropdown .ant-select-item-empty {
    position: relative;
    display: block;
    min-height: 32px;
    padding: 5px 12px;
    color: rgba(0, 0, 0, 0.25);
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5714285714285714;
    box-sizing: border-box;
}

:where(.css-142vneq).ant-select-dropdown-rtl {
    direction: rtl;
}

:where(.css-142vneq).ant-slide-up-enter, :where(.css-142vneq).ant-slide-up-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-slide-up-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-slide-up-enter.ant-slide-up-enter-active, :where(.css-142vneq).ant-slide-up-appear.ant-slide-up-appear-active {
    animation-name: css-142vneq-antSlideUpIn;
    animation-play-state: running;
}

:where(.css-142vneq).ant-slide-up-leave.ant-slide-up-leave-active {
    animation-name: css-142vneq-antSlideUpOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-142vneq).ant-slide-up-enter, :where(.css-142vneq).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-142vneq).ant-slide-up-enter-prepare, :where(.css-142vneq).ant-slide-up-appear-prepare {
    transform: scale(1);
}

:where(.css-142vneq).ant-slide-up-leave {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

:where(.css-142vneq).ant-slide-down-enter, :where(.css-142vneq).ant-slide-down-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-slide-down-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-slide-down-enter.ant-slide-down-enter-active, :where(.css-142vneq).ant-slide-down-appear.ant-slide-down-appear-active {
    animation-name: css-142vneq-antSlideDownIn;
    animation-play-state: running;
}

:where(.css-142vneq).ant-slide-down-leave.ant-slide-down-leave-active {
    animation-name: css-142vneq-antSlideDownOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-142vneq).ant-slide-down-enter, :where(.css-142vneq).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-142vneq).ant-slide-down-enter-prepare, :where(.css-142vneq).ant-slide-down-appear-prepare {
    transform: scale(1);
}

:where(.css-142vneq).ant-slide-down-leave {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

:where(.css-142vneq).ant-move-up-enter, :where(.css-142vneq).ant-move-up-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-move-up-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-move-up-enter.ant-move-up-enter-active, :where(.css-142vneq).ant-move-up-appear.ant-move-up-appear-active {
    animation-name: css-142vneq-antMoveUpIn;
    animation-play-state: running;
}

:where(.css-142vneq).ant-move-up-leave.ant-move-up-leave-active {
    animation-name: css-142vneq-antMoveUpOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-142vneq).ant-move-up-enter, :where(.css-142vneq).ant-move-up-appear {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

:where(.css-142vneq).ant-move-up-leave {
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

:where(.css-142vneq).ant-move-down-enter, :where(.css-142vneq).ant-move-down-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-move-down-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-move-down-enter.ant-move-down-enter-active, :where(.css-142vneq).ant-move-down-appear.ant-move-down-appear-active {
    animation-name: css-142vneq-antMoveDownIn;
    animation-play-state: running;
}

:where(.css-142vneq).ant-move-down-leave.ant-move-down-leave-active {
    animation-name: css-142vneq-antMoveDownOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-142vneq).ant-move-down-enter, :where(.css-142vneq).ant-move-down-appear {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

:where(.css-142vneq).ant-move-down-leave {
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

:where(.css-142vneq).ant-select-rtl {
    direction: rtl;
}

:where(.css-142vneq).ant-select-compact-item:not(.ant-select-compact-last-item) {
    margin-inline-end: -1px;
}

:where(.css-142vneq).ant-select-compact-item:hover>*, :where(.css-142vneq).ant-select-compact-item:active>* {
    z-index: 2;
}

:where(.css-142vneq).ant-select-compact-item.ant-select-focused {
    z-index: 2;
}

:where(.css-142vneq).ant-select-compact-item[disabled]>* {
    z-index: 0;
}

:where(.css-142vneq).ant-select-compact-item:not(.ant-select-compact-first-item):not(.ant-select-compact-last-item)>.ant-select-selector {
    border-radius: 0;
}

:where(.css-142vneq).ant-select-compact-item:not(.ant-select-compact-last-item).ant-select-compact-first-item>.ant-select-selector, :where(.css-142vneq).ant-select-compact-item:not(.ant-select-compact-last-item).ant-select-compact-first-item.ant-select-sm>.ant-select-selector, :where(.css-142vneq).ant-select-compact-item:not(.ant-select-compact-last-item).ant-select-compact-first-item.ant-select-lg>.ant-select-selector {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-142vneq).ant-select-compact-item:not(.ant-select-compact-first-item).ant-select-compact-last-item>.ant-select-selector, :where(.css-142vneq).ant-select-compact-item:not(.ant-select-compact-first-item).ant-select-compact-last-item.ant-select-sm>.ant-select-selector, :where(.css-142vneq).ant-select-compact-item:not(.ant-select-compact-first-item).ant-select-compact-last-item.ant-select-lg>.ant-select-selector {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-142vneq).ant-select-outlined:not(.ant-select-customize-input) .ant-select-selector {
    border: 1px solid #d9d9d9;
    background: #ffffff;
}

:where(.css-142vneq).ant-select-outlined:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector {
    border-color: #4096ff;
}

.ant-select-focused:where(.css-142vneq).ant-select-outlined:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
    border-color: #1677ff;
    box-shadow: 0 0 0 2px rgba(5, 145, 255, 0.1);
    outline: 0;
}

:where(.css-142vneq).ant-select-outlined:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-prefix {
    color: rgba(0, 0, 0, 0.88);
}

:where(.css-142vneq).ant-select-outlined.ant-select-status-error:not(.ant-select-customize-input) .ant-select-selector {
    border: 1px solid #ff4d4f;
    background: #ffffff;
}

:where(.css-142vneq).ant-select-outlined.ant-select-status-error:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector {
    border-color: #ff7875;
}

.ant-select-focused:where(.css-142vneq).ant-select-outlined.ant-select-status-error:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
    border-color: #ff4d4f;
    box-shadow: 0 0 0 2px rgba(255, 38, 5, 0.06);
    outline: 0;
}

:where(.css-142vneq).ant-select-outlined.ant-select-status-error:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-prefix {
    color: #ff4d4f;
}

:where(.css-142vneq).ant-select-outlined.ant-select-status-warning:not(.ant-select-customize-input) .ant-select-selector {
    border: 1px solid #faad14;
    background: #ffffff;
}

:where(.css-142vneq).ant-select-outlined.ant-select-status-warning:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector {
    border-color: #ffd666;
}

.ant-select-focused:where(.css-142vneq).ant-select-outlined.ant-select-status-warning:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
    border-color: #faad14;
    box-shadow: 0 0 0 2px rgba(255, 215, 5, 0.1);
    outline: 0;
}

:where(.css-142vneq).ant-select-outlined.ant-select-status-warning:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-prefix {
    color: #faad14;
}

:where(.css-142vneq).ant-select-outlined.ant-select-disabled:not(.ant-select-customize-input) .ant-select-selector {
    background: rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-142vneq).ant-select-outlined.ant-select-multiple .ant-select-selection-item {
    background: rgba(0, 0, 0, 0.06);
    border: 1px solid transparent;
}

:where(.css-142vneq).ant-select-filled:not(.ant-select-customize-input) .ant-select-selector {
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid transparent;
    color: rgba(0, 0, 0, 0.88);
}

:where(.css-142vneq).ant-select-filled:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector {
    background: rgba(0, 0, 0, 0.06);
}

.ant-select-focused:where(.css-142vneq).ant-select-filled:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
    background: #ffffff;
    border-color: #1677ff;
    outline: 0;
}

:where(.css-142vneq).ant-select-filled.ant-select-status-error:not(.ant-select-customize-input) .ant-select-selector {
    background: #fff2f0;
    border: 1px solid transparent;
    color: #ff4d4f;
}

:where(.css-142vneq).ant-select-filled.ant-select-status-error:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector {
    background: #fff1f0;
}

.ant-select-focused:where(.css-142vneq).ant-select-filled.ant-select-status-error:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
    background: #ffffff;
    border-color: #ff4d4f;
    outline: 0;
}

:where(.css-142vneq).ant-select-filled.ant-select-status-warning:not(.ant-select-customize-input) .ant-select-selector {
    background: #fffbe6;
    border: 1px solid transparent;
    color: #faad14;
}

:where(.css-142vneq).ant-select-filled.ant-select-status-warning:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector {
    background: #fff1b8;
}

.ant-select-focused:where(.css-142vneq).ant-select-filled.ant-select-status-warning:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
    background: #ffffff;
    border-color: #faad14;
    outline: 0;
}

:where(.css-142vneq).ant-select-filled.ant-select-disabled:not(.ant-select-customize-input) .ant-select-selector {
    border-color: #d9d9d9;
    background: rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-142vneq).ant-select-filled.ant-select-multiple .ant-select-selection-item {
    background: #ffffff;
    border: 1px solid rgba(5, 5, 5, 0.06);
}

:where(.css-142vneq).ant-select-borderless .ant-select-selector {
    background: transparent;
    border: 1px solid transparent;
}

:where(.css-142vneq).ant-select-borderless.ant-select-disabled:not(.ant-select-customize-input) .ant-select-selector {
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-142vneq).ant-select-borderless.ant-select-multiple .ant-select-selection-item {
    background: rgba(0, 0, 0, 0.06);
    border: 1px solid transparent;
}

:where(.css-142vneq).ant-select-borderless.ant-select-status-error .ant-select-prefix, :where(.css-142vneq).ant-select-borderless.ant-select-status-error .ant-select-selection-item {
    color: #ff4d4f;
}

:where(.css-142vneq).ant-select-borderless.ant-select-status-warning .ant-select-prefix, :where(.css-142vneq).ant-select-borderless.ant-select-status-warning .ant-select-selection-item {
    color: #faad14;
}

@keyframes css-142vneq-antSlideUpIn {
    0% {
        transform: scaleY(0.8);
        transform-origin: 0% 0%;
        opacity: 0;
    }

    100% {
        transform: scaleY(1);
        transform-origin: 0% 0%;
        opacity: 1;
    }
}

@keyframes css-142vneq-antSlideDownIn {
    0% {
        transform: scaleY(0.8);
        transform-origin: 100% 100%;
        opacity: 0;
    }

    100% {
        transform: scaleY(1);
        transform-origin: 100% 100%;
        opacity: 1;
    }
}

@keyframes css-142vneq-antSlideUpOut {
    0% {
        transform: scaleY(1);
        transform-origin: 0% 0%;
        opacity: 1;
    }

    100% {
        transform: scaleY(0.8);
        transform-origin: 0% 0%;
        opacity: 0;
    }
}

@keyframes css-142vneq-antSlideDownOut {
    0% {
        transform: scaleY(1);
        transform-origin: 100% 100%;
        opacity: 1;
    }

    100% {
        transform: scaleY(0.8);
        transform-origin: 100% 100%;
        opacity: 0;
    }
}

@keyframes css-142vneq-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-142vneq-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-142vneq-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-142vneq-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;
    }
}

:where(.css-142vneq)[class^="ant-checkbox"], :where(.css-142vneq)[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-142vneq)[class^="ant-checkbox"]::before, :where(.css-142vneq)[class*=" ant-checkbox"]::before, :where(.css-142vneq)[class^="ant-checkbox"]::after, :where(.css-142vneq)[class*=" ant-checkbox"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-checkbox"] [class^="ant-checkbox"], :where(.css-142vneq)[class*=" ant-checkbox"] [class^="ant-checkbox"], :where(.css-142vneq)[class^="ant-checkbox"] [class*=" ant-checkbox"], :where(.css-142vneq)[class*=" ant-checkbox"] [class*=" ant-checkbox"] {
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-checkbox"] [class^="ant-checkbox"]::before, :where(.css-142vneq)[class*=" ant-checkbox"] [class^="ant-checkbox"]::before, :where(.css-142vneq)[class^="ant-checkbox"] [class*=" ant-checkbox"]::before, :where(.css-142vneq)[class*=" ant-checkbox"] [class*=" ant-checkbox"]::before, :where(.css-142vneq)[class^="ant-checkbox"] [class^="ant-checkbox"]::after, :where(.css-142vneq)[class*=" ant-checkbox"] [class^="ant-checkbox"]::after, :where(.css-142vneq)[class^="ant-checkbox"] [class*=" ant-checkbox"]::after, :where(.css-142vneq)[class*=" ant-checkbox"] [class*=" ant-checkbox"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq).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-142vneq).ant-checkbox-group>.ant-row {
    flex: 1;
}

:where(.css-142vneq).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-142vneq).ant-checkbox-wrapper:after {
    display: inline-block;
    width: 0;
    overflow: hidden;
    content: '\a0';
}

:where(.css-142vneq).ant-checkbox-wrapper+.ant-checkbox-wrapper {
    margin-inline-start: 0;
}

:where(.css-142vneq).ant-checkbox-wrapper.ant-checkbox-wrapper-in-form-item input[type="checkbox"] {
    width: 14px;
    height: 14px;
}

:where(.css-142vneq).ant-checkbox {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 4px;
    align-self: center;
}

:where(.css-142vneq).ant-checkbox .ant-checkbox-input {
    position: absolute;
    inset: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    margin: 0;
}

:where(.css-142vneq).ant-checkbox .ant-checkbox-input:focus-visible+.ant-checkbox-inner {
    outline: 3px solid #91caff;
    outline-offset: 1px;
    transition: outline-offset 0s, outline 0s;
}

:where(.css-142vneq).ant-checkbox .ant-checkbox-inner {
    box-sizing: border-box;
    display: block;
    width: 16px;
    height: 16px;
    direction: ltr;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    border-collapse: separate;
    transition: all 0.3s;
}

:where(.css-142vneq).ant-checkbox .ant-checkbox-inner:after {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    inset-inline-start: 25%;
    display: table;
    width: 5.7142857142857135px;
    height: 9.142857142857142px;
    border: 2px solid #fff;
    border-top: 0;
    border-inline-start: 0;
    transform: rotate(45deg) scale(0) translate(-50%, -50%);
    opacity: 0;
    content: "";
    transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
}

:where(.css-142vneq).ant-checkbox+span {
    padding-inline-start: 8px;
    padding-inline-end: 8px;
}

:where(.css-142vneq).ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox-inner, :where(.css-142vneq).ant-checkbox:not(.ant-checkbox-disabled):hover .ant-checkbox-inner {
    border-color: #1677ff;
}

:where(.css-142vneq).ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner {
    background-color: #4096ff;
    border-color: transparent;
}

:where(.css-142vneq).ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox-checked:not(.ant-checkbox-disabled):after {
    border-color: #4096ff;
}

:where(.css-142vneq).ant-checkbox-checked .ant-checkbox-inner {
    background-color: #1677ff;
    border-color: #1677ff;
}

:where(.css-142vneq).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-142vneq).ant-checkbox-wrapper-checked:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox-inner, :where(.css-142vneq).ant-checkbox-checked:not(.ant-checkbox-disabled):hover .ant-checkbox-inner {
    background-color: #4096ff;
    border-color: transparent;
}

:where(.css-142vneq).ant-checkbox-indeterminate .ant-checkbox-inner {
    background-color: #ffffff !important;
    border-color: #d9d9d9 !important;
}

:where(.css-142vneq).ant-checkbox-indeterminate .ant-checkbox-inner:after {
    top: 50%;
    inset-inline-start: 50%;
    width: 8px;
    height: 8px;
    background-color: #1677ff;
    border: 0;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    content: "";
}

:where(.css-142vneq).ant-checkbox-indeterminate:hover .ant-checkbox-inner {
    background-color: #ffffff !important;
    border-color: #1677ff !important;
}

:where(.css-142vneq).ant-checkbox-wrapper-disabled {
    cursor: not-allowed;
}

:where(.css-142vneq).ant-checkbox-disabled, :where(.css-142vneq).ant-checkbox-disabled .ant-checkbox-input {
    cursor: not-allowed;
    pointer-events: none;
}

:where(.css-142vneq).ant-checkbox-disabled .ant-checkbox-inner {
    background: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
}

:where(.css-142vneq).ant-checkbox-disabled .ant-checkbox-inner:after {
    border-color: rgba(0, 0, 0, 0.25);
}

:where(.css-142vneq).ant-checkbox-disabled:after {
    display: none;
}

:where(.css-142vneq).ant-checkbox-disabled+span {
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-142vneq).ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner::after {
    background: rgba(0, 0, 0, 0.25);
}

:where(.css-142vneq).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-142vneq).ant-wave::before, :where(.css-142vneq).ant-wave::after {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-wave [class^="ant-wave"], :where(.css-142vneq).ant-wave [class*=" ant-wave"] {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-wave [class^="ant-wave"]::before, :where(.css-142vneq).ant-wave [class*=" ant-wave"]::before, :where(.css-142vneq).ant-wave [class^="ant-wave"]::after, :where(.css-142vneq).ant-wave [class*=" ant-wave"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-wave {
    position: absolute;
    background: transparent;
    pointer-events: none;
    box-sizing: border-box;
    color: var(--wave-color, #1677ff);
    box-shadow: 0 0 0 0 currentcolor;
    opacity: 0.2;
}

:where(.css-142vneq).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-142vneq).ant-wave.wave-motion-appear-active {
    box-shadow: 0 0 0 6px currentcolor;
    opacity: 0;
}

:where(.css-142vneq).ant-wave.wave-motion-appear.wave-quick {
    transition: box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

:where(.css-142vneq)[class^="ant-modal"], :where(.css-142vneq)[class*=" ant-modal"] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 14px;
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-modal"]::before, :where(.css-142vneq)[class*=" ant-modal"]::before, :where(.css-142vneq)[class^="ant-modal"]::after, :where(.css-142vneq)[class*=" ant-modal"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-modal"] [class^="ant-modal"], :where(.css-142vneq)[class*=" ant-modal"] [class^="ant-modal"], :where(.css-142vneq)[class^="ant-modal"] [class*=" ant-modal"], :where(.css-142vneq)[class*=" ant-modal"] [class*=" ant-modal"] {
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-modal"] [class^="ant-modal"]::before, :where(.css-142vneq)[class*=" ant-modal"] [class^="ant-modal"]::before, :where(.css-142vneq)[class^="ant-modal"] [class*=" ant-modal"]::before, :where(.css-142vneq)[class*=" ant-modal"] [class*=" ant-modal"]::before, :where(.css-142vneq)[class^="ant-modal"] [class^="ant-modal"]::after, :where(.css-142vneq)[class*=" ant-modal"] [class^="ant-modal"]::after, :where(.css-142vneq)[class^="ant-modal"] [class*=" ant-modal"]::after, :where(.css-142vneq)[class*=" ant-modal"] [class*=" ant-modal"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-modal-root .ant-modal-wrap-rtl {
    direction: rtl;
}

:where(.css-142vneq).ant-modal-root .ant-modal-centered {
    text-align: center;
}

:where(.css-142vneq).ant-modal-root .ant-modal-centered::before {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    content: "";
}

:where(.css-142vneq).ant-modal-root .ant-modal-centered .ant-modal {
    top: 0;
    display: inline-block;
    padding-bottom: 0;
    text-align: start;
    vertical-align: middle;
}

@media (max-width: 767px) {
    :where(.css-142vneq).ant-modal-root .ant-modal {
        max-width: calc(100vw - 16px);
        margin: 8px auto;
    }

    :where(.css-142vneq).ant-modal-root .ant-modal-centered .ant-modal {
        flex: 1;
    }
}

:where(.css-142vneq).ant-modal {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    pointer-events: none;
    position: relative;
    top: 100px;
    width: auto;
    max-width: calc(100vw - 32px);
    padding-bottom: 24px;
}

:where(.css-142vneq).ant-modal .ant-modal-title {
    margin: 0;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    word-wrap: break-word;
}

:where(.css-142vneq).ant-modal .ant-modal-content {
    position: relative;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    pointer-events: auto;
    padding: 20px 24px;
}

:where(.css-142vneq).ant-modal .ant-modal-close {
    position: absolute;
    top: 12px;
    inset-inline-end: 12px;
    z-index: 1010;
    padding: 0;
    color: rgba(0, 0, 0, 0.45);
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    background: transparent;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: color 0.2s, background-color 0.2s;
}

:where(.css-142vneq).ant-modal .ant-modal-close-x {
    display: flex;
    font-size: 16px;
    font-style: normal;
    line-height: 32px;
    justify-content: center;
    text-transform: none;
    text-rendering: auto;
}

:where(.css-142vneq).ant-modal .ant-modal-close:disabled {
    pointer-events: none;
}

:where(.css-142vneq).ant-modal .ant-modal-close:hover {
    color: rgba(0, 0, 0, 0.88);
    background-color: rgba(0, 0, 0, 0.06);
    text-decoration: none;
}

:where(.css-142vneq).ant-modal .ant-modal-close:active {
    background-color: rgba(0, 0, 0, 0.15);
}

:where(.css-142vneq).ant-modal .ant-modal-close:focus-visible {
    outline: 3px solid #91caff;
    outline-offset: 1px;
    transition: outline-offset 0s, outline 0s;
}

:where(.css-142vneq).ant-modal .ant-modal-header {
    color: rgba(0, 0, 0, 0.88);
    background: #ffffff;
    border-radius: 8px 8px 0 0;
    margin-bottom: 8px;
    padding: 0;
    border-bottom: none;
}

:where(.css-142vneq).ant-modal .ant-modal-body {
    font-size: 14px;
    line-height: 1.5714285714285714;
    word-wrap: break-word;
    padding: 0;
}

:where(.css-142vneq).ant-modal .ant-modal-body .ant-modal-body-skeleton {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 16px auto;
}

:where(.css-142vneq).ant-modal .ant-modal-footer {
    text-align: end;
    background: transparent;
    margin-top: 12px;
    padding: 0;
    border-top: none;
    border-radius: 0;
}

:where(.css-142vneq).ant-modal .ant-modal-footer>.ant-btn+.ant-btn {
    margin-inline-start: 8px;
}

:where(.css-142vneq).ant-modal .ant-modal-open {
    overflow: hidden;
}

:where(.css-142vneq).ant-modal-pure-panel {
    top: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
}

:where(.css-142vneq).ant-modal-pure-panel .ant-modal-content, :where(.css-142vneq).ant-modal-pure-panel .ant-modal-body, :where(.css-142vneq).ant-modal-pure-panel .ant-modal-confirm-body-wrapper {
    display: flex;
    flex-direction: column;
    flex: auto;
}

:where(.css-142vneq).ant-modal-pure-panel .ant-modal-confirm-body {
    margin-bottom: auto;
}

:where(.css-142vneq).ant-modal-root .ant-modal-wrap-rtl {
    direction: rtl;
}

:where(.css-142vneq).ant-modal-root .ant-modal-wrap-rtl .ant-modal-confirm-body {
    direction: rtl;
}

:where(.css-142vneq).ant-modal-root .ant-modal.ant-zoom-enter, :where(.css-142vneq).ant-modal-root .ant-modal.ant-zoom-appear {
    transform: none;
    opacity: 0;
    animation-duration: 0.3s;
    user-select: none;
}

:where(.css-142vneq).ant-modal-root .ant-modal.ant-zoom-leave .ant-modal-content {
    pointer-events: none;
}

:where(.css-142vneq).ant-modal-root .ant-modal-mask {
    position: fixed;
    inset: 0;
    z-index: 1000;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    pointer-events: none;
}

:where(.css-142vneq).ant-modal-root .ant-modal-mask .ant-modal-hidden {
    display: none;
}

:where(.css-142vneq).ant-modal-root .ant-modal-wrap {
    position: fixed;
    inset: 0;
    z-index: 1000;
    overflow: auto;
    outline: 0;
    -webkit-overflow-scrolling: touch;
}

:where(.css-142vneq).ant-modal-root .ant-fade-enter, :where(.css-142vneq).ant-modal-root .ant-fade-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-modal-root .ant-fade-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-modal-root .ant-fade-enter.ant-fade-enter-active, :where(.css-142vneq).ant-modal-root .ant-fade-appear.ant-fade-appear-active {
    animation-name: css-142vneq-antFadeIn;
    animation-play-state: running;
}

:where(.css-142vneq).ant-modal-root .ant-fade-leave.ant-fade-leave-active {
    animation-name: css-142vneq-antFadeOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-142vneq).ant-modal-root .ant-fade-enter, :where(.css-142vneq).ant-modal-root .ant-fade-appear {
    opacity: 0;
    animation-timing-function: linear;
}

:where(.css-142vneq).ant-modal-root .ant-fade-leave {
    animation-timing-function: linear;
}

:where(.css-142vneq).ant-zoom-enter, :where(.css-142vneq).ant-zoom-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-zoom-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-zoom-enter.ant-zoom-enter-active, :where(.css-142vneq).ant-zoom-appear.ant-zoom-appear-active {
    animation-name: css-142vneq-antZoomIn;
    animation-play-state: running;
}

:where(.css-142vneq).ant-zoom-leave.ant-zoom-leave-active {
    animation-name: css-142vneq-antZoomOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-142vneq).ant-zoom-enter, :where(.css-142vneq).ant-zoom-appear {
    transform: scale(0);
    opacity: 0;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

:where(.css-142vneq).ant-zoom-enter-prepare, :where(.css-142vneq).ant-zoom-appear-prepare {
    transform: none;
}

:where(.css-142vneq).ant-zoom-leave {
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

@keyframes css-142vneq-antFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes css-142vneq-antFadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes css-142vneq-antZoomOut {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.2);
        opacity: 0;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    :where(.css-142vneq).ant-form-item-control {
        display: flex;
    }
}

.anticon {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.anticon>* {
    line-height: 1;
}

.anticon svg {
    display: inline-block;
}

.anticon .anticon .anticon-icon {
    display: block;
}

.data-ant-cssinjs-cache-path {
    content: "1rvolt1|Shared|ant:duysfs;1rvolt1|Form-Form|ant-form|anticon:1ibk65l;1rvolt1|Grid-Grid|ant-row|anticon:1ds9q8h;1rvolt1|Grid-Grid|ant-col|anticon:rcxrx0;1rvolt1|Input-Input|ant-input|anticon:kqe8ny;1rvolt1|Form-item-item|ant-form|anticon:u3ofpk;1rvolt1|ant-design-icons|anticon:13rfs6x;1rvolt1|Select-Select|ant-select|anticon:l9ntsy;1rvolt1|Checkbox-Checkbox|ant-checkbox|anticon:1rkxo64;1rvolt1|Wave-Wave|ant-wave|anticon:hqxfbq;1rvolt1|Modal-Modal|ant-modal|anticon:1y6fxg6";
}

:where(.css-142vneq)[class^="ant-picker"], :where(.css-142vneq)[class*=" ant-picker"] {
    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-142vneq)[class^="ant-picker"]::before, :where(.css-142vneq)[class*=" ant-picker"]::before, :where(.css-142vneq)[class^="ant-picker"]::after, :where(.css-142vneq)[class*=" ant-picker"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-picker"] [class^="ant-picker"], :where(.css-142vneq)[class*=" ant-picker"] [class^="ant-picker"], :where(.css-142vneq)[class^="ant-picker"] [class*=" ant-picker"], :where(.css-142vneq)[class*=" ant-picker"] [class*=" ant-picker"] {
    box-sizing: border-box;
}

:where(.css-142vneq)[class^="ant-picker"] [class^="ant-picker"]::before, :where(.css-142vneq)[class*=" ant-picker"] [class^="ant-picker"]::before, :where(.css-142vneq)[class^="ant-picker"] [class*=" ant-picker"]::before, :where(.css-142vneq)[class*=" ant-picker"] [class*=" ant-picker"]::before, :where(.css-142vneq)[class^="ant-picker"] [class^="ant-picker"]::after, :where(.css-142vneq)[class*=" ant-picker"] [class^="ant-picker"]::after, :where(.css-142vneq)[class^="ant-picker"] [class*=" ant-picker"]::after, :where(.css-142vneq)[class*=" ant-picker"] [class*=" ant-picker"]::after {
    box-sizing: border-box;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-footer {
    border-top: 1px solid rgba(5, 5, 5, 0.06);
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-footer-extra {
    padding: 0 12px;
    line-height: 38px;
    text-align: start;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-footer-extra:not(:last-child) {
    border-bottom: 1px solid rgba(5, 5, 5, 0.06);
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-panels+.ant-picker-footer .ant-picker-ranges {
    justify-content: space-between;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-ranges {
    margin-block: 0;
    padding-inline: 12px;
    overflow: hidden;
    text-align: start;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-ranges>li {
    line-height: 38px;
    display: inline-block;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-ranges .ant-picker-now-btn-disabled {
    pointer-events: none;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-ranges .ant-picker-preset>.ant-tag-blue {
    color: #1677ff;
    background: #e6f4ff;
    border-color: #91caff;
    cursor: pointer;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-ranges .ant-picker-ok {
    padding-block: 2px;
    margin-inline-start: auto;
}

:where(.css-142vneq).ant-picker {
    box-sizing: border-box;
    margin: 0;
    padding: 4px 11px 4px;
    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;
    display: inline-flex;
    align-items: center;
    border-radius: 6px;
    transition: border 0.2s, box-shadow 0.2s, background 0.2s;
}

:where(.css-142vneq).ant-picker .ant-picker-prefix {
    margin-inline-end: 4px;
}

:where(.css-142vneq).ant-picker .ant-picker-input {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
}

:where(.css-142vneq).ant-picker .ant-picker-input>input {
    position: relative;
    display: inline-block;
    width: 100%;
    color: inherit;
    font-size: 14px;
    line-height: 1.5714285714285714;
    transition: all 0.2s;
    flex: auto;
    min-width: 1px;
    height: auto;
    padding: 0;
    background: transparent;
    border: 0;
    font-family: inherit;
}

:where(.css-142vneq).ant-picker .ant-picker-input>input::-moz-placeholder {
    opacity: 1;
}

:where(.css-142vneq).ant-picker .ant-picker-input>input::placeholder {
    color: rgba(0, 0, 0, 0.25);
    user-select: none;
}

:where(.css-142vneq).ant-picker .ant-picker-input>input:placeholder-shown {
    text-overflow: ellipsis;
}

:where(.css-142vneq).ant-picker .ant-picker-input>input:focus {
    box-shadow: none;
    outline: 0;
}

:where(.css-142vneq).ant-picker .ant-picker-input>input[disabled] {
    background: transparent;
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}

:where(.css-142vneq).ant-picker .ant-picker-input-placeholder>input {
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-142vneq).ant-picker-large {
    padding: 7px 11px 7px;
}

:where(.css-142vneq).ant-picker-large .ant-picker-input>input {
    font-size: 16px;
    line-height: 1.5;
}

:where(.css-142vneq).ant-picker-small {
    padding: 0px 7px 0px;
}

:where(.css-142vneq).ant-picker .ant-picker-suffix {
    display: flex;
    flex: none;
    align-self: center;
    margin-inline-start: 4px;
    color: rgba(0, 0, 0, 0.25);
    line-height: 1;
    pointer-events: none;
    transition: opacity 0.2s, color 0.2s;
}

:where(.css-142vneq).ant-picker .ant-picker-suffix>* {
    vertical-align: top;
}

:where(.css-142vneq).ant-picker .ant-picker-suffix>*:not(:last-child) {
    margin-inline-end: 8px;
}

:where(.css-142vneq).ant-picker .ant-picker-clear {
    position: absolute;
    top: 50%;
    inset-inline-end: 0;
    color: rgba(0, 0, 0, 0.25);
    line-height: 1;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.2s, color 0.2s;
}

:where(.css-142vneq).ant-picker .ant-picker-clear>* {
    vertical-align: top;
}

:where(.css-142vneq).ant-picker .ant-picker-clear:hover {
    color: rgba(0, 0, 0, 0.45);
}

:where(.css-142vneq).ant-picker:hover .ant-picker-clear {
    opacity: 1;
}

:where(.css-142vneq).ant-picker:hover .ant-picker-suffix:not(:last-child) {
    opacity: 0;
}

:where(.css-142vneq).ant-picker .ant-picker-separator {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 16px;
    color: rgba(0, 0, 0, 0.25);
    font-size: 16px;
    vertical-align: top;
    cursor: default;
}

.ant-picker-focused :where(.css-142vneq).ant-picker .ant-picker-separator {
    color: rgba(0, 0, 0, 0.45);
}

.ant-picker-disabled .ant-picker-range-separator :where(.css-142vneq).ant-picker .ant-picker-separator {
    cursor: not-allowed;
}

:where(.css-142vneq).ant-picker-range {
    position: relative;
    display: inline-flex;
}

:where(.css-142vneq).ant-picker-range .ant-picker-active-bar {
    bottom: -1px;
    height: 2px;
    background: #1677ff;
    opacity: 0;
    transition: all 0.3s ease-out;
    pointer-events: none;
}

:where(.css-142vneq).ant-picker-range.ant-picker-focused .ant-picker-active-bar {
    opacity: 1;
}

:where(.css-142vneq).ant-picker-range .ant-picker-range-separator {
    align-items: center;
    padding: 0 8px;
    line-height: 1;
}

:where(.css-142vneq).ant-picker-range .ant-picker-clear, :where(.css-142vneq).ant-picker-multiple .ant-picker-clear {
    inset-inline-end: 11px;
}

:where(.css-142vneq).ant-picker-range.ant-picker-small .ant-picker-clear, :where(.css-142vneq).ant-picker-multiple.ant-picker-small .ant-picker-clear {
    inset-inline-end: 7px;
}

:where(.css-142vneq).ant-picker-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';
    pointer-events: none;
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: 1050;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-panel {
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    background: #ffffff;
    border-radius: 8px;
    outline: none;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-panel-focused {
    border-color: #1677ff;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-panel-rtl .ant-picker-prev-icon, :where(.css-142vneq).ant-picker-dropdown .ant-picker-panel-rtl .ant-picker-super-prev-icon {
    transform: rotate(45deg);
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-panel-rtl .ant-picker-next-icon, :where(.css-142vneq).ant-picker-dropdown .ant-picker-panel-rtl .ant-picker-super-next-icon {
    transform: rotate(-135deg);
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-panel-rtl .ant-picker-time-panel .ant-picker-content {
    direction: ltr;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-panel-rtl .ant-picker-time-panel .ant-picker-content>* {
    direction: rtl;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-decade-panel, :where(.css-142vneq).ant-picker-dropdown .ant-picker-year-panel, :where(.css-142vneq).ant-picker-dropdown .ant-picker-quarter-panel, :where(.css-142vneq).ant-picker-dropdown .ant-picker-month-panel, :where(.css-142vneq).ant-picker-dropdown .ant-picker-week-panel, :where(.css-142vneq).ant-picker-dropdown .ant-picker-date-panel, :where(.css-142vneq).ant-picker-dropdown .ant-picker-time-panel {
    display: flex;
    flex-direction: column;
    width: 288px;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-header {
    display: flex;
    padding: 0 8px;
    color: rgba(0, 0, 0, 0.88);
    border-bottom: 1px solid rgba(5, 5, 5, 0.06);
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-header>* {
    flex: none;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-header button {
    padding: 0;
    color: rgba(0, 0, 0, 0.45);
    line-height: 40px;
    background: transparent;
    border: 0;
    cursor: pointer;
    transition: color 0.2s;
    font-size: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-header>button {
    min-width: 1.6em;
    font-size: 14px;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-header>button:hover {
    color: rgba(0, 0, 0, 0.88);
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-header>button:disabled {
    opacity: 0.25;
    pointer-events: none;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-header-view {
    flex: auto;
    font-weight: 600;
    line-height: 40px;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-header-view>button {
    color: inherit;
    font-weight: inherit;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-header-view>button:not(:first-child) {
    margin-inline-start: 8px;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-header-view>button:hover {
    color: #1677ff;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-prev-icon, :where(.css-142vneq).ant-picker-dropdown .ant-picker-next-icon, :where(.css-142vneq).ant-picker-dropdown .ant-picker-super-prev-icon, :where(.css-142vneq).ant-picker-dropdown .ant-picker-super-next-icon {
    position: relative;
    width: 7px;
    height: 7px;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-prev-icon::before, :where(.css-142vneq).ant-picker-dropdown .ant-picker-next-icon::before, :where(.css-142vneq).ant-picker-dropdown .ant-picker-super-prev-icon::before, :where(.css-142vneq).ant-picker-dropdown .ant-picker-super-next-icon::before {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 7px;
    height: 7px;
    border: 0 solid currentcolor;
    border-block-width: 1.5px 0;
    border-inline-width: 1.5px 0;
    content: "";
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-super-prev-icon::after, :where(.css-142vneq).ant-picker-dropdown .ant-picker-super-next-icon::after {
    position: absolute;
    top: 4px;
    inset-inline-start: 4px;
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 0 solid currentcolor;
    border-block-width: 1.5px 0;
    border-inline-width: 1.5px 0;
    content: "";
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-prev-icon, :where(.css-142vneq).ant-picker-dropdown .ant-picker-super-prev-icon {
    transform: rotate(-45deg);
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-next-icon, :where(.css-142vneq).ant-picker-dropdown .ant-picker-super-next-icon {
    transform: rotate(135deg);
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-content {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-content th, :where(.css-142vneq).ant-picker-dropdown .ant-picker-content td {
    position: relative;
    min-width: 24px;
    font-weight: normal;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-content th {
    height: 36px;
    color: rgba(0, 0, 0, 0.88);
    vertical-align: middle;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-cell {
    padding: 6px 0;
    color: rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-cell-in-view {
    color: rgba(0, 0, 0, 0.88);
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-cell::before {
    position: absolute;
    top: 50%;
    inset-inline-start: 0;
    inset-inline-end: 0;
    z-index: 1;
    height: 24px;
    transform: translateY(-50%);
    content: "";
    pointer-events: none;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-cell .ant-picker-cell-inner {
    position: relative;
    z-index: 2;
    display: inline-block;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    transition: background 0.2s;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-cell:hover:not(.ant-picker-cell-in-view):not(.ant-picker-cell-disabled) .ant-picker-cell-inner, :where(.css-142vneq).ant-picker-dropdown .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-disabled) .ant-picker-cell-inner {
    background: rgba(0, 0, 0, 0.04);
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    bottom: 0;
    inset-inline-start: 0;
    z-index: 1;
    border: 1px solid #1677ff;
    border-radius: 4px;
    content: "";
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-in-range, :where(.css-142vneq).ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-start, :where(.css-142vneq).ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-end {
    position: relative;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-in-range:not(.ant-picker-cell-disabled):before, :where(.css-142vneq).ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-disabled):before, :where(.css-142vneq).ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-disabled):before {
    background: #e6f4ff;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-selected:not(.ant-picker-cell-disabled) .ant-picker-cell-inner, :where(.css-142vneq).ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-disabled) .ant-picker-cell-inner, :where(.css-142vneq).ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-disabled) .ant-picker-cell-inner {
    color: #fff;
    background: #1677ff;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-selected.ant-picker-cell-disabled .ant-picker-cell-inner, :where(.css-142vneq).ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-disabled .ant-picker-cell-inner, :where(.css-142vneq).ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-disabled .ant-picker-cell-inner {
    background: rgba(0, 0, 0, 0.06);
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-disabled):before {
    inset-inline-start: 50%;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-disabled):before {
    inset-inline-end: 50%;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
    border-start-start-radius: 4px;
    border-end-start-radius: 4px;
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
    border-start-end-radius: 4px;
    border-end-end-radius: 4px;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-cell-disabled {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-cell-disabled .ant-picker-cell-inner {
    background: transparent;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-cell-disabled::before {
    background: rgba(0, 0, 0, 0.04);
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-cell-disabled.ant-picker-cell-today .ant-picker-cell-inner::before {
    border-color: rgba(0, 0, 0, 0.25);
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-decade-panel .ant-picker-content, :where(.css-142vneq).ant-picker-dropdown .ant-picker-year-panel .ant-picker-content, :where(.css-142vneq).ant-picker-dropdown .ant-picker-quarter-panel .ant-picker-content, :where(.css-142vneq).ant-picker-dropdown .ant-picker-month-panel .ant-picker-content {
    height: 264px;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-decade-panel .ant-picker-cell-inner, :where(.css-142vneq).ant-picker-dropdown .ant-picker-year-panel .ant-picker-cell-inner, :where(.css-142vneq).ant-picker-dropdown .ant-picker-quarter-panel .ant-picker-cell-inner, :where(.css-142vneq).ant-picker-dropdown .ant-picker-month-panel .ant-picker-cell-inner {
    padding: 0 8px;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-quarter-panel .ant-picker-content {
    height: 56px;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-decade-panel .ant-picker-cell-inner {
    padding: 0 4px;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-decade-panel .ant-picker-cell::before {
    display: none;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-year-panel .ant-picker-body, :where(.css-142vneq).ant-picker-dropdown .ant-picker-quarter-panel .ant-picker-body, :where(.css-142vneq).ant-picker-dropdown .ant-picker-month-panel .ant-picker-body {
    padding: 0 8px;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-year-panel .ant-picker-cell-inner, :where(.css-142vneq).ant-picker-dropdown .ant-picker-quarter-panel .ant-picker-cell-inner, :where(.css-142vneq).ant-picker-dropdown .ant-picker-month-panel .ant-picker-cell-inner {
    width: 60px;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-date-panel .ant-picker-body {
    padding: 8px 18px;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-date-panel .ant-picker-content th {
    box-sizing: border-box;
    padding: 0;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-week-panel .ant-picker-cell:hover .ant-picker-cell-inner, :where(.css-142vneq).ant-picker-dropdown .ant-picker-week-panel .ant-picker-cell-selected .ant-picker-cell-inner, :where(.css-142vneq).ant-picker-dropdown .ant-picker-week-panel .ant-picker-cell .ant-picker-cell-inner {
    background: transparent !important;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-week-panel-row td:before {
    transition: background 0.2s;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-week-panel-row td:first-child:before {
    border-start-start-radius: 4px;
    border-end-start-radius: 4px;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-week-panel-row td:last-child:before {
    border-start-end-radius: 4px;
    border-end-end-radius: 4px;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-week-panel-row:hover td:before {
    background: rgba(0, 0, 0, 0.04);
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-week-panel-row-range-start td.ant-picker-cell:before, :where(.css-142vneq).ant-picker-dropdown .ant-picker-week-panel-row-range-end td.ant-picker-cell:before, :where(.css-142vneq).ant-picker-dropdown .ant-picker-week-panel-row-selected td.ant-picker-cell:before, :where(.css-142vneq).ant-picker-dropdown .ant-picker-week-panel-row-hover td.ant-picker-cell:before {
    background: #1677ff;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-week-panel-row-range-start td.ant-picker-cell.ant-picker-cell-week, :where(.css-142vneq).ant-picker-dropdown .ant-picker-week-panel-row-range-end td.ant-picker-cell.ant-picker-cell-week, :where(.css-142vneq).ant-picker-dropdown .ant-picker-week-panel-row-selected td.ant-picker-cell.ant-picker-cell-week, :where(.css-142vneq).ant-picker-dropdown .ant-picker-week-panel-row-hover td.ant-picker-cell.ant-picker-cell-week {
    color: #ffffff;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-week-panel-row-range-start td.ant-picker-cell .ant-picker-cell-inner, :where(.css-142vneq).ant-picker-dropdown .ant-picker-week-panel-row-range-end td.ant-picker-cell .ant-picker-cell-inner, :where(.css-142vneq).ant-picker-dropdown .ant-picker-week-panel-row-selected td.ant-picker-cell .ant-picker-cell-inner, :where(.css-142vneq).ant-picker-dropdown .ant-picker-week-panel-row-hover td.ant-picker-cell .ant-picker-cell-inner {
    color: #fff;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-week-panel-row-range-hover td:before {
    background: #e6f4ff;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-week-panel .ant-picker-body, :where(.css-142vneq).ant-picker-dropdown .ant-picker-date-panel-show-week .ant-picker-body {
    padding: 8px 12px;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-week-panel .ant-picker-content th, :where(.css-142vneq).ant-picker-dropdown .ant-picker-date-panel-show-week .ant-picker-content th {
    width: auto;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-datetime-panel {
    display: flex;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-datetime-panel .ant-picker-time-panel {
    border-inline-start: 1px solid rgba(5, 5, 5, 0.06);
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-datetime-panel .ant-picker-date-panel, :where(.css-142vneq).ant-picker-dropdown .ant-picker-datetime-panel .ant-picker-time-panel {
    transition: opacity 0.3s;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-datetime-panel-active .ant-picker-date-panel, :where(.css-142vneq).ant-picker-dropdown .ant-picker-datetime-panel-active .ant-picker-time-panel {
    opacity: 0.3;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-datetime-panel-active .ant-picker-date-panel-active, :where(.css-142vneq).ant-picker-dropdown .ant-picker-datetime-panel-active .ant-picker-time-panel-active {
    opacity: 1;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-time-panel {
    width: auto;
    min-width: auto;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-time-panel .ant-picker-content {
    display: flex;
    flex: auto;
    height: 224px;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-time-panel-column {
    flex: 1 0 auto;
    width: 56px;
    margin: 4px 0;
    padding: 0;
    overflow-y: hidden;
    text-align: start;
    list-style: none;
    transition: background 0.2s;
    overflow-x: hidden;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-time-panel-column::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-time-panel-column::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 4px;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-time-panel-column {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.45) transparent;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-time-panel-column::after {
    display: block;
    height: calc(100% - 28px);
    content: "";
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-time-panel-column:not(:first-child) {
    border-inline-start: 1px solid rgba(5, 5, 5, 0.06);
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-time-panel-column-active {
    background: #e6f4ff;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-time-panel-column:hover {
    overflow-y: auto;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-time-panel-column>li {
    margin: 0;
    padding: 0;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-time-panel-column>li.ant-picker-time-panel-cell {
    margin-inline: 4px;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-time-panel-column>li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner {
    display: block;
    width: 48px;
    height: 28px;
    margin: 0;
    padding-block: 0;
    padding-inline-end: 0;
    padding-inline-start: 14px;
    color: rgba(0, 0, 0, 0.88);
    line-height: 28px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-time-panel-column>li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover {
    background: rgba(0, 0, 0, 0.04);
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-time-panel-column>li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
    background: #e6f4ff;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-time-panel-column>li.ant-picker-time-panel-cell-disabled .ant-picker-time-panel-cell-inner {
    color: rgba(0, 0, 0, 0.25);
    background: transparent;
    cursor: not-allowed;
}

:where(.css-142vneq).ant-picker-dropdown.ant-picker-dropdown-hidden {
    display: none;
}

:where(.css-142vneq).ant-picker-dropdown-rtl {
    direction: rtl;
}

:where(.css-142vneq).ant-picker-dropdown.ant-picker-dropdown-placement-bottomLeft .ant-picker-range-arrow, :where(.css-142vneq).ant-picker-dropdown.ant-picker-dropdown-placement-bottomRight .ant-picker-range-arrow {
    top: 0;
    display: block;
    transform: translateY(-100%);
}

:where(.css-142vneq).ant-picker-dropdown.ant-picker-dropdown-placement-topLeft .ant-picker-range-arrow, :where(.css-142vneq).ant-picker-dropdown.ant-picker-dropdown-placement-topRight .ant-picker-range-arrow {
    bottom: 0;
    display: block;
    transform: translateY(100%) rotate(180deg);
}

:where(.css-142vneq).ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topLeft, :where(.css-142vneq).ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topRight, :where(.css-142vneq).ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-topLeft, :where(.css-142vneq).ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-topRight {
    animation-name: css-142vneq-antSlideDownIn;
}

:where(.css-142vneq).ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-bottomLeft, :where(.css-142vneq).ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-bottomRight, :where(.css-142vneq).ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-bottomLeft, :where(.css-142vneq).ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-bottomRight {
    animation-name: css-142vneq-antSlideUpIn;
}

:where(.css-142vneq).ant-picker-dropdown.ant-slide-up-leave .ant-picker-panel-container {
    pointer-events: none;
}

:where(.css-142vneq).ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-topLeft, :where(.css-142vneq).ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-topRight {
    animation-name: css-142vneq-antSlideDownOut;
}

:where(.css-142vneq).ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-bottomLeft, :where(.css-142vneq).ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-bottomRight {
    animation-name: css-142vneq-antSlideUpOut;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-panel>.ant-picker-time-panel {
    padding-top: 4px;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-range-wrapper {
    display: flex;
    position: relative;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-range-arrow {
    position: absolute;
    z-index: 1;
    display: none;
    padding-inline: 16.5px;
    box-sizing: content-box;
    transition: all 0.3s ease-out;
    pointer-events: none;
    width: 16px;
    height: 16px;
    overflow: hidden;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-range-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-142vneq).ant-picker-dropdown .ant-picker-range-arrow::after {
    content: "";
    position: absolute;
    width: 8.970562748477143px;
    height: 8.970562748477143px;
    bottom: 0;
    inset-inline: 0;
    margin: auto;
    border-radius: 0 0 2px 0;
    transform: translateY(50%) rotate(-135deg);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
    z-index: 0;
    background: transparent;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-range-arrow:before {
    inset-inline-start: 16.5px;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-panel-container {
    overflow: hidden;
    vertical-align: top;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    transition: margin 0.3s;
    display: inline-block;
    pointer-events: auto;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-panel-container .ant-picker-panel-layout {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-panel-container .ant-picker-presets {
    display: flex;
    flex-direction: column;
    min-width: 120px;
    max-width: 200px;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-panel-container .ant-picker-presets ul {
    height: 0;
    flex: auto;
    list-style: none;
    overflow: auto;
    margin: 0;
    padding: 8px;
    border-inline-end: 1px solid rgba(5, 5, 5, 0.06);
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-panel-container .ant-picker-presets ul li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 4px;
    padding-inline: 8px;
    padding-block: 1px;
    cursor: pointer;
    transition: all 0.3s;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-panel-container .ant-picker-presets ul li+li {
    margin-top: 8px;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-panel-container .ant-picker-presets ul li:hover {
    background: rgba(0, 0, 0, 0.04);
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-panel-container .ant-picker-panels {
    display: inline-flex;
    flex-wrap: nowrap;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-panel-container .ant-picker-panels:last-child .ant-picker-panel {
    border-width: 0;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-panel-container .ant-picker-panel {
    vertical-align: top;
    background: transparent;
    border-radius: 0;
    border-width: 0;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-panel-container .ant-picker-panel .ant-picker-content, :where(.css-142vneq).ant-picker-dropdown .ant-picker-panel-container .ant-picker-panel table {
    text-align: center;
}

:where(.css-142vneq).ant-picker-dropdown .ant-picker-panel-container .ant-picker-panel-focused {
    border-color: #d9d9d9;
}

:where(.css-142vneq).ant-picker-dropdown-range {
    padding: 10.666666666666666px 0;
}

:where(.css-142vneq).ant-picker-dropdown-range-hidden {
    display: none;
}

:where(.css-142vneq).ant-picker-rtl {
    direction: rtl;
}

:where(.css-142vneq).ant-picker-rtl .ant-picker-separator {
    transform: rotate(180deg);
}

:where(.css-142vneq).ant-picker-rtl .ant-picker-footer-extra {
    direction: rtl;
}

:where(.css-142vneq).ant-slide-up-enter, :where(.css-142vneq).ant-slide-up-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-slide-up-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-slide-up-enter.ant-slide-up-enter-active, :where(.css-142vneq).ant-slide-up-appear.ant-slide-up-appear-active {
    animation-name: css-142vneq-antSlideUpIn;
    animation-play-state: running;
}

:where(.css-142vneq).ant-slide-up-leave.ant-slide-up-leave-active {
    animation-name: css-142vneq-antSlideUpOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-142vneq).ant-slide-up-enter, :where(.css-142vneq).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-142vneq).ant-slide-up-enter-prepare, :where(.css-142vneq).ant-slide-up-appear-prepare {
    transform: scale(1);
}

:where(.css-142vneq).ant-slide-up-leave {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

:where(.css-142vneq).ant-slide-down-enter, :where(.css-142vneq).ant-slide-down-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-slide-down-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-slide-down-enter.ant-slide-down-enter-active, :where(.css-142vneq).ant-slide-down-appear.ant-slide-down-appear-active {
    animation-name: css-142vneq-antSlideDownIn;
    animation-play-state: running;
}

:where(.css-142vneq).ant-slide-down-leave.ant-slide-down-leave-active {
    animation-name: css-142vneq-antSlideDownOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-142vneq).ant-slide-down-enter, :where(.css-142vneq).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-142vneq).ant-slide-down-enter-prepare, :where(.css-142vneq).ant-slide-down-appear-prepare {
    transform: scale(1);
}

:where(.css-142vneq).ant-slide-down-leave {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

:where(.css-142vneq).ant-move-up-enter, :where(.css-142vneq).ant-move-up-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-move-up-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-move-up-enter.ant-move-up-enter-active, :where(.css-142vneq).ant-move-up-appear.ant-move-up-appear-active {
    animation-name: css-142vneq-antMoveUpIn;
    animation-play-state: running;
}

:where(.css-142vneq).ant-move-up-leave.ant-move-up-leave-active {
    animation-name: css-142vneq-antMoveUpOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-142vneq).ant-move-up-enter, :where(.css-142vneq).ant-move-up-appear {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

:where(.css-142vneq).ant-move-up-leave {
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

:where(.css-142vneq).ant-move-down-enter, :where(.css-142vneq).ant-move-down-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-move-down-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-142vneq).ant-move-down-enter.ant-move-down-enter-active, :where(.css-142vneq).ant-move-down-appear.ant-move-down-appear-active {
    animation-name: css-142vneq-antMoveDownIn;
    animation-play-state: running;
}

:where(.css-142vneq).ant-move-down-leave.ant-move-down-leave-active {
    animation-name: css-142vneq-antMoveDownOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-142vneq).ant-move-down-enter, :where(.css-142vneq).ant-move-down-appear {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

:where(.css-142vneq).ant-move-down-leave {
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

:where(.css-142vneq).ant-picker-outlined {
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #d9d9d9;
}

:where(.css-142vneq).ant-picker-outlined:hover {
    border-color: #4096ff;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-picker-outlined:focus, :where(.css-142vneq).ant-picker-outlined:focus-within {
    border-color: #1677ff;
    box-shadow: 0 0 0 2px rgba(5, 145, 255, 0.1);
    outline: 0;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-picker-outlined.ant-picker-disabled, :where(.css-142vneq).ant-picker-outlined[disabled] {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
}

:where(.css-142vneq).ant-picker-outlined.ant-picker-disabled input[disabled], :where(.css-142vneq).ant-picker-outlined[disabled] input[disabled], :where(.css-142vneq).ant-picker-outlined.ant-picker-disabled textarea[disabled], :where(.css-142vneq).ant-picker-outlined[disabled] textarea[disabled] {
    cursor: not-allowed;
}

:where(.css-142vneq).ant-picker-outlined.ant-picker-disabled:hover:not([disabled]), :where(.css-142vneq).ant-picker-outlined[disabled]:hover:not([disabled]) {
    border-color: #d9d9d9;
    background-color: rgba(0, 0, 0, 0.04);
}

:where(.css-142vneq).ant-picker-outlined.ant-picker-status-error:not(.ant-picker-disabled) {
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #ff4d4f;
}

:where(.css-142vneq).ant-picker-outlined.ant-picker-status-error:not(.ant-picker-disabled):hover {
    border-color: #ffa39e;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-picker-outlined.ant-picker-status-error:not(.ant-picker-disabled):focus, :where(.css-142vneq).ant-picker-outlined.ant-picker-status-error:not(.ant-picker-disabled):focus-within {
    border-color: #ff4d4f;
    box-shadow: 0 0 0 2px rgba(255, 38, 5, 0.06);
    outline: 0;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-picker-outlined.ant-picker-status-error:not(.ant-picker-disabled) .ant-picker-prefix, :where(.css-142vneq).ant-picker-outlined.ant-picker-status-error:not(.ant-picker-disabled) .ant-picker-suffix {
    color: #ff4d4f;
}

:where(.css-142vneq).ant-picker-outlined.ant-picker-status-error.ant-picker-disabled {
    border-color: #ff4d4f;
}

:where(.css-142vneq).ant-picker-outlined.ant-picker-status-warning:not(.ant-picker-disabled) {
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #faad14;
}

:where(.css-142vneq).ant-picker-outlined.ant-picker-status-warning:not(.ant-picker-disabled):hover {
    border-color: #ffd666;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-picker-outlined.ant-picker-status-warning:not(.ant-picker-disabled):focus, :where(.css-142vneq).ant-picker-outlined.ant-picker-status-warning:not(.ant-picker-disabled):focus-within {
    border-color: #faad14;
    box-shadow: 0 0 0 2px rgba(255, 215, 5, 0.1);
    outline: 0;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-picker-outlined.ant-picker-status-warning:not(.ant-picker-disabled) .ant-picker-prefix, :where(.css-142vneq).ant-picker-outlined.ant-picker-status-warning:not(.ant-picker-disabled) .ant-picker-suffix {
    color: #faad14;
}

:where(.css-142vneq).ant-picker-outlined.ant-picker-status-warning.ant-picker-disabled {
    border-color: #faad14;
}

:where(.css-142vneq).ant-picker-filled {
    background: rgba(0, 0, 0, 0.04);
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

input:where(.css-142vneq).ant-picker-filled, :where(.css-142vneq).ant-picker-filled input, textarea:where(.css-142vneq).ant-picker-filled, :where(.css-142vneq).ant-picker-filled textarea {
    color: undefined;
}

:where(.css-142vneq).ant-picker-filled:hover {
    background: rgba(0, 0, 0, 0.06);
}

:where(.css-142vneq).ant-picker-filled:focus, :where(.css-142vneq).ant-picker-filled:focus-within {
    outline: 0;
    border-color: #1677ff;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-picker-filled.ant-picker-disabled, :where(.css-142vneq).ant-picker-filled[disabled] {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
}

:where(.css-142vneq).ant-picker-filled.ant-picker-disabled input[disabled], :where(.css-142vneq).ant-picker-filled[disabled] input[disabled], :where(.css-142vneq).ant-picker-filled.ant-picker-disabled textarea[disabled], :where(.css-142vneq).ant-picker-filled[disabled] textarea[disabled] {
    cursor: not-allowed;
}

:where(.css-142vneq).ant-picker-filled.ant-picker-disabled:hover:not([disabled]), :where(.css-142vneq).ant-picker-filled[disabled]:hover:not([disabled]) {
    border-color: #d9d9d9;
    background-color: rgba(0, 0, 0, 0.04);
}

:where(.css-142vneq).ant-picker-filled.ant-picker-status-error:not(.ant-picker-disabled) {
    background: #fff2f0;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

input:where(.css-142vneq).ant-picker-filled.ant-picker-status-error:not(.ant-picker-disabled), :where(.css-142vneq).ant-picker-filled.ant-picker-status-error:not(.ant-picker-disabled) input, textarea:where(.css-142vneq).ant-picker-filled.ant-picker-status-error:not(.ant-picker-disabled), :where(.css-142vneq).ant-picker-filled.ant-picker-status-error:not(.ant-picker-disabled) textarea {
    color: #ff4d4f;
}

:where(.css-142vneq).ant-picker-filled.ant-picker-status-error:not(.ant-picker-disabled):hover {
    background: #fff1f0;
}

:where(.css-142vneq).ant-picker-filled.ant-picker-status-error:not(.ant-picker-disabled):focus, :where(.css-142vneq).ant-picker-filled.ant-picker-status-error:not(.ant-picker-disabled):focus-within {
    outline: 0;
    border-color: #ff4d4f;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-picker-filled.ant-picker-status-error:not(.ant-picker-disabled) .ant-picker-prefix, :where(.css-142vneq).ant-picker-filled.ant-picker-status-error:not(.ant-picker-disabled) .ant-picker-suffix {
    color: #ff4d4f;
}

:where(.css-142vneq).ant-picker-filled.ant-picker-status-warning:not(.ant-picker-disabled) {
    background: #fffbe6;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

input:where(.css-142vneq).ant-picker-filled.ant-picker-status-warning:not(.ant-picker-disabled), :where(.css-142vneq).ant-picker-filled.ant-picker-status-warning:not(.ant-picker-disabled) input, textarea:where(.css-142vneq).ant-picker-filled.ant-picker-status-warning:not(.ant-picker-disabled), :where(.css-142vneq).ant-picker-filled.ant-picker-status-warning:not(.ant-picker-disabled) textarea {
    color: #faad14;
}

:where(.css-142vneq).ant-picker-filled.ant-picker-status-warning:not(.ant-picker-disabled):hover {
    background: #fff1b8;
}

:where(.css-142vneq).ant-picker-filled.ant-picker-status-warning:not(.ant-picker-disabled):focus, :where(.css-142vneq).ant-picker-filled.ant-picker-status-warning:not(.ant-picker-disabled):focus-within {
    outline: 0;
    border-color: #faad14;
    background-color: #ffffff;
}

:where(.css-142vneq).ant-picker-filled.ant-picker-status-warning:not(.ant-picker-disabled) .ant-picker-prefix, :where(.css-142vneq).ant-picker-filled.ant-picker-status-warning:not(.ant-picker-disabled) .ant-picker-suffix {
    color: #faad14;
}

:where(.css-142vneq).ant-picker-borderless {
    background: transparent;
    border: none;
}

:where(.css-142vneq).ant-picker-borderless:focus, :where(.css-142vneq).ant-picker-borderless:focus-within {
    outline: none;
}

:where(.css-142vneq).ant-picker-borderless.ant-picker-disabled, :where(.css-142vneq).ant-picker-borderless[disabled] {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}

:where(.css-142vneq).ant-picker-borderless.ant-picker-status-error, :where(.css-142vneq).ant-picker-borderless.ant-picker-status-error input, :where(.css-142vneq).ant-picker-borderless.ant-picker-status-error textarea {
    color: #ff4d4f;
}

:where(.css-142vneq).ant-picker-borderless.ant-picker-status-warning, :where(.css-142vneq).ant-picker-borderless.ant-picker-status-warning input, :where(.css-142vneq).ant-picker-borderless.ant-picker-status-warning textarea {
    color: #faad14;
}

:where(.css-142vneq).ant-picker-outlined.ant-picker-multiple .ant-picker-selection-item {
    background: rgba(0, 0, 0, 0.06);
    border: 1px solid transparent;
}

:where(.css-142vneq).ant-picker-filled.ant-picker-multiple .ant-picker-selection-item {
    background: #ffffff;
    border: 1px solid rgba(5, 5, 5, 0.06);
}

:where(.css-142vneq).ant-picker-borderless.ant-picker-multiple .ant-picker-selection-item {
    background: rgba(0, 0, 0, 0.06);
    border: 1px solid transparent;
}

:where(.css-142vneq).ant-picker:not(.ant-picker-disabled):not([disabled]).ant-picker-status-error .ant-picker-active-bar {
    background: #ff4d4f;
}

:where(.css-142vneq).ant-picker:not(.ant-picker-disabled):not([disabled]).ant-picker-status-warning .ant-picker-active-bar {
    background: #faad14;
}

:where(.css-142vneq).ant-picker-multiple.ant-picker-small {
    padding-block: 1px;
    padding-inline-start: 3px;
    min-height: 24px;
}

:where(.css-142vneq).ant-picker-multiple.ant-picker-small .ant-picker-selection-item {
    height: 16px;
    line-height: 14px;
}

:where(.css-142vneq).ant-picker-multiple {
    padding-block: 1px;
    padding-inline-start: 3px;
    min-height: 32px;
}

:where(.css-142vneq).ant-picker-multiple .ant-picker-selection-item {
    height: 24px;
    line-height: 22px;
}

:where(.css-142vneq).ant-picker-multiple.ant-picker-large {
    padding-block: 1px;
    padding-inline-start: 3px;
    min-height: 40px;
}

:where(.css-142vneq).ant-picker-multiple.ant-picker-large .ant-picker-selection-item {
    height: 32px;
    line-height: 30px;
}

:where(.css-142vneq).ant-picker.ant-picker-multiple {
    width: 100%;
    cursor: text;
}

:where(.css-142vneq).ant-picker.ant-picker-multiple .ant-picker-selector {
    flex: auto;
    padding: 0;
    position: relative;
}

:where(.css-142vneq).ant-picker.ant-picker-multiple .ant-picker-selector:after {
    margin: 0;
}

:where(.css-142vneq).ant-picker.ant-picker-multiple .ant-picker-selector .ant-picker-selection-placeholder {
    position: absolute;
    top: 50%;
    inset-inline-start: 11px;
    inset-inline-end: 0;
    transform: translateY(-50%);
    transition: all 0.3s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1;
    color: rgba(0, 0, 0, 0.25);
    pointer-events: none;
}

:where(.css-142vneq).ant-picker.ant-picker-multiple .ant-picker-selection-overflow {
    position: relative;
    display: flex;
    flex: auto;
    flex-wrap: wrap;
    max-width: 100%;
}

:where(.css-142vneq).ant-picker.ant-picker-multiple .ant-picker-selection-overflow-item {
    flex: none;
    align-self: center;
    max-width: 100%;
    display: inline-flex;
}

:where(.css-142vneq).ant-picker.ant-picker-multiple .ant-picker-selection-overflow .ant-picker-selection-item {
    display: flex;
    align-self: center;
    flex: none;
    box-sizing: border-box;
    max-width: 100%;
    margin-block: 2px;
    border-radius: 4px;
    cursor: default;
    transition: font-size 0.3s, line-height 0.3s, height 0.3s;
    margin-inline-end: 4px;
    padding-inline-start: 8px;
    padding-inline-end: 4px;
}

.ant-picker-disabled:where(.css-142vneq).ant-picker.ant-picker-multiple .ant-picker-selection-overflow .ant-picker-selection-item {
    color: rgba(0, 0, 0, 0.25);
    border-color: transparent;
    cursor: not-allowed;
}

:where(.css-142vneq).ant-picker.ant-picker-multiple .ant-picker-selection-overflow .ant-picker-selection-item-content {
    display: inline-block;
    margin-inline-end: 4px;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
}

:where(.css-142vneq).ant-picker.ant-picker-multiple .ant-picker-selection-overflow .ant-picker-selection-item-remove {
    display: inline-flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.45);
    font-style: normal;
    line-height: inherit;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
}

:where(.css-142vneq).ant-picker.ant-picker-multiple .ant-picker-selection-overflow .ant-picker-selection-item-remove>* {
    line-height: 1;
}

:where(.css-142vneq).ant-picker.ant-picker-multiple .ant-picker-selection-overflow .ant-picker-selection-item-remove svg {
    display: inline-block;
}

:where(.css-142vneq).ant-picker.ant-picker-multiple .ant-picker-selection-overflow .ant-picker-selection-item-remove>.anticon {
    vertical-align: -0.2em;
}

:where(.css-142vneq).ant-picker.ant-picker-multiple .ant-picker-selection-overflow .ant-picker-selection-item-remove:hover {
    color: rgba(0, 0, 0, 0.88);
}

:where(.css-142vneq).ant-picker.ant-picker-multiple .ant-picker-multiple-input {
    width: 0;
    height: 0;
    border: 0;
    visibility: hidden;
    position: absolute;
    z-index: -1;
}

:where(.css-142vneq).ant-picker-compact-item:not(.ant-picker-compact-last-item) {
    margin-inline-end: -1px;
}

:where(.css-142vneq).ant-picker-compact-item:hover, :where(.css-142vneq).ant-picker-compact-item:active {
    z-index: 2;
}

:where(.css-142vneq).ant-picker-compact-item.ant-picker-focused {
    z-index: 2;
}

:where(.css-142vneq).ant-picker-compact-item[disabled] {
    z-index: 0;
}

:where(.css-142vneq).ant-picker-compact-item:not(.ant-picker-compact-first-item):not(.ant-picker-compact-last-item) {
    border-radius: 0;
}

:where(.css-142vneq).ant-picker-compact-item:not(.ant-picker-compact-last-item).ant-picker-compact-first-item, :where(.css-142vneq).ant-picker-compact-item:not(.ant-picker-compact-last-item).ant-picker-compact-first-item.ant-picker-sm, :where(.css-142vneq).ant-picker-compact-item:not(.ant-picker-compact-last-item).ant-picker-compact-first-item.ant-picker-lg {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-142vneq).ant-picker-compact-item:not(.ant-picker-compact-first-item).ant-picker-compact-last-item, :where(.css-142vneq).ant-picker-compact-item:not(.ant-picker-compact-first-item).ant-picker-compact-last-item.ant-picker-sm, :where(.css-142vneq).ant-picker-compact-item:not(.ant-picker-compact-first-item).ant-picker-compact-last-item.ant-picker-lg {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}