div.tooltip-inner {
  max-width: 550px;
  background: var(--grey);
  border: 1px solid transparent;
  border-color: black;
  color: black;
}

.tooltip.show {
  opacity: 1;
}

/*
.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #f5f6fa !important;
  }

  .tooltip.bs-tooltip-left .arrow:before {
   border-left-color: #f5f6fa !important;
  }

  .tooltip.bs-tooltip-bottom .arrow:before {
   border-bottom-color: #f5f6fa !important;
  }

  .tooltip.bs-tooltip-top .arrow:before {
   border-top-color: #f5f6fa !important;
  }*/
