/**
	IMPORTANT: don't forget to increase the css version number to prevent caching issues
	See: config\docker\assets\keycloak-themes\hype-10.1\login\theme.properties | css/login.css?v=XYZ
 */

@import url(frontend-fonts.css);

html {
	padding: 0;
	margin: 0;

	--hype-blue: #1971c2;
	--light-grey: #f1f3f5;
	--light-btn-grey: #ececec;
	--dark-grey: #3d3d3d;
	--dark-grey-with-alpha: #3d3d3db5;
	--error-red: #e03131;

	--high-contrast-mode-text-color: #343a40;
	--high-contrast-mode-background-color: #343a40;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

*:lang(ar),
*:lang(ur) {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 14px;
}

html.hype--bigger-font-1 * {
	font-size: 14px;
}

html.hype--bigger-font-1 h2,
html.hype--bigger-font-1 .h2 {
	line-height: 37px;
	font-size: 27px;
}


ul, ol {
	padding: 0;
	margin: 10px 0 30px 25px;
}

html[dir="rtl"] ul,
html[dir="rtl"] ol {
	margin: 10px 25px 30px 0;
}

.hype--login-additional-form-fields {
	display: none;
}

.centered {
	text-align: center;
}

p.spacing {
	margin-bottom: 15px;
}

/* Focus styles BEGIN */

a:focus,
:focus {
	outline: 2px solid var(--hype-blue);
	outline-offset: 2px;
}

input:focus,
textarea:focus,
select:focus {
	outline: 2px solid var(--hype-blue);
}

.hype--not-keynav body a:focus {
	text-decoration: none;
	outline: none;
}

.hype--not-keynav :focus {
	outline: none;
}

html:not(.hype--not-keynav) input:focus,
html:not(.hype--not-keynav) input[type="text"]:focus,
html:not(.hype--not-keynav) input[type="password"]:focus,
html:not(.hype--not-keynav) input[type="email"]:focus {
	outline: 2px solid var(--hype-blue);
}

html:not(.hype--not-keynav) input[type="submit"]:focus,
html:not(.hype--not-keynav) input[type="button"]:focus {
	box-shadow: none;
	outline: 2px solid var(--hype-blue);
}

/* Focus styles END */

body {
	position: relative;
	border: 0;
	color: var(--dark-grey-with-alpha);
	margin: 0 auto;
	background-color: transparent; /* this overrides the white background color coming from bootstrap */
	line-height: 21px;
	font-size: 14px;
	box-sizing: border-box;
}

body:lang(ar),
body:lang(ur) {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}

a {
	color: var(--dark-grey-with-alpha);
}

#content {
	display: flex;
	display: -ms-flexbox;
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
}

html[dir="rtl"] #content {
	text-align: right;
	right: 0;
	left: 0;
}

.hype--login-page-back-btn {
	display: inline-block;
	position: absolute;
	top: 40px;
}

.hype--login-section {
	height: 100%;
	overflow-y: auto;
	display: flex;
	display: -ms-flexbox;
}

.hype--login-section-title {
	font-weight: bold;
	font-size: 17px;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1.5;
	color: #454545;
}

.hype--login-form {
	position: relative;
	padding: 85px 20px 40px;
	width: 100%;
	background-color: #fff;
}

@media (min-width: 768px) {
	.hype--login-form {
		padding: 85px 70px 40px;
		width: auto;
	}
}

@media (min-width: 1400px) {
	.hype--login-form {
		width: 33%;
		min-width: 550px;
	}
}

.hype--login-form-content {
	width: 100%;
	max-width: 450px;
	margin: 30px auto;
	padding-bottom: 100px;
	-ms-flex-item-align: center;
	max-height: 100%;
}

@media (min-width: 768px) {
	.hype--login-form-content {
		min-width: 350px;
		width: 350px;
	}
}

@media (min-width: 1400px) {
	.hype--login-form-content {
		width: 100%;
		max-width: 450px;
	}

	.hype--centered-layout .hype--login-form-content {
		width: 600px;
	}
}

.hype--login-form-content img {
	max-width: 100%;
}

.hype--login-form-title {
	margin-bottom: 50px;
}

.hype--login-form-row {
	display: flex;
	flex-wrap: wrap;
	flex: 1 1 auto;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	-ms-flex: 1 1 auto;
	margin-right: -15px;
	margin-left: -15px;
}

.hype--login-form-row .hype--login-form-element {
	flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	max-width: 50%;
	padding: 0 15px;
}

.hype--login-welcome h1 {
	font-size: 25px;
	font-weight: 600;
	line-height: 56px;
}

