body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #ffffff !important;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans",
      "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    min-height: 100vh;
    font-size: 0.8rem;
  }
  .top {
    height: 3.2rem;
    width: 101%;
    background-image: linear-gradient(to right, #3894ee, #0699ff);
    text-align: center;
    line-height: 3.2rem;
    font-weight: 600;
    font-size: 1.1rem;
    color: #fff;
  }

  .num {
    display: flex;
    justify-content: space-between;
    padding: 0.7rem 1rem;
    align-items: flex-end;
  }

  .num2 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #167fe8;
  }

  .btncopy {
    width: 3rem;
    height: 1.6rem;
    text-align: center;
    line-height: 1.6rem;
    background-color: #1989f6;
    border-radius: 0.3rem;
    font-size: 0.7rem;
    color: #fff;
  }

  .lubi {
    font-size: 1.2rem;
    font-weight: 600;
    padding-right: 0.5rem;
    padding-bottom: 0.2rem;
  }

  .card {
    padding: 0.6rem 1rem;
    border: 4px solid #d5e5f7;
    margin: 1rem 1rem;
    border-radius: 0.8rem;
  }

  .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem 0rem;
    font-size: 0.9rem;
  }

  .copybtn {
    width: 0.9rem;
    height: 0.9rem;
    padding-left: 1rem;
    padding-top: 0.1rem;
  }

  .stitle {
    color: #aaaaaa;
    font-size: 0.9rem;
  }

  .or {
    text-align: center;
    margin: 0.5rem 0rem;
    color: #0699ff;
  }

  .Scan {
    text-align: center;
    margin: 0.5rem 0rem;
    font-size: 0.8rem;
    font-weight: 600;
  }

  .qr {
    width: 7rem;
    height: 7rem;
    background-color: #0699ff;
    text-align: center;
  }

  .qrcord {
    display: flex;
    justify-content: center;
  }

  .p1 {
    text-align: center;
    font-size: 0.7rem;
    color: #f70808;
    padding: 0.5rem 0rem;
    padding-top: 0.8rem;
  }

  .bankicon {
    width: 100%;
    height: auto;
  }

  input[type="text"] {
    padding: 0.5rem;
    border: 1px solid rgb(184, 184, 184); /* Default border color */
    outline: none; /* Removes the default focus outline */
    border-radius: 0.3rem;
    width: 94%;
    height: 1.5rem;
  }

  input[type="text"]:focus {
    border: 2px solid #0d98fc; /* Border color when the input is focused */
  }

  .subbnt {
    width: 88%;
    padding: 0.6rem;
    margin: 0.6rem;
    background-color: #0699ff;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    height: 1.8rem;
    line-height: 1.6rem;
  }
  .loadingico {
    background-repeat: no-repeat;
    height: 8rem;
    width: 8rem;
    background-image: url("../image/imps.png");
    background-size: 8rem 8rem;
  }

  .loading {
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .image-container {
    position: relative;
    width: 8rem;
    height: 8rem;
    margin: 0 auto;
    overflow: hidden;
  }
  .progress-bar {
    position: absolute;
    width: 92%;
    height: 92%;
    border: 5px solid transparent;
    border-top-color: #2b82e0;
    background-color: unset !important;
    border-radius: 50%;
    animation: spin 2s linear infinite;
  }

  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

  .errpage {
    text-align: center;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  .errp1 {
    max-width: 320px;
    font-size: 0.8rem;
    color: #999;
    margin: 1rem auto;
  }

  .errp0 {
    font-weight: 600;
    font-size: 1.2rem;
    margin-top: 1rem;
  }

  .toast_box {
    position: absolute;
    bottom: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
  }
  
  .toast_box p {
    box-sizing: border-box;
    padding: 10px 20px;
    width: max-content;
    background: #000;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 6px;
    opacity: 0.7;
  }

  .returnappbtn{
    background-color: #0699ff;
    width: 280px;
    height: 3rem;
    color: #fff;
    border-radius: 0.4rem;
    text-align: center;
    line-height: 3rem;
    margin: 2rem auto;
    border: none;
  }

  .card_title {
    padding-left: 1rem;
    color: #b0a6a6;
  }

  .countdown {
    display: flex;
    align-items: center;
  }

  .time {
    width: 2rem;
    height: 2rem;
    background-color: #0699ff;
    border-radius: 4px;
    text-align: center;
    line-height: 2rem;
    font-weight: 600;
    color: #fff;
  }

  .top-right{
    position: absolute;
    right: 2p;
    right: 12px;
    top: 0px;
  }
