@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}

.payment2_section {
	height: 100dvh;
	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;
	font-family: "Lato", sans-serif;
	background-color: #141316;
}

.payment2_sec_sub {
	height: 95%;
	overflow: scroll;
}

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

.payment2_sec_sub {
	padding-bottom: 20px;
}

.payment2_main_section {
	background: radial-gradient(circle, #a77aff59 0%, #ffffff66 100%);

}

.main_upi_page {
	height: 100%;
	display: flex;
	justify-content: center;
	background: #97a3c6;
}

.upi_payment_container {
	/* background: linear-gradient(180deg, #4a7bff 0%, #203e8f 115%); */
	/* padding: 20px 0 25px; */
}

.payble_amont_wrap {
    margin: 20px 16px;
	padding: 25px 20px;
	background: url(../image/bg_amt.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	height: 105px;
}

.upi_title h1 {
	/* font-size: 16px;
	font-weight: 600;
	text-align: center; */
	color: #fff;
	margin-left: 25px;
	font-size: 18px;
	font-weight: 700;
}

.upi_title {
	position: relative;
	padding: 15px 15px;
}

.upi_title a img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

/* .title_with_icn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
} */

.pay_ft_sc_bg, .payment_main_con_pay{
	background: #25222A;
    padding: 12px 15px 18px 15px;
	margin-bottom: 20px;
}
.acc_amt_pay {
	/* padding: 15px 0 0px; */
	position: relative;
}

.acc_amt_pay h2 {
	font-size: 14px;
	font-weight: 400;
	color: #D9D9D9;
	/* padding-top: 10px; */
}

.acc_amt_pay h3 {
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	padding: 4px 0;
}

.hand_img {
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(-65px);
}

.upi_paym_qr_sec {
	/* background: #fff; */
	padding: 0px 16px 0px;
	position: relative;
}


.qr_section_pay {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 10px;
}

.paym_qr_ele h5 {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

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

.paym_qr_ele h6 {
	font-size: 12px;
	font-weight: 400;
	color: #D9D9D9;
}

.paym_qr_ele p {
	font-size: 12px;
	font-weight: 400;
	color: #D9D9D9;
	display: flex;
	align-items: center;
	gap: 4px;
	padding-top: 5px;
}

.paym_qr_ele p span {
	font-weight: 400;
	color: #d4574f;
}

.qr_scanner {
	/* background: #ffffff;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #131313;
	text-align: center;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center; */
}

.qr_scanner img {
	max-width: 136px;
	width: 100%;
}

.paytm_btn_bi {
	width: 100%;
	background: #A77AFF;
	padding: 14px;
	border: transparent;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	cursor: pointer;
	text-transform: capitalize;

}

.pay_btn_disabled {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}
.active_upiapp_bor {
    box-shadow: 0px 0px 4px 0px #A77AFF;
    border: 1px solid #A77AFF;
    background: #a77aff2e;

}

.active_upiapp_bor .upi_pymnt_syntx span {
	background: #003780;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.paym_upi_apps h4 {
	font-size: 20px;
	font-weight: 600;
	text-align: left;
	color: #003780;
}

.paym_upi_apps {
	padding: 5px 0 0px;
}

.paym_upi_apps .app_paylist_new {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 10px 0 0px;
	flex-wrap: wrap;
	justify-content: center;
}

.app_paylist_new li {
	background: #EFF1FE;
	border-radius: 4px;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	border: 1px solid #F1F1F1;
}

.app_paylist_new li span {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	box-shadow: -1px -1px 5px 0px #0000000D;
	color: #4A4A4A;
	width: 100%;
	padding: 10px 0;
}

.img_upipay {
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
}

.img_upipay img {
	/* margin: 10px 0; */
	width: 20px;
}

.app_paylist_new li.active_upiapp_bor span {
	background: #003780;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.payment2_paynow {
	width: 100%;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	cursor: pointer;
}

.payment2_paynow_btn {
	display: flex;
	justify-content: center;
	padding: 10px 10px;
	background: transparent;
}
.payment2_paynow_btn.index_cnt_btn{
	width: 100%;
}
@media (min-width: 280px) and (max-width: 320px) {
	.acc_amt_pay h3 {
		font-size: 24px;
	}

	.upi_paym_qr_sec {
		padding: 20px 16px 30px;
	}

	.payment_methods_selct_payment{
		gap:4px!important;
	}
	.upiselect_icon_inner{
		width:50px!important;
	}
}

@media (min-width: 590px) {
	.payment2_main_section {
		overflow: hidden;
		height: 100dvh;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: grey;
	}

	@media (max-width: 590px) {
		.payment2_section {
			border-radius: unset;
		}
	}
}

@media (min-width: 590px) {
	.payment2_section {
		max-height: 95dvh;
		height: unset;
	}
}

@media (min-width: 810px) {
	.payment2_section {
		max-height: 95dvh;
		height: unset;
	}
}

@media (min-width: 1100px) {
	.payment2_section {
		height: unset !important;
		max-height: 95vh !important;
		min-height: unset !important;
	}
}
@media (max-height: 560px) {
	.payment2_sec_scss_fail {
		padding-bottom: 60px!important;
	}
}
.payment2_sec_scss_fail {
	height: 100%;
	padding-bottom: 10px;
	overflow-y: auto;
}

.pay2_sucs_fail_comm {
	display: flex;
	align-items: center;
	gap: 8px;
}

.pay2_sucs_fail_comm>img {
	width: 16px;
	height: 16px;
}

.payment2_pay_com {
	display: flex;
	flex-flow: row;
	align-items: center;
	gap: 15px;
	background-color: #25222A;
	box-shadow: 4px 4px 14px 0px #9680B61A;
	padding: 20px;
	flex-direction: column;
    margin-top: 60px;
}

.payment2_pay_com h5 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}
.payme2_amt_txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 10px 0px 10px;
    border-top: 1px dashed #55525C;
}
.payme2_amt_txt h2{
	color: #D9D9D9;
    font-size: 13px;
	font-weight: 400;
}
.payme2_amt_txt h3{
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}
.failue_pymt h5 {
	color: #fff;
}

.payment2_pay_com p {
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	color: #D9D9D9;
}

.payment2_comm_trans {
	padding: 12px 15px;
	box-shadow: 4px 4px 14px 0px #9680B61A;
	background: #25222A;
}

.pay2_transection_con {
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
}

.payment2_comm_trans ul {
    list-style-type: none;
    background: #3A383F;
    padding: 0px 15px;
}

.payment2_comm_trans ul li:last-child {
	border-bottom: none;
}

.pay2_trans_sp_lef {
	font-size: 13px;
	font-weight: 400;
	color: #D9D9D9;
}

.pay2_trans_sp_rig {
	font-size: 13px;
	font-weight: 500;
	color: #fff;
}

.pay2_button_sucess button {
	background: #A77AFF;
	padding: 15px;
	border: transparent;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	cursor: pointer;
	width: 100%;
	text-transform: capitalize;
}
.pay2_button_fail button {
	background: #A77AFF;
	padding: 15px;
	border: transparent;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	cursor: pointer;
	width: 100%;
	text-transform: capitalize;
}
.payme2_comm_sucess_fai {
	/* background: #fff; */
	padding: 0px 16px 10px;
	position: relative;
	/* border-top-right-radius: 25px;
  border-top-left-radius: 25px; */
	/* margin: -27px 0 0; */
	display: flex;
	flex-direction: column;
	gap: 20px;
}

img.dwld_arrw {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
}

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


.make_pymnt_txt {
	font-size: 14px;
	font-weight: 700;
	padding: 5px 0 12px;
	color: #fff;

}

.upi_pymnt_syntx {
	color: #212223;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
	flex-direction: column;
	flex-wrap: wrap;
}

.payment_methods_selct h1 {
	font-size: 10px;
	color: #212223;
	font-weight: 400;
	padding: 10px 0;
	min-height: 44px;
}

.payment_methods_selct {
	height:45px;
	cursor: pointer;
	border: 1px solid #1C25601A;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	padding: 10px;
	justify-content: space-between;
	background: #3A383F;
    border:1px solid transparent;
}
.payment_methods_selct:hover{
	box-shadow: 0px 0px 4px 0px #A77AFF;
    border: 1px solid #A77AFF;
    background: #a77aff2e;
}
.upi_pymnt_syntx span {
	color: #4A4A4A;
	font-size: 14px;
	font-weight: 500;
	box-shadow: -1px -1px 5px 0px #0000000D;
	width: 100%;
	text-align: center;
	padding: 10px;
}

.payment_method_wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 10px;
}

