/*General*/
html,body{
	height:100%;
	overflow: hidden;
	width: 100%;
	margin:0;
}
*{
	-webkit-tap-highlight-color:transparent;
}
.screen_bg {
   font-family: "Inter", sans-serif;
   font-style: normal;
   margin: 0;
}
.screen_width {
    max-width: 550px;
    width: 100%;
    margin: 0px auto;
    overflow: hidden scroll;
}
.screen_width::-webkit-scrollbar, .screen_bg::-webkit-scrollbar {
    display: none;
}
/*Start Header Section*/
.he_bg_im{
	display: flex;
    align-items: center;
    padding:10px 0px;
}
.header_sec {   
    background-image: url("../img/header_bg.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width:100%;
    height: 185px;
    position: relative;
    top: 0px;
    /* mix-blend-mode: luminosity; */
}
.payupi_title {
    position: absolute;
    left: 10px;
}
.header_arr {
    background: #1D2439;
    padding: 5px 8px;
    border-radius: 5px;
    cursor: pointer;
}
.header_tle h1{
	color:#fff;
	font-size:16px;
	line-height:21px;
	font-weight:bold;
    margin: 5px 0px;
}
.header_tle{
	margin:0 auto;
}
.amount_pay {
    color: #fff;
    text-align: center;
    padding-top:5px;
}
.amount_pay p {
    font-size: 12px;
    font-weight: 500;
    margin-bottom:5px;
    margin-top: 0px;
}
.pay_rupees {
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
}
.amt._new_balance {
    padding-left: 2px;
}
/*End Header Section*/

/*Start QR Scan & UPI*/
.qr_section{
    border-radius: 12px 12px 0px 0px;
    background: #fff;
    top: -10px;
    position: relative;
    z-index: 1;
}
.qr_scan_cnt {
    text-align: center;
    padding:10px 10px 10px 10px;
    background: #fff;
    margin: 0px 15px 0px 15px;
    position: relative;
    top: -45px;
    border-radius: 8px;
    box-shadow: 0px 0px 10.81px 0px #00000014;
}
.qr_scan_cnt h2{
	font-size:16px;
	line-height:21px;
    color: #1C2560;
    margin: 0px 0px 10px 0px;
}
.qr_scan_cnt p{
	font-size:12px;
	line-height:17px;
    color: #3A458A;
    max-width: 300px;
    margin: 0 auto;
}
.listing_item{
	display:flex;
	padding-left: 0px;
	justify-content: center;
	margin: 5px;
}
.listing_item li {
    list-style: none;
}
.listing_item img {
    width: 50px;
}
.qr_sc_img {
    max-width: 122px;
    margin: 5px auto;
    border-radius: 8px 8px 0px 0px;
    padding: 17px;
    box-shadow: 0px 0px 10.81px 0px #00000014;
}
.time_coun{
	max-width: 135px;
    margin: 0px auto;
    border-radius: 0px 0px 8px 8px;
    padding: 6px 10px 6px 10px;
    box-shadow: 0px 0px 10.81px 0px #00000014;
}
.time_coun p{
    color: #3A458A;
    font-size:12px;
}
.counter_upi {
    color: #D4574F;
    font-weight:500;
}
/*UPI*/
.or_upi{
	text-align: center;
	position: relative;
    top: -30px;
}
.or_txt{
	margin:0px 0px 10px 0px;
	font-size:12px;
	font-weight: bold;
}
.listing_item_upi{
	display:flex;
	padding-left: 0px;
    justify-content: space-around;
	margin: 15px 15px 0px 15px;
	padding:10px 7px;
	box-shadow: 0px 0px 10.81px 0px #00000014;
}
.listing_item_upi li {
    list-style: none;
}
.listing_item_upi li  img{
    background: #FFFFFF;
    box-shadow: 0px 0px 60px 0px #00000024;
    padding:10px;
    border-radius: 26px;
    width: 30px;
    height: 30px;
}
.listing_item_upi p{
	color: #3A458A;
    font-size:12px;
    font-weight: 500;
    margin: 5px 0px;
}
.listing_item_upi li a, .listing_item_more_upi li a {
    text-decoration: none;
}
.listing_item_upi li img{
	border:1px solid transparent;
}
.pay_upi_active img{
	border:1px solid #366FE0!important;
	box-shadow: 0px 0px 14px 0px #00000060;
}
/*End QR Scan & UPI*/

/*Start Pay UPI btn*/
.pay_btn_disabled{
	opacity: 0.3;
	cursor: not-allowed!important;
    pointer-events: none;
}
.pay_now_btn {
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    z-index: 9;
    max-width: 550px;
    margin: 0 auto;
}

.sub_pay_now, .sub_pay_succ, .sub_pay_fail {
    padding: 10px 20px; 
    background: #1A2033; 
    color: white; 
    border-radius: 5px; 
    cursor: pointer;
    font-size: 16px;
    width:100%;
    font-weight: bold;
    max-width: 95%;
    box-shadow: none;
    border:none;
}

/* Payment Success Page */
.am_success span{
    color:#87E464;
}
.qr_scan_cnt.pay_su {
    padding: 24px 0px 24px 0px;
    box-shadow: 0px 0px 10.81px 0px #00000014;
}
.pay_detail {
    list-style: none;
    padding-left: 0;
    padding: 0px 20px;
    margin: 0;
}
.pay_detail li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 520px;
    margin: 0 auto;
    color:#3A458A;
    font-size: 13px;
    border-bottom: 1px solid #0000001A;
}
.pay_title {
    padding-right: 5px !important;
}
.pay_rece {
    font-weight: 500;
}
.pay_detail div {
    padding: 10px 0px;
}
.pay_detail li:nth-last-child(1){
    border-bottom: none;
}
.pay_succ_btn {
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    /* box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1); */
    background: #fff;
    z-index: 9;
    max-width: 550px;
    margin: 15px auto 15px auto;
}
/* End Payment Success Page */

