/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..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');


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



.payment1_section {

    width: 100%;
    max-width: 550px;
    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);

}

.payment_back_pic {
    background-image: url(/design113/payment_assets/images/bg_success.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.payment_front_pic {
     background: url(../images/paymentmethod.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.net_pay_search{
    background-color: white;
}
.payment1_sec_sub {
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 15px;
    width: 100%;
    /* background: linear-gradient(90deg,
            rgba(243, 120, 147, 0.65) 0%,
            rgba(218, 66, 151, 0.55) 46.97%,
            rgba(204, 107, 244, 0.50) 53%,
            rgba(234, 200, 255, 0.45) 89.42%);
    backdrop-filter: blur(40px); */
   
}




.linear_cover_poc {
    position: relative;
}

.dummy {
    position: absolute;
}

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

.payment1_header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 30px;
    position: relative;
    z-index: 10;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
    justify-content: center;
}

.payment1_header img {
    position: absolute;
    left: 17px;
    z-index: 9;
}

.payment1_header img {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.payment1_header p {
    font-size: 20px;
    font-weight: 700;
    color: #111111;
}

.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 {
    display: flex;
    gap: 5px;
    flex-direction: column;
    background-color: #FFFFFF;
    padding: 20px 12px;
    border-radius: 6px;
    box-shadow: 0px 0px 8px 0px #00000026;
    margin: 0px 16px;
}

.payment1_qr_scanner {
    border-radius: 5px;

    gap: 10px;
    width: 100%;
}

.payment1_qr_scanner p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1F1F1F;

}

.payment1_scanner_text {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 10px 10px;
    margin-bottom: 38px;
}


.payment1_scanner_text p {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    color: #70788F;
    line-height: 16px;
}

.payment1_tiemr {
    padding: 5px 0;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 0;
    justify-content: flex-start;
    gap: 6px;
}

.payment1_tiemr span {
    font-size: 12px;
    font-weight: 500;
    color: #E33535;
    border-radius: 14px;
}

.payment1_upi_option {
    display: flex;
    justify-content: space-around;
}

.payment1_upi_section h1 {
    font-size: 14px;
    font-weight: 500;
    margin: 32px 0px 14px;
}

.verify_upi_pay {
    width: 28px;
    height: 28px;

}

.verify_other_pay {
    width: 3px;
    height: 14px;
}

.upi_pic_out {
    width: 54px;
    height: 54px;
    border: 1px solid #EFEFEF;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.payment1_upi_common {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 4px;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}



.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 {
    position: sticky;
    bottom: 0;
    display: flex;
    justify-content: center;
    padding: 0 16px 10px;
}

.payment1_paynow {
    width: 100%;
    padding: 15px;
    background-color: #11070D;
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.pay_btn_disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
    color: #fff;
    background-color: #D8DCDF;
}

.padlr_20 {}

.pay_upi_section.payment1_upi_section.padlr_20 {
    position: relative;
    z-index: 10;
}


/* success_faild_section */


.payment1_su_fa_sec {
    padding: 0px 20px;
}

.payment1_su_fa_img {
    text-align: center;
    padding: 5px 0px 7px 0px;
}

.payment1_su_fa_img img {
    width: 100px;
}

.payment1_su_fa_amount {
    text-align: center;
}



.payment1_su_fa_amount_text {
    margin: 0px 0px 15px;
    /* border-bottom: 1px solid #D0D0D0; */
    text-align: center;

}

.payment1_su_fa_amount_text h2 {
    color: #11070D;
    font-size: 24px;
    font-weight: 500;
}

.payment1_su_fa_amount_text_failed h2 {
    color: #11070D;
    margin-bottom: 10px;
}

.payment1_su_fa_amount_text p {
    color: #4E4E4E;
    font-size: 12px;
    font-weight: 400;
}

.payment1_su_fa_amount_text span {
    color: #70788F;
    font-size: 14px;
    font-weight: 400;
    width: 75%;
    margin: 0 auto;
}

.payment1_su_fa_btn {
    margin: 20px;
    /* width: 100%; */
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.payment1_su_fa_btn_common {
    padding: 12px;

    border: none;
    border-radius: 12px;
    background: transparent;
    font-size: 18px;
    font-weight: 500;
    color: #11070D;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.print_oic {
    width: 24px;
    height: 24px;
}

.payment1_su_fa_btn_done_btn,
.payment1_su_fa_btn_try_btn {
    background: #11070D;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
}

.print_sucess {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.payment1_su_fa_details_sec {
    z-index: 10;
    padding: 16px 16px;
    margin-top: 20px;
    /* border-top: 1px solid #E5E7EA; */
    box-shadow: 4px 4px 14px 0px #9680B61A;
    background: #FFFFFF;

    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.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: 13px;
    font-weight: 400;
    color: #1F1F1F;
}

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

.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: 6px;
    justify-content: center;
    text-align: center;
}

.choosepayment_amount {
    background: #FFFFFF4D;
    padding: 16px;
    /* margin-bottom: 20px; */
    border-radius: 8px;
    margin: 0px 16px 20px;
}

.choosepayment_pay p {
    font-size: 20px;
    font-weight: 500;
    color: #690C4E;
}

.choosepayment_pay span {
    font-size: 40px;
    font-weight: 700;
    color: #690C4E;
}


.choosepayment_select_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    padding: 12px;
    width: 100%;
    height: 54px;
    cursor: pointer;
    border: 1px solid #EFEFEF;
    border-radius: 8px;
}

.choosepayment_select_main.selected {
    border: 1px solid #FA96D4;
}

.choosepayment_select_main:hover {
    border: 1px solid #FA96D4;
}

.choosepayment_select_card {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.cp_card_icon {
    max-width: 30px;
    width: 100%;
}

.cp_container_main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding: 20px 12px;
    background-color: #FFFFFF;
    margin: 0 16px 20px;
    border-radius: 8px;
    box-shadow: 4px 4px 14px 0px #9680B61A;

}

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

.cp_bank_icon {
    width: 16px;
    height: 16px;
}


.choosepay_incp {

    font-size: 12px;
    font-weight: 600;
    color: #1F1F1F;
    text-align: left;
    white-space: nowrap;
    /* margin-bottom: 4px; */
}

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

}

.choose_payment_p {
    font-size: 14px;
    font-weight: 600;
    color: #1F1F1F;
    text-align: left;
    margin-right: auto;
    margin-bottom: 8px;
    /* padding-left: 20px; */
}

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

.card_tab_img {
    width: 70px;
}


.cards_tabcontainer .cardtab_savedcard {
    margin: 20px 16px 0px;
    max-height: 400px;
    background-color: #FFFFFF;
    padding: 20px 12px;
    box-shadow: 4px 4px 14px 0px #9680B61A;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 12px;

}

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

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



.cardtab_savedcard .cpayment_p {

    font-size: 14px;
    font-weight: 600;
    color: #1F1F1F;

}

.cpayment_p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
}

.sc_select_main {

    border-radius: 8px;
    padding: 12px;
    border: 1px solid #EFEFEF;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

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

.sc_select_card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    width: 40%;
}

.sc_bankname {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #1F1F1F;

}

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

.sc_accountno {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #1F1F1F;

}

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

.sc_bank_icon {
    width: 40px;
}

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

}

.sc_cvvcon p {
    font-size: 13px;
    font-weight: 400;
    color: #3D505F;
}

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

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



/* Info icon container */
.info_icon {
    width: 18px;
    height: 18px;
    position: relative;
    cursor: pointer;
}

/* Popup text box */
.info_icon::before {
    content: "CVV is a 3-digit code on the back of your card";
    position: absolute;
    top: -30%;
    /* move popup below icon */
    /* left: 50%; */
    transform: translate(-223px, -1px);
    background: #000;
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    /* white-space: nowrap; */
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
    width: 160px;
    vertical-align: middle;
    text-align: center;
}

/* ✔ YOUR ARROW ICON on RIGHT SIDE */
.info_icon::after {
    content: "";
    position: absolute;
    top: 29%;
    left: -43%;
    /* arrow between icon + popup */
    transform: translate(-44px, 0px);
    width: 12px;
    height: 16px;
    background: url(../images/poparrow.svg )no-repeat;
    opacity: 0;
    transition: opacity .2s ease;
    pointer-events: none;
    background-size: 12px;
}

/* Hover show popup */
.info_icon:hover::before,
.info_icon:hover::after {
    opacity: 1;
}

.in_icvv {
    position: absolute;
    top: 5px;
    right: 15px;
}

.cvv_input {
    width: 100%;
    padding: 10px;
    border: 1px solid #FA96D4;
    border-radius: 8px;
    color: #3D505F;
    font-size: 12px;
    font-weight: 500;

}

.radio_blk {
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
}

/* Hide original radio */
.radio_blk .my_radio {
    display: none;
}

/* Custom circle */
.radio_blk .radio_mark {
    width: 16px;
    height: 16px;
    border: 1px solid #FA96D4;
    /* border color */
    border-radius: 50%;
    position: relative;
    transition: 0.2s;
}

/* Inner dot when selected */
.radio_blk .my_radio:checked+.radio_mark::after {
    content: "";
    width: 9px;
    height: 9px;
    background: #FA96D4;
    /* <-- CHANGE COLOR HERE */
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.scc_input_con .cvv_input:focus {
    outline: none;

}

.scc_input_con .cvv_input::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #908F8D;
}

.acc_container {
    margin-top: 10px;
}

.clk_cvv_enter {
    display: none;
}

button.new_card_con {
    border-radius: 8px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    border: 1px solid #EFEFEF;
    cursor: pointer;
    gap: 8px;
    background-color: transparent;
    padding: 12px;
    /* margin: 0 12px; */
    -webkit-tap-highlight-color: transparent;
    color: #000;
    width: 100%;
    height: 50px;
    margin-top: 8px;
}

.addnew_plus {
    width: 16px;
    max-width: 16px;
}

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

.cards_tabcontainer .cardtab_newcard {
    position: relative;
    z-index: 10;
    /* width: 90%; */
    margin: 16px;
    margin-top: 30px;
    background-color: #FFFFFF;
    padding: 20px 12px;
    border-radius: 8px;
}

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

.form-group {
    margin-bottom: 10px;
}

.cvv-group {
    position: relative;
    margin-top: 12px;
}


/* Icon INSIDE the input box */
.cvv_info_icon {
    position: absolute;
    right: 12px;
    /* inside input box */
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Tooltip text */
.cvv_info_icon::before {
    content: "CVV is a 3-digit code on the back of your card";
    position: absolute;
    top: 50%;
    right: -63px;
    /* tooltip to the right of icon */
    transform: translate(-50%, -50%);
    background: #000;
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    /* white-space: nowrap; */
    opacity: 0;
    transition: opacity .2s ease;
    pointer-events: none;
    z-index: 100;
    width: 160px;
    vertical-align: middle;
    text-align: center;
}

/* Tooltip arrow using your image */
.cvv_info_icon::after {
    content: "";
    position: absolute;
    top: 68%;
    left: -6px;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 100%;
    background: url(../images/poparrow.svg) no-repeat;
    opacity: 0;
    transition: opacity .2s ease;
    pointer-events: none;
    z-index: 101;
    background-size: 100%;
}

/* Hover state */
.cvv_info_icon:hover::before,
.cvv_info_icon:hover::after {
    opacity: 1;
}

label {
    color: #000;

}

.choose-section .form-control {
    background: #DFDFDF !important;
    border-radius: 10px !important;
    width: 100% !important;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 12px);
    padding: .375rem .75rem;
    font-size: 12px;
    font-weight: 500;
    /* background-clip: padding-box; */
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: 1px solid #EFEFEF;
    color: #3D505F;
    border-radius: 8px;

}

.form-control:focus {
    outline: none;
    /* border: 1px solid #A6A6A6 */
}

.form-control::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #A6A6AF;
}

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

