.container-WDZ0PRNh {
    --ui-lib-control-default-slot-color: #6a6d78;
    align-items: center;
    border-color: var(--ui-lib-intent-color, #d1d4dc);
    border-radius: 8px;
    border-style: solid;
    border-width: var(--ui-lib-control-border-width, 1px);
    box-sizing: border-box;
    color: #131722;
    display: inline-flex;
    height: var(--ui-lib-control-skeleton-height, auto);
    position: relative
}

html.theme-dark .container-WDZ0PRNh {
    --ui-lib-control-default-slot-color: #868993;
    border-color: var(--ui-lib-intent-color, #50535e);
    color: #d1d4dc
}

.container-WDZ0PRNh.container-xxsmall-WDZ0PRNh {
    border-radius: 4px
}

.container-WDZ0PRNh.container-small-WDZ0PRNh,
.container-WDZ0PRNh.container-xsmall-WDZ0PRNh {
    border-radius: 6px
}

.container-WDZ0PRNh.container-large-WDZ0PRNh,
.container-WDZ0PRNh.container-medium-WDZ0PRNh {
    border-radius: 8px
}

.container-WDZ0PRNh.intent-default-WDZ0PRNh:hover {
    --ui-lib-control-default-slot-color: #131722;
    border-color: #a3a6af
}

html.theme-dark .container-WDZ0PRNh.intent-default-WDZ0PRNh:hover {
    --ui-lib-control-default-slot-color: #d1d4dc;
    border-color: #6a6d78
}

.container-WDZ0PRNh.focused-WDZ0PRNh,
.container-WDZ0PRNh.focused-WDZ0PRNh:hover,
html.theme-dark .container-WDZ0PRNh.focused-WDZ0PRNh,
html.theme-dark .container-WDZ0PRNh.focused-WDZ0PRNh:hover {
    border-color: #2962ff
}

.container-WDZ0PRNh.readonly-WDZ0PRNh,
.container-WDZ0PRNh.readonly-WDZ0PRNh:hover {
    background-color: #f0f3fa;
    border-color: #d1d4dc
}

html.theme-dark .container-WDZ0PRNh.readonly-WDZ0PRNh,
html.theme-dark .container-WDZ0PRNh.readonly-WDZ0PRNh:hover {
    background-color: #2a2e39;
    border-color: #50535e
}

.container-WDZ0PRNh.disabled-WDZ0PRNh,
.container-WDZ0PRNh.disabled-WDZ0PRNh:hover {
    --ui-lib-control-text-fill-color: #6a6d78;
    --ui-lib-control-default-slot-color: #6a6d78;
    background-color: #f0f3fa;
    border-color: #d1d4dc;
    color: #6a6d78
}

html.theme-dark .container-WDZ0PRNh.disabled-WDZ0PRNh,
html.theme-dark .container-WDZ0PRNh.disabled-WDZ0PRNh:hover {
    --ui-lib-control-default-slot-color: #868993;
    --ui-lib-control-text-fill-color: #50535e;
    background-color: #2a2e39;
    border-color: #50535e;
    color: #50535e
}

.container-WDZ0PRNh.with-highlight-WDZ0PRNh,
.container-WDZ0PRNh.with-highlight-WDZ0PRNh.focused-WDZ0PRNh,
.container-WDZ0PRNh.with-highlight-WDZ0PRNh:hover {
    border-color: #d1d4dc;
    outline: none
}

html.theme-dark .container-WDZ0PRNh.with-highlight-WDZ0PRNh,
html.theme-dark .container-WDZ0PRNh.with-highlight-WDZ0PRNh.focused-WDZ0PRNh,
html.theme-dark .container-WDZ0PRNh.with-highlight-WDZ0PRNh:hover {
    border-color: #50535e
}

.container-WDZ0PRNh.grouped-WDZ0PRNh.adjust-position-WDZ0PRNh:not(.first-row-WDZ0PRNh) {
    margin-top: calc(var(--ui-lib-control-border-width, 1px)*-1)
}

.container-WDZ0PRNh.grouped-WDZ0PRNh.adjust-position-WDZ0PRNh:not(.first-col-WDZ0PRNh) {
    margin-left: calc(var(--ui-lib-control-border-width, 1px)*-1)
}

.container-WDZ0PRNh.grouped-WDZ0PRNh:hover {
    z-index: 1
}

.container-WDZ0PRNh.grouped-WDZ0PRNh.focused-WDZ0PRNh {
    z-index: 2
}

.container-WDZ0PRNh.stretch-WDZ0PRNh {
    width: 100%
}

.container-WDZ0PRNh.font-size-medium-WDZ0PRNh {
    --ui-lib-typography-line-height: 18px;
    --ui-lib-typography-font-size: 14px
}

.container-WDZ0PRNh.font-size-large-WDZ0PRNh,
.container-WDZ0PRNh.font-size-medium-WDZ0PRNh {
    font-feature-settings: "tnum" on, "lnum" on;
    font-family: -apple-system, BlinkMacSystemFont, Trebuchet MS, Roboto, Ubuntu, sans-serif;
    font-size: var(--ui-lib-typography-font-size);
    font-style: normal;
    font-weight: 400;
    line-height: var(--ui-lib-typography-line-height)
}

.container-WDZ0PRNh.font-size-large-WDZ0PRNh {
    --ui-lib-typography-line-height: 24px;
    --ui-lib-typography-font-size: 16px
}

.container-WDZ0PRNh.no-corner-top-left-WDZ0PRNh {
    border-top-left-radius: 0
}

.container-WDZ0PRNh.no-corner-top-right-WDZ0PRNh {
    border-top-right-radius: 0
}

.container-WDZ0PRNh.no-corner-bottom-right-WDZ0PRNh {
    border-bottom-right-radius: 0
}

.container-WDZ0PRNh.no-corner-bottom-left-WDZ0PRNh {
    border-bottom-left-radius: 0
}

.size-xxsmall-WDZ0PRNh {
    --ui-lib-control-skeleton-height: 24px;
    border-radius: 4px
}

.size-xsmall-WDZ0PRNh {
    --ui-lib-control-skeleton-height: 28px;
    border-radius: 6px
}

.size-small-WDZ0PRNh {
    --ui-lib-control-skeleton-height: 34px;
    border-radius: 6px
}

.size-medium-WDZ0PRNh {
    --ui-lib-control-skeleton-height: 40px;
    border-radius: 8px
}

.size-large-WDZ0PRNh {
    --ui-lib-control-skeleton-height: 48px;
    border-radius: 8px
}

.intent-default-WDZ0PRNh {
    --ui-lib-intent-color: #d1d4dc;
    --ui-lib-intent-highlight-color: #b2b5be
}

html.theme-dark .intent-default-WDZ0PRNh {
    --ui-lib-intent-highlight-color: #868993;
    --ui-lib-intent-color: #50535e
}

.intent-success-WDZ0PRNh {
    --ui-lib-intent-color: #089981;
    --ui-lib-intent-highlight-color: #089981
}

html.theme-dark .intent-success-WDZ0PRNh {
    --ui-lib-intent-color: #089981
}

.intent-warning-WDZ0PRNh {
    --ui-lib-intent-color: #ff9800;
    --ui-lib-intent-highlight-color: #ff9800
}

html.theme-dark .intent-warning-WDZ0PRNh {
    --ui-lib-intent-color: #ff9800
}

.intent-danger-WDZ0PRNh {
    --ui-lib-intent-color: #f23645;
    --ui-lib-intent-highlight-color: #f23645
}

html.theme-dark .intent-danger-WDZ0PRNh {
    --ui-lib-intent-color: #f23645
}

.intent-primary-WDZ0PRNh {
    --ui-lib-intent-color: #2962ff;
    --ui-lib-intent-highlight-color: #2962ff
}

html.theme-dark .intent-primary-WDZ0PRNh {
    --ui-lib-intent-color: #2962ff
}

.border-none-WDZ0PRNh {
    --ui-lib-control-border-width: 0px
}

.border-thin-WDZ0PRNh {
    --ui-lib-control-border-width: 1px
}

.border-thick-WDZ0PRNh {
    --ui-lib-control-border-width: 2px
}

.highlight-WDZ0PRNh {
    border: 2px solid;
    border-color: var(--ui-lib-intent-highlight-color, #b2b5be);
    border-radius: var(--ui-lib-control-highlight-border-radius, 8px);
    bottom: 0;
    left: 0;
    margin: calc(var(--ui-lib-control-border-width, 1px)*-1);
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 3
}

html.theme-dark .highlight-WDZ0PRNh {
    border-color: var(--ui-lib-intent-highlight-color, #868993)
}

.highlight-WDZ0PRNh.shown-WDZ0PRNh {
    visibility: visible
}

.highlight-WDZ0PRNh.no-corner-top-left-WDZ0PRNh {
    border-top-left-radius: 0
}

.highlight-WDZ0PRNh.no-corner-top-right-WDZ0PRNh {
    border-top-right-radius: 0
}

.highlight-WDZ0PRNh.no-corner-bottom-right-WDZ0PRNh {
    border-bottom-right-radius: 0
}

.highlight-WDZ0PRNh.no-corner-bottom-left-WDZ0PRNh {
    border-bottom-left-radius: 0
}

.highlight-WDZ0PRNh.size-xxsmall-WDZ0PRNh {
    border-radius: 4px
}

.highlight-WDZ0PRNh.size-xxsmall-WDZ0PRNh.no-corner-top-left-WDZ0PRNh {
    border-top-left-radius: 0
}

.highlight-WDZ0PRNh.size-xxsmall-WDZ0PRNh.no-corner-top-right-WDZ0PRNh {
    border-top-right-radius: 0
}

.highlight-WDZ0PRNh.size-xxsmall-WDZ0PRNh.no-corner-bottom-right-WDZ0PRNh {
    border-bottom-right-radius: 0
}

.highlight-WDZ0PRNh.size-xxsmall-WDZ0PRNh.no-corner-bottom-left-WDZ0PRNh {
    border-bottom-left-radius: 0
}

.highlight-WDZ0PRNh.size-xsmall-WDZ0PRNh {
    border-radius: 6px
}

.highlight-WDZ0PRNh.size-xsmall-WDZ0PRNh.no-corner-top-left-WDZ0PRNh {
    border-top-left-radius: 0
}

.highlight-WDZ0PRNh.size-xsmall-WDZ0PRNh.no-corner-top-right-WDZ0PRNh {
    border-top-right-radius: 0
}

.highlight-WDZ0PRNh.size-xsmall-WDZ0PRNh.no-corner-bottom-right-WDZ0PRNh {
    border-bottom-right-radius: 0
}

.highlight-WDZ0PRNh.size-xsmall-WDZ0PRNh.no-corner-bottom-left-WDZ0PRNh {
    border-bottom-left-radius: 0
}

.highlight-WDZ0PRNh.size-small-WDZ0PRNh {
    border-radius: 6px
}

.highlight-WDZ0PRNh.size-small-WDZ0PRNh.no-corner-top-left-WDZ0PRNh {
    border-top-left-radius: 0
}

.highlight-WDZ0PRNh.size-small-WDZ0PRNh.no-corner-top-right-WDZ0PRNh {
    border-top-right-radius: 0
}

.highlight-WDZ0PRNh.size-small-WDZ0PRNh.no-corner-bottom-right-WDZ0PRNh {
    border-bottom-right-radius: 0
}

.highlight-WDZ0PRNh.size-small-WDZ0PRNh.no-corner-bottom-left-WDZ0PRNh {
    border-bottom-left-radius: 0
}

.highlight-WDZ0PRNh.size-medium-WDZ0PRNh {
    border-radius: 8px
}

.highlight-WDZ0PRNh.size-medium-WDZ0PRNh.no-corner-top-left-WDZ0PRNh {
    border-top-left-radius: 0
}

.highlight-WDZ0PRNh.size-medium-WDZ0PRNh.no-corner-top-right-WDZ0PRNh {
    border-top-right-radius: 0
}

.highlight-WDZ0PRNh.size-medium-WDZ0PRNh.no-corner-bottom-right-WDZ0PRNh {
    border-bottom-right-radius: 0
}

.highlight-WDZ0PRNh.size-medium-WDZ0PRNh.no-corner-bottom-left-WDZ0PRNh {
    border-bottom-left-radius: 0
}

.highlight-WDZ0PRNh.size-large-WDZ0PRNh {
    border-radius: 8px
}

.highlight-WDZ0PRNh.size-large-WDZ0PRNh.no-corner-top-left-WDZ0PRNh {
    border-top-left-radius: 0
}

.highlight-WDZ0PRNh.size-large-WDZ0PRNh.no-corner-top-right-WDZ0PRNh {
    border-top-right-radius: 0
}

.highlight-WDZ0PRNh.size-large-WDZ0PRNh.no-corner-bottom-right-WDZ0PRNh {
    border-bottom-right-radius: 0
}

.highlight-WDZ0PRNh.size-large-WDZ0PRNh.no-corner-bottom-left-WDZ0PRNh {
    border-bottom-left-radius: 0
}