.aside-logo .logo-minimize {
	display: none;
}

.brand-logo-lockup {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
}

.brand-logo-mark-inline {
	height: 28px;
	width: 28px;
	object-fit: contain;
}

.brand-logo-word {
	font-weight: 700;
	font-size: 1.15rem;
	letter-spacing: 0.04em;
	color: #181c32;
}

.brand-logo-mark {
	height: 28px;
	width: 28px;
	object-fit: contain;
}

.brand-logo-header {
	height: 28px;
	width: 28px;
	object-fit: contain;
}

.brand-logo-footer {
	height: 16px;
	width: auto;
	max-width: 52px;
	object-fit: contain;
}

.login-field {
	position: relative;
}

.login-field-icon {
	position: absolute;
	top: 50%;
	left: 1.15rem;
	z-index: 3;
	transform: translateY(-50%);
	pointer-events: none;
	color: #a1a5b7;
	line-height: 1;
}

.login-field .form-control {
	padding-left: 3.15rem;
}

.login-field-password .form-control {
	padding-right: 3.15rem;
}

.login-field-toggle {
	position: absolute;
	top: 50%;
	right: 0.45rem;
	z-index: 3;
	transform: translateY(-50%);
	color: #a1a5b7;
}

.login-field-toggle:hover,
.login-field-toggle:focus {
	color: #009ef7;
}

.page-scroll-nav {
	position: fixed;
	right: 25px;
	bottom: 40px;
	z-index: 100;
	display: none;
	flex-direction: column;
	gap: 8px;
}

.page-scroll-nav.is-visible {
	display: flex;
}

.page-scroll-nav .page-scroll-btn {
	width: 36px;
	height: 36px;
	border: 1px solid rgb(255 255 255 / 35%);
	border-radius: 0.475rem;
	background: linear-gradient(180deg, rgb(77 196 255 / 92%) 0%, rgb(0 158 247 / 88%) 48%, rgb(0 122 196 / 90%) 100%);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow:
		inset 0 1px 0 rgb(255 255 255 / 45%),
		inset 0 -1px 0 rgb(0 80 140 / 18%),
		0 6px 14px rgb(0 110 180 / 32%);
	backdrop-filter: blur(8px);
}

.page-scroll-nav .page-scroll-btn:hover {
	background: linear-gradient(180deg, rgb(110 210 255 / 96%) 0%, rgb(0 149 232 / 94%) 100%);
	box-shadow:
		inset 0 1px 0 rgb(255 255 255 / 55%),
		0 8px 18px rgb(0 110 180 / 42%);
}

.page-scroll-nav .page-scroll-arrow {
	width: 18px;
	height: 18px;
	display: block;
	filter: drop-shadow(0 1px 1px rgb(0 60 110 / 35%));
}

#kt_wrapper {
	min-height: 100vh;
}

#kt_content {
	flex: 1 1 auto;
	min-height: 0;
	min-width: 0;
}

#kt_post {
	flex: 1 1 auto;
	min-height: 0;
}

#kt_content_container {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	width: 100%;
	max-width: none;
	min-height: 0;
	min-width: 0;
}

#kt_content_container > [data-view]:not(.d-none) {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
	min-width: 0;
	width: 100%;
}

#kt_content_container > .js-fill-list,
#kt_content_container > [data-view]:not(.d-none) > .js-fill-list {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
	min-width: 0;
	width: 100%;
}

#kt_content_container > .js-fill-list > .card-body,
#kt_content_container > [data-view]:not(.d-none) > .js-fill-list > .card-body {
	flex: 1 1 auto;
	min-height: 0;
	min-width: 0;
	width: 100%;
}

