.tooltip {
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, .12));
  position: absolute;
  z-index: 99;

  .tooltip-inner {
    background: $white;
    color: $gray-dark;
    padding: 8px 16px !important;
    border-radius: 4px;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.375rem;
    max-width: 340px !important;
  }

  .arrow:before {
    border-top-color: $white;
  }
}
