.wx-textarea.wx-3yFVAC {
    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.wx-3yFVAC:focus {
    border: var(--wx-input-border-focus)
}

.wx-textarea.wx-3yFVAC::placeholder {
    color: var(--wx-input-placeholder-color)
}

.wx-textarea[disabled].wx-3yFVAC {
    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].wx-3yFVAC::placeholder {
    color: var(--wx-color-font-disabled)
}

.wx-textarea.wx-error.wx-3yFVAC {
    border-color: var(--wx-color-danger);
    color: var(--wx-color-danger)
}

.wx-button.wx-2ZWgb4 {
    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;
    -webkit-user-select: none;
    user-select: none;
    min-width: var(--wx-button-width)
}

.wx-button.wx-2ZWgb4:hover {
    background-image: linear-gradient(#0000001a,#0000001a)
}

.wx-button.wx-2ZWgb4,.wx-button.wx-2ZWgb4:focus,.wx-button.wx-2ZWgb4:active {
    outline: none
}

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

.wx-block.wx-2ZWgb4 {
    display: block;
    width: 100%
}

.wx-square.wx-2ZWgb4 {
    border-radius: 0
}

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

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

.wx-icon.wx-2ZWgb4 i.wx-2ZWgb4 {
    margin: 0;
    opacity: 1
}

.wx-primary.wx-2ZWgb4 {
    background-color: var(--wx-color-primary);
    color: var(--wx-color-primary-font)
}

.wx-2ZWgb4.wx-pressed,.wx-2ZWgb4.wx-pressed:hover,.wx-2ZWgb4.wx-pressed:active,.wx-2ZWgb4.wx-pressed[disabled] {
    background-color: var(--wx-button-pressed);
    box-shadow: var(--wx-button-box-shadow)
}

.wx-2ZWgb4.wx-primary.wx-pressed:not([disabled]),.wx-2ZWgb4.wx-primary.wx-pressed:hover:not([disabled]),.wx-2ZWgb4.wx-primary.wx-pressed:active:not([disabled]) {
    background-color: var(--wx-button-primary-pressed);
    box-shadow: var(--wx-button-primary-box-shadow)
}

.wx-2ZWgb4.wx-danger.wx-pressed:not([disabled]),.wx-2ZWgb4.wx-danger.wx-pressed:hover:not([disabled]),.wx-2ZWgb4.wx-danger.wx-pressed:active:not([disabled]) {
    background-color: var(--wx-button-danger-pressed);
    box-shadow: var(--wx-button-primary-box-shadow)
}

.wx-secondary.wx-2ZWgb4 {
    background: var(--wx-color-secondary);
    color: var(--wx-color-secondary-font);
    border-color: var(--wx-color-secondary-border)
}

.wx-secondary.wx-2ZWgb4:hover:not([disabled]) {
    background: var(--wx-color-secondary-hover)
}

.wx-secondary.wx-pressed:not([disabled]).wx-2ZWgb4,.wx-secondary.wx-pressed:hover:not([disabled]).wx-2ZWgb4,.wx-secondary.wx-pressed:active:not([disabled]).wx-2ZWgb4 {
    background: var(--wx-color-secondary-hover);
    box-shadow: var(--wx-button-primary-box-shadow)
}

.wx-secondary[disabled].wx-2ZWgb4 {
    border-color: var(--wx-color-secondary-border-disabled)
}

.wx-danger.wx-2ZWgb4 {
    background-color: var(--wx-color-danger);
    color: var(--wx-button-danger-font-color)
}

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

.wx-link.wx-2ZWgb4,.wx-link.wx-2ZWgb4:hover,.wx-link[disabled].wx-2ZWgb4 {
    background: transparent
}

.wx-link[disabled].wx-2ZWgb4 {
    color: var(--wx-color-font-disabled)
}

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

.wx-check.wx-2IvefP {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0
}

.wx-label.wx-2IvefP {
    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
}

.wx-before.wx-2IvefP,.wx-after.wx-2IvefP {
    display: block
}

.wx-after.wx-2IvefP {
    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)
}

.wx-before.wx-2IvefP {
    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)
}

.wx-before.wx-2IvefP: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)
}

.wx-before.wx-2IvefP: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)
}

.wx-check.wx-2IvefP:checked~.wx-label.wx-2IvefP .wx-before.wx-2IvefP:before {
    background: var(--wx-color-primary);
    border-color: transparent
}

.wx-check.wx-2IvefP:checked~.wx-label.wx-2IvefP .wx-before.wx-2IvefP:after {
    display: block
}

.wx-check.wx-2IvefP[disabled]~.wx-label.wx-2IvefP {
    color: var(--wx-checkbox-border-color-disabled);
    cursor: not-allowed
}

.wx-check.wx-2IvefP[disabled]:not(:checked)~.wx-label.wx-2IvefP .wx-before.wx-2IvefP:before {
    border-color: var(--wx-checkbox-border-color-disabled)
}

.wx-check.wx-2IvefP[disabled]:checked~.wx-label.wx-2IvefP .wx-before.wx-2IvefP:before {
    background: var(--wx-checkbox-border-color-disabled)
}

.wx-check.wx-2IvefP[disabled]~.wx-label.wx-2IvefP .wx-before.wx-2IvefP:after {
    border-color: var(--wx-input-background)
}

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

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

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

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

