.container.svelte-1e5yp5n.svelte-1e5yp5n {
    width: 100%;
    margin-top: 32px
}

.messages .container.container.svelte-1e5yp5n.svelte-1e5yp5n:first-child,
.container.agent.svelte-1e5yp5n.svelte-1e5yp5n {
    margin-top: 0
}

.avatar.svelte-1e5yp5n.svelte-1e5yp5n {
    height: 40px;
    width: 40px
}

.avatar.svelte-1e5yp5n img.svelte-1e5yp5n {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%
}

.message.svelte-1e5yp5n.svelte-1e5yp5n {
    line-height: var(--wx-chat-line-height);
    white-space: pre-wrap
}

.wrapper.svelte-1e5yp5n.svelte-1e5yp5n {
    padding: 12px;
    margin-left: 48px;
    background-color: var(--wx-chat-msg-blocks-background);
    border: 8px;
    border-radius: var(--wx-chat-msg-blocks-border-radius);
    border: var(--wx-chat-msg-blocks-border)
}

.agent.svelte-1e5yp5n .wrapper.svelte-1e5yp5n {
    display: flex;
    gap: 8px;
    margin-left: 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    border: none
}

.agent.svelte-1e5yp5n .blocks.svelte-1e5yp5n {
    box-shadow: 3px 0 #37a9ef inset;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background-color: var(--wx-chat-msg-blocks-background-agent);
    border: var(--wx-chat-msg-blocks-border);
    border-left: none
}

