.wx-textarea.svelte-1eba9c5 {
    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-weight);
    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)
}

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

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

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

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

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

.wx-button.svelte-ap8ojf.svelte-ap8ojf {
    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-weight);
    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)
}

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

.wx-button.svelte-ap8ojf.svelte-ap8ojf, .wx-button.svelte-ap8ojf.svelte-ap8ojf:focus, .wx-button.svelte-ap8ojf.svelte-ap8ojf:active {
    outline: none
}

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

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

.wx-block.svelte-ap8ojf.svelte-ap8ojf {
    display: block;
    width: 100%
}

.wx-square.svelte-ap8ojf.svelte-ap8ojf {
    border-radius: 0
}

i.svelte-ap8ojf.svelte-ap8ojf {
    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-ap8ojf.svelte-ap8ojf:before {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

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

.wx-icon.svelte-ap8ojf i.svelte-ap8ojf {
    margin: 0;
    opacity: 1
}

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

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

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

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

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

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

.wx-link.svelte-ap8ojf.svelte-ap8ojf, .wx-link.svelte-ap8ojf.svelte-ap8ojf:hover, .wx-link[disabled].svelte-ap8ojf.svelte-ap8ojf {
    background: transparent
}

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

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

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

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

label.svelte-1va8f8p.svelte-1va8f8p {
    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-1va8f8p.svelte-1va8f8p {
    display: block
}

span.svelte-1va8f8p + span.svelte-1va8f8p {
    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-1va8f8p.svelte-1va8f8p: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-1va8f8p.svelte-1va8f8p: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-1va8f8p.svelte-1va8f8p: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-1va8f8p span.svelte-1va8f8p:first-child:before {
    background: var(--wx-color-primary);
    border-color: transparent
}

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

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

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

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

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

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

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

.wx-checkboxgroup.wx-inline.svelte-8ubv9s .wx-item.svelte-8ubv9s {
    flex: none;
    padding-right: var(--wx-field-gutter)
}

.wx-checkboxgroup.grid.svelte-8ubv9s .wx-item.svelte-8ubv9s {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: var(--wx-field-gutter)
}

.wx-dropdown.svelte-1jzzq2v {
    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
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wx-colors.svelte-1zsa67.svelte-1zsa67 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px
}

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

input.svelte-1zsa67.svelte-1zsa67 {
    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-weight);
    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.wx-focus.svelte-1zsa67.svelte-1zsa67 {
    border: var(--wx-input-border-focus)
}

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

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

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

input[disabled].svelte-1zsa67 ~ .wx-color.svelte-1zsa67, input[disabled].svelte-1zsa67 ~ .wx-empty.svelte-1zsa67 {
    cursor: not-allowed
}

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

.wx-empty.svelte-1zsa67.svelte-1zsa67 {
    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
}

.wx-clear.svelte-1zsa67.svelte-1zsa67 {
    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
}

.wx-clear.svelte-1zsa67.svelte-1zsa67:hover {
    background: var(--wx-background-hover)
}

.wx-colorboard.svelte-8qj470 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 8px;
    width: 100%
}

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

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

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

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

.wx-color-block-slider.svelte-8qj470 {
    height: 16px;
    width: 16px;
    margin: -8px 0 0 -8px
}

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

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

.wx-color-line.svelte-8qj470 {
    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
}

.wx-color-line-slider.svelte-8qj470 {
    height: 14px;
    width: 14px;
    margin: 0 0 0 -7px;
    top: -4px
}

.wx-color-controls.svelte-8qj470 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.wx-color.svelte-8qj470, .wx-text.svelte-8qj470 {
    width: calc(50% - 4px)
}

.wx-color.svelte-8qj470 {
    height: 32px
}

.wx-text.svelte-8qj470 {
    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-weight);
    text-align: var(--wx-input-text-align);
    color: var(--wx-input-font-color);
    padding: var(--wx-input-padding)
}

.wx-text.svelte-8qj470:focus {
    border: var(--wx-input-border-focus)
}

.wx-colorpicker.svelte-11liszv.svelte-11liszv {
    position: relative;
    width: var(--wx-input-width)
}

.wx-color.svelte-11liszv.svelte-11liszv {
    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-11liszv.svelte-11liszv {
    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-weight);
    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.wx-focus.svelte-11liszv.svelte-11liszv {
    border: var(--wx-input-border-focus)
}

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

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

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

input[disabled].svelte-11liszv ~ .wx-color.svelte-11liszv {
    cursor: not-allowed
}

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

.wx-list.svelte-fl05h9 {
    max-height: 250px;
    overflow-y: auto
}

.wx-item.svelte-fl05h9 {
    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-weight);
    color: var(--wx-input-font-color);
    padding: var(--wx-input-padding);
    cursor: pointer
}

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

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

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

input.svelte-1oh2bu.svelte-1oh2bu {
    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-weight);
    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-1oh2bu.svelte-1oh2bu:focus {
    border: var(--wx-input-border-focus)
}

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

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

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

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

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

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

.wx-icon.svelte-1oh2bu.svelte-1oh2bu {
    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)
}

.wx-icon.svelte-1oh2bu.svelte-1oh2bu:before {
    display: block
}

.wx-icon.wxi-close.svelte-1oh2bu.svelte-1oh2bu {
    pointer-events: all
}

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

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

.wx-text.wx-disabled.svelte-1axmg32 .wx-icon.svelte-1axmg32 {
    color: var(--wx-color-font-disabled)
}

.wx-text.wx-error.svelte-1axmg32 .wx-icon.svelte-1axmg32 {
    color: var(--wx-color-danger)
}

.wx-icon.svelte-1axmg32.svelte-1axmg32 {
    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)
}

.wx-icon.svelte-1axmg32.svelte-1axmg32:before {
    display: block
}

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

input.svelte-1axmg32.svelte-1axmg32 {
    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-weight);
    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-1axmg32.svelte-1axmg32:focus {
    border: var(--wx-input-border-focus)
}

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

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

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

input[disabled].svelte-1axmg32.svelte-1axmg32 {
    cursor: not-allowed !important;
    border: var(--wx-input-border-disabled);
    color: var(--wx-color-font-disabled);
    background: var(--wx-input-background-disabled);
    pointer-events: none
}

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

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

.wx-title.svelte-1axmg32 input.svelte-1axmg32 {
    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)
}

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

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

.wx-header.svelte-wurt7c {
    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)
}

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

.wx-pager.svelte-wurt7c {
    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)
}

.wx-pager.svelte-wurt7c:before {
    display: block
}

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

.wx-label.svelte-wurt7c {
    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-1f88uh6 {
    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-1f88uh6, button.svelte-1f88uh6:focus, button.svelte-1f88uh6:active {
    outline: none
}

button.svelte-1f88uh6:active {
    opacity: .8
}

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

.wx-weekday.svelte-1bsdg9l {
    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
}

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

.wx-day.svelte-1bsdg9l {
    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
}

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

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

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

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

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

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

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

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

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

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

.wx-month.svelte-pmn9ti {
    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)
}

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

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

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

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

.wx-year.svelte-is1ghx {
    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)
}

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

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

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

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

.wx-calendar.svelte-9ihaic.svelte-9ihaic {
    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)
}

.wx-calendar.wx-part.svelte-9ihaic.svelte-9ihaic {
    padding-bottom: 0
}

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

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

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

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

.wx-rangecalendar.svelte-wlbsu6 {
    display: flex;
    padding-bottom: var(--wx-calendar-padding)
}

.wx-half.svelte-wlbsu6 {
    flex: 1
}

.wx-daterangepicker.svelte-qgs2z8 {
    position: relative;
    width: var(--wx-input-width)
}

.wx-icon.svelte-12ezr0r {
    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
}

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

.wx-multicombo.svelte-ijj3jn.svelte-ijj3jn {
    position: relative;
    width: var(--wx-input-width)
}

.wx-multicombo.wx-focus.svelte-ijj3jn .wx-wrapper.svelte-ijj3jn {
    border: var(--wx-input-border-focus)
}

.wx-multicombo.wx-disabled.svelte-ijj3jn .wx-wrapper.svelte-ijj3jn {
    border: var(--wx-input-border-disabled);
    background: var(--wx-input-background-disabled)
}

.wx-multicombo.wx-disabled.svelte-ijj3jn .wx-tag.svelte-ijj3jn {
    background: var(--wx-color-disabled);
    color: var(--wx-color-font-disabled)
}

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

.wx-multicombo.wx-disabled.svelte-ijj3jn input.svelte-ijj3jn {
    cursor: not-allowed;
    color: var(--wx-color-font-disabled)
}

.wx-multicombo.wx-disabled.svelte-ijj3jn .wx-icon.svelte-ijj3jn {
    color: var(--wx-color-font-disabled)
}

.wx-multicombo.wx-error.svelte-ijj3jn .wx-wrapper.svelte-ijj3jn {
    border-color: var(--wx-color-danger)
}

.wx-multicombo.wx-error.svelte-ijj3jn input.svelte-ijj3jn, .wx-multicombo.wx-error.svelte-ijj3jn .wx-icon.svelte-ijj3jn {
    color: var(--wx-color-danger)
}

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

.wx-multicombo.wx-not-empty.svelte-ijj3jn input.svelte-ijj3jn {
    border-top: var(--wx-input-border)
}

.wx-multicombo.wx-not-empty.wx-focus.svelte-ijj3jn input.svelte-ijj3jn {
    border-top: var(--wx-input-border-focus)
}

.wx-multicombo.wx-not-empty.wx-disabled.svelte-ijj3jn input.svelte-ijj3jn {
    border-top: var(--wx-input-border-disabled)
}

