:root {
	/* --io-title: Arial, Helvetica, sans-serif; */
	--io-title: Roboto, sans-serif;
	--theme-dark: #2B2D31;
	--theme-light: #F3F3F3;
	--theme-tertiary: #F6AE3D;
}

.alert-dismissible {
	position: absolute;
	z-index: 10000;
	top: 20px;
	left: 20px;
	right: 20px;
	width: auto;
}

.fpimage {
	position: relative;
	padding-bottom: 20px;
}

.fpimage span {
	position: absolute;
	top: 8px;
	right: 8px;
}

.fpimage input {
	display: none;
}

.page-single-site .profile-ud-value select,
.page-single-site input.profile-ud-value,
.page-single-site textarea.profile-ud-value {
	text-align: left;
	font-weight: normal;
	border: 1px solid #dbdfea;
	color: #333;
}

/* Sites: improve config usability on mobile */
.page-single-site .site-tabs {
	flex-wrap: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.page-single-site .site-tabs .nav-link {
	white-space: nowrap;
}

@media (max-width: 575.98px) {
	.page-single-site .site-config-actions {
		position: sticky;
		bottom: 0;
		z-index: 1020;
		background: rgba(245, 246, 250, 0.98);
		border-top: 1px solid #e5e9f2;
		padding: 0.75rem;
	}
}

@media (max-width: 575.98px) {
	.page-pmc-single .pmc-actions {
		position: sticky;
		bottom: 0;
		z-index: 1020;
		background: rgba(245, 246, 250, 0.98);
		border-top: 1px solid #e5e9f2;
		padding: 0.75rem;
	}
}

.page-single-site .profile-ud-value select,
.page-single-site input.profile-ud-value:disabled,
.page-single-site textarea.profile-ud-value:disabled {
	border: 1px solid #fff;
	background: none;
	color: #333;
}

.form-control[type="color"] {
	width: 80px;
}

/* Quick Search Styles */
#quick-search {
	position: relative;
	margin-top: 10px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 4px;
	padding: 8px;
}

.quick-search-input {
	margin-bottom: 5px;
}

#quick-search-input {
	background: rgba(255, 255, 255, 0.1) !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	color: #fff !important;
}

#quick-search-input::placeholder {
	color: rgba(255, 255, 255, 0.7) !important;
}

.quick-search-results {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #ffffff;
	border: 1px solid #dbdfea;
	border-radius: 4px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	max-height: 300px;
	overflow-y: auto;
	z-index: 1000;
	display: none;
}

.search-section-header {
	background: #f5f6fa;
	padding: 8px 12px;
	font-size: 12px;
	font-weight: 600;
	color: #526484;
	text-transform: uppercase;
	border-bottom: 1px solid #e3e7fe;
}

