:root {
	--deep: #344700;
	--deep-soft: #445d00;
	--sand: #f8f4ea;
	--paper: #fffdf8;
	--mint: #dceee6;
	--gold: #f5bf53;
	--coral: #f48f75;
	--ink: #445d00;
	--muted: #5d6b76;
	--line: rgba(16, 32, 45, 0.1);
	--shadow: 0 32px 80px rgba(9, 21, 31, 0.18);
	--radius-xl: 32px;
	--radius-lg: 24px;
	--radius-md: 18px;
	--container: min(1600px, calc(100vw - 2rem));
	--panel: #ecf8f1;
	--accent: #f5bf53;
	--accent-soft: #f4a971;
	--user: #ffffff;
	--bot: #47bb78;
	--msg-shadow: rgba(0, 0, 0, 0.15) 0px 3px 8px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Manrope", sans-serif !important;
	color: var(--paper);
	background-color: #0c223b;
}

h1,
h2,
h3 {
	color: var(--paper);
}

img {
	display: block;
	width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

h2 {
	color: inherit;
}

/* .offcanvas-open .pricing-nav,
.offcanvas-open .blogs-nav,
.offcanvas-open .libraries-nav,
.offcanvas-open .schedule-nav {
	display: none !important;
} */

.page-shell {
	overflow: clip;
}

.main-content {
	max-width: 1200px;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
	width: min(calc(100% - 4rem), calc(1600px - 72px));
	max-width: calc(100vw - 4rem);
	margin: 0 auto;
	mix-blend-mode: normal;
	background: transparent !important;
	box-shadow: none !important;
}
.offcanvas-open .site-header {
	max-width: calc(100vw - 2rem);
}
.site-header .dropdown-menu {
	overflow: hidden;
}
.site-header .dropdown-item {
	padding: 0;
}
.site-header .dropdown-item a {
	padding: 5px 12px;
	display: block;
	width: 100%;
}
.site-header .dropdown-divider {
	margin: 0;
}
.site-header .nav-link {
	color: var(--paper);
	font-size: 1rem;
}
.site-header .nav-link.active {
	color: #47bb78;
}

.site-header .nav-link.active::after {
	background-color: #47bb78;
}

#spirals path {
	display: none;
}

.site-header::before {
	content: "";
	position: fixed;
	width: 100vw;
	height: 72px;
	top: 0;
	left: 0;
	background: #0a172c;
	backdrop-filter: blur(20px);
	z-index: -1;
}

.site-header .navbar-nav {
	display: flex;
	align-items: center;
	gap: 8px;
}

.brand {
	display: inline-flex;
	align-items: center;
	font-family: Arial, "Bree Serif", serif !important;
	font-size: 2rem;
	font-style: italic;
	color: var(--paper);
}
.brand:hover {
	color: var(--paper);
}

.brand__logo {
	width: auto;
	height: 50px;
	margin: 0 8px;
}

.hero-bg {
	width: 100vw;
	height: 100vh;
	text-align: center;
	user-select: none;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	overflow: hidden;
}
.hero-bg img {
	position: absolute;
}
.site-nav {
	display: inline-flex;
	align-items: center;
	gap: 1.5rem;
	color: var(--muted);
	font-size: 1.15rem;
}

.site-nav a:hover,
.site-nav a:focus-visible {
	color: var(--ink);
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.2rem;
	padding: 0.9rem 1.35rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #8fd6ad, #37955e) !important;
	color: #ffffff !important;
	font-weight: 700;
	border: none;
}
.button:hover {
	background: linear-gradient(135deg, #37955e, #8fd6ad) !important;
}
.button.sm {
	padding: 0.5rem 1rem;
	min-height: auto;
}
.button.round {
	border-radius: 0.5rem;
}

.navbar-nav .button {
	padding: 0.5rem 1rem;
	min-height: auto;
}

.button--ghost {
	border-color: rgba(16, 32, 45, 0.14);
	background: transparent;
	box-shadow: none;
}

.button--light {
	border-color: rgba(255, 255, 255, 0.2);
	color: var(--paper);
}

.section {
	position: relative;
	padding: 4rem 0 12rem;
}

/* chat start  */
.chat-shell {
	width: min(900px, 100%);
	min-height: min(80vh, 600px);
	border: 2px solid rgb(195 233 211);
	border-radius: 28px;
	background: var(--panel);
	box-shadow: var(--shadow);
	backdrop-filter: blur(12px);
	overflow: hidden;
	display: grid;
	grid-template-rows: auto 1fr auto;
	margin: 0 auto;
}
.chat-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1.2rem;
	border-bottom: 1px solid var(--line);
	background: var(--panel);
}