.wx-multicombo.wx-not-empty.wx-error.svelte-ijj3jn input.svelte-ijj3jn {
    border-top-color: var(--wx-color-danger)
}

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

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

.wx-tag.svelte-ijj3jn.svelte-ijj3jn {
    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-weight);
    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-ijj3jn.svelte-ijj3jn {
    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-ijj3jn.svelte-ijj3jn:hover {
    color: var(--wx-color-primary)
}

.wx-select.svelte-ijj3jn.svelte-ijj3jn {
    position: relative
}

input.svelte-ijj3jn.svelte-ijj3jn {
    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-weight);
    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
}

.wx-icon.svelte-ijj3jn.svelte-ijj3jn {
    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)
}

.wx-icon.svelte-ijj3jn.svelte-ijj3jn:before {
    display: block
}

.wx-popup.svelte-rd365y {
    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
}

.wx-pager.svelte-oo1ivx {
    display: flex;
    gap: var(--wx-padding);
    align-items: center;
    padding: var(--wx-padding)
}

input.svelte-oo1ivx {
    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-weight);
    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-oo1ivx:focus {
    border: var(--wx-input-border-focus)
}

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

.wx-icon.svelte-oo1ivx {
    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)
}

.wx-icon.svelte-oo1ivx:before {
    display: block
}

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

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

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

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

label.svelte-9x1x11.svelte-9x1x11 {
    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-9x1x11.svelte-9x1x11 {
    display: block
}

span.svelte-9x1x11 + span.svelte-9x1x11 {
    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-9x1x11.svelte-9x1x11: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-9x1x11.svelte-9x1x11: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-9x1x11.svelte-9x1x11: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-9x1x11 span.svelte-9x1x11:first-child:before {
    background: var(--wx-color-primary);
    border-color: transparent
}

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

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

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

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

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

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

.wx-radiogroup.wx-inline.svelte-107sbzk .wx-item.svelte-107sbzk {
    flex: none;
    padding-right: var(--wx-field-gutter)
}

.wx-radiogroup.wx-grid.svelte-107sbzk .wx-item.svelte-107sbzk {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: var(--wx-field-gutter)
}

.wx-richselect.svelte-zhb77a.svelte-zhb77a {
    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
}

.wx-richselect.svelte-zhb77a.svelte-zhb77a:focus {
    border: var(--wx-input-border-focus)
}

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

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

.wx-richselect.wx-error.svelte-zhb77a.svelte-zhb77a {
    border-color: var(--wx-color-danger)
}

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

.wx-label.svelte-zhb77a.svelte-zhb77a {
    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-weight);
    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
}

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

.wx-icon.svelte-zhb77a.svelte-zhb77a {
    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)
}

.wx-icon.svelte-zhb77a.svelte-zhb77a:before {
    display: block
}

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

.wx-segmented.svelte-1swfxt4.svelte-1swfxt4 {
    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-1swfxt4.svelte-1swfxt4 {
    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-weight);
    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-1swfxt4.svelte-1swfxt4, button.svelte-1swfxt4.svelte-1swfxt4:focus, button.svelte-1swfxt4.svelte-1swfxt4:active {
    outline: none
}

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

button.svelte-1swfxt4.svelte-1swfxt4:hover {
    background: var(--wx-segmented-background-hover)
}

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

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

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

.wx-icon.wx-only.svelte-1swfxt4.svelte-1swfxt4 {
    opacity: 1
}

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

.wx-select.svelte-f9enzu.svelte-f9enzu {
    position: relative;
    width: var(--wx-input-width)
}

select.svelte-f9enzu.svelte-f9enzu {
    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-weight);
    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-f9enzu.svelte-f9enzu:focus {
    border: var(--wx-input-border-focus)
}

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

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

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

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

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

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

.wx-placeholder.svelte-f9enzu.svelte-f9enzu {
    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-weight);
    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
}

.wx-icon.svelte-f9enzu.svelte-f9enzu {
    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)
}

.wx-icon.svelte-f9enzu.svelte-f9enzu:before {
    display: block
}

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

label.svelte-vxce8u.svelte-vxce8u {
    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)
}

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

input.svelte-vxce8u.svelte-vxce8u {
    -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-vxce8u.svelte-vxce8u:focus {
    outline: none
}

input.svelte-vxce8u.svelte-vxce8u::-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-vxce8u.svelte-vxce8u::-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-vxce8u.svelte-vxce8u::-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-vxce8u.svelte-vxce8u::-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-vxce8u.svelte-vxce8u::-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-vxce8u.svelte-vxce8u::-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-vxce8u.svelte-vxce8u::-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-vxce8u.svelte-vxce8u::-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-vxce8u.svelte-vxce8u::-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-vxce8u.svelte-vxce8u:focus::-ms-fill-lower {
    background: var(--wx-slider-primary)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.wx-switch.svelte-ryjtre.svelte-ryjtre {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    cursor: default
}

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

span.svelte-ryjtre.svelte-ryjtre {
    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-ryjtre.svelte-ryjtre: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-ryjtre:checked ~ span.svelte-ryjtre {
    background-color: var(--wx-switch-primary)
}

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

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

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

.wx-tabs.svelte-1lveawp.svelte-1lveawp {
    display: inline-flex;
    flex-wrap: nowrap
}

button.svelte-1lveawp.svelte-1lveawp {
    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-weight);
    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-1lveawp + button.svelte-1lveawp: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-1lveawp.svelte-1lveawp:first-child {
    border-top-left-radius: var(--wx-tabs-border-radius);
    border-bottom-left-radius: var(--wx-tabs-border-radius)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.wx-icon.wx-only.svelte-1lveawp.svelte-1lveawp {
    opacity: 1
}

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

.wx-counter.svelte-5si2c3.svelte-5si2c3 {
    display: flex;
    border: var(--wx-input-border);
    width: max-content;
    border-radius: var(--wx-input-border-radius)
}

.wx-counter.svelte-5si2c3.svelte-5si2c3:not(.wx-readonly):has(.wx-input:focus) {
    border: var(--wx-input-border-focus)
}

.wx-input.svelte-5si2c3.svelte-5si2c3 {
    box-sizing: border-box;
    background: var(--wx-background);
    width: 40px;
    height: 30px;
    font-family: var(--wx-input-font-family);
    font-size: var(--wx-input-font-size);
    color: var(--wx-input-font-color);
    padding-left: 8px;
    padding-right: 8px;
    outline: none;
    border: none;
    border-left: var(--wx-input-border);
    border-right: var(--wx-input-border)
}

.wx-btn.svelte-5si2c3.svelte-5si2c3 {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 30px;
    font-family: var(--wx-input-font-family);
    font-size: var(--wx-input-font-size);
    color: var(--wx-input-font-color);
    background-color: var(--wx-background-alt);
    outline: none;
    border: none;
    cursor: pointer
}

.wx-counter.svelte-5si2c3:not(.wx-readonly):not(.wx-disabled) .wx-btn.svelte-5si2c3:active {
    background-color: var(--wx-background-hover)
}

.wx-dec.svelte-5si2c3.svelte-5si2c3, .wx-inc.svelte-5si2c3.svelte-5si2c3 {
    fill: var(--wx-color-primary)
}

.wx-btn-dec.svelte-5si2c3.svelte-5si2c3 {
    border-radius: 2px 0 0 2px
}

.wx-btn-inc.svelte-5si2c3.svelte-5si2c3 {
    border-radius: 0 2px 2px 0
}

.wx-error.svelte-5si2c3.svelte-5si2c3, .wx-counter.wx-error.svelte-5si2c3.svelte-5si2c3:has(.wx-input:focus) {
    border: 1px solid var(--wx-color-danger)
}

.wx-error.svelte-5si2c3 .wx-input.svelte-5si2c3 {
    color: var(--wx-color-danger)
}

.wx-disabled.svelte-5si2c3 .wx-input.svelte-5si2c3, .wx-disabled.svelte-5si2c3 .wx-btn.svelte-5si2c3 {
    cursor: not-allowed;
    color: var(--wx-color-font-disabled)
}

.wx-disabled.svelte-5si2c3 .wx-btn.svelte-5si2c3 {
    background: var(--wx-color-disabled-alt)
}

.wx-disabled.svelte-5si2c3 .wx-btn .wx-dec.svelte-5si2c3, .wx-disabled.svelte-5si2c3 .wx-btn .wx-inc.svelte-5si2c3, .wx-readonly.svelte-5si2c3 .wx-btn .wx-dec.svelte-5si2c3, .wx-readonly.svelte-5si2c3 .wx-btn .wx-inc.svelte-5si2c3 {
    fill: var(--wx-color-font-disabled)
}

.wx-readonly.svelte-5si2c3 .wx-btn.svelte-5si2c3 {
    cursor: default
}

.wx-notice.svelte-5yx8ba.svelte-5yx8ba {
    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)
}

.wx-notice.svelte-5yx8ba.svelte-5yx8ba: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)
}

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

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

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

.wx-close.svelte-5yx8ba.svelte-5yx8ba {
    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
}

.wx-close.svelte-5yx8ba.svelte-5yx8ba:before {
    display: block;
    z-index: 1
}

.wx-close.svelte-5yx8ba.svelte-5yx8ba: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%
}

.wx-close.svelte-5yx8ba.svelte-5yx8ba:hover:after {
    background: var(--wx-background-hover)
}