.payment_logos_img {
	width: 100%;
	max-width: 5px;
	display: block;
	margin-left: auto;
}

.upi_pymnt_syntx img {
	width: 100%;
	max-width: 40px;
	margin: 12px;
	height: 40px;
}

.index_page_sub {
	height: 100%;
	padding-bottom: 0;
}

/* .money_ddd{
  background: url(../image/amount_pay_bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 160px;
  position: relative;
  z-index: 1;
} */
.money_3d_img {
	width: 100%;
}

.done_fxedbtn {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 15px 10px;
	background: #141316;
}

.bank_logo {
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(-8px);
}

.bank_lg_img {
	width: 100%;
	max-width: 120px;
}

.bank_pymnt_txt {
	font-size: 16px;
	padding: 5px 0 10px;
	color: #fff;
	font-weight: 600;
}

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

.bank_pop span {
	font-weight: 500;
	font-size: 12px;
	color: #fff;

}

.pop_bnk_sec {
	display: flex;
	flex-direction: row;
	/* flex-wrap: wrap; */
	align-items: center;
	gap: 10px;
}

.allbanks_sec h2 {
	color: #fff;
	font-size: 14px;
	padding: 10px 0 15px 0;
	font-weight: 700;
}

.chose_bank a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	text-decoration: none;
	border: 1px solid #A77AFF;
	height: 50px;
}

