.login-input .form-group label {
	color: #505f76;
	font-size: 14px;
	font-weight: 600;
}

.login-input .form-group .form-control {
	border-bottom: 1px solid #358af4;
}

.page-titles {
	padding: 0.9375rem 1.875rem;
	color: #ffffff;
	background-color: transparent;
	transition: all 0.2s ease;
}

.nk-sidebar .metismenu > li.active ul a {
	color: #fff;
}

.nk-sidebar .metismenu > ul.in li:hover {
	color: #fff;
}

[data-theme-version="dark"] .nk-sidebar .metismenu .mega-menu ul.in li a:hover,
[data-theme-version="dark"] .nk-sidebar .metismenu .mega-menu ul.in li a:focus,
[data-theme-version="dark"]
	.nk-sidebar
	.metismenu
	.mega-menu
	ul.in
	li
	a.active {
	color: #f29d56;
}

[data-theme-version="dark"] .nk-sidebar .metismenu > li.active > a {
	background: #a5a4b5 !important;
}

.nav-header .brand-logo a {
	padding: 5px 0;
	display: block;
}

[data-nav-headerbg="color_1"] .nav-header {
	background-color: #111b27 !important;
}

ul > li.disabled,
ul > li.disabled > a {
	pointer-events: none;

	cursor: not-allowed;

	background-color: #58585b26;

	color: honeydew;
}

small.help-block {
	border-color: #f6514c;

	color: #f6514c;
}

.col-form-label {
	color: #c6cbd1;
}

.form-control:focus {
	border-color: #0e7ec1;
}

.form-control:active {
	border-color: #0e7ec1;
}

.dataTables_filter input {
	border: 1px solid #ced4da !important;
}

.pagination {
	display: initial;
}

.page-link {
	padding: 0.5rem 0.75rem !important;
}

.dataTables_filter input.form-control-sm {
	height: 36px !important;
}

.dt-buttons .btn {
	margin-bottom: 0 !important;
}

.dt-buttons {
	display: inline-flex;

	margin-bottom: 0;
}

.dataTables_info,
.dataTables_length {
	display: inline-block;
}

.dt-buttons > button.btn-secondary {
	color: #212529;

	background-color: #fff;

	border-color: #ced4da;
}

.dt-buttons > button.btn-secondary:active,
.dt-buttons > button.btn-secondary:focus,
.dt-buttons > button.btn-secondary:hover {
	background: #6f78b2;

	color: #fff;

	border-color: #6f78b2;
}

/* Input Group */

.input-group {
	position: relative !important;

	display: table !important;

	border-collapse: separate !important;
}

.input-group.flex {
	position: relative !important;

	display: flex !important;

	border-collapse: separate !important;
}

.input-group-addon {
	padding: 6px 12px !important;

	font-size: 14px !important;

	font-weight: 400 !important;

	line-height: 1 !important;

	color: #555 !important;

	text-align: center !important;

	background-color: #eee !important;

	border: 1px solid #ccc !important;

	border-radius: 4px !important;
}

.input-group-addon:first-child {
	border-right: 0 !important;
}

.input-group-addon:last-child {
	border-left: 0 !important;
}

.input-group .form-control {
	position: relative;

	z-index: 2;

	float: left;

	width: 100%;

	margin-bottom: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0 !important;

	border-bottom-right-radius: 0 !important;
}

.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
	border-top-left-radius: 0 !important;

	border-bottom-left-radius: 0 !important;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
	border-top-left-radius: 0 !important;

	border-bottom-left-radius: 0 !important;
}

.input-group-addon,
.input-group-btn {
	width: 1% !important;

	white-space: nowrap !important;

	vertical-align: middle !important;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
	display: table-cell !important;
}

/* Fieldset */

fieldset.fieldset {
	margin: 1rem;

	padding: 1rem;

	min-inline-size: min-content;

	border: 1px solid #d1d1d3;

	border-radius: 5px;

	/* background: #f2f2f9; */
}

.margin-bottom-1px {
	margin-bottom: 1px;
}

.margin-bottom-2px {
	margin-bottom: 2px;
}

.margin-bottom-3px {
	margin-bottom: 3px;
}

.margin-bottom-4px {
	margin-bottom: 4px;
}

.margin-bottom-5px {
	margin-bottom: 5px;
}

.margin-bottom-6px {
	margin-bottom: 6px;
}

.margin-bottom-7px {
	margin-bottom: 7px;
}

.margin-bottom-8px {
	margin-bottom: 8px;
}

.margin-bottom-9px {
	margin-bottom: 9px;
}

