@font-face {
	font-family: 'Montserrat-Medium';
	src: url("res/Montserrat-Medium.ttf") format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap
}

@font-face {
	font-family: 'Montserrat-Regular';
	src: url("res/Montserrat-Regular.ttf") format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap
}

@font-face {
	font-family: 'Montserrat-SemiBold';
	src: url("res/Montserrat-SemiBold.ttf") format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap
}

html{

}

body{
	margin: 0;
	padding: 0;
	border: 0;

	user-select: none; /* supported by Chrome and Opera */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	-webkit-touch-callout: none;
	cursor: default;
	background: linear-gradient(#0092DF, #01E785) no-repeat;
}
.content {
	/*background: linear-gradient(135deg, #3987E7 0%, #943CFF 80%);*/
	/*background: linear-gradient(#0092DF, #01E785);*/
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	min-height: 100vh;
}
.header {
	color: #ffffff;
	width: 380px;
	height: 18px;
	font-family: Montserrat-SemiBold;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0;
	padding-top: 25px;
}
.header p:nth-child(1){
	font-family: Montserrat-SemiBold;
	font-size: 26px;
	margin-block-start: 0px;
	margin-block-end: 5px;
}
.header p:nth-child(2){
	font-family: Montserrat-SemiBold;
	font-size: 18px;
	margin-block-start: 5px;
	margin-block-end: 5px;
}
.footer {
	color: rgba(255, 255, 255, 1);
	width: 280px;
	height: 18px;
	position: absolute;
	left: 50px;
	bottom: 20px;
	font-family: Montserrat-Regular;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0;
}
.common{
	width: 380px;
	height: 100%;
	margin: 0 auto;
	font-family: Montserrat-Regular;
	text-align: center;
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
}
.session{
	width: 380px;
	margin: 0 auto;
}
.bg {
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.4);
	background-color:rgba(255, 255, 255, 1);

	/*position:absolute;
	left:14px;
	top:100px;*/
	display: block;
	margin: 80px auto 40px auto;
}
.paymentDescription {
	color:rgba(0, 0, 0, 1);
	width:306px;
	height:21px;
	position:absolute;
	left:34px;
	top:232px;
	font-family:Surt Regular Extended;
	text-align:center;
	font-size:16px;
	letter-spacing:0;
	animation: append-animate .3s linear;
}
.paymentAmount {
	color:rgba(0, 0, 0, 1);
	width:306px;
	height:29px;
	position:absolute;
	left:34px;
	top:277px;
	font-family:Surt Regular Extended;
	text-align:center;
	font-size:22px;
	letter-spacing:0;
	animation: append-animate .3s linear;
}
.bankPickerTitle {
	color:#0c1134;
	width:180px;
	height:23px;
	position:absolute;
	left:28px;
	top:315px;
	font-family: Surt Light Extended;
	text-align: left;
	font-size: 16px;
	letter-spacing:0;
	animation: append-animate .3s linear;
}
.bankPickerTitleDone {
	color:rgba(80, 80, 80, 1);
	width:180px;
	height:23px;
	position:absolute;
	left:28px;
	top:315px;
	font-family: Surt Light Extended;
	text-align: left;
	font-size: 16px;
	letter-spacing:0;
}
.bankPicker {
	left: 22px;
	top: 338px;
	width: 330px;
	height: 327px;
	overflow-y: scroll;
	position: absolute;
	animation: append-animate .3s linear;
	touch-action: pan-y;
}
.bankPickerDone {
	left: 22px;
	top: 350px;
	width: 330px;
	height: 100px;
	overflow-y: scroll;
	position: absolute;
}
.paymentApproveTitle {
	color:#0c1134;
	width:180px;
	height:23px;
	position:absolute;
	left:28px;
	top:467px;
	font-family: Surt Light Extended;
	text-align: left;
	font-size: 16px;
	letter-spacing:0;
	animation: append-animate .3s linear;
}
#buttons{
	margin-bottom: 40px;
	text-align: center;
}
.cancelButton {
	width:86px;
	height:30px;
	position:absolute;
	left:22px;
	top:178px;
	animation: append-animate .3s linear;
}
.cancelButtonIcon {
	width:30px;
	height:30px;
	position:absolute;
	left:0px;
	top:0px;
	background-image:url(res/icons8-left.png);
	background-repeat:no-repeat;
	background-size:cover;
}
.cancelButtonText {
	color:rgba(80, 80, 80, 1);
	width:52px;
	height:18px;
	position:absolute;
	left:34px;
	top:8px;
	font-family: 'Surt Light Extended','Helvetica',sans-serif;
	text-transform: uppercase;
	text-align:left;
	font-size:13px;
	letter-spacing:0;

}
.paymentApproveButton {
	width:240px;
	height:36px;
	box-shadow:0px 2px 31px rgba(0, 0, 0, 0.15);
	background-color: #ffffff;
	border-radius: 8px;
	animation: append-animate .3s linear;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	color: #0c1134;
	margin: 10px auto;
	text-align: center;
}
.paymentApproveButton:active{
	background-color: #ff8a3b;
	border-color: #ff8a3b;
	color: #fff;
}
.paymentApproveButton:hover{
	background-color: #ff8a3b;
	border-color: #ff8a3b;
	color: #fff;
}
.paymentApproveButtonText {
	width: 240px;
	height: 36px;
	font-family: 'Montserrat-Medium';
	text-align: center;
	font-size: 16px;
	letter-spacing: 0;
	animation: append-animate .3s linear;
	line-height: 36px;
	vertical-align: middle;
}
.paymentApproveTC {
	color: rgba(80, 80, 80, 1);
	width: 280px;
	height: 23px;
	position: absolute;
	left: 45px;
	top: 590px;
	font-family: Surt Light Extended;
	text-align: justify;
	font-size: 10px;
	letter-spacing: 0;
	animation: append-animate .3s linear;
}
#noticeSatispayDone{
	margin-top: 70px;
	margin-bottom: -50px;
	color: rgb(172, 255, 28);
	text-align: center;
	font-family: Surt Light Extended;
	font-size: 18px;
	font-family: 'Montserrat-Medium';
}
.bank {
	width:290px;
	height:56px;
	margin: 15px auto;
	background-color:#5273ff;
	border-radius: 3px;
	position: relative;
}
.bankLogo {
	width:36px;
	height:36px;
	position:absolute;
	left:11px;
	top:10px;
	background: url(res/logo_reiff_1.png) no-repeat center center;
	background-size:contain;
}
.bankText {
	color: #fff;
	width: 190px;
	height: 23px;
	position: absolute;
	left: 60px;
	top: 19.5px;
	font-family: Surt Light Extended;
	text-align: left;
	font-size: 15px;
	letter-spacing: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.bankChecked {
	width:28px;
	height:28px;
	position:absolute;
	left:251px;
	top:14px;
	background-image:url(res/icons8-menu.png);
	background-repeat:no-repeat;
	background-size:cover;
}
.errorText {
	color:rgba(0, 0, 0, 1);
	width:306px;
	height:21px;
	position:absolute;
	left:34px;
	top:360px;
	font-family:Surt Demi Bold;
	text-align:center;
	font-size:16px;
	letter-spacing:0;
	animation: append-animate .3s linear;
}
.ibanField {
	position: absolute;
	left: 66px;
	top: 422px;
	height: 20px;
	width: 230px;
	border: 1px solid #58dc64;
	border-radius: 5px;
	padding: 2px;
	font-family:Surt Regular Extended;
}

pre {
	font-size: initial;
	white-space: pre-wrap;
	overflow: scroll;
	position: absolute;
	top: 50px;
	bottom: 170px;
	left: 10px;
	right: 300px;
	margin: 0;
	padding-bottom: 30px;
}
pre span {color: #1e5488}
pre span.value {color: #00a0e0; font-weight: bold}
pre span.ok {color: #0e8c00; font-weight: bold}
pre span.error {color: #b80000; font-weight: bold}
#previewWindow {
	position: absolute;
	width: 220px;
	height: 360px;
	background-color: #eeeeee;
	display: none;
}
#previewWindow iframe {
	transform-origin: 0 0;
	transform: scale(0.5);
	width: 200%;
	height: 200%;
}

.esc-receipt{
	border: 0 !important;
	padding: 0 !important;
	margin: 7px !important;
}
#email input{
	font-family: 'Montserrat-Medium';
	font-size: 18px;
	margin: 0 auto;
	display: block;
}

#emailProgress svg{
	margin: 0 auto;
	height: 100px;
	width: 100px;
	display: block;
}

#tick {
	stroke: #63bc01;
	stroke-width: 6;
	transition: all 1s;
}

#circle {
	stroke: #63bc01;
	stroke-width: 6;
	transform-origin: 50px 50px 0;
	transition: all 1s;
}

.progress #tick {
	opacity: 0;
}

.ready #tick {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	animation: draw 8s ease-out forwards;
}

.progress #circle {
	stroke: #ffffff;
	stroke-dasharray: 314;
	stroke-dashoffset: 1000;
	animation: spin 3s linear infinite;
}

.ready #circle {
	stroke-dashoffset: 66;
	stroke: #63bc01;
}

#circle {
	stroke-dasharray: 500;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
		stroke-dashoffset: 66;
	}
	50% {
		transform: rotate(540deg);
		stroke-dashoffset: 314;
	}
	100% {
		transform: rotate(1080deg);
		stroke-dashoffset: 66;
	}
}

@keyframes draw {
	to {
		stroke-dashoffset: 0;
	}
}

#check {
	width: 300px;
	height: 300px;
}

@keyframes append-animate {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}