.common-tooltip-EJBD96zX {
    font-feature-settings: "tnum" on, "lnum" on;
    --ui-lib-typography-line-height: 18px;
    --ui-lib-typography-font-size: 13px;
    color: #f0f3fa;
    display: inline-flex;
    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);
    opacity: 1;
    pointer-events: none;
    position: fixed;
    transition: opacity .15s linear;
    z-index: 1000
}

.common-tooltip--hidden-EJBD96zX {
    opacity: 0
}

.common-tooltip--horizontal-EJBD96zX {
    margin: 4px 0
}

.common-tooltip--horizontal-EJBD96zX.common-tooltip--farther-EJBD96zX {
    margin: 8px 0
}

.common-tooltip--vertical-EJBD96zX {
    margin: 0 4px
}

.common-tooltip--vertical-EJBD96zX.common-tooltip-farther-EJBD96zX {
    margin: 0 8px
}

.common-tooltip--direction_normal-EJBD96zX {
    flex-direction: row
}

.common-tooltip--direction_normal-EJBD96zX .common-tooltip__body-EJBD96zX {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px
}

.common-tooltip--direction_normal-EJBD96zX .common-tooltip__body--no-buttons-EJBD96zX,
.common-tooltip--direction_normal-EJBD96zX .common-tooltip__button-container-EJBD96zX {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px
}

.common-tooltip--direction_normal-EJBD96zX .common-tooltip__button-EJBD96zX:not(:last-child) {
    margin-right: 1px
}

.common-tooltip--direction_reversed-EJBD96zX {
    flex-direction: row-reverse
}

.common-tooltip--direction_reversed-EJBD96zX .common-tooltip__body-EJBD96zX {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px
}

.common-tooltip--direction_reversed-EJBD96zX .common-tooltip__body--no-buttons-EJBD96zX,
.common-tooltip--direction_reversed-EJBD96zX .common-tooltip__button-container-EJBD96zX {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px
}

.common-tooltip--direction_reversed-EJBD96zX .common-tooltip__button-EJBD96zX:not(:first-child) {
    margin-left: 1px
}

.common-tooltip__ear-holder-EJBD96zX {
    position: relative
}