.hype--login-teaser .hype--user-content__rich h2,
.hype--login-teaser .hype--user-content__rich h3 {
	margin: 0;
	font-size: 25px;
	font-weight: 600;
	line-height: 56px;
}

.hype--login-teaser .hype--user-content__rich h3 {
	font-size: 22px !important;
}

.hype--login-teaser {
	overflow-y: hidden;
	position: relative;
	display: none;
	flex: 1;
	-ms-flex: 1;
}

.hype--login-teaser-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.hype--login-teaser-overlay--background-color {
	background-color: rgba(0, 0, 0, .05);
}

.hype--login-teaser-overlay--background-img {
	background-image: url("../img/hype-login-background.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.hype--login-teaser-content-wrapper {
	position: relative;
	padding: 80px 50px 50px;
	color: #fff;
	overflow-y: auto;
	width: 100%;
	display: flex;
}

.hype--login-teaser-description *,
.hype--login-welcome * {
	font-size: 13px;
	line-height: 1.4;
}

.hype--login-teaser-content {
	color: #454545;
	margin: auto;
	max-width: 800px;
	padding-bottom: 70px;
	position: relative;
	z-index: 2;
	-ms-flex-item-align: center;
}

.hype--login-teaser-content img {
	max-width: 100%;
}

#hype--primary-provider-separator {
	margin: 20px 0;
}

@media (min-width: 768px) {
	.hype--login-teaser {
		display: inherit;
	}
}

@media (min-width: 1024px) {
	.hype--login-teaser-content-wrapper {
		padding: 85px 70px 50px;
	}

	.hype--login-teaser-description *,
	.hype--login-welcome * {
		font-size: 21px;
		line-height: 1.7;
	}
}

@media (min-width: 1400px) {
	.hype--login-teaser-content-wrapper {
		padding: 85px 202px 50px;
	}
}

#logo {
	margin-bottom: 50px;
}

#logo img {
	max-width: 100%;
	border-style: none;
}

/* formElement */

.hype--login-form-element {
	margin: 0 0 30px;
}

.hype--login-form-element label {
	display: block;
	color: var(--dark-grey);
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 5px;
}

.hype--login-form-element label.checkbox-label {
	display: inline-block;
}

.hype--login-form-element.hype--login-type-text .hype--login-type-text-input input,
#captcha {
	width: 100%;
	font-size: 14px;
	line-height: 1.5em;
	background: #fff;
	border: 1px solid var(--light-btn-grey);
	padding: 13px 15px;
	border-radius: 3px;
	color: var(--dark-grey);
	box-sizing: border-box;
}

#captcha::placeholder {
	font-size: 13px;
}

div.hype--login-saml-button-wrapper .hype--login-form-element.hype--login-type-button,
html[dir="rtl"] div.hype--login-saml-button-wrapper .hype--login-form-element.hype--login-type-button {
	margin-left: 0;
	margin-right: 0;
}

#pwContent .hype--login-type-button {
	text-align: center;
	display: block;
}

#pwContent div.hype--login-form-element.hype--login-type-button > span.hype--login-form-button-pair > button.hype--login-warm,
#pwContent div.hype--login-form-element.hype--login-type-button > span.hype--login-form-button-pair > button {
	width: auto;
	padding: 5px 15px;
}

.hype--login-register {
	display: block;
	color: var(--dark-grey);
	border: 1px solid var(--light-grey);
	background-color: var(--light-grey);
	border-radius: 4px;
	text-decoration: none;
	text-align: center;
	box-shadow: none !important;
}

.hype--login-register:hover {
	background-color: var(--light-btn-grey);
	border-color: var(--light-btn-grey);
	text-decoration: none;
}

.hype--login-guest {
	color: #fff;
	border: 1px solid var(--hype-blue);
	border-radius: 4px;
	background-color: var(--hype-blue);
	display: block;
	text-align: center;
	text-decoration: none;
}

.hype--login-guest:hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, .2);
}


.hype--login-register,
.hype--login-guest,
.hype--login-warm {
	cursor: pointer;
	width: 100%;
	padding: 19px 28px 19px;
	font-weight: 600;
	font-size: 15px;
	background-image: none;
	-webkit-appearance: none;
	box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.10);
}

.hype--login-warm + .hype--login-warm {
	margin-top: 15px;
}

.hype--login-warm:disabled {
	cursor: not-allowed;
	color: #495057;
	border: 1px solid var(--light-grey);
	background-color: var(--light-grey);
	box-shadow: none;
}

.hype--login-warm:not(:disabled) {
	color: #fff;
	border: 1px solid var(--hype-blue);
	border-radius: 4px;
	background-color: var(--hype-blue);
}

