html body .tooltip-inner {
  color: #444050;
  background: white;
  box-shadow: 0 0.1875rem 0.75rem 0 rgba(47, 43, 61, 0.14);
  border-radius: 0.375rem;
}
html body .bs-tooltip-start .tooltip-arrow::before, html body .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  border-left-color: white;
  box-shadow: 0 0.1875rem 0.75rem 0 rgba(47, 43, 61, 0.14);
}
html body .bs-tooltip-end .tooltip-arrow::before, html body .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  border-right-color: white;
  box-shadow: 0 0.1875rem 0.75rem 0 rgba(47, 43, 61, 0.14);
}
html body .bs-tooltip-top .tooltip-arrow::before, html body .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: white;
  box-shadow: 0 0.1875rem 0.75rem 0 rgba(47, 43, 61, 0.14);
}
html body .bs-tooltip-bottom .tooltip-arrow::before, html body .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-bottom-color: white;
  box-shadow: 0 0.1875rem 0.75rem 0 rgba(47, 43, 61, 0.14);
}

/*# sourceMappingURL=app.tooltip.css.map */
