.qr-code-wrapper-4_-P1 {
  display: flex;
  align-items: center;
  position: relative;
}

.resize-button-15VyV {
  background: var(--colorBlack900);
  width: 32px;
  height: 32px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


.modal-background-1hkoJ {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background-color:rgba(0, 0, 0, 0.9);
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}

  .modal-background-1hkoJ .close-modal-background-3Fqfk {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
  }

  .modal-background-1hkoJ .modal-wrapper-zEGgh {
    background-color: white;
    border-radius: 8px;
    max-height: calc(100vh - 64px);
    overflow: auto;
    display: flex;
    flex-direction: column;
  }

@media (max-width: 639.98px) {
  .modal-background-1hkoJ {
    background-color:rgba(0, 0, 0, 0.5);
  }

    .modal-background-1hkoJ .modal-wrapper-zEGgh {
      width: 100%;
    }

  .bottom-1SUUy {
    align-items: flex-end;
  }
  
    .bottom-1SUUy .modal-wrapper-zEGgh {
      border-radius: 8px 8px 0 0;
    }
  
  .top-3Qro6 {
    align-items: flex-start;
  }
  
    .top-3Qro6 .modal-wrapper-zEGgh {
      border-radius: 0 0 8px 8px;
    }
    .center-1CcnJ .modal-wrapper-zEGgh {
      margin: 0 16px;
    }
}
.header-27PmB {
  display: grid;
  grid-template-columns: 40px auto 40px;
  grid-template-rows: 40px;
}

  .header-27PmB button {
    border-radius: 4px;
    color: var(--colorBlack500);

    display: flex;
    justify-content: center;
    align-items: center;

    padding: 0;
    border: none;
    outline:none;
    background: none;
    cursor: pointer;
  }

  .header-27PmB button:hover {
      background-color: var(--colorGrayBlue50);
      color: var(--colorGrayBlue900);
    }

  .header-27PmB .close-button-3yCur {
    grid-area: 1/3/1/3;
  }

  @media (max-width: 639.98px) {.header-27PmB {
    grid-template-columns: 24px auto 24px;
    grid-template-rows: 24px
}
  }
.qr-code-modal-fLV_w {
  padding: 16px;
}
.alert-message-34mAA {
  display: flex;
  padding: 6px 10px;
  margin: 15px 0;
  border-radius: 4px;
  font-family: var(--fontMain);
  font-size: 12px;
  color: var(--colorGrayBlue900);
  overflow: hidden;
}

  .alert-message-34mAA.info-31HLd {
    font-weight: 600;
    background: var(--colorVipGreen50);
  }

  .alert-message-34mAA.warn-3OBzF {
    background: var(--colorOrange50);
    font-weight: 600;
  }

  .alert-message-34mAA.danger-_bj6P {
    background: var(--colorRed50);
    font-weight: bold;
  }

  .alert-message-34mAA .alert-message-icon-3shXl {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding-bottom: 2px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
  }

  .alert-message-34mAA .alert-message-icon-3shXl.info-31HLd {
      background: var(--colorVipGreen900);
    }

  .alert-message-34mAA .alert-message-icon-3shXl.warn-3OBzF {
      background: var(--colorOrange900);
    }

  .alert-message-34mAA .alert-message-icon-3shXl.danger-_bj6P {
      background: var(--colorRed900);
    }

  .alert-message-34mAA .alert-message-text-1jqKv {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 10px;
  }

  .alert-message-34mAA .alert-message-text-1jqKv p {
      margin: 0;
    }