.hype--login-warm:not(:disabled):hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, .2);
}

#pwWrapper .hype--login-form-element.hype--login-type-button button.hype--login-warm {
	font-size: 13px;
}

.hype--login-form-OAuth {
	margin-bottom: 15px;
}

.hype--login-form-element .hype--login-form-OAuth-label {
	display: inline-block;
	margin-right: 10px;
}

html[dir="rtl"] .hype--login-form-element .hype--login-form-OAuth-label {
	margin-right: 0;
	margin-left: 10px;
}

.hype--login-form-element .typeOAuthButtons {
	margin-left: 155px;
	width: 330px;
}

html[dir="rtl"] .hype--login-form-element .typeOAuthButtons {
	margin-left: 0;
	margin-right: 155px;
}

.hype--login-type-error:empty {
	padding: 0;
	border: none;
}

.hype--login-type-error:not(:empty) {
	border-radius: 4px;
	padding: 15px;
	color: var(--error-red);
	border: 1px solid var(--error-red);
}

.hype--button {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#input-error {
	color: var(--error-red);
}

.hype--login-footer {
	padding-top: 15px;
	padding-bottom: 15px;
}

/* Some styles taken from Bootstrap... */
h3, .h3 {
	font-size: 21px;
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 21px;
	margin-bottom: 10.5px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 300;
	line-height: 1.375;
	color: inherit;
}

html.hype--bigger-font-1 h3,
html.hype--bigger-font-1 h3 * {
	font-size: 22px;
}

.hype--user-content__rich h2 {
	font-size: 150%;
	font-weight: bold;
}

.hype--user-content__rich h3 {
	font-size: 120%;
	font-weight: bold;
}

.hype--user-content__rich a {
	color: inherit;
}

/*
 * Modal dialogs
 */
.hype--modal {
	display: none;
}

.hype--modal.is-open {
	display: block;
}

.hype--modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.75);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9500;
}

.hype--modal__container {
	background-color: #fff;
	padding: 30px;
	max-width: 600px;
	max-height: 80vh;
	width: 50%;
	border-radius: 8px;
	overflow-y: auto;
}

.hype--modal__header {
	margin-bottom: 30px;
}

.hype--modal__footer {
	display: flex;
	justify-content: flex-end;
	margin-top: 60px;
}

.hype--modal__btn {
	cursor: pointer;
	min-width: 100px;
	padding: 10px 30px;
	color: #495057;
	border: 1px solid var(--light-grey);
	background-color: var(--light-grey);
	border-radius: 4px;
}

.hype--modal__btn:not(.hype--modal__btn_primary):hover {
	background-color: var(--light-btn-grey);
	border-color: var(--light-btn-grey);
}

.hype--modal__btn + .hype--modal__btn {
	margin-left: 10px;
}

html[dir="rtl"] .hype--modal__btn + .hype--modal__btn {
	margin-left: 0;
	margin-right: 10px;
}

.hype--modal__btn_primary {
	background-color: var(--hype-blue);
	color: #fff;
}

.hype--modal__btn_primary:hover {
	box-shadow: 0 4px 10px rgba(0, 0, 0, .2)
}

/*
 * Password Reset
 */
.hype--reset-password-input {
	margin-bottom: 10px;
}

.hype--login-password-reset-link {
	text-align: right;
	margin-bottom: 25px;
}

html[dir="rtl"] .hype--login-password-reset-link {
	text-align: left;
}

.hype--login-password-reset-link a {
	text-decoration: underline;
	display: inline-block;
	font-weight: 400;
}

.hype--login-password-reset-link a:hover {
	text-decoration: none;
}

#hype--pw-reset-dialog__message,
.hype--pw-reset-dialog__close-btn {
	display: none;
}

.hype--pw-reset-dialog_processing .hype--pw-reset-dialog__email,
.hype--pw-reset-dialog_processing .hype--pw-reset-dialog__subtitle {
	display: none;
}

.hype--pw-reset-dialog_showing-message .hype--pw-reset-dialog__subtitle,
.hype--pw-reset-dialog_showing-message .hype--pw-reset-dialog__email,
.hype--pw-reset-dialog_showing-message .hype--pw-reset-dialog__cancel-btn,
.hype--pw-reset-dialog_showing-message #hype--pw-reset-dialog__send-email-btn {
	display: none;
}

.hype--pw-reset-dialog_showing-message #hype--pw-reset-dialog__message,
.hype--pw-reset-dialog_showing-message .hype--pw-reset-dialog__close-btn {
	display: block;
}


/* Mobile Entry Banner */