.chat-title {
	margin: 0;
	font-family: "Bree Serif", serif;
	font-size: clamp(1rem, 2.8vw, 1.25rem);
	color: #445d00;
}

.chat-subtitle {
	margin: 0.2rem 0 0;
	font-size: 0.87rem;
	color: var(--muted);
}

.chat-chip {
	border: 1px solid rgba(18, 52, 77, 0.2);
	border-radius: 999px;
	padding: 0.4rem 0.78rem;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--deep);
	background: rgba(245, 191, 83, 0.24);
}

.chat-messages {
	padding: 1.1rem;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	scroll-behavior: smooth;
	background-color: #ffffff;
	max-height: 400px;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #e0e0e0 #fff;
}

.chat-messages::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background: #e0e0e0;
}

.chat-messages::-webkit-scrollbar-thumb {
	background: #e0e0e0;
}

.chat-messages::-webkit-scrollbar-track {
	background: var(--light-bg);
}

.msg {
	max-width: min(74ch, 86%);
	padding: 0.85rem 0.95rem;
	border-radius: 16px;
	line-height: 1.6;
	font-size: 0.97rem;
	animation: fadeSlide 0.26s ease;
	box-shadow: var(--msg-shadow);
}

.msg.assistant {
	align-self: flex-start;
	color: var(--paper);
	background: var(--bot);
	border: 1px solid rgba(16, 32, 45, 0.08);
}

.msg.user {
	align-self: flex-end;
	color: var(--deep);
	background: var(--user);

	border: 1px solid rgba(16, 32, 45, 0.5);
}

.msg-actions {
	margin-top: 0.75rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.choice {
	border: 1px solid rgba(16, 32, 45, 0.18);
	border-radius: 999px;
	background: #ffffff;
	padding: 0.48rem 0.86rem;
	font: inherit;
	font-weight: 700;
	color: var(--deep);
	cursor: pointer;
	transition:
		transform 0.18s ease,
		border-color 0.18s ease,
		background-color 0.18s ease;
}

.choice:hover,
.choice:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(18, 52, 77, 0.44);
	background: #fffdf7;
}

.choice.active {
	border-color: transparent;
	background: linear-gradient(135deg, var(--accent), var(--accent-soft));
	color: #142332;
}

.chat-input {
	border-top: 1px solid var(--line);
	background: var(--panel);
	padding: 0.9rem 1rem;
	display: flex;
	align-items: flex-end;
	position: relative;
}

.chat-input textarea {
	resize: none;
	width: 100%;
	min-height: 150px;
	max-height: 300px;
	border-radius: 14px;
	border: 1px solid var(--line);
	font: inherit;
	padding: 0.78rem 0.85rem;
	outline: none;
	line-height: 1.45;
	background: #ffffff;
}

.chat-input textarea:focus {
	border-color: rgba(18, 52, 77, 0.45);
	box-shadow: 0 0 0 4px rgba(18, 52, 77, 0.08);
}

.button.send {
	align-self: end;
	border: none;
	min-height: auto;
	width: 100px;
	height: 40px;
	border-radius: 20px;
	font: inherit;
	font-weight: 800;
	padding: 0.8rem 1.2rem;
	cursor: pointer;
	position: absolute;
	bottom: 1.5rem;
	right: 1.5rem;
}

