/*
### Main Layout ###
*/
@font-face {
	font-family: 'Gilroy';
	src: url('https://cdn.ebanx.com/fonts/gilroy/GilroyBold.woff2') format('woff2'),
	url('https://cdn.ebanx.com/fonts/gilroy/GilroyBold.woff') format('woff'),
	url('https://cdn.ebanx.com/fonts/gilroy/GilroyBold.svg#GilroyBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	height:100%;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-print-color-adjust: exact;
 }

body {
	display: -webkit-box;
	display: flex;
	flex-direction: column;
	-webkit-box-orient: vertical;
	padding: 0;
	max-width: 840px;
	min-height: 100%;
	font-size: 16px;
	margin: auto;
	font-family: "Open Sans", arial, sans-serif;
	color: #333;
	background-color: #fff;
}

a{
	text-decoration: none;
	color: #333333;
}

.voucher-header {
	flex-shrink: 0;
	height: 80px;
	border-bottom: 1px solid #C5C5C5;
	box-sizing: border-box;
	padding: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.voucher-header__logo {
	max-height: 38px;
	max-width: 110px;
}

.voucher-content {
	flex: 1 0 auto;
	box-sizing: border-box;
}

.voucher-footer {
	border-top: 1px solid #E3E3E3;
	font-size: 10px;
	height: 50px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.voucher-footer__logo {
	width: 74px;
	margin-left: 6px;
}

/*
### Blocks ###
*/

.voucher-section {
	box-sizing: border-box;
	padding: 24px 16px;
}

.voucher-section + .voucher-section {
	border-top: 1px dashed #979797;
}

/*
### Components ###
*/
h2 {
	font-family: Gilroy, "Open Sans", arial, sans-serif;
}

h4 {
	font-family: Gilroy, "Open Sans", arial, sans-serif;
	text-align: center;
}

.primary-button {
	background-color: #1696d7;
	color: white;
	border-radius: 5px;
	padding: 1em;
	font-weight: bold;
	font-size: 16px;
	width: 100%;
	text-align: center;
	font-family: 'Open Sans', 'OpenSans', Arial, Helvetica, sans-serif;
}

.payment-generated-text {
	padding: 0 1em;
}

#payment-table {
	border: 1px solid #dfdfdf;
	border-radius: 10px;
	display: block;
}

.payment-info-cell {
	width: 50%;
	text-align: center;
	padding: 1em;
	display: inline-block;
}

.round-box {
	border-radius: 10px;
	border: 1px solid #dddddd;
}

.grey-background {
	background-color: #f9f9f9;
}

.instructional-topic {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	padding: 0 1em 1em 1em;
}

.instructional-icon {
	max-height: 50px;
}

.instructional-topic p {
	margin-top: 0;
	padding: 0 1em;
	font-size: 12px;
}

.left-border {
	border-left: 1px solid #dddddd;
}

.main-payment-cell {
	border-top: 1px solid#dddddd;
	display: block;
	text-align: center;
	padding: 1em;
}

.main-payment-cell h4 {
	margin-bottom: 0;
}

.main-payment-cell p {
	margin-top: 0.5em;
}

.flex-span {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.table-value {
	margin: 0;
	font-family: Gilroy, "Open Sans", arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
}

.payment-status-notification {
	border-radius: 10px;
	margin: auto;
	text-align: center;
	max-width: 400px;
	margin-top: 3em;
}

.card {
	height: auto;
	overflow: hidden;
}

#qrc-code {
	display: none;
}

.timer {
	width: 100%;
	float: none;
	text-align: center;
	font-size: 20px;
	padding-top: 2rem;
}

.timer p {
	font-weight: 700;
	font-size: 26px;
}

.qrc-code-img {
	max-height: 180px;
	padding: 2rem;
}

.code {
	background-color: #F1F5FB;
	padding: 20px;
	margin: 0 0 20px;
	color: #515A6C;
	font-size: 14px;
	line-height: 150%;
	border-radius: 16px;
	word-wrap: break-word;
}

.pisp-payment-status-notification {
	padding: 0 24px;
	text-align: center;
	margin-top: 3em;

}

.pisp-payment-status-notification p {
	text-align: left;
}

.button {
	border: 1px solid rgba(51, 57, 71, 1);
	border-radius: 40px;
	padding: 16px 32px;
	width: 100%;
	cursor:pointer;
}

.button-save {
	background-color: #FFFFFF;
	margin-top: 10px
}

.button-copy {
	background-color: rgba(51, 57, 71, 1);
	color: #FFFFFF;

}

.column-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-direction: column-reverse;
}

.copy-icon {
	vertical-align: middle;
	margin-right: 3px;
}

@media screen and (min-device-width: 780px) {

	.multi-col {
		display: inline-flex;
	}

	.desktop-button {
		background-color: white ;
		color: #1696d7;
		border-radius: 0;
		padding: 1em;
		border: none;
		font-weight: bold;
		font-size: 16px;
	}

	.voucher-header {
		 padding: 16px 0;
	}

	.voucher-section {
		padding: 24px 0;
	}

	.payment-generated-text {
		padding: 0;
	}

	.pisp-payment-status-notification p {
		text-align: center;
	}

	#qrc-code {
		width: 100%;
		float: none;
		text-align: center;
		display: inline;
	}

	.timer {
		width: 50%;
		float: right;
		transform: translateY(5rem);
		text-align: left;
		font-size: 20px;
		padding-top: 0;
	}

	.code {
		padding: 20px 40px;
   		margin: 0 2rem 20px;
	}

	.button {
		width: 220px;
	}

	.column-button {
		display: inline;
	}
}
