[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.root-page {
	margin: 20px 0;
	text-align: center;
	font-family: 'DeneuveCustom', 'Montserrat', Verdana, sans-serif;
}

.root-page a {
	color: #696969;
}

.page-title {
	color: #393939;
	margin: 0 0 3px;
}

.page-description {
	color: #808080;
	font-size: 18px;
}

.content {
	display: flex;
	justify-content: center;
}

.box-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 41px;
	column-gap: 25px;
	row-gap: 38px;
	max-width: 90%;
	padding: 0 5%;
}

.box {
	align-items: center;
	box-sizing: border-box;
	border: 1px solid #D1D3D4;
	border-radius: 10px;
	box-shadow: 0 4px 14px #00000026;
	color: #393939;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	height: 174px;
	justify-content: center;
	overflow: hidden;
	padding: 20px;
	width: 200px;
}

.box:hover {
	border-color: var(--planium-ui-primary-color);
	color: var(--planium-ui-primary-color);
}

.box-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin-top: 25px;
}

.box-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.box--parametrizacoes .box-title {
	font-size: 18px;
	hyphens: none;
	overflow-wrap: normal;
	word-break: normal;
	word-wrap: normal;
}

.box-description {
	color: gray;
	display: -webkit-box;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	overflow: hidden;
	overflow-wrap: break-word;
	text-align: center;
	word-wrap: break-word;
	-webkit-box-orient: vertical;
}

.footer {
	bottom: 0;
	height: 20px;
	left: 0;
	position: fixed;
	right: 0;
}

.footer #footerstr {
	color: gray;
	font-size: .7em;
}

.navigation-loader {
	align-items: center;
	background: rgba(0, 0, 0, 0.48);
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	font-size: 16px;
	font-weight: 600;
	gap: 16px;
	inset: 0;
	justify-content: center;
	position: fixed;
	z-index: 2147483000;
}

.navigation-loader__spinner {
	animation: navigation-loader-spin 0.8s linear infinite;
	border: 4px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	border-top-color: #FFFFFF;
	height: 42px;
	width: 42px;
}

.environment-selector {
	align-items: center;
	background: rgba(20, 24, 38, .72);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 20px;
	position: fixed;
	z-index: 20;
}

.environment-selector__card {
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
	max-height: 70vh;
	max-width: 560px;
	overflow: hidden;
	padding: 32px;
	text-align: left;
	width: 100%;
}

.environment-selector__eyebrow {
	color: var(--planium-ui-primary-color);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.environment-selector h2 {
	color: #25283a;
	font-size: 26px;
	margin: 8px 0;
}

.environment-selector p {
	color: #727683;
	margin-bottom: 22px;
}

.environment-options {
	display: flex !important;
	flex-direction: column !important;
	gap: 10px !important;
	max-height: calc(70vh - 250px);
	overflow-y: auto;
	padding-right: 8px;
	width: 100%;
}

.environment-options pln-selectable-group-card {
	flex: none;
	width: 100%;
}

.environment-selector pln-button {
	display: block;
	margin-top: 22px;
	width: 100%;
}

.environment-selector pln-button button {
	width: 100%;
}

@keyframes navigation-loader-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 1366px) {
	.box-container {
		max-width: 1100px;
	}
}
