@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,400&family=Vollkorn:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

body,html {
	width:100%;
	height:100%;
	 background-color: #FFF;
	color:#282826;
	 margin:0; padding:0;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	background-image: url("/img/back.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
small {
	line-height: 10px !important;
}
p {
	color:#90908e;
}
p.lead {
	color:#282826;
}
* {
	box-sizing: border-box;
	position: relative;
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img {
	max-width: 100%;
	height: auto;
}
video {
	max-width: 100%;
	height: auto;
}
.wrapper {
	width: 100vw;
	height: 100%;
}


.logo {
	padding-top: 25px;
}
.logo img {
	max-width: 150px;
}

.cheque {
	padding:40px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	margin: 20px 0;
	background-color: #FFF;
	border-radius: 27px;
}

.cheque .text {
	font-size: 21px;
	margin-top: 15px;
}

.btn {

}
.btn-black {
	background-color: #000;
	color:#FFF;
	text-transform: uppercase;
	font-weight: 500;
}
.btn-group-justified .btn {
	font-weight: bold;
}




div.client {
	margin-top: 25px;
}
.locationRow {
	font-size: 13px;
	margin-top: 15px;
}

.btn {
	border-radius: 7px;
}
label {
	font-weight: 600;
	font-size: 18px;
}
.form-control, .form-control-lg {
	-webkit-appearance: none;
	appearance: none;
	border:1px solid #BEBEBD;
	border-radius: 4px !important;
	display: block;
	box-shadow: none;
}
textarea {
	resize: vertical;
}
.btn-template {
	background-color: #FEC30E;
	color:#FFFFFF;
}
.btn-template:focus,.btn-template:active {
	color:#FFF;
	box-shadow: none !important;
}
.btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover {
	border-color: #FEC30E !important;
	background-color: #FEC30E !important;
	color:#FFFFFF !important;
	box-shadow: none !important;
}
.btnUpload {
	/*background-color: #B2B2B2;*/
}




.footer a {
	color:inherit;
}
.footerlogo {
	width: 160px;
}


#emailInputFormGroup, #smsInputFormGroup {
	margin-top: 10px;
	display: none;
}

#secureOptionHolder {
	display: none;
	padding:15px 0 0 0;
}


.dz-drag-hover {
	font-weight: bold;
}

.dz-preview {
	display: inline-block;
	width: 100%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	padding: 3px;
}

.dz-preview .dz-success-mark {
	display: none;
}

.dz-preview .dz-error-mark {
	display: none;
}

.dz-preview .dz-progress {
	display: block;
	height: 5px;
	background-color: #efefef;
	position: relative;
}

.dz-preview .dz-progress span {
	display: block;
	position: absolute;
	height: 5px;
	left: 0;
	top: 0;
	background-color: #7EC15E;
}
.dz-details {
	display: none;
}


#codeInputHolder {
	display: none;
}
input[name="code"] {
	text-align: center !important;
	margin-bottom: 2px;
}

@media only screen and (max-width: 570px) {
	.cheque {
		padding: 20px;
	}
	label {
		font-weight: 600;
		font-size: 15px;
	}
	p.lead {
		font-size: 20px;
	}
}




canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.animate__delay-500ms {
	animation-delay: 500ms;
}
.animate__delay-1s {
	animation-delay: 1s;
}

.panel {
	border-radius: 9px;
}
.panel-heading {
	padding:15px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.list-group-item {
	padding: 15px;
}
.list-group-item i {
	margin-right: 5px;
}

.panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

video#preview,video#current {
	background-color: #000;
	border-radius: 10px;
	margin:10px 0;
}


.btn-default {
	background-color: #878787;
	border-color: #878787;
	color:#FFF;
}
.steps {
	text-align: center;
	margin-bottom: 20px;
}
.stepNum {
	display: inline-block;
	width: 35px; height: 35px;
	background-color: #F1F1EF;
	color:#FFF;
	text-align: center;
	padding-top: 8px;
	border-radius: 30px;
	cursor: pointer;
}
.stepNum.active, .stepNum.complete {
	color:#FFF;
	background-color: #FABE00;
}

.step {
	display: none;
}
.step.active {
	display: block;
}