.chose_bank span {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}

.bank_sec.selected {
	border: 1px solid #3C67D9;
}

.search_bank {
	position: relative;
}

.search-txtt {
	width: 100%;
	padding: 15px;
	text-indent: 25px;
	border: 1px solid #4C4C4D;
    background-color: transparent;
	color:#fff;
}

.search-txtt::placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #7A7A7A;
}

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

.bank_name {
	display: flex;
	align-items: center;
	padding: 10px;
	gap: 8px;
	cursor: pointer;
    background-color: #3A383F;
}

.banks_lst_dpdn ul li {
	list-style-type: none;
	margin: 0px 7px 5px 7px;
	border:1px solid transparent;
}

.banks_lst_dpdn ul {
	overflow-y: auto;
}


.cardtab_savedcard .cpayment_p {
	font-size: 16px;
	font-weight: 500;
	line-height: 21.17px;
	text-align: left;
	color: #121212;

}

.banks_lst_dpdn.upi_paym_bk_list {
    height: 250px;
    overflow-y: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.sc_select_innermain {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sc_select_card2 {
    display: flex;
    flex-direction: row;
    gap: 7px;
    align-items: center;
}
.sc_inner_card {
	display: flex;
	flex-direction: column;
	gap: 3px;
}
.sc_inner_card p{
	color:#fff;
	font-size: 14px;
	font-weight: 600;
}
.sc_select_card {
	display: flex;
	flex-direction: row;
	gap: 7px;
}

.sc_bankname {
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	color: #fff;

}

.sc_accountno {
	font-size: 12px!important;
	font-weight: 400!important;
	text-align: left;
	color: #D9D9D9!important;
}
.sc_select_innermain_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}
.sc_bank_icon {
	/* width: 40px; */
	position: relative;
	top: 0px;
}

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

}

.wat_is_cvv {
	color: #003780;
	font-size: 11px;
	font-weight: 500;
	text-align: right;
	padding-top: 5px;
}

.sc_cvvcon p {
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	text-align: left;
}

.sc_cvvcon a {
	font-size: 11px;
	font-weight: 500;
	color: #003780;
	text-align: left;
	text-decoration: underline;
}

.scc_input_con {
	width: 100%;
	margin-top: 5px;
	position: relative;
}
.pay_cd_cvv {
    position: absolute;
    right: 5px;
    top: 15px;
    cursor: pointer;
}
.cvv_input {
	width: 100%;
	padding: 15px 20px 15px 10px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	-webkit-appearance: none;
	border-radius: 0;
	border: 1px solid #4C4C4D;
	background: #524F59;
}

