/*
KNET Global Styles
File: style.css
*/

/* 
- General
- Header
- Sidebar
- Page Content
- Switcher
- Responsive
- Custom
 */

/* General */

body {
	font-size: 14px;
	color: #4c5258;
	letter-spacing: .5px;
	font-family: Roboto, sans-serif;
	background-color: #f7f8fa;
	overflow-x: hidden;
}

.wrapper {
	width: auto;
	position: relative
}

a {
	text-decoration: none;
}

::placeholder {
	font-size: 1.1em;
}

/* Header */
.top-header .navbar {
	position: fixed;
	top: 0;
	left: 260px;
	right: 0;
	background-color: #f7f8fa;
	border-bottom: 1px solid #e2e3e4;
	background-clip: padding-box;
	height: 60px;
	z-index: 10;
	padding: 0 1.5rem;
	transition: all .2s;
}

.top-header .navbar .top-navbar-right .nav-link {
	color: #293445;
	font-size: 18px;
	font-weight: 500;
	padding-right: .8rem;
	padding-left: .8rem;
}

.top-header .navbar .mobile-toggle-icon {
	color: #293445;
	font-size: 18px;
	font-weight: 500;
	display: none;
	cursor: pointer;
}

.top-header .navbar .notifications {
	position: relative;
}

.dropdown-toggle-nocaret:after {
	display: none
}

.top-header .navbar .dropdown-menu {
	-webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
	animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
	max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

#aUserProfile.dropdown-item {
	white-space: inherit;
}

