body[uig-on] * {
  pointer-events: none !important; }

body[uig-on] [uig-highlight-backdrop],
body[uig-on] [uig-popup],
body[uig-on] [uig-clickable] {
  pointer-events: all !important; }
  body[uig-on] [uig-highlight-backdrop] *,
  body[uig-on] [uig-popup] *,
  body[uig-on] [uig-clickable] * {
    pointer-events: all !important; }

[uig-highlight-backdrop] {
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

[uig-highlight-box] {
  position: absolute;
  display: inline-block;
  will-change: left, top, width, height; }

[uig-non-positioned] {
  position: relative !important; }

[uig-target] {
  z-index: 1001 !important; }

[uig-popup] {
  z-index: 1002; }

/*# sourceMappingURL=ui-guide.css.map */
