@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Manrope:wght@200..800&display=swap');


* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
	font-family: "Manrope", sans-serif;
	font-style: normal;
	font-weight: 400;
}

.payment2_section {
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: auto;
	width: 100%;
	max-width: 550px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100dvh;
	background: #09050D;
	overflow-x: hidden;
}

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

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

.payment2_sec_sub {
	padding-bottom: 20px;
}

.payment2_main_section {
	background: #444444;
}

.payble_amont_wrap {
	background: radial-gradient(123.95% 319.27% at -29.81% -33.02%, #AB71F4 0%, #A56CEC 4.66%, #290951 100%);
	border-radius: 12px;
	width: auto;
	display: flex;
	align-items: center;
	margin: 0px 16px;
	padding: 1px;
}

.rt_amount_txt_wrap {
	width: 60%;
	padding: 0px 16px;
}

.rt_req_box {
	width: 40%;
	background: #09050D;
	border-radius: 12px 0px 0px 12px;
	padding: 16px 14px 13px;
	text-align: center;
}

.rt_generate_qrcode_box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 16px 40px;
	background: #191024;
	border: 1px solid #36234E;
	border-radius: 12px;
	margin: 16px;
	cursor: pointer;
}

.rt_generate_qrcode_box.active{
	background: #4B2D6F;
}

.rt_generate_qrcode_box .title {
	font-size: 14px;
	color: #F4F1FE;
	font-weight: 600;
}

.rt_payment_via_card_box {
	background: #191024;
	border: 1px solid #19102433;
	padding: 16px;
	margin: 0px 16px;
	border-radius: 12px;
}

.rt_payment_via_card_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
}

.rt_payment_via_card_head .title_lg {
	font-size: 14px;
	font-weight: 600;
	color: #F4F1FE;
}
.rt_payment_via_card_head .title_sm {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	cursor: pointer;
}

.rt_payment_via_card_head .title_sm span {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	line-height: 0;
}

.rt_bank_dropdown_container {
	background: #271938;
	padding: 0px 10px 0px;
	border-radius: 8px;
	margin-top: 12px;
	padding-bottom: 0px;
}

.rt_bank_dropdown_container.active{
	background: #4B2D6F;
	padding: 0px 10px 10px;	
}


.rt_bank_dropdown_container_in {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 46px;
	cursor: pointer;
}

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

.rt_bank_dropdown_title {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 12px;
	color: #fff;
}

.rt_bank_dropdown_bankname {
	font-weight: 700;
}

.rt_bank_dropdown_bankname {
	font-weight: 600;
}

.rt_cvv_input_wrap{
position: relative;
margin-top: 10px;
display: none;
overflow: hidden;
}

.rt_payment_via_card_icon{
display: flex;
cursor: pointer;
}
.rt_cvv_input_wrap.active input{
	border: 1px solid #8A64B9;
}

.rt_cvv_input_wrap input{
	background: #392254;
	border: 1px solid #36234E;
	padding: 12px 10px;
	border-radius: 8px;
	width: 100%;
	outline: none;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
}

.rt_cvv_input_wrap input::placeholder{
	font-weight: 500;
	font-size: 14px;
	color: #D0C1FC;
}

.rt_cvv_input_wrap .rt_info_icon{
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
}

.rotate {
	transform: rotate(180deg);
	transition: transform 0.3s ease;
  }

.rt_netbank_index_container{
	background: #191024;
	border: 1px solid #36234E;
	padding: 16px;
	border-radius: 12px;
	margin: 16px;
}

.rt_netbank_index_head{
display: flex;
align-items: center;
justify-content: space-between;
}
  
.rt_netbank_index_head .title_lg{
	font-size: 14px;
	font-weight: 600;
	color: #F4F1FE;
}

.rt_netbank_index_head .title_sm{
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
}

.rt_netbank_index_list{
display: flex;
align-items: center;
gap: 10px;
margin-top: 12px;
}

.rt_netbank_index_list .bank_list{
	flex: 1;
    text-align: center;
	cursor: pointer;
	}
	
	.rt_netbank_index_list .bank_list .icon_wrap{
		background: #271938;
		box-shadow: 0px 0px 4px 0px #00000040;
		padding: 16px;
		border-radius: 8px;
		border: 1px solid transparent;
		transition: background 0.3s ease, border 0.3s ease;
	}
	
	
	.rt_netbank_index_list .bank_list.active .icon_wrap{
		background: #4B2D6F;
		border: 1px solid #5E3B8A;
		}	
		
		
