.ag-tp {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.ag-tp__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 32px;
    padding: 0;
    cursor: text;
    padding-right: 0 !important;
}
.ag-tp__control.ant-input-disabled {
      cursor: not-allowed;
}
.ag-tp__control.ant-input-disabled .ag-tp__input {
        cursor: not-allowed;
}
.ag-tp__input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border: none;
    outline: none;
    background: transparent;
    padding: 4px 0 4px 11px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    min-width: 0;
    width: 100%;
}
.ag-tp__input:disabled {
      color: rgba(0, 0, 0, 0.25);
}
.ag-tp__icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0 8px;
    color: rgba(0, 0, 0, 0.25);
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
}
.ag-tp__dropdown {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    min-width: 120px;
    max-height: 220px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 1070;
    scrollbar-width: thin;
}
.ag-tp__dropdown::-webkit-scrollbar {
      width: 4px;
}
.ag-tp__dropdown::-webkit-scrollbar-thumb {
      background: #ccc;
      border-radius: 2px;
}
.ag-tp__option {
    padding: 2px 10px;
    font-size: 13px;
    line-height: 1.4;
    cursor: pointer;
    white-space: nowrap;
}
.ag-tp__option:hover {
      background: #e6f7ff;
}
.ag-tp__option--active {
      background: #e6f7ff;
      font-weight: 600;
      color: #1890ff;
}