.hype-mobile-entry-banner {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	/* Make sure the hero header section that is moved up does not appear above this div. */
	z-index: 1;
	font-size: 3em;
	padding: 1em 0;
	text-align: center;
	background-color: #bedcea;
	box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, 0.15);

	display: none;
}

.hype--login_mobile .hype-mobile-entry-banner {
	display: block;
}

.hype-mobile-entry-banner ~ .hype--login-lang-dropdown-container {
	top: 240px;
}

.hype-mobile-entry-banner--content {
	display: inline-block;
	width: 100%;
	line-height: normal;
	font-size: 1em;
	vertical-align: middle;
}

.hype-mobile-entry-banner a {
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	color: #003c67;
	line-height: normal;
	font-size: 1em;
}

/* Browser Support Message */

.hype--login-unsupported-user-agent {
	margin-bottom: 30px;

	display: none;
}

.hype--login_unsupported-browser .hype--login-unsupported-user-agent {
	display: block;
}

.hype--login-unsupported-user-agent,
.hype--login-unsupported-user-agent a {
	text-align: center;
	background: #ff3399;
	color: #fff;
	font-weight: bold;
}


/*** Accessibility items begin ****/
#hype--accessibility-items {
	position: absolute;
	display: flex;
	z-index: 9000;
	top: 30px;
	right: 45px;
	gap: 20px;
	flex-direction: row-reverse;
}

html[dir="rtl"] #hype--accessibility-items {
	right: auto;
	left: 45px;
}

/**** Language Select ****/
#kc-locale {
	width: 200px;
}

/**** High Contrast Mode ****/
#hype--high-contrast-mode {
	display: flex;
	align-items: center;
}

#hype--high-contrast-mode_toggle {
	background: #fff;
	border: none;
	border-radius: 100%;
	padding: 3px;
	cursor: pointer;
}

#hype--high-contrast-mode_icon {
	background-image: url("../img/high-contrast-mode.svg");
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 19px;
	width: 19px;
	transition: all 0.25s ease-out;
}

html.high-contrast-mode-active #hype--high-contrast-mode_icon {
	transform: rotate(180deg);
}

html.high-contrast-mode-active .hype--login-teaser-overlay--background-img,
html.high-contrast-mode-active .hype--login-teaser-overlay--background-color {
	display: none;
}

html.high-contrast-mode-active .hype--centered-layout .hype--login-section.hype--login-form,
html.high-contrast-mode-active .hype--left-aligned-with-text-in-sidebar-layout .hype--login-teaser,
html.high-contrast-mode-active .hype--left-aligned-layout .hype--login-teaser-content-wrapper {
	background-image: none;
	background-color: var(--high-contrast-mode-background-color)
}

html.high-contrast-mode-active a:hover,
html.high-contrast-mode-active .hype--login-warm:hover,
html.high-contrast-mode-active .hype--modal__btn:hover,
html.high-contrast-mode-active .hype--nav-tab-item span:hover,
html.high-contrast-mode-active .hype--left-aligned-with-text-in-sidebar-layout .hype--login-page-back-btn a:hover span,
html.high-contrast-mode-active .hype--left-aligned-layout .hype--login-page-back-btn a:hover span {
	text-decoration: underline !important;
}

html.high-contrast-mode-active body,
html.high-contrast-mode-active .hype--pw-reset-dialog__subtitle,
html.high-contrast-mode-active .hype--login-explanation,
html.high-contrast-mode-active .hype--nav-tab-item span {
	color: var(--high-contrast-mode-text-color);
}

html.high-contrast-mode-active .hype--button,
html.high-contrast-mode-active .hype--modal__btn_primary {
	background-color: var(--high-contrast-mode-background-color) !important;
	border-color: var(--high-contrast-mode-background-color) !important;
}

html.high-contrast-mode-active .hype--login-form-element.hype--login-type-text .hype--login-type-text-input input {
	border-color: var(--high-contrast-mode-background-color);
}

html.high-contrast-mode-active .hype--left-aligned-layout .hype--login-teaser-content span {
	color: #fff !important;
}

html.high-contrast-mode-active .hype--centered-layout .hype--login-teaser-content span,
html.high-contrast-mode-active .hype--left-aligned-with-text-in-sidebar-layout .hype--login-teaser-content span,
html.high-contrast-mode-active .hype--login-explanation span,
html.high-contrast-mode-active .hype--login-footer span {
	color: var(--high-contrast-mode-text-color) !important;
}

html.high-contrast-mode-active .hype--login-type-error:not(:empty) {
	color: var(--high-contrast-mode-text-color);
	border-color: var(--high-contrast-mode-background-color);
}

