@page {
	size: A4 landscape;
	margin: 0;
}

body {
	background-color: #333;
	font-family: "Lato", sans-serif;
	margin: 0;
}

@media print {
	body {
		background-color: unset;
	}

	textarea {
		resize: none;
	}
}

main {
	width: calc(297mm - 1cm);
	height: calc(209mm - 1cm);
	padding: 0.5cm;
	background-color: white;
	display: flex;
}

.sidebar {
	width: 6.8cm;
	display: flex;
	flex-direction: column;
}

.sidebar .brand {
	height: 100%;
	background-color: #787878;
	color: #fff;
	display: flex;
	flex-direction: column;
}

.sidebar .brand>* {
	margin: auto 0;
}

.logo {
	text-align: center;
	font-variant-ligatures: none;
	padding: 0.5rem;
	user-select: none;
}

.logo h1 {
	font-size: 58px;
	font-weight: 400;
	margin: 0;
}

.logo h5 {
	font-size: 11px;
	font-weight: 400;
	margin-bottom: 0.3rem;
	margin-top: 0;
}

.sidebar .brand img {
	width: 100%;
}

.input-group {
	outline: 1px solid;
	margin-top: 1px;
	margin-left: 1px;

	display: flex;
	padding: 0.25rem;
	/* flex-direction: column; */
	align-items: center;
	box-sizing: content-box;
}

.input-group.vertical {
	display: block;
	text-align: start;
	padding: 0 0.25rem 0.25rem 0.25rem;
}

.input-group.vertical input,
.input-group.vertical textarea {
	margin-left: 0;
	margin-top: 0.25em;
	box-sizing: border-box;
	resize: vertical;
}

.input-group span {
	color: #666;
	font-size: 12px;
	flex-shrink: 0;
	user-select: none;
}

.input-group input,
.input-group textarea {
	width: 100%;
	margin-left: 1rem;
	padding: 0.25rem;
	border: 0;
}

.input-group textarea {
	overflow-x: hidden;
	min-height: 1.5rem;
	max-width: 100%;
}

.input-group.currency span.ammount {
	margin-left: auto;
	width: 40%;
}

.input-group.currency input {
	width: calc(100% - 1rem);
	margin-left: 0;
}

.input-group input[type="date"] {
	width: 60%;
	margin-left: auto;
}

.main {
	width: 21.9cm;
	display: flex;
	flex-direction: column;
}

.main .description .input-group {
	height: 8mm;
}

.main .cols {
	height: 179mm;
	display: flex;
}

.main .cols .col1 {
	width: 15.9cm;
	display: flex;
	flex-direction: column;
}

.main .cols .job-details {
	width: 6cm;
	display: flex;
	flex-direction: column;
}

.main .renders {
	height: 17cm;
	width: 100%;
	display: flex;
}

.main .renders .col1 {
	width: 9.2cm;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.main .renders .col2 {
	width: 6.7cm;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.renders .render {
	height: 8.5cm;

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	outline: 1px solid;
	margin-top: 1px;
	margin-left: 1px;
}

.render span {
	font-size: 14px;
	padding: 0.25rem;
	color: #fff;
	background-color: #767676;
	display: inline-flex;
	user-select: none;
}

.disclaimer {
	height: 100%;
	min-height: 8mm;
	padding-left: 0.3rem;
	font-size: 14px;
	display: flex;
	align-items: center;

	outline: 1px solid;
	margin-top: 1px;
	margin-left: 1px;

	user-select: none;
}