@keyframes fadeSlide {
	from {
		opacity: 0;
		transform: translateY(8px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 700px) {
	.chat-shell {
		min-height: 92vh;
		border-radius: 20px;
	}

	.msg {
		max-width: 94%;
	}

	.chat-input {
		grid-template-columns: 1fr;
	}

	.send {
		width: 100%;
	}
}
/* chat end  */

#footer.section {
	padding: 6rem 0 4rem;
	background-color: #0c223b;
	color: var(--paper);
}

.section__content .brand {
	width: 100%;
	max-width: 7.5rem;
}
.section__content .nav-link,
.section__content .nav-link {
	color: var(--paper);
	padding: 0.25rem 0;
	font-size: 0.95rem;
	margin-bottom: 0.25rem;
}
.section__content h5 {
	color: var(--paper);
}
.wave-top,
.wave-bottom {
	position: absolute;
	right: 0;
	left: 0;
	height: 130px;
}
.wave-bottom {
	bottom: 2px;
}
.wave-top {
	height: auto;
	transform: translateY(-99%);
}

.wave-bottom svg {
	display: block;
	width: 100%;
	height: 100%;
	transform: translateY(2px);
}

.section--cta::after {
	display: none;
}

.section--deep {
	color: #445d00 !important;
	background: linear-gradient(180deg, rgba(229, 248, 178, 0.8), #fcfcfc);
}

.section--sand,
.section--mint,
.section--deep,
.section--sand h3,
.section--mint h3,
.section--paper {
	color: var(--deep-soft);
}

.section--sand {
	background: linear-gradient(180deg, #f8e8dd 0%, #f8f4ea 18%);
}

.section--paper {
	background: linear-gradient(180deg, #fffcf7 0%, #f4f2ef 18%);
}

.section--mint {
	background:
		radial-gradient(
			circle at bottom left,
			rgba(18, 52, 77, 0.08),
			transparent 24%
		),
		var(--mint);
}

.section__content {
	position: relative;
	z-index: 1;
	width: var(--container);
	margin: 0 auto;
}

.section.hero {
	display: flex;
}
.section__content.hero__grid {
	width: calc(100vw - 160px);
	max-width: 1600px;
	color: var(--paper);
}

.eyebrow {
	margin: 0 0 1rem;
	color: inherit;
	font-size: 0.85rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.eyebrow--light {
	color: rgba(248, 244, 234, 0.72);
}

.section-heading {
	max-width: 44rem;
	margin-bottom: 3rem;
}

.section-heading h2,
.hero__title,
.ownership-panel h2,
.cta-card h2 {
	margin: 0;
	font-family: "Bree Serif", serif !important;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 0.96;
}

.section-heading h2 {
	font-size: clamp(2.4rem, 5vw, 4.6rem);
	margin-bottom: 24px;
}

.section-heading p:last-child,
.hero__lede,
.ownership-panel p,
.cta-card p {
	font-size: 1.05rem;
	line-height: 1.75;
}

.hero {
	min-height: calc(100vh + 10px);
	padding-top: 6.5rem;
}
@media (min-width: 1921px) {
	.hero {
		min-height: calc(100vh + 40px);
	}
}

.hero__grid {
	display: flex;
	gap: 1rem;
	padding: 100px 16px;
}

.hero__copy {
	width: 600px;
	max-width: 100%;
	padding: 0 16px;
	flex: 1;
}
.hero__visual {
	position: relative;
	min-height: 38rem;
}
.hero__title {
	font-size: clamp(3.6rem, 8vw, 6rem);
	margin-bottom: 2rem;
}

.hero__lede {
	max-width: 38rem;
	margin: 1.6rem 0 0;
	color: var(--paper);
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 2rem;
}

.hero__highlights {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	padding: 0;
	margin: 2rem 0 0;
	list-style: none;
}

.hero__highlights li {
	padding: 0.85rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	color: rgba(248, 244, 234, 0.9);
	width: 100vw;
}

.hero-card {
	overflow: hidden;
	border-radius: 8px;
	box-shadow: var(--shadow);
}

.hero-card img {
	min-height: 100%;
	object-fit: cover;
}

.hero-card--primary {
	width: min(100%, 28rem);
	margin-left: auto;
	aspect-ratio: 0.83;
}

.hero-card--secondary {
	position: absolute;
	bottom: 2rem;
	left: 0;
	width: min(60%, 18rem);
	aspect-ratio: 1.15;
	border: 10px solid rgba(255, 255, 255, 0.08);
}

.glass {
	backdrop-filter: blur(26px);
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 24px 60px rgba(3, 9, 15, 0.25);
}

.hero-badge {
	position: absolute;
	right: 1rem;
	bottom: -0.5rem;
	max-width: 17rem;
	padding: 1.1rem 1.2rem;
	border-radius: var(--radius-lg);
}

.hero-badge__label {
	display: block;
	margin-bottom: 0.4rem;
	color: rgba(248, 244, 234, 0.66);
	font-size: 0.78rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.feature-grid,
.engines-grid,
.ownership-list {
	display: grid;
	gap: 1.25rem;
}

.feature-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card,
.engine-card,
.ownership-item,
.media-item,
.cta-card {
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	background: rgba(255, 255, 255, 0.75);
}

.feature-card,
.engine-card,
.ownership-item,
.media-item {
	padding: 1.6rem;
}

.feature-card h3,
.engine-card h3,
.ownership-item h3,
.media-item span {
	margin: 0 0 0.75rem;
	font-size: 1.18rem;
	font-weight: 800;
}

.feature-card p,
.engine-card p,
.ownership-item p,
.media-item p {
	margin: 0;
	color: var(--muted);
	line-height: 1.7;
}

.archive-layout,
.ownership-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
	gap: 2rem 3rem;
	align-items: start;
}
.archive-layout.reverse {
	grid-template-columns: minmax(320px, 1.1fr) minmax(0, 0.9fr);
}

.media-list {
	display: grid;
	gap: 1rem;
}

.archive-visual {
	position: relative;
}

.engines-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.engine-card {
	background:
		linear-gradient(
			180deg,
			rgba(255, 255, 255, 0.62),
			rgba(255, 255, 255, 0.4)
		),
		rgba(255, 255, 255, 0.55);
}

.ownership-layout {
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	align-items: stretch;
}

.ownership-panel {
	padding: 2rem;
	border-radius: var(--radius-xl);
}

.ownership-list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ownership-list h3 {
	color: var(--deep-soft);
}

.ownership-panel h2,
.cta-card h2 {
	line-height: 1.2;
}

.ownership-item {
	background: rgba(255, 255, 255, 0.92);
}

.cta-card {
	max-width: 60rem;
	padding: 2.5rem;
	margin: 0 auto;
	text-align: center;
	box-shadow: var(--shadow);
}

.cta-card .hero__actions {
	justify-content: center;
}

.reveal {
	will-change: transform, opacity;
}

@media (max-width: 1080px) {
	.hero__grid,
	.archive-layout,
	.ownership-layout,
	.engines-grid,
	.feature-grid {
		grid-template-columns: 1fr;
	}

	.site-nav {
		display: none;
	}

	.hero__visual {
		min-height: 30rem;
	}

	.hero-card--primary {
		margin: 0 auto;
	}

	.hero-card--secondary {
		left: 1rem;
	}

	.ownership-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
.navbar-toggler {
	color: white !important;
}
@media (max-width: 991px) {
	.site-header .navbar-toggler {
		border: none !important;
		font-size: 20px;
	}
	.navbar-toggler:focus {
		box-shadow: none !important;
	}
	.site-header .navbar-collapse {
		position: absolute;
		right: 14px;
		top: 50px;
		width: max-content;
		padding: 16px;
		background: rgba(11, 23, 44, 0.7);
		border: 1px solid rgba(255, 255, 255, 0.18);
		backdrop-filter: blur(20px);
		border-radius: 16px;
	}
}
@media (max-width: 720px) {
	.site-header {
		width: min(100vw - 1rem, var(--container));
		gap: 0.75rem;
		padding: 0.75rem 0.85rem;
	}

	.site-header::before {
		inset: 0;
	}

	.hero {
		padding-top: 7rem;
	}

	.hero__title {
		font-size: clamp(3rem, 14vw, 4.6rem);
	}

	.hero-card--primary,
	.hero-card--secondary {
		position: relative;
		width: 100%;
		left: auto;
		bottom: auto;
		border-width: 0;
	}

	.hero-card--secondary {
		margin-top: 1rem;
	}

	.hero-badge {
		position: relative;
		right: auto;
		bottom: auto;
		margin-top: 1rem;
	}

	.ownership-list {
		grid-template-columns: 1fr;
	}

	.cta-card {
		padding: 2rem 1.25rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.reveal,
	.parallax {
		transform: none !important;
		opacity: 1 !important;
	}
}

@media (max-width: 850px) {
	.hero__visual {
		display: none;
	}
	.hero {
		min-height: auto;
	}
	.section__content.hero__grid {
		width: 100%;
		padding: 0 1rem;
	}
}
.blog-list-page,
#documentation,
#pricing {
	padding-bottom: 130px;
}
#pricing {
	border-bottom: 1px solid #113155;
}
#pricing .card h3 {
	color: #47bb78;
}
#pricing .media {
	display: flex;
	align-items: center;
}
#pricing .list-unstyled li {
	text-align: left;
}
#pricing .list-unstyled span {
	text-align: left;
}
#pricing .fa-check-circle {
	color: #47bb78;
}
.font-size-4 {
	font-size: 1.5rem;
}
.font-weight-bold {
	font-weight: 700;
}