/* Payment Failed */
.am_failed span{
   color:#C63F42;
}
.pay_fail_btn {
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    /* box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1); */
    background: #fff;
    z-index: 9;
    max-width: 550px;
    margin: 15px auto 15px auto;
}
/*End Payment Failed */
@media only screen and (max-width: 550px) {
.pay_now_btn {
    position: fixed;
    bottom: 0px;
}
.screen_bg {
	overflow-y:scroll;
	height:100dvh;
}
}
@media only screen and (min-width: 551px) {
.screen_width{
	box-shadow: 0px 0px 10.81px 0px #00000014;
    width: 550px;
    /* height: 100%; */
    height: auto;
    background: #fff;
}
.dff{
	background: #fff;
}
.screen_bg {  
    max-height: 90vh;
    height:auto;
    overflow-y: scroll;
    position: relative;
}
body{
    background: #cccccc24; 
    display: flex;
    align-items: center;
    justify-content: center;
}
.pay_now_btn{
	box-shadow: none;
}
 .pay_now_btn {
   position: relative;
 }
}
@media only screen and (min-width: 551px) and (max-width: 766px)  {
    .or_upi{
        padding-bottom: 0px!important;
    }
}
@media only screen and (min-width: 620px) and (max-height: 860px)  {
 .pay_now_btn {
   position: sticky;
   bottom:0px;
}
.screen_bg {  
    height: 97%;
}
.screen_bg.pay_f_he{
    height:auto;
}
}
@media only screen and (min-width: 767px) {
    .or_upi{
        padding-bottom: 0px!important;
    }
    .pay_now_btn {
   position: sticky;
   bottom:0;
 }
}
@media only screen and (min-width: 1200px) {
 .screen_bg {
   max-height:95vh;
   height:unset;
 }
}
/*End Pay UPI btn*/