@import "https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css";
@import "https://fonts.googleapis.com/css?family=Barlow:400,500,600";
body {
	font-family: barlow, sans-serif;
	font-size: 23px;
	line-height: 1.4em;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	overflow-x: hidden;
	color: #263238;
	background: #e6eaf0;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	padding: 40px 0;
}
.tabcontent {
	animation: fadeEffect 1s;
}
@keyframes fadeEffect {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.d-bt {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tabcontent {
	display: none;
}
a {
	transition: 0.3s all;
}
.loaderDesc {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 9999;
	background-color: rgba(255, 255, 255, 0.5);
	display: none;
	padding: 24px 12px;
}
.loaderDesc.show {
	display: block;
}
.capsule {
	width: 750px;
	height: 100%;
	background: #fff;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	position: relative;
	min-height: 400px;
}
.tab-auto:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	top: 0;
	border-color: transparent transparent #eef0f3;
	border-style: solid;
	border-width: 0 30px 30px 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.tab-auto:before {
	background: url(../img/icon/star.svg) no-repeat;
	content: "";
	z-index: 1;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 3px;
	top: 4px;
}
.pHeader {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background: #383f46;
	background-image: linear-gradient(-180deg, #173c7e 3%, #303234 100%);
	color: #fff;
	padding: 16px 24px;
	font-size: 15px;
	height: 70px;
	z-index: 9999;
	position: relative;
}

.pHeader .logo {
	width: 100%;
}


.pHeader .idTag {
	margin-bottom: 9px;
	line-height: 1em;
	position: absolute;
	left: 24px;
	right: 0;
	top: 20px;
}
.pHeader .col-6 {
	position: static;
}
.pHeader .amount {
	font-size: 32px;
	font-weight: 600;
}
.pHeader .amount sup {
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.6);
	padding-left: 4px;
	text-transform: uppercase;
	top: -11px;
}
.pHeader .right {
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.pHeader .right .full-css-select {
	margin: 9px 0 13px;
}
.pHeader .time {
	color: #fff;
	font-size: 16px;
	display: flex;
	font-weight: 600;
	right: 0;
	text-align: left;
	width: 65px;
}
.pHeader .time .countdown {
	text-align: left;
}
.pHeader .time img {
	margin-right: 5px;
}
.gradient {
	position: absolute;
	width: 100%;
	height: 6px;
	z-index: 9999;
	background: rgb(27,24,65);
	background: linear-gradient(288deg, rgba(27,24,65,1) 0%, rgba(9,9,121,1) 28%, rgba(0,212,255,1) 100%);
}
.full-css-select {
	display: inline-block;
	height: 21px;
	cursor: pointer;
	border-radius: 1px;
	position: relative;
	transition: all 0.2s;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.12);
}
.full-css-select:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #b7c0c8;
	position: absolute;
	border-radius: 1px;
	top: 50%;
	right: 7px;
	margin-top: -2px;
	z-index: 1;
}
.full-css-select:hover {
	border-color: #666;
}
.full-css-select select {
	font-size: 13px;
	border: none;
	background: 0 0;
	height: 21px !important;
	line-height: 1em !important;
	padding: 0 19px 0 8px;
	width: 100%;
	color: #fff;
	top: -3px;
	font-weight: 600;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	position: relative;
	z-index: 2;
}
.pContent {
	background: #fff;
	display: none;
}
.pContent.active {
	display: block;
}
.pContent .warningContent {
	margin-top: 20px;
	margin-bottom: 40px;
}
.pContent .warningContent h1 {
	color: #ff0000;
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 10px;
}
.review p {
	font-size: 35px;
	font-weight: 500;
	color: #222;
	margin-bottom: 20px;
	line-height: 40px;
}
.review {
	height: 100% !important;
}
.review label {
	font-size: 15px !important;
	font-weight: 500 !important;
	margin-bottom: 10px !important;
	color: #8492a6 !important;
}
.progressSuccess img {
	width: 60px;
	height: 60px;
}
#lottie {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	display: none;
}
#lottie svg {
	background: #ffffffe8 !important;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.progressSuccess {
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.progressSuccess h1 {
	font-weight: 600;
	font-size: 20px;
	color: #34d183;
	margin-top: 8px;
	margin-bottom: 8px;
}
.progressError h1 {
	color: #fc2a44;
}
.progressSuccess p {
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #3e3e3f;
}
.btn-decline {
	font-size: 14px !important;
	color: #fc2a44 !important;
	border: 0;
	font-weight: 400 !important;
	margin-top: 8px !important;
	cursor: pointer;
	background: 0 0 !important;
}
.btn-decline:active,
.btn-decline:focus {
	outline: none !important;
	box-shadow: none !important;
	border: 0 !important;
}
.pContent .warningContent p {
	color: #ff0000;
	line-height: 24px;
}
.pageTitle {
	display: flex;
	padding: 16px 24px;
	font-size: 12px;
	color: #8492a6;
	margin-top: 6px;
	font-weight: 600;
	height: 47px;
	background: #fff;
	letter-spacing: 0.43px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
	z-index: 998;
	position: relative;
}
.listedOption {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}
.listedOption .item {
	border-radius: 4px;
	border: solid 1px #eef0f3;
	position: relative;
}
.listedOption .item label {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	color: #303234;
	display: block;
	width: 155px;
	padding: 12px 5px 12px 35px;
	cursor: pointer;
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.listedOption .item label:before {
	content: "";
	display: block;
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translate(0%, -50%);
	border: 1px solid #ced3db;
	border-radius: 100%;
	width: 16px;
	height: 16px;
}
.listedOption .item label:after {
	content: "";
	display: none;
	position: absolute;
	background: #ff0000;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	left: 15px;
	top: 50%;
	transform: translate(0%, -50%);
}
.listedOption .item input[type="radio"] {
	display: none;
}
.listedOption .item input[type="radio"]:checked ~ label:after {
	display: block;
}
.listedOption .item input[type="radio"]:checked ~ label:before {
	border-color: #ff0000;
}
.listedOption .item img {
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translate(0%, -50%);
}
.form-content {
	padding: 16px 24px;
	height: 100%;
}
.pButton {
	position: relative;
	text-align: center;
}
.pButton button {
	border-radius: 0;
	display: block;
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	border-radius: 4px;
	box-shadow: none !important;
	padding: 15px 24px;
	border: 0;
	background: #173c7e;
	color: white;
}
.doubleCol::after {
	display: block;
	content: "";
	clear: both;
}
.doubleCol > div {
	width: 50%;
	float: left;
}
.doubleCol .form-group.full {
	border-left: 1px solid #eef0f3;
}
.doubleCol .form-group.full:first-child {
	border-left: 0;
}
.form-group label {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.47;
	margin-bottom: 4px;
	color: #303234;
}
.form-group {
	margin-bottom: 5px;
}
.form-control {
	padding-bottom: 8px;
	height: 48px;
	border-radius: 2px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
	border: solid 1px #e1e4e8;
	color: #303234;
}
.form-control:focus,
.form-control:active,
.form-control:visited {
	outline: none;
	box-shadow: none;
	border-color: #2467ee;
}
.form-group.full {
	margin-bottom: 0;
	background: #fff;
	position: relative;
}
.form-group.full .icon {
	position: absolute;
	left: 22px;
	top: 50%;
	transform: translate(0%, -55%);
	z-index: 2;
	min-width: 19px;
	text-align: center;
	cursor: text;
}
.form-group.full .form-control {
	border: 0;
	box-shadow: none;
	border-bottom: 1px solid #eef0f3;
	border-radius: 0;
	padding-left: 56px;
	padding-right: 24px;
	height: 56px;
	font-weight: 600;
	color: #303234;
	font-size: 18px;
	background: 0 0;
}
.listedItem {
	padding-bottom: 35px;
}
.listedItem .item {
	border-bottom: 1px solid #eef0f3;
	padding: 17px 24px;
	font-weight: 500;
	color: #303234;
	display: flex;
	justify-content: space-between;
}
.listedItem .item strong {
	padding-right: 20px;
	color: #a8b2c0;
	font-weight: 500;
}
.listedItem .item p {
	text-align: right;
	margin: 0;
}
.listedItem .item span {
	color: #ff0000;
	font-weight: 600;
}
.listedItem .infoText {
	padding: 15px 24px;
	font-size: 13px;
	line-height: 22px;
}
.alert {
	font-size: 14px;
	line-height: 20px;
	padding: 14px 14px 14px 37px;
	left: 0;
	margin-bottom: 16px;
	right: 0;
	color:white;
}
.alert:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	background: red;
	left: 14px;
	top: 17px;
	background-size: contain !important;
}
.alert.warning {
	background: #ff0000;
}
.alert.warning:before {
	background: url(../img/icon/warning.png) no-repeat center center;
}
.stickyAlert {
	font-size: 13px;
	line-height: 16px;
	padding: 14px 14px 14px 37px;
	position: absolute;
	bottom: 57px;
	left: 0;
	right: 0;
}
.stickyAlert:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	background: red;
	left: 14px;
	background-size: contain !important;
}
.stickyAlert.warning {
	background: #ff0000;
}
.stickyAlert.warning:before {
	background: url(../img/icon/warning.png) no-repeat center center;
}
.groupTitle {
	display: flex;
	padding: 17px 24px;
	justify-content: space-between;
	border-bottom: 1px solid #eef0f3;
}
.groupTitle strong {
	color: #303234;
	font-weight: 500;
	padding-right: 20px;
}
.groupTitle span {
	font-weight: 600;
}
.groupTitle span a {
	color: #ff0000 !important;
}
.stForm {
	padding: 15px 24px;
}
.stForm .form-group {
	margin-bottom: 15px;
}
.stForm .form-group:last-child {
	margin-bottom: 0;
}
.stForm .form-group label {
	font-size: 15px;
	font-weight: 600;
	color: #8492a6;
	margin-bottom: 8px;
	display: block;
}
.stForm .form-group label span {
	display: block;
	font-size: 14px;
	color: rgba(132, 146, 166, 0.7);
	font-weight: 400;
	margin-bottom: -3px;
}
.stForm .form-group .form-control {
	background: #fff;
	border: 1px solid #e1e4e8;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
	border-radius: 2px;
	color: #303234;
	padding: 11px 16px;
	height: auto;
}
.stForm .form-group .form-control:focus {
	border-color: #ff0000;
}
.stForm .form-group .form-control::-webkit-input-placeholder {
	color: rgba(132, 146, 166, 0.7);
	font-weight: 400;
}
.stForm .form-group .form-control::-moz-placeholder {
	color: rgba(132, 146, 166, 0.7);
	font-weight: 400;
}
.stForm .form-group .form-control:-ms-input-placeholder {
	color: rgba(132, 146, 166, 0.7);
	font-weight: 400;
}
.stForm .form-group .form-control:-moz-placeholder {
	color: rgba(132, 146, 166, 0.7);
	font-weight: 400;
}
.reviewNo {
	margin-bottom: 32px;
}
.alertbox {
	text-align: center;
	padding: 90px 24px;
}
.alertbox .icon img {
	height: 60px;
	width: 60px;
}
.alertbox h4 {
	font-size: 20px;
	font-weight: 600;
	margin: 15px 0 10px;
}
.alertbox.success h4 {
	color: #34d183;
}
.alertbox.waiting h4 {
	color: #fac800;
}
.alertbox.error h4 {
	color: #fc2a44;
}
.pAlert {
	position: absolute;
	left: 16px;
	right: 16px;
	top: 8px;
	background: #fff;
	font-weight: 500;
	font-size: 16px;
	color: #303234;
	border-radius: 5px;
	text-align: center;
	padding: 16px 24px;
	z-index: 9999;
	animation: 0.5s uptoDown;
}
.pAlert.error {
	background-color: #ffdede;
	border: 2px solid #fff;
}
@keyframes uptoDown {
	0% {
		transform: translateY(-200%);
	}
	100% {
		transform: translateY(0);
	}
}
@media only screen and (max-width: 767px) {
	#lottie svg {
		height: 100% !important;
	}
	.capsule {
		width: 100%;
		height: 100%;
		border-radius: 0;
		box-shadow: none;
		min-height: 520px;
	}
	body {
		display: block;
		padding: 70px 0 1px !important;
		min-height: auto;
		background: #fff;
	}
	.subpage {
		padding-top: 102px !important;
	}
	.pHeader {
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: auto;
		border-radius: 0;
		width: 100%;
		z-index: 9999;
	}


	.pHeader .logo {
		width: 100%;
	}


	.pageTitle {
		left: 0;
		margin-top: 0;
		right: 0;
		bottom: auto;
		z-index: 998;
	}
	.pButton {
		border-radius: 4px;
		margin-top: 16px;
		top: auto;
		z-index: 99;
	}
	.pButton .btn:hover {
		background: #2468ef !important;
	}
	.pAlert {
		position: fixed;
	}
	body.focused {
		padding: 0 0 300px !important;
	}
	body.focused .subpage {
		padding-top: 0 !important;
	}
	body.focused .capsule {
		box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
	}
	body.focused .pHeader,
	body.focused .pageTitle,
	body.focused .pButton {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		top: auto;
	}
	body.focused .pAlert {
		position: absolute;
	}
	.listedOption .item label {
		width: 100%;
	}
	.listedOption .item {
		width: 48%;
	}
	.gradient {
		position: fixed;
		z-index: 9999;
		width: 100%;
		top: 65px;
	}
}
@media only screen and (max-width: 767px) {
	.capsule {
		width: 100%;
		border-radius: 0;
		box-shadow: none;
	}
	body {
		display: block;
		padding: 0;
		min-height: auto;
	}
}
#QRCodeContainer {
	display: flex;
	margin-bottom: 25px;
}
#QRCodeContainer #QRCode {
	flex-grow: 1;
}
#QRCodeContainer #QRCode .btn-link {
	color: #fff;
	background-color: #8c00a1;
	margin-top: 5px;
	display: none;
	margin-bottom: 0;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}
.modal-footer .btn-primary {
	font-size: 18px;
	font-weight: 600;
	border-radius: 4px;
	box-shadow: none !important;
	padding: 5px 15px;
	border: 0;
	background: #286efa;
}
.modal-content {
	border: 0;
}
.modal-header {
	border: 0;
	background: #383f46;
	background-image: linear-gradient(-180deg, #3a434c 3%, #303234 100%);
	color: #fff;
}
.modal-header .close {
	color: #fff;
	opacity: 1;
}
.modal-header .close:not(:disabled):not(.disabled):focus,
.modrk .modal-header .close:not(:disabled):not(.disabled):hover {
	color: #fff;
	opacity: 1;
}
