// use together with .tooltip, modify the default bootstrap tooltip styles
.tooltip.mmui-tooltip {
  .arrow::before {
    border-bottom-color: $mm-neutral-white;
    border-top-color: $mm-neutral-white;
  }
  .tooltip-inner {
    width: 100%;
    height: 90px;
    background-color: $mm-neutral-white;
    color: $mm-neutral-gray-80;
    font-size: 12px;
    line-height: 1.6;
    padding: 16px;
    white-space: nowrap;
    text-align: left;
  }
}
