html {
	min-height: 100%;
}
body {
	color: #888ea8;
	height: 100%;
	font-size: 0.875rem;
	background: #ffffff;
	overflow-x: hidden;
	overflow-y: auto;
	letter-spacing: 0rem;
	font-family: "Poppins", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #3b3f5c;
}
:focus {
	outline: none;
}
::-moz-selection {
	color: #2262c6;
	background: transparent;
}
::selection {
	color: #2262c6;
	background: transparent;
}
p {
	margin-top: 0;
	margin-bottom: 0.625rem;
	color: #515365;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #f1f2f3;
}
strong {
	font-weight: 600;
}
.light {
	font-weight: 500;
}
.strong {
	font-weight: 600 !important;
}
.stronger {
	font-weight: 700 !important;
}
code {
	color: #e7515a;
}
/* Global */
.object-cover {
	object-fit: cover;
}
.pointer {
	cursor: pointer;
}
.display-none {
	display: none;
}
.marked-read {
	opacity: 0.6;
}
.align-center {
	align-items: center;
}
.avatar-xxs {
	height: 1.1rem;
	width: 1.1rem;
}
.avatar-xs {
	height: 1.9rem;
	width: 1.9rem;
}
.avatar-sm {
	height: 2.25rem;
	width: 2.25rem;
}
.avatar-md {
	height: 3.25rem;
	width: 3.25rem;
}
.avatar-lg {
	height: 4rem;
	width: 4rem;
}
.avatar-xl {
	height: 5.25rem;
	width: 5.25rem;
}
.fixed-width-xs {
	width: 60px;
}
.fixed-height-xs {
	height: 60px;
}
.width-xs {
	min-width: 80px;
}
.width-sm {
	min-width: 100px;
}
.width-md {
	min-width: 120px;
}
.width-lg {
	min-width: 140px;
}
.width-xl {
	min-width: 160px;
}
.font-10 {
	font-size: 10px;
}
.font-11 {
	font-size: 11px !important;
}
.font-12 {
	font-size: 12px;
}
.font-13 {
	font-size: 13px;
}
.font-15 {
	font-size: 15px;
}
.font-17 {
	font-size: 17px;
}
.font-19 {
	font-size: 19px;
}
.font-20 {
	font-size: 20px;
}
.font-25 {
	font-size: 25px;
}
.font-30 {
	font-size: 30px;
}
.font-35 {
	font-size: 35px;
}
.font-45 {
	font-size: 45px;
}
.font-65 {
	font-size: 65px;
}
.font-135 {
	font-size: 135px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-40 {
	margin-top: 40px;
}
.ml-m-12 {
	margin-left: -12px;
}
.p-30 {
	padding: 30px;
}
/*Page title*/
.page-header {
	border: 0;
	margin: 0;
}
.page-header:before,
.page-header:after {
	display: table;
	content: "";
	line-height: 0;
}
.page-header:after {
	clear: both;
}
.page-title h3 {
	margin: 0;
	margin-bottom: 0;
	font-size: 15px;
	color: #3b3f5c;
	font-weight: 700;
}
.page-title span {
	display: block;
	font-size: 11px;
	color: #888;
	font-weight: normal;
}
.main-container {
	/* min-height: 100vh; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0 16px 0 16px;
}
#container.fixed-header {
	margin-top: 56px;
}
#content {
	position: relative;
	width: 50%;
	flex-grow: 8;
	margin-top: 75px;
	margin-bottom: 0;
	/* margin-left: 222px; */
	transition: 0.6s;
}
.main-container-fluid > .main-content > .container {
	float: left;
	width: 100%;
}
#content > .wrapper {
	-webkit-transition: margin ease-in-out 0.1s;
	-moz-transition: margin ease-in-out 0.1s;
	-o-transition: margin ease-in-out 0.1s;
	transition: margin ease-in-out 0.1s;
	position: relative;
}
.widget {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 6px;
	-webkit-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08),
		0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08),
		0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08),
		0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
}
.layout-top-spacing {
	margin-top: 20px;
}
.layout-spacing {
	padding-bottom: 40px;
}
.layout-px-spacing {
	padding: 0 2px 0 3px !important;
	min-height: calc(100vh - 170px) !important;
}
.widget.box .widget-header {
	background: #fff;
	padding: 0px 8px 0px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
.row [class*="col-"] .widget .widget-header h4 {
	color: #3b3f5c;
	font-size: 17px;
	font-weight: 600;
	margin: 0;
	padding: 16px 15px;
}
.seperator-header {
	background: transparent;
	box-shadow: none;
	margin-bottom: 40px;
	border-radius: 0;
}
.seperator-header h4 {
	color: #888ea8;
	margin-bottom: 0;
	display: inline-block;
	border: 2px dashed #888ea8;
	line-height: 1.4;
	padding: 3px 6px;
	font-size: 15px;
	font-weight: 600;
	border-radius: 4px;
	letter-spacing: 1px;
}
.widget .widget-header {
	border-bottom: 1px solid #f1f2f3;
}
.widget .widget-header:before,
.widget .widget-header:after {
	display: table;
	content: "";
	line-height: 0;
}
.widget .widget-header:after {
	clear: both;
}
.widget-content-area {
	padding: 20px;
	position: relative;
	background-color: #fff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.content-area {
	max-width: 58.333333%;
	margin-left: 80px;
}
.widget.box .widget-footer {
	padding: 2rem 2.25rem;
	background-color: #ffffff;
	border-top: 1px solid #ebedf3;
}
/* 
=====================
    Navigation Bar
=====================
*/
.header-container {
	z-index: 1030;
	border-bottom: 1px solid #f5f5f5;
}
.header-container .navbar {
	padding: 4px 0;
}
.navbar {
	padding: 0;
	background: #ffffff;
}
.navbar .theme-brand {
	padding: 0.9px 0 0.9px 27px !important;
	border-radius: 6px 6px 0 0;
	justify-content: space-between;
}
.navbar .theme-brand li.theme-logo {
	align-self: center;
}
.navbar .theme-brand li.theme-logo img {
	width: 34px;
	height: 34px;
}
.navbar .theme-brand li.theme-text {
	margin-right: 47px;
}
.navbar .theme-brand li.theme-text a {
	font-size: 24px !important;
	color: #2262c6 !important;
	line-height: 2.75rem;
	padding: 0 0.8rem;
	text-transform: initial;
	position: unset;
	font-weight: 700;
}
.navbar .theme-brand li.theme-bars {
	margin-right: 47px;
}
.navbar .theme-brand li.theme-bars a {
	font-size: 24px !important;
	color: #2262c6 !important;
	line-height: 2.75rem;
	padding: 0 0.8rem;
	text-transform: initial;
	position: unset;
	font-weight: 700;
}
.navbar.expand-header {
	margin: 0;
}
.navbar-brand {
	width: 5.5rem;
	padding-top: 0rem;
	padding-bottom: 0rem;
	margin-right: 0rem;
}
.navbar-expand-sm .navbar-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.navbar-expand-sm .navbar-item .nav-link {
	line-height: 2.75rem;
	padding: 6.24px 9.6px;
	text-transform: initial;
	position: unset;
}
.header-container .navbar .dropdown-menu {
	border-radius: 6px;
	border-color: #e0e6ed;
}
.header-container .navbar .dropdown-item {
	line-height: 1.8;
	font-size: 0.96rem;
	padding: 15px 0 15px 0;
	word-wrap: normal;
	border-radius: 6px;
}
.header-container .navbar .navbar-item .nav-item .dropdown-item.active,
.header-container .navbar .navbar-item .nav-item .dropdown-item:active {
	background-color: transparent;
	color: #16181b;
}
.header-container .navbar .navbar-item .nav-item.dropdown .nav-link:hover span {
	color: #e0e6ed !important;
}
.header-container .navbar .navbar-item .nav-item.dropdown .dropdown-menu {
	top: 109%;
	border-radius: 0;
	border: none;
	border-radius: 6px;
	-webkit-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08),
		0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08),
		0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
	background: #fff;
	margin-top: 0;
}
.header-container .navbar .navbar-item .nav-item.dropdown .dropdown-menu:after {
	position: absolute;
	content: "";
	top: -10px;
	margin-left: -7px;
	height: 0;
	width: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 15px solid #fff;
	left: auto;
	right: 7px;
	border-bottom-color: #ffffff;
}
.header-container .navbar .language-dropdown .dropdown-menu.megamenu {
	min-width: 700px;
	padding: 1.2rem;
}
.header-container .navbar .language-dropdown .dropdown-menu.megamenu a {
	color: #666;
}
.header-container .navbar .language-dropdown .dropdown-menu.megamenu a:hover {
	color: #2262c6;
}
.header-container .navbar .language-dropdown .dropdown-menu.megamenu.show {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.header-container
	.navbar
	.language-dropdown
	.dropdown-menu.megamenu
	.no-gutters
	.dropdown-icon-item {
	display: block;
	text-align: center;
	font-size: 15px;
	padding: 10px;
	border: 1px solid #f1f1f1;
	border-radius: 8px;
	width: 80px;
	margin: 5px 0px;
	transition: all ease 0.3s;
}
.header-container
	.navbar
	.language-dropdown
	.dropdown-menu.megamenu
	.no-gutters
	.dropdown-icon-item:hover {
	background: #f9f9f9;
	transition: all ease 0.3s;
}
.header-container
	.navbar
	.language-dropdown
	.dropdown-menu.megamenu
	.no-gutters
	.dropdown-icon-item
	img {
	display: block;
	height: 40px;
	width: 40px;
	margin: 0px auto 7px;
}
.header-container
	.navbar
	.language-dropdown
	.dropdown-menu.megamenu
	.no-gutters
	.dropdown-icon-item
	span {
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	font-size: 12px;
	color: #777;
	font-weight: 400;
}
/*   Language   */
.language-dropdown {
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-container .navbar .language-dropdown {
	margin-left: 20px;
}
.navbar .navbar-item .nav-item.dropdown.language-dropdown .nav-link i {
	color: #2262c6;
	font-size: 22px;
}
.header-container .navbar .language-dropdown a.nav-link {
	position: relative;
	padding: 0;
	display: flex;
}
.header-container .navbar .language-dropdown a.dropdown-toggle:after {
	display: none;
}
.header-container .navbar .language-dropdown a.dropdown-toggle img {
	width: 20px;
	height: 20px;
	margin: 11px 0px;
}
/*   Language Dropdown  */
.navbar .navbar-item .nav-item .dropdown-menu {
	z-index: 9999;
	min-width: 13rem;
	padding: 10px;
	top: 68px;
	left: -184px;
}
.header-container .navbar .language-dropdown .dropdown-menu {
	min-width: 7rem;
	left: 50%;
	transform: translate(-50%, 0);
	box-shadow: none;
	top: 105% !important;
	z-index: 1070;
	border: 1px solid #e0e6ed;
	padding: 6px 6px;
	border-radius: 4px;
}
.header-container .navbar .language-dropdown .dropdown-menu:before {
	top: -10px;
	left: 41%;
	right: auto !important;
}
.header-container .navbar .language-dropdown .dropdown-menu:after {
	top: -8.5px;
	left: 49% !important;
	right: auto !important;
}
.header-container
	.navbar
	.language-dropdown
	.dropdown-menu
	.dropdown-item:hover {
	background: #edf2fd;
	border-radius: 6px;
}
.header-container
	.navbar
	.language-dropdown
	.dropdown-menu
	.dropdown-item.active,
.header-container
	.navbar
	.language-dropdown
	.dropdown-menu
	.dropdown-item:active {
	background: transparent;
	color: #16181b;
}
.header-container .navbar .language-dropdown .dropdown-menu a img {
	width: 20px;
	height: 20px;
	margin-right: 16px;
}
.header-container .navbar .language-dropdown .dropdown-menu a span {
	color: #3b3f5c;
	font-weight: 500;
}
/*Message & Fullscreen Dropdown*/
.message-dropdown,
.fullscreen-dropdown {
	display: flex;
	align-items: center;
	justify-content: center;
}
.navbar .navbar-item .nav-item.dropdown.message-dropdown,
.navbar .navbar-item .nav-item.dropdown.fullscreen-dropdown {
	margin-left: 20px;
}
.navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link,
.navbar .navbar-item .nav-item.dropdown.fullscreen-dropdown .nav-link {
	padding: 0 0;
	display: flex;
}
.navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link:after,
.navbar .navbar-item .nav-item.dropdown.fullscreen-dropdown .nav-link:after {
	display: none;
}
.navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link i,
.navbar .navbar-item .nav-item.dropdown.fullscreen-dropdown .nav-link i {
	color: #2262c6;
	font-size: 22px;
}
.navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link span.badge,
.navbar
	.navbar-item
	.nav-item.dropdown.fullscreen-dropdown
	.nav-link
	span.badge {
	position: absolute;
	top: 13px;
	right: 2px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	padding: 1px 5px 0px;
	font-size: 10px;
	color: #fff !important;
	background: #1b55e2;
	border: 1px solid #e0e6ed;
	top: 10px;
	right: -8px;
}
.navbar
	.navbar-item
	.nav-item.dropdown.message-dropdown.double-digit
	.nav-link
	span.badge {
	top: 11px;
	right: 1px;
	width: 22px;
	height: 22px;
	padding: 3px 3px 0px;
	font-size: 9px;
}
.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu {
	min-width: 15rem;
	right: -15px;
	left: auto;
	padding: 10px !important;
}
.navbar
	.navbar-item
	.nav-item.dropdown.message-dropdown
	.dropdown-menu
	.dropdown-item {
	padding: 13px 21px;
}
.navbar
	.navbar-item
	.nav-item.dropdown.message-dropdown
	.dropdown-menu
	.dropdown-item.active,
.navbar
	.navbar-item
	.nav-item.dropdown.message-dropdown
	.dropdown-menu
	.dropdown-item:active {
	background-color: transparent;
}
.navbar
	.navbar-item
	.nav-item.dropdown.message-dropdown
	.dropdown-menu
	.dropdown-item:focus,
.navbar
	.navbar-item
	.nav-item.dropdown.message-dropdown
	.dropdown-menu
	.dropdown-item:hover {
	background-color: rgba(27, 85, 226, 0.1803921568627451);
}
.navbar
	.navbar-item
	.nav-item.dropdown.message-dropdown
	.dropdown-menu
	.dropdown-item:first-child {
	padding-top: 16px;
}
.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu:after {
	right: 17px;
}
.navbar
	.navbar-item
	.nav-item.dropdown.message-dropdown
	.dropdown-menu
	.dropdown-item:last-child {
	padding-bottom: 16px;
}
.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media {
	margin: 0;
}
.navbar
	.navbar-item
	.nav-item.dropdown.message-dropdown
	.dropdown-menu
	.media
	img {
	width: 40px;
	height: 40px;
	margin-right: 11px;
}
.navbar
	.navbar-item
	.nav-item.dropdown.message-dropdown
	.dropdown-menu
	.media
	.media-body
	h5.usr-name {
	font-size: 15px;
	margin-bottom: 0px;
	color: #1b55e2;
}
.navbar
	.navbar-item
	.nav-item.dropdown.message-dropdown
	.dropdown-menu
	.media
	.media-body {
	align-self: center;
}
.navbar
	.navbar-item
	.nav-item.dropdown.message-dropdown
	.dropdown-menu
	.media
	.media-body
	p.msg-title {
	font-size: 9px;
	font-weight: 700;
	color: #3b3f5c;
	margin-bottom: 0;
}
/*Notification Dropdown*/
.notification-dropdown {
	display: flex;
	align-items: center;
	justify-content: center;
}
.navbar .navbar-item .nav-item.dropdown.notification-dropdown {
	margin-left: 16px;
}
.navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link {
	padding: 0 0;
	display: flex;
}
.navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link:after {
	display: none;
}
.navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link i {
	color: #2262c6;
	font-size: 22px;
}
.navbar
	.navbar-item
	.nav-item.dropdown.notification-dropdown
	.nav-link
	span.badge {
	position: absolute;
	top: 9px;
	right: 3px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	padding: 3px 0px 0px;
	font-size: 10px;
	color: #fff !important;
	background: #c2d5ff;
	display: block;
	border: 1px solid #3b3f5c;
}
.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu {
	min-width: 15rem;
	right: -5px;
	left: auto;
}
.navbar
	.navbar-item
	.nav-item.dropdown.notification-dropdown
	.dropdown-menu
	.dropdown-item {
	padding: 0.625rem 1rem;
}
.navbar
	.navbar-item
	.nav-item.dropdown.notification-dropdown
	.dropdown-menu
	.dropdown-item:focus,
.navbar
	.navbar-item
	.nav-item.dropdown.notification-dropdown
	.dropdown-menu
	.dropdown-item:hover {
	background-color: rgba(27, 85, 226, 0.1803921568627451);
}
.navbar
	.navbar-item
	.nav-item.dropdown.notification-dropdown
	.dropdown-menu
	.dropdown-item:not(:last-child) {
	border-bottom: 1px solid #ebedf2;
}
.navbar
	.navbar-item
	.nav-item.dropdown.notification-dropdown
	.dropdown-menu
	.media {
	margin: 0;
}
.navbar
	.navbar-item
	.nav-item.dropdown.notification-dropdown
	.dropdown-menu
	svg {
	width: 20px;
	height: 20px;
	font-weight: 600;
	color: #1b55e2;
	fill: rgba(0, 23, 55, 0.08);
	margin-right: 14px;
	align-self: center;
}
.navbar
	.navbar-item
	.nav-item.dropdown.notification-dropdown
	.dropdown-menu
	.media-body
	.notification-para {
	white-space: normal;
	line-height: 16px;
	color: #3b3f5c;
}
.navbar
	.navbar-item
	.nav-item.dropdown.notification-dropdown
	.dropdown-menu
	.media-body
	.notification-para
	.user-name {
	font-weight: 600;
	color: #1b55e2;
	display: inline-block;
}
.navbar .navbar-item .nav-drop.is-notification-dropdown {
	width: 250px;
	right: 0 !important;
	left: unset !important;
	max-height: unset !important;
}
.navbar .notification-dropdown .nav-link .blink {
	position: absolute;
	top: 0px;
	right: 2px;
}
.navbar .notification-dropdown .nav-link .blink .circle {
	background: #2262c6;
	width: 7px;
	height: 7px;
	border-radius: 50%;
}
.navbar .notification-dropdown .nav-link .blink .circle::before {
	background-color: #2262c6;
	content: "";
	display: table;
	border-radius: 50%;
	position: absolute;
}
.pulse,
.circle::before {
	animation-name: pulse;
	animation-duration: 0.9s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-out;
}
@keyframes pulse {
	0% {
		opacity: 1;
		width: 7px;
		height: 7px;
		left: 0;
		top: 0;
	}
	95% {
		opacity: 0.1;
		left: -10.5px;
		top: -10.5px;
		width: 28px;
		height: 28px;
	}
	100% {
		opacity: 0;
		width: 7px;
		height: 7px;
		left: 0;
		top: 0;
	}
}
/* Search */
.navbar .navbar-item .nav-item.search-animated {
	position: relative;
}
.navbar .navbar-item .nav-item.search-animated i {
	font-weight: 600;
	margin: 0 12px;
	cursor: pointer;
	color: #2262c6;
	position: absolute;
	font-size: 18px;
	top: 9px;
}
.navbar .navbar-item .nav-item form.form-inline input.search-form-control {
	width: 100%;
	font-size: 14px;
	background-color: #e6f0ff;
	border: none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #2262c6;
	padding: 0px 4px 0px 40px;
	height: 36px;
	font-weight: 500;
}
.navbar
	.navbar-item
	.nav-item
	form.form-inline
	input.search-form-control:focus {
	border: 1px solid #b0d0ff;
	box-shadow: none;
}
.navbar .navbar-item .nav-item .form-inline.search .search-form-control {
	border: 1px solid #e6f0ff;
	width: 100%;
	width: 370px;
}
.navbar
	.navbar-item
	.nav-item
	form.form-inline
	input.search-form-control::-webkit-input-placeholder {
	color: #2262c6;
	font-size: 13px;
}
.navbar
	.navbar-item
	.nav-item
	form.form-inline
	input.search-form-control::-ms-input-placeholder {
	color: #2262c6;
	font-size: 13px;
}
.navbar
	.navbar-item
	.nav-item
	form.form-inline
	input.search-form-control::-moz-placeholder {
	color: #2262c6;
	font-size: 13px;
}
.navbar
	.navbar-item
	.nav-item
	form.form-inline
	input.search-form-control:focus::-webkit-input-placeholder {
	color: #2262c6;
}
.navbar
	.navbar-item
	.nav-item
	form.form-inline
	input.search-form-control:focus::-ms-input-placeholder {
	color: #2262c6;
}
.navbar
	.navbar-item
	.nav-item
	form.form-inline
	input.search-form-control:focus::-moz-placeholder {
	color: #2262c6;
}
.search-overlay {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: #000000 !important;
	z-index: 814 !important;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.search-overlay.show {
	display: block;
	opacity: 0.6;
}
/* User Profile Dropdown*/
.navbar .navbar-item .nav-item .nav-link.user {
	padding: 0 20px 0 16px;
	position: relative;
}
.navbar .navbar-item .nav-item.dropdown .nav-link:after {
	display: none;
}
.navbar .navbar-item .nav-item .nav-link img {
	width: 28px;
	border-radius: 50%;
	height: 28px;
}
.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu {
	min-width: 15rem;
	left: -194px;
	padding: 10px !important;
}
.navbar .navbar-item .nav-item .dropdown-menu .dropdown-item a {
	display: block;
	color: #3b3f5c;
	font-size: 13px;
	font-weight: 600;
	padding: 9px 30px;
}
.navbar .navbar-item .nav-drop.is-account-dropdown {
	width: 210px;
	right: 0 !important;
	left: unset !important;
	max-height: unset !important;
}
.navbar .navbar-item a.account-item {
	cursor: pointer;
}
.navbar .navbar-item a.account-item:hover {
	background: #edf2fd;
	border-radius: 6px;
}
.navbar .navbar-item .nav-drop .inner {
	position: relative;
}
.navbar .navbar-item .nav-drop .inner .nav-drop-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 16px 10px;
	border-bottom: 1px solid #e8e8e8;
	border-radius: 4px 4px 0 0;
	background: #fff;
}
.navbar .navbar-item .nav-drop .inner .nav-drop-header span.username,
.navbar .navbar-item .nav-drop .inner .nav-drop-header a.username {
	font-weight: 600 !important;
}
.navbar .navbar-item .nav-drop .inner .nav-drop-header a {
	height: unset;
	width: unset;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.navbar .navbar-item.is-account img {
	height: 38px;
	width: 38px;
	max-height: 38px;
	border-radius: 50%;
	object-fit: cover;
}
.navbar .navbar-item .nav-drop .inner .nav-drop-body.account-items {
	padding: 10px 0;
}
.navbar .navbar-item .nav-drop .inner .nav-drop-body {
	max-height: 445px;
	padding: 0 10px;
	overflow-y: auto;
}
.navbar
	.navbar-item
	.nav-drop
	.inner
	.nav-drop-body.account-items
	.account-item {
	padding: 10px 16px;
	display: block;
	line-height: 1.2;
}
.navbar .navbar-item .nav-drop .inner .nav-drop-body.account-items hr {
	margin: 0.4rem 0 !important;
}
.navbar .navbar-item hr {
	background-color: #f5f5f5;
	border: none;
	display: block;
	height: 2px;
	margin: 1.5rem 0;
}
/* Right Setting Buutton */
.navbar .navbar-item .nav-item .nav-link.rightbarCollapse {
	padding: 0 20px 0 16px;
	position: relative;
	line-height: 1;
}
.navbar .navbar-item .nav-item .nav-link.rightbarCollapse i {
	color: #2262c6;
	font-size: 22px;
}
/* Sub Header */
.sub-header-container {
	padding: 0 2px 0 3px !important;
	z-index: 1029;
}
.sub-header-container .navbar {
	background: #ffffff;
	border-radius: 0;
	padding: 9px 0;
	justify-content: flex-start;
	min-height: 53px;
	width: 100%;
	border-bottom: 1px solid #f5f5f5;
}
.page-header {
	display: flex;
	padding: 0 0;
}
.sub-header-container .breadcrumb-one {
	display: inline-block;
}
.sub-header-container .breadcrumb-one .breadcrumb {
	padding: 0;
	vertical-align: sub;
	background-color: transparent;
	margin-bottom: 0;
}
.sub-header-container .breadcrumb-one .breadcrumb-item {
	align-self: center;
}
.sub-header-container .breadcrumb-one .breadcrumb-item a {
	color: #888ea8;
}
.sub-header-container .breadcrumb-one .breadcrumb-item a svg {
	width: 18px;
	height: 18px;
	vertical-align: sub;
	fill: #888ea8;
}
.sub-header-container .breadcrumb-one .breadcrumb-item.active a {
	color: #515365;
}
.sub-header-container .breadcrumb-one .breadcrumb-item.active {
	color: #2262c6;
	font-weight: 600;
}
.sub-header-container .breadcrumb-one .breadcrumb-item + .breadcrumb-item {
	padding: 0px;
}
.sub-header-container
	.breadcrumb-one
	.breadcrumb-item
	+ .breadcrumb-item::before {
	color: #888ea8;
	padding: 0 6px 0 6px;
	vertical-align: bottom;
}
@media (max-width: 575px) {
	.page-header {
		display: block;
	}
	/* Right Side Filter */
	.right-side-filter {
		flex-direction: row;
		width: 100%;
		justify-content: flex-end;
		margin-top: 20px;
	}
	.right-side-filter .nav-item.more-dropdown .flatpickr-input {
		height: 31px;
		font-size: 11px;
		width: 100%;
		padding-right: 0px;
	}
	.right-side-filter li:first-child {
		flex-grow: 1;
	}
}
.sub-header-container .more-dropdown .custom-dropdown-icon {
	padding-right: 20px;
}
.sub-header-container .more-dropdown .custom-dropdown-icon a.dropdown-toggle {
	position: relative;
	padding: 9px 35px 10px 15px;
	border: 1px solid #d3d3d3;
	border-radius: 8px;
	transform: none;
	font-size: 13px;
	line-height: 17px;
	background-color: #fff;
	letter-spacing: normal;
	min-width: 115px;
	text-align: inherit;
	color: #1b2e4b;
	box-shadow: none;
	max-height: 35px;
}
.sub-header-container
	.more-dropdown
	.custom-dropdown-icon
	a.dropdown-toggle
	svg {
	position: absolute;
	right: 15px;
	top: 11px;
	color: #888ea8;
	width: 13px;
	height: 13px;
	margin: 0;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.sub-header-container
	.more-dropdown
	.custom-dropdown-icon.show
	a.dropdown-toggle
	svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sub-header-container .more-dropdown .custom-dropdown-icon .dropdown-menu {
	position: absolute;
	right: 16px;
	top: 40px !important;
	padding: 8px 0;
	border: none;
	min-width: 155px;
	border: 1px solid #d3d3d3;
}
.sub-header-container .more-dropdown .custom-dropdown-icon .dropdown-menu a {
	padding: 8px 15px;
	font-size: 13px;
	font-weight: 500;
	color: #3b3f5c;
}
.sub-header-container
	.more-dropdown
	.custom-dropdown-icon
	.dropdown-menu
	a:hover {
	background-color: #bae7ff;
	color: #2196f3;
}
.right-bar .media {
	padding: 0.75rem 0rem;
	margin: 0px;
}
.right-bar .media img.avatar-sm {
	height: 2.25rem;
	width: 2.25rem;
	margin-right: 0px;
	border: 0px;
}
/* Menu bar */
@media (min-width: 1200px) {
	.navbar .theme-brand li.theme-bars {
		display: none;
		margin-right: 0;
	}

	.sub-header-container .navbar .sidebarCollapse {
		position: relative;
		padding: 0 25px 0 0px;
		margin-left: 0;
	}
	.sub-header-container .navbar .sidebarCollapse i {
		font-size: 20px;
		color: #2262c6;
		vertical-align: middle;
	}
	.menubar-theme {
		background: #2262c6;
	}
	.menubar-wrapper.menubar-theme {
		position: relative;
		top: 55px;
		z-index: 1028;
		transition: 0.6s;
		touch-action: none;
		user-select: none;
		-webkit-user-drag: none;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		width: 100%;
		border-radius: 0px 0px 10px 10px;
	}
	.menubar-wrapper ul.list-unstyled.menu-categories {
		display: flex;
		margin: 0px;
	}
	.menubar-wrapper ul.list-unstyled.menu-categories li {
		padding: 14px 0 14px 0;
		position: relative;
	}
	.menubar-wrapper ul.menu-categories li.menu > .dropdown-toggle {
		display: flex;
		justify-content: space-between;
		cursor: pointer;
		font-size: 13px;
		color: #ffffff;
		padding: 0px 20px 0px 14px;
		transition: 0.6s;
		margin-bottom: 4px;
		font-weight: 400;
		letter-spacing: 1px;
		border-right: 1px solid rgb(255 255 255 / 22%);
	}
	.menubar-wrapper ul.menu-categories ul.submenu li.menu > .dropdown-toggle {
		border-right: 0px solid rgb(255 255 255 / 22%);
	}
	.menubar-wrapper ul.menu-categories li.menu:last-child > .dropdown-toggle {
		border-right: 0px solid rgb(255 255 255 / 22%);
	}
	.menubar-wrapper ul.menu-categories li.menu > .dropdown-toggle i,
	.menubar-wrapper ul.menu-categories li.menu > .dropdown-toggle i {
		color: #ffffff;
		margin-right: 10px;
		vertical-align: middle;
		font-size: 20px;
	}
	.menubar-wrapper
		ul.menu-categories
		li.menu
		> .dropdown-toggle
		i.sidemenu-right-icon,
	.menubar-wrapper
		ul.menu-categories
		li.menu
		> .dropdown-toggle
		i.sidemenu-right-icon {
		margin-right: 0px;
		font-size: 12px;
		transition: all ease 0.4s;
	}
	.menubar-wrapper
		ul.menu-categories
		li.menu.main-single-menu
		> .dropdown-toggle
		i.sidemenu-right-icon,
	.menubar-wrapper
		ul.menu-categories
		li.menu.main-single-menu
		> .dropdown-toggle
		i.sidemenu-right-icon {
		display: none;
	}
	.menubar-wrapper span.menu-badge.badge-danger {
		display: flex;
		border-radius: 9999px;
		color: #fff;
		font-size: 0.65rem;
		align-items: center;
		font-weight: 500;
		padding: 0px 6px;
		height: 16px;
	}
	.menubar-wrapper .menu-badge-container {
		align-items: center;
		justify-content: center;
		display: flex;
		margin-left: 0.3rem;
	}
	.menubar-wrapper ul.menu-categories li.menu:hover .submenu {
		visibility: visible;
		opacity: 1;
		transform: translateY(0%);
		transition-delay: 0s, 0s, 0.3s;
	}
	.menubar-wrapper ul.menu-categories li.menu .submenu {
		position: absolute;
		top: 50px;
		left: 0px;
		background-color: #fff;
		color: #0e1726;
		text-align: left;
		margin-right: auto;
		margin-left: auto;
		width: 230px;
		padding: 15px 0;
		border-radius: 4px;
		box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.15);
		display: inline-block;
		visibility: hidden;
		opacity: 0;
		visibility: hidden;
		opacity: 0;
		transform: translateY(-2em);
		z-index: 1;
		transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
			z-index 0s linear 0.01s;
	}
	.menubar-wrapper
		ul.menu-categories
		li.menu:hover
		.submenu
		li:hover
		.sub-submenu {
		visibility: visible;
		opacity: 1;
		transform: translateY(0%);
		transition-delay: 0s, 0s, 0.3s;
	}
	.menubar-wrapper ul.menu-categories li.menu .submenu li .sub-submenu {
		position: absolute;
		top: 0px;
		left: 230px;
		background-color: #fff;
		color: #0e1726;
		text-align: left;
		margin-right: auto;
		margin-left: auto;
		width: 200px;
		padding: 15px 0;
		border-radius: 4px;
		box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.15);
		display: inline-block;
		visibility: hidden;
		opacity: 0;
		visibility: hidden;
		opacity: 0;
		transform: translateX(-2em);
		transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
			z-index 0s linear 0.01s;
	}
	.menubar-wrapper
		ul.menu-categories
		li.menu:hover
		.submenu
		li:hover
		.sub-submenu
		li:hover
		.sub-sub-submenu {
		visibility: visible;
		opacity: 1;
		transform: translateY(0%);
		transition-delay: 0s, 0s, 0.3s;
	}
	.menubar-wrapper
		ul.menu-categories
		li.menu
		.submenu
		li
		.sub-submenu
		li
		.sub-sub-submenu {
		position: absolute;
		top: -10px;
		left: 200px;
		background-color: #fff;
		color: #0e1726;
		text-align: left;
		margin-right: auto;
		margin-left: auto;
		width: 200px;
		padding: 15px 0;
		border-radius: 4px;
		box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.15);
		display: inline-block;
		visibility: hidden;
		opacity: 0;
		visibility: hidden;
		opacity: 0;
		transform: translateX(-2em);
		transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
			z-index 0s linear 0.01s;
	}
	.menubar-wrapper ul.menu-categories li.menu .submenu li {
		display: block;
		padding: 0;
		position: relative;
		-webkit-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;
	}
	.menubar-wrapper ul.menu-categories li.menu .submenu li a {
		display: flex;
		justify-content: space-between;
		white-space: nowrap;
		align-items: center;
		transition: all 0.2s ease-in-out;
		padding: 4px 24px;
		font-size: 13px;
		color: #888ea8;
		letter-spacing: 0px;
		line-height: 24px;
	}
	.menubar-wrapper ul.menu-categories li.menu .submenu li i {
		color: #888ea8 !important;
	}
	.menubar-wrapper ul.menu-categories li.menu .submenu li:hover > a {
		background-color: transparent;
		color: #2262c6;
		font-weight: 500;
	}
	.menubar-wrapper ul.menu-categories li.menu .submenu li.active > a {
		background-color: transparent;
		color: #2262c6;
		font-weight: 500;
	}
	.menubar-wrapper ul.menu-categories li.menu .submenu li:hover > a i {
		color: #2262c6 !important;
	}
	#sidebar .ps {
		overflow: unset !important;
	}
	.menubar-wrapper ul.menu-categories li.menu.active.main-single-menu {
		background: #144592;
	}
	.menubar-wrapper
		ul.menu-categories
		li.menu.active.main-single-menu:first-child {
		background: #144592;
		border-radius: 0px 0px 0px 10px;
	}
}
.overlay {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1035 !important;
	opacity: 0;
	transition: all 0.5s ease-in-out;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	touch-action: pan-y;
	user-select: none;
	-webkit-user-drag: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.e-animated {
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes e-fadeInUp {
	0% {
		opacity: 0;
		margin-top: 10px;
	}
	100% {
		opacity: 1;
		margin-top: 0;
	}
}
@keyframes e-fadeInUp {
	0% {
		opacity: 0;
		margin-top: 10px;
	}
	100% {
		opacity: 1;
		margin-top: 0;
	}
}
.e-fadeInUp {
	-webkit-animation-name: e-fadeInUp;
	animation-name: e-fadeInUp;
}
/* Right Bar */
.right-bar-enabled .right-bar {
	right: 0;
}
.right-bar {
	background-color: #fff;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.1);
	display: block;
	position: fixed;
	transition: all 0.2s ease-out;
	width: 260px;
	z-index: 9999;
	float: right !important;
	right: -270px;
	top: 0;
	bottom: 0;
}
.right-bar .nav-link {
	background: #2262c6;
	border-left: 1px solid rgba(222, 226, 230, 0.23);
}
.right-bar .nav-link.active {
	background: #ffffff;
	border: 1px solid transparent;
}
.right-bar .nav-link i {
	font-size: 24px;
	color: #ffffff;
}
.right-bar .nav-link.active i {
	font-size: 24px;
	color: #2262c6;
}
.right-bar .tab-content {
	background: #ffffff;
	margin-top: 0px;
	border-left: 1px solid #dee2e6;
}
.right-bar .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	background: rgba(34, 98, 198, 0.9);
	transition: all ease 0.4s;
	border: 1px solid transparent;
}
.right-bar .nav-tabs .nav-link:focus,
.nav-tabs .nav-link.active:hover {
	background: #ffffff;
	transition: all ease 0.4s;
	border: 1px solid transparent;
}
.right-bar .right-bar-heading {
	font-size: 14px;
	color: #cccccc;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 400;
}
.right-bar-heading a {
	color: #b1c8eb;
	padding-top: 3px;
}
.right-bar .media {
	padding: 0.75rem 0rem;
}
.right-bar .user-status.online,
.chat-system .own-area .user-status.online {
	background-color: #1abc9c;
}
.right-bar .user-status,
.chat-system .own-area .user-status {
	position: absolute;
	right: 0;
	top: 2px;
	font-size: 10px;
	height: 8px;
	width: 8px;
	border-radius: 50%;
}
.right-bar .group-item i {
	vertical-align: middle;
}
.rightbar-overlay {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1035 !important;
	opacity: 0;
	transition: all 0.5s ease-in-out;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	touch-action: pan-y;
	user-select: none;
	-webkit-user-drag: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rightbar-overlay.show {
	display: block;
	opacity: 0.7;
}
.right-bar .search-bar input.search-form-control {
	width: 100%;
	font-size: 13px;
	background-color: #e6f0ff;
	border: none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #2262c6;
	padding: 0px 4px 0px 20px;
	height: 36px;
	font-weight: 500;
}
.right-bar .search-bar input.search-form-control:focus {
	border: 1px solid #b0d0ff;
	box-shadow: none;
}
.right-bar .search-bar input.search-form-control {
	border: 1px solid #c8deff;
	width: 100%;
}
.right-bar .search-bar input.search-form-control::-webkit-input-placeholder {
	color: #2262c6;
	font-size: 13px;
}
.right-bar .search-bar input.search-form-control::-ms-input-placeholder {
	color: #2262c6;
	font-size: 13px;
}
.right-bar .search-bar input.search-form-control::-moz-placeholder {
	color: #2262c6;
	font-size: 13px;
}
.right-bar .search-bar input.search-form-control::-webkit-input-placeholder {
	color: #2262c6;
}
.right-bar .search-bar input.search-form-control::-ms-input-placeholder {
	color: #2262c6;
}
.right-bar .search-bar input.search-form-control::-moz-placeholder {
	color: #2262c6;
}
.rightbar-tab-container .ps {
	height: calc(100vh - 63px) !important;
	margin-right: 0;
	padding-right: 0px;
	border-right: 0px solid #e0e6ed;
}
.rightbar-tab-container .rightbar-tab {
	position: relative;
	margin: auto;
	width: 100%;
	height: calc(100vh - 40px) !important;
	overflow: hidden;
}
.rightbar-tab-container * {
	overflow: hidden;
	white-space: nowrap;
}
/* Switch */
.switch {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 18px;
	margin-bottom: 0px;
}
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 10px;
	width: 10px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
input:checked + .slider.primary-switch {
	background-color: #2262c6;
}
input:focus + .slider.primary-switch {
	box-shadow: 0 0 1px #2262c6;
}
input:checked + .slider:before {
	-webkit-transform: translateX(17px);
	-ms-transform: translateX(17px);
	transform: translateX(17px);
}
/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}
.slider.round:before {
	border-radius: 50%;
}
.switch-container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.switch-container p {
	margin-bottom: 0px;
	width: 160px;
	text-overflow: ellipsis;
}
/* Footer-wrapper */
.footer-wrapper {
	padding: 10px 20px 10px 18px;
	display: inline-block;
	background: transparent;
	font-weight: 600;
	font-size: 12px;
	width: 100%;
	border-top-left-radius: 6px;
	display: flex;
	justify-content: space-between;
}
.main-container.sidebar-closed .footer-wrapper {
	border-radius: 0;
}
.footer-wrapper .footer-section p {
	margin-bottom: 0;
	color: #bfbfbf;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 500;
}
.footer-wrapper .footer-section p a {
	color: #a0a0a0;
}
.footer-wrapper .footer-section svg {
	color: #e7515a;
	fill: rgba(231, 81, 90, 0.4196078431372549);
	width: 15px;
	height: 15px;
	vertical-align: text-top;
}
/* MEDIA QUERIES */
@media (max-width: 1200px) {
	.sub-header-container .navbar .sidebarCollapse {
		position: relative;
		padding: 0 25px 0 0px;
		margin-left: 0;
	}
	.sub-header-container .navbar .sidebarCollapse i {
		font-size: 20px;
		color: #2262c6;
		vertical-align: middle;
	}
	.sub-header-container {
		padding: 0 18px 0px 18px !important;
		z-index: 1029;
	}
	.sub-header-container .navbar {
		padding: 0px 0 20px;
	}
	.sub-header-container .navbar .sidebarCollapse {
		padding: 0 13px 0 0px;
	}
	.main-container.menubar-wrapper-closed .menubar-wrapper {
		width: 255px;
		left: 0;
	}
	.menubar-wrapper {
		position: fixed;
		top: 0;
		bottom: 0;
		left: -315px;
		z-index: 9999;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-webkit-transform: translate3d(0, 0, 0);
		width: 255px;
		background-color: #fff;
		padding: 0;
		display: block;
		height: 100vh !important;
		transition: 0.6s;
		margin: 0;
	}
	.menubar-wrapper ul.menu-categories {
		position: relative;
		padding: 20px 0 20px 0;
		margin: auto;
		width: 100%;
		overflow: auto;
	}
	.menubar-wrapper ul.menu-categories .main-single-menu {
		position: relative;
		padding: 0;
		margin: 0px 15px 3px 15px;
	}
	.menubar-wrapper ul.menu-categories li.menu.main-single-menu > a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		cursor: pointer;
		font-size: 13px;
		color: #2262c6;
		padding: 14px 10px;
		font-weight: 500;
		transition: 0.6s;
		border-radius: 6px;
		letter-spacing: 0;
		background: white;
	}
	.menubar-wrapper ul.menu-categories li.menu.active > .dropdown-toggle {
		background: #2262c6;
		color: #ffffff;
	}
	.menubar-wrapper ul.menu-categories li.menu.active > .dropdown-toggle i,
	.menubar-wrapper ul.menu-categories li.menu.active > .dropdown-toggle i {
		color: #ffffff;
	}
	.menubar-wrapper ul.menu-categories li.menu > .dropdown-toggle i,
	.menubar-wrapper ul.menu-categories li.menu > .dropdown-toggle i {
		color: #2262c6;
		margin-right: 10px;
		vertical-align: middle;
		font-size: 20px;
	}
	.menubar-wrapper
		ul.menu-categories
		li.menu
		> .dropdown-toggle
		i.sidemenu-right-icon,
	.menubar-wrapper
		ul.menu-categories
		li.menu
		> .dropdown-toggle
		i.sidemenu-right-icon {
		margin-right: 0px;
		font-size: 12px;
		transform: rotate(90deg);
		transition: all ease 0.4s;
	}
	.menubar-wrapper
		ul.menu-categories
		li.menu
		> .dropdown-toggle.collapsed
		i.sidemenu-right-icon,
	.menubar-wrapper
		ul.menu-categories
		li.menu
		> .dropdown-toggle.collapsed
		i.sidemenu-right-icon {
		transform: rotate(0deg);
		transition: all ease 0.4s;
	}
	.menubar-wrapper ul.menu-categories li.menu .submenu li a {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #999999;
		padding: 12px 11px 12px 24px;
		margin-left: 40px;
		font-size: 13px;
		font-weight: 500;
	}
	.menubar-wrapper ul.menu-categories li.menu .submenu li.active > a {
		color: #2262c6;
	}
	.menubar-wrapper ul.menu-categories li.menu ul.submenu > li a:before {
		content: "";
		background-color: #cccccc;
		position: absolute;
		height: 4px;
		width: 4px;
		top: 18.5px;
		left: 12px;
		border-radius: 50%;
	}
	.menubar-wrapper
		ul.menu-categories
		li.menu
		ul.submenu
		> li.active
		a[data-active="true"]:before {
		background-color: #2262c6;
	}
	#sidebar ul.menu-categories.ps {
		height: calc(100vh - 10px) !important;
	}
	.menubar-wrapper span.menu-badge.badge-danger {
		display: flex;
		border-radius: 9999px;
		color: #fff;
		font-size: 0.65rem;
		align-items: center;
		font-weight: 500;
		padding: 0px 6px;
		height: 16px;
	}
	.menubar-wrapper ul.menu-categories li.menu .sub-submenu li {
		padding-left: 20px;
	}
	.menubar-wrapper ul.menu-categories li.menu .sub-submenu li a {
		font-size: 12px;
	}
	.menubar-wrapper
		ul.menu-categories
		li.menu
		ul.submenu
		li
		a.dropdown-toggle
		i.sidemenu-right-icon,
	.menubar-wrapper
		ul.menu-categories
		li.menu
		ul.submenu
		li
		a.dropdown-toggle
		i.sidemenu-right-icon {
		transform: rotate(90deg);
		transition: all ease 0.4s;
	}
	.menubar-wrapper
		ul.menu-categories
		li.menu
		ul.submenu
		li
		a.dropdown-toggle.collapsed
		i.sidemenu-right-icon,
	.menubar-wrapper
		ul.menu-categories
		li.menu
		ul.submenu
		li
		a.dropdown-toggle.collapsed
		i.sidemenu-right-icon {
		transform: rotate(0deg);
		transition: all ease 0.4s;
	}
	.overlay.show {
		display: block;
		opacity: 0.7;
	}
}
@media (min-width: 992px) {
}
@media (max-width: 991px) {
	.navbar .theme-brand {
		padding: 0.9px 0 0.9px 14px !important;
	}
	/* NavBar */
	.shadow-bottom {
		width: 100%;
	}
	#content {
		margin-left: 0;
	}
	.main-container {
		padding: 0;
	}
	.footer-wrapper {
		padding: 0 16px 17px 16px;
	}
	.layout-px-spacing {
		padding: 0 16px !important;
	}
}
@media (max-width: 370px) {
	.navbar .navbar-item .nav-item .nav-link.rightbarCollapse {
		padding: 0 20px 0 0px;
		position: relative;
		line-height: 1;
	}
}
@media (max-width: 767px) {
	.navbar .theme-brand li.theme-text {
		display: none;
		margin-right: 0;
	}
	.navbar .theme-brand li.theme-bars {
		display: block;
		margin-right: 0;
	}
	.navbar .navbar-item .nav-item .form-inline.search .search-form-control {
		opacity: 0;
		transition: opacity 200ms, top 200ms;
	}
	.navbar
		.navbar-item
		.nav-item
		.form-inline.search.input-focused
		.search-form-control {
		opacity: 1;
		transition: opacity 200ms, top 200ms;
	}
	.navbar .navbar-item .nav-item .form-inline.search {
		opacity: 0;
		transition: opacity 200ms, top 200ms;
		top: -25px;
	}
	.navbar .navbar-item .nav-item .form-inline.search.input-focused {
		position: absolute;
		bottom: 0;
		top: 0;
		background: #dedede;
		border-bottom: 1px solid #dedede;
		height: 100%;
		width: 100%;
		left: 0;
		right: 0;
		z-index: 32;
		margin-top: 0px !important;
		display: flex;
		opacity: 1;
		transition: opacity 200ms, top 200ms;
	}
	.navbar .navbar-item .nav-item.search-animated {
		position: initial;
	}
	.navbar .navbar-item .nav-item.search-animated i {
		font-weight: 600;
		margin: 0 9.6px;
		cursor: pointer;
		color: #2262c6;
		position: initial;
		font-size: 22px;
		transition: top 200ms;
		top: -25px;
	}
	.navbar .navbar-item .nav-item.search-animated.show-search i {
		margin: 0;
		position: absolute;
		top: 17px;
		left: 16px;
		font-size: 22px;
		color: #2262c6;
		z-index: 40;
		transition: top 200ms;
	}
	.navbar .navbar-item .nav-item .form-inline.search.input-focused .search-bar {
		width: 100%;
	}
	.navbar
		.navbar-item
		.nav-item
		.form-inline.search.input-focused
		.search-form-control {
		background: transparent;
		display: block;
		padding-left: 50px;
		padding-right: 12px;
		border: none;
	}
	.navbar .navbar-item .nav-item .form-inline.search .search-form-control {
		border: none;
		width: 100%;
		display: none;
	}
	.header-container .navbar .language-dropdown {
		margin-left: 16px;
	}
	.flatpickr-calendar {
		width: 334px !important;
		transform: scale(0.9);
		left: -10px !important;
		top: 130px !important;
		overflow: hidden;
		transition: all ease 0.2s;
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}
}
@media (max-width: 575px) {
	.navbar .navbar-item .nav-item.message-dropdown .dropdown-menu {
		min-width: 16.2rem;
	}
	.sub-header-container .breadcrumb-one .breadcrumb-item:not(.active) {
		display: none;
	}
	.sub-header-container
		.breadcrumb-one
		.breadcrumb-item
		+ .breadcrumb-item::before {
		display: none;
	}
	.sub-header-container .breadcrumb-one .breadcrumb-item span {
		vertical-align: sub;
		font-size: 15px;
		font-weight: 700;
	}
	.navbar .navbar-item .nav-item.dropdown .dropdown-menu:after {
		right: 45px;
	}
	.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu {
		right: -44px;
	}
	.navbar
		.navbar-item
		.nav-item.dropdown.notification-dropdown
		.dropdown-menu:after {
		right: 46px;
	}
	.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu {
		right: -82px;
	}
	.navbar
		.navbar-item
		.nav-item.dropdown.message-dropdown
		.dropdown-menu:after {
		right: 83px;
	}
	.footer-wrapper .footer-section.f-section-2 {
		display: none;
	}
}
/* Tablet Media Query */
@media (min-width: 600px) and (max-width: 768px) {
	.navbar .navbar-item .nav-item .nav-link.rightbarCollapse {
		padding: 0 20px 0 0px;
	}
}