.search-result-item {
	display: block;
	padding: 10px 12px;
	border-bottom: 1px solid #e3e7fe;
	color: #526484;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.search-result-item:hover,
.search-result-item.selected {
	background-color: #f5f6fa;
	color: #526484;
	text-decoration: none;
}

.search-result-item:last-child {
	border-bottom: none;
}

.search-result-name {
	font-weight: 600;
	font-size: 14px;
	color: #364a63;
	margin-bottom: 2px;
}

.search-result-meta {
	font-size: 12px;
	color: #8094ae;
}

.search-no-results {
	padding: 15px 12px;
	text-align: center;
	color: #8094ae;
	font-style: italic;
}

/* Updates */
.user-assistance {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 5px;

}

.user-assistance a {
	opacity: 1;
	transition: opacity 0.3s ease;
}

.user-assistance a:hover,
.user-assistance a:focus-visible {
	text-decoration: underline;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.bg-lighter:has(.user-page) {
	background-color: var(--theme-light) !important;
}

.user-page .logo-dark {
	max-height: 65px;
}

.user-page button {
	border-radius: 0 !important;
}

.user-page input {
	border-radius: 0 !important;
}

@media (min-width: 768px) {
	.user-page .logo-dark {
		max-height: 100px;
	}
}

.user-page .nk-auth-body {
	padding-bottom: 0.5rem;
}

.user-page:not(.privacy-terms-page) .nk-auth-body h1,
.user-page:not(.privacy-terms-page) .nk-auth-body h2,
.user-page:not(.privacy-terms-page) .nk-auth-body h3,
.user-page:not(.privacy-terms-page) .nk-auth-body h4,
.user-page:not(.privacy-terms-page) .nk-auth-body h5,
.user-page:not(.privacy-terms-page) .nk-auth-body h6,
.user-page:not(.privacy-terms-page) .nk-auth-body p,
.user-page:not(.privacy-terms-page) .nk-auth-body span,
.user-page:not(.privacy-terms-page) .nk-auth-body a,
.user-page:not(.privacy-terms-page) .nk-auth-body label,
.user-page:not(.privacy-terms-page) .nk-auth-body .link-primary {
	color: var(--theme-dark) !important;
}

.user-page:not(.privacy-terms-page) .nk-auth-body h1,
.user-page:not(.privacy-terms-page) .nk-auth-body h2,
.user-page:not(.privacy-terms-page) .nk-auth-body h3,
.user-page:not(.privacy-terms-page) .nk-auth-body h4,
.user-page:not(.privacy-terms-page) .nk-auth-body h5,
.user-page:not(.privacy-terms-page) .nk-auth-body h6 {
	text-align: center;
	font-family: var(--io-title) !important;
	font-weight: 500;
}

.privacy-terms-page .nk-auth-body h1,
.privacy-terms-page .nk-auth-body h2,
.privacy-terms-page .nk-auth-body h3,
.privacy-terms-page .nk-auth-body h4,
.privacy-terms-page .nk-auth-body h5,
.privacy-terms-page .nk-auth-body h6 {
	font-family: var(--io-title) !important;
	/* font-weight: 400; */
}

.privacy-terms-page .nk-auth-body h3 {
	margin-bottom: 30px;
}

.privacy-terms-page .nk-auth-body h5:has(+p) {
	margin-bottom: 20px;
}

.privacy-terms-page a {
	color: #1F3FD1 !important;
}

.privacy-terms-page a:hover,
.privacy-terms-page a:focus-visible {
	text-decoration: underline;

}

.privacy-terms-page .nk-auth-body h5+p {
	margin-bottom: 20px;
}

.user-page:not(.privacy-terms-page) .nk-auth-body h5 {
	font-size: 2.0rem;
	font-weight: 600;
	margin: 20px 0 20px;
}



.user-page:not(.privacy-terms-page) .nk-auth-body p {
	text-align: center;
}

.user-page .nk-split.nk-split-page {
	min-height: 100vh;
	width: 100%;
	justify-content: center;
	align-items: center;
	max-width: 1400px;
	margin: 0 auto;
}

.user-page .nk-auth-container {
	width: 100%;
	min-height: 100vh;
	justify-content: space-between;
	background: transparent !important;
}

.user-page .nk-auth-body {
	max-width: unset;
	margin: 0;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.user-page .nk-auth-footer {
	display: flex;
	padding: 0 20px 20px;
	margin: 0;
	flex-grow: 0;
	flex-direction: column;
	align-items: center;
	text-align: center;
	max-width: unset;
	gap: 10px;
}

.user-page .nk-auth-footer .mt-3 {
	margin-top: 0 !important;
}

.user-page .nav-link {
	padding: 0;
	color: #1F3FD1;
}

.user-page .nav-link:hover,
.user-page .nav-link:focus-visible {
	color: #1F3FD1;
	text-decoration: underline;
}

/* Standard modern syntax */
.user-page input::placeholder {
	color: #c4c4c4 !important;
}

/* Chrome, Safari, Opera */
.user-page input::-webkit-input-placeholder,
.user-page textarea::-webkit-input-placeholder {
	color: #c4c4c4 !important;
}

/* Firefox 19+ */
.user-page input::-moz-placeholder,
.user-page textarea::-moz-placeholder {
	color: #c4c4c4 !important;
}

/* IE 10–11, Edge Legacy */
.user-page input:-ms-input-placeholder,
.user-page textarea:-ms-input-placeholder {
	color: #c4c4c4 !important;
}

.user-page .nk-auth-footer .nav {
	margin: 0 0 0 0;
	gap: 10px;
}


@media (min-width: 768px) {
	.user-page .nk-auth-footer {
		flex-direction: row;
		justify-content: space-between;
	}
}

.user-page .brand-logo.pb-5 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.user-page .pb-5 {
	padding-bottom: 1.5rem !important;
}

.user-page .nk-block:has(.login-group-outer),
.user-page .nk-block:has(.forgot-group-outer),
.user-page .nk-block:has(.signup-group-outer) {
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.login-group-outer,
.forgot-group-outer,
.signup-group-outer {
	/* flex-grow: 1; */
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;

	/* background-image: url("/assets/images/backgrounds/login_bg.jpg"); */
	background-size: cover;
	background-position: center;
}

.login-group,
.forgot-group,
.signup-group {
	/* background-color: #2B2D31e1; */
	/* backdrop-filter: blur(5px); */
	padding: 0px 20px 20px;
	border-radius: 92px;
	width: 100%;
	max-width: 600px;
}

.login-group label,
.forgot-group label,
.signup-group label {
	display: block;
}

.login-group input,
.forgot-group input,
.signup-group input {
	background-color: #FFF !important;
	color: var(--theme-dark) !important;
	border: none;
}


.user-page .btn-primary {
	display: block;
	background-color: #fff;
	color: #505065;
	margin: 50px auto 0;
	border-radius: 18px;
	border: none;
	padding: 15px 30px;
	width: 100%;
	max-width: 200px;
	transition: all 0.3s ease;
}

.user-page .btn-primary:hover,
.user-page .btn-primary:focus-visible {
	background-color: #F6AE3D;
	color: var(--theme-dark);
}

.user-page .nav-link {
	color: var(--theme-dark) !important;
}