:root {
	--primary-1: #27045d;
	--primary-2: #a067f4;
	--background: #fdf0f8;
	--secondary-1: #fdf0f8;
	--button-text-color: #ffffff;
	--disabled-background: grey;

	font-family: Arimo, Roboto, sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	color: var(--primary-1);
}

html {
	width: 100%;
	font-size: 16px;
}

body {
	width: 100%;
	margin: 0px;
	background-color: var(--primary-1);
}

h1,
h2 {
	font-family: Antonio, Roboto, sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	color: var(--primary-1);
}

h3 {
	text-transform: uppercase;
	font-weight: bold;
	color: var(--primary-2);
}

.footer {
	background-color: var(--primary-1);
}

.col-max-width {
	max-width: 64em;
}

.help {
	margin-left: 1.0em;
	background-repeat: no-repeat;
	display: inline-block;
}

.help-content {
	background-position: top;
	min-width: 20px;
	background-repeat: no-repeat;
	background: "#CCC";
	display: none;
	text-decoration: none;
	font-size: 13pt;
	font-weight: normal;
}

.help.checked+.help-content {
	display: block;
	width: 100%;
	height: "auto";
}

.help.checked .custom-button {
	background-color: var(--primary-1);
}

.tleft {
	text-align: left;
}

.black {
	color: black;
}

.load-spinner {
	display: block;
	margin: 100px auto;
	width: 34em;
	height: 12em;
	text-align: center;
	font-size: 10px;
}

.load-spinner>div {
	background-color: white;
	height: 100%;
	width: 2em !important;
	border: 2px solid transparent !important;
	margin: 1px !important;
	display: inline-block;

	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.load-spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.load-spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.load-spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.load-spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.load-spinner .rect6 {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.load-spinner .rect7 {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

@-webkit-keyframes sk-stretchdelay {

	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.4)
	}

	20% {
		-webkit-transform: scaleY(1.0)
	}
}

@keyframes sk-stretchdelay {

	0%,
	40%,
	100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}

	20% {
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}

.no-padding {
	padding: 0;
}

.footer {
	margin-bottom: 3em;
}

.row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.center-vertically-wrapper {
	position: relative
}

.center-vertically-wrapper .inside {
	position: absolute;
	top: 50%;
	bottom: 50%;
	transform: translate(-50%, -50%);
}

body.mobile.focus .hide-on-focus-in-mobile {
	display: none;
}

.hidden {
	display: none;
}

@media (min-width:48em) {
	.visible-non-mobile {
		display: -webkit-flex !important;
		display: flex !important
	}

	.visible-mobile {
		display: -webkit-flex !important;
		display: none !important
	}

}

@media (max-width:48em) {
	.visible-non-mobile {
		display: -webkit-flex !important;
		display: none !important
	}

	.visible-mobile {
		display: -webkit-flex !important;
		display: flex !important
	}

	div.drawer-container-main {
		flex: 0;
		width: 0px !important;
		min-width: 0px !important;
	}

}


.input-warning {
	position: relative;
	font-size: 12px;
	line-height: 12px;
	color: rgb(244, 67, 54);
}

.scenario-card {
	padding-top: 1em;
	padding-bottom: 1em;
}

.scenario-card .description {
	text-align: left;
}

.scenario-card {
	cursor: pointer;
}

.scenario-card div:hover {
	background-color: #ccc !important;
}

.scenario-panel {
	padding-top: 3em;
}

.scenario-panel-content {
	max-width: 90em;
}

div.drawer-heading-container {
	height: 68px;
	display: flex;
	flex-direction: column;
	color: white;
	background-color: var(--primary-1);

}

div.drawer-heading-container>div {
	position: relative;
	height: 100%;
}

div.drawer-heading-container>div>hr {
	width: 100%;
	position: absolute;
	bottom: 0;
}

div.drawer-heading-container>div>h3 {
	width: 100%;
	flex: 1;
	text-align: center;
}

.app-bar-custom {}

.app-bar-custom-drawer h1 {
	display: none;

}

.app-bar-custom-drawer .home-button {
	margin-left: 256px !important;

}

div.app-wrapper {
	display: flex;
	height: 100%;

}

div.drawer-container-main {
	flex: 0;
	width: 256px;
	min-width: 256px;
}

div.app-main-container {
	flex: 1;
	display: flex;
	flex-direction: column;
}

div.app-main-container::before {
	content: "";
	height: 68px;
}

#app-scroll {
	overflow: auto;
}

.app-bar-button svg {
	color: white;
	fill: white;
}

.mobile-drawer-button {
	display: none !important;
}

@media (max-width:48em) {
	.app-bar-custom-drawer .home-button {
		margin-left: 0px !important;
	}

	.app-bar-custom-drawer .mobile-drawer-button {
		display: inline-block !important;
	}

}

.full-width {
	min-width: 100%;
}

.custom-button-container {
	display: inline-block;
}

.custom-button {
	border-radius: 999em;
	background-color: var(--primary-2);
	color: var(--button-text-color);
	text-align: center;
	transition-property: background-color;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	cursor: pointer;
}

.custom-button:hover {
	background-color: var(--primary-1);
}

/* .primary-button .custom-button { */
/* 	background-color: var(--primary-1); */
/* } */

/* .primary-button .custom-button:hover { */
/* 	background-color: var(--primary-2); */
/* } */

.custom-button-disabled {
	pointer-events: none;
}

.custom-button-disabled .custom-button {
	background-color: var(--disabled-background);
}

.custom-button-container .button-label {
	padding: 0.5em 1.75em;
	font-family: Arimo;
	font-weight: bold;
	font-size: 1em;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.custom-button-container .button-label svg {
	margin: 0 0.5em;
	color: var(--button-text-color);
}

.custom-button-container .button-label svg:last-child {
	margin-right: 0;
}

.custom-button-container .button-label svg:first-child {
	margin-left: 0;
}

.custom-button-container>button {
	width: 100%;
	border: none;
	font-size: 1em;
}

.custom-button-container>a {
	color: var(--button-text-color);
	text-decoration-line: none;
	font-size: 1em;
}