.blocks.svelte-1e5yp5n.svelte-1e5yp5n {
    padding: 16px 12px 12px;
    width: 100%;
    position: relative;
    cursor: pointer;
    border-radius: var(--wx-chat-msg-blocks-border-radius);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.massages-wrapper.svelte-1e5yp5n.svelte-1e5yp5n {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.controls.svelte-1e5yp5n.svelte-1e5yp5n {
    display: flex;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 4px;
    background-color: var(--wx-chat-msg-blocks-background-agent);
    box-shadow: var(--wx-chat-msg-blocks-controls-shadow);
    width: fit-content;
    position: absolute;
    right: 24px;
    top: -16px;
    opacity: 0;
    transition: all .2s linear
}

.blocks.svelte-1e5yp5n:hover .controls.svelte-1e5yp5n {
    opacity: 0
}

.icon.svelte-1e5yp5n.svelte-1e5yp5n {
    color: #9fa1ae;
    cursor: pointer;
    height: 16px;
    transition: all .2s linear
}

.icon.svelte-1e5yp5n.svelte-1e5yp5n:hover {
    color: var(--wx-color-primary)
}

.icon.svelte-1e5yp5n i.svelte-1e5yp5n {
    font-size: 16px;
    line-height: 16px
}

.container.svelte-qghbhf.svelte-qghbhf {
    width: 100%;
    display: flex;
    justify-content: end
}

.container.agent.svelte-qghbhf.svelte-qghbhf {
    justify-content: start
}


/* Mobile responsiveness */
@media (max-width: 768px) {
    .wrapper.svelte-qghbhf.svelte-qghbhf {
        width: 85% !important;
    }
    .agent.svelte-qghbhf .wrapper.svelte-qghbhf {
        width: calc(90% + 28px) !important;
    }
}


.wrapper.svelte-qghbhf.svelte-qghbhf {
    width: 65%;
    display: flex;
    justify-content: end;
    gap: 12px
}

.agent.svelte-qghbhf .wrapper.svelte-qghbhf {
    width: calc(65% + 28px);
    justify-content: start
}

.name.svelte-qghbhf.svelte-qghbhf {
    margin-left: auto
}

.agent.svelte-qghbhf .name.svelte-qghbhf {
    margin-left: 0
}

.message.svelte-qghbhf.svelte-qghbhf {
    background-color: var(--wx-chat-msg-background);
    padding: 8px 12px;
    white-space: pre-wrap;
    line-height: 24px;
    border-radius: 6px 0 6px 6px;
    width: 100%
}

.agent.svelte-qghbhf .message.svelte-qghbhf {
    background-color: var(--wx-chat-msg-background-agent);
    border-radius: 0 6px 6px;
    width: 100%
}

.name.svelte-qghbhf.svelte-qghbhf {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px
}

.agent-message.svelte-qghbhf.svelte-qghbhf {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    cursor: pointer
}

.icon.svelte-qghbhf.svelte-qghbhf {
    opacity: 0;
    height: 24px;
    color: #9fa1ae;
    cursor: pointer
}

.icon.svelte-qghbhf i.svelte-qghbhf {
    font-size: 24px;
    line-height: 24px
}

.icon.svelte-qghbhf.svelte-qghbhf:hover {
    color: var(--wx-color-primary)
}

.agent-message.svelte-qghbhf:hover .icon.svelte-qghbhf {
    opacity: 0;
    transition: all .2s linear
}

.main.svelte-qghbhf.svelte-qghbhf {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%
}

.avatar.svelte-qghbhf.svelte-qghbhf {
    height: 32px;
    width: 32px
}

.avatar.svelte-qghbhf img.svelte-qghbhf {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%
}

.container.svelte-tp21bu.svelte-tp21bu {
    box-sizing: border-box;
    width: 100%;
    background-color: var(--wx-chat-msg-background);
    padding: 20px 12px;
    border-radius: var(--wx-chat-msg-cards-border-radius);
    border: var(--wx-chat-msg-cards-border)
}

.container.agent.svelte-tp21bu.svelte-tp21bu {
    background-color: var(--wx-chat-msg-background-agent);
    padding: 12px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border: var(--wx-chat-msg-cards-border-agent)
}

.container.svelte-tp21bu:hover .icon.svelte-tp21bu {
    opacity: 0;
    transition: all .2s linear
}

.agent.svelte-tp21bu .icon.svelte-tp21bu {
    margin-left: auto;
    opacity: 0;
    height: 24px
}

.toolbar.svelte-tp21bu.svelte-tp21bu {
    width: 100%;
    display: flex;
    align-items: flex-end;
    gap: 8px
}

.icon.svelte-tp21bu.svelte-tp21bu {
    color: var(--wx-chat-msg-icon-color);
    cursor: pointer
}

.icon.svelte-tp21bu.svelte-tp21bu:hover {
    color: var(--wx-color-primary)
}

.icon.svelte-tp21bu i.svelte-tp21bu {
    font-size: 24px;
    line-height: 24px
}

.avatar.svelte-tp21bu.svelte-tp21bu {
    height: var(--wx-chat-msg-cards-avatar-icon-size);
    width: var(--wx-chat-msg-cards-avatar-icon-size)
}

.avatar.svelte-tp21bu img.svelte-tp21bu {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%
}

.name.svelte-tp21bu.svelte-tp21bu {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px
}

.message.svelte-tp21bu.svelte-tp21bu {
    line-height: var(--wx-chat-line-height);
    white-space: pre-wrap
}

.container.svelte-phcvex.svelte-phcvex {
    width: 100%;
    padding: 16px;
    border-radius: 2px;
    display: flex;
    gap: 8px
}

.container.agent.svelte-phcvex.svelte-phcvex {
    cursor: pointer
}

.container.svelte-phcvex.svelte-phcvex:hover {
    background-color: var(--wx-chat-msg-flow-background-hover)
}

.container.svelte-phcvex:hover .icon.svelte-phcvex {
    opacity: 0;
    transition: all .2s linear
}

.wrapper.svelte-phcvex.svelte-phcvex {
    width: 100%
}

.toolbar.svelte-phcvex.svelte-phcvex {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.message.svelte-phcvex.svelte-phcvex {
    line-height: var(--wx-chat-line-height);
    white-space: pre-wrap
}

.avatar-icon.svelte-phcvex.svelte-phcvex {
    height: 26px;
    min-width: 26px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    color: var(--wx-chat-msg-flow-icon-color);
    background-color: var(--wx-chat-msg-flow-avatar-icon-background);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.avatar-icon.svelte-phcvex img.svelte-phcvex {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%
}

.agent.svelte-phcvex .avatar-icon.svelte-phcvex {
    font-size: 14px;
    line-height: 20px;
    background-color: #10a37f
}

.avatar-icon.svelte-phcvex .initials.svelte-phcvex {
    width: 24px;
    text-align: center
}

.agent.svelte-phcvex .avatar-icon.svelte-phcvex svg path:last-child {
    fill: var(--wx-chat-msg-flow-icon-color)
}

.agent.svelte-phcvex .avatar-icon.svelte-phcvex svg circle {
    stroke: var(--wx-chat-msg-flow-icon-color)
}

.name.svelte-phcvex.svelte-phcvex {
    font-weight: 600;
    font-size: 14px;
    line-height: var(--wx-chat-line-height)
}

.icon.svelte-phcvex.svelte-phcvex {
    color: var(--wx-chat-msg-icon-color);
    cursor: pointer;
    opacity: 0;
    height: var(--wx-chat-msg-flow-icon-size)
}

.icon.svelte-phcvex.svelte-phcvex:hover {
    color: var(--wx-color-primary)
}

.icon.svelte-phcvex i.svelte-phcvex {
    font-size: var(--wx-chat-msg-flow-icon-size);
    line-height: var(--wx-chat-msg-flow-icon-size)
}

.wx-md.svelte-t1424q .wx-cursor {
    display: inline-block;
    background: #444;
    width: 1ch;
    animation: svelte-t1424q-wx-md-cursor-flicker .8s infinite;
    margin-bottom: 4px;
    height: 100%
}

@keyframes svelte-t1424q-wx-md-cursor-flicker {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.cursor.svelte-1yks60f {
    display: inline-block;
    background: #444;
    width: 1ch;
    animation: svelte-1yks60f-flicker .8s infinite;
    margin-bottom: 4px
}

@keyframes svelte-1yks60f-flicker {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.messages.svelte-qm0dc9 {
    display: flex;
    flex-direction: column
}

.messages.bubbles.svelte-qm0dc9 {
    gap: 24px
}

.messages.cards.svelte-qm0dc9 {
    gap: 16px
}

.messages.blocks.svelte-qm0dc9 {
    gap: 24px
}

textarea.svelte-1e9cxd5 {
    display: block;
    resize: vertical;
    width: var(--wx-input-width);
    max-width: 100%;
    padding: var(--wx-input-padding);
    outline: none;
    min-height: 100px;
    font-family: var(--wx-input-font-family);
    font-size: var(--wx-input-font-size);
    line-height: var(--wx-input-line-height);
    font-weight: var(--wx-input-font-weigth);
    text-align: var(--wx-input-text-align);
    color: var(--wx-input-font-color);
    border: var(--wx-input-border);
    border-radius: var(--wx-input-border-radius);
    background: var(--wx-input-background)
}

textarea.svelte-1e9cxd5:focus {
    border: var(--wx-input-border-focus)
}

textarea.svelte-1e9cxd5::placeholder {
    color: var(--wx-input-placeholder-color)
}

textarea[disabled].svelte-1e9cxd5 {
    cursor: not-allowed;
    border: var(--wx-input-border-disabled);
    color: var(--wx-color-font-disabled);
    background: var(--wx-input-background-disabled);
    resize: none
}

textarea[disabled].svelte-1e9cxd5::placeholder {
    color: var(--wx-color-font-disabled)
}

textarea.error.svelte-1e9cxd5 {
    border-color: var(--wx-color-danger);
    color: var(--wx-color-danger)
}

button.svelte-16d1jeh.svelte-16d1jeh {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    text-transform: var(--wx-button-text-transform);
    font-family: var(--wx-button-font-family);
    font-size: var(--wx-button-font-size);
    line-height: var(--wx-button-line-height);
    font-weight: var(--wx-button-font-weigth);
    padding: var(--wx-button-padding);
    border: var(--wx-button-border);
    border-radius: var(--wx-button-border-radius);
    background-color: var(--wx-button-background);
    color: var(--wx-button-font-color);
    cursor: pointer;
    box-shadow: none;
    transition: none;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    user-select: none;
    min-width: var(--wx-button-width)
}

button.svelte-16d1jeh.svelte-16d1jeh:hover {
    background-image: linear-gradient(#0000001a 0% 100%)
}

button.svelte-16d1jeh.svelte-16d1jeh,
button.svelte-16d1jeh.svelte-16d1jeh:focus,
button.svelte-16d1jeh.svelte-16d1jeh:active {
    outline: none
}

button.svelte-16d1jeh.svelte-16d1jeh:active:not([disabled]) {
    opacity: .8
}

button[disabled].svelte-16d1jeh.svelte-16d1jeh {
    cursor: not-allowed;
    background: var(--wx-color-disabled);
    border-color: transparent;
    color: var(--wx-color-font-disabled)
}

.block.svelte-16d1jeh.svelte-16d1jeh {
    display: block;
    width: 100%
}

.square.svelte-16d1jeh.svelte-16d1jeh {
    border-radius: 0
}

i.svelte-16d1jeh.svelte-16d1jeh {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: var(--wx-button-icon-size);
    line-height: 1;
    height: var(--wx-button-line-height);
    margin-right: 2px;
    opacity: .7
}

i.svelte-16d1jeh.svelte-16d1jeh:before {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.icon.svelte-16d1jeh.svelte-16d1jeh {
    padding-left: var(--wx-button-icon-indent);
    padding-right: var(--wx-button-icon-indent);
    min-width: auto
}

.icon.svelte-16d1jeh i.svelte-16d1jeh {
    margin: 0;
    opacity: 1
}

.primary.svelte-16d1jeh.svelte-16d1jeh {
    background-color: var(--wx-color-primary);
    color: var(--wx-color-primary-font)
}

.secondary.svelte-16d1jeh.svelte-16d1jeh {
    background: var(--wx-color-secondary);
    color: var(--wx-color-secondary-font);
    border-color: var(--wx-color-secondary-border)
}

.secondary.svelte-16d1jeh.svelte-16d1jeh:hover:not([disabled]),
.secondary.pressed.svelte-16d1jeh.svelte-16d1jeh:not([disabled]),
.secondary.pressed.svelte-16d1jeh.svelte-16d1jeh:hover:not([disabled]),
.secondary.pressed.svelte-16d1jeh.svelte-16d1jeh:active:not([disabled]) {
    background: var(--wx-color-secondary-hover);
    color: var(--wx-color-secondary-font-hover)
}

.secondary[disabled].svelte-16d1jeh.svelte-16d1jeh {
    border-color: var(--wx-color-secondary-border-disabled)
}

.danger.svelte-16d1jeh.svelte-16d1jeh {
    background-color: var(--wx-color-danger);
    color: var(--wx-button-danger-font-color)
}

.link.svelte-16d1jeh.svelte-16d1jeh {
    color: var(--wx-color-link);
    padding: 0;
    border: none;
    vertical-align: baseline
}

.link.svelte-16d1jeh.svelte-16d1jeh,
.link.svelte-16d1jeh.svelte-16d1jeh:hover,
.link[disabled].svelte-16d1jeh.svelte-16d1jeh {
    background: transparent
}

.link[disabled].svelte-16d1jeh.svelte-16d1jeh {
    color: var(--wx-color-font-disabled)
}

.pressed.svelte-16d1jeh.svelte-16d1jeh,
.pressed.svelte-16d1jeh.svelte-16d1jeh:hover,
.pressed.svelte-16d1jeh.svelte-16d1jeh:active,
.pressed[disabled].svelte-16d1jeh.svelte-16d1jeh {
    opacity: .8;
    background-image: linear-gradient(#0000001a 0% 100%);
    box-shadow: inset 0 2px 2px 1px #00000026
}

div.svelte-s0njlb.svelte-s0njlb {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: var(--wx-input-width)
}

input.svelte-s0njlb.svelte-s0njlb {
    appearance: none;
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0
}

label.svelte-s0njlb.svelte-s0njlb {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    font-family: var(--wx-checkbox-font-family);
    font-size: var(--wx-checkbox-font-size);
    line-height: var(--wx-checkbox-line-height);
    font-weight: var(--wx-checkbox-font-weight);
    color: var(--wx-checkbox-font-color);
    cursor: pointer
}

span.svelte-s0njlb.svelte-s0njlb {
    display: block
}

span.svelte-s0njlb+span.svelte-s0njlb {
    margin-left: 8px;
    padding-top: calc((var(--wx-checkbox-height) - var(--wx-checkbox-line-height)) / 2);
    padding-bottom: calc((var(--wx-checkbox-height) - var(--wx-checkbox-line-height)) / 2)
}

span.svelte-s0njlb.svelte-s0njlb:first-child {
    position: relative;
    flex-shrink: 0;
    padding-top: calc((var(--wx-checkbox-height) - var(--wx-checkbox-size)) / 2);
    padding-bottom: calc((var(--wx-checkbox-height) - var(--wx-checkbox-size)) / 2)
}

span.svelte-s0njlb.svelte-s0njlb:first-child:before {
    content: "";
    display: block;
    width: var(--wx-checkbox-size);
    height: var(--wx-checkbox-size);
    border: var(--wx-checkbox-border-width) solid var(--wx-checkbox-border-color);
    border-radius: var(--wx-checkbox-border-radius);
    background: var(--wx-input-background)
}

span.svelte-s0njlb.svelte-s0njlb:first-child:after {
    content: "";
    position: absolute;
    display: none;
    left: 50%;
    top: 50%;
    width: calc(var(--wx-checkbox-size) * .56);
    height: calc(var(--wx-checkbox-size) * .32);
    border-style: solid;
    border-color: var(--wx-color-primary-font);
    border-width: 0 0 calc(var(--wx-checkbox-size) * .12) calc(var(--wx-checkbox-size) * .12);
    transform: rotate(-45deg);
    margin-left: calc(var(--wx-checkbox-size) * -.26);
    margin-top: calc(var(--wx-checkbox-size) * -.24)
}

input:checked~label.svelte-s0njlb span.svelte-s0njlb:first-child:before {
    background: var(--wx-color-primary);
    border-color: transparent
}

input:checked~label.svelte-s0njlb span.svelte-s0njlb:first-child:after {
    display: block
}

input[disabled].svelte-s0njlb~label.svelte-s0njlb {
    color: var(--wx-checkbox-border-color-disabled);
    cursor: not-allowed
}

input[disabled]:not(:checked)~label.svelte-s0njlb span.svelte-s0njlb:first-child:before {
    border-color: var(--wx-checkbox-border-color-disabled)
}

input[disabled]:checked~label.svelte-s0njlb span.svelte-s0njlb:first-child:before {
    background: var(--wx-checkbox-border-color-disabled)
}

input[disabled]~label.svelte-s0njlb span.svelte-s0njlb:first-child:after {
    border-color: var(--wx-input-background)
}

.group.svelte-1nfyl6r.svelte-1nfyl6r {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: calc(var(--wx-field-gutter) * -1)
}

.group-item.svelte-1nfyl6r.svelte-1nfyl6r {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: var(--wx-field-gutter)
}

.group.inline.svelte-1nfyl6r .group-item.svelte-1nfyl6r {
    flex: none;
    padding-right: var(--wx-field-gutter)
}

.group.grid.svelte-1nfyl6r .group-item.svelte-1nfyl6r {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: var(--wx-field-gutter)
}

.dropdown.svelte-nevbmr {
    position: absolute;
    z-index: 5;
    background: var(--wx-popup-background);
    box-shadow: var(--wx-popup-shadow);
    border: var(--wx-popup-border);
    border-radius: var(--wx-popup-border-radius);
    overflow: hidden
}

.top-center.svelte-nevbmr {
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%) translateY(-2px)
}

.top-start.svelte-nevbmr {
    top: 0;
    left: 0;
    transform: translateY(-100%) translateY(-2px)
}

.top-end.svelte-nevbmr {
    top: 0;
    right: 0;
    transform: translateY(-100%) translateY(-2px)
}

.bottom-center.svelte-nevbmr {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%) translateY(2px)
}

.bottom-start.svelte-nevbmr {
    bottom: 0;
    left: 0;
    transform: translateY(100%) translateY(2px)
}

.bottom-end.svelte-nevbmr {
    bottom: 0;
    right: 0;
    transform: translateY(100%) translateY(2px)
}

.left-center.svelte-nevbmr {
    bottom: 50%;
    left: 0;
    transform: translate(-100%, 50%) translate(-2px)
}

.left-start.svelte-nevbmr {
    top: 0;
    left: 0;
    transform: translate(-100%) translate(-2px)
}

.left-end.svelte-nevbmr {
    bottom: 0;
    left: 0;
    transform: translate(-100%) translate(-2px)
}

.right-center.svelte-nevbmr {
    bottom: 50%;
    right: 0;
    transform: translate(100%, 50%) translate(2px)
}

.right-start.svelte-nevbmr {
    top: 0;
    right: 0;
    transform: translate(100%) translate(2px)
}

.right-end.svelte-nevbmr {
    bottom: 0;
    right: 0;
    transform: translate(100%) translate(2px)
}

.color-picker.svelte-11qz1f2.svelte-11qz1f2 {
    position: relative;
    width: var(--wx-input-width)
}

.selected.svelte-11qz1f2.svelte-11qz1f2 {
    position: absolute;
    left: var(--wx-input-icon-indent);
    top: 50%;
    transform: translateY(-50%)
}

.colors.svelte-11qz1f2.svelte-11qz1f2 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px
}

.color.svelte-11qz1f2.svelte-11qz1f2 {
    width: var(--wx-input-icon-size);
    height: var(--wx-input-icon-size);
    border-radius: var(--wx-input-border-radius);
    cursor: pointer
}

input.svelte-11qz1f2.svelte-11qz1f2 {
    display: block;
    width: 100%;
    height: var(--wx-input-height);
    outline: none;
    background: var(--wx-input-background);
    border: var(--wx-input-border);
    border-radius: var(--wx-input-border-radius);
    font-family: var(--wx-input-font-family);
    font-size: var(--wx-input-font-size);
    line-height: var(--wx-input-line-height);
    font-weight: var(--wx-input-font-weigth);
    text-align: var(--wx-input-text-align);
    color: var(--wx-input-font-color);
    padding: var(--wx-input-padding);
    padding-right: calc(var(--wx-input-icon-size) + var(--wx-input-icon-indent) * 2);
    padding-left: calc(var(--wx-input-icon-size) + var(--wx-input-icon-indent) * 2);
    overflow: hidden;
    text-overflow: ellipsis
}

input.focus.svelte-11qz1f2.svelte-11qz1f2 {
    border: var(--wx-input-border-focus)
}

input.svelte-11qz1f2.svelte-11qz1f2::placeholder {
    color: var(--wx-input-placeholder-color)
}

input[disabled].svelte-11qz1f2.svelte-11qz1f2 {
    cursor: not-allowed;
    border: var(--wx-input-border-disabled);
    color: var(--wx-color-font-disabled);
    background: var(--wx-input-background-disabled)
}

input[disabled].svelte-11qz1f2.svelte-11qz1f2::placeholder {
    color: var(--wx-color-font-disabled)
}

input[disabled].svelte-11qz1f2~.color.svelte-11qz1f2,
input[disabled].svelte-11qz1f2~.empty.svelte-11qz1f2 {
    cursor: not-allowed
}

input.error.svelte-11qz1f2.svelte-11qz1f2 {
    border-color: var(--wx-color-danger);
    color: var(--wx-color-danger)
}

.empty.svelte-11qz1f2.svelte-11qz1f2 {
    width: var(--wx-input-icon-size);
    height: var(--wx-input-icon-size);
    border: var(--wx-input-border);
    border-radius: var(--wx-input-border-radius);
    background: linear-gradient(to top left, #0000 0% calc(50% - 1px), red 50%, #0000 calc(50% + 1px) 100%);
    cursor: pointer;
    user-select: none
}

.clear.svelte-11qz1f2.svelte-11qz1f2 {
    position: absolute;
    right: var(--wx-input-icon-indent);
    top: 50%;
    transform: translateY(-50%);
    font-size: var(--wx-input-icon-size);
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--wx-input-icon-size);
    height: var(--wx-input-icon-size);
    border-radius: var(--wx-input-border-radius);
    color: var(--wx-input-icon-color);
    cursor: pointer
}

.clear.svelte-11qz1f2.svelte-11qz1f2:hover {
    background: var(--wx-background-hover)
}

.color-select.svelte-1w7spl1 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 8px;
    width: 100%
}

.color-block.svelte-1w7spl1 {
    height: 140px;
    width: 100%;
    position: relative;
    box-shadow: 0 1px 3px #0003
}

.color-block.svelte-1w7spl1:before,
.color-block.svelte-1w7spl1:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute
}

.color-block.svelte-1w7spl1:before {
    background-image: linear-gradient(0deg, #000, #fff0);
    z-index: 2
}

.color-block.svelte-1w7spl1:after {
    background-image: linear-gradient(90deg, #fff, #cb998000);
    z-index: 1
}

.color-block__slider.svelte-1w7spl1 {
    height: 16px;
    width: 16px;
    margin: -8px 0 0 -8px
}

.slider.svelte-1w7spl1 {
    border: 2px solid white;
    border-radius: 50%;
    position: absolute;
    z-index: 3;
    box-shadow: 0 1px 3px #0003
}

.slider.svelte-1w7spl1:focus,
.slider.svelte-1w7spl1:hover {
    outline: none;
    box-shadow: 0 1px 3px #0003, inset 0 0 4px #fff
}

.color-line.svelte-1w7spl1 {
    width: 100%;
    height: 8px;
    background-image: linear-gradient(90deg, red, #ff0 17%, #0f0 33%, #0ff, #00f 67%, #f0f 83%, red);
    position: relative;
    border-radius: 6px
}

.color-line__slider.svelte-1w7spl1 {
    height: 14px;
    width: 14px;
    margin: 0 0 0 -7px;
    top: -4px
}

.color-controls.svelte-1w7spl1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.color.svelte-1w7spl1,
.text.svelte-1w7spl1 {
    width: calc(50% - 4px)
}

.color.svelte-1w7spl1 {
    height: 32px
}

.text.svelte-1w7spl1 {
    outline: none;
    background: var(--wx-input-background);
    border: var(--wx-input-border);
    border-radius: var(--wx-input-border-radius);
    font-family: var(--wx-input-font-family);
    font-size: var(--wx-input-font-size);
    line-height: var(--wx-input-line-height);
    font-weight: var(--wx-input-font-weigth);
    text-align: var(--wx-input-text-align);
    color: var(--wx-input-font-color);
    padding: var(--wx-input-padding)
}

.text.svelte-1w7spl1:focus {
    border: var(--wx-input-border-focus)
}

.color-picker.svelte-1dtqn0e.svelte-1dtqn0e {
    position: relative;
    width: var(--wx-input-width)
}

.color.svelte-1dtqn0e.svelte-1dtqn0e {
    width: var(--wx-input-icon-size);
    height: var(--wx-input-icon-size);
    border-radius: var(--wx-input-border-radius);
    cursor: pointer;
    position: absolute;
    left: var(--wx-input-icon-indent);
    top: 50%;
    transform: translateY(-50%)
}

input.svelte-1dtqn0e.svelte-1dtqn0e {
    display: block;
    width: 100%;
    height: var(--wx-input-height);
    outline: none;
    background: var(--wx-input-background);
    border: var(--wx-input-border);
    border-radius: var(--wx-input-border-radius);
    font-family: var(--wx-input-font-family);
    font-size: var(--wx-input-font-size);
    line-height: var(--wx-input-line-height);
    font-weight: var(--wx-input-font-weigth);
    text-align: var(--wx-input-text-align);
    color: var(--wx-input-font-color);
    padding: var(--wx-input-padding);
    padding-right: calc(var(--wx-input-icon-size) + var(--wx-input-icon-indent) * 2);
    padding-left: calc(var(--wx-input-icon-size) + var(--wx-input-icon-indent) * 2);
    overflow: hidden;
    text-overflow: ellipsis
}

input.focus.svelte-1dtqn0e.svelte-1dtqn0e {
    border: var(--wx-input-border-focus)
}

input.svelte-1dtqn0e.svelte-1dtqn0e::placeholder {
    color: var(--wx-input-placeholder-color)
}

input[disabled].svelte-1dtqn0e.svelte-1dtqn0e {
    cursor: not-allowed;
    border: var(--wx-input-border-disabled);
    color: var(--wx-color-font-disabled);
    background: var(--wx-input-background-disabled)
}

input[disabled].svelte-1dtqn0e.svelte-1dtqn0e::placeholder {
    color: var(--wx-color-font-disabled)
}

input[disabled].svelte-1dtqn0e~.color.svelte-1dtqn0e {
    cursor: not-allowed
}

input.error.svelte-1dtqn0e.svelte-1dtqn0e {
    border-color: var(--wx-color-danger);
    color: var(--wx-color-danger)
}

.list.svelte-307mfl {
    max-height: 250px;
    overflow-y: auto
}

.item.svelte-307mfl {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-family: var(--wx-input-font-family);
    font-size: var(--wx-input-font-size);
    line-height: var(--wx-input-line-height);
    font-weight: var(--wx-input-font-weigth);
    color: var(--wx-input-font-color);
    padding: var(--wx-input-padding);
    cursor: pointer
}

.item.focus.svelte-307mfl {
    background: var(--wx-background-hover)
}

.no-data.svelte-307mfl {
    padding: var(--wx-input-padding)
}

.combo.svelte-194551u.svelte-194551u {
    position: relative;
    width: var(--wx-input-width)
}

input.svelte-194551u.svelte-194551u {
    display: block;
    width: 100%;
    height: var(--wx-input-height);
    outline: none;
    background: var(--wx-input-background);
    border: var(--wx-input-border);
    border-radius: var(--wx-input-border-radius);
    font-family: var(--wx-input-font-family);
    font-size: var(--wx-input-font-size);
    line-height: var(--wx-input-line-height);
    font-weight: var(--wx-input-font-weigth);
    text-align: var(--wx-input-text-align);
    color: var(--wx-input-font-color);
    padding: var(--wx-input-padding);
    padding-right: calc(var(--wx-input-icon-size) + var(--wx-input-icon-indent) * 2);
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer
}

input.svelte-194551u.svelte-194551u:focus {
    border: var(--wx-input-border-focus)
}

input.svelte-194551u.svelte-194551u::placeholder {
    color: var(--wx-input-placeholder-color)
}

input[disabled].svelte-194551u.svelte-194551u {
    cursor: not-allowed;
    border: var(--wx-input-border-disabled);
    color: var(--wx-color-font-disabled);
    background: var(--wx-input-background-disabled)
}

input[disabled].svelte-194551u.svelte-194551u::placeholder {
    color: var(--wx-color-font-disabled)
}

input[disabled].svelte-194551u~.icon.svelte-194551u {
    color: var(--wx-color-font-disabled)
}

input.error.svelte-194551u.svelte-194551u {
    border-color: var(--wx-color-danger);
    color: var(--wx-color-danger)
}

input.error.svelte-194551u~.icon.svelte-194551u {
    color: var(--wx-color-danger)
}

.icon.svelte-194551u.svelte-194551u {
    position: absolute;
    right: var(--wx-input-icon-indent);
    top: 50%;
    transform: translateY(-50%);
    font-size: var(--wx-input-icon-size);
    line-height: 1;
    width: var(--wx-input-icon-size);
    height: var(--wx-input-icon-size);
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    user-select: none;
    color: var(--wx-input-icon-color)
}

.icon.svelte-194551u.svelte-194551u:before {
    display: block
}

.icon.wxi-close.svelte-194551u.svelte-194551u {
    pointer-events: all
}

.icon.wxi-close.svelte-194551u.svelte-194551u:hover {
    color: var(--wx-color-danger)
}

.input.svelte-19ho9fz.svelte-19ho9fz {
    position: relative;
    width: var(--wx-input-width)
}

.input.disabled.svelte-19ho9fz .icon.svelte-19ho9fz {
    color: var(--wx-color-font-disabled)
}

.input.error.svelte-19ho9fz .icon.svelte-19ho9fz {
    color: var(--wx-color-danger)
}

.icon.svelte-19ho9fz.svelte-19ho9fz {
    position: absolute;
    right: var(--wx-input-icon-indent);
    top: 50%;
    transform: translateY(-50%);
    font-size: var(--wx-input-icon-size);
    line-height: 1;
    width: var(--wx-input-icon-size);
    height: var(--wx-input-icon-size);
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    user-select: none;
    color: var(--wx-input-icon-color)
}

.icon.svelte-19ho9fz.svelte-19ho9fz:before {
    display: block
}

.wx-icon-left.svelte-19ho9fz .icon.svelte-19ho9fz {
    right: auto;
    left: var(--wx-input-icon-indent)
}

input.svelte-19ho9fz.svelte-19ho9fz {
    display: block;
    width: var(--wx-input-width);
    height: var(--wx-input-height);
    max-width: 100%;
    padding: var(--wx-input-padding);
    outline: none;
    font-family: var(--wx-input-font-family);
    font-size: var(--wx-input-font-size);
    line-height: var(--wx-input-line-height);
    font-weight: var(--wx-input-font-weigth);
    text-align: var(--wx-input-text-align);
    color: var(--wx-input-font-color);
    border: var(--wx-input-border);
    border-radius: var(--wx-input-border-radius);
    background: var(--wx-input-background);
    overflow: hidden;
    text-overflow: ellipsis
}

input.svelte-19ho9fz.svelte-19ho9fz:focus {
    border: var(--wx-input-border-focus)
}

input.svelte-19ho9fz.svelte-19ho9fz::placeholder {
    color: var(--wx-input-placeholder-color)
}

.wx-icon-left.svelte-19ho9fz input.svelte-19ho9fz {
    padding-left: calc(var(--wx-input-icon-size) + var(--wx-input-icon-indent) * 2)
}

.wx-icon-right.svelte-19ho9fz input.svelte-19ho9fz {
    padding-right: calc(var(--wx-input-icon-size) + var(--wx-input-icon-indent) * 2)
}

input[disabled].svelte-19ho9fz.svelte-19ho9fz {
    cursor: not-allowed !important;
    border: var(--wx-input-border-disabled);
    color: var(--wx-color-font-disabled);
    background: var(--wx-input-background-disabled)
}

input[disabled].svelte-19ho9fz.svelte-19ho9fz::placeholder {
    color: var(--wx-color-font-disabled)
}

.error.svelte-19ho9fz input.svelte-19ho9fz {
    border-color: var(--wx-color-danger);
    color: var(--wx-color-danger)
}

.title.svelte-19ho9fz input.svelte-19ho9fz {
    border: 1px solid transparent;
    font-weight: var(--wx-font-weight-md);
    font-size: var(--wx-font-size-md);
    line-height: var(--wx-line-height-md);
    color: var(--wx-color-secondary-font);
    margin-left: -8px;
    width: calc(100% + 8px)
}

.title.svelte-19ho9fz:focus:not([disabled]) input.svelte-19ho9fz {
    border: var(--wx-input-border-focus)
}

.title.svelte-19ho9fz:hover:not([disabled]) input.svelte-19ho9fz {
    border: var(--wx-input-border-focus)
}

.header.svelte-msjeg8 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: calc(var(--wx-calendar-gap) * 2);
    font-size: var(--wx-calendar-header-font-size);
    line-height: var(--wx-calendar-header-line-height);
    font-weight: var(--wx-calendar-header-font-weight)
}

.spacer.svelte-msjeg8,
.pager.svelte-msjeg8 {
    width: var(--wx-calendar-cell-size);
    height: var(--wx-calendar-cell-size);
    flex-shrink: 0
}

.pager.svelte-msjeg8 {
    cursor: pointer;
    border-radius: 50%;
    line-height: 1;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    user-select: none;
    color: var(--wx-calendar-icon-color);
    font-size: var(--wx-calendar-icon-size)
}

.pager.svelte-msjeg8:before {
    display: block
}

.pager.svelte-msjeg8:hover {
    background-color: var(--wx-background-hover)
}

.label.svelte-msjeg8 {
    flex: 0 0 calc(100% - var(--wx-calendar-cell-size) * 2);
    max-width: calc(100% - var(--wx-calendar-cell-size) * 2);
    text-align: center;
    color: var(--wx-color-link);
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

button.svelte-17vhx26 {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    font-family: var(--wx-calendar-controls-font-family);
    font-size: var(--wx-calendar-controls-font-size);
    line-height: var(--wx-calendar-controls-line-height);
    font-weight: var(--wx-calendar-controls-font-weight);
    text-transform: none;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    color: var(--wx-calendar-controls-font-color);
    cursor: pointer;
    box-shadow: none;
    transition: none;
    max-width: 100%;
    user-select: none
}

button.svelte-17vhx26,
button.svelte-17vhx26:focus,
button.svelte-17vhx26:active {
    outline: none
}

button.svelte-17vhx26:active {
    opacity: .8
}

.weekdays.svelte-1e3vp0h {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: calc(var(--wx-calendar-gap) * 1.5)
}

.weekday.svelte-1e3vp0h {
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
    font-size: var(--wx-font-size-sm);
    line-height: var(--wx-line-height-sm);
    color: var(--wx-color-font-alt);
    text-align: center
}

.days.svelte-1e3vp0h {
    display: flex;
    flex-wrap: wrap
}

.day.svelte-1e3vp0h {
    border-radius: var(--wx-calendar-border-radius);
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
    height: calc(var(--wx-calendar-cell-size) - var(--wx-calendar-line-gap) * 2);
    margin: calc(var(--wx-calendar-line-gap) / 2) 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    text-align: center
}

.day.svelte-1e3vp0h:not(.out):not(.selected) {
    cursor: pointer
}

.day.svelte-1e3vp0h:not(.out):not(.selected):hover {
    background: var(--wx-background-hover)
}

.day.out.svelte-1e3vp0h {
    color: var(--wx-color-font-disabled)
}

.day.selected.svelte-1e3vp0h:not(.out) {
    background: var(--wx-color-primary);
    color: var(--wx-color-primary-font)
}

.day.selected.left.svelte-1e3vp0h:not(.out) {
    border-radius: calc(var(--wx-calendar-border-radius)) 0 0 calc(var(--wx-calendar-border-radius))
}

.day.selected.right.svelte-1e3vp0h:not(.out) {
    border-radius: 0 calc(var(--wx-calendar-border-radius)) calc(var(--wx-calendar-border-radius)) 0
}

.day.inrange.svelte-1e3vp0h:not(.out) {
    border-radius: 0;
    background: var(--wx-color-primary-selected)
}

.day.weekend.svelte-1e3vp0h:not(.selected):not(.out) {
    color: var(--wx-color-primary)
}

.day.inactive.svelte-1e3vp0h {
    pointer-events: none
}

.months.svelte-k8e348 {
    display: flex;
    flex-wrap: wrap;
    margin: var(--wx-calendar-gap)
}

.month.svelte-k8e348 {
    flex: 0 0 calc(100% / 4 - var(--wx-calendar-gap) * 2);
    max-width: calc(100% / 4 - var(--wx-calendar-gap) * 2);
    margin: calc(var(--wx-calendar-gap) * 2) var(--wx-calendar-gap);
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    height: var(--wx-calendar-cell-size);
    border-radius: var(--wx-calendar-border-radius)
}

.month.current.svelte-k8e348 {
    background: var(--wx-color-primary);
    color: var(--wx-color-primary-font)
}

.month.svelte-k8e348:not(.current):hover {
    background-color: var(--wx-background-hover)
}

.buttons.svelte-k8e348 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-top: var(--wx-calendar-gap)
}

.years.svelte-1pig94f {
    display: flex;
    flex-wrap: wrap;
    margin: var(--wx-calendar-gap)
}

.year.svelte-1pig94f {
    flex: 0 0 calc(100% / 4 - var(--wx-calendar-gap) * 2);
    max-width: calc(100% / 4 - var(--wx-calendar-gap) * 2);
    margin: calc(var(--wx-calendar-gap) * 2) var(--wx-calendar-gap);
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    height: var(--wx-calendar-cell-size);
    border-radius: var(--wx-calendar-border-radius)
}

.year.current.svelte-1pig94f {
    background: var(--wx-color-primary);
    color: var(--wx-color-primary-font)
}

.year.svelte-1pig94f:not(.current):hover {
    background-color: var(--wx-background-hover)
}

.prev-decade.svelte-1pig94f,
.next-decade.svelte-1pig94f {
    color: var(--wx-color-font-disabled)
}

.buttons.svelte-1pig94f {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-top: var(--wx-calendar-gap)
}

.calendar.svelte-d7wx4g.svelte-d7wx4g {
    height: auto;
    width: 100%;
    padding: var(--wx-calendar-padding);
    cursor: default;
    font-family: var(--wx-calendar-font-family);
    font-size: var(--wx-calendar-font-size);
    line-height: var(--wx-calendar-line-height);
    font-weight: var(--wx-calendar-font-weight);
    color: var(--wx-calendar-font-color)
}

.calendar.part.svelte-d7wx4g.svelte-d7wx4g {
    padding-bottom: 0
}

.wrap.svelte-d7wx4g.svelte-d7wx4g {
    width: calc(var(--wx-calendar-cell-size) * 7);
    margin: 0 auto
}

.buttons.svelte-d7wx4g.svelte-d7wx4g {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    margin-top: calc(var(--wx-calendar-gap) * 2)
}

.button-item.svelte-d7wx4g+.button-item.svelte-d7wx4g {
    margin-left: calc(var(--wx-calendar-gap) * 3)
}

.calendars.svelte-19uf0gk {
    display: flex;
    padding-bottom: var(--wx-calendar-padding)
}

.half.svelte-19uf0gk {
    flex: 1
}

.datepicker.svelte-1v4ku41 {
    position: relative;
    width: var(--wx-input-width)
}

.icon.svelte-sjv9xl {
    color: var(--wx-color-font-alt);
    cursor: pointer;
    font-size: var(--wx-button-icon-size);
    padding: var(--wx-button-icon-indent);
    line-height: var(--wx-button-line-height);
    display: inline-block
}

.icon.svelte-sjv9xl:hover {
    background-color: var(--wx-background-hover)
}

.combo.svelte-7l7f0y.svelte-7l7f0y {
    position: relative;
    width: var(--wx-input-width)
}

.combo.focus.svelte-7l7f0y .wrapper.svelte-7l7f0y {
    border: var(--wx-input-border-focus)
}

.combo.disabled.svelte-7l7f0y .wrapper.svelte-7l7f0y {
    border: var(--wx-input-border-disabled);
    background: var(--wx-input-background-disabled)
}

.combo.disabled.svelte-7l7f0y .tag.svelte-7l7f0y {
    background: var(--wx-color-disabled);
    color: var(--wx-color-font-disabled)
}

.combo.svelte-7l7f0y:not(.disabled) .tag.svelte-7l7f0y {
    padding-right: calc(var(--wx-input-icon-size) + var(--wx-input-icon-indent) * 2)
}

.combo.disabled.svelte-7l7f0y input.svelte-7l7f0y {
    cursor: not-allowed;
    color: var(--wx-color-font-disabled)
}

.combo.disabled.svelte-7l7f0y .icon.svelte-7l7f0y {
    color: var(--wx-color-font-disabled)
}

.combo.error.svelte-7l7f0y .wrapper.svelte-7l7f0y {
    border-color: var(--wx-color-danger)
}

.combo.error.svelte-7l7f0y input.svelte-7l7f0y,
.combo.error.svelte-7l7f0y .icon.svelte-7l7f0y {
    color: var(--wx-color-danger)
}

.combo.not-empty.svelte-7l7f0y .tags.svelte-7l7f0y {
    gap: var(--wx-multicombo-tag-gap);
    padding: var(--wx-multicombo-tag-gap)
}

.combo.not-empty.svelte-7l7f0y input.svelte-7l7f0y {
    border-top: var(--wx-input-border)
}

.combo.not-empty.focus.svelte-7l7f0y input.svelte-7l7f0y {
    border-top: var(--wx-input-border-focus)
}

.combo.not-empty.disabled.svelte-7l7f0y input.svelte-7l7f0y {
    border-top: var(--wx-input-border-disabled)
}

.combo.not-empty.error.svelte-7l7f0y input.svelte-7l7f0y {
    border-top-color: var(--wx-color-danger)
}

.wrapper.svelte-7l7f0y.svelte-7l7f0y {
    border: var(--wx-input-border);
    border-radius: var(--wx-input-border-radius);
    background: var(--wx-input-background)
}

.tags.svelte-7l7f0y.svelte-7l7f0y {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    overflow: hidden
}

.tag.svelte-7l7f0y.svelte-7l7f0y {
    position: relative;
    font-family: var(--wx-input-font-family);
    font-size: var(--wx-input-font-size);
    line-height: var(--wx-input-line-height);
    font-weight: var(--wx-input-font-weigth);
    text-align: var(--wx-input-text-align);
    color: var(--wx-input-font-color);
    border: var(--wx-multicombo-tag-border);
    border-radius: var(--wx-multicombo-tag-border-radius);
    background: var(--wx-multicombo-tag-background);
    padding: var(--wx-multicombo-tag-pading)
}

.wxi-close.svelte-7l7f0y.svelte-7l7f0y {
    position: absolute;
    right: var(--wx-input-icon-indent);
    top: 50%;
    transform: translateY(-50%);
    font-size: var(--wx-input-icon-size);
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--wx-input-icon-size);
    height: var(--wx-input-icon-size);
    border-radius: var(--wx-input-border-radius);
    color: var(--wx-input-icon-color);
    cursor: pointer
}

.wxi-close.svelte-7l7f0y.svelte-7l7f0y:hover {
    color: var(--wx-color-primary)
}

.select.svelte-7l7f0y.svelte-7l7f0y {
    position: relative
}

input.svelte-7l7f0y.svelte-7l7f0y {
    display: block;
    width: 100%;
    height: var(--wx-input-height);
    outline: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font-family: var(--wx-input-font-family);
    font-size: var(--wx-input-font-size);
    line-height: var(--wx-input-line-height);
    font-weight: var(--wx-input-font-weigth);
    text-align: var(--wx-input-text-align);
    color: var(--wx-input-font-color);
    padding: var(--wx-input-padding);
    padding-right: calc(var(--wx-input-icon-size) + var(--wx-input-icon-indent) * 2);
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer
}

.icon.svelte-7l7f0y.svelte-7l7f0y {
    position: absolute;
    right: var(--wx-input-icon-indent);
    top: 50%;
    transform: translateY(-50%);
    font-size: var(--wx-input-icon-size);
    line-height: 1;
    width: var(--wx-input-icon-size);
    height: var(--wx-input-icon-size);
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    user-select: none;
    color: var(--wx-input-icon-color)
}

.icon.svelte-7l7f0y.svelte-7l7f0y:before {
    display: block
}

.popup.svelte-yvdrgm {
    position: fixed;
    z-index: var(--wx-popup-z-index);
    background: var(--wx-popup-background);
    box-shadow: var(--wx-popup-shadow);
    border: var(--wx-popup-border);
    border-radius: var(--wx-popup-border-radius);
    overflow: hidden
}

.pagination.svelte-1chpiew {
    display: flex;
    gap: var(--wx-padding);
    align-items: center;
    padding: var(--wx-padding)
}

input.svelte-1chpiew {
    display: block;
    width: 50px;
    height: var(--wx-input-height);
    padding: var(--wx-input-padding);
    outline: none;
    font-family: var(--wx-input-font-family);
    font-size: var(--wx-input-font-size);
    line-height: var(--wx-input-line-height);
    font-weight: var(--wx-input-font-weigth);
    text-align: var(--wx-input-text-align);
    color: var(--wx-input-font-color);
    border: var(--wx-input-border);
    border-radius: var(--wx-input-border-radius);
    background: var(--wx-input-background)
}

input.svelte-1chpiew:focus {
    border: var(--wx-input-border-focus)
}

input.svelte-1chpiew::placeholder {
    color: var(--wx-input-placeholder-color)
}

.icon.svelte-1chpiew {
    cursor: pointer;
    padding: var(--wx-input-padding);
    border-radius: var(--wx-input-border-radius);
    font-size: var(--wx-icon-size);
    line-height: 1;
    color: var(--wx-color-link)
}

.icon.svelte-1chpiew:before {
    display: block
}

.icon.svelte-1chpiew:hover {
    background-color: var(--wx-background-hover)
}

.left.svelte-1chpiew,
.center.svelte-1chpiew,
.right.svelte-1chpiew {
    display: flex;
    align-items: center;
    gap: var(--wx-padding)
}

div.svelte-iyvyop.svelte-iyvyop {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: var(--wx-input-width)
}

input.svelte-iyvyop.svelte-iyvyop {
    appearance: none;
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0
}

label.svelte-iyvyop.svelte-iyvyop {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    font-family: var(--wx-checkbox-font-family);
    font-size: var(--wx-checkbox-font-size);
    line-height: var(--wx-checkbox-line-height);
    font-weight: var(--wx-checkbox-font-weight);
    color: var(--wx-checkbox-font-color);
    cursor: pointer
}

span.svelte-iyvyop.svelte-iyvyop {
    display: block
}

span.svelte-iyvyop+span.svelte-iyvyop {
    margin-left: 8px;
    padding-top: calc((var(--wx-checkbox-height) - var(--wx-checkbox-line-height)) / 2);
    padding-bottom: calc((var(--wx-checkbox-height) - var(--wx-checkbox-line-height)) / 2)
}

span.svelte-iyvyop.svelte-iyvyop:first-child {
    position: relative;
    flex-shrink: 0;
    padding-top: calc((var(--wx-checkbox-height) - var(--wx-checkbox-size)) / 2);
    padding-bottom: calc((var(--wx-checkbox-height) - var(--wx-checkbox-size)) / 2)
}

span.svelte-iyvyop.svelte-iyvyop:first-child:before {
    content: "";
    display: block;
    width: var(--wx-checkbox-size);
    height: var(--wx-checkbox-size);
    border: var(--wx-checkbox-border-width) solid var(--wx-checkbox-border-color);
    border-radius: 50%;
    background: var(--wx-input-background)
}

span.svelte-iyvyop.svelte-iyvyop:first-child:after {
    content: "";
    position: absolute;
    display: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(var(--wx-checkbox-size) - var(--wx-checkbox-border-width) * 2);
    height: calc(var(--wx-checkbox-size) - var(--wx-checkbox-border-width) * 2);
    border-style: solid;
    border-color: var(--wx-input-background);
    border-width: calc(var(--wx-checkbox-size) * .2);
    border-radius: 50%
}

input:checked~label.svelte-iyvyop span.svelte-iyvyop:first-child:before {
    background: var(--wx-color-primary);
    border-color: transparent
}

input:checked~label.svelte-iyvyop span.svelte-iyvyop:first-child:after {
    display: block
}

input[disabled].svelte-iyvyop~label.svelte-iyvyop {
    color: var(--wx-checkbox-border-color-disabled);
    cursor: not-allowed
}

input[disabled]:not(:checked)~label.svelte-iyvyop span.svelte-iyvyop:first-child:before {
    border-color: var(--wx-checkbox-border-color-disabled)
}

input[disabled]:checked~label.svelte-iyvyop span.svelte-iyvyop:first-child:before {
    background: var(--wx-checkbox-border-color-disabled)
}

.group.svelte-1ggxc93.svelte-1ggxc93 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: calc(var(--wx-field-gutter) * -1)
}

.group-item.svelte-1ggxc93.svelte-1ggxc93 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: var(--wx-field-gutter)
}

.group.inline.svelte-1ggxc93 .group-item.svelte-1ggxc93 {
    flex: none;
    padding-right: var(--wx-field-gutter)
}

.group.grid.svelte-1ggxc93 .group-item.svelte-1ggxc93 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: var(--wx-field-gutter)
}

.select.svelte-r58ojy.svelte-r58ojy {
    position: relative;
    outline: none;
    width: var(--wx-input-width);
    min-height: var(--wx-input-height);
    border: var(--wx-input-border);
    border-radius: var(--wx-input-border-radius);
    background: var(--wx-input-background);
    cursor: pointer
}

.select.svelte-r58ojy.svelte-r58ojy:focus {
    border: var(--wx-input-border-focus)
}

.select.disabled.svelte-r58ojy.svelte-r58ojy {
    cursor: not-allowed;
    border: var(--wx-input-border-disabled);
    background: var(--wx-input-background-disabled)
}

.select.disabled.svelte-r58ojy .label.svelte-r58ojy,
.select.disabled.svelte-r58ojy .icon.svelte-r58ojy {
    color: var(--wx-color-font-disabled)
}

.select.error.svelte-r58ojy.svelte-r58ojy {
    border-color: var(--wx-color-danger)
}

.select.error.svelte-r58ojy .label.svelte-r58ojy,
.select.error.svelte-r58ojy .icon.svelte-r58ojy {
    color: var(--wx-color-danger)
}

.label.svelte-r58ojy.svelte-r58ojy {
    display: block;
    width: 100%;
    font-family: var(--wx-input-font-family);
    font-size: var(--wx-input-font-size);
    line-height: var(--wx-input-line-height);
    font-weight: var(--wx-input-font-weigth);
    text-align: var(--wx-input-text-align);
    color: var(--wx-input-font-color);
    padding: var(--wx-input-padding);
    padding-right: calc(var(--wx-input-icon-size) + var(--wx-input-icon-indent) * 2);
    overflow: hidden
}

.placeholder.svelte-r58ojy.svelte-r58ojy {
    color: var(--wx-input-placeholder-color)
}

.icon.svelte-r58ojy.svelte-r58ojy {
    position: absolute;
    right: var(--wx-input-icon-indent);
    top: 50%;
    transform: translateY(-50%);
    font-size: var(--wx-input-icon-size);
    line-height: 1;
    width: var(--wx-input-icon-size);
    height: var(--wx-input-icon-size);
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    user-select: none;
    color: var(--wx-input-icon-color)
}

.icon.svelte-r58ojy.svelte-r58ojy:before {
    display: block
}

.nowrap.svelte-r58ojy .label.svelte-r58ojy {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

div.svelte-8h7aef.svelte-8h7aef {
    display: inline-flex;
    flex-wrap: nowrap;
    background: var(--wx-segmented-background);
    border: var(--wx-segmented-border);
    border-radius: var(--wx-segmented-border-radius);
    padding: var(--wx-segmented-padding);
    max-width: 100%
}

button.svelte-8h7aef.svelte-8h7aef {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    text-transform: var(--wx-button-text-transform);
    font-family: var(--wx-button-font-family);
    font-size: var(--wx-button-font-size);
    line-height: var(--wx-button-line-height);
    font-weight: var(--wx-button-font-weigth);
    padding: var(--wx-button-padding);
    border: var(--wx-button-border);
    border-radius: var(--wx-segmented-border-radius);
    background: transparent;
    color: var(--wx-button-font-color);
    cursor: pointer;
    box-shadow: none;
    transition: none;
    max-width: 100%;
    user-select: none
}

button.svelte-8h7aef.svelte-8h7aef,
button.svelte-8h7aef.svelte-8h7aef:focus,
button.svelte-8h7aef.svelte-8h7aef:active {
    outline: none
}

button.svelte-8h7aef+button.svelte-8h7aef {
    margin-left: var(--wx-segmented-padding)
}

button.svelte-8h7aef.svelte-8h7aef:hover {
    background: var(--wx-segmented-background-hover)
}

button.selected.svelte-8h7aef.svelte-8h7aef,
button.selected.svelte-8h7aef.svelte-8h7aef:hover,
button.selected.svelte-8h7aef.svelte-8h7aef:focus {
    background: var(--wx-color-primary);
    color: var(--wx-color-primary-font);
    cursor: default
}

.icon.svelte-8h7aef.svelte-8h7aef {
    position: relative;
    font-size: var(--wx-button-icon-size);
    line-height: 1;
    height: var(--wx-button-line-height);
    opacity: .7
}

.icon.svelte-8h7aef.svelte-8h7aef:before {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.icon.only.svelte-8h7aef.svelte-8h7aef {
    opacity: 1
}

.icon.svelte-8h7aef+.label.svelte-8h7aef {
    margin-left: 4px
}

div.svelte-wvft07.svelte-wvft07 {
    position: relative;
    width: var(--wx-input-width)
}

select.svelte-wvft07.svelte-wvft07 {
    appearance: none;
    display: block;
    width: 100%;
    height: var(--wx-input-height);
    outline: none;
    background: var(--wx-input-background);
    border: var(--wx-input-border);
    border-radius: var(--wx-input-border-radius);
    font-family: var(--wx-input-font-family);
    font-size: var(--wx-input-font-size);
    line-height: var(--wx-input-line-height);
    font-weight: var(--wx-input-font-weigth);
    text-align: var(--wx-input-text-align);
    color: var(--wx-input-font-color);
    padding: var(--wx-input-padding);
    padding-right: calc(var(--wx-input-icon-size) + var(--wx-input-icon-indent) * 2);
    overflow: hidden !important;
    text-overflow: ellipsis;
    cursor: pointer
}

select.svelte-wvft07.svelte-wvft07:focus {
    border: var(--wx-input-border-focus)
}

select[disabled].svelte-wvft07.svelte-wvft07 {
    cursor: not-allowed;
    border: var(--wx-input-border-disabled);
    color: var(--wx-color-font-disabled);
    background: var(--wx-input-background-disabled)
}

select[disabled].svelte-wvft07~.placeholder.svelte-wvft07 {
    color: var(--wx-color-font-disabled)
}

select[disabled].svelte-wvft07~.icon.svelte-wvft07 {
    color: var(--wx-color-font-disabled)
}

select.error.svelte-wvft07.svelte-wvft07 {
    border-color: var(--wx-color-danger);
    color: var(--wx-color-danger)
}

select.error.svelte-wvft07 option.svelte-wvft07 {
    color: var(--wx-input-font-color)
}

select.error.svelte-wvft07~.icon.svelte-wvft07 {
    color: var(--wx-color-danger)
}

.placeholder.svelte-wvft07.svelte-wvft07 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border: var(--wx-input-border);
    border-color: transparent;
    font-family: var(--wx-input-font-family);
    font-size: var(--wx-input-font-size);
    line-height: var(--wx-input-line-height);
    font-weight: var(--wx-input-font-weigth);
    text-align: var(--wx-input-text-align);
    color: var(--wx-input-placeholder-color);
    padding: var(--wx-input-padding);
    padding-right: calc(var(--wx-input-icon-size) + var(--wx-input-icon-indent) * 2);
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    cursor: pointer;
    pointer-events: none
}

.icon.svelte-wvft07.svelte-wvft07 {
    position: absolute;
    right: var(--wx-input-icon-indent);
    top: 50%;
    transform: translateY(-50%);
    font-size: var(--wx-input-icon-size);
    line-height: 1;
    width: var(--wx-input-icon-size);
    height: var(--wx-input-icon-size);
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    user-select: none;
    color: var(--wx-input-icon-color)
}

.icon.svelte-wvft07.svelte-wvft07:before {
    display: block
}

.slider.svelte-bh8whs.svelte-bh8whs {
    width: var(--wx-input-width)
}

label.svelte-bh8whs.svelte-bh8whs {
    display: block;
    margin: var(--wx-slider-label-margin);
    font-family: var(--wx-slider-label-font-family);
    font-size: var(--wx-slider-label-font-size);
    line-height: var(--wx-slider-label-line-height);
    font-weight: var(--wx-slider-label-font-weight);
    color: var(--wx-slider-label-font-color)
}

.slider.svelte-bh8whs div.svelte-bh8whs {
    padding: calc((var(--wx-slider-height) - var(--wx-slider-track-height)) / 2) 0
}

input.svelte-bh8whs.svelte-bh8whs {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: var(--wx-slider-track-height);
    background: var(--wx-slider-background);
    border: none;
    border-radius: var(--wx-slider-track-border-radius);
    margin: 0
}

input.svelte-bh8whs.svelte-bh8whs:focus {
    outline: none
}

input.svelte-bh8whs.svelte-bh8whs::-webkit-slider-runnable-track {
    margin: 0;
    width: 100%;
    height: var(--wx-slider-track-height);
    border: none;
    border-radius: var(--wx-slider-track-border-radius);
    cursor: pointer;
    background: transparent
}

input.svelte-bh8whs.svelte-bh8whs::-webkit-slider-thumb {
    margin-top: calc((var(--wx-slider-track-height) - var(--wx-slider-thumb-size)) / 2);
    width: var(--wx-slider-thumb-size);
    height: var(--wx-slider-thumb-size);
    background: var(--wx-slider-primary);
    border: var(--wx-slider-thumb-border);
    box-shadow: var(--wx-slider-thumb-shadow);
    border-radius: 50%;
    cursor: pointer;
    appearance: none
}

input.svelte-bh8whs.svelte-bh8whs::-moz-range-track {
    margin: 0;
    width: 100%;
    height: var(--wx-slider-track-height);
    border: none;
    border-radius: var(--wx-slider-track-border-radius);
    cursor: pointer;
    background: transparent
}

input.svelte-bh8whs.svelte-bh8whs::-moz-range-thumb {
    margin-top: calc((var(--wx-slider-track-height) - var(--wx-slider-thumb-size)) / 2);
    width: var(--wx-slider-thumb-size);
    height: var(--wx-slider-thumb-size);
    background: var(--wx-slider-primary);
    border: var(--wx-slider-thumb-border);
    border-radius: 50%;
    cursor: pointer;
    appearance: none
}

input.svelte-bh8whs.svelte-bh8whs::-moz-range-progress {
    background-color: var(--wx-slider-primary);
    height: var(--wx-slider-track-height);
    border-top-left-radius: var(--wx-slider-track-border-radius);
    border-bottom-left-radius: var(--wx-slider-track-border-radius)
}

input.svelte-bh8whs.svelte-bh8whs::-ms-track {
    color: transparent;
    margin: 0;
    width: 100%;
    height: var(--wx-slider-track-height);
    border: none;
    border-radius: var(--wx-slider-track-border-radius);
    cursor: pointer;
    background: transparent
}

input.svelte-bh8whs.svelte-bh8whs::-ms-fill-lower {
    background: var(--wx-slider-primary);
    border: .2px solid var(--wx-slider-primary);
    border-radius: var(--wx-slider-track-border-radius)
}

input.svelte-bh8whs.svelte-bh8whs::-ms-fill-upper {
    background: var(--wx-slider-background);
    border: .2px solid var(--wx-slider-background);
    border-radius: var(--wx-slider-track-border-radius)
}

input.svelte-bh8whs.svelte-bh8whs::-ms-thumb {
    margin-top: calc((var(--wx-slider-track-height) - var(--wx-slider-thumb-size)) / 2);
    width: var(--wx-slider-thumb-size);
    height: var(--wx-slider-thumb-size);
    background: var(--wx-slider-primary);
    border: var(--wx-slider-thumb-border);
    border-radius: 50%;
    cursor: pointer;
    appearance: none
}

input.svelte-bh8whs.svelte-bh8whs:focus::-ms-fill-lower {
    background: var(--wx-slider-primary)
}

input.svelte-bh8whs.svelte-bh8whs:focus::-ms-fill-upper {
    background: var(--wx-slider-background)
}

input[disabled].svelte-bh8whs.svelte-bh8whs {
    cursor: not-allowed;
    background: var(--wx-color-disabled)
}

input[disabled].svelte-bh8whs.svelte-bh8whs::-webkit-slider-runnable-track {
    cursor: not-allowed
}

input[disabled].svelte-bh8whs.svelte-bh8whs::-webkit-slider-thumb {
    cursor: not-allowed;
    background: var(--wx-background);
    border: var(--wx-slider-thumb-border-disabled)
}

input[disabled].svelte-bh8whs.svelte-bh8whs::-moz-range-track {
    cursor: not-allowed
}

input[disabled].svelte-bh8whs.svelte-bh8whs::-moz-range-thumb {
    cursor: not-allowed;
    background: var(--wx-background);
    border: var(--wx-slider-thumb-border-disabled)
}

input[disabled].svelte-bh8whs.svelte-bh8whs::-moz-range-progress {
    cursor: not-allowed;
    background: var(--wx-color-disabled)
}

input[disabled].svelte-bh8whs.svelte-bh8whs::-ms-track {
    cursor: not-allowed
}

input[disabled].svelte-bh8whs.svelte-bh8whs::-ms-fill-lower {
    background: var(--wx-color-disabled);
    border-color: var(--wx-color-disabled)
}

input[disabled].svelte-bh8whs.svelte-bh8whs::-ms-fill-upper {
    background: var(--wx-color-disabled);
    border-color: var(--wx-color-disabled)
}

input[disabled].svelte-bh8whs.svelte-bh8whs::-ms-thumb {
    cursor: not-allowed;
    background: var(--wx-background);
    border: var(--wx-slider-thumb-border-disabled)
}

input[disabled].svelte-bh8whs.svelte-bh8whs:focus::-ms-fill-lower {
    background: var(--wx-color-disabled)
}

input[disabled].svelte-bh8whs.svelte-bh8whs:focus::-ms-fill-upper {
    background: var(--wx-color-disabled)
}

label.svelte-h5laoe.svelte-h5laoe {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    cursor: default
}

input.svelte-h5laoe.svelte-h5laoe {
    appearance: none;
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0
}

span.svelte-h5laoe.svelte-h5laoe {
    display: block;
    position: relative;
    width: var(--wx-switch-width);
    height: var(--wx-switch-height);
    border: var(--wx-switch-border-width) solid var(--wx-switch-border-color);
    border-radius: calc(var(--wx-switch-height) / 2);
    background-color: var(--wx-switch-background);
    transition: background-color .4s ease;
    cursor: pointer;
    overflow: hidden
}

span.svelte-h5laoe.svelte-h5laoe:before {
    content: "";
    position: absolute;
    left: var(--wx-switch-thumb-offset);
    top: var(--wx-switch-thumb-offset);
    height: calc(var(--wx-switch-height) - var(--wx-switch-thumb-offset) * 2 - var(--wx-switch-border-width) * 2);
    width: calc(var(--wx-switch-height) - var(--wx-switch-thumb-offset) * 2 - var(--wx-switch-border-width) * 2);
    border: var(--wx-switch-thumb-border);
    border-radius: 50%;
    background: var(--wx-switch-thumb-background);
    box-shadow: var(--wx-switch-thumb-shadow);
    transition: transform .4s ease
}

input.svelte-h5laoe:checked~span.svelte-h5laoe {
    background-color: var(--wx-switch-primary)
}

input.svelte-h5laoe:checked~span.svelte-h5laoe:before {
    transform: translate(calc(var(--wx-switch-width) - var(--wx-switch-height)))
}

input[disabled].svelte-h5laoe~span.svelte-h5laoe {
    background-color: var(--wx-color-disabled);
    border-color: var(--wx-switch-border-color-disabled);
    cursor: not-allowed
}

input[disabled].svelte-h5laoe~span.svelte-h5laoe:before {
    border: var(--wx-switch-thumb-border-disabled);
    background: var(--wx-switch-thumb-background-disabled)
}

div.svelte-1yophyo.svelte-1yophyo {
    display: inline-flex;
    flex-wrap: nowrap
}

button.svelte-1yophyo.svelte-1yophyo {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    text-transform: var(--wx-button-text-transform);
    font-family: var(--wx-button-font-family);
    font-size: var(--wx-button-font-size);
    line-height: var(--wx-button-line-height);
    font-weight: var(--wx-button-font-weigth);
    padding: var(--wx-button-padding);
    border: var(--wx-button-border);
    border-width: var(--wx-tabs-border-width);
    border-radius: 0;
    background: var(--wx-tabs-background);
    color: var(--wx-button-font-color);
    cursor: pointer;
    box-shadow: none;
    transition: none;
    max-width: 100%;
    min-width: var(--wx-tabs-cell-min-width);
    user-select: none
}

button.svelte-1yophyo+button.svelte-1yophyo:before {
    content: "";
    display: block;
    position: absolute;
    left: calc(var(--wx-tabs-border-width) * -1 - var(--wx-tabs-divider-width) / 2);
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: calc(var(--wx-tabs-border-width) * 2 + var(--wx-tabs-divider-height));
    border-left: var(--wx-tabs-divider-width) solid var(--wx-tabs-divider-color)
}

button.svelte-1yophyo.svelte-1yophyo:first-child {
    border-top-left-radius: var(--wx-tabs-border-radius);
    border-bottom-left-radius: var(--wx-tabs-border-radius)
}

button.svelte-1yophyo.svelte-1yophyo:last-child {
    border-top-right-radius: var(--wx-tabs-border-radius);
    border-bottom-right-radius: var(--wx-tabs-border-radius)
}

button.svelte-1yophyo.svelte-1yophyo,
button.svelte-1yophyo.svelte-1yophyo:focus,
button.svelte-1yophyo.svelte-1yophyo:active {
    outline: none
}

button.svelte-1yophyo.svelte-1yophyo:hover {
    background: var(--wx-tabs-background-hover)
}

button.active.svelte-1yophyo.svelte-1yophyo,
button.active.svelte-1yophyo.svelte-1yophyo:hover,
button.active.svelte-1yophyo.svelte-1yophyo:focus {
    background: var(--wx-tabs-active-background);
    color: var(--wx-tabs-active-color);
    cursor: default
}

button.active.svelte-1yophyo.svelte-1yophyo:before {
    display: none
}

button.active.svelte-1yophyo+button.svelte-1yophyo:before {
    display: none
}

button.active.svelte-1yophyo.svelte-1yophyo:after,
button.svelte-1yophyo.svelte-1yophyo:hover:after {
    content: "";
    display: block;
    position: absolute;
    left: 13px;
    height: 0;
    width: calc(100% - 26px)
}

button.active.svelte-1yophyo.svelte-1yophyo:after {
    border-bottom: 2px solid var(--wx-tabs-active-border)
}

button.svelte-1yophyo.svelte-1yophyo:not(.active):hover:after {
    border-bottom: 2px solid var(--wx-tabs-hover-border)
}

.top.svelte-1yophyo button.active.svelte-1yophyo:after,
.top.svelte-1yophyo button.svelte-1yophyo:hover:after {
    top: 100%
}

.bottom.svelte-1yophyo button.active.svelte-1yophyo:after,
.bottom.svelte-1yophyo button.svelte-1yophyo:hover:after {
    top: 0
}

.icon.svelte-1yophyo.svelte-1yophyo {
    position: relative;
    font-size: var(--wx-button-icon-size);
    line-height: 1;
    height: var(--wx-button-line-height);
    opacity: .7
}

.icon.svelte-1yophyo.svelte-1yophyo:before {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.icon.only.svelte-1yophyo.svelte-1yophyo {
    opacity: 1
}

.icon.svelte-1yophyo+.label.svelte-1yophyo {
    margin-left: 4px
}

.message.svelte-11uxa0p.svelte-11uxa0p {
    position: relative;
    background: var(--wx-notice-background);
    box-shadow: var(--wx-notice-shadow);
    border: var(--wx-notice-border);
    border-radius: var(--wx-notice-border-radius);
    margin: var(--wx-notice-margin);
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    font-family: var(--wx-notice-font-family);
    font-size: var(--wx-notice-font-size);
    line-height: var(--wx-notice-line-height);
    font-weight: var(--wx-notice-font-weight);
    color: var(--wx-notice-font-color);
    width: var(--wx-notice-width)
}

.message.svelte-11uxa0p.svelte-11uxa0p:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: var(--wx-notice-type-border-width);
    height: 100%;
    border-top-right-radius: var(--wx-notice-type-border-width);
    border-bottom-right-radius: var(--wx-notice-type-border-width);
    background: var(--wx-notice-type-border-color)
}

.message.svelte-11uxa0p.svelte-11uxa0p:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: var(--wx-notice-type-background-opacity);
    background: transparent
}

.text.svelte-11uxa0p.svelte-11uxa0p,
.button.svelte-11uxa0p.svelte-11uxa0p {
    position: relative;
    z-index: 2;
    padding: var(--wx-notice-padding)
}

.text.svelte-11uxa0p.svelte-11uxa0p {
    flex-shrink: 0;
    word-wrap: break-word;
    max-width: calc(var(--wx-notice-width) - var(--wx-notice-padding) * 2 - var(--wx-notice-icon-size))
}

.close.svelte-11uxa0p.svelte-11uxa0p {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--wx-notice-icon-size);
    line-height: 1;
    width: var(--wx-notice-icon-size);
    height: var(--wx-notice-icon-size);
    color: var(--wx-notice-type-icon-color);
    cursor: pointer
}

.close.svelte-11uxa0p.svelte-11uxa0p:before {
    display: block;
    z-index: 1
}

.close.svelte-11uxa0p.svelte-11uxa0p:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 50%
}

