.gm-tree {
  background: white;
  width: 100%;
  height: 100%;

  .gm-tree-filter,
  .gm-tree-find {
    .gm-input {
      border-radius: 0;
    }

    .gm-btn {
      border-radius: 0;
    }
  }

  .gm-tree-list-item {
    cursor: pointer;
    padding: 0 10px 0 5px;
    height: 28px;

    &:hover {
      background-color: var(--gm-color-bg-primary-light);
    }

    &.active {
      background-color: var(--gm-color-bg-primary-light);
    }

    &.gm-tree-list-item-find-active {
      outline: 1px solid var(--gm-color-bg-primary);
      outline-offset: -1px;
    }
  }
}