.wx-notice.wx-info.svelte-5yx8ba.svelte-5yx8ba, .wx-notice.wx-warning.svelte-5yx8ba.svelte-5yx8ba, .wx-notice.wx-success.svelte-5yx8ba.svelte-5yx8ba, .wx-notice.wx-danger.svelte-5yx8ba.svelte-5yx8ba {
    color: var(--wx-notice-type-font-color)
}

.wx-notice.wx-info.svelte-5yx8ba.svelte-5yx8ba:before, .wx-notice.wx-info.svelte-5yx8ba.svelte-5yx8ba:after {
    background: var(--wx-color-info)
}

.wx-notice.wx-warning.svelte-5yx8ba.svelte-5yx8ba:before, .wx-notice.wx-warning.svelte-5yx8ba.svelte-5yx8ba:after {
    background: var(--wx-color-warning)
}

.wx-notice.wx-success.svelte-5yx8ba.svelte-5yx8ba:before, .wx-notice.wx-success.svelte-5yx8ba.svelte-5yx8ba:after {
    background: var(--wx-color-success)
}

.wx-notice.wx-danger.svelte-5yx8ba.svelte-5yx8ba:before, .wx-notice.wx-danger.svelte-5yx8ba.svelte-5yx8ba:after {
    background: var(--wx-color-danger)
}

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

.wx-notices.svelte-ervf1h {
    position: fixed;
    z-index: var(--wx-notice-z-index);
    top: 0;
    right: 0
}

.wx-modal.svelte-at32q2 {
    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
}

.wx-window.svelte-at32q2 {
    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)
}

.wx-header.svelte-at32q2 {
    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)
}

.wx-buttons.svelte-at32q2 {
    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)
}

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

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

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

.wx-field.wx-left.svelte-16h42zq > label.svelte-16h42zq {
    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
}

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

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

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

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

.wx-field.wx-left.svelte-16h42zq .wx-field-control.wx-switch.svelte-16h42zq {
    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-16h42zq.svelte-16h42zq {
    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)
}

.wx-field-control.svelte-16h42zq.svelte-16h42zq {
    position: relative;
    width: 100%
}

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

.wx-wrapper.svelte-18gvjip {
    padding: 10px 20px
}

.wx-timer.svelte-18gvjip {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-bottom: 10px
}

.wx-digit.svelte-18gvjip {
    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
}

.wx-digit.svelte-18gvjip:focus {
    border-bottom: var(--wx-input-border-focus)
}

.wx-separator.svelte-18gvjip {
    font-size: 24px;
    line-height: 38px
}

.wx-modal.svelte-1ki3q24 {
    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
}

.wx-window.svelte-1ki3q24 {
    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)
}

.wx-sidearea.svelte-126ofuj {
    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
}

.wx-sidearea.wx-pos-right.svelte-126ofuj {
    right: 0;
    top: 0
}

.wx-portal.svelte-1dixdmq {
    display: none
}

.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-disabled-alt: #e9e9e9;
    --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: 14px;
    --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-weight: 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-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-weight: 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-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-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-weight);
    --wx-calendar-controls-font-color: var(--wx-color-link)
}

