.lc-content-main {
	padding: 0 0 3rem;
}

.lc-banner {
	padding: 2rem 0;
	background: var(--brand-soft-color);
}

.lc-breadcrumb {
	padding: 1rem 0;
	border-bottom: 1px solid var(--border-color);
	font-size: 0.925rem;
}

.lc-breadcrumb .breadcrumb {
	margin-bottom: 0;
}

.lc-breadcrumb .breadcrumb-item {
	display: inline-flex;
	align-items: center;
}

.lc-breadcrumb .breadcrumb-item::before {
	float: none;
	line-height: inherit;
}

[dir="rtl"] .lc-breadcrumb,
[dir="rtl"] .lc-breadcrumb .breadcrumb,
[dir="rtl"] .lc-breadcrumb .mod-breadcrumbs {
	direction: rtl;
	text-align: right;
}

[dir="rtl"] .lc-breadcrumb .breadcrumb {
	justify-content: flex-start;
	padding-inline-start: 0;
	padding-inline-end: 0;
}

[dir="rtl"] .lc-breadcrumb .breadcrumb-item {
	float: none;
	direction: rtl;
	text-align: right;
}

[dir="rtl"] .lc-breadcrumb .breadcrumb-item + .breadcrumb-item {
	padding-inline-start: 0;
	padding-inline-end: var(--bs-breadcrumb-item-padding-x, 0.5rem);
}

[dir="rtl"] .lc-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
	float: none;
	padding-inline-start: var(--bs-breadcrumb-item-padding-x, 0.5rem);
	padding-inline-end: 0;
	color: var(--muted-color);
	direction: ltr;
	unicode-bidi: isolate;
}

.lc-content-columns {
	display: grid;
	gap: 2rem;
	padding-top: 2rem;
}

.lc-content-columns.has-no-sidebars {
	width: min(100% - 2rem, 100vw);
	max-width: none;
}

.lc-content-area {
	min-width: 0;
}

.lc-component {
	min-width: 0;
}

.lc-component h1,
.lc-component h2,
.lc-component h3 {
	line-height: 1.2;
}

.lc-component h1 {
	margin-bottom: 1rem;
	font-size: clamp(2rem, 5vw, 3.25rem);
}

.iotkep-article {
	position: relative;
	isolation: isolate;
}

.iotkep-article--card {
	overflow: hidden;
	border-radius: 0.5rem;
	box-shadow: var(--shadow-soft);
}

.iotkep-article--card.border-custom {
	border-color: var(--iotkep-article-card-border) !important;
}

.iotkep-article--card.border-iotkep {
	border-color: #9bdff0 !important;
}

.iotkep-article--card .text-bg-custom,
.iotkep-article--card .text-bg-iotkep {
	background-color: var(--iotkep-article-card-bg) !important;
	color: var(--iotkep-article-card-color) !important;
}

.iotkep-article--card .text-bg-iotkep {
	--iotkep-article-card-bg: #eaf9fc;
	--iotkep-article-card-color: #07485a;
}

