<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.path-app .layout-container .layout-content {
	max-width: none;
}
body.user-logged-in.path-user article.profile {
  box-shadow: none;
}
#toolbar-administration,
#toolbar-bar
{
  z-index: 9999;
}

#edit-plaintext-email-desc,
#edit-plaintext-admin-code-desc
{
	padding: 0;
	margin: 0;
}

#user-register-form {
	display: flex;
	flex-direction: column;
}

.form-item-legal-terms-and-conditions {
	order: 99;
}
.form-item-legal-myfuture-terms {
	padding: 0;
}

#user-register-form .form-item-name {
	display: none;
}
#user-register-form #edit-simplenews .description, #user-register-form #edit-simplenews legend, #user-register-form #edit-simplenews summary {
	display: none;
}
#user-register-form #edit-simplenews .form-item {
	padding: .5em .5em 0 .5em;
}
.react-root-content-container {
	min-height: 700px;
}

/* EU Cookie Compliance */

#sliding-popup {
	min-height: 48px;
	width: 100%;
	
	color: #FFFFFF;
	background: #20a787 !important;
	border-top: 1px solid #23998e;
}
#sliding-popup button {
	
	/* Normalise */
  /*font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
	overflow: visible;
	text-transform: none;*/
	/*~Normalise */
	
	color: #333;
}

.decline-button {
	display: none;
}

.popup-content {
	display: flex;
	align-items: center;
}
@media (max-width: 640px) {
	.popup-content {
		flex-direction: column;
	}
	.footer-bootom-links {
     display: none;
  }
}

#popup-text {
	flex: 6 0 auto;
}
#popup-buttons {
	flex: 4 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
.eu-cookie-compliance-message p {
    font-size: 15px;
}
#popup-buttons button {
	margin: 0.5em;
}

#popup-text h2 {
	margin: 0.5em 0;
}

#popup-text p,
#popup-text button {
	display: inline;
	margin: 0;
}
#popup-text button {
	margin-left: 1em;
}
#popup-buttons {
	
	
}
.block-pwa-add-to-home-screen {
    display: flex;
    flot: left;
    margin-top: 20px;
  }
 .cp-plusprogramme-overview-page .messages--status {
 	display: none;
 }
</pre></body></html>