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

@font-face {
	font-family: 'Gilroy';
	src: url("../fonts/Gilroy-Medium.ttf")format('truetype');
	font-weight: 400;
	font-style: normal;
}

body {
	font-family: 'Gilroy', sans-serif;
	background: url("../images/bg-gradient-13.svg") no-repeat;
	background-size: cover;
	overflow: auto;
	height: 100dvh;
}

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

.rt_pay_upi_section_13 {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	width: 100%;
	max-width: 550px;
	position: relative;
	height: 93%;
	overflow: scroll;
	padding-bottom: 20px;
}

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

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

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


.rt_qrcode_images_wrap {
	width: 120px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.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_img {
	height: 18px;
	width: auto;
}

.rt_upi_title {
	font-size: 12px;
	font-weight: 400;
	height: 12px;
}

.rt_upi_amount_section {
	margin-top: 20px;
	margin-bottom: 5px;
}

.rt_amount_title {
	font-size: 12px;
	color: #747474;
	line-height: 14.56px;
	margin-bottom: 6px;
}

.rt_amount_value {
	font-size: 36px;
	color: #2C2C2C;
	line-height: 43.67px;
}

.rt_qrcode_title {
	font-size: 16px;
	color: #1e1e1e;
	line-height: 19.6px;
}

.rt_qrcode_container {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	gap: 12px;
	padding: 12px 0px;
	border-radius: 12px;
}

.rt_qrcode_left_item {
	width: 110px;
	max-width: 100%;
}

.rt_qrcode_right_item {
	width: 138px;
	max-width: 100%;
}

.rt_qrcode_left_item,
.rt_qrcode_right_item {
	background-color: #fff;
	box-shadow: 0px 1px 37px 0px #4E1E7E29;
	padding: 12px;
	width: 158px;
	height: 186px;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	flex: 1;
}

.rt_qrcode_right_item_head {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.rt_qrcode_right_item_head .rt_qrcode_right_item_head_img {
	height: 18px;
}

.rt_qrcode_right_item_head_title {
	font-size: 14px;
	color: #3A3A3A;
	line-height: 18px;
}

.rt_qrcode_box {
	padding: 9px;
	border: 1px solid #F2E2FF;
	border-radius: 8px;
	width: max-content;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 110px;
}

.rt_upi_qrcode {
	width: auto;
	height: 92px;
}

.rt_qrcode_count_desc {
	font-size: 12px;
	line-height: 17.77px;
	color: #747474;
	margin-top: 16px;
	width: 100%;

}

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

.rt_qrcode_images_wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	place-items: center;
	gap: 3px;
}

.rt_qrcode_images_wrap .rt_upi_sm_img {
	height: 18px;
	width: auto;
}

.rt_qrcode_images_wrap .rt_more_txt {
	font-size: 8px;
	color: #747474;
	line-break: 12px;
}

.rt_qrcode_desc {
	font-size: 12px;
	color: #747474;
	width: 100%;
}

.rt_upi_apps_section {
	margin-top: 10px;

}

.rt_upi_apps_title {
	font-size: 16px;
	line-height: 19.6px;
	color: #1E1E1E;
	margin-bottom: 8px;
}

.rt_upi_apps_container {
	background-color: #fff;
	box-shadow: 0px 1px 26.5px 0px #4E1E7E29;
	border-radius: 12px;
	padding: 5px 16px;
}

.rt_upi_apps_head {
	border-bottom: 1px solid #E4E4E4;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px;
	cursor: pointer;
}

.rt_upi_apps_head:last-child {
	border-bottom: 0;
}

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

.rt_upi_apps_img {
	height: 24px;
	width: auto;
}

.rt_upi_payment_apps_title {
	font-size: 14px;
	line-height: 16.98px;
	color: #747474;
}

.rt_upi_apps_radio_input {
	width: 16px;
	height: 16px;
	border: 1px solid #D9D9D9;
}

.rt_input_radio_label {
	display: flex;
}

.rt_paynow_btn_wrap {
	bottom: 0;
	left: 0;
	width: 100%;
	position: fixed;
	width: 100%;
	max-width: 550px;
	background: #e9f0ff;
	background: -webkit-linear-gradient(to right, #ffffff, #c0d1f2);
	background: linear-gradient(to right, #e0ebff, #E0EAFC);
	padding: 10px 15px 10px;
	opacity: 1;
	border: 0;
}

.rt_paynow_btn {
	width: 100%;
	height: 50px;
	border-radius: 100px;
	background-color: #fff;
	box-shadow: 0px 1px 26.5px 0px #4E1E7E29;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
	border: 0;
	outline: 0;
}


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

.rt_paynow_arr_btn_wrap {
	/* background-color: #BACCF0; */
	background-color: #8186f5b5;
	width: 40px;
	height: 40px;
	box-shadow: 0px 8px 30px 0px #8186F540;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 5px;
}

.rt_paynow_arr_btn {
	height: 16px;
	width: auto;
}

.rt_paynow_btn_txt {
	font-size: 18px;
	font-weight: 400;
	color: #1E1E1E;
	line-height: 20px;
}

input.rt_upi_apps_radio_input[type="radio"] {
	display: none;
}

.rt_upi_custom_radio {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #ccc;
	position: relative;
	cursor: pointer;
}

input.rt_upi_apps_radio_input[type="radio"]:checked+.rt_upi_custom_radio {
	border-color: #8186f5b5;
}

input.rt_upi_apps_radio_input[type="radio"]:checked+.rt_upi_custom_radio::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #8186f5b5;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.rt_upi_payment_apps_title {
	font-size: 14px;
	line-height: 16.98px;
	color: #747474;
	font-weight: 400;
}

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

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

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

@media only screen and (min-width:550px) {
	.rt_pay_upi_section_13_body {
		background: url('');
		background: #d9a7c7;
		background: -webkit-linear-gradient(to left, #fffcdc, #d9a7c7);
		background: linear-gradient(to left, #fffcdc, #d9a7c7);
		overflow: hidden;
		height: 100dvh;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.rt_paynow_btn_wrap {
		position: sticky;
		bottom: 0;
		left: 50%;
		transform: translateX(0%);
	}

	.rt_upi_13_container {
		padding-bottom: 10px;
	}

	.rt_paynow_btn_wrap {
		background: none;
	}

	.rt_pay_upi_section_13 {
		width: 100%;
		background: url("../images/bg-gradient-13.svg") no-repeat;
		background-size: cover;
	}

	.rt_qrcode_container {
		justify-content: space-evenly;
		padding: 5px 0px 0px;
	}

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

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

	.rt_upi_amount_section {
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.rt_upi_apps_section {
		margin-top: 13px;
	}

	.rt_qrcode_left_item,
	.rt_qrcode_right_item {
		height: 165px;
		width: auto;
	}

	.rt_qrcode_count_desc {
		margin-top: 12px;
	}
		.rt_upi_apps_head{
			padding: 10px 12px;
		}
}

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

@media only screen and (max-width:319px) {
	.rt_qrcode_container {
		flex-direction: column;
		gap: 8px;
	}

	.rt_qrcode_box,
	.rt_qrcode_left_item,
	.rt_qrcode_right_item {
		width: 80%;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.rt_upi_qrcode {
		width: 100%;
		height: 100%;
	}
}