@import url('https://fonts.googleapis.com/css2?family=Bungee&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bungee&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bungee&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Vend+Sans:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bungee&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Vend+Sans:ital,wght@0,300..700;1,300..700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: "Vend Sans", sans-serif
}

.ftfy_vend {
    font-family: "Inter", sans-serif !important;
}

.payment1_section {
    background-color: #030303;
    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;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    overflow: scroll;
}

.payment1_section::-webkit-scrollbar {
    display: none;
}

.payment1_sec_sub {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 16px;
    width: 100%;
    background: #030303;
}

.payment1_sec_sub::-webkit-scrollbar {
    display: none;
}

.fwt_pay_sty {
    font-size: 16px;
    font-weight: 600;
    color: #F4F0FE;
}

.anency_fwt_txt {
    font-size: 12px;
    font-weight: 400;
    color: #A9A9A9;
    background: #030303;
    border: 1px solid #333333;
    padding: 6px 16px;
    border-radius: 50px;
}

.payment1_header {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    z-index: 10;
    padding: 8px;
    margin-bottom: 16px;
}
.btm_marg_size{
    margin-bottom: 32px;
}
.card_btm_bottom{
    margin-bottom: 16px;
}
.payment1_header img {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    left: 0;
}
.payment1_header a{
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
}
.debit_arrow_back{
    cursor: pointer;
    position: absolute;
    left: 10px !important;
}
.payment1_amount {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 0.62);
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 10px;
    width: 87%;
    position: relative;
    z-index: 99;
}

.payment1_amount_common {
    position: relative;
}

