* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
	font-family: "Roboto", sans-serif;
    -webkit-tap-highlight-color: transparent;
}
.payment_upi_container_top_wrapper{
    width: 100%;
    max-width: 550px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100dvh;
    margin: 0 auto;
}
.payment_mthd_cntner {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
} 
.payment_mthd_cntner::-webkit-scrollbar {
    display: none;
  }
.slt_pymt_mthd {
    display: flex;
    text-align: center;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    font-weight: 700;
	font-size: 14px;
	margin: 0;
    padding: 15px 0;
}
.payment_title {
    position: relative;
	padding: 0 15px;
}
.arrw_backed {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor:pointer;
}
.title_amnt_wrap {
    background: #089C6E;
}
.amount_payeble {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    align-items: center;
    padding: 0px 0 80px 0px;
}
.amount_vle {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}
.pyb_txt {
    font-size: 14px;
    color: #fff;
    margin: 0;
}
.top_bannr_bg {
    background-image: url("../img/bg_top_banner.png");
	background-size: auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: 58% 100%;
}
.scan_pay_wrapper {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    margin: -56px 0 0 0;
    background: #fff;
    /* padding-bottom: 85px; */
}
.scan_txt {
    font-size: 16px;
    text-align: center;
    padding: 30px 0 10px 0;
	margin: 0;
}
.upi_app_two{
  padding:0px;
}
.make_pyment_txt {
    font-size: 12px;
    color: #707070;
    text-align: center;
    line-height: 18px;
	margin-bottom: 15px;
}
.qr_code_sectn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 75%;
    margin: 0 auto;
}
.upi_icnsm_one {
    position: absolute;
    top: 10px;
    left: 31px;
}
.upi_icnsm_two {
    position: absolute;
    bottom: 14px;
    left: 21px;
}
.upi_icnsm_third {
    position: absolute;
    top: 18px;
    right: 38px;
}
.upi_icnsm_fourth {
    position: absolute;
	bottom: 14px;
    right: 15px;
}
.scan_qr_cd {
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 24px 2px #53535333;
    max-width: 110px;
}
.valid_time_txt {
    font-size: 12px;
	font-weight: 400;
    color: #707070;
    text-align: center;
    margin: 15px 0;
}
.time_count {
    font-size: 12px;
    font-weight: 600;
    color: #C53D3D;
    padding: 0 3px;
}
.border_cde {
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(90.28deg, #FFFFFF 10.32%, #138F68 49.24%, #FFFFFF 88.97%);
    margin: 20px 0;
}
.app_whch {
    box-shadow: 0px 0px 20px 0px #0000001A;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    /* padding: 10px; */
    gap: 5px;
	min-height: 44px;
	margin: 7px 0;
	cursor: pointer;
}
.app_whch a {
    display: flex;
    align-items: center;
    gap: 7px;
    -webkit-tap-highlight-color:transparent
}
.upi_app_lst {
    display: inline-flex;
    width: 100%;
    gap: 10px;
}
.pay_upi_section_wrapper {
    padding: 10px 15px;
}
.app_txt {
    color: #3D3B3B;
    font-size: 12px;
}
.pay_upi_active {
    border: 1px solid #09AE7A;
}
.pay_now_btn_wrap {
    position: fixed;
    bottom: 0px;
    padding: 15px 15px 15px 15px;
    width: 100%;
    left: 0;
    right: 0;
    box-sizing: border-box;
    /* max-width: 550px; */
    margin: 0 auto;
    background:#fff;
    z-index: 9;
}
.pay_now_btn {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: #fff;
	background: linear-gradient(164.7deg, #055F43 -105.52%, #0AC58A 89.26%);
    border: unset;
    border-radius: 32px;
    padding: 13px;
    width: 100%;
    max-width: 530px;
    /* margin: 0 15px; */
    cursor: pointer;
	text-transform: uppercase;
    font-weight: 500;
}
.pay_btn_disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/* Success Failure screen */
.paymnt_comp_wrap h4 {
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 7px;
}
.process_txt {
    color: #747474;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding: 0 25px;
}
.paymnt_comp_wrap {
    text-align: center;
    margin-bottom: 15px;
}
.succes_mark {
    margin: 0 auto;
    display: block;
    padding: 15px 0;
}
.descript_dets {
    font-size: 14px;
    color: #747474;
    font-weight: 400;
}
.values_txt {
    font-size: 16px;
    color: #747474;
    font-weight: 400;
}
.trans_lst_wrap li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 0px;
    border-bottom: 1px solid #E0E0E0
}
.trans_lst_wrap li:last-child {
    border-bottom: none;
}
.trans_lst_wrap {
    padding: 10px 15px;
    box-shadow: 0px 0px 20px 0px #0000001A;
    margin: 0 15px 0;
    border-radius: 11px;
}
.transctn_dets_wrap {
    padding-bottom: 10px;
}
.done_now_btn{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(164.7deg, #055F43 -105.52%, #0AC58A 89.26%);
    border: unset;
    border-radius: 34px;
    padding:15px;
    width: 100%;
    cursor: pointer;
}
.done_bttn_wrap {
    margin: 0;
    padding: 15px;
}
.process_txt_denied{
    color: #747474;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding: 0 20px;
}


@media screen and (min-width: 320px) and (max-width: 359px) {
    .upi_icnsm_one {
        top: 11px;
        left: 18px;
	}
	.upi_icnsm_two {
        bottom: 16px;
        left: 17px;
	}
	.upi_icnsm_third {
		top: 11px;
         right: 26px;
	}
	.upi_icnsm_fourth {
        bottom: 13px;
        right: 13px;
    }
}
@media screen and (min-width: 280px) and (max-width: 319px) {
    .qr_code_sectn {
		width: 94%;
	}

}

@media screen and (min-width: 551px) {
    body{
        height: 100dvh;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
          background: #c5d2cd;
     }
    .payment_mthd_cntner{
         margin:0 auto;
         width: 100%;
         height: auto;
    }
    .payment_upi_container_top_wrapper {
          display: flex;    
          justify-content: center;
          align-items: center;
          width: 100%;
          max-width: 550px;
          height: auto;
          background: linear-gradient(187.36deg, #001801 3.48%, #0C0D0E 23.52%);
          max-height: 85vh;
        }
    .paywth_upi_wrap{
         padding-bottom: 20px !important;
    }
    .pay_now_btn_wrap{
        position: unset;
    }
    .payble_amunt_wrap {
        border-radius: 16px;
    }
    .pay_upi_section_wrapper {
        padding-bottom: 20px !important;
    }
    .pay_now_btn{
        margin: 0 auto;
    }
    .qr_code_sectn {
        width: 50%;
    }
    .upi_icnsm_third {
        top: 9px;
    }    
}

@media screen and (min-width: 768px) {
    
    .payment_upi_container_top_wrapper {
          display: flex;    
          justify-content: center;
          align-items: center;
          width: 100%;
          max-width: 550px;
          height: auto;
          max-height: 90vh;
    }
    .pay_upi_wrap {
        margin-bottom: 70px;
    }
    .pay_now_btn_wrap{
        position: unset;
    }
}

@media screen and (min-width: 1200px) {
    .payment_upi_container_top_wrapper {
        max-height: 98vh;
  }
  .scan_txt{
    padding: 20px 0px 10px 0px;
  }
  .upi_app_two{
    padding: 0;
  }
}