.rt_netbank_index_list .title{
color: #fff;
font-size: 12px;
font-weight: 600;
margin-top: 10px;
}

.rt_upi_apps_index_container {
    border-radius: 12px;
    background: #191024;
    padding: 16px;
    border: 1px solid #36234E;
    margin: 0px 16px;
}

.rt_upi_apps_index_container .main_title{
color: #fff;
font-size: 14px;
font-weight: 600;
margin-bottom: 12px;
}

.rt_upi_apps_index_container .title{
	color: #fff;	
	font-size: 12px;
	font-weight: 600;
	}

.rt_upi_apps_index_wrap {
    display: grid;
	grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
	row-gap: 8px;
	column-gap: 12px;
    justify-content: space-between;
}

.rt_upi_apps_index_item{
padding: 10px 16px;
background: #271938;
border-radius: 8px;
display: flex;
align-items: center;
gap: 8px;
cursor: pointer;
border: 1px solid #000;
transition: background 0.3s ease, border 0.3s ease;
}

.rt_upi_apps_index_item.active{
	background: #4B2D6F;
	border: 1px solid #36234E;
}

.rt_pop_bank_title_lg{
	font-size: 14px;
	font-weight: 600;
color: #F4F1FE;
margin-bottom: 12px;
}

.rt_cvv_input_card{
position: relative;
}

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

.rt_timer_box{
	background: #FCFCFC3D;
	border-radius: 12px;
	padding: 4px 6px;
	display: flex;
	align-items: center;
	gap: 5px;
}
.rt_timer_box span{
	font-size: 10px;
	font-weight: 700;
color: #F4F1FE;
}

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
















































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


.upi_payment_container {
	background: url("../image/curved-bg.png") no-repeat;
	background-size: 100% 100%;
	background-position: center;
	height: 210px;
	width: 100%;
	border-radius: 0px 0px 22px 22px;
}

.upi_title h1 {
	font-size: 16px;
	font-weight: 500;
	color: #F4F1FE;
	font-weight: 600;
}


.rt_req_box_item_top .title {
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	margin-bottom: 5px;
}
.rt_req_box_item_top img{
margin: 0 auto;
}

.rt_req_box_item_bottom .title {
	color: #fff;
	font-size: 8px;
	font-weight: 400;
}

.rt_amount_txt_wrap .title {
	color: #D0C1FC;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 12px;
	letter-spacing: 1.2px;
}

.rt_amount_txt_wrap .desc {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}

.upi_title {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 15px 15px;
}

.upi_title a img {
	cursor: pointer;
	display: flex;
}

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

.acc_amt_pay h2 {
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;

}

.acc_amt_pay h3 {
	font-size: 26px;
	font-weight: 600;
	color: #FFFFFF;
}

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

.upi_paym_qr_sec {
	background: #09050D;
	padding: 0px 16px 0px;
	position: relative;
}

.make_pay_wrap {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.qr_section_pay {
	padding: 12px 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px auto;
	gap: 8px;
	box-shadow: 0px 16px 40px -16px #8D8D8D0D;
	border-radius: 8px;
	flex-direction: column;
	background: #5163BF0D;
	max-width: 80%;

}

.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: 14px;
	font-weight: 400;
	color: #808080;
	text-align: center;
}

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

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

.qr_scanner {
	/* background: #ffffff;
  padding: 7px 7px 3px 7px;
  border-radius: 10px;
  border: 1px solid #E3E3E3; */
}

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

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

.pay_btn_disabled {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}

.active_upiapp_bor {
	border: 1px solid #5163BF !important;
	transition: all 0.5s;
}

.active_upiapp_bor .upi_pymnt_syntx {
	color: #5163BF;
}

.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 {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 16px;
	flex-wrap: wrap;
	background: #5163BF1A;
	border-radius: 12px;
}

.app_paylist li {
	background: #ffffff;
	border-radius: 10px;
	list-style-type: none;
	display: flex;
	flex-direction: row;
	flex-basis: calc(100% - 8px);
	align-items: center;
	cursor: pointer;
	border: 1px solid #F1F1F1;
	padding: 9px;
	gap: 10px;
}

.app_paylist li span {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	/* box-shadow: -1px -1px 5px 0px #0000000D; */
	color: #1E1E1E;
}

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

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

