@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: "Inter", sans-serif;
}
.payment3_section {
    padding: 0px 20px 10px;
    height: 100vh; background-image: url("../images/bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    width: 100%;
    max-width: 550px;  
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100dvh;
}
.payment_3_sec_sub {
    overflow: scroll;
    padding-bottom: 20px;
}
.payment_3_sec_sub::-webkit-scrollbar {
    display: none;
}
.payment3_header {
    padding-bottom: 20px;
}
.payment3_back_btn {
    margin-top: 20px;
    margin-bottom:40px;
    display:flex;
    align-items: center;
    position: relative;

}
.payment3_back_btn img{
    cursor: pointer;
}
.paymant3_amount{
    text-align: center;
    margin-top: -20px;
}
.payment3_amount_text {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.payment3_amount_text span{
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}
.payment3_amount_text p{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.payment3_upi_sec {
    display: flex;
    justify-content: space-between;
}
.payment3_qr_sec {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px;
}
.scan_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.scan_head p {
    font-size: 16px;
    font-weight: 600;
}
.payment3_qr_scanner {
    display: flex;
    gap: 10px;
}
.payment3_qr_text {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 20px;
    
}
.payment3_qr_text p {
    font-size: 13px;
    font-weight: 500;
}
.payment3_qr_text small {
    font-size: 12px;
    font-weight: 400;
    color: #838080;
}
.payment3_qr_text span {
   color: red;
}
.payment3_upi_section {
    background: rgba(255, 255, 255, 1);
    padding: 10px;
    border-radius: 10px;
    margin-bottom:10px;
}
.payment3_upi_section h1 {
    font-size: 16px;
    font-weight: 600;
}
.payment3_upi_option {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}
.payment3_upi_common {
    flex: 1 1 calc(50% - 10px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
    position: relative;
    cursor: pointer;
    border: 1px solid #E7E8EA;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 4px 4px 17px 0px #0000000D;
}
.payment3_upi_common.pay_upi_active{
    border: 1px solid rgba(54, 111, 224, 1);
}
.banksec.selected {
    border: 1px solid rgba(54, 111, 224, 1);
  }
  .border_set {
    border: 1px solid rgba(54, 111, 224, 1);
  }
.payment3_paynow {
    width: 100%;
    padding: 15px;
    background: rgba(54, 111, 224, 1);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}
.payment3_paynow_btn {
    position: sticky;
    bottom: 0;
    display: flex;
    justify-content: center;
}
.pay_btn_disabled { 
    opacity:0.5; 
    cursor: not-allowed;
        pointer-events: none;
}

/* success_failed section */

.payment3_su_fa_main {
    display: flex;
    flex-direction: column;
    gap: 15px;
    /* overflow: hidden; */
}
.payment3_su_fa_header {
    margin-top: 15px;
}
.payment3_su_fa_header img{
    cursor: pointer;
}
.payment3_su_fa_section {
    padding: 25px 0px 20px;
    border-radius: 10px;
    background: #FFFFFF;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.payment3_su_fa_img {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.payment3_su_fa_img_failed {
    padding: 0px 50px;
}
.payment3_su_fa_img img{
    width: 70px;
}
.payment3_su_fa_text, .payment3_su_fa_amt {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.payment3_su_fa_amt {
    border-bottom: 1px solid #E5E7EA;
    padding: 0px 0px 20px 0px;
}
.payment3_su_fa_text h1 {
    font-size: 28px;
    font-weight: 700;
    color: #212223;
}
.payment3_su_fa_text p {
    font-size: 14px;
    font-weight: 400;
    color: #212223;
}
.payment3_su_fa_amt p{
    color: #7BCC53;
    font-size: 28px;
    font-weight: 700;
}
.payment3_su_fa_amt_failed p{
    color: #E52F2E;
}
.payment3_su_fa_amt span{
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.payment3_su_fa_content_common {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.payment3_su_fa_content_common p{
    font-size: 13px;
    font-weight: 400;
    color: #212223;
}
.payment3_su_fa_content_common span{
    font-size: 14px;
    font-weight: 500;
    color: #212223;
}
.payment3_su_fa_paynow{
    background: #366FE0;
    width: 100%;
    padding: 15px;
    outline: none;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
span.payment3_su_fa_value::before { 
    content: attr(data-value); 
}
.payment3_qr_scanner img
{
max-width: 84px;
}
 @media (min-width:590px) {
    .payment3_main_section {
        overflow: hidden;
        height: 100dvh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .payment3_section{
        height: unset !important;
        max-height: 95dvh !important;
    }
    .payment3_su_fa_main {
        overflow: hidden;
    }
 }

@media (min-width:361px) and (max-width:390px){
    .payment3_su_fa_section {
        gap: 17px;
        padding: 30px 0px 20px;
    }
    .payment3_su_fa_text, .payment3_su_fa_amt {
        gap: 5px;
    }
    .payment3_su_fa_amt {
        padding: 0px 0px 15px 0px;
    }
    .payment3_su_fa_content_common {
        gap: 5px;
    }
    .payment3_su_fa_main {
        gap: 15px;
    }
    .payment3_su_fa_main {
        overflow-y: auto;
        overflow-x: hidden;
    }
}
@media (min-width:670px) and (max-width:700px){
    .payment3_su_fa_main {
        gap: 15px;
    }
    .payment3_su_fa_section {
        padding: 20px 0px;
        gap: 20px;
    }
    .payment3_su_fa_amt {
        padding: 0px 0px 15px 0px;
    }
    .payment3_su_fa_content_common {
        gap: 5px;
    }
}
@media (min-width:280px) and (max-width:320px){
    .payment3_su_fa_main {
        overflow-y: auto;
        overflow-x: hidden;
    }
}


.payment3_su_fa_amt_br
{
    border-bottom: none!important;
}
/* .pay_With_UPi,.payMent_QR,.CreDitCard,.CreDitCard_Entry,.DeBitCard,.DeBitCard_Entry,.PoPUlar_baNks,.NeT_BANking
{
    display: none;
} */

.Pay_mEthod
{
    text-align:center;
}
.payment3_upi_common_payMethod
{
    align-items: baseline!important;
}
.upI_mEthod
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.upI_payment
{
    font-family: Inter;
font-size: 14px;
font-weight: 500;
line-height: 16.94px;
letter-spacing: -0.001em;
}
.UPI_inFo
{
    font-family: Inter;
font-size: 10px;
font-weight: 400;
line-height: 12.1px;
letter-spacing: -0.001em;
color: #212223;
}
.paymenT_INFo
{
    width:48px;
    height:20px;
}
.SavED_Cards
{
    font-family: Inter;
font-size: 16px;
font-weight: 600;
line-height: 16px;
}
.Saved_CarD_InFO
{
    background: #F3F3F3;
    padding: 12px;
    border-radius: 6px;  
    margin: 10px 0px;
}
.SaVed_CarD_Cont
{
    gap: 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.BanK_logO
{
    width: 32px;
    height: 32px;
    padding: 6px 4px 5.86px 4px;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px #00000014;
    display: flex;
    align-items: center;
    justify-content: center;
}
.BanK_Img
{
    display:flex;
    align-items: center;
    gap: 20px;
}
.Bank_NamE
{
    font-family: Inter;
font-size: 14px;
font-weight: 500;
line-height: 16.94px;
color: #121212;
margin-bottom:10px;
}   
.add_new_CaRD
{
    font-family: Inter;
font-size: 14px;
font-weight: 500;
text-align: right;
color: #3C67D9;
display: flex;
align-items: center;
justify-content: end;
}
.add_new_CaRD img
{
    margin-right:10px;
}
.CvV_inFO
{
  margin:10px 0px;
  display: flex;
  gap:10px;
  flex-direction: column;
}
.Cvv
{
    font-family: Inter;
font-size: 13px;
font-weight: 400;
line-height: 15.73px;
letter-spacing: 0.02em;
text-align: left;
color: #2D2D2D;
}

    .input-containeR {
    display: flex;
    width: 100%;
    margin-bottom:5px;
    border: 1px solid #E5E7EA;
    background: #FFFFFF;
    border-right:0px;
  }
  .icoN {
    padding: 10px;
    color: white;
    border: 1px solid #E5E7EA;
    background: #FFFFFF;
    text-align: center;
    border-left:0px;
  }
    .input-fieLD {
    width: 100%;
    padding: 10px;
    outline: none;
    border: 1px solid #E5E7EA;
    border-right:0px;
  }
  .input-fieLD::placeholder
  {
    font-family: Inter;
font-size: 14px;
font-weight: 400;
line-height: 16px;
text-align: left;
color: #D9D9D9;

  }
  .input-fieLD:focus {
    border: 1px solid #E5E7EA;
    border-right:0px;
  }


  .input-containER {
    display: flex;
    width: 100%;
    margin-bottom:5px;
    background: #FFFFFF;
  }
  .input-fielD {
    width: 100%;
    padding: 10px;
    outline: none;
    border: 1px solid #E5E7EA;
    border-radius: 6px;
  }
  .input-fielD::placeholder
  {
    font-family: Inter;
font-size: 14px;
font-weight: 400;
line-height: 16px;
text-align: left;
color: #D9D9D9;

  }
  .input-fielD:focus {
    border: 1px solid #E5E7EA;
  }
 



  .what_is_cvv
  {
    font-family: Inter;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-align: right;
    color: #191F35;
    text-decoration: underline;
  }



.card_sub_Head
{
    display:flex;
    justify-content: space-between;
    padding:8px 0px;
}
.Card_sub_heAd_P
{
    font-family: Inter;
font-size: 13px;
font-weight: 400;
line-height: 15.73px;
text-align: left;
color: #161719;
}

.Card_InFO_SecTion_AliGn
{
    display: flex;
    gap:20px;
}
.wiCVV
{
    color: #366FE0;
}

.saVED_this_Rbi
{
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin:10px 0px;
}

.saveD_thIs_CaRd
{
    font-family: Red Hat Display;
font-size: 12px;
font-weight: 400;
line-height: 14.4px;
text-align: left;
color: #2D2D2DDD;
}


/*Toggle*/

.toggle {
    position: relative;
    display: inline-block;
}

.toggle__input {
    display: none;
}

.toggle__label {
    display: block;
    width: 60px;
    height: 25px;
    
    background: #E7E8EA;
    border-radius: 99px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dark-mode .toggle__label {
    background: #366FE0;
}

.toggle__input:checked + .toggle__label::after {
    left: 35px;
}

.toggle__label::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 2px;
    width: 23px;
    height: 23px;
    background: #fff;
    border-radius: 50%;
    transition: left 0.3s ease;
}

/*Grid Container*/

.grid-containER {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px; 
    width: 100%;
    height:auto;
  }
  
  .grid-itEM {
    padding: 12px;
    gap: 12px;
    border-radius: 6px;
    border: 1px solid #E7E8EA;    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    cursor: pointer;
  }
  .nEt_Banking_txt
  {
    font-family: Inter;
font-size: 11px;
font-weight: 400;
line-height: 13.31px;
text-align: center;
color: #2D2D2D;

  }

  .pOpUlar_banKS{
    margin:10px 0px;
  }
  .input-containeR.popB{
    /* border:0px; */
  }
  .pOpular_BanK_HeaD
  {
    margin:8px 0px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: #121212;
  }
  .popB .input-fieLD
  {
    cursor: pointer;

  }
  .popB .input-fieLD::placeholder 
  {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #2D2D2D;
  }
  .pOpular_BanK_ChooSe
  {
    text-align: center;
    margin:5px 0px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #121212;
  }
  .Dropdown_Open
  {
    margin:10px 0px;
  }
  .DdOpen .icoN
  {
    border-right:0px;
  }
  .DdOpen .input-fieLD
  {
    border-right:1px solid #E5E7EA !important;
    border-left: 0px;
  }
  .DdOpen .input-fieLD::placeholder
  {
    font-family: Red Hat Display;
font-size: 14px;
font-weight: 400;
line-height: 16px;
text-align: left;
color: #3E3E3E;
  }

  .DD_OpTIon
  {
    /* height:40vh; */
    overflow-y:scroll;
  }
  .dd_opTioN
  {
    display: flex;
    gap: 20px;
    align-items: center;
    cursor: pointer;
  }
  .DD_OpTIon .input-containER
  {
    flex-direction: column;
gap:10px;
}
  
.CvV_inFO {
    display: none; /* Start hidden */
}
  
  












  /*Popup*/
  .modal-overlAY {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    z-index: 999    ;
}

.modal-wrappER {
	background: linear-gradient(240.11deg, #6B96EC 31.99%, #FFFFFF 109.54%);
    display: flex;
    flex-direction: column;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    width:328px;
gap: 20px;
border-radius: 12px;
}

.open-modal-btn-wrappER {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.close-btn-wrappER {
	display: flex;
    justify-content: end;
}
.WhatisCVVH1
{
    font-family: Inter;
font-size: 16px;
font-weight: 600;
line-height: 19.36px;
text-align: center;
color: #FFFFFF;
}
.modal-conteNT {
	margin: 20px auto;
	max-width: 210px;
	width: 100%;
    font-family: Inter;
font-size: 16px;
font-weight: 500;
line-height: 19.36px;
text-align: center;
color: #FFFFFF;
}

.hiDE {
	display: none;
}

.appeND_ValuE
{display: flex;
align-items: center;
gap: 10px;
}

.roUND
{
    background: #9aa6f5;
    border-radius: 50%;
}
.pad_10
{
    padding:10px;
}
.rtyuierror {
    border: 1px solid red !important;
  }
  
  .error {
    border: 1px solid red !important;
  }

  .pay_fu_su_iMG
  {
    height: 50vh;
    justify-content: center;
  }
  .pOsitioN_stiCky
  {
    position:sticky;
    bottom:0;
  }
  .payMent_heAd_TItle
  {
    font-family: Inter;
font-size: 16px;
font-weight: 500;
line-height: 24px;
text-align: center;
color: #FFFFFF;
position:absolute;
left:50%;
transform:translateX(-50%);
  }
.icoN_ChanGe{
    background:none!important;
}

.boRder_boRz
{
    border:0px;
}

.choOse_yB
{
    font-family: Inter;
font-size: 14px;
font-weight: 400;
line-height: 16px;
text-align: left;
color: #2D2D2D;
}
@media only screen and (max-width:390px)
{
    .pay_fu_su_iMG
    {
      height: 50vh;
    }
}
@media only screen and (max-width:350px)
{
    .SaVed_CarD_Cont
    {
        gap:0px;

    }
    .BanK_Img
    {
        gap:8px;
    }
    .modal-wrappER
    {
        width:290px;
    }
}

.in_TiTle
{
    font-family: Inter;
font-size: 16px;
font-weight: 600;
line-height: 19.36px;
text-align: left;
color: #161719;
}