.new_card_con p {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

/* .border_set .scc_input_con {
	border: 1px solid #A77AFF;
} */

.scc_input_con .cvv_input:focus {
	outline: none;
}

.scc_input_con .cvv_input::placeholder {
	font-size: 14px;
	color: #fff;
}

.acc_container {
	margin-top: 10px;
}

.clk_cvv_enter {
	display: none;
}

button.new_card_con {
    -webkit-tap-highlight-color: transparent;
    margin: 0 auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px dashed #A77AFF;
	background: #4D4063;
    width: 100%;
    padding: 14px 0px;
}

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

.card_ddd {
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(-19px);
}

.card_3d_img {
	width: 100%;
	max-width: 122px;
    padding-top: 10px;
}

.sc_card_icon {
	max-width: 38px;
	padding: 5px;
	border-radius: 10px;
	box-shadow: 0px 0px 4px 0px #00000014;
	width: 100%;
}

.sc_bank_icon_lft {
	width: 40px;
}

.card_headr_txt {
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	padding: 10px 0;
	color: #fff;
}

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

.pop_close_fun_bj {
	text-align: center;
	position: relative;
}

.common_pop_jk img {
	cursor: pointer;
	width: 15px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.balence_pop_fun_bj {
	padding: 0px 30px 12px 30px;
	background: #4D4063;
	box-shadow: 0px 0px 4px 0px #A77AFF;
	/* border: 1px solid #A77AFF */
}

.balence_img_fun {
	text-align: center;

}

.balence_pop_fun_bj h5 {
	padding-top: 15px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	padding-bottom: 5px;
}

.con_cvv_p {
	padding: 11px 0;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #d9d9d9;
}

.bank_lgo_img {
	top: -2px;
}

.cards_tabcontainer .cardtab_newcard {
	position: relative;
	z-index: 10;
	width: 90%;
	margin: 0 auto;
	margin-top: 50px;
}

.newcard_inner {
	padding: 0px 2px;
	border-radius: 10px;
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

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

label {
	color: #000;
	text-transform: uppercase;
}

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

.form-control {
	display: block;
	width: 100%;
	height: calc(1.7em + 0.75rem + 12px);
	padding: 0.375rem 0.75rem;
	background-clip: padding-box;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	border: 1px solid #3A383F;
	font-size: 14px;
	font-weight: 500;
	background: #3A383F;
	color:#fff;
}
.form-control::placeholder{
	font-weight: 400 !important;
}
.pos_rel {
	position: relative;
}

.form-control:focus {
	outline: none;
	border: 1px solid #4C4C4D;
}

.form-control::placeholder {
	font-size: 14px;
	color: #908F8D;
	font-weight: 300;
}

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

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

.check-sec label {
	font-size: 13px;
	font-weight: 400;
	text-align: left;
	text-transform: none;
	color: #D9D9D9DD;
}

.labl_con a {
	text-decoration: underline;
	font-size: 10px;
	font-weight: 400;
	text-align: left;
	color: #201C3E;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}

.what_is_cvv_card {
	font-size: 10px;
	font-weight: 400;
	color: #201C3E;
	text-align: right;
	position: absolute;
	right: 2px;
	top: 35px;
	transform: translate(-50%);
}

.what_is_cvv_card a {
	color: #201C3E;
}

.title_with_icn img {
	width: 15px;
}

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

.switch {
	float: right;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background: #D9D9D9DD;
    -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: 18px;
    width: 18px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0px 1px 2px 0px #0000004D;
}

input:checked+.slider {
    background: #A77AFF;
}

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

.labl_con label {
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	text-transform: capitalize;
	color: #fff;
}

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

svg.input_logo {
	position: absolute;
	top: 13px;
	right: 0;
}

.card_inpt_bx {
	position: relative;
}

.chose_bank img {
	max-width: 28px;
	margin-left: 5px;
}

.bnk_txtwth_icn {
	display: flex;
	align-items: center;
	gap: 15px;
}

.border_set {
	box-shadow: 0px 0px 4px 0px #A77AFF;
    background: #a77aff2e!important;
}

.bank_icon_appnd {
	display: none;
}

.payment2_sec_sub.netbanking_cntnertab {
	height: 100% !important;
}
.pay_status_con_fail p{
	font-size: 14px;
}
@media (min-width: 280px) and (max-width: 319px) {
	.upi_pymnt_syntx {
		font-size: 8px;
	}

	.payment_methods_selct h1 {
		font-size: 9px;
		padding: 10px 0;
		min-height: 42px;
	}

	.money_3d_img {
		width: 100%;
	}

	.money_ddd {
		transform: translateY(-18px);
	}
}

@media (min-width: 320px) and (max-width: 359px) {
	.upi_pymnt_syntx {
		font-size: 11px;
	}

	.money_3d_img {
		width: 100%;
	}

	.acc_amt_pay h3 {
		font-size: 25px;
	}

	.failure_pymnt_sec {
		display: flex;
		min-height: calc(100dvh - 120px);
		justify-content: center;
		align-items: center;
	}
}

@media (min-width: 551px) {
	.done_fxedbtn {
		position: unset;
		bottom: 0;
		display: flex;
		justify-content: center;
		padding: 10px 0px 10px;
		background: transparent;
	}
	.payble_amont_wrap{
		background-position: bottom;
	}
    .pay2_button_fail.done_fxedbtn{
		padding: 10px 20px 10px!important;
	}
	.payme2_comm_sucess_fai.index_failer_sec {
		padding: 100px;
	}

}

@media (min-width: 590px) {
	.index_sectn {
		max-height: 92dvh;
		height: inherit;
		/* background: #F2F2F2; */

	}

	.payme2_comm_sucess_fai.index_failer_sec {
		padding: 100px;
	}

	.upi_paym_qr_sec {
		margin-bottom: 15px;
	}

	.upi_paym_qr_sec.contner_pdn_bm {
		margin-bottom: 10px;
	}
}

@media (min-width: 768px) {
	.index_sectn {
		max-height: 70dvh;
		height: inherit;
	}
}

@media (max-width: 550px) {
	.failure_pymnt_sec {
		display: flex;
		/* min-height: calc(100dvh - 120px); */
		justify-content: center;
		/* align-items: center; */
	}

	.payment2_main_section {
		background: #F2F2F2;
	}
}

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

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


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

.upi_pymnt_syntx {
	color: #fff;
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 13px;
	font-weight: 600;
	text-align: left;
}

.pay_icon_img {
	width: 30px;
}

.payment_main_con {

	box-shadow: 4px 4px 14px 0px #9680B61A;
	background: #3A383F;
    padding: 12px 10px 18px 10px;
    margin-bottom: 20px;
}
.mar_top_30 {
	margin: 20px 0px 0px 0px;
}

.upi_icon_img {
	width: 36px;
}

.upiselect_icon {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-decoration: none;
}

.upiselect_icon_inner {
	width: 55px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid transparent;
}

.payment_methods_selct_payment {
	border-radius: 10px;
	flex-basis: calc(100% - 10px);
	/* cursor: pointer; */
	/* border: 1px solid #1C25601A; */
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 7px;
	/* padding: 10px; */
	justify-content: space-between;
	/* background: linear-gradient(0deg, #F8F8FF, #F8F8FF),linear-gradient(0deg, #FFFFFF, #FFFFFF); */
}

.select_upiapp_bor .upiselect_icon_inner {
	transition: all 0.5s;
	box-shadow: 0px 0px 4px 0px #A77AFF;
	border:1px solid #A77AFF;
	background: #a77aff2e;
}

.paym_qr_ele p.scan_pay_tittle {
	font-size: 14px;
	font-weight: 600;
	color: #1F1F1F;
	text-align: left;
}

.payment2_pay_com img {
	width: 80px;
	margin-top:-55px;
}

.pay_status_con {
	flex-direction: column;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;

}

.new_savedcard_conta {
	display: flex;
	width: 100%;
	overflow-x: scroll;
	align-items: center;
	gap: 10px;
	/* background-color: #fff;
   border-radius: 12px; */
	/* padding: 12px; */
}


.cardtab_savedcard {
	background-color: #25222A;
	padding: 12px;
}

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

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

.cardtab_newcard {
	background-color: #25222A;
	padding: 12px;
}

.checkbox-wrapper-65 .cbx {
	position: relative;
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	border-radius: 4px;
	background-color: #fff;
	/* background-image: linear-gradient(#474749, #606062); */
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.15), inset 0 -1px 1px rgba(0, 0, 0, 0.15);
	transition: all 0.15s ease;
	border: 0.75px solid #4C4C4D
}

.checkbox-wrapper-65 .cbx svg {
	position: absolute;
	top: 3px;
	left: 2px;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke: #fff;
	stroke-width: 2;
	stroke-dasharray: 17;
	stroke-dashoffset: 17;
	transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-65 .cbx+span {
	float: left;
	margin-left: 6px;
}

.checkbox-wrapper-65 {
	user-select: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}

.checkbox-wrapper-65 label {
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}

.checkbox-wrapper-65 input[type="checkbox"] {
	display: none;
	visibility: hidden;
}

.checkbox-wrapper-65 input[type="checkbox"]:checked+.cbx {
	background-color: #4C4C4D;
	background-image: linear-gradient(#4C4C4D, #4C4C4D);
}

.checkbox-wrapper-65 input[type="checkbox"]:checked+.cbx svg {
	stroke-dashoffset: 0;
	transition: all 0.15s ease;
}

.card_holder_box p {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: 600;
	text-align: left;

}

.card_number {
	font-size: 11px;
	font-weight: 600;
	text-align: left;
	color: #FFFFFF;
	margin: 0px !important;
}

.card_holder_box {
	background-repeat: no-repeat;
	background-size: cover;
	height: 124px;
	width: 154px;
	padding: 19px;
	border-radius: 12px;
	border: 1px solid transparent;
}

.card_bg_one {
	background-image: url('/design29/payment_assets/image/cardone.png');

}

.card_bg_two {
	background-image: url('/design29/payment_assets/image/cardtwo.png');

}

.card_specific_logo {
	width: 30px;
}

.save_card_type {
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
	align-items: center;
}

.card_number {
	margin: 10px 0px;
}

.card_holder_name {
	margin: 16px 0px 7px 0px
}

.card_type {
	font-weight: 600;
}

.card_holder_outer {
	display: flex;
	gap: 20px;
	overflow: scroll;
}

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

.card_holder_data {
	display: flex;
	flex-direction: column;
}

.selected_bank {
	border: 1px solid #A77AFF;
}

.bank_lg_icn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	width: 50px;
	border:1px solid transparent;
	background: #38383F;
}

.bank_pop.selected_bank2 .bank_lg_icn{
    transition: all 0.5s;
    box-shadow: 0px 0px 4px 0px #A77AFF;
    border: 1px solid #A77AFF;
    background: #a77aff2e;
}
.sc_select_main_bt.pay_net_bk_pn.selected_bank2 {
	display: block!important;
    transition: all 0.5s;
    box-shadow: 0px 0px 4px 0px #A77AFF;
    border: 1px solid #A77AFF;
    
}
.sc_select_main_bt.pay_net_bk_pn.selected_bank2 .bank_name{
	background: #a77aff2e;
}
.sc_select_main {
    padding: 15px 8px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    margin: 0 0 10px 0;
    background: #3A383F;
    box-shadow: 0px 4px 11px 0px #00000000;
}
.popular_bank_container {
	box-shadow: 4px 4px 14px 0px #9680B61A;
	background: #25222A;
	padding: 20px;
	margin-bottom: 15px;
}

.popular_bank_container .bank_pymnt_txt {
	font-size: 14px;

}

.bank_name span {
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #fff;
}
.banks_lst_dpdn::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}
.banks_lst_dpdn::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #A77AFF;
}
.banks_lst_dpdn::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
.upiselect_icon span {
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	text-decoration: none;
	margin-top: 5px;
}

.all_banks_container {
	background: #25222A;
	padding: 15px 20px;
	margin-top: 10px;
}

/* .ps_selected_con {
	box-shadow: 4px 4px 14px 0px #9680B61A;
	background: #FFFFFF;
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 15px;
} */

.bank_selg_icn {
	width: 30px;
}

.search_icon img {
	width: 20px;
	position: absolute;
	top: 12px;
	left: 12px;
}

/*payment service finder*/

.card_visa,
.card_mastercard,
.card_amex,
.card_discover,
.card_diners,
.card_jcb {
	display: inline-block;
	width: 50px;
	height: 30px;
	overflow: hidden;
	text-align: left;
	text-indent: -999px;
	background: url('../image/sprite-cards.png') 0 0 no-repeat;
  position: relative;
    left: -8px;
    top: -2px;
}

.card_mastercard {
	background-position: -55px 0;
}

.card_amex {
	background-position: -110px 0;
}

.card_discover {
	background-position: -165px 0;
}

.card_diners {
	background-position: -220px 0;
}

.card_jcb {
	background-position: -660px 0;
}
.is_visa li,
.is_mastercard li,
.is_amex li,
.is_discover li,
.is_diners li,
.is_jcb li,
.is_nothing li {
	display: none
}

ul.card_logos {
	display: flex;
	margin: 0;
	padding: 0;
	float: right;
  position: absolute;
	top: 12px;
  right:0px;
}

.card_logos li {
	display: none;
}

.is_visa li.card_visa,
.is_mastercard li.card_mastercard,
.is_amex li.card_amex,
.is_discover li.card_discover,
.is_diners li.card_diners,
.is_jcb li.card_jcb {
	display: block;
}
.valid_t{
    color: #D9D9D9!important;
    font-size: 12px!important;
	font-weight: 400 !important;
}
.valid_year {
    color: #fff!important;
    font-size: 12px!important;
	font-weight: 400 !important;
}
.cvv_input::placeholder {
	color: #7A7A7A !important;
}