.app_paylist 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 {
	position: sticky;
	bottom: 0;
	display: flex;
	justify-content: center;
	padding: 10px 20px 10px;
	background: #09050D;
	flex-direction: column;
	gap: 10px;
}

@media (min-width: 280px) and (max-width: 320px) {
	.acc_amt_pay h3 {
		font-size: 24px;
	}

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

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

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

.payment2_sec_scss_fail {
	height: 100%;
	padding-bottom: 10px;
	background: #09050D;
}

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

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

.payment2_pay_com {
	margin-bottom: 16px;
	background: #191024;
	border: 1px solid #36234E;
	padding: 12px;
	border-radius: 12px;
	text-align: center;
}


.payment2_pay_com h5 {
	font-size: 14px;
	font-weight: 600;
	color: #F4F1FE;
	margin: 12px 0px 8px;
}

.failue_pymt h5 {
	color: #FD4241;
}

.payment2_pay_com p {
	font-size: 12px;
	text-align: center;
	color: #fff;
	line-height: 1.5;
	width: 90%;
    margin: 0 auto;
}

.payment2_comm_trans {
	background: #191024;
	border: 1px solid #36234E;
	padding: 14px;
	border-radius: 12px;
	margin-bottom: 10px;
}

.payment2_comm_trans .title{
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	color: #F4F1FE;
	margin-bottom: 16px;
}

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

.payment2_comm_trans ul {
	list-style-type: none;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

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

.pay2_trans_sp_lef {
	font-size: 12px;
	font-weight: 400;
	color: #F4F1FE;
}

.pay2_trans_sp_rig {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
}

.pay2_button_sucess button {
	background: #7840BD;
	padding: 12px 10px;
    border-radius: 4px;
	border: transparent;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	cursor: pointer;
	width: 100%;
}
.pay2_button_sucess .bottom_bar_con {
	margin-top: 15px;
}

.payme2_comm_sucess_fai {
	margin: 16px;
	margin-bottom: 0px !important;
}

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: 16px;
	font-weight: 500;
	padding: 5px 0 10px;
	color: #1E1E1E;
}

.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 {
	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: 8px;
	padding: 8px;
	justify-content: flex-start;
	background-color: #fff;
	box-shadow: 0px 4px 10px 0px #00000014;

}

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

.upi_pymnt_syntx {
	color: #1E1E1E;
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
}

.payment_methods_select_p1 {
	font-size: 12px;
	font-weight: 400;
	line-height: 14.52px;
	letter-spacing: -0.001em;
	text-align: left;
	color: #212223;
}

.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: row;
	flex-wrap: wrap;
	gap: 15px;
	background: #5163BF1A;
	border-radius: 12px;
	padding: 16px;

}

.payment_logos_img {
	width: 100%;
	max-width: 50px;
	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;
	background: #09050D;
}


.done_fxedbtn {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #09050D;
	flex-direction: column;
	padding: 0px 16px 12px;
}

.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;
	color: #fff;
	font-weight: 600;
	margin-bottom: 12px;
}

.bank_lg_icn {
	width: 100%;
	max-width: 24px;
}

.bank_pop {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	cursor: pointer;
	box-shadow: 0px 4px 10px 0px #00000014;
	border: 1px solid transparent;
	flex-direction: column;
	width: 100%;
}

.bank_pop .icon_wrap{
	background: #271938;
	box-shadow: 0px 0px 4px 0px #00000040;
	border: 1px solid transparent;
	border-radius: 8px;
	padding: 10px;
	display: flex;
}

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


.pop_bnk_sec_wrap{
	background: #191024;
	border: 1px solid #36234E;
	padding: 20px 16px;
	border-radius: 12px;
	margin-top: 16px;
}

.pop_bnk_sec {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, auto));
	justify-content: space-between;
	align-items: center;
	gap: 14px 0;
	width: 100%;
  }
  
.allbanks_sec h2 {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 12px;
}

.chose_bank a {
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 10px;
	text-decoration: none;
	border: 1px solid transparent;
	height: 46px;
	background: #271938;

}

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

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

.search_bank {
	position: relative;
}

.search-txtt {
	width: 100%;
	padding: 0px 12px;
	height: 46px;
	border-radius: 8px;
	text-indent: 25px;
	border: 1px solid #36234E;
	background: #00000029;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 10px;
	display: flex;
}

