/* Version 1.0.4 */

body {
	opacity: 0;
	overflow-x: hidden;
	padding-top: 0;
}

/* Top Navbar */
#sgs-secondary-navbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	padding: 12px 24px;
	box-sizing: border-box;
	height: 60px;
	border-radius: 24px;
	z-index: 10002;
	position: relative;
}

body:not(.home-page) #sgs-secondary-navbar {
	margin: 20px 20px 35px;
	background: #fff !important;
	border: 1px solid #e0e0e0 !important;
	box-shadow: none;
}

body.home-page #sgs-secondary-navbar {
	margin: 8px 12px 120px;
	background: #fff !important;
	border: none !important;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
}

.navbar-left {
	display: flex;
	align-items: center;
	gap: 12px;
}

.navbar-right {
	display: flex;
	align-items: center;
	gap: 10px;
}

.navbar-brand {
	text-decoration: none;
	display: flex;
	align-items: center;
}

.navbar-brand img {
	height: 32px;
	width: auto !important;
	max-width: 200px;
	object-fit: contain;
}

.navbar-menu-toggle {
	cursor: pointer;
	padding: 6px;
	border-radius: 6px;
	transition: all 0.2s ease;
	color: #414651;
}

.navbar-menu-toggle:hover {
	background-color: rgba(0, 0, 0, 0.05);
	color: var(--Primary-900);
}

.navbar-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 16px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.2s ease;
	white-space: nowrap;
}

.navbar-btn i.material-icons {
	font-size: 18px;
}

.navbar-btn-outline {
	border: 1px solid #d5d7da;
	color: #414651;
	background: #fff;
}

.navbar-btn-outline:hover {
	border-color: var(--Primary-900);
	color: var(--Primary-900);
	text-decoration: none;
}

.navbar-btn-filled {
	border: 1px solid var(--Primary-900);
	background: var(--Primary-900);
	color: #fff;
}

.navbar-btn-filled:hover {
	opacity: 0.9;
	text-decoration: none;
	color: #fff;
}

.zoomContainer {
	height: 0 !important;
	overflow: visible !important;
}

.zoomWindowContainer,
.zoomWindow {
	display: none !important;
}

body.sgs-ready {
	opacity: 1;
	transition: opacity 0.2s ease;
}

:root {
	--Primary-900: #702b9e;
	--Primary-800: #8a3cbf;
	--Primary-700: #a14ddc;
	--Secondary-900: #161719;
	--Secondary-800: #41464b;
	--Secondary-700: #6b7178;
}

@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url('https://fonts.gstatic.com/s/materialicons/v118/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2') format('woff2');
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	font-feature-settings: 'liga';
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
}


#mainNav .nav {
	display: none;
}

#docsSearch {
	background: none;
	border: none;
	margin-top: 0;
	display: inline-block;
	position: relative;
	width: 100%;
	margin-bottom: 10%;
}

.main-button {
	background: var(--Primary-900) !important;
	display: flex;
	align-items: center;
	color: #fff !important;
	text-align: center !important;
	text-decoration: none !important;
	transition: all 0.3s ease;
}

.main-button:hover {
	opacity: 0.9;
}

.secondary-button {
	color: #414651 !important;
	text-align: center !important;
	text-decoration: none !important;
	border-radius: 100px !important;
	border: 1px solid #e0e0e0 !important;
	background: #fff !important;
	box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05) !important;
	transition: all 0.3s ease;
	border: 1px solid var(--Gray-300, #d5d7da);
	display: flex;
	align-items: center;
}

.secondary-button i.material-icons {
	color: #6c757d;
}

.secondary-button:hover {
	opacity: 0.9;
	color: #414651;
}

.btn-rounded {
	border-radius: 100px !important;
}

#sgs-side-menu .menu-header {
	padding: 0.5rem 1rem;
}

body.home-page .brand img,
#sgs-side-menu .brand-menu img {
	max-height: 44px;
	object-fit: contain;
	width: 100%;
}

.crossed-out {
	text-decoration: line-through;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
	margin-bottom: 40px;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#main-content {
	background: none;
	margin-bottom: 0px;
	padding: 0px 0 0 0px;
}

.contentWrapper {
	border: none;
	background: none;
	padding: 0;
	display: flex;
	flex-direction: column;
}

#sidebar {
	padding: 2em;
	border: 1px solid #e6e9ec;
	background-color: #ffffff;
}

.articleRatings {
	box-shadow: none;
}

.main-app {
	text-align: center;
	width: 100%;
	background: #ffffff;
	box-shadow: none;
	border: 1px solid #e6e9ec;
	margin-bottom: 0px !important;
	padding-left: 0px !important;
	padding-bottom: 0px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	cursor: pointer;
}

.main-app .app-container .app {
	font-size: 2rem;
	text-align: center;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	opacity: 0.9;
	color: var(--Primary-900);
	background: #fff;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.main-app .app-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
	border-radius: 100%;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: var(--Primary-900);
}

#contentArea .main-app[id^='collection'] {
	transition: all 0.3s ease;
}

#contentArea .main-app[id^='collection']:hover {
	border: 1px solid var(--Primary-900);
}

.collection-category .category-list {
	display: none;
}

.batch-total {
	display: flex;
	padding: 2px 8px;
	justify-content: center;
	align-items: center;
	border-radius: 16px;
	background: rgba(222, 205, 233, 0.3);
	color: var(--Primary-700) !important;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
	width: fit-content;
	margin: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}

.collection-category h2 {
	padding: 32px 0px;
}

.collection-category h2 a:hover {
	text-decoration: none;
	border-bottom: none;
}

.collection-category h2 a {
	color: #333;
	font-size: 24px;
}

.collection-category {
	width: unset;
}

body.home-page #searchBar button,
body.search-page #searchBar button {
	border: none;
	text-transform: none;
	vertical-align: middle;
	-webkit-tap-highlight-color: transparent;
	padding: 0 1.5em;
	height: 40px;
	position: absolute;
	top: 33px;
	right: 10px;
	box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
}

@media (max-width: 500px) {
	#searchBar button {
		top: 28px;
		width: 40px !important;
		height: 40px !important;
	}

	#searchBar button i {
		right: 32px !important;
	}
}

#searchBar button:hover {
	background-color: #702b9e;
}

#mainNav nav ul li a {
	text-decoration: none;
	color: #313435;
	font-size: 18px;
	position: relative;
	padding: 10px;
}

#mainNav nav ul li a i {
	color: #702b9e;
	position: absolute;
	left: -10px;
	top: 16px;
	font-size: 18px;
}

.navbar .nav {
	top: 16px;
	right: 40px;
}

#mainNav nav ul li {
	padding-left: 8px;
}