.wx-dropdown.wx-32GZ52 {
    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.wx-32GZ52 {
    top: 0;
    left: 50%;
    transform: translate(-50%,-100%) translateY(-2px)
}

.wx-top-start.wx-32GZ52 {
    top: 0;
    left: 0;
    transform: translateY(-100%) translateY(-2px)
}

.wx-top-end.wx-32GZ52 {
    top: 0;
    right: 0;
    transform: translateY(-100%) translateY(-2px)
}

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

.wx-bottom-start.wx-32GZ52 {
    bottom: 0;
    left: 0;
    transform: translateY(100%) translateY(2px)
}

.wx-bottom-end.wx-32GZ52 {
    bottom: 0;
    right: 0;
    transform: translateY(100%) translateY(2px)
}

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

.wx-left-start.wx-32GZ52 {
    top: 0;
    left: 0;
    transform: translate(-100%) translate(-2px)
}

.wx-left-end.wx-32GZ52 {
    bottom: 0;
    left: 0;
    transform: translate(-100%) translate(-2px)
}

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

.wx-right-start.wx-32GZ52 {
    top: 0;
    right: 0;
    transform: translate(100%) translate(2px)
}

.wx-right-end.wx-32GZ52 {
    bottom: 0;
    right: 0;
    transform: translate(100%) translate(2px)
}

.wx-colorselect.wx-121TgJ {
    position: relative;
    width: var(--wx-input-width)
}

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

.wx-colors.wx-121TgJ {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px
}

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

.wx-input.wx-121TgJ {
    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
}

.wx-input.wx-121TgJ.wx-focus {
    border: var(--wx-input-border-focus)
}

.wx-input.wx-121TgJ::placeholder {
    color: var(--wx-input-placeholder-color)
}

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

.wx-input.wx-121TgJ[disabled]::placeholder {
    color: var(--wx-color-font-disabled)
}

.wx-input.wx-121TgJ[disabled]~.wx-color,.wx-input.wx-121TgJ[disabled]~.wx-empty {
    cursor: not-allowed
}

.wx-input.wx-121TgJ.wx-error {
    border-color: var(--wx-color-danger);
    color: var(--wx-color-danger)
}

.wx-empty.wx-121TgJ {
    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,#0000 calc(50% - 1px),red 50%,#0000 calc(50% + 1px),#0000);
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none
}

.wxi-close.wx-121TgJ {
    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.wx-121TgJ:hover {
    background: var(--wx-background-hover);
    border-radius: var(--wx-icon-border-radius)
}

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

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

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

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

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

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

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

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

.wx-color-line.wx-1yoKzq {
    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.wx-1yoKzq {
    height: 14px;
    width: 14px;
    margin: 0 0 0 -7px;
    top: -4px
}

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

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

.wx-color.wx-1yoKzq {
    height: 32px
}

.wx-text.wx-1yoKzq {
    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.wx-1yoKzq:focus {
    border: var(--wx-input-border-focus)
}

.wx-colorpicker.wx-mmT8WH {
    position: relative;
    width: var(--wx-input-width)
}

.wx-color.wx-mmT8WH {
    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%)
}

.wx-input.wx-mmT8WH {
    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
}

.wx-input.wx-focus.wx-mmT8WH {
    border: var(--wx-input-border-focus)
}

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

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

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

.wx-input.wx-mmT8WH[disabled]~.wx-color.wx-mmT8WH {
    cursor: not-allowed
}

.wx-input.wx-error.wx-mmT8WH {
    border-color: var(--wx-color-danger);
    color: var(--wx-color-danger)
}

.wxi-close.wx-mmT8WH {
    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;
    -webkit-user-select: none;
    user-select: none;
    color: var(--wx-input-icon-color);
    cursor: pointer
}

.wxi-close.wx-mmT8WH:before {
    display: block
}

.wxi-close.wx-mmT8WH:hover {
    background: var(--wx-background-hover);
    border-radius: var(--wx-icon-border-radius)
}

.wx-list.wx-233fr7 {
    max-height: 250px;
    overflow-y: auto
}

.wx-item.wx-233fr7 {
    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.wx-233fr7 {
    background: var(--wx-background-hover)
}

.wx-no-data.wx-233fr7 {
    padding: var(--wx-input-padding)
}

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

.wx-input.wx-1j11Jk {
    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
}

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

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

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

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

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

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

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

.wx-icon.wx-1j11Jk {
    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;
    -webkit-user-select: none;
    user-select: none;
    color: var(--wx-input-icon-color)
}

.wx-icon.wx-1j11Jk:before {
    display: block
}

.wx-icon.wxi-close.wx-1j11Jk {
    pointer-events: all;
    cursor: pointer
}

.wx-icon.wxi-close.wx-1j11Jk:hover {
    background: var(--wx-background-hover);
    border-radius: var(--wx-icon-border-radius)
}

.wx-text.wx-hQ64J4 {
    position: relative;
    width: var(--wx-input-width)
}

.wx-text.wx-disabled.wx-hQ64J4 .wx-icon.wx-hQ64J4 {
    color: var(--wx-color-font-disabled)
}

.wx-text.wx-error.wx-hQ64J4 .wx-icon.wx-hQ64J4 {
    color: var(--wx-color-danger)
}

.wx-icon.wx-hQ64J4 {
    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;
    -webkit-user-select: none;
    user-select: none;
    color: var(--wx-input-icon-color)
}

.wx-icon.wx-hQ64J4:before {
    display: block
}

.wx-icon-left.wx-hQ64J4 .wx-icon.wx-hQ64J4:not(.wxi-close) {
    right: auto;
    left: var(--wx-input-icon-indent)
}

.wx-icon.wxi-close.wx-hQ64J4 {
    pointer-events: all;
    cursor: pointer
}

.wx-icon.wxi-close.wx-hQ64J4:hover {
    background: var(--wx-background-hover);
    border-radius: var(--wx-icon-border-radius)
}

.wx-input.wx-hQ64J4 {
    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
}

.wx-input.wx-hQ64J4:focus {
    border: var(--wx-input-border-focus)
}

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

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

.wx-icon-right.wx-hQ64J4 .wx-input.wx-hQ64J4,.wx-text.wx-clear.wx-hQ64J4 .wx-input.wx-hQ64J4 {
    padding-right: calc(var(--wx-input-icon-size) + var(--wx-input-icon-indent) * 2)
}

.wx-input.wx-hQ64J4[disabled] {
    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
}

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

.wx-error.wx-hQ64J4 .wx-input.wx-hQ64J4 {
    border-color: var(--wx-color-danger);
    color: var(--wx-color-danger)
}

.wx-header.wx-8HQVQV {
    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.wx-8HQVQV,.wx-pager.wx-8HQVQV {
    width: var(--wx-calendar-cell-size);
    height: var(--wx-calendar-cell-size);
    flex-shrink: 0
}

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

.wx-pager.wx-8HQVQV:before {
    display: block
}

.wx-pager.wx-8HQVQV:hover {
    background-color: var(--wx-background-hover)
}

.wx-label.wx-8HQVQV {
    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
}

.wx-button.wx-3s8W4d {
    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%;
    -webkit-user-select: none;
    user-select: none
}

.wx-button.wx-3s8W4d,.wx-button.wx-3s8W4d:focus,.wx-button.wx-3s8W4d:active {
    outline: none
}

.wx-button.wx-3s8W4d:active {
    opacity: .8
}

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

.wx-398RBS.wx-weekday {
    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-398RBS.wx-days {
    display: flex;
    flex-wrap: wrap
}

.wx-398RBS.wx-day {
    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-398RBS.wx-day:not(.wx-out):not(.wx-selected) {
    cursor: pointer
}

.wx-398RBS.wx-day:not(.wx-out):not(.wx-selected):hover {
    background: var(--wx-background-hover)
}

.wx-398RBS.wx-day.wx-out {
    color: var(--wx-color-font-disabled)
}

.wx-398RBS.wx-day.wx-selected:not(.wx-out) {
    background: var(--wx-color-primary);
    color: var(--wx-color-primary-font)
}

.wx-398RBS.wx-day.wx-selected.wx-left:not(.wx-out) {
    border-radius: calc(var(--wx-calendar-border-radius)) 0 0 calc(var(--wx-calendar-border-radius))
}

.wx-398RBS.wx-day.wx-selected.wx-right:not(.wx-out) {
    border-radius: 0 calc(var(--wx-calendar-border-radius)) calc(var(--wx-calendar-border-radius)) 0
}

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

.wx-398RBS.wx-day.wx-weekend:not(.wx-selected):not(.wx-out) {
    color: var(--wx-color-primary)
}

.wx-398RBS.wx-day.wx-inactive {
    pointer-events: none
}

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

.wx-month.wx-34U8T8 {
    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.wx-34U8T8 {
    background: var(--wx-color-primary);
    color: var(--wx-color-primary-font)
}

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

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

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

.wx-year.wx-1XEF33 {
    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.wx-1XEF33 {
    background: var(--wx-color-primary);
    color: var(--wx-color-primary-font)
}

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

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

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

.wx-calendar.wx-2Gr4AS {
    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-2Gr4AS.wx-part {
    padding-bottom: 0
}

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

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

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

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

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

.wx-half.wx-p2jCaW {
    flex: 1
}

.wx-daterangepicker.wx-1b0WDQ {
    position: relative;
    width: var(--wx-input-width)
}

.wx-13aa5W.wx-fullscreen::backdrop {
    background-color: var(--wx-background)
}

.wx-13aa5W.wx-fullscreen {
    position: relative;
    height: 100%;
    width: 100%;
    outline: none
}

.wx-13aa5W.wx-fullscreen-icon {
    font-size: 20px;
    height: 20px;
    margin: auto
}

.wx-13aa5W.wx-fullscreen .wx-fullscreen-button {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    position: absolute;
    right: 25px;
    bottom: 35px;
    display: flex;
    padding: initial
}

.wx-icon.wx-mdnST1 {
    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.wx-mdnST1:hover {
    background-color: var(--wx-background-hover)
}

.wx-multicombo.wx-12Wj21 {
    position: relative;
    width: var(--wx-input-width)
}

.wx-multicombo.wx-12Wj21.wx-focus .wx-wrapper.wx-12Wj21 {
    border: var(--wx-input-border-focus)
}

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

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

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

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

.wx-multicombo.wx-12Wj21.wx-disabled .wx-icon.wxi-angle-down.wx-12Wj21 {
    color: var(--wx-color-font-disabled)
}

.wx-multicombo.wx-12Wj21.wx-error .wx-wrapper.wx-12Wj21 {
    border-color: var(--wx-color-danger)
}

.wx-multicombo.wx-12Wj21.wx-error .wx-input.wx-12Wj21,.wx-multicombo.wx-12Wj21.wx-error .wx-icon.wxi-angle-down.wx-12Wj21 {
    color: var(--wx-color-danger)
}

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

.wx-multicombo.wx-12Wj21.wx-not-empty .wx-input.wx-12Wj21 {
    border-top: var(--wx-input-border)
}

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

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

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

.wx-wrapper.wx-12Wj21 {
    border: var(--wx-input-border);
    border-radius: var(--wx-input-border-radius);
    background: var(--wx-input-background)
}

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

.wx-tag.wx-12Wj21 {
    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)
}

.wx-icon.wx-12Wj21 {
    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);
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    color: var(--wx-input-icon-color)
}

.wx-icon.wx-12Wj21:before {
    display: block
}

.wxi-close.wx-12Wj21 {
    pointer-events: all;
    cursor: pointer
}

.wxi-close.wx-12Wj21:hover {
    background: var(--wx-background-hover);
    border-radius: var(--wx-icon-border-radius)
}

.wx-select.wx-12Wj21 {
    position: relative
}

.wx-input.wx-12Wj21 {
    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-popup.wx-37M6Fj {
    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.wx-35Np0p {
    display: flex;
    gap: var(--wx-padding);
    align-items: center;
    padding: var(--wx-padding)
}

.wx-input.wx-35Np0p {
    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)
}

.wx-input.wx-35Np0p:focus {
    border: var(--wx-input-border-focus)
}

.wx-input.wx-35Np0p::placeholder {
    color: var(--wx-input-placeholder-color)
}

.wx-icon.wx-35Np0p {
    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.wx-35Np0p:before {
    display: block
}

.wx-icon.wx-35Np0p:hover {
    background-color: var(--wx-background-hover)
}

.wx-icon.wx-35Np0p.wx-disabled {
    cursor: default;
    pointer-events: none;
    color: var(--wx-color-font-disabled)
}

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

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

.wx-input.wx-3lDF1s {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0
}

.wx-label.wx-3lDF1s {
    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
}

.wx-circle.wx-3lDF1s {
    display: block
}

.wx-radio-text.wx-3lDF1s {
    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)
}

.wx-circle.wx-3lDF1s {
    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)
}

.wx-circle.wx-3lDF1s: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)
}

.wx-circle.wx-3lDF1s: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%
}

.wx-input.wx-3lDF1s:checked~.wx-label.wx-3lDF1s .wx-circle.wx-3lDF1s:before {
    background: var(--wx-color-primary);
    border-color: transparent
}

.wx-input.wx-3lDF1s:checked~.wx-label.wx-3lDF1s .wx-circle.wx-3lDF1s:after {
    display: block
}

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

.wx-input.wx-3lDF1s[disabled]:not(:checked)~.wx-label.wx-3lDF1s .wx-circle.wx-3lDF1s:before {
    border-color: var(--wx-checkbox-border-color-disabled)
}

.wx-input.wx-3lDF1s[disabled]:checked~.wx-label.wx-3lDF1s .wx-circle.wx-3lDF1s:before {
    background: var(--wx-checkbox-border-color-disabled)
}

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

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

.wx-radiogroup.wx-inline.wx-38w70j .wx-item.wx-38w70j {
    flex: none;
    padding-right: var(--wx-field-gutter)
}

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

.wx-richselect.wx-2YgblL {
    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.wx-2YgblL:focus {
    border: var(--wx-input-border-focus)
}

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

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

.wx-richselect.wx-error.wx-2YgblL {
    border-color: var(--wx-color-danger)
}

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

.wx-label.wx-2YgblL {
    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.wx-2YgblL {
    color: var(--wx-input-placeholder-color)
}

.wx-icon.wx-2YgblL {
    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;
    -webkit-user-select: none;
    user-select: none;
    color: var(--wx-input-icon-color)
}

.wx-icon.wx-2YgblL:before {
    display: block
}

.wx-icon.wxi-close.wx-2YgblL {
    pointer-events: all
}

.wx-icon.wxi-close.wx-2YgblL:hover {
    background: var(--wx-background-hover);
    border-radius: var(--wx-icon-border-radius)
}

.wx-nowrap.wx-2YgblL .wx-label.wx-2YgblL {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.wx-segmented.wx-0hMO7P {
    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%
}

.wx-segment.wx-0hMO7P {
    display: flex;
    text-decoration: none;
    flex-wrap: nowrap;
    align-items: center;
    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%;
    -webkit-user-select: none;
    user-select: none
}

.wx-segment.wx-0hMO7P,.wx-segment.wx-0hMO7P:focus,.wx-segment.wx-0hMO7P:active {
    outline: none
}

.wx-segment.wx-0hMO7P+.wx-segment.wx-0hMO7P {
    margin-left: var(--wx-segmented-padding)
}

.wx-segment.wx-0hMO7P:hover {
    background: var(--wx-segmented-background-hover)
}

.wx-segment.wx-selected.wx-0hMO7P,.wx-segment.wx-selected.wx-0hMO7P:hover,.wx-segment.wx-selected.wx-0hMO7P:focus {
    background: var(--wx-color-primary);
    color: var(--wx-color-primary-font);
    cursor: default
}

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

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

.wx-icon.wx-only.wx-0hMO7P {
    opacity: 1
}

.wx-icon.wx-0hMO7P+.wx-label.wx-0hMO7P {
    margin-left: 4px
}

.wx-select-box.wx-2yx1Fo {
    position: relative;
    width: var(--wx-input-width)
}

.wx-select.wx-2yx1Fo {
    -webkit-appearance: none;
    -moz-appearance: none;
    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
}

.wx-select.wx-2yx1Fo:focus {
    border: var(--wx-input-border-focus)
}

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

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

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

.wx-select.wx-error.wx-2yx1Fo {
    border-color: var(--wx-color-danger);
    color: var(--wx-color-danger)
}

.wx-select.wx-error.wx-2yx1Fo option {
    color: var(--wx-input-font-color)
}

.wx-select.wx-error.wx-2yx1Fo~.wx-icon.wx-2yx1Fo {
    color: var(--wx-color-danger)
}

.wx-placeholder.wx-2yx1Fo {
    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.wx-2yx1Fo {
    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;
    -webkit-user-select: none;
    user-select: none;
    color: var(--wx-input-icon-color)
}

.wx-icon.wx-2yx1Fo:before {
    display: block
}

.wx-icon.wx-2yx1Fo.wxi-close {
    pointer-events: all;
    cursor: pointer
}

.wx-icon.wxi-close:hover {
    background: var(--wx-background-hover);
    border-radius: var(--wx-icon-border-radius)
}

.wx-slider.wx-2EDJ8G {
    width: var(--wx-input-width)
}

.wx-label.wx-2EDJ8G {
    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-inner.wx-2EDJ8G {
    padding: calc((var(--wx-slider-height) - var(--wx-slider-track-height)) / 2) 0
}

.wx-input.wx-2EDJ8G {
    -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
}

.wx-input.wx-2EDJ8G:focus {
    outline: none
}

.wx-input.wx-2EDJ8G::-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
}

.wx-input.wx-2EDJ8G::-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;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.wx-input.wx-2EDJ8G::-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
}

.wx-input.wx-2EDJ8G::-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;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.wx-input.wx-2EDJ8G::-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)
}

.wx-input.wx-2EDJ8G::-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
}

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

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

.wx-input.wx-2EDJ8G::-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;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

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

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

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

.wx-input.wx-2EDJ8G[disabled]::-webkit-slider-runnable-track {
    cursor: not-allowed
}

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

.wx-input.wx-2EDJ8G[disabled]::-moz-range-track {
    cursor: not-allowed
}

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

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

.wx-input.wx-2EDJ8G[disabled]::-ms-track {
    cursor: not-allowed
}

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

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

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

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

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

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

.wx-input.wx-2dAR5c {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0
}

.wx-box.wx-2dAR5c {
    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
}

.wx-box.wx-2dAR5c: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
}

.wx-input.wx-2dAR5c:checked~.wx-box.wx-2dAR5c {
    background-color: var(--wx-switch-primary)
}

.wx-input.wx-2dAR5c:checked~.wx-box.wx-2dAR5c:before {
    transform: translate(calc(var(--wx-switch-width) - var(--wx-switch-height)))
}

.wx-input.wx-2dAR5c[disabled]~.wx-box.wx-2dAR5c {
    background-color: var(--wx-color-disabled);
    border-color: var(--wx-switch-border-color-disabled);
    cursor: not-allowed
}

.wx-input.wx-2dAR5c[disabled]~.wx-box.wx-2dAR5c:before {
    border: var(--wx-switch-thumb-border-disabled);
    background: var(--wx-switch-thumb-background-disabled)
}

.wx-tabs.wx-138fWJ {
    display: inline-flex;
    flex-wrap: nowrap
}

.wx-tab.wx-138fWJ {
    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);
    -webkit-user-select: none;
    user-select: none
}

.wx-tab.wx-138fWJ+.wx-tab.wx-138fWJ: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)
}

.wx-tab.wx-138fWJ:first-child {
    border-top-left-radius: var(--wx-tabs-border-radius);
    border-bottom-left-radius: var(--wx-tabs-border-radius)
}

.wx-tab.wx-138fWJ:last-child {
    border-top-right-radius: var(--wx-tabs-border-radius);
    border-bottom-right-radius: var(--wx-tabs-border-radius)
}

.wx-tab.wx-138fWJ,.wx-tab.wx-138fWJ:focus,.wx-tab.wx-138fWJ:active {
    outline: none
}

.wx-tab.wx-138fWJ:hover {
    background: var(--wx-tabs-background-hover)
}

.wx-tab.wx-active.wx-138fWJ,.wx-tab.wx-active.wx-138fWJ:hover,.wx-tab.wx-active.wx-138fWJ:focus {
    background: var(--wx-tabs-active-background);
    color: var(--wx-tabs-active-color);
    cursor: default
}

.wx-tab.wx-active.wx-138fWJ:before {
    display: none
}

.wx-tab.wx-active.wx-138fWJ+.wx-tab.wx-138fWJ:before {
    display: none
}

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

.wx-tab.wx-active.wx-138fWJ:after {
    border-bottom: 2px solid var(--wx-tabs-active-border)
}

.wx-tab:not(.wx-active):hover:after {
    border-bottom: 2px solid var(--wx-tabs-hover-border)
}

.wx-top.wx-138fWJ .wx-tab.wx-active.wx-138fWJ:after,.wx-top.wx-138fWJ .wx-tab.wx-138fWJ:hover:after {
    top: 100%
}

.wx-bottom.wx-138fWJ .wx-tab.wx-active.wx-138fWJ:after,.wx-bottom.wx-138fWJ .wx-tab.wx-138fWJ:hover:after {
    top: 0
}

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

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

.wx-icon.wx-only.wx-138fWJ {
    opacity: 1
}

.wx-icon.wx-138fWJ+.wx-label.wx-138fWJ {
    margin-left: 4px
}

.wx-counter.wx-22t21n {
    display: flex;
    border: var(--wx-input-border);
    width: max-content;
    border-radius: var(--wx-input-border-radius)
}

.wx-counter.wx-22t21n:not(.wx-readonly):has(.wx-input:focus) {
    border: var(--wx-input-border-focus)
}

.wx-input.wx-22t21n {
    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.wx-22t21n {
    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.wx-22t21n:not(.wx-readonly):not(.wx-disabled) .wx-btn:active {
    background-color: var(--wx-background-hover)
}

.wx-dec.wx-22t21n,.wx-inc.wx-22t21n {
    fill: var(--wx-color-primary)
}

.wx-btn-dec.wx-22t21n {
    border-radius: 2px 0 0 2px
}

.wx-btn-inc.wx-22t21n {
    border-radius: 0 2px 2px 0
}

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

.wx-error.wx-22t21n .wx-input.wx-22t21n {
    color: var(--wx-color-danger)
}

.wx-disabled.wx-22t21n .wx-input.wx-22t21n,.wx-disabled.wx-22t21n .wx-btn.wx-22t21n {
    cursor: not-allowed;
    color: var(--wx-color-font-disabled)
}

.wx-disabled.wx-22t21n .wx-btn.wx-22t21n {
    background: var(--wx-color-disabled-alt)
}

.wx-disabled.wx-22t21n .wx-btn.wx-22t21n .wx-dec.wx-22t21n,.wx-disabled.wx-22t21n .wx-btn.wx-22t21n .wx-inc.wx-22t21n,.wx-readonly.wx-22t21n .wx-btn.wx-22t21n .wx-dec.wx-22t21n,.wx-readonly.wx-22t21n .wx-btn.wx-22t21n .wx-inc.wx-22t21n {
    fill: var(--wx-color-font-disabled)
}

.wx-readonly.wx-22t21n .wx-btn.wx-22t21n {
    cursor: default
}

.wx-notice.wx-11sNg5 {
    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.wx-11sNg5: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.wx-11sNg5: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.wx-11sNg5,.wx-button.wx-11sNg5 {
    position: relative;
    z-index: 2;
    padding: var(--wx-notice-padding)
}

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

.wxi-close.wx-11sNg5 {
    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
}

.wxi-close.wx-11sNg5:before {
    display: block;
    z-index: 1
}

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

.wxi-close.wx-11sNg5:hover:after {
    background: var(--wx-background-hover)
}

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

.wx-notice.wx-info.wx-11sNg5:before,.wx-notice.wx-info.wx-11sNg5:after {
    background: var(--wx-color-info)
}

.wx-notice.wx-warning.wx-11sNg5:before,.wx-notice.wx-warning.wx-11sNg5:after {
    background: var(--wx-color-warning)
}

.wx-notice.wx-success.wx-11sNg5:before,.wx-notice.wx-success.wx-11sNg5:after {
    background: var(--wx-color-success)
}

.wx-notice.wx-danger.wx-11sNg5:before,.wx-notice.wx-danger.wx-11sNg5:after {
    background: var(--wx-color-danger)
}

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

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

.wx-modal.wx-1FxkZa {
    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.wx-1FxkZa {
    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.wx-1FxkZa {
    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.wx-1FxkZa {
    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.wx-1FxkZa {
    flex: 1;
    max-width: 50%;
    padding: 0 calc(var(--wx-modal-gutter) / 2)
}

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

.wx-field.wx-left.wx-2oVUvC {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start
}

.wx-field.wx-left.wx-2oVUvC>.wx-label.wx-2oVUvC {
    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.wx-2oVUvC>.wx-field-control.wx-2oVUvC {
    max-width: calc(100% - var(--wx-label-width) - var(--wx-field-gutter))
}

.wx-field.wx-error.wx-2oVUvC .wx-label.wx-2oVUvC {
    color: var(--wx-color-danger)
}

.wx-field.wx-left.wx-2oVUvC .wx-field-control.wx-checkbox.wx-2oVUvC {
    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.wx-2oVUvC .wx-field-control.wx-slider.wx-2oVUvC {
    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.wx-2oVUvC .wx-field-control.wx-switch.wx-2oVUvC {
    padding-top: calc((var(--wx-input-height) - var(--wx-switch-height)) / 2);
    padding-bottom: calc((var(--wx-input-height) - var(--wx-switch-height)) / 2)
}

.wx-label.wx-2oVUvC {
    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-required.wx-2oVUvC .wx-label.wx-2oVUvC:after {
    content: " *";
    color: var(--wx-color-danger)
}

.wx-field-control.wx-2oVUvC {
    position: relative;
    width: 100%
}

.wx-timepicker.wx-7f497i {
    position: relative;
    width: var(--wx-input-width)
}

.wx-wrapper.wx-7f497i {
    padding: 10px 20px
}

.wx-timer.wx-7f497i {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-bottom: 10px
}

.wx-digit.wx-7f497i {
    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.wx-7f497i:focus {
    border-bottom: var(--wx-input-border-focus)
}

.wx-separator.wx-7f497i {
    font-size: 24px;
    line-height: 38px
}

.wx-modal.wx-KgpO9N {
    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.wx-KgpO9N {
    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.wx-2L733M {
    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.wx-2L733M {
    right: 0;
    top: 0
}




.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-button-pressed: rgba(0, 0, 0, .16);
    --wx-button-danger-pressed: #cc4242;
    --wx-button-primary-pressed: #265fb6;
    --wx-button-box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, .56) inset, 2px 2px 3px 1px rgba(0, 0, 0, .12) inset;
    --wx-button-primary-box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, .26) inset, 2px 2px 3px 1px rgba(0, 0, 0, .16) inset;
    --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-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
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 500;
    src: local(""),url(https://cdn.svar.dev/fonts/open-sans/500.woff2) format("woff2"),url(https://cdn.svar.dev/fonts/open-sans/500.woff) format("woff")
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    src: local(""),url(https://cdn.svar.dev/fonts/open-sans/regular.woff2) format("woff2"),url(https://cdn.svar.dev/fonts/open-sans/regular.woff) format("woff")
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    src: local(""),url(https://cdn.svar.dev/fonts/open-sans/600.woff2) format("woff2"),url(https://cdn.svar.dev/fonts/open-sans/600.woff) format("woff")
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    src: local(""),url(https://cdn.svar.dev/fonts/open-sans/700.woff2) format("woff2"),url(https://cdn.svar.dev/fonts/open-sans/700.woff) format("woff")
}

.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-button-pressed: #d7dde3;
    --wx-button-danger-pressed: #cb4e46;
    --wx-button-primary-pressed: #098cdc;
    --wx-button-box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, .56) inset, 2px 2px 3px 1px rgba(0, 0, 0, .12) inset;
    --wx-button-primary-box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, .26) inset, 2px 2px 3px 1px rgba(0, 0, 0, .16) inset;
    --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-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-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-button-pressed: #353d44;
    --wx-button-danger-pressed: #cb4e46;
    --wx-button-primary-pressed: #5643c7;
    --wx-button-box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, .06) inset, 2px 2px 3px 1px rgba(0, 0, 0, .16) inset;
    --wx-button-primary-box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, .12) inset, 2px 2px 3px 1px rgba(0, 0, 0, .2) inset;
    --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-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-measure-cell-body,.wx-print-cell,.wx-cell.wx-TSCaXsGV {
    background: inherit;
    box-sizing: border-box;
    padding: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.wx-print-tree-cell,.wx-tree-cell.wx-TSCaXsGV {
    display: flex
}

.wx-measure-cell-body,.wx-cell.wx-TSCaXsGV:not(:last-child) {
    border-right: var(--wx-table-cell-border)
}

.wx-print-draggable,.wx-draggable.wx-TSCaXsGV,.wx-draggable-stub.wx-TSCaXsGV {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    font-size: 20px;
    height: 20px;
    width: 20px
}

.wx-draggable.wx-TSCaXsGV {
    cursor: move
}

.wx-shadow.wx-cell.wx-TSCaXsGV {
    border-right: var(--wx-table-fixed-column-border);
    clip-path: inset(0px -15px 0px 0px);
    z-index: 1
}

.wx-fixed-right.wx-shadow.wx-cell.wx-TSCaXsGV {
    border-right: var(--wx-table-cell-border);
    border-left: var(--wx-table-fixed-column-border)
}

.wx-fixed-right.wx-shadow.wx-cell.wx-TSCaXsGV:last-child {
    border-right: none
}

.wx-print-grid-tree-toggle,.wx-table-tree-toggle.wx-TSCaXsGV {
    font-size: 20px;
    cursor: pointer;
    margin: 0 4px 0 0;
    display: inline-block
}

.wx-cell.wx-TSCaXsGV[tabindex="0"]:focus {
    outline: 1px solid var(--wx-color-primary);
    outline-offset: -1px
}

.wx-search.wx-TSCaXsGV {
    background-color: #ffeb3b
}

.wx-print-filter,.wx-cell.wx-filter>.wx-text>input {
    height: 28px;
    padding: 4px 8px
}

.wx-print-filter {
    border: var(--wx-table-border);
    background: var(--wx-background);
    border-radius: var(--wx-input-border-radius);
    font-weight: 400;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.wx-cell.wx-filter.wx-D3voQpJs div.wx-richselect {
    min-height: 28px;
    height: 28px;
    padding: 4px 8px
}

.wx-cell.wx-filter.wx-D3voQpJs div.wx-richselect .wx-label {
    padding: 0
}

.wx-measure-cell-header,.wx-print-cell-header,.wx-cell.wx-RsQD74qC {
    padding: 8px;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: var(--wx-header-font-weight);
    background: var(--wx-table-header-background);
    line-height: 20px
}

.wx-cell.wx-RsQD74qC:focus {
    outline: 1px solid var(--wx-color-primary);
    outline-offset: -1px
}

.wx-print-cell-header {
    display: table-cell;
    position: static
}

.wx-cell.wx-RsQD74qC.wx-vertical {
    align-items: flex-end
}

.wx-measure-cell-header,.wx-cell.wx-RsQD74qC:not(:last-child) {
    border-right: var(--wx-table-header-cell-border)
}

.wx-print-cell-filter.wx-RsQD74qC,.wx-cell.wx-filter.wx-RsQD74qC {
    padding: 4px;
    z-index: 8
}

.wx-print-cell-header .wx-text,.wx-text.wx-RsQD74qC {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.wx-print-cell-header.wx-vertical .wx-text,.wx-vertical.wx-RsQD74qC .wx-text.wx-RsQD74qC {
    height: 100%;
    transform: rotate(-180deg);
    writing-mode: vertical-lr;
    text-overflow: ellipsis;
    overflow: hidden
}

.wx-print-cell-header.wx-vertical .wx-text {
    display: block
}

.wx-cell.wx-shadow.wx-RsQD74qC {
    clip-path: inset(0px -15px 0px 0px);
    border-right: var(--wx-table-fixed-column-border)
}

.wx-cell.wx-fixed-right.wx-shadow.wx-RsQD74qC {
    border-right: var(--wx-table-cell-border);
    border-left: var(--wx-table-fixed-column-border)
}

.wx-cell.wx-fixed-right.wx-cell.wx-RsQD74qC:last-child {
    border-right: none
}

.wx-shadow.wx-RsQD74qC,.wx-fixed.wx-RsQD74qC {
    z-index: 7
}

.wx-shadow.wx-rowspan.wx-RsQD74qC,.wx-shadow.wx-colspan.wx-RsQD74qC,.wx-fixed.wx-rowspan.wx-RsQD74qC,.wx-fixed.wx-colspan.wx-RsQD74qC {
    z-index: 8
}

.wx-grip.wx-RsQD74qC {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -4px;
    width: 9px;
    background-color: transparent;
    opacity: 0;
    cursor: ew-resize;
    z-index: 8
}

.wx-grip.wx-RsQD74qC div {
    margin-left: 5px;
    width: 1px;
    height: 100%;
    background-color: var(--wx-color-primary)
}

.wx-cell.wx-RsQD74qC:last-child .wx-grip.wx-RsQD74qC {
    width: 5px;
    right: 0
}

.wx-cell.wx-RsQD74qC:last-child .wx-grip.wx-RsQD74qC div {
    margin-left: 4px
}

.wx-grip.wx-RsQD74qC:before,.wx-cell.wx-RsQD74qC:not(:last-child) .wx-grip.wx-RsQD74qC:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto
}

.wx-grip.wx-RsQD74qC:before {
    border: 3px dashed transparent;
    border-right: 3px solid var(--wx-color-primary);
    right: 7px
}

.wx-cell.wx-RsQD74qC:last-child .wx-grip.wx-RsQD74qC:before {
    right: 3px
}

.wx-cell.wx-RsQD74qC:not(:last-child) .wx-grip.wx-RsQD74qC:after {
    border: 3px dashed transparent;
    border-left: 3px solid var(--wx-color-primary);
    left: 9px
}

.wx-cell.wx-RsQD74qC:has(.wx-grip.wx-RsQD74qC:hover) {
    z-index: 9
}

.wx-grip.wx-RsQD74qC:hover {
    opacity: 1
}

.wx-sort.wx-RsQD74qC {
    height: 100%;
    margin-left: auto;
    display: flex;
    align-items: center
}

.wx-order.wx-RsQD74qC {
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background-color: #3498ff
}

.wx-collapse.wx-RsQD74qC:focus {
    outline: none
}

.wx-collapse.wx-RsQD74qC:focus i,.wx-collapse.wx-RsQD74qC:hover i {
    color: var(--wx-color-primary)
}

.wx-rowspan.wx-RsQD74qC,.wx-colspan.wx-RsQD74qC {
    z-index: 6
}

.wx-collapse.wx-RsQD74qC,.wx-collapsed.wx-RsQD74qC {
    cursor: pointer;
    z-index: 1
}

.wx-collapsed.wx-RsQD74qC {
    position: relative
}

.wx-collapse.wx-RsQD74qC i {
    margin-right: 4px
}

.wx-h-row:not(:last-child) .wx-cell.wx-RsQD74qC:not(.wx-rowspan.wx-RsQD74qC) {
    border-bottom: var(--wx-table-header-cell-border)
}

.wx-measure-cell-footer,.wx-print-cell-footer,.wx-cell.wx-6Sdi3Dfd {
    padding: 8px;
    display: flex;
    align-items: center;
    font-weight: var(--wx-header-font-weight);
    background: var(--wx-table-header-background);
    overflow: hidden
}

.wx-print-cell-footer {
    display: table-cell
}

.wx-cell.wx-6Sdi3Dfd:not(:last-child) {
    border-right: var(--wx-table-footer-cell-border)
}

.wx-cell.wx-vertical.wx-6Sdi3Dfd {
    align-items: flex-end
}

.wx-print-cell-footer .wx-text,.wx-text.wx-6Sdi3Dfd {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.wx-print-cell-footer.wx-vertical .wx-text,.wx-vertical.wx-6Sdi3Dfd .wx-text {
    transform: rotate(-90deg) translateY(100%);
    transform-origin: left bottom;
    text-overflow: clip;
    overflow: unset
}

.wx-print-cell-footer.wx-vertical .wx-text {
    display: block
}

.wx-cell.wx-shadow.wx-6Sdi3Dfd {
    clip-path: inset(0px -15px 0px 0px);
    border-right: var(--wx-table-fixed-column-border)
}

.wx-cell.wx-fixed-right.wx-shadow.wx-6Sdi3Dfd {
    border-right: var(--wx-table-cell-border);
    border-left: var(--wx-table-fixed-column-border)
}

.wx-cell.wx-fixed-right.wx-cell:last-child.wx-6Sdi3Dfd {
    border-right: none
}

.wx-shadow.wx-6Sdi3Dfd,.wx-fixed.wx-6Sdi3Dfd {
    z-index: 3
}

.wx-rowspan.wx-6Sdi3Dfd {
    z-index: 2
}

.wx-rowspan.wx-shadow.wx-6Sdi3Dfd,.wx-rowspan.wx-fixed.wx-6Sdi3Dfd,.wx-colspan.wx-shadow.wx-6Sdi3Dfd,.wx-colspan.wx-fixed.wx-6Sdi3Dfd {
    z-index: 4
}

.wx-f-row:not(:last-child) .wx-cell:not(.wx-rowspan).wx-6Sdi3Dfd {
    border-bottom: var(--wx-table-header-cell-border)
}

.wx-header.wx-sAsPVaUK,.wx-footer.wx-sAsPVaUK {
    font-weight: 500
}

.wx-header.wx-sAsPVaUK {
    top: 0;
    border-bottom: var(--wx-table-header-border)
}

.wx-footer.wx-sAsPVaUK {
    position: sticky;
    z-index: 2;
    bottom: 0;
    border-top: var(--wx-table-header-border)
}

.wx-overlay.wx-1ty666CQ {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    background-color: var(--wx-background);
    padding: 14px 8px;
    text-align: center
}

.wx-text.wx-e7Ao5ejY {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding-left: 8px;
    font: inherit;
    background: var(--wx-background);
    color: var(--wx-color-font);
    border: 1px solid var(--wx-color-primary)
}

.wx-input.wx-0UYfSd1x {
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    padding-left: 8px;
    font: inherit;
    background: var(--wx-background);
    color: var(--wx-color-font);
    border: 1px solid var(--wx-color-primary)
}

.wx-value.wx-lNWNYUb6 {
    width: 100%;
    height: 100%;
    padding: 8px;
    overflow: hidden;
    outline: none;
    border: 1px solid var(--wx-color-primary)
}

.wx-text.wx-lNWNYUb6 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
}

.wx-value.wx-ywGRk611 {
    width: 100%;
    height: 100%;
    padding: 8px;
    overflow: hidden;
    outline: none;
    border: 1px solid var(--wx-color-primary)
}

.wx-text.wx-ywGRk611 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.wx-value.wx-ywGRk611:focus {
    outline: none;
    display: block
}

.wx-8l724t2g.wx-cell {
    box-sizing: border-box;
    padding: 0;
    background-color: var(--wx-background);
    color: var(--wx-color-font);
    position: relative;
    z-index: 3
}

.wx-8l724t2g.wx-cell .wx-dropdown {
    border: var(--wx-table-editor-dropdown-border);
    box-shadow: var(--wx-table-editor-dropdown-shadow)
}

.wx-print-grid .wx-vertical.wx-Gy81xq2u {
    vertical-align: bottom
}

.wx-flex-columns.wx-8NTMLH0z {
    width: 100%
}

.wx-print-container {
    display: none
}

.wx-print-grid {
    border-collapse: collapse;
    table-layout: fixed;
    border: var(--wx-table-border);
    border-spacing: 0;
    text-indent: initial;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact
}

.wx-print-grid tr,.wx-print-grid th,.wx-print-grid td {
    border: var(--wx-table-border)
}

@media print {
    .wx-print>* {
        display: none!important
    }

    .wx-print-container>.wx-print-grid-wrapper {
        page-break-after: always;
        break-after: page
    }

    .wx-print-container {
        display: block!important
    }
}

.wx-grid.wx-4VuBwK2D {
    height: 100%
}

.wx-table-box.wx-4VuBwK2D {
    outline: none;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: var(--wx-table-cell-border);
    overflow: hidden;
    box-sizing: content-box
}

.wx-header-wrapper.wx-4VuBwK2D {
    position: sticky;
    z-index: 3;
    top: 0
}

.wx-body.wx-4VuBwK2D,.wx-data.wx-4VuBwK2D {
    position: relative
}

.wx-scroll.wx-4VuBwK2D {
    position: relative;
    flex: 1;
    scroll-padding-top: var(--header-height);
    scroll-padding-bottom: var(--footer-height)
}

.wx-row.wx-4VuBwK2D {
    display: flex;
    box-sizing: border-box;
    background-color: var(--wx-background)
}

.wx-row.wx-4VuBwK2D:not(:last-child) {
    border-bottom: var(--wx-table-cell-border)
}

.wx-row.wx-autoheight.wx-4VuBwK2D .wx-cell {
    overflow: visible;
    text-overflow: initial;
    white-space: normal;
    word-break: break-all
}

.wx-row.wx-autoheight.wx-4VuBwK2D {
    height: max-content
}

.wx-selected.wx-4VuBwK2D {
    color: var(--wx-table-select-color);
    background-color: var(--wx-table-select-background)
}

.wx-selected.wx-4VuBwK2D .wx-cell:first-child {
    box-shadow: var(--wx-table-select-border)
}

.wx-inactive.wx-4VuBwK2D {
    color: var(--wx-table-drag-over-background);
    background-color: var(--wx-table-drag-over-background);
    --wx-table-select-border: none
}

.wx-drag-zone {
    z-index: 10;
    position: absolute;
    pointer-events: none;
    overflow: hidden;
    box-shadow: var(--wx-table-drag-zone-shadow)
}

.wx-cell.wx-collapsed.wx-4VuBwK2D {
    width: 36px;
    border-right: var(--wx-table-cell-border)
}

.wx-icon.wx-v13lZxja {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px
}

.wx-hidden.wx-v13lZxja {
    color: var(--wx-color-font-disabled)
}

.wx-area.wx-RYccULtD {
    position: relative;
    height: 100%;
    width: 100%
}

.tooltip {
    padding: 2px 10px;
    border-radius: 2px;
    box-shadow: var(--wx-box-shadow);
    pointer-events: none;
    position: absolute;
    z-index: 10;
    font-size: var(--wx-font-size-sm);
    font-family: var(--wx-font-family);
    color: var(--wx-color-primary-font);
    background-color: #1a1e21
}

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

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

.wx-material-theme {
    --wx-table-select-background: #f0f0f0;
    --wx-table-select-color: var(--wx-color-font);
    --wx-table-border: 1px solid #dfdfdf;
    --wx-table-select-border: none;
    --wx-table-header-border: var(--wx-table-border);
    --wx-table-header-cell-border: var(--wx-table-border);
    --wx-table-footer-cell-border: var(--wx-table-border);
    --wx-table-cell-border: var(--wx-table-border);
    --wx-header-font-weight: 500;
    --wx-table-header-background: #fafafb;
    --wx-table-fixed-column-border: 3px solid #dfdfdf;
    --wx-table-editor-dropdown-border: none;
    --wx-table-editor-dropdown-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .3);
    --wx-table-drag-over-background: var(--wx-background-alt);
    --wx-table-drag-zone-shadow: var(--wx-box-shadow)
}

.wx-material-theme .wx-table-menu {
    box-shadow: 0 2px 5px #0000004d;
    outline: none
}

.wx-willow-theme {
    --wx-table-select-background: #eaedf5;
    --wx-table-select-color: var(--wx-color-font);
    --wx-table-border: 1px solid #e6e6e6;
    --wx-table-select-border: inset 3px 0 var(--wx-color-primary);
    --wx-table-header-border: var(--wx-table-border);
    --wx-table-header-cell-border: var(--wx-table-border);
    --wx-table-footer-cell-border: var(--wx-table-border);
    --wx-table-cell-border: var(--wx-table-border);
    --wx-header-font-weight: 600;
    --wx-table-header-background: #f2f3f7;
    --wx-table-fixed-column-border: 3px solid #e6e6e6;
    --wx-table-editor-dropdown-border: var(--wx-table-border);
    --wx-table-editor-dropdown-shadow: 0px 4px 20px 0px rgba(44, 47, 60, .12);
    --wx-table-drag-over-background: var(--wx-background-alt);
    --wx-table-drag-zone-shadow: var(--wx-box-shadow)
}

.wx-willow-theme .wx-table-menu {
    box-shadow: 0 4px 20px #2c2f3c1f;
    outline: 1px solid #e6e6e6
}

.wx-willow-dark-theme {
    color-scheme: dark;
    --wx-table-select-background: #384047;
    --wx-table-select-color: var(--wx-color-font);
    --wx-table-border: var(--wx-border);
    --wx-table-select-border: inset 3px 0 var(--wx-color-primary);
    --wx-table-header-border: var(--wx-table-border);
    --wx-table-header-cell-border: var(--wx-table-border);
    --wx-table-footer-cell-border: var(--wx-table-border);
    --wx-table-cell-border: var(--wx-table-border);
    --wx-header-font-weight: 600;
    --wx-table-header-background: #20262b;
    --wx-table-fixed-column-border: 3px solid var(--wx-background-alt);
    --wx-table-editor-dropdown-border: var(--wx-border);
    --wx-table-editor-dropdown-shadow: 0px 4px 16px 0px rgba(0, 0, 0, .6);
    --wx-table-drag-over-background: var(--wx-background-alt);
    --wx-table-drag-zone-shadow: 0px 1px 2px var(--wx-background-hover), 0px 3px 10px var(--wx-background-hover)
}

.wx-willow-dark-theme .wx-table-menu {
    box-shadow: 0 4px 16px #0009;
    outline: var(--wx-border)
}

.wx-sections.wx-s2aE1xdZ {
    text-align: left;
    --wx-field-width: 600px;
    margin: 12px 20px 0
}

.wx-message.wx-s2aE1xdZ {
    margin-top: calc(var(--wx-field-gutter) * -1);
    font-size: 12px;
    line-height: var(--wx-field-gutter);
    color: var(--wx-color-danger);
    width: inherit
}

.wx-overlay.wx-s2aE1xdZ {
    font-weight: 600
}

.wx-content.wx-H902AF2Y {
    height: 100%;
    overflow-y: auto
}

.wx-cols.wx-bNrSbszs {
    max-height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.wx-left.wx-bNrSbszs {
    min-width: 640px;
    overflow-y: auto
}

.wx-right.wx-bNrSbszs {
    width: 364px;
    min-height: 400px;
    margin-left: 30px;
    background: var(--wx-background-alt);
    overflow-y: auto
}

.wx-editor-toolbar.wx-66OW1j0R {
    padding: 0 20px
}

.wx-editor-toolbar .toolbar {
    padding: 0;
    gap: 4px
}

.wx-editor-toolbar .toolbar .tb-element {
    padding: 0
}

.wx-topbar.wx-66OW1j0R {
    margin-bottom: 10px
}

.wx-bottom.wx-66OW1j0R {
    margin-top: 10px
}

.wx-panel.wx-85HDaNoA {
    padding: 16px 0;
    max-height: 100vh;
    display: grid;
    height: 100%;
    grid-template-rows: auto 1fr
}

.wx-content.wx-85HDaNoA {
    height: 100%;
    overflow-y: auto
}

.wx-inline-form.wx-85HDaNoA,.wx-inline-form.wx-85HDaNoA .wx-content.wx-85HDaNoA {
    overflow: visible
}

.wx-content.wx-layout-columns.wx-85HDaNoA {
    overflow-y: hidden;
    display: grid;
    grid-template-rows: minmax(0,auto) 1fr
}

.wx-panel.wx-Ps8Vyc31 {
    padding: 16px 0;
    max-height: 100vh;
    display: grid;
    height: 100%;
    grid-template-rows: auto 1fr
}

.wx-content.wx-Ps8Vyc31 {
    height: 100%;
    overflow-y: auto
}

.wx-inline-form.wx-Ps8Vyc31,.wx-inline-form.wx-Ps8Vyc31 .wx-content {
    overflow: visible
}

.wx-content.wx-layout-columns.wx-Ps8Vyc31 {
    overflow-y: hidden;
    display: grid;
    grid-template-rows: minmax(0,auto) 1fr
}

.wx-sidearea {
    position: fixed!important
}

.wx-section.wx-OmgQq65I {
    position: relative;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    padding: 6px
}

.wx-section-active.wx-OmgQq65I {
    background-color: var(--wx-background-alt);
    padding-bottom: 0;
    margin-bottom: 10px
}

.wx-section.wx-OmgQq65I .wx-icon.wx-OmgQq65I {
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 25px
}

.wx-option.wx-cDCz9rZQ {
    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-option.wx-cDCz9rZQ:hover {
    background: var(--wx-background-alt)
}

.wx-option.wx-cDCz9rZQ:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.wx-option.wx-cDCz9rZQ:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

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

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

.wx-icon.wx-cDCz9rZQ {
    margin-right: 8px
}

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

.wx-disabled.wx-cDCz9rZQ {
    pointer-events: none
}

.wx-disabled.wx-cDCz9rZQ .wx-value,.wx-disabled.wx-cDCz9rZQ .wx-icon,.wx-disabled.wx-cDCz9rZQ .wx-sub-icon {
    color: var(--wx-color-font-disabled)
}

.wx-menu.wx-XMmAGqVx {
    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.wx-XMmAGqVx {
    width: 100%;
    border-top: var(--wx-border-medium)
}

.wx-menubar.wx-UfhPCLL4 {
    display: flex;
    position: relative;
    width: fit-content
}

.wx-option.wx-UfhPCLL4 {
    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.wx-UfhPCLL4,.wx-option.wx-UfhPCLL4:hover {
    background-color: var(--wx-background-alt);
    border-radius: var(--wx-button-border-radius)
}

.wx-disabled.wx-UfhPCLL4 {
    pointer-events: none;
    color: var(--wx-color-font-disabled)
}

.wx-z1qpqrvg.wx-separator {
    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-z1qpqrvg.wx-separator,.wx-z1qpqrvg.wx-separator-menu {
    height: 1px;
    width: 100%;
    border-top: var(--wx-border-medium);
    align-self: center
}

.wx-spacer.wx-1IhFzpJV {
    flex-grow: 1
}

.wx-spacer.wx-KVAsgMam {
    flex: 1
}

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

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

.wx-menu 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 .wx-tb-element {
    align-self: stretch
}

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

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

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

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

.wx-group-collapsed.wx-wSVFAGym {
    flex-flow: row
}

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

.wx-group-collapsed.wx-wSVFAGym .wx-collapsed.wx-wSVFAGym {
    align-items: center
}

.wx-label.wx-wSVFAGym {
    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 .wx-dropdown {
    overflow: inherit
}

.wx-column.wx-wSVFAGym {
    align-items: stretch
}

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

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

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

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

.wx-menu.wx-Yo6BuX0p .wx-dropdown {
    overflow: visible
}

.wx-drop-menu.wx-Yo6BuX0p {
    padding: 4px
}

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

.wx-toolbar.wx-wrap.wx-VdPSJj8y {
    flex-wrap: wrap
}

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

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

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

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

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

.wx-label.wx-U0Bx7pIR {
    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.wx-U0Bx7pIR {
    margin-right: 8px;
    font-size: var(--wx-icon-size)
}

.wx-label.wx-U0Bx7pIR:hover {
    background-image: linear-gradient(#0000001a,#0000001a)
}

.wx-user.wx-cyzBpibr {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #ca9cec;
    color: var(--wx-color-font)
}

.wx-user.wx-normal.wx-cyzBpibr {
    width: 36px;
    height: 36px;
    font-size: var(--wx-font-size)
}

.wx-user.wx-small.wx-cyzBpibr {
    width: 24px;
    height: 24px;
    font-size: var(--wx-font-size-sm)
}

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

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

.wx-user.wx-comments-avatar-color-light.wx-cyzBpibr {
    color: var(--wx-color-primary-font)
}

.wx-user.wx-comments-avatar-color-dark.wx-cyzBpibr {
    color: var(--wx-avatar-color-dark)
}

.wx-comments-textarea.wx-v2rD0VHO {
    width: 100%;
    background-color: inherit;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.wx-textarea-wrapper.wx-v2rD0VHO {
    position: relative;
    display: flex;
    gap: 8px
}

.wx-comments-textarea.wx-flow .wx-textarea-avatar.wx-v2rD0VHO {
    margin-left: 20px
}

.wx-textarea-bottombar.wx-v2rD0VHO {
    text-align: right
}

.wx-textarea-bottombar button {
    padding: 6px 16px;
    font-weight: 600;
    line-height: 20px
}

.wx-bubble.wx-aluyyvxH {
    width: 100%;
    display: flex;
    justify-content: end
}

.wx-bubble.wx-owned.wx-aluyyvxH {
    justify-content: start
}

.wx-bubble-wrapper.wx-aluyyvxH {
    width: 65%;
    display: flex;
    justify-content: end;
    gap: 8px
}

.wx-aluyyvxH .wx-owned .wx-bubble-wrapper {
    width: calc(65% + 28px);
    justify-content: start
}

.wx-author-name.wx-aluyyvxH {
    margin-left: auto
}

.wx-aluyyvxH .wx-owned .wx-author-name {
    margin-left: 0
}

.wx-message.wx-aluyyvxH {
    background-color: var(--wx-comments-msg-background);
    padding: 8px 12px;
    white-space: pre-wrap;
    line-height: 24px;
    border-radius: 6px 0 6px 6px;
    width: 100%;
    display: flex;
    flex-direction: column
}

.wx-aluyyvxH .wx-owned .wx-message {
    background-color: var(--wx-comments-msg-background-agent);
    border-radius: 0 6px 6px;
    width: 100%
}

.wx-author-name.wx-aluyyvxH {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px
}

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

.wx-menu-icon.wx-aluyyvxH {
    opacity: 0;
    height: 24px;
    color: #9fa1ae;
    cursor: pointer;
    height: 100%
}

.wx-aluyyvxH .wx-menu-icon i {
    font-size: 24px;
    line-height: 24px
}

.wx-aluyyvxH .wx-menu-icon:hover {
    color: var(--wx-color-primary)
}

.wx-aluyyvxH .wx-agent-message:hover .wx-menu-icon {
    opacity: 1;
    transition: all .2s linear
}

.wx-main-bubble.wx-aluyyvxH {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%
}

.wx-avatar.wx-aluyyvxH {
    height: 32px;
    width: 32px
}

.wx-bubble.wx-aluyyvxH:not(.wx-owned) .wx-bubble-wrapper {
    flex-direction: row-reverse
}

.wx-comment-date.wx-aluyyvxH {
    font-size: var(--wx-font-size-sm);
    color: var(--wx-color-font-alt);
    display: flex;
    flex-direction: row-reverse
}

.wx-flow.wx-N2LqQbZL {
    width: 100%;
    padding: 16px 20px;
    border-radius: 6px
}

.wx-flow.wx-owned.wx-N2LqQbZL {
    background-color: var(--wx-comments-msg-background-agent)
}

.wx-flow.wx-N2LqQbZL:hover .wx-menu-icon.wx-N2LqQbZL {
    opacity: 1;
    transition: all .2s linear
}

.wx-flow-toolbar.wx-N2LqQbZL {
    width: 100%;
    display: flex;
    gap: 8px
}

.wx-message.wx-N2LqQbZL {
    margin-left: 32px;
    line-height: 24px;
    white-space: pre-wrap
}

.wx-author-name.wx-N2LqQbZL {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px
}

.wx-menu-icon.wx-N2LqQbZL {
    color: #9fa1ae;
    cursor: pointer;
    margin-left: auto;
    opacity: 0;
    height: 24px
}

.wx-menu-icon.wx-N2LqQbZL:hover {
    color: var(--wx-color-primary)
}

.wx-menu-icon.wx-N2LqQbZL i.wx-N2LqQbZL {
    font-size: 24px;
    line-height: 24px
}

.wx-comment-date.wx-N2LqQbZL {
    margin-left: 32px;
    font-size: var(--wx-font-size-sm);
    color: var(--wx-color-font-alt)
}

.wx-messages.wx-6HAxmtjJ {
    padding: 10px 0;
    display: flex;
    flex-direction: column
}

.wx-messages.wx-bubbles.wx-6HAxmtjJ {
    gap: 24px
}

.wx-messages.wx-cards.wx-6HAxmtjJ {
    gap: 16px
}

.wx-messages.wx-blocks.wx-6HAxmtjJ {
    gap: 24px
}

.wx-comments-list.wx-8ZGHQX6e {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column
}

.wx-list.wx-8ZGHQX6e {
    display: flex;
    flex-direction: column;
    margin-bottom: 4px;
    overflow-y: auto;
    flex: 1
}

.wx-willow-theme {
    --wx-theme-name: willow;
    --wx-comments-msg-background: #d5eaf7;
    --wx-comments-msg-background-agent: #f4f5f9;
    --wx-avatar-color-dark: #2a2b2d
}

.wx-willow-dark-theme {
    --wx-theme-name: willow-dark;
    --wx-comments-msg-background: rgba(122, 102, 235, .2);
    --wx-comments-msg-background-agent: #384047;
    --wx-avatar-color-dark: #2a2b2d
}

.wx-task.wx-OQDwWK17 {
    display: flex;
    padding: 8px 0 4px;
    height: fit-content
}

.wx-task.wx-OQDwWK17 {
    border-top: 1px solid var(--wx-color-disabled)
}

.wx-task.wx-OQDwWK17:last-child {
    border-bottom: 1px solid var(--wx-color-disabled)
}

.wx-checkbox-wrapper label span:first-child:before {
    border-radius: 50%
}

.wx-task.wx-done.wx-OQDwWK17 .wx-checkbox-wrapper input:checked~label span.wx-before:first-child:before {
    background: #00d19a
}

.wx-wrapper.wx-OQDwWK17 {
    flex: 1;
    min-height: 20px;
    margin-left: 16px;
    min-height: 30px;
    height: fit-content;
    overflow: hidden;
    margin-top: -5px
}

.wx-texarea.wx-OQDwWK17 {
    display: block;
    width: 100%;
    resize: none;
    outline: none;
    height: 30px;
    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);
    padding: var(--wx-input-padding);
    box-sizing: border-box;
    word-wrap: break-word;
    overflow: hidden
}

.wx-texarea.wx-OQDwWK17:focus {
    border: var(--wx-input-border-focus)
}

.wx-texarea.wx-OQDwWK17::placeholder {
    color: var(--wx-input-placeholder-color)
}

.wx-text-wrapper.wx-OQDwWK17 {
    padding: var(--wx-input-padding);
    border: var(--wx-input-border);
    border: 1px solid transparent;
    border-radius: 3px;
    width: 100%;
    min-height: 30px
}

.wx-text.wx-OQDwWK17 {
    word-wrap: break-word
}

.wx-done.wx-OQDwWK17 .wx-text.wx-OQDwWK17 {
    text-decoration: line-through;
    opacity: .6
}

.wx-task.wx-OQDwWK17:hover .wx-icon-close.wx-OQDwWK17 {
    opacity: 1
}

.wx-icon-add.wx-OQDwWK17 {
    font-size: var(--wx-checkbox-size);
    color: var(--wx-color-font-alt)
}

.wx-icon-close.wx-OQDwWK17 {
    color: var(--wx-color-font-alt);
    margin-left: 8px;
    font-size: 20px;
    height: 20px;
    width: 20px;
    opacity: 0;
    transition: .3s linear
}

.wx-icon-close.wx-OQDwWK17 .wxi-close {
    cursor: pointer
}

.wx-icon-close.wx-OQDwWK17 .wxi-close:hover {
    color: var(--wx-color-danger)
}

.wx-tasks-list.wx-kro6Nsfl {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column
}

.wx-button.wx-kro6Nsfl {
    width: 100%
}

.wx-list.wx-kro6Nsfl {
    display: flex;
    flex-direction: column;
    margin-bottom: 4px;
    overflow-y: auto;
    flex: 1
}

.wx-content.wx-pqc08MHU {
    width: 100%;
    white-space: nowrap;
    display: flex;
    align-items: center
}

.wx-toggle-icon.wx-pqc08MHU {
    width: var(--wx-icon-size);
    min-width: 12px;
    height: 16px;
    line-height: 16px;
    margin: 0 5px;
    font-size: var(--wx-icon-size);
    color: var(--wx-gantt-icon-color);
    cursor: pointer
}

.wx-toggle-placeholder.wx-pqc08MHU {
    width: var(--wx-icon-size);
    height: 16px;
    line-height: 16px;
    margin: 0 5px;
    flex: 0 0 var(--wx-icon-size)
}

.wx-text.wx-pqc08MHU {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.wx-action-icon.wx-9DAESAHW {
    cursor: pointer;
    font-size: var(--wx-icon-size);
    height: 16px;
    line-height: 16px;
    display: block;
    color: var(--wx-gantt-icon-color)
}

.wx-action-icon.wx-9DAESAHW:hover {
    color: var(--wx-color-link)
}

.wx-table-container.wx-rHj6070p {
    display: flex;
    flex-direction: column;
    border-right: var(--wx-gantt-border);
    overflow-x: auto;
    overflow-y: hidden;
    height: 100%;
    box-sizing: content-box
}

.wx-table.wx-rHj6070p {
    --wx-table-select-background: var(--wx-gantt-select-color);
    --wx-table-select-focus-background: var(--wx-gantt-select-color);
    --wx-table-select-border: none;
    --wx-table-cell-border: var(--wx-grid-body-row-border);
    --wx-table-header-background: var(--wx-background);
    --wx-table-header-border: var(--wx-gantt-border);
    --wx-table-header-cell-border: var(--wx-gantt-border)
}

.wx-table .wx-grid .wx-table-box {
    border: none
}

.wx-table .wx-grid .wx-scroll {
    overflow: visible!important
}

.wx-table .wx-grid .wx-scroll .wx-body,.wx-table .wx-grid .wx-scroll .wx-header {
    width: 100%!important
}

.wx-table .wx-grid {
    font: var(--wx-grid-body-font);
    color: var(--wx-grid-body-font-color)
}

.wx-table .wx-grid .wx-cell {
    padding: 0 5px;
    height: 100%;
    display: flex;
    align-items: center
}

.wx-table .wx-grid .wx-row {
    display: flex;
    align-items: center
}

.wx-table .wx-grid .wx-cell.wx-text-center {
    justify-content: center
}

.wx-table .wx-grid .wx-cell.wx-text-right {
    justify-content: end
}

.wx-table .wx-grid .wx-body .wx-cell {
    border-right: var(--wx-grid-body-cell-border)
}

.wx-table .wx-grid .wx-cell:has(input,.wx-value) {
    height: 100%;
    padding: 0
}

.wx-table .wx-grid .wx-header {
    box-shadow: var(--wx-grid-header-shadow);
    z-index: 1
}

.wx-table .wx-grid .wx-header .wx-cell {
    font: var(--wx-grid-header-font);
    text-transform: var(--wx-grid-header-text-transform);
    color: var(--wx-grid-header-font-color);
    padding: 0 5px
}

.wx-table .wx-grid .wx-header .wx-cell:first-child {
    padding-left: 14px
}

.wx-table .wx-grid .wx-header .wx-cell .wx-text {
    width: 100%
}

.wx-table .wx-grid .wx-header .wx-cell:has(.wx-sort) .wx-text {
    width: calc(100% - 15px)
}

.wx-table .wx-grid .wx-header .wx-cell.wx-text-right {
    text-align: right
}

.wx-table .wx-grid .wx-header .wx-cell.wx-text-center {
    text-align: center;
    padding-left: 5px
}

.wx-table .wx-grid .wx-header .wx-cell.wx-text-center.wx-action {
    justify-content: center
}

.wx-table .wx-grid .wx-header .wx-cell.wx-text-right.wx-action {
    justify-content: right
}

.wx-table .wx-grid .wx-header .wx-action i {
    font-size: var(--wx-icon-size);
    color: var(--wx-gantt-icon-color)
}

.wx-table .wx-grid .wx-header .wx-action .wx-text {
    display: none
}

.wx-table .wx-grid .wx-header .wx-action i:hover {
    color: var(--wx-color-link)
}

.wx-table .wx-grid .wx-reorder-task.wx-row {
    width: 100%;
    background: var(--wx-background-alt);
    border-top: var(--wx-grid-body-row-border)
}

.wx-table .wx-grid .wx-reorder-task.wx-selected {
    background: var(--wx-gantt-select-color);
    border-top: transparent;
    border-bottom: transparent
}

.wx-links.wx-dkx3NwEn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wx-line.wx-dkx3NwEn {
    -webkit-user-select: auto;
    user-select: auto;
    pointer-events: stroke;
    position: relative;
    stroke: var(--wx-gantt-link-color);
    stroke-width: 2;
    z-index: 0;
    fill: transparent
}

.wx-line-selectable.wx-dkx3NwEn:hover {
    stroke: var(--wx-gantt-link-color-hovered)
}

.wx-line-selectable.wx-critical.wx-dkx3NwEn:hover {
    stroke: var(--wx-gantt-link-critical-color-hovered)
}

.wx-line-selectable.wx-dkx3NwEn {
    cursor: pointer
}

.wx-line.wx-line-selected.wx-dkx3NwEn {
    stroke: var(--wx-color-danger)
}

.wx-critical.wx-dkx3NwEn {
    stroke: var(--wx-gantt-link-critical-color)
}

.wx-segments.wx-GKbcLEGA {
    position: relative;
    width: 100%;
    height: 100%
}

.wx-segment.wx-GKbcLEGA {
    height: 100%
}

.wx-segments.wx-GKbcLEGA:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 1px dashed #7f7f7f;
    transform: translateY(-50%)
}

.wx-progress-percent.wx-GKbcLEGA {
    background-color: var(--wx-gantt-task-fill-color)
}

.wx-baseline.wx-GKbcLEGA {
    position: absolute;
    background-color: #a883e4;
    border-radius: var(--wx-gantt-baseline-border-radius);
    z-index: 1
}

.wx-baseline.wx-milestone.wx-GKbcLEGA {
    transform: rotate(45deg) scale(.75);
    border-radius: var(--wx-gantt-milestone-border-radius)
}

.wx-bars.wx-GKbcLEGA {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.wx-bar.wx-GKbcLEGA,.wx-bar.wx-GKbcLEGA .wx-segment {
    pointer-events: all;
    box-sizing: border-box;
    position: absolute;
    border-radius: var(--wx-gantt-bar-border-radius);
    font: var(--wx-gantt-bar-font);
    white-space: nowrap;
    line-height: inherit;
    text-align: center;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.wx-bar.wx-touch.wx-GKbcLEGA {
    opacity: .5
}

.wx-bar.wx-reorder-task.wx-GKbcLEGA {
    z-index: 3
}

.wx-bar.wx-GKbcLEGA .wx-content {
    overflow: hidden;
    text-overflow: ellipsis
}

.wx-task:not(.wx-split).wx-GKbcLEGA,.wx-task.wx-GKbcLEGA .wx-segment {
    color: var(--wx-gantt-task-font-color);
    background-color: var(--wx-gantt-task-color);
    border: var(--wx-gantt-task-border)
}

.wx-task.wx-selected:not(.wx-split).wx-GKbcLEGA {
    border: 1px solid var(--wx-gantt-task-border-color);
    box-shadow: var(--wx-gantt-bar-shadow)
}

.wx-task:not(.wx-split):hover.wx-GKbcLEGA,.wx-task.wx-GKbcLEGA .wx-segment:hover {
    box-shadow: var(--wx-gantt-bar-shadow)
}

.wx-summary.wx-GKbcLEGA {
    color: var(--wx-gantt-summary-font-color);
    background-color: var(--wx-gantt-summary-color);
    border: var(--wx-gantt-summary-border)
}

.wx-summary.wx-selected.wx-GKbcLEGA {
    border: 1px solid var(--wx-gantt-summary-border-color);
    box-shadow: var(--wx-gantt-bar-shadow)
}

.wx-summary:hover.wx-GKbcLEGA {
    box-shadow: var(--wx-gantt-bar-shadow)
}

.wx-milestone.wx-GKbcLEGA .wx-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.wx-bar:not(.wx-milestone).wx-GKbcLEGA .wx-content {
    position: relative;
    z-index: 2
}

.wx-bar.wx-GKbcLEGA .wx-text-out {
    position: absolute;
    line-height: normal;
    display: block;
    color: var(--wx-color-font);
    pointer-events: none
}

.wx-milestone.wx-GKbcLEGA {
    border-color: var(--wx-gantt-milestone-color)
}

.wx-milestone.wx-GKbcLEGA .wx-text-out {
    padding: 0 2px;
    left: 100%
}

.wx-milestone.wx-GKbcLEGA .wx-content {
    height: 100%;
    background-color: var(--wx-gantt-milestone-color);
    transform: rotate(45deg) scale(.75);
    border-radius: var(--wx-gantt-milestone-border-radius)
}

.wx-bar.wx-GKbcLEGA .wx-progress-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: var(--wx-gantt-bar-border-radius);
    overflow: hidden
}

.wx-bar.wx-GKbcLEGA .wx-progress-percent {
    height: 100%
}

.wx-progress-marker.wx-GKbcLEGA {
    opacity: 0;
    position: absolute;
    top: 80%;
    width: var(--wx-icon-size);
    height: var(--wx-gantt-progress-marker-height);
    background: var(--wx-gantt-progress-border-color);
    clip-path: polygon(50% 0,100% 30%,100% 100%,0 100%,0 30%);
    color: var(--wx-color-font);
    z-index: 3;
    font-size: calc(var(--wx-font-size-sm) - 2px);
    border-radius: 4px;
    cursor: ew-resize;
    text-align: center;
    line-height: 3
}

.wx-progress-marker.wx-GKbcLEGA:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(var(--wx-icon-size) - 2px);
    height: calc(var(--wx-gantt-progress-marker-height) - 2px);
    clip-path: polygon(50% 0,100% 30%,100% 100%,0 100%,0 30%);
    top: 1px;
    left: 1px;
    background: var(--wx-gantt-link-marker-background);
    z-index: -1;
    border-radius: 4px
}

.wx-bar:hover .wx-progress-marker.wx-GKbcLEGA,.wx-progress-marker.wx-progress-in-drag.wx-GKbcLEGA {
    opacity: 1
}

.wx-task .wx-progress-percent.wx-GKbcLEGA {
    background-color: var(--wx-gantt-task-fill-color)
}

.wx-summary .wx-progress-percent.wx-GKbcLEGA {
    background-color: var(--wx-gantt-summary-fill-color)
}

.wx-link.wx-GKbcLEGA {
    position: absolute;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid var(--wx-gantt-link-marker-color);
    background-color: var(--wx-gantt-link-marker-background);
    opacity: 0;
    cursor: default
}

.wx-link .wx-inner.wx-GKbcLEGA {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 4px solid var(--wx-gantt-link-marker-color);
    pointer-events: none
}

.wx-bar.wx-GKbcLEGA button.wx-button.wx-delete-button {
    position: absolute;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    padding: 0
}

.wx-delete-button-icon {
    display: block;
    line-height: 14px;
    font-size: 10px
}

.wx-bar.wx-GKbcLEGA .wx-delete-button.wx-left,.wx-link.wx-left.wx-GKbcLEGA {
    left: -16px
}

.wx-bar.wx-GKbcLEGA .wx-delete-button.wx-right,.wx-link.wx-right.wx-GKbcLEGA {
    right: -16px
}

.wx-link.wx-target:hover.wx-GKbcLEGA,.wx-link.wx-selected.wx-GKbcLEGA,.wx-bar:hover .wx-link.wx-target.wx-GKbcLEGA,.wx-link.wx-visible.wx-target.wx-GKbcLEGA {
    opacity: 1;
    cursor: pointer
}

.wx-bar:not(.wx-split).wx-GKbcLEGA .wx-link.wx-selected {
    border-color: inherit
}

.wx-bar:not(.wx-split).wx-GKbcLEGA .wx-link.wx-selected .wx-inner {
    border-color: inherit
}

.wx-milestone .wx-link.wx-left.wx-GKbcLEGA {
    left: -16px
}

.wx-milestone .wx-link.wx-right.wx-GKbcLEGA {
    right: -16px
}

.wx-cut.wx-GKbcLEGA {
    opacity: 50%
}

.wx-bar:not(.wx-milestone):focus.wx-GKbcLEGA {
    outline: 1px solid var(--wx-color-primary);
    outline-offset: 1px
}

.wx-milestone:focus.wx-GKbcLEGA {
    outline: none
}

.wx-milestone:focus .wx-content.wx-GKbcLEGA {
    outline: 1px solid var(--wx-color-primary);
    outline-offset: 1.6px
}

.wx-task.wx-critical.wx-GKbcLEGA {
    background-color: var(--wx-gantt-task-critical-color)
}

.wx-task.wx-critical.wx-selected.wx-GKbcLEGA {
    border: 1px solid var(--wx-gantt-task-critical-color)
}

.wx-task.wx-critical .wx-progress-percent {
    background-color: var(--wx-gantt-task-critical-fill-color)
}

.wx-milestone.wx-critical.wx-GKbcLEGA .wx-content {
    background-color: var(--wx-gantt-critical-color)
}

.wx-milestone.wx-critical.wx-GKbcLEGA {
    border-color: var(--wx-gantt-critical-color)
}

.wx-summary.wx-critical.wx-GKbcLEGA {
    background-color: var(--wx-gantt-summary-critical-color)
}

.wx-summary.wx-critical .wx-progress-percent {
    background-color: var(--wx-gantt-summary-critical-fill-color)
}

.wx-summary.wx-critical.wx-selected.wx-GKbcLEGA {
    border: 1px solid var(--wx-gantt-summary-critical-color)
}

.wx-split.wx-selected.wx-GKbcLEGA {
    border-color: var(--wx-gantt-task-border-color)
}

.wx-bars.wx-GKbcLEGA .wx-split.wx-bar {
    background: transparent;
    border-color: transparent
}

.wx-split.wx-GKbcLEGA .wx-link.wx-selected,.wx-split.wx-GKbcLEGA .wx-link.wx-selected .wx-inner {
    border-color: var(--wx-gantt-task-border-color)
}

.wx-critical.wx-GKbcLEGA .wx-segment {
    background-color: var(--wx-gantt-task-critical-color)
}

.wx-critical.wx-selected.wx-GKbcLEGA .wx-segment {
    border: 1px solid var(--wx-gantt-task-critical-color)
}

.wx-critical.wx-GKbcLEGA .wx-segment .wx-progress-percent {
    background-color: var(--wx-gantt-task-critical-fill-color)
}

.wx-critical.wx-split.wx-GKbcLEGA .wx-link.wx-selected,.wx-critical.wx-split.wx-GKbcLEGA .wx-link.wx-selected .wx-inner {
    border-color: var(--wx-gantt-task-critical-color)
}

.wx-chart.wx-mR7v2Xag {
    position: relative;
    flex: 1 1 auto;
    overflow-x: auto;
    overflow-y: hidden;
    outline: none
}

.wx-markers.wx-mR7v2Xag {
    position: absolute
}

.wx-marker.wx-mR7v2Xag {
    position: absolute;
    z-index: 4;
    width: 2px;
    height: 100%;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    transform: scaleX(-1);
    background: var(--wx-gantt-marker-color)
}

.wx-content.wx-mR7v2Xag {
    position: absolute;
    min-width: 50px;
    padding: 4px 8px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font: var(--wx-gantt-marker-font);
    color: var(--wx-gantt-marker-font-color);
    background-color: inherit;
    white-space: nowrap;
    transform: scaleX(-1)
}

.wx-area.wx-mR7v2Xag {
    position: relative;
    overflow-y: hidden
}

.wx-selected.wx-mR7v2Xag {
    position: absolute;
    box-sizing: border-box;
    left: 0;
    width: 100%;
    background: var(--wx-gantt-select-color)
}

.wx-cut.wx-mR7v2Xag {
    opacity: 50%
}

.wx-gantt-holidays.wx-mR7v2Xag {
    height: 100%;
    width: 100%;
    position: absolute
}

.wx-weekend.wx-mR7v2Xag {
    height: 100%;
    background: var(--wx-gantt-holiday-background);
    color: var(--wx-gantt-holiday-color);
    position: absolute
}

.wx-scale.wx-ZkvhDKir {
    position: sticky;
    top: 0;
    background-color: var(--wx-background);
    box-shadow: var(--wx-timescale-shadow);
    z-index: 5
}

.wx-row.wx-ZkvhDKir,.wx-cell.wx-ZkvhDKir {
    display: flex;
    box-sizing: border-box
}

.wx-row.wx-ZkvhDKir {
    border-bottom: var(--wx-gantt-border)
}

.wx-cell.wx-ZkvhDKir {
    justify-content: center;
    align-items: center;
    border-right: var(--wx-timescale-border);
    font: var(--wx-timescale-font);
    color: var(--wx-timescale-font-color)
}

.wx-cell.wx-weekend.wx-ZkvhDKir {
    background: var(--wx-gantt-holiday-background);
    color: var(--wx-gantt-holiday-color)
}

.wx-resizer.wx-resizer-display-all.wx-pFykzMlT:hover:before,.wx-resizer.wx-resizer-display-all.wx-pFykzMlT:hover:after,.wx-button-expand-content.wx-pFykzMlT:before,.wx-button-expand-content.wx-pFykzMlT:after {
    content: "";
    position: absolute;
    background-color: var(--wx-gantt-border-color)
}

.wx-resizer.wx-pFykzMlT {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--wx-gantt-border-color)
}

.wx-resizer.wx-pFykzMlT:hover .wx-button-expand-content.wx-pFykzMlT {
    opacity: 1
}

.wx-resizer.wx-resizer-display-all.wx-pFykzMlT:hover:before,.wx-resizer.wx-resizer-display-all.wx-pFykzMlT:hover:after {
    top: 0;
    width: 2px;
    height: 100%
}

.wx-resizer.wx-resizer-display-all.wx-pFykzMlT:hover:before {
    left: -3px
}

.wx-resizer.wx-resizer-display-all.wx-pFykzMlT:hover:after {
    right: -2px
}

.wx-resizer-display-chart.wx-pFykzMlT .wx-button-expand-left.wx-pFykzMlT,.wx-resizer-display-grid.wx-pFykzMlT .wx-button-expand-right.wx-pFykzMlT {
    display: none
}

.wx-resizer-display-all.wx-pFykzMlT .wx-button-expand-content.wx-pFykzMlT {
    opacity: 0
}

.wx-resizer-display-all.wx-pFykzMlT .wx-button-expand-box.wx-pFykzMlT,.wx-resizer-display-chart.wx-pFykzMlT .wx-button-expand-box.wx-pFykzMlT {
    left: 12px
}

.wx-resizer-display-grid.wx-pFykzMlT .wx-button-expand-left.wx-pFykzMlT {
    right: -6px
}

.wx-resizer-display-chart.wx-pFykzMlT .wx-button-expand-left.wx-pFykzMlT,.wx-resizer-display-all.wx-pFykzMlT .wx-button-expand-left.wx-pFykzMlT {
    right: 5px
}

.wx-button-expand-box.wx-pFykzMlT {
    position: relative;
    width: 20px
}

.wx-button-expand-content.wx-pFykzMlT {
    position: absolute;
    transform: translate(-50%,-50%);
    width: 20px
}

.wx-button-expand-content.wx-pFykzMlT i.wx-pFykzMlT {
    display: flex;
    justify-content: center;
    background-color: var(--wx-gantt-border-color);
    cursor: pointer;
    font-size: 20px;
    line-height: 24px
}

.wx-button-expand-content.wx-pFykzMlT i.wx-pFykzMlT:hover {
    color: var(--wx-color-primary)
}

.wx-button-expand-content.wx-pFykzMlT i.wx-pFykzMlT:active {
    color: var(--wx-gantt-task-fill-color)
}

.wx-button-expand-right.wx-pFykzMlT {
    top: 4px;
    left: 1px
}

.wx-button-expand-right.wx-pFykzMlT:before {
    top: -3.6px;
    width: 17px;
    height: 4px;
    clip-path: polygon(100% 100%,0 0,0 100%)
}

.wx-button-expand-right.wx-pFykzMlT:after {
    width: 17px;
    height: 4px;
    clip-path: polygon(100% 0,0 100%,0 0)
}

.wx-button-expand-right.wx-pFykzMlT i.wx-pFykzMlT {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.wx-button-expand-left.wx-pFykzMlT {
    top: 4px
}

.wx-button-expand-left.wx-pFykzMlT i.wx-pFykzMlT {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.wx-button-expand-left.wx-pFykzMlT:before {
    top: -3.6px;
    left: 3px;
    width: 17px;
    height: 4px;
    clip-path: polygon(100% 0,100% 100%,0% 100%)
}

.wx-button-expand-left.wx-pFykzMlT:after {
    left: 3px;
    width: 17px;
    height: 4px;
    clip-path: polygon(0 0,100% 100%,100% 0)
}

.wx-gantt.wx-jlbQoHOz {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden
}

.wx-pseudo-rows.wx-jlbQoHOz {
    width: 100%;
    height: auto;
    min-height: 100%
}

.wx-stuck.wx-jlbQoHOz {
    position: sticky;
    top: 0;
    height: 100%;
    width: 100%;
    max-height: 100%
}

.wx-layout.wx-jlbQoHOz {
    position: relative;
    display: flex;
    max-height: 100%;
    max-width: 100%;
    background-color: var(--wx-background);
    overflow: hidden;
    outline: none;
    height: 100%
}

.wx-content.wx-jlbQoHOz {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.wx-menu .wx-option.wx-disabled.wx-LU2cdPQ2 {
    pointer-events: none
}

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

.wx-links.wx-j93aYGQf {
    margin-bottom: 10px
}

.wx-cell.wx-j93aYGQf {
    text-align: center
}

.wx-task-name.wx-j93aYGQf {
    font-family: var(--wx-input-font-family);
    font-size: var(--wx-input-font-size);
    font-weight: var(--wx-input-font-weigth);
    color: var(--wx-input-font-color);
    width: 170px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.wx-link-lag.wx-j93aYGQf {
    width: 60px
}

.wx-wrapper.wx-j93aYGQf {
    position: relative;
    display: flex
}


.wx-delete-icon.wx-j93aYGQf {
    margin-left: 12px;
    position: relative;
    top: 2px;
    font-size: var(--wx-icon-size);
    cursor: pointer;
    color: var(--wx-gantt-icon-color)
}

.wx-delete-icon.wx-j93aYGQf:hover {
    color: var(--wx-color-primary)
}

.date-time-controll.wx-hFsbgDln {
    display: flex;
    gap: 12px
}

.wx-sidearea .wx-gantt-editor.wx-XkvqDXuw {
    width: 450px
}

.wx-sidearea .wx-gantt-editor.wx-full-screen.wx-XkvqDXuw {
    width: 100%
}

.wx-tooltip-area.wx-KG0Lwsqo {
    position: relative;
    height: 100%;
    width: 100%
}

.wx-gantt-tooltip {
    pointer-events: none;
    position: absolute;
    z-index: 10;
    box-shadow: var(--wx-box-shadow);
    border-radius: 2px;
    overflow: hidden
}

.wx-gantt-tooltip-text.wx-KG0Lwsqo {
    padding: 6px 10px;
    background-color: var(--wx-tooltip-background);
    font: var(--wx-tooltip-font);
    color: var(--wx-tooltip-font-color)
}

.wx-QSwitwNQ,.wx-material-theme {
    --wx-gantt-border-color: #e6e6e6;
    --wx-gantt-border: var(--wx-border);
    --wx-gantt-form-header-border: var(--wx-border);
    --wx-gantt-icon-color: var(--wx-icon-color);
    --wx-gantt-bar-font: var(--wx-font-weight) var(--wx-font-size) var(--wx-font-family);
    --wx-gantt-bar-border-radius: 50px;
    --wx-gantt-milestone-border-radius: 3px;
    --wx-gantt-critical-color: #de3a3a;
    --wx-gantt-task-color: #448aff;
    --wx-gantt-task-font-color: #fff;
    --wx-gantt-task-fill-color: #246cd9;
    --wx-gantt-task-border-color: #448aff;
    --wx-gantt-task-border: 1px solid #246cd9;
    --wx-gantt-task-critical-color: var(--wx-gantt-critical-color);
    --wx-gantt-task-critical-fill-color: #c83434;
    --wx-gantt-summary-color: #1de9b6;
    --wx-gantt-summary-font-color: #5f5f5f;
    --wx-gantt-summary-fill-color: #00d19a;
    --wx-gantt-summary-border-color: #1de9b6;
    --wx-gantt-summary-border: 1px solid #00d19a;
    --wx-gantt-summary-critical-color: #d9306f;
    --wx-gantt-summary-critical-fill-color: #c32b64;
    --wx-gantt-milestone-color: #d33daf;
    --wx-gantt-select-color: rgb(201, 244, 240);
    --wx-gantt-link-color: #87a4bc;
    --wx-gantt-link-color-hovered: #6e777d;
    --wx-gantt-link-critical-color: var(--wx-gantt-critical-color);
    --wx-gantt-link-critical-color-hovered: #b22e2e;
    --wx-gantt-link-marker-background: #f0f0f0;
    --wx-gantt-link-marker-color: #87a4bc;
    --wx-gantt-bar-shadow: 0px 1px 2px rgba(44, 47, 60, .06), 0px 3px 10px rgba(44, 47, 60, .12);
    --wx-gantt-progress-marker-height: 22px;
    --wx-gantt-progress-border-color: #dfdfdf;
    --wx-gantt-baseline-border-radius: 4px;
    /* --wx-grid-header-font: 500 14px Roboto; */
    --wx-grid-header-font-color: #a6a6a6;
    --wx-grid-header-text-transform: uppercase;
    --wx-grid-header-shadow: 0px 3px 5px rgba(0, 0, 0, .1), 0px 1px 2px rgba(0, 0, 0, .1);
    --wx-grid-body-font: 400 14px Roboto;
    --wx-grid-body-font-color: #5f5f5f;
    --wx-grid-body-row-border: 1px solid transparent;
    --wx-grid-body-cell-border: 1px solid transparent;
    /* --wx-timescale-font: 500 12px Roboto; */
    --wx-timescale-font-color: #a6a6a6;
    --wx-timescale-shadow: 0px 3px 5px rgba(0, 0, 0, .1), 0px 1px 2px rgba(0, 0, 0, .1);
    --wx-timescale-border: 1px solid transparent;
    --wx-gantt-holiday-background: #f3f7fc;
    --wx-gantt-holiday-color: #9fa1ae;
    --wx-gantt-marker-font: 500 12px Roboto;
    --wx-gantt-marker-font-color: #fff;
    --wx-gantt-marker-color: rgba(6, 189, 248, .77);
    --wx-tooltip-font: var(--wx-font-weight) var(--wx-font-size) var(--wx-font-family);
    --wx-tooltip-font-color: #e6e6e6;
    --wx-tooltip-background: rgba(0, 0, 0, .7);
    --wx-sidebar-close-icon: var(--wx-color-secondary-font)
}

.wx-willow-theme {
    --wx-gantt-border-color: #e6e6e6;
    --wx-gantt-border: 1px solid #1d1e261a;
    --wx-gantt-form-header-border: none;
    --wx-gantt-icon-color: #9fa1ae;
    --wx-gantt-bar-font: var(--wx-font-weight) var(--wx-font-size) var(--wx-font-family);
    --wx-gantt-bar-border-radius: 3px;
    --wx-gantt-milestone-border-radius: 3px;
    --wx-gantt-critical-color: #de3a3a;
    --wx-gantt-task-color: #3983eb;
    --wx-gantt-task-font-color: #fff;
    --wx-gantt-task-fill-color: #1f6bd9;
    --wx-gantt-task-border-color: #1f6bd9;
    --wx-gantt-task-border: 1px solid transparent;
    --wx-gantt-task-critical-color: var(--wx-gantt-critical-color);
    --wx-gantt-task-critical-fill-color: #c83434;
    --wx-gantt-summary-color: #00ba94;
    --wx-gantt-summary-font-color: #ffffff;
    --wx-gantt-summary-fill-color: #099f81;
    --wx-gantt-summary-border-color: #099f81;
    --wx-gantt-summary-border: 1px solid transparent;
    --wx-gantt-summary-critical-color: #d9306f;
    --wx-gantt-summary-critical-fill-color: #c32b64;
    --wx-gantt-milestone-color: #ad44ab;
    --wx-gantt-select-color: #eaedf5;
    --wx-gantt-link-color: #9fa1ae;
    --wx-gantt-link-color-hovered: #6e777d;
    --wx-gantt-link-critical-color: var(--wx-gantt-critical-color);
    --wx-gantt-link-critical-color-hovered: #b22e2e;
    --wx-gantt-link-marker-background: #eaedf5;
    --wx-gantt-link-marker-color: #9fa1ae;
    --wx-gantt-bar-shadow: 0px 1px 2px rgba(44, 47, 60, .06), 0px 3px 10px rgba(44, 47, 60, .12);
    --wx-gantt-progress-marker-height: 26px;
    --wx-gantt-progress-border-color: #c0c3ce;
    --wx-gantt-baseline-border-radius: 2px;
    --wx-grid-header-font: var(--wx-font-weight-md) var(--wx-font-size) var(--wx-font-family);
    --wx-grid-header-font-color: var(--wx-color-font);
    --wx-grid-header-text-transform: capitalize;
    --wx-grid-header-shadow: none;
    --wx-grid-body-font: var(--wx-font-weight) var(--wx-font-size) var(--wx-font-family);
    --wx-grid-body-font-color: var(--wx-color-font);
    --wx-grid-body-row-border: var(--wx-gantt-border);
    --wx-grid-body-cell-border: 1px solid transparent;
    --wx-timescale-font: var(--wx-font-weight-md) var(--wx-font-size-sm) var(--wx-font-family);
    --wx-timescale-font-color: var(--wx-color-font);
    --wx-timescale-shadow: none;
    --wx-timescale-border: var(--wx-gantt-border);
    --wx-gantt-holiday-background: #f0f6fa;
    --wx-gantt-holiday-color: #9fa1ae;
    --wx-gantt-marker-font: var(--wx-font-weight-md) var(--wx-font-size-sm) var(--wx-font-family);
    --wx-gantt-marker-font-color: #fff;
    --wx-gantt-marker-color: rgba(6, 189, 248, .77);
    --wx-tooltip-font: var(--wx-font-weight) var(--wx-font-size) var(--wx-font-family);
    --wx-tooltip-font-color: #e6e6e6;
    --wx-tooltip-background: #4f525a;
    --wx-sidebar-close-icon: #c0c3ce
}

.wx-willow-dark-theme {
    color-scheme: dark;
    --wx-gantt-border-color: #384047;
    --wx-gantt-border: var(--wx-border);
    --wx-gantt-form-header-border: none;
    --wx-gantt-icon-color: #9fa1ae;
    --wx-gantt-bar-font: var(--wx-font-weight) var(--wx-font-size) var(--wx-font-family);
    --wx-gantt-bar-border-radius: 3px;
    --wx-gantt-milestone-border-radius: 3px;
    --wx-gantt-critical-color: #de3a3a;
    --wx-gantt-task-color: #37a9ef;
    --wx-gantt-task-font-color: #ffffffe5;
    --wx-gantt-task-fill-color: #098cdc;
    --wx-gantt-task-border-color: #098cdc;
    --wx-gantt-task-border: 1px solid transparent;
    --wx-gantt-task-critical-color: var(--wx-gantt-critical-color);
    --wx-gantt-task-critical-fill-color: #c83434;
    --wx-gantt-summary-color: #00ba94;
    --wx-gantt-summary-font-color: #ffffffe5;
    --wx-gantt-summary-fill-color: #099f81;
    --wx-gantt-summary-border-color: #099f81;
    --wx-gantt-summary-border: 1px solid transparent;
    --wx-gantt-summary-critical-color: #d9306f;
    --wx-gantt-summary-critical-fill-color: #c32b64;
    --wx-gantt-progress-marker-height: 26px;
    --wx-gantt-progress-border-color: #4b5359;
    --wx-gantt-baseline-border-radius: 2px;
    --wx-gantt-bar-shadow: 0px 1px 2px rgba(44, 47, 60, .06), 0px 3px 10px rgba(44, 47, 60, .12);
    --wx-gantt-milestone-color: #ad44ab;
    --wx-gantt-select-color: #384047;
    --wx-gantt-link-color: #9fa1ae;
    --wx-gantt-link-color-hovered: #c8c7cf;
    --wx-gantt-link-critical-color: var(--wx-gantt-critical-color);
    --wx-gantt-link-critical-color-hovered: #b22e2e;
    --wx-gantt-link-marker-background: #384047;
    --wx-gantt-link-marker-color: #9fa1ae;
    --wx-grid-header-font: var(--wx-font-weight-md) var(--wx-font-size) var(--wx-font-family);
    --wx-grid-header-font-color: var(--wx-color-font);
    --wx-grid-header-text-transform: capitalize;
    --wx-grid-header-shadow: none;
    --wx-grid-body-font: var(--wx-font-weight) var(--wx-font-size) var(--wx-font-family);
    --wx-grid-body-font-color: var(--wx-color-font);
    --wx-grid-body-row-border: var(--wx-border);
    --wx-grid-body-cell-border: 1px solid transparent;
    --wx-timescale-font: var(--wx-font-weight-md) var(--wx-font-size-sm) var(--wx-font-family);
    --wx-timescale-font-color: var(--wx-color-font);
    --wx-timescale-shadow: none;
    --wx-timescale-border: var(--wx-border);
    --wx-gantt-holiday-background: #303539;
    --wx-gantt-holiday-color: #878994;
    --wx-gantt-marker-font: var(--wx-font-weight-md) var(--wx-font-size-sm) var(--wx-font-family);
    --wx-gantt-marker-font-color: #fff;
    --wx-gantt-marker-color: rgba(6, 189, 248, .77);
    --wx-tooltip-font: var(--wx-font-weight) var(--wx-font-size) var(--wx-font-family);
    --wx-tooltip-font-color: #e6e6e6;
    --wx-tooltip-background: #4f525a;
    --wx-sidebar-close-icon: #384047
}