@media (min-width: 992px) {
	#kt_content_container > [data-view]:not(.d-none) > .js-fill-list > .card-body {
		display: flex;
		flex-direction: column;
	}

	.js-fill-list .dataTables_wrapper {
		flex: 1 1 auto;
		display: flex;
		flex-direction: column;
		min-height: 0;
		height: 100%;
	}

	.js-fill-list .dataTables_wrapper > .table-responsive {
		flex: 1 1 auto;
		display: flex;
		flex-direction: column;
		min-height: 12rem;
	}

	.js-fill-list .dataTables_wrapper div.dataTables_scroll {
		flex: 1 1 auto;
		display: flex;
		flex-direction: column;
		min-height: 0;
		width: 100%;
	}

	.js-fill-list .dataTables_wrapper div.dataTables_scrollHead {
		flex: 0 0 auto;
	}

	.js-fill-list .dataTables_wrapper div.dataTables_scrollBody {
		flex: 1 1 auto;
		min-height: 12rem;
	}

	.js-fill-list .dataTables_wrapper > .row {
		flex: 0 0 auto;
		margin-top: auto;
	}

	.js-fill-list #devices-page-bar,
	.js-fill-list #status-page-bar {
		flex: 0 0 auto;
	}
}

.js-fill-list .dataTables_wrapper,
div.dataTables_wrapper {
	width: 100%;
	min-width: 0;
}

div.dataTables_wrapper div.dataTables_scroll {
	width: 100%;
}

div.dataTables_wrapper div.dataTables_scrollHead,
div.dataTables_wrapper div.dataTables_scrollBody {
	width: 100% !important;
}

div.dataTables_wrapper div.dataTables_scrollHeadInner {
	min-width: 100% !important;
	box-sizing: content-box;
}

div.dataTables_wrapper div.dataTables_scrollHeadInner > table.dataTable,
div.dataTables_wrapper div.dataTables_scrollBody > table.dataTable {
	min-width: 100% !important;
	table-layout: auto;
}

div.dataTables_wrapper .row > .justify-content-md-start {
	align-items: baseline !important;
}

div.dataTables_wrapper div.dataTables_length label {
	margin-bottom: 0;
}

div.dataTables_wrapper div.dataTables_info {
	padding-top: 0;
}

.mw-100px {
	max-width: 100px;
}

@media (min-width: 576px) {
	.mw-sm-150px {
		max-width: 150px;
	}
}

#kt_header .container-fluid {
	min-width: 0;
}

@media (max-width: 991.98px) {
	#kt_wrapper {
		min-height: 0;
	}

	#kt_content_container > .js-fill-list,
	#kt_content_container > [data-view]:not(.d-none) > .js-fill-list {
		flex: 0 0 auto;
	}

	#kt_content_container > .js-fill-list > .card-body,
	#kt_content_container > [data-view]:not(.d-none) > .js-fill-list > .card-body {
		flex: 0 0 auto;
		overflow-x: hidden;
		min-width: 0;
	}

	.page-scroll-nav {
		right: 12px;
		bottom: 16px;
	}

	input.form-control,
	select.form-select,
	textarea.form-control {
		font-size: 16px !important;
	}

	.dataTables_wrapper .dataTables_paginate {
		overflow-x: auto;
	}
}

.home-stat-card > .card-body {
	padding-bottom: 2.25rem;
}

.home-stat-card .card-title {
	margin-bottom: 0;
}

.home-stat-row > [class*="col-"] {
	display: flex;
}

.home-stat-row .home-stat-card {
	width: 100%;
	flex: 1 1 auto;
}

@media (min-width: 1200px) {
	.card.home-stat-card.card-xl-stretch.js-version-chart-wrap {
		height: auto;
		min-height: 0;
	}

	.card.home-stat-card.card-xl-stretch:not(.js-version-chart-wrap) {
		height: 100%;
		min-height: 100%;
	}
}

.home-stat-card:not(.js-version-chart-wrap) > .card-body {
	flex: 1 1 auto;
	min-height: 0;
}

.home-stat-card .device-total-chart {
	flex: 1 1 auto;
	min-height: 200px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: visible;
}

.device-total-chart #kt_device_total_chart {
	flex: 0 0 auto;
	overflow: visible;
}

.device-total-chart .device-total-count {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	color: var(--bs-gray-700);
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	pointer-events: none;
	font-size: 24px;
}

.device-total-chart .device-total-unit {
	font-size: 0.67em;
	line-height: 1;
}

.home-weekly-update-card .home-weekly-update-chart {
	min-height: 176px;
	height: 176px;
}

@media (min-width: 1200px) {
	.home-weekly-update-card .home-weekly-update-chart {
		height: 192px;
	}
}

