@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');
body,html {
	width:100%;
	height:100%;
	 background-color: #FFF;
	 margin:0; padding:0;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
}

* {
	box-sizing: border-box;
	position: relative;
}
img {
	max-width: 100%;
	height: auto;
}
video {
	max-width: 100%;
	height: auto;
}
.wrapper {
	width: 100vw;
	height: 100%;
}


.cheque {
	padding:15px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	margin: 20px 0;
}

.btn {
	border-radius: 0;
}
.btn-black,.btn-black:hover {
	background-color: #000;
	color:#FFF;
	text-transform: uppercase;
	font-weight: 500;
}

div.value {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 70px;
}
div.productValue {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 15px;
}
div.productValueSub {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 20px;
}
div.text:not(:empty) {
	background-color: #000;
	padding:15px;
	font-size: 19px;
	color:#FFF;
}


div.client {
	margin-top: 25px;
}
.locationRow {
	font-size: 13px;
	margin-top: 15px;
	padding-top: 10px;
	/*padding-bottom: 10px;*/
}
.locationRow:not(:first-of-type) {
	border-top:1px solid #efefef;
}


.form-control {
	-webkit-appearance: none;
	appearance: none;
	border:1px solid #000;
	border-radius: 0;
	display: block;
}
.btn-template {
	background-color: #000;
	color:#fff;
}
.btn-template:focus,.btn-template:active {
	color:#FFF;
}
.form-group-lg input, .form-group-lg textarea {
	-webkit-appearance: none;
	appearance: none;
	border:1px solid #000;
	border-radius: 0 !important;
	display: block;
}



.footer a {
	color:inherit;
}




.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;
}