* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
	font-family: "Inter", sans-serif;
    -webkit-tap-highlight-color: transparent;
}
.payment_upi_container_top_wrapper{
        width: 100%;
        max-width: 550px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100dvh;
        margin: 0 auto;
        background: linear-gradient(187.36deg, #001801 3.48%, #0C0D0E 23.52%);
        padding:0 15px;
}
.payment_mthd_cntner {
    overflow-y: auto;
    overflow-x: hidden;
    /* padding-bottom: 20px; */
    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: 600;
	font-size: 16px;
	margin: 0;
    padding: 15px 0;
}
.payment_title {
    position: relative;
}
.arrw_backed {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor:pointer;
}
.payble_amunt_wrap {
	background-image: url(../img/payment_amt_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 96px;
	margin: 15px 0;
	border-radius: 12px;
}
.payble_bg_sec {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	padding: 14px 12px;
}
.pyb_txt {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
	margin: 0;
	padding-bottom: 10px;
}
.amount_vle {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
	margin: 0;
}
.mak_pmnt {
    color: #5BB45F;
    font-size: 11px;
    font-weight: 400;
}
.more_btn {
    background: transparent;
    color: #fff;
    border: 1px solid #ffffff8c;
    border-radius: 16px;
    font-size: 8px;
    font-weight: 400;
    padding: 3px 5px;
}
.valid_time_txt {
    font-size: 12px;
    color: #fff;
}
.scn_qrcode_sec {
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    justify-content: space-between;
    border: 1px solid #4CAF501F;
    padding: 10px 5px;
    background: #4CAF5005;
    border-radius: 11px;
    gap:10px;
}
.txt_wrap_qr {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
}
.qr_cdscn {
    border: 1px solid #4CAF5080;
    padding: 8px;
    border-radius: 12px;
    margin-left: 7px;
}
.upi_img_sec {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
}
.time_count {
    font-size: 13px;
    font-weight: 700;
    color: #5EB761;
}
.scpy_txt {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin: 20px 0 15px 0;
}
.or_txt {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}
.brdr_lft {
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 15.27%);
    opacity: 0.2;
}
.brdr_ryt {
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 84.73%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.2;
}
.or_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 15px 0;
}
.upi_apps {
    border: 1px solid #4CAF5066;
    border-radius: 8px;
    padding: 9px 12px;
    cursor: pointer;
    box-sizing: content-box;
}
.pay_upi_wrap ul li a{
--webkit-tap-highlight-color: transparent;
}
.txt_of_app {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}
.pamt_upi_apps {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.upi_app_sm {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.pay_upi_active {
    background: linear-gradient(180deg, #345f398a 0%, #406d2f78 100%);
    border: 1px solid #4caf50db;
}
.pay_now_btn_wrap {
    position: fixed;
    bottom: 0px;
    padding: 20px 15px 20px 15px;
    width: 100%;
    left: 0;
    right: 0;
    box-sizing: border-box;
    max-width: 550px;
    margin: 0 auto;
    background: linear-gradient(187.36deg, #001801 3.48%, #0C0D0E 23.52%);
    z-index: 9;
}
.pay_now_btn {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #4CAF50;
    border: unset;
    border-radius: 10px;
    padding: 15px;
    width: 100%;
    cursor: pointer;
}
.pay_btn_disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/* Success screen */

.paid_amt_txt {
    color: #FCFDFF;
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 3px;
}
.amount_vle_cpmlt {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.amount_paid_sec {
    border: 1px solid #FFFFFF;
    border-radius: 72px;
    box-shadow: 0px 0px 4px 0px #0000001A;
    width: 160px;
    text-align: center;
    padding: 5px;
}
.failed_amnt{
    background: #eb7d8b38;
}
.succed_amnt {
    background: #00d30a1f;
}
.succes_mark,.failure_mark {
    margin: 5px 0;
}
.paymet_comp_txt {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.proces_txt {
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 10px 0;
}
.success_txt_clr{
    color: #5BB45F;
}
.failure_txt_clr {
    color: #FF536A;
}

.page_frst_wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0 0 0;
}
.descript_dets {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
}
.values_txt {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.page_secnd_wrap {
    display: flex;
    flex-direction: column;
    text-align: center;
}
ul.trans_lst_wrap li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 0px;
    border-bottom: 1px solid #FFFFFF1A;
}
ul.trans_lst_wrap li:last-child {
    border-bottom: none;
}
.done_now_btn {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #4CAF50;
    border: unset;
    border-radius: 10px;
    padding:15px;
    width: 100%;
    cursor: pointer;
}
.done_bttn_wrap {
    margin: 15px 0 15px 0;
}
.trans_lst_wrap {
    padding: 0 15px;
}


@media screen and (min-width: 320px) and (max-width: 359px) {
    .upi_apps {
        width: 23px;
        height: 23px;
    }
    .valid_time_txt {
        font-size: 10px;
    }
    .mak_pmnt {
        font-size: 10px;
        padding-bottom: 4px;
    }
}
@media screen and (min-width: 280px) and (max-width: 319px) {
    .upi_apps {
        width: 18px;
        height: 20px;
    }
    .scn_qrcode_sec{
        padding:5px;
    }
    .qr_cdscn{
        margin-left: 0px;
    }
    .mak_pmnt{
        font-size: 9px;
        line-height: 11px;
    }
    .valid_time_txt{
        font-size: 8px;
    }
    .slt_pymt_mthd {
        font-size: 14px;
    }
    .scpy_txt{
        font-size: 13px;
    }
}

@media screen and (min-width: 551px) {
     body{
        height: 100dvh;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
          background: #c1dbc2;
     }
    .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;
        padding: 20px 0;
    }
    .payble_amunt_wrap {
        border-radius: 16px;
    }
    

}

@media screen and (min-width: 768px) {
    body{
        height: 100dvh;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        background: #bbd2b5;
    }
    .payment_mthd_cntner{
         margin:0 auto;
         width: 100%;
         max-width: 550px;
         height: auto;
    }
    .payment_upi_container_top_wrapper {
          display: flex;    
          justify-content: center;
          align-items: center;
          width: 100%;
          max-width: 550px;
          height: auto;
          max-height: 90vh;
    }
    .pay_now_btn_wrap{
        position: unset;
        padding:20px 0;
    }
    /* .pamt_upi_apps {
        justify-content: space-around;
    } */
    .upi_apps {
        width: 45px;
    }
    .qr_cdscn {
        width: 120px;
    }
}


@supports (-webkit-touch-callout: none) { 
    @media screen and (max-width: 550px) {
    body{
        background: #0C0D0E;
    }
}
}