.close.svelte-11uxa0p.svelte-11uxa0p:hover:after {
    background: var(--wx-background-hover)
}

.message.info.svelte-11uxa0p.svelte-11uxa0p,
.message.warning.svelte-11uxa0p.svelte-11uxa0p,
.message.success.svelte-11uxa0p.svelte-11uxa0p,
.message.danger.svelte-11uxa0p.svelte-11uxa0p {
    color: var(--wx-notice-type-font-color)
}

.message.info.svelte-11uxa0p.svelte-11uxa0p:before,
.message.info.svelte-11uxa0p.svelte-11uxa0p:after {
    background: var(--wx-color-info)
}

.message.warning.svelte-11uxa0p.svelte-11uxa0p:before,
.message.warning.svelte-11uxa0p.svelte-11uxa0p:after {
    background: var(--wx-color-warning)
}

.message.success.svelte-11uxa0p.svelte-11uxa0p:before,
.message.success.svelte-11uxa0p.svelte-11uxa0p:after {
    background: var(--wx-color-success)
}

.message.danger.svelte-11uxa0p.svelte-11uxa0p:before,
.message.danger.svelte-11uxa0p.svelte-11uxa0p:after {
    background: var(--wx-color-danger)
}

.message.info.svelte-11uxa0p .close.svelte-11uxa0p:after,
.message.warning.svelte-11uxa0p .close.svelte-11uxa0p:after,
.message.success.svelte-11uxa0p .close.svelte-11uxa0p:after,
.message.danger.svelte-11uxa0p .close.svelte-11uxa0p:after {
    opacity: var(--wx-notice-type-close-hover-opacity)
}