.blur-container {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	font-size: 15px;
	overflow-x: hidden;
	color: #626a70;
	font-weight: 400;
}

.blur-container h2 {
	color: #333;
	line-height: 45px;
	font-size: 30px;
}

.blur-container .required label:after {
	content: '*';
	color: red;
}

.blur-container #unlock-pricing {
	font-size: 1em;
	font-weight: 400;
	margin: 0 auto;
	display: inherit;
	margin-top: 30px;
	background: #702b9e;
	color: #f5f3f3;
	border-radius: 0.1rem;
	padding: 12px 25px;
}

.blur-container #unlock-pricing:focus {
	outline: none;
	cursor: not-allowed;
	opacity: 0.65;
}

.blur-container .alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.blur-container .alert {
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.blur-container .contact-form label {
	margin-top: 1.2em;
	margin-bottom: 0.5em;
	float: none;
	font-weight: 700;
	display: block;
	font-size: 15px;
}

.blur-container .contact-form .form-control {
	height: 20px;
	padding: 14px 7px;
	border-radius: 0;
	font-size: 15px;
	box-shadow: none;
	border: 1px solid #e0ecf5;
}

.blur-container .captcha-container {
	margin-top: 15px;
}

.blur-parent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}

.blur {
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	-o-filter: blur(5px);
	filter: blur(8px);
}

.white-back-drop {
	background: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	opacity: 0.85;
}

.top-drop {
	position: relative;
	max-width: 560px;
	margin: 0 auto;
	padding-top: 10%;
}

#sidebar {
	display: none;
}

#top-navigation {
	margin-top: 0px;
}

#top-navigation button {
	height: 50px !important;
}

#top-navigation button:hover {
	background-color: #702b9e !important;
}

#top-navigation h3 {
	display: none;
}

#top-navigation li {
	float: left;
	font-size: 18px;
	line-height: 1.35;
	margin: 0px;
}

#searchBar {
	margin-bottom: 50px;
}

#top-navigation #searchBar {
	margin-bottom: 15px;
}

#top-navigation .nav-list {
	background: #e9e8f2;
	padding: 0px;
	height: 45px;
}

#top-navigation a {
	padding: 12px !important;
	margin: 0px !important;
	color: #555555 !important;
	text-shadow: none !important;
}

#top-navigation .icon-arrow:before {
	color: #fff !important;
}

#top-navigation .active a,
#top-navigation .active a:hover,
#top-navigation .active a:focus {
	background-color: #712a9e !important;
	color: #fff !important;
}

#top-navigation li a:hover,
#top-navigation li a:focus {
	text-decoration: none;
	background-color: #712a9e;
	color: #fff !important;
}

#top-navigation .icon-arrow {
	display: none;
}

#top-navigation .active {
	color: #fff;
}

#search-icon {
	float: right !important;
}

#search-icon i {
	padding: 15px;
	background: #712a9e;
	display: block;
	color: #fff;
}

#search-icon i:hover {
	cursor: pointer;
}

#fullArticle .title {
	margin-bottom: 10px;
}

#fullArticle .callout-blue,
#fullArticle .callout-yellow,
#fullArticle .callout-red {
	margin-bottom: 10px;
	padding: 20px 10px;
}

#fullArticle .callout-blue p,
#fullArticle .callout-yellow p,
#fullArticle .callout-red p {
	margin-left: 35px;
}

.collection-content {
	padding: 30px;
	max-width: 900px;
	min-width: 0;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.articleList {
	list-style: none;
	padding: 0;
	margin: 0;
}

.articleList li {
	font-size: 16px !important;
	border-bottom: 1px solid #f0f0f0;
}

.articleList li:last-child {
	border-bottom: none;
}

.articleList li a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 8px;
	text-decoration: none;
	color: #333;
	font-weight: 450;
	transition: all 0.15s ease;
	border-radius: 8px;
}

.articleList li a:hover {
	background-color: #f9f5ff;
	color: var(--Primary-800);
	text-decoration: none;
}

.articleList li a:hover i {
	color: var(--Primary-800);
}

#searchBar button {
	font-size: 18px !important;
}

#center-navigation {
	width: 100%;
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	margin-top: 10px;
}

#center-navigation h3 {
	display: none;
	font-size: 3em;
	font-weight: 400;
	margin-bottom: 20px;
}

#center-navigation li {
	float: left;
	text-decoration: none;
	padding: 0px 15px;
	font-weight: 500;
	transition: all 0.1s ease;
	margin-top: 10px;
	border-bottom: 2px solid #e9eaeb;
}

#center-navigation .nav-list .active {
	border-bottom: 2px solid #5a2d93;
	background-color: #f9f2fa;
}

#center-navigation .nav-list {
	padding: 0px;
}

#center-navigation li a i {
	display: none;
	font-weight: 400;
	font-size: 18px;
}

#center-navigation li:hover {
	background-color: #f9f2fa;
}

.articleRatings {
	margin-top: 20px;
	border: none;
}

.articleRatings-question {
	font-size: 18px;
	font-weight: 900;
	color: #000;
}

#fullArticle {
	line-height: 1em !important;
	max-width: 900px;
	margin: 0 auto;
}

.message {
	display: flex;
	padding: 16px;
	border-radius: 8px;
	align-items: flex-start;
	margin-bottom: 16px !important;
	margin-top: 16px !important;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-left: 4px solid #e5e7eb;
	gap: 12px;
}

.message-icon {
	margin-bottom: 0px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.message-icon span {
	font-size: 22px;
}

.message-content {
	flex-grow: 1;
	margin-bottom: 0px !important;
}

/* Information */
.information {
	border-left-color: #3b82f6;
}

.information .message-icon {
	color: #3b82f6;
}

/* Warning */
.warning {
	border-left-color: #f59e0b;
}

.warning .message-icon {
	color: #f59e0b;
}

/* Error */
.error {
	border-left-color: #ef4444;
}

.error .message-icon {
	color: #ef4444;
}

/* Tip */
.tip {
	border-left-color: #8b5cf6;
}

.tip .message-icon {
	color: #8b5cf6;
}

/* Question */
.question {
	border-left-color: #6b7280;
}

.question .message-icon {
	color: #6b7280;
}

/* Discussion */
.discussion {
	border-left-color: #f97316;
}

.discussion .message-icon {
	color: #f97316;
}

/* Exercise */
.exercise {
	border-left-color: #14b8a6;
}

.exercise .message-icon {
	color: #14b8a6;
}

#fullArticle h3 {
	margin: 0px;
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 8px;
	margin-top: 8px;
	line-height: 32px;
}

#fullArticle p {
	font-size: 18px !important;
	margin-bottom: 0px !important;
	margin-top: 15px !important;
	line-height: 32px;
}