@-webkit-keyframes animdropdown {
	from {
		-webkit-transform: translate3d(0, 6px, 0);
		transform: translate3d(0, 6px, 0);
		opacity: 0
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes animdropdown {
	from {
		-webkit-transform: translate3d(0, 6px, 0);
		transform: translate3d(0, 6px, 0);
		opacity: 0
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}


.top-header .navbar .dropdown-large,
.dropdown-user-setting .navbar .dropdown-large {
	position: relative
}


.dropdown-large .dropdown-menu {
	width: 360px;
	border: 0;
	padding: 0.5rem;
	border-radius: 10px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.top-header .navbar .dropdown-large .dropdown-menu::after {
	content: '';
	width: 13px;
	height: 13px;
	background: #fff;
	position: absolute;
	top: -6px;
	right: 16px;
	transform: rotate(45deg);
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd
}

.top-header .navbar .dropdown-menu::after {
	content: '';
	width: 13px;
	height: 13px;
	background: #ffff;
	position: absolute;
	top: -6px;
	right: 16px;
	transform: rotate(45deg);
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd
}

.dropdown-user-setting .dropdown-menu {
	width: 280px;
	border: 0;
	padding: 0.5rem;
	border-radius: 10px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.top-header .navbar .dropdown-user-setting .dropdown-menu::after {
	content: '';
	width: 13px;
	height: 13px;
	background: #fff;
	position: absolute;
	top: -6px;
	right: 16px;
	transform: rotate(45deg);
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd
}

.top-header .navbar .dropdown-menu::after {
	content: '';
	width: 13px;
	height: 13px;
	background: #ffff;
	position: absolute;
	top: -6px;
	right: 16px;
	transform: rotate(45deg);
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd
}

.top-header .navbar .dropdown-item {
	padding: .5rem;
}

.top-header .navbar .dropdown-large .dropdown-item:hover,
.top-header .navbar .dropdown-user-setting .dropdown-item:hover,
.clickable:hover {
	border-radius: 10px;
	color: #1e2125;
	background-color: #f5f5f5
}

.top-header .navbar .dropdown-item .setting-icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 18px;
	background-color: #e1e6eb;
}

.top-header .navbar .user-img {
	width: 38px;
	height: 38px;
	padding: 0px;
	border-radius: 50%;
}

.top-header .navbar .imgUser {
	object-fit: cover;
}

.top-header .navbar .user-name {
	font-size: 15px;
	color: #5e636b;
	font-weight: 500;
	padding-right: 10px;
}


.top-header .navbar .dropdown-menu .apps:hover {
	background-color: #f8f9fa;
	transition: all 0.2;
}

.top-header .navbar .dropdown-menu .apps .apps-icon-box {
	color: #34383f;
	width: 50px;
	height: 50px;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #e9ecef;
	margin: auto;
	border-radius: 50%;
}

.top-header .navbar .dropdown-menu .apps .apps-name {
	color: #34383f;
	font-size: 15px;
}

.top-header .navbar .dropdown-menu .dropdown-msg-user {
	font-size: 14px;
}

.top-header .navbar .dropdown-menu .dropdown-msg-text {
	font-size: 13px;
}

.header-notifications-list {
	position: relative;
	height: 400px
}


.top-header .navbar .dropdown-menu .notification-box {
	width: 48px;
	height: 48px;
	font-size: 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #e1e6eb;
}


.top-header .navbar .nav-link .notify-badge {
	position: absolute;
	top: -8px;
	right: -8px;
	color: #fff;
	font-size: 13px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f50d0d;

}

/* Sidebar */

.sidebar-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 260px;
	height: 100%;
	background-color: #f7f8fa;
	background-clip: padding-box;
	border-right: 1px solid #e2e3e4;
	transition: all .2s;
	z-index: 16;
}

.sidebar-wrapper .sidebar-header {
	width: 260px;
	height: 60px;
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	bottom: 0;
	padding: 0 15px;
	z-index: 5;
	background: #f7f8fa;
	border-right: 1px solid #e2e3e4;
	border-bottom: 1px solid #e4e4e4;
	background-clip: padding-box;
	transition: all .2s;
}

.sidebar-wrapper .sidebar-header .logo-icon {
	width: 35px;
}

.sidebar-wrapper .sidebar-header .logo-text {
	font-size: 22px;
	margin-left: 10px;
	margin-bottom: 0;
	letter-spacing: 1px;
	color: #3461ff;
}

.toggle-icon {
	font-size: 26px;
	cursor: pointer;
	color: #3461ff;
}


.sidebar-wrapper ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: 0 0
}

.sidebar-wrapper .metismenu {
	background: 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	margin-top: 60px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.sidebar-wrapper .metismenu li+li {
	margin-top: 5px
}

.sidebar-wrapper .metismenu li:first-child {
	margin-top: 5px
}

.sidebar-wrapper .metismenu li:last-child {
	margin-bottom: 5px
}

.sidebar-wrapper .metismenu>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative
}

.sidebar-wrapper .metismenu a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: left;
	padding: 10px 15px;
	border-radius: 4px;
	font-size: 15px;
	color: #5f5f5f;
	outline-width: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	letter-spacing: .5px;
	border-left: 4px solid rgb(255 255 255 / 0%);
	transition: all .2s ease-out
}

.sidebar-wrapper {
	overflow-y: auto;
}

.sidebar-wrapper .metismenu a .parent-icon {
	font-size: 18px;
	line-height: 1
}

.sidebar-wrapper .metismenu a .menu-title {
	margin-left: 10px
}

.sidebar-wrapper .metismenu ul a {
	padding: 6px 15px 6px 15px;
	font-size: 15px;
	border: 0;
	border-left: 4px solid rgb(255 255 255 / 0%);
}

.sidebar-wrapper .metismenu ul a i {
	margin-right: 10px;
	font-size: 10px;
}

.sidebar-wrapper .metismenu ul {
	border: 1px solid #ffffff00;
	background: rgb(255 255 255 / 0%);
}

.sidebar-wrapper .metismenu ul ul a {
	padding: 8px 15px 8px 30px
}

.sidebar-wrapper .metismenu ul ul ul a {
	padding: 8px 15px 8px 45px
}

.sidebar-wrapper .metismenu .mm-active>a,
.sidebar-wrapper .metismenu a:active,
.sidebar-wrapper .metismenu a:focus,
.sidebar-wrapper .metismenu a:hover {
	color: #3461ff;
	text-decoration: none;
	background-color: rgb(255 255 255);
	border-left: 4px solid #3461ff;
	box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}

.menu-label {
	padding: 20px 15px 5px 5px;
	color: #b0afaf;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .5px
}

.metismenu .has-arrow:after {
	position: absolute;
	content: "";
	width: .5em;
	height: .5em;
	border-style: solid;
	border-width: 1.2px 0 0 1.2px;
	border-color: initial;
	right: 15px;
	transform: rotate(-45deg) translateY(-50%);
	transform-origin: top;
	top: 50%;
	transition: all .3s ease-out
}

/*Custom*/
.navbar {
	flex-wrap: nowrap;
}

.navbar.navbar-secondary {
	flex-wrap: unset;
}

.nowrap {
	white-space: nowrap;
}

.hidden {
	display: none !important;
}

.selectize-dropdown {
	z-index: 9999;
}

.tom-select .dropdown {
	z-index: 9999;
}

.ts-wrapper.locked .ts-control {
	cursor: default;
}

.nav-link,
.fa,
.dropdown-item,
.clickable {
	cursor: pointer;
	cursor: hand;
}

.clickable {
	padding: 1%;
}

/* App Nav */

.search-query {
	text-align: left;
}

.dtSticky {
	background-color: #dcdcdc;
	position: sticky;
	top: 59px;
	z-index: 1;
}

html.dark-theme .dtSticky {
	background-color: #000;
}

.navbar {
	background-color: #ECECEC;
}

html.dark-theme .navbar {
	background-color: #000;
}

/*End Custom*/

@media screen and (min-width:1025px) {
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .logo-text {
		display: none
	}

	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper {
		width: 70px
	}

	.wrapper.toggled.sidebar-hovered .sidebar-wrapper {
		box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .12) !important
	}

	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
		width: 70px
	}

	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .toggle-icon {
		display: none
	}

	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
		justify-content: center
	}

	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
		width: 70px
	}

	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu a {
		justify-content: center;
		border-left: 0px solid #3461ff;
	}

	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .menu-title {
		display: none
	}

	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li ul {
		display: none
	}

	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li.menu-label {
		display: none
	}

	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .has-arrow:after {
		display: none
	}

}