.area.svelte-1627xgb {
    position: fixed;
    z-index: var(--wx-notice-z-index);
    top: 0;
    right: 0
}

.modal.svelte-vwogz8 {
    position: fixed;
    z-index: var(--wx-modal-z-index);
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: var(--wx-modal-backdrop);
    text-align: center
}

.window.svelte-vwogz8 {
    background: var(--wx-modal-background);
    box-shadow: var(--wx-modal-shadow);
    border: var(--wx-modal-border);
    border-radius: var(--wx-modal-border-radius);
    padding: var(--wx-modal-padding);
    min-width: var(--wx-modal-width)
}

.header.svelte-vwogz8 {
    font-family: var(--wx-modal-header-font-family);
    font-size: var(--wx-modal-header-font-size);
    line-height: var(--wx-modal-header-line-height);
    font-weight: var(--wx-modal-header-font-weight);
    color: var(--wx-modal-header-font-color);
    margin-bottom: var(--wx-modal-gutter)
}

.buttons.svelte-vwogz8 {
    margin-top: var(--wx-modal-gutter);
    display: flex;
    justify-content: center;
    margin-left: calc(var(--wx-modal-gutter) / -2);
    margin-right: calc(var(--wx-modal-gutter) / -2)
}

.button.svelte-vwogz8 {
    flex: 1;
    max-width: 50%;
    padding: 0 calc(var(--wx-modal-gutter) / 2)
}