.divider {
	border-bottom: 1px solid #f1f2f3;
	margin-bottom: 1.5rem !important;
	padding-bottom: 10px;
}

.no-margin {
	margin: 0;
}

/* Form Stepper ================================= */
.wizard,
.tabcontrol {
	display: block;
	width: 100%;
	overflow: hidden;
}

.wizard a,
.tabcontrol a {
	outline: 0;
}

.wizard ul,
.tabcontrol ul {
	list-style: none !important;
	padding: 0;
	margin: 0;
}

.wizard ul > li,
.tabcontrol ul > li {
	display: block;
	padding: 0;
}

/* Stepper */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info,
.wizard > .content > .title,
.tabcontrol > .content > .title {
	position: absolute;
	left: -999em;
}

.wizard > .steps {
	position: relative;
	display: block;
	width: 100%;
}

.wizard.vertical > .steps {
	float: left;
	width: 30%;
}

.wizard.vertical > .steps > ul > li {
	float: none;
	width: 100%;
}

.wizard.vertical > .content {
	float: left;
	margin: 0 0 0.5em 0;
	width: 70%;
}

.wizard.vertical > .actions {
	float: right;
	width: 100%;
}

.wizard.vertical > .actions > ul > li {
	margin: 0 0 0 1em;
}

.wizard > .steps .number {
	/* font-size: 1.429em; */
}

