* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	transition: all 0.2s linear;
	-webkit-tap-highlight-color: transparent;
	font-weight: 400;
	font-style: normal;
}

.rt_pay_upi_section_26_body {
	font-family: "Inter", system-ui;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	overflow: auto;
	height: 100dvh;
}

body::-webkit-scrollbar {
	display: none;
}

.rt_pay_upi_section_26 {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	width: 100%;
	max-width: 550px;
	position: relative;
	height: 100%;
	overflow: scroll;
	padding-bottom: 20px;
	width: 100%;
	background: url('../images/bg-gradient-26.png') no-repeat;
	background-size: 100% 100%;
	background-position: center -30px;
}

.rt_upi_26_container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 16px 16px 20px;
	height: 100dvh;
	overflow: auto;
}

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

.rt_upi_header {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
}

.rt_back_arrow_img_wrap {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.rt_back_arrow {
	height: 18px;
	width: auto;
}

.rt_upi_title_wrap {
	display: flex;
	align-items: center;
	gap: 3px;
	background-color: #fff;
	padding: 0px 12px;
	border-radius: 20px;
	height: 31px;
}

.rt_upi_title {
	font-size: 18px;
	font-weight: 600;
	height: 21.78px;
	color: #000;
}

.rt_upi_amount_section {
	background: url('../images/shape.svg') no-repeat;
	background-size: cover;
	height: max-content;
	width: auto;
	background-position: bottom;
	position: relative;
	border-radius: 15px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-bottom: 30px;
}

.rt_amount_box {
	background: #c22066;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.rt_amount_title {
	font-size: 14px;
	font-weight: 500;
	color: #EFEDF7;
	line-height: 16.94px;
	margin-bottom: 6px;
}

.rt_amount_value {
	font-size: 30px;
	color: #fff;
	line-height: 36.31px;
	font-weight: 700;
}

.rt_payment_upi_sm_icons_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin-top: 8px;
}

.rt_payment_upi_sm_icons {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	padding: 4.5px;
}

.rt_payment_upi_sm_icons>img {
	max-width: 100%;
}

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

.rt_payment_upi_more_txt>span {
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	line-height: 12.1px;
	text-align: center;
}

p.rt_payment_upi_scan_desc {
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	line-height: 12.1px;
	width: 65%;
	margin: 10px auto;
	text-align: center;
}

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

.rt_payment_upi_qrcode_image_box {
	width: 114px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3px;
	background-color: #fff;
	position: relative;
	filter: blur(2px);
}

.rt_payment_upi_qrcode_image_box>img {
	width: 100%;
}


.rt_generate_qrcode_txt {
	background-color: #F3277F;
	padding: 6px 10px;
	border-radius: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	line-height: 13.31px;
	position: absolute;
	cursor: pointer;
}

.rt_qrcode_count_desc {
	font-size: 12px;
	line-height: 14.52px;
	color: #EEEEEE;
	margin-top: 10px;
	font-weight: 600;
	width: 100%;
	text-align: center;
}

.rt_qrcode_count_desc span {
	color: #FFFCA0;
	margin: 0px 5px;
	font-size: 12px;
}

.rt_or_txt_26 {
	font-size: 14px;
	font-weight: 500;
	line-height: 16.94px;
	text-align: center;
	color: #E1D2D2;
	margin: 20px 0px 16px 0px;
}

.rt_26_upi__apps_container {
	padding-bottom: 30px;
}

.rt_26_upi__apps_container>.title {
	font-size: 14px;
	font-weight: 500;
	line-height: 16.94px;
	text-align: center;
	color: #F32A7E;
	margin-bottom: 20px;
}

.rt_26_upi__apps_container_inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
}

.rt_26_upi__apps_item {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 8px;
	border: 0.6px solid #D6D6D6;
	background-color: #fff;
	padding: 8px 10px;
	cursor: pointer;
}

.rt_26_upi__apps_item img {
	max-height: 20px;
}

.rt_26_upi__apps_item>h6 {
	font-size: 12px;
	font-weight: 500;
	line-height: 14.52px;
	text-align: center;
	color: #040404;
}

.rt_26_upi__apps_item.active {
	border: 0.6px solid #E0458B;
	background: #E0458B1A;
}

.rt_paynow_btn_wrap {
	bottom: 0;
	left: 0;
	width: 100%;
	position: fixed;
	width: 100%;
	max-width: 550px;
	background: #fff;
	padding: 10px 15px 10px;
	opacity: 1;
	border: 0;
}

.rt_paynow_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
	width: 100%;
	padding: 14px 0px;
	border-radius: 12px;
	background: linear-gradient(90deg, #EC008C 0%, #FC6767 100%);
	box-shadow: 0px 1px 26.5px 0px #4E1E7E29;
	border: 0;
	outline: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 19.36px;
	color: #fff;
}

.pay_btn_disabled {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
	filter: blur(0.5px);
}

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

@media (min-width:1100px) {
	.rt_pay_upi_section_26 {
		height: unset;
		max-height: 95vh;
	}
}

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

@media only screen and (min-width: 810px) and (max-width: 840px) {
	.rt_pay_upi_section_26_body {
		height: 100dvh;
		overflow: hidden;
	}
}

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

@media only screen and (min-width:550px) {

	.rt_pay_upi_section_26_body {
		overflow: hidden;
		height: 100dvh;
		display: flex;
		justify-content: center;
		align-items: center;
		background: linear-gradient(to right, #b11558, #ffc9c9);
	}

	.rt_pay_upi_section_26 {
		background-position: center center;
	}

	.rt_paynow_btn_wrap {
		position: sticky;
		bottom: 0;
		/* left: 50%;
		transform: translateX(0%); */
		max-width: 450px;
		width: 100%;
		margin: 0 auto;
		padding: 10px 0px;
	}

	.rt_upi_26_container {
		padding-bottom: 5px;
	}

	.rt_upi_amount_section {
		margin-top: 10px;
		max-width: 450px;
		margin: 0 auto;
		width: 100%;
	}

	.rt_amount_box {
		padding: 15px 10px 10px;
	}

	.rt_paynow_btn_wrap {
		background: none;
	}

	.rt_upi_26_container {
		width: 550px;
		height: unset;
	}

	.rt_pay_upi_section_26 {
		padding-bottom: 0;
		overflow: hidden;
	}

	.rt_26_upi__apps_container {
		padding-bottom: 0px;
		max-width: 450px;
		margin: 0 auto;
		width: 100%;
	}

	.rt_paynow_btn {
		max-width: 450px;
		margin: 0 auto;
		width: 100%;
	}

	.rt_26_upi__apps_container>.title {
		margin-bottom: 10px;
	}

	.rt_or_txt_26 {
		margin: 10px 0px;
	}

	.rt_26_upi__apps_item>h6 {
		font-size: 16px;
	}

}


@media only screen and (min-width:375px) {
	.rt_26_upi__apps_item {
		padding: 12px 10px;
	}

	.rt_26_upi__apps_item>img {
		height: auto;
		width: 20px;
	}
}