:root {
	--kix-body-background: #f6f6f6;
	--kix-blue: #4f62c1;
	--kix-purple: #4f62c1;
	--kix-purple-alert: #bfd2f1;
	--kix-green: #4fc162;
	--kix-green-active: #1f8122;
	--kix-indigo: #6610f2;
	--kix-light-gray: #b1b2b3;
	--kix-red: #c14f62;
	--kix-header: #333366;
}

::-webkit-scrollbar {
	height: 5px;
	width: 5px;
}

::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
	background: rgba(79, 98, 193, 0.8);
}

::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}

body {
	cursor: default !important;
	font-size: 0.9rem;
	overflow: hidden;
}

body,
.bg-body {
	background-color: var(--kix-body-background);
}

body.dropdown-open::after,
body.kix-menu-open::after {
	background-color: rgba(0, 0, 0, 0.5);
	content: '';
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 900;
}

a {
	display: inline-block;
}

a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

button * {
	cursor: inherit !important;
}

label {
	margin: 0;
}

*:focus {
	box-shadow: none !important;
	outline: none !important;
	-webkit-box-shadow: none !important;
}

.hidden {
	display: none !important;
}

.btn-outline-warning:hover {
	color: #fff;
}

.bordered-columns > .border-left {
	border-left-color: #00000011 !important;
}

.bordered-columns > .border-left:first-of-type {
	border: 0 !important;
}

