@charset "UTF-8";/*! hyletop-tooltip.css v1.0 | Copyright HYLETOP ® | MIT License | https://github.com/hyletop/hyletop-tooltip */[data-ht-tooltip]{--ht-tooltip-zindex:1080;--ht-tooltip-max-width:12.5rem;--ht-tooltip-max-height:none;--ht-tooltip-max-width_v:none;--ht-tooltip-max-height_v:12.5rem;--ht-tooltip-overflow:auto;--ht-tooltip-events:none;--ht-tooltip-font-family:var(--bs-font-sans-serif, var(--ht-tooltip-font-family-default));--ht-tooltip-font-style:normal;--ht-tooltip-font-weight:400;--ht-tooltip-font-size:0.875rem;--ht-tooltip-border-radius:var(--bs-border-radius, 0.375rem);--ht-tooltip-arrow-width:0.8rem;--ht-tooltip-arrow-height:0.4rem;--ht-tooltip-delay-show:0ms;--ht-tooltip-delay-hide:0ms;--ht-tooltip-timing-show:0ms;--ht-tooltip-timing-hide:0ms;--ht-tooltip-timing-function-show:linear;--ht-tooltip-timing-function-hide:linear;--ht-tooltip-offset:0.125rem;--ht-tooltip-shift-arrow:0rem;--ht-tooltip-shift-body:0rem;--ht-tooltip-cursor:auto;--ht-tooltip-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-primary-rgb, var(--ht--bs-primary-rgb)), 0.25);--ht-tooltip-box-shadow:none;--ht-tooltip-opacity:1;--ht-tooltip-font-family-default:system-ui,-apple-system,"Segoe UI",Roboto,"Trebuchet MS","Helvetica Neue","Noto Sans","Liberation Sans","San Francisco",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--ht--bs-primary-rgb:13,110,253;--ht-tooltip-box-shadow-default:var(--bs-box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));--ht-tooltip-padding-x:0.5rem;--ht-tooltip-padding-y:0.25rem;--ht-tooltip-color:var(--bs-body-bg, #fff);--ht-tooltip-text-align:center;--ht-tooltip-bg:var(--bs-emphasis-color, #000);--ht-tooltip-arrow-color:var(--ht-tooltip-bg);--ht-popover-bg:var(--bs-body-bg, #fff);--ht-popover-border-width:var(--bs-border-width, 1px);--ht-popover-border-color:var(--bs-border-color-translucent, rgba(0, 0, 0, 0.175));--ht-popover-header-padding-x:1rem;--ht-popover-header-padding-y:0.5rem;--ht-popover-header-font-size:1rem;--ht-popover-header-color:inherit;--ht-popover-header-text-align:start;--ht-popover-header-bg:var(--bs-secondary-bg, #e9ecef);--ht-popover-body-padding-x:1rem;--ht-popover-body-padding-y:1rem;--ht-popover-body-color:var(--bs-body-color, #212529);--ht-popover-body-text-align:start;--ht-popover-arrow-color:var(--ht-popover-border-color);--ht-tooltip-arrow-width2:calc(var(--ht-tooltip-arrow-width) / 2);--ht-tooltip-arrow-height2:calc(var(--ht-tooltip-arrow-height) / 2);--ht-tooltip-title:attr(data-ht-title);--ht-tooltip-body:attr(data-ht-content);--ht-popover-inner-border-radius:calc(var(--ht-tooltip-border-radius) - var(--ht-popover-border-width));--ht-tooltip-text-align2:center;--ht-popover-header-text-align2:left;--ht-popover-body-text-align2:left}.ht-tooltip-arrow,[data-ht-tooltip=""]::before{content:"";box-sizing:border-box;position:absolute;margin:0;padding:0;box-shadow:none;width:var(--ht-tooltip-arrow-width);height:var(--ht-tooltip-arrow-height);border-width:var(--ht-tooltip-arrow-height) var(--ht-tooltip-arrow-width2) 0 var(--ht-tooltip-arrow-width2);border-color:var(--ht-tooltip-arrow-color) transparent transparent transparent;border-style:solid}.ht-popover-body,.ht-popover-header,.ht-popover-inner,.ht-tooltip,.ht-tooltip-inner,[data-ht-tooltip=""]::after{box-sizing:border-box;position:absolute;margin:0;font-family:var(--ht-tooltip-font-family);font-style:var(--ht-tooltip-font-style);font-weight:var(--ht-tooltip-font-weight);font-size:var(--ht-tooltip-font-size);line-height:1.5;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:break-word;white-space:normal;line-break:auto;-webkit-writing-mode:horizontal-tb!important;-ms-writing-mode:lr-tb!important;writing-mode:horizontal-tb!important;-webkit-text-orientation:mixed!important;text-orientation:mixed!important}[data-ht-tooltip=""]::after{white-space:pre-line;content:var(--ht-tooltip-title) ""}.ht-tooltip{width:1px!important;height:1px!important;border:none!important;display:block!important;padding:0!important;direction:ltr!important;text-align:left!important}.ht-tooltip,[data-ht-tooltip=""]::after,[data-ht-tooltip=""]::before{z-index:var(--ht-tooltip-zindex);opacity:0;visibility:hidden;pointer-events:var(--ht-tooltip-events);transition-delay:var(--ht-tooltip-delay-hide);transition-duration:var(--ht-tooltip-timing-hide);transition-timing-function:var(--ht-tooltip-timing-function-hide)}.ht-popover-inner,.ht-tooltip-inner,[data-ht-tooltip=""]::after{display:inline-block;min-width:calc(var(--ht-tooltip-arrow-width) + 2 * var(--ht-tooltip-border-radius));min-height:calc(var(--ht-tooltip-arrow-width) + 2 * var(--ht-tooltip-border-radius));max-width:var(--ht-tooltip-max-width);max-height:var(--ht-tooltip-max-height);width:intrinsic;width:-moz-max-content;width:-webkit-max-content;width:max-content;height:intrinsic;height:-moz-max-content;height:-webkit-max-content;height:max-content;text-align:var(--ht-tooltip-text-align2);text-align:var(--ht-tooltip-text-align);padding:var(--ht-tooltip-padding-y) var(--ht-tooltip-padding-x);color:var(--ht-tooltip-color);background-color:var(--ht-tooltip-bg);background-clip:padding-box;border-radius:var(--ht-tooltip-border-radius);box-shadow:var(--ht-tooltip-box-shadow);overflow:var(--ht-tooltip-overflow)}.ht-popover-inner+.ht-tooltip-arrow,[data-ht-tooltip=popover]>.ht-tooltip>.ht-tooltip-arrow{border-color:var(--ht-popover-arrow-color) transparent transparent transparent}.ht-popover-inner{display:inline-flex;padding:0;background-color:var(--ht-popover-bg);border:var(--ht-popover-border-width) solid var(--ht-popover-border-color);color:inherit;flex-direction:column}.ht-popover-header{order:0;position:relative;padding:var(--ht-popover-header-padding-y) var(--ht-popover-header-padding-x);font-size:var(--ht-popover-header-font-size);color:var(--ht-popover-header-color);text-align:var(--ht-popover-header-text-align2);text-align:var(--ht-popover-header-text-align);background-color:var(--ht-popover-header-bg);border:0;border-bottom:var(--ht-popover-border-width) solid var(--ht-popover-border-color);border-radius:var(--ht-popover-inner-border-radius) var(--ht-popover-inner-border-radius) 0 0}.ht-popover-body{order:1;position:relative;padding:var(--ht-popover-body-padding-y) var(--ht-popover-body-padding-x);color:var(--ht-popover-body-color);text-align:var(--ht-popover-body-text-align2);text-align:var(--ht-popover-body-text-align);border-radius:0 0 var(--ht-popover-inner-border-radius) var(--ht-popover-inner-border-radius)}[data-ht-tooltip=""]>.ht-tooltip,[data-ht-tooltip=popover]>.ht-tooltip>.ht-tooltip-inner,[data-ht-tooltip=tooltip]>.ht-tooltip>.ht-popover-inner,[data-ht-tooltip]:not([data-ht-tooltip=tooltip]):not([data-ht-tooltip=popover])>.ht-tooltip{display:none!important}.ht-popover-header:empty::before,.ht-tooltip-inner:empty::before{content:var(--ht-tooltip-title) ""}.ht-popover-body:empty::before{content:var(--ht-tooltip-body) ""}[data-ht-title=""]>.ht-tooltip>.ht-tooltip-inner:empty,[data-ht-title=""]>.ht-tooltip>.ht-tooltip-inner:empty+.ht-tooltip-arrow,[data-ht-tooltip=""]:not([data-ht-title])::after,[data-ht-tooltip=""]:not([data-ht-title])::before,[data-ht-tooltip=""][data-ht-title=""]::after,[data-ht-tooltip=""][data-ht-title=""]::before,[data-ht-tooltip]:not([data-ht-title])>.ht-tooltip>.ht-tooltip-inner:empty,[data-ht-tooltip]:not([data-ht-title])>.ht-tooltip>.ht-tooltip-inner:empty+.ht-tooltip-arrow{display:none}[data-ht-title=""]>.ht-tooltip>.ht-popover-inner>.ht-popover-header:empty,[data-ht-tooltip]:not([data-ht-title])>.ht-tooltip>.ht-popover-inner>.ht-popover-header:empty{display:none}[data-ht-content=""]>.ht-tooltip>.ht-popover-inner>.ht-popover-body:empty,[data-ht-tooltip]:not([data-ht-content])>.ht-tooltip>.ht-popover-inner>.ht-popover-body:empty{display:none}@media (prefers-reduced-motion:reduce){.ht-tooltip,[data-ht-tooltip=""]::after,[data-ht-tooltip=""]::before{transition:none!important}}[data-ht-tooltip=""]::before{left:calc(50% - var(--ht-tooltip-arrow-width2) + var(--ht-tooltip-shift-arrow));top:calc(0px - var(--ht-tooltip-arrow-height) - var(--ht-tooltip-offset) - .2px)}[data-ht-tooltip=""][data-ht-placement=bottom-left]::before,[data-ht-tooltip=""][data-ht-placement=top-left]::before{left:var(--ht-tooltip-shift-arrow)}[data-ht-tooltip=""][data-ht-placement=bottom-right]::before,[data-ht-tooltip=""][data-ht-placement=top-right]::before{left:calc(100% - var(--ht-tooltip-arrow-width) + var(--ht-tooltip-shift-arrow))}[data-ht-tooltip=""][data-ht-placement=right]::before{left:calc(100% - var(--ht-tooltip-arrow-width2) + var(--ht-tooltip-arrow-height2) + var(--ht-tooltip-offset) + .2px);top:calc(50% - var(--ht-tooltip-arrow-height2) - var(--ht-tooltip-shift-arrow));transform:rotate(90deg)}[data-ht-tooltip=""][data-ht-placement=bottom-left]::before,[data-ht-tooltip=""][data-ht-placement=bottom-right]::before,[data-ht-tooltip=""][data-ht-placement=bottom]::before{top:calc(100% + var(--ht-tooltip-offset) + .2px);transform:rotate(-180deg)}[data-ht-tooltip=""][data-ht-placement=left]::before{left:calc(0px - var(--ht-tooltip-arrow-width2) - var(--ht-tooltip-arrow-height2) - var(--ht-tooltip-offset) - .2px);top:calc(50% - var(--ht-tooltip-arrow-height2) - var(--ht-tooltip-shift-arrow));transform:rotate(-90deg)}.ht-tooltip-arrow{left:calc(0px - var(--ht-tooltip-arrow-width2) - var(--ht-tooltip-shift-body) + var(--ht-tooltip-shift-arrow));top:-.2px}[data-ht-placement=bottom-left]>.ht-tooltip>.ht-tooltip-arrow,[data-ht-placement=top-left]>.ht-tooltip>.ht-tooltip-arrow{left:calc(0px - var(--ht-tooltip-arrow-width) - var(--ht-tooltip-border-radius) - var(--ht-tooltip-shift-body) + var(--ht-tooltip-shift-arrow))}[data-ht-placement=bottom-right]>.ht-tooltip>.ht-tooltip-arrow,[data-ht-placement=top-right]>.ht-tooltip>.ht-tooltip-arrow{left:calc(var(--ht-tooltip-border-radius) - var(--ht-tooltip-shift-body) + var(--ht-tooltip-shift-arrow))}[data-ht-placement=right]>.ht-tooltip>.ht-tooltip-arrow{left:calc(0px - var(--ht-tooltip-arrow-width2) - var(--ht-tooltip-arrow-height2) + .2px);top:calc(0px - var(--ht-tooltip-arrow-height2) + var(--ht-tooltip-shift-body) - var(--ht-tooltip-shift-arrow));transform:rotate(90deg)}[data-ht-placement=bottom-left]>.ht-tooltip>.ht-tooltip-arrow,[data-ht-placement=bottom-right]>.ht-tooltip>.ht-tooltip-arrow,[data-ht-placement=bottom]>.ht-tooltip>.ht-tooltip-arrow{top:calc(0px - var(--ht-tooltip-arrow-height) + .2px);transform:rotate(-180deg)}[data-ht-placement=left]>.ht-tooltip>.ht-tooltip-arrow{left:calc(0px - var(--ht-tooltip-arrow-width2) + var(--ht-tooltip-arrow-height2) - .2px);top:calc(0px - var(--ht-tooltip-arrow-height2) + var(--ht-tooltip-shift-body) - var(--ht-tooltip-shift-arrow));transform:rotate(-90deg)}.ht-tooltip,[data-ht-tooltip=""]::after{left:calc(50% + var(--ht-tooltip-shift-body));top:calc(0px - var(--ht-tooltip-arrow-height) - var(--ht-tooltip-offset))}.ht-popover-inner,.ht-tooltip-inner,[data-ht-tooltip=""]::after{transform:translateX(-50%) translateY(-100%)}[data-ht-placement=bottom-left]>.ht-tooltip,[data-ht-placement=top-left]>.ht-tooltip,[data-ht-tooltip=""][data-ht-placement=bottom-left]::after,[data-ht-tooltip=""][data-ht-placement=top-left]::after{left:calc(var(--ht-tooltip-arrow-width) + var(--ht-tooltip-border-radius) + var(--ht-tooltip-shift-body))}[data-ht-placement=top-left]>.ht-tooltip>.ht-popover-inner,[data-ht-placement=top-left]>.ht-tooltip>.ht-tooltip-inner,[data-ht-tooltip=""][data-ht-placement=top-left]::after{transform:translateX(-100%) translateY(-100%)}[data-ht-placement=bottom-right]>.ht-tooltip,[data-ht-placement=top-right]>.ht-tooltip,[data-ht-tooltip=""][data-ht-placement=bottom-right]::after,[data-ht-tooltip=""][data-ht-placement=top-right]::after{left:calc(100% - var(--ht-tooltip-arrow-width) - var(--ht-tooltip-border-radius) + var(--ht-tooltip-shift-body))}[data-ht-placement=top-right]>.ht-tooltip>.ht-popover-inner,[data-ht-placement=top-right]>.ht-tooltip>.ht-tooltip-inner,[data-ht-tooltip=""][data-ht-placement=top-right]::after{transform:translateY(-100%)}[data-ht-placement=right]>.ht-tooltip,[data-ht-tooltip=""][data-ht-placement=right]::after{left:calc(100% + var(--ht-tooltip-arrow-height) + var(--ht-tooltip-offset));top:calc(50% - var(--ht-tooltip-shift-body))}[data-ht-placement=right]>.ht-tooltip>.ht-popover-inner,[data-ht-placement=right]>.ht-tooltip>.ht-tooltip-inner,[data-ht-tooltip=""][data-ht-placement=right]::after{transform:translateY(-50%)}[data-ht-placement=bottom-left]>.ht-tooltip,[data-ht-placement=bottom-right]>.ht-tooltip,[data-ht-placement=bottom]>.ht-tooltip,[data-ht-tooltip=""][data-ht-placement=bottom-left]::after,[data-ht-tooltip=""][data-ht-placement=bottom-right]::after,[data-ht-tooltip=""][data-ht-placement=bottom]::after{top:calc(100% + var(--ht-tooltip-arrow-height) + var(--ht-tooltip-offset))}[data-ht-placement=bottom]>.ht-tooltip>.ht-popover-inner,[data-ht-placement=bottom]>.ht-tooltip>.ht-tooltip-inner,[data-ht-tooltip=""][data-ht-placement=bottom]::after{transform:translateX(-50%)}[data-ht-placement=bottom-left]>.ht-tooltip>.ht-popover-inner,[data-ht-placement=bottom-left]>.ht-tooltip>.ht-tooltip-inner,[data-ht-tooltip=""][data-ht-placement=bottom-left]::after{transform:translateX(-100%)}[data-ht-placement=bottom-right]>.ht-tooltip>.ht-popover-inner,[data-ht-placement=bottom-right]>.ht-tooltip>.ht-tooltip-inner,[data-ht-tooltip=""][data-ht-placement=bottom-right]::after{transform:translateX(0)}[data-ht-placement=left]>.ht-tooltip,[data-ht-tooltip=""][data-ht-placement=left]::after{left:calc(0px - var(--ht-tooltip-arrow-height) - var(--ht-tooltip-offset));top:calc(50% - var(--ht-tooltip-shift-body))}[data-ht-placement=left]>.ht-tooltip>.ht-popover-inner,[data-ht-placement=left]>.ht-tooltip>.ht-tooltip-inner,[data-ht-tooltip=""][data-ht-placement=left]::after{transform:translateX(-100%) translateY(-50%)}[data-ht-tooltip-checked]:checked+[data-ht-tooltip=""][data-ht-trigger~=click]::after,[data-ht-tooltip-checked]:checked+[data-ht-tooltip=""][data-ht-trigger~=click]::before,[data-ht-tooltip-checked]:checked+[data-ht-trigger~=click]>.ht-tooltip,[data-ht-tooltip-checked]:checked[data-ht-tooltip=""][data-ht-trigger~=click]::after,[data-ht-tooltip-checked]:checked[data-ht-tooltip=""][data-ht-trigger~=click]::before,[data-ht-tooltip-group]:checked+* .ht-tooltip,[data-ht-tooltip-group]:checked+* [data-ht-tooltip=""]::after,[data-ht-tooltip-group]:checked+* [data-ht-tooltip=""]::before,[data-ht-tooltip-group]:not([data-ht-trigger~=hover]):not([data-ht-trigger~=focus]):not([data-ht-trigger~=press]):not([data-ht-trigger~=click]):active+* .ht-tooltip,[data-ht-tooltip-group]:not([data-ht-trigger~=hover]):not([data-ht-trigger~=focus]):not([data-ht-trigger~=press]):not([data-ht-trigger~=click]):active+* [data-ht-tooltip=""]::after,[data-ht-tooltip-group]:not([data-ht-trigger~=hover]):not([data-ht-trigger~=focus]):not([data-ht-trigger~=press]):not([data-ht-trigger~=click]):active+* [data-ht-tooltip=""]::before,[data-ht-tooltip-group]:not([data-ht-trigger~=hover]):not([data-ht-trigger~=focus]):not([data-ht-trigger~=press]):not([data-ht-trigger~=click]):focus+* .ht-tooltip,[data-ht-tooltip-group]:not([data-ht-trigger~=hover]):not([data-ht-trigger~=focus]):not([data-ht-trigger~=press]):not([data-ht-trigger~=click]):focus+* [data-ht-tooltip=""]::after,[data-ht-tooltip-group]:not([data-ht-trigger~=hover]):not([data-ht-trigger~=focus]):not([data-ht-trigger~=press]):not([data-ht-trigger~=click]):focus+* [data-ht-tooltip=""]::before,[data-ht-tooltip-group]:not([data-ht-trigger~=hover]):not([data-ht-trigger~=focus]):not([data-ht-trigger~=press]):not([data-ht-trigger~=click]):hover+* .ht-tooltip,[data-ht-tooltip-group]:not([data-ht-trigger~=hover]):not([data-ht-trigger~=focus]):not([data-ht-trigger~=press]):not([data-ht-trigger~=click]):hover+* [data-ht-tooltip=""]::after,[data-ht-tooltip-group]:not([data-ht-trigger~=hover]):not([data-ht-trigger~=focus]):not([data-ht-trigger~=press]):not([data-ht-trigger~=click]):hover+* [data-ht-tooltip=""]::before,[data-ht-tooltip-group][data-ht-trigger~=focus]:focus+* .ht-tooltip,[data-ht-tooltip-group][data-ht-trigger~=focus]:focus+* [data-ht-tooltip=""]::after,[data-ht-tooltip-group][data-ht-trigger~=focus]:focus+* [data-ht-tooltip=""]::before,[data-ht-tooltip-group][data-ht-trigger~=hover]:hover+* .ht-tooltip,[data-ht-tooltip-group][data-ht-trigger~=hover]:hover+* [data-ht-tooltip=""]::after,[data-ht-tooltip-group][data-ht-trigger~=hover]:hover+* [data-ht-tooltip=""]::before,[data-ht-tooltip-group][data-ht-trigger~=press]:active+* .ht-tooltip,[data-ht-tooltip-group][data-ht-trigger~=press]:active+* [data-ht-tooltip=""]::after,[data-ht-tooltip-group][data-ht-trigger~=press]:active+* [data-ht-tooltip=""]::before,[data-ht-tooltip=""]:not([data-ht-trigger~=hover]):not([data-ht-trigger~=focus]):not([data-ht-trigger~=press]):not([data-ht-trigger~=click]):active::after,[data-ht-tooltip=""]:not([data-ht-trigger~=hover]):not([data-ht-trigger~=focus]):not([data-ht-trigger~=press]):not([data-ht-trigger~=click]):active::before,[data-ht-tooltip=""]:not([data-ht-trigger~=hover]):not([data-ht-trigger~=focus]):not([data-ht-trigger~=press]):not([data-ht-trigger~=click]):focus::after,[data-ht-tooltip=""]:not([data-ht-trigger~=hover]):not([data-ht-trigger~=focus]):not([data-ht-trigger~=press]):not([data-ht-trigger~=click]):focus::before,[data-ht-tooltip=""]:not([data-ht-trigger~=hover]):not([data-ht-trigger~=focus]):not([data-ht-trigger~=press]):not([data-ht-trigger~=click]):hover::after,[data-ht-tooltip=""]:not([data-ht-trigger~=hover]):not([data-ht-trigger~=focus]):not([data-ht-trigger~=press]):not([data-ht-trigger~=click]):hover::before,[data-ht-tooltip=""][data-ht-trigger~=focus]:focus::after,[data-ht-tooltip=""][data-ht-trigger~=focus]:focus::before,[data-ht-tooltip=""][data-ht-trigger~=hover]:hover::after,[data-ht-tooltip=""][data-ht-trigger~=hover]:hover::before,[data-ht-tooltip=""][data-ht-trigger~=press]:active::after,[data-ht-tooltip=""][data-ht-trigger~=press]:active::before,[data-ht-tooltip]:not([data-ht-trigger~=hover]):not([data-ht-trigger~=focus]):not([data-ht-trigger~=press]):not([data-ht-trigger~=click]):active>.ht-tooltip,[data-ht-tooltip]:not([data-ht-trigger~=hover]):not([data-ht-trigger~=focus]):not([data-ht-trigger~=press]):not([data-ht-trigger~=click]):focus>.ht-tooltip,[data-ht-tooltip]:not([data-ht-trigger~=hover]):not([data-ht-trigger~=focus]):not([data-ht-trigger~=press]):not([data-ht-trigger~=click]):hover>.ht-tooltip,[data-ht-tooltip][data-ht-trigger~=click]>[data-ht-tooltip-checked]:checked+.ht-tooltip,[data-ht-trigger~=focus]:focus>.ht-tooltip,[data-ht-trigger~=hover]:hover>.ht-tooltip,[data-ht-trigger~=press]:active>.ht-tooltip{opacity:var(--ht-tooltip-opacity);visibility:visible;transition-delay:var(--ht-tooltip-delay-show);transition-duration:var(--ht-tooltip-timing-show);transition-timing-function:var(--ht-tooltip-timing-function-show)}[data-ht-rtl]>.ht-tooltip>.ht-popover-inner>.ht-popover-body,[data-ht-rtl]>.ht-tooltip>.ht-popover-inner>.ht-popover-header,[data-ht-rtl]>.ht-tooltip>.ht-tooltip-inner,[data-ht-rtl][data-ht-tooltip=""]::after,[dir=rtl] :not([dir=ltr]) .ht-popover-body,[dir=rtl] :not([dir=ltr]) .ht-popover-header,[dir=rtl] :not([dir=ltr]) .ht-tooltip-inner,[dir=rtl] :not([dir=ltr]) [data-ht-tooltip=""]::after,[dir=rtl][data-ht-tooltip=""]::after{direction:rtl}[data-ht-ltr]>.ht-tooltip>.ht-popover-inner>.ht-popover-body,[data-ht-ltr]>.ht-tooltip>.ht-popover-inner>.ht-popover-header,[data-ht-ltr]>.ht-tooltip>.ht-tooltip-inner,[data-ht-ltr][data-ht-tooltip=""]::after{direction:ltr}.ht-tooltip-vertical-writing[data-ht-tooltip]{--ht-tooltip-max-width:var(--ht-tooltip-max-width_v);--ht-tooltip-max-height:var(--ht-tooltip-max-height_v)}.ht-tooltip-vertical-writing>.ht-tooltip>.ht-popover-inner>.ht-popover-body,.ht-tooltip-vertical-writing>.ht-tooltip>.ht-popover-inner>.ht-popover-header,.ht-tooltip-vertical-writing>.ht-tooltip>.ht-tooltip-inner,.ht-tooltip-vertical-writing[data-ht-tooltip=""]::after{-webkit-writing-mode:vertical-rl!important;-ms-writing-mode:tb-rl!important;writing-mode:vertical-rl!important;-webkit-text-orientation:upright!important;text-orientation:upright!important;direction:ltr!important}