.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;
    /* justify-content: space-between; */
    align-items: center;
    gap: 12px;
}

.check-sec label {
    font-size: 12px;
    font-weight: 400;
    color: #5B5B69;
}

.checkbox_blk {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

/* Hide original */
.checkbox_blk .guide_lines {
    display: none;
}

/* Custom box */
.checkbox_blk .checkmark {
    width: 18px;
    height: 18px;
    border: 0.75px solid #000000;
    background: transparent;
    border-radius: 4px;
    transition: 0.2s;
}

/* Checked state → black background */
.checkbox_blk .guide_lines:checked+.checkmark {
    background: #000;
}

/* Tick icon */
.checkbox_blk .checkmark::after {
    content: "";
    display: none;
    width: 4px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin-left: 5px;
    margin-top: 1px;
}

.checkbox_blk .guide_lines:checked+.checkmark::after {
    display: block;
}

.labl_con a {
    text-decoration: underline;
    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);
}

.labl_con label {

    font-size: 12px;
    font-weight: 400;

    text-transform: capitalize;
    color: #3D505F;

}

.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: 55%;
    top: 56%;
    transform: translate(-50%, -50%);

    z-index: 9999;
    display: none;

}

.pop_close_fun_bj {
    text-align: center;
}

.common_pop_jk img {
    cursor: pointer;
    width: 34px;
    position: relative;
    top: 25px;
    right: 5px;

}