.field.svelte-rfjcms.svelte-rfjcms {
    width: var(--wx-field-width);
    max-width: 100%;
    margin-bottom: var(--wx-field-gutter)
}

.field.left.svelte-rfjcms.svelte-rfjcms {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start
}

.field.left.svelte-rfjcms>label.svelte-rfjcms {
    width: var(--wx-label-width);
    flex-shrink: 0;
    margin: 0 var(--wx-field-gutter) 0 0;
    padding-top: calc((var(--wx-input-height) - var(--wx-label-line-height)) / 2);
    text-align: right
}

.field.left.svelte-rfjcms>.field-control.svelte-rfjcms {
    max-width: calc(100% - var(--wx-label-width) - var(--wx-field-gutter))
}

.field.error.svelte-rfjcms label.svelte-rfjcms {
    color: var(--wx-color-danger)
}

.field.left.svelte-rfjcms .field-control.checkbox.svelte-rfjcms {
    padding-top: calc((var(--wx-input-height) - var(--wx-checkbox-height)) / 2);
    padding-bottom: calc((var(--wx-input-height) - var(--wx-checkbox-height)) / 2)
}

.field.left.svelte-rfjcms .field-control.slider.svelte-rfjcms {
    padding-top: calc((var(--wx-input-height) - var(--wx-slider-height)) / 2);
    padding-bottom: calc((var(--wx-input-height) - var(--wx-slider-height)) / 2)
}

.field.left.svelte-rfjcms .field-control.switch.svelte-rfjcms {
    padding-top: calc((var(--wx-input-height) - var(--wx-switch-height)) / 2);
    padding-bottom: calc((var(--wx-input-height) - var(--wx-switch-height)) / 2)
}

label.svelte-rfjcms.svelte-rfjcms {
    display: block;
    margin: var(--wx-label-margin);
    padding: var(--wx-label-padding);
    font-family: var(--wx-label-font-family);
    font-size: var(--wx-label-font-size);
    line-height: var(--wx-label-line-height);
    font-weight: var(--wx-label-font-weight);
    color: var(--wx-label-font-color)
}

.field-control.svelte-rfjcms.svelte-rfjcms {
    position: relative;
    width: 100%
}

.timepicker.svelte-15s999j {
    position: relative;
    width: var(--wx-input-width)
}

.wrapper.svelte-15s999j {
    padding: 10px 20px
}

.timer.svelte-15s999j {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-bottom: 10px
}

.digit.svelte-15s999j {
    display: block;
    width: 50px;
    height: 38px;
    border: none;
    border-bottom: var(--wx-input-border);
    font-family: var(--wx-input-font-family);
    font-size: 24px;
    line-height: 28px;
    padding: 5px;
    text-align: center;
    color: var(--wx-input-font-color);
    background-color: transparent;
    outline: none
}

.digit.svelte-15s999j:focus {
    border-bottom: var(--wx-input-border-focus)
}

.separator.svelte-15s999j {
    font-size: 24px;
    line-height: 38px
}

.modal.svelte-pvi5z2 {
    position: absolute;
    z-index: var(--wx-modal-z-index);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--wx-modal-backdrop);
    display: flex;
    align-items: center;
    justify-content: center
}

.window.svelte-pvi5z2 {
    background: var(--wx-modal-background);
    box-shadow: var(--wx-modal-shadow);
    border: var(--wx-modal-border);
    border-radius: var(--wx-modal-border-radius);
    min-width: var(--wx-modal-width)
}

.window.svelte-xleqrd {
    position: absolute;
    z-index: var(--wx-popup-z-index);
    background: var(--wx-modal-background);
    box-shadow: var(--wx-modal-shadow);
    border: var(--wx-modal-border);
    border-radius: var(--wx-modal-border-radius);
    min-width: var(--wx-modal-width);
    height: 100vh
}

.window.pos-right.svelte-xleqrd {
    right: 0;
    top: 0
}

.wx-clone.svelte-15a98dp {
    display: none
}

.label.svelte-1jimywb {
    display: flex;
    align-items: center
}

.label.active.svelte-1jimywb {
    background-color: var(--wx-background-alt)
}

input.svelte-1jimywb {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0
}

.dropzone.svelte-1jimywb {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--wx-padding);
    border: var(--wx-input-border);
    border-style: dashed;
    border-radius: var(--wx-input-border-radius);
    background: var(--wx-uploader-background)
}

.action.svelte-1jimywb {
    cursor: pointer;
    color: var(--wx-color-link);
    text-decoration: underline
}

.layout.svelte-1x316m0.svelte-1x316m0 {
    display: flex;
    flex-direction: column;
    width: 100%
}

.header.svelte-1x316m0.svelte-1x316m0 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: var(--wx-padding);
    border-bottom: var(--wx-border)
}

.list.svelte-1x316m0.svelte-1x316m0 {
    overflow: auto
}

.row.svelte-1x316m0.svelte-1x316m0 {
    display: flex;
    align-items: center;
    gap: var(--wx-padding);
    padding: var(--wx-padding);
    border-bottom: var(--wx-border)
}

.name.svelte-1x316m0.svelte-1x316m0 {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.icon.svelte-1x316m0.svelte-1x316m0 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--wx-icon-size);
    height: var(--wx-icon-size);
    font-size: var(--wx-icon-size);
    line-height: 1;
    border-radius: var(--wx-border-radius);
    color: var(--wx-icon-color);
    cursor: pointer
}

.icon.svelte-1x316m0.svelte-1x316m0:before {
    display: block
}

.icon.svelte-1x316m0.svelte-1x316m0:hover {
    background-color: var(--wx-background-hover)
}

.row.svelte-1x316m0:hover .wxi-close.svelte-1x316m0 {
    display: flex
}

.row.svelte-1x316m0:hover .wxi-check.svelte-1x316m0,
.row.svelte-1x316m0:hover .wxi-alert.svelte-1x316m0,
.row.svelte-1x316m0 .wxi-close.svelte-1x316m0 {
    display: none
}

.wxi-check.svelte-1x316m0.svelte-1x316m0,
.wxi-alert.svelte-1x316m0.svelte-1x316m0 {
    display: flex
}