.search-txtt::placeholder {
	font-size: 12px;
	font-weight: 500;
	color: #fff;
}

.search_icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 12px;
	display: flex;
}


.search_dropdown_icon{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
	display: flex;
}

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

.bank_name {
	display: flex;
	align-items: center;
	padding: 10px;
	border-radius: 8px;
	gap: 8px;
	cursor: pointer;
	background: #271938;
	border: 1px solid transparent;
}

.bank_name span {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-align: left;
}
.banks_lst_dpdn {
max-height: 300px;
overflow: scroll;
}
.banks_lst_dpdn::-webkit-scrollbar {
	display: none;
	}
.banks_lst_dpdn ul li {
	list-style-type: none;
}

.banks_lst_dpdn ul {
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.all_banks_container {
	background: #191024;
	border: 1px solid #36234E;
	border-radius: 12px;
	padding: 16px;
	display: none;
	margin-top: 16px;
}


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

}

.sc_select_main {
	border-radius: 8px;
	padding: 12px 8px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	margin: 0 0 12px 0;
	border: 1px solid #DCDCDC;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px #00000014;

}

.sc_select_main.selected_bank {
	border: 1px solid #5163BF;
}

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

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

.sc_select_card {
	display: flex;
	flex-direction: row;
	gap: 10px;
}

.sc_bankname {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	text-align: left;
	color: #1E1E1E;


}

.sc_accountno {
	font-size: 12px;
	font-weight: 400;
	line-height: 18.52px;
	text-align: left;
	color: #808080;

}

.sc_card_icon {
	width: 40px;
	height: 40px;
	padding: 5px;
	border-radius: 10px;
	box-shadow: 0px 0px 4px 0px #00000014;
	background: #5163BF1A;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sc_bank_icon {
	/* width: 40px; */
	position: relative;
	top: -11px;
}

.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: 14px;
	font-weight: 400;
	color: #808080;
	text-align: left;
}

.sc_cvvcon a {
	font-size: 12px;
	font-weight: 400;
	color: #5163BF;
	text-align: left;
	text-decoration: underline;
}

.scc_input_con {
	width: 100%;
	margin-top: 5px;
	border: 1px solid #DCDCDC;
	border-radius: 6px;
}

.cvv_input {
	width: 100%;
	padding: 10px;
	color: #121212;
	font-size: 12px;
	font-weight: 500;
	-webkit-appearance: none;
	border-radius: 0;
	border: 1px solid transparent;
	border-radius: 8px;
}

.new_card_con p {
	font-size: 14px;
	font-weight: 500;
	color: #003780;
}

.border_set .scc_input_con {
	border: 1px solid #1E1E1E;
	border-radius: 8px;
}

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

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

.acc_container {
	margin-top: 10px;
}

.clk_cvv_enter {
	display: none;
}

button.new_card_con {
	-webkit-tap-highlight-color: transparent;
	background: unset;
	border: unset;
	margin: 0 auto;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin-top: 10px;
}

.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: 100px;
}

.sc_bank_icon_lft {
	width: 40px;
}

.card_headr_txt {
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	padding: 10px 0;
	color: #1E1E1E;
}

.popuop_overlay_rk {
	position: fixed;
	height: 100vh;
	top: 0;
	left: 0;
	background: #09050dd1;
	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: 28px;
	position: absolute;
	top: -10px;
	right: -10px;
}

.balence_pop_fun_bj {
	padding: 14px;
	background: radial-gradient(79.32% 51.43% at 45.52% -4.92%, #AB71F4 0%, #A56CEC 4.66%, #613697 86.75%, #A56CED 90.94%, #562E8A 93.4%, #290951 96.4%);
	box-shadow: 6px -5px 42px 0px #00000040;
	border-radius: 12px;
	display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
}

.balence_img_fun {
	text-align: center;

}

.balence_pop_fun_bj h5 {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #1E1E1E;
}

.con_cvv_p {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
}

.con_cvv_p_sm{
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
}

.bank_lgo_img {
	top: -2px;
}

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

.crdit_card_addnewcard{
margin: 16px;
width: auto;
}

.clk_ccv_pop{
cursor: pointer;
}

.newcard_inner {
	padding: 16px;
	border-radius: 12px;
	background: #191024;
	border: 1px solid #36234E;
	margin: 16px 0px;
	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.5em + 0.75rem + 12px);
	padding: 0.375rem 0.75rem;
	font-size: 14px;
	font-weight: 500;
	background-clip: padding-box;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	color: #fff;
	-webkit-appearance: none;
	border-radius: 10px;
	border: 1px solid #36234E;
	background: #150D1E;

}

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

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