#fullArticle ul {
	font-size: 18px;
	line-height: 24px;
	margin-left: 30px;
	margin-bottom: 0px;
}

#fullArticle li {
	font-size: 18px;
}

#fullArticle #edit-article,
#fullArticle .printArticle {
	color: #702b9e;
}

.navbar .brand {
	padding: 0px !important;
}

#fullArticle .admin-edit {
	display: none !important;
}

#edit-dialog form label {
	display: block;
	margin: 10px 0 5px;
}

.ui-dialog {
	width: 80% !important;
	height: 80% !important;
	max-width: 80% !important;
	max-height: 80% !important;
	margin: 0;
	padding: 0;
}

.ui-dialog .ui-dialog-content {
	height: calc(100% - 50px) !important;
	/* Adjust based on dialog's button height */
	box-sizing: border-box;
	padding: 20px;
}

#edit-dialog form label {
	display: block;
	margin: 10px 0 5px;
}

#edit-dialog form input[type='text'],
#edit-dialog form textarea {
	width: 100%;
}

.ui-dialog .ui-dialog-buttonpane {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
}

#edit-dialog form {
	padding: 0px 20px 0px 5px;
}

.ui-dialog-titlebar {
	background: none;
	outline: none;
	border: none;
}

.navbar .navbar-inner {
	background: none;
	box-shadow: none;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 25px;
}

body.home-page .navbar .navbar-inner {
	display: flex;
	padding: 16px 32px;
	align-items: center;
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(100px);
	margin: auto;
}

@media (min-width: 770px) {
	img.max-width-image {
		max-width: 750px;
	}

	body.home-page .navbar .navbar-inner {
		width: 90%;
	}
}

.header-section-wrap {
	background: linear-gradient(101deg, #e4e1f8 24.3%, #dee8fa 76.03%);
}

#searchBar .search-query {
	height: 60px;
	font-size: 18px;
	border-radius: 100px;
	padding: 8px 8px 8px 24px;
	border: 1px solid #e0e0e0;
	box-shadow: none !important;
}

body.search-page #searchBar button {
	top: 10px;
}

.search-page #main-content {
	flex: 1;
	background-color: #fafafa;
}

.search-page #serp {
	background-color: #fafafa;
}

.search-page #searchBar {
	padding: 0;
}

.search-page .search-query {
	box-shadow: 0px 26px 100px 0px rgba(7, 1, 20, 0.2) !important;
}

.search-page #serp .nada {
	text-align: center;
	padding: 24px;
	font-size: 24px;
}

#docsSearch h5.subheading {
	color: #000;
	text-align: center;
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	max-width: 800px;
	line-height: 36px;
	margin: auto;
}

#searchBar button {
	padding: 0px;
	width: 105px;
	padding-right: 5px;
}

#docsSearch h1 {
	font-size: 40px;
	font-weight: 500;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
}

.main-button,
.secondary-button {
	border: none;
	text-transform: none;
	vertical-align: middle;
	-webkit-tap-highlight-color: transparent;
	padding: 0 1.5em !important;
	position: relative;
	padding: 5px 20px !important;
	font-weight: 500;
	justify-content: center;
}

@media (min-width: 770px) {
	body.home-page #mainNav {
		padding-top: 40px;
	}
}

.nav>li>a:hover {
	background-color: transparent;
}

.contentWrapper h3 {
	font-weight: 400;
}

.contentWrapper p {
	color: #000;
}


.nav-list>li>a {
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 400;
}

.go-back-page {
	margin-top: 10px;
	margin-bottom: 10px;
}

.go-back-page a {
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: var(--Primary-900);
}

.go-back-page a:hover {
	color: var(--Primary-800);
	text-decoration: none;
}

.go-back-page a i {
	font-size: 20px;
	margin-right: 8px;
}

#categoryHead {
	margin-top: 20px;
}

#categoryHead h1 {
	font-size: 3em;
	font-weight: 400;
	margin-bottom: 20px;
	margin-top: 25px;
}

.nav-list>.active>a,
.nav-list>.active>a:hover {
	background: none;
	text-shadow: none;
	color: #5a2d93;
}

#fullArticle img {
	margin: 1em 0 1em 0;
	cursor: pointer;
}

.articleFoot {
	margin: 0px;
}

.articleFoot time.lu {
	text-align: center;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 18px;
}

#fullArticle [class^='icon-'] {
	margin-right: 4px;
	color: #8a8a8a;
}

#edit-article:hover {
	cursor: pointer;
}

#edit-article:hover,
#edit-article:hover i,
#copy-article-link:hover,
#copy-article-link:hover i {
	color: var(--Primary-900) !important;
}

.printArticle:hover,
.printArticle:hover i {
	color: var(--Primary-900) !important;
}

#copy-article-link {
	cursor: pointer;
	color: #8a8a8a;
	display: flex;
	align-items: center;
	gap: 4px;
}

#copy-article-link i {
	font-size: 18px;
	color: #8a8a8a !important;
}

#edit-article,
#copy-article-link {
	margin-bottom: 0px !important;
}

#edit-article i {
	font-size: 18px;
	float: left;
	color: #8a8a8a !important;
	margin-top: 1px;
	margin-right: 4px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #5a2d93;
	background: #5a2d93 !important;
}

#fullArticle .message-content p {
	margin-top: 0px !important;
}

.message-content {
	padding: 0;
}

a {
	color: #5a2d93;
	text-decoration: none;
}

.query-field {
	font-size: 18px !important;
}

.sgs-query div {
	font-size: 18px !important;
}

#table-of-contents {
	font-size: 18px;
	background-color: #fff;
	padding: 10px;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	max-width: 300px;
}

#table-of-contents li {
	margin-top: 10px;
	margin-bottom: 10px;
}

#table-of-contents .category {
	margin-top: 15px;
	display: inline-block;
	margin-bottom: 0px;
	font-weight: bold;
}

/* Breadcrumbs */
.breadcrumbs {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #717680;
	flex-wrap: wrap;
}

.breadcrumbs a {
	color: #717680;
	text-decoration: none;
	transition: color 0.2s ease;
}

.breadcrumbs a:hover {
	color: var(--Primary-900);
}

.breadcrumb-sep {
	color: #d5d7da;
}

.breadcrumb-current {
	font-weight: 500;
	color: #000;
}

/* Collection page title */
.collection-title-wrap {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 16px;
	margin-bottom: 8px;
}

.collection-title-wrap .batch-total {
	margin: 0;
}

.collection-title {
	font-size: 28px;
	font-weight: 700;
	margin: 0;
	color: #161719;
	line-height: 1.3;
}

