.zbx-search-input {
  &-search-content {
    padding: 0 15px;
  }

  &-loading {
    display: flex;
    justify-content: center;
    margin-top: 16px;
  }

  &-options {
    flex: 1;
    overflow-y: auto;
    .option-row {
      height: 50px;
      display: flex;
      align-items: center;
      margin-left: 23px;
      font-size: 16px;
      .option-label {
        width: 300px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-break: break-all;
        flex: 1;
        margin-left: 5px;
      }
    }
  }
}
