@import "./variables.scss";
.sell-category-selection {
  .category-tree {
    color: $category-tree-font-color;
  }
  .item-function {
    display: inline-block;
    padding-left: 30px;
  }
  .tooltip {
    display: inline-block;
  }
  .tooltip-top {
    display: inline-block;
  }
  .offline-tag {
    $height: 16px;
    display: inline-block;
    color: #fff;
    background-color: #d8d8d8;
    padding: 0 3px;
    font-size: 12px;
    margin-left: 4px;
    line-height: $height;
    height: $height;
    border-radius: 2px;
    transform: scale(0.8);
  }
  .tree-node-hide {
    display: none;
  }
  .search-hight {
    color: #ff6600;
  }
  .tree-node-selected {
    div {
      color: red !important;
    }
  }
  .next-tree-switcher-noop-line {
    width: 0px !important;
  }
  .next-tree-switcher {
    margin-right: 1px !important;
  }
  .tree-content-tooltip {
    text-align: center;
    span {
      color: #ff3333;
      margin-left: 10px;
    }
    .next-icon-search {
      color: #ff3333;
    }
  }
}
