.zbx-search-bar-popup {
  width: 100%;
  height: 40px;
  border-radius: 40px;
  background: #f3f3f3;
  text-align: left;
  padding: 10px 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  &-value {
    justify-content: space-between;
    > span {
      width: 280px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      word-break: break-all;
    }
  }
  &-placeholder {
    color: #999;
    justify-content: center;
    > span {
      color: #999;
      margin-left: 6px;
    }
  }
}