/*** Accessibility items end ****/

/**** General Select Box Styling ****/
#hype--change-language + span {
	width: 200px !important;
}

.select2-container .select2-selection {
	width: 100%;
}

.select2 .select2-selection {
	background: #fff;
	background-image: none;
	border: solid 1px var(--light-btn-grey);
	border-radius: 4px;
	height: 50px;
	padding: 8px 0 10px;
	transition: border .25s ease-out;
}

.select2 .select2-selection:hover,
.select2 .select2-selection:focus {
	background: #fff;
}

.select2 .select2-selection .select2-selection__rendered {
	font-size: 15px;
	text-indent: 0;
	padding: 0 15px;
	color: #495057;
	float: left;
	transition: color .25s ease-out;
}

.select2 .select2-selection .select2-selection__rendered:hover {
	color: var(--dark-grey);
}

html[dir="rtl"] .select2 .select2-selection .select2-selection__rendered {
	float: right;
}

.select2 .select2-selection .select2-selection__arrow {
	background: #FFFFFF;
	position: absolute;
	right: 0;
	top: 3px;
	height: 24px;
	width: 30px;
}

html[dir="rtl"] .select2 .select2-selection .select2-selection__arrow {
	right: auto;
	left: 0;
}

table .select2-container ul.select2-results__options {
	position: relative;
	top: 0 !important;
}

html[dir="rtl"] .select2-results__options {
	margin: 0;
}

.select2-container ul.select2-results__options li {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: var(--dark-grey);
	height: auto;
	line-height: 24px;
	padding: 10px;
	text-decoration: none;
}

html[dir="rtl"] .select2-container ul.select2-results__options li {
	text-align: right;
	unicode-bidi: plaintext;
}

html.hype--bigger-font-1 .select2-container ul.select2-results__options li {
	font-size: 14px;
}

.select2-container .select2-dropdown .select2-results__option--highlighted[aria-selected] {
	background-color: #f1f3f5;
	background-image: none;
	color: var(--dark-grey);
}

.select2 .select2-selection .select2-selection__arrow b {
	background: url(data:image/svg+xml;charset=utf-8;base64,IDxzdmcgd2lkdGg9IjExcHgiIGhlaWdodD0iN3B4IiB2aWV3Qm94PSIwIDAgMTEgNyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+IDxnIGlkPSJmb3JtLWVsZW1lbnRzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDQ4LjAwMDAwMCwgLTEwNjEuMDAwMDAwKSIgZmlsbD0iIzg2OEU5NiI+IDxnIGlkPSJzZWxlY3QiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE4Ni4wMDAwMDAsIDEwMDUuMDAwMDAwKSI+IDxnIGlkPSJQYWdlLTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI2Ny41MDAwMDAsIDYwLjAwMDAwMCkgcm90YXRlKC0yNzAuMDAwMDAwKSB0cmFuc2xhdGUoLTI2Ny41MDAwMDAsIC02MC4wMDAwMDApIHRyYW5zbGF0ZSgyNjQuMDAwMDAwLCA1NS4wMDAwMDApIj4gPHBhdGggZD0iTTAuNzM3NDk0NjUsOS43Nzc3Nzc3OCBMNi4yNjgzNTg4NSw1LjMzMzMzMzMzIEM2LjM4NDUwNyw1LjI0IDYuNDUyNzIwOTksNS4wOTM4MjcxNiA2LjQ1MjcyMDk5LDQuOTM4MjcxNiBDNi40NTI3MjA5OSw0Ljc4MzIwOTg4IDYuMzg0NTA3LDQuNjM2NTQzMjEgNi4yNjgzNTg4NSw0LjU0MzIwOTg4IEwwLjczNzQ5NDY1LDAuMDk4NzY1NDMyMSBDMC41OTczNzk0MjQsLTAuMDEzODI3MTYwNSAwLjQxMDcxMjc1NywtMC4wMzExMTExMTExIDAuMjU0OTI2NzQ5LDAuMDUyMzQ1Njc5IEMwLjA5ODY3OTgzNTQsMC4xMzYyOTYyOTYgNC42MDkwNTM1M2UtMDUsMC4zMDY2NjY2NjcgNC42MDkwNTM1M2UtMDUsMC40OTM4MjcxNiBMNC42MDkwNTM1M2UtMDUsOS4zODI3MTYwNSBDNC42MDkwNTM1M2UtMDUsOS41Njk4NzY1NCAwLjA5ODY3OTgzNTQsOS43NDA3NDA3NCAwLjI1NDkyNjc0OSw5LjgyNDY5MTM2IEMwLjMxOTkxNDQwMyw5Ljg1OTI1OTI2IDAuMzkwODkzODI3LDkuODc2NTQzMjEgMC40NjA5NTE0NCw5Ljg3NjU0MzIxIEMwLjU1ODY2MzM3NCw5Ljg3NjU0MzIxIDAuNjU1OTE0NDAzLDkuODQzNDU2NzkgMC43Mzc0OTQ2NSw5Ljc3Nzc3Nzc4IiBpZD0iRmlsbC0xIj48L3BhdGg+IDwvZz4gPC9nPiA8L2c+IDwvZz4gPC9zdmc+);
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
	height: 13px;
	margin: 0 auto;
	margin-top: -2px;
	position: absolute;
	top: 15px;
	right: 0;
	left: 0;
	width: 13px;
}

