w-tooltip{display:inline-block;position:absolute;z-index:9999;pointer-events:none;opacity:0;visibility:hidden;transition:opacity 0.18s ease,visibility 0.18s ease}w-tooltip.is-visible{opacity:1;visibility:visible;pointer-events:auto}.w-tooltip-bubble{display:inline-block;position:relative;padding:8px 10px;border-radius:999px;font-family:inherit;font-size:12px;font-weight:500;line-height:16px;white-space:nowrap;cursor:default;user-select:none;background-color:#270046;color:#fff}.w-tooltip-arrow{position:absolute;background-color:#270046;width:12px;height:12px;border-radius:2px;transform:rotate(45deg);top:-5px}w-tooltip[position="down"] .w-tooltip-arrow{top:auto;bottom:-5px}w-tooltip .w-tooltip-arrow{left:16px;right:auto}w-tooltip.arrow-right .w-tooltip-arrow{left:auto;right:16px}