@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  -webkit-tap-highlight-color: transparent;
}
.payment28_main_section {
  background: rgb(155 152 152);
  overflow: hidden;
}
.payment28_section {
  background: #fff;
  margin: auto;
  width: 100%;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100dvh;
}
.payment_28_sec_sub {
  overflow: scroll;
  display: flex;
  flex-direction: column;
}
.payment_28_sec_sub::-webkit-scrollbar {
  display: none;
}

/* payment header */
.pay_kj_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  position: relative;
}
.pay_kj_headborde {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pay_kj_headborde p {
  font-size: 17px;
  font-weight: 700;
  color: rgba(73, 73, 73, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.pay_kj_headerarrow img {
  cursor: pointer;
}
.payment_banner_content span {
  padding-right: 5px;
}
/* payment banner */
.payment_banner {
  position: relative;
}
.payment_banner img {
  width: 100%;
}
.payment_banner_content {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.payment_banner_content h2 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: rgba(67, 65, 65, 1);
}
.payment_banner_content p {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: rgba(0, 55, 128, 1);
  padding-top: 6px;
}
/* payment scanner */
.payment_scanner {
  margin: 10px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  gap: 7px;
  padding: 5px 7px;
  align-items: center;
  justify-content: center;
}
.payment_left {
  padding: 5px;
  border-radius: 8px;
  border: 1px solid rgba(227, 227, 227, 1);
  text-align: center;
  max-width: 110px;
  display: flex;
}
.payment_upi img {
  width: 100%;
}
.payment_right {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.payment_right p {
  font-size: 12px;
  font-weight: 500;
  color: rgba(74, 74, 74, 1);
}
.payment_upi {
  display: flex;
  align-items: center;
  gap: 10px;
}
.payment_timer p {
  font-size: 12px;
  font-weight: 500;
  color: rgba(154, 1, 1, 1);
  display: flex;
  align-items: center;
}
.payment_timer span {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.payment_timer img {
  margin-right: 5px;
}
/* payment apps */
.payment_apps {
  padding: 25px 16px;
}
.payment_apps h2 {
  font-size: 20px;
  font-weight: 600;
  color: rgba(0, 55, 128, 1);
}

.payment_apps_details div {
  text-align: center;
  margin: 10px 0px 0px;
}
.payment_apps_details p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: rgba(74, 74, 74, 1);
}
.payment_appstxt {
  box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 1);
  border-radius: 0px 0px 8px 8px;
  padding: 10px;
}
.payment_appsmain {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16px 0px;
}
.payment_apps_details {
  border: 1px solid rgba(241, 241, 241, 1);
  border-radius: 8px;
  flex: 0 0 48%;
  box-sizing: border-box;
  margin-bottom: 25px;
  cursor: pointer; 
}
.pay_upi_active {
  border: 1px solid #c0c0c0;
}
.payment_apps_details img {
  width: 40px;
  height: 40px;
}
.timer_righ_space {
  margin: 0px 5px;
}
/* paynow buttom */
.payment28_paynow {
  width: 100%;
  padding: 15px;
  background: rgba(0, 55, 128, 1);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.payment28_paynow_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 15px;
  margin: 0px auto;
  width: 100%;
  max-width: 550px;
  z-index: 9;
  background: white;
}
.payment28_su_fa_paynow_btn {
  display: flex;
  justify-content: center;
  margin: 0px 20px 10px;
}
.pay_btn_disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  background: #d1d2d5;
  color: #82848d;
}

/* payment success */
.payment_successbanner {
  text-align: center;
  padding: 10px 16px;
}
.payment_successbanner img{
  padding-bottom: 16px;
}
.payment_successtext {
  text-align: center;
  margin: a auto;
}
.payment_successtext h2 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: rgba(0, 186, 0, 1);
}
.payment_successtext p {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: rgba(109, 113, 125, 1);
  padding-top: 6px;
}
.payment_detailslist {
  padding: 10px 16px;
}
.payment_detailslist_txt {
  padding: 6px 0px;
  display: flex;
  justify-content: space-between;
}
.payment_detailslist_txt h2 {
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
}
.payment_detailslist_txt p {
  font-size: 12px;
  font-weight: 400;
  color: rgba(26, 26, 26, 1);
}

.pay_successbut {
  padding: 10px 16px;
}
.pay_successdone {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 55, 128, 1);
  border: unset;
  border-radius: 10px;
  padding: 16px;
  width: 100%;
  cursor: pointer;
}
/* payment failed */
.payment_failedbanner {
  text-align: center;
  padding: 10px 16px;
}
.payment_failedbanner img{
  padding-bottom: 16px;
}
.payment_failedtext {
  text-align: center;
  margin: 0 auto;
}
.payment_failedtext h2 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: rgba(253, 66, 65, 1);

}
.payment_failedtext p {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: rgba(109, 113, 125, 1);
  padding-top: 6px;
}

.pay_failedbut {
  padding: 10px 16px;
}
.pay_failedretry {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 55, 128, 1);
  border: unset;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
  cursor: pointer;
}
.dis_con
{
  display: contents;
}
.payment_su_fa_value::before { 
  content: attr(data-value); 
}
@media (min-width: 551px) {
  .payment_right p {
    font-size: 13px;
  }
  .payment28_main_section {
    overflow: hidden;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .payment28_section {
    height: unset !important;
    max-height: 95dvh !important;
    padding-bottom: 10px !important;
  }
  .padbot_no{
    padding-bottom: 0px !important;
  }
  .payment28_scanner_sec_upi {
    padding: 10px 5px;
    max-width: 40px;
    top: 85px;
    right: 35px;
  }
  .payment28_scanner_sec_upi img {
    width: 25px;
  }
  .pay_now_btn.payment28_paynow_btn.upi_pay_sec_init {
    position: unset;
    padding: 0px 15px;
}
.payment_apps {
  padding: 0px 16px;
}
.payment_apps_details {
  margin-bottom: 10px;
}
.payment_apps_details div {
  margin: 5px 0px 0px;
}
}
@media (max-width: 550px) {
.payment_apps {
  padding: 5px 16px;
}
.payment_apps_details p {
  font-size: 16px;
}
.payment_apps_details div {
  margin: 5px 0px 0px;
}
.payment_apps_details img {
  width: 35px;
  height: 35px;
}
.payment_apps_details {
  margin-bottom: 15px;
}
.payment_appstxt {
  padding: 5px;
}
.payment_appsmain {
  padding: 10px 0px;
}
}
/* @media screen and (min-width: 1200px) {
 .payment_28_sec_sub{
  overflow: hidden;
 }
} */
@supports (-webkit-touch-callout: none) {
  @media screen and (max-width: 550px) {
    body {
      background: rgba(20, 20, 20, 1);
    }
  }
}