.select2-container .select2-dropdown {
	background: none;
	border: none;
}

.select2-container .select2-dropdown .select2-results {
	border-radius: 4px;
	border: 1px solid var(--light-grey);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
	margin-top: 5px;
}

.select2-container ul.select2-results__options li,
.select2-container .select2-results__option[aria-selected=true] {
	background: #fff;
}

.select2.select2-container {
	width: 100% !important;
}

.select2-container .select2-selection {
	position: relative;
}

.select2.select2-container--open .selection .select2-selection {
	border-radius: 4px;
}

.select2-container .select2-dropdown--above {
	margin-top: -4px;
}

/* END Select Box Styles */

/** login form toggler **/

.hype--login-form-element.hype--login-type-links.hype--login-hide-login-form,
html[dir="rtl"] .hype--login-form-element.hype--login-type-links.hype--login-hide-login-form {
	margin: 15px 0 25px 0;
	width: 100%;
}

.hype--login-form-element.hype--login-type-links.hype--login-hide-login-form a {
	vertical-align: top;
}

.hype--login-form-element.hype--login-type-links.hype--login-hide-login-form span.user_icon {
	width: 17px;
	height: 17px;
	display: inline-block;
	background: url("../img/user_icon.png");
}

.hype--login-type-links a {
	font-size: 13px;
}

.hype--login-page-back-btn a,
.explanation a,
.hype--login-type-links a,
.hype--login-oauth-button,
.hype--login-explanation a {
	text-decoration: underline;
	display: inline-block;
}

#hype--pw-reset-link {
	text-decoration: none;
}

.hype--login-page-back-btn a:hover,
.explanation a:hover,
#hype--pw-reset-link:hover,
.hype--login-type-links a:hover,
.hype--login-oauth-button:hover,
#hype--legal-information a:hover {
	text-decoration: none;
	color: var(--dark-grey);
}

.hype--login-collapsed-form {
	display: none;
}

.hype--login-form-toggle-hide {
	display: none !important;
}

.hype--login-social-btns-container {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 30px;
	gap: 10px;
}

.hype--login-social-btn {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	text-align: left;
	padding: 0 5px;
	border: none;
	text-decoration: none;
	background-color: transparent;
	transition: box-shadow .25s ease-out, background-image .5s ease;
	width: 100%;
	color: var(--dark-grey);
}

.hype--login-social-btn:hover {
	box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .08);
}

.hype--login-social-btn-icon {
	width: 25px;
	color: var(--dark-grey);
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	background-size: 21px 21px;
}

html[dir="rtl"] .hype--login-social-btn-icon {
	margin-left: 18px;
	margin-right: 0;
}

.hype--login-social-btn_facebook .hype--login-social-btn-icon {
	background-image: url("../img/facebook-icon.svg");
	height: 24px;
}

.hype--login-social-btn_facebook:hover .hype--login-social-btn-icon {
	background-image: url("../img/facebook-icon-active.svg");
}

.hype--login-social-btn_yammer .hype--login-social-btn-icon {
	background-image: url("../img/yammer-icon.svg");
	height: 26px;
}

.hype--login-social-btn_yammer:hover .hype--login-social-btn-icon {
	background-image: url("../img/yammer-icon-active.svg");
}

.hype--login-social-btn_linkedin .hype--login-social-btn-icon,
.hype--login-social-btn_linkedin-openid-connect .hype--login-social-btn-icon {
	background-image: url("../img/linkedin-icon.svg");
	height: 26px;
}

.hype--login-social-btn_linkedin:hover .hype--login-social-btn-icon,
.hype--login-social-btn_linkedin-openid-connect:hover .hype--login-social-btn-icon {
	background-image: url("../img/linkedin-icon-active.svg");
}

.hype--login-social-btn_google .hype--login-social-btn-icon {
	background-image: url("../img/google-icon.svg");
	height: 24px;
	width: 24px;
}