.margin-bottom-10px {
	margin-bottom: 10px;
}

.margin-top-1px {
	margin-top: 1px;
}

.margin-top-2px {
	margin-top: 2px;
}

.margin-top-3px {
	margin-top: 3px;
}

.margin-top-4px {
	margin-top: 4px;
}

.margin-top-5px {
	margin-top: 5px;
}

.margin-top-6px {
	margin-top: 6px;
}

.margin-top-7px {
	margin-top: 7px;
}

.margin-top-8px {
	margin-top: 8px;
}

.margin-top-9px {
	margin-top: 9px;
}

.margin-top-10px {
	margin-top: 10px;
}

.margin-top-15px {
	margin-top: 15px;
}

.margin-top-20px {
	margin-top: 20px;
}

.margin-top-30px {
	margin-top: 30px;
}

.padding-5px {
	padding: 5px;
}

.padding-10px {
	padding: 10px;
}

.padding-15px {
	padding: 15px;
}

.padding-20px {
	padding: 20px;
}

.button-nav-left {
	padding: 10px 0;

	border-right: 1px solid #d1d1d3;

	border-top: 1px solid #d1d1d3;
}

.content-nav-right {
	padding: 15px;

	min-height: 450px;

	overflow-y: auto;
}

.top-border {
	border-top: 1px solid #d1d1d3;
}

.save-button {
	margin: 30px 0;
}

.save-button > button > i {
	font-size: 20px;
}

.cancel-button {
	margin: 30px 0;
}

.cancel-button > button > i {
	font-size: 20px;
}

.close-button {
	margin: 30px 0;
}

.close-button > button > i {
	font-size: 20px;
}

.edit-pencil-button {
	background: transparent;

	font-size: larger;

	color: #0e7ec1;
}

.edit-pencil-button:hover {
	color: #6fd96f;
}

.hidden {
	display: none;
}

.show {
	display: block;
}

.journey-name-title {
	display: inline;
}

.scrollbar {
	height: 300px;

	margin-bottom: 25px;
}

.scrollbar::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar {
	width: 8px;

	background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #0e7ec1;
}

.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
	background: #58585b;

	color: #fff;

	border-color: #58585b;
}

.white-background {
	background: url("../images/logo.png") center no-repeat,
		url("../images/white-background.png") repeat;

	pointer-events: none;

	opacity: 0.4;
}

.background-backdrop {
	backdrop-filter: blur(5px);

	position: relative;

	opacity: 0.1;
}

.stack-top {
	z-index: 999999;
}

img.logo-compact-image {
	max-width: 100%;

	max-height: 100%;

	display: block;

	margin: auto;
}

.hidden {
	display: none;
}

.show-block {
	display: block;
}

.show-inline {
	display: inline;
}

.input-group-addon {
	padding: 8px 17px;

	font-weight: 400;

	line-height: 1;

	color: #555;

	font-size: 0.875rem;

	text-align: center;

	background-color: #efefef;

	border: 1px solid #ccc;

	border-top-left-radius: 4px;

	border-bottom-left-radius: 4px;
}

.form-control-sm {
	min-height: 35px;

	border: 1px solid #ced4da;

	border-radius: 0;

	min-width: calc(100%);
}

.multiselect-clear-filter {
	border-top-right-radius: 4px;

	border-bottom-right-radius: 4px;

	border-top-left-radius: 0 !important;

	border-bottom-left-radius: 0 !important;

	height: 36px;
}

#preloader {
	height: 100%;

	position: fixed;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	z-index: 99999999999;

	background: #3f3d4c57;

	opacity: 0.8;
}

.text-white-invert {
	background-color: white;
	color: #ff2b2b;
	cursor: pointer;
}

.text-white-invert:hover {
	border: 1px solid #ff2b2b;
}

.text-red {
	color: #ff2b2b;
}

.dataTables_length select {
	border: 1px solid #ced4da;
}

input:indeterminate {
	box-shadow: 0 0 1px 1px red;
}

.page-titles .breadcrumb li a {
	color: #a5a4b5;
}

.dropdown-content-heading span {
	font-size: 1rem;
	color: #7d6cfb;
}
.dropdown-menu {
	background: #1b2b42 !important;
}

.dropdown-content-body ul {
	padding: 0 1.25rem;
	background-color: #1b2b42;
}

.dropdown-content-heading {
	padding: 0.9375rem 0.9375rem;
	line-height: 1.25;
	background: #1b2b42;
}

.modal-content {
	background-color: #4a4e54;
}