.balence_pop_fun_bj {
    padding: 4px 10px;
    background: #000000;
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0px #00000033;
    /* border: 1px solid #E5E7EA; */
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.balence_pop_fun_bj h5 {
    color: #3D505F;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.con_cvv_p {
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    text-align: center;

}

.netbank_tab_img {
    width: 30px;
}

.bank_pymnt_txt {
    color: #000000;
    font-size: 14px;
    margin-bottom: 16px;
    font-weight: 500;
}

.bank_lg_icn {
    width: 22px;
    height: 22px;
    border-radius: 8px;
}

.back_bank_box {
    border: 1px solid #9680B633;
    width: 60px;
    height: 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back_bank_box:hover {
    border: 1px solid #FA96D4;
}

.bank_pop {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 4px;
    gap: 8px;
    flex-basis: calc(26.33% - 7px);
    cursor: pointer;
    justify-content: flex-start;
}

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

.pop_bnk_sec {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 0;
    justify-content: center;
}

.allbanks_sec h2 {
    color: #121212;
    font-size: 14px;
    /* padding: 20px 0 15px 0; */
    margin-bottom: 12px;
    font-weight: 500;
}

.chose_bank a {
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 12px;
    border: 1px solid #EFEFEF;
    /* height: 53px; */
}

.chose_bank a:hover {
    border: 1px solid #FA96D4;

}

.csn_spn:hover {
    color: #1F1F1F;
}

.csn_spn {
    color: #C5CBCF;
    font-size: 14px;
    font-weight: 400;
}

.active_bank {
    /* border: 1px solid #3D505F; */
}

.search_bank {
    position: relative;
}

.search-txtt {
    width: 100%;
    border: 1px solid #B5B5B5;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #B5B5B5;
    text-indent: 25px;
    font-size: 14px;
    font-weight: 400;
}

.search-txtt::placeholder {
    color: #C5CBCF;

}

.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;
    /* box-shadow: 0px 0px 4.3px 0px #0000001F;  */
    padding: 11px 10px;
    /* border-radius: 4px; */
    gap: 12px;
    /* background: #FFFFFF9E; */
    border-bottom: 1px solid #A3A3A34D;
    cursor: pointer
}

.banks_lst_dpdn ul li {
    list-style-type: none;
}

.banks_lst_dpdn ul {
    overflow-y: auto;
    max-height: 500px;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.all_banks_container {
    display: none;
}

.netbanking_tabcontainer .select_payment_container {
    position: relative;
    z-index: 10;
    margin: 0px 16px;
    margin-top: 30px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    padding: 20px 12px;
    border-radius: 8px;
    box-shadow: 4px 4px 14px 0px #9680B61A;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rigt_arrow {
    width: 10px;
}

.netbanking_tabcontainer .all_banks_container {
    position: relative;
    z-index: 10;
    width: 100%;
    /* margin: 0 auto;
    margin-top: 10px; */
}
.final_search_whole{
    padding: 12px;
}

.bank_name span {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #3D505F;
}

.border_set {

    /* border: 1px solid #A6A6A6; */
}

.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;
}

@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_sec_sub {
        overflow-y: scroll;
        padding-bottom: 20px;
    }

    /* .choosepayment_amount {
        height: 180px;
    } */
    .payment1_amount_common.choosepayment_con:after {
        bottom: -108px;
    }

    .choose_payment_p {
        font-size: 14px;
    }

    .cp_deta_p {
        font-size: 13px;
    }

    .choosepay_incp {
        font-size: 12px;
    }

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

    .payment1_scanner_text p {
        font-size: 14px;
    }

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

    .payment1_tiemr {
        gap: 2px;
    }
}