.hype--login-social-btn_google:hover .hype--login-social-btn-icon {
	background-image: url("../img/google-icon-active.svg");
}

.hype--login-social-btn_twitter .hype--login-social-btn-icon {
	background-image: url("../img/twitter-icon.svg");
	height: 25px;
}

.hype--login-social-btn_saml .hype--login-social-btn-icon {
	background-image: url("../img/saml-icon.svg");
	height: 25px;
	min-width: 25px;
}

.hype--login-social-btn_twitter:hover .hype--login-social-btn-icon {
	background-image: url("../img/twitter-icon-active.svg");
}

.hype--login-social-btn_instagram .hype--login-social-btn-icon {
	background-image: url("../img/instagram-icon.svg");
	height: 26px;
}

.hype--login-social-btn_instagram:hover .hype--login-social-btn-icon {
	background-image: url("../img/instagram-icon-active.svg");
}

.hype--login-social-btn_microsoft .hype--login-social-btn-icon {
	background-image: url("../img/microsoft-icon.svg");
	height: 26px;
}

.hype--login-social-btn_microsoft:hover .hype--login-social-btn-icon {
	background-image: url("../img/microsoft-icon-active.svg");
}

.hype--login-social-label-container {
	display: flex;
	margin-top: 20px;
	margin-bottom: 20px;
	align-items: center;
}

.hype--login-social-label {
	padding: 10px 15px;
}

.hype--login-social-bar {
	display: inline-block;
	height: 1px;
	width: 100%;
	background-color: #eeeeee;
}

.hype--login-separator {
	display: block;
	position: relative;
	margin: 55px 0 50px 0;
}

.hype--login-separator:before {
	content: '';
	display: block;
	background-color: #eeeeee;
	width: 100%;
	height: 1px;
}

.hype--left-aligned-with-text-in-sidebar-layout .hype--login-form-title,
.hype--centered-layout .hype--login-form-title {
	margin-bottom: 0;
}

.hype--left-aligned-with-text-in-sidebar-layout .hype--login-teaser-description *,
.hype--left-aligned-with-text-in-sidebar-layout .hype--login-welcome *,
.hype--centered-layout .hype--login-teaser-description *,
.hype--centered-layout .hype--login-welcome * {
	font-size: 14px;
	line-height: 21px;
}

.hype--left-aligned-with-text-in-sidebar-layout .hype--login-teaser-content,
.hype--centered-layout .hype--login-teaser-content {
	padding-bottom: 10px;
}

.hype--left-aligned-with-text-in-sidebar-layout .hype--login-teaser-content-wrapper {
	display: none;
}

.hype--left-aligned-layout .hype--login-teaser-content {
	color: #fff;
}

.hype--centered-layout .hype--login-form {
	background: transparent;
	z-index: 1;
}

.hype--centered-layout .hype--login-teaser {
	position: absolute;
	width: 100%;
}

.hype--centered-layout .hype--login-form-content {
	padding: 32px 40px;
	background-color: white;
	max-width: 600px;
	overflow-y: auto;
	width: 100%;
}

.hype--centered-layout .hype--login-section.hype--login-form {
	width: 100%;
	padding: 0;
}

.hype--centered-layout .hype--login-teaser-content-wrapper {
	display: none;
}

.hype--centered-layout .hype--login-page-back-btn {
	position: absolute;
	left: 45px;
	top: 30px;
}

.hype--centered-layout .hype--login-page-back-btn a {
	background-color: white;
	height: 40px;
	width: 40px;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	border-radius: 50%;
}

.hype--centered-layout .hype--go-back {
	height: 40px;
	width: 40px;
	position: relative;
	display: block;
}

.hype--centered-layout .hype--go-back::before {
	border-color: var(--dark-grey-with-alpha);
	border-style: solid;
	border-width: 0 0 2px 2px;
	content: "";
	display: block;
	height: 6px;
	left: 14px;
	position: absolute;
	width: 6px;
	margin-top: -3px;
	top: 50%;
	transition: left 0.1s;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.hype--centered-layout .hype--go-back::after {
	background: var(--dark-grey-with-alpha);
	content: "";
	display: block;
	height: 2px;
	left: 15px;
	position: absolute;
	top: 50%;
	width: 11px;
	transition: left 0.1s;
}

.hype--centered-layout #logo {
	margin-bottom: 25px;
}

.hype--go-back-text {
	display: none;
}

@media (min-width: 768px) {
	.hype--go-back-text {
		display: inline-block;
		margin-inline-start: 3px;
	}
}

