/* [project]/node_modules/@timeedit/ui-components/lib/src/components/Tooltip/Tooltip.css [app-client] (css) */
@layer teui-components {
  .te-tooltip.tooltip--ghost .ant-tooltip-inner {
    box-shadow: none;
    color: #000000e0;
    background-color: #fff;
    border: 1px solid #00000073;
  }

  .te-tooltip.tooltip--ghost .ant-tooltip-arrow {
    box-shadow: none;
    overflow: visible;
  }

  .te-tooltip.tooltip--ghost .ant-tooltip-arrow:before {
    display: none;
  }

  .te-tooltip.tooltip--ghost .ant-tooltip-arrow:after {
    width: 8px;
    height: 8px;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #00000073;
    border-top: 0;
    border-left: 0;
    border-radius: 0 0 2px;
  }
}

