*::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #F5F5F5;
}
*::-webkit-scrollbar {
	width: 7px;
	height: 7px;
	background-color: #F5F5F5;
}
*::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #ED526E;
}

/*============= Start_topbar =============*/
.layout-navbar-fixed .layout-navbar {
	position: fixed;
	top: 0;
	right: 0;
	left: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	z-index: 10;
}
.layout-navbar {
	box-shadow: 0 0 10px #dbdade;
	-webkit-backdrop-filter: saturate(200%) blur(6px);
	backdrop-filter: saturate(200%) blur(6px);
}
.bg-navbar-theme {
	background-color: rgba(255, 255, 255, .95) !important;
	color: #6f6b7d;
}
.bg-navbar-theme .navbar-brand,
.bg-navbar-theme .navbar-brand a {
	color: #5d596c;
}
.bg-navbar-theme .navbar-brand:hover,
.bg-navbar-theme .navbar-brand:focus,
.bg-navbar-theme .navbar-brand a:hover,
.bg-navbar-theme .navbar-brand a:focus {
	color: #5d596c;
}
.bg-navbar-theme .navbar-search-wrapper .navbar-search-icon,
.bg-navbar-theme .navbar-search-wrapper .search-input {
	color: #6f6b7d
}
.bg-navbar-theme .search-input-wrapper .search-input,
.bg-navbar-theme .search-input-wrapper .search-toggler {
	background-color: #fff !important;
	color: #6f6b7d;
}
.bg-navbar-theme .navbar-nav>.nav-item>.nav-link {
	display: flex;
	align-items: center;
}
.bg-navbar-theme .navbar-nav>.nav-link,
.bg-navbar-theme .navbar-nav>.nav-item>.nav-link,
.bg-navbar-theme .navbar-nav>.nav>.nav-item>.nav-link {
	color: #6f6b7d;
}
.bg-navbar-theme .navbar-nav>.nav-link:hover,
.bg-navbar-theme .navbar-nav>.nav-link:focus,
.bg-navbar-theme .navbar-nav>.nav-item>.nav-link:hover,
.bg-navbar-theme .navbar-nav>.nav-item>.nav-link:focus,
.bg-navbar-theme .navbar-nav>.nav>.nav-item>.nav-link:hover,
.bg-navbar-theme .navbar-nav>.nav>.nav-item>.nav-link:focus {
	color: #5d596c;
}
.bg-navbar-theme .navbar-nav>.nav-link.disabled,
.bg-navbar-theme .navbar-nav>.nav-item>.nav-link.disabled,
.bg-navbar-theme .navbar-nav>.nav>.nav-item>.nav-link.disabled {
	color: #a9a6b1 !important;
}
.bg-navbar-theme .navbar-nav .show>.nav-link,
.bg-navbar-theme .navbar-nav .active>.nav-link,
.bg-navbar-theme .navbar-nav .nav-link.show,
.bg-navbar-theme .navbar-nav .nav-link.active {
	color: #5d596c;
}
.bg-navbar-theme .navbar-toggler {
	color: #6f6b7d;
	border-color: rgba(93, 89, 108, .075);
}
.bg-navbar-theme .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M0,0 L14,0 L14,1.75 L0,1.75 L0,0 Z M0,4.375 L14,4.375 L14,6.125 L0,6.125 L0,4.375 Z M0,8.75 L14,8.75 L14,10.5 L0,10.5 L0,8.75 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='💎-UI-Elements' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='12)-Navbar' transform='translate(-1174.000000, -1290.000000)'%3E%3Cg id='Group' transform='translate(1174.000000, 1288.000000)'%3E%3Cg id='Icon-Color' transform='translate(0.000000, 2.000000)'%3E%3Cuse fill='rgba(75, 70, 92, 0.5)' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.1' fill='rgba(75, 70, 92, 0.5)' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}
.bg-navbar-theme .navbar-text {
	color: #6f6b7d;
}
.bg-navbar-theme .navbar-text a {
	color: #5d596c;
}
.bg-navbar-theme .navbar-text a:hover,
.bg-navbar-theme .navbar-text a:focus {
	color: #5d596c;
}
.app-brand {
	width: 100%;
}
.app-brand-link {
	display: flex;
	align-items: center;
}
.app-brand-logo {
	display: block;
	overflow: hidden;
	min-height: 1px;
	width: 100%;
}
.app-brand-logo img,
.app-brand-logo svg {
	display: block;
	max-width: 47px;
}
.app-brand-text {
	width: 50%;
	opacity: 1;
	transition: opacity .3s ease-in-out;
}
/*.app-brand h1 {
	text-align: left;
	margin-top: 20px;
	font-size: 24px;
	font-weight: 700;
	color: #1c1f21;
}*/
form .form-control {
	padding: 9px 18px;
	font-size: 15px;
	border-color: #DBDFE9;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	border-radius: 7px;
	color: #77829D;
}
.form-control::-webkit-input-placeholder {
	color: #77829D;
}
.form-control::-moz-placeholder {
	color: #77829D;
}
.form-control:-ms-input-placeholder {
	color: #77829D;
}
.form-control:-moz-placeholder {
	color: #77829D;
}
.form-check-input:focus,
.form-control:focus,
.form-select:focus {
	box-shadow: none;
}
.form-control:focus {
	color: #77829D;
	background-color: var(--bs-form-control-bg);
	border-color: #ED526E;
	outline: 0;
}
.form-check label {
	margin-left: 5px;
	font-size: 14px;
}
.input-group-text svg#toggle_pwd {
	width: 18px;
}
.input-group-text {
	cursor: pointer;
}
.layout-menu-toggle {
	font-size: 22px;
}
/*.app-brand p {
	text-align: left;
	color: #747f89;
	font-size: 15px;
	font-weight: 300;
}*/
.avatar {
	position: relative;
	width: 2.375rem;
	height: 2.375rem;
	cursor: pointer;
}
.avatar img {
	width: 100%;
	height: 100%;
}
.avatar .avatar-initial {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #c9c8ce;
	font-weight: 600;
}
.avatar.avatar-online:after,
.avatar.avatar-offline:after,
.avatar.avatar-away:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 3px;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	box-shadow: 0 0 0 2px #fff;
}
.avatar.avatar-online:after {
	background-color: #28c76f;
}
.avatar.avatar-offline:after {
	background-color: #a8aaae;
}
.avatar.avatar-away:after {
	background-color: #ff9f43;
}
.avatar.avatar-busy:after {
	background-color: #ea5455;
}
.layout-navbar .search-input-wrapper .twitter-typeahead {
	position: absolute !important;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/*============= End_topbar =============*/
/*============= Start_layout =============*/
.layout-page {
	display: flex;
	flex: 1 1 auto;
	align-items: stretch;
	padding-top: 90px;
	padding-left: 280px;
}
.layout-page .layouts-content {
	width: 100%;
}
/*============= End_layout =============*/
/*============= Start_sidemanu =============*/
.layout-menu {
	position: fixed;
	left: 0;
	top: 72px;
	height: 100%;
}
.bg-menu-theme {
	background-color: #fff !important;
	color: #6f6b7d;
	box-shadow: 0 0 10px #dbdade;
	-webkit-backdrop-filter: saturate(200%) blur(6px);
	backdrop-filter: saturate(200%) blur(6px);
}
.menu {
	display: flex;
}
.menu-inner {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
	height: 100%;
}
.menu-inner-shadow {
	display: none;
	position: absolute;
	top: 3.4375rem;
	height: 3rem;
	width: 100%;
	pointer-events: none;
	z-index: 2;
}
html:not(.layout-menu-fixed) .menu-inner-shadow {
	display: none !important;
}
.menu-item {
	align-items: flex-start;
	justify-content: flex-start;
}
.menu-item.menu-item-animating {
	transition: height .3s ease-in-out;
}
.menu-item,
.menu-header,
.menu-divider,
.menu-block {
	flex: 0 0 auto;
	flex-direction: column;
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu-header {
	opacity: 1;
	transition: opacity .3s ease-in-out;
}
.menu-icon {
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: .5rem;
	font-size: 1.375rem;
}
.menu:not(.menu-no-animation) .menu-icon {
	transition: margin-right .3s ease;
}
.menu-link {
	position: relative;
	display: flex;
	align-items: center;
	flex: 0 1 auto;
	margin: 0;
}
.menu-item.active>.menu-link.menu-toggle {
	font-weight: 600;
}
.menu-item.disabled .menu-link {
	cursor: not-allowed !important;
}
.menu:not(.menu-no-animation) .menu-link {
	transition-duration: .3s;
	transition-property: color, background-color;
}
.menu-link>:not(.menu-icon) {
	flex: 0 1 auto;
	opacity: 1;
}
.menu:not(.menu-no-animation) .menu-link>:not(.menu-icon) {
	transition: opacity .3s ease-in-out;
}
.menu-sub {
	display: none;
	flex-direction: column;
	margin: 0;
	padding: 0;
}
.menu:not(.menu-no-animation) .menu-sub {
	transition: background-color .3s;
}
.menu-item.open>.menu-sub {
	display: flex;
}
.menu-toggle::after {
	content: "";
	position: absolute;
	top: 48%;
	display: block;
	width: .42em;
	height: .42em;
	border: 1.5px solid;
	border-bottom: 0;
	border-left: 0;
	transform: translateY(-50%) rotate(45deg);
}
.menu-item.open:not(.menu-item-closing)>.menu-toggle::after {
	transform: translateY(-50%) rotate(135deg);
}
.menu:not(.menu-no-animation) .menu-toggle::after {
	transition-duration: .3s;
	transition-property: transform;
}
.menu-vertical {
	overflow: hidden;
	flex-direction: column;
}
.menu-vertical,
.menu-vertical .menu-block,
.menu-vertical .menu-inner>.menu-item,
.menu-vertical .menu-inner>.menu-header {
	width: 260px;
}
.menu-vertical .menu-inner {
	flex-direction: column;
	flex: 1 1 auto;
}
.menu-vertical .menu-inner>.menu-item {
	margin: .125rem 0;
}
.menu-vertical .menu-inner>.menu-item .menu-link {
	margin: 0 .875rem;
	border-radius: .375rem;
}
.menu-vertical .menu-header {
	padding: 1.25rem 1.75rem .375rem;
}
.menu-vertical .menu-item .menu-link,
.menu-vertical .menu-block {
	padding: .561rem 1rem;
}
.menu-vertical .menu-item .menu-link {
	font-size: .9375rem;
}
.menu-vertical .menu-item .menu-toggle {
	padding-right: calc(1rem + 1.26em);
}
.menu-vertical .menu-item .menu-toggle::after {
	right: 1rem;
}
.menu-vertical .menu-divider {
	margin-top: .5rem;
	margin-bottom: .5rem;
	padding: 0;
}
.menu-vertical .menu-sub {
	padding: .25rem 0;
}
.menu-vertical .menu-sub .menu-link {
	padding-top: .561rem;
	padding-bottom: .561rem;
}
.menu-vertical .menu-sub .menu-item {
	margin: .125rem 0;
}
.menu-vertical .menu-sub .menu-item:first-child {
	margin-top: 0 !important;
}
.menu-vertical .menu-sub .menu-item:last-child {
	margin-bottom: 0 !important;
}
.menu-vertical .menu-icon {
	width: 1.375rem;
}
.menu-vertical .menu-sub .menu-icon {
	margin-right: 0;
}
.menu-vertical .menu-sub .menu-link {
	padding-left: 2.875rem;
}
.menu-vertical .menu-sub .menu-sub .menu-link {
	padding-left: 3.375rem;
}
.menu-vertical .menu-sub .menu-sub .menu-sub .menu-link {
	padding-left: 3.875rem;
}
.menu-vertical .menu-sub .menu-sub .menu-sub .menu-sub .menu-link {
	padding-left: 4.375rem;
}
.menu-vertical .menu-sub .menu-sub .menu-sub .menu-sub .menu-sub .menu-link {
	padding-left: 4.875rem;
}
.bg-menu-theme .menu-link {
	color: #6f6b7d;
}
.bg-menu-theme .menu-link:hover,
.bg-menu-theme .menu-link:focus {
	color: #5d596c;
}
.bg-menu-theme .menu-link.active {
	color: #5d596c;
}
.bg-menu-theme .menu-item.disabled .menu-link {
	color: #a9a6b1 !important;
}
.bg-menu-theme .menu-item.open:not(.menu-item-closing)>.menu-toggle,
.bg-menu-theme .menu-item.active>.menu-link {
	color: #5d596c;
}
.bg-menu-theme.menu-vertical .menu-item.active>.menu-link:not(.menu-toggle) {
	background: linear-gradient(72.47deg, #7367f0 22.16%, rgba(115, 103, 240, 0.7) 76.47%);
	box-shadow: 0px 2px 6px 0px rgba(115, 103, 240, .48);
	color: #fff !important;
}
.bg-menu-theme .menu-inner>.menu-item.menu-item-closing .menu-item.open .menu-sub,
.bg-menu-theme .menu-inner>.menu-item.menu-item-closing .menu-item.open .menu-toggle {
	background: rgba(0, 0, 0, 0);
	color: #fff;
}
.bg-menu-theme .menu-inner-shadow {
	background: linear-gradient(#fff 41%, rgba(255, 255, 255, 0.11) 95%, rgba(255, 255, 255, 0));
}
.bg-menu-theme .menu-text {
	color: #5d596c;
}
.bg-menu-theme .menu-header {
	color: #93909e;
}
.bg-menu-theme hr,
.bg-menu-theme .menu-divider,
.bg-menu-theme .menu-inner>.menu-item.open>.menu-sub::before {
	border-color: rgba(0, 0, 0, 0) !important;
}
.bg-menu-theme .menu-block::before {
	background-color: #93909e;
}
.bg-menu-theme .menu-inner .menu-item.open>.menu-link.menu-toggle,
.layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item.open>.menu-link.menu-toggle,
.bg-menu-theme .menu-inner .menu-item.active>.menu-link.menu-toggle,
.layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item.active>.menu-link.menu-toggle {
	background: #f8f8f8;
}
html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item:not(.active) .menu-link:hover,
.layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item:not(.active) .menu-link:hover {
	background: #f8f8f8;
}
.bg-menu-theme .menu-inner .menu-sub .menu-item:not(.active)>.menu-link::before {
	color: #a5a3ae !important;
}
.bg-menu-theme .menu-sub>.menu-item>.menu-link:before {
	content: "";
	font-family: "tabler-icons";
	position: absolute;
	font-size: .65rem;
	font-weight: bold;
}
.bg-menu-theme.menu-vertical .menu-sub>.menu-item>.menu-link:before {
	left: 1.35rem;
}
.bg-menu-theme.menu-vertical .menu-sub>.menu-item .menu-link .menu-icon {
	display: none;
}
html:not([dir=rtl]) .bg-menu-theme.menu-horizontal .menu-inner>.menu-item>.menu-sub>.menu-item>.menu-link {
	padding-left: .875rem;
}
.layout-wrapper:not(.layout-horizontal) .bg-menu-theme .menu-inner>.menu-item.active:before {
	content: "";
	position: absolute;
	right: 0;
	width: .25rem;
	height: 2.6845rem;
	border-radius: .375rem 0 0 .375rem;
}
.wc_eye {
    position: absolute;
    top: 22px;
    transform: translateY(-50%);
    right: 15px;
    color: #77829D;
}
/* =============== Dashboard  ======================= */
.wrapper {
	display: flex;
	width: 100%;
	align-items: stretch;
}
#sidebar {
	position: fixed;
	width: 250px;
	max-height: 100vh;
	height: 100%;
	background: #191c24;
	color: #fff;
	transition: all 0.3s;
	overflow: auto;
}
#sidebar::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
#sidebar::-webkit-scrollbar {
	width: 7px;
	background-color: #F5F5F5;
}
#sidebar::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #a170a8;
}
#sidebar .sidebar-header {
	padding: 20px;
	background: #e5b200;
}
#sidebar ul.components {
	padding: 20px 0;
	border-bottom: 1px solid #b28b00;
}
#sidebar ul p {
	color: #6b6b6b;
	padding: 10px;
}
a[data-toggle=collapse] {
	position: relative;
}
.dropdown-toggle::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.sidebar .sidebar-brand-wrapper {
	transition: width 0.25s ease, background 0.25s ease;
	-webkit-transition: width 0.25s ease, background 0.25s ease;
	-moz-transition: width 0.25s ease, background 0.25s ease;
	-ms-transition: width 0.25s ease, background 0.25s ease;
	background: #191c24;
	width: 250px;
	height: 70px;
}
.sidebar .sidebar-brand-wrapper .app-brand-link {
	color: #38425e;
	font-size: 1.5rem;
	line-height: 48px;
	margin-right: 0;
	padding: 0rem 0rem 0rem 1.3rem;
	width: 100%;
}
.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}
.sidebar .nav {
	overflow: hidden;
	flex-wrap: nowrap;
	flex-direction: column;
	margin-bottom: 60px;
	padding-top: 70px;
}
.sidebar .nav .nav-item.profile {
	padding-right: 0px;
}
.sidebar .nav .nav-item {
	-webkit-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
	transition-property: background;
	-webkit-transition-property: background;
	padding-right: 20px;
}
.sidebar .nav .nav-item.profile .profile-desc {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 0.6rem 1.17rem;
	line-height: 1.25;
}
.sidebar .nav .nav-item.profile .profile-desc .profile-pic {
	display: flex;
	align-items: center;
}
.sidebar .nav .nav-item.profile .profile-desc .profile-pic .count-indicator {
	position: relative;
}
.img-xs {
	width: 35px;
	height: 35px;
}
.sidebar .nav .nav-item.profile .profile-desc .profile-pic .count-indicator .count {
	position: absolute;
	left: 66%;
	width: 10px;
	height: 10px;
	color: #ffffff;
	border-radius: 100%;
	text-align: center;
	font-size: .625rem;
	line-height: 1.5;
	top: 26px;
	border: 2px solid #2c2e33;
}
.sidebar .nav .nav-item.profile .profile-desc .profile-name {
	margin-left: 16px;
}
.sidebar .nav .nav-item.profile .profile-desc .profile-name span {
	font-size: 12px;
	color: #6c7293;
	white-space: nowrap;
}
.sidebar .nav .nav-item.profile .profile-desc i {
	font-size: 20px;
	color: #6c7293;
}
.sidebar .nav .nav-item.nav-category {
	padding: 4px 20px;
	line-height: 1;
}
.sidebar .nav .nav-item.nav-category .nav-link {
	color: #6c7293;
	font-weight: 600;
	font-size: 14px;
	height: auto;
	padding-left: 0;
}
.sidebar .nav .nav-item .nav-link {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	white-space: nowrap;
	padding: 13px 10px 13px 20px;
	color: #6c7293;
	-webkit-transition-duration: 0.45s;
	-moz-transition-duration: 0.45s;
	-o-transition-duration: 0.45s;
	transition-duration: 0.45s;
	transition-property: color;
	-webkit-transition-property: color;
	height: 46px;
	border-radius: 0px 100px 100px 0px;
}
.sidebar .nav .nav-item.active>.nav-link {
	background: #0f1015;
	position: relative;
}
.sidebar .nav:not(.sub-menu)>.nav-item:hover:not(.nav-category):not(.account-dropdown)>.nav-link {
	background: #0f1015;
	color: #ffffff;
}
.sidebar .nav .nav-item .menu-icon {
	margin-right: 0.5rem;
	font-size: 0.8125rem;
	line-height: 1;
	background: rgba(108, 114, 147, 0.2);
	width: 31px;
	height: 31px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}