.hype--centered-layout .hype--login-teaser-content {
	padding-bottom: 10px;
}

#hype--nav-tab-wrapper {
	position: relative;
}

#hype--nav-tabs {
	position: relative;
	margin-left: 0;
	margin-bottom: 20px;
	list-style: none;
	display: flex;
	gap: 10px;
	overflow: hidden;
}

.hype--nav-tab-item {
	border: none;
	margin: 0;
	padding: 10px 0;
	background-color: white;
	color: var(--dark-grey-with-alpha);
	font-size: 14px;
	line-height: 20px;
	transition: none;
	outline-offset: -3px;
}

.hype--nav-tab-item span {
	white-space: nowrap;
	max-width: 200px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
}

.hype--nav-tab-item.hype--active-tab {
	font-weight: 700;
	color: var(--dark-grey);
}

.hype--nav-tab-item:hover, .hype--nav-tab-item:focus {
	cursor: pointer;
	color: var(--dark-grey);
}

#hype--nav-tab-border {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #eee;
	z-index: 1;
}

#hype--nav-tab-controls {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 100%;
}

#hype--nav-tab-slide-to-left,
#hype--nav-tab-slide-to-right {
	position: absolute;
	border: none;
	outline: none;
	background: rgb(255, 255, 255);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
	height: 100%;
	cursor: pointer;
	display: none;
	padding: 0;
	width: 40px;
	justify-content: end;
	align-items: center;
	z-index: 1;
}

#hype--nav-tab-slide-to-left {
	left: 0;
	transform: rotate(180deg);
}

#hype--nav-tab-slide-to-right {
	right: 0;
}

#hype--nav-tab-slider {
	display: inline-block;
	width: 30px;
	height: 1px;
	border-radius: 0;
	background-color: var(--dark-grey);
	position: absolute;
	z-index: 2;
	bottom: 0;
	transition: all .2s linear;
}

#hype--nav-tab-overflow-shadow {
	position: absolute;
	right: -5px;
	height: 100%;
	box-shadow: 0 0 20px 20px #fff;
	z-index: 3;
	width: 5px;
}

.hype--login-tab-pane {
	display: none;
}

.hype--centered-layout .hype--login-form-content::-webkit-scrollbar,
.hype--login-section::-webkit-scrollbar {
	background-color: transparent;
	height: 7px;
	width: 7px;
}

.hype--centered-layout .hype--login-form-content::-webkit-scrollbar-button,
.hype--login-section::-webkit-scrollbar-button {
	display: none;
}

.hype--centered-layout .hype--login-form-content::-webkit-scrollbar-thumb,
.hype--login-section::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.44);
	border-radius: 16px;
}

.hype--centered-layout .hype--login-form-content::-webkit-scrollbar-track,
.hype--login-section::-webkit-scrollbar-track {
	background-color: transparent;
}

@media (max-width: 1200px) {
	.hype--centered-layout .hype--login-page-back-btn {
		left: 30px;
	}

	.hype--centered-layout .hype--login-form-content {
		width: 100%;
		margin: 0;
		max-width: 100%;
	}

	.hype--centered-layout #logo {
		margin-top: 50px;
	}

	.hype--centered-layout .hype--login-teaser-content {
		margin: 0;
	}
}

.hype--left-aligned-layout .hype--login-page-back-btn a,
.hype--left-aligned-with-text-in-sidebar-layout .hype--login-page-back-btn a {
	text-decoration: none;
}

.hype--left-aligned-layout .hype--go-back,
.hype--left-aligned-with-text-in-sidebar-layout .hype--go-back {
	height: 12px;
	width: 30px;
	position: relative;
	display: inline-block;
}

.hype--left-aligned-layout .hype--go-back::before,
.hype--left-aligned-with-text-in-sidebar-layout .hype--go-back::before {
	border-color: var(--dark-grey-with-alpha);
	border-style: solid;
	border-width: 0 0 2px 2px;
	content: "";
	display: block;
	height: 6px;
	left: 14px;
	position: absolute;
	width: 6px;
	margin-top: -3px;
	top: 50%;
	transition: left 0.1s;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.hype--left-aligned-layout .hype--go-back::after,
.hype--left-aligned-with-text-in-sidebar-layout .hype--go-back::after {
	background: var(--dark-grey-with-alpha);
	content: "";
	display: block;
	height: 2px;
	left: 15px;
	position: absolute;
	top: 50%;
	width: 11px;
	transition: left 0.1s;
}

#hype--legal-information {
	display: flex;
	justify-content: center;
	gap: 10px;
	padding-bottom: 30px;
}

#hype--legal-information a {
	text-decoration: none;
}