.wx-material-theme {
    --wx-color-primary: #2f77e3;
    --wx-color-primary-selected: #d5e6ff;
    --wx-color-primary-font: #fff;
    --wx-color-secondary: rgba(0, 0, 0, .04);
    --wx-color-secondary-hover: rgba(0, 0, 0, .1);
    --wx-color-secondary-font: rgba(0, 0, 0, .7);
    --wx-color-secondary-font-hover: rgba(0, 0, 0, .7);
    --wx-color-secondary-border: transparent;
    --wx-color-secondary-border-disabled: transparent;
    --wx-color-success: #00d19a;
    --wx-color-warning: #ffc975;
    --wx-color-info: #37a9ef;
    --wx-color-danger: #ff5252;
    --wx-color-disabled: #ededed;
    --wx-color-font: rgba(0, 0, 0, .7);
    --wx-color-font-alt: rgba(0, 0, 0, .5);
    --wx-color-font-disabled: rgba(0, 0, 0, .3);
    --wx-color-link: var(--wx-color-primary);
    --wx-background: #fff;
    --wx-background-alt: #f7f7f7;
    --wx-background-hover: linear-gradient(rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, .15) 100%);
    --wx-font-family: Roboto, Arial, Helvetica, sans-serif;
    --wx-font-size: 17px;
    --wx-line-height: 20px;
    --wx-font-size-md: 16px;
    --wx-line-height-md: 24px;
    --wx-font-size-hd: 16px;
    --wx-line-height-hd: 30px;
    --wx-font-size-sm: 12px;
    --wx-line-height-sm: 16px;
    --wx-font-weight: 400;
    --wx-font-weight-md: 500;
    --wx-font-weight-b: 700;
    --wx-icon-color: var(--wx-color-font-alt);
    --wx-icon-size: var(--wx-line-height);
    --wx-border: 1px solid #dfdfdf;
    --wx-border-radius: 2px;
    --wx-radius-medium: var(--wx-border-radius);
    --wx-border-light: none;
    --wx-border-medium: 1px solid #eaedf5;
    --wx-shadow-light: 0px 4px 20px rgba(44, 47, 60, .12);
    --wx-shadow-medium: 0px 2px 4px rgba(0, 0, 0, .15);
    --wx-box-shadow: 0px 2px 4px rgba(0, 0, 0, .15);
    --wx-box-shadow-strong: 0px 2px 5px rgba(0, 0, 0, .3);
    --wx-padding: 8px;
    --wx-field-gutter: 16px;
    --wx-field-width: 400px;
    --wx-input-font-family: var(--wx-font-family);
    --wx-input-font-size: var(--wx-font-size);
    --wx-input-line-height: var(--wx-line-height);
    --wx-input-font-weigth: var(--wx-font-weight);
    --wx-input-text-align: left;
    --wx-input-font-color: var(--wx-color-font);
    --wx-input-background: var(--wx-background);
    --wx-input-background-disabled: var(--wx-background);
    --wx-input-placeholder-color: var(--wx-color-font-alt);
    --wx-input-border: var(--wx-border);
    --wx-input-border-focus: 1px solid rgba(0, 0, 0, .5);
    --wx-input-border-disabled: 1px solid var(--wx-color-disabled);
    --wx-input-border-radius: var(--wx-border-radius);
    --wx-input-height: 32px;
    --wx-input-width: 100%;
    --wx-input-padding: 5px 8px;
    --wx-input-icon-indent: 6px;
    --wx-input-icon-color: var(--wx-icon-color);
    --wx-input-icon-size: var(--wx-icon-size);
    --wx-input-border-radius: 10px;
    --wx-multicombo-tag-gap: 4px;
    --wx-multicombo-tag-border: none;
    --wx-multicombo-tag-border-radius: var(--wx-input-border-radius);
    --wx-multicombo-tag-pading: 2px 8px;
    --wx-multicombo-tag-background: var(--wx-background-alt);
    --wx-checkbox-height: var(--wx-line-height);
    --wx-checkbox-size: 18px;
    --wx-checkbox-border-width: 2px;
    --wx-checkbox-border-color: var(--wx-color-font-alt);
    --wx-checkbox-border-color-disabled: var(--wx-color-font-disabled);
    --wx-checkbox-border-radius: var(--wx-input-border-radius);
    --wx-checkbox-font-family: var(--wx-font-family);
    --wx-checkbox-font-size: var(--wx-font-size);
    --wx-checkbox-line-height: var(--wx-line-height);
    --wx-checkbox-font-weight: var(--wx-font-weight);
    --wx-checkbox-font-color: var(--wx-color-font);
    --wx-label-width: 80px;
    --wx-label-margin: 0 0 8px;
    --wx-label-padding: 0;
    --wx-label-font-family: var(--wx-font-family);
    --wx-label-font-size: var(--wx-font-size);
    --wx-label-line-height: var(--wx-line-height);
    --wx-label-font-weight: var(--wx-font-weight-md);
    --wx-label-font-color: var(--wx-color-font);
    --wx-button-font-family: var(--wx-font-family);
    --wx-button-font-size: var(--wx-font-size);
    --wx-button-line-height: var(--wx-line-height);
    --wx-button-font-weigth: var(--wx-font-weight-md);
    --wx-button-text-transform: none;
    --wx-button-font-color: var(--wx-color-font);
    --wx-button-danger-font-color: #fff;
    --wx-button-background: var(--wx-background-alt);
    --wx-button-border: 1px solid transparent;
    --wx-button-border-radius: var(--wx-border-radius);
    --wx-button-height: 32px;
    --wx-button-padding: 5px 20px;
    --wx-button-icon-indent: 7px;
    --wx-button-icon-size: 16px;
    --wx-button-border-radius: 10px;
    --wx-segmented-background: var(--wx-background-alt);
    --wx-segmented-background-hover: var(--wx-background-hover);
    --wx-segmented-border: var(--wx-border);
    --wx-segmented-border-radius: var(--wx-border-radius);
    --wx-segmented-padding: 3px;
    --wx-tabs-background: var(--wx-background-alt);
    --wx-tabs-background-hover: var(--wx-background-hover);
    --wx-tabs-hover-border: transparent;
    --wx-tabs-border-width: 1px;
    --wx-tabs-border-radius: var(--wx-border-radius);
    --wx-tabs-divider-width: 1px;
    --wx-tabs-divider-height: 100%;
    --wx-tabs-divider-color: #dfdfdf;
    --wx-tabs-cell-min-width: 100px;
    --wx-tabs-active-background: var(--wx-color-primary);
    --wx-tabs-active-color: var(--wx-color-primary-font);
    --wx-tabs-active-border: transparent;
    --wx-slider-height: 16px;
    --wx-slider-primary: var(--wx-color-primary);
    --wx-slider-background: #dfdfdf;
    --wx-slider-track-height: 4px;
    --wx-slider-track-border-radius: 2px;
    --wx-slider-thumb-size: var(--wx-slider-height);
    --wx-slider-thumb-border: 2px solid var(--wx-background);
    --wx-slider-thumb-border-disabled: none;
    --wx-slider-thumb-shadow: var(--wx-box-shadow-strong);
    --wx-slider-label-margin: 0 0 5px;
    --wx-slider-label-font-family: var(--wx-font-family);
    --wx-slider-label-font-size: var(--wx-font-size);
    --wx-slider-label-line-height: var(--wx-line-height);
    --wx-slider-label-font-weight: var(--wx-font-weight-md);
    --wx-slider-label-font-color: var(--wx-color-font);
    --wx-switch-primary: var(--wx-color-primary);
    --wx-switch-background: rgba(0, 0, 0, .3);
    --wx-switch-width: 44px;
    --wx-switch-height: 22px;
    --wx-switch-border-width: 1px;
    --wx-switch-border-color: transparent;
    --wx-switch-border-color-disabled: #dfdfdf;
    --wx-switch-thumb-offset: 1px;
    --wx-switch-thumb-border: none;
    --wx-switch-thumb-border-disabled: none;
    --wx-switch-thumb-background: var(--wx-background);
    --wx-switch-thumb-background-disabled: var(--wx-background);
    --wx-switch-thumb-shadow: var(--wx-box-shadow-strong);
    --wx-popup-z-index: 100;
    --wx-popup-background: var(--wx-background);
    --wx-popup-shadow: var(--wx-shadow-light);
    --wx-popup-border: none;
    --wx-popup-border-radius: var(--wx-border-radius);
    --wx-modal-z-index: 1000;
    --wx-modal-background: var(--wx-background);
    --wx-modal-shadow: var(--wx-shadow-medium);
    --wx-modal-border: none;
    --wx-modal-border-radius: var(--wx-border-radius);
    --wx-modal-width: 280px;
    --wx-modal-padding: 16px 20px;
    --wx-modal-gutter: 14px;
    --wx-modal-backdrop: rgba(0, 0, 0, .5);
    --wx-modal-header-font-family: var(--wx-font-family);
    --wx-modal-header-font-size: var(--wx-font-size-hd);
    --wx-modal-header-line-height: var(--wx-line-height-hd);
    --wx-modal-header-font-weight: var(--wx-font-weight);
    --wx-modal-header-font-color: #000;
    --wx-notice-z-index: 1010;
    --wx-notice-background: var(--wx-background);
    --wx-notice-shadow: var(--wx-shadow-medium);
    --wx-notice-border: none;
    --wx-notice-border-radius: var(--wx-border-radius);
    --wx-notice-margin: 6px 12px;
    --wx-notice-font-family: var(--wx-font-family);
    --wx-notice-font-size: var(--wx-font-size);
    --wx-notice-line-height: var(--wx-line-height);
    --wx-notice-font-weight: var(--wx-font-weight);
    --wx-notice-font-color: var(--wx-color-font);
    --wx-notice-padding: var(--wx-padding);
    --wx-notice-width: 240px;
    --wx-notice-icon-size: var(--wx-icon-size);
    --wx-notice-icon-color: var(--wx-icon-color);
    --wx-notice-type-border-width: 0px;
    --wx-notice-type-border-color: transparent;
    --wx-notice-type-font-color: #fff;
    --wx-notice-type-icon-color: rgba(255, 255, 255, .8);
    --wx-notice-type-background-opacity: 1;
    --wx-notice-type-close-hover-opacity: .3;
    --wx-uploader-background: var(--wx-background-alt);
    --wx-calendar-padding: 16px;
    --wx-calendar-cell-size: 32px;
    --wx-calendar-gap: 4px;
    --wx-calendar-line-gap: 0px;
    --wx-calendar-border-radius: var(--wx-calendar-cell-size);
    --wx-calendar-font-family: var(--wx-font-family);
    --wx-calendar-font-size: var(--wx-font-size);
    --wx-calendar-line-height: var(--wx-line-height);
    --wx-calendar-font-weight: var(--wx-font-weight);
    --wx-calendar-font-color: var(--wx-color-font);
    --wx-calendar-icon-color: var(--wx-icon-color);
    --wx-calendar-icon-size: var(--wx-icon-size);
    --wx-calendar-header-font-size: var(--wx-font-size);
    --wx-calendar-header-line-height: var(--wx-line-height);
    --wx-calendar-header-font-weight: var(--wx-font-weight-md);
    --wx-calendar-controls-font-family: var(--wx-button-font-family);
    --wx-calendar-controls-font-size: var(--wx-button-font-size);
    --wx-calendar-controls-line-height: var(--wx-button-line-height);
    --wx-calendar-controls-font-weight: var(--wx-button-font-weigth);
    --wx-calendar-controls-font-color: var(--wx-color-link)
}

.wx-material-theme {
    font-family: var(--wx-font-family);
    font-size: var(--wx-font-size);
    line-height: var(--wx-line-height);
    font-weight: var(--wx-font-weight);
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--wx-color-font);
    background: var(--wx-background)
}

.wx-material-theme *,
.wx-material-theme *:before,
.wx-material-theme *:after {
    box-sizing: border-box
}

.wx-willow-theme {
    --wx-color-primary: #37a9ef;
    --wx-color-primary-selected: #d5eaf7;
    --wx-color-primary-font: #fff;
    --wx-color-secondary: transparent;
    --wx-color-secondary-hover: rgba(55, 169, 239, .12);
    --wx-color-secondary-font: var(--wx-color-primary);
    --wx-color-secondary-font-hover: var(--wx-color-primary);
    --wx-color-secondary-border: var(--wx-color-primary);
    --wx-color-secondary-border-disabled: #c0c3ce;
    --wx-color-success: #77d257;
    --wx-color-warning: #fcba2e;
    --wx-color-info: #37a9ef;
    --wx-color-danger: #fe6158;
    --wx-color-disabled: #f2f3f7;
    --wx-color-font: #2c2f3c;
    --wx-color-font-alt: #9fa1ae;
    --wx-color-font-disabled: #c0c3ce;
    --wx-color-link: var(--wx-color-primary);
    --wx-background: #ffffff;
    --wx-background-alt: #f2f3f7;
    --wx-background-hover: #eaedf5;
    --wx-font-family: "Open Sans", Arial, Helvetica, sans-serif;
    --wx-font-size: 14px;
    --wx-line-height: 20px;
    --wx-font-size-md: 14px;
    --wx-line-height-md: 24px;
    --wx-font-size-hd: 16px;
    --wx-line-height-hd: 30px;
    --wx-font-size-sm: 12px;
    --wx-line-height-sm: 16px;
    --wx-font-weight: 400;
    --wx-font-weight-md: 600;
    --wx-font-weight-b: 700;
    --wx-icon-color: #9fa1ae;
    --wx-icon-size: var(--wx-line-height);
    --wx-border: 1px solid #e6e6e6;
    --wx-border-radius: 3px;
    --wx-radius-major: 6px;
    --wx-border-light: none;
    --wx-border-medium: 1px solid #eaedf5;
    --wx-shadow-light: 0px 3px 10px 0px rgba(44, 47, 60, .12), 0px 1px 2px 0px rgba(44, 47, 60, .06);
    --wx-shadow-medium: 0px 4px 20px 0px rgba(44, 47, 60, .12);
    --wx-box-shadow: 0px 1px 2px rgba(44, 47, 60, .06), 0px 3px 10px rgba(44, 47, 60, .12);
    --wx-box-shadow-strong: 0px 4px 20px rgba(44, 47, 60, .16);
    --wx-padding: 8px;
    --wx-field-gutter: 16px;
    --wx-field-width: 400px;
    --wx-input-font-family: var(--wx-font-family);
    --wx-input-font-size: var(--wx-font-size);
    --wx-input-line-height: var(--wx-line-height);
    --wx-input-font-weigth: var(--wx-font-weight);
    --wx-input-text-align: left;
    --wx-input-font-color: var(--wx-color-font);
    --wx-input-background: var(--wx-background);
    --wx-input-background-disabled: var(--wx-color-disabled);
    --wx-input-placeholder-color: var(--wx-color-font-alt);
    --wx-input-border: var(--wx-border);
    --wx-input-border-focus: 1px solid var(--wx-color-primary);
    --wx-input-border-disabled: var(--wx-border);
    --wx-input-border-radius: 3px;
    --wx-input-height: 32px;
    --wx-input-width: 100%;
    --wx-input-padding: 5px 8px;
    --wx-input-icon-indent: 6px;
    --wx-input-icon-color: var(--wx-icon-color);
    --wx-input-icon-size: var(--wx-icon-size);
    --wx-multicombo-tag-gap: 3px;
    --wx-multicombo-tag-border: none;
    --wx-multicombo-tag-border-radius: var(--wx-input-border-radius);
    --wx-multicombo-tag-pading: 2px 8px;
    --wx-multicombo-tag-background: var(--wx-background-alt);
    --wx-checkbox-height: var(--wx-line-height);
    --wx-checkbox-size: var(--wx-checkbox-height);
    --wx-checkbox-border-width: 2px;
    --wx-checkbox-border-color: var(--wx-color-font-alt);
    --wx-checkbox-border-color-disabled: var(--wx-color-disabled);
    --wx-checkbox-border-radius: var(--wx-input-border-radius);
    --wx-checkbox-font-family: var(--wx-font-family);
    --wx-checkbox-font-size: var(--wx-font-size);
    --wx-checkbox-line-height: var(--wx-line-height);
    --wx-checkbox-font-weight: var(--wx-font-weight);
    --wx-checkbox-font-color: var(--wx-color-font);
    --wx-label-width: 100px;
    --wx-label-margin: 0 0 4px;
    --wx-label-padding: 0;
    --wx-label-font-family: var(--wx-font-family);
    --wx-label-font-size: var(--wx-font-size);
    --wx-label-line-height: var(--wx-line-height);
    --wx-label-font-weight: var(--wx-font-weight-md);
    --wx-label-font-color: var(--wx-color-font);
    --wx-button-font-family: var(--wx-font-family);
    --wx-button-font-size: var(--wx-font-size-md);
    --wx-button-line-height: var(--wx-line-height);
    --wx-button-font-weigth: var(--wx-font-weight-md);
    --wx-button-text-transform: none;
    --wx-button-font-color: var(--wx-color-font);
    --wx-button-danger-font-color: #fff;
    --wx-button-background: var(--wx-background-alt);
    --wx-button-border: 1px solid transparent;
    --wx-button-border-radius: var(--wx-border-radius);
    --wx-button-height: 32px;
    --wx-button-padding: 5px 16px;
    --wx-button-icon-indent: 5px;
    --wx-button-icon-size: 20px;
    --wx-segmented-background: var(--wx-background-alt);
    --wx-segmented-background-hover: var(--wx-background-hover);
    --wx-segmented-border: none;
    --wx-segmented-border-radius: 6px;
    --wx-segmented-padding: 0px;
    --wx-tabs-background: var(--wx-background);
    --wx-tabs-background-hover: transparent;
    --wx-tabs-hover-border: #9fa1ae;
    --wx-tabs-border-width: 1px;
    --wx-tabs-border-radius: var(--wx-border-radius);
    --wx-tabs-divider-width: 1px;
    --wx-tabs-divider-height: 60%;
    --wx-tabs-divider-color: transparent;
    --wx-tabs-cell-min-width: 100px;
    --wx-tabs-active-background: transparent;
    --wx-tabs-active-color: var(--wx-color-primary);
    --wx-tabs-active-border: var(--wx-tabs-active-color);
    --wx-slider-height: 14px;
    --wx-slider-primary: var(--wx-color-primary);
    --wx-slider-background: var(--wx-background-alt);
    --wx-slider-track-height: 4px;
    --wx-slider-track-border-radius: 2px;
    --wx-slider-thumb-size: var(--wx-slider-height);
    --wx-slider-thumb-border: none;
    --wx-slider-thumb-border-disabled: none;
    --wx-slider-thumb-shadow: var(--wx-box-shadow-strong);
    --wx-slider-label-margin: 0 0 5px;
    --wx-slider-label-font-family: var(--wx-font-family);
    --wx-slider-label-font-size: var(--wx-font-size);
    --wx-slider-label-line-height: var(--wx-line-height);
    --wx-slider-label-font-weight: var(--wx-font-weight-md);
    --wx-slider-label-font-color: var(--wx-color-font);
    --wx-switch-primary: var(--wx-color-primary);
    --wx-switch-background: #9fa1ae;
    --wx-switch-width: 48px;
    --wx-switch-height: 24px;
    --wx-switch-border-width: 0px;
    --wx-switch-border-color: transparent;
    --wx-switch-border-color-disabled: transparent;
    --wx-switch-thumb-offset: 1px;
    --wx-switch-thumb-border: none;
    --wx-switch-thumb-border-disabled: 1px solid #c0c3ce;
    --wx-switch-thumb-background: var(--wx-background);
    --wx-switch-thumb-background-disabled: var(--wx-color-disabled);
    --wx-switch-thumb-shadow: none;
    --wx-popup-z-index: 100;
    --wx-popup-background: var(--wx-background);
    --wx-popup-shadow: var(--wx-shadow-light);
    --wx-popup-border: 1px solid transparent;
    --wx-popup-border-radius: var(--wx-border-radius);
    --wx-modal-z-index: 1000;
    --wx-modal-background: var(--wx-background);
    --wx-modal-shadow: var(--wx-shadow-medium);
    --wx-modal-border: none;
    --wx-modal-border-radius: var(--wx-border-radius);
    --wx-modal-width: 280px;
    --wx-modal-padding: 16px 20px;
    --wx-modal-gutter: 14px;
    --wx-modal-backdrop: rgba(108, 114, 131, .2);
    --wx-modal-header-font-family: var(--wx-font-family);
    --wx-modal-header-font-size: var(--wx-font-size-hd);
    --wx-modal-header-line-height: var(--wx-line-height-hd);
    --wx-modal-header-font-weight: var(--wx-font-weight-b);
    --wx-modal-header-font-color: #000;
    --wx-notice-z-index: 1010;
    --wx-notice-background: var(--wx-background);
    --wx-notice-shadow: var(--wx-shadow-medium);
    --wx-notice-border: none;
    --wx-notice-border-radius: 0 var(--wx-border-radius) var(--wx-border-radius) 0;
    --wx-notice-margin: 6px 12px;
    --wx-notice-font-family: var(--wx-font-family);
    --wx-notice-font-size: var(--wx-font-size);
    --wx-notice-line-height: var(--wx-line-height);
    --wx-notice-font-weight: var(--wx-font-weight);
    --wx-notice-font-color: var(--wx-color-font);
    --wx-notice-padding: 14px;
    --wx-notice-width: 240px;
    --wx-notice-icon-size: var(--wx-icon-size);
    --wx-notice-icon-color: var(--wx-icon-color);
    --wx-notice-type-border-width: 4px;
    --wx-notice-type-border-color: var(--wx-icon-color);
    --wx-notice-type-font-color: var(--wx-color-font);
    --wx-notice-type-icon-color: var(--wx-icon-color);
    --wx-notice-type-background-opacity: 0;
    --wx-notice-type-close-hover-opacity: 1;
    --wx-uploader-background: var(--wx-background-hover);
    --wx-calendar-padding: 16px;
    --wx-calendar-cell-size: 32px;
    --wx-calendar-gap: 4px;
    --wx-calendar-line-gap: 4px;
    --wx-calendar-border-radius: var(--wx-border-radius);
    --wx-calendar-font-family: var(--wx-font-family);
    --wx-calendar-font-size: var(--wx-font-size);
    --wx-calendar-line-height: var(--wx-line-height);
    --wx-calendar-font-weight: var(--wx-font-weight);
    --wx-calendar-font-color: var(--wx-color-font);
    --wx-calendar-icon-color: var(--wx-icon-color);
    --wx-calendar-icon-size: var(--wx-icon-size);
    --wx-calendar-header-font-size: var(--wx-font-size);
    --wx-calendar-header-line-height: var(--wx-line-height);
    --wx-calendar-header-font-weight: var(--wx-font-weight-md);
    --wx-calendar-controls-font-family: var(--wx-button-font-family);
    --wx-calendar-controls-font-size: var(--wx-font-size);
    --wx-calendar-controls-line-height: var(--wx-line-height);
    --wx-calendar-controls-font-weight: var(--wx-font-weight);
    --wx-calendar-controls-font-color: var(--wx-color-font)
}