.common-tooltip__ear-holder-EJBD96zX:after {
    border: 0 solid #2a2e39;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

html.theme-dark .common-tooltip__ear-holder-EJBD96zX:after {
    border-color: #363a45
}

.common-tooltip__ear-holder--above-EJBD96zX:after,
.common-tooltip__ear-holder--below-EJBD96zX:after {
    border-left: 6px solid #0000;
    border-right: 6px solid #0000;
    left: 50%;
    margin-left: -6px
}

html.theme-dark .common-tooltip__ear-holder--above-EJBD96zX:after,
html.theme-dark .common-tooltip__ear-holder--below-EJBD96zX:after {
    border-left-color: #0000;
    border-right-color: #0000
}

.common-tooltip__ear-holder--below-EJBD96zX:after {
    border-bottom-width: 4px;
    bottom: 100%
}

.common-tooltip__ear-holder--above-EJBD96zX:after {
    border-top-width: 4px;
    top: 100%
}

.common-tooltip__ear-holder--after-EJBD96zX:after,
.common-tooltip__ear-holder--before-EJBD96zX:after {
    border-bottom: 6px solid #0000;
    border-top: 6px solid #0000;
    margin-top: -6px;
    top: 50%
}

html.theme-dark .common-tooltip__ear-holder--after-EJBD96zX:after,
html.theme-dark .common-tooltip__ear-holder--before-EJBD96zX:after {
    border-bottom-color: #0000;
    border-top-color: #0000
}

.common-tooltip__ear-holder--before-EJBD96zX:after {
    border-right-width: 4px;
    right: 100%
}

.common-tooltip__ear-holder--after-EJBD96zX:after {
    border-left-width: 4px;
    left: 100%
}

.common-tooltip__body-EJBD96zX {
    word-wrap: break-word;
    background-color: #2a2e39;
    box-sizing: border-box;
    display: block;
    max-width: 320px;
    overflow: hidden;
    padding: 3px 8px;
    position: relative;
    text-align: left;
    white-space: pre-wrap
}

html.theme-dark .common-tooltip__body-EJBD96zX {
    background-color: #363a45
}

.common-tooltip__body--with-hotkey-EJBD96zX {
    display: flex;
    max-width: 420px;
    padding: 0
}

.common-tooltip__body--width_wide-EJBD96zX {
    max-width: 640px
}

.common-tooltip__body--width_narrow-EJBD96zX {
    max-width: 200px
}

.common-tooltip__body--no-padding-EJBD96zX {
    padding: 0
}

.common-tooltip__hotkey-block-EJBD96zX {
    align-items: center;
    color: #ff9800;
    display: inline-flex;
    flex: 1 0 auto;
    justify-content: center;
    line-height: 12px;
    padding: 4px 8px 5px
}

.common-tooltip__hotkey-block--divider-EJBD96zX {
    border-left: 1px solid #5d606b;
    margin-left: 8px
}

html.theme-dark .common-tooltip__hotkey-block--divider-EJBD96zX {
    border-left: 1px solid #868993
}

.common-tooltip__hotkey-text-EJBD96zX {
    align-items: center;
    display: inline-flex;
    margin: 3px 0 3px 8px
}

.common-tooltip__hotkey-button-EJBD96zX {
    align-items: center;
    border: 1px solid;
    border-radius: 2px;
    display: inline-flex;
    height: 13px;
    justify-content: center;
    min-width: 7px;
    padding: 0 3px
}

.common-tooltip__plus-sign-EJBD96zX {
    height: 15px;
    line-height: 16px;
    text-align: center;
    width: 13px
}

.common-tooltip__button-container-EJBD96zX {
    display: flex;
    overflow: hidden;
    position: relative
}

.common-tooltip__button-EJBD96zX {
    align-items: center;
    background-color: #2962ff;
    color: #fff;
    display: flex;
    padding: 0 10px
}

@media (any-hover:hover) {
    .common-tooltip__button-EJBD96zX:hover {
        background-color: #bbd9fb
    }
}

.common-tooltip-EJBD96zX.theme-white {
    color: #131722
}

html.theme-dark .common-tooltip-EJBD96zX.theme-white {
    color: #d1d4dc
}

.common-tooltip-EJBD96zX.theme-white .common-tooltip__body-EJBD96zX {
    background-color: #fff;
    border-radius: 0
}

html.theme-dark .common-tooltip-EJBD96zX.theme-white .common-tooltip__body-EJBD96zX {
    background-color: #1e222d
}

.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder-EJBD96zX {
    border: 1px solid #e0e3eb
}

html.theme-dark .common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder-EJBD96zX {
    border: 1px solid #363a45
}

.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder-EJBD96zX:after {
    border-color: #fff
}

html.theme-dark .common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder-EJBD96zX:after {
    border-color: #1e222d
}

.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--above-EJBD96zX:after,
.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--below-EJBD96zX:after {
    border-left: 6px solid #0000;
    border-right: 6px solid #0000
}

html.theme-dark .common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--above-EJBD96zX:after,
html.theme-dark .common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--below-EJBD96zX:after {
    border-left-color: #0000;
    border-right-color: #0000
}

.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--after-EJBD96zX:after,
.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--before-EJBD96zX:after {
    border-bottom: 6px solid #0000;
    border-top: 6px solid #0000
}

html.theme-dark .common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--after-EJBD96zX:after,
html.theme-dark .common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--before-EJBD96zX:after {
    border-bottom-color: #0000;
    border-top-color: #0000
}

.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder-EJBD96zX:before {
    border: 0 solid #e0e3eb;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    z-index: 1000
}

html.theme-dark .common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder-EJBD96zX:before {
    border-color: #363a45
}

.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--above-EJBD96zX:before,
.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--below-EJBD96zX:before {
    border-left: 7px solid #0000;
    border-right: 7px solid #0000;
    left: 50%;
    margin-left: -7px
}

html.theme-dark .common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--above-EJBD96zX:before,
html.theme-dark .common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--below-EJBD96zX:before {
    border-left-color: #0000;
    border-right-color: #0000
}

.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--below-EJBD96zX:before {
    border-bottom-width: 6px;
    top: -6px
}

.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--above-EJBD96zX:before {
    border-top-width: 6px;
    bottom: -6px
}

.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--after-EJBD96zX:before,
.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--before-EJBD96zX:before {
    border-bottom: 7px solid #0000;
    border-top: 7px solid #0000;
    margin-top: -7px;
    top: 50%
}

html.theme-dark .common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--after-EJBD96zX:before,
html.theme-dark .common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--before-EJBD96zX:before {
    border-bottom-color: #0000;
    border-top-color: #0000
}

.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--before-EJBD96zX:before {
    border-right-width: 6px;
    left: -6px
}

.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--after-EJBD96zX:before {
    border-left-width: 6px;
    right: -6px
}

.common-tooltip-EJBD96zX.theme-round-shadow {
    box-shadow: 0 1px 3px 0 #2a2c394a;
    color: #131722
}

html.theme-dark .common-tooltip-EJBD96zX.theme-round-shadow {
    color: #d1d4dc
}

.common-tooltip-EJBD96zX.theme-round-shadow .common-tooltip__body-EJBD96zX {
    background-color: #fff
}

html.theme-dark .common-tooltip-EJBD96zX.theme-round-shadow .common-tooltip__body-EJBD96zX {
    background-color: #1e222d
}

.common-tooltip-EJBD96zX.theme-round-shadow .common-tooltip__ear-holder-EJBD96zX:after {
    border-color: #fff
}

html.theme-dark .common-tooltip-EJBD96zX.theme-round-shadow .common-tooltip__ear-holder-EJBD96zX:after {
    border-color: #1e222d
}

.common-tooltip-EJBD96zX.theme-round-shadow .common-tooltip__ear-holder--above-EJBD96zX:after,
.common-tooltip-EJBD96zX.theme-round-shadow .common-tooltip__ear-holder--below-EJBD96zX:after {
    border-left: 6px solid #0000;
    border-right: 6px solid #0000
}

html.theme-dark .common-tooltip-EJBD96zX.theme-round-shadow .common-tooltip__ear-holder--above-EJBD96zX:after,
html.theme-dark .common-tooltip-EJBD96zX.theme-round-shadow .common-tooltip__ear-holder--below-EJBD96zX:after {
    border-left-color: #0000;
    border-right-color: #0000
}

.common-tooltip-EJBD96zX.theme-round-shadow .common-tooltip__ear-holder--after-EJBD96zX:after,
.common-tooltip-EJBD96zX.theme-round-shadow .common-tooltip__ear-holder--before-EJBD96zX:after {
    border-bottom: 6px solid #0000;
    border-top: 6px solid #0000
}

html.theme-dark .common-tooltip-EJBD96zX.theme-round-shadow .common-tooltip__ear-holder--after-EJBD96zX:after,
html.theme-dark .common-tooltip-EJBD96zX.theme-round-shadow .common-tooltip__ear-holder--before-EJBD96zX:after {
    border-bottom-color: #0000;
    border-top-color: #0000
}

.common-tooltip-EJBD96zX.theme-chart .common-tooltip__body-EJBD96zX {
    background-color: #fff;
    border: 1px solid #e0e3eb;
    border-radius: 16px;
    box-shadow: 0 2px 4px #0003;
    max-width: 342px
}

html.theme-dark .common-tooltip-EJBD96zX.theme-chart .common-tooltip__body-EJBD96zX {
    background-color: #1e222d;
    border: 1px solid #434651;
    box-shadow: 0 2px 4px #0006
}

.common-tooltip-EJBD96zX.theme-chart .common-tooltip__ear-holder-EJBD96zX:after {
    content: none
}