.rounded-bottom-0 {
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.text-shadow {
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

[kix-content-body] {
	padding: 0.65rem 0px;
}

[kix-content-body] > .container-fluid {
	height: 100%;
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}

[kix-content-body] > .container-fluid > [kix-list] {
	padding-bottom: 0.65rem;
}

.accordion > .card > .card-header {
	margin-bottom: 0px;
}

.mw-50 {
	max-width: 50% !important;
}

@media (max-width: 575px) {
	[kix-content-body] {
		padding: 0.65rem 0px 0.5rem 0px;
	}
}

@media (min-width: 576px) {
	.h-md-100 {
		height: 100% !important;
	}

	.rounded-md-right {
		border-top-right-radius: 0.25rem !important;
		border-bottom-right-radius: 0.25rem !important;
	}

	.w-md-auto {
		width: auto !important;
	}
}

.fade-xs {
	transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
	.fade-xs {
		transition: none;
	}
}

.display-xs,
.display-sm,
.display-md,
.display-lg,
.display-xl,
.display-xxl {
	display: none;
}

.force-hide {
	display: none !important;
}

[group-label-value].inline > [item-label-value] {
	padding-right: 1rem !important;
}

[group-label-value].inline,
[item-label-value].inline {
	display: -ms-flexbox !important;
	display: flex !important;
}

[item-label-value].inline {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

[item-label-value].inline > [value] {
	margin-left: 0.5rem !important;
}

/* xs */
@media (max-width: 575px) {
	.collapse-xs {
		background-color: rgba(128, 128, 128, 0.05);
	}
	.collapse-xs:not(.show) {
		height: 0;
		opacity: 0;
		overflow: hidden;
		padding: 0 !important;
		transition: height 1s ease;
	}
	.collapse-xs-icon {
		margin-top: -0.5rem;
	}
	.collapse-xs-icon:not(.show) [expanded],
	.collapse-xs-icon.show [collapsed] {
		background-color: #fff;
		border-radius: 50px;
		display: none;
	}
	.display-xs {
		display: block;
	}
	.fade-xs:not(.show) {
		opacity: 0;
	}
	.w-xs-100 {
		width: 100%;
	}
}

.image-loading {
	-webkit-animation: image-loading 0.75s linear infinite !important;
	animation: image-loading 0.75s linear infinite !important;
	background-color: transparent !important;
	border: 0.15em solid var(--kix-blue) !important;
	border-radius: 50% !important;
	border-right-color: transparent !important;
	box-shadow: none !important;
	content: '' !important;
	display: inline-block !important;
	height: 1rem !important;
	text-shadow: none !important;
	vertical-align: middle !important;
	width: 1rem !important;
}

[item-label-value-dashboard] [label] {
	margin-top: -5px;
}

@-webkit-keyframes image-loading {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes image-loading {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* sm */
@media (min-width: 576px) and (max-width: 767px) {
	.display-sm {
		display: block;
	}
}

/* md */
@media (min-width: 768px) and (max-width: 991px) {
	.display-md {
		display: block;
	}
}

/* lg */
@media (min-width: 992px) and (max-width: 1199px) {
	.display-lg {
		display: block;
	}
}

/* xl */
@media (min-width: 1200px) and (max-width: 1399px) {
	.display-xl {
		display: block;
	}
}

/* xxl */
@media (min-width: 1400px) {
	.display-xxl {
		display: block;
	}
}

@media (max-width: 575px) {
	[group-label-value].inline-l-sm > [item-label-value]:not(:first-of-type) {
		margin-left: 1rem !important;
	}

	[group-label-value].inline-l-sm,
	[item-label-value].inline-l-sm {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	[item-label-value].inline-l-sm {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	[item-label-value].inline-l-sm > [value] {
		margin-left: 0.5rem !important;
	}
}

@media (min-width: 576px) {
	[group-label-value].inline-sm > [item-label-value]:not(:first-of-type) {
		margin-left: 1rem !important;
	}

	[group-label-value].inline-sm,
	[item-label-value].inline-sm {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	[item-label-value].inline-sm {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	[item-label-value].inline-sm > [value] {
		margin-left: 0.5rem !important;
	}
}

@media (max-width: 767px) {
	[group-label-value].inline-l-md > [item-label-value]:not(:first-of-type) {
		margin-left: 1rem !important;
	}

	[group-label-value].inline-l-md,
	[item-label-value].inline-l-md {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	[item-label-value].inline-l-md {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	[item-label-value].inline-l-md > [value] {
		margin-left: 0.5rem !important;
	}
}

@media (min-width: 768px) {
	[group-label-value].inline-md > [item-label-value]:not(:first-of-type) {
		margin-left: 1rem !important;
	}

	[group-label-value].inline-md,
	[item-label-value].inline-md {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	[item-label-value].inline-md {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	[item-label-value].inline-md > [value] {
		margin-left: 0.5rem !important;
	}

	.overflow-md-auto {
		overflow: auto;
	}

	[item-label-value-dashboard] {
		max-width: 150px;
		width: 100%;
	}
}

@media (max-width: 991px) {
	[group-label-value].inline-l-lg > [item-label-value]:not(:first-of-type) {
		margin-left: 1rem !important;
	}

	[group-label-value].inline-l-lg,
	[item-label-value].inline-l-lg {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	[item-label-value].inline-l-lg {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	[item-label-value].inline-l-lg > [value] {
		margin-left: 0.5rem !important;
	}
}

@media (min-width: 992px) {
	[group-label-value].inline-lg > [item-label-value]:not(:first-of-type) {
		margin-left: 1rem !important;
	}

	[group-label-value].inline-lg,
	[item-label-value].inline-lg {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	[item-label-value].inline-lg {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	[item-label-value].inline-lg > [value] {
		margin-left: 0.5rem !important;
	}
}

@media (max-width: 1199px) {
	[group-label-value].inline-l-xl > [item-label-value]:not(:first-of-type) {
		margin-left: 1rem !important;
	}

	[group-label-value].inline-l-xl,
	[item-label-value].inline-l-xl {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	[item-label-value].inline-l-xl {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	[item-label-value].inline-l-xl > [value] {
		margin-left: 0.5rem !important;
	}
}

@media (min-width: 1200px) {
	[group-label-value].inline-xl > [item-label-value]:not(:first-of-type) {
		margin-left: 1rem !important;
	}

	[group-label-value].inline-xl,
	[item-label-value].inline-xl {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	[item-label-value].inline-xl {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	[item-label-value].inline-xl > [value] {
		margin-left: 0.5rem !important;
	}
}

.kix-gap-1,
.kix-col-gap-1 {
	column-gap: 0.25rem;
}

.kix-gap-2,
.kix-col-gap-2 {
	column-gap: 0.4rem;
}

.kix-gap-3,
.kix-col-gap-3 {
	column-gap: 0.65rem;
}

.kix-gap-4,
.kix-col-gap-4 {
	column-gap: 1rem;
}

.kix-gap-1,
.kix-row-gap-1 {
	row-gap: 0.25rem;
}

.kix-gap-2,
.kix-row-gap-2 {
	row-gap: 0.4rem;
}

.kix-gap-3,
.kix-row-gap-3 {
	row-gap: 0.65rem;
}

.kix-gap-4,
.kix-row-gap-4 {
	row-gap: 1rem;
}

.border-2 {
	border-width: 2px !important;
}

.border-3 {
	border-width: 3px !important;
}

.border-4 {
	border-width: 4px !important;
}
