/* Same locally hosted type system as the main Kontakt project. */
@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 200 800;
	font-display: swap;
	src: url("../fonts/kontakt-manrope-cyrillic.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 200 800;
	font-display: swap;
	src: url("../fonts/kontakt-manrope-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "Unbounded";
	font-style: normal;
	font-weight: 200 900;
	font-display: swap;
	src: url("../fonts/kontakt-unbounded-cyrillic.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
	font-family: "Unbounded";
	font-style: normal;
	font-weight: 200 900;
	font-display: swap;
	src: url("../fonts/kontakt-unbounded-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
	scroll-behavior: smooth;
}

b, strong {
	font-weight: 500;
}

/* Cancel the bg white for dark mode */
body[data-theme-style="dark"].bg-white {
	background: var(--body-bg) !important;
}

/* App */
.app {
	/*background: #F9FCFF;*/
	background: hsl(210, 50%, 99%);
}

[data-theme-style="dark"].app {
	background: #0D0F11;
}

.app-container {
}

.app-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: var(--gray-100);
	z-index: 100;
	opacity: .5;
}

.app-sidebar {
	display: flex;
	flex-direction: column;
	min-width: 260px;
	max-width: 260px;
	background: var(--white);
	border: 1px solid var(--gray-100);
	border-radius: var(--border-radius);
	margin: 3rem 1.5rem 3rem -300px;
	transition: margin-left .15s linear, margin-right .15s linear;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
}

[dir="rtl"] .app-sidebar {
	margin-left: initial;
	left: initial;
	right: 0;
	margin-right: -300px;
	border-left: 1px solid var(--gray-100);
	border-right: 0;
}

[dir="rtl"] [data-theme-style="dark"] .app-sidebar {
	border-right: 0;
	border-left: 1px solid var(--gray-100);
}

body.app-sidebar-opened .app-sidebar {
	margin-left: 1.5rem;
}

[dir="rtl"] body.app-sidebar-opened .app-sidebar {
	margin-right: 1.5rem;
}

@media (min-width: 992px) {
	.app-sidebar {
		margin-left: 1.5rem;
	}

	[dir="rtl"] .app-sidebar {
		margin-right: 1.5rem;
	}
}

.app-sidebar-title {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .5rem;
	margin: .5rem;
	height: 75px;
}

.app-sidebar-title a {
	font-size: 1.4rem;
	color: var(--gray-900);
	font-weight: 600;
}

.app-sidebar-title a:hover {
	text-decoration: none;
}

.app-sidebar-footer {
	width: 100%;
}

.app-sidebar-footer > a {
	width: 100%;
	padding: .75rem 1.75rem;
	border-top: 1px solid var(--gray-100);
	display: flex;
	align-items: center;
	color: var(--gray-500);
	font-size: .9rem;
	font-weight: 500;
	transition: background .3s;
}

.app-sidebar-footer > a:hover {
	text-decoration: none;
	background: var(--gray-200);
	color: var(--gray-600);
}

.app-sidebar-links-wrapper {
	overflow-y: scroll;
	width: calc(100% - 6px);
	padding-bottom: .25rem;
	scrollbar-width: none;
}

.app-sidebar-links-wrapper:hover {
	width: 100%;
	scrollbar-color: var(--gray-200) var(--white) !important;
	scrollbar-width: thin !important;
}

.app-sidebar-links-wrapper::-webkit-scrollbar {
	background-color: transparent;
	width: 0;
}

.app-sidebar-links-wrapper::-webkit-scrollbar-thumb {
	background: var(--gray-200);
	border-radius: 10px;
}

.app-sidebar-links-wrapper:hover::-webkit-scrollbar {
	width: 6px;
}

.app-sidebar-links-wrapper:hover::-webkit-scrollbar-track {
	width: 6px;
}

.internal-notifications-dropdown {
	width: 550px;
	max-width: calc(100vw - 20rem);
	max-height: calc(100vh - 7rem);
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1080;
}

.internal-notifications-empty-image {
	display: block;
	width: 180px;
	max-width: 75%;
	height: auto;
	object-fit: contain;
}

@media (min-width: 992px) {
	.internal-notifications-dropdown {
		position: fixed !important;
		top: 5.25rem !important;
		left: 18.5rem !important;
		right: auto !important;
		transform: none !important;
	}

	[dir="rtl"] .internal-notifications-dropdown {
		left: auto !important;
		right: 18.5rem !important;
	}
}

@media (max-width: 991px) {
	.internal-notifications-dropdown {
		width: calc(100vw - 2rem);
		max-width: calc(100vw - 2rem);
	}
}

.app-sidebar-links {
	display: flex;
	flex-direction: column;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.app-sidebar-links > li {
	width: 100%;
	padding: 0.25rem calc(1rem - 6px) 0.25rem 1rem;
}

.app-sidebar-links > .divider-wrapper {
	width: 100%;
	padding: 0 calc(0.75rem - 6px) 0 0.75rem;
	margin: .25rem 0;
}

.app-sidebar-links > .divider-wrapper > .divider {
	border-top: 1px solid var(--gray-100);
}


.app-sidebar-links > li > a {
	width: 100%;
	display: flex;
	align-items: center;
	color: var(--gray-600);
	border-radius: var(--border-radius);
	padding: 0.75rem 1rem;
	transition: background .3s;
	font-size: .9rem;
	font-weight: 500;
}

.app-sidebar-links > li > a:hover {
	text-decoration: none;
	background: var(--gray-200);
	color: var(--gray-600);
}

[data-theme-style="dark"] .app-sidebar-links > li > a:hover {
	background: var(--gray-200);
	color: var(--gray-800);
}

.app-sidebar-links > li.active > a:not(.default) {
	background: var(--primary);
	color: var(--white);
	font-weight: 500;
}

[data-theme-style="dark"] .app-sidebar-links > li.active > a:not(.default) {
	background: var(--primary-800);
	color: var(--white);
}

.app-sidebar-avatar {
	width: 35px;
	height: 35px;
	border-radius: 50%;
}

.app-sidebar-footer-block {
	max-width: 100%;
}

.app-sidebar-footer-text {
	color: var(--gray-600);
}

.app-content {
	margin-left: 0;
	flex-grow: 1;
}

[dir="rtl"] .app-content {
	margin-left: initial;
	margin-right: 0;
}

@media (min-width: 992px) {
	.app-content {
		margin-left: 300px;
	}
	[dir="rtl"] .app-content {
		margin-left: initial;
		margin-right: 300px;
	}
}

.app-navbar {
	min-height: 75px;
	border-bottom: 1px solid var(--gray-100);
}

[data-theme-style="dark"] .app-navbar {
	border-color: var(--gray-200);
}

/* Modal */
.modal-header {
	padding: 1rem;
	border-bottom: 0;
}

.modal-subheader {
	padding: 0 1rem;
	border-bottom: 0;
	margin: 0;
}

.modal-content {
	padding: 1rem;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

/* Forms */
.input-group-text {
	font-size: 0.9rem;
}

/* Footer */
.footer {
	margin: 3rem 0 3rem 0;
	padding-top: 3rem;
	padding-bottom: 3rem;
	background: var(--white);
}

.footer {
	color: var(--gray);
}

.footer a:not(.dropdown-item), .footer a:hover:not(.dropdown-item) {
	color: var(--gray);
}

.footer a.icon {
	color: var(--gray);
}

.footer button, .footer button:hover {
	color: var(--gray) !important;
}

.footer-logo {
	max-height: 2.5rem;
	height: 2.5rem;
}

.footer-heading {
	color: var(--black) !important;
}

/* App footer */
.app-footer {
	border: 1px solid var(--gray-100);
	border-radius: var(--border-radius);
	padding: 1.25rem;
}

/* Filters */
.filters-dropdown {
	width: 18rem;
	max-height: 30rem;
	overflow-y: auto;
}

/* Custom breadcrumbs */
.custom-breadcrumbs {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.custom-breadcrumbs > li {
	margin-right: .5rem;
}

.custom-breadcrumbs > li > a {
	color: var(--gray);
}

.custom-breadcrumbs > li > svg {
	color: var(--gray-400);
	margin-left: .5rem;
}

.custom-breadcrumbs > li.active {
}

/* Helper classes */
.list-style-none {
	list-style: none;
	padding: 0;
}

.clickable {
	cursor: pointer;
}

.no-underline, .no-underline:hover{
	text-decoration: none;
}

.icon-favicon {
	width: 1rem;
	height: 1rem;
}

/* Dropdown */
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active {
	border-radius: var(--border-radius);
}

.dropdown-item svg {
	color: var(--gray-600);
}

.dropdown-item:active svg, .dropdown-item.active svg {
	color: var(--white);
}

/* Navbar */
.navbar-main {
	min-height: 0 !important;
	background: var(--white);
	border-bottom: 1px solid var(--gray-100);
}

.navbar-main .navbar-nav > li {
	padding: .5rem 0 !important;
}

@media (min-width: 992px) {
	.navbar-main .navbar-nav > li {
		padding: .5rem !important;
	}
}

.navbar-logo {
	max-height: 2.5rem;
	height: 2.5rem;
}

.navbar-avatar {
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.navbar-custom-toggler {
	padding: 0.5rem .8rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border-radius: var(--border-radius);

	color: var(--gray-700);
	border-color: var(--gray-300);
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,.85);
}

.chart-container {
	position: relative;
	margin: auto;
	height: 250px;
	width: 100%;
}

/* Dropdown */
.dropdown-toggle-simple::after {
	display:none;
}

/* Index */
.index {
	background: #f9fcff;
}

[data-theme-style="dark"].index {
	background: var(--body-bg);
}

.index .navbar-main .btn {
	border-radius: 5rem;
	padding: 0.5rem 1rem;
}

.index-container-content {
	margin-top: 6rem;
	margin-bottom: 4rem;
}

.index-container {
	width: 100%;
	padding: 0 0 4rem 0;
}

@media (min-width: 992px) {
	.index-container {
		padding: 0 0 8rem 0;
	}
}

.index-image {
	width: 100%;
	height: auto;
	position: absolute;
	top: -4rem;
}

@media (min-width: 1375px) {
	.index-image {
		width: 115%;
		top: -5.5rem;
	}
}

.index-header {
	font-size: 4rem;
	font-weight: bold;
	color: var(--black);
}

.index-subheader {
	font-size: 1.35rem;
}

.index-button {
	padding: 1.2rem 2.2rem;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
}

.index-button-white, .index-button-white:hover {
	color: white;
}

.index-card-image {
	max-width: 100%;
	height: auto;
	object-fit: cover;
	box-shadow: 10px 10px 0 #ebf5ff;
	border: 1px solid var(--gray-300);
	transition: all .3s ease-in-out;
}

.index-card-image:hover {
	box-shadow: 0 0 0 var(--gray-300);
}

.index-highly-rounded {
	border-radius: 1rem;
}

/* Index testimonial */
.index-testimonial-avatar {
	width: 85px;
	height: 85px;
	border-radius: 50%;
	transform: translateY(-70%);
	border: 4px solid var(--white);
	position: absolute;
	left: 50%;
	margin-left: -52px;
}

/* Index FAQ */
.index-faq svg {
	transition: all .15s;
	color: var(--primary-800);
}

/* Index call to action */
.index-cta {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.dev/svgjs" viewBox="0 0 1920 1080" width="1920" height="1080"><defs><linearGradient gradientTransform="rotate(0, 0.5, 0.5)" x1="50%" y1="0%" x2="50%" y2="100%" id="ffflux-gradient"><stop stop-color="%230063ef" stop-opacity="1" offset="0%"></stop><stop stop-color="%23aa02b4" stop-opacity="1" offset="100%"></stop></linearGradient><filter id="ffflux-filter" x="-20%" y="-20%" width="140%" height="140%" filterUnits="objectBoundingBox" primitiveUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feTurbulence type="fractalNoise" baseFrequency="0.005 0.003" numOctaves="1" seed="131" stitchTiles="stitch" x="0%" y="0%" width="100%" height="100%" result="turbulence"></feTurbulence><feGaussianBlur stdDeviation="20 0" x="0%" y="0%" width="100%" height="100%" in="turbulence" edgeMode="duplicate" result="blur"></feGaussianBlur><feBlend mode="color-dodge" x="0%" y="0%" width="100%" height="100%" in="SourceGraphic" in2="blur" result="blend"></feBlend></filter></defs><rect width="1920" height="1080" fill="url(%23ffflux-gradient)" filter="url(%23ffflux-filter)"></rect></svg>');
	background-repeat: no-repeat;
	background-size: cover;
	color: white !important;
}

.index-cta a.btn {
	color: white;
	background: var(--dark);
	border-color: var(--dark);
	padding: 1.1rem 4rem;
	font-size: 1.15rem;
}

.index-cta a.btn:hover {
	background: var(--primary-900);
	border-color: var(--primary-900);
}

[data-theme-style="dark"] .index-cta a.btn {
	background: var(--light);
	border-color: var(--light);
}

.user-avatar {
	border-radius: 50%;
	max-width: 80px;
	max-height: 80px;
}


/* Link Settings page */
.link-background-type-preset {
	width: 100%;
	height: 4rem;
	border-radius: var(--border-radius);
	opacity: .75;
	transition: .3s opacity;
}

.link-background-type-preset:hover {
	cursor: pointer;
}

input[type="radio"]:checked ~ .link-background-type-preset {
	opacity: 1;
}

.link-background-type-image {
	border-radius: var(--border-radius);
	margin-bottom: .5rem;
}

/* Biolink directory */
.link-directory-avatar {
	width: 60px;
	height: 60px;
	object-fit: cover;
}

/* Biolink theme */
.link-biolink-theme {
	opacity: .75;
	transition: .3s opacity, .3s border-color;
	min-height: 6rem;
}

.link-biolink-theme:hover {
	cursor: pointer;
	border-color: var(--primary);
}

input[type="radio"]:checked ~ .link-biolink-theme {
	opacity: 1;
	border-color: var(--primary);
}

/* Biolink preview iframe */
.biolink-preview {
	position: relative;
	margin: 0 auto;
	height: auto;
	width: auto;
	display: inline-block;
	text-align: left;
}

.biolink-preview-iframe-container {
	overflow: hidden;
	width: 300px;
	height: 625px;
	border-radius: 2.5rem;
	border: 10px solid black;
	position: relative;
	box-shadow: 0 0 30px rgba(0,0,0,0.20);
}

@media (min-width: 768px) {
	.biolink-preview-iframe-container {
		width: 375px;
		height: 800px;
	}
}

.biolink-preview-iframe-loading {
	width: 100%;
	height: 100%;
	background: hsla(0, 0%, 0%, .7);
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
}

.biolink-preview-iframe {
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}

/* Others */
.container-disabled {
	pointer-events: none;
	opacity: .5;
}

.container-disabled-simple {
	pointer-events: none;
}

/* Custom dropdown */
.dropdown .dropdown-menu {
	border: 1px solid var(--gray-100);
}

.dropdown-divider {
	border-top: 1px solid var(--gray-100);
}

/* Custom row */
.custom-row {
	border-radius: var(--border-radius);
	padding: 1.25rem;
	position: relative;
	border: 1px solid var(--gray-100);
	background: var(--white);
}

.custom-row-inactive {
	background: var(--gray-200);
}

.custom-row-side-controller {
	right: 100%;
	top: 25%;
	font-size: 1.2em;
	padding: .2em .2em;
}

[dir="rtl"] .custom-row-side-controller {
	right: initial;
	left: 100%;
}

@media (min-width: 992px) {
	.custom-row-side-controller {
		position: absolute;
		padding: .4em .8em;
	}
}

.custom-row-side-controller-grab {
	cursor: grab;
}


/* Tables */
.table-custom-container {
	border-radius: var(--border-radius);
	border: 1px solid var(--gray-100);
}

.table-custom {
	margin-bottom: 0;
}

.table-custom thead th {
	border-top: 0;
	border-bottom: 0;
	background: var(--white);
	color: var(--gray-900)
}

.table-custom th {
	padding: 1.25rem 1rem;
}

.table-custom td {
	padding: 1.55rem 1rem;
	background: var(--white);
	vertical-align: middle;
}

/* Helpers */
.appearance-none {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

/* Pricing */
.pricing-plan {
	border: 1px solid var(--gray-100);
	height: 100%;
	display: flex;
	flex-direction: column;
}

.pricing-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 2.2rem 2.2rem 0 2.2rem;
	background: var(--white);
	border-bottom: 1px solid var(--gray-100);
}

[data-theme-style="dark"] .pricing-header {
	border-color: var(--gray-100);
}

.pricing-name {
	background: var(--primary-200);
	padding: .15rem 1.25rem;
	color: var(--primary-600);
	font-size: .85rem;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: var(--border-radius);
}

.pricing-price {
	margin: 1rem 0;
}

.pricing-price-amount {
	font-size: 3.3rem;
	font-weight: bold;
}

.pricing-price-currency {
	font-size: .9rem;
	color: var(--gray);
}

.pricing-details {
	text-align: center;
	font-size: .85rem;
	color: var(--primary-800);
	margin-bottom: 1.5rem;
}

.pricing-body {
	padding: 0 2.2rem 2.2rem 2.2rem;
	background: var(--white);
	height: 100%;
}

.pricing-features {
	margin: 3rem 0;
	list-style: none;
	padding: 0;
}

.pricing-features li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 1rem 0;
}

/* Custom Radio Boxes */
.custom-radio-box {
	cursor: pointer;
}

.custom-radio-box .custom-radio-box-main-text {
	font-size: 1.15rem;
	font-weight: bold;
}

.custom-radio-box .custom-radio-box-main-icon {
	font-size: 1.25rem;
}

.custom-radio-box input[type="radio"] + div {
	transition: all .3s ease-in-out;
	border: 1px solid var(--gray-100);
	background: var(--white);
}

.custom-radio-box input[type="radio"]:checked + div {
	border: 1px solid var(--primary);
}

.custom-radio-box input[type="radio"]:hover + div {
	border: 1px solid var(--primary);
}

/* QR Codes */
.qr-code {
	width: 100rem;
}

.qr-code-loading {
	animation: opacity-loading 3s infinite ease-in-out;
}

@keyframes opacity-loading {
	0% { opacity: 1; }
	50% { opacity: 0.5; }
	100% { opacity: 1; }
}

.qr-code-avatar {
	width: 65px;
	height: 65px;
	border-radius: var(--border-radius);
	padding: .25rem;
	border: 1px solid var(--gray-100);
}

/* Round circles */
.round-circle-md {
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.round-circle-lg {
	width: 4.5rem;
	height: 4.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

/* Badge colors */
.badge {
	padding: 0.45em 0.9em;
}

.badge-primary {
	color: hsl(211, 100%, 35%);
	background-color: hsl(211, 100%, 85%);
}

[data-theme-style="dark"] .badge-primary {
	background-color: hsl(211, 100%, 35%);
	color: hsl(211, 100%, 85%);
}

.badge-secondary {
	color: hsl(208, 7%, 35%);
	background-color: hsl(208, 7%, 85%);
}

[data-theme-style="dark"] .badge-secondary {
	background-color: hsl(208, 7%, 35%);
	color: hsl(208, 7%, 85%);
}

.badge-success {
	color: hsla(134, 50%, 30%, 1);
	background-color: hsla(134, 50%, 85%, 1);
}

[data-theme-style="dark"] .badge-success {
	background-color: hsla(134, 50%, 30%, 1);
	color: hsla(134, 50%, 85%, 1);
}

.badge-danger {
	color: hsla(354, 70%, 35%, 1);
	background-color: hsla(354, 70%, 85%, 1);
}

[data-theme-style="dark"] .badge-danger {
	background-color: hsla(354, 70%, 35%, 1);
	color: hsla(354, 70%, 85%, 1);
}

.badge-warning {
	background-color: hsla(45, 100%, 85%, 1);
	color: hsla(40, 80%, 30%, 1);
}

[data-theme-style="dark"] .badge-warning {
	background-color: hsla(50, 10%, 20%, 1);
	color: hsla(45, 100%, 85%, 1);
}

.badge-info {
	color: hsla(188, 60%, 30%, 1);
	background-color: hsla(188, 78%, 85%, 1);
}

[data-theme-style="dark"] .badge-info {
	background-color: hsla(188, 60%, 30%, 1);
	color: hsla(188, 78%, 85%, 1);
}

.badge-light {
	color: hsla(210, 15%, 35%, 1);
	background-color: hsl(210, 17%, 95%);
}

[data-theme-style="dark"] .badge-light {
	background-color: hsla(210, 15%, 35%, 1);
	color: hsl(210, 17%, 95%);
}

.badge-dark {
	color: hsla(210, 10%, 90%, 1);
	background-color: hsla(210, 10%, 20%, 1);
}

[data-theme-style="dark"] .badge-dark {
	background-color: hsla(210, 10%, 90%, 1);
	color: hsla(210, 10%, 20%, 1);
}

/* Invoice css */
.invoice-table th {
	border-top: 0 !important;
}

.invoice-table td {
	vertical-align: baseline !important;
}

@media print {
	.invoice-logo {
		filter: grayscale(100%);
	}
}

/* Base animation */
.altum-animate {
	-webkit-animation-duration:1s;
	animation-duration:1s;
}

.altum-animate-fill-both {
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}

.altum-animate-fill-none {
	-webkit-animation-fill-mode:none;
	animation-fill-mode:none;
}

@-webkit-keyframes fadeIn{
	0% {
		opacity:0
	}
	to {
		opacity:1
	}
}
@keyframes fadeIn{
	0% {
		opacity:0
	}
	to {
		opacity:1
	}
}
.altum-animate-fade-in {
	-webkit-animation-name:fadeIn;
	animation-name:fadeIn
}


/* App sub menu */
.account-header-navbar {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-left: 0;
	list-style: none;
	margin: 0 0 1.5rem 0;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0 .25rem;
}

@media (min-width: 992px) {
	.account-header-navbar {
		flex-direction: row;
	}
}

.account-header-navbar .nav-item {
	margin-bottom: .5rem;
	min-width: fit-content;
}

.account-header-navbar .nav-link, .btn-custom {
	padding: .5rem 1.5rem;
	color: var(--gray);
	border-radius: var(--border-radius);
	border: 1px solid var(--gray-100);
	font-size: .9rem;
	background: var(--white);
}

.account-header-navbar .nav-link:hover, .btn-custom:hover {
	color: var(--gray);
	border: 1px solid var(--gray-200);
}

.account-header-navbar .nav-link.active, .btn-custom.active {
	color: var(--primary);
	border: 1px solid var(--primary);
}

/* Blog */
.blog-post-image {
	max-height: 25rem;
	object-fit: cover;
}

/* File input */
.altum-file-input {
	padding: 1rem;
	background: var(--gray-100);
	border: 1px solid var(--gray-100);
	border-radius: 0.25rem;
	cursor: pointer;
	font-size: .9rem;
}

.altum-file-input:hover {
	border-color: var(--gray-300);
}

.altum-file-input::file-selector-button {
	border: 0;
	padding: .4rem .75rem;
	border-radius: var(--border-radius);
	background-color: var(--white);
	cursor: pointer;
	font-size: .9rem;
	margin-right: 1rem;
}

.sticky {
	position: sticky !important;
	top: 1rem;
	height: min-content;
}

/* Icons on links animations */
a svg {
	transition: transform .15s;
}

a:hover svg {
	transform: scale(1.1);
}

a:active svg {
	transform: scale(.9);
}

/* Helper zoom class for icons */
.icon-zoom-animation svg {
	transition: transform .15s;
}

.icon-zoom-animation:hover svg {
	transform: scale(1.1);
}

/* Self zoom */
.zoom-animation {
	transition: transform .15s;
}

.zoom-animation:hover {
	transform: scale(1.05);
}

.zoom-animation:active {
	transform: scale(.95);
}

/* Color picker border */
.pcr-button {
	border: 1px solid white !important;
	outline: 1px solid var(--gray-300) !important;
	height: calc(var(--input-padding-y) + var(--input-padding-x) + var(--input-font-size) + calc(var(--input-font-size) / 2.75)) !important;
	border-radius: var(--border-radius) !important;
	width: 100% !important;
}

.pcr-button::before, .pcr-button::after {
	border-radius: var(--border-radius) !important;
}

/* Width fit content */
.w-fit-content {
	width: fit-content !important;
}

/* Signatures */
.signature-avatar {
	width: 50px;
	height: 50px;
	max-width: 50px;
	max-height: 50px;
}

/* Ajax loading overlay */
.loading-overlay {
	padding: 1.25rem;
	border-radius: var(--border-radius);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--white);
	z-index: 100;
	opacity: 0.8;
}

[data-theme-style="dark"] .loading-overlay {
	background: var(--gray-50);
}

/* Input group button */
.input-group > .input-group-append > .btn {
	font-size: .9rem;
}

/* AIX */
.ai-chat-avatar {
	width: 35px;
	height: 35px;
}

.ai-chat-big-avatar {
	width: 50px;
	height: 50px;
}

.chat-messages {
	height: 25rem;
	overflow-y: scroll;
}

.chat-image > img {
	max-height: 15rem;
}

/* Shiki code highlighter */
.shiki {
	overflow: auto;
	border-radius: var(--border-radius);
	padding: 1.5rem;
	font-size: .9rem;
	line-height: 1.5rem;
}

.shiki code {
	background: initial !important;
}

/* Fa stack small */
.fa-stack-small {
	font-size: 0.65rem;
	vertical-align: middle;
}

/* Btn group */
.btn-group-custom {
	border: 1px solid var(--gray-100);
	padding: 0.5rem 0;
	border-radius: var(--border-radius);
}

.btn-group-custom .btn {
	margin: 0 .5rem;
	border-radius: var(--border-radius) !important;
	background: var(--gray-200);
}

.btn-group-custom .btn.active {
	background: var(--dark);
	color: var(--white);
}

/* Custom scrollbar */
body * {
    scrollbar-color: var(--gray-200) var(--white) !important;
    scrollbar-width: thin !important;
}

body *::-webkit-scrollbar-thumb  {
    background: var(--gray-200);
    border-radius: 10px;
    width: 6px;
    height: 6px;
}

body *::-webkit-scrollbar, body *::-webkit-scrollbar-track {
    background: var(--white);
    border-radius: 10px;
    width: 6px;
    height: 6px;
}

/* Notification bell */
.internal-notification-icon {
	animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
	0% {
		box-shadow: 0 0 0 0px var(--danger);
	}
	100% {
		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
	}
}

/* Gradient text */
.text-gradient-primary {
	background: linear-gradient(135deg, var(--gradient-one), var(--gradient-two));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* Gradient background */
.bg-gradient {
	animation: bg-gradient-animation 3s ease infinite alternate;
	background: linear-gradient(60deg,#f79533,#f37055,#ef4e7b,#a166ab,#5073b8,#1098ad,#07b39b,#6fba82);
	background-size: 300% 300%;
}

@keyframes bg-gradient-animation {
	0% {
		background-position: 0 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0 50%;
	}
}

/* Teams */
.team-delegate-access-wrapper {
	margin: .75rem;
	border-radius: .5rem;
}

@media (min-width: 992px) {
	.team-delegate-access-wrapper {
		border-radius: 5rem;
	}
}

/* Announcements */
.announcement-wrapper {
	margin: .75rem;
	border-radius: .5rem;
	opacity: 0;
	transition: opacity .3s ease-in;
	animation: ac-fade-in-down .3s ease-in .6s forwards;
}

@media (min-width: 992px) {
	.announcement-wrapper {
		border-radius: 5rem;
	}
}

@keyframes ac-fade-in-down {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

/* PWA */
.pwa-wrapper {
	position: fixed;
	bottom: 0;
	width: calc(100% - 1.5rem);
	z-index: 1000;
}

/* -------------------------------------------------------------------------- */
/* Kontakt beta design system                                                  */
/* Visual-only overrides: routes, forms, JS hooks and server behavior remain.  */
/* -------------------------------------------------------------------------- */

:root {
	--kontakt-coral: #ff735f;
	--kontakt-coral-dark: #e95445;
	--kontakt-ink: #10242c;
	--kontakt-teal: #4e7f87;
	--kontakt-cream: #f4f0e8;
	--kontakt-paper: #fffdf8;
	--kontakt-line: #ded8cc;
	--kontakt-muted: #66757b;
	--kontakt-radius-sm: 12px;
	--kontakt-radius: 18px;
	--kontakt-radius-lg: 26px;
	--kontakt-shadow: 0 18px 48px rgba(16, 36, 44, .08);
}

body {
	font-family: "Manrope", Arial, sans-serif;
	letter-spacing: -.01em;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.app-sidebar-title a,
.app-navbar .navbar-brand,
body.index .navbar-brand,
.pricing-price-amount {
	font-family: "Unbounded", "Manrope", Arial, sans-serif;
}

body.app {
	background:
		radial-gradient(circle at 88% -10%, rgba(255, 115, 95, .16), transparent 30rem),
		var(--kontakt-cream);
	color: var(--kontakt-ink);
}

body.app[data-theme-style="dark"] {
	--kontakt-cream: #0d181d;
	--kontakt-paper: #14242a;
	--kontakt-line: #294048;
	--kontakt-muted: #9babb0;
	--kontakt-ink: #f6f2e9;
	--kontakt-shadow: 0 18px 48px rgba(0, 0, 0, .25);
	background:
		radial-gradient(circle at 90% -10%, rgba(255, 115, 95, .16), transparent 30rem),
		#0d181d;
}

.app-sidebar {
	min-width: 276px;
	max-width: 276px;
	margin: 1.25rem 1.25rem 1.25rem -310px;
	background: var(--kontakt-paper);
	border: 1px solid var(--kontakt-line);
	border-radius: var(--kontakt-radius-lg);
	box-shadow: var(--kontakt-shadow);
	overflow: hidden;
}

body.app-sidebar-opened .app-sidebar {
	margin-left: 1.25rem;
}

@media (min-width: 992px) {
	.app-sidebar {
		margin-left: 1.25rem;
	}

	.app-content {
		margin-left: 316px;
	}
}

.app-sidebar-title {
	justify-content: flex-start;
	height: 84px;
	margin: 0;
	padding: 0 1.5rem;
	border-bottom: 1px solid var(--kontakt-line);
}

.app-sidebar-title a {
	font-size: 0;
	color: var(--kontakt-ink);
	font-weight: 800;
	letter-spacing: -.06em;
}

.app-sidebar-title a::before {
	content: "КОНТАКТ";
	font-size: 1.35rem;
}

.app-sidebar-title a::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-left: 7px;
	border-radius: 50%;
	background: var(--kontakt-coral);
}

.app-sidebar-links-wrapper {
	padding: .8rem .35rem;
}

.app-sidebar-links > li {
	padding: .15rem .65rem;
}

.app-sidebar-links > li > a {
	min-height: 46px;
	padding: .75rem .9rem;
	border-radius: 13px;
	color: var(--kontakt-muted);
	font-size: .875rem;
	font-weight: 650;
	transition: color .18s ease, background .18s ease, transform .18s ease;
}

.app-sidebar-links > li > a i {
	width: 24px;
	margin-right: .65rem !important;
	color: var(--kontakt-teal);
	font-size: .95rem;
}

.app-sidebar-links > li > a:hover,
[data-theme-style="dark"] .app-sidebar-links > li > a:hover {
	background: rgba(255, 115, 95, .10);
	color: var(--kontakt-ink);
	transform: translateX(2px);
}

.app-sidebar-links > li.active > a:not(.default),
[data-theme-style="dark"] .app-sidebar-links > li.active > a:not(.default) {
	background: var(--kontakt-coral);
	color: #10242c;
	box-shadow: 0 10px 24px rgba(255, 115, 95, .22);
	font-weight: 750;
}

.app-sidebar-links > li.active > a:not(.default) i {
	color: #10242c;
}

.app-sidebar-links > .divider-wrapper > .divider {
	border-color: var(--kontakt-line);
}

.app-sidebar-footer > a {
	padding: 1rem 1.25rem;
	border-color: var(--kontakt-line);
	color: var(--kontakt-muted);
}

.app-sidebar-footer > a:hover {
	background: rgba(78, 127, 135, .08);
	color: var(--kontakt-ink);
}

.app-sidebar-avatar {
	width: 40px;
	height: 40px;
	border: 2px solid var(--kontakt-coral);
}

.app-sidebar-footer-text {
	color: var(--kontakt-ink);
}

.app-navbar {
	min-height: 86px;
	border-color: transparent;
	background: transparent;
}

.app-navbar .navbar-brand {
	font-size: 0;
	color: var(--kontakt-ink);
	font-weight: 850;
	letter-spacing: -.06em;
}

.app-navbar .navbar-brand::before {
	content: "КОНТАКТ";
	font-size: 1.2rem;
}

.app-navbar .navbar-brand::after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-left: 6px;
	border-radius: 50%;
	background: var(--kontakt-coral);
}

.app-content > .py-3.p-lg-5 {
	padding-top: 1.25rem !important;
}

.app-content main > .container {
	max-width: 1280px;
}

.card {
	border: 1px solid var(--kontakt-line);
	border-radius: var(--kontakt-radius);
	background: var(--kontakt-paper);
	box-shadow: 0 10px 30px rgba(16, 36, 44, .045);
}

.card.position-relative,
.card.h-100 {
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.card.position-relative:hover,
.card.h-100:hover {
	transform: translateY(-2px);
	border-color: rgba(255, 115, 95, .55);
	box-shadow: var(--kontakt-shadow);
}

.card .card {
	box-shadow: none;
}

.card-body {
	padding: 1.35rem;
}

.card-title,
h1, h2, h3, h4, h5, h6 {
	color: var(--kontakt-ink);
	font-weight: 750;
	letter-spacing: -.035em;
}

.text-muted {
	color: var(--kontakt-muted) !important;
}

.btn {
	min-height: 44px;
	border-radius: var(--kontakt-radius-sm);
	font-weight: 700;
	letter-spacing: -.01em;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
	border-color: var(--kontakt-coral);
	background: var(--kontakt-coral);
	color: #10242c;
	box-shadow: none;
}

.btn-primary:hover {
	border-color: var(--kontakt-coral-dark);
	background: var(--kontakt-coral-dark);
	color: #fff;
	transform: translateY(-1px);
}

.btn-light,
.btn-outline-primary {
	border-color: var(--kontakt-line);
	background: var(--kontakt-paper);
	color: var(--kontakt-ink);
}

.btn-light:hover,
.btn-outline-primary:hover {
	border-color: var(--kontakt-coral);
	background: rgba(255, 115, 95, .08);
	color: var(--kontakt-ink);
}

.form-control,
.custom-select,
.select2-container--default .select2-selection--single,
.input-group-text {
	min-height: 46px;
	border: 1px solid var(--kontakt-line);
	border-radius: var(--kontakt-radius-sm);
	background: var(--kontakt-paper);
	color: var(--kontakt-ink);
}

.form-control:focus,
.custom-select:focus,
.select2-container--focus .select2-selection--single {
	border-color: var(--kontakt-coral);
	background: var(--kontakt-paper);
	color: var(--kontakt-ink);
	box-shadow: 0 0 0 4px rgba(255, 115, 95, .14);
}

label {
	color: var(--kontakt-ink);
	font-size: .88rem;
	font-weight: 700;
}

.dropdown-menu,
.modal-content {
	border: 1px solid var(--kontakt-line);
	border-radius: var(--kontakt-radius);
	background: var(--kontakt-paper);
	box-shadow: var(--kontakt-shadow);
}

.dropdown-item {
	color: var(--kontakt-muted);
	border-radius: 9px;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active {
	background: rgba(255, 115, 95, .10);
	color: var(--kontakt-ink);
}

.alert {
	border: 1px solid transparent;
	border-radius: var(--kontakt-radius);
}

.alert-info {
	border-color: rgba(78, 127, 135, .28);
	background: rgba(78, 127, 135, .10);
	color: var(--kontakt-teal);
}

.badge {
	padding: .45em .7em;
	border-radius: 999px;
}

.table {
	color: var(--kontakt-ink);
}

.table th {
	border-top: 0;
	border-bottom-color: var(--kontakt-line);
	color: var(--kontakt-muted);
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.table td {
	border-top-color: var(--kontakt-line);
}

.app-footer {
	border-color: var(--kontakt-line);
	border-radius: var(--kontakt-radius);
	background: var(--kontakt-paper);
}

body.login-background,
body.register-background {
	background:
		radial-gradient(circle at 15% 15%, rgba(78, 127, 135, .18), transparent 28rem),
		radial-gradient(circle at 85% 10%, rgba(255, 115, 95, .22), transparent 28rem),
		var(--kontakt-cream) !important;
	color: var(--kontakt-ink);
}

body.login-background .container > .row,
body.register-background .container > .row {
	min-height: calc(100vh - 8rem);
	align-items: center;
}

body.login-background .card,
body.register-background .card {
	border-radius: 28px;
	box-shadow: var(--kontakt-shadow);
}

body.login-background .card-body,
body.register-background .card-body {
	padding: 2.5rem !important;
}

body.login-background main .mb-5 > a,
body.register-background main .mb-5 > a {
	font-size: 0;
}

body.login-background main .mb-5 > a .h3,
body.register-background main .mb-5 > a .h3 {
	display: none;
}

body.login-background main .mb-5 > a::before,
body.register-background main .mb-5 > a::before {
	content: "КОНТАКТ.";
	color: var(--kontakt-ink);
	font-size: 1.45rem;
	font-weight: 850;
	letter-spacing: -.06em;
}

body.index {
	background: var(--kontakt-cream);
	color: var(--kontakt-ink);
}

body.index .navbar {
	background: rgba(255, 253, 248, .88) !important;
	border-bottom: 1px solid var(--kontakt-line);
	backdrop-filter: blur(16px);
}

body.index .navbar-brand,
body.index [data-logo] {
	color: var(--kontakt-ink) !important;
	font-weight: 850;
	letter-spacing: -.05em;
}

body.index .btn-primary {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

body.index .footer {
	border-top: 1px solid var(--kontakt-line);
	background: var(--kontakt-paper);
}

@media (max-width: 991.98px) {
	.app-sidebar {
		margin-top: .75rem;
		margin-bottom: .75rem;
	}

	body.app-sidebar-opened .app-sidebar {
		margin-left: .75rem;
	}

	.app-content > .py-3.p-lg-5 {
		padding: 1rem !important;
	}

	.card-body {
		padding: 1.1rem;
	}
}

/* -------------------------------------------------------------------------- */
/* Kontakt public landing refresh                                              */
/* Keeps the existing landing content and all account/payment flows intact.    */
/* -------------------------------------------------------------------------- */

body.index {
	--kontakt-cream: #f3efe7;
	--kontakt-paper: #fffdf8;
	--kontakt-soft: #ebe5da;
	--kontakt-line: #d9d2c5;
	--kontakt-muted: #66757b;
	--kontakt-ink: #10242c;
	--kontakt-shadow: 0 22px 60px rgba(16, 36, 44, .09);
	background:
		radial-gradient(circle at 88% 2%, rgba(255, 115, 95, .16), transparent 28rem),
		var(--kontakt-cream);
	color: var(--kontakt-ink);
}

body.index[data-theme-style="dark"] {
	--kontakt-cream: #0d181d;
	--kontakt-paper: #14242a;
	--kontakt-soft: #1a2d34;
	--kontakt-line: #2a424a;
	--kontakt-muted: #a9b7bb;
	--kontakt-ink: #f8f2e8;
	--kontakt-shadow: 0 24px 64px rgba(0, 0, 0, .28);
	background:
		radial-gradient(circle at 88% 2%, rgba(255, 115, 95, .18), transparent 30rem),
		var(--kontakt-cream);
	color: var(--kontakt-ink);
}

body.index .navbar {
	background: rgba(255, 253, 248, .88) !important;
	border-bottom: 1px solid var(--kontakt-line);
	box-shadow: 0 8px 30px rgba(16, 36, 44, .035);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

body.index[data-theme-style="dark"] .navbar {
	background: rgba(20, 36, 42, .9) !important;
}

body.index .navbar-brand {
	font-size: 0;
	color: var(--kontakt-ink) !important;
	font-weight: 850;
	letter-spacing: -.06em;
}

body.index .navbar-brand::before {
	content: "КОНТАКТ";
	font-size: 1.1rem;
}

body.index .navbar-brand::after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-left: 6px;
	border-radius: 50%;
	background: var(--kontakt-coral);
}

body.index .navbar a:not(.btn),
body.index .navbar .nav-link,
body.index .navbar .dropdown-toggle {
	color: var(--kontakt-ink) !important;
}

body.index .index-container {
	overflow: hidden;
}

body.index .index-container-content {
	margin-top: clamp(3.5rem, 6vw, 5.5rem);
	margin-bottom: clamp(3rem, 7vw, 6rem);
}

body.index .index-header {
	max-width: 760px;
	color: var(--kontakt-ink);
	font-size: clamp(2.8rem, 4.55vw, 4.9rem);
	font-weight: 850;
	line-height: .96;
	letter-spacing: -.07em;
	text-wrap: balance;
}

body.index .kontakt-script,
body.index h2 u,
body.index .index-cta h1 {
	color: var(--kontakt-teal);
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: 400;
	letter-spacing: -.07em;
	text-decoration: none;
}

body.index .index-header .kontakt-script {
	display: inline-block;
	color: var(--kontakt-coral);
	font-size: 1.08em;
	line-height: .94;
}

body.index h2 u {
	white-space: nowrap;
}

body.index .index-subheader {
	max-width: 660px;
	margin-bottom: 2rem !important;
	color: var(--kontakt-muted);
	font-size: clamp(1.05rem, 1.6vw, 1.35rem);
	line-height: 1.65;
}

body.index .index-button {
	min-height: 54px;
	padding: .95rem 1.5rem;
	border: 1px solid var(--kontakt-coral) !important;
	border-radius: 14px;
	background: var(--kontakt-coral) !important;
	color: #10242c !important;
	box-shadow: 0 14px 30px rgba(255, 115, 95, .2);
	font-size: .82rem;
	font-weight: 800;
	letter-spacing: .03em;
}

body.index .index-button:hover {
	border-color: var(--kontakt-coral-dark) !important;
	background: var(--kontakt-coral-dark) !important;
	color: #fff !important;
	transform: translateY(-2px);
}

body.index .index-button-white {
	border-color: var(--kontakt-line) !important;
	background: var(--kontakt-paper) !important;
	color: var(--kontakt-ink) !important;
	box-shadow: none;
}

body.index .index-image {
	filter: drop-shadow(0 30px 55px rgba(16, 36, 44, .16));
}

body.index .container.mt-8 {
	margin-top: clamp(4rem, 8vw, 7.5rem) !important;
}

body.index .card {
	border: 1px solid var(--kontakt-line) !important;
	border-radius: 24px;
	background: var(--kontakt-paper);
	color: var(--kontakt-ink);
	box-shadow: var(--kontakt-shadow);
}

body.index .card .card-body {
	padding: clamp(1.4rem, 3vw, 2.4rem);
}

body.index .card h1,
body.index .card h2,
body.index .card h3,
body.index .card h4,
body.index .card h5,
body.index .card h6,
body.index .card .h1,
body.index .card .h2,
body.index .card .h3,
body.index .card .h4,
body.index .card .h5,
body.index .card .h6 {
	color: var(--kontakt-ink);
}

body.index .index-card-image {
	border: 1px solid var(--kontakt-line);
	border-radius: 18px;
	box-shadow: 10px 10px 0 var(--kontakt-soft);
}

body.index .index-card-image:hover {
	box-shadow: 4px 4px 0 var(--kontakt-soft);
	transform: translateY(-2px);
}

body.index .card.index-highly-rounded.h-100 {
	box-shadow: 0 12px 36px rgba(16, 36, 44, .06);
}

body.index .card.index-highly-rounded.h-100:hover {
	border-color: rgba(255, 115, 95, .65) !important;
	box-shadow: 0 18px 44px rgba(16, 36, 44, .1);
	transform: translateY(-4px);
}

body.index .card.index-highly-rounded.h-100 .mb-3.p-3 {
	display: flex;
	align-items: center;
	gap: .8rem;
	min-height: 60px;
	margin-bottom: 1.15rem !important;
	padding: .9rem 1rem !important;
	border: 1px solid rgba(16, 36, 44, .08);
	border-radius: 14px;
}

body.index[data-theme-style="dark"] .card.index-highly-rounded.h-100 .mb-3.p-3 {
	filter: saturate(.88) brightness(.96);
}

body.index .card.index-highly-rounded.h-100 .mb-3.p-3 .h5 {
	margin: 0;
	color: #10242c !important;
	font-family: "Unbounded", "Manrope", Arial, sans-serif;
	font-size: .88rem;
	font-weight: 650;
	line-height: 1.3;
	letter-spacing: -.035em;
}

body.index .card.index-highly-rounded.h-100 .mb-3.p-3 i {
	flex: 0 0 auto;
	margin-right: 0 !important;
	font-size: 1.15rem;
}

body.index .card.index-highly-rounded.h-100 .card-body > p {
	color: var(--kontakt-muted);
	font-size: .94rem;
	line-height: 1.65;
}

body.index .bg-gray-900 {
	border-color: transparent !important;
	background:
		linear-gradient(135deg, rgba(255, 115, 95, .14), transparent 48%),
		#10242c !important;
	color: #fffdf8;
}

body.index .bg-gray-900 h1,
body.index .bg-gray-900 h2,
body.index .bg-gray-900 h3,
body.index .bg-gray-900 .h1,
body.index .bg-gray-900 .h2,
body.index .bg-gray-900 .h3 {
	color: #fffdf8;
}

/* Pricing: explicit surfaces and text colors prevent dark-on-dark inheritance. */
body.index .pricing-plan {
	position: relative;
	height: 100%;
	overflow: hidden;
	border: 1px solid var(--kontakt-line) !important;
	border-radius: 24px !important;
	background: var(--kontakt-paper) !important;
	color: var(--kontakt-ink) !important;
	box-shadow: 0 16px 46px rgba(16, 36, 44, .08);
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

body.index .pricing-plan:hover {
	border-color: rgba(255, 115, 95, .72) !important;
	box-shadow: 0 24px 58px rgba(16, 36, 44, .13);
	transform: translateY(-5px);
}

body.index .pricing-plan-featured {
	border-top: 4px solid var(--kontakt-coral) !important;
	box-shadow: 0 22px 58px rgba(255, 115, 95, .16);
}

body.index .pricing-popular {
	position: absolute;
	z-index: 2;
	top: 14px;
	left: 50%;
	padding: .38rem .75rem;
	border-radius: 999px;
	background: var(--kontakt-coral);
	color: #10242c;
	font-size: .62rem;
	font-weight: 850;
	letter-spacing: .06em;
	text-transform: uppercase;
	white-space: nowrap;
	transform: translateX(-50%);
}

body.index .pricing-plan-featured .pricing-header {
	padding-top: 3.4rem;
}

body.index .pricing-header,
body.index[data-theme-style="dark"] .pricing-header {
	min-height: 250px;
	padding: 2rem 1.75rem 1.5rem;
	border-bottom: 1px solid var(--kontakt-line);
	background:
		linear-gradient(150deg, rgba(255, 115, 95, .09), transparent 52%),
		var(--kontakt-paper) !important;
	color: var(--kontakt-ink) !important;
	text-align: center;
}

body.index .pricing-body,
body.index[data-theme-style="dark"] .pricing-body {
	flex: 1;
	padding: 1.1rem 1.5rem 1.5rem;
	background: var(--kontakt-paper) !important;
	color: var(--kontakt-ink) !important;
}

body.index .pricing-name {
	padding: .42rem .9rem;
	border: 1px solid rgba(255, 115, 95, .38);
	border-radius: 999px;
	background: rgba(255, 115, 95, .13);
	color: var(--kontakt-coral-dark);
	font-size: .7rem;
	font-weight: 850;
	letter-spacing: .08em;
	font-family: "Unbounded", "Manrope", Arial, sans-serif;
}

body.index[data-theme-style="dark"] .pricing-name {
	color: #ff9b8c;
}

body.index .pricing-price {
	margin: 1.2rem 0 .7rem;
	color: var(--kontakt-ink);
}

body.index .pricing-price-amount {
	color: var(--kontakt-ink) !important;
	font-size: clamp(2.8rem, 4vw, 4.2rem);
	font-weight: 850;
	line-height: 1;
	letter-spacing: -.07em;
}

body.index .pricing-price-currency {
	margin-left: .25rem;
	color: var(--kontakt-muted) !important;
	font-size: .76rem;
	font-weight: 750;
	text-transform: uppercase;
}

body.index .pricing-price-period {
	margin-left: .2rem;
	color: var(--kontakt-muted);
	font-size: .72rem;
	font-weight: 700;
	white-space: nowrap;
}

body.index .pricing-details {
	max-width: 310px;
	min-height: 5.2em;
	margin-right: auto;
	margin-left: auto;
	color: var(--kontakt-muted) !important;
	font-size: .86rem;
	line-height: 1.55;
}

body.index .pricing-features {
	margin: 0 0 1.5rem;
	padding: 0;
	color: var(--kontakt-ink) !important;
	font-size: .84rem;
	line-height: 1.35;
	list-style: none;
}

body.index .pricing-features > li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .75rem;
	min-height: 42px;
	margin: 0;
	padding: .65rem .15rem;
	border-bottom: 1px solid var(--kontakt-line);
	color: var(--kontakt-ink) !important;
}

body.index .pricing-features > li:last-child {
	border-bottom: 0;
}

body.index .pricing-features > li > div,
body.index .pricing-features strong {
	color: inherit;
}

body.index .pricing-features .text-muted,
body.index .pricing-features > li .text-muted {
	color: var(--kontakt-muted) !important;
	opacity: .68;
}

body.index .pricing-features .fa-check-circle {
	color: var(--kontakt-teal) !important;
}

body.index .pricing-features .fa-times-circle {
	color: var(--kontakt-muted) !important;
	opacity: .48;
}

body.index .pricing-features .fa-minus-circle,
body.index .pricing-feature-muted {
	color: var(--kontakt-muted) !important;
	opacity: .62;
}

body.index .pricing-note {
	display: inline-flex;
	align-items: center;
	gap: .6rem;
	max-width: 760px;
	margin-top: 1rem;
	padding: .75rem 1rem;
	border: 1px solid rgba(78, 127, 135, .24);
	border-radius: 14px;
	background: rgba(78, 127, 135, .08);
	color: var(--kontakt-ink);
	font-size: .82rem;
	font-weight: 650;
	line-height: 1.45;
}

body.index .pricing-note i {
	color: var(--kontakt-teal);
}

body.index .pricing-save {
	display: inline-block;
	margin-left: .45rem;
	padding: .2rem .45rem;
	border-radius: 999px;
	background: rgba(255, 115, 95, .16);
	color: var(--kontakt-coral-dark);
	font-size: .61rem;
	font-weight: 850;
	white-space: nowrap;
}

body.index .pricing-body .btn {
	min-height: 52px;
	border-radius: 14px;
	font-size: .9rem;
	font-weight: 800;
}

body.index .btn-group-custom {
	padding: 5px;
	border: 1px solid var(--kontakt-line);
	border-radius: 14px;
	background: var(--kontakt-paper);
	box-shadow: 0 8px 26px rgba(16, 36, 44, .05);
}

body.index .btn-group-custom .btn {
	min-height: 40px;
	border: 0;
	border-radius: 10px !important;
	color: var(--kontakt-muted);
}

body.index .btn-group-custom .btn.active {
	background: var(--kontakt-coral);
	color: #10242c;
}

body.index .index-faq .card {
	box-shadow: none;
}

body.index .index-faq .card:hover {
	border-color: rgba(255, 115, 95, .55) !important;
}

body.index .index-faq svg {
	color: var(--kontakt-coral);
}

body.index .index-cta {
	overflow: hidden;
	border: 0 !important;
	background:
		radial-gradient(circle at 90% 10%, rgba(255, 255, 255, .13), transparent 18rem),
		linear-gradient(135deg, var(--kontakt-coral), #e85f50) !important;
	color: #10242c !important;
}

body.index .index-cta h1,
body.index .index-cta h2,
body.index .index-cta h3,
body.index .index-cta p {
	color: #10242c !important;
}

body.index .index-cta h1 {
	font-size: clamp(3rem, 5vw, 5rem);
	line-height: .95;
}

body.index .index-cta a.btn,
body.index[data-theme-style="dark"] .index-cta a.btn {
	border-color: #10242c;
	border-radius: 14px;
	background: #10242c;
	color: #fffdf8;
}

body.index .footer {
	margin-top: clamp(4rem, 8vw, 7rem);
	border-top: 1px solid var(--kontakt-line);
	background: var(--kontakt-paper);
	color: var(--kontakt-muted);
}

body.index .footer a {
	color: var(--kontakt-ink);
}

@media (min-width: 992px) {
	body.index .pricing-plan {
		margin-top: 0;
	}

	body.index .row > div:nth-child(2) > .pricing-plan {
		border-top: 4px solid var(--kontakt-coral) !important;
		transform: translateY(-10px);
	}

	body.index .row > div:nth-child(2) > .pricing-plan:hover {
		transform: translateY(-15px);
	}
}

@media (max-width: 991.98px) {
	body.index .index-container-content {
		margin-top: 3.5rem;
	}

	body.index .index-header {
		font-size: clamp(2.45rem, 10.5vw, 4rem);
		line-height: 1;
	}

	body.index .index-image {
		position: relative;
		top: 0;
		margin-top: 2.5rem;
	}

	body.index .pricing-header {
		min-height: auto;
	}
}

@media (max-width: 575.98px) {
	body.index .navbar {
		padding-left: .35rem;
		padding-right: .35rem;
	}

	body.index .container {
		padding-left: 1.1rem;
		padding-right: 1.1rem;
	}

	body.index .index-header {
		letter-spacing: -.055em;
	}

	body.index .card .card-body {
		padding: 1.25rem;
	}

	body.index .pricing-header {
		padding: 1.6rem 1.25rem 1.3rem;
	}

	body.index .pricing-body {
		padding: .85rem 1.15rem 1.2rem;
	}

	body.index .pricing-price-amount {
		font-size: 3.35rem;
	}
}

/* Global light / dark theme control. */
.kontakt-theme-toggle {
	position: fixed;
	z-index: 1090;
	right: 1.25rem;
	bottom: 1.25rem;
	display: inline-flex;
	width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid var(--kontakt-line);
	border-radius: 50%;
	background: var(--kontakt-paper);
	color: var(--kontakt-ink);
	box-shadow: 0 14px 34px rgba(16, 36, 44, .18);
	cursor: pointer;
	transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.kontakt-theme-toggle:hover,
.kontakt-theme-toggle:focus {
	border-color: var(--kontakt-coral);
	color: var(--kontakt-ink);
	outline: none;
	transform: translateY(-2px);
}

.kontakt-theme-toggle:focus-visible {
	box-shadow: 0 0 0 4px rgba(255, 115, 95, .22), 0 14px 34px rgba(16, 36, 44, .18);
}

.kontakt-theme-toggle .kontakt-theme-icon-light {
	display: none;
}

body[data-theme-style="dark"] .kontakt-theme-toggle .kontakt-theme-icon-dark {
	display: none;
}

body[data-theme-style="dark"] .kontakt-theme-toggle .kontakt-theme-icon-light {
	display: inline-block;
}

/* Pricing values always remain inside narrow four-column cards. */
body.index .pricing-price {
	display: block;
	width: 100%;
	min-width: 0;
	margin: 1.15rem 0 .75rem;
}

body.index .pricing-price-value {
	display: block;
	width: 100%;
	min-width: 0;
	overflow: visible;
	text-align: center;
}

body.index .pricing-price-amount {
	max-width: 100%;
	font-size: clamp(2.25rem, 3vw, 3.45rem);
	letter-spacing: -.085em;
	white-space: nowrap;
}

body.index .pricing-price-amount[data-plan-payment-frequency="annual"] {
	font-size: clamp(2rem, 2.55vw, 2.9rem);
}

body.index .pricing-price-meta {
	display: flex;
	min-height: 1.35rem;
	align-items: baseline;
	justify-content: center;
	gap: .15rem;
	margin-top: .35rem;
}

body.index .pricing-price-currency,
body.index .pricing-price-period {
	margin-left: 0;
}

body.index .pricing-note span {
	text-align: left;
}

body.index .pricing-note a {
	display: inline-block;
	margin-left: .35rem;
	color: var(--kontakt-coral-dark);
	font-weight: 850;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

body.index .pricing-note a:hover {
	color: var(--kontakt-ink);
}

@media (max-width: 575.98px) {
	.kontakt-theme-toggle {
		right: .9rem;
		bottom: .9rem;
		width: 44px;
		height: 44px;
	}

	body.index .pricing-price-amount {
		font-size: clamp(2.5rem, 15vw, 3.35rem);
	}

	body.index .pricing-price-amount[data-plan-payment-frequency="annual"] {
		font-size: clamp(2.2rem, 13vw, 3rem);
	}

	body.index .pricing-note {
		align-items: flex-start;
		text-align: left;
	}

	body.index .pricing-note a {
		display: block;
		margin: .35rem 0 0;
	}
}