/* Collection tabs */
.collection-tabs {
	display: flex;
	gap: 0;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 24px;
}

.collection-tab {
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 500;
	color: #565e64;
	text-decoration: none;
	transition: all 0.2s ease;
	white-space: nowrap;
	border-bottom: 2px solid #e9eaeb;
}

.collection-tab:hover {
	color: var(--Primary-800);
	background-color: #faf7fc;
	text-decoration: none;
}

.collection-tab.active {
	color: var(--Primary-900);
	border-bottom-color: var(--Primary-900);
	text-decoration: none !important;
}

/* Section title */
.section-title {
	font-size: 20px;
	font-weight: 500;
	color: #161719;
	margin-top: 8px;
	margin-bottom: 16px;
}

footer.secondary-footer .footer-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin: auto;
	padding: 16px;
	background-color: #fafafa;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	gap: 8px;
}

footer.secondary-footer .policies {
	display: flex;
	align-items: center;
	gap: 20px;
	text-decoration: none;
}

@media (max-width: 500px) {

	/* Mobile secondary footer*/
	footer.secondary-footer .footer-content {
		flex-direction: column-reverse;
		gap: 20px;
	}
}

a:focus,
a:hover {
	color: #5a2d93;
	text-decoration: underline;
}

body.home-page #contentArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin-top: -8%;
}

body.home-page {
	background-color: #f7f7f7;
}

/* Hide HelpScout's TOC on article and category pages (we build our own sidebar) */
body.article-page #table-of-contents-container,
body.category-page #table-of-contents-container {
	display: none !important;
}

@media (max-width: 1277px) {
	#table-of-contents-container {
		display: none;
	}
}

@media (min-width: 1600px) {
	body.home-page #contentArea {
		max-width: 52% !important;
	}
}

@media (min-width: 1024px) {
	body.home-page #contentArea>* {
		flex: 0 1 calc(33.333% - 20px);
	}
}

@media (max-width: 999px) {
	body.home-page #contentArea>* {
		flex: 0 1 calc(50% - 20px);
	}
}

@media (max-width: 600px) {
	body.home-page #contentArea {
		width: 70%;
	}

	body.home-page #contentArea>* {
		flex: 0 1 100%;
	}
}

@media (max-width: 600px) {
	#table-of-contents-container {
		display: none !important;
	}
}

@media (max-width: 770px) {
	#mainNav .nav-collapse nav {
		min-height: 160px;
	}

	footer.primary-footer h2.footer-title {
		font-size: 24px;
	}

	footer.primary-footer h5.footer-subtitle {
		font-size: 20px;
	}

	body.home-page #searchBar button {
		top: 27px;
	}

	#docsSearch h1 {
		font-size: 32px;
		line-height: normal;
		font-weight: 600;
	}

	#docsSearch h5.subheading {
		font-size: 18px;
		font-weight: 400;
		line-height: 28px;
	}
}

@media (max-width: 600px) {
	#mainNav .brand img {
		width: 80% !important;
	}
}

@media (max-width: 600px) and (max-width: 768px) {
	#mainNav .btn-navbar {
		top: 20px !important;
	}
}

@media (max-width: 768px) {
	#searchBar {
		width: unset !important;
	}

	body.home-page #docsSearch {
		margin: 0;
		margin-bottom: 5em;
	}

	body.home-page {
		padding: 0;
	}

	body.home-page .navbar {
		margin: 0;
	}
}

.container-fluid:after,
.container-fluid:before {
	display: none !important;
}

/* Home page */
body.home-page footer {
	display: flex;
	width: 100%;
	padding: 46px 0px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 64px;
	background: linear-gradient(95deg, #dee8fa 4.39%, #e4e1f8 49.93%, #dee8fa 80.43%), #fff;
	margin-top: 100px;
}

body.home-page footer .footer-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

body.home-page footer h2.footer-title {
	align-self: stretch;
	color: var(--Secondary-900, #161719);
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

body.home-page footer h5.footer-subtitle {
	align-self: stretch;
	color: var(--Secondary-700, #41464b);
	text-align: center;
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
}

body.home-page footer .join-btn {
	display: flex;
	margin: auto;
	padding: 12px 18px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	height: 32px;
	margin-top: 15px;
	font-size: 18px;
}

#sgs-side-menu.collapsed {
	transform: translateX(-100%);
}

#sgs-side-menu .menu-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	overflow: auto;
}

#sgs-side-menu #side-menu-table {
	flex: 1;
	overflow-y: auto;
	padding: 0;
}

#sgs-side-menu .menu-container {
	position: sticky;
	top: 0;
	height: 100dvh;
	background-color: #fff;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}


#sgs-side-menu .menu-search {
	padding: 1rem;
}

#sgs-side-menu .menu-search form {
	display: flex;
	align-items: center;
	border: 1px solid #d5d7da;
	border-radius: 8px;
	background: #fff;
}

#sgs-side-menu .menu-search form input {
	display: flex;
	align-items: center;
	border: 1px solid #d5d7da;
	border-radius: 8px;
	background: #fff;
	gap: 8px;
	margin: 12px 8px;
}

#sgs-side-menu .menu-search .search-icon {
	font-size: 20px;
	color: #717680;
	margin-left: 0.5rem;
}

#sgs-side-menu .menu-search input {
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	width: 100% !important;
	font-size: 14px;
	background: transparent !important;
	height: auto !important;
}

#sgs-side-menu form {
	position: relative;
}

#sgs-side-menu #search-query-results {
	position: absolute;
	top: 42px;
	width: 100%;
	border: 1px solid #d5d7da;
	background-color: white;
	max-height: 500px;
	overflow-y: auto;
	z-index: 1000;
	display: none;
	margin-top: 4px;
}

#sgs-side-menu #search-query-results.visible {
	display: block;
}

#sgs-side-menu #search-query-results .result {
	margin: 0 !important;
}

#sgs-side-menu #search-query-results .result li {
	padding: 4px 8px;
	cursor: pointer;
}

#sgs-side-menu #search-query-results .result li:hover,
#sgs-side-menu #search-query-results .result li:hover a {
	text-decoration: none !important;
	background-color: #f3edf7;
}

#sgs-side-menu #search-query-results .result li::marker {
	display: none;
}

#sgs-side-menu #menu-close {
	cursor: pointer;
}

.search-page #main-content {
	width: 100%;
}

.search-page .header-wrapper {
	border-bottom: 1px solid #e9eaeb;
}

.search-page .header-wrapper {
	position: sticky;
	top: 0;
	z-index: 1000;

	background: #fff;
	border-bottom: 1px solid #e9eaeb;
}