.wx-willow-theme {
    font-family: var(--wx-font-family);
    font-size: var(--wx-font-size);
    line-height: var(--wx-line-height);
    font-weight: var(--wx-font-weight);
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--wx-color-font);
    background: var(--wx-background)
}

.wx-willow-theme *,
.wx-willow-theme *:before,
.wx-willow-theme *:after {
    box-sizing: border-box
}

.wx-willow-dark-theme {
    --wx-color-primary: #7a67eb;
    --wx-color-primary-selected: rgba(122, 103, 235, .3);
    --wx-color-primary-font: #fff;
    --wx-color-secondary: transparent;
    --wx-color-secondary-hover: rgba(122, 103, 235, .12);
    --wx-color-secondary-font: var(--wx-color-primary);
    --wx-color-secondary-font-hover: var(--wx-color-primary);
    --wx-color-secondary-border: var(--wx-color-primary);
    --wx-color-secondary-border-disabled: #9fa1ae;
    --wx-color-success: #77d257;
    --wx-color-warning: #fcba2e;
    --wx-color-info: var(--wx-color-primary);
    --wx-color-danger: #fe6158;
    --wx-color-disabled: #384047;
    --wx-color-font: rgba(255, 255, 255, .9);
    --wx-color-font-alt: #9fa1ae;
    --wx-color-font-disabled: #9fa1ae;
    --wx-color-link: var(--wx-color-primary);
    --wx-background: #2a2b2d;
    --wx-background-alt: #384047;
    --wx-background-hover: #20262b;
    --wx-font-family: "Open Sans", Arial, Helvetica, sans-serif;
    --wx-font-size: 14px;
    --wx-line-height: 20px;
    --wx-font-size-md: 14px;
    --wx-line-height-md: 24px;
    --wx-font-size-hd: 16px;
    --wx-line-height-hd: 30px;
    --wx-font-size-sm: 12px;
    --wx-line-height-sm: 16px;
    --wx-font-weight: 400;
    --wx-font-weight-md: 600;
    --wx-font-weight-b: 700;
    --wx-icon-color: #c0c3ce;
    --wx-icon-size: var(--wx-line-height);
    --wx-border: 1px solid #384047;
    --wx-border-radius: 3px;
    --wx-radius-major: 6px;
    --wx-border-light: 1px solid #384047;
    --wx-border-medium: 1px solid #384047;
    --wx-shadow-light: 0px 4px 20px 0px rgba(44, 47, 60, .12);
    --wx-shadow-medium: none;
    --wx-box-shadow: 0px 4px 48px rgba(44, 47, 60, .18);
    --wx-box-shadow-strong: 0px 4px 48px rgba(44, 47, 60, .18), 0px 4px 8px rgba(14, 14, 15, .3);
    --wx-padding: 8px;
    --wx-field-gutter: 16px;
    --wx-field-width: 400px;
    --wx-input-font-family: var(--wx-font-family);
    --wx-input-font-size: var(--wx-font-size);
    --wx-input-line-height: var(--wx-line-height);
    --wx-input-font-weigth: var(--wx-font-weight);
    --wx-input-text-align: left;
    --wx-input-font-color: var(--wx-color-font);
    --wx-input-background: var(--wx-background);
    --wx-input-background-disabled: var(--wx-color-disabled);
    --wx-input-placeholder-color: var(--wx-color-font-alt);
    --wx-input-border: var(--wx-border);
    --wx-input-border-focus: 1px solid var(--wx-color-primary);
    --wx-input-border-disabled: var(--wx-border);
    --wx-input-border-radius: 3px;
    --wx-input-height: 32px;
    --wx-input-width: 100%;
    --wx-input-padding: 5px 8px;
    --wx-input-icon-indent: 6px;
    --wx-input-icon-color: var(--wx-icon-color);
    --wx-input-icon-size: var(--wx-icon-size);
    --wx-multicombo-tag-gap: 3px;
    --wx-multicombo-tag-border: none;
    --wx-multicombo-tag-border-radius: var(--wx-input-border-radius);
    --wx-multicombo-tag-pading: 2px 8px;
    --wx-multicombo-tag-background: var(--wx-background-alt);
    --wx-checkbox-height: var(--wx-line-height);
    --wx-checkbox-size: var(--wx-checkbox-height);
    --wx-checkbox-border-width: 2px;
    --wx-checkbox-border-color: var(--wx-color-font-alt);
    --wx-checkbox-border-color-disabled: var(--wx-color-disabled);
    --wx-checkbox-border-radius: var(--wx-input-border-radius);
    --wx-checkbox-font-family: var(--wx-font-family);
    --wx-checkbox-font-size: var(--wx-font-size);
    --wx-checkbox-line-height: var(--wx-line-height);
    --wx-checkbox-font-weight: var(--wx-font-weight);
    --wx-checkbox-font-color: var(--wx-color-font);
    --wx-label-width: 100px;
    --wx-label-margin: 0 0 4px;
    --wx-label-padding: 0;
    --wx-label-font-family: var(--wx-font-family);
    --wx-label-font-size: var(--wx-font-size);
    --wx-label-line-height: var(--wx-line-height);
    --wx-label-font-weight: var(--wx-font-weight-md);
    --wx-label-font-color: var(--wx-color-font);
    --wx-button-font-family: var(--wx-font-family);
    --wx-button-font-size: var(--wx-font-size-md);
    --wx-button-line-height: var(--wx-line-height);
    --wx-button-font-weigth: var(--wx-font-weight-md);
    --wx-button-text-transform: none;
    --wx-button-background: var(--wx-background-alt);
    --wx-button-font-color: var(--wx-color-font);
    --wx-button-danger-font-color: #fff;
    --wx-button-border: 1px solid transparent;
    --wx-button-border-radius: var(--wx-border-radius);
    --wx-button-height: 32px;
    --wx-button-padding: 5px 16px;
    --wx-button-icon-indent: 5px;
    --wx-button-icon-size: 20px;
    --wx-segmented-background: var(--wx-background-alt);
    --wx-segmented-background-hover: var(--wx-background-hover);
    --wx-segmented-border: none;
    --wx-segmented-border-radius: 6px;
    --wx-segmented-padding: 0px;
    --wx-tabs-background: var(--wx-background);
    --wx-tabs-background-hover: transparent;
    --wx-tabs-hover-border: #9fa1ae;
    --wx-tabs-border-width: 1px;
    --wx-tabs-border-radius: var(--wx-border-radius);
    --wx-tabs-divider-width: 1px;
    --wx-tabs-divider-height: 60%;
    --wx-tabs-divider-color: transparent;
    --wx-tabs-cell-min-width: 100px;
    --wx-tabs-active-background: transparent;
    --wx-tabs-active-color: var(--wx-color-primary);
    --wx-tabs-active-border: var(--wx-tabs-active-color);
    --wx-slider-height: 14px;
    --wx-slider-primary: var(--wx-color-primary);
    --wx-slider-background: var(--wx-background-alt);
    --wx-slider-track-height: 4px;
    --wx-slider-track-border-radius: 2px;
    --wx-slider-thumb-size: var(--wx-slider-height);
    --wx-slider-thumb-border: none;
    --wx-slider-thumb-border-disabled: 1px solid var(--wx-color-disabled);
    --wx-slider-thumb-shadow: none;
    --wx-slider-label-margin: 0 0 5px;
    --wx-slider-label-font-family: var(--wx-font-family);
    --wx-slider-label-font-size: var(--wx-font-size);
    --wx-slider-label-line-height: var(--wx-line-height);
    --wx-slider-label-font-weight: var(--wx-font-weight-md);
    --wx-slider-label-font-color: var(--wx-color-font);
    --wx-switch-primary: var(--wx-color-primary);
    --wx-switch-background: #384047;
    --wx-switch-width: 48px;
    --wx-switch-height: 24px;
    --wx-switch-border-width: 0px;
    --wx-switch-border-color: transparent;
    --wx-switch-border-color-disabled: transparent;
    --wx-switch-thumb-offset: 1px;
    --wx-switch-thumb-border: none;
    --wx-switch-thumb-border-disabled: 1px solid rgba(255, 255, 255, .7);
    --wx-switch-thumb-background: rgba(255, 255, 255, .9);
    --wx-switch-thumb-background-disabled: var(--wx-color-disabled);
    --wx-switch-thumb-shadow: none;
    --wx-popup-z-index: 100;
    --wx-popup-background: var(--wx-background);
    --wx-popup-shadow: var(--wx-shadow-light);
    --wx-popup-border: 1px solid rgba(255, 255, 255, .26);
    --wx-popup-border-radius: var(--wx-border-radius);
    --wx-modal-z-index: 1000;
    --wx-modal-background: var(--wx-background);
    --wx-modal-shadow: var(--wx-shadow-medium);
    --wx-modal-border: 1px solid #ffffff42;
    --wx-modal-border-radius: var(--wx-border-radius);
    --wx-modal-width: 280px;
    --wx-modal-padding: 16px 20px;
    --wx-modal-gutter: 14px;
    --wx-modal-backdrop: rgba(108, 114, 131, .2);
    --wx-modal-header-font-family: var(--wx-font-family);
    --wx-modal-header-font-size: var(--wx-font-size-hd);
    --wx-modal-header-line-height: var(--wx-line-height-hd);
    --wx-modal-header-font-weight: var(--wx-font-weight-b);
    --wx-modal-header-font-color: #fff;
    --wx-notice-z-index: 1010;
    --wx-notice-background: var(--wx-background-alt);
    --wx-notice-shadow: var(--wx-shadow-medium);
    --wx-notice-border: none;
    --wx-notice-border-radius: 0 var(--wx-border-radius) var(--wx-border-radius) 0;
    --wx-notice-margin: 6px 12px;
    --wx-notice-font-family: var(--wx-font-family);
    --wx-notice-font-size: var(--wx-font-size);
    --wx-notice-line-height: var(--wx-line-height);
    --wx-notice-font-weight: var(--wx-font-weight);
    --wx-notice-font-color: var(--wx-color-font);
    --wx-notice-padding: 14px;
    --wx-notice-width: 240px;
    --wx-notice-icon-size: var(--wx-icon-size);
    --wx-notice-icon-color: var(--wx-icon-color);
    --wx-notice-type-border-width: 4px;
    --wx-notice-type-border-color: var(--wx-icon-color);
    --wx-notice-type-font-color: var(--wx-color-font);
    --wx-notice-type-icon-color: #9fa1ae;
    --wx-notice-type-background-opacity: 0;
    --wx-notice-type-close-hover-opacity: 1;
    --wx-uploader-background: var(--wx-background-hover);
    --wx-calendar-padding: 16px;
    --wx-calendar-cell-size: 32px;
    --wx-calendar-gap: 4px;
    --wx-calendar-line-gap: 4px;
    --wx-calendar-border-radius: var(--wx-border-radius);
    --wx-calendar-font-family: var(--wx-font-family);
    --wx-calendar-font-size: var(--wx-font-size);
    --wx-calendar-line-height: var(--wx-line-height);
    --wx-calendar-font-weight: var(--wx-font-weight);
    --wx-calendar-font-color: var(--wx-color-font);
    --wx-calendar-icon-color: var(--wx-icon-color);
    --wx-calendar-icon-size: var(--wx-icon-size);
    --wx-calendar-header-font-size: var(--wx-font-size);
    --wx-calendar-header-line-height: var(--wx-line-height);
    --wx-calendar-header-font-weight: var(--wx-font-weight-md);
    --wx-calendar-controls-font-family: var(--wx-button-font-family);
    --wx-calendar-controls-font-size: var(--wx-font-size);
    --wx-calendar-controls-line-height: var(--wx-line-height);
    --wx-calendar-controls-font-weight: var(--wx-font-weight);
    --wx-calendar-controls-font-color: var(--wx-color-font)
}

.wx-willow-dark-theme {
    font-family: var(--wx-font-family);
    font-size: var(--wx-font-size);
    line-height: var(--wx-line-height);
    font-weight: var(--wx-font-weight);
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--wx-color-font);
    background: var(--wx-background)
}

.wx-willow-dark-theme *,
.wx-willow-dark-theme *:before,
.wx-willow-dark-theme *:after {
    box-sizing: border-box
}

.textarea.svelte-senhap {
    width: 100%;
    background: inherit;
    display: flex;
    flex-direction: column;
    position: relative
}

.icon.svelte-senhap {
    display: var(--wx-chat-textarea-custom-icon);
    position: absolute;
    bottom: -2px;
    right: 3px;
    pointer-events: none;
    z-index: 2
}

.textarea.svelte-senhap textarea {
    min-height: var(--wx-chat-textarea-height);
    height: var(--wx-chat-textarea-height);
    max-height: 200px;
    padding: var(--wx-chat-textarea-padding);
    background: var(--wx-chat-textarea-background);
    border: var(--wx-chat-textarea-border);
    color: var(--wx-chat-textarea-color);
    line-height: var(--wx-chat-line-height);
    position: relative;
    top: 0
}

.wrapper.svelte-senhap {
    width: 100%;
    min-height: var(--wx-chat-textarea-height);
    position: relative
}

.textarea.svelte-senhap textarea::-webkit-resizer {
    display: var(--wx-chat-textarea-default-icon)
}

.textarea.svelte-senhap textarea:focus {
    border: var(--wx-input-border-focus)
}

.bottombar.svelte-senhap {
    margin-top: 12px;
    text-align: right
}

.bottombar.svelte-senhap button {
    padding: 6px 16px;
    line-height: var(--wx-chat-line-height)
}

.panel.svelte-19y6dg0 {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    background: var(--wx-chat-background)
}

.top.svelte-19y6dg0 {
    overflow-y: auto;
    padding: 0 10px 8px 0;
    display: flex;
    flex-direction: column-reverse
}

.bottom.svelte-19y6dg0 {
    padding: 16px 0 24px;
    background: var(--wx-chat-background)
}

.container.svelte-1aeli9u.svelte-1aeli9u {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    overflow-y: auto
}

.chats.svelte-1aeli9u.svelte-1aeli9u {
    margin-top: 4px
}

.date.svelte-1aeli9u.svelte-1aeli9u {
    color: var(--wx-chat-sidebar-disabled-color);
    font-weight: var(--wx-chat-sidebar-text-weight);
    line-height: var(--wx-chat-line-height);
    padding: 0 12px
}

.info.svelte-1aeli9u.svelte-1aeli9u {
    position: relative
}

.info.theme.svelte-1aeli9u.svelte-1aeli9u {
    padding: 6px 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    cursor: pointer
}

.info.theme.selected.svelte-1aeli9u.svelte-1aeli9u {
    padding: 6px 12px 6px 10px
}

.info.svelte-1aeli9u.svelte-1aeli9u:hover {
    background-color: var(--wx-chat-sidebar-chat-hover)
}

.info.selected.svelte-1aeli9u.svelte-1aeli9u {
    background-color: var(--wx-chat-sidebar-chat-selected);
    border-left: var(--wx-chat-sidebar-chat-selected-border)
}

.remove.svelte-1aeli9u.svelte-1aeli9u {
    position: absolute;
    right: 10px;
    height: 14px;
    display: none
}

.remove.svelte-1aeli9u>i.svelte-1aeli9u {
    line-height: 14px
}

.theme.svelte-1aeli9u .remove.svelte-1aeli9u {
    top: 10px
}

.description.svelte-1aeli9u .remove.svelte-1aeli9u {
    top: 50%;
    transform: translateY(-50%)
}

.info.svelte-1aeli9u:hover .remove.svelte-1aeli9u {
    display: block
}

.theme.svelte-1aeli9u.svelte-1aeli9u {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: var(--wx-chat-sidebar-text-weight);
    line-height: var(--wx-chat-line-height)
}

.agent.svelte-1aeli9u.svelte-1aeli9u {
    display: flex;
    gap: 4px;
    align-items: flex-end
}

.avatar.svelte-1aeli9u.svelte-1aeli9u {
    display: var(--wx-chat-sidebar-chats-icon)
}

.agent.svelte-1aeli9u .avatar.svelte-1aeli9u {
    height: 20px;
    width: 20px;
    border-radius: 50%
}

.avatar.svelte-1aeli9u img.svelte-1aeli9u {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%
}

.agent.svelte-1aeli9u .initials.svelte-1aeli9u {
    height: 100%;
    width: 100%;
    background-color: #61c874;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    font-size: 10px;
    font-weight: 500;
    line-height: 10px
}

.agent.svelte-1aeli9u .name.svelte-1aeli9u {
    color: var(--wx-chat-sidebar-disabled-color);
    font-size: 12px;
    line-height: 18px
}

.info.description.svelte-1aeli9u.svelte-1aeli9u {
    display: flex;
    flex-direction: column;
    gap: 4px;
    cursor: pointer
}

.info.description.svelte-1aeli9u.svelte-1aeli9u:first-child {
    border-top: var(--wx-chat-sidebar-chats-border)
}

.description.svelte-1aeli9u .text.svelte-1aeli9u {
    line-height: var(--wx-chat-line-height);
    padding: 6px 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: var(--wx-chat-sidebar-chats-border)
}

.description.selected.svelte-1aeli9u .text.svelte-1aeli9u {
    padding: 6px 12px 6px 10px
}

.container.svelte-1dkdxjb.svelte-1dkdxjb {
    width: 100%;
    padding: 8px 0;
    border-radius: var(--wx-chat-popup-border-radius)
}

.container.modal.svelte-1dkdxjb.svelte-1dkdxjb {
    padding: 24px 0;
    border-radius: 3px
}