.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-disabled-alt: #e9e9e9;
    --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-weight: 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-weight: 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-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 {
    --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-disabled-alt: #44474a;
    --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-weight: 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-weight: 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-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-item.svelte-xfznf6 {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 36px;
    line-height: 36px;
    padding: 2px 12px;
    font-family: var(--wx-font-family);
    font-weight: var(--wx-font-weight);
    font-size: var(--wx-font-size);
    background-color: var(--wx-background);
    cursor: pointer
}

.wx-item.svelte-xfznf6:hover {
    background: var(--wx-background-alt)
}

.wx-item.svelte-xfznf6:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.wx-item.svelte-xfznf6:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

.wx-value.svelte-xfznf6 {
    flex-grow: 1;
    white-space: nowrap;
    color: var(--wx-color-font)
}

.wx-icon.svelte-xfznf6, .wx-sub-icon.svelte-xfznf6 {
    vertical-align: middle;
    height: inherit;
    line-height: inherit;
    font-size: var(--wx-icon-size);
    color: var(--wx-icon-color)
}

.wx-icon.svelte-xfznf6 {
    margin-right: 8px
}

.wx-subtext.svelte-xfznf6 {
    color: var(--wx-color-font-disabled);
    margin-left: 20px;
    white-space: nowrap
}

.wx-menu.svelte-1tqohog {
    position: absolute;
    box-shadow: var(--wx-shadow-light);
    min-width: 125px;
    display: flex;
    flex-direction: column;
    z-index: 20;
    border-radius: var(--wx-border-radius);
    background-color: var(--wx-background);
    padding: 4px 0
}

.wx-separator.svelte-1tqohog {
    width: 100%;
    border-top: var(--wx-border-medium)
}

.wx-menubar.svelte-1siwlw5 {
    display: flex;
    position: relative;
    width: fit-content
}

.wx-item.svelte-1siwlw5 {
    background-color: transparent;
    border: none;
    color: var(--wx-color-font);
    box-sizing: border-box;
    height: 36px;
    line-height: 30px;
    padding: 2px 12px;
    font-family: var(--wx-font-family);
    font-weight: var(--wx-font-weight);
    font-size: var(--wx-font-size);
    cursor: pointer;
    outline: none;
    white-space: nowrap
}

.wx-active.svelte-1siwlw5, .wx-item.svelte-1siwlw5:hover {
    background-color: var(--wx-background-alt);
    border-radius: var(--wx-button-border-radius)
}

.wx-row.svelte-9z9yku.svelte-9z9yku {
    display: flex;
    flex-direction: column;
    min-width: 100%;
    width: fit-content;
    max-height: 100%
}

.wx-row.svelte-9z9yku.svelte-9z9yku:not(.wx-collapsed) {
    height: auto
}

.wx-label.svelte-9z9yku.svelte-9z9yku {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    z-index: 10
}

.wx-label.collapsable.svelte-9z9yku.svelte-9z9yku {
    padding: 14px 12px 0 24px;
    height: 34px
}

.wx-label-text.svelte-9z9yku.svelte-9z9yku {
    max-width: 50%;
    margin: 0 var(--wx-padding);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.wx-label-line.svelte-9z9yku.svelte-9z9yku {
    flex: 1 1 auto;
    border-top: var(--wx-kanban-row-line)
}

.wx-label-line.collapsable.svelte-9z9yku.svelte-9z9yku {
    border-top: var(--wx-border)
}

.wx-label-icon.svelte-9z9yku.svelte-9z9yku {
    padding: 0;
    display: flex;
    align-items: center
}

.wx-label-icon.svelte-9z9yku > .wx-icon {
    font-size: 20px
}

.wx-label-icon.svelte-9z9yku > .wx-icon {
    padding: 0
}

.wx-label.collapsable.svelte-9z9yku .wx-menu.svelte-9z9yku .wx-icon {
    padding: 8px 0 5px;
    font-size: 20px
}

.wx-content.svelte-9z9yku.svelte-9z9yku {
    display: flex;
    flex-direction: row;
    max-height: 100%;
    height: auto
}

.wx-input.svelte-9z9yku.svelte-9z9yku {
    padding: var(--wx-input-padding);
    outline: none;
    flex: 1;
    color: var(--wx-color-font);
    width: 100%;
    box-sizing: border-box;
    border: var(--wx-input-border);
    border-radius: var(--wx-input-border-radius);
    background-color: transparent
}

.wx-input.svelte-9z9yku.svelte-9z9yku:focus {
    border: 1px solid var(--wx-color-primary)
}

.wx-menu.svelte-9z9yku.svelte-9z9yku {
    position: relative;
    margin-right: var(--wx-padding);
    display: flex;
    align-items: center
}

.wx-layout.svelte-fhl0ry {
    margin-bottom: 5px;
    min-width: 100%
}

.wx-label.svelte-fhl0ry {
    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)
}

.wx-wrap.svelte-fhl0ry {
    display: flex;
    align-items: center
}

.wx-progress.svelte-fhl0ry {
    width: 100%;
    border-radius: 4px;
    height: var(--wx-progress-height);
    min-height: var(--wx-progress-height);
    max-height: var(--wx-progress-height)
}

.wx-value.svelte-fhl0ry {
    min-width: 35px;
    text-align: end
}

.wx-user.svelte-vorcau.svelte-vorcau {
    --wx-kanban-user-icon-size: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: var(--wx-kanban-background);
    color: var(--wx-color-font)
}

.wx-user.normal.svelte-vorcau.svelte-vorcau {
    width: var(--wx-kanban-user-icon-size);
    height: var(--wx-kanban-user-icon-size);
    font-size: var(--wx-font-size)
}

.wx-user.small.svelte-vorcau.svelte-vorcau {
    width: calc(var(--wx-kanban-user-icon-size) - 8px);
    height: calc(var(--wx-kanban-user-icon-size) - 8px);
    font-size: var(--wx-font-size-sm)
}

.wx-user.svelte-vorcau img.svelte-vorcau {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.wx-user.svelte-vorcau.svelte-vorcau:not(:first-child) {
    margin-left: -15px
}

.wx-footer.svelte-t8nmm1 {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.wx-with-content.svelte-t8nmm1 {
    padding-top: var(--wx-kanban-card-field-padding)
}

.wx-users.svelte-t8nmm1 {
    display: flex
}

.wx-date.svelte-t8nmm1 {
    display: flex;
    align-items: center;
    color: var(--wx-color-font-alt)
}

.wx-date.svelte-t8nmm1 .wx-icon {
    display: flex;
    align-items: center;
    font-size: 20px
}

.wx-item-value.svelte-t8nmm1, .wx-date-value.svelte-t8nmm1 {
    padding: 0 4px;
    white-space: nowrap
}

.wx-item-value.svelte-t8nmm1 {
    color: var(--wx-color-font);
    font-style: normal;
    font-size: var(--wx-font-size)
}

.wx-card-icons.svelte-t8nmm1 {
    display: flex
}

.wx-attached.svelte-t8nmm1 > .wx-icon, .wx-comments.svelte-t8nmm1 > .wx-icon, .wx-votes.svelte-t8nmm1 > .wx-icon {
    display: flex;
    font-size: 20px
}

.wx-attached.svelte-t8nmm1:not(.wx-clickable) > .wx-icon:hover, .wx-comments.svelte-t8nmm1:not(.wx-clickable) > .wx-icon:hover, .wx-votes.svelte-t8nmm1:not(.wx-clickable) > .wx-icon:hover {
    background: transparent
}

.wx-card-icons.svelte-t8nmm1 {
    justify-content: space-between
}

.wx-icons-container.svelte-t8nmm1 {
    display: flex
}

.wx-icons-container.svelte-t8nmm1 .wx-icon {
    padding: var(--wx-button-icon-indent) 4px
}

.wx-kanban-editor-voted.svelte-t8nmm1 i {
    color: var(--wx-color-primary)
}

.wx-votes.wx-clickable.svelte-t8nmm1 > .wx-icon:hover {
    background: var(--wx-background-hover)
}

.wx-card-header.svelte-16qucgr.svelte-16qucgr {
    display: flex;
    align-items: center
}

.wx-card-header.svelte-16qucgr .wx-field.svelte-16qucgr {
    margin-right: 10px;
    line-height: 25px;
    font-size: var(--wx-font-size);
    margin-bottom: var(--wx-kanban-card-field-padding)
}

.wx-card-header.svelte-16qucgr .wx-field.wx-priority.svelte-16qucgr {
    font-weight: 500;
    line-height: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 2px;
    color: #fff
}

.wx-priority-label.svelte-16qucgr.svelte-16qucgr {
    text-transform: capitalize
}

.wx-content.svelte-d8o7de.svelte-d8o7de {
    padding: 20px 16px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.wx-color.svelte-d8o7de.svelte-d8o7de {
    height: 5px;
    min-height: 5px;
    width: 100%
}

.wx-rounded.svelte-d8o7de.svelte-d8o7de {
    border-radius: var(--wx-kanban-card-border-radius) var(--wx-kanban-card-border-radius) 0 0
}

.wx-field.svelte-d8o7de.svelte-d8o7de {
    margin-bottom: var(--wx-kanban-card-field-padding)
}

.wx-body.svelte-d8o7de .wx-field.svelte-d8o7de:last-child {
    margin-bottom: 0
}

.wx-label.svelte-d8o7de.svelte-d8o7de {
    font-weight: var(--wx-font-weight-md);
    font-size: var(--wx-font-size);
    min-height: 1em;
    max-width: 100%;
    position: relative;
    padding-right: 10px;
    word-break: break-word
}

.wx-description.svelte-d8o7de.svelte-d8o7de {
    font-size: var(--wx-font-size);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.wx-image.svelte-d8o7de.svelte-d8o7de {
    overflow: hidden;
    width: 100%;
    height: 150px;
    margin-bottom: 0
}

.wx-image.svelte-d8o7de img.svelte-d8o7de {
    width: 100%;
    height: 100%
}

.wx-menu.svelte-d8o7de.svelte-d8o7de {
    position: absolute;
    top: 0;
    right: 0
}

.wx-menu.svelte-d8o7de > div .wx-icon {
    padding: 0;
    font-size: 20px;
    width: 15px
}

.wx-card.svelte-7hhwxe {
    box-sizing: border-box;
    background: var(--wx-kanban-content-background);
    border: var(--wx-kanban-card-border);
    border-radius: var(--wx-kanban-card-border-radius);
    box-shadow: var(--wx-kanban-shadow);
    width: 100%;
    min-height: 20px;
    margin: 12px 0;
    position: relative;
    font-size: var(--wx-font-size);
    display: flex;
    flex-direction: column;
    cursor: pointer
}

.wx-dimmed.svelte-7hhwxe {
    opacity: .2
}

.wx-hidden.svelte-7hhwxe {
    display: none
}

.wx-selected.svelte-7hhwxe {
    border: 1px solid var(--wx-color-primary)
}

.wx-collapsed-label.svelte-1betjxn {
    writing-mode: tb-rl;
    font-weight: 500;
    font-size: var(--wx-font-size);
    margin: 10px 0;
    display: flex;
    align-items: center;
    width: 100%;
    z-index: 5
}

.wx-label-text.svelte-1betjxn {
    white-space: nowrap;
    transform: rotate(180deg);
    z-index: 5;
    pointer-events: none
}

.wx-virtual-list.svelte-12ih14s {
    position: relative;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: block
}

.wx-content.svelte-12ih14s, .wx-item.svelte-12ih14s {
    display: block
}

.wx-item.svelte-12ih14s {
    overflow: hidden
}

.wx-list-wrapper.svelte-tuxumq {
    height: var(--wx-kanban-column-height)
}

.wx-not-anchored.svelte-tuxumq {
    overflow-anchor: none
}

.wx-drop-area.svelte-tuxumq {
    width: 100%;
    border-radius: var(--wx-kanban-card-border-radius);
    margin: 12px 0;
    border: dotted 1px var(--wx-color-primary)
}

.wx-list-wrapper.svelte-1mw05qg {
    height: var(--wx-kanban-column-height);
    overflow: scroll
}

.wx-dragged.wx-touch .wx-list-wrapper.svelte-1mw05qg {
    overflow: hidden
}

.wx-not-anchored.svelte-1mw05qg {
    overflow-anchor: none
}

.wx-drop-area.svelte-1mw05qg {
    width: 100%;
    border-radius: var(--wx-kanban-card-border-radius);
    margin: 12px 0;
    border: dotted 1px var(--wx-color-primary)
}

.wx-add-card-tip.svelte-10x9r2.svelte-10x9r2 {
    opacity: 0;
    transition: all .2s ease-in;
    color: var(--wx-color-font-alt)
}

.wx-column.svelte-10x9r2.svelte-10x9r2 {
    min-width: var(--wx-kanban-column-width);
    width: var(--wx-kanban-column-width);
    margin-left: 12px;
    position: relative
}

.wx-column.svelte-10x9r2.svelte-10x9r2:last-child {
    margin-right: 12px
}

.wx-column.svelte-10x9r2:hover .wx-add-card-tip.svelte-10x9r2 {
    opacity: 1
}

.wx-swimlane-limit.svelte-10x9r2.svelte-10x9r2 {
    padding-right: var(--wx-padding);
    background: var(--wx-kanban-content-background);
    padding: 2px var(--wx-padding);
    border-radius: var(--wx-kanban-card-border-radius);
    border: var(--wx-kanban-card-border);
    position: absolute;
    right: 0
}

.wx-controls-wrapper.svelte-10x9r2.svelte-10x9r2 {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 24px
}

.wx-over-limit.svelte-10x9r2 .wx-swimlane-limit.svelte-10x9r2 {
    border: solid 1px var(--wx-kanban-over-limit-color)
}

.wx-collapsed.svelte-10x9r2.svelte-10x9r2 {
    max-width: var(--wx-kanban-collapsed-column-width);
    width: var(--wx-kanban-collapsed-column-width);
    min-width: 0px;
    background: var(--wx-kanban-collapsed-background);
    box-shadow: var(--wx-kanban-shadow);
    padding: var(--wx-kanban-collapsed-padding) 0;
    margin-top: var(--wx-kanban-collapsed-margin);
    margin-bottom: 23px;
    border-radius: var(--wx-kanban-card-border-radius)
}

.wx-add-card-btn.svelte-10x9r2.svelte-10x9r2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: var(--wx-font-size);
    margin-top: var(--wx-padding);
    margin-bottom: var(--wx-padding);
    cursor: pointer
}

.wx-add-card-btn.svelte-10x9r2 > .wx-icon {
    font-size: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0
}

.wx-add-card-btn.svelte-10x9r2 > .wx-icon:hover {
    background-color: transparent
}

.wx-drop-area.svelte-10x9r2.svelte-10x9r2 {
    width: 100%;
    border-radius: var(--wx-kanban-card-border-radius);
    margin: 12px 0;
    border: dotted 1px var(--wx-color-primary)
}

.wx-label.svelte-1dnc12v {
    display: flex;
    align-items: center;
    font-weight: var(--wx-font-weight-md);
    font-size: var(--wx-font-size);
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%;
    margin-left: 4px
}

.wx-collapse-icon.svelte-1dnc12v > .wx-icon {
    font-size: 20px
}

.wx-collapse-icon.svelte-1dnc12v > .wx-icon.wxi-angle-left {
    padding-left: 0;
    padding-right: 4px;
    padding-top: 10px
}

.wx-menu.svelte-1dnc12v > .wx-icon.wxi-dots-h {
    padding-right: 3px;
    padding-top: 10px;
    font-size: 20px
}

.wx-column.svelte-13iqu94 {
    min-width: var(--wx-kanban-column-width);
    width: var(--wx-kanban-column-width);
    margin-left: 12px;
    background: var(--wx-kanban-content-background);
    border: var(--wx-kanban-card-border);
    border-radius: var(--wx-kanban-header-border-radius);
    padding: 0 var(--wx-padding);
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
    box-shadow: var(--wx-kanban-shadow)
}

.wx-column.svelte-13iqu94:last-child {
    margin-right: 12px
}

.wx-over-limit.svelte-13iqu94 {
    border: solid var(--wx-kanban-over-limit-color) 1px
}

.wx-collapsed.svelte-13iqu94 {
    max-width: var(--wx-kanban-collapsed-column-width);
    width: var(--wx-kanban-collapsed-column-width);
    min-width: var(--wx-kanban-collapsed-column-width);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.wx-input.svelte-13iqu94 {
    padding: var(--wx-input-padding);
    outline: none;
    font-family: var(--wx-font-family);
    font-size: var(--wx-font-size);
    color: var(--wx-color-font);
    width: 100%;
    box-sizing: border-box;
    border: var(--wx-input-border);
    border-radius: var(--wx-input-border-radius);
    background-color: transparent;
    font-weight: var(--wx-font-weight-md)
}

.wx-input.svelte-13iqu94:focus {
    border: 1px solid var(--wx-color-primary)
}

.wx-mark.svelte-13iqu94 {
    position: absolute;
    right: 34px;
    top: 12px;
    transform: rotate(30deg);
    color: #ccc;
    font-weight: 400;
    text-transform: uppercase
}

.wx-mark.wx-error.svelte-13iqu94 {
    color: var(--wx-color-danger)
}

.wx-collapsed-column.svelte-13iqu94 {
    position: absolute;
    top: 50px;
    border-radius: 4px;
    width: var(--wx-kanban-collapsed-column-width);
    height: calc(100% - 50px);
    cursor: pointer;
    transition: background .2s ease
}

.wx-collapsed-column.svelte-13iqu94:hover {
    background: var(--wx-kanban-collapsed-background-hover);
    box-shadow: var(--wx-kanban-shadow)
}

[data-id=wx-list-disabled] {
    opacity: .5;
    pointer-events: none
}

.wx-header.svelte-r4xqi9 {
    display: flex;
    flex-direction: row;
    position: relative;
    padding: 12px 0 var(--wx-padding) 0;
    height: var(--wx-kanban-header-height);
    min-height: var(--wx-kanban-header-height)
}

.wx-header.fixed.svelte-r4xqi9 {
    position: sticky;
    z-index: 100;
    top: 0;
    background: var(--wx-kanban-background)
}

.wx-list-wrapper.svelte-jco5m0 {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    overflow-x: scroll
}

.wx-content.svelte-jco5m0 {
    display: flex;
    flex-direction: column;
    position: relative;
    width: fit-content
}

.wx-comments.svelte-1idrztz.svelte-1idrztz {
    width: var(--wx-field-width);
    max-width: 100%;
    display: flex;
    flex-direction: column
}

.wx-comment-list.svelte-1idrztz.svelte-1idrztz {
    margin: var(--wx-padding) 0
}

.wx-comment.svelte-1idrztz.svelte-1idrztz {
    box-sizing: border-box;
    width: 100%;
    min-height: 70px;
    margin: 12px 0;
    position: relative;
    font-size: var(--wx-font-size);
    display: flex;
    flex-direction: row
}

.wx-new-comment.svelte-1idrztz.svelte-1idrztz {
    display: flex;
    gap: 12px
}

.wx-new-comment-wrapper.svelte-1idrztz.svelte-1idrztz {
    display: flex;
    flex-direction: column
}

.wx-new-comment-wrapper.svelte-1idrztz .wx-comment-textarea-btn.svelte-1idrztz .wx-primary {
    display: none
}

.wx-new-comment-wrapper.svelte-1idrztz:focus-within .wx-comment-textarea-btn.svelte-1idrztz .wx-primary {
    display: block
}

.wx-content.svelte-1idrztz.svelte-1idrztz {
    width: 100%;
    padding-left: 12px
}

.wx-content.svelte-1idrztz > .svelte-1idrztz {
    margin-bottom: 4px
}

.wx-comment-header.svelte-1idrztz.svelte-1idrztz {
    width: 100%;
    padding-right: 10px;
    position: relative
}

.wx-menu.svelte-1idrztz.svelte-1idrztz {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.wx-comment-icon.svelte-1idrztz.svelte-1idrztz {
    align-self: flex-start
}

.wx-date.svelte-1idrztz.svelte-1idrztz {
    font-size: var(--wx-font-size-sm);
    color: var(--wx-color-font-alt)
}

.wx-name.svelte-1idrztz.svelte-1idrztz {
    font-weight: var(--wx-font-weight-md)
}

.wx-text.svelte-1idrztz.svelte-1idrztz {
    margin: 0;
    white-space: pre-wrap;
    line-height: var(--wx-line-height);
    font-family: var(--wx-font-family)
}

.wx-comment-textarea-btn.svelte-1idrztz.svelte-1idrztz {
    display: flex;
    gap: 8px;
    margin-top: var(--wx-padding);
    align-self: flex-end
}

.wx-edit-btns.svelte-1idrztz.svelte-1idrztz {
    display: flex;
    gap: var(--wx-padding);
    justify-content: flex-end
}

.wx-kanban-no-comments.svelte-1idrztz.svelte-1idrztz {
    color: var(--wx-color-font-alt)
}

.wx-sm-button {
    --wx-button-padding: 0 10px;
    height: 24px
}

.wx-sm-button:not(:last-child) {
    margin-right: 10px
}

.label.svelte-15jokro.svelte-15jokro {
    display: flex;
    align-items: center
}

.label.active.svelte-15jokro:not(.wx-disabled) .dropzone.svelte-15jokro {
    background-color: var(--wx-background-alt)
}

.input.svelte-15jokro.svelte-15jokro {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0
}

.dropzone.svelte-15jokro.svelte-15jokro {
    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)
}

.label.svelte-15jokro:not(.wx-disabled) .action.svelte-15jokro {
    cursor: pointer;
    color: var(--wx-color-link);
    text-decoration: underline
}

.label.wx-disabled.svelte-15jokro .dropzone.svelte-15jokro {
    background: var(--wx-color-disabled);
    color: var(--wx-color-font-disabled)
}

.layout.svelte-7a03me.svelte-7a03me {
    display: flex;
    flex-direction: column;
    width: 100%
}

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

.list.svelte-7a03me.svelte-7a03me {
    overflow: auto
}

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

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

.icon.svelte-7a03me.svelte-7a03me {
    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-7a03me.svelte-7a03me:before {
    display: block
}

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

.row.svelte-7a03me:hover .wxi-close.svelte-7a03me {
    display: flex
}

.row.svelte-7a03me:hover .wxi-check.svelte-7a03me, .row.svelte-7a03me:hover .wxi-alert.svelte-7a03me, .row.svelte-7a03me .wxi-close.svelte-7a03me {
    display: none
}

.wxi-check.svelte-7a03me.svelte-7a03me, .wxi-alert.svelte-7a03me.svelte-7a03me {
    display: flex
}

.wx-layout.svelte-l8op85.svelte-l8op85 {
    display: flex;
    flex-direction: column;
    width: 100%
}

.wx-header.svelte-l8op85.svelte-l8op85 {
    padding: 10px;
    border-bottom: var(--wx-border);
    text-align: right
}

.wx-list.svelte-l8op85.svelte-l8op85 {
    overflow: auto
}

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

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

.wx-controls.svelte-l8op85.svelte-l8op85 {
    display: flex
}

.wx-hidden.svelte-l8op85.svelte-l8op85 {
    display: none
}

.wx-row.svelte-l8op85:hover .wx-hidden.svelte-l8op85 {
    display: flex
}

.wx-file-icon.svelte-l8op85.svelte-l8op85 {
    min-width: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.wx-file-icon.svelte-l8op85 > .wx-icon {
    cursor: default
}

.wx-file-icon.svelte-l8op85 > .wx-icon:hover {
    background-color: transparent
}

.wx-thumb.svelte-l8op85.svelte-l8op85 {
    width: 40px;
    height: 40px;
    max-width: 40px;
    max-height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.wx-upload-link.svelte-l8op85.svelte-l8op85 {
    text-decoration: none;
    display: flex
}

@keyframes svelte-l8op85-wx-spin {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.wx-controls.svelte-l8op85 > .wx-spin {
    -webkit-animation: svelte-l8op85-wx-spin 2s linear infinite;
    animation: svelte-l8op85-wx-spin 2s linear infinite
}

.wx-files-control.svelte-1vstfbt .label .dropzone {
    height: 68px;
    background: var(--wx-kanban-background);
    width: 100%;
    margin-top: 10px
}

.wx-layout.svelte-d1z2io {
    position: relative;
    width: 100%
}

.wx-buttons.svelte-d1z2io {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--wx-calendar-padding) 0
}

.wx-calendar-btn:not(:last-child) {
    margin-right: 12px
}

.wx-input-icon.svelte-d1z2io {
    position: absolute;
    right: var(--wx-input-icon-indent);
    top: 50%;
    transform: translateY(-50%)
}

.wx-title.svelte-18nf24j {
    padding: var(--wx-input-padding);
    outline: none;
    border-radius: var(--wx-input-border-radius);
    font-family: var(--wx-input-font-family);
    background: var(--wx-input-background);
    text-overflow: ellipsis;
    border: 1px solid transparent;
    font-weight: var(--wx-font-weight-md);
    font-size: var(--wx-font-size-hd);
    line-height: var(--wx-line-height-md);
    color: var(--wx-color-secondary-font);
    margin-left: -8px;
    width: calc(100% + 8px)
}

.wx-title.svelte-18nf24j:focus {
    border: var(--wx-input-border-focus)
}

.wx-title.svelte-18nf24j::placeholder {
    color: var(--wx-input-placeholder-color)
}

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

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

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

.wx-links.svelte-qfer4l.svelte-qfer4l {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 10px
}

.wx-link.svelte-qfer4l.svelte-qfer4l {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.wx-relates.svelte-qfer4l.svelte-qfer4l {
    font-size: var(--wx-font-size-sm);
    line-height: var(--wx-line-height-sm);
    color: var(--wx-color-font-alt)
}

.wx-task.svelte-qfer4l.svelte-qfer4l {
    cursor: pointer;
    color: var(--wx-color-primary);
    text-decoration: underline
}

.wx-delete-icon.svelte-qfer4l.svelte-qfer4l {
    visibility: hidden;
    cursor: pointer
}

.wx-link.svelte-qfer4l:hover .wx-delete-icon.svelte-qfer4l {
    visibility: visible
}

.wx-add-link.svelte-qfer4l.svelte-qfer4l {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: flex-start;
    font-size: var(--wx-font-size);
    margin-top: var(--wx-padding);
    margin-bottom: var(--wx-padding);
    color: var(--wx-color-font-alt);
    cursor: pointer
}

.wx-links.left.svelte-qfer4l .wx-add-link.svelte-qfer4l {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0
}

.wx-add-link.svelte-qfer4l.svelte-qfer4l:hover, .wx-delete-icon.svelte-qfer4l.svelte-qfer4l:hover {
    opacity: .7
}

.wx-links.svelte-qfer4l .wx-icon {
    font-size: 20px;
    padding: 0
}

.wx-set-link.svelte-qfer4l.svelte-qfer4l {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%
}

.wx-combos-wrapper.svelte-qfer4l.svelte-qfer4l {
    display: flex;
    gap: 8px
}

.wx-relates-combo.svelte-qfer4l.svelte-qfer4l {
    flex: 0 0 33%
}

.wx-tasks-combo.svelte-qfer4l.svelte-qfer4l {
    flex: 0 0 66%
}

.wx-btns-wrapper.svelte-qfer4l.svelte-qfer4l {
    display: flex;
    align-self: flex-end;
    gap: 8px
}

.wx-btns-wrapper.svelte-qfer4l .wx-link-btn.svelte-qfer4l {
    width: fit-content
}

.links.svelte-1c331lt label {
    float: left
}

.wx-multiselect-option.svelte-1c331lt {
    display: flex;
    align-items: center
}

.wx-multiselect-label.svelte-1c331lt {
    padding: 0 5px
}

.wx-combo-option.svelte-1c331lt {
    display: flex;
    align-items: center;
    gap: 10px
}

.wx-color.svelte-1c331lt {
    border-radius: 50%;
    width: 20px;
    height: 20px
}

.wx-card-comments.svelte-1c331lt {
    border-top: 1px solid var(--wx-kanban-background);
    padding: 10px 0 0
}

.wx-card-comments.right.svelte-1c331lt {
    background: var(--wx-kanban-background)
}

.wx-field.svelte-1c331lt:not(:last-child) {
    margin-bottom: var(--wx-field-gutter)
}

.wx-editor.svelte-caibrn.svelte-caibrn {
    background: var(--wx-kanban-editor-background);
    width: 100%;
    min-width: 100%;
    height: var(--wx-kanban-editor-height)
}

.wx-editor-controls-wrapper.svelte-caibrn.svelte-caibrn {
    display: flex;
    margin-bottom: 5px;
    padding: 22px 18px 4px 22px
}

.wx-editor.modal.svelte-caibrn .wx-editor-controls-wrapper.svelte-caibrn {
    padding: 0;
    margin-bottom: 0;
    border-bottom: 1px solid var(--wx-kanban-background)
}

.wx-editor.modal.svelte-caibrn .wx-editor-manual-save.svelte-caibrn {
    display: flex;
    padding: 12px 20px;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    background-color: var(--wx-editor-right-background);
    border-top: 1px solid var(--wx-kanban-background)
}

.wx-editor.modal.svelte-caibrn .wx-editor-save-button.svelte-caibrn, .wx-editor.modal.svelte-caibrn .wx-editor-cancel-button.svelte-caibrn {
    display: flex;
    align-items: center
}

.wx-editor.modal.svelte-caibrn .wx-editor-cancel-button.svelte-caibrn button {
    background-color: var(--wx-editor-cancel-background)
}

.wx-editor-controls.svelte-caibrn.svelte-caibrn {
    flex: 1;
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    width: 100%
}

.wx-editor-controls.comments.svelte-caibrn.svelte-caibrn {
    display: none
}

.wx-editor.modal.svelte-caibrn .wx-editor-controls.svelte-caibrn {
    margin: 0;
    padding: 7px 15px 3px
}

.wx-editor.svelte-caibrn .wx-editor-controls.svelte-caibrn .wx-icon, .wx-editor.svelte-caibrn .wx-editor-controls.svelte-caibrn .wxi-like {
    font-size: 20px
}

.wx-editor.svelte-caibrn .wx-editor-controls.svelte-caibrn .wx-icon.wxi-close {
    padding: 4px;
    margin-top: 12px;
    margin-bottom: 10px
}

.wx-editor.svelte-caibrn .wx-editor-controls.svelte-caibrn .wx-icon.wxi-close:hover {
    color: var(--wx-color-primary)
}

.wx-editor-controls > .wx-editor-btn:not(:last-child) {
    margin-right: 10px
}

.wx-editor.modal.svelte-caibrn .wx-kanban-editor-main.svelte-caibrn {
    display: flex;
    height: 70vh;
    max-height: 732px;
    overflow-y: auto
}

.wx-editor.modal.svelte-caibrn:not(.wx-modal-narrow) .wx-kanban-editor-right.svelte-caibrn {
    flex: 0 0 363px;
    background: var(--wx-editor-right-background);
    padding-top: 7px
}

.wx-editor.modal.wx-modal-narrow.svelte-caibrn .wx-kanban-editor-right.svelte-caibrn {
    flex: 1 1 auto
}

.wx-editor.modal.svelte-caibrn .wx-kanban-editor-left.svelte-caibrn {
    flex: 1 0 400px
}

.wx-editor.modal.svelte-caibrn .wx-kanban-editor-left.svelte-caibrn, .wx-editor.modal.svelte-caibrn .wx-kanban-editor-right.svelte-caibrn {
    max-height: 732px;
    overflow-y: auto;
    overflow-x: hidden
}

.wx-multiselect-option.svelte-caibrn.svelte-caibrn {
    display: flex;
    align-items: center
}

.wx-kanban-editor-voting.svelte-caibrn .wx-multiselect-option.svelte-caibrn:not(:last-child) {
    margin-bottom: 12px
}

.wx-multiselect-label.svelte-caibrn.svelte-caibrn {
    padding: 0 5px
}

.wx-kanban-editor-voting.svelte-caibrn.svelte-caibrn {
    position: relative;
    display: flex;
    align-items: center
}

.wx-kanban-voters-list.svelte-caibrn.svelte-caibrn {
    padding: var(--wx-padding)
}

.wx-editor-controls.svelte-caibrn .wx-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0
}

.wx-editor-controls.svelte-caibrn .wx-hover {
    cursor: pointer
}

.wx-editor.svelte-caibrn > .wx-kanban-editor-main.svelte-caibrn > .wx-field .wx-field-control .label {
    display: block
}

.wx-editor.svelte-caibrn > .wx-kanban-editor-main.svelte-caibrn .wx-field {
    padding: 4px 20px
}

.wx-editor.svelte-caibrn > .wx-kanban-editor-main.svelte-caibrn > .wx-card-comments .wx-field {
    padding: 0
}

.wx-editor-controls-wrapper.svelte-caibrn > .wx-editor-btn {
    flex: 0 0 auto
}

.wx-kanban-editor-vote.svelte-caibrn > button.wx-button {
    display: flex;
    gap: 4px;
    padding: 1px 3px
}

.wx-kanban-editor-vote.wx-kanban-editor-voted.svelte-caibrn button i {
    color: var(--wx-color-primary)
}

.wx-editor.comments.svelte-caibrn .wx-comments {
    padding: 0 22px 22px
}

.wx-editor.modal.svelte-caibrn .wx-kanban-editor-right.svelte-caibrn .wx-field label, .wx-editor.modal.svelte-caibrn .wx-kanban-editor-right.svelte-caibrn .wx-field {
    margin-bottom: 4px
}

.wx-editor-modal.svelte-10gkwu4 > .wx-modal .wx-window {
    width: var(--wx-kanban-editor-modal-width);
    max-width: 90%
}

.wx-editor-modal.svelte-10gkwu4 > .wx-modal {
    z-index: calc(var(--wx-modal-z-index) - 1)
}

.wx-sidebar.svelte-10gkwu4 {
    background: var(--wx-kanban-editor-background);
    width: 0;
    min-width: 0;
    height: auto;
    transition: width .1s, min-width .1s;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 999999
}

.wx-sidebar-open.svelte-10gkwu4 {
    width: var(--wx-kanban-editor-width);
    min-width: var(--wx-kanban-editor-width);
    box-shadow: var(--wx-kanban-shadow);
    border-left: var(--wx-kanban-box-border);
    border-top: var(--wx-kanban-editor-top-border)
}

.wx-kanban.svelte-3y7ur4 .svelte-3y7ur4 {
    box-sizing: border-box
}

.wx-kanban.svelte-3y7ur4.svelte-3y7ur4 {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    background: var(--wx-kanban-background);
    color: var(--wx-color-font);
    overflow: hidden;
    z-index: var(--wx-kanban-z-index)
}

.wx-dragged * {
    user-select: none
}

.wx-dragged.wx-touch .wx-content-wrapper.svelte-3y7ur4.svelte-3y7ur4 {
    overflow: hidden
}

.wx-content-wrapper.svelte-3y7ur4.svelte-3y7ur4 {
    display: flex;
    flex: 1 1 auto;
    overflow: auto;
    position: relative
}

.wx-content.svelte-3y7ur4.svelte-3y7ur4 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 1 auto;
    position: relative;
    height: max-content;
    padding-bottom: var(--wx-padding)
}

.wx-not-anchored.svelte-3y7ur4.svelte-3y7ur4 {
    overflow-anchor: none
}

.wx-virtual-content.svelte-3y7ur4.svelte-3y7ur4 {
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 0
}

.wx-kanban .wx-dragged-card {
    color: var(--wx-color-font);
    width: var(--wx-kanban-column-width);
    min-height: 70px;
    position: fixed;
    z-index: 999999;
    user-select: none;
    pointer-events: none;
    box-shadow: var(--wx-kanban-shadow)
}

.wx-kanban .wx-dragged-card:after {
    content: var(--wx-kanban-dragged-cards-count);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: var(--wx-color-primary);
    color: var(--wx-color-primary-font);
    position: absolute;
    border-radius: 50%;
    top: -10px;
    right: -10px;
    z-index: 1
}

.wx-ondrag {
    overflow: hidden
}

.wx-menu .wx-item {
    white-space: nowrap
}

.wx-menu .wx-item.disabled {
    pointer-events: none
}

.wx-menu .wx-item.disabled .wx-value, .wx-menu .wx-item.disabled .wx-icon {
    color: var(--wx-color-font-disabled)
}

.wx-material-theme .wx-kanban *, .wx-material-theme .wx-toolbar *, .wx-material-theme .wx-editor *, .wx-material-theme.wx-portal * {
    box-sizing: border-box
}

.wx-material-theme {
    --wx-theme-name: material
}

.wx-material-theme .wx-kanban, .wx-material-theme .wx-toolbar, .wx-material-theme .wx-editor, .wx-material-theme .wx-editor-modal, .wx-material-theme.wx-portal {
    --wx-field-width: 100%;
    --wx-kanban-background: #f1f1f1;
    --wx-kanban-background: #ffffff;
    --wx-kanban-column-width: 300px;
    --wx-kanban-column-height: 300px;
    --wx-kanban-toolbar-height: 56px;
    --wx-kanban-toolbar-align: center;
    --wx-kanban-toolbar-justify: flex-start;
    --wx-kanban-toolbar-control-hover: rgba(0, 0, 0, .07);
    --wx-kanban-toolbar-control-active: rgba(0, 0, 0, .15);
    --wx-kanban-toolbar-border: var(--wx-border);
    --wx-kanban-card-field-padding: 10px;
    --wx-kanban-content-background: var(--wx-background);
    --wx-kanban-card-border: var(--wx-border);
    --wx-kanban-card-border-radius: 6px;
    --wx-kanban-header-border-radius: var(--wx-kanban-card-border-radius);
    --wx-kanban-row-line: var(--wx-border);
    --wx-kanban-header-height: 64px;
    --wx-kanban-editor-width: 569px;
    --wx-kanban-editor-modal-width: 1000px;
    --wx-kanban-editor-height: auto;
    --wx-kanban-editor-x-padding: 20px;
    --wx-kanban-editor-background: var(--wx-background);
    --wx-editor-right-background: rgba(0, 0, 0, .03);
    --wx-kanban-editor-top-border: var(--wx-border);
    --wx-editor-cancel-background: rgba(0, 0, 0, .04);
    --wx-kanban-over-limit-color: var(--wx-color-danger);
    --wx-kanban-collapsed-column-width: 44px;
    --wx-kanban-z-index: 1;
    --wx-progress-height: 4px;
    --wx-kanban-progress-inactive-color: #dbdbdb;
    --wx-kanban-menu-min-width: 100px;
    --wx-kanban-shadow: none;
    --wx-kanban-box-border: var(--wx-border);
    --wx-kanban-collapsed-padding: var(--wx-padding);
    --wx-kanban-collapsed-margin: 0px;
    --wx-kanban-collapsed-background: transparent;
    --wx-kanban-collapsed-background-hover: #dfdfdf
}

.wx-material-theme .wx-toolbar .wx-tb-element .wx-icon {
    font-size: 18px
}

.wx-material-theme .wx-toolbar .wx-tb-element, .wx-material-theme .wx-toolbar .wx-menu {
    padding: 8px 0
}

.wx-material-theme .wx-toolbar .wx-menu {
    right: 12px
}

.wx-material-theme .wx-toolbar {
    padding: 1px 8px !important;
    border-bottom: var(--wx-kanban-toolbar-border)
}

.wx-willow-theme .wx-kanban *, .wx-willow-theme .wx-toolbar *, .wx-willow-theme .wx-editor *, .wx-willow-theme.wx-portal * {
    box-sizing: border-box
}

.wx-willow-theme {
    --wx-theme-name: willow
}

.wx-willow-theme .wx-kanban, .wx-willow-theme .wx-toolbar, .wx-willow-theme .wx-editor, .wx-willow-theme .wx-editor-modal, .wx-willow-theme.wx-portal {
    --wx-field-width: 100%;
    --wx-slider-background: #d9deee;
    --wx-kanban-background: var(--wx-background-alt);
    --wx-kanban-column-width: 290px;
    --wx-kanban-column-height: 300px;
    --wx-kanban-toolbar-height: 56px;
    --wx-kanban-toolbar-align: center;
    --wx-kanban-toolbar-justify: flex-start;
    --wx-kanban-toolbar-control-hover: rgba(0, 0, 0, .07);
    --wx-kanban-toolbar-control-active: rgba(0, 0, 0, .15);
    --wx-kanban-toolbar-border: none;
    --wx-kanban-card-field-padding: 12px;
    --wx-kanban-content-background: var(--wx-background);
    --wx-kanban-card-border: 1px solid rgba(44, 47, 60, .12);
    --wx-kanban-card-border-radius: 3px;
    --wx-kanban-header-border-radius: 6px;
    --wx-kanban-row-line: none;
    --wx-kanban-header-height: 64px;
    --wx-kanban-editor-width: 569px;
    --wx-kanban-editor-modal-width: 1000px;
    --wx-kanban-editor-height: auto;
    --wx-kanban-editor-x-padding: 20px;
    --wx-kanban-editor-background: var(--wx-background);
    --wx-editor-right-background: var(--wx-kanban-background);
    --wx-kanban-editor-top-border: var(--wx-border);
    --wx-editor-cancel-background: var(--wx-button-background);
    --wx-kanban-over-limit-color: var(--wx-color-danger);
    --wx-kanban-collapsed-column-width: 44px;
    --wx-kanban-z-index: 1;
    --wx-progress-height: 4px;
    --wx-kanban-progress-inactive-color: var(--wx-background-hover);
    --wx-kanban-menu-min-width: 122px;
    --wx-kanban-shadow: 0px 1px 2px rgba(44, 47, 60, .06), 0px 3px 10px rgba(44, 47, 60, .12);
    --wx-kanban-box-border: none;
    --wx-kanban-collapsed-padding: 21px;
    --wx-kanban-collapsed-margin: 12px;
    --wx-kanban-collapsed-background: var(--wx-background);
    --wx-kanban-collapsed-background-hover: #e6e6e6
}

.wx-styled-scroll {
    --wx-styled-scroll-track-color: #fafafa;
    --wx-styled-scroll-thumb-color: #babac0;
    --wx-styled-scroll-width: 16px
}

.wx-willow-dark-theme .wx-kanban *, .wx-willow-dark-theme .wx-toolbar *, .wx-willow-dark-theme .wx-editor *, .wx-willow-dark-theme.wx-portal {
    color-scheme: dark;
    box-sizing: border-box
}

.wx-willow-dark-theme {
    --wx-theme-name: willow-dark
}

.wx-willow-dark-theme .wx-kanban, .wx-willow-dark-theme .wx-toolbar, .wx-willow-dark-theme .wx-editor, .wx-willow-dark-theme .wx-editor-modal, .wx-willow-dark-theme.wx-portal {
    --wx-field-width: 100%;
    --wx-kanban-background: #2b343b;
    --wx-kanban-column-width: 290px;
    --wx-kanban-column-height: 300px;
    --wx-kanban-toolbar-height: 56px;
    --wx-kanban-toolbar-align: center;
    --wx-kanban-toolbar-justify: flex-start;
    --wx-kanban-toolbar-control-hover: rgba(0, 0, 0, .07);
    --wx-kanban-toolbar-control-active: rgba(0, 0, 0, .15);
    --wx-kanban-toolbar-border: none;
    --wx-kanban-card-field-padding: 12px;
    --wx-kanban-content-background: var(--wx-background);
    --wx-kanban-card-border: 1px solid transparent;
    --wx-kanban-card-border-radius: 3px;
    --wx-kanban-header-border-radius: 6px;
    --wx-kanban-row-line: none;
    --wx-kanban-header-height: 64px;
    --wx-kanban-editor-width: 569px;
    --wx-kanban-editor-modal-width: 1000px;
    --wx-kanban-editor-height: auto;
    --wx-kanban-editor-x-padding: 20px;
    --wx-kanban-editor-background: var(--wx-background);
    --wx-editor-right-background: var(--wx-kanban-background);
    --wx-kanban-editor-top-border: var(--wx-border);
    --wx-editor-cancel-background: var(--wx-button-background);
    --wx-kanban-over-limit-color: var(--wx-color-danger);
    --wx-kanban-collapsed-column-width: 44px;
    --wx-kanban-z-index: 1;
    --wx-progress-height: 4px;
    --wx-kanban-progress-inactive-color: var(--wx-background-alt);
    --wx-kanban-menu-min-width: 122px;
    --wx-kanban-shadow: none;
    --wx-kanban-box-border: var(--wx-border);
    --wx-kanban-collapsed-padding: 21px;
    --wx-kanban-collapsed-margin: 12px;
    --wx-kanban-collapsed-background: var(--wx-background);
    --wx-kanban-collapsed-background-hover: #384047
}

.wx-styled-scroll {
    --wx-styled-scroll-track-color: var(--wx-kanban-content-background);
    --wx-styled-scroll-thumb-color: var(--wx-kanban-background);
    --wx-styled-scroll-width: 16px
}

.wx-styled-scroll * {
    scrollbar-width: thin
}

.wx-styled-scroll *::-webkit-scrollbar {
    width: var(--wx-styled-scroll-width)
}

.wx-styled-scroll *::-webkit-scrollbar-track {
    background-color: var(--wx-styled-scroll-track-color)
}

.wx-styled-scroll *::-webkit-scrollbar-thumb {
    background-color: var(--wx-styled-scroll-thumb-color);
    border-radius: var(--wx-styled-scroll-width);
    border: 4px solid var(--wx-styled-scroll-track-color)
}

.wx-styled-scroll *::-webkit-scrollbar-button {
    display: none
}

.wx-styled-scroll *::-webkit-scrollbar-corner {
    background-color: var(--wx-styled-scroll-track-color)
}

.wx-search.svelte-ra2v7s {
    position: relative;
    min-width: 300px;
    cursor: pointer
}

@media (max-width: 600px) {
    .wx-search.svelte-ra2v7s {
        min-width: 100px
    }
}

.wx-search-popup.svelte-ra2v7s {
    max-height: 300px;
    overflow: auto
}

input.svelte-ra2v7s {
    padding: 4px 26px 4px 28px;
    outline: none;
    flex: 1;
    color: var(--wx-color-font);
    font-family: var(--wx-font-family);
    font-size: var(--wx-font-size);
    width: 100%;
    box-sizing: border-box;
    border: none;
    background-color: transparent
}

input.svelte-ra2v7s:focus {
    border: none
}

input.svelte-ra2v7s::placeholder {
    color: var(--wx-color-font-alt);
    font-family: var(--wx-font-family);
    font-size: var(--wx-font-size)
}

.wx-search-icon.svelte-ra2v7s {
    position: absolute;
    top: calc(50% - 10px);
    left: 4px
}

.wx-search-icon.svelte-ra2v7s .wx-icon {
    padding: 0;
    cursor: default
}

.wx-search-icon.svelte-ra2v7s .wx-icon:hover {
    background: transparent
}

.wx-close-icon.svelte-ra2v7s {
    position: absolute;
    top: calc(50% - 10px);
    right: 4px
}

.wx-settings.svelte-ra2v7s {
    border-bottom: var(--wx-border);
    position: sticky;
    top: 0;
    background-color: var(--wx-kanban-content-background)
}

.wx-list-item.svelte-ra2v7s {
    display: flex;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    padding-left: 12px;
    padding-right: 8px
}

.wx-item-inner.svelte-ra2v7s {
    height: 32px;
    display: flex;
    align-items: center
}

.wx-list-item.svelte-ra2v7s:hover:not(.wx-no-results) {
    background: var(--wx-background-hover)
}

.wx-list-item-text.svelte-ra2v7s {
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.wx-no-results.svelte-ra2v7s {
    color: var(--wx-color-font-alt);
    height: 36px;
    cursor: initial
}

.wx-results.svelte-ra2v7s {
    margin: 8px 0
}

.wx-title.svelte-4fxaw7 {
    display: block;
    padding-right: 2px;
    flex: 1 0 auto;
    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)
}

.wx-select.svelte-4fxaw7 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 36px;
    padding-left: 12px;
    padding-right: 8px;
    --wx-input-border: none
}

.wx-control.svelte-r6cslo {
    display: flex;
    justify-content: center;
    align-items: center
}

.wx-control.svelte-r6cslo .wx-icon:active {
    background-color: #00000026
}

.wx-preserve.svelte-r6cslo {
    padding: 4px 8px 4px 4px;
    display: flex;
    align-items: center;
    background: var(--wx-kanban-background)
}

.wx-icon.wxi-undo.wx-disabled, .wx-icon.wxi-redo.wx-disabled {
    color: var(--wx-color-font-disabled)
}

.wx-separator.svelte-1eu7qav {
    width: 1px;
    min-height: 100%;
    border-left: 1px solid rgba(0, 0, 0, .07);
    border-right: var(--wx-border);
    margin: 6px 4px;
    box-sizing: border-box
}

.wx-column > .wx-tb-body > .wx-separator.svelte-1eu7qav, .wx-separator-menu.svelte-1eu7qav {
    height: 1px;
    width: 100%;
    border-top: var(--wx-border-medium);
    align-self: center
}

.wx-spacer.svelte-1mbb7ow {
    flex-grow: 1
}

.wx-spacer.svelte-ptl7r2 {
    flex: 1
}

.wx-tb-element.svelte-ptl7r2 {
    padding: 4px;
    flex-shrink: 0;
    align-self: center;
    display: flex
}

.wx-menu.wx-tb-element.svelte-ptl7r2 {
    height: 36px;
    line-height: 36px;
    padding: 2px 8px;
    background-color: var(--wx-background)
}

.wx-menu.svelte-ptl7r2 button {
    width: 100%;
    background: transparent;
    text-align: left;
    padding-left: 0;
    font-weight: var(--wx-font-weight);
    font-size: var(--wx-font-size)
}

.wx-menu.svelte-ptl7r2 .wx-tb-element {
    align-self: stretch
}

.wx-menu.wx-tb-element.svelte-ptl7r2 button:hover {
    background: var(--wx-background-alt)
}

.wx-menu.svelte-ptl7r2 button i {
    margin-right: 4px;
    font-size: var(--wx-icon-size)
}

.wx-menu.wx-tb-element.svelte-ptl7r2:hover {
    background: var(--wx-background-alt)
}

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: 14px;
    --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-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-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
}

.wx-tb-group.svelte-urlj1k.svelte-urlj1k {
    position: relative;
    display: flex;
    flex-flow: column
}

.wx-group-collapsed.svelte-urlj1k.svelte-urlj1k {
    flex-flow: row
}

.wx-collapsed.svelte-urlj1k.svelte-urlj1k {
    display: flex;
    padding: 10px;
    flex-flow: row;
    cursor: pointer
}

.wx-group-collapsed.svelte-urlj1k .wx-collapsed.svelte-urlj1k {
    align-items: center
}

.wx-label.svelte-urlj1k.svelte-urlj1k {
    font-weight: var(--wx-label-font-weight);
    font-size: var(--wx-font-size-sm);
    color: var(--wx-color-font);
    text-align: center;
    display: flex;
    padding: 4px 2px 4px 12px;
    align-items: center;
    justify-content: center;
    width: 100%
}

.wx-tb-group.svelte-urlj1k .dropdown {
    overflow: inherit
}

.wx-column.svelte-urlj1k.svelte-urlj1k {
    align-items: stretch
}

.wx-column.svelte-urlj1k .wx-tb-element {
    align-self: stretch
}

.wx-tb-body.svelte-urlj1k.svelte-urlj1k {
    height: 100%;
    display: flex
}

.wx-column.svelte-urlj1k > .wx-tb-body.svelte-urlj1k {
    flex-flow: column
}

.wx-menu.svelte-5toy9z {
    position: absolute;
    overflow: visible;
    padding: 4px;
    right: 4px
}

.wx-menu.svelte-5toy9z .dropdown {
    overflow: visible
}

.wx-drop-menu.svelte-5toy9z {
    padding: 4px
}

.wx-toolbar.svelte-b19ms9 {
    width: 100%;
    flex-wrap: nowrap;
    display: flex;
    align-items: stretch;
    padding: 4px;
    position: relative
}

.wx-toolbar.wx-wrap.svelte-b19ms9 {
    flex-wrap: wrap
}

i.svelte-b4dkf1 {
    margin-right: 8px;
    font-size: var(--wx-button-icon-size);
    color: var(--wx-icon-color)
}

.wx-item.svelte-b4dkf1 {
    cursor: pointer;
    white-space: nowrap;
    line-height: 26px
}

.wx-label.svelte-agyr5c {
    width: auto;
    font-weight: var(--wx-label-font-weight);
    color: var(--wx-input-font-color);
    padding: var(--wx-input-padding);
    overflow: hidden
}

i.svelte-ng2v87 {
    margin-right: 8px;
    font-size: var(--wx-icon-size);
    color: var(--wx-color-font)
}

.wx-item.svelte-ng2v87 {
    cursor: pointer;
    white-space: nowrap;
    line-height: 36px;
    height: 36px;
    box-sizing: border-box;
    display: flex;
    align-items: center
}

.wx-label.svelte-g7c8cw {
    width: 100%;
    white-space: nowrap;
    color: var(--wx-input-font-color);
    padding: var(--wx-input-padding);
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center
}

i.svelte-g7c8cw {
    margin-right: 8px;
    font-size: var(--wx-icon-size)
}

.wx-label.svelte-g7c8cw:hover {
    background-image: linear-gradient(#0000001a 0% 100%)
}