.wizard > .steps > ul > li {
	width: 25%;
	float: left;
}

.wizard > .actions > ul > li {
	float: left;
}

.wizard > .steps a {
	display: block;
	width: auto;
	margin: 0 0.5em 0.5em;
	padding: 1em 1em;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.wizard > .steps a:hover,
.wizard > .steps a:active {
	display: block;
	width: auto;
	margin: 0 0.5em 0.5em;
	padding: 1em 1em;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.wizard > .steps .disabled a {
	background: #eee;
	color: #aaa;
	cursor: default;
}
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
	background: #eee;
	color: #aaa;
	cursor: default;
}

.wizard > .steps .current a {
	background: #2184be;
	color: #fff;
	cursor: default;
}
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
	background: #2184be;
	color: #fff;
	cursor: default;
}

.wizard > .steps .done a {
	background: #9dc8e2;
	color: #fff;
}
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
	background: #9dc8e2;
	color: #fff;
}

.wizard > .steps .error a {
	background: #ff3111;
	color: #fff;
}
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
	background: #ff3111;
	color: #fff;
}

.wizard > .content {
	border: 1px solid #ddd;
	display: block;
	margin: 0.5em;
	min-height: 35em;
	overflow: hidden;
	position: relative;
	width: auto;
}

.wizard > .actions {
	position: relative;
	display: block;
	text-align: right;
	width: 100%;
}

