:root {
      --rt-color-white: #fff;
      --rt-color-dark: #222;
      --rt-color-success: #8dc572;
      --rt-color-error: #be6464;
      --rt-color-warning: #f0ad4e;
      --rt-color-info: #337ab7;
      --rt-opacity: 0.9;
      --rt-transition-show-delay: 0.15s;
      --rt-transition-closing-delay: 0.15s;
      --rt-arrow-size: 8px
    }

    .core-styles-module_tooltip__3vRRp {
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none;
      opacity: 0;
      will-change: opacity
    }

    .core-styles-module_fixed__pcSol {
      position: fixed
    }

    .core-styles-module_arrow__cvMwQ {
      position: absolute;
      background: inherit;
      z-index: -1
    }

    .core-styles-module_noArrow__xock6 {
      display: none
    }

    .core-styles-module_clickable__ZuTTB {
      pointer-events: auto
    }

    .core-styles-module_show__Nt9eE {
      opacity: var(--rt-opacity);
      transition: opacity var(--rt-transition-show-delay)ease-out
    }

    .core-styles-module_closing__sGnxF {
      opacity: 0;
      transition: opacity var(--rt-transition-closing-delay)ease-in
    }
