.ibz-tooltip-async-wrapper {
  position: relative;
  max-width: 500px;
  background-color: #1e1e1e;

  .more-help {
    text-align: right;
    font-size: 16px;

    .icon {
      cursor: pointer;
    }
  }
}

.ibz-tooltip-async-wrapper.loading {
  width: 60px;
  height: 30px;
}