.container.popup.svelte-1dkdxjb .text.svelte-1dkdxjb {
    height: 24px;
    line-height: 16px;
    padding: 6px 12px;
    color: #9fa1ae;
    font-size: 12px
}

.container.modal.svelte-1dkdxjb .text.svelte-1dkdxjb {
    font-size: 16px;
    font-weight: var(--wx-chat-header-font-weight);
    line-height: 36px;
    letter-spacing: .1px;
    margin-bottom: 20px;
    text-align: center
}

.agent.svelte-1dkdxjb.svelte-1dkdxjb {
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer
}

.container.popup.svelte-1dkdxjb .agent.svelte-1dkdxjb {
    padding: 6px 12px
}

.container.modal.svelte-1dkdxjb .agent.svelte-1dkdxjb {
    padding: var(--wx-chat-agents-list-padding);
    border-top: var(--wx-chat-agents-list-agent-border)
}

.container.modal.svelte-1dkdxjb .agent.svelte-1dkdxjb:last-child {
    border-bottom: var(--wx-chat-agents-list-agent-border)
}

.agent.svelte-1dkdxjb.svelte-1dkdxjb:hover {
    background-color: var(--wx-chat-popup-agent-hover)
}

.avatar.svelte-1dkdxjb.svelte-1dkdxjb {
    border-radius: 50%
}

.container.popup.svelte-1dkdxjb .avatar.svelte-1dkdxjb {
    height: 32px;
    width: 32px
}

.container.modal.svelte-1dkdxjb .avatar.svelte-1dkdxjb {
    height: var(--wx-chat-agents-list-icon-size);
    width: var(--wx-chat-agents-list-icon-size)
}

.avatar.svelte-1dkdxjb img.svelte-1dkdxjb {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%
}

.initials.svelte-1dkdxjb.svelte-1dkdxjb {
    height: 100%;
    background-color: #61c874;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px
}

.name.svelte-1dkdxjb.svelte-1dkdxjb {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

.sidebar.svelte-1q8b3it.svelte-1q8b3it {
    width: 100%;
    height: 100%;
    background: var(--wx-chat-sidebar-background);
    padding: 32px 0 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
    border-right: var(--wx-chat-sidebar-border)
}

.button-container.svelte-1q8b3it.svelte-1q8b3it {
    padding: 0 12px
}

.button-container.svelte-1q8b3it .button {
    padding: 4px 8px;
    line-height: var(--wx-chat-line-height)
}

.icon.svelte-1q8b3it.svelte-1q8b3it {
    line-height: var(--wx-chat-line-height);
    font-weight: var(--wx-chat-sidebar-text-weight);
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center
}

.icon.svelte-1q8b3it i.svelte-1q8b3it {
    font-size: var(--wx-chat-line-height)
}

.popup {
    box-shadow: 0 4px 20px #2c2f3c1f;
    border-radius: 6px;
    border: var(--wx-chat-popup-border)
}

.popup-container.svelte-1q8b3it.svelte-1q8b3it {
    width: 236px;
    background-color: var(--wx-chat-popup-background);
    border-radius: 6px
}

.sidebar.svelte-1q8b3it~.window {
    border: none;
    background: var(--ww-chat-modal-background)
}

.narrow.svelte-1h50gh9.svelte-1h50gh9 {
    width: 100%;
    height: 100%;
    background: var(--wx-chat-background);
    display: flex;
    flex-direction: column
}

.narrow.svelte-1h50gh9 .wrapper.svelte-1h50gh9 {
    flex: 1;
    overflow: hidden;
    background: var(--wx-chat-narrow-background)
}

.header.svelte-1h50gh9.svelte-1h50gh9 {
    padding: 16px 12px;
    display: grid;
    background: var(--wx-chat-header-background);
    border-bottom: var(--wx-chat-header-border)
}

.icon.svelte-1h50gh9.svelte-1h50gh9,
.text.svelte-1h50gh9.svelte-1h50gh9 {
    grid-column: 1/2;
    grid-row: 1/2;
    align-self: center
}

.icon.svelte-1h50gh9.svelte-1h50gh9 {
    font-size: 24px;
    justify-self: start;
    cursor: pointer;
    color: var(--wx-chat-icon-color)
}

.icon.svelte-1h50gh9.svelte-1h50gh9:hover {
    color: var(--wx-color-primary)
}

.text.svelte-1h50gh9.svelte-1h50gh9 {
    font-size: 16px;
    font-weight: var(--wx-chat-header-font-weight);
    line-height: var(--wx-chat-header-line-height);
    letter-spacing: .1px;
    justify-self: center
}

.narrow.svelte-1h50gh9 .panel .top {
    padding: 8px 12px
}

.narrow.svelte-1h50gh9 .panel .bottom {
    padding: 16px 12px 24px;
    background: var(--wx-chat-textarea-area-background);
    border-top: var(--wx-chat-textarea-area-border)
}

.narrow.svelte-1h50gh9 .sidebar {
    background: var(--wx-chat-narrow-background);
    padding: 24px 0;
    gap: 16px;
    border-right: none
}

.layout.svelte-13ctwha.svelte-13ctwha {
    height: 100%;
    width: 100%;
    background-color: var(--wx-chat-background)
}

.chat-wrapper.svelte-13ctwha.svelte-13ctwha {
    display: flex;
    height: 100%;
    width: 100%;
    background-color: var(--wx-chat-background);
    position: relative
}

.left.svelte-13ctwha.svelte-13ctwha {
    width: 260px;
    height: 100%;
    position: absolute;
    left: -260px;
    transition: .3s linear
}

.left.visible.svelte-13ctwha.svelte-13ctwha {
    left: 0
}

.left.visible.svelte-13ctwha+.right.svelte-13ctwha {
    margin-left: 260px;
    flex: 1
}

.right.svelte-13ctwha.svelte-13ctwha {
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    transition: .3s linear
}

.wrapper.svelte-13ctwha.svelte-13ctwha {
    height: 100%;
    max-width: 768px;
    margin: 0 auto
}

.button.svelte-13ctwha.svelte-13ctwha {
    align-self: center;
    height: 32px;
    width: 32px;
    padding: 4px;
    font-size: 24px;
    cursor: pointer;
    color: var(--wx-chat-icon-color);
    z-index: 1
}

.button.svelte-13ctwha>i.svelte-13ctwha {
    display: flex;
    height: 24px;
    width: 24px;
    align-items: center;
    justify-content: center
}

.button.round.svelte-13ctwha.svelte-13ctwha {
    border-radius: 50%;
    background: var(--wx-chat-button-toggle-sidebar-background);
    margin-left: 8px
}

.button.round.svelte-13ctwha+.panel.svelte-13ctwha {
    margin-left: -40px
}

.button.svelte-13ctwha.svelte-13ctwha:hover {
    color: var(--wx-color-primary)
}

.panel.svelte-13ctwha.svelte-13ctwha {
    width: 100%;
    height: 100%;
    padding-top: 10px;
    margin-left: -16px
}

.wrapper.svelte-sm3lir {
    height: 100%;
    width: 100%;
    background-color: var(--wx-chat-background)
}

.wx-material-theme {
    --wx-chat-background: var(--wx-background-alt);
    --wx-chat-line-height: 20px;
    --wx-chat-border: var(--wx-border);
    --wx-chat-msg-background: #d5e6ff;
    --wx-chat-msg-background-agent: var(--wx-background);
    --wx-chat-msg-icon-color: #00000080;
    --wx-chat-msg-blocks-background: #0000000a;
    --wx-chat-msg-blocks-background-agent: var(--wx-background);
    --wx-chat-msg-blocks-controls-shadow: 0px 3px 10px 0px rgba(44, 47, 60, .12), 0px 1px 2px 0px rgba(44, 47, 60, .06);
    --wx-chat-msg-blocks-border-radius: 2px;
    --wx-chat-msg-blocks-border: var(--wx-chat-border);
    --wx-chat-msg-cards-border-agent: var(--wx-chat-border);
    --wx-chat-msg-cards-border: 1px solid #c0d9ff;
    --wx-chat-msg-cards-border-radius: 2px;
    --wx-chat-msg-cards-avatar-icon-size: 28px;
    --wx-chat-msg-flow-background-hover: rgba(213, 230, 255, .6);
    --wx-chat-msg-flow-icon-size: 20px;
    --wx-chat-msg-flow-icon-color: #ffffff;
    --wx-chat-msg-flow-avatar-icon-background: #00d19a;
    --wx-chat-sidebar-background: #fafafc;
    --wx-chat-sidebar-border: var(--wx-chat-border);
    --wx-chat-sidebar-chat-hover: #0000001f;
    --wx-chat-sidebar-chat-selected: #ededed;
    --wx-chat-sidebar-chat-selected-border: 2px solid var(--wx-color-primary);
    --wx-chat-sidebar-text-weight: 500;
    --wx-chat-sidebar-disabled-color: #0000004d;
    --wx-chat-sidebar-chats-icon: none;
    --wx-chat-sidebar-chats-border: none;
    --wx-chat-popup-border-radius: 2px;
    --wx-chat-popup-agent-hover: #0000001f;
    --wx-chat-popup-border: var(--wx-border);
    --wx-chat-popup-background: var(--wx-background);
    --wx-chat-popup-header-font-size: 16px;
    --wx-chat-textarea-background: var(--wx-chat-msg-background-agent);
    --wx-chat-textarea-padding: 6px 12px;
    --wx-chat-textarea-height: 100px;
    --wx-chat-textarea-border: var(--wx-border);
    --wx-chat-textarea-focus-border: 1px solid var(--wx-color-primary);
    --wx-chat-textarea-color: #475466;
    --wx-chat-textarea-custom-icon: none;
    --wx-chat-textarea-default-icon: block;
    --wx-chat-button-icon-color-disabled: #9fa1ae;
    --wx-chat-scroll-background: #e6e6e6;
    --wx-chat-slider-background: #f2f3f7;
    --wx-chat-header-background: var(--wx-background);
    --wx-chat-narrow-background: var(--wx-chat-sidebar-background);
    --wx-chat-header-border: var(--wx-border);
    --wx-chat-header-font-weight: 500;
    --wx-chat-header-line-height: 24px;
    --wx-chat-icon-color: #00000080;
    --wx-chat-textarea-area-border: var(--wx-border);
    --wx-chat-textarea-area-background: var(--wx-background);
    --wx-chat-button-toggle-sidebar-background: #f2f3f7;
    --ww-chat-modal-background: var(--wx-background);
    --wx-chat-agents-list-padding: 6px 16px;
    --wx-chat-agents-list-icon-size: 32px;
    --wx-chat-agents-list-agent-border: none
}

.wx-willow-theme {
    --wx-chat-background: var(--wx-background);
    --wx-chat-line-height: 24px;
    --wx-chat-border: var(--wx-border);
    --wx-chat-msg-background: #d5eaf7;
    --wx-chat-msg-background-agent: #f4f5f9;
    --wx-chat-msg-icon-color: #9fa1ae;
    --wx-chat-msg-blocks-background: #e6e6e6;
    --wx-chat-msg-blocks-background-agent: #f4f5f9;
    --wx-chat-msg-blocks-controls-shadow: 0px 3px 10px 0px rgba(44, 47, 60, .12), 0px 1px 2px 0px rgba(44, 47, 60, .06);
    --wx-chat-msg-blocks-border-radius: 6px 0 6px 6px;
    --wx-chat-msg-blocks-border: none;
    --wx-chat-msg-cards-border-agent: none;
    --wx-chat-msg-cards-border: none;
    --wx-chat-msg-cards-border-radius: 6px;
    --wx-chat-msg-cards-avatar-icon-size: 32px;
    --wx-chat-msg-flow-background-hover: rgba(57, 169, 239, .03);
    --wx-chat-msg-flow-icon-size: 24px;
    --wx-chat-msg-flow-icon-color: #ffffff;
    --wx-chat-msg-flow-avatar-icon-background: #9547d2;
    --wx-chat-sidebar-background: rgba(242, 243, 247, .4);
    --wx-chat-sidebar-border: none;
    --wx-chat-sidebar-chat-hover: var(--wx-background-hover);
    --wx-chat-sidebar-chat-selected: var(--wx-background-hover);
    --wx-chat-sidebar-chat-selected-border: 2px solid transparent;
    --wx-chat-sidebar-text-weight: 600;
    --wx-chat-sidebar-disabled-color: #9fa1ae;
    --wx-chat-sidebar-chats-icon: block;
    --wx-chat-sidebar-chats-border: var(--wx-chat-border);
    --wx-chat-popup-border-radius: 6px;
    --wx-chat-popup-agent-hover: #f7f7f7;
    --wx-chat-popup-border: 1px solid #ffffff;
    --wx-chat-popup-background: var(--wx-background);
    --wx-chat-popup-header-font-size: 18px;
    --wx-chat-textarea-background: var(--wx-background);
    --wx-chat-textarea-padding: 8px 8px 14px;
    --wx-chat-textarea-height: 106px;
    --wx-chat-textarea-border: var(--wx-chat-border);
    --wx-chat-textarea-focus-border: 1px solid var(--wx-color-primary);
    --wx-chat-textarea-color: #475466;
    --wx-chat-textarea-custom-icon: block;
    --wx-chat-textarea-default-icon: none;
    --wx-chat-button-icon-color-disabled: #9fa1ae;
    --wx-chat-scroll-background: #e6e6e6;
    --wx-chat-slider-background: var(--wx-background-alt);
    --wx-chat-header-background: rgba(122, 103, 235, .2);
    --wx-chat-narrow-background: var(--wx-chat-background);
    --wx-chat-header-border: none;
    --wx-chat-header-font-weight: 700;
    --wx-chat-header-line-height: 36px;
    --wx-chat-icon-color: #9fa1ae;
    --wx-chat-textarea-area-border: var(--wx-chat-border);
    --wx-chat-textarea-area-background: transparent;
    --wx-chat-button-toggle-sidebar-background: var(--wx-background-alt);
    --ww-chat-modal-background: var(--wx-background);
    --wx-chat-agents-list-padding: 8px 24px;
    --wx-chat-agents-list-icon-size: 40px;
    --wx-chat-agents-list-agent-border: var(--wx-chat-border)
}

.wx-willow-dark-theme {
    --wx-chat-background: #2b343b;
    --wx-chat-line-height: 24px;
    --wx-chat-border: var(--wx-border);
    --wx-chat-msg-background: rgba(122, 102, 235, .2);
    --wx-chat-msg-background-agent: var(--wx-background-alt);
    --wx-chat-msg-icon-color: #9fa1ae;
    --wx-chat-msg-blocks-background: var(--wx-background-alt);
    --wx-chat-msg-blocks-background-agent: #20262b;
    --wx-chat-msg-blocks-controls-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .16);
    --wx-chat-msg-blocks-border-radius: 6px 0 6px 6px;
    --wx-chat-msg-blocks-border: none;
    --wx-chat-msg-cards-border-agent: none;
    --wx-chat-msg-cards-border: none;
    --wx-chat-msg-cards-border-radius: 6px;
    --wx-chat-msg-cards-avatar-icon-size: 32px;
    --wx-chat-msg-flow-background-hover: rgb(122, 103, 235, .1);
    --wx-chat-msg-flow-icon-size: 24px;
    --wx-chat-msg-flow-icon-color: #2b343b;
    --wx-chat-msg-flow-avatar-icon-background: #9547d2;
    --wx-chat-sidebar-background: #2a2b2d;
    --wx-chat-sidebar-border: none;
    --wx-chat-sidebar-chat-hover: var(--wx-background-alt);
    --wx-chat-sidebar-chat-selected: var(--wx-background-alt);
    --wx-chat-sidebar-chat-selected-border: 2px solid transparent;
    --wx-chat-sidebar-text-weight: 600;
    --wx-chat-sidebar-disabled-color: #9fa1ae;
    --wx-chat-sidebar-chats-icon: block;
    --wx-chat-sidebar-chats-border: var(--wx-chat-border);
    --wx-chat-popup-border-radius: 6px;
    --wx-chat-popup-agent-hover: var(--wx-background-alt);
    --wx-chat-popup-border: var(--wx-chat-border);
    --wx-chat-popup-background: #2a2b2d;
    --wx-chat-popup-header-font-size: 18px;
    --wx-chat-textarea-background: transparent;
    --wx-chat-textarea-padding: 8px;
    --wx-chat-textarea-height: 106px;
    --wx-chat-textarea-border: var(--wx-chat-border);
    --wx-chat-textarea-focus-border: 1px solid var(--wx-color-primary);
    --wx-chat-textarea-color: rgba(255, 255, 255, .9);
    --wx-chat-textarea-custom-icon: block;
    --wx-chat-textarea-default-icon: none;
    --wx-chat-button-icon-color-disabled: #20262b;
    --wx-chat-scroll-background: #20262b;
    --wx-chat-slider-background: var(--wx-background-alt);
    --wx-chat-header-background: #2a2b2d;
    --wx-chat-narrow-background: var(--wx-chat-background);
    --wx-chat-header-border: none;
    --wx-chat-header-font-weight: 700;
    --wx-chat-header-line-height: 36px;
    --wx-chat-icon-color: #9fa1ae;
    --wx-chat-textarea-area-border: var(--wx-chat-border);
    --wx-chat-textarea-area-background: transparent;
    --wx-chat-button-toggle-sidebar-background: #384047;
    --ww-chat-modal-background: #2b343b;
    --wx-chat-agents-list-padding: 8px 24px;
    --wx-chat-agents-list-icon-size: 40px;
    --wx-chat-agents-list-agent-border: var(--wx-chat-border)
}