.select-customer-right-panel-list {
  width: 100%;
  flex: 1;
  overflow-y: auto;

  .select-customer-right-panel-item {
    border: none;
    position: relative;

    // &::before {
    //   content: '';
    //   position: absolute;
    //   bottom: 0;
    //   left: 0;
    //   width: 100%;
    //   height: 100%;
    //   background: transparent;
    //   z-index: 1;
    //   height: 1px;
    //   background-color: #eaecf0;
    // }

    &.select-customer-right-panel-item-active,
    &:hover {
      background: var(--Gray-100, #F2F4F7);

      // &::before {
      // display: none;
      // }
    }
  }
}

.select-customer-right-panel-load-more {
  padding: 10px 0;
  text-align: center;
}

.select-customer-right-panel-add {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #7f56d9;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  gap: 8px;
}