* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
html, body{
    width:100%;
    height:100%;
    overflow: hidden;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.cdnfonts.com/css/satoshi');
/* font-family: "Roboto", sans-serif; */



.payment20_main_section{
    height: 100dvh;
    overflow: scroll;
}
.payment20_main_section::-webkit-scrollbar{
    display:none;
}
.payment20_section{
    /* background:linear-gradient(152deg, #9B8216 49%, #FFFFFF 49%); */
    background:linear-gradient(163deg, #9B8216 49%, #FFFFFF 49%);
    font-family: "Inter", sans-serif;
    margin: auto;
    width: 100%;
    max-width: 550px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height:100vh; */
}


.payment20_section::-webkit-scrollbar,.payment20_sec_sub_cont::-webkit-scrollbar{
    display:none;
}


.payment20_sec_sub_cont {
    height: 100%;
    overflow: scroll;
    padding:16px;
}
.backarrow{
    width:20px;
    cursor: pointer;
}
.pay24_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding-top: 58px; */
    margin-bottom: 20px;
}
.head_txt{
    font-family: "Roboto", sans-serif;
    color:#FFFFFF;
    font-size:20px;
    font-weight:400;
}

.amount_pay{
    background: #FFFFFF33;
    padding:14px 12px;
    border-radius:84px;
    text-align:center;
    margin-bottom: 25px;

}

.amount{
    color: #FFFFFF;
    font-size:25px;
    font-weight:700;
    font-family: "Roboto", sans-serif;
    line-height: 130%;
}
.amount_pay p:nth-child(1){
    color: #F6F6F6;
    font-size:14px;
    font-weight:500;
}
.sc_py{
    color:#FFFFFF;
    font-size:14px;
    font-weight:600;
    font-family: "Roboto", sans-serif;
    text-align: center;
    margin-bottom:10px;
}
.qrcode_image{
    background-color:#FFFFFF;
    border-radius:9px;
    padding:8px;
    width:170px;
    margin:0 auto;
}
.qr_image{
    width:-webkit-fill-available;
}
.qr_card_holder {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position:relative;
    /* align-items: center; */
    max-width: 380px;
    margin: 0 auto;
}
.top,.bottom{
    display: flex;
    justify-content: space-between;
}
.payment_methods {
    position: absolute;
    top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    padding:10px 0px;
} 
.scan_qr_tile{
    color: #656565;
    font-family: "Roboto", sans-serif;
    font-size:12px;
    font-weight:300;
    text-align:center;
    margin-bottom:10px;
    margin-top:13px;
}
.counter_upi{
    color:#FF6B00;
    font-size:12px;
    font-weight:500;
    font-family: "Roboto", sans-serif;
}



.timer_out {
    padding:1px 0px;
    max-width: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    overflow: hidden;
    border: 1px solid black;
    border-radius: 12px;
    margin-bottom: 20px;
    border: 0px none transparent;
    border-radius: 30px;
    background-image: linear-gradient(white, white), linear-gradient(180deg, #656565, #FFFFFF, #656565);
    background-origin: border-box;
    background-clip: content-box, border-box;

}

.timer_inner {
    display: flex;
    padding: 3px 0px;
    gap: 7px;
}



.or{
    color: #5F5A5A;
    text-align:center;
    font-size:12px;
    font-weight:500;
    font-family: "Nunito", sans-serif;
    position:relative;
    width:100%;
    margin: 0 auto;
    margin-bottom:18px;
}

.or::before {
    content: " ";
    display: block;
    height: 1px;
    width:45%;
    position: absolute;
    top: 50%;
    left: 0;
    background: linear-gradient(251deg, #E7E7E7 18.59%, #303030 125.42%);
    border-color: transparent;
    
  }
  .or::after {
    content: " ";
    display: block;
    height: 1px;
    width:45%;
    position: absolute;
    top: 50%;
    right: 0;
    background: linear-gradient(-251deg, #E7E7E7 18.59%, #303030 125.42%);
    border-color: transparent;
  }

.pm_box{
    border:1px solid #A58F2E;
    padding:5px 0px;
    border-radius:34px;
    cursor: pointer;
}
.pmbox_inner {
    display: flex;
    flex-wrap: wrap;
    gap:13px;
}
.pm_box {
    border: 1px solid #A58F2E;
    padding: 12px 0px;
    border-radius:34px;
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
}


.pu_txt{
    margin-bottom:12px;
    font-family: "Roboto", sans-serif;
    font-size:16px;
    font-weight:600;
    color: #1E1F20;
  }
  .payment20_paynow_btn {
    position: sticky;
    width:100%;
    bottom: 0px;
    text-align: center;
    margin: 0 auto;
    padding:10px;
    background-color:white;
    box-shadow:0 -2px 10px rgba(0, 0, 0, 0.1);
}

  .payment20_paynow, .payment_done_btn, .payment_tryagain_btn{
    background-color: #212223;
    padding: 14px 12px;
    border: 1px solid transparent;
    border-radius: 34px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Satoshi', sans-serif;
    width: 100%;
    cursor: pointer;
  }

  .pay_btn_disabled{
    opacity:0.5;
    cursor: not-allowed;
        pointer-events: none;
  }
  .pm_box.active{
    background-color:#9B8216;
  }
  .pm_box.active img {
    background: #fff;
    border-radius: 50%;
    padding: 2px;
}
  .payment_name{
    color:#212223;
    font-size:14px;
    font-weight:400;
    font-family: "Inter", sans-serif;
  }
  .pm_box.active .payment_name{
    color:#FFFFFF;
  }
  .payment_su_fa_value::before { 
    content: attr(data-value); 
  }
  @media screen and (min-width:280px) and (max-width:350px){
    .qrcode_image{
        width:168px;
    }
  }


  @media screen and (min-width:551px){
    .payment20_section{
        max-width:550px;
        margin:auto;
        /* padding-top:35px; */
    }
    .pm_box{
        padding:10px 0px;
        width:48.5%;
    }

    /* ===Responsive */

  .payment20_main_section {
    /* overflow-y: hidden; */
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
        margin: 0 auto;
        width: 100%;
        /* height: auto; */
        max-height:92dvh;
    }
    body{
        display: flex;
        align-items: center;
        justify-content: center;
        background-color:grey;
        overflow: hidden;
    }

    .qrcode_image{
        width:150px;
    }
    
}

  @media screen and (max-width:549px){
    .payment20_paynow_btn {
        position: fixed;
        width: 100%;
    }
  }

  @media (min-width: 810px) {

    /* .payment20_section {
        max-height: 95dvh;
        height: unset;
        padding-top:0px;

    } */
    /* .payment20_main_section{
        height:100dvh;
    } */

  
}

  @media (min-width: 1100px) {
    .payment20_section {
        height: unset;
        /* max-height: 97vh; */
        padding-top:0px;

    }
}


@media (min-width: 550px){

    .paywithapps.pay_upi_section
     {    padding-bottom: 0px !important;
    }
}

@media screen and (max-width:319px) {
    .pm_box{
        width:47%;
        padding: 9px 0px;
    }
   
} 
@media screen and (min-width:320px) and (max-width:359px){
    .pm_box{
        width:47%;
        padding: 9px 0px;
    }
   
} 


img.pm-image {
    width: 20px;
    height: 20px;
}



/* ==Suceess== */

.paysuccess{
    text-align:center;
}

.pa_complete{
    font-family: "Roboto", sans-serif;
    text-align:center;

}

.pc_status_msg{
    color:#2EA577;
    font-size:14px;
    font-weight:600;
    margin:12px;
}
.pc_status_txt{
    color:#202122;
    font-size:12px;
    font-weight:400;
    margin-bottom:10px;
}
.pod_top {
    display: flex;
    justify-content: space-between;
}

.order_data span:nth-child(1),.order_data span:nth-child(2){
    color:#202122;
    font-size:12px;
    font-weight:400;
    font-family: "Inter", sans-serif;
}
.payorder_details {
    border: 1px solid #169B68;
    padding: 18px 12px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;

}
.ps_line{
    width: 100%;
    height: 1px;
    background: #169B68;
    border: transparent;
}

@media screen and (max-width:550px){
    .payment20_section{

    background:linear-gradient(163deg, #9B8216 44%, #FFFFFF 44%);
    /* height:100%; */
}
.success_122222 .payment20_section{

    background:linear-gradient(163deg, #9B8216 44%, #FFFFFF 44%);
}

}


/* Failure screen */
.payorder_details.failure{
    border: 1px solid #D33D33;

}
.ps_line.failure{
    background: #D33D33;
}
.failure_txt{
    color:#D33D33;
}
.payment20_paynow.payment_status_button{
    background: #9B8216;
    box-shadow: 0px 0px 40px 0px #00000040 inset;    
}


.paywithapps.pay_upi_section{
    padding-bottom:20px;
}

@media screen and (max-width:550px){
    .payment_status_screen{
        /* height:100vh; */
    }
}


.paysuccess {
    text-align: center;
    margin-top: 27px;
}

.payment_done_btn, .payment_tryagain_btn{
    margin-top: 15px;
    background: #9B8216;
    box-shadow: 0px 0px 4px 0px #FFFFFF40 inset;
    box-shadow: 0px 0px 40px 0px #00000040 inset;
    
}

@media screen and (min-width:551px){
    .payment20_section{

    background:linear-gradient(163deg, #9B8216 44%, #FFFFFF 44%);
    /* height:100%; */
}

}