.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: 12px;
	font-weight: 400;
	text-align: left;
	text-transform: unset;
	color: #ccc;
}

.labl_con a {
	text-decoration: underline;
	font-size: 12px;
	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;
}

.what_is_cvv_card a {
	color: #5163BF;
}

.title_with_icn img {
	width: 15px;
}

.switch {
	position: relative;
	display: inline-block;
	width: 33px;
	height: 20px;
	margin-right: 5px;
}

.switch {
	float: right;
}

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

}

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

.slider.round:before {
	border-radius: 50%;
	border: 2px solid transparent;
}

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

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

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

.labl_con label {
	font-size: 12px;
	font-weight: 600;
	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;
}

.bank_pop.selected .icon_wrap{
	background: #4B2D6F;
	border: 1px solid #5E3B8A;
}

.rt_choosebank_box{
	background: #191024;
	border: 1px solid #36234E;
	padding: 16px;
	border-radius: 12px;
	margin-top: 16px;
}

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

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

.border_set .cvv_input {
	/* border: 1px solid #003780 !important;
  background: #0037801A;
  border-radius: 8px; */
}

.bank_icon_appnd {
	display: none;
}

.payment2_sec_sub.netbanking_cntnertab {
	height: 100% !important;
}

@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%;
	}

}

@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;
		background: #09050D;
		margin-top: 10px;	
	}

	.payme2_comm_sucess_fai.index_failer_sec {
		padding: 100px;
	}

}

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

	.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;
	}
	.money_3d_img {
		max-height: 200px;
	}
}

@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: #fff;
	}
}

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

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

.pay_icon_img {
	width: 40px;
}

.rt_input_radio_btn_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

.bank_lgo_img {
	width: 100%;
}

.upi_container_tab {
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 8px;
	background: transparent;
	border: 1px solid #5163BF;
	border-radius: 8px;
	list-style-type: none;
	max-width: 180px;
	margin: 16px auto 16px auto;
}

.upi_container_li {
	color: #1E1E1E;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	padding: 5px 8px;
}

.upi_container_li.active {
	background-color: #5163BF;
	border-radius: 4px;
	color: #fff;
}

.paym_qr_ele .scanpay_tit {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #1E1E1E;

}

.holes-lower {
	position: relative;
	border: 1px dashed #808080;
}

.holes-lower:before,
.holes-lower:after {
	content: "";
	height: 40px;
	width: 40px;
	background-color: #fff;
	position: absolute;
	border-radius: 50%;
}

.holes-lower:before {
	top: -20px;
	left: -40px;
}

.holes-lower:after {
	top: -20px;
	right: -40px;
}

.payme2_comm_sucess_fai.failure_pymnt_sec {
	border-radius: unset;
	border-radius: 16px;
	padding: 16px;
}

.failure_pymnt_sec .pay_respn_img {
	position: absolute;
	max-width: 85px;
	top: -100px;
}

.failure_pymnt_sec .payment2_pay_com {
	margin-top: 40px;
}

.pop_bank_con {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0px 12px;
}

.viewall {
	font-size: 12px;
	font-weight: 600;
	text-align: right;
	color: #5163BF;
	text-decoration: none;
	text-transform: capitalize;
}

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

.selected .bank_name {
	background: #4B2D6F;
	border: 1px solid #5E3B8A;
}
.bottom_bar_con {
	height: 5px;
	border-radius: 10px;
	width: 130px;
	background-color: #AAA2A2;
	margin: 0 auto;
}
.savedcard_inner {
	background: #5163BF1A;
	border-radius: 12px;
	padding: 16px;
}
.popular_banks_container {
	min-height: 350px;
}

.rt_addnewcard_container{
margin-top: 16px;
}

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

.rt_addnewcard_inner{
display: flex;
align-items: center;
justify-content: space-between;
padding: 0px 4px 0px 12px;
border-radius: 8px;
background: #271938;
height: 46px;
}

.rt_addnewcard_inner .title{
	font-size: 12px;
	color: #fff;
	font-weight: 600;
	}