body,
html {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "sans-serif";
}

.inru_body {
  width: 375px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 53px 15px 20px;
  box-sizing: border-box;
}

.d-flex {
  display: flex;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.inru_top {
  width: 375px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 53px;
  background: linear-gradient(135deg,#0c57ff,#00c7b0);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.inru_cut_down {
  position: absolute;
  font-size: 20px;
  color: #ffffff;
  right: 24px;
  font-weight: bold;
}

.inru_title {
  width: 102px;
  height: 27px;
}

.irnu_amount_tit {
  font-size: 18px;
  width: 100%;
  text-align: center;
  color: #000000;
  font-weight: 400;
  padding: 20px 0 5px;
}

.irnu_amount {
  font-size: 32px;
  color: #435f98;
  padding: 0 0 13px;
  font-weight: bold;
}

.irnu_amount_unit {
  font-size: 20px;
  margin-right: 5px;
}

.irnu_amount_tip {
  width: 100%;
  font-size: 12px;
  color: #28231f;
  /* padding-bottom: 5px; */
  text-align: center;
}

.irnu_scan {
  width: 100%;
  padding: 20px 15px 10px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 8px 0px #00000030;
}

.irnu_scan_title {
  font-size: 14px;
  color: #232625;
  padding-bottom: 10px;
  width: 100%;
  font-weight: bold;
}

.irnu_scan_item {
  width: 100%;
  padding: 12px 10px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 15px;
  border: 2px solid  #00bcf8;;
  margin-top: 10px;
  cursor: pointer;
}

.irnu_scan_item_img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* border: 1px solid #fe9335; */
  flex: 0 0 auto;
}

.irnu_scan_item_img_bg {
  background: #5f259f !important;
}

.irnu_scan_item_t {
  font-size: 16px;
  color: #444442;
  margin-left: 10px;
  flex: 0 0 auto;
}

.irnu_scan_item_rec {
  flex: 1;
  font-size: 12px;
  font-weight: bold;
  color: rgb(255, 87, 34);
  text-align: center;
}

.irnu_scan_item_i {
  width: 18px;
  height: 18px;
}

.inru_or {
  padding: 15px 0;
  width: 100%;
  display: none !important;
}

.inru_or_l {
  flex: 1;
  width: 100%;
  height: 1px;
  background: rgb(10, 128, 229);
}

.inru_or_t {
  font-size: 14px;
  color: rgb(10, 128, 229);
  font-weight: bold;
  padding: 0 12px;
}

.irnu_scan_high_light {
  width: 100%;
  font-size: 14px;
  color: rgb(10, 128, 229);
  padding: 10px 0;
  font-weight: bold;
}

.irnu_scan_upi {
  width: 100%;
  height: 38px;
  background: #ffffff;
  border: 1px solid #00bcf8;
}

.irnu_scan_upi_t {
  padding: 0 0 0 12px;
  box-sizing: border-box;
  font-size: 12px;
  color: #b5b5b5;
  flex: 1;
}

.irnu_scan_upi_copy {
  padding: 0 10px;
  height: 100%;
  line-height: 36px;
  background: linear-gradient(135deg, rgb(12, 87, 255) 0%, rgb(0, 199, 176) 100%);
  font-size: 14px;
  color: #ffffff;
  flex: 0 0 auto;
  cursor: pointer;
}

.irnu_scan_low_light {
  width: 100%;
  font-size: 14px;
  color: #868686;
  padding: 10px 0;
  font-weight: bold;
}

.irnu_scan_payment {
  width: 100%;
}

.irnu_scan_payment_item {
  width: 68px;
  height: 68px;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  cursor: pointer;
}

.irnu_scan_payment_item_i {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f2f3f7;
}

.inru_paid_title {
  width: 100%;
  padding: 15px 0 5px;
  font-size: 14px;
  color: #232625;
  font-weight: bold;
}

.inru_paid_guide {
  font-size: 10px;
  color: #0a80e5;
  font-weight: bold;
  padding: 8px 4px;
  border-radius: 2px;
  border: 1px solid #00bcf8;
  gap: 5px;
  margin-left: 12px;
  cursor: pointer;
}

.inru_paid_guide_i {
  width: 13px;
  height: 13px;
}

.inru_utr {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  height: 48px;
  background: #ffffff;
  border: 1px solid #00bcf8;
  /* border-image: linear-gradient(0deg, #ff7e0c, #ffb80e) 10 10; */
}

.inru_utr_i {
  width: 26px;
  height: 20px;
  flex: 0 0 auto;
}

.inru_utr_label {
  font-size: 14px;
  color: #868686;
  /* font-weight: bold; */
  margin: 3px 10px 0 -5px;
  flex: 0 0 auto;
}

.inru_utr_input {
  flex: 1;
  font-size: 12px;
  border: none;
  outline: none;
}

.inru_utr_input::placeholder {
  font-size: 12px;
  color: #b5b5b5;
}

.inru_btn {
  height: 40px;
  background: linear-gradient(135deg, rgb(12, 87, 255) 0%, rgb(0, 199, 176) 100%);
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ffffff;
  font-weight: bolder;
  margin: 10px 0 20px;
  cursor: pointer;
  user-select: none;
}

.inru_btn:active {
  opacity: 0.85;
}

.inru_save {
  width: 100%;
  gap: 5px;
  font-size: 12px;
  color: #868686;
}

.inru_save_i {
  width: 17px;
  height: 20px;
}

.irnu_qrcode {
  /* width: 120px; */
  /* height: 120px; */
  margin: 10px auto;
}

.inru_shadow {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 100;
  display: none;
}

.inru_popup {
  position: fixed;
  width: 375px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -100%;
  padding: 30px 30px 35px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  z-index: 101;
  background: #fefefe;
  border-radius: 10px 10px 0px 0px;
  transition: all 0.3s;
}

.inru_popup_title {
  width: 100%;
  font-size: 16px;
  color: #232625;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.inru_popup_qrcode {
  width: 100%;
  padding: 13px 0;
  border-radius: 18px;
  border: 1px solid #dcdcdc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.inru_popup_qrcode_i {
  width: 160px;
  height: 160px;
}

.inru_popup_qrcode_save {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 25px 5px 20px;
  background: #00bcf8;
  border-radius: 5px;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}

.inru_popup_qrcode_save:active {
  opacity: 0.9;
}

.inru_popup_qrcode_save_i {
  width: 20px;
  height: 20px;
}

.inru_btn_shadow {
  margin-bottom: 0;
}

.animate_inru_jello {
  animation-name: inru_jello;
  animation-duration: 1s;
}

.animate_inru_pulse {
  animation-name: inru_pulse;
  animation-duration: 1s;
}

@keyframes inru_pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    box-shadow: 0px 0px 0 0px #fe9b44;
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
    box-shadow: 0px 0px 10px 0px #fe9b44;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    box-shadow: 0px 0px 0px 0px #fe9b44;
  }
}

