.MiniAppSettings {
  height: 100%;
  .settings-container {
    height: inherit;
    display: flex;
    flex-direction: column;
  }
  &-toolbar {
    padding-top: 20px;
  }
  .list-title {
    text-align: left;
  }
  label.paypay-switch {
    margin-bottom: 0 !important;
  }
  .settings-unit {
    width: 100%;
  }
  .profile-unit {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    .sub-text {
      font-size: 12px;
      color: #606060;
    }
    .mark-container {
      padding-top: 8px;
    }
  }
  .mandatory-mark {
    font-size: 14px;
    color: #909090;
  }
  .switch-wrapper {
    margin-right: -8px;
  }
  .mail-unit {
    display: flex;
    flex-direction: column;
    padding: 8px 0;
    .mail-address {
      display: flex;
      justify-content: space-between;
    }
    .mail-address-label {
      text-align: left;
      color: #ff1242;
      font-size: 12px;
    }
    .sub-description-label {
      text-align: left;
      color: #606060;
      font-size: 12px;
    }
    .mail-address-btn {
      text-align: right;
      color: #00b9f5;
    }
    .btn-wrapper {
      padding: 24px 0;
      button {
        width: 100%;
      }
    }
    .phonenumber {
      color: #606060;
      font-size: 12px;
    }
    .plain-btn {
      border: none;
      box-shadow: none;
      color: #00b9f5;
    }
  }
}