.js-version-chart-wrap .version-bar-label {
	overflow-wrap: anywhere;
	word-break: break-word;
}

.js-version-chart-wrap .version-bar-track {
	height: 32px;
	overflow: hidden;
}

.js-version-chart-wrap .version-bar-fill {
	height: 32px;
	width: 0;
	animation: home-stat-bar 0.7s ease forwards;
}

@keyframes home-stat-bar {
	from {
		width: 0;
	}
	to {
		width: var(--bar-width, 0%);
	}
}

@media (prefers-reduced-motion: reduce) {
	.js-version-chart-wrap .version-bar-fill {
		animation: none;
		width: var(--bar-width, 0%);
	}
}

.status-json {
	white-space: pre;
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.status-json-cell {
	max-width: 20rem;
}

.status-json-one-line {
	display: block;
	max-width: 20rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.modal-dialog-scrollable .modal-content > form {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;
	max-height: 100%;
	overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
	flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
	flex: 1 1 auto;
	min-height: 0;
	min-width: 0;
	overflow-y: auto;
}

#kt_campaign_table_wrapper .table-responsive,
div.dataTables_wrapper .table-responsive {
	overflow: visible;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
	white-space: nowrap;
}

table.dataTable > thead > tr > th:not(.sorting_disabled) {
	padding-right: 0.75rem;
	white-space: nowrap;
}

table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_desc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
	content: none;
	display: none;
}

table.dataTable .dt-sort-icons::before,
table.dataTable .dt-sort-icons::after {
	display: none;
}

table.dataTable > thead .sorting .dt-sort-icons::before,
table.dataTable > thead .sorting_asc .dt-sort-icons::before,
table.dataTable > thead .sorting_desc .dt-sort-icons::before {
	display: inline;
	content: "\2191";
	margin-left: 0.45em;
	opacity: 0.3;
}

table.dataTable > thead .sorting .dt-sort-icons::after,
table.dataTable > thead .sorting_asc .dt-sort-icons::after,
table.dataTable > thead .sorting_desc .dt-sort-icons::after {
	display: inline;
	content: "\2193";
	margin-left: -0.12em;
	opacity: 0.3;
}

table.dataTable > thead .sorting_asc .dt-sort-icons::before,
table.dataTable > thead .sorting_desc .dt-sort-icons::after {
	opacity: 1;
}

table.dataTable > thead .sorting_asc .dt-sort-icons::after,
table.dataTable > thead .sorting_desc .dt-sort-icons::before {
	opacity: 0;
}

#kt_footer.footer {
	display: block !important;
	width: 100%;
}

.footer-bar {
	display: flex !important;
	flex-direction: row !important;
	align-items: center;
	justify-content: space-between !important;
	width: 100% !important;
	max-width: none !important;
	box-sizing: border-box;
	gap: 0.5rem 1.25rem;
}

.footer-bar-start {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.5rem;
	min-width: 0;
}

.footer-bar-end {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	gap: 0.4rem;
	margin-left: auto !important;
	white-space: nowrap;
}

.footer-copy-sep {
	margin: 0 0.5em;
}

.footer-env {
	font-weight: 700;
}

.cursor-pointer {
	cursor: pointer;
}

body.fota-busy {
	cursor: progress;
}

body.fota-busy .modal .btn,
body.fota-busy .card-toolbar .btn,
body.fota-busy .dropdown-toggle,
body.fota-busy .dropdown-item {
	pointer-events: none;
}

.home-card-enter-prep {
	opacity: 0;
	transform: translateY(-20px);
}

.home-card-enter {
	animation: home-card-enter 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	animation-delay: var(--home-enter-delay, 0ms);
}

@keyframes home-card-enter {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.home-card-enter-prep,
	.home-card-enter {
		animation: none;
		opacity: 1;
		transform: none;
	}
}

.manual-frame {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 24rem;
	border: 0;
	background: #fff;
}

@media (min-width: 992px) {
	#view-manual .js-fill-list > .card-body {
		display: flex;
		flex-direction: column;
	}

	#view-manual .manual-frame {
		flex: 1 1 auto;
		min-height: 0;
	}
}

