.unit-search-material {
  .test {
    div {
      display: block !important;
      color: #888888;
    }
    span {
      display: none;
    }
  }
  .icon {
    position: absolute;
    right: 16px;
    top: 0;
    z-index: 2;
    border-radius: 0 4px 4px 0;
    color:#B0B1B8;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 16px;
  }
}