.wrapper.toggled .top-header .navbar {
	left: 70px
}

.wrapper.toggled .page-content {
	margin-left: 70px
}

/* Page Content */
.page-content {
	margin-left: 260px;
	margin-top: 60px;
	padding: 1.5rem;
	transition: all .2s;
}

/* switcher */
.switcher-body {
	position: fixed;
	z-index: 10;
}

.btn-switcher {
	position: fixed;
	right: 0px;
	top: 40%;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.header-colors-indigators .indigator {
	width: 50px;
	height: 50px;
	background-color: #f7f8fa;
	border-radius: 10px;
	cursor: pointer;
}

/* Responsive */

@media screen and (max-width:1024px) {

	.sidebar-wrapper {
		left: -300px;
	}

	.page-content {
		margin-left: 0px;
	}

	.top-header .navbar {
		left: 0px;
	}

	/* Toggled */

	.wrapper.toggled .sidebar-wrapper {
		left: 0px;
	}

	.wrapper.toggled .page-content {
		margin-left: 0px;
	}

	.wrapper.toggled .top-header .navbar {
		left: 0px;
	}

	.wrapper.toggled .overlay {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #000;
		opacity: .6;
		z-index: 12;
		display: block;
		cursor: move;
		transition: all .2s ease-out
	}

	.top-header .navbar .mobile-toggle-icon {
		display: block;
	}

	.navbar-nav {
		flex-direction: row;
	}

	.navbar-nav-secondary {
		flex-direction: column;
	}

	.navbar-secondary>.container-fluid {
		display: unset !important;
	}

	.navbar-column {
		flex-direction: column;
	}


	.dropdown-static {
		position: static !important;
	}

}

@media screen and (max-width:1007px) {
	#appNav {
		position: absolute;
		background-color: #fff;
		width: 100%;
		left: 0;
		top: 60px;
		padding-left: 4rem;
		padding-bottom: 1rem;
	}

	.navbar-nav .dropdown-menu {
		position: absolute;
		left: 0;
	}

	.top-header .navbar .dropdown {
		position: static !important
	}

	.top-header .navbar .dropdown-menu {
		width: 100% !important;
	}

}

@media screen and (max-width:767px) {

	.top-header .navbar .dropdown-menu::after {
		display: none
	}

	.top-header .navbar .dropdown {
		position: static !important
	}

	.top-header .navbar .dropdown-menu {
		width: 100% !important;
	}

	.by-device-container {
		height: 210px;
	}

}