@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_qr_sec {
        width: 210px;
    } */

    .payment1_qr_scanner img {
        width: 100px;
    }

    .payment1_header {
        padding-bottom: 16px;
    }

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

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

    .payment1_amount {
        padding: 10px;
    }

    .payment1_scanner_text p {
        /* margin: 5px 0; */
    }

    .payment1_scanner_text {
        gap: 5px;
        margin-bottom: 15px;
    }

    .payment1_qr_scanner p {
        font-size: 14px;
    }

    .payment1_header p {
        font-size: 14px;
    }

    .payment1_upi_section h1 {
        font-size: 12px;
    }

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

    .payment1_paynow {
        font-size: 14px;
    }

    /* new style css */

    .choosepayment_amount {
        height: 120px;
    }

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

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

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

    .cp_container_main {
        margin-top: 20px;
    }

    .cp_deta_p {
        font-size: 10px;
    }

    .cp_bank_icon {
        width: 16px;
        height: 16px;
    }

    .cp_card_icon {
        max-width: 24px;
    }

    .cards_tabcontainer .cardtab_savedcard {

        margin-top: 20px;
    }

    .sc_select_main {
        padding: 13px 10px;
    }

    .sc_bankname,
    .sc_accountno {
        font-size: 12px;
    }

    .sc_bank_icon {
        width: 30px;
    }

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

    .cards_tabcontainer .cardtab_newcard {
        margin-top: 20px;
    }

    .labl_con label {
        font-size: 12px;
    }

    .check-sec label {
        font-size: 11px;
    }

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

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

    .payment1_tiemr {
        gap: 2px;
    }
}