.search-page .header-wrapper .back-link-wrap {
	max-width: 1980px;
	width: 100%;
	margin: 0 auto;
	padding: 0 24px;
	box-sizing: border-box;
}

.search-page .go-back-page img {
	width: 150px;
}

.mini-logo {
	background-color: var(--Primary-900);
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	margin: auto;
}

.mini-logo img {
	width: 36px;
	display: block;
	margin: 8px;
}

.search-page {
	display: flex;
}

.search-page .brand-menu-mini {
	display: none;
}

.search-page .back-link-wrap {
	height: 73px;
}

.search-page .search-bar-wrapper {
	border-bottom: 1px solid #E5E7EB;
	background-color: #fff;
}

.search-page .search-bar {
	margin: auto;
	width: 100%;
	padding-bottom: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.search-page .search-bar h1 {
	font-size: 40px;
	font-weight: 500;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.search-page #searchBar {
	width: 60% !important;
}

.search-result-wrapper {
	width: 60%;
	margin: 0 auto;
	position: relative;
	display: none;
	margin-top: 12px;
	margin-bottom: 16px;
}


.search-result-wrapper.visible {
	display: block;
}

.search-result-wrapper .result {
	list-style: none;
	padding: 0;
	margin: 0;
}

.search-page .articleList {
	width: 60%;
	margin: 0 auto;
}



.search-page .articleList li {
	padding: 20px 0;
	margin: 0;
}

.search-page .articleList li:last-child {
	border-bottom: none;
}

.search-page .articleList li>a {
	display: flex !important;
	align-items: center !important;
	gap: 16px;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	color: #111827;
	border: none;
}

.search-page .articleList li>a i {
	flex-shrink: 0;
	font-size: 24px;
	margin-top: 4px;
	background-color: var(--Primary-900);
	color: #fff;
	border-radius: 100px;
	padding: 8px;
}

.search-page .articleList li>a:hover {
	color: #6B21A8;
}

.search-page .articleList li>p {
	margin-left: 26px;
	font-size: 14px;
	color: #6B7280;
	margin-bottom: 0 !important;
	line-height: 1.6;
}

.search-page .pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}

.search-page .pagination li {
	color: var(--Primary-900);
}

.search-page .pagination ul {
	display: flex;
	gap: 4px;
}

.search-page .pagination li:hover {
	color: var(--Primary-800);
}

.search-page .pagination li a {
	padding: 4px 8px;
	border: none;
	color: var(--Primary-900);
	border-radius: 4px;
	font-size: 16px;
	;
}

.search-page .pagination li:hover a {
	color: var(--Primary-900);
	background-color: #f3e2ff !important;
}


.search-page .pagination li.active a {
	color: #fff;
	background-color: var(--Primary-900);
}

.search-page .secondary-footer {
	display: flex;
}

.search-page .footer-content {
	max-width: 1928px;
	width: 100%;
	margin: 0 auto;
	border: none !important;
}

@media (max-width: 1280px) {
	#sgs-side-menu.open {
		width: 300px !important;
		min-width: 300px !important;
	}
}

@media (max-width: 1024px) {

	.search-page .container-fluid,
	.alternative-page .container-fluid {
		padding-inline: 0;
		padding: 0px;
		margin: 0px;
	}

	.alternative-page {
		flex-direction: column;
		height: 100vh;
		padding: 0;
	}

	.search-page {
		height: 100vh;
	}

	.search-page .container-fluid {
		width: 100%;
		display: flex;
	}

	.search-page .header-wrapper .back-link-wrap {
		display: flex !important;
	}

	.row-fluid {
		height: 100%;
		display: flex;
		flex-direction: column;
	}


	.search-page .brand-menu {
		display: none;
	}

	.search-page .brand-menu-mini {
		display: block;
	}

	.search-page .brand-menu-mini img {
		width: 36px;
		display: block;
	}

	.search-page #searchBar,
	.search-result-wrapper,
	.search-page .articleList {
		width: 80% !important;
	}

	#sgs-side-menu-mini {
		display: none;
	}

	#sgs-side-menu .menu-container {
		position: relative;
		z-index: 1;
	}

	#sgs-side-menu .menu-toggle.desktop {
		display: none;
	}

	.navbar-menu-toggle {
		display: none !important;
	}

	.navbar-right {
		display: none;
	}

	#sgs-side-menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 80% !important;
		max-width: 320px !important;
		height: 100%;
		z-index: 10003;
		transform: translateX(0);
		background-color: #fff;
		transition: transform 0.3s ease-in-out;
		/* Remove this for sidebar animation */
	}

	.sgs-overlay {
		position: fixed;
		inset: 0;
		background: rgba(0, 0, 0, 0.4);
		opacity: 0;
		pointer-events: none;
		z-index: 10002;
		transition: opacity 0.3s ease;
	}

	#sgs-side-menu:not(.collapsed)~.sgs-overlay,
	.sgs-overlay.active {
		opacity: 1;
		pointer-events: auto;
	}

	#sgs-side-menu .menu-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	#sgs-side-menu .menu-header img {
		width: 10rem;
	}

	#sgs-side-menu #search-query {
		padding: 10px;
		width: 90%;
	}

	#sgs-side-menu .menu-content form {
		padding: 0;
		margin: 0;
		width: 100%;
	}

	#contentArea #main-content .back-link-wrap {
		display: none;
	}

	#contentArea #main-content .collection-content {
		padding: 24px;
	}

	.modern-feedback-wrapper {
		padding: 1.5rem !important;
	}

	.join-community {
		margin: auto;
	}

}