svg#animation {
	width: 800px;
}
@media (max-width: 1600px) {
	svg#animation {
		width: 600px;
	}
}
@media (max-width: 1370px) {
	svg#animation {
		width: 500px;
	}
}
@media (max-width: 1290px) {
	.section__content.hero__grid {
		flex-direction: column;
	}
	.hero__visual {
		min-height: auto;
	}
}

/* profile start */
.profile-image {
	width: 150px;
	height: 150px;
	margin: 16px 0;
	object-fit: cover;
	border-radius: 50%;
	border: 4px solid #2962a1;
}

.profile-credentials {
	padding: 0 16px 16px;
	border-radius: 8px;
	background-color: #0d2847;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
	position: relative;
	height: 100%;
}

.profile-credentials h1 {
	font-size: 2.2rem;
	margin: 0 !important;
	line-height: 1;
	border-left: 8px solid #2962a1;
	padding-left: 16px;
}

.profile-credentials .email {
	margin: 16px 0 4px;
	font-size: 1rem;
}

/* .profile-credentials .position { 
  margin: 0 !important;  
  font-family: Roboto, sans-serif !important;
} */
.edit-profile {
	position: absolute;
	top: 16px;
	right: 16px;
}

h2.subscriptions {
	font-size: 1.2rem;
	padding: 1rem 0;
	margin: 0;
	border-top: 1px solid #2962a1;
}