@media (min-width:320px) and (max-width:359px) {
    .payment1_qr_sec {
        padding: 12px 10px;
    }

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

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

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

    .payment1_scanner_text p {
        /* margin: 5px 0; */
    }

    .payment1_scanner_text {
        gap: 5px;
        margin-bottom: 15px;
    }

    .payment1_qr_scanner p {
        font-size: 11px;
    }

    .payment1_tiemr span {
        width: 43x;
    }

    .payment1_header p {
        font-size: 14px;
    }

    .payment1_upi_section h1 {
        font-size: 12px;
    }

    .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_qr_sec {
        width: 210px;
    } */

    .payment1_qr_scanner img {
        width: 100px;
    }

    /* new style css */

    /* .choosepayment_amount
{
  height: 130px;
} */
    .payment1_amount_common.choosepayment_con:after {
        bottom: -65px;
    }

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

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

    .cp_container_main {
        margin-top: 20px;
    }

    .cp_deta_p {
        font-size: 10px;
    }

    .cp_bank_icon {
        width: 60px;
    }

    .cp_card_icon {
        max-width: 24px;
    }

    .cards_tabcontainer .cardtab_savedcard {

        margin-top: 20px;
    }

    .sc_select_main {
        padding: 13px 10px;
    }

    .sc_bankname,
    .sc_accountno {
        font-size: 12px;
    }

    .sc_bank_icon {
        width: 30px;
    }

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

    .cards_tabcontainer .cardtab_newcard {
        margin-top: 20px;
    }

    .labl_con label {
        font-size: 12px;
    }

    .check-sec label {
        font-size: 11px;
    }

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

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

    .payment1_tiemr {
        gap: 2px;
    }
}

