.select-customer-right-panel {
  width: 348px;
  height: 511px;
  position: relative;
  display: flex;
  flex-direction: column;

  .select-customer-right-panel-header {
    color: var(--Gray-900, #101828);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;

    .select-customer-right-panel-header-create {
      justify-content: flex-start;
    }

    .select-customer-right-panel-header-create-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }

    .select-customer-right-panel-header-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 44px;
      height: 44px;
      cursor: pointer;
      font-size: 24px;
    }

    .select-customer-right-panel-header-icon-back {
      justify-content: flex-start;
      width: 24px;
    }
  }
}