.sub {
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0;
	color: white;
}

a.sub-link {
	color: #377dff;
	text-decoration: none;
}

.profile-chat {
	height: 100%;
	min-height: 638px;
	max-height: 638px;
	background-color: #13345b;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

h2.pf-chat-header {
	font-family: Roboto, sans-serif !important;
	font-size: 1.3rem;
	margin: 0;
	background-color: #1d4c87;
	padding: 8px;
	text-align: center;
}

.supportchat .chatterbox {
	height: calc(100% - 40px);
}

.supportchat .chat-msg {
	margin-left: 0;
}

.supportchat .chat-messages {
	flex: 1;
	height: 100%;
	max-height: 508px;
	overflow-y: auto;
	padding: 8px;
	scrollbar-width: thin;
	scrollbar-color: #2962a1 #13345b;
}

.supportchat .chat-messages::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #13345b;
}

.supportchat .chat-messages::-webkit-scrollbar-thumb {
	background-color: #2962a1;
}

.supportchat .chat-messages::-webkit-scrollbar-track {
	background-color: #13345b;
}

.supportchat .chat-message {
	margin: 12px 6px;
}

.supportchat .chat-message.me {
	text-align: right;
}

.supportchat .msg-body-content {
	text-align: left;
}

.supportchat .chat-message .chat-timestamp {
	font-size: 0.75em;
	color: #eee;
	line-height: 1;
	margin-top: 8px;
	text-align: right;
}

.supportchat .chat-message-content {
	position: relative;
	padding: 8px;
	border-radius: 8px;
	border-top-left-radius: 0;
	background-color: #377dff;
	color: white;
	display: inline-block;
	max-width: 95%;
	min-width: 50%;
}

.supportchat .chat-message-content p {
	margin: 0;
}

.supportchat .chat-message.me .chat-message-content {
	background-color: #294769;
	border-top-left-radius: 8px;
	border-top-right-radius: 0;
}

.supportchat .chat-message-content::after {
	position: absolute;
	left: -10px;
	top: 0;
	content: "";
	width: 10px;
	height: 10px;
	color: red;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath d='M30,0H.6A.58.58,0,0,0,.18,1L30,30Z' fill='%23377dff'/%3E%3C/svg%3E");
}

.supportchat .chat-message.me .chat-message-content::after {
	left: auto;
	right: -10px;
	transform: scaleX(-1);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath d='M30,0H.6A.58.58,0,0,0,.18,1L30,30Z' fill='%23294669'/%3E%3C/svg%3E");
}

.supportchat .chat-message-content object {
	width: min-content;
	height: min-content;
}

.supportchat .chat-input {
	display: flex;
	background-color: #1d4c87;
	position: relative;
}

.supportchat .chat-input button {
	cursor: pointer;
}

.supportchat .chat-author {
	flex-direction: row;
	align-items: center;
	margin-bottom: 4px;
}

