.uiless-member-type-option {
  &-item {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 36px;
    padding: 0 8px;

    &:hover {
      cursor: pointer;
      &:after {
        opacity: 1;
      }
    }

    &:after {
      opacity: 0;

      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 100%;
      border-radius: 4px;
      background-color: $gray-01;
      z-index: -1;
    }

    &-text {
      flex: 1;
      line-height: 20px;
    }
    &-avatar {
      margin-right: 8px;
    }

    .next-checkbox {
      margin-right: 8px;
    }
  }

  &-group {
    height: 52px;
  }
}
