page-receive {
  .message-container {
    text-align: center;
    .title {
      padding-top: 10%;
      font-size: 25px;
      color: #444;
      text-align: center;
    }
    .subtitle {
      padding: 20px;
      color: #444;
      margin-top: 10%;
      text-align: center;
    }
  }
  .no-wallet-message {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .backup {
    color: color($colors, light);
    cursor: pointer;
    background-color: color($colors, warning);
    padding: 10px 0;
    text-align: center;
    .icon {
      vertical-align: middle;
      margin: 0 5px;
    }
  }
  .qr-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
    .icon {
      vertical-align: middle;
      margin: 0 10px;
    }
    .text-address {
      margin: 5px 0 10px 0;
      font-size: 12px;
      width: 90%;
      color: color($colors, dark);
      >img {
        vertical-align: middle;
        margin-right: 5px;
        width: 16px;
        display: inline-block;
      }
    }
    img {
      width: auto;
      display: inherit;
    }
    .aclass >img {
      width: 220px;
    }
  }
  .wallets-container {
    padding-left: 2rem;
    height: 60px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-top: 1px solid color($colors, light);
    .wallet-text {
      padding-left: 24px;
      font-size: 1.7rem;
      >span {
        font-size: 12.5px;
        font-weight: 300;
      }
    }
  }
  .footer-md::before {
    background: none;
  }

  .loading-address {
    margin: 0 auto;
    width: 220px;
    height: 220px;
    display: flex;
    text-align: center;
    justify-content: middle;
    align-items: center;
    ion-spinner {
      width: 50px;
      height: 50px;
      margin: 0 auto;
    }
  }

  .box-notification {
    position: absolute;
    width: 100%;
  }
}