.iotkep-article--panel {
	overflow: hidden;
	border: 1px solid #b9edf5;
	border-radius: 0.5rem;
	background:
		linear-gradient(180deg, #eaf9fc 0%, rgba(234, 249, 252, 0.2) 15rem),
		var(--background-color);
	box-shadow: var(--shadow-soft);
}

.iotkep-article--panel.iotkep-article--theme-custom {
	border-color: var(--iotkep-article-card-border);
}

.iotkep-article--panel .iotkep-article__hero {
	padding: clamp(1rem, 3vw, 1.5rem) clamp(1rem, 5vw, 4rem);
	border-bottom: 1px solid color-mix(in srgb, var(--primary-color), transparent 70%);
	background: color-mix(in srgb, var(--primary-color), transparent 92%);
	color: var(--text-color);
}

.iotkep-article--panel.iotkep-article--theme-custom .iotkep-article__hero {
	border-bottom-color: var(--iotkep-article-card-border);
	background: var(--iotkep-article-card-bg);
	color: var(--iotkep-article-card-color);
}

.iotkep-article--panel.iotkep-article--theme-primary .iotkep-article__hero,
.iotkep-article--panel.iotkep-article--theme-iotkep .iotkep-article__hero {
	border-bottom-color: #b9edf5;
	background: #eaf9fc;
	color: #07485a;
}

.iotkep-article--panel.iotkep-article--theme-secondary .iotkep-article__hero {
	background: var(--secondary-color);
	color: #fff;
}

.iotkep-article--panel.iotkep-article--theme-success .iotkep-article__hero {
	background: var(--bs-success, #198754);
	color: #fff;
}

.iotkep-article--panel.iotkep-article--theme-info .iotkep-article__hero {
	background: var(--bs-info, #0dcaf0);
	color: #05242b;
}

.iotkep-article--panel.iotkep-article--theme-warning .iotkep-article__hero {
	background: var(--bs-warning, #ffc107);
	color: #2f2300;
}

.iotkep-article--panel.iotkep-article--theme-danger .iotkep-article__hero {
	background: var(--bs-danger, #dc3545);
}

.iotkep-article--panel.iotkep-article--theme-dark .iotkep-article__hero {
	background: var(--bs-dark, #212529);
}

.iotkep-article__hero {
	padding: 0;
}

.iotkep-article--plain .iotkep-article__hero {
	padding: clamp(1rem, 3vw, 1.75rem) clamp(1rem, 5vw, 4rem) 0;
}

.iotkep-article--card .iotkep-article__hero {
	padding: 0.7rem 1rem;
}

.iotkep-article__hero-content {
	max-width: 76rem;
	margin-inline: auto;
}

[dir="rtl"] .iotkep-article__hero-content {
	text-align: center;
}

.iotkep-article__title {
	max-width: none;
	margin: 0 !important;
	color: inherit;
	font-size: clamp(1.55rem, 3vw, 2.35rem) !important;
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: 0;
	text-align: center;
	overflow-wrap: anywhere;
}

[dir="rtl"] .iotkep-article__title {
	margin-inline: auto;
}

.iotkep-article__after-title {
	margin-top: 1rem;
}

.iotkep-article__body-wrap {
	max-width: 76rem;
	margin-inline: auto;
}

.iotkep-article--plain .iotkep-article__body-wrap {
	padding: clamp(0.75rem, 2.5vw, 1.35rem) clamp(1rem, 5vw, 4rem) clamp(1.75rem, 5vw, 4rem);
}

.iotkep-article--card .iotkep-article__body-wrap {
	max-width: 100%;
	padding: clamp(1.25rem, 3vw, 2rem);
}

.iotkep-article--panel .iotkep-article__body-wrap {
	padding: clamp(1rem, 3vw, 2rem) clamp(1rem, 5vw, 4rem);
}

.iotkep-article__body {
	color: color-mix(in srgb, var(--text-color), var(--muted-color) 10%);
	font-size: clamp(1.03rem, 2vw, 1.16rem);
	line-height: 1.95;
}

.iotkep-article__body > *:first-child {
	margin-top: 0;
}

.iotkep-article__body > *:last-child {
	margin-bottom: 0;
}

.iotkep-article__body p,
.iotkep-article__body ul,
.iotkep-article__body ol,
.iotkep-article__body blockquote,
.iotkep-article__body table {
	margin-bottom: 1.25rem;
}

.iotkep-article__body h2,
.iotkep-article__body h3,
.iotkep-article__body h4 {
	margin-top: 2rem;
	margin-bottom: 0.75rem;
	color: var(--text-color);
	font-weight: 800;
	letter-spacing: 0;
}

.iotkep-article__body blockquote {
	margin-inline: 0;
	padding: 1rem 1.25rem;
	border-inline-start: 0.25rem solid var(--primary-color);
	border-radius: 0.5rem;
	background: color-mix(in srgb, var(--brand-soft-color), transparent 22%);
	color: var(--text-color);
}

.iotkep-article__body img {
	border-radius: 0.5rem;
}

.iotkep-article__body table {
	width: 100%;
	border-collapse: collapse;
	overflow: hidden;
	border: 1px solid var(--border-color);
	border-radius: 0.5rem;
}

.iotkep-article__body th,
.iotkep-article__body td {
	padding: 0.75rem;
	border-bottom: 1px solid var(--border-color);
}

.iotkep-article__plugin {
	color: var(--muted-color);
}

.iotkep-article__plugin--before {
	margin-bottom: 1.5rem;
}

.iotkep-article__plugin--after {
	margin-top: 1.5rem;
}

.iotkep-article__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	max-width: 76rem;
	margin-top: clamp(1.5rem, 4vw, 2.5rem);
	margin-inline: auto;
	padding-top: 1.25rem;
	border-top: 1px solid var(--border-color);
	color: var(--muted-color);
}

.iotkep-article--card .iotkep-article__meta {
	width: 100%;
	max-width: 100%;
	margin-top: 0;
	margin-inline: 0;
	padding: 0.75rem 1rem;
	border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
	justify-content: center;
}

.iotkep-article--panel .iotkep-article__meta {
	max-width: none;
	margin: 0;
	padding: 1rem clamp(1rem, 5vw, 4rem);
	border-top: 1px solid #b9edf5;
	background: #eaf9fc;
	justify-content: center;
}

.iotkep-article--panel.iotkep-article--theme-custom .iotkep-article__meta {
	border-top-color: var(--iotkep-article-card-border);
	background: var(--iotkep-article-card-bg);
	color: var(--iotkep-article-card-color);
}

.iotkep-article--panel.iotkep-article--theme-custom .iotkep-article__meta-label,
.iotkep-article--panel.iotkep-article--theme-custom .iotkep-article__meta-item i {
	color: inherit;
}

.iotkep-article__meta-item {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	min-height: 2.25rem;
	padding: 0.35rem 0.65rem;
	border: 1px solid color-mix(in srgb, var(--border-color), transparent 22%);
	border-radius: 999px;
	background: color-mix(in srgb, var(--brand-soft-color), transparent 48%);
	font-size: 0.92rem;
	white-space: nowrap;
}

.iotkep-article--card .iotkep-article__meta-item {
	border-color: color-mix(in srgb, currentColor, transparent 72%);
	background: color-mix(in srgb, currentColor, transparent 94%);
	color: inherit;
}

.iotkep-article__meta-item i {
	color: var(--primary-color);
	font-size: 0.9rem;
}

.iotkep-article--card .iotkep-article__meta-item i {
	color: inherit;
	opacity: 0.82;
}

.iotkep-article__meta-label {
	color: var(--text-color);
	font-weight: 700;
}

.iotkep-article--card .iotkep-article__meta-label {
	color: inherit;
}

.iotkep-article__meta-label::after {
	content: ":";
}

.iotkep-category-list {
	width: 100%;
}

.iotkep-category-list--bootstrap_card .border-iotkep {
	border-color: #9bdff0 !important;
}

.iotkep-category-list--bootstrap_card .border-custom {
	border-color: var(--iotkep-category-theme-border) !important;
}

.iotkep-category-list--bootstrap_card .text-bg-iotkep {
	background-color: #eaf9fc !important;
	color: #07485a !important;
}

.iotkep-category-list--bootstrap_card .text-bg-custom {
	background-color: var(--iotkep-category-theme-bg) !important;
	color: var(--iotkep-category-theme-color) !important;
}

.iotkep-category-list__panel {
	overflow: hidden;
	border: 1px solid #b9edf5;
	border-radius: 0.5rem;
	background:
		linear-gradient(180deg, #eaf9fc 0%, rgba(234, 249, 252, 0.2) 15rem),
		var(--background-color);
	box-shadow: var(--shadow-soft);
}

.iotkep-category-list--none .iotkep-category-list__panel {
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.iotkep-category-list--bootstrap_card .iotkep-category-list__panel {
	background: var(--bs-card-bg);
}

.iotkep-category-list--iotkep_panel.iotkep-category-list--theme-custom .iotkep-category-list__panel {
	border-color: var(--iotkep-category-theme-border);
}

.iotkep-category-list__header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: clamp(1rem, 3vw, 1.5rem);
	border-bottom: 1px solid var(--border-color);
}

.iotkep-category-list--none .iotkep-category-list__header {
	padding-inline: 0;
}

.iotkep-category-list--bootstrap_card .iotkep-category-list__header {
	border-bottom-color: var(--bs-card-border-color);
}

.iotkep-category-list--iotkep_panel.iotkep-category-list--theme-custom .iotkep-category-list__header {
	border-bottom-color: var(--iotkep-category-theme-border);
	background: var(--iotkep-category-theme-bg);
	color: var(--iotkep-category-theme-color);
}

.iotkep-category-list--iotkep_panel.iotkep-category-list--theme-custom .iotkep-category-list__eyebrow,
.iotkep-category-list--iotkep_panel.iotkep-category-list--theme-custom .iotkep-category-list__title,
.iotkep-category-list--iotkep_panel.iotkep-category-list--theme-custom .iotkep-category-list__limit {
	color: inherit;
}

.iotkep-category-list--iotkep_panel.iotkep-category-list--theme-primary .iotkep-category-list__header,
.iotkep-category-list--iotkep_panel.iotkep-category-list--theme-iotkep .iotkep-category-list__header {
	background: #eaf9fc;
	color: #07485a;
}

.iotkep-category-list--iotkep_panel.iotkep-category-list--theme-secondary .iotkep-category-list__header {
	background: var(--secondary-color);
	color: #fff;
}

.iotkep-category-list--iotkep_panel.iotkep-category-list--theme-success .iotkep-category-list__header {
	background: var(--bs-success, #198754);
	color: #fff;
}

.iotkep-category-list--iotkep_panel.iotkep-category-list--theme-info .iotkep-category-list__header {
	background: var(--bs-info, #0dcaf0);
	color: #05242b;
}

.iotkep-category-list--iotkep_panel.iotkep-category-list--theme-warning .iotkep-category-list__header {
	background: var(--bs-warning, #ffc107);
	color: #2f2300;
}

.iotkep-category-list--iotkep_panel.iotkep-category-list--theme-danger .iotkep-category-list__header {
	background: var(--bs-danger, #dc3545);
}

.iotkep-category-list--iotkep_panel.iotkep-category-list--theme-dark .iotkep-category-list__header {
	background: var(--bs-dark, #212529);
}

.iotkep-category-list--iotkep_panel[class*="iotkep-category-list--theme-"] .iotkep-category-list__header .iotkep-category-list__eyebrow,
.iotkep-category-list--iotkep_panel[class*="iotkep-category-list--theme-"] .iotkep-category-list__header .iotkep-category-list__title,
.iotkep-category-list--iotkep_panel[class*="iotkep-category-list--theme-"] .iotkep-category-list__header .iotkep-category-list__limit {
	color: inherit;
}

.iotkep-category-list__eyebrow {
	margin: 0 0 0.25rem;
	color: #087892;
	font-size: 0.85rem;
	font-weight: 800;
	letter-spacing: 0;
}

.iotkep-category-list__title {
	margin: 0;
	color: var(--text-color);
	font-size: clamp(1.35rem, 3vw, 2rem);
	font-weight: 800;
	line-height: 1.25;
}

.iotkep-category-list__limit {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	margin: 0;
	color: var(--muted-color);
	font-size: 0.92rem;
	font-weight: 700;
	white-space: nowrap;
}

.iotkep-category-list__limit select {
	min-width: 5rem;
	min-height: 2.4rem;
	margin: 0;
	border: 1px solid var(--border-color);
	border-radius: 0.5rem;
	background-color: var(--background-color);
	color: var(--text-color);
}

.iotkep-category-list__tools {
	display: grid;
	grid-template-columns: minmax(14rem, 1.35fr) repeat(3, minmax(10rem, 0.65fr)) auto;
	align-items: end;
	gap: 0.75rem;
	padding: 1rem clamp(1rem, 3vw, 1.5rem);
	border-bottom: 1px solid color-mix(in srgb, var(--border-color), transparent 45%);
	background: color-mix(in srgb, var(--background-color), var(--brand-soft-color) 34%);
}

.iotkep-category-list__control {
	display: grid;
	gap: 0.35rem;
	margin: 0;
	color: var(--muted-color);
	font-size: 0.82rem;
	font-weight: 800;
}

.iotkep-category-list__control--search {
	min-width: min(100%, 14rem);
}

.iotkep-category-list__control .form-control,
.iotkep-category-list__control .form-select {
	min-height: 2.55rem;
	border-color: var(--border-color);
	border-radius: 0.5rem;
	color: var(--text-color);
	font-size: 0.95rem;
	font-weight: 500;
}

.iotkep-category-list__clear {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 2.55rem;
	border-radius: 0.5rem;
	white-space: nowrap;
}

.iotkep-category-list__result-count {
	grid-column: 1 / -1;
	margin: -0.15rem 0 0;
	color: var(--muted-color);
	font-size: 0.88rem;
	font-weight: 700;
}

.iotkep-category-list__items {
	display: grid;
	gap: 0.8rem;
	padding: clamp(1rem, 3vw, 1.5rem);
}

.iotkep-category-list__item {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 1rem;
	padding: 1rem;
	border: 1px solid color-mix(in srgb, var(--border-color), transparent 15%);
	border-radius: 0.5rem;
	background: color-mix(in srgb, var(--background-color), var(--brand-soft-color) 18%);
	transition:
		border-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

.iotkep-category-list__item:hover {
	border-color: color-mix(in srgb, var(--primary-color), transparent 45%);
	box-shadow: 0 0.75rem 1.75rem rgba(15, 81, 50, 0.1);
	transform: translateY(-1px);
}

.iotkep-category-list__number {
	display: grid;
	place-items: center;
	width: 2.35rem;
	height: 2.35rem;
	border-radius: 0.5rem;
	background: #0891b2;
	color: #fff;
	font-weight: 800;
}

.iotkep-category-list__content {
	min-width: 0;
}

.iotkep-category-list__item-title {
	margin: 0;
	font-size: clamp(1.05rem, 2vw, 1.25rem);
	font-weight: 800;
	line-height: 1.35;
}

.iotkep-category-list__badges {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.45rem;
	margin-top: 0.45rem;
}

.iotkep-category-list__badges .icons {
	display: inline-flex;
}

.iotkep-category-list__badges .btn,
.iotkep-category-list__create .btn {
	border-radius: 0.5rem;
}

.iotkep-category-list__item-title a {
	color: var(--text-color);
}

.iotkep-category-list__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 0.85rem;
	margin-top: 0.5rem;
	color: var(--muted-color);
	font-size: 0.9rem;
}

.iotkep-category-list__meta span {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}

.iotkep-category-list__meta i {
	color: #0891b2;
	font-size: 0.88rem;
}

.iotkep-category-list__read,
.iotkep-category-list__locked {
	display: grid;
	place-items: center;
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid #9bdff0;
	border-radius: 0.5rem;
	background: #eaf9fc;
	color: #087892;
	transition:
		background-color 180ms ease,
		color 180ms ease;
}

.iotkep-category-list__locked {
	opacity: 0.65;
}

.iotkep-category-list__item:hover .iotkep-category-list__read {
	background: #0891b2;
	color: #fff;
}

[dir="ltr"] .iotkep-category-list__read i {
	transform: rotate(180deg);
}

.iotkep-category-list__empty {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	min-height: 8rem;
	margin: clamp(1rem, 3vw, 1.5rem);
	border: 1px dashed var(--border-color);
	border-radius: 0.5rem;
	color: var(--muted-color);
	font-weight: 700;
}

.iotkep-category-list__empty i {
	color: #0891b2;
}

.iotkep-category-list__empty--filtered[hidden] {
	display: none;
}

.iotkep-category-list__pagination {
	display: grid;
	gap: 0.75rem;
	justify-content: center;
	text-align: center;
	padding: 0 clamp(1rem, 3vw, 1.5rem) clamp(1rem, 3vw, 1.5rem);
}

.iotkep-category-list__counter {
	margin: 0;
	color: var(--muted-color);
	font-size: 0.92rem;
	font-weight: 700;
}

.iotkep-category-list__pagination .pagination {
	margin: 0;
}

.iotkep-category-list__create {
	padding: 0 clamp(1rem, 3vw, 1.5rem) clamp(1rem, 3vw, 1.5rem);
}

.lc-content-top,
.lc-content-bottom,
.lc-sidebar {
	display: grid;
	gap: 1rem;
}

.lc-content-top {
	margin-bottom: 1.5rem;
}

.lc-content-bottom {
	margin-top: 2rem;
}

.lc-sidebar {
	align-content: start;
}

.lc-sidebar .moduletable {
	padding: 1rem;
	border: 1px solid var(--border-color);
	background: var(--brand-soft-color);
}

@media (min-width: 992px) {
	.lc-content-columns.has-left-sidebar {
		grid-template-columns: minmax(12rem, 18rem) minmax(0, 1fr);
	}

	.lc-content-columns.has-right-sidebar {
		grid-template-columns: minmax(0, 1fr) minmax(12rem, 18rem);
	}

	.lc-content-columns.has-two-sidebars {
		grid-template-columns: minmax(10rem, 16rem) minmax(0, 1fr) minmax(10rem, 16rem);
	}

	[dir="rtl"] .lc-content-columns.has-left-sidebar {
		grid-template-columns: minmax(0, 1fr) minmax(12rem, 18rem);
	}

	[dir="rtl"] .lc-content-columns.has-left-sidebar .lc-sidebar-left {
		grid-column: 2;
	}

	[dir="rtl"] .lc-content-columns.has-left-sidebar .lc-content-area {
		grid-column: 1;
		grid-row: 1;
	}

	[dir="rtl"] .lc-content-columns.has-right-sidebar {
		grid-template-columns: minmax(12rem, 18rem) minmax(0, 1fr);
	}

	[dir="rtl"] .lc-content-columns.has-right-sidebar .lc-sidebar-right {
		grid-column: 1;
	}

	[dir="rtl"] .lc-content-columns.has-right-sidebar .lc-content-area {
		grid-column: 2;
		grid-row: 1;
	}
}

@media (max-width: 991.98px) {
	.iotkep-category-list__tools {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.iotkep-category-list__control--search,
	.iotkep-category-list__result-count {
		grid-column: 1 / -1;
	}
}

@media (max-width: 575.98px) {
	.lc-content-columns {
		padding-top: 1rem;
	}

	.iotkep-article__meta {
		display: flex;
		align-items: stretch;
	}

	.iotkep-article__meta-item {
		justify-content: flex-start;
		width: 100%;
		border-radius: 0.5rem;
		white-space: normal;
	}

	.iotkep-category-list__header {
		align-items: stretch;
	}

	.iotkep-category-list__limit {
		justify-content: space-between;
		width: 100%;
	}

	.iotkep-category-list__tools {
		grid-template-columns: 1fr;
	}

	.iotkep-category-list__clear {
		width: 100%;
	}

	.iotkep-category-list__item {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.iotkep-category-list__read,
	.iotkep-category-list__locked {
		grid-column: 1 / -1;
		width: 100%;
	}
}