.payment1_amount_pay {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.payment1_amount_pay p {
    font-size: 14px;
    font-weight: 400;
}

.payment1_amount_pay span {
    font-size: 20px;
    font-weight: 700;
}

.payment1_qr_sec {
    background-color: #FFFFFF;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0px 2px 16px 0px #00000033;
    position: relative;
    text-align: center;
    display: none;
}

.payment1_scanner_text .qr_txt_si {
    margin: 5px 0;
    color: #9CA0A9;
}

.payment1_scanner_text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.payment1_tiemr {
    display: flex;
    align-items: center;
}

.payment1_tiemr span {
    padding: 2px 0 2px 6px;
}

.payment1_upi_option {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.payment1_upi_common {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 68px;
    position: relative;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-tap-highlight-color: transparent;
    border-radius: 8px;
    border: 1px solid #1F1F1F;
    width: 100%;
    background: #171717;
}

.payment1_tick_mark {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #4caf50;
    border: 1px solid gray;
    border-radius: 50%;
    display: none;
}

.payment1_tick_mark img {
    padding: 3px;
    display: flex;
    align-items: center;
}

.payment1_upi_common.pay_upi_active .payment1_tick_mark {
    display: block;
}

.payment1_upi_common span {
    font-size: 14px;
    font-weight: 400;
}

.payment1_paynow_btn {
    width: 95%;
    margin: 10px auto;
    background: linear-gradient(180deg, #FF2B00 -100%, #FFC300 100%);
    border-radius: 8px;
    padding: 12px;
}
.sec_cre_debit{
 color: #FFC300;
 border: 1px solid #FFC300;
 border-radius: 8px;
 padding: 12px;
 background: transparent;
 width: 100%;
 cursor: pointer;
}

.fun_only_disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
    color: #989898;
    background-color: #454545;
    border: 1px solid transparent !important;
}

.pay_btn_disabled {
    /* opacity: 0.5; */
    cursor: not-allowed;
    pointer-events: none;
    color: #989898;
    background-color: #454545 !important;
    background-image: none !important;
    border: 1px solid transparent !important;
    color: #989898 !important;
}

.payment1_upi_section {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 24px;
}

.payment1_su_fa_sec {
    padding: 16px;
    background-color: #030303;
    position: relative;
}

.back_susss_ground {
    position: absolute;
    top: 0px;
    max-width: 550px;
    width: 100%;
    z-index: 1;
    left: 0;
}

.back_failed_pic {
    position: absolute;
    top: 0px;
    max-width: 550px;
    width: 100%;
    z-index: 1;
    left: 0;
}

.payment1_su_fa_img {
    text-align: center;
    /* padding: 5px 0px 30px 0px; */
    margin-bottom: 32px;
}

.payment1_su_fa_img img {
    width: 88px;
    z-index: 2;
    position: relative;
}

.payment1_su_fa_amount {
    text-align: center;
    padding-bottom: 30px;
}

.payment1_su_fa_sent_amt p {
    font-size: 14px;
    font-weight: 500;
    color: #9CA0A9;
    margin-top: 4px;
}

.payment1_su_fa_amount_text {
    margin: 0px 0px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border: 1px solid #212121;
    background-color: #171717;
    border-radius: 12px;
    padding: 16px;

}

.payment1_su_fa_amount_text_failed h1 {
    color: #3D505F;
    margin-bottom: 10px;
}

.payment1_su_fa_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 16px 20px;
    position: sticky;
    bottom: 0;
    background: #030303;

}

.payment1_su_fa_btn_common {
    width: 100%;
    padding: 12px;
    border: 1px solid #FFC300;
    border-radius: 8px;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.payment1_su_fa_btn_done_btn,
.payment1_su_fa_btn_try_btn {
    background: transparent;
}

.payment1_su_fa_details_sec {
    padding: 17px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.payment_su_fa_common {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.payment_su_fa_common:last-child {
    align-items: flex-start;
}

.payment_su_fa_common p {
    font-size: 14px;
    font-weight: 400;
    color: #9CA0A9;
}

.payment_su_fa_common span,
.payment1_su_fa_dt_tm p {
    font-size: 14px;
    font-weight: 500;
    color: #3D505F;
}

.payment1_su_fa_dt_tm span {
    font-size: 12px;
    font-weight: 500;
    color: #6D6D6D;
}

.payment1_su_fa_dt_tm {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}

span.payment1_su_fa_value::before {
    content: attr(data-value);
}

.choosepayment_pay {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.choosepayment_amount {
    /* background:#503572;
    backdrop-filter: blur(374px); */
    /* padding: 40px 19px; */
    /* border-radius:30px;
    display: flex; */
    position: relative;
}

.choosepayment_select_main {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    background: #171717;
    /* box-shadow: 0px 4px 11px 0px #00000000; */
    /* padding: 4px 14px; */
    width: 100%;
    height: 68px;
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid #1F1F1F;
    display: flex;
    align-items: center;
    justify-content: center;
}
.choosepayment_select_main.selected .choosepay_incp {
    color: #FFC300;
}
.choosepayment_select_main.selected {
    border: 1px solid transparent;
    border-radius: 8px;
    background:
        linear-gradient(#171717, #171717) padding-box,
        linear-gradient(180deg, #FF2B00, #FFC300) border-box;
}
.cp_card_icon {
    max-width: 40px;
}

.cp_container_main {
    display: flex;
    /* justify-content: center;
    align-items: center; */
    flex-direction: column;
    gap: 12px;
    /* margin: 24px 16px 20px; */
    /* padding: 16px; */
}

.method_card_banking {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;

}

.choosepayment_inner_card {
    display: flex;
    flex-direction: row;
    gap: 9.5px;
    align-items: center;
}

.choosepay_incp {
    white-space: nowrap;
    /* font-family: "HelveticaNeue_Light"; */
}

.cp_deta_p {
    font-size: 12px;
    font-weight: 400;
    color: #9CA0A9;
    text-align: left;
}

.choose_payment_p {
    margin-right: auto;
}

.payment1_amount_common.choosepayment_con:after {
    bottom: -75px;
}

.card_tab_img {
    width: 70px;
}

.cards_tabcontainer .cardtab_savedcard {
    /* margin: 10px 16px 0px; */
}

.cards_tabcontainer .cardtab_savedcard::-webkit-scrollbar {
    display: none;
}

.cards_tabcontainer {
    /* padding: 10px 5px 5px; */
    /* margin-top: 10px; */
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
}

.savedcard_inner {
    /* padding: 10px 5px 5px; */
    margin-top: 10px;
    display: flex;
    /* flex-direction: column; */
    gap: 10px;
}

.cardtab_savedcard .cpayment_p {
    font-size: 14px;
    font-weight: 500;
    color: #3D505F;
}

.cpayment_p {
    /* font-family: "Red Hat Display", sans-serif; */
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
}

.sc_select_main {
    background-color: #1A0B00;
    border-radius: 12px;
    padding: 10px;
    border: 0.5px solid #A54703;
    cursor: pointer;
    width: 100%;
}

.sc_select_innermain {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 22px;
}
.chip_last_digit{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}
.star_four{
    font-size: 20px;
    font-weight: 500;
    color: #F4F0FE;
}
.cvv_text_card{
    font-size: 12px !important;
    font-weight: 400 !important;
}
.sc_select_card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 7px;
    justify-content: space-between;
    background-color: #421C00;
    border-radius: 4px;
    padding: 8px;
}

.sc_card_icon {
    max-width: 36px;
    height: 36px;
    width: 100%;
}

.sc_bank_icon {
    max-width: 30px;
}

.sc_cvvcon {
    display: flex;
    justify-content: space-between;
}

.sc_cvvcon a {
    font-size: 12px;
    font-weight: 500;
    color: #3D505F;
    text-decoration: underline;
}

.scc_input_con {
    width: 100%;
    margin-top: 5px;
     position: relative;
}

.cvv_input {
    width: 100%;
    padding: 13px 48px;
    border-radius: 4px;
    border: 1px solid #353535;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 10px;
    background: #171717;
   
}
.input_in_box{
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: #212121;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    top: 23px;
    left: 23px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: #636363;
    font-size: 18px;
}
.new_add_pic{
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: #212121;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    top: 45px;
    left: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #636363;
    font-size: 18px;
}
.form-group{
    position: relative;
}
.cvv_input:focus {
    outline: none;
    /* border: 1px solid #A6A6A6 */
}

.cvv_input::placeholder {
    font-size: 14px;
    color: #636363;
    /* font-family: "Red Hat Display", sans-serif; */
}

.clk_cvv_enter {
    /* display: none; */
}

button.new_card_con {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    cursor: pointer;
    gap: 8px;
    margin: 12px auto 0px;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    color: #000;
    padding-bottom: 15px;
}

.addnew_plus {
    width: 100%;
    max-width: 10px;
}

.button.new_card_con {
    font-size: 14px;
    color: #908F8D;
}

.cards_tabcontainer .cardtab_newcard {
    position: relative;
    z-index: 10;
    /* padding: 0 16px; */
}

.newcard_inner {
    border-radius: 10px;
    /* background-color: #fff; */
    /* margin-top: 10px; */
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-control {
    display: block;
    width: 100%;
    /* height: calc(1.5em + .75rem + 12px); */
    padding: 13px 48px;
    border-radius: 10px;
    /* transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: 1px solid #E6E6E6; */
    color: #9E9E9E;
    background: #121212;
    outline: none;
    border: 1px solid #353535;
}

/* .form-control:focus {
    outline: none;
    border: 1px solid #2C2C2C;
    background: transparent;
} */

.form-control::placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #636363;
    ;
    /* font-family: "Red Hat Display", sans-serif; */
}

.cardtab_newcard .labl_con {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.d-flex .form-group {
    flex-basis: 46%;
}

.check-sec {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
/* .check-sec input[type="checkbox"]:checked + label::before{
    background-color: #FFC300;
    border-color: #FFC300;
}
.check-sec label::before{
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 2px solid #FF2B00;
    border-radius: 4px;
} */
 .check-sec input[type="checkbox"]{
    display: none;
}

.check-sec label{
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
}

.check-sec label::before{
    content: "";
    position: absolute;
    left: 4px;
    top: -1px;
    width: 16px;
    height: 16px;
    border: 1px solid #FFC300;
    border-radius: 4px;
}

.check-sec input[type="checkbox"]:checked + label::before{
    background-color: #FFC300;
}

.check-sec input[type="checkbox"]:checked + label::after{
    content: "✔";
    position: absolute;
    left: 8px;
    top: 0;
    color: black;
}

.labl_con a {
    text-decoration: underline;
    /* font-family: "Red Hat Display", sans-serif; */
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    color: #3D505F;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
}

.switch {
    float: right;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F8F9FD;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0px 0px 4px 0px #C3CBF3 inset;
}

.slider.round {
    border-radius: 20px;
}

.slider.round:before {
    border-radius: 50%;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0px 1px 2px 0px #0000004D;
}

input:checked+.slider {
    background-color: #3D505F;
    box-shadow: none;
}

input:checked+.slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

.justify_space {
    justify-content: space-between !important;
}

.popuop_overlay_rk {
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    background: #000000cc;
    width: 100%;
    z-index: 999;
    display: none;
}

.pop_up_con {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 400px;
    z-index: 9999;
    display: none;
    flex-direction: column;
    gap: 16px;
}

.pop_close_fun_bj {
    text-align: center;
}

.common_pop_jk img {
    cursor: pointer;
    position: relative;
    top: 45px;
    right: 20px;
}

.balence_pop_fun_bj {
    padding: 16px;
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0px 2px 16px 0px #00000033;
    border: 1px solid #E5E7EA;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 10px;
}

.balence_img_fun {
    text-align: center;
    margin-top: 10px;
}

.con_cvv_p {
    color: #9CA0A9;
    text-align: center;
    padding-top: 20px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    margin: 0px auto 15px auto;
    max-width: 80%;
}

.netbank_tab_img {
    width: 30px;
}

.bank_pymnt_txt {
    padding-bottom: 15px;
}

.bank_lg_icn {
    max-width: 28px;
}

.bank_pop {
    display: flex;
    align-items: center;
    border-radius: 4px;
    padding: 19px 8px;
    gap: 8px;
    flex: 0 0 33.33%;
    border: 1px solid #1F1F1F;
    background: #171717;
    cursor: pointer;
    justify-content: center;
}

.bank_pop span {
    color: #3D505F;
    font-weight: 500;
    font-size: 12px;
}

.pop_bnk_sec {
    gap: 10px;
    /* background: white; */
    /* padding: 20px 12px; */
    border-radius: 6px;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;

}

.allbanks_sec h2 {
    padding: 0 0 15px 0;
}
.allbanks_sec{
    margin-top: 24px;
}
.allbanks_sec h4 {
    margin-bottom: 4px;
}
.chose_bank{
    box-shadow: 0px 0px 4.3px 0px #0000001F;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 12px;
    background: #171717;
}
/* 
.active_bank {
    background: linear-gradient(0deg, rgba(189, 178, 255, 0.4), rgba(189, 178, 255, 0.4));
    border: 1px solid #FFC300;
    backdrop-filter: blur(23.899999618530273px);
} */
.active_bank {
    border: 1px solid transparent;
    border-radius: 8px;
    background:
        linear-gradient(#171717, #171717) padding-box,
        linear-gradient(180deg, #FF2B00, #FFC300) border-box;
}
.bank_pop.active_bank h4 {
    color: #FFC300;
}
.search_bank {
    position: relative;
}

.search-txtt {
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid transparent;
    text-indent: 25px;
    background: #F3F3F3;
}

.search-txtt::placeholder {
    color: #C5CBCF;
    font-size: 14px;
}

.search_icon {
    position: absolute;
    top: 15px;
    left: 12px;
}

.bank_searc_icn {
    position: relative;
    top: 0px;
    width: 14px;
}

.search-txtt:focus-visible {
    outline: none !important;
}

.bank_name {
    display: flex;
    align-items: center;
    padding: 0 10px;
    gap: 12px;
    /* height: 50px; */
}

.banks_lst_dpdn ul li {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #A3A3A34D;
    cursor: pointer;
    padding: 12px 12px;
    margin: 0 12px;
    position: relative;
}

.banks_lst_dpdn ul {
    overflow-y: auto;
    max-height: 500px;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    border: 1px solid transparent;
    padding: 1px;
}

.all_banks_container {
    display: none;
}

.netbanking_tabcontainer .select_payment_container {
    position: relative;
    z-index: 10;
    /* margin: 0px 16px; */
    margin-top: 20px;
    margin-bottom: 10px;
}

.rigt_arrow {
    width: 10px;
}

.netbanking_tabcontainer {
    position: relative;
    z-index: 10;
    /* width: 90%; */
    margin: 0 auto;
    /* margin-top: 10px; */
}
.all_banks_container{
     position: relative;
    z-index: 10;
    /* width: 90%; */
    margin: 0 auto;
    margin-top: 10px;
}
.bnk_txtwth_icn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.bank_icon_appnd {
    width: 14px;
}

.netbanking_tabcontainer .all_banks_container::-webkit-scrollbar {
    display: none;
}

.netbanking_tabcontainer .all_banks_container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.header_sec_jk {
    /* background: #1C1A28; */
    /* padding: 16px; */
    /* border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px; */
}
.frt_btm_method{
    margin-bottom: 6px;
}
.amt_pay_image {
    position: absolute;
    right: 6px;
    bottom: -13px;
    transform: translate(50px, 20px);
    width: 127px;
    height: 172px;
}

.amt_pay_image img {
    /* width: 107px;
    display: flex; */
}

.agnt_jk {
    /* background: #FFFFFF1A; */
    /* backdrop-filter: blur(94px); */
    /* padding: 7px 12px; */
    /* border-radius: 20px; */
    /* display: flex; */
}

.payment1_qr_scanner {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.pay_scanner_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.close_btn_jk {
    position: absolute;
    right: 16px;
    top: 16px;
    display: flex;
    cursor: pointer;
}

.btn_sec_jk {
    display: flex;
    gap: 10px;
}

.btn_sec_jk button {
    width: 100%;
    padding: 13px 0;
    border-radius: 8px;
}

.share_qr_btn {
    background: transparent;
    border: 1px solid #4A2F6D;
    color: #4A2F6D;
    cursor: pointer;
}

.download_qr_btn {
    color: #211F20;
    cursor: pointer;
    border: none;
    outline: none;
    background: linear-gradient(180deg, #FF2B00 -100%, #FFC300 100%);
}

.qr_cont_opn_sec {
    /* display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 25px;
    margin: 0 25px; */
}

.choosepmt_qr_sec {
    position: relative;
    border-radius: 10px;
    /* background: #D9D9D9; */
    /* background: linear-gradient(120deg, #2B2B2B 0%, #1A1A1A 45%, #0D0D0D 100%); */
        background: linear-gradient(188deg, #2B2B2B 0%, #1A1A1A 53%, #0D0D0D 77%);
    z-index: 1;
    padding: 32px;
    overflow: hidden;
}

/* .choosepmt_qr_sec::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 1.5px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 45%, #4A4A4A 100%);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
} */
.qr_cont_clr {
    color: #2F69E6;
    cursor: pointer;
}

.acc_dtls_sec_jk {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.timer_txt_clr {
    color: #EB4747;
}

.upi_sec_pay_jk {
    display: flex;
    align-items: center;
    gap: 12px;
}

.card_dtls_jk {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.cashback_sec_succ {
    background: #EBFFE5;
    border-radius: 16px;
    padding: 8px 0 8px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cashback_img {
    width: 75px;
}

.payment_details {
    display: grid;
    grid-template-columns: auto auto;
    background: #171717;
    /* padding: 16px; */
    border-radius: 12px;
    gap: 12px 0;
    justify-content: space-between;

}

.your_success_details {
    margin-bottom: 12px;
}

.fwt_align_fild {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.suss_dts {
    margin: 8px 0 0 0;
}

.suss_dts_jk {
    display: inline-flex;
    gap: 3px;
}

.issue a {
    color: #007bff;
    text-decoration: none;
}

.issue a:hover {
    text-decoration: underline;
}

.payment_methd_details {
    background: #171717;
    padding: 16px;
    position: relative;
    border-radius: 12px;
}

.dash_btm_line {
    position: absolute;
    bottom: 40%;
    max-width: 491px;
    width: 100%;
}

.top_sharp_line {
    position: absolute;
    top: 0;
    max-width: 491px;
    width: 100%;
}

.botm_sharp_line {
    position: absolute;
    bottom: 0;
    max-width: 491px;
    width: 100%;
}

.riht_round_pic {
    position: absolute;
    bottom: 37%;
    right: -11px;
}

.round_left_pic {
    position: absolute;
    bottom: 37%;
    left: -11px;
}

.suss_done_btm {
    background: linear-gradient(180deg, #FF2B00 -100%, #FFC300 100%);
    color: #211F20;
    border: 0px;
    font-family: "Vend Sans", sans-serif

}

.suss_share_btm {
    color: #FFC300;
}

.trans_you_txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}

.cashback_sec_failed {
    padding: 18px 16px;
    background: #FFE0E0;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.rtyuierror {
    border: 1px solid red !important;
}

.error {
    border: 1px solid red !important;
}

.payment1_su_fa_amount_text.payment1_su_fa_amount_text_failed {
    border-bottom: none;
}

.payment1_main_section {
    background: radial-gradient(circle,
            rgba(9, 21, 121, 0.7959558823529411) 0%,
            rgba(255, 255, 255, 1) 100%);
}
.pay_upi_active .choosepay_incp {
    color: #FFC300 !important;
}
.pay_upi_active {
    border: 1px solid transparent;
    border-radius: 8px;
    background:
        linear-gradient(#171717, #171717) padding-box,
        linear-gradient(180deg, #FF2B00, #FFC300) border-box;
}

.scanner_box {
    /* background: #F5F5F5; */
    padding: 10px;
    border-radius: 10px;
    display: flex;
}

img.upi_sm_icons_si {
    width: 20px;
    height: 27px;
}

.payments_app_box {
    box-shadow: 0px 0px 4px 0px #00000040;
    background-color: #FFFFFF;
    border-radius: 19px;
    padding: 8px 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.qr_code_image {
    max-width: 250px;
}

.payfailure_inner {
    background-color: #F3F4F6;
    padding: 12px 20px 5px;
    box-shadow: 0px 4px 6px 0px #00000026;
    border-radius: 6px;
}

.add_newcard {
    color: #3D505F;
    font-size: 12px;
    font-weight: 500;
}

.pop_close_fun_bj.common_pop_jk {
    position: absolute;
    right: -7px;
    top: -29px;
}

.credit_card_inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.down_arrow {
    position: absolute;
    right: 12px;
    top: 12px;
}

.allbanks_top {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.close_bank_list {
    cursor: pointer;
}

.bank_active {
    background: #171717;
       border: 1px solid transparent;
    border-radius: 8px;
    background:
        linear-gradient(#171717, #171717) padding-box,
        linear-gradient(180deg, #FF2B00, #FFC300) border-box;
    border-radius: 8px;
    color: #FFC300;

}

.payment2_paynow_btn {
    position: sticky;
    bottom: 0;
    display: flex;
    justify-content: center;
    padding: 10px 16px 10px;
    background: #030303;
}

.btn_back_clr {
    width: 100%;
    /* background:#4A2F6D; */
    padding: 14px;
    border-radius: 8px;
    border: transparent;
    text-align: center;
    cursor: pointer;
    color: #211F20;
    background: linear-gradient(180deg, #FF2B00 -100%, #FFC300 100%);

}


.payment1_paynow,
.add_new_crt_jk {
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    border: 0px;
    text-align: center;
    cursor: pointer;
    color: #211F20;
    background: linear-gradient(180deg, #FF2B00 -100%, #FFC300 100%);
}
.index_cnt_btn{
    padding: 16px;
}
.paytm_btn_bi{
     width: 100%;
    padding: 14px;
    border-radius: 8px;
    border: 0px;
    text-align: center;
    cursor: pointer;
    color: #211F20;
    background: linear-gradient(180deg, #FF2B00 -100%, #FFC300 100%);
}

.bank_list_main::-webkit-scrollbar {
    background: #3B3F4A;
    width: 6px;
    padding: 1px 0.67px 658px 1.33px;
    border-radius: 10px;
}

.bank_list_main::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #949EBD;
    height: 56px;
    
}

.common_fnt_sz_top {
    font-size: 16px;
    font-weight: 400;
}

.common_fnt_sz_medium {
    font-size: 14px;
    font-weight: 400;
}

.common_fnt_sz_medium1 {
    font-size: 16px;
    font-weight: 500;
}
.card_name_txt{
    font-size: 14px !important;
    font-weight: 400 !important;
}
.common_fnt_sz_small {
    font-size: 12px;
    font-weight: 400;
}

.common_fnt_sz_lrg {
    font-size: 16px;
    font-weight: 500;
}

.common_fnt_sz_lrg1 {
    font-size: 18px;
    font-weight: 500;
}

.common_fnt_sz_xlrg {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 2px;
    background: linear-gradient(90deg, #FFC300 0%, #FF2B00 70.33%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-family: "Montserrat", sans-serif;
}

.upi_fnt_clr {
    color: #FFFFFF;
}

.bnk_fnt_clr {
    color: #9E9E9E;
}

/* .btn_back_clr{
    background-color: #454545;
    color: #989898;
} */
.comm_fnt_clr {
    color: #FFFFFF;
}

.succ_chbk_txt {
    color: #3AC325;
}

.failed_chbk_txt {
    color: #EB4747;
}

.card_sec_btn {
    align-items: center;
    width: 100%;
    position: sticky;
    bottom: 0;
    display: flex;
    justify-content: center;
    padding:16px;
    gap: 12px;
}
.make_pay_card{
    background: #454545;
    color: #989898;
    border-radius: 8px;
    padding: 12px;
}
.over_fit_cen{
    width: 100%;
}
.card_paynow_btn_jk {
    border: 1px solid #4A2F6D;
    color: #4A2F6D;
    background: #FFC300;
}

.payment1_header1 {
    /* padding: 16px; */
}
    .input_active_br{
        border: 0px !important;
    }
.crde_crd_txt {
    width: 85%;
    margin: 0 auto;
}

.card_nme_br_cde {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* height: 50px; */
}

.sc_select_main1 {
    /* background: conic-gradient(from 30deg at 20% 135%, #910000, #D6451B, #8B1A1A) !important; */
}

.sc_select_main2 {
    /* background: conic-gradient(from 30deg at 20% 135%, #0a3ebd, #1E90FF, #0A3AB1) !important; */
}

.card_dtls_page_sec {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.banks_lst_dpdn ul::-webkit-scrollbar {
    /* display: none; */
}

.sc_inner_card {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

@media (min-width:550px) {
    .payment1_main_section {
        overflow: hidden;
        height: 100dvh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .payment1_succ_faid {
        overflow: hidden;
    }

    .payment1_section {
        height: unset !important;
        max-height: 95dvh !important;
    }

    .payment1_amount_common.choosepayment_con:after {
        bottom: -108px;
    }

    .cp_deta_p {
        font-size: 13px;
    }

    .netbanking_tabcontainer .all_banks_container {
        min-height: 500px;
        max-height: 600px;
        overflow-y: scroll;
    }

    .failpayment_fa_s {
        margin-top: 0px !important;
    }
}

@media (min-width:1100px) {
    .payment1_amount_common:before {
        transform: translate(-50%) scale(1.55);
        top: -110px;
    }

    .payment1_amount_common:after {
        transform: translate(-50%) scale(1.55);
        bottom: -88px;
    }
}

@media (min-width:280px) and (max-width:319px) {
    .payment1_amount_common:before {
        transform: translate(-50%) scale(0.75);
        top: -55px;
    }

    .payment1_amount_common:after {
        transform: translate(-50%) scale(0.75);
        bottom: -70px;
    }

    .payment1_header {
        padding-bottom: 16px;
    }

    .payment1_amount_pay p {
        font-size: 12px;
    }

    .payment1_amount_pay span {
        font-size: 16px;
    }

    .payment1_amount {
        padding: 10px;
    }

    .payment1_upi_common span {
        font-size: 12px;
    }

    .payment1_paynow {
        font-size: 14px;
    }

    .choosepayment_amount {
        height: 120px;
    }

    .payment1_amount_common.choosepayment_con:after {
        bottom: -55px;
    }

    .cp_deta_p {
        font-size: 10px;
    }

    .cp_card_icon {
        max-width: 30px;
    }

    .bank_pop span {
        font-size: 9px;
    }

    .bank_lg_icn {
        max-width: 20px !important;
    }

    .dash_btm_line {
        width: 200px;
    }
}

@media (min-width:360px) and (max-width:740px) {
    .common_fnt_sz_xlrg {
        /* font-size: 30px; */
    }
}

@media (min-width:320px) and (max-width:359px) {
    .payment1_amount_pay p {
        font-size: 12px;
    }

    .payment1_amount_pay span {
        font-size: 16px;
    }

    .payment1_amount {
        padding: 10px;
        margin-bottom: 10px;
    }

    .payment1_upi_common span {
        font-size: 12px;
    }

    .payment1_paynow {
        font-size: 14px;
    }

    .payment1_amount_common:after {
        bottom: -70px;
    }

    .payment1_amount_common:before {
        transform: translate(-50%) scale(0.88);
        top: -63px;
    }

    .payment1_amount_common:after {
        transform: translate(-50%) scale(0.95);
        bottom: -70px;
    }

    .payment1_amount_common.choosepayment_con:after {
        bottom: -65px;
    }

    .cp_deta_p {
        font-size: 10px;
    }

    .cp_card_icon {
        max-width: 40px;
    }

    .bank_pop span {
        font-size: 9px;
    }

    .bank_lg_icn {
        max-width: 20px;
    }

    .common_fnt_sz_medium,
    .common_fnt_sz_medium1,
    .form-control::placeholder,
    .search-txtt::placeholder,
    .cvv_input::placeholder {
        font-size: 12px;
    }

    .common_fnt_sz_small {
        font-size: 10px;
    }

    .common_fnt_sz_lrg {
        font-size: 13px;
    }

    .common_fnt_sz_lrg1 {
        font-size: 14px;
    }

    .common_fnt_sz_xlrg {
        /* font-size: 25px; */
    }

    .payment1_header img {
        max-width: 20px;
    }
     .new_add_pic{
        top: 43px;
    }
}

@media (min-width:370px) and (max-width:390px) {
    .payment1_header {
        padding-bottom: 16px;
    }

    .payment1_amount_pay p {
        font-size: 12px;
    }

    .payment1_amount_pay span {
        font-size: 16px;
    }

    .payment1_amount {
        padding: 10px;
        margin-bottom: 25px;
    }

    .payment1_upi_common span {
        font-size: 12px;
    }

    .payment1_paynow {
        /* font-size: 14px; */
    }

    .payment1_amount_common:after {
        transform: translate(-50%) scale(1.06);
        bottom: -70px;
    }

    .payment1_succ_faid {
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media (min-width:391px) and (max-width:509px) {
    .payment1_amount_pay p {
        font-size: 12px;
    }

    .payment1_amount_pay span {
        font-size: 16px;
    }

    .payment1_amount {
        padding: 10px;
        margin-bottom: 25px;
    }

    .payment1_upi_common span {
        font-size: 12px;
    }

    .payment1_paynow {
        /* font-size: 14px; */
    }

    .payment1_amount_common:after {
        transform: translate(-50%) scale(1.1);
        bottom: -70px;
    }
}

@media (min-width:510px) and (max-width:650px) {
    .payment1_amount_common:before {
        transform: translate(-50%) scale(1.53);
        top: -110px;
    }

    .payment1_amount_common:after {
        transform: translate(-50%) scale(1.53);
        bottom: -88px;
    }

    .payment1_amount_common:after {
        bottom: -91px;
    }
}

@media (min-width:431px) and (max-width:599px) {
    .payment1_amount {
        width: 91%;
    }
}

@media (min-width:600px) and (max-width:659px) {
    .payment1_amount {
        width: 92%;
    }
}

@media (min-width:660px) and (max-width:680px) {
    .payment1_amount_common:before {
        transform: translate(-50%) scale(1.45);
        top: -105px;
    }

    .payment1_amount_common:after {
        transform: translate(-50%) scale(1.45);
        bottom: -88px;
    }

    .payment1_amount {
        margin-bottom: 20px;
        width: 92%;
    }

    .payment1_header {
        padding-bottom: 10px;
    }

    .payment1_section {
        height: 97dvh;
    }
}

@media (min-width:681px) and (max-width:1900px) {
    .payment1_amount {
        width: 92%;
    }
}

@media (min-width:810px) and (max-width:850px) {
    .payment1_amount_common:before {
        transform: translate(-50%) scale(1.55);
        top: -104px;
    }

    .payment1_amount_common:after {
        transform: translate(-50%) scale(1.55);
        bottom: -91px;
    }

    .payment1_section {
        height: 73dvh;
    }
}

/* carousel main */
.saved__cards__carousel {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    width: 100%;
    cursor: grab;
}
.sav__cards__new_wraper{
    width: 100%;
    overflow: hidden;
}
/* hide scrollbar */
.saved__cards__carousel::-webkit-scrollbar {
    display: none;
}
/* each slide */
.saved__card__slide {
    min-width: 100%;
    width: 100%;     
    flex-shrink: 0;
    scroll-snap-align: center;
}
/* dots container */
.saved__cards__dots {
    /* text-align: center; */
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 0px; */
}
/* dot */
.saved__cards__dot {
    height: 6px;
    width: 6px;
    margin: 2px;
    background: #777;
    border-radius: 10px;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
}
/* active dot */
.saved__cards__dot.active {
    background: #D9D9D9;
    width: 18px;
}

.toll_cvv_pic{
    position: absolute;
    transform: translate(-50%, -50%);
    right: 00px;
    top: 50px;
    cursor: pointer;
}
.only_tip{
    top: 50px !important;
}
.toll_cvv_pic img{
    width: 16px;
    height: 16px;
}
.tooltip_text {
    visibility: hidden;
    width: 143px;
    background-color:#FFFFFF;
    color: #030303;
    text-align: left;
    padding: 4px 10px;
    border-radius: 4px;
    position: absolute;
    top: -51px;
    right: -19%; /* position tooltip to the left of the icon */
    z-index: 10;
    font-size: 10px;
    font-weight: 400;
}

.toll_cvv_pic:hover .tooltip_text,
.toll_cvv_pic.active .tooltip_text {
    visibility: visible;
}
.tooltip_text::after {
    content: '';
    position: absolute;
    bottom: -10px; /* place it just below the tooltip */
    right: 7px;   /* adjust horizontal position as needed */
    border-width: 6px;
    border-style: solid;
    border-color: #FFFFFF transparent transparent transparent; /* arrow pointing down */
}
.acc_container{
    position: relative;
}
.pay_now_btn{
    padding: 16px;
}
.pay_now_btn1{
   padding: 16px 0; 
}
.banks_lst_dpdn{
    background: #171717;
}
.choosse_of_box{
    width: 100%;
    padding: 10px 12px;
    background-color: #171717;
    border-radius: 8px;
    border: 1px solid #353535;
    outline: none;
    cursor: pointer;
}
.choosse_of_box::placeholder{
    font-size: 14px;
    font-weight: 300;
    color: #636363;
}
.your_choose_bank{
    position: relative;
}
.arrow_rott_anti{
    position: absolute;
    top: 20px;
    right: 18px;
     transition: transform 0.3s ease;
}

.arrow_rotate{
    transform: rotate(180deg);
}
/* .bank_active::after {
    content: "✔";
    position: absolute;
    right: 40px;
    color: #FFC300;
    font-size: 22px;
} */
 .tick_icon{
    display: none;
    width: 16px;
    height: 16px;
}
.bank_active .tick_icon{
    display: block;
}
.tick_icon{
   display:none;
}

.choosse_of_box{
    display:flex;
    align-items:center;
    gap:10px;
    cursor:pointer;
}

.selected_bank_img{
    width:18px;
    height:18px;
    display:none;
}
.selected_bank_name{
     color: #9E9E9E;
    font-size: 14px;
    font-weight: 400;
}
.original_txt_crl{
    color: #636363 !important;
    font-size: 14px;
    font-weight: 300 !important;
}
.to_make_scane{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.align_txt_use{
    text-align: center;
}
.qr_using_scane{
    display: flex;
    flex-direction: column;
    gap: 16px;
}