@media (min-width: 1024px) {
	.sgs-overlay {
		display: none;
	}

	#sgs-side-menu form {
		margin: 0;
		width: 100%;
	}

	#sgs-side-menu input {
		padding: 0.5rem;
		width: 95%;
		box-sizing: border-box;
	}

	#sgs-side-menu {
		position: sticky;
		align-self: flex-start;
		top: 0;
		width: 300px;
		min-width: 300px;
		height: 100vh;
		background: #fff;
		border-right: 1px solid #e9eaeb;
		overflow: hidden;
		flex-shrink: 0;
		transition: width 0.3s ease-in-out, min-width 0.3s ease-in-out;
		/* Remove this for sidebar animation */
	}

	#sgs-side-menu.collapsed {
		width: 0px;
		min-width: 0px
	}

	#menu-toggle {
		display: none;
	}

	.navbar-right {
		display: flex;
	}

	#sgs-side-menu #menu-close {
		display: none;
	}

	#sgs-side-menu-mini {
		width: 75px;
		height: 100vh;
		background: #fff;
		border-right: 1px solid #e9eaeb;
		display: none;
		z-index: 2;
		position: sticky;
		align-self: flex-start;
		top: 0;
		overflow: hidden;
		flex-shrink: 0;
		box-sizing: border-box;
	}


	#sgs-side-menu-mini.open {
		display: none;
	}

	#sgs-side-menu-mini .mini-container {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 100%;
		width: 100%;
		padding-top: 16px;
		padding: 8px;
		box-sizing: border-box;
	}

	.mini-toggle {
		display: flex;
		justify-content: center;
		cursor: pointer;
		color: #5a2d93;
		height: 44px;
		width: 44px;
		align-items: center;
	}

	.mini-toggle:hover i {
		background-color: #f3edf7;
		border-radius: 4px;
	}



	.mini-collections {
		list-style: none;
		padding: 0;
		display: flex;
		flex-direction: column;
		margin: 0px;
		margin-top: 16px;
		gap: 12px;
		flex: 1;
	}

	.mini-collections li {
		width: 50px;
		height: 50px;
		margin: 0;
		border-radius: 10px;
		font-size: 16px;
		background: transparent;
		color: #5a2d93;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		position: relative;
		transition: all 0.2s ease;
	}

	.mini-collections li.active {
		background: var(--Primary-900);
		color: #fff;
	}

	.mini-collections li:hover {
		background: #5a2d93;
		color: #fff;
	}

	/* Tooltip */
	.mini-collections li::after {
		content: attr(data-label);
		position: absolute;
		left: 60px;
		background: #161719;
		color: #fff;
		padding: 6px 10px;
		font-size: 13px;
		border-radius: 6px;
		white-space: nowrap;
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.2s ease;
	}

	.mini-collections li:hover::after {
		opacity: 1;
	}


	.alternative-page .container-fluid,
	.search-page .container-fluid {
		flex: 1;
		max-width: unset;
		margin: 0;
		padding: 0;
	}

	.row-fluid {
		min-height: 100vh;
		display: flex;
		flex-direction: column;
	}
}

.alternative-page #main-content {
	flex: 1;
	float: none;
	background-color: #FAFAFA;
	margin: 0 !important;
}

.alternative-page .row-fluid {
	background-color: #fff;
	border-radius: 10px;
}

#sgs-side-menu .collapsible-category {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #161719;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration: none;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

#sgs-side-menu .collapsible-category:hover {
	background-color: #f7f7f7;
	border-radius: 8px;
}

#sgs-side-menu .category-item {
	padding: 0 0.7rem;
}

#sgs-side-menu .category-item a {
	padding: 0.5rem;
}

#sgs-side-menu .category-children-list {
	list-style: none;
	margin-left: 0.5rem;
	margin-top: 4px;
	margin-bottom: 4px;
}

#sgs-side-menu .category-children {
	border-left: 2px solid #e9eaeb;
	text-decoration: none;
	list-style-type: none;
	margin: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	transition: all 0.3s ease;
}

#sgs-side-menu .category-children:hover {
	background-color: #f7f7f7;
	border-radius: 0 8px 8px 0;
}

#sgs-side-menu .category-children.selected {
	border-left: 2px solid var(--Primary-900) !important;
}

#sgs-side-menu .category-children a {
	text-decoration: none;
	color: #565e64;
	display: flex;
	align-items: center;
	gap: 8px;
}

#sgs-side-menu .category-children a i.material-icons {
	font-size: 18px;
	flex-shrink: 0;
	padding-left: 0.5rem;
}

#sgs-side-menu .category-children a:hover {
	color: #161719;
}

#sgs-side-menu .collapsible-category.category-open {
	border-radius: 6px;
}

#sgs-side-menu .side-menu-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	width: 100%;
	padding: 16px;
	border-top: 1px solid #e9eaeb;
	flex-shrink: 0;
	box-sizing: border-box;
}

#sgs-side-menu.collapsed .side-menu-footer {
	padding: 0;
	border: none;
}

#sgs-side-menu .side-menu-footer .menu-toggle.desktop {
	margin-right: 1rem;
	cursor: pointer;
	transition: all 0.3s ease;
}


#sgs-side-menu .side-menu-footer .menu-toggle.desktop:hover {
	color: var(--Primary-800);
	background-color: #f3edf7;
	border-radius: 4px;
}

#sgs-side-menu .category-children.selected {
	background-color: #f3edf7;
	color: #161719;
}

#sgs-side-menu .category-children.selected a {
	color: var(--Primary-900);
	font-weight: 500;
}


.feedback-container .articleRatings {
	background: none;
	margin: 0;
	padding: 0;
	flex-direction: column;
	gap: 1rem;
	width: 50%;
	align-items: flex-start;
}

.feedback-container .articleRatings .rateAction {
	scale: 1.5;
}

.feedback-container .articleRatings .articleRatings-actions {
	display: flex;
	justify-content: space-between;
	width: 80px;
}

/* Article feedback */
.article-feedback {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.article-feedback .feedback-question {
	font-size: 15px;
	font-weight: 500;
	color: #333;
	margin: 0;
}

.article-feedback .feedback-actions {
	display: flex;
	gap: 12px;
}

.article-feedback .feedback-btn {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 8px 16px;
	border: 1px solid #d5d7da;
	border-radius: 8px;
	background: #fff;
	color: #535862;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s ease;
}

.article-feedback .feedback-btn:hover {
	border-color: var(--Primary-700);
	color: var(--Primary-900);
	background: #f9f5ff;
}

.article-feedback .feedback-btn:hover i {
	color: var(--Primary-700);
}

.article-feedback .feedback-btn i.material-icons {
	font-size: 18px;
	color: #717680;
}

.article-feedback .feedback-thanks {
	font-size: 15px;
	font-weight: 500;
	color: #333;
	margin: 0;
}

.feedback-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 0;
	padding: 32px 32px;
	background-color: #fafafa;
	margin: 0;
	border: none;
	border-top: 1px solid #e5e7eb;
	flex-wrap: wrap;
	gap: 16px;
}

.feedback-container>div {
	flex: 1 1 auto;
}

.join-community {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	max-width: 500px;
	gap: 8px;
}


.join-community h4 {
	font-weight: 400;
}

.join-community .main-button {
	padding: 12px !important;
	font-weight: 500;
	min-width: 75px;
}


/* Last updated */
.last-updated {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #8a8a8a !important;
	font-size: 14px !important;
	line-height: 20px;
	padding: 0 !important;
	margin: 0 !important;
}

.last-updated i.material-icons {
	font-size: 16px;
	color: #717680;
}

@media (max-width: 500px) {
	.last-updated {
		flex-direction: column;
		gap: 16px;
	}

	body.home-page #searchBar button span {
		display: none;
	}
}

#fullArticle {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #e9eaeb;
}

/* Article Header */
.article-header {
	text-align: left;
	margin-bottom: 0;
}