@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_scanner_text p {
        /* margin: 5px 0; */
    }

    .payment1_scanner_text {
        gap: 5px;
        margin-bottom: 15px;
    }

    .payment1_qr_scanner p {
        font-size: 14px;
    }

    .payment1_header p {
        font-size: 16px;
    }

    .payment1_upi_section h1 {
        font-size: 12px;
    }

    .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;
    }

    .check-sec label {
        font-size: 11px;
        text-transform: math-auto;
    }

    .payment1_tiemr {
        gap: 2px;
    }
}

@media (min-width:391px) and (max-width:509px) {
    /* .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_scanner_text p {
        /* margin: 5px 0; */
    }

    .payment1_scanner_text {
        gap: 5px;
        margin-bottom: 15px;

    }

    .payment1_qr_scanner p {
        font-size: 14px;
    }

    .payment1_tiemr {
        gap: 2px;
    }

    .payment1_header p {
        font-size: 16px;
    }

    .payment1_upi_section h1 {
        font-size: 12px;
    }

    .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;
    }

    /* .payment1_qr_sec {
        max-width: 310px;
    } */

    /* .payment1_qr_scanner img {
        width: 150px;
    } */
}

@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:360px) and (max-width:680px) {
    .payment1_scanner_text {
        margin-bottom: 15px;
    }

    .cvv_input {
        border: 1px solid #FA96D4;
    }

}

@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_qr_sec {
        max-width: 310px;
        margin: 0 auto 20px;
    } */

    .payment1_qr_scanner img {
        width: 120px;
    }

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

    .payment1_header {
        padding-bottom: 10px;
    }

    .payment1_scanner_text p {
        /* margin: 5px 0; */
    }

    .payment1_scanner_text {
        gap: 5px;
        margin-bottom: 15px;
    }

    .payment1_sec_sub {
        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_qr_sec {
        max-width: 310px;
        margin: 0 auto 20px;
    } */

    .payment1_qr_scanner img {
        width: 120px;
    }

    .payment1_section {
        height: 73dvh;
    }
}


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

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

@media (max-width:390px) {
    /* .bank_pop
    {
        padding: 10px 4px;
        gap: 4px;
    } */
    /* .bank_lg_icn {
        max-width: 26px;
    } */
}

.failded_btn_rk {
    width: 100%;

}

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



/* =====new css=== */

.payment1_main_section {
    background: radial-gradient(circle,
            rgba(9, 21, 121, 0.7959558823529411) 0%,
            rgba(255, 255, 255, 1) 100%);
}


.pay_scanner_box {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 0px 10px;
}

.app_or_qr {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #70788F;
}

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;
    /* gap:11px; */
    display: flex;
    justify-content: space-between;
}

.qr_txt_si {
    color: #1F1F1F !important;
    font-size: 12px;
    font-weight: 400;
}

.qr_code_image {
    max-width: 108px;
    max-height: 108px;
}

.payment1_upi_common p {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    color: #5B5B69;
}


/* success */


.paysuccess_inner {
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 4px 6px 0px #00000026;
}

.bottom_line_suscess {
    border-bottom: 1px solid #9680B61A;
}



/* credit */
.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 {
    /* box-shadow: 0px 0px 8px 0px #00000026; */
    background: #FFFFFF;
    padding: 20px 12px;
    border-radius: 6px;
}

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

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

.close_bank_list {
    cursor: pointer;
}

.bank_active {
    background-color: #F3F4F6;

}


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

.paytm_btn_bi {
    width: 100%;
    background: #3D505F;
    padding: 14px;
    border-radius: 8px;
    border: transparent;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}




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

.bank_list_main::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #DDDDDD;
}

.bankbox_active span {
    color: #4C4C4D;
}
.close_crus{
    cursor: pointer;
}