.supportchat .chat-author a {
	color: #ccc;
	font-size: 0.95em;
}

.supportchat .chat-author a:hover {
	color: #eee;
}

.supportchat .author-name {
	align-self: flex-end;
}

.supportchat .author-icon img {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	margin-right: 12px;
}

.modal-website .modal-content {
	background-color: #0d2847;
	color: #fff;
}

.modal-header {
	border-bottom: 1px solid #999;
	background-color: #eee;
}

.modal-footer {
	border-top: 0 none;
}

#supportchat.collapse {
	display: flex;
	transition: none;
}

@media screen and (max-width: 767px) {
	#supportchat.collapse.show {
		display: flex;
	}

	#supportchat.collapse:not(.show) {
		display: none;
	}

	.row.acc-row .profile-credentials {
		order: 2;
		margin: 8px 0;
	}

	.row.acc-row .profile-chat {
		order: 1;
	}

	.profile-credentials h1 {
		font-size: 1.5rem;
	}
}

/* profile end */
.themed-btn {
	color: #fff;
	background-color: #377dff;
	border-color: #377dff;
}

.themed-btn:hover {
	color: #fff;
}

.try-free {
	width: 100%;
	max-width: 480px;
	padding: 20px 16px;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	border: 1px solid #445073;
	background: linear-gradient(
		45deg,
		#133740 0%,
		#19535a 20%,
		#1f5e77 50%,
		#1a204f 100%
	);
}

.try-free h4 {
	margin-bottom: 36px;
}

.try-free .btn {
	margin-bottom: 4px;
	outline: 1px solid #445073;
	background-color: #3e7bf0;
	padding: 8px 16px;
	font-size: 1.2rem;
	font-weight: bold;
}

.try-free .btn:hover {
	outline-color: #3e7bf0;
}

.try-free .small {
	font-weight: bold;
	color: #14eded;
}

table.referrals {
	color: #444444;
}

table.referrals th {
	color: #377dff;
}

table.referrals tr:hover td {
	color: #377dff;
}

.extra-large-icon {
	font-size: 5rem;
	margin: 1rem;
	color: white;
}

.os {
	border-radius: 1.5rem;
	transform: translateY(2.5rem);
}

.os.active {
	transform: translateY(0);
	border: 3px solid #377dff44;
	background-color: #377dff11;
}

@media screen and (max-width: 768px) {
	.os.active {
		transform: translateY(2.5rem);
	}
}

.text-left {
	text-align: left;
}

.template-preview {
	position: relative;
}

.template-preview a {
	position: absolute;
	bottom: 9px;
	left: 10px;
}

.login-area {
	color: #fff;
}

.loginbox {
	width: 550px;
	min-height: calc(90vh - 600px);
	margin: 1rem auto 2rem auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.ajaxloginbox .text-contrast {
	color: #ffffff;
}

.template-card img {
	aspect-ratio: 16/9;
	object-fit: cover;
	object-position: center top;
}

.card-thumbnail {
	position: relative;
	/* object-fit: cover; */
	/* object-position: center; */
}

.template-card .template-action {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.pageHeight {
	min-height: calc(100vh - 450px);
}

.sidebar-searchprojects {
	cursor: pointer;
}

.qs-project {
	height: 45px;
	align-items: center;
}

.qs-project:hover {
	background-color: #f1f1f1;
}

.qs-project a {
	display: block;
}

.card-collections {
	display: inline-block;
	width: 150px;
	background: #1d4c87;
}
.card-collections:hover {
	background-color: #0a172c;
}
.card-collections .collectionbox {
	width: 100%;
	font-size: 0.9rem;
}
.card-collections:hover a .collectionbox {
	color: #fff;
}
.card-collections .card-collections-thumb {
	width: 100px;
	height: 100px;
	background-color: #fff;
}

.emwidget-header {
	background-color: #0c223b;
}

.contentcolumn {
	background-color: transparent;
}

.emdatatable {
	background-color: #fff;
}

.card-header {
	background-color: #fff;
}
#useraccount .chatterbox-messages {
	height: calc(100% - 166px) !important;
}
.image-card {
	height: 100%;
	width: auto;
	margin: 2rem auto 0.5rem;
	overflow: hidden;
}
.image-card img {
	width: 100%;
	max-width: calc(100vw - 32px);
	height: 100%;
	max-height: 500px;
	object-fit: contain;
}

.image-card-caption {
	text-align: center;
}
