/* - - - - - - - - - - - - - - - - - - - - - - - - - - -
  Poptips : https://usual.tools/w/poptips/
  Copyright Usual Tools
  Released under the MIT license
  http://www.opensource.org/licenses/mit-license.php
  Version: 1.0.0 - April 17, 2021
- - - - - - - - - - - - - - - - - - - - - - - - - - - */

.poptips-text-folder {
  display: none;
}

.poptips {
  position: relative;
}
.poptips-text-in {
  display: none;
  position: absolute;
  width: 300px;
  background: #ccc;
  top: 1.2em;
  left: 30%;
}

.is-active .poptips-text-in {
  display: block;
}