.article-header .breadcrumbs {
	justify-content: flex-start;
	margin-bottom: 16px;
}

.article-title {
	font-size: 28px;
	font-weight: 700;
	color: #161719;
	margin: 0 0 12px 0;
	line-height: 1.3;
}

.article-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.article-meta .article-options {
	padding: 0;
	margin: 0;
}

/* Article Table of Contents */
.article-toc {
	display: none;
}

@media (min-width: 1280px) {
	.article-toc {
		display: block;
		position: fixed;
		right: 24px;
		top: 80px;
		width: 220px;
		max-height: calc(100vh - 120px);
		overflow-y: auto;
	}

	.article-toc-inner {
		position: relative;
	}

	.toc-list {
		list-style: none;
		padding: 0;
		margin: 0;
		border-left: 2px solid #e5e7eb;
	}

	.toc-item {
		position: relative;
	}

	.toc-item.active {
		border-left: 2px solid var(--Primary-900);
		margin-left: -2px;
	}

	.toc-link {
		display: block;
		padding: 4px 0 4px 12px;
		font-size: 13px;
		line-height: 1.4;
		color: #717680;
		text-decoration: none;
		transition: color 0.2s ease;
	}

	.toc-link:hover {
		color: #161719;
	}

	.toc-item.active .toc-link {
		color: #161719;
		font-weight: 500;
	}

	.toc-item.toc-indent .toc-link {
		padding-left: 24px;
	}
}

#fullArticle #edit-article,
#fullArticle #copy-article-link,
#fullArticle .printArticle {
	color: #8a8a8a;
	position: static;
}

#fullArticle .article-options {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	width: fit-content;
	gap: 16px;
}

#fullArticle .article-divider {
	border: none;
	border-top: 1px solid #e9eaeb;
	margin: 20px 0 24px;
}

.copy-link {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	color: #899197;
	gap: 5px;
}

.copy-link i.material-icons {
	font-size: 18px;
}


body.alternative-page {
	display: flex;
}

body.alternative-page .container-fluid {
	flex: 1;
	min-width: 0;
}

@media (max-width: 768px) {
	#sgs-side-menu {
		width: 100%;
		max-width: 100%;
	}

	.search-page .back-link-wrap {
		padding: 0px 12px !important;
		height: auto;
	}

	.search-page .brand-menu-mini {
		display: block;
	}

	.search-page .brand-menu-mini img {
		width: 32px;
		display: block;
		margin: 8px;
	}

	.search-page .action-buttons {
		width: 70% !important;
	}

	.collection-content {
		padding: 12px 24px;
	}
}

@media print {
	#main-content {
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.navbar,
	footer,
	#top-navigation,
	#searchBar,
	#sidebar,
	#sgs-side-menu,
	#menu-toggle,
	.article-options,
	.feedback-container,
	.join-community,
	.back-link-wrap,
	.BeaconFabButtonFrame iframe,
	.copy-link {
		/* Hide elements for print */
		display: none !important;
	}

	.last-updated {
		display: block;
		text-align: center;
	}

	#fullArticle {
		margin: 0;
		border: none;
	}

	#fullArticle img {
		max-width: 100%;
		height: auto;
	}

	#fullArticle h1,
	#fullArticle h2,
	#fullArticle h3,
	#fullArticle h4,
	#fullArticle h5,
	#fullArticle h6 {
		color: #000 !important;
	}

	a {
		color: #000 !important;
		text-decoration: none;
	}
}

.modern-feedback-wrapper {
	background: white;
	padding: 2rem;
	min-height: 600px;
	height: 100vh;
	max-height: 100vh;
	position: relative;
	font-family: inherit;
	overflow-y: auto;
	box-sizing: border-box;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.modern-feedback-wrapper > * {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.modern-feedback-wrapper h2 {
	font-size: 24px;
	margin-bottom: 10px;
}

.modern-feedback-wrapper p {
	font-size: 14px;
	margin-bottom: 20px;
	color: #444;
}

.modern-feedback-wrapper label {
	display: block;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}

.modern-feedback-wrapper input,
.modern-feedback-wrapper textarea {
	width: 100%;
	padding: 12px;
	border-radius: 6px;
	border: 1px solid #ccc;
	font-size: 14px;
	font-family: inherit;
	box-sizing: border-box;
}

.modern-feedback-wrapper textarea {
	min-height: 120px;
}

.modern-feedback-wrapper .dialog-header {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.modern-feedback-wrapper .dialog-header h1 {
	margin: 0;
}

.modern-feedback-wrapper .dialog-close {
	position: absolute;
	top: 16px;
	right: 16px;
	color: #333;
	font-size: 24px;
	text-decoration: none;
}

.modern-feedback-wrapper .dialog-close:hover {
	color: #000;
}

.modern-feedback-wrapper .send {
	background-color: #6a0dad;
	color: white;
	padding: 10px 20px;
	border-radius: 6px;
	border: none;
	font-weight: bold;
	cursor: pointer;
}

.modern-feedback-wrapper .button-group {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 5px;
}

.send-button {
	padding: 12px !important;
	font-size: 16px;
	font-weight: 400;
}

.modern-feedback-wrapper .discard {
	background-color: #eee;
	color: #333;
	padding: 10px 20px;
	border-radius: 6px;
	border: none;
	cursor: pointer;
}

.modern-feedback-wrapper #discard-feedback,
.modern-feedback-wrapper #discard-request {
	display: flex;
	align-items: center;
	text-decoration: none;
	font-size: 16px;
	cursor: pointer;
}

#edit-dialog,
#request-article-dialog {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	z-index: 10007;
	display: none;
	overflow: hidden;
}

#request-article-dialog input,
#request-article-dialog textarea,
#edit-dialog input,
#edit-dialog textarea {
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	padding: 18px;
	border-radius: 12px;
}

/* Query modal */
#sgs-query-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 999 !important;
	margin: 0;
	border: none;
	border-radius: 0;
}

#sgs-query-modal .modal-content {
	max-width: 700px;
	background: #fff;
	padding: 0;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	margin: 0 !important;
	border-radius: 12px;
	width: 90%;
	overflow: hidden;
}

#sgs-query-modal .modal-content > div:first-child {
	padding: 16px 20px;
	background: #f7f8fa;
	font-weight: 500;
	font-size: 16px;
	color: #333;
	border-bottom: 1px solid #e5e7eb;
}

#sgs-query-modal .modal-content > div:nth-child(2) {
	padding: 8px 12px;
	max-height: 60vh;
	overflow-y: auto;
}

#sgs-query-modal .modal-content .close {
	position: absolute;
	top: 12px;
	right: 16px;
	cursor: pointer;
	font-size: 24px;
	color: #717680;
	transition: color 0.2s ease;
}

