﻿.testo-tooltip {
  --bs-tooltip-bg: var(--bcc-verde-scuro);
  --bs-tooltip-color: var(--bcc-nero-digital);
  --bs-tooltip-border-radius: 0;
  --bs-tooltip-font-size: 0.75rem;
  --bs-tooltip-padding-y: 0.625rem;
  --bs-tooltip-padding-x: 0.625rem;
  --bs-tooltip-opacity: 1;
}
.testo-tooltip:not(.testo-header-tooltip) {
  --bs-tooltip-zindex: 800;
}
.testo-tooltip .tooltip-inner {
  background-color: var(--bcc-bianco);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
  line-height: 1.5;
}
.testo-tooltip.bs-tooltip-auto[data-popper-placement^=top] .tooltip-inner {
  border-bottom: 3px solid var(--bcc-verde-scuro);
}
.testo-tooltip.bs-tooltip-auto[data-popper-placement^=right] .tooltip-inner {
  border-left: 3px solid var(--bcc-verde-scuro);
}
.testo-tooltip.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  margin-top: 0.5rem;
}
.testo-tooltip.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-inner {
  border-top: 3px solid var(--bcc-verde-scuro);
  margin-top: 0.5rem;
}
.testo-tooltip.bs-tooltip-auto[data-popper-placement^=left] .tooltip-inner {
  border-right: 3px solid var(--bcc-verde-scuro);
}