body {
	display: flex;
	flex-direction: column;
	height: 100vh;
	margin: 0px;
}

.pros--partner-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	width: 100%;
	min-height: 64px;
	height: 64px;
	padding: 0 10px;
	background-color: #ffffff;
	border-bottom: 2px solid #0096d6;
	box-sizing: border-box;
	color: #000000;
	font-family: Roboto, "Helvetica Neue", sans-serif;
	font-size: 16px;
	line-height: initial;
}

.pros--logo {
	cursor: pointer;
	width: 40px;
	height: 40px;
	min-width: 40px;
	min-height: 40px;
	margin-right: 10px;
	color: #0096d6;
	box-sizing: border-box;
}

svg.svelte-15yr9v6 {
	background-color: initial;
	fill: currentColor;
	width: 100%;
	height: 100%;
	pointer-events: none;
	box-sizing: border-box;
}

.pros--header-container {
	flex: 1;
	cursor: default;
	box-sizing: border-box;
}

.pros--header {
	display: flex;
	flex-direction: column;
	flex: 1;
	cursor: default;
	box-sizing: border-box;
}

.pros--printos-title {
	font-size: 17px;
	box-sizing: border-box;
}

.pros--app-title-row {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	min-height: 24px;
	box-sizing: border-box;
}

.pros--app-title {
	font-size: 20px;
	font-weight: bold;
	box-sizing: border-box;
}

.pros--back-link {
	text-decoration: none;
	color: #0096d6;
}

.partner-app--button {
	background-color: #0096d6;
	color: #FFFFFF;
	padding: 10px 20px;
	font-weight: 700;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	cursor: pointer;
	display: inline-block;
	margin: 10px;
	margin-left: 20px;
}

.partner-app--content {
	overflow: hidden;
	height: 100%;
}