@keyframes inru_jello {
  0%,
  100% {
    box-shadow: 0px 0px 0px 0px #fe9b44;
  }
  0%,
  11.1%,
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  33.3% {
    -webkit-transform: skewX(3.125deg) skewY(3.125deg);
    transform: skewX(3.125deg) skewY(3.125deg);
  }
  44.4% {
    -webkit-transform: skewX(-1.5625deg) skewY(-1.5625deg);
    transform: skewX(-1.5625deg) skewY(-1.5625deg);
  }
  50% {
    box-shadow: 0px 0px 10px 0px #fe9b44;
  }
  55.5% {
    -webkit-transform: skewX(0.78125deg) skewY(0.78125deg);
    transform: skewX(0.78125deg) skewY(0.78125deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.390625deg) skewY(-0.390625deg);
    transform: skewX(-0.390625deg) skewY(-0.390625deg);
  }
  77.7% {
    -webkit-transform: skewX(0.1953125deg) skewY(0.1953125deg);
    transform: skewX(0.1953125deg) skewY(0.1953125deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.09765625deg) skewY(-0.09765625deg);
    transform: skewX(-0.09765625deg) skewY(-0.09765625deg);
  }
}

.irnu_qrcode {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.irnu_app {
  display: none;
}

@media screen and (max-width: 750px) {
  .inru_body {
    width: 100%;
  }

  /* .irnu_qrcode {
    display: none;
  } */

  .irnu_app {
    display: block;
  }

  .inru_or {
    display: flex !important;
  }

  .inru_top {
    width: 100%;
    left: 0;
    right: 0;
    transform: translateX(0);
  }

  .inru_popup {
    width: 100%;
    left: 0;
    right: 0;
    transform: translateX(0);
  }
}


.inru_result {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.inru_result_icon {
  width: 100px;
  height: 100px;
}

.inru_result_text {
  font-size: 18px;
  margin-top: 20px;
  text-transform: uppercase;
}