/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
.cc-tooltip__trigger {
  cursor: help;
  position: relative;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

.cc-tooltip__trigger .cc-tooltip__icon {
  text-decoration: none;
  font-size: 16px;
  vertical-align: middle;
}

.cc-tooltip__trigger--show:hover:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 0.9);
  content: "";
  position: absolute;
  left: 25%;
  top: -15px;
}

#cc-tooltip__tip {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 10000;
  padding: 1em;
  border-radius: 0.25em;
  max-width: 100%;
  font-size: 14px;
  line-height: 1.61em;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/*# sourceMappingURL=style-index.css.map*/