#sgs-query-modal .modal-content .close:hover {
	color: #161719;
}

/* Query block header (e.g. "Include records where:") */
.sgs-query>div:first-child {
	padding: 12px 16px;
	background: #f7f8fa !important;
	color: #333;
	font-family: inherit;
	font-weight: 500;
	margin-bottom: 0;
	position: relative;
	border-radius: 4px 4px 0 0;
	border: 1px solid #e5e7eb;
	border-bottom: none;
}

/* Query block body */
.sgs-query>div:nth-child(2) {
	border: 1px solid #e5e7eb !important;
	border-top: 1px solid #e5e7eb !important;
	margin-bottom: 10px;
	padding: 8px;
	border-radius: 0 0 4px 4px;
	background: #fff;
}

/* Query field rows */
.query-field {
	font-family: inherit;
	padding: 10px 12px;
	margin: 0;
	font-size: 18px;
	border-bottom: 1px solid #f0f0f0;
}

.query-field:last-child {
	border-bottom: none;
}

.query-field:hover {
	cursor: pointer;
}

.crossed-out {
	text-decoration: line-through;
}

/* Expand icon */
.open-modal {
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
	width: 35px;
}

.open-modal svg {
	position: absolute;
	top: 8px;
	right: 5px;
	height: 15px;
}

.open-modal svg:hover {
	cursor: pointer;
}

/* Modal query content */
#sgs-query-modal .modal-content .query-field {
	font-size: 15px;
	padding: 12px 16px;
	margin: 0;
	border-bottom: 1px solid #f0f0f0;
}

#sgs-query-modal .modal-content .query-field:last-child {
	border-bottom: none;
}

#sgs-query-modal .modal-content .query-field.crossed-out {
	color: #a0a0a0;
}

.modern-feedback-wrapper {
	display: flex;
	flex-direction: column;
}

.dialog-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid #e9eaeb;
	color: #717680;
	font-size: 14px;
}

.dialog-footer-links {
	display: flex;
	gap: 16px;
}

.dialog-footer a {
	color: #717680;
	font-size: 14px;
	text-decoration: none;
	transition: color 0.2s ease;
}

.dialog-footer a:hover {
	color: var(--Primary-900);
}

/* Field validation errors */
.field-error {
	display: none;
	color: #d92d20;
	font-size: 13px;
	margin-top: 2px;
	margin-bottom: 4px;
}

.modern-feedback-wrapper .input-error {
	border: 1px solid #d92d20 !important;
	box-shadow: 0 0 0 3px rgba(217, 45, 32, 0.1) !important;
}

.modern-feedback-wrapper .input-error:focus {
	border-color: #d92d20 !important;
	box-shadow: 0 0 0 3px rgba(217, 45, 32, 0.15) !important;
}

#center-navigation ul.nav {
	overflow-x: auto;
}

#center-navigation ul.nav {
	overflow-x: auto;
	white-space: nowrap;
	width: 100%;
}

#center-navigation ul.nav {
	display: inline-flex;
	flex-wrap: nowrap;
}

#center-navigation ul.nav li {
	white-space: nowrap;
	flex-shrink: 0;
}

body.home-page #searchBar [type='submit'].main-button.btn-rounded,
body.search-page #searchBar [type='submit'].main-button.btn-rounded {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	gap: 5px;
}

body.home-page #searchBar [type='submit'].main-button.btn-rounded i.material-icons {
	width: 10px;
	font-size: 20px;
}

body:not(.home-page) .back-link-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px;
	border-bottom: 1px solid #e9eaeb;
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 100;
	flex-wrap: wrap;
}

.action-buttons {
	display: flex;
	gap: 12px;
	font-size: 16px;
}

body:not(.home-page) .action-buttons a {
	font-size: 16px;
}

body:not(.home-page) .go-back-page {
	display: flex;
	align-items: center;
}

body.home-page .search-container {
	margin-inline: 57px;
}



@media (max-width: 769px) {
	body:not(.home-page):not(.search-page) .back-link-wrap {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
		padding: 8px !important;
	}

	body.search-page {
		padding: 0 !important;
	}

	body.search-page #main-content {
		margin: 0px !important;
	}

	body:not(.home-page) .action-buttons {
		width: 60%;
	}

	body.search-page .action-buttons {
		width: 50%;
	}

	body:not(.home-page) .action-buttons a {
		padding: 8px !important;
		font-size: 16px;
		width: 100%;
	}

	.dashboard-navbar {
		flex-direction: row;
		gap: 10px;
	}

	.dashboard-navbar .brand img {
		margin: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 96px;
		height: 24px;
	}

	.secondary-button i.material-icons {
		display: none;
	}

	.dashboard-navbar .action-buttons {
		gap: 8px;
		font-size: 14px;
	}

	#mainNav {
		padding-top: 16px;
		padding-inline: 12px;
	}

	.action-buttons .main-button,
	.action-buttons .secondary-button {
		padding: 8px 12px !important;
	}

	body.home-page .navbar .navbar-inner {
		padding: 12px;
	}
}

@media (max-width: 576px) {
	.search-page .search-bar-wrapper h1 {
		font-size: 32px;
		padding: 0 32px;
	}

	.search-page #searchBar,
	.search-result-wrapper {
		width: 90% !important;
	}

	.search-page .footer-content {
		gap: 0 !important;
		column-gap: 0 !important;
		flex-direction: row !important;
		font-size: 12px !important;
	}
}

.dashboard-navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}


/* Toast notification */
.sgs-toast {
	position: fixed;
	bottom: 30px;
	left: 30px;
	background: var(--Primary-900);
	color: #fff;
	padding: 12px 24px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 8px;
	z-index: 10000;
	opacity: 0;
	transition: opacity 0.3s ease, transform 0.3s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	pointer-events: none;
}

.sgs-toast.show {
	opacity: 1;
}

.sgs-toast i.material-icons {
	font-size: 18px;
	color: #fff;
}



.callout-blue .callout-icon {
	float: left;
	margin-top: 2%;
	margin-right: 10px;
	color: #2a81d2;
}

.callout-red .callout-icon {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	color: #e63b3b;
}

.callout-yellow .callout-icon {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	color: #333;
}

#imageModal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 10000;
	justify-content: center;
	align-items: center;
}

#imageModal img {
	width: auto;
	height: auto;
	min-width: 50%;
	max-width: 90%;
	max-height: 90vh;
	margin: auto;
	display: block;
	margin-top: 5%;
	object-fit: contain;
}

#imageModal #closeModal {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 50px;
	color: white;
	cursor: pointer;
}


.sgs-dialog {
	display: none;
}