.wizard > .actions > ul {
	display: inline-block;
	text-align: right;
}
.wizard > .actions > ul > li {
	margin: 0 0.5em;
}

.wizard > .actions a {
	background: #009688;
	color: #fff;
	display: block;
	padding: 0.5em 1em;
	text-decoration: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
.wizard > .actions a:hover,
.wizard > .actions a:active {
	background: #009688;
	color: #fff;
	display: block;
	padding: 0.5em 1em;
	text-decoration: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

.wizard > .actions .disabled a {
	background: #eee;
	color: #aaa;
}
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
	background: #eee;
	color: #aaa;
}

.tabcontrol > .steps {
	position: relative;
	display: block;
	width: 100%;
}
.tabcontrol > .steps > ul {
	position: relative;
	margin: 6px 0 0 0;
	top: 1px;
	z-index: 1;
}
.tabcontrol > .steps > ul > li {
	float: left;
	margin: 5px 2px 0 0;
	padding: 1px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.tabcontrol > .steps > ul > li:hover {
	background: #edecec;
	border: 1px solid #bbb;
	padding: 0;
}
.tabcontrol > .steps > ul > li.current {
	background: #fff;
	border: 1px solid #bbb;
	border-bottom: 0 none;
	padding: 0 0 1px 0;
	margin-top: 0;
}
.tabcontrol > .steps > ul > li.current > a {
	padding: 15px 30px 10px 30px;
}
.tabcontrol > .steps > ul > li > a {
	color: #5f5f5f;
	display: inline-block;
	border: 0 none;
	margin: 0;
	padding: 10px 30px;
	text-decoration: none;
}
.tabcontrol > .steps > ul > li > a:hover {
	text-decoration: none;
}

.tabcontrol > .content {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 35em;
	overflow: hidden;
	border-top: 1px solid #bbb;
	padding-top: 20px;
}
.tabcontrol > .content > .body {
	float: left;
	position: absolute;
	width: 95%;
	height: 95%;
	padding: 2.5%;
}
.tabcontrol > .content > .body ul {
	list-style: disc !important;
}
.tabcontrol > .content > .body ul > li {
	display: list-item;
}

.wizard .content {
	min-height: 245px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	overflow-y: auto;
}
.wizard .content .body {
	padding: 15px;
}

.wizard .steps a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.wizard .steps a:active,
.wizard .steps a:focus,
.wizard .steps a:hover {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

.wizard .steps .done a {
	background-color: rgba(34, 98, 198, 0.6);
}
.wizard .steps .done a:hover,
.wizard .steps .done a:active,
.wizard .steps .done a:focus {
	background-color: rgba(34, 98, 198, 0.5);
}

.wizard .steps .error a {
	background-color: #f44336 !important;
}

.wizard .steps .current a {
	background-color: #2262c6;
}
.wizard .steps .current a:active,
.wizard .steps .current a:focus,
.wizard .steps .current a:hover {
	background-color: #2262c6;
}

.error {
	font-size: 12px;
	color: red;
}

/* Widget Chart One */
.widget-chart-one .widget-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.widget-chart-one .apexcharts-legend-marker {
	left: -5px !important;
}
.widget-chart-one .apexcharts-yaxis-title {
	font-weight: 600;
	fill: #b7b7b7;
}
.widget-chart-one .apexcharts-xaxis-title {
	font-weight: 600;
	fill: #b7b7b7;
}
.widget-chart-one .widget-heading .tabs {
	padding: 0;
	margin: 0;
}
.widget-chart-one .widget-heading .tabs li {
	display: inline-block;
	list-style: none;
	padding: 0 0;
}

/* Infobox ===================================== */
.info-box {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	height: 80px;
	display: flex;
	cursor: default;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.info-box .icon {
	display: inline-block;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.12);
	width: 80px;
}
.info-box .icon i {
	color: #fff;
	font-size: 50px;
	line-height: 80px;
}
.info-box .icon .chart.chart-bar {
	height: 100%;
	line-height: 100px;
}
.info-box .icon .chart.chart-bar canvas {
	vertical-align: baseline !important;
}
.info-box .icon .chart.chart-pie {
	height: 100%;
	line-height: 123px;
}
.info-box .icon .chart.chart-pie canvas {
	vertical-align: baseline !important;
}
.info-box .icon .chart.chart-line {
	height: 100%;
	line-height: 115px;
}
.info-box .icon .chart.chart-line canvas {
	vertical-align: baseline !important;
}
.info-box .content {
	display: inline-block;
	padding: 7px 10px;
}
.info-box .content .text {
	font-size: 13px;
	margin-top: 11px;
	color: #555;
}
.info-box .content .number {
	font-weight: normal;
	font-size: 26px;
	margin-top: -4px;
	color: #555;
}

.info-box.hover-zoom-effect .icon {
	overflow: hidden;
}
.info-box.hover-zoom-effect .icon i {
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.info-box.hover-zoom-effect:hover .icon i {
	opacity: 0.4;
	-moz-transform: rotate(-32deg) scale(1.4);
	-ms-transform: rotate(-32deg) scale(1.4);
	-o-transform: rotate(-32deg) scale(1.4);
	-webkit-transform: rotate(-32deg) scale(1.4);
	transform: rotate(-32deg) scale(1.4);
}

.info-box.hover-expand-effect:after {
	background-color: rgba(0, 0, 0, 0.05);
	content: ".";
	position: absolute;
	left: 80px;
	top: 0;
	width: 0;
	height: 100%;
	color: transparent;
	-moz-transition: all 0.95s;
	-o-transition: all 0.95s;
	-webkit-transition: all 0.95s;
	transition: all 0.95s;
}

.info-box.hover-expand-effect:hover:after {
	width: 100%;
}


/* DASHBORD */

.widget {
    position: relative;
    padding: 20px;
    border-radius: 8px;
    border: none;
    background: #fff;
    -webkit-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
}
.widget .widget-heading {
    margin-bottom: 15px;
}
.widget h5 {
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 0px;
    margin-bottom: 0;
    color: #515365;
}
.widget .widget-content {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    height: 100%;
}
