.udp-search {
  position: relative;
  display: flex;

  .adm-search-bar {
    height: 44px;
    line-height: 44px;
    flex: 1;
  }

  .adm-search-bar-input-box {
    height: 44px;
    line-height: 44px;
    margin: 0 5px;
    background: var(--cscec-color-input-background);
  }

  .udp-search-cancel-btn {
    text-align: center;
    color: rgba(0, 0, 0, 0.86);
    width: 50px;
    height: 44px;
    line-height: 44px;
  }
}