.sidebar .nav .nav-item .nav-link .menu-title {
	color: inherit;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	vertical-align: middle;
}
.sidebar .nav .nav-item.active>.nav-link:before {
	content: "";
	width: 3px;
	height: 100%;
	background: #809fb8;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
.sidebar .nav .nav-item .nav-link .menu-arrow {
	font: normal normal normal 24px/1 "Material Design Icons";
	line-height: 1;
	width: 10px;
	margin-left: auto;
	color: rgb(108 114 147 / 70%);
}
.sidebar .nav .menu-items:nth-child(5n+3) .nav-link .menu-icon svg {
	color: #8f5fe8;
}
.sidebar .nav .menu-items:nth-child(5n+4) .nav-link .menu-icon svg {
	color: #ffab00;
}
.sidebar .nav .menu-items:nth-child(5n+5) .nav-link .menu-icon svg {
	color: #fc424a;
}
.sidebar .nav .menu-items:nth-child(5n+1) .nav-link .menu-icon svg {
	color: #0090e7;
}
.sidebar .nav .menu-items:nth-child(5n+2) .nav-link .menu-icon svg {
	color: #00d25b;
}
.sidebar .nav .nav-item .collapse {
	z-index: 999;
}
.collapse:not(.show) {
	display: none;
}
.sidebar .nav.sub-menu {
	margin-bottom: 0;
	margin-top: 0;
	padding: 0 0 0 3.25rem;
	list-style: none;
}
.sidebar .nav.sub-menu .nav-item {
	padding: 0;
}
.sidebar .nav.sub-menu .nav-item .nav-link {
	color: #6c7293;
	padding: 0.5rem 0.35rem;
	position: relative;
	font-size: 0.855rem;
	line-height: 1;
	height: auto;
	border-top: 0;
}
.sidebar .nav.sub-menu .nav-item .nav-link:hover {
	color: #ffffff;
}
.container-scroller {
	display: flex;
	position: relative;
}
.page-body-wrapper {
	min-height: 100vh;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	padding-left: 0;
	padding-right: 0;
	transition: all 0.25s ease;
	width: calc(100% - 244px);
}
.main-panel {
	transition: width 0.25s ease, margin 0.25s ease;
	width: 100%;
	min-height: calc(100vh - 70px);
	padding-top: 70px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.container-scroller {
	overflow: hidden;
}
.page-body-wrapper {
	min-height: 100vh;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	padding-left: 0;
	padding-right: 0;
	transition: all 0.25s ease;
	background: #f5f5f5;
	margin-left: auto;
	margin-right: 0;
	width: calc(100% - 244px);
}
/*============= End_sidemanu =============*/
/* ===== navbar ===== */
.navbar {
	font-weight: normal;
	background: #191c24;
	left: 249px;
	transition: left 0.25s ease;
	-webkit-transition: left 0.25s ease;
	-moz-transition: left 0.25s ease;
	-ms-transition: left 0.25s ease;
}
.navbar .navbar-menu-wrapper .navbar-nav {
	flex-direction: row;
	align-items: center;
}
.navbar .navbar-menu-wrapper {
	transition: width 0.25s ease;
	-webkit-transition: width 0.25s ease;
	-moz-transition: width 0.25s ease;
	-ms-transition: width 0.25s ease;
	color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	height: 70px;
}
.navbar .navbar-menu-wrapper .navbar-nav {
	flex-direction: row;
	align-items: center;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link {
	color: inherit;
	font-size: 0.9375rem;
	margin-left: 1rem;
	margin-right: 1rem;
	white-space: nowrap;
}
.navbar .navbar-menu-wrapper .search input {
	background: #191c24;
	padding: 13px 20px 11px 20px;
	border: 1px solid #2c2e33;
}
.navbar .navbar-menu-wrapper .text-sidebar,
.navbar .navbar-menu-wrapper .search input::placeholder {
	color: #6c7293;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown {
	line-height: 1rem;
	position: relative;
}
.border-left {
	border-left: 1px solid #2c2e33 !important;
}
.navbar .navbar-menu-wrapper .count-indicator {
	position: relative;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link i {
	font-size: 1.125rem;
}
.navbar .navbar-menu-wrapper .count-indicator .count {
	position: absolute;
	left: 66%;
	width: 7px;
	height: 7px;
	color: #ffffff;
	border-radius: 100%;
	text-align: center;
	font-size: .625rem;
	line-height: 1.5;
	top: 7px;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu.navbar-dropdown {
	position: absolute;
	font-size: 0.9rem;
	margin-top: 0;
	top: 48px;
	right: 0;
	left: auto;
	padding: 0;
	color: #ffffff;
	text-align: left;
	list-style: none;
	background-color: #191c24;
	background-clip: padding-box;
	border: 1px solid #2c2e33;
	border-radius: 0.25rem;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu {
	border: none;
	border-radius: 4px;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link .navbar-profile {
	display: flex;
	font-weight: normal;
	align-items: center;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link .navbar-profile .navbar-profile-name {
	white-space: nowrap;
	margin-left: 1rem;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link .navbar-profile svg {
	color: #a7afb7;
	font-size: 12px;
	margin-left: 8px;
}
.dropdown .dropdown-divider {
	border-top: 1px solid #2c2e33;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu.navbar-dropdown .dropdown-item {
	margin-bottom: 0;
	padding: 11px 13px;
	display: flex !important;
	align-items: center !important;
	color: #fff;
	cursor: pointer;
}
.preview-list .preview-item .preview-thumbnail {
	color: #ffffff;
	position: relative;
}
.preview-list .preview-item .preview-thumbnail img,
.preview-list .preview-item .preview-thumbnail .preview-icon {
	width: 40px;
	height: 40px;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu.navbar-dropdown .dropdown-item svg {
	font-size: 17px;
}
.preview-list .preview-item .preview-item-content {
	line-height: 1;
	padding-left: 15px;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu.navbar-dropdown .dropdown-divider {
	margin: 0;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu.navbar-dropdown .dropdown-item:hover {
	background: #0f1015;
}
/* ========= Dashboard-content ====== */


.content-wrapper {
	background: #f5efff;
	padding: 1.875rem 1.75rem;
	width: 100%;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.icon.icon-box-success {
	width: 40px;
	height: 37px;
	background: rgba(0, 210, 91, 0.11);
	border-radius: 7px;
	color: #00d25b;
}
.icon {
	display: flex;
	align-items: center;
	justify-content: center;
}
.Infobox .ml-2 {
	margin-left: 7px;
}
.icon.icon-box-danger {
	width: 40px;
	height: 37px;
	background: rgba(252, 66, 74, 0.11);
	border-radius: 7px;
	color: #fc424a;
}
.Infobox h6.text-muted {
	margin-bottom: 0;
	margin-top: 8px;
	font-size: 16px;
}
.grid-margin {
	margin-bottom: 1.5rem;
}
.info-body .card-title {
	font-weight: 600;
}
.preview-list .preview-item {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	padding: 1rem 0rem;
	font-size: .875rem;
}
.preview-list .preview-item .preview-thumbnail {
	color: #ffffff;
	position: relative;
}
.preview-list .preview-item .preview-thumbnail img,
.preview-list .preview-item .preview-thumbnail .preview-icon {
	width: 40px;
	height: 40px;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	border-radius: 3px;
	justify-content: center;
}
.preview-list .preview-item .preview-thumbnail img svg,
.preview-list .preview-item .preview-thumbnail .preview-icon svg {
	font-size: 1.125rem;
	margin: 0;
}
.preview-list .preview-item .preview-item-content {
	line-height: 1;
	flex-grow: 1;
	padding-left: 15px;
}
.preview-list .preview-item .preview-item-content .flex-grow {
	flex-grow: 1;
}
.chart-box {
	border: 1px solid #eee;
	background: #fbf8ff;
	justify-content: space-between;
}
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.table thead th,
.jsgrid .jsgrid-table thead th {
	border-top: 0;
	border-bottom-width: 1px;
	font-weight: 500;
	color: #6c7293;
	border-bottom-color: #f5efff;
}
.table th,
.jsgrid .jsgrid-table th,
.table td,
.jsgrid .jsgrid-table td {
	vertical-align: middle;
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
	border-bottom-color: #f5efff;
}
.table th img,
.jsgrid .jsgrid-table th img,
.table td img,
.jsgrid .jsgrid-table td img {
	width: 30px;
	height: 30px;
	border-radius: 100%;
}
/* =========== Chat-screen ========= */
.user-detail .dropdown-menu {
	right: 0;
}
.user-detail .dropdown-menu li a {
	padding: 7px 15px;
	color: #000;
	display: block;
}
.user-detail .dropdown-menu li:not(:last-child) a {
	border-bottom: 1px solid #eee;
}
.user-detail .dropdown-menu li a:hover {
	background: #f1ebfc;
}
.chat-screen .chat-messages {
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.chat-screen .chat-title {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #D2D4DA80;
	margin-bottom: 20px;
}
.chat-screen .chat-title .user-detail {
	flex-grow: 2;
	display: flex;
	align-items: center;
}
.chat-screen .chat-title .user-detail .user {
	flex-grow: 2;
}
.chat-screen .chat-title .user-detail h4.name {
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	color: #020C31;
	margin-bottom: 6px;
}
.chat-screen .chat-title .user-detail p.position {
	font-weight: 400;
	font-size: 14px;
	line-height: 15px;
	color: #585981;
	margin-bottom: 0;
}
.chat-screen .chat-title .detail-menu .dropdown {
	width: 15px;
	height: 15px;
}
.dropdown-toggle {
	white-space: nowrap;
}
.chat-content .message-receiver {
	text-align: left;
}
.chat-content .message-receiver p.message-txt:first-child {
	border-radius: 12px 12px 12px 0;
}
.chat-content .message-receiver p.message-txt {
	margin-left: 25px;
	background: rgb(245 239 255);
	border-radius: 0 12px 12px 0;
}
.chat-content .messages p.message-txt {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #201F1E;
	padding: 12px;
	margin: 8px 0;
	display: table;
	max-width: 280px;
	text-align: left;
}
.chat-content .messages .sender {
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 10px 0;
}
.chat-content .messages .sender img {
	width: 25px;
}
.chat-content .messages .sender span.time {
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	text-align: right;
	color: #585981;
}
.chat-content .message-sender {
	text-align: right;
}
.chat-content .message-sender p.message-txt:first-child {
	border-radius: 12px 12px 0 12px;
}
.chat-content .message-sender p.message-txt {
	margin-right: 25px;
	margin-left: auto;
	background: #a170a8;
	border-radius: 12px 0 0 12px;
	color: #fff;
}
.chat-content .messages .message-sender .sender {
	flex-direction: row-reverse;
}
.chat-content .messages .sender span.time {
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	text-align: right;
	color: #585981;
}
.chat-content .typing-sec {
	margin-top: 25px;
}
.chat-content .typing-sec form {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 15px;
}
.chat-content .typing-sec .form-field:first-child {
	flex-grow: 2;
}
.chat-content .typing-sec form .form-field {
	margin-bottom: 0;
}
.chat-content .typing-sec form textarea.form-control {
	height: 45px;
	background: rgba(77, 64, 255, 0.04);
	border-radius: 5.88206px;
	padding: 10px 15px;
	width: 100%;
	min-height: auto;
	border: 0;
}
.chart-box h6 {
	font-weight: 600;
}
.chat-content .typing-sec form .form-field {
	margin-bottom: 0;
}
.chat-content .typing-sec form label.upload-file svg {
	color: #868686;
}
.chat-content .message-sender .uploaded-file {
	display: inline-block;
	margin: 0px 25px 0 0;
	background: linear-gradient(45deg, #809fb8, #a170a8);
	padding: 10px;
	font-size: 15px;
	color: #fff;
	border-radius: 8px 0 0 8px;
}
.chat-content .message-sender .uploaded-file svg {
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}
.chat-content .typing-sec form label.upload-file input[type="file"] {
	appearance: none;
	font-size: 0;
	background: transparent;
	border: 0;
	width: 0;
	height: 0;
	position: absolute;
	cursor: pointer;
}
.chat-content .form-btn .btn {
	padding: 10px 15px;
}
.chat-screen .messages {
	max-height: 450px;
	overflow: auto;
}
.data-count select,
.Infobox .search .form-control {
	min-height: 30px;
	padding: 6px 8px;
	appearance: auto;
}
.sort-filter {
	padding: 6px;
	background: #f9f7fc;
	border-radius: 6px;
}
.table .btn.btn-primary.small {
	font-size: 14px;
	padding: 6px 12px;
}
/* =========== form ========= */
.wc_form_wrap .input-group-text {
	background: #a170a8;
	color: #fff;
	border-color: #a170a8;
}
.wc_form_wrap .form-select,
.wc_form_wrap .form-control {
	height: 45px;
	background: rgba(77, 64, 255, 0.04);
	border-radius: 5.88206px;
	padding: 10px 15px;
	min-height: auto;
	border: 0;
}
.wc_form_wrap textarea.form-control {
	height: 70px;
}
.wc_form_wrap .form-select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: 98% 50%;
	background-size: 12px;
}
/* =========== popup ========= */
.popup-form-content {
	max-width: 800px;
	position: relative;
	margin: 0 auto;
}
@media (min-width:992px) {
	.sidebar.active,
	.sidebar.active .sidebar-brand-wrapper {
		width: 70px;
	}
	.sidebar.active .nav .nav-item {
		position: relative;
		padding: 0;
	}
	#sidebar.active {
		width: 70px;
	}
	.sidebar.active .sidebar-brand-wrapper .app-brand-link img {
		max-width: 30px;
	}
	.sidebar.active .nav .nav-item.profile .profile-desc {
		padding: 0.6rem 1.15rem;
	}
	.sidebar.active .nav .nav-item .profile-name,
	.sidebar.active .nav .nav-item .nav-link .menu-arrow {
		display: none;
	}
	.sidebar.active .nav .nav-item.nav-category {
		display: none;
	}
	.sidebar.active .nav .nav-item {
		position: relative;
		padding: 0;
	}
	.sidebar.active .nav .nav-item .nav-link {
		text-align: center;
	}
	.sidebar.active .nav .nav-item .nav-link .menu-title {
		border-radius: 0 5px 5px 0px;
	}
	.sidebar.active .nav .nav-item .nav-link .menu-title,
	.sidebar.active .nav .nav-item .nav-link .badge,
	.sidebar.active .nav .nav-item .nav-link .menu-sub-title {
		display: none;
	}
	.navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right {
		margin-left: auto;
	}
	.sidebar-icon-only .page-body-wrapper {
		width: calc(100% - 70px);
		transition: all 0.25s ease;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-ms-transition: all 0.25s ease;
	}
	.sidebar-icon-only .navbar {
		left: 70px;
	}
}
@media (max-width: 991px) {
	.sidebar {
		position: fixed;
		max-height: calc(100vh - 70px);
		top: 70px;
		bottom: 0;
		overflow: auto;
		right: -250px;
		-webkit-transition: all 0.25s ease-out;
		-o-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
	}
	.sidebar .sidebar-brand-wrapper {
		display: none !important;
	}
	.page-body-wrapper {
		width: 100%;
	}
	.navbar {
		left: 0;
	}
	.navbar .navbar-brand-wrapper {
		width: 75px;
	}
	.navbar .navbar-menu-wrapper {
		width: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	.sidebar.active {
		right: 0;
	}
	.sidebar.active ul.nav {
		padding-top: 0;
	}
	.navbar .navbar-menu-wrapper .navbar-toggler svg {
		font-size: 16px;
	}
	.navbar .navbar-menu-wrapper .navbar-toggler {
		order: 3;
	}
}
@media (max-width:575px) {
	.card {
		min-width: auto;
	}
	.navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link {
		margin-right: 0.1rem;
	}
	.table-responsive table td.user-img-name img {
		display: none;
	}
	.btn.btn-primary {
		padding: 8px 15px;
		font-size: 15px;
	}
	.Infobox {
		padding: 20px;
	}
}
/*Checkboxes styles*/
.boxes {
	padding: 10px;
}
.boxes input[type="checkbox"] {
	display: none;
}
.boxes input[type="checkbox"]+label {
	display: block;
	position: relative;
	margin-top: 10px;
	padding-left: 30px;
	margin-bottom: 20px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.boxes input[type="checkbox"]+label:last-child {
	margin-bottom: 0;
}
.boxes input[type="checkbox"]+label:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #a170a8;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .6;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}
.boxes input[type="checkbox"]:checked+label:before {
	width: 10px;
	top: -5px;
	left: 5px;
	border-radius: 0;
	opacity: 1;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*============pagination==============*/
.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	gap: 8px;
	margin: 0;
}
.pg-item {
	position: relative;
	display: block;
	padding: 10px 16px;
	line-height: normal;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	background: linear-gradient(45deg, #809fb8, #a170a8);
	border-radius: 5px;
}
.pg-item.active,
.pg-item:hover {
	z-index: 2;
	color: #fff;
	background: #9e74a9;
}
.pg-item:focus {
	z-index: 3;
	color: #fff;
	background: #9e74a9;
}
@media (max-width:767px) {
	.pg-item {
		padding: 7px 13px;
	}
}
/*============pagination==============*/
.comments-wrapper {
	height: 308px;
	overflow-y: auto;
}
.comments-wrapper .comments-item {
	padding: 16px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.comments-wrapper .comments-item:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.comments-wrapper .comments-item .comments-top {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
	align-items: flex-start;
}
.comments-wrapper .comments-item .user-self {
	display: flex;
	align-items: center;
}
.comments-wrapper .comments-item .date {
	font-size: 12px;
	line-height: 16px;
}
.comments-wrapper .comments-item p {
	padding: 10px 12px 0;
}
.comments-wrapper .comments-item .user-self .mini-compain-img {
	border-radius: 35px;
	margin-right: 12px;
	max-width: 38px;
	width: 38px;
	height: 38px;
	overflow: hidden;
	display: block;
}
.comments-wrapper .comments-item .user-self .Name-ID h5,
.comments-wrapper .comments-item .user-self .Widget-ID {
	font-size: 16px;
	color: #212529;
	margin-bottom: 3px;
}
.comments-wrapper .comments-item .user-self .Name-ID h5 a,
.comments-wrapper .comments-item .user-self .Widget-ID a {
	color: #212529;
}
.comments-wrapper .comments-item .user-self .Name-ID h5 a:hover,
.comments-wrapper .comments-item .user-self .Widget-ID a:hover {
	color: #9e74a9;
}
.comments-area textarea.form-control {
	min-height: 100px;
}
.comments {
	padding: 8px !important;
}




















/*----------------------start_login_css----------------------*/

.wc-card-login {
	max-width: 436px;
	width: 100%;
	margin: 0 auto;
}
.wc-card-login.wc-register-wrap {
	max-width: 575px;
	height: 90vh;
}
.wc-card-login.wc-register-wrap .wc-card-login-body {
	padding-bottom: 30px;
}
.wc-card-login-body .app-brand h1 {
	font-size: 30px;
	font-weight: 800;
	line-height: 40px;
	color: #000;
	margin-bottom: 8px;
}
.wc-card-login-body .app-brand p {
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	color: #77829D;
	margin: 0;
}

.wc-card-login-body .forgot-text a {
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	color: #ED526E;
}
.wc-card-login .login-bottom-text {
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	color: #77829D;
	margin: 0;
}
.wc-card-login .login-bottom-text a {
	color: #ED526E;
	text-decoration: none;
}
.wc-card-login .login-bottom-text a:hover {
	text-decoration: underline;
}

.account-right-part .account-logo {
	max-width: 200px;
	margin: 0 auto;
}
.account-right-part .account-screen-img {
	max-width: 669px;
	margin: 30px auto;
}
.account-right-part .account-right-info h2 {
	font-size: 30px;
	font-weight: 800;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
}
.account-right-part .account-right-info p {
	max-width: 548px;
	margin: 15px auto 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
}



@media (max-width: 1024px) {
	.account-right-part .account-right-info h2 {
		font-size: 22px;
		line-height: normal;
	}
	.account-right-part .account-right-info p {
		font-size: 14px;
		line-height: 22px;
	}
	.account-right-part .account-logo {
		max-width: 160px;
	}
}

@media (max-width: 767px) {
	.wc-card-login.wc-register-wrap {
		height: auto;
	}
	.login-wrapper .login-right-part,
	.login-wrapper .account-right-part {
		width: 100% !important;
	}
	.wc-card-login-body .app-brand h1 {
		font-size: 26px;
	}
}

/*----------------------close_login_css----------------------*/


/*======================================
   Start Custom Dropzone CSS
========================================*/

.wc-custom-dropzone .dropzone {
	border: 1px dashed #DBDFE9;
	border-radius: 7px;
	position: relative;
}
.wc-custom-dropzone .dropzone.dz-started .wc-custom-dropzone-title {
	display: none;
}
.wc-custom-dropzone .dz-remove {
	margin-top: 5px;
}
.wc-custom-dropzone .dropzone .wc-custom-dropzone-title {
	text-align: center;
	padding: 28px 0;
}
.wc-custom-dropzone .dropzone .wc-custom-dropzone-title p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #77829D;
	margin-top: 10px;
}
.wc-custom-dropzone .dropzone .wc-custom-dropzone-title p span {
	color: #ED526E;
}
.wc-custom-dropzone .dropzone .dz-default {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	margin: 0;
}


/*======================================
   Close Custom Dropzone CSS
========================================*/




