.floatingArrow-Evazb1nh {
    background-color: var(--ui-lib-tooltip-background-color, var(--color-cold-gray-750));
    clip-path: path("M 0,2 L 12,2 L 12,6 L 6,10 L 0,6 L 0,2");
    display: block;
    height: 12px;
    pointer-events: none;
    position: absolute;
    width: 12px
}

.bottom-Evazb1nh,
.bottom-left-Evazb1nh,
.bottom-right-Evazb1nh,
.top-Evazb1nh,
.top-left-Evazb1nh,
.top-right-Evazb1nh {
    left: var(--ui-lib-in-tooltip-leftOffset, calc(50% - 6px))
}

.bottom-Evazb1nh,
.bottom-left-Evazb1nh,
.bottom-right-Evazb1nh {
    bottom: calc(100% - 6px);
    transform: rotate(180deg)
}

.top-Evazb1nh,
.top-left-Evazb1nh,
.top-right-Evazb1nh {
    top: calc(100% - 6px)
}

.left-Evazb1nh,
.left-bottom-Evazb1nh,
.left-top-Evazb1nh,
.right-Evazb1nh,
.right-bottom-Evazb1nh,
.right-top-Evazb1nh {
    top: var(--ui-lib-in-tooltip-topOffset, calc(50% - 6px))
}

.left-Evazb1nh,
.left-bottom-Evazb1nh,
.left-top-Evazb1nh {
    left: calc(100% - 6px);
    transform: rotate(270deg)
}

.right-Evazb1nh,
.right-bottom-Evazb1nh,
.right-top-Evazb1nh {
    right: calc(100% - 6px);
    transform: rotate(90deg)
}

.endSlotWrapper-PJnR9bN1 {
    align-items: center;
    color: var(--color-cold-gray-300);
    display: flex;
    padding-inline-start: 8px
}

.divider-PJnR9bN1 {
    --ui-lib-divider-color: var(--color-cold-gray-600)
}

.endSlotContent-PJnR9bN1 {
    padding-inline-start: 8px
}

.tooltipBaseWrapper-PJnR9bN1 {
    display: block;
    max-width: 100vw;
    min-width: 0;
    position: relative;
    transition: opacity .15s linear;
    white-space: normal
}

.transparent-PJnR9bN1 {
    opacity: 0
}

.opaque-PJnR9bN1 {
    opacity: 1
}

.disableInteractive-PJnR9bN1 {
    pointer-events: none
}

.tooltipBase-PJnR9bN1 {
    background-color: var(--ui-lib-tooltip-background-color, var(--color-cold-gray-750));
    border-radius: var(--ui-lib-tooltip-border-radius, 4px);
    color: var(--color-white);
    font-family: -apple-system, BlinkMacSystemFont, Trebuchet MS, Roboto, Ubuntu, sans-serif;
    font-feature-settings: "tnum" on, "lnum" on;
    font-style: normal;
    padding: 6px 8px;
    --ui-lib-typography-font-size: 13px;
    font-size: var(--ui-lib-typography-font-size);
    font-weight: 400;
    --ui-lib-typography-line-height: 18px;
    line-height: var(--ui-lib-typography-line-height)
}

.contentWrapper-PJnR9bN1 {
    display: flex
}

.content-PJnR9bN1 {
    box-sizing: border-box;
    max-width: 400px
}