.member-search-empty-container {
  display: flex;
  flex: 1;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  > img {
    width: 72px;
  }
  > span {
    color: $gray-05;
    margin-top: 12px;
  }
}
