body {
	margin: 0;
	padding: 0;
	font-family: Questrial, Helvetica, sans-serif;
	background: rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.kp-upi-template-3-qr-card {
	background-color: #ffffff;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	text-align: center;
	max-width: 320px;
	color: white;
	border-radius: 5px;
}

.kp-upi-template-3-qr-card h2 {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 10px;
	color: white;
	font-family: Questrial, Helvetica, sans-serif;
}

.kp-upi-template-3-qr-card p {
	font-size: 0.8rem;
	margin: 5px 0;
}

.qr-code {
	padding: 1.4rem 1.6rem 1.4rem 1.6rem;
	width: -moz-available;
	width: -webkit-fill-available;
	width: fill-available;
}

.qrCodeBody canvas {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    display: block;
}

.kp-upi-template-3-qr-card .header {
	text-align: left;
	background: #424242;
	padding: 1.75rem 1.75rem 1rem 1.75rem;
	border-bottom: 1px solid #f2f4f9;
	border-radius: 5px 5px 0px 0px;
}

.kp-upi-template-3-qr-card .kp-upi-template-3-footer {
	border-top: 1px solid #424242;
	display: flex;
	background: #424242;
	border-radius: 0px 0px 5px 5px;
}

.expires-span {
	border-right: 1px solid white;
	font-size: 0.8rem;
	width: 50%;
	padding-top: 22px;
	padding-bottom: 22px;
}

.template-3-button {
	border: none;
	color: white;
	padding: 10px 20px;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	margin: 11px 35px;
	border-radius: 5px;
	cursor: pointer;
	line-height: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
}

.cancel-button {
	background-color: firebrick;
}

.download-qr-button {
	background-color: green;
}