.pisell-eftpos-pay-adyen-scan {
  height: 100%;
  display: flex;
  flex-direction: column;

  &-header {
    position: relative;
    padding-bottom: 16px;
    display: flex;
    align-items: center;

    &-close {
      position: absolute;
      right: -10px;
      padding: 10px;
      cursor: pointer;
    }

    &-title {
      color: #101828;
      font-size: 18px;
      font-weight: 600;
    }
  }

  &-body {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  &-methods {
    display: flex;
    flex-direction: column;
    gap: 16px;

    &-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 16px 8px 16px 16px;
      border: 1px solid #eaecf0;
      border-radius: 8px;
      background: #fff;
      cursor: pointer;

      &-name {
        font-size: 16px;
        font-weight: 500;
        color: #101828;
      }
    }

    &-loading-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 24px;
    }

    &-loading {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #667085;
      font-size: 14px;
    }

    &-empty {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 32px 0;
      color: #667085;
      font-size: 14px;
    }
  }

  &-qrcode-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }

  &-qrcode-title {
    font-size: 16px;
    font-weight: 500;
    color: #101828;
  }
}
