.main-header {
	z-index: 1030;
	width: 100%;
	margin: 0;
	border: 0;
	padding: 0;
	filter: none;
    background: -webkit-gradient(linear,left top,right top,from(#A34FFE),to(#5934FC));
    background: -webkit-linear-gradient(left,#A34FFE,#5934FC);
    background: -moz-linear-gradient(left,#A34FFE,#5934FC);
    background: -o-linear-gradient(left,#A34FFE,#5934FC);
    background: linear-gradient(to right,#A34FFE,#5934FC);
	position: fixed;
	right: 0px;
	left: 0px;
	top: 0px;
	min-height: 70px;
}
.container_header {
	float: left;
	width: 100%;
	position: relative;
	z-index: 11;
}
.logo {
	float: left;
	display: block;
	width: 270px;
	height: 70px;
	padding: 10px 22px;
	line-height: 1.7 !important;
	background:#954afe;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}
.logo a {
	display: inline-block;
}
.logo_icon {
	display: none;
}
.icon_menu {
	display: block;
	position: absolute;
	top: 18px;
	right:8px;
	margin: 0px;
	z-index: 99999;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 40px;
}
.menu-toggler {
	line-height: 20px;
	cursor: pointer;
	/* opacity: .7; */
	filter: alpha(opacity=70);
	display: block;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	background: none;
    height: 18px;
    width: 25px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	position: relative;
}
.menu-toggler:before {
	content: "";
	position: absolute;
	bottom:6px;
	left: 0px;
	height: 2px;
	width: 100%;
	background: #fff;
}
.nav_small .icon_menu {
	right: -50px;
}
.right_detail {
	float: right;
	width: calc(100% - 285px);
	padding-left: 15px;
	padding-right: 15px;
}
.top_function {
	padding: 9px 0px;
	margin-left: 30px;
	position: relative;
}
.min-h {
	min-height: 70px;
}
#toggle_res_search {
	color: #9b9b9b;
	font-size: 1rem;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
}
.search .search-form {
	position: absolute;
	width: 300px;
	right: 85%;
	top: 100%;
	background: #fff;
	padding: 10px;
	margin-top: 0;
	border: none;
	-webkit-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
}
.search .search-form .btn {
	background:#6036fc;
	color: #fff;
	border-radius: 0px 5px 5px 0px;
	font-size: 15px;
}
.language-switch, .dropdown-notification, .dropdown-inbox, .dropdown-user {
	margin: 0 0px 0px 20px;
	padding: 15px 0px;
}

@media (max-width: 991px) {
	.language-switch, .dropdown-notification, .dropdown-inbox, .dropdown-user {
		margin: 0 0px 0px 24px;
	}

}
.right_bar_top {
	position: relative;
}
.right_bar_top .dropdown-menu {
	left: auto !important;
	right: 0 !important;
	min-width: 253px;
	z-index: 1000;
	list-style: none;
	text-shadow: none;
	padding: 0px 0px 7px 0px;
	background-color: #fff;
	-webkit-border-radius: 2px;
	border: none;
	border: none;
	-webkit-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
	margin: 0px;
	transform: translate3d(0px, 50px, 0px) !important;
	top: 100% !important;
	transition: all 0.5s;
	display: block;
	visibility: hidden;
	opacity: 0;
	/* padding: 10px 0; */
}
.right_bar_top .dropdown-menu .user-panel {
	margin: 0px;
	padding: 15px 15px;
	text-align: left;
	margin-bottom: 6px;
}
.right_bar_top .dropdown-menu .user-panel .user_image {
	display: inline-block;
}
.right_bar_top .dropdown-menu .user-panel > .user_image > img {
	height: 55px;
	width: 55px;
	box-shadow: none;
}
.right_bar_top .dropdown-menu .user-panel .info {
	text-align: left;
	margin: 0px 0px 0px 10px;
}
.right_bar_top .dropdown-menu .user-panel .info a {
	padding: 0px;
	font-size: 13px;
}

.right_bar_top .dropdown-menu.show {
	transform: translate3d(0px, 0px, 0px) !important;
	visibility: visible;
	opacity: 1;
}

.right_bar_top .dropdown-menu li a {
	font-size: 15px;
}

.dropdown-menu li a {
	color: #555;
	font-size: 13px;
	padding: 8px 16px;
	color: #6f6f6f;
	text-decoration: none;
	display: block;
	clear: both;
	font-weight: 300;
	line-height: 18px;
	white-space: nowrap;
}

.dropdown-notification .dropdown-toggle i, .dropdown-inbox .dropdown-toggle i {
	color: #fff;
	font-size: 1.2rem;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
}

.dropdown-notification .dropdown-toggle, .dropdown-inbox .dropdown-toggle, .dropdown-user .dropdown-toggle {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	text-decoration: none;
	background: transparent;
	border-radius:5px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
}
.dropdown-notification .dropdown-toggle {
	line-height: 52px;
}
.dropdown-notification .dropdown-toggle:hover, .dropdown-inbox .dropdown-toggle:hover, .dropdown-user .dropdown-toggle:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

.dropdown-notification .dropdown-toggle:after, .dropdown-inbox .dropdown-toggle:after, .dropdown-user .dropdown-toggle:after {
	display: none;
}

.dropdown-notification .dropdown-menu, .dropdown-inbox .dropdown-menu {
	min-width: 160px;
	max-width: 355px;
	width: 355px;
	z-index: 9995;
	height: 300px;
}

.dropdown-notification .dropdown-menu .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .dropdown-inbox .dropdown-menu .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #a0a0a0;
}
.dropdown-notification .dropdown-menu li.bigger, .dropdown-inbox .dropdown-menu li.bigger {
	display: block;
	overflow: hidden;
	padding: 15px;
	letter-spacing: .5px;
	background: #f3f4f4;
}

.dropdown-notification .dropdown-menu li, .dropdown-inbox .dropdown-menu li {
	list-style: none;
	width: 100%;
}

.dropdown-notification .dropdown-menu li.bigger h3, .dropdown-inbox .dropdown-menu li.bigger h3 {
	text-transform: uppercase;
	padding: 2px 0;
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	color: #2a3142;
	float: left;
	margin: 0px;
}

.dropdown-notification .dropdown-menu li.bigger .notification-label, .dropdown-inbox .dropdown-menu li.bigger .notification-label {
	float: right;
	border-radius: 10px;
	padding: 0px 10px;
	color: #fff;
	background-color: #734cfd;
	line-height: 24px;
	font-size: 12px;
}

.dropdown-menu .mCSB_container {
	margin-right: 0px;
}
.dropdown-user a.dropdown-toggle {
	height: 40px;
	width: 40px;
	background: transparent;
	text-align: left;
	color: #000;
}

.badge_coun {
	position: absolute;
	font-weight: 300;
	padding: 0;
	background: #764dfc;
	border-radius: 50%;
	white-space: nowrap;
	min-width: 15px;
	line-height: 17px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	top: 5px;
	right: 3px;
	width: 16px;
	height: 16px;
	display: flex;
	justify-content: center;
}

.dropdown-menu-list {
	margin: 0px;
	padding: 0px;
}

.dropdown-menu-list li a {
	display: block;
	clear: both;
	font-weight: 300;
	line-height: 20px;
	white-space: normal;
	font-size: 13px;
	padding: 8px 15px 8px;
	text-shadow: none;
	border-bottom: 1px solid #EFF2F6 !important;
	color: #fff;
}

.dropdown-menu-list li a .time {
	float: right;
	max-width: 75px;
	font-size: 11px;
	font-weight: 400;
	opacity: .7;
	filter: alpha(opacity=70);
	text-align: right;
	padding: 1px 5px;
	margin: 7px 0px;
	background: #734cfd;
	border-radius: 4px;
}

.dropdown-menu-list li a .details {
	overflow: hidden;
	font-weight: 300;
	line-height: 20px;
	white-space: normal;
	font-size: 13px;
	padding: 8px 15px 8px 0;
	text-shadow: none;
	color: #888;
}

.notification-icon {
	width: 36px;
	height: 36px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	color: #fff;
	line-height: 1.2;
	padding: 9px 0;
	border-radius: 50%;
	margin-right: 10px;
}
.deepPink-bgcolor {
	background-color: #e91e63 !important;
	color: #fff !important;
}
.photo {
	float: left;
}

.photo img {
	height: 40px;
	width: 40px;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-ms-border-radius: 50% !important;
	-o-border-radius: 50% !important;
	border-radius: 50% !important;
}
.subject {
	display: block;
	margin-left: 46px;
}

.subject .from {
	font-size: 13px;
	font-weight: 600;
	color: #2a3142;
	margin-top: 12px;
	display: inline-block;
}

.subject .time {
	font-size: 12px;
	font-weight: 400;
	opacity: .5;
	filter: alpha(opacity=50);
	float: right;
}

.message {
	display: block !important;
	font-size: 12px;
	line-height: 1.3;
	margin-left: 46px;
	color: #000;
}
/* USer_DropDown */
.dropdown-user {
	display: inline-block;
}

.dropdown-toggle > img.pro_pic {
	margin-top: 0;
	width: 40px;
	display: inline-block;
	height: 40px;
	margin-right: 5px;
}

.dropdown-toggle > .username, .dropdown-user .dropdown-toggle > i {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #53505f;
}

.panle_right {
	margin: 0 0px 0px 20px;
	padding: 10px 0px;
}
.icon_rightpenle img {
	vertical-align: middle;
	cursor: pointer;
}
/* panel */
.settings-panel {
	border-left: 1px solid #f3f3f3;
	display: block;
	position: fixed;
	top: 70px;
	right: -300px;
	bottom: 0;
	width: 300px;
	height: 100vh;
	min-height: 100%;
	background: #ffffff;
	-webkit-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-property: right, box-shadow;
	-moz-transition-property: right, box-shadow;
	-o-transition-property: right, box-shadow;
	transition-property: right, box-shadow;
	z-index: 9999;
}
.settings-panel.open {
	right: 0;
}
.settings-panel .nav-tabs {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	width: auto;
	margin: 0;
	padding: 0;
	background: #ffffff;
}
.settings-panel .nav-tabs .nav-item {
	border: none;
	min-width: 145px;
}
.settings-panel .nav-tabs .nav-item .nav-link {
	background: transparent;
	text-align: center;
	border: none;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	color: #222222;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
	transition-property: color;
	-webkit-transition-property: color;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 15px;
}
.settings-panel .nav-tabs .nav-item .nav-link.active {
	background: transparent;
	color: #7571f9;
}
.settings-panel .tab-content {
	border: none;
	padding: 20px 0 0px 0;
}

.settings-panel .tab-content .tab-pane.scroll-wrapper {
	position: relative;
	max-height: 100vh;
	height: 100%;
	padding-bottom: 150px;
}
.settings-panel .tab-content .tab-pane.scroll-wrapper {
	position: relative;
	max-height: 100vh;
	height: 100%;
	padding-bottom: 150px;
	padding-right: 10px;
}
.add-items {
	margin-bottom: 1.5 rem;
	overflow: hidden;
	padding-left: 10px;
	border-top: none !important;
}
.list_space .todo--panel .list-group:before {
	display: none;
}
.add-items .form-control {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	background: transparent;
	border: 1px solid #f3f3f3;
	font-weight: 400;
	font-size: 0.8125 rem;
	height: 48px;
}
.add-items .todo-list-add-btn {
	box-shadow: 0 2px 2px 0 rgba(117, 113, 249, 0.14), 0 3px 1px -2px rgba(117, 113, 249, 0.2), 0 1px 5px 0 rgba(117, 113, 249, 0.12);
	margin-left: .5rem;
	color: #fff;
	height: 48px;
	font-size: 15px;
}
.list-wrapper {
	height: 100%;
	max-height: 100%;
}
.list-wrapper ul {
	padding: 0;
	text-align: left;
	list-style: none;
	margin-bottom: 0;
}
.list-wrapper ul li {
	font-size: .9375rem;
	padding:      .4rem 0;
	border-bottom: 1px solid #f3f3f3;
}
.list-wrapper ul li:first-child {
	border-bottom: none;
}
.list-wrapper ul li .form-check {
	max-width: 90%;
	margin-top: .25rem;
	margin-bottom: .25rem;
}
.list-wrapper ul li .form-check .form-check-label {
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
	white-space: nowrap;
	min-height: 18px;
	display: block;
	margin-left: 1.75 rem;
	font-size: 0.875 rem;
	line-height: 1.5;
}
.form-check .form-check-label input {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 0;
	margin-top: 0;
	z-index: 1;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.list-wrapper input[type="checkbox"] {
	margin-right: 15px;
}
.list-wrapper ul li {
	font-size: .9375rem;
	padding:      .4rem 0;
	border-bottom: 1px solid #f3f3f3;
}
.settings-panel .todo--panel .list-group-item {
	margin-top: 10px;
}
.settings-panel .chat-list {
	padding-left: 0;
}
.settings-panel .chat-list .list {
	padding: 0.4 rem 0.8 rem;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border-bottom: 1px solid #f3f3f3;
}
.settings-panel .chat-list .list.active {
	background: #f8f9fa;
}
.settings-panel .chat-list .list .profile {
	position: relative;
	margin-right: 1rem;
}
.settings-panel .chat-list .list .profile img {
	width: 2.50 rem;
	height: 2.50 rem;
	border-radius: 100%;
}
.settings-panel .chat-list .list .profile span {
	height: 0.75 rem;
	width: 0.75 rem;
	position: absolute;
	bottom: 0.34 rem;
	right: 0;
	border: 0.13 rem solid #ffffff;
	border-radius: 100%;
}
.settings-panel .chat-list .list .profile span.online {
	background: #6fd96f;
}
.settings-panel .chat-list .list .info {
	margin-right: auto;
}
.settings-panel .chat-list .list .info p {
	display: block;
	margin-bottom: 0;
}
.settings-panel .chat-list .list .info p:last-child {
	opacity: 0.5;
	font-size: 0.8 rem;
}
.settings-panel .chat-list .list .profile span.offline {
	background: #f29d56;
}
.settings-panel .badge {
	font-size: 12px;
	line-height: 1;
	padding: .375rem .5625rem;
}
.settings-panel .badge.badge-pill {
	border-radius: 10rem;
}
.settings-panel .settings-heading {
	padding: 16px 0 13px 35px;
	font-size: 0.875 rem;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	line-height: 1;
	color: rgba(0, 0, 0, 0.9);
	opacity: 0.9;
	margin-bottom: 0;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}
.height_bar {
	height: 100vh;
}
.settings-panel .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #000;
}
/* click_icon_menu */
.mobile_nav .logo {
	width: 70px;
	padding: 10px 10px 10px 2px !important;
	text-align: center;
	justify-content: center;
}
.mobile_nav .logo a .logo_icon {
	display: block;
}
.mobile_nav .logo .logo-default {
	display: none;
}
.mobile_nav .icon_menu {
	right: -40px;
}
.mobile_nav .right_detail {
	width: calc(100% - 85px);
}
.mobile_nav .top_function {
	margin-left: 30px;
}

@media (min-width: 992px) {
	.search .search-form {
		position: static;
		width:350px;
		background: transparent;
		padding: 0;
		box-shadow: none;
	}
	.search .search-form .form-control {
		background:rgba(31,30,30,.12);
		color: #fff;
		border-radius:5px;
		line-height: 30px;
		border: none;
	}
	.search .search-form .form-control::-webkit-input-placeholder {/* Chrome/Opera/Safari */
		color: #fff;
	}
	.search .search-form .form-control::-moz-placeholder {/* Firefox 19+ */
		color: #fff;
	}
	.search .search-form .form-control:-ms-input-placeholder {/* IE 10+ */
		color: #fff;
	}
	.search .search-form .form-control:-moz-placeholder {/* Firefox 18- */
		color: #fff;
	}
	.search .search-form .btn {
		position: absolute;
		right: 0;
		background: transparent;
		font-size: 20px;
		border-radius: 0px;
		color: #fff;
	}
	.right_bar_top{
		width: 100%;
	}
	.right_bar_top .search{
		margin-right: auto;
	}

}

@media (min-width: 992px) and (max-width: 1199px) {

	.nav_small .icon_menu {
		right: -40px;
	}
}

@media (max-width: 991px) {
	.main-header .phone_view {
		position: relative;
	}
	.mobile_nav .logo .logo-default {
    display: block;
}
.mobile_nav .logo a .logo_icon {
    display: none;
}
	.logo {
		padding: 10px;
		background: transparent;
	}
	.mobile_nav .logo {
		width: 270px;
		padding: 10px !important;
		text-align: center;
		justify-content: end;
	}
	#toggle_res_search {
		color: #fff;
	}
	.right_detail {
		padding-right: 15px;
	}
	.mobile_nav .right_detail {
		width: calc(100% - 285px);
	}
	.search .search-form {
		right: 0px;
	}
	.mobile_nav .icon_menu, .icon_menu {
		right: 0;
		top: 21px;
	}
}
.side_bar .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #ccccccab;
}


@media (max-width:767px) {
	.logo_icon, .mobile_nav .logo a .logo_icon{
		display: block;
		width: 33px;
	}
	.logo-default, .mobile_nav .logo .logo-default{
		display: none;
	}
	.logo, .mobile_nav .logo{
		    width: 90px;
	}
	.language-switch, .dropdown-notification, .dropdown-inbox, .dropdown-user{
		    margin: 0 0px 0px 15px;
	}
}

@media (max-width:480px) {
	.right_bar_top .dropdown-menu {
		margin-left: 0;
		right: 0 !important;
		margin: 0 auto;
		width:245px;
		max-width:245px;
	}
}
/* Side_bar */

.side_bar {
	position: fixed;
	bottom: 0;
	left: 0;
	padding-top: 70px;
	height: 100vh;
	width: 270px;
	background-size: cover;
	padding-bottom: 20px;
	z-index: 9;
	background: #fff;
	-webkit-box-shadow: 1px 0 10px rgba(69,65,78,.06);
	-moz-box-shadow: 1px 0 10px rgba(69,65,78,.06);
	box-shadow: 1px 0 10px rgba(69,65,78,.06);
}
.side_bar:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.95);
}
.user-panel {
	position: relative;
	width: 100%;
	padding: 35px 24px;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	    background: #008641;
	margin-bottom: 15px;
}
.user-panel > .user_image {
	vertical-align: middle;
}
.user-panel > .user_image > img {
	width: 80px;
	height: 80px;
	z-index: 1000;
	position: inherit;
	border: 1px solid rgb(149, 74, 254);
	box-shadow: 0 2px 40px -5px rgba(206, 206, 206, 0.76);
}
.user-panel > .info {
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	margin-top: 10px;
}
.user-panel > .info > p {
	font-weight: 600;
	color: #fff;
	font-size: 16px;
	white-space: nowrap;
	margin-bottom: 0;
	text-overflow: ellipsis;
	line-height: 1.5;
}
.user-panel > .info > a {
	text-decoration: none;
	font-size: 11px;
	color: #fff;
}
.sidebar-menu {
	margin: 0px;
	padding: 0px;
}
.sidebar-menu li .badge {
	position: relative;
	top: 6px;
}
.sidebar-menu li {
	list-style: none;
	position: relative;
}
.sidebar-menu li.menu_title {
	margin: 15px 0px;
	text-decoration: none;
	color: #53505f;
	display: block;
	padding: 10px 15px 10px 25px;
	font-size: 15px;
	position: relative;
	transition: all .5s;
	text-transform: uppercase;
	background: #f5f5f5;
}
.sidebar-menu li.menu_title:first-child {
	margin-top: 0px;
}

.sidebar-menu li a {
	margin: 0;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.87);
	display: block;
	padding: 10px 20px;
	font-size: 15px;
	position: relative;
	    border-left: 3px solid transparent;
	transition: all .5s;
}
.sidebar-menu li a:hover {
	background: #f5f5f5;
	    border-left: 3px solid #008641;
}
.sidebar-menu li a i {
	margin-right: 10px;
	text-shadow: none;
	float: left;
	font-size: 13px;
	color: inherit;
	-webkit-transition: background-color .5s ease;
	transition: background-color .5s ease;
	min-height: 20px;
	min-width: 20px;
	line-height: 28px;
	text-align: center;
	vertical-align: top;
}
.sidebar-menu li a .styleicon {
	position: absolute;
	top: 17px;
	right: 22px;
	font-size: 10px;
	transition: all 0.3s;
}
.sidebar-menu li a.active .icon-arrow-down:before {
	content: "\e607";
	font-family: 'simple-line-icons';
}
.sidebar-menu li a:hover i{
	color:#008641;
}
.sidebar-menu li a:hover span{
	    color: #575962!important;
}
@media (min-width: 992px) {
	.nav_small .sidebar-menu li:hover .down_menu li a {
		border: none;
		padding: 10px;
		margin: 0;
		color: #a6a8a9;
	}
	.mCSB_scrollTools{
		opacity: 0;
	}
	.side_bar:hover .mCSB_scrollTools{
		opacity: 1
	}
}

/* .sidebar-menu li a.open_menu .arrow:before {
 content: "\f365"
 } */
.down_menu {
	display: none;
	list-style: none;
	padding: 0px;
	margin: 0;
}
.sidebar-menu .down_menu li a {
	padding: 10px 12px 10px 32px;
}
.down_menu li a {
	padding: 10px 12px;
}
.sidebar-menu li .down_menu li a {
	border: none;
}
.sidebar-menu li .down_menu li a {
	/* 	background: transparent; */
}
.side_bar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #673AB7;
}
@media (min-width: 992px) {
	.side_bar .mCSB_scrollTools .mCSB_draggerRail {
		background-color: rgba(103, 58, 183, 0.24);
		width: 2px;
	}
	.side_bar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 3px;
	}
}
/* small_menu */
.nav_small .side_bar {
	width: 70px;
}
.nav_small .logo {
	width: 70px;
	padding: 10px 10px 10px 2px !important;
	text-align: center;
	justify-content: center;
}
.nav_small .logo .logo-default {
	display: none;
}
.nav_small .logo a .logo_icon {
	display: block;
}
.nav_small .sidebar-menu li a i {
	float: none;
	min-height: 25px;
	min-width: 25px;
	line-height: 25px;
	margin: 0;
	font-size: 18px;
}

.nav_small .user-panel {
	display: none;
}
.nav_small .sidebar-menu li {
	position: relative;
	z-index: 10000;
	display: block;
	padding-right: 10px;
}
.nav_small .sidebar-menu li a {
	padding: 12px 10px;
	text-align: center;
}
@media (min-width: 992px) {
	.nav_small .sidebar-menu > li > a > span {
		display: none;
	}
	.nav_small .sidebar-menu li:hover > .down_menu {
		width: 230px;
		position: absolute;
		z-index: 2000;
		left: 100%;
		margin-top: 0;
		top: 0;
		display: block !important;
		background-color: #1f2829;
		padding: 10px;
	}
	.nav_small .sidebar-menu li.menu_title {
		display: none;
	}
}
.nav_small .sidebar-menu li:hover .down_menu li {
	padding-right: 0;
}
.nav_small .sidebar-menu li:hover .down_menu li a {
	border: none;
	padding: 10px;
}
.nav_small .sidebar-menu li:hover .down_menu li a:hover {
	background: transparent;
	box-shadow: none;
	text-shadow: none;
	color: #fff;
}
.nav_small .mCSB_container, .nav_small .mCustomScrollBox {
	overflow: visible;
}
.nav_small .sidebar-menu li .down_menu li a {
	text-align: left;
}
@media (max-width: 991px) {
	.side_bar {
		top: 70px;
		margin-left: -270px;
		transition: all 0.3s;
		height: 100vh;
		padding-top: 0px;
	}
	.mobile_nav .side_bar {
		left: 0;
		margin-left: 0px;
		width: 270px;
	}
	.mobile_nav .sidebar-menu li a {
		text-align: left;
	}
}
@media (max-width: 767px) {
	.side_bar {
		top: 61px;
		margin-left: -270px;
		transition: all 0.3s;
		height: calc(100vh - 61px);
		padding-top: 5px;
	}
	.mobile_nav .side_bar {
		margin-left: 0;
	}
}
.side_bar .mCSB_inside > .mCSB_container {
	margin-right: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (max-width: 1024px) {

}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (max-width: 991px) {

}
@media (max-width: 767px) {
}

@media (max-width: 420px) {
}

.user-panel{
background: #fafafa;
}
.bg_homebefore:before{
  display: none;
}
.main-header,.logo{
  background: #fff;
  border-bottom: 1px solid #e5e9f2;
}
.logo{
  border: none;
}
.heading_home h2,
.heading_home p,
.dropdown-notification .dropdown-toggle i,
.dropdown-inbox .dropdown-toggle i,
.user-panel > .info > p,
.user-panel > .info > a{
    color: #53505f;
}
.badge_coun{
      background-color: #2979ff;
}
.menu-toggler{
  border-color: #53505f;
}
.menu-toggler:before{
  background:#53505f;
}
.search .search-form .form-control,.search .search-form .btn{
color: #53505f;
}
.search .search-form .form-control{
      background: #f6f6f6;
}
.main-header ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #53505f !important;
  opacity: 1; /* Firefox */
}

.main-header :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #53505f !important;
}


.main-header ::-ms-input-placeholder { /* Microsoft Edge */
color: #53505f !important;
}
.icon_left{
	background: none;
      border: 1px solid rgba(0, 0, 0, 0.15)
}
.side_bar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: rgba(158, 158, 158, 0.4);
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-spinner {
  width: 50px;
  height: 50px;
  border: 10px solid #f3f3f3; /* Light grey */
  border-top: 10px solid #383636; /* Blue */
  border-radius: 50%;
  animation: spinner 1.5s linear infinite;
}

.spinner-container {
	position:absolute;
	z-index:9999;
	top:50%;
	left:50%;
	justify-content: center;
	align-items: center;
}/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/



/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/



/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCustomScrollbar{ -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; /* direct pointer events to js */ }
	.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }
	
	.mCustomScrollBox{ /* contains plugin's markup */
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mCSB_container{ /* contains the original content */
		overflow: hidden;
		width: auto;
		height: auto;
	}



/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_inside > .mCSB_container{ margin-right:5px; }

	.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

	.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
		position: absolute;
		width: 16px;
		height: auto;
		left: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, 
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
		right: auto;
		left: 0;
	}
	
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

	.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0; 
		height: auto;
	}

	.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

	.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
	}

	.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
		cursor: pointer;
		width: 100%;
		height: 30px; /* minimum dragger height */
		z-index: 1;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
		position: relative;
		width: 4px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		border-radius: 16px;
		text-align: center;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown{
		display: block;
		position: absolute;
		height: 20px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_horizontal.mCSB_inside > .mCSB_container{
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

	.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal{
		width: auto;
		height: 16px;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 2px;
		margin: 7px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
		width: 30px; /* minimum dragger width */
		height: 100%;
		left: 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 12px; /* auto-expanded scrollbar */
		margin: 2px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 8px; /* auto-expanded scrollbar */
		margin: 4px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
		display: block;
		position: absolute;
		width: 20px;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}
	
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_container_wrapper{
		position: absolute;
		height: auto;
		width: auto;
		overflow: hidden;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	
	.mCSB_container_wrapper > .mCSB_container{
		padding-right: 30px;
		padding-bottom: 30px;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }
	
	/* non-visible horizontal scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }
	
	/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }
	
	/* non-visible scrollbar/RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ padding-right: 0; }
	
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ padding-bottom: 0; }
	
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
		margin-right: 0; /* non-visible scrollbar */
		margin-left: 0;
	}
	
	/* non-visible horizontal scrollbar */
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_scrollTools, 
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
	}



/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/

	/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
	
	/* default theme ("light") */

	.mCSB_scrollTools{filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
	
	.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }
	
	.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollBox:hover > .mCSB_scrollTools,
	.mCustomScrollBox:hover ~ .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

	.mCSB_scrollTools .mCSB_draggerRail{
		/* background-color: #121819; */
		filter: "alpha(opacity=40)";
		-ms-filter: "alpha(opacity=40)";
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color:#fff;
		filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; 
	}

	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
		background-color:#fff;
		filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; 
	}
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color:#fff;
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		background-image: url(http://theembazaar.com/demo/eforest/skypike/demo/assets/css/mCSB_buttons.png); /* css sprites */
		background-repeat: no-repeat;
		opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp{
		background-position: 0 0;
		/* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonDown{
		background-position: 0 -20px;
		/* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonLeft{
		background-position: 0 -40px;
		/* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonRight{
		background-position: 0 -56px;
		/* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonUp:hover,
	.mCSB_scrollTools .mCSB_buttonDown:hover,
	.mCSB_scrollTools .mCSB_buttonLeft:hover,
	.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

	.mCSB_scrollTools .mCSB_buttonUp:active,
	.mCSB_scrollTools .mCSB_buttonDown:active,
	.mCSB_scrollTools .mCSB_buttonLeft:active,
	.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }
	

	/* theme: "dark" */

	.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.85); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.9); }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-2", "dark-2" */

	.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px 0; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{	background-position: -32px -20px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -40px -40px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -56px; }
	
	
	/* theme: "dark-2" */

	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px 0; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -20px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -40px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thick", "dark-thick" */

	.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 6px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 4px;
		margin: 6px 0;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 6px;
		margin: 5px auto;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px 0; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{	background-position: -16px -20px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -20px -40px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -56px; }


	/* theme: "dark-thick" */
	
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px 0; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -20px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -40px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -100px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thin", "dark-thin" */
	
	.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.1); }

	.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 2px; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{ width: 100%; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 2px;
		margin: 7px auto;
	}


	/* theme "dark-thin" */
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{	background-position: -80px 0; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.15); }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger{ height: 14px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 14px;
		margin: 0 1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 14px; }
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 14px;
		margin: 1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		width: 16px; /* auto-expanded scrollbar */
		height: 16px;
		margin: -1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 4px; /* auto-expanded scrollbar */ }
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 16px; /* auto-expanded scrollbar */
		width: 16px;
		margin: 0 -1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 4px; /* auto-expanded scrollbar */
		margin: 6px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{ background-position: 0 -72px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{ background-position: 0 -92px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{ background-position: 0 -112px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{ background-position: 0 -128px; }
	
	
	/* theme "rounded-dark", "rounded-dots-dark" */
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px -72px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -92px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -112px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -128px; }
	
	
	/* theme "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail{ width: 4px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		background-color: transparent;
		background-position: center;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
		background-repeat: repeat-y;
		opacity: 0.3;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		height: 4px;
		margin: 6px 0;
		background-repeat: repeat-x;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px -72px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{ background-position: -16px -92px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -20px -112px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -128px; }
	
	
	/* theme "rounded-dots-dark" */
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
	}
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px -72px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -92px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -112px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -100px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-y;
		background-image: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-x;
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	
	/* theme "3d", "3d-dark" */
	
	.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 70px; }
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 70px; }
	
	.mCS-3d.mCSB_scrollTools, 
	.mCS-3d-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 8px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.5), inset -1px 0 1px rgba(255,255,255,0.2);
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 	 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }

	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 8px; }

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 8px;
		margin: 4px 0;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(255,255,255,0.2);
	}

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 8px;
		margin: 4px auto;
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "3d-dark" */
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); }
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "3d-thick", "3d-thick-dark" */
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{ -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
	
	.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical{ right: 1px; }
	
	.mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCS-3d-thick-dark.mCSB_scrollTools_vertical{ box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5); }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{
		bottom: 1px;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
		width: 12px;
		margin: 2px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 12px;
		width: auto;
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #000; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -40px -128px; }
	
	
	/* theme: "3d-thick-dark" */
	
	.mCS-3d-thick-dark.mCSB_scrollTools{ box-shadow: inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 1px 0 0 rgba(255,255,255,0.4), inset -1px 0 0 rgba(0,0,0,0.2); }
	 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #777; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #fff; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "minimal", "minimal-dark" */
	
	.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		right: 0; 
		margin: 12px 0; 
	}
	
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
		bottom: 0; 
		margin: 0 12px; 
	}
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		left: 0; 
		right: auto;
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 50px; }
	
	.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 50px; }
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	
	/* theme: "minimal-dark" */
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	/* ---------------------------------------- */
	
	
	
	/* theme "light-3", "dark-3" */
	
	.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
		width: 6px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 6px; }

	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 6px;
		margin: 5px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		width: 12px;
	}
	
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "dark-3" */
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
	
	.mCS-inset.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ 
		width: 6px;
		margin: 3px 5px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 6px;
		margin: 5px 3px;
		position: absolute;
		width: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	
	/* theme "inset-2", "inset-2-dark" */
	
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: transparent;
		border-width: 1px;
		border-style: solid;
		border-color: #fff;
		border-color: rgba(255,255,255,0.2);
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{ border-color: #000; border-color: rgba(0,0,0,0.2); }
	
	
	/* theme "inset-3", "inset-3-dark" */
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.6); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.6); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.75); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }
	
	/* ---------------------------------------- */
.apexcharts-canvas {
  position: relative;
  user-select: none;
  /* cannot give overflow: hidden as it will crop tooltips which overflow outside chart area */
}


/* scrollbar is not visible by default for legend, hence forcing the visibility */
.apexcharts-canvas ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
}

.apexcharts-canvas ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}


.apexcharts-inner {
  position: relative;
}

.apexcharts-text tspan {
  font-family: inherit;
}

.legend-mouseover-inactive {
  transition: 0.15s ease all;
  opacity: 0.20;
}

.apexcharts-series-collapsed {
  opacity: 0;
}

.apexcharts-tooltip {
  border-radius: 5px;
  box-shadow: 2px 2px 6px -4px #999;
  cursor: default;
  font-size: 14px;
  left: 62px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  white-space: nowrap;
  z-index: 12;
  transition: 0.15s ease all;
}

.apexcharts-tooltip.apexcharts-active {
  opacity: 1;
  transition: 0.15s ease all;
}

.apexcharts-tooltip.apexcharts-theme-light {
  border: 1px solid #e3e3e3;
  background: rgba(255, 255, 255, 0.96);
}

.apexcharts-tooltip.apexcharts-theme-dark {
  color: #fff;
  background: rgba(30, 30, 30, 0.8);
}

.apexcharts-tooltip * {
  font-family: inherit;
}


.apexcharts-tooltip-title {
  padding: 6px;
  font-size: 15px;
  margin-bottom: 4px;
}

.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background: #ECEFF1;
  border-bottom: 1px solid #ddd;
}

.apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title {
  background: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid #333;
}

.apexcharts-tooltip-text-y-value,
.apexcharts-tooltip-text-goals-value,
.apexcharts-tooltip-text-z-value {
  display: inline-block;
  font-weight: 600;
  margin-left: 5px;
}

.apexcharts-tooltip-title:empty,
.apexcharts-tooltip-text-y-label:empty,
.apexcharts-tooltip-text-y-value:empty,
.apexcharts-tooltip-text-goals-label:empty,
.apexcharts-tooltip-text-goals-value:empty,
.apexcharts-tooltip-text-z-value:empty {
  display: none;
}

.apexcharts-tooltip-text-y-value,
.apexcharts-tooltip-text-goals-value,
.apexcharts-tooltip-text-z-value {
  font-weight: 600;
}

.apexcharts-tooltip-text-goals-label, 
.apexcharts-tooltip-text-goals-value {
  padding: 6px 0 5px;
}

.apexcharts-tooltip-goals-group, 
.apexcharts-tooltip-text-goals-label, 
.apexcharts-tooltip-text-goals-value {
  display: flex;
}
.apexcharts-tooltip-text-goals-label:not(:empty),
.apexcharts-tooltip-text-goals-value:not(:empty) {
  margin-top: -6px;
}

.apexcharts-tooltip-marker {
  width: 12px;
  height: 12px;
  position: relative;
  top: 0px;
  margin-right: 10px;
  border-radius: 50%;
}

.apexcharts-tooltip-series-group {
  padding: 0 10px;
  display: none;
  text-align: left;
  justify-content: left;
  align-items: center;
}

.apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-marker {
  opacity: 1;
}

.apexcharts-tooltip-series-group.apexcharts-active,
.apexcharts-tooltip-series-group:last-child {
  padding-bottom: 4px;
}

.apexcharts-tooltip-series-group-hidden {
  opacity: 0;
  height: 0;
  line-height: 0;
  padding: 0 !important;
}

.apexcharts-tooltip-y-group {
  padding: 6px 0 5px;
}

.apexcharts-tooltip-box, .apexcharts-custom-tooltip {
  padding: 4px 8px;
}

.apexcharts-tooltip-boxPlot {
  display: flex;
  flex-direction: column-reverse;
}

.apexcharts-tooltip-box>div {
  margin: 4px 0;
}

.apexcharts-tooltip-box span.value {
  font-weight: bold;
}

.apexcharts-tooltip-rangebar {
  padding: 5px 8px;
}

.apexcharts-tooltip-rangebar .category {
  font-weight: 600;
  color: #777;
}

.apexcharts-tooltip-rangebar .series-name {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.apexcharts-xaxistooltip {
  opacity: 0;
  padding: 9px 10px;
  pointer-events: none;
  color: #373d3f;
  font-size: 13px;
  text-align: center;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
  background: #ECEFF1;
  border: 1px solid #90A4AE;
  transition: 0.15s ease all;
}

.apexcharts-xaxistooltip.apexcharts-theme-dark {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #fff;
}

.apexcharts-xaxistooltip:after,
.apexcharts-xaxistooltip:before {
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.apexcharts-xaxistooltip:after {
  border-color: rgba(236, 239, 241, 0);
  border-width: 6px;
  margin-left: -6px;
}

.apexcharts-xaxistooltip:before {
  border-color: rgba(144, 164, 174, 0);
  border-width: 7px;
  margin-left: -7px;
}

.apexcharts-xaxistooltip-bottom:after,
.apexcharts-xaxistooltip-bottom:before {
  bottom: 100%;
}

.apexcharts-xaxistooltip-top:after,
.apexcharts-xaxistooltip-top:before {
  top: 100%;
}

.apexcharts-xaxistooltip-bottom:after {
  border-bottom-color: #ECEFF1;
}

.apexcharts-xaxistooltip-bottom:before {
  border-bottom-color: #90A4AE;
}

.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:after {
  border-bottom-color: rgba(0, 0, 0, 0.5);
}

.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:before {
  border-bottom-color: rgba(0, 0, 0, 0.5);
}

.apexcharts-xaxistooltip-top:after {
  border-top-color: #ECEFF1
}

.apexcharts-xaxistooltip-top:before {
  border-top-color: #90A4AE;
}

.apexcharts-xaxistooltip-top.apexcharts-theme-dark:after {
  border-top-color: rgba(0, 0, 0, 0.5);
}

.apexcharts-xaxistooltip-top.apexcharts-theme-dark:before {
  border-top-color: rgba(0, 0, 0, 0.5);
}

.apexcharts-xaxistooltip.apexcharts-active {
  opacity: 1;
  transition: 0.15s ease all;
}

.apexcharts-yaxistooltip {
  opacity: 0;
  padding: 4px 10px;
  pointer-events: none;
  color: #373d3f;
  font-size: 13px;
  text-align: center;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
  background: #ECEFF1;
  border: 1px solid #90A4AE;
}

.apexcharts-yaxistooltip.apexcharts-theme-dark {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #fff;
}

.apexcharts-yaxistooltip:after,
.apexcharts-yaxistooltip:before {
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.apexcharts-yaxistooltip:after {
  border-color: rgba(236, 239, 241, 0);
  border-width: 6px;
  margin-top: -6px;
}

.apexcharts-yaxistooltip:before {
  border-color: rgba(144, 164, 174, 0);
  border-width: 7px;
  margin-top: -7px;
}

.apexcharts-yaxistooltip-left:after,
.apexcharts-yaxistooltip-left:before {
  left: 100%;
}

.apexcharts-yaxistooltip-right:after,
.apexcharts-yaxistooltip-right:before {
  right: 100%;
}

.apexcharts-yaxistooltip-left:after {
  border-left-color: #ECEFF1;
}

.apexcharts-yaxistooltip-left:before {
  border-left-color: #90A4AE;
}

.apexcharts-yaxistooltip-left.apexcharts-theme-dark:after {
  border-left-color: rgba(0, 0, 0, 0.5);
}

.apexcharts-yaxistooltip-left.apexcharts-theme-dark:before {
  border-left-color: rgba(0, 0, 0, 0.5);
}

.apexcharts-yaxistooltip-right:after {
  border-right-color: #ECEFF1;
}

.apexcharts-yaxistooltip-right:before {
  border-right-color: #90A4AE;
}

.apexcharts-yaxistooltip-right.apexcharts-theme-dark:after {
  border-right-color: rgba(0, 0, 0, 0.5);
}

.apexcharts-yaxistooltip-right.apexcharts-theme-dark:before {
  border-right-color: rgba(0, 0, 0, 0.5);
}

.apexcharts-yaxistooltip.apexcharts-active {
  opacity: 1;
}

.apexcharts-yaxistooltip-hidden {
  display: none;
}

.apexcharts-xcrosshairs,
.apexcharts-ycrosshairs {
  pointer-events: none;
  opacity: 0;
  transition: 0.15s ease all;
}

.apexcharts-xcrosshairs.apexcharts-active,
.apexcharts-ycrosshairs.apexcharts-active {
  opacity: 1;
  transition: 0.15s ease all;
}

.apexcharts-ycrosshairs-hidden {
  opacity: 0;
}

.apexcharts-selection-rect {
  cursor: move;
}

.svg_select_boundingRect, .svg_select_points_rot {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.apexcharts-selection-rect + g .svg_select_boundingRect,
.apexcharts-selection-rect + g .svg_select_points_rot {
  opacity: 0;
  visibility: hidden;
}

.apexcharts-selection-rect + g .svg_select_points_l,
.apexcharts-selection-rect + g .svg_select_points_r {
  cursor: ew-resize;
  opacity: 1;
  visibility: visible;
}

.svg_select_points {
  fill: #efefef;
  stroke: #333;
  rx: 2;
}

.apexcharts-svg.apexcharts-zoomable.hovering-zoom {
  cursor: crosshair
}

.apexcharts-svg.apexcharts-zoomable.hovering-pan {
  cursor: move
}

.apexcharts-zoom-icon,
.apexcharts-zoomin-icon,
.apexcharts-zoomout-icon,
.apexcharts-reset-icon,
.apexcharts-pan-icon,
.apexcharts-selection-icon,
.apexcharts-menu-icon,
.apexcharts-toolbar-custom-icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 24px;
  color: #6E8192;
  text-align: center;
}

.apexcharts-zoom-icon svg,
.apexcharts-zoomin-icon svg,
.apexcharts-zoomout-icon svg,
.apexcharts-reset-icon svg,
.apexcharts-menu-icon svg {
  fill: #6E8192;
}

.apexcharts-selection-icon svg {
  fill: #444;
  transform: scale(0.76)
}

.apexcharts-theme-dark .apexcharts-zoom-icon svg,
.apexcharts-theme-dark .apexcharts-zoomin-icon svg,
.apexcharts-theme-dark .apexcharts-zoomout-icon svg,
.apexcharts-theme-dark .apexcharts-reset-icon svg,
.apexcharts-theme-dark .apexcharts-pan-icon svg,
.apexcharts-theme-dark .apexcharts-selection-icon svg,
.apexcharts-theme-dark .apexcharts-menu-icon svg,
.apexcharts-theme-dark .apexcharts-toolbar-custom-icon svg {
  fill: #f3f4f5;
}

.apexcharts-canvas .apexcharts-zoom-icon.apexcharts-selected svg,
.apexcharts-canvas .apexcharts-selection-icon.apexcharts-selected svg,
.apexcharts-canvas .apexcharts-reset-zoom-icon.apexcharts-selected svg {
  fill: #008FFB;
}

.apexcharts-theme-light .apexcharts-selection-icon:not(.apexcharts-selected):hover svg,
.apexcharts-theme-light .apexcharts-zoom-icon:not(.apexcharts-selected):hover svg,
.apexcharts-theme-light .apexcharts-zoomin-icon:hover svg,
.apexcharts-theme-light .apexcharts-zoomout-icon:hover svg,
.apexcharts-theme-light .apexcharts-reset-icon:hover svg,
.apexcharts-theme-light .apexcharts-menu-icon:hover svg {
  fill: #333;
}

.apexcharts-selection-icon,
.apexcharts-menu-icon {
  position: relative;
}

.apexcharts-reset-icon {
  margin-left: 5px;
}

.apexcharts-zoom-icon,
.apexcharts-reset-icon,
.apexcharts-menu-icon {
  transform: scale(0.85);
}

.apexcharts-zoomin-icon,
.apexcharts-zoomout-icon {
  transform: scale(0.7)
}

.apexcharts-zoomout-icon {
  margin-right: 3px;
}

.apexcharts-pan-icon {
  transform: scale(0.62);
  position: relative;
  left: 1px;
  top: 0px;
}

.apexcharts-pan-icon svg {
  fill: #fff;
  stroke: #6E8192;
  stroke-width: 2;
}

.apexcharts-pan-icon.apexcharts-selected svg {
  stroke: #008FFB;
}

.apexcharts-pan-icon:not(.apexcharts-selected):hover svg {
  stroke: #333;
}

.apexcharts-toolbar {
  position: absolute;
  z-index: 11;
  max-width: 176px;
  text-align: right;
  border-radius: 3px;
  padding: 0px 6px 2px 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.apexcharts-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 3px;
  right: 10px;
  opacity: 0;
  min-width: 110px;
  transition: 0.15s ease all;
  pointer-events: none;
}

.apexcharts-menu.apexcharts-menu-open {
  opacity: 1;
  pointer-events: all;
  transition: 0.15s ease all;
}

.apexcharts-menu-item {
  padding: 6px 7px;
  font-size: 12px;
  cursor: pointer;
}

.apexcharts-theme-light .apexcharts-menu-item:hover {
  background: #eee;
}

.apexcharts-theme-dark .apexcharts-menu {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

@media screen and (min-width: 768px) {
  .apexcharts-canvas:hover .apexcharts-toolbar {
    opacity: 1;
  }
}

.apexcharts-datalabel.apexcharts-element-hidden {
  opacity: 0;
}

.apexcharts-pie-label,
.apexcharts-datalabels,
.apexcharts-datalabel,
.apexcharts-datalabel-label,
.apexcharts-datalabel-value {
  cursor: default;
  pointer-events: none;
}

.apexcharts-pie-label-delay {
  opacity: 0;
  animation-name: opaque;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

.apexcharts-canvas .apexcharts-element-hidden {
  opacity: 0;
}

.apexcharts-hide .apexcharts-series-points {
  opacity: 0;
}

.apexcharts-gridline,
.apexcharts-annotation-rect,
.apexcharts-tooltip .apexcharts-marker,
.apexcharts-area-series .apexcharts-area,
.apexcharts-line,
.apexcharts-zoom-rect,
.apexcharts-toolbar svg,
.apexcharts-area-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
.apexcharts-line-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
.apexcharts-radar-series path,
.apexcharts-radar-series polygon {
  pointer-events: none;
}


/* markers */

.apexcharts-marker {
  transition: 0.15s ease all;
}

@keyframes opaque {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* Resize generated styles */

@keyframes resizeanim {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

.resize-triggers {
  animation: 1ms resizeanim;
  visibility: hidden;
  opacity: 0;
}

.resize-triggers,
.resize-triggers>div,
.contract-trigger:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.resize-triggers>div {
  background: #eee;
  overflow: auto;
}

.contract-trigger:before {
  width: 200%;
  height: 200%;
}/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */


.checkbox label .toggle,
.checkbox-inline .toggle {
	margin-left: 20px;
	margin-right: 5px;
}

.checkbox-disabled  {
	opacity: 0.5;
}

.toggle {
	position: relative;
	overflow: hidden;
}
.toggle input[type="checkbox"] {
	display: none;
}
.toggle-group {
	position: absolute;
	width: 200%;
	top: 0;
	bottom: 0;
	left: 0;
	transition: left 0.35s;
	-webkit-transition: left 0.35s;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.toggle.off .toggle-group {
	left: -100%;
}
.toggle-on {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 50%;
	margin: 0;
	border: 0;
	border-radius: 0;
}
.toggle-off {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background-color: #DADADA
}
.toggle-handle {
	position: relative;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 100%;
	width: 0px;
	border-width:  1px #DADADA solid;	
	background-color: white;
}

.toggle.btn { min-width: 59px; min-height: 34px; }
.toggle-on.btn { padding-right: 24px; }
.toggle-off.btn { padding-left: 24px; }

.toggle.btn-lg { min-width: 79px; min-height: 45px; }
.toggle-on.btn-lg { padding-right: 31px; }
.toggle-off.btn-lg { padding-left: 31px; }
.toggle-handle.btn-lg { width: 40px; }

.toggle.btn-sm { min-width: 50px; min-height: 30px;}
.toggle-on.btn-sm { padding-right: 20px; }
.toggle-off.btn-sm { padding-left: 20px; }

.toggle.btn-xs { min-width: 35px; min-height: 22px;}
.toggle-on.btn-xs { padding-right: 12px; }
.toggle-off.btn-xs { padding-left: 12px; }

/*Table Content
 =================================================
 - GLOBLE STYLE
 - Padding and Margin Style
 - BASIC STYLE
 - Header
 - USer_DropDown
 - small_Header_side_bar
 - Side_bar
 - Right_side
 - breadcrumb
 - CHART_BOX
 - social-box
 - Footer
 - BUTTONS_PAGE
 - portlet-advanced_page
 - ICON_FONT_AWESOME
 - WIDGETS_BASE
 - WIDGETS_CHART
 - CALENDAR_BASIC
 - CALENDAR_EXTERNAL_EVENTS
 - CALENDAR_LIST
 - FORM_BASIC_INPUT
 - FORM_INPUT_GROUP
 - FORM_CHECKBOX_RADIO
 - FORM_VALIDATION_BASIC
 - form-wizard
 - Login_Register_Page
 - 404
 - Profile_page

 ================================================
 */
/***********************************************************************
 GLOBLE STYLE
 ***********************************************************************/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Poppins, sans-serif;
	margin: 0px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	color: #444
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

a,
a:hover {
	text-decoration: none;
	color: #337ab7;
}

a {
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

img {
	max-width: 100%;
}

.btn {
	cursor: pointer;
}

.btn,
body {
	font-size: 14px;
}

.bg-gold {
	background: #c1993f !important;
}

.bg-brown {
	background: #7a5449 !important;
}

.bg-beige {
	background: #f7ce99 !important;
}

.bg-light {
	background: #fff !important;
}

.bg-dark {
	background: #324148 !important;
}

.bg-twitter {
	background: #00aced !important;
}

.txt-dark {
	color: #324148 !important;
}

.txt-light {
	color: #fff !important;
}

.txt-grey {
	color: #727272 !important;
}

.txt-light-grey {
	color: #eee !important;
}

.txt-info,
.text-info {
	color: #ed1b60 !important;
}

.txt-warning,
.text-warning {
	color: #ffbf36 !important;
}

.txt-primary,
.text-primary {
	color: #062e7e !important;
}

.txt-success,
.text-success {
	color: #22af47 !important;
}

.txt-danger,
.text-danger {
	color: #f83f37 !important;
}

.txt-purple {
	color: #ab26aa !important;
}

.txt-violet {
	color: #6640b2 !important;
}

.txt-skyblue {
	color: #00acf0 !important;
}

.txt-beige {
	color: #f7ce99 !important;
}

.txt-gold {
	color: #c1993f !important;
}

.txt-brown {
	color: #7a5449 !important;
}

.txt-orange {
	color: #ff9528 !important;
}

.txt-orange-light-1 {
	color: #ffa344;
}

.txt-orange-light-2 {
	color: #ffb76d;
}

/*Labels*/
.label-default {
	background-color: #777;
}
.f12 {
	font-size: 12px;
}
.f18 {
	font-size: 18px;
}
.f15 {
	font-size: 15px;
}
.f24 {
	font-size: 24px;
}
.f30 {
	font-size: 30px;
}
.f60 {
	font-size: 60px;
}



.bg_drack_blue{
background:#5c35fc !important;
}
.text-drack_blue{
	color:#5c35fc;
}
.label,
.jvectormap-tip {
	padding: 3px 6px 3px;
	font-size: 11px;
	border-radius: 50px;
	text-transform: capitalize;
	font-weight: 400;
	color: #fff;
}

.label.label-info,
.label-info.jvectormap-tip {
	background: #ed1b60;
}

.label.label-primary,
.label-primary.jvectormap-tip {
	background: #062e7e;
}

.label.label-success,
.label-success.jvectormap-tip {
	background: #22af47;
}

.label.label-danger,
.label-danger.jvectormap-tip {
	background: #f83f37;
}

.label.label-warning,
.label-warning.jvectormap-tip {
	background: #ffbf36;
}

.label.text-warning,
.text-warning.jvectormap-tip {
	background: #ffbf36;
	color: #fff !important;
}

.label.label-outline,
.label-outline.jvectormap-tip {
	background: transparent;
	color: #727272;
	border: 1px solid;
}

.label.label-outline.label-info,
.label-outline.label-info.jvectormap-tip {
	border-color: #ed1b60;
}

.label.label-outline.label-primary,
.label-outline.label-primary.jvectormap-tip {
	border-color: #062e7e;
}

.label.label-outline.label-success,
.label-outline.label-success.jvectormap-tip {
	border-color: #22af47;
}

.label.label-outline.label-danger,
.label-outline.label-danger.jvectormap-tip {
	border-color: #f83f37;
}

.label.label-outline.label-warning,
.label-outline.label-warning.jvectormap-tip {
	border-color: #ffbf36;
}

.weight-300 {
	font-weight: 300 !important;
}

.weight-500 {
	font-weight: 500 !important;
}

.weight-600 {
	font-weight: 600 !important;
}

/*  Padding and Margin Style   ||-----------*/
.padding {
	padding-top: 90px;
	padding-bottom: 90px;
}

.ptb-20 {
	padding-bottom: 20px;
	padding-top: 20px;
}

.padding-20 {
	padding: 20px;
}

.padding-30 {
	padding: 30px;
}

.padding-40 {
	padding: 40px;
}

.padding-60 {
	padding: 60px;
}

.plr-0 {
	padding-left: 0;
	padding-right: 0;
}

.pl-0 {
	padding-left: 0;
}

.pr-0 {
	padding-right: 0;
}

.pr-30 {
	padding-right: 30px;
}

.pl-70 {
	padding-left: 70px;
}

.pr-70 {
	padding-right: 70px;
}

.plr-20 {
	padding-left: 20px;
	padding-right: 20px;
}

.ptb-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}

.pt-0 {
	padding-top: 0px;
}

.pb-0 {
	padding-bottom: 0px;
}

.pt-30 {
	padding-top: 30px;
}

.pb-30 {
	padding-bottom: 30px;
}

.ptb {
	padding-top: 80px;
	padding-bottom: 80px;
}

.pt {
	padding-top: 110px;
}

.pb {
	padding-bottom: 110px;
}

.ptb-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.pt-15 {
	padding-top: 15px;
}

.pb-15 {
	padding-bottom: 15px;
}

.ptb-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.pt-60 {
	padding-top: 60px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-40 {
	padding-bottom: 40px;
}

.ptb-40 {
	padding-bottom: 40px;
	padding-top: 40px;
}

.ptb-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.pt-80 {
	padding-top: 80px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pt-90 {
	padding-top: 80px;
}

.pb-90 {
	padding-bottom: 80px;
}

.pt-50 {
	padding-top: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pt-70 {
	padding-top: 70px;
}

.pb-38 {
	padding-bottom: 38px;
}

.mtb-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.mlr-0 {
	margin-left: 0px;
	margin-right: 0px;
}

.mt-0 {
	margin-top: 0px;
}

.mb-0 {
	margin-bottom: 0px;
}

.mb-10 {
	margin-bottom: 10px;
}

.ml-0 {
	margin-left: 0px;
}

.mr-0 {
	margin-right: 0px;
}

.mr-10 {
	margin-right: 10px;
}

.mtb-80 {
	margin-top: 80px;
	margin-bottom: 80px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-80 {
	margin-top: 80px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mtb-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}

.mt-60 {
	margin-top: 60px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mtb-45 {
	margin-top: 45px;
	margin-bottom: 45px;
}

.mt-45 {
	margin-top: 45px;
}

.mb-45 {
	margin-bottom: 45px;
}

.mt-40 {
	margin-top: 40px;
}
.mb-40 {
	margin-bottom: 35px;
}
.mb-35 {
	margin-bottom: 35px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mtb-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.ml-15 {
	margin-left: 15px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
.ml-30 {
	margin-left: 30px;
}
.mr-30 {
	margin-right: 30px;
}
.mtb-25 {
	margin-top: 25px;
	margin-bottom: 25px;
}
.mt-25 {
	margin-top: 25px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mtb-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-10 {
	margin-top: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.mt-up {
	margin-top: -100px;
}
.thumb-sm {
	display: inline-block;
	height: 40px;
	margin-left: 0;
	margin-right: 10px;
	margin-top: 0px;
	width: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.up-80 {
		margin-top: 50px;
	}

	.mt-sm-30 {
		margin-top: 30px;
	}

	.mb-sm-30 {
		margin-bottom: 30px;
	}

	.float-none-sm {
		float: none;
	}

	.float-left-sm {
		float: left;
	}

	.float-right-sm {
		float: right;
	}

	.pl-sm-0 {
		padding-left: 0;
	}

	.plr-xs-15 {
		padding-right: 15px;
		padding-left: 15px;
	}

	.padding-sm-25 {
		padding: 25px;
	}
	.d-xs-none{
		display: none;
	}
}

@media (max-width: 767px) {
	.text-xs-left {
		text-align: left;
	}
	.pr-xs-0 {
		padding-right: 0;
	}
	.pl-xs-0 {
		padding-left: 0;
	}
	.pr-xs-0 {
		padding-right: 0;
	}
	.plr-xs-15 {
		padding-right: 15px;
		padding-left: 15px;
	}
	.padding-sm-25 {
		padding: 25px;
	}
	.pb-xs-30 {
		padding-bottom: 30px;
	}
	.pt-xs-60 {
		padding-top: 60px;
	}
	.ptb-xs-40 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.pt-xs-40 {
		padding-top: 40px;
	}
	.pb-xs-40 {
		padding-bottom: 40px;
	}
	.pb-xs-60 {
		padding-bottom: 60px;
	}
	.ptb-xs-60 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.ml-xs-0 {
		margin-left: 0;
	}
	.mtb-xs-0 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.mt-xs-0 {
		margin-top: 0px;
	}
	.mb-xs-0 {
		margin-bottom: 0px;
	}
	.mtb-xs-15 {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.mt-xs-10 {
		margin-top: 10px;
	}
	.mt-xs-15 {
		margin-top: 15px;
	}
	.mb-xs-15 {
		margin-bottom: 15px;
	}
	.mtb-xs-30 {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.mt-xs-30 {
		margin-top: 30px;
	}
		.mb-xs-30 {
		margin-bottom: 30px;
	}
	.float-none-xs {
		float: none;
	}
	.float-left-xs {
		float: left;
	}
	.float-right-xs {
		float: right;
	}
	.d-xs-none{
		display: none;
	}

}

/*-------------------------------------------------------------------------------------------*/
/* BASIC STYLE    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
body,
html {
	margin: 0;
	padding: 0;
}

body {
	background-color:#f9fbfd;
	padding: 0 !important;
	margin: 0 !important;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	color: #53505f;
}

.img-circle {
	border-radius: 50%;
}

.form-control {
	display: block;
	width: 100%;
	height: 39px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	outline: 0 !important;
	box-shadow: none !important;
}

.btn-text {
	background: 0 0;
	border: none;
	border-radius: 2px;
	color: #53505f;
	position: relative;
	height: 36px;
	margin: 0;
	min-width: 64px;
	padding: 0 16px;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0;
	overflow: hidden;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	line-height: 36px;
	vertical-align: middle;
	outline: none;
}

.btn-text:focus {
	outline: none;
	box-shadow: 0 0 8px rgba(0, 0, 0, .18), 0 8px 16px rgba(0, 0, 0, .36);
	background-color: rgba(158, 158, 158, .4);
}

.btn:focus {
	outline: none !important;
	box-shadow: none;
}
.f18{
	font-size: 18px;
}
/* ===================== */

@media (min-width: 1200px) {
	.container {
		width: 100%;
		max-width: 1350px;
	}
}

.wrapper {
	height: 100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}

.wrapper:before,
.wrapper:after {
	content: " ";
	display: table;
}



.purple-bgcolor {
	background-color: #673ab7;
}

.blue-bgcolor {
	background-color: #2196F3;
}

.pink {
	background-color: #FF1493;
}

.yellow {
	background-color: #f1c500;
}

.red {
	background-color: #F44336;
}


/* full_Section */
.container_full {
    background:#f9fbfd;
    margin-top: 70px;
    position: relative;
    min-height: calc(100vh - 133px);
}
.content_wrapper {
    margin-left: 264px;
    margin-right: 0px;
    margin-top: 0;
    min-height: 600px;
    padding: 25px 0px 0px 0px;
    position: relative;
}
.nav_small .content_wrapper {
    margin-left: 85px;
}
@media (max-width: 991px){
.content_wrapper{
    padding-top: 25px;
    transition: all 0.3s;
    margin-left: 0px;
}
.mobile_nav .content_wrapper {
    margin-right: -264px !important;
    margin-left: 264px;
}
}
/* breadcrumb */
.page_breadc{
	width: 100%;
	display: inline-block;
	padding: 0px 30px;
}
.page-heading {
    padding-top: 20px;
    padding-bottom: 30px;
}
.page-breadcrumb h1 {
	/*margin: 0;
	color: #000;*/
	margin-top:10px;
	margin-bottom:10px;
	font-size: 35px;
	font-family: Poppins, sans-serif;
}
.page-breadcrumb h4 {
	margin: 0;
	color: #707884;
	font-family: Poppins, sans-serif;
	margin-top:10px;
}
.breadcrumb_nav {
	margin-bottom:0;
}
.breadcrumb_nav .breadcrumb {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}
.breadcrumb_nav .breadcrumb li {
	display: inline-block;
	line-height: 1;
	margin: 0px 3px;
	color: #000;
}
.breadcrumb_nav .breadcrumb li a {
	color: #000;
	font-size: 14px;
	text-shadow: none;
	text-decoration: none;
	margin: 0px 3px;
}
.breadcrumb_nav .breadcrumb li.active {
	color:rgba(0, 0, 0, 0.49);
}
.inlineblock{
	display: inline-block;
}
/* Site_view_box */
.info_items {
	min-height: 100px;
	background: #fff;
	width: 100%;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	margin-bottom: 30px;
	padding: 20px 15px;
	overflow: hidden;
}
.bg_green {
	background: #2ed8b6;
}
.bg_yellow {
	background: #FFB64D;
}
.bg_blue {
	background: #4099ff;
}
.bg_pink {
	background: #FF5370;
}
.info_items_icon {
	float: left;
	color: #fff;
	height: 65px;
	width: 65px;
	text-align: center;
	font-size: 30px;
	line-height: 65px;
	margin-right: 20px;
	background: rgba(0, 0, 0, .2);
	border-radius: 100%;
}
.info_item_content {
	width: calc(100% - 90px);
	float: left;
	line-height: normal;
	color: #fff;
}
.info_items_text {
	margin-bottom: 8px;
}
.info_items_text,
.progress-description {
	display: block;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 400;
}
.info_items_number {
	font-weight: 300;
	font-size: 21px;
}
.progress-description {
	margin: 0;
}
.info_items .progress,
.info_items .progress .progress-bar {
	border-radius: 0;
}
.info_items .progress {
	background: rgba(0, 0, 0, .2);
	margin: 10px 0px;
	height: 3px;
}
.progress {
	border: 0;
	background-image: none;
	filter: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0 !important;
	margin: 0;
}
.info_items .progress .progress-bar {
	background: #fff;
}
.info_items .progress,
.info_items .progress .progress-bar {
	border-radius: 0;
}

/* CHART_BOX */
.full_chart {
	background: #fff;
}
.full_chart {
	background: #fff;
	box-shadow: none;
	position: relative;
	transition: .5s;
	border: 1px solid #f2f2f2;
	border-radius: 0;
	width: 100%;
}
.card {
	position: relative;
	margin-top: 0px;
	background-color: #ffffff;
	border-radius: 3px;
}
.chart_header {
	border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
	padding: 2px;
	color: #3a405b;
	font-size: 14px;
	font-weight: 600;
	line-height: 40px;
	min-height: 40px;
}
.chart_headibg {
	display: inline-block;
	padding: 15px 20px;
	vertical-align: middle;
}

@media (max-width: 767px) {
	.chart_headibg {
		padding: 10px;
	}
}

@media (max-width: 991px){
	.page-heading{
		padding-bottom: 20px;
	}
	.page-breadcrumb{
		margin-bottom: 15px;
	}
}

.tools {
	padding-right: 16px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 24px;
	line-height: normal;
	vertical-align: middle;
	display: none;
}
.tools .btn-color {
	color: #97a0b3;
	margin-right: 3px;
	font-size: 12px;
	text-decoration: none;
}
.card_chart {
	padding: 10px 24px 14px 24px;
	position: relative;
}

/* social-box */
.social-box {
	min-height: 160px;
	margin-bottom: 30px;
	text-align: center;
	background: #fff;
}
.social-box i {
	display: block;
	font-size: 40px;
	background: #e9ecef;
	line-height: 110px;
}
.social-box.facebook i {
	color: #fff;
	background: #3b5998;
}
.social-box ul {
	list-style: none;
	display: inline-block;
	margin: 7px 0 0;
	padding: 10px;
	width: 100%;
}
.social-box ul li {
	color: #949CA0;
	font-size: 14px;
	font-weight: 700;
	padding: 0 10px 0 0;
	text-align: right;
	display: block;
	float: left;
	width: 50%;
	line-height: 2;
}
.social-box ul li strong {
	display: block;
	font-size: 20px;
	line-height: 1;
}
.social-box ul li span {
	font-size: 14px;
	font-weight: 500;
	color: #949CA0;
	text-transform: uppercase;
}
.social-box ul li:last-child {
	padding-left: 10px;
	padding-right: 0;
	text-align: left;
}
.social-box.twitter i {
	color: #fff;
	background: #00aced;
}
.social-box.linkedin i {
	color: #fff;
	background: #4875b4;
}
.social-box.google-plus i {
	color: #fff;
	background: #d34836;
}
.social-box ul li:first-child {
	border-right: 1px solid #c2cfd6;
}

/* Three_Clumn */
.stats-wrap h2 span {
	float: right;
	color: #ffffff;
	background: #294583;
	font-size: 16px;
	margin: 5px 0 0;
	font-weight: normal;
	padding: 5px;
	border-radius: 2px;
}
.stats-wrap p {
	margin: 10px 0 15px;
	color: #78828B;
	font-size: 14px;
	font-weight: normal;
	background: #f1f1f1;
	padding: 0 9px;
	border-radius: 3px;
}
@media (min-width: 992px) and (max-width: 1199px) {
.stats-wrap p {
	font-size: 13px;
}
}
.stats-wrap h4 {
	color: #1688EC;
	font-weight: 700 !important;
	margin: 0;
	line-height: 1.8;
}
.stats-wrap h4 span {
	float: right;
	color: #ffffff;
	background: #3C64BB;
	font-size: 12px;
	margin: 0;
	font-weight: normal;
	padding: 5px;
	border-radius: 2px;
}
.list-referrals li p{
	background: transparent;
	margin-bottom: 0px;
	padding: 0px;
}
.events-nest .drak_blue {
	margin: -10px -24px 33px;
	padding: 20px;
	background: #5C9DF5;
	color: #f9f9f9;
	overflow: hidden;
}
.events-nest .drak_blue h1 {
	float: left;
	color: #fff;
	font-weight: lighter;
	position: relative;
	top: -5px;
}
.middle_text {
	float: left;
	margin-left: 10px;
}
.events-nest .drak_blue span {
	font-size: 14px;
	background: rgba(255, 255, 255, 0.15);
	padding: 0px 10px;
	border-radius: 2px;
}

.events-nest .drak_blue p {
	font-weight: lighter;
	font-size: 12px;
	background: transparent;
	color: #f9f9f9;
	margin: 0px;
	padding: 0px;
}

.events-nest ul {
	margin: 0px;
	padding: 0px;
}

.events-nest ul li {
	list-style: none;
}

.events-nest ul li h4 {
	font-size: 13px !important;
	color: #222;
}

.events-nest ul li h4 span {
	float: none;
	background: transparent;
	color: #222;
	font-size: 13px;
}

.events-nest ul li h4 small {
	margin: 0 0 0 5px;
}

.events-nest ul li p i {
	float: right;
	margin: 0 0 0 10px;
	color: #ccc;
	font-size: 15px;
	height: 15px;
	width: 15px;
	line-height: 15px;
}

.stats-wrap .card_chart .events-nest ul li p {
	background: transparent;
}

/* School-timetable */
.school-timetable {
	color: #8c92a3;
}

.school-timetable h5 {
	font-size: 12px;
	color: #454545;
	padding: 2px 5px;
}

.school-timetable h5 i {
	font-style: normal;
}

.school-timetable h6 {
	line-height: 1.7;
	color: #8c92a3;
}

.school-timetable h6 i {
	color: #8c92a3;
}

.school-timetable h6 span {
	font-size: 10px;
	background: #8c92a3;
	padding: 2px 4px;
	margin: 0 0 0 5px;
	color: #fff;
	border-radius: 2px;
}

.school-timetable hr {
	border-color: #D5DAE6;
	margin: 17px 0 16px;
}

.school-timetable ul {
	margin: 0px 0px 13px 0px;
	padding: 0px;
}

.school-timetable ul li {
	display: inline-block;
	list-style: none;
	margin: 0 -5px 0 0;
}

.round_small {
	display: inline-block;
	height: 40px;
	margin-left: 0;
	margin-right: 10px;
	margin-top: 0px;
	width: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.round_small {
		display: inline-block;
		height: 35px;
		margin-right: 5px;
		width: 35px;
	}
}

/* Student_table */
.student_table thead tr th {
	border-top: none;
}
.student_table tbody tr td a {
	color: #53505f;
}
.paid_green {
	font-size: 10px;
	font-weight: 600;
	padding: 6px 6px;
	margin-right: 5px;
	background: #59e0c5;
	text-transform: uppercase;
	color: #fff;
}
.unpaid_red {
	font-size: 10px;
	font-weight: 600;
	padding: 6px 6px;
	margin-right: 5px;
	color: #fff;
	background: #ca1b1b
}
.edit_list {
	margin-right: 10px;
}

/* Footer */
.footer {
	background: #fff;
	padding-left:0px;
}
.nav_small .footer{
	padding-left: 70px;
}
@media (max-width:767px){
	.nav_small .footer,.footer{
		padding-left: 0;
	}

}
.copy_right p {
	margin: 0px;
	color:#53505f;
	font-size: 14px;
}
.copy_right p a {
	color:#062e7e;
}
#back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	display: block;
	display: none;
	background:#062e7e;
	color: #fff;
	font-size: 15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

/*============== BUTTONS_PAGE */
.btn-primary:hover,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	border-color: #062e7e;
	background-color: #062e7e;
}
.btn-demo .btn {
	margin: 0 10px 10px 0;
}
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}
.btn-outline-primary:hover,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-primary,
.card-primary,
.show>.btn-outline-primary.dropdown-toggle {
	border-color: #0b3898;
	background-color: #0b3898;
}
.btn-danger:not([disabled]):not(.disabled).active,
.btn-danger:not([disabled]):not(.disabled):active,
.btn-dark:not([disabled]):not(.disabled).active,
.btn-dark:not([disabled]):not(.disabled):active,
.btn-info:not([disabled]):not(.disabled).active,
.btn-info:not([disabled]):not(.disabled):active,
.btn-outline-danger:not([disabled]):not(.disabled).active,
.btn-outline-danger:not([disabled]):not(.disabled):active,
.btn-outline-dark:not([disabled]):not(.disabled).active,
.btn-outline-dark:not([disabled]):not(.disabled):active,
.btn-outline-info:not([disabled]):not(.disabled).active,
.btn-outline-info:not([disabled]):not(.disabled):active,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.btn-outline-success:not([disabled]):not(.disabled).active,
.btn-outline-success:not([disabled]):not(.disabled):active,
.btn-outline-warning:not([disabled]):not(.disabled).active,
.btn-outline-warning:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.btn-success:not([disabled]):not(.disabled).active,
.btn-success:not([disabled]):not(.disabled):active,
.btn-warning:not([disabled]):not(.disabled).active,
.btn-warning:not([disabled]):not(.disabled):active,
.show>.btn-danger.dropdown-toggle,
.show>.btn-dark.dropdown-toggle,
.show>.btn-info.dropdown-toggle,
.show>.btn-outline-danger.dropdown-toggle,
.show>.btn-outline-dark.dropdown-toggle,
.show>.btn-outline-info.dropdown-toggle,
.show>.btn-outline-primary.dropdown-toggle,
.show>.btn-outline-secondary.dropdown-toggle,
.show>.btn-outline-success.dropdown-toggle,
.show>.btn-outline-warning.dropdown-toggle,
.show>.btn-primary.dropdown-toggle,
.show>.btn-secondary.dropdown-toggle,
.show>.btn-success.dropdown-toggle,
.show>.btn-warning.dropdown-toggle {
	box-shadow: none;
}
.btn-demo .btn {
	margin: 0 10px 10px 0;
}
.btn-outline-success {
	color: #072e82;
	border-color: #072e82;
}
.btn-sm {
	font-size: 12px;
}
.btn {
	cursor: pointer;
}
.btn-outline-primary {
	color: #0b3898;
	border-color: #0b3898;
}
.btn-outline-primary:hover,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-primary,
.card-primary,
.show>.btn-outline-primary.dropdown-toggle {
	border-color: #F66D22;
	background-color: #F66D28;
}
.nav.nav-pills .nav-link.active,
.nav.nav-pills.nav-pills-danger .nav-link.active,
.nav.nav-pills.nav-pills-info .nav-link.active,
.nav.nav-pills.nav-pills-inverse .nav-link.active,
.nav.nav-pills.nav-pills-primary .nav-link.active,
.nav.nav-pills.nav-pills-success .nav-link.active,
.nav.nav-pills.nav-pills-warning .nav-link.active {
	color: #fff;
}
.nav.nav-pills .nav-link,
.nav.nav-tabs .nav-link {
	color: #292b2c;
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #0b3898;
}
.default-color,
.default-color a,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #53505f;
}
.bg-dark {
	background-color: #343a40 !important;
}
.btn-outline-primary:hover,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-primary,
.card-primary,
.show>.btn-outline-primary.dropdown-toggle {
	border-color: #0b3898;
	background-color: #0b3898;
}
.btn-outline-success:hover,
.btn-outline-success:not([disabled]):not(.disabled).active,
.btn-outline-success:not([disabled]):not(.disabled):active,
.btn-success,
.card-success,
.show>.btn-outline-success.dropdown-toggle {
	border-color: #072e82;
	background-color: #072e82;
}
.card {
	border: 1px solid #e5e9ec;
}
.btn-info,
.btn-outline-info:hover,
.btn-outline-info:not([disabled]):not(.disabled).active,
.btn-outline-info:not([disabled]):not(.disabled):active,
.card-info,
.show>.btn-outline-info.dropdown-toggle {
	border-color: #36a2f5;
	background-color: #36a2f5;
}
.btn-outline-warning:hover,
.btn-outline-warning:not([disabled]):not(.disabled).active,
.btn-outline-warning:not([disabled]):not(.disabled):active,
.btn-warning,
.card-warning,
.show>.btn-outline-warning.dropdown-toggle {
	border-color: #eac459;
	background-color: #eac459;
}
.btn-danger,
.btn-outline-danger:hover,
.btn-outline-danger:not([disabled]):not(.disabled).active,
.btn-outline-danger:not([disabled]):not(.disabled):active,
.card-danger,
.show>.btn-outline-danger.dropdown-toggle {
	border-color: #d92d20;
	background-color: #d92d20;
}
.btn-danger:not([disabled]):not(.disabled).active,
.btn-danger:not([disabled]):not(.disabled):active,
.btn-dark:not([disabled]):not(.disabled).active,
.btn-dark:not([disabled]):not(.disabled):active,
.btn-info:not([disabled]):not(.disabled).active,
.btn-info:not([disabled]):not(.disabled):active,
.btn-outline-danger:not([disabled]):not(.disabled).active,
.btn-outline-danger:not([disabled]):not(.disabled):active,
.btn-outline-dark:not([disabled]):not(.disabled).active,
.btn-outline-dark:not([disabled]):not(.disabled):active,
.btn-outline-info:not([disabled]):not(.disabled).active,
.btn-outline-info:not([disabled]):not(.disabled):active,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.btn-outline-success:not([disabled]):not(.disabled).active,
.btn-outline-success:not([disabled]):not(.disabled):active,
.btn-outline-warning:not([disabled]):not(.disabled).active,
.btn-outline-warning:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.btn-success:not([disabled]):not(.disabled).active,
.btn-success:not([disabled]):not(.disabled):active,
.btn-warning:not([disabled]):not(.disabled).active,
.btn-warning:not([disabled]):not(.disabled):active,
.show>.btn-danger.dropdown-toggle,
.show>.btn-dark.dropdown-toggle,
.show>.btn-info.dropdown-toggle,
.show>.btn-outline-danger.dropdown-toggle,
.show>.btn-outline-dark.dropdown-toggle,
.show>.btn-outline-info.dropdown-toggle,
.show>.btn-outline-primary.dropdown-toggle,
.show>.btn-outline-secondary.dropdown-toggle,
.show>.btn-outline-success.dropdown-toggle,
.show>.btn-outline-warning.dropdown-toggle,
.show>.btn-primary.dropdown-toggle,
.show>.btn-secondary.dropdown-toggle,
.show>.btn-success.dropdown-toggle,
.show>.btn-warning.dropdown-toggle {
	box-shadow: none;
}
.btn-info,
.btn-outline-info:hover,
.btn-outline-info:not([disabled]):not(.disabled).active,
.btn-outline-info:not([disabled]):not(.disabled):active,
.card-info,
.show>.btn-outline-info.dropdown-toggle {
	border-color: #36a2f5;
	background-color: #36a2f5;
}

.btn-info,
.border-warning:hover,
.border-warning:not([disabled]):not(.disabled).active,
.border-warning:not([disabled]):not(.disabled):active,
.card-info,
.show>.border-warning.dropdown-toggle {
	border-color: #ffc107;
	background-color: #ffc107;
}
.border-warning:hover{
	color: #fff;
}



.card-body .dropdown .dropdown-menu {
	left: 0 !important;
	right: auto !important;
}
.card-body .dropdown .dropdown-menu:before,
.btn-group .dropdown-menu:before {
	display: none !important;
}
.grid-view [class^=col-] {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid rgba(86, 61, 124, .2);
	background-color: rgba(86, 61, 124, .15);
}
.grid-view {
	margin-bottom: 10px;
	padding: 0 15px;
}
.card .card-header .card-title {
	margin-bottom: 0;
	color: #53505f;
	font-size: 18px;
	font-weight: 500;
}
.lobicard-custom-icon>.card-header .dropdown,
.card-shadow .card-header .dropdown,
.lobicard-custom-control .card-header .dropdown {
	display: inline-block;
	float: right;
	position: relative;
}
.lobicard-custom-icon>.card-header .dropdown .tools,
.card-shadow .card-header .dropdown .tools,
.lobicard-custom-control .card-header .dropdown .tools {
	margin: 0px;
}
.baseline .baseline-list .baseline-info {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.baseline-info {
	border-color: #36a2f5 !important;
}
.baseline-border {
	border-left: 1px solid #e5ebf8;
}
.baseline,
.baseline .baseline-list {
	position: relative;
	border-color: #e5ebf8;
}
.baseline .baseline-list {
	padding-bottom: 1px;
}
.baseline,
.baseline .baseline-list {
	position: relative;
	border-color: #e5ebf8;
}
.baseline .baseline-list:before {
	display: table;
	content: " ";
}
.baseline .baseline-list:after {
	display: table;
	position: absolute;
	top: 18px;
	left: 0;
	width: 12px;
	height: 12px;
	margin-left: -6px;
	content: "";
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 0 3px #e5ebf8 inset;
}
.badge-success,
.bg-success,
.nav.nav-pills.nav-pills-success .nav-link.active {
	background-color: #072e82 !important;
}
.baseline-primary:after {
	box-shadow: 0 0 0 3px #0b3898 inset !important;
}
.baseline-success:after {
	box-shadow: 0 0 0 3px #072e82 inset !important;
}
.baseline-primary {
	border-color: #0b3898 !important;
}
.baseline-success {
	border-color: #072e82 !important;
}
.baseline-warning:after {
	box-shadow: 0 0 0 3px #eac459 inset !important;
}
.baseline-info:after {
	box-shadow: 0 0 0 3px #36a2f5 inset !important;
}
.default-color a:hover,
.gray-color a:hover,
.left-sidebar-light .sidebar-menu ul li ul.sub li a:hover,
.left-sidebar-light .sidebar-menu ul li ul.sub li.active a,
.notification-list .nt-info a:hover,
a.default-color:hover,
a.gray-color:hover {
	color: #0b3898;
}

.default-color a,
.default-color a:hover,
a,
a.default-color,
a.default-color:hover,
a:hover {
	text-decoration: none;
}
.card .card-header {
	padding: 1rem;
	border-bottom: 1px solid #e5e9ec;
	background: #fff;
}
.badge-primary,
.bg-primary,
.nav.nav-pills.nav-pills-primary .nav-link.active {
	background-color: #0b3898 !important;
}
.baseline-warning {
	border-color: #eac459 !important;
}
.badge-info,
.bg-info,
.nav.nav-pills.nav-pills-info .nav-link.active {
	background-color: #36a2f5 !important;
}
.badge-danger,
.bg-danger,
.nav.nav-pills.nav-pills-danger .nav-link.active {
	background-color: #d92d20 !important;
}
.badge-warning,
.bg-warning,
.nav.nav-pills.nav-pills-warning .nav-link.active {
	background-color: #eac459 !important;
}
.badge-inverse,
.bg-inverse,
.nav.nav-pills.nav-pills-inverse .nav-link.active {
	background-color: #292b2c !important;
}
.portlets-scroll {
	min-height: 101%;
}
.portlets-scroll-wrap {
	overflow-y: scroll;
}
/* portlet-advanced_page */

.nav-pills-sm .nav-link {
	padding: .4em 1em;
	font-size: 12px;
}
.nav-pill-custom .nav-link,
.nav-pills-sm .nav-link {
	border-radius: 30px !important;
}

.lobicard-custom-control .card-header .dropdown .tools {
	margin: 0px;
}

.lobicard-custom-control .card-header .dropdown .tools a {
	color: #fff;
}

.border-primary {
	border-color: #0b3898 !important;
}

.card-shadow {
	border: none;
    -webkit-box-shadow: 0 1px 15px 1px rgba(69,65,78,.08);
    -moz-box-shadow: 0 1px 15px 1px rgba(69,65,78,.08);
    box-shadow: 0 1px 15px 1px rgba(69,65,78,.08);
	width: 100%;
}

/* ICON_FONT_AWESOME */
.fontawesome-icon-list .preview i,
.simple-icon-list .preview i,
.themify-icon-list .preview i,
.weather-icon-box .preview i {
	padding-right: 15px;
	font-size: 18px;
}

.fontawesome-icon-list .preview,
.simple-icon-list .preview,
.themify-icon-list .preview,
.weather-icon-box .preview {
	padding: 15px;
}

.fontawesome-icon-list .preview:hover,
.simple-icon-list .preview:hover,
.themify-icon-list .preview:hover,
.weather-icon-box .preview:hover {
	background: #f2f6f9;
}

.fontawesome-icon-list,
.simple-icon-list,
.themify-icon-list,
.weather-icon-box {
	margin-bottom: 30px;
}

/* WIDGETS_BASE */
.text-primary {
	color: #0b3898 !important;
}

.app-header .d-user span{
	font-size: 12px;
}

.wb-icon-box {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 60px;
}
.task-d-list {
	margin-bottom: 0;
}
.custom-checkbox .custom-control-indicator {
	border-radius: .25rem;
}
.custom-control-indicator {
	position: absolute;
	top: .25rem;
	left: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #ddd;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}
.task-d-list li:hover .task-list-action {
	opacity: 1;
}
.task-d-list li .task-list-action {
	opacity: 0;
}
.task-d-list li {
	margin-bottom: 14px;
}
.quick-links-grid {
	display: inline-block;
	width: 100%;
}
.quick-links-grid .ql-grid-item {
	display: inherit;
	width: 49.3%;
	padding: 20px 5px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #45567c;
}
.quick-links-grid .ql-grid-item i {
	-webkit-transition: all .3s;
	transition: all .3s;
	text-align: center;
	color: #d2d6eb;
	font-size: 32px;
}
.quick-links-grid .ql-grid-item .ql-grid-title {
	display: block;
	margin: 10px 0 0;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
}
.table-vertical-middle tr td {
	vertical-align: middle;
}
.table td,
.table th {
	padding: 0.6 rem 1rem;
}
.border,
.table td,
.table th {
	border-color: #e5e9ec !important;
}

.table tfoot th,
.table thead th {
	vertical-align: bottom;
	border-bottom: none;
}

.table thead th {
	border-top: none;
}

/* WIDGETS_CHART */
.jqvmap-zoomin,
.jqvmap-zoomout,
.jvectormap-zoomin,
.jvectormap-zoomout {
	width: 28px;
	height: 28px;
	cursor: pointer;
	text-align: center;
	color: #545454;
	border: 1px solid #eaeaea;
	border-radius: 0;
	background: #fff;
	line-height: 28px;
}

.jqvmap-zoomin,
.jvectormap-zoomin {
	position: absolute;
	z-index: 70;
	top: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.jqvmap-zoomout,
.jvectormap-zoomout {
	position: absolute;
	z-index: 70;
	top: 0;
	left: 27px;
}

.vmap-wrap {
	position: relative;
	width: 100%;
	height: 250px;
	margin-top: 20px;
}

/* CALENDAR_BASIC */
.fc-unthemed .fc-toolbar .fc-button {
	border: 1px solid #e5e9ec;
	background: #f8fafb;
	text-shadow: none !important;
	height: 2.75 rem;
	padding: 0 1.25 rem;
	outline: none !important;
	font-size: .9rem;
}

.fc-unthemed .fc-toolbar .fc-button.fc-state-active,
.fc-unthemed .fc-toolbar .fc-button:active,
.fc-unthemed .fc-toolbar .fc-button:focus {
	color: #fff;
	border: 0;
	background: #0b3898;
	box-shadow: none;
	text-shadow: none;
}

.fc-event-container a {
	margin-bottom: 3px;
}

.fc-day-grid-event {
	padding: 10px;
}

.fc-event {
	border: 1px solid #eef2f5;
}

.fc-event,
.fc-event-dot {
	background-color: #eef2f5;
}

.fc-unthemed .fc-toolbar h2 {
	margin-top: .7rem;
	text-transform: uppercase;
	font-size: 1.1 rem;
	font-weight: 500;
}

.d-fc-event-danger {
	border: none;
	background: #d92d20;
}

.fc-day-grid-event {
	padding: 10px;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
	border-color: #e5e9ec;
}

.d-fc-event-danger .fc-title,
.d-fc-event-info .fc-title,
.d-fc-event-primary .fc-title,
.d-fc-event-success .fc-title {
	color: #fff;
}

.fc-title {
	font-weight: 500;
}

.fc-unthemed .fc-day-grid td:not(.fc-axis) {
	padding: .5rem;
}

.d-fc-event-info {
	border: none;
	background: #36a2f5;
}

.d-fc-event-warning {
	border: none;
	background: #eac459;
}

.d-fc-event-success {
	border: none;
	background: #072e82;
}

/* CALENDAR_EXTERNAL_EVENTS */
.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
	border-color: #e5e9ec;
}

.calendar-event-list .fc-event {
	margin-bottom: 10px;
	padding: 10px;
	cursor: move;
	color: #2c2c2c;
}

.fc-event {
	border: 1px solid #eef2f5;
}

.fc-event,
.fc-event-dot {
	background-color: #eef2f5;
}

.fc-title {
	font-weight: 500;
}

.calendar-event-list .fc-event {
	margin-bottom: 10px;
	padding: 10px;
	cursor: move;
	color: #2c2c2c;
}

.fc-unthemed th.fc-day-header {
	padding: .7rem .5rem;
	font-size: 1rem;
	font-weight: 500;
}

.d-fc-event-primary {
	border: none;
	background: #0b3898;
}

.d-fc-event-info {
	border: none;
	background: #36a2f5;
}

.d-fc-event-danger {
	border: none;
	background: #d92d20;
}

.d-fc-event-warning {
	border: none;
	background: #eac459;
}

.d-fc-event-success {
	border: none;
	background: #072e82;
}

.custom-control-input:checked~.custom-control-indicator {
	background-color: #36a2f5;
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
	background-image: url(fonts/check.svg);
}

/* CALENDAR_LIST */
.fc-unthemed .fc-list-item.d-fc-event-red .fc-event-dot {
	border-color: #d92d20;
	background: #d92d20;
}

.fc-unthemed .fc-list-item.d-fc-event-blue .fc-event-dot {
	border-color: #36a2f5;
	background: #36a2f5;
}

.fc-unthemed .fc-list-item.d-fc-event-yellow .fc-event-dot {
	border-color: #eac459;
	background: #eac459;
}

.fc-unthemed .fc-list-item .fc-event-dot {
	border-color: #53505f;
	background: #53505f;
}

.d-fc-event-accent-bg,
.fc-unthemed .fc-list-item.d-fc-event-accent .fc-event-dot {
	border-color: #072e82;
	background: #072e82;
}

/* FORM_BASIC_INPUT */
.btn-primary.disabled,
.btn-primary:disabled {
	border-color: #c397f7;
	background-color: #c397f7;
}

.custom-control-input.is-invalid~.custom-control-description,
.was-validated .custom-control-input:invalid~.custom-control-description {
	color: #dc3545;
}

.custom-controls-stacked .custom-control+.custom-control {
	margin-left: 0;
}

.custom-controls-stacked .custom-control {
	margin-bottom: .25rem;
}

.custom-control {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	min-height: 1.5 rem;
	padding-left: 1.5 rem;
	margin-right: 1rem;
}

.custom-controls-stacked {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.custom-radio .custom-control-indicator {
	border-radius: 50%;
}

.form-check {
	position: relative;
	display: block;
	margin-bottom: .5rem;

}

.form-check.disabled .form-check-label {
	color: #868e96;
}

.form-check-label {
	padding-left: 1.25 rem;
	margin-bottom: 0;
}

.form-control {
	border-color: #e5e9ec;
	font-size: 13px;
	line-height: 2;
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
	padding: .15rem .5rem;
}

.form-control {
	font-size: .9rem;
}

.form-control:focus {
	border-color:#3d91f6;
	box-shadow: none;
}

.form-control-pill,
select.form-control-pill {
	border-radius: 40px;
}

.select-wrapper.form-control-pill select.form-control,
.step legend,
select.form-control-square {
	border: none;
}

.select-wrapper.form-control-pill {
	display: inherit;
	padding: 0 15px;
	border: 1px solid #e5e9ec;
	border-radius: 40px;
}

.select-wrapper {
	display: inherit;
	padding: 0 10px;
	border: 1px solid #e5e9ec;
	border-radius: 0;
}

.custom-file-control {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 5;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

.custom-file-control:lang(en)::before {
	content: "Browse";
}

.custom-file-control::before {
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	z-index: 6;
	display: block;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 0 .25rem .25rem 0;
}

.custom-file-control:lang(en):empty::after {
	content: "Choose file...";
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
	background-image: url(fonts/radio.svg);
}

.custom-control-input:checked~.custom-control-indicator {
	background-color: #36a2f5;
}

.custom-control-input:disabled~.custom-control-description {
	color: #868e96;
}

.bd-example>.form-control+.form-control {
	margin-top: 1rem;
}

.custom-control-input.is-valid~.custom-control-description,
.was-validated .custom-control-input:valid~.custom-control-description {
	color: #28a745;
}

.custom-file-input.is-invalid~.custom-file-control,
.was-validated .custom-file-input:invalid~.custom-file-control {
	border-color: #dc3545;
}

/* FORM_INPUT_GROUP */
.input-group-addon:not(:last-child) {
	border-right: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn,
.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group>.btn,
.input-group-btn:not(:last-child)>.dropdown-toggle {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group>.btn,
.input-group-btn:not(:first-child)>.dropdown-toggle,
.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,
.input-group-btn:not(:last-child)>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-addon {
	border: 1px solid #e5e9ec;
}

.input-group-addon {
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

.input-group-addon,
.input-group-btn {
	white-space: nowrap;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.app-body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.input-group-addon-bg-none {
	background: 0 0;
}

/* FORM_CHECKBOX_RADIO */
.fw-600 {
	font-weight: 600;
}

.control {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-left: 30px;
	cursor: pointer;
	font-weight: 400;
	line-height: normal;
}

.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.control-outline input:checked~.control__indicator {
	border: none;
	background: #0b3898;
}

.control input:checked~.control__indicator {
	border: none;
	background: #0b3898;
}

.control__indicator {
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #e5e9ec;
	border-radius: 3px;
	background: #fff;
}

.control input:checked~.control__indicator:after {
	display: block;
}

.control-outline.control--checkbox .control__indicator:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border: solid #0b3898;
	border-width: 0 2px 2px 0;
}

.control--checkbox .control__indicator:after {
	top: 3px;
	left: 7px;
	width: 5px;
	height: 9px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border: solid #fff;
	border-width: 0 2px 2px 0;
}

.control__indicator:after {
	position: absolute;
	display: none;
	content: "";
}

.control--radio .control__indicator {
	border-radius: 50%;
}

.control.control-outline input:checked~.control__indicator {
	border: 1px solid #0b3898;
	background: 0 0;
}

.control.control-outline.control-outline-info input:checked:focus~.control__indicator,
.control.control-outline.control-outline-info:hover input:not([disabled]):checked~.control__indicator {
	border: 1px solid #36a2f5;
	background: 0 0;
}

.control-outline.control-outline-info.control--radio .control__indicator:after {
	border-radius: 50%;
	background: #36a2f5;
}

.control--radio .control__indicator:after {
	top: 6px;
	left: 6px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
}

.control.control-outline.control-outline-success input:checked:focus~.control__indicator,
.control.control-outline.control-outline-success:hover input:not([disabled]):checked~.control__indicator {
	border: 1px solid #072e82;
	background: 0 0;
}

.control-outline.control-outline-success.control--radio .control__indicator:after {
	border-radius: 50%;
	background: #072e82;
}

.control-outline.control--radio .control__indicator:after {
	border-radius: 50%;
	background: #0b3898;
}

.control.control-outline.control-outline-warning input:checked:focus~.control__indicator,
.control.control-outline.control-outline-warning:hover input:not([disabled]):checked~.control__indicator {
	border: 1px solid #eac459;
	background: 0 0;
}

.control-outline.control-outline-warning.control--radio .control__indicator:after {
	border-radius: 50%;
	background: #eac459;
}

.control.control-outline.control-outline-danger input:checked:focus~.control__indicator,
.control.control-outline.control-outline-danger:hover input:not([disabled]):checked~.control__indicator {
	border: 1px solid #d92d20;
	background: 0 0;
}

.control-outline.control-outline-danger.control--radio .control__indicator:after {
	border-radius: 50%;
	background: #d92d20;
}

.control.control-solid.control-solid-danger input:checked~.control__indicator {
	background: #d92d20;
}

.control-solid.control-solid-danger.control--radio .control__indicator:after {
	background: #d92d20;
}

.control.control-solid.control-solid-warning input:checked~.control__indicator {
	background: #eac459;
}

.control-solid.control-solid-warning.control--radio .control__indicator:after {
	background: #eac459;
}

.control.control-solid.control-solid-success input:checked~.control__indicator {
	background: #072e82;
}

.control-solid.control-solid-success.control--radio .control__indicator:after {
	background: #072e82;
}

.control.control-solid.control-solid-info input:checked~.control__indicator {
	background: #36a2f5;
}

.control-solid.control-solid-info.control--radio .control__indicator:after {
	background: #36a2f5;
}

.control-solid.control--radio .control__indicator:after {
	background: #0b3898;
}

.control.control-solid.control-solid-danger input:checked~.control__indicator {
	background: #d92d20;
}

/* FORM_VALIDATION_BASIC */
.has-info,
.has-info .form-text {
	color: #36a2f5;
}

.has-success,
.has-success .form-text {
	color: #072e82;
}

.has-warning,
.has-warning .form-text {
	color: #eac459;
}

.has-danger,
.has-danger .form-text {
	color: #d92d20;
}

.has-info .has-input {
	border-color: #36a2f5;
}

.has-success .has-input {
	border-color: #072e82;
}

.has-warning .has-input {
	border-color: #eac459;
}

.has-danger .has-input {
	border-color: #d92d20;
}

/* form-wizard */
.form-wizard {
	position: relative;
	display: table;
	max-width: 540px;
	margin: 0 auto 30px
}

.form-wizard .steps {
	overflow: hidden;
	margin: 40px 0
}

.form-wizard .steps ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.form-wizard .steps ul li {
	position: relative;
	float: left;
	padding: 0 10px;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.form-wizard .steps ul li.active,
.form-wizard .steps ul li:hover {
	color: #292b2c
}

.form-wizard .steps ul li.active::after,
.form-wizard .steps ul li:hover::after {
	width: 100%;
	background: #0b3898
}

.form-wizard .steps ul li::before {
	position: absolute;
	top: 20px;
	left: -50%;
	width: 100%;
	height: 2px;
	content: "";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.form-wizard .steps ul li span,
.form-wizard .steps ul li::after,
.form-wizard .steps ul li::before {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background: #e5e9ec
}

.form-wizard .steps ul li::after {
	top: 20px;
	left: -50%;
	content: "";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	height: 2px;
	width: 0
}

.form-wizard .steps ul li span {
	position: relative;
	z-index: 1;
	display: block;
	width: 35px;
	height: 35px;
	margin: 0 auto 15px;
	text-align: center;
	color: #53505f;
	border-radius: 2px;
	font-size: 18px;
	font-weight: 300;
	line-height: 35px
}

.datepicker table tbody tr>td.day.today,
.datetimepicker table tbody tr>td.day.today,
.form-wizard .steps ul li.active span,
.form-wizard .steps ul li:hover span {
	color: #fff;
	background: #0b3898;
}

.form-wizard .steps ul li:first-child::after,
.form-wizard .steps ul li:first-child::before {
	display: none
}

.form-container {
	left: 100%;
	display: none;
	clear: both;
	padding: 30px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 10px 70px 0 rgba(108, 158, 195, .25)
}

.aws-container .aws-tooltip span,
.form-container.active,
.step label,
.stepy-titles li span {
	display: block
}

.form-title {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 15px;
	font-size: 18px
}

.stepy-tab {
	margin: 40px 0;
	text-align: center
}

.stepy-tab ul {
	display: inline-block;
	list-style: none
}

.button-back,
.stepy-tab ul li {
	float: left
}

.button-next,
.finish {
	float: right
}

.button-back,
.button-next,
.finish {
	cursor: pointer;
	text-decoration: none
}

.step {
	clear: left
}

.stepy-titles li {
	float: left;
	margin: 10px 15px;
	cursor: pointer;
	color: #757575
}

.stepy-titles li div,
.stepy-titles li.current-step div {
	width: auto;
	height: 50px;
	border-radius: 50px;
	line-height: 50px
}

.stepy-titles li.current-step div {
	cursor: auto;
	color: #fff;
	background: #d92d20
}

.stepy-titles li div {
	padding: 0 40px;
	font-size: 16px;
	font-weight: 300
}

.wizard>.content {
	min-height: 25em;
	margin: .5em;
	border: 1px solid #e5e9ec;
	background: #fff
}

.stepy-titles li div,
.wizard>.steps .disabled a,
.wizard>.steps .disabled a:active,
.wizard>.steps .disabled a:hover {
	color: #fff;
	background: #7a88a7
}

.wizard>.steps .current a,
.wizard>.steps .current a:active,
.wizard>.steps .current a:hover {
	color: #fff;
	background: #0b3898
}

.wizard>.content>.body input:focus {
	border: 1px solid #0b3898
}

.wizard>.content>.body label.error {
	margin-left: 0;
	color: #d92d20
}

.wizard>.content>.body input.error {
	margin-right: 10px;
	color: #d92d20;
	border: 1px solid #d92d20;
	background: #ffd9e6
}

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

.wizard>.steps .number {
	display: inline-block;
	width: 80px;
	height: 50px;
	margin-right: 10px;
	text-align: center;
	border-radius: 5px 0 0 5px;
	background: rgba(0, 0, 0, .08);
	font-size: 13px;
	line-height: 50px
}

.wizard>.steps a,
.wizard>.steps a:active,
.wizard>.steps a:hover {
	padding: 0
}

.wizard>.actions a,
.wizard>.actions a:active,
.wizard>.actions a:hover {
	background: #0b3898
}

.wizard>.actions .disabled a,
.wizard>.actions .disabled a:active,
.wizard>.actions .disabled a:hover {
	color: #282a39;
	border: 1px solid #e5e9ec;
	background: #fff
}

.wizard>.content>.body ul {
	list-style: none !important
}

@media (max-width: 767px) {
	.wizard>.steps .number {
		width: 40px
	}

	.wizard>.steps>ul>li {
		width: 50%
	}
}

@media (min-width: 992px) {

	.picker-form .form-group label,
	.right-text-label-form .form-group label {
		text-align: right
	}
}

/* Login_Register_Page */
.login-content .logo {
	text-align: center;
	margin-bottom: 15px;
	float: none;
	background: transparent;
	text-align: center;
	width: 100%;
}

.bg_darck {
	background-color: #343a40;
}

.login-content {
	max-width: 540px;
	margin: 8vh auto;
}

.login-form {
	background: #ffffff;
	padding: 30px 30px 20px;
	border-radius: 2px;
}

.login-form h4 {
	color: #878787;
	text-align: center;
	margin-bottom: 50px;
}

.login-form .checkbox {
	color: #878787;
}

.login-form .checkbox label {
	text-transform: none;
}

.login-form .btn {
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
	padding: 15px;
	border: 0px;
}

.login-form .btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.login-form .btn-success:hover {
	color: #fff;
	background-color: #042772;
	border-color: #1e7e34;
}

.login-form label {
	color: #878787;
	text-transform: uppercase;
}

.login-form label a {
	color: #ff2e44;
}

.social-login-content {
	margin: 0px -30px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 30px 0px;
	background: #fcfcfc;
}

.social-button {
	padding: 0 30px;

	.facebook {
		background: #3b5998;
		color: #fff;

		&:hover {
			background: #344e86;
		}
	}

	.twitter {
		background: #00aced;
		color: #fff;

		&:hover {
			background: #0099d4;
		}
	}

}

.social-button i {
	padding: 0 19px;
}

.register-link a {
	color: #ff2e44;
}

.cpu-load {
	width: 100%;
	height: 272px;
	font-size: 14px;
	line-height: 1.2em;
}

.cpu-load-data-content {
	font-size: 18px;
	font-weight: 400;
	line-height: 40px;
}

.cpu-load-data {
	margin-bottom: 30px;
}

.cpu-load-data li {
	display: inline-block;
	width: 32.5%;
	text-align: center;
	border-right: 1px solid #e7e7e7;
}

.cpu-load-data li:last-child {
	border-right: 0px;
}

.nestable-cart {
	overflow: hidden;
}

.social-button .facebook {
	background: #3b5998;
	color: #fff;
}

.social-button .facebook:hover {
	background: #344e86;
}

.login-form .btn {
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
	padding: 15px;
	border: 0px;
}

.social-button .twitter {
	background: #00aced;
	color: #fff;
}

.social-button .twitter:hover {
	background: #0099d4;
}

/* 404 */
.mid_center {
	width: 370px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 20px;
}

.col-middle {
	margin-top: 5%;
}

.error-number {
	font-size: 90px;
	line-height: 90px;
	margin: 20px 0;
	color: #fff;
}

.mid_center {
	width: 370px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 20px;
}

.top_search .form-control {
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, .075);
	border-radius: 25px 0 0 25px;
	padding-left: 20px;
	border: 1px solid rgba(221, 226, 232, .49);
	height: 38px;
	line-height: 38px;
}

.top_search {
	margin: 0px;
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}

.color_white {
	color: #fff;
}

.top_search .input-group-btn button {
	border-radius: 0 25px 25px 0;
	border: none;
	border-left: 0;
	color: #93A2B2;
	margin-bottom: 0;
	z-index: 2;
	margin-left: -1px;
	outline: none;
	height: 38px;
	line-height: 38px;
	padding-top: 0px;
	padding-bottom: 0;
}

.mid_center form {
	display: inline-block;
	margin-top: 25px;
}

/* Profile_page */
.profile-cover {
	position: relative;
	z-index: 0
}

.panel {
	margin-bottom: 30px;
	color: #696969;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .08);
}

.profile-cover__action {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	padding: 120px 30px 10px 153px;
	border-radius: 5px 5px 0 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	justify-content: flex-end;
	overflow: hidden;
	background: url(public/assetsV2/images/01_800x150-2a95110d.jpg) no-repeat;
	background-size: cover;
}

.profile-cover__action>.btn {
	margin-left: 10px;
	margin-bottom: 10px
}

.profile-cover__img {
	position: absolute;
	top: 120px;
	left: 30px;
	text-align: center;
	z-index: 1
}

.profile-cover__img>img {
	max-width: 120px;
	border: 5px solid #fff;
	border-radius: 50%
}

.profile-cover__img>.h3 {
	color: #393939;
	font-size: 20px;
	line-height: 30px
}

.profile-cover__img>img+.h3 {
	margin-top: 6px
}

.profile-cover__info .nav {
	margin-right: 28px;
	padding: 15px 0 10px 170px;
	color: #999;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	justify-content: flex-end
}

.profile-cover__info .nav li {
	margin-top: 13px;
	margin-bottom: 13px
}

.profile-cover__info .nav li:not(:first-child) {
	margin-left: 30px;
	padding-left: 30px;
	border-left: 1px solid #eee
}

.profile-cover__info .nav strong {
	display: block;
	margin-bottom: 10px;
	color: #e16123;
	font-size: 34px
}

@media (min-width: 481px) {
	.profile-cover__action>.btn {
		min-width: 125px
	}

	.profile-cover__action>.btn>span {
		display: inline-block
	}
}

@media (max-width: 600px) {
	.profile-cover__info .nav {
		display: block;
		margin: 90px auto 0;
		padding-left: 30px;
		padding-right: 30px
	}

	.profile-cover__info .nav li:not(:first-child) {
		margin-top: 8px;
		margin-left: 0;
		padding-top: 18px;
		padding-left: 0;
		border-top: 1px solid #eee;
		border-left-width: 0
	}
}

.panel {
	margin-bottom: 30px;
	color: #696969;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .08)
}

.panel-heading {
	color: #393939;
	padding: 10px 20px;
	border-width: 0;
	border-radius: 0
}

.panel-heading:after,
.panel-heading:before {
	content: " ";
	display: table
}

.panel-heading:after {
	clear: both
}

.panel-title {
	/* float: left; */
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase
}

.panel-title-f12 {
	/* float: left; */
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 12px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase
}

.panel-title select {
	border-width: 0;
	background-color: transparent;
	text-transform: uppercase
}

.panel-title select option {
	text-transform: capitalize
}

.panel-title .select2 {
	display: block;
	min-width: 200px
}

.panel-title .select2-selection {
	height: auto;
	padding: 0;
	background-color: transparent;
	border-width: 0;
	border-radius: 0;
	overflow: hidden;
	white-space: nowrap
}

.no-outlines .panel-title .select2-selection {
	outline: 0
}

.panel-title .select2-selection .select2-selection__rendered {
	float: left;
	margin-right: 8px;
	padding: 0;
	line-height: inherit
}

.panel-title .select2-selection .select2-selection__arrow {
	float: left;
	display: block;
	position: relative;
	top: auto;
	right: auto;
	width: auto;
	height: auto
}

.panel-title .select2-selection .select2-selection__arrow:before {
	content: "\f107";
	font-family: "Font Awesome\ 5 Free";
	font-weight: 700
}

.panel-title .select2-container--open .select2-selection__arrow:before {
	content: "\f106"
}

.panel-heading .dropdown {
	float: right
}

.panel-heading .dropdown .dropdown-toggle {
	margin: -10px -20px;
	padding: 10px 20px;
	color: #999;
	border-width: 0;
	font-size: 14px;
	line-height: 30px;
	cursor: pointer
}

.panel-heading .dropdown .dropdown-toggle:after,
.toolbar__nav>li>a>span {
	display: none
}

.panel-heading .dropdown-menu {
	top: 30px !important;
	left: auto !important;
	right: -20px;
	margin: 0;
	padding: 10px 0;
	border-width: 0;
	border-radius: 4px 0 0 4px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .08);
	-webkit-transform: none !important;
	transform: none !important;
	z-index: 1001
}

.panel-heading .dropdown-menu a {
	padding: 5px 15px;
	color: #999;
	font-size: 13px;
	line-height: 23px
}

.panel-heading .dropdown-menu a:hover {
	color: #e16123
}

.panel-heading .dropdown-menu i {
	min-width: 15px;
	margin-right: 6px;
	font-size: 11px;
	text-align: center
}

.panel-subtitle {
	margin: 20px 0
}

.panel-subtitle:first-child {
	margin-top: 0
}

.panel-subtitle .h5 {
	color: #999;
	font-weight: 600
}

.panel-subtitle .h5 small {
	color: #777
}

.panel-body {
	padding: 20px
}

.panel-content,
.panel-social {
	position: relative;
	border-radius: 0 0 4px 4px
}

.panel-content {
	border-top: 1px solid #eee;
	padding: 31px 20px 33px
}

.panel-about table {
	width: 100%;
	word-break: break-word
}

.panel-about table tr+tr td,
.panel-about table tr+tr th {
	padding-top: 8px
}

.panel-about table th {
	min-width: 120px;
	color: #2bb3c0;
	font-weight: 400;
	vertical-align: top
}

.panel-about table th>i {
	min-width: 14px;
	margin-right: 8px;
	text-align: center
}

.panel-social {
	padding: 0 20px 33px;
	z-index: 0
}

.panel-heading+.panel-social {
	padding-top: 21px;
	border-top: 1px solid #eee
}

.panel-social>.nav {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center
}

.panel-social>.nav>li:not(:last-child) {
	margin-right: 20px
}

.panel-social>.nav>li>a {
	color: #ccc
}

.panel-activity__status>.actions {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	padding: 10px 20px;
	background-color: #ebebea;
	border-style: solid;
	border-width: 0 1px 1px;
	border-color: #ccc;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.btn-link {
	display: inline-block;
	color: inherit;
	font-weight: inherit;
	cursor: pointer;
}

button.btn-link {
	border-width: 0;
}

.panel-activity__status>.actions>.btn-group>.btn-link:not(:last-child) {
	margin-right: 25px;
}

.panel-activity__status>.actions>.btn-group>.btn-link {
	padding-left: 0;
	padding-right: 0;
	color: #9c9c9c;
}

.btn-info {
	background-color: #2bb3c0;
	border: none;
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
}

.panel-activity__status>.actions>.btn-group {
	-ms-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
	font-size: 16px;
}

.panel-activity__list {
	margin: 60px 0 0;
	padding: 0;
	list-style: none;
}

.panel-activity__list,
.panel-activity__list>li {
	position: relative;
	z-index: 0;
}

.panel-activity__list:before {
	content: " ";
	display: none;
	position: absolute;
	top: 20px;
	left: 35px;
	bottom: 0;
	border-left: 2px solid #ebebea;
}

.activity__list__icon {
	display: none;
	position: absolute;
	top: 2px;
	left: 0;
	min-width: 30px;
	color: #fff;
	background-color: #2bb3c0;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
}

.panel-activity__list,
.panel-activity__list>li {
	position: relative;
	z-index: 0;
}

.activity__list__header {
	position: relative;
	min-height: 35px;
	padding-top: 4px;
	padding-left: 45px;
	color: #999;
	z-index: 0;
}

.activity__list__body {
	padding-top: 13px;
	padding-left: 43px;
}

.entry-content .gallery {
	margin: 0;
	list-style: none;
	padding: 0;
}

.entry-content .gallery,
.m-error {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.entry-content .gallery>li {
	padding-right: 20px;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.gallery>li img {
	max-width: 100%;
	height: auto;
}

.entry-content blockquote:last-child,
p:last-child,
table:last-child,
ul:last-child {
	margin-bottom: 0;
}

.entry-content blockquote:last-child,
p:last-child,
table:last-child,
ul:last-child {
	margin-bottom: 0;
}

.entry-content blockquote p:before {
	content: "\f10d";
	color: #999;
	margin-right: 12px;
	font-family: "FontAwesome";
	font-size: 24px;
	font-weight: 900;
}

.activity__list__header img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 35px;
	border-radius: 50%;
}

.activity__list__header a {
	color: #222;
	font-weight: 600;
}

.activity__list__footer {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	margin-top: 23px;
	margin-left: 43px;
	padding: 13px 8px 0;
	color: #999;
	border-top: 1px dotted #ccc;
}

.activity__list__footer a {
	color: inherit;
}

.activity__list__footer a+a {
	margin-left: 15px;
}

.activity__list__footer i {
	margin-right: 8px;
}

.activity__list__footer a:hover {
	color: #222;
}

.activity__list__footer span {
	margin-left: auto;
}

.panel-activity__list>li+li {
	margin-top: 51px;
}

.weather--panel {
	padding: 24px 20px 36px;
	border-radius: 5px;
	text-align: center
}

.weather--title {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600
}

.weather--title .fa {
	margin-right: 5px;
	font-size: 30px;
	line-height: 40px
}

.weather--info {
	margin-top: 14px;
	font-size: 46px;
	line-height: 56px
}

.weather--info .wi {
	margin-right: 10px
}

.bg-blue {
	background-color: #2bb3c0;
}

.bg-orange {
	background-color: #e16123;
}

.todo--panel .list-group,
.user--list>li,
.user--list>li>a {
	position: relative;
	z-index: 0;
}

.hero-height {
	max-height: 314px;
}

.hero-height .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: rgb(233, 236, 238);
}

.todo--panel .list-group {
	margin-bottom: 0;
	padding-top: 23px;
	padding-bottom: 25px;
}

.todo--panel .list-group:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 20px;
	right: 20px;
	border-top: 1px solid #eee;
}

.todo--panel .list-group-item {
	margin-top: 27px;
	padding: 0;
	border-width: 0;
}

li.list-group-item:first-child {
	margin-top: 0;
}

.todo--label {
	padding-left: 20px;
	padding-right: 30px;
	color: #696969;
	font-weight: 400;
}

.todo--input {
	display: none;
}

.todo--text {
	display: block;
	position: relative;
	padding-left: 39px;
	-webkit-transition: color .25s;
	transition: color .25s;
	cursor: pointer;
	z-index: 0;
}

.todo--input:checked+.todo--text {
	color: #999;
	text-decoration: line-through;
}

.todo--text:after,
.todo--text:before {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	border-radius: 2px;
}

.todo--text:before {
	border: 1px solid #ccc;
	content: " ";
}

.todo--text:after {
	content: "\f00c";
	color: #fff;
	background-color: #009378;
	font-family: "FontAwesome";
	font-size: 11px;
	line-height: 21px;
	font-weight: 700;
	text-align: center;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: scale(.3);
	transform: scale(.3);
	-webkit-transition: opacity .25s linear, -webkit-transform .25s linear;
	transition: opacity .25s linear, transform .25s linear;
	transition: opacity .25s linear, transform .25s linear, -webkit-transform .25s linear;
}

.todo--input:checked+.todo--text:after {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: scale(1);
	transform: scale(1);
}

.todo--remove {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -15px;
	color: #999;
	font-size: 18px;
	line-height: 28px;
}

.todo--panel .input-group {
	border-top: 1px solid #eee;
}

.todo--panel .form-control {
	height: auto;
	padding: 13px 20px 14px;
	border-width: 0;
}

.todo--panel .btn-link {
	padding: 12px 16px;
	color: #ccc;
	font-size: 28px;
	border-width: 0;
	text-decoration: none;
}

.feeds-panel {
	margin: 20px 20px 0;
	padding-top: 17px;
	padding-bottom: 23px;
	border-top: 1px solid #ebebea;
}

.feeds-panel li {
	position: relative;
	width: 100%;
	min-height: 20px;
	padding-left: 40px;
	z-index: 0;
}

.feeds-panel li a {
	color: #e16123;
}

.feeds-panel li+li {
	margin-top: 12px;
}

.bg-red {
	background-color: #ff4040;
}

.bg-green {
	background-color: #009378;
}

.comments-panel>ul>li:after,
.comments-panel>ul>li:before,
.feeds-panel li:after,
.feeds-panel li:before {
	content: " ";
	display: table;
}

.comments-panel>ul>li:after,
.feeds-panel li:after {
	clear: both;
}

.feeds-panel .time {
	float: right;
	margin-left: 5px;
	color: #ccc;
	font-style: italic;
}

.feeds-panel .fa {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 30px;
	border-radius: 2px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
}

.feeds-panel .text {
	color: #696969;
	line-height: 26px;
}
.bg_white{
	background: #fff;
}
.width_100per{
	width: 100%;
}




/* INBOX_PAGE */
/*------------------------
    mail inbox
------------------------*/

.mail-box {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
	margin-bottom:30px;
}

.mail-box aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
}

.mail-box .sm-side {
    width: 25%;
    background: #f5f5f5;
}
.mail-box .lg-side {
    width: 75%;

}

.mail-box .sm-side .m-title {
    background:#1087e2;
    padding: 10px 20px;
    color: #32323a;
    min-height: 80px;
}

.mail-box .sm-side .m-title h3 {
    margin: 8px 0 0 0;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

.mail-box .sm-side .m-title span {
    color: #fff;
    font-size: 14px;
}

.inbox-body {
    padding: 20px;
    /*margin-bottom: 20px;*/
}
.inbox-body .btn-group {
    margin-bottom: 20px;
}

.btn-compose {
    background: #e55957;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    color: #fff;
}
.btn-compose:hover, .btn-compose:focus {
    background: #c74d4c;
    color: #fff;
}

ul.inbox-nav  {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.inbox-divider {
    border-bottom: 1px solid #e0e0e1;
}

ul.inbox-nav li {
    display: inline-block;
    line-height: 45px;
    width: 100%;
}

ul.inbox-nav li a  {
    color: #6a6a6a;
    line-height: 45px;
    width: 100%;
    display: inline-block;
    padding: 0 20px;
    border-right: 2px solid #f5f5f5;
}
ul.inbox-nav li a .label, .table-inbox tr td .label {
	    display: inline;
    padding:5px;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
ul.inbox-nav li a:hover, ul.inbox-nav li.active a, ul.inbox-nav li a:focus  {
    color: #222223;
    background: #fff;
    border-right:2px solid #36a2f5;
}

ul.inbox-nav li a i {
    padding-right: 10px;
    font-size: 16px;
    color: #aaaaaa;
}

ul.inbox-nav li a span.label {
    margin-top: 13px;
}

ul.labels-info li h4 {
    padding-left:15px;
    padding-right:15px;
    padding-top: 5px;
    color: #5c5c5e;
    font-size: 13px;
    text-transform: uppercase;
}

ul.labels-info li, .inbox-small-cells .checkbox label {
    margin: 0;
}
ul.labels-info li{
	width: 100%;
}
ul.labels-info li a {
    color: #6a6a6a;
    border-radius: 0;
    border-right: 2px solid #f5f5f5;
        position: relative;
    display: block;
    padding: 10px 15px;
}

ul.labels-info li a:hover, ul.labels-info li a:focus {
    color: #222223;
    background: #fff;
    border-right: 2px solid #36a2f5;
}

ul.labels-info li a i {
    padding-right: 10px;
}

.nav.nav-pills.nav-stacked.labels-info p {
    margin-bottom: 0;
    padding: 0 22px;
    color: #9d9f9e;
    font-size: 11px;
}

.inbox-head {
    padding:20px 15px;
    color: #333;
    min-height: 80px;
}

.inbox-head  h3 {
    margin: 0;
    display: inline-block;
    padding-top: 6px;
    font-weight: 300;
    color: #fff;
}

.all-check {
    background: #fff;
    border: 1px solid #e7e7e7;
    padding-left: 10px;
    height: 32px;
    margin-right: -1px;
}

.all-check .checkbox-custom {
    width: 30px;
    margin: 5px 0 0 0;
    position: relative;
    top: -10px;
}

.inbox-small-cells .checkbox-custom {
    margin: 0;
    height: 35px;
    width: 20px;
}

.all-check .checkbox-custom label:before {
    /*top: -10px;*/
}

.table-inbox .checkbox {
    margin: 5px 0 0 0;
    width: 10px;
}

.table-inbox {
    margin-bottom: 20px;
    font-size: 13px;
}

.table-inbox > tbody > tr > td {
    border-top: none;
    vertical-align: middle;
}

.table-inbox tr td{
    padding:5px 15px  !important;
}


.table-inbox tr td:hover{
    cursor: pointer;
}

.table-inbox tr td .fa-star.inbox-started ,.table-inbox tr td .fa-star:hover{
    color: #ffd200;
}

.table-inbox tr td .fa-star{
    color: #d5d5d5;
}

.table-inbox tr.unread td {
    font-weight: 600;
}
.inbox-small-cells .control{
	padding-left:0;
}
.table-inbox .avatar img, .table-inbox .avatar span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}

.table-inbox .avatar span {
    /*background: #929292;*/
    text-align: center;
    color: #fff;
}

ul.inbox-pagination  {
    float: right;
}

ul.inbox-pagination li {
    float: left;
}

.mail-option {
    display: inline-block;
    width: 100%;
}

.mail-option .chk-all, .mail-option .btn-group {
    margin-right: 5px;
}

.mail-option .chk-all, .mail-option .btn-group a.btn {
    border: 1px solid #e7e7e7;
    padding: 5px 10px;
    display: inline-block;
    background: #fcfcfc;
    color: #afafaf;
}

.inbox-pagination {
    margin-bottom: 0;
    list-style: none;
}

.inbox-pagination a.np-btn  {
    border: 1px solid #e7e7e7;
    padding: 5px 15px;
    display: inline-block;
    background: #fcfcfc;
    color: #afafaf;
}

.mail-option .chk-all input[type=checkbox] {
    margin-top: 0;
}

.mail-option .btn-group a.all {
    padding: 0;
    border: none;
}

.inbox-pagination a.np-btn {
    margin-left: 5px;
}

.inbox-pagination li span {
    display: inline-block;
    margin-top: 7px;
    margin-right: 5px;
}

.fileinput-button {
    border: 1px solid #e6e6e6;
    background: #eeeeee;
}

.inbox-body .modal .modal-body input, .inbox-body .modal .modal-body textarea{
    border: 1px solid #e6e6e6;
    box-shadow: none;
}

.inbox-body .btn {
    border-radius: 0;
}

.btn-send, .btn-send:hover {
    background: #00A8B3;
    color: #fff;
}

.btn-send:hover {
    background: #009da7;
}

.modal-header h4.modal-title {
    font-weight: normal;
}

.modal-body label {
    font-weight: 400;
}

.heading-inbox h4{
    font-size: 30px;
    font-weight: 300;
    color: #444;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.sender-info {
    margin-bottom: 20px;
}

.sender-info .date {
    margin: 5px 20px 0 0;
    color: #a3a3a3;
}

.sender-info img {
    width: 50px;
    height: 50px;
}

.s-info {
    margin-left: 15px;
    display: inline-block;
}

.s-info strong {
    display: block;
}

.s-info span {
    color: #a3a3a3;
}

.sender-dropdown {
    border:1px solid #eaeaea;
    padding:0 3px;
    color: #777;
    font-size: 10px;
    width: 18px;
    display: inline-block;
}

.view-mail a {
    color: #9c78cd;
}

.view-mail p {
    line-height: 25px;
}

.attachment-mail {
    margin-top: 30px;
}

.attachment-mail h5 {
    font-weight: bold;
}

.attachment-mail ul {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    list-style: none;
    padding: 0;
}

.attachment-mail ul li {
    float: left;
    width: 180px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #dfdfdf;
    text-align: center;
}

.attachment-mail ul li a{
    padding: 5px;
    display: inline-block;
    height: 110px;
    line-height: 98px;
}

.attachment-mail ul li img {
    width: 100%;
}

.attachment-mail ul li span {
    float: right;
}
.attachment-mail .file-name {
    float: left;
    background: #f5f5f5;
    width: 100%;
    padding: 8px;
    border-top: 1px solid #dfdfdf;
    font-size: 12px;
    cursor: pointer;
}


.attachment-mail .file-name i {
    padding-right: 5px;
}


.no-pad {
    padding: 0px;
}


.mail-box .checkbox-custom label::after {
    top: 3px;
}

.mail-box .mail-option .checkbox-custom label::after {
    top: 1px;
}

.team-member-info{
    background-color: #9c78cd;
    width:100%;
}
.reply-mail {
    border-top: 1px solid #e1e1e1;
    padding-top: 30px;
}
.inbox-body .btn-default {
    background-color: #fff;
    border-color: #e2e2e2;
    color: #3a3a3a;
}
.inbox-body .btn-default:hover, .inbox-body .btn-default:focus,
.inbox-body .btn-default:active, .inbox-body .btn-default.active,
.inbox-body .open .dropdown-toggle.btn-default {
    background-color: #e2e2e2;
    border-color: #e2e2e2;
}
.inbox_ckeck .control__indicator{
	height: 16px;
	width: 16px;
	top: 0px;
}
.inbox-head .inbox_ckeck .control__indicator{
	top: 6px;
}
.inbox_ckeck .control__indicator:after{
	top: 2px;
    left: 6px;
}
@media (max-width:531px){
	.m-view{
		display:none;
	}
	.inbox-small-cells .control{
		padding:0 0 7px 17px;
		margin-bottom: 6px;
	}
	.mail-box .inbox-body{
		padding:5px;
	}
	.mail-box .table,.mail-box tbody {
		display:block;
	}
	.mail-box .table tr{
	display: flex;
    width: 100%;
    align-items: center
	}
	.mail-box .table tr td:nth-child(3){
		display:none;
	}
	.mail-box .table tr td:last-child{
		margin-left:auto;
	}
	.mail-box .table-inbox tr td{
		padding:5px !important;
	}
	.mail-option .chk-all, .mail-option .btn-group{
		margin-bottom:5px;
	}
}
/*compose-mail*/
.compose-mail {
    width: 100%;
    display: inline-block;
    position: relative;
}
.compose-mail .compose-options {
    color: #979797;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 7px;
}
.compose-options a {
    color: #545454;
    margin-left: 5px;
}
.compose-mail .form-group label {
    margin-bottom: 0;
    font-weight: normal;
}
.compose-editor input {
    margin-top: 15px;
}
.compose-editor .form-horizontal .form-group {
    margin: 0;
}


.compose-editor textarea {
    border-color: #dfdfdf;
    box-shadow: none;
    border-radius: 0;
}

.compose-mail .form-horizontal .control-label {
    text-align:left;
}
.hidden{
	display: none;
}
.hide {
    display: none!important;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    margin-left: -1px;
        position: relative;
    background: #eee;
    border-radius: 0;
    border: 1px solid #dfdfdf;
        height: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
	body:not(.nav_small) ul.inbox-nav li a{
	font-size: 11px;
	padding: 0px 10px;
}
body:not(.nav_small) ul.labels-info li a, body:not(.nav_small) .compose-mail .form-horizontal .control-label{
	font-size: 11px;
}
body:not(.nav_small) ul.labels-info li h4{
	font-size: 12px;
}
body:not(.nav_small) ul.labels-info li a i {
    padding-right: 0px;
}
body:not(.nav_small) .nav.nav-pills.nav-stacked.labels-info p{
	padding: 0px;
}
.mail-option .chk-all, .mail-option .btn-group a.btn{
	    padding: 5px 7px;
}
.mail-option .chk-all, .mail-option .btn-group{
	margin-right: 0px;
}
}

@media (max-width: 767px) {
	.mail-box .sm-side, .mail-box .lg-side{
		    width: 100%;
    display: inline-block;
	}
	.compose-mail .compose-options{
		top: 30px;
	}

}


/* Themify_Icon */
.icon-section {
	margin: 0 0 3em;
	clear: both;
	overflow: hidden;
}
.icon-container {
	width: 240px;
	padding: .7em 0;
	float: left;
	position: relative;
	text-align: left;
}
.icon-container [class^="ti-"],
.icon-container [class*=" ti-"] {
	color: #000;
	position: absolute;
	margin-top: 3px;
	transition: .3s;
}
.icon-container:hover [class^="ti-"],
.icon-container:hover [class*=" ti-"] {
	font-size: 2.2em;
	margin-top: -5px;
}
.icon-container:hover .icon-name {
	color: #000;
}
.icon-name {
	color: #aaa;
	margin-left: 35px;
	transition: .3s;
}
.icon-container:hover .icon-name {
	margin-left: 45px;
}



/* BODY_RESPONSIVE */
@media (max-width: 767px){
.content_wrapper {
	    padding-top:0px;
	        transition: all 0.3s;
    margin-left: 0px;
}
.mobile_nav .content_wrapper {
    margin-right: -264px !important;
    margin-left: 264px;
}
}




@media (max-width:991px) {
	.dt-bootstrap4{
		    overflow-x: scroll;
	}
	.dataTables_length, .dataTables_filter{
		text-align: left !important;
	}
}
.side_bar .mCSB_inside > .mCSB_container {
   margin-right: 5px;
}
#doughnut div{
	width:100% !important;
}
.h_rainfall{
	    height: 299px;
		width:100%;
}
@media (max-width:480px) {
	.right_bar_top .dropdown-menu {
		margin-left: 0;
		right: 0 !important;
		margin: 0 auto;
		width:245px;
		max-width:245px;
	}
}


/*===========CALENDAR_BASIC================*/
@media(max-width:767px){
	.fc-unthemed .fc-toolbar h2{
		 font-size: 15px;
	}
}
@media(max-width:531px){
	.fc-toolbar .fc-left,.fc-toolbar .fc-right{

float:left;

width: 100%;

}
	.fc-toolbar .fc-right{
		margin:15px 0 0;

	}
	.fc-toolbar .fc-center {
    display: block;

}
.fc-unthemed .fc-toolbar h2{
	    font-size: 15px;
}

}
 /* data Table */
 @media(max-width:767px){
 div.dataTables_wrapper div.dataTables_filter,
 div.dataTables_wrapper div.dataTables_length{
	 text-align: left;
 }
}
 @media(max-width:480px){
.fc-unthemed th.fc-day-header{
	font-size: 11px;
}
.fc table{
	font-size: 11px;
}
}
.image-w {
    width: 50px;
    height: 50px;
}

/* Punya Dashlite*/

.nk-body {
  outline: none;
}
.nk-app-root {
  outline: none;
}
.nk-main {
  position: relative;
}
.nk-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.nk-content {
  padding: 24px 4px;
}
.nk-content-fs {
  min-height: calc(100vh - (65px + 65px));
  display: flex;
  align-items: center;
}

@media (min-width: 576px) {
  .nk-content {
    padding: 32px 22px;
  }
  .nk-content-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (min-width: 992px) {
  .nk-content-lg {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .nk-content-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1660px) {
  .nk-content-lg {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .nk-content-fluid {
    padding-left: 44px;
    padding-right: 44px;
  }
}
.nk-content-body {
  flex-grow: 1;
}

.nk-wrap-nosidebar .nk-content {
  padding: 0 !important;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.logo-link {
  position: relative;
  display: inline-block;
  align-items: center;
}
.logo-dark {
  opacity: 1;
}
.tc-light .logo-dark, .is-dark .logo-dark, .is-theme .logo-dark {
  opacity: 0;
}
.logo-light {
  opacity: 0;
}
.tc-light .logo-light, .is-dark .logo-light, .is-theme .logo-light {
  opacity: 1;
}
.logo-img {
  max-height: 36px;
}
.logo-img-lg {
  max-height: 60px;
}
.logo-img-sm {
  max-height: 28px;
}
.logo-img-icon {
  max-height: 33px;
}
.logo-img:not(:first-child) {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.nk-header {
  background: #f5f6fa;
  border-bottom: 1px solid #e5e9f2;
  padding: 0 6px;
  z-index: 1010;
}
.nk-header.is-dark:not([class*=bg-]) {
  background: #101924;
  border-color: #203247;
}
.nk-header.is-light:not([class*=bg-]) {
  background: #fff;
}
.nk-header.is-theme:not([class*=bg-]) {
  background: #29347a;
  border-color: #3644a0;
}
.nk-header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-width: 320px;
}
.nk-header-fixed + .nk-content {
  margin-top: 65px;
  position: relative;
}
.nk-header-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 -0.25rem;
}
.nk-header-wrap > * {
  padding: 0 0.25rem;
}
.nk-header-right {
  align-items: center;
  justify-content: flex-end;
}
.nk-header-center {
  justify-content: center;
}
.nk-header-tools {
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 14px;
}
.nk-header-brand {
  flex-shrink: 0;
  padding-top: 14px;
  padding-bottom: 14px;
}
.nk-header .dropdown-menu .lead-text {
  color: #364a63;
}
.nk-header .dropdown-menu .sub-text, .nk-header .dropdown-menu .overline-title, .nk-header .dropdown-menu .overline-title-alt {
  color: #8094ae;
}
.nk-quick-nav {
  display: flex;
  align-items: center;
  margin: 0 -6px;
}
.nk-quick-nav > li {
  padding: 0 6px;
}
.nk-quick-nav > li.user-dropdown > a {
  padding: 0 2px;
}
.nk-quick-nav-icon {
  display: inline-flex;
  position: relative;
  font-size: 1.5rem;
  z-index: 1;
  color: #526484;
  padding: 0.375rem;
}
.is-dark .nk-quick-nav-icon {
  color: #9faec2;
}
.is-theme .nk-quick-nav-icon {
  color: #c4cefe;
}
.is-theme .nk-quick-nav-icon.nk-nav-toggle {
  color: #fff;
}
.nk-quick-nav-icon:focus {
  box-shadow: none;
}
.nk-quick-nav-icon:before {
  position: absolute;
  z-index: -1;
  height: 20px;
  width: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  content: "";
  background-color: #e5e9f2;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s;
}
.is-dark .nk-quick-nav-icon:before {
  background-color: #0b1219;
}
.is-theme .nk-quick-nav-icon:before {
  background-color: #1f275c;
}
.show > .nk-quick-nav-icon:before {
  opacity: 1;
  height: 116%;
  width: 116%;
}
.nk-quick-nav-icon:hover:before, .nk-quick-nav-icon.active:before {
  opacity: 1;
  height: 116%;
  width: 116%;
}

@media (max-width: 359px) {
  .nk-quick-nav {
    margin: 0 -3px;
  }
  .nk-quick-nav > li {
    padding: 0 3px;
  }
  .hide-mb-xs {
    display: none;
  }
}
@media (max-width: 575px) {
  .hide-mb-sm {
    display: none;
  }
}
@media (min-width: 576px) {
  .nk-header {
    padding: 0 22px;
  }
  .nk-quick-nav {
    margin: 0 -10px;
  }
  .nk-quick-nav > li {
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .nk-header-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1660px) {
  .nk-header-fluid {
    padding-left: 44px;
    padding-right: 44px;
  }
}
.nk-header-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 280px;
  height: 100vh;
  max-height: 100vh;
  z-index: 999;
  background: #fff;
  transform: translateX(-100%);
}
.nk-header-menu-inner {
  overflow: auto;
  max-height: 100%;
  min-height: 100%;
}
.nk-header-menu.mobile-menu {
  padding-top: 65px;
  padding-left: 0;
  padding-right: 0;
  transition: transform 0.4s ease;
}
.nk-header-menu.nk-sidebar-active {
  transform: translateX(0);
}
.nk-header-mobile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
  border-bottom: 1px solid #e5e9f2;
}
.nk-header-mobile .logo-dark {
  opacity: 1;
}
.nk-header-mobile .logo-light {
  opacity: 0;
}
.nk-header-mobile .nk-nav-toggle.nk-quick-nav-icon {
  color: #526484;
}
.nk-header-mobile .nk-nav-toggle.nk-quick-nav-icon:before {
  background-color: #e5e9f2;
}

@media (min-width: 992px) {
  .nk-header-menu {
    position: static;
    background: transparent;
    height: auto;
    max-height: auto;
    border-right: none;
    width: auto;
    padding: 0;
    overflow: visible;
    transform: translateX(0) !important;
  }
  .nk-header-menu .nk-header-mobile {
    display: none;
  }
}
.quick-icon {
  display: inline-flex;
  height: 24px;
  width: 24px;
  border-radius: 50%;
}
.quick-icon img.icon {
  border-radius: 50%;
}

.nk-sidebar {
  position: absolute;
  background: #f5f6fa;
  height: 100%;
  min-height: 100vh;
  top: 0;
  border-right: 1px solid #e5e9f2;
  left: 0;
  transform: translateX(-100%);
  z-index: 1021;
  width: 290px;
  transition: transform 450ms ease, width 450ms ease;
}
.nk-sidebar + .nk-wrap {
  transition: padding 450ms ease;
}
.nk-sidebar + .nk-wrap > .nk-header-fixed {
  transition: left 450ms ease;
}
.nk-sidebar.is-light {
  background: #fff;
  border-right-color: #ebeef2;
}
.nk-sidebar.is-dark {
  background: #101924;
  border-right-color: #203247;
}
.nk-sidebar.is-theme {
  background: #29347a;
  border-right-color: #3644a0;
}
.nk-sidebar-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(16, 25, 36, 0.4);
  z-index: 900;
  animation: overlay-fade-in 0.4s ease 1;
}
.nk-sidebar-element {
  overflow: hidden;
  width: 100%;
  max-height: 100%;
}
.nk-sidebar.nk-sidebar-active {
  transform: translateX(0);
}
.nk-sidebar-fixed {
  position: fixed;
  max-height: 100vh;
}
.nk-sidebar-head {
  display: flex;
  align-items: center;
  padding: 14px 24px;
  min-width: 100%;
  width: 290px;
  height: 65px;
  border-bottom: 1px solid #e5e9f2;
}
.is-dark .nk-sidebar-head {
  border-color: #203247;
}
.is-theme .nk-sidebar-head {
  border-color: #3644a0;
}
.nk-sidebar-brand {
  position: relative;
  flex-shrink: 0;
}
.nk-sidebar-logo {
  transition: opacity 0.3s ease;
}
.nk-sidebar-logo .logo-img:not(:first-child) {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nk-sidebar-widget {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 2.5rem;
}
.nk-sidebar-widget-full {
  padding-left: 0;
  padding-right: 0;
}
.nk-sidebar-widget-full > * {
  padding-left: 24px;
  padding-right: 24px;
}
.nk-sidebar-widget-full .toggle-expand-content {
  padding-left: 0;
  padding-right: 0;
}
.nk-sidebar-widget-full .toggle-expand-content > * {
  padding-left: 24px;
  padding-right: 24px;
}
.nk-sidebar-widget-sap {
  border-bottom: 1px solid #e5e9f2;
}
.nk-sidebar-footer {
  background-color: #f5f6fa;
  margin-top: auto;
  padding: 1.75rem 24px 1.75rem;
}
.is-light .nk-sidebar-footer {
  background: #fff;
}
.is-dark .nk-sidebar-footer {
  background-color: #101924;
}
.is-theme .nk-sidebar-footer {
  background-color: #29347a;
}
.nk-sidebar-body {
  position: relative;
}
.nk-sidebar-body .simplebar-content {
  padding-bottom: 0.25rem !important;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.nk-sidebar-body .simplebar-scroll-content {
  min-height: 100%;
  width: 100%;
}
.nk-sidebar-content {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 65px);
}
.nk-sidebar-content .nk-sidebar-menu {
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}
.nk-sidebar-content .nk-sidebar-menu[data-simplebar] {
  height: 100%;
}
.nk-sidebar-content[data-simplebar] > div {
  width: 100%;
}
.nk-sidebar-profile-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #f5f6fa;
}
.is-dark .nk-sidebar-profile-fixed {
  background: #101924;
}
.is-theme .nk-sidebar-profile-fixed {
  background: #29347a;
}
.nk-sidebar.is-theme .user-balance-alt, .nk-sidebar.is-dark .user-balance-alt {
  color: #c4cefe;
}
.nk-profile-fixed {
  position: fixed;
  bottom: 0;
}
.nk-profile-toggle {
  display: block;
  border-bottom: 1px solid #e5e9f2;
}
.nk-profile-content {
  background: #fff;
  border-bottom: 1px solid #e5e9f2;
}
.nk-profile-menu .nk-profile-content {
  background: #f5f6fa;
}
.nk-profile-menu > * {
  padding-left: 24px;
  padding-right: 24px;
}
.nk-profile-menu .toggle-expand-content {
  padding-left: 0;
  padding-right: 0;
}
.nk-profile-menu .toggle-expand-content > * {
  padding-left: 24px;
  padding-right: 24px;
}

@keyframes overlay-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  .nk-sidebar-mobile {
    width: 290px !important;
  }
}
@media (min-width: 1200px) {
  .nk-sidebar-content .nk-sidebar-menu {
    padding-top: 1rem;
    padding-bottom: 2.5rem;
  }
  .nk-sidebar {
    overflow: hidden;
    transform: translateX(0);
    width: 290px;
  }
  .nk-sidebar + .nk-wrap, .nk-sidebar-overlay + .nk-wrap {
    padding-left: 290px;
  }
  .nk-sidebar + .nk-wrap > .nk-header-fixed, .nk-sidebar-overlay + .nk-wrap > .nk-header-fixed {
    left: 290px;
  }
  .nk-sidebar.is-compact:not(.has-hover) {
    width: 74px;
  }
  .nk-sidebar.is-compact:not(.has-hover) .logo-img {
    opacity: 0;
    transition: opacity 0.2s linear;
  }
  .nk-sidebar.is-compact:not(.has-hover) .user-card {
    position: relative;
    left: -5px;
  }
  .nk-sidebar.is-compact:not(.has-hover) .user-info {
    opacity: 0;
  }
  .nk-sidebar.is-compact:not(.has-hover) .nk-sidebar-profile .dropdown-menu {
    opacity: 0;
  }
  .nk-sidebar.is-compact + .nk-wrap {
    padding-left: 74px;
  }
  .nk-sidebar.is-compact + .nk-wrap > .nk-header-fixed {
    left: 74px;
  }
  .nk-sidebar-overlay {
    display: none;
  }
}
@media (min-width: 1200px) {
  .nk-sidebar {
    transform: translateX(0);
  }
}
.nk-menu li a {
  vertical-align: middle;
  display: flex;
  position: relative;
  align-items: center;
  transition: color 0.3s, background-color 0.3s;
}
.nk-menu-item {
  padding: 2px 0;
}
.nk-menu-sub .nk-menu-item {
  padding: 1px 0;
}
.nk-menu-item.has-sub {
  position: relative;
}
.nk-menu > .nk-menu-item.menu-without-icon > .nk-menu-sub .nk-menu-link {
  padding-left: 0;
}
.nk-menu-link {
  padding: 0.625rem 40px 0.625rem 24px;
  color: #6e82a5;
  font-family: Nunito, sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.01em;
  text-transform: none;
  line-height: 1.25rem;
}
.nk-menu-link:hover, .active > .nk-menu-link {
  color: #7f8dff;
}
.nk-menu-link:hover .count, .active > .nk-menu-link .count {
  color: #7f8dff;
}
.nk-menu-sub .nk-menu-link {
  padding: 0.375rem 40px 0.375rem 36px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: normal;
  text-transform: none;
  line-height: 1.25rem;
  color: #6e82a5;
}
.nk-menu-link.is-disable {
  cursor: default;
}
.nk-menu-link.is-disable:hover, .active > .nk-menu-link.is-disable {
  color: #6e82a5;
}
.nk-menu-link.is-disable:hover .count, .active > .nk-menu-link.is-disable .count {
  color: #6e82a5;
}
.is-light .nk-menu-link {
  color: #526484;
}
.is-theme .nk-menu-link {
  color: #9cadfd;
}
.is-light .nk-menu-link:hover, .is-light .active > .nk-menu-link {
  color: #7f8dff;
}
.is-theme .nk-menu-link:hover, .is-theme .active > .nk-menu-link {
  color: #fff;
}
.nk-menu-link span.small {
  color: #8094ae;
  margin-left: 0.5rem;
}
.nk-menu-icon {
  font-weight: normal;
  letter-spacing: normal;
  width: 36px;
  line-height: 1;
  flex-grow: 0;
  flex-shrink: 0;
  color: #8094ae;
}
.is-theme .nk-menu-icon {
  color: #9cadfd;
}
.nk-menu-icon svg, .nk-menu-icon img {
  width: 36px;
}
.nk-menu-icon .icon {
  font-size: 24px;
  letter-spacing: normal;
  vertical-align: middle;
  color: currentColor;
  transition: color 0.4s, background-color 0.4s;
}
.nk-menu-link:hover .nk-menu-icon, .nk-menu-item.active > .nk-menu-link .nk-menu-icon, .nk-menu-item.current-menu > .nk-menu-link .nk-menu-icon {
  color: #7f8dff;
}
.is-theme .nk-menu-link:hover .nk-menu-icon, .is-theme .nk-menu-item.active > .nk-menu-link .nk-menu-icon, .is-theme .nk-menu-item.current-menu > .nk-menu-link .nk-menu-icon {
  color: #fff;
}
.nk-menu-link.is-disable:hover .nk-menu-icon {
  color: #8094ae;
}
.is-theme .nk-menu-link.is-disable:hover .nk-menu-icon {
  color: #c4cefe;
}
.nk-menu-text {
  flex-grow: 1;
  display: inline-block;
  white-space: nowrap;
}
.nk-menu-badge {
  border-radius: 3px;
  padding: 0 0.4rem;
  font-size: 11px;
  color: #798bff;
  background: #eff1ff;
  position: absolute;
  top: 50%;
  right: 24px !important;
  transform: translateY(-50%);
}
.nk-menu-toggle > .nk-menu-badge {
  right: 48px !important;
}
.is-dark .nk-menu-badge {
  color: #9cabff;
  background: #203247;
}
.is-theme .nk-menu-badge {
  color: #c4cefe;
  background: #3947a8;
}
.nk-menu-main .nk-menu-sub .nk-menu-badge {
  color: #798bff;
  background: #eff1ff;
}
.nk-menu-heading {
  padding: 0.25rem 24px 0.5rem;
  color: #8094ae;
}
.is-theme .nk-menu-heading {
  color: #7990fd;
}
.nk-menu-item + .nk-menu-heading {
  padding-top: 2.5rem;
}
.nk-menu-heading .overline-title {
  color: inherit;
  white-space: nowrap;
}
.nk-menu-heading span {
  font-size: 13px;
  font-weight: 400;
}
.nk-menu-hr {
  margin: 1.25rem 0;
  border-bottom: 1px solid #dbdfea;
}
.is-dark .nk-menu-hr {
  border-color: rgba(255, 255, 255, 0.12);
}
.is-theme .nk-menu-hr {
  border-color: rgba(255, 255, 255, 0.12);
}
.nk-menu-hr + .nk-menu-heading {
  padding-top: 1rem;
}
.nk-menu-sub {
  padding-bottom: 0.25rem;
}
.nk-menu-toggle + .nk-menu-sub {
  display: none;
}
.active > .nk-menu-sub {
  display: block;
}
.nk-menu-sub .nk-menu-link:hover {
  color: #F66D22;
}
.is-theme .nk-menu-sub .nk-menu-link:hover {
  color: #fff;
}
.nk-menu-sub .active > .nk-menu-link {
  color: #F66D22;
}
.is-theme .nk-menu-sub .active > .nk-menu-link {
  color: #fff;
}
.nk-menu-sub .nk-menu-icon {
  width: 24px;
  margin-top: -1px;
}
.nk-menu-sub .nk-menu-icon .icon {
  margin-top: -1px;
  font-size: 1.2em;
}
.nk-menu-toggle {
  position: relative;
}
.nk-menu-toggle:after {
  position: absolute;
  font-family: "Nioicon";
  top: 50%;
  content: "\e9d3";
  right: 1.25rem;
  transform: translateY(-50%);
  font-size: 1rem;
  color: #8094ae;
  transition: transform 0.3s, color 0.1s, opacity 0.3s ease 0.3s;
}
.is-dark .nk-menu-toggle:after, .is-theme .nk-menu-toggle:after {
  color: rgba(255, 255, 255, 0.4);
}
.has-sub.active > .nk-menu-toggle:after {
  transform: translateY(-50%) rotate(90deg);
}
.nk-menu .count {
  display: inline-block;
  font-size: 0.85em;
  margin-left: 0.25rem;
  color: #8094ae;
  line-height: 1;
}
.nk-menu-icon-colored .nk-menu-icon {
  color: #F66D22;
}
.nk-menu-tooltip {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nk-menu-trigger {
  margin-right: 1.125rem;
  margin-left: -0.25rem;
}

@media (min-width: 1200px) {
  .is-compact:not(.has-hover) .nk-menu-text {
    opacity: 0;
    transition: 0.4s linear;
  }
  .is-compact:not(.has-hover) .nk-menu-badge, .is-compact:not(.has-hover) .nk-menu-toggle:after {
    transition: none;
    opacity: 0;
    pointer-events: none;
  }
  .is-compact:not(.has-hover) .nk-menu-sub {
    display: none !important;
  }
  .is-compact:not(.has-hover) .nk-menu-heading {
    position: relative;
  }
  .is-compact:not(.has-hover) .nk-menu-heading .overline-title {
    opacity: 0;
  }
  .is-compact:not(.has-hover) .nk-menu-heading:not(:first-child):before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    left: 0;
    top: 50%;
    background-color: #e5e9f2;
  }
  .is-compact.is-theme:not(.has-hover) .nk-menu-heading:not(:first-child):before {
    background-color: #3644a0;
  }
  .is-compact.is-dark:not(.has-hover) .nk-menu-heading:not(:first-child):before {
    background-color: #203247;
  }
  .is-compact .nk-menu-badge {
    transition: opacity 0.3s ease 0.3s;
  }
  .is-compact .nk-menu-text {
    white-space: nowrap;
  }
}
.nk-menu + .nk-menu-sm {
  padding-top: 5rem;
}
.nk-menu-sm .nk-menu-heading {
  padding-bottom: 0.25rem;
  color: #526484;
}
.nk-menu-sm .nk-menu-link {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: #526484;
}
.nk-menu-sm .nk-menu-link:hover {
  color: #7f8dff;
}
.nk-menu-sm .nk-menu-icon {
  width: 1.375rem;
}
.nk-menu-sm .nk-menu-icon .icon {
  font-size: 1rem;
}
.nk-menu-sm .nk-menu-text {
  font-size: 12px;
  line-height: 1.125rem;
}

.nk-menu + .nk-menu-md {
  padding-top: 5rem;
}
.nk-menu-md .nk-menu-heading {
  padding-bottom: 0.25rem;
  color: #526484;
}
.nk-menu-md .nk-menu-link {
  padding-top: 0.325rem;
  padding-bottom: 0.325rem;
  color: #526484;
}
.nk-menu-md .nk-menu-link:hover {
  color: #7f8dff;
}
.nk-menu-md .nk-menu-icon {
  width: 1.375rem;
}
.nk-menu-md .nk-menu-icon .icon {
  font-size: 1.25rem;
}
.nk-menu-md .nk-menu-text {
  font-size: 12px;
  line-height: 1.125rem;
}

.nk-menu-inline {
  display: flex;
}
.nk-menu-inline .nk-menu-link {
  padding-left: 0;
  padding-right: 0;
}

.nk-menu-footer {
  display: flex;
}
.nk-menu-footer .nk-menu-link {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: #8094ae;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}
.nk-menu-footer .nk-menu-link:hover {
  color: #7f8dff;
}
.is-theme .nk-menu-footer .nk-menu-link {
  color: #c4cefe;
}
.nk-menu-footer .nk-menu-icon {
  width: 1.375rem;
  color: #F66D22;
}
.nk-menu-footer .nk-menu-icon .icon {
  font-size: 1rem;
}
.nk-menu-footer .nk-menu-text {
  font-size: 12px;
  line-height: 1.125rem;
}

.nk-menu-main.nk-menu {
  padding-top: 0.75rem;
}
.nk-menu-main .nk-menu-link {
  color: #526484;
  padding-left: 24px;
}
.nk-menu-main .nk-menu-sub {
  padding: 0;
  margin: 0;
  transition: none;
}
.nk-menu-main .nk-menu-sub .nk-menu-link {
  color: #526484;
}
.nk-menu-main .nk-menu-sub .nk-menu-sub {
  border-left: 1px solid #dbdfea;
  margin: 0.25rem 0 0.25rem 24px;
  padding-bottom: 0;
}
.nk-menu-main .nk-menu-sub .nk-menu-sub .nk-menu-link {
  padding-left: 0.875rem;
}
.nk-menu-main .nk-menu-link:hover, .nk-menu-main .nk-menu-link:focus, .nk-menu-main .nk-menu-item.active > .nk-menu-link, .nk-menu-main .nk-menu-item.current-menu > .nk-menu-link, .nk-menu-main .nk-menu-item:hover > .nk-menu-link {
  color: #7f8dff;
}
.nk-menu-main > li > .nk-menu-link {
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
.nk-menu-main.ui-s2 > li > .nk-menu-link {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-transform: initial;
  letter-spacing: -0.01rem;
}

@media (max-width: 991.98px) {
  .nk-menu-main.nk-menu {
    max-height: calc(100vh - 65px);
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .nk-menu-main.nk-menu {
    padding: 0 1.5rem 0 2rem;
  }
  .nk-menu-main > li {
    padding: 0;
    display: inline-block;
  }
  .nk-menu-main > li.nk-menu-item {
    padding: 0 1rem;
  }
  .nk-menu-main > li.nk-menu-item > .nk-menu-link {
    padding: 1.5rem 0;
    font-size: 14px;
  }
  .nk-menu-main > li > .nk-menu-link:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #7f8dff;
    border-radius: 3px 3px 0 0;
    opacity: 0;
  }
  .nk-menu-main > li.nk-menu-item.active > .nk-menu-link:before, .nk-menu-main > li.nk-menu-item.current-menu > .nk-menu-link:before {
    opacity: 1;
  }
  .nk-menu-main > li > .nk-menu-sub {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .nk-menu-main .nk-menu-link {
    padding: 0.5rem 1.25rem;
    font-size: 13px;
  }
  .nk-menu-main .nk-menu-icon {
    display: none;
  }
  .nk-menu-main .nk-menu-text {
    line-height: 1.5rem;
  }
  .nk-menu-main .nk-menu-item .nk-menu-toggle:after {
    line-height: 1;
    position: static;
    transform: translateY(0);
    content: "\e9c5";
    vertical-align: middle;
    margin-left: 0.5rem;
    margin-right: -2px;
    color: rgba(128, 148, 174, 0.7);
    margin-top: -1px;
    transition: color 0.1s;
  }
  .nk-menu-main .nk-menu-item:hover > .nk-menu-sub {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
  .nk-menu-main .nk-menu-sub {
    position: absolute;
    left: 0;
    top: 100%;
    width: 200px;
    background: #fff;
    border: 1px solid #e5e9f2;
    box-shadow: 0 0.125rem 0.25rem rgba(43, 55, 72, 0.15);
    border-radius: 4px;
    padding: 0.5rem 0;
    opacity: 0;
    visibility: hidden;
    margin-top: 6px;
    transition: opacity 0.4s, margin 0.2s;
    display: block !important;
  }
  .nk-menu-main .nk-menu-sub .nk-menu-link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .nk-menu-main .nk-menu-sub .nk-menu-sub {
    top: -9px;
    padding: 0.5rem 0;
    border: 1px solid #e5e9f2;
    margin: 0;
    margin-top: 6px;
    left: 100%;
    margin-left: -0.75rem;
  }
  .nk-menu-main .nk-menu-sub .nk-menu-sub .nk-menu-link {
    padding-left: 1.5rem;
  }
  .nk-menu-main .nk-menu-sub .nk-menu-item:hover > a {
    background: #f5f6fa;
  }
  .nk-menu-main .nk-menu-sub .nk-menu-toggle:after {
    content: "\e9d3";
  }
  .is-dark .nk-menu-main > li > .nk-menu-link:before, .is-theme .nk-menu-main > li > .nk-menu-link:before {
    border-radius: 0;
    bottom: auto;
    top: 0;
  }
  .is-dark .nk-menu-main > li > .nk-menu-link {
    color: #9faec2;
  }
  .is-dark .nk-menu-main > li > .nk-menu-link.nk-menu-toggle:after {
    color: rgba(128, 148, 174, 0.7);
  }
  .is-dark .nk-menu-main > li:hover > .nk-menu-link, .is-dark .nk-menu-main > li.active > .nk-menu-link, .is-dark .nk-menu-main > li.current-menu > .nk-menu-link, .is-dark .nk-menu-main > li > .nk-menu-link:hover {
    color: #fff;
  }
  .is-theme .nk-menu-main > li > .nk-menu-link {
    color: #c4cefe;
  }
  .is-theme .nk-menu-main > li > .nk-menu-link.nk-menu-toggle:after {
    color: rgba(196, 206, 254, 0.7);
  }
  .is-theme .nk-menu-main > li:hover > .nk-menu-link, .is-theme .nk-menu-main > li.active > .nk-menu-link, .is-theme .nk-menu-main > li.current-menu > .nk-menu-link, .is-theme .nk-menu-main > li > .nk-menu-link:hover {
    color: #fff;
  }
}
.nk-sidebar .nk-menu > li .nk-menu-sub .nk-menu-link {
  padding-left: 60px;
}
.nk-sidebar .nk-menu > li .nk-menu-sub .nk-menu-sub {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
  margin-left: 60px;
  border-left: 1px solid #dbdfea;
}
.nk-sidebar .nk-menu > li .nk-menu-sub .nk-menu-sub .nk-menu-link {
  padding-left: 1rem;
}
.nk-sidebar.is-dark .nk-menu > li .nk-menu-sub .nk-menu-sub, .nk-sidebar.is-theme .nk-menu > li .nk-menu-sub .nk-menu-sub {
  border-color: rgba(255, 255, 255, 0.12);
}

.nk-footer {
  margin-top: auto;
  background: #fff;
  border-top: 1px solid #e5e9f2;
  padding: 20px 6px;
}
.nk-footer.is-dark:not([class*=bg-]) {
  background: #2b357e;
}
.nk-footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.nk-footer-copyright {
  color: #8094ae;
}
.nk-footer-copyright a {
  color: inherit;
}
.nk-footer-copyright a:hover {
  color: #F66D22;
}

@media (min-width: 576px) {
  .nk-footer {
    padding: 20px 22px;
  }
}
@media (min-width: 992px) {
  .nk-footer-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1660px) {
  .nk-footer-fluid {
    padding-left: 44px;
    padding-right: 44px;
  }
}
.nk-split {
  position: relative;
  display: flex;
}
.nk-split-page {
  min-height: 100vh;
}
.nk-split-content {
  position: relative;
  flex-shrink: 0;
  min-height: 100%;
}
@media (min-width: 768px) {
  .nk-split-content-md {
    width: 642px;
  }
}
.nk-split-stretch {
  flex-grow: 1;
  flex-shrink: 1;
}

@media (max-width: 991.98px) {
  .nk-split-stretch.toggle-break-lg {
    width: 460px;
  }
}
@media (max-width: 575.98px) {
  .nk-split-sm {
    flex-wrap: wrap;
  }
  .nk-split-sm > * {
    width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  .nk-split-md {
    flex-wrap: wrap;
  }
  .nk-split-md > * {
    width: 100% !important;
  }
}
@media (max-width: 991.98px) {
  .nk-split-lg {
    flex-wrap: wrap;
  }
  .nk-split-lg > * {
    width: 100% !important;
  }
}
@media (max-width: 1199.98px) {
  .nk-split-xl {
    flex-wrap: wrap;
  }
  .nk-split-xl > * {
    width: 100% !important;
  }
}
@media (max-width: 1539.98px) {
  .nk-split-xxl {
    flex-wrap: wrap;
  }
  .nk-split-xxl > * {
    width: 100% !important;
  }
}
/** 04. UTILITES */
canvas {
  width: 100%;
  max-width: 100%;
}

a:hover {
  text-decoration: none;
}

p:last-child {
  margin-bottom: 0;
}

.del {
  text-decoration: line-through;
}

span[data-toggle=tooltip]:focus {
  outline: none;
}

li {
  list-style: none;
}

.g-0:not(.row) {
  margin: 0;
}
.g-0:not(.row) > li, .g-0:not(.row) > div {
  padding: 0;
}

.gx-0:not(.row) {
  margin-left: 0;
  margin-right: 0;
}
.gx-0:not(.row) > li, .gx-0:not(.row) > div {
  padding-left: 0;
  padding-right: 0;
}

.gy-0:not(.row) {
  margin-top: 0;
  margin-bottom: 0;
}
.gy-0:not(.row) > li, .gy-0:not(.row) > div {
  padding-top: 0;
  padding-bottom: 0;
}

.g-1:not(.row) {
  margin: -0.1875rem;
}
.g-1:not(.row) > li, .g-1:not(.row) > div {
  padding: 0.1875rem;
}

.gx-1:not(.row) {
  margin-left: -0.1875rem;
  margin-right: -0.1875rem;
}
.gx-1:not(.row) > li, .gx-1:not(.row) > div {
  padding-left: 0.1875rem;
  padding-right: 0.1875rem;
}

.gy-1:not(.row) {
  margin-top: -0.1875rem;
  margin-bottom: -0.1875rem;
}
.gy-1:not(.row) > li, .gy-1:not(.row) > div {
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}

.g-2:not(.row) {
  margin: -0.375rem;
}
.g-2:not(.row) > li, .g-2:not(.row) > div {
  padding: 0.375rem;
}

.gx-2:not(.row) {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.gx-2:not(.row) > li, .gx-2:not(.row) > div {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.gy-2:not(.row) {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}
.gy-2:not(.row) > li, .gy-2:not(.row) > div {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.g-3:not(.row) {
  margin: -0.5rem;
}
.g-3:not(.row) > li, .g-3:not(.row) > div {
  padding: 0.5rem;
}

.gx-3:not(.row) {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.gx-3:not(.row) > li, .gx-3:not(.row) > div {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.gy-3:not(.row) {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.gy-3:not(.row) > li, .gy-3:not(.row) > div {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.g-4:not(.row) {
  margin: -0.75rem;
}
.g-4:not(.row) > li, .g-4:not(.row) > div {
  padding: 0.75rem;
}

.gx-4:not(.row) {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.gx-4:not(.row) > li, .gx-4:not(.row) > div {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.gy-4:not(.row) {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
.gy-4:not(.row) > li, .gy-4:not(.row) > div {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.g-5:not(.row) {
  margin: -1.375rem;
}
.g-5:not(.row) > li, .g-5:not(.row) > div {
  padding: 1.375rem;
}

.gx-5:not(.row) {
  margin-left: -1.375rem;
  margin-right: -1.375rem;
}
.gx-5:not(.row) > li, .gx-5:not(.row) > div {
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}

.gy-5:not(.row) {
  margin-top: -1.375rem;
  margin-bottom: -1.375rem;
}
.gy-5:not(.row) > li, .gy-5:not(.row) > div {
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}

.g-gs:not(.row) {
  margin: -14px;
}
.g-gs:not(.row) > li, .g-gs:not(.row) > div {
  padding: 14px;
}

.gx-gs:not(.row) {
  margin-left: -14px;
  margin-right: -14px;
}
.gx-gs:not(.row) > li, .gx-gs:not(.row) > div {
  padding-left: 14px;
  padding-right: 14px;
}

.gy-gs:not(.row) {
  margin-top: -14px;
  margin-bottom: -14px;
}
.gy-gs:not(.row) > li, .gy-gs:not(.row) > div {
  padding-top: 14px;
  padding-bottom: 14px;
}

.gap {
  width: 100%;
  display: block;
  height: 28px;
}

.gap-0 {
  height: 0;
}

.gap-1 {
  height: 0.375rem;
}

.gap-2 {
  height: 0.75rem;
}

.gap-3 {
  height: 1rem;
}

.gap-4 {
  height: 1.5rem;
}

.gap-5 {
  height: 2.75rem;
}

.gap-gs {
  height: 28px;
}

.gap-sm {
  height: 0.75rem;
}

.gap-md {
  height: 1.25rem;
}

.gap-lg {
  height: 2rem;
}

.gap-xl {
  height: 2.5rem;
}

.gap-10px {
  height: 10px;
}

.gap-20px {
  height: 20px;
}

.gap-30px {
  height: 30px;
}

.gap-40px {
  height: 40px;
}

.gap-50px {
  height: 50px;
}

.gap-60px {
  height: 60px;
}

.gap-70px {
  height: 70px;
}

.gap-80px {
  height: 80px;
}

.gap-90px {
  height: 90px;
}

.gap-100px {
  height: 100px;
}

.li-col2x > li {
  width: 50%;
  float: left;
}

.li-col3x > li {
  width: 33.3333333333%;
  float: left;
}

.li-col4x > li {
  width: 25%;
  float: left;
}

/** 05. COMPONENTS */
.alert-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.alert-actions {
  display: inline-flex;
  align-items: center;
}
.alert-actions a + a {
  margin-left: 1rem;
}

.accordion {
  border-radius: 4px;
  border: 1px solid #dbdfea;
  background: #fff;
}
.accordion-heading {
  padding-bottom: 1.5rem;
}
.accordion-body {
  border-radius: 4px;
  padding: 0;
}
.accordion-item {
  border: none;
}
.accordion-item:not(:last-child) .accordion-head {
  border-bottom: 1px solid #dbdfea;
}
.accordion-item:not(:last-child) .accordion-inner {
  border-bottom: 1px solid #dbdfea;
}
.accordion-item:last-child .accordion-inner {
  border-top: 1px solid #dbdfea;
}
.accordion-head {
  padding: 1rem 2.25rem 1rem 1.25rem;
  display: block;
  position: relative;
}
.accordion-head .title {
  margin-bottom: 0;
  font-size: 1rem;
  color: #364a63;
  line-height: 1.3;
}
.accordion-head.collapsed .title {
  color: #526484;
}
.accordion-inner {
  padding: 1rem 1.25rem 1.25rem;
}
.accordion-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  font-size: 1rem;
  color: #364a63;
  transform: translateY(-50%);
  transition: rotate 0.4s;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
.accordion-icon:before {
  content: "\e9da";
  font-family: "Nioicon";
  transition: 0.4s;
}
.accordion-head.collapsed .accordion-icon:before {
  content: "\e9c5";
}

@media (min-width: 768px) {
  .accordion-head {
    padding: 1rem 1.5rem;
  }
  .accordion-inner {
    padding: 1rem 1.5rem 1.25rem;
  }
  .accordion-icon {
    right: 1.5rem;
  }
}
.accordion-s2 {
  border: none;
}
.accordion-s2 .accordion-icon {
  right: 0;
}
.accordion-s2 .accordion-icon:before {
  content: "\eafa";
}
.accordion-s2 .accordion-head {
  padding: 0.5rem 2.25rem 0.5rem 0;
  border: none !important;
}
.accordion-s2 .accordion-head .title {
  font-size: 1.1rem;
  color: #F66D22;
}
.accordion-s2 .accordion-head.collapsed .title {
  color: #526484;
}
.accordion-s2 .accordion-head.collapsed .accordion-icon:before {
  content: "\eb44";
}
.accordion-s2 .accordion-inner {
  padding: 0.5rem 0 0.625rem;
  border: none !important;
}

@media (min-width: 768px) {
  .accordion-s2 .accordion-head {
    padding: 0.5rem 2.25rem 0.5rem 0;
  }
  .accordion-s2 .accordion-inner {
    padding: 0.5rem 0 0.625rem;
  }
}
.accordion-s3 {
  border: none;
}
.accordion-s3 .accordion-icon {
  left: 0;
  right: auto;
}
.accordion-s3 .accordion-icon:before {
  content: "\eafa";
}
.accordion-s3 .accordion-head {
  padding: 0.5rem 0 0.5rem 2.25rem;
  border: none !important;
}
.accordion-s3 .accordion-head .title {
  font-size: 1.1rem;
  color: #F66D22;
}
.accordion-s3 .accordion-head.collapsed .title {
  color: #526484;
}
.accordion-s3 .accordion-head.collapsed .accordion-icon:before {
  content: "\eb44";
}
.accordion-s3 .accordion-inner {
  padding: 0.5rem 0 0.625rem;
  border: none !important;
}

@media (min-width: 768px) {
  .accordion-s3 .accordion-head {
    padding: 0.5rem 0 0.5rem 2.25rem;
  }
  .accordion-s3 .accordion-inner {
    padding: 0.5rem 2.25rem 0.625rem;
  }
}
.dot {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  height: 8px;
  width: 8px;
}
.dot-label:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: #fff;
  content: "";
  transform: scale(0.65);
}
.dot.sq {
  border-radius: 3px;
}
.dot.sq:after {
  border-radius: 3px;
}

.dot-xs {
  height: 4px;
  width: 4px;
}

.dot-sm {
  height: 6px;
  width: 6px;
}

.dot-md {
  height: 8px;
  width: 8px;
}

.dot-rg {
  height: 10px;
  width: 10px;
}

.dot-lg {
  height: 12px;
  width: 12px;
}

.dot-xl {
  height: 16px;
  width: 16px;
}

.dot-primary {
  background: #F66D22;
}

.dot-secondary {
  background: #364a63;
}

.dot-success {
  background: #1ee0ac;
}

.dot-info {
  background: #09c2de;
}

.dot-warning {
  background: #f4bd0e;
}

.dot-danger {
  background: #e85347;
}

.dot-light {
  background: #e5e9f2;
}

.dot-dark {
  background: #1f2b3a;
}

.dot-gray {
  background: #8091a7;
}

.dot-lighter {
  background: #f5f6fa;
}

.list:not(:last-child) {
  margin-bottom: 1rem;
}
.list li {
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.5rem;
}
.list li:not(:last-child) {
  padding-bottom: 0.5rem;
}
.list li:before {
  position: absolute;
  left: 0;
  font-size: 14px;
  line-height: 1.5rem;
  font-family: "Nioicon";
  content: "\e980";
}
.list li span {
  color: #8094ae;
}
.list li ul {
  margin-top: 0.5rem;
}
.list-checked li:before {
  color: #F66D22;
  content: "\e9b9";
}
.list-checked-circle li:before {
  color: #F66D22;
  content: "\e9b7";
}
.list-cross li:before {
  color: rgba(232, 83, 71, 0.8);
  content: "\ea02";
}
.list-status {
  list-style: none;
  line-height: 1.3;
}
.list-status li {
  display: inline-flex;
  align-items: center;
  padding-right: 1rem;
  vertical-align: middle;
}
.list-status .icon {
  margin-right: 0.375rem;
  line-height: 1.3;
}
.list-lg li {
  padding-left: 2rem;
}
.list-lg li:not(:last-child) {
  padding-bottom: 0.75rem;
}
.list-lg li:before {
  font-size: 1.35rem;
}
.list-sm li {
  padding-left: 1.2rem;
}
.list-sm li:not(:last-child) {
  padding-bottom: 0.35rem;
}
.list-sm li:before {
  font-size: 12px;
}
.list-step li {
  color: #8094ae;
  font-weight: 500;
}
.list-step li:before {
  content: "\e9e0";
}
.list-step li.list-step-current {
  color: #364a63;
}
.list-step li.list-step-current:before {
  content: "\ea1b";
  color: #F66D22;
}
.list-step li.list-step-done {
  color: #526484;
}
.list-step li.list-step-done:before {
  content: "\e9b6";
  color: #1ee0ac;
}
.list-plain a {
  color: #526484;
  display: block;
  line-height: 1.3;
  padding: 0.5rem 0;
}
.list-plain a:hover {
  color: #F66D22;
}
.list-category a {
  font-weight: 500;
}
.list-download li > a {
  display: inline-block;
  padding: 0.25rem;
}
.list-download li > a > .icon {
  margin: 0 0.25rem;
  font-size: 1.25rem;
}

.list-primary li:before {
  color: #F66D22;
}

.list-secondary li:before {
  color: #364a63;
}

.list-success li:before {
  color: #1ee0ac;
}

.list-info li:before {
  color: #09c2de;
}

.list-warning li:before {
  color: #f4bd0e;
}

.list-danger li:before {
  color: #e85347;
}

.list-light li:before {
  color: #e5e9f2;
}

.list-dark li:before {
  color: #1f2b3a;
}

.list-gray li:before {
  color: #8091a7;
}

.list-lighter li:before {
  color: #f5f6fa;
}

.link-bdr-t, .link-list-plain li + li, .link-list-opt li + li, .link-list + .link-list, .link-tidy li + li, .link-check + .link-check {
  border-top: 1px solid #e5e9f2;
}

.link-bdr-b {
  border-bottom: 1px solid #e5e9f2;
}

.link-pd-sm, .link-list-plain.sm a, .link-tidy.sm li {
  padding: 6px 1rem;
}

.link-act-check:after, .link-list-opt li.active > a:after, .link-list-opt a.active:after, .link-check li.active > a:after, .link-check li a.active:after {
  content: "\e9bd";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  font-family: "Nioicon";
}

.link-check {
  padding: 0.5rem 0;
}
.link-check .divider {
  margin: 0.5rem 0;
}
.link-check li {
  display: block;
}
.link-check li > span, .link-check li a {
  display: block;
  line-height: 1.25rem;
  padding: 0.35rem 1rem;
}
.link-check li > span {
  text-transform: uppercase;
  color: #364a63;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
}
.link-check li a {
  display: flex;
  align-items: center;
  color: #526484;
  font-size: 13px;
  position: relative;
}
.link-check li a:hover {
  color: #F66D22;
  background: #f5f6fa;
}
.link-check li .icon {
  width: 1.75rem;
  font-size: 1.125rem;
}
.link-tidy.no-bdr {
  padding: 0.5rem 0;
}
.link-tidy.no-bdr li:not(.divider) {
  border-top-width: 0;
}
.link-tidy .divider {
  margin: 0.5rem 0;
}
.link-tidy li {
  position: relative;
  padding: 0.625rem 1.1rem;
  line-height: 1.3rem;
}
.link-list {
  padding: 0.75rem 0;
}
.link-list .divider {
  margin: 0.5rem 0;
}
.link-list a {
  display: flex;
  align-items: center;
  color: #526484;
  font-size: 13px;
  line-height: 1.4rem;
  font-weight: 500;
  padding: 0.575rem 0;
  position: relative;
}
.link-list a:hover {
  color: #F66D22;
}
.link-list a .icon {
  font-size: 1.125rem;
  width: 1.5rem;
  line-height: 1;
}

.link-list-opt.no-bdr {
  padding: 0.5rem 0;
}
.link-list-opt.no-bdr li:not(.divider) {
  border-top-width: 0;
}
.link-list-opt .divider {
  margin: 0.5rem 0;
}
.link-list-opt a {
  display: flex;
  align-items: center;
  padding: 0.625rem 1.25rem;
  font-size: 12px;
  font-weight: 500;
  color: #526484;
  transition: all 0.4s;
  line-height: 1.3rem;
  position: relative;
}
.link-list-opt a:hover {
  color: #F66D22;
  background: #f5f6fa;
}
.link-list-opt a .icon {
  font-size: 1.125rem;
  width: 1.75rem;
  opacity: 0.8;
}
.link-list-opt li.disabled > a, .link-list-opt a.disabled {
  pointer-events: none;
  color: #8094ae;
  opacity: 0.7;
}
.link-list-opt .opt-head {
  padding: 0.25rem 1.25rem;
  color: #8094ae;
}
.link-list-opt.ui-v2 a {
  font-weight: 400;
}
.link-list-opt.no-bdr + .link-check {
  margin-top: -0.75rem;
}
.link-list-opt.ui-colored li.active > a, .link-list-opt.ui-colored a.active {
  color: #F66D22;
}

.link-list-menu {
  padding: 0.75rem 0;
}
.link-list-menu .divider {
  margin: 0.5rem 0;
}
.link-list-menu a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.75rem 1.25rem;
  font-weight: 500;
  color: #526484;
  transition: all 0.4s;
  line-height: 1.3rem;
}
.link-list-menu a:after {
  position: absolute;
  font-size: 1rem;
  font-family: "Nioicon";
  right: 1.25rem;
  content: "\e9d3";
  color: #8094ae;
  transition: 0.3s ease;
}
.link-list-menu a .icon {
  font-size: 1.125rem;
  width: 1.75rem;
  opacity: 0.8;
  color: #8094ae;
  margin-top: -2px;
}
.link-list-menu li.active > a, .link-list-menu a.active, .link-list-menu a:hover, .link-list-menu li.active > a .icon, .link-list-menu a.active .icon, .link-list-menu a:hover .icon, .link-list-menu li.active > a:after, .link-list-menu a.active:after, .link-list-menu a:hover:after {
  color: #F66D22;
}
.link-list-menu.nav {
  display: block;
}

@media (min-width: 576px) {
  .link-list-menu a {
    padding: 1rem 1.5rem;
  }
}
.link-list-plain.no-bdr {
  padding: 0.5rem 0;
}
.link-list-plain.no-bdr li {
  border-top-width: 0;
}
.link-list-plain .divider {
  margin: 0.5rem 0;
}
.link-list-plain a {
  display: flex;
  align-items: center;
  padding: 0.5rem 1.25rem;
  color: #526484;
  transition: all 0.4s;
  line-height: 1.4rem;
  position: relative;
}
.link-list-plain a:hover {
  color: #F66D22;
  background: #f5f6fa;
}
.link-list-plain a .icon {
  font-size: 1.125rem;
  width: 1.75rem;
  opacity: 0.8;
  color: #F66D22;
}
.link-list-plain li.active > a, .link-list-plain a.active {
  color: #F66D22;
  background: #f5f6fa;
}
.link-list-plain.text-center a {
  justify-content: center;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.link-list-plain.li-col2x > li {
  border-right: 1px solid #e5e9f2;
  border-bottom: 1px solid #e5e9f2;
  border-top: 0;
}
.link-list-plain.li-col2x > li:nth-child(2n) {
  border-right: none;
}

.link-list-plain.li-col3x > li {
  border-right: 1px solid #e5e9f2;
  border-bottom: 1px solid #e5e9f2;
  border-top: 0;
}
.link-list-plain.li-col3x > li:nth-child(3n) {
  border-right: none;
}

.link-list-plain.li-col4x > li {
  border-right: 1px solid #e5e9f2;
  border-bottom: 1px solid #e5e9f2;
  border-top: 0;
}
.link-list-plain.li-col4x > li:nth-child(4n) {
  border-right: none;
}

.link-list-template a {
  font-weight: 400;
}

.passcode-icon {
  display: none;
}
.passcode-icon.icon-show {
  display: block;
}
.is-shown .passcode-icon.icon-show {
  display: none;
}
.is-hidden .passcode-icon.icon-show {
  display: block;
}
.is-shown .passcode-icon.icon-hide {
  display: block;
}
.is-hidden .passcode-icon.icon-hide {
  display: none;
}

.form-dropdown {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #8094ae;
}
.form-dropdown > div > span {
  margin: 0 0.5rem;
}
.form-dropdown .dropdown > a {
  display: inline-flex;
}

.form-clip, .form-text-hint {
  position: absolute;
  right: 2px;
  top: 2px;
  height: calc(2.125rem - 2px);
  display: flex;
  align-items: center;
  color: #F66D22;
  padding-left: 1rem;
  padding-right: 0.75rem;
  background: #fff;
  border-radius: 4px;
}
.form-clip.sm, .form-text-hint.sm {
  height: calc(1.75rem + 2px);
}
.form-clip.lg, .form-text-hint.lg {
  height: calc(2.625rem + 2px);
}
.form-clip.xl, .form-text-hint.xl {
  height: calc(3.25rem + 2px);
}
.form-clip .icon + span, .form-clip span + .icon, .form-text-hint .icon + span, .form-text-hint span + .icon {
  margin-left: 0.25rem;
}

.nk-upload-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.125rem + 2px);
  margin: 0;
  opacity: 0;
}
.nk-upload-label {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
  width: 100%;
  min-height: 150px;
  border-radius: 4px;
  border: 1px dashed #e5e9f2;
  padding-bottom: 0;
}
.nk-upload-init {
  display: block;
  text-align: center;
}
.nk-upload-files {
  padding-top: 2rem;
  display: flex;
  justify-content: center;
  margin: -0.5rem;
  padding-bottom: 2rem;
}
.nk-upload-files li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0.5rem;
}
.nk-upload-files li img {
  width: 60px;
  flex-shrink: 0;
  border-radius: 4px;
}
.is-multiple .nk-upload-files li img {
  width: 40px;
}
.is-multiple .nk-upload-files li .nk-upload-name {
  display: none;
}
.nk-upload-name {
  margin: 0.5rem 0 0;
  color: #526484;
  font-size: 0.8125rem;
  font-weight: 500;
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nk-upload-response {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
}
.nk-upload-response .message {
  font-size: 12px;
  color: #8094ae;
}
.nk-upload-response .message + .icon {
  margin-left: 0.5rem;
}
.nk-upload-response .icon:after {
  font-family: "Nioicon";
}
.nk-upload-response .icon + .message {
  margin-left: 0.5rem;
}
.nk-upload-response.invalid .icon {
  color: #f4bd0e;
}
.nk-upload-response.invalid .icon:after {
  content: "\e90f";
}
.nk-upload-response.valid .icon {
  color: #1ee0ac;
}
.nk-upload-response.valid .icon:after {
  content: "\e9b7";
}
.nk-upload-response.error .icon {
  color: #e85347;
}
.nk-upload-response.error .icon:after {
  content: "\ea00";
}
.nk-upload-foot {
  display: flex;
  justify-content: space-between;
  border-top: 1px dashed #e5e9f2;
  padding: 1rem 1.25rem;
  margin: 0 -1.5rem;
}
.nk-upload-foot > span, .nk-upload-foot > button {
  margin: 0.25rem;
}

.form-editor-custom textarea {
  border-radius: 4px 4px 0 0;
}
.form-editor-action {
  border: 1px solid #dbdfea;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  padding: 0.25rem 0.5rem;
}
.form-editor-action > .link {
  padding: 0.5rem;
}
.form-editor-action > .link.collapsed {
  color: #8094ae;
}
.form-editor-action > .link .icon {
  margin-right: 0.25rem;
}
.form-editor-btn-group, .form-btn-group {
  display: flex;
  align-items: center;
  margin: -0.25rem;
  flex-wrap: wrap;
}
.form-editor-btn-group li, .form-btn-group li {
  padding: 0.25rem;
  line-height: 0.5rem;
}
.form-btn-group li:first-child {
  margin-right: 0.5rem;
}
.form-btn-secondary {
  margin-left: auto;
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-spinner {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  text-align: center;
}
.number-spinner:focus {
  border-color: #dbdfea;
}
.number-spinner-btn {
  position: absolute;
  top: 0;
}
.number-plus {
  right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.number-minus {
  left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  background-color: #f5f6fa;
  border: 1px solid #dbdfea;
  font-size: 0.75rem;
  border-radius: 4px;
}
.input-group-addon:not(:last-child) {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:not(:first-child) {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #3c4d62;
  transition: background-color 5000s ease-in-out 0s;
}

.page-title {
  font-family: Nunito, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

@media (min-width: 992px) {
  .page-title {
    font-size: 1.75rem;
  }
}
.overline-title {
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  color: #8094ae;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Roboto, sans-serif;
}
.text-light .overline-title {
  color: #8094ae;
}
.is-dark .overline-title {
  color: #b7c2d0;
}
.is-theme .overline-title {
  color: #c4cefe;
}
.overline-title-alt {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.15em;
  font-size: 11px;
  color: #8094ae;
  text-transform: uppercase;
}
.is-dark .overline-title-alt {
  color: #8094ae;
}
.is-theme .overline-title-alt {
  color: #c4cefe;
}
.overline-title-sap {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0.35rem;
  padding-right: 0.25rem;
  color: #b6c6e3;
}
.overline-title-sap:before, .overline-title-sap:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  content: "";
  background: #b6c6e3;
}
.overline-title-sap:before {
  right: 100%;
}
.overline-title-sap:after {
  left: 100%;
}

.caption-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.caption-text + .sub-text, .caption-text + .sub-text-sm {
  margin-top: 0.5rem;
  display: block;
}

.lead-text {
  font-size: 0.875rem;
  font-weight: 700;
  color: #364a63;
  display: block;
}
.lead-text + .sub-text {
  font-size: 12px;
}
.lead-text span {
  color: #526484;
  font-weight: 400;
}
.lead-text-lg {
  font-size: 1.125rem;
  font-weight: 500;
  color: #364a63;
  display: block;
}
.is-theme .lead-text-lg {
  color: #fff;
}
.is-theme .is-light .lead-text-lg {
  color: #364a63;
}
.is-dark .lead-text {
  color: #b7c2d0;
}
.is-dark .lead-text span {
  color: #8091a7;
}
.is-theme .lead-text {
  color: #fff;
}
.is-theme .lead-text span {
  color: #c4cefe;
}
.is-theme .is-light .lead-text, .is-dark .is-light .lead-text {
  color: #364a63;
}
.is-theme .is-light .lead-text span, .is-dark .is-light .lead-text span {
  color: #526484;
}

.sub-text {
  display: block;
  font-size: 13px;
  color: #8094ae;
}
.sub-text span + .dot, .sub-text .dot + span {
  margin-left: 0.25rem;
}
.sub-text-sm, .sub-text + .sub-text {
  font-size: 12px;
}
.sub-text-sm {
  color: #8094ae;
}
.is-theme .sub-text-sm {
  color: #c4cefe;
}
.is-theme .is-light .sub-text-sm {
  color: #8094ae;
}
.text-ellipsis .sub-text {
  display: inline;
}
.sub-text strong {
  color: #526484;
  font-weight: 700;
}
.is-theme .sub-text strong {
  color: #c4cefe;
}
.is-theme .is-light .sub-text strong {
  color: #526484;
}
.sub-text span {
  white-space: nowrap;
}
.is-theme .sub-text {
  color: #c4cefe;
}
.is-theme .is-light .sub-text {
  color: #8094ae;
}

.text-date span {
  color: #526484;
}

h6 .badge, .h6 .badge {
  margin-left: 0.5rem;
}

.fs-9px {
  font-size: 9px !important;
}

.fs-10px {
  font-size: 10px !important;
}

.fs-11px {
  font-size: 11px !important;
}

.fs-12px {
  font-size: 12px !important;
}

.fs-13px {
  font-size: 13px !important;
}

.fs-14px {
  font-size: 14px !important;
}

.fs-15px {
  font-size: 15px !important;
}

.fs-16px {
  font-size: 16px !important;
}

.fs-17px {
  font-size: 17px !important;
}

.fs-18px {
  font-size: 18px !important;
}

.fs-19px {
  font-size: 19px !important;
}

.fs-20px {
  font-size: 20px !important;
}

.fs-21px {
  font-size: 21px !important;
}

.fs-22px {
  font-size: 22px !important;
}

.note-text {
  font-size: 12px;
  font-style: italic;
  color: #8094ae;
}

.card .table {
  margin-bottom: 0;
}
.card .table tr:first-child th, .card .table tr:first-child td {
  border-top: none;
}
.card .table tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}
.card .table tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}
.card .table tr:first-child th:first-child {
  border-top-left-radius: 4px;
}
.card .table tr:first-child th:last-child {
  border-top-right-radius: 4px;
}
.card + .lead-text {
  margin-top: 2rem;
}
.lead-text + .card {
  margin-top: 1rem;
}
.card-custom-s1 .card-inner-group .card-inner {
  border-bottom: 1px solid #dbdfea;
}

@media (max-width: 991.98px) {
  .card-custom-s1 .card-inner-lg {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 992px) {
  .card-custom-s1 .card-inner-group {
    border-right: 1px solid #dbdfea;
  }
  .card-custom-s1 .card-inner-group .card-inner:last-child {
    border-bottom: none;
  }
}
@media (min-width: 576px) {
  .card-search .card-body {
    padding: 1.5rem;
  }
}
.card-aside {
  width: 300px;
  background-color: #fff;
  min-height: 100vh;
  flex-shrink: 0;
}
.card-aside-left {
  order: -1;
  border-right: 1px solid #e5e9f2;
}
.card-aside-right {
  order: 100;
  border-left: 1px solid #e5e9f2;
}
.card-aside-wrap {
  display: flex;
}
.card-aside-wrap .card-inner, .card-aside-wrap .card-content {
  flex-grow: 1;
}

@media (max-width: 767.98px) {
  .toggle-break-md.card-aside .card-inner-group {
    max-height: calc(100vh - 65px);
    margin-top: 65px;
  }
}
@media (max-width: 991.98px) {
  .toggle-break-lg.card-aside .card-inner-group {
    max-height: calc(100vh - 65px);
    margin-top: 65px;
  }
}
@media (max-width: 1199.98px) {
  .toggle-break-xl.card-aside .card-inner-group {
    max-height: calc(100vh - 65px);
    margin-top: 65px;
  }
}
@media (max-width: 1539.98px) {
  .toggle-break-xxl.card-aside .card-inner-group {
    max-height: calc(100vh - 65px);
    margin-top: 65px;
  }
}
@media (min-width: 992px) {
  .card-aside {
    position: static;
    display: block;
  }
}
@media (min-width: 1540px) {
  .card-aside {
    width: 380px;
  }
}
.user-avatar, [class^=user-avatar]:not([class*=-group]) {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #798bff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  flex-shrink: 0;
  position: relative;
}
.user-avatar + .user-info, [class^=user-avatar]:not([class*=-group]) + .user-info {
  margin-left: 1rem;
}
.user-avatar + .user-name, [class^=user-avatar]:not([class*=-group]) + .user-name {
  margin-left: 0.75rem;
}
.user-avatar img, [class^=user-avatar]:not([class*=-group]) img {
  border-radius: 50%;
}
.user-avatar.md + .user-info, [class^=user-avatar]:not([class*=-group]).md + .user-info {
  margin-left: 1.5rem;
}
.user-avatar.md + .user-name, [class^=user-avatar]:not([class*=-group]).md + .user-name {
  margin-left: 1.25rem;
}
.user-avatar .edit, [class^=user-avatar]:not([class*=-group]) .edit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(31, 43, 58, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s;
}
.user-avatar:hover .edit, [class^=user-avatar]:not([class*=-group]):hover .edit {
  opacity: 1;
}
.user-avatar .status, [class^=user-avatar]:not([class*=-group]) .status {
  border: 2px solid #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
.user-avatar.sq, [class^=user-avatar]:not([class*=-group]).sq {
  border-radius: 4px;
}
.user-avatar.sq img, [class^=user-avatar]:not([class*=-group]).sq img {
  border-radius: 4px;
}
.user-avatar.sq .status, [class^=user-avatar]:not([class*=-group]).sq .status {
  bottom: -6px;
  right: -6px;
}

.user-avatar-multiple {
  background-color: transparent !important;
}
.user-avatar-multiple .user-avatar {
  position: absolute;
  height: 70%;
  width: 70%;
  font-size: 80%;
  border: 2px solid #fff;
}
.user-avatar-multiple .user-avatar:nth-child(1) {
  top: 0;
  right: 0;
}
.user-avatar-multiple .user-avatar:nth-child(2) {
  bottom: 0;
  left: 0;
}
.user-avatar-multiple .user-avatar:nth-child(n+3) {
  display: none;
}

.user-card .user-avatar.d-none {
  margin-right: 1rem;
}
.user-card .user-avatar.d-none + .user-info, .user-card .user-avatar.d-none + .user-name {
  margin-left: 0;
}

.user-avatar-xl, .user-avatar.xl {
  height: 110px;
  width: 110px;
  font-size: 40px;
  font-weight: 400;
}
.user-avatar-xl .status, .user-avatar.xl .status {
  bottom: 9px;
  right: 9px;
}
.user-avatar-lg, .user-avatar.lg {
  height: 80px;
  width: 80px;
  font-size: 28px;
  font-weight: 400;
}
.user-avatar-lg .status, .user-avatar.lg .status {
  bottom: 5px;
  right: 5px;
}
.user-avatar-md, .user-avatar.md {
  height: 60px;
  width: 60px;
  font-size: 18px;
}
.user-avatar-md .status, .user-avatar.md .status {
  bottom: 2px;
  right: 2px;
}
.user-avatar-sm, .user-avatar.sm {
  height: 32px;
  width: 32px;
  font-size: 12px;
}
.user-avatar-sm .status, .user-avatar.sm .status {
  bottom: -2px;
  right: -2px;
}
.user-avatar-xs, .user-avatar.xs {
  height: 26px;
  width: 26px;
  font-size: 9px;
  font-weight: 700;
}
.user-avatar-xs .status, .user-avatar.xs .status {
  bottom: -2px;
  right: -2px;
}

.user-avatar[class*=-blue-dim] {
  color: #559bfb;
}

.user-avatar[class*=-azure-dim] {
  color: #1676fb;
}

.user-avatar[class*=-indigo-dim] {
  color: #2c3782;
}

.user-avatar[class*=-purple-dim] {
  color: #816bff;
}

.user-avatar[class*=-pink-dim] {
  color: #ff63a5;
}

.user-avatar[class*=-orange-dim] {
  color: #ffa353;
}

.user-avatar[class*=-teal-dim] {
  color: #20c997;
}

.user-avatar[class*=-primary-dim] {
  color: #F66D22;
}

.user-avatar[class*=-secondary-dim] {
  color: #364a63;
}

.user-avatar[class*=-success-dim] {
  color: #1ee0ac;
}

.user-avatar[class*=-info-dim] {
  color: #09c2de;
}

.user-avatar[class*=-warning-dim] {
  color: #f4bd0e;
}

.user-avatar[class*=-danger-dim] {
  color: #e85347;
}

.user-avatar[class*=-dark-dim] {
  color: #1f2b3a;
}

.user-avatar[class*=-gray-dim] {
  color: #8091a7;
}

.user-avatar[class*=-lighter] {
  color: #8094ae;
}

.user-avatar[class*=-light] {
  color: #526484;
}

.user-card {
  display: flex;
  align-items: center;
}
.user-card-wrap {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}
.user-card .user-info {
  color: #8094ae;
}
.user-card-menu {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.user-toggle {
  display: flex;
  align-items: center;
  padding: 0 1px 1px;
}
.user-status {
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  padding-top: 0.125rem;
  padding-bottom: 0.375rem;
}
.user-status-unverified {
  color: #e85347;
}
.user-status-verified {
  color: #1ee0ac;
}
.user-name {
  color: #526484;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
.is-dark .user-name {
  color: #90a1b8;
}
.is-theme .user-name {
  color: #c4cefe;
}
.user-action {
  margin-left: auto;
  font-size: 20px;
  color: #8094ae;
}
.user-account-info {
  padding-top: 1.5rem;
  padding-bottom: 1.25rem;
}
.user-account-data li {
  display: flex;
  justify-content: space-between;
  padding: 0.125rem 0;
}
.user-account-actions:not(:first-child) {
  margin-top: 1.5rem;
}
.user-account-actions ul {
  display: flex;
}
.user-account-actions ul li {
  width: 44%;
}
.user-account-actions ul li:last-child {
  width: 56%;
}
.user-account-actions .btn, .user-account-actions .dual-listbox .dual-listbox__button, .dual-listbox .user-account-actions .dual-listbox__button {
  width: 100%;
  font-size: 12px;
  letter-spacing: 0.04em;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-transform: uppercase;
}
.user-account-links {
  padding: 1rem 0;
  border-bottom: 1px solid #e5e9f2;
}
.user-account-info .user-account-links:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.user-account-info + .user-account-links {
  padding-top: 0;
  margin-top: -0.5rem;
}
.user-account-links a:link {
  padding: 0.5rem 0;
  display: flex;
}
.user-account-value {
  display: inline-flex;
}
.user-balance {
  font-size: 1.5rem;
  line-height: 1;
  padding: 0.125rem 0 0.375rem;
  color: #F66D22;
}
.user-balance small, .user-balance .small {
  font-size: 1rem;
}
.user-balance-alt {
  font-size: 15px;
  color: #526484;
  font-weight: 700;
}
.user-balance-alt span {
  font-weight: 400;
}
.user-balance-sub {
  font-size: 13px;
  color: #8094ae;
}
.user-balance-sub span {
  color: #526484;
}
.user-balance-sub + a {
  margin-top: 1rem;
}

.user-card-s2 {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0.5rem;
}
.user-card-s2 .user-avatar {
  margin: 0 auto;
}
.user-card-s2 .user-info {
  margin: 1.25rem 0 0 !important;
}
.user-card-s2 .user-info .sub-text {
  justify-content: center;
}
.user-card-s2 .user-info .badge {
  margin-bottom: 1rem;
}

.user-card-md .lead-text {
  font-size: 1rem;
}
.user-card-md .sub-text {
  font-size: 0.875rem;
}

.user-activity {
  display: flex;
}
.user-activity-group {
  display: flex;
  flex-wrap: wrap;
}
.user-activity-ck {
  height: 110px;
  padding: 0.5rem 0.375rem 0;
}
.user-activity .icon {
  width: 2.25rem;
  font-size: 1.5rem;
  color: #8094ae;
}
.user-activity .info span {
  display: block;
}
.user-activity .amount {
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 500;
  color: #526484;
}
.user-activity .title {
  font-size: 12px;
  color: #8094ae;
}
.user-activity .gfx {
  align-self: flex-end;
  width: 50px;
  margin-left: 1rem;
  margin-bottom: 0.25rem;
}

.user-contacts li {
  color: #526484;
  display: flex;
  font-size: 0.875rem;
  line-height: 1.4rem;
  padding: 0.375rem 0;
}
.user-contacts li .icon {
  color: #8094ae;
  font-size: 1rem;
  width: 1.75rem;
  line-height: inherit;
  display: inline-block;
}

.user-avatar-group {
  display: flex;
}
.user-avatar-group .user-avatar {
  border: 2px solid #fff;
}
.user-avatar-group .user-avatar:not(:first-child) {
  margin-left: -20%;
}
.user-avatar-group .user-avatar.sm:not(:first-child) {
  margin-left: -1rem;
}
.user-avatar-group .user-avatar.xs:not(:first-child) {
  margin-left: -0.5rem;
}

.user-info .lead-text, .user-info .sub-text {
  display: flex;
  align-items: center;
}
.user-info .edit {
  font-size: 1.25rem;
  color: #8094ae;
  margin-left: 0.5rem;
  display: inline-flex;
}
.user-info .edit:hover {
  color: #F66D22;
}

.user-plan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.75rem 0;
}
.user-plan-title {
  display: flex;
  align-items: center;
  color: #364a63;
  font-weight: 700;
  font-size: 1rem;
}
.user-plan-title .icon {
  font-size: 1.5rem;
  margin-right: 0.75rem;
  color: #F66D22;
}
.user-plan-info, .user-plan-actions {
  padding: 0.5rem 0;
}
.user-plan-status {
  font-size: 13px;
  font-weight: 500;
  color: #8094ae;
  text-transform: uppercase;
  margin-top: 0.5rem;
}
.user-plan-progress {
  width: 100%;
  margin-top: 1rem;
}

.data-list:not(:first-child) {
  margin-top: 1.5rem;
}
.data-item {
  position: relative;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
}
.data-item .icon {
  color: #8094ae;
  text-align: center;
  height: 32px;
  vertical-align: middle;
  line-height: 32px;
  display: inline-block;
}
.data-item:not(:last-child) {
  border-bottom: 1px solid #e5e9f2;
}
.data-item[data-toggle] {
  cursor: pointer;
}
.data-item:hover .data-label {
  color: #526484;
}
.data-item:hover .data-value, .data-item:hover .icon {
  color: #364a63;
}
.data-head {
  padding: 0.5rem 1.25rem;
  margin-bottom: 0.25rem;
  background-color: #ebeef2;
  border-radius: 4px;
}
.data-head.is-plain {
  margin-bottom: 0;
  background-color: transparent;
}
.data-head.is-plain:first-child {
  margin-top: 1rem;
}
.data-head .title {
  color: #526484;
}
.data-col {
  flex-grow: 1;
}
.data-col span:not(.data-more) {
  display: inline-block;
  transition: color 0.3s;
}
.data-col-end {
  flex-grow: 0;
  margin-left: auto;
}
.data-label {
  color: #8094ae;
  width: 100%;
  flex-shrink: 0;
}
.data-value {
  color: #526484;
  font-size: 0.9375rem;
}
.data-more {
  position: relative;
  z-index: 4;
  text-align: center;
  line-height: 28px;
  height: 28px;
  width: 28px;
  display: inline-grid;
  align-content: center;
}
.data-more:before {
  position: absolute;
  z-index: -1;
  height: 20px;
  width: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  content: "";
  background-color: #e5e9f2;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s;
}
.data-item:hover .data-more:before {
  opacity: 1;
  height: 40px;
  width: 40px;
}
.data-more.disable:before {
  display: none;
}

.data-list-s2:not(:first-child) {
  margin-top: 1rem;
}
.data-list-s2 .data-item, .data-list-s2 .data-head {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
.data-list-s2 .data-head {
  border-bottom: 1px solid #dbdfea;
}
.data-list-s2 .data-item:not(:last-child) {
  border-bottom-color: #dbdfea;
}
.data-list-s2 .data-label {
  color: #526484;
}
.data-list-s2 .data-placeholder {
  color: #8094ae;
}

@media (min-width: 768px) {
  .data-list:not(:first-child) {
    margin-top: 2rem;
  }
  .data-list-s2:not(:first-child) {
    margin-top: 1.25rem;
  }
  .data-item {
    padding: 1.5rem 1.25rem;
  }
  .data-col {
    display: flex;
    align-items: center;
  }
  .data-col-end {
    width: 200px;
    text-align: right;
    justify-content: flex-end;
  }
  .data-label:not([class^=w-]) {
    width: 50%;
  }
}
@media (min-width: 1200px) and (max-width: 1359px) {
  .card-aside-wrap .data-list .data-col {
    flex-wrap: wrap;
  }
  .card-aside-wrap .data-list .data-label {
    width: 100%;
  }
}
.is-compact .data-item {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.is-medium .data-item {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.dropdown-menu .nk-notification {
  max-height: 239px;
  overflow: auto;
}
.nk-notification-item {
  display: flex;
  align-items: center;
  padding: 1.25rem 1.75rem;
}
.nk-notification-icon {
  flex-shrink: 0;
  margin-right: 0.75rem;
}
.nk-notification-text {
  font-size: 13px;
  color: #526484;
}
.nk-notification-text span {
  color: #364a63;
}
.nk-notification-time {
  font-size: 11px;
  color: #8094ae;
}

.dropdown-menu .nk-chat-list, .dropdown-menu .chat-list {
  max-height: 274px;
  overflow: auto;
}

.icon-light {
  color: #fff;
}
.icon-dark {
  color: #364a63;
}
.icon-text {
  display: flex;
  align-items: center;
  font-size: 13px;
}
.icon-text .icon {
  font-size: 1.5em;
  width: 1.75rem;
}
.icon-image {
  width: 70px;
}
.icon-image + h6, .icon-image + .h6 {
  margin-top: 1rem;
}
.icon-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #F66D22;
  color: #fff;
  font-size: 18px;
  height: 36px;
  width: 36px;
}
.icon-circle-sm, .icon-circle.sm {
  height: 20px;
  width: 20px;
  font-size: 12px;
}
.icon-circle-md, .icon-circle.md {
  height: 28px;
  width: 28px;
  font-size: 14px;
}
.icon-circle-lg, .icon-circle.lg {
  height: 44px;
  width: 44px;
  font-size: 24px;
}
.icon-circle-xxl, .icon-circle.xxl {
  height: 80px;
  width: 80px;
  font-size: 40px;
}
.icon-status {
  position: relative;
  display: inline-flex;
}
.icon-status:after {
  position: absolute;
  border-radius: 50%;
  right: 0;
  top: 1px;
  height: 10px;
  width: 10px;
  border: 2px solid #fff;
  content: "";
}
.icon-status-info:after {
  background: #09c2de;
}
.icon-status-danger:after {
  background: #e85347;
}
.icon-status-success:after {
  background: #1ee0ac;
}
.icon-status-warning:after {
  background: #f4bd0e;
}
.icon-status-on:after {
  background: #1ee0ac;
}
.icon-status-off:after {
  background: #8094ae;
}
.icon-status-na:after {
  display: none;
}
.icon-overlap {
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  flex-shrink: 0;
}
.icon-overlap li {
  border-radius: 50%;
  border: 2px solid #fff;
}
.icon-overlap li + li {
  margin-right: -14px;
}
.icon-overlap-alt {
  display: inline-flex;
  align-items: flex-end;
  flex-shrink: 0;
}
.icon-overlap-alt li {
  border-radius: 50%;
}
.icon-overlap-alt li + li {
  margin-left: -16px;
  margin-bottom: -10px;
}

.icon-circle[class*=btc] {
  background: #f9841e;
}

.icon-circle[class*=facebook] {
  background: #3b5998;
}

.icon-circle[class*=google] {
  background: #de5246;
}

.icon-circle[class*=btc-dim] {
  background: #feefe2;
}

.icon-circle[class*=eth-dim] {
  background: #eaedf6;
}

.icon-circle[class*=white] {
  background: #fff;
}

.icon[class*=bg-blue-dim] {
  color: #559bfb;
}

.icon[class*=bg-azure-dim] {
  color: #1676fb;
}

.icon[class*=bg-indigo-dim] {
  color: #2c3782;
}

.icon[class*=bg-purple-dim] {
  color: #816bff;
}

.icon[class*=bg-pink-dim] {
  color: #ff63a5;
}

.icon[class*=bg-orange-dim] {
  color: #ffa353;
}

.icon[class*=bg-teal-dim] {
  color: #20c997;
}

.icon[class*=bg-primary-dim] {
  color: #F66D22;
}

.icon[class*=bg-secondary-dim] {
  color: #364a63;
}

.icon[class*=bg-success-dim] {
  color: #1ee0ac;
}

.icon[class*=bg-info-dim] {
  color: #09c2de;
}

.icon[class*=bg-warning-dim] {
  color: #f4bd0e;
}

.icon[class*=bg-danger-dim] {
  color: #e85347;
}

.icon[class*=bg-light] {
  color: #526484;
}

.icon[class*=bg-lighter] {
  color: #8094ae;
}

.icon[class*=bg-dark-dim] {
  color: #dde2ea;
}

.icon[class*=bg-gray-dim] {
  color: #e9f0f9;
}

.icon[class*=bg-facebook-dim] {
  color: #3b5998;
}

.icon[class*=bg-google-dim] {
  color: #de5246;
}

.icon[class*=bg-btc-dim] {
  color: #f9841e;
}

.icon[class*=bg-eth-dim] {
  color: #6174b9;
}

.icon[class*=bg-white] {
  color: #526484;
}

.icon-avatar {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  text-align: center;
  line-height: 1.5rem;
  border-radius: 50%;
  background: #e3e7fe;
  color: #798bff;
  margin-right: 0.5rem;
  font-size: 12px;
}
.icon-avatar-md {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 14px;
}

.tb-col-hide, .tb-col-xxl, .tb-col-xl, .tb-col-lg, .tb-col-md, .tb-col-sm, .tb-col-xs, .tb-col-mb {
  display: none !important;
}

@media (min-width: 576px) {
  .tb-col-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) {
  .tb-col-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) {
  .tb-col-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .tb-col-xl {
    display: table-cell !important;
  }
}
@media (min-width: 1540px) {
  .tb-col-xxl {
    display: table-cell !important;
  }
}
@media (min-width: 359px) {
  .tb-col-xs {
    display: table-cell !important;
  }
}
@media (min-width: 414px) {
  .tb-col-mb {
    display: table-cell !important;
  }
}
.table-middle td, .tb-row-middle td {
  vertical-align: middle;
}

.tb-col-end, .tb-col-action {
  text-align: right;
}
.tb-col-middle {
  vertical-align: middle;
}
.tb-col-action .link-cross, .tb-col-action .link-done {
  font-size: 1rem;
  text-align: center;
  line-height: 28px;
  height: 24px;
  width: 24px;
  display: inline-block;
  color: #8094ae;
  vertical-align: middle;
  border-radius: 12px;
}
.tb-col-action .link-cross .icon, .tb-col-action .link-done .icon {
  padding-left: 1px;
}
.tb-col-action .link-cross:hover {
  color: #e85347;
  background: #fce7e5;
}
.tb-col-action .link-done:hover {
  color: #1ee0ac;
  background: #e0fbf3;
}

@media (max-width: 575.98px) {
  .table-ulogs th.tb-col-ip {
    display: none;
  }
  .table-ulogs tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    padding: 0.5rem 1.25rem;
  }
  .table-ulogs tr:not(:first-child) {
    border-top: 1px solid #dbdfea;
  }
  .table-ulogs tr td {
    padding: 0;
    border: 0;
  }
  .table-ulogs tr td:first-child, .table-ulogs tr td:last-child {
    padding: 0;
  }
  .table-ulogs tr td, .table-ulogs tr th {
    flex-grow: 1;
  }
  .table-ulogs tr td.tb-col-os {
    width: 100%;
  }
  .table-ulogs tr th.tb-col-os {
    width: 40%;
    min-width: 142px;
    flex-grow: 0;
  }
  .table-ulogs tr td.tb-col-ip {
    width: 40%;
    min-width: 130px;
    flex-grow: 0;
  }
  .table-ulogs tr .tb-col-action {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
  }
  .table-ulogs thead tr {
    padding: 0;
  }
}
.toggle-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 10px);
  z-index: 9;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 12px 1px rgba(43, 55, 72, 0.15);
  transform: translateY(10px);
}
.toggle-content-right {
  left: auto;
  right: 0;
}
.toggle-content-bottom {
  top: auto;
  bottom: 0;
}
.toggle-content.content-active {
  transition: all 0.2s ease;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.toggle-slide {
  position: fixed;
  top: 0;
  z-index: 999;
  min-width: 260px;
  max-width: calc(100% - 40px);
  transition: transform 650ms ease;
}
.toggle-slide-left {
  left: 0;
  transform: translateX(-100%);
}
.toggle-slide-right {
  right: 0;
  transform: translateX(100%);
}
.toggle-slide.content-active {
  transform: translate(0) !important;
}
.toggle-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(31, 43, 58, 0.2);
  z-index: 900;
  animation: overlay-fade-in 0.4s ease 1;
}

.toggle-expand-content {
  display: none;
}
.toggle-expand-content.expanded {
  display: block;
}

.toggle-expand .inactive-text, .toggle-opt .inactive-text {
  display: block;
}
.toggle-expand.active > .inactive-text, .toggle-opt.active > .inactive-text {
  display: none;
}

.toggle-expand .active-text, .toggle-opt .active-text {
  display: none;
}
.toggle-expand.active > .active-text, .toggle-opt.active > .active-text {
  display: block;
}

body.toggle-shown {
  overflow: hidden;
}

@media (min-width: 576px) {
  .nk-block-tools-toggle .toggle-expand {
    display: none;
  }
  .nk-block-tools-toggle .toggle-expand-content {
    display: block !important;
  }
}
@media (max-width: 575.98px) {
  .nk-block-tools-toggle .toggle-expand-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 99;
    padding: 0 18px !important;
    background: #fff;
    margin-left: -18px;
    margin-right: -18px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2);
  }
  .nk-block-tools-toggle .nk-block-tools {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .nk-block-tools-toggle .nk-block-tools-opt {
    margin-left: auto;
  }
}
@media (max-width: 575.98px) {
  .card-tools-toggle .card-title-group {
    position: static;
  }
  .card-tools-toggle .toggle-wrap .toggle-content {
    padding: 1.25rem 1rem;
    transform: translate(0);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .card-tools-toggle .toggle-wrap .toggle-close {
    margin-right: auto;
  }
  .card-tools-toggle .toggle-wrap .toggle-close .btn-trigger:before {
    opacity: 0;
  }
  .card-tools-toggle .toggle-wrap .toggle-close .btn-trigger:hover:before {
    opacity: 1;
  }
}
@media (min-width: 576px) {
  .card-tools-toggle {
    z-index: 9;
  }
  .card-tools-toggle .toggle-wrap .toggle {
    display: none;
  }
  .card-tools-toggle .toggle-wrap .toggle-content {
    z-index: 9;
    opacity: 1;
    visibility: visible;
    position: static;
    background: transparent;
    box-shadow: none;
    transform: translate(0);
  }
  .card-tools-toggle .toggle-wrap .toggle-close {
    display: none;
  }
}
@media (min-width: 576px) {
  .toggle-break-sm {
    transition: none;
    opacity: 1;
    visibility: visible;
    transform: translateY(0) !important;
    position: static;
    background: transparent;
    box-shadow: none;
    z-index: 1 !important;
  }
  .toggle-break-sm.collapse {
    display: block;
  }
}
@media (min-width: 768px) {
  .toggle-break-md {
    transition: none;
    opacity: 1;
    visibility: visible;
    transform: translateY(0) !important;
    position: static;
    background: transparent;
    box-shadow: none;
    z-index: 1 !important;
  }
  .toggle-break-md.collapse {
    display: block;
  }
}
@media (min-width: 992px) {
  .toggle-break-lg {
    transition: none;
    opacity: 1;
    visibility: visible;
    transform: translateY(0) !important;
    position: static;
    background: transparent;
    box-shadow: none;
    z-index: 1 !important;
  }
  .toggle-break-lg.collapse {
    display: block;
  }
}
@media (min-width: 1200px) {
  .toggle-break-xl {
    transition: none;
    opacity: 1;
    visibility: visible;
    transform: translateY(0) !important;
    position: static;
    background: transparent;
    box-shadow: none;
    z-index: 1 !important;
  }
  .toggle-break-xl.collapse {
    display: block;
  }
}
@media (min-width: 1540px) {
  .toggle-break-xxl {
    transition: none;
    opacity: 1;
    visibility: visible;
    transform: translateY(0) !important;
    position: static;
    background: transparent;
    box-shadow: none;
    z-index: 1 !important;
  }
  .toggle-break-xxl.collapse {
    display: block;
  }
}
.nav-switch {
  display: inline-flex;
  margin-bottom: 1.5rem;
  border: 1px solid #dbdfea;
  border-radius: 30px;
  padding: 5px;
}
.nav-switch .nav-link {
  padding: 5px 16px;
  line-height: 20px;
  border-radius: 20px;
  position: static;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #8094ae;
}
.nav-switch .nav-link.active {
  background: #F66D22;
  color: #fff;
}
.nav-switch .nav-link:after {
  display: none;
}
.nav-switch .nav-item {
  padding: 0;
  margin: 0 1px;
}
.nav-switch .nav-item:last-child {
  margin-right: 0;
}
.nav-switch .nav-item:first-child {
  margin-left: 0;
}

@media (min-width: 576px) {
  .nav-switch {
    margin-bottom: 2.5rem;
  }
}
.nav-switch-s2 {
  display: inline-flex;
  border-radius: 4px;
  border: none;
}
.nav-switch-s2 .nav-link {
  padding: 0.25rem 0.7rem;
  line-height: 20px;
  border-radius: 0;
  position: static;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #8094ae;
  border: 1px solid #dbdfea;
}
.nav-switch-s2 .nav-link:hover, .nav-switch-s2 .nav-link:focus {
  color: #526484;
  background: #f5f6fa;
  border: 1px solid #dbdfea;
}
.nav-switch-s2 .nav-link.active {
  color: #364a63;
  border: 1px solid #dbdfea;
  background: #f5f6fa;
  box-shadow: inset 0 0 4px -1px rgba(128, 148, 174, 0.25);
}
.nav-switch-s2 .nav-link:after {
  display: none;
}
.nav-switch-s2 .nav-item {
  padding: 0;
  margin: 0;
}
.nav-switch-s2 .nav-item:last-child {
  margin-right: 0;
}
.nav-switch-s2 .nav-item:last-child .nav-link {
  border-radius: 0 4px 4px 0;
}
.nav-switch-s2 .nav-item:first-child {
  margin-left: 0;
}
.nav-switch-s2 .nav-item:first-child .nav-link {
  border-radius: 4px 0 0 4px;
}
.nav-switch-s2 .nav-item:not(:first-child) {
  margin-left: -1px;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.js-preloader {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 99999;
}
.page-loaded .js-preloader {
  pointer-events: none;
}

.loading-animation {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  transform: translate(-50%, -50%);
}

.tri-ring {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #F66D22;
  animation: spin 2s linear infinite;
}

.tri-ring:before, .tri-ring:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 3px solid transparent;
}

.tri-ring:before {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-top-color: #09c2de;
  animation: spin 3s linear infinite;
}

.tri-ring:after {
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-top-color: #1f2b3a;
  animation: spin 1.5s linear infinite;
}

.duo-pulse {
  width: 50px;
  height: 50px;
  display: inline-block;
  transform: translateZ(0);
}

.duo-pulse::before, .duo-pulse::after {
  content: "";
  background-color: #F66D22;
  display: inline-block;
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  opacity: 0.5;
  border-radius: 50%;
  animation: ballPulseDouble 2s ease-in-out infinite;
}
.duo-pulse::after {
  animation-delay: -1s;
}

@keyframes ballPulseDouble {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.widget-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
.widget-title > * {
  margin-bottom: 0;
}
.text-center .widget-title {
  justify-content: center;
}
.is-theme .widget-title a:hover {
  color: #fff;
}

.side-wg:not(:last-child) {
  margin-bottom: 2.5rem;
}
.side-wg-title {
  padding-bottom: 0.75rem;
}
.side-wg .back-to {
  font-size: 0.875rem;
  line-height: 1.1;
  font-weight: 400;
  position: relative;
  color: #8094ae;
  display: inline-flex;
  align-items: center;
}
.side-wg .back-to .icon {
  font-size: 1.25rem;
  width: 1.75rem;
  margin-top: -3px;
  display: inline-block;
}

.nk-ck {
  height: 260px;
}
.nk-ck-sm {
  height: 180px;
}

.nk-ck1 {
  height: 120px;
}

.nk-ck2 {
  height: 240px;
}

.nk-ck3 {
  height: 160px;
}

.nk-cktv {
  height: 300px;
  overflow: hidden;
  border: 1px solid #dbdfea;
  border-radius: 4px;
}
.nk-cktv .tradingview-widget-container {
  overflow: hidden;
  position: relative;
  top: 8px;
}
.nk-cktv .tradingview-widget-container > div {
  margin: -1px;
}

@media (min-width: 576px) {
  .nk-ck {
    height: 260px;
  }
  .nk-ck-sm {
    height: 180px;
  }
  .nk-ck1 {
    height: 120px;
  }
  .nk-ck2 {
    height: 240px;
  }
  .nk-ck3 {
    height: 258px;
  }
}
.nk-wg6-title:not(:first-child) {
  margin-top: 1.5rem;
}
.nk-wg6-title:not(:last-child) {
  margin-bottom: 1.5rem;
}
.nk-wg6-text:not(:last-child) {
  margin-bottom: 1.5rem;
}

.aside-wg + .aside-wg {
  padding-top: 2rem;
}

.nk-modal-title:not(:first-child) {
  margin-top: 1.5rem;
}
.nk-modal-title:not(:last-child) {
  margin-bottom: 1.5rem;
}
.nk-modal-title.title {
  font-size: 1.5rem;
}
.nk-modal-text:not(:last-child) {
  margin-bottom: 1.5rem;
}
.nk-modal-text .lead {
  font-size: 1.1rem;
  line-height: 1.5;
}
.nk-modal-text .sub-text {
  font-size: 14px;
}
.nk-modal-action {
  margin-top: 1.5rem;
}
.nk-modal-action-sm {
  margin-top: 1rem;
}
.nk-modal-action-md {
  margin-top: 2rem;
}
.nk-modal-action-lg {
  margin-top: 2.25rem;
}

.modal-body-lg .tab-content {
  margin-top: 2rem;
}

@media (min-width: 576px) {
  .nk-modal-action-md {
    margin-top: 2.5rem;
  }
  .nk-modal-action-lg {
    margin-top: 3.25rem;
  }
}
[data-toggle=modal] {
  cursor: pointer;
}

.search-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #fff;
  transition: opacity 0.4s;
  border-radius: 6px;
  pointer-events: none;
  display: flex;
  align-items: center;
}
.search-wrap.active {
  opacity: 1;
  z-index: 9;
  pointer-events: auto;
}
.search-wrap-extend {
  margin-top: -1rem;
  left: -2px;
  right: -2px;
}
.search-toggle {
  transition: all 0.4s;
  opacity: 1;
}
.search-toggle.active {
  opacity: 0;
}
.search-content {
  position: relative;
  width: 100%;
}
.search-content .form-control, .search-content div.dataTables_wrapper div.dataTables_filter input, div.dataTables_wrapper div.dataTables_filter .search-content input, .search-content .dual-listbox .dual-listbox__search, .dual-listbox .search-content .dual-listbox__search {
  padding-left: calc(2.125rem + 2px);
  padding-right: calc(2.125rem + 2px);
}
.search-content .form-control-sm {
  padding-left: calc(1.75rem + 2px);
  padding-right: calc(1.75rem + 2px);
}
.search-back, .search-submit {
  position: absolute;
  top: 50%;
}
.search-back:focus, .search-submit:focus {
  box-shadow: none;
}
.search-back {
  left: 0;
  transform: translate(-0.25rem, -50%);
}
.search-submit {
  right: 0;
  transform: translate(0.5rem, -50%);
}
.search-submit:hover {
  color: #F66D22;
}

.nk-search-box {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}
.nk-search-box .form-icon {
  height: 100%;
  border: none;
  background: transparent;
  width: 3.5rem;
}
.nk-search-box .form-control, .nk-search-box div.dataTables_wrapper div.dataTables_filter input, div.dataTables_wrapper div.dataTables_filter .nk-search-box input, .nk-search-box .dual-listbox .dual-listbox__search, .dual-listbox .nk-search-box .dual-listbox__search {
  border-radius: 1.5rem;
  padding-left: 1.25rem;
  padding-right: 1.5rem;
}

.nk-block + .nk-block, .nk-block + .nk-block-head {
  padding-top: 28px;
}
.nk-block + .nk-block-lg, .nk-block + .nk-block-head-lg {
  padding-top: 2.5rem;
}
.nav-tabs + .nk-block {
  padding-top: 1.5rem;
}
.nav-tabs + .nk-block-sm {
  padding-top: 1rem;
}
.nk-block-area {
  display: flex;
}
.nk-block-area-column {
  flex-direction: column;
}
.nk-block-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nk-block-between > .title:first-child {
  margin-bottom: 0;
}
.nk-block-middle {
  margin-top: auto;
  margin-bottom: auto;
}
.nk-block-head {
  position: relative;
  padding-bottom: 1.25rem;
}
.nk-block-head:only-child {
  padding-bottom: 0;
}
.nk-block-head h2:not(:last-child), .nk-block-head .h2:not(:last-child) {
  margin-bottom: 1rem;
}
.nk-block-head-sub {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  color: #8094ae;
  font-weight: 400;
  position: relative;
}
.nk-block-head-sub .back-to {
  color: inherit;
  display: inline-flex;
  align-items: center;
}
.nk-block-head-sub .back-to .icon {
  font-size: 1.5rem;
  width: 2rem;
  margin-top: -3px;
  display: inline-block;
}
.nk-block-head-sub .dropdown {
  position: absolute;
  right: -8px;
  top: -6px;
}
.nk-block-head-xs {
  padding-bottom: 0.75rem;
}
.nk-block-head-sm {
  padding-bottom: 1rem;
}
.nk-block-head-lg {
  padding-bottom: 1.5rem;
}
.nk-block-head + .nav-tabs {
  margin-top: -1rem;
}
.nk-content-body > .nk-block-head:first-child {
  padding-bottom: 1.75rem;
}
.nk-block-head .nk-block-text {
  margin-top: 1.5rem;
}
.nk-block-head .nk-block-text + .btn, .nk-block-head .dual-listbox .nk-block-text + .dual-listbox__button, .dual-listbox .nk-block-head .nk-block-text + .dual-listbox__button {
  margin-top: 1.5rem;
}
.nk-block-tools {
  display: flex;
  align-items: center;
}
.nk-block-tools > * {
  display: inline-flex;
}
.nk-block-des {
  color: #526484;
}
.nk-block-des strong {
  color: #364a63;
}
.nk-block-des .icon {
  vertical-align: middle;
}
.nk-block-content + .nk-block-head {
  padding-top: 2rem;
}
.nk-block-content + .nk-block-head-sm {
  padding-top: 1.5rem;
}
.nk-block-content-head:not(:last-child) {
  margin-bottom: 1rem;
}
.nk-block-title-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nk-block-title-group .title {
  margin-bottom: 0;
}
.nk-block-title-group:not(:last-child) {
  margin-bottom: 0.5rem;
}

@media (min-width: 576px) {
  .nk-block-head-lg {
    padding-bottom: 2.5rem;
  }
  .nk-block-content + .nk-block-head {
    padding-top: 4rem;
  }
  .nk-block-content + .nk-block-head-sm {
    padding-top: 2.5rem;
  }
}
@media (min-width: 768px) {
  .nk-content-body > .nk-block-head:first-child {
    padding-bottom: 2.5rem;
  }
  .nk-content-body > .nk-block-head-sm:first-child {
    padding-bottom: 1.75rem;
  }
  .nav-tabs + .nk-block {
    padding-top: 2.5rem;
  }
  .nav-tabs + .nk-block-sm {
    padding-top: 2rem;
  }
  .nav-tabs + .nk-block-xs {
    padding-top: 1.25rem;
  }
  .nk-block-text h5, .nk-block-text .h5, .nk-block-text h6, .nk-block-text .h6 {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .nk-block-tools .opt-menu-md {
    order: 100;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .nk-block-between-md {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.nk-block-subhead {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dbdfea;
}

.nk-feature-center {
  text-align: center;
}

.filter-wg label.overline-title {
  margin-bottom: 0.5rem;
}

.change {
  line-height: 1;
}
.change .sign {
  font-family: "Nioicon";
}
.change .sign:before {
  content: "";
}
.change.up {
  color: #1ee0ac !important;
}
.change.up .sign:before {
  content: "\e93c";
}
.change.down {
  color: #e85347 !important;
}
.change.down .sign:before {
  content: "\e939";
}

.nk-knob > div {
  position: relative;
  display: inline-block !important;
}

.knob {
  height: 100% !important;
  margin-top: 0 !important;
  font-size: 1.5rem !important;
}

.knob-half {
  height: 50% !important;
  font-size: 1.25rem !important;
}

[class*=knob] {
  text-align: center;
  pointer-events: none;
  width: 100% !important;
  font-weight: 400 !important;
  font-family: Roboto, sans-serif !important;
  color: #364a63 !important;
  margin-left: 0 !important;
  left: 0;
  border: none;
}
[class*=knob]:focus {
  outline: none;
}

.stats {
  padding: 0 0 1rem;
}

@media (min-width: 1540px) {
  .nk-content-sidebar .stats {
    padding: 1.25rem 1.5rem 1rem;
  }
}
.collapse-shown {
  display: inline-block !important;
}
.collapsed .collapse-shown {
  display: none !important;
}
.collapse-hidden {
  display: none !important;
}
.collapsed .collapse-hidden {
  display: inline-block !important;
}

.clipboard-init {
  cursor: pointer;
}
.clipboard-success .clipboard-init {
  color: #1bca9b;
}
.clipboard-text {
  font-size: 12px;
}
.clipboard-success .form-control:focus, .clipboard-success div.dataTables_wrapper div.dataTables_filter input:focus, div.dataTables_wrapper div.dataTables_filter .clipboard-success input:focus, .clipboard-success .dual-listbox .dual-listbox__search:focus, .dual-listbox .clipboard-success .dual-listbox__search:focus {
  border-color: #dbdfea;
  box-shadow: inset 0 1px 1px rgba(16, 25, 36, 0.075);
}

.nk-news-item {
  display: flex;
  align-items: center;
}
.nk-news-icon {
  width: 2rem;
  display: inline-flex;
  flex-shrink: 0;
}
.nk-news-icon .icon {
  font-size: 24px;
  color: #F66D22;
}
.is-theme .nk-news-icon .icon {
  color: #7f8dff;
}
.nk-news-icon img {
  width: 24px;
}
.nk-news-text {
  display: flex;
  align-items: center;
  max-width: calc(100% - 1.5rem);
}
.nk-news-text p {
  font-size: 13px;
  margin-bottom: 0;
  color: #526484;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: calc(100% - 2rem);
}
.nk-news-text p span {
  color: #8094ae;
  font-weight: 400;
}
.is-dark .nk-news-text p {
  color: #90a1b8;
}
.is-dark .nk-news-text p span {
  color: rgba(128, 148, 174, 0.9);
}
.is-theme .nk-news-text p {
  color: #dde3fe;
}
.is-theme .nk-news-text p span {
  color: rgba(196, 206, 254, 0.8);
}
.nk-news-text .icon {
  color: #8094ae;
  margin-left: 0.25rem;
}
.is-dark .nk-news-text .icon {
  color: #8094ae;
}
.is-theme .nk-news-text .icon {
  color: #c4cefe;
}
.nk-news-item:hover .nk-news-text .icon {
  color: #F66D22;
}

.language-list li:not(:last-child) .language-item {
  border-bottom: 1px solid #ecf2ff;
}
.language-item {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  color: #344357;
  transition: all 0.4s;
}
.language-item:hover {
  color: #3c4d62;
  background: #ebeef2;
}
.language-name {
  font-size: 12px;
}
.language-flag {
  width: 24px;
  margin-right: 12px;
}

.entry img, .entry .video, .entry .image-group {
  border-radius: 4px;
}
.entry img + p, .entry img + h2, .entry img + .h2, .entry img + h3, .entry img + .h3, .entry img + h4, .entry img + .h4, .entry img + h5, .entry img + .h5, .entry img + h6, .entry img + .h6, .entry img + ul, .entry img + ol, .entry .video + p, .entry .video + h2, .entry .video + .h2, .entry .video + h3, .entry .video + .h3, .entry .video + h4, .entry .video + .h4, .entry .video + h5, .entry .video + .h5, .entry .video + h6, .entry .video + .h6, .entry .video + ul, .entry .video + ol, .entry .image-group + p, .entry .image-group + h2, .entry .image-group + .h2, .entry .image-group + h3, .entry .image-group + .h3, .entry .image-group + h4, .entry .image-group + .h4, .entry .image-group + h5, .entry .image-group + .h5, .entry .image-group + h6, .entry .image-group + .h6, .entry .image-group + ul, .entry .image-group + ol {
  margin-top: 2rem;
}
.entry p + img {
  margin-top: 1rem;
}
.entry p + h2, .entry p + .h2, .entry p + h3, .entry p + .h3, .entry p + h4, .entry p + .h4, .entry p + h5, .entry p + .h5, .entry p + h6, .entry p + .h6, .entry p + .video, .entry p + .image-group {
  padding-top: 0.75rem;
}

p > span > .icon.ni {
  vertical-align: middle;
}

.btn-trigger + .dropdown-menu-end, .btn-trigger + .dropdown-menu-start {
  margin: -0.75rem 0 !important;
}

.btn-trigger + .dropdown-menu-end {
  margin-right: 16px !important;
}

.btn-trigger + .dropdown-menu-start {
  margin-left: 16px;
}

@media (max-width: 420px) {
  .btn-trigger + .dropdown-menu-xl, .btn-trigger + .dropdown-menu-lg, .btn-trigger + .dropdown-menu-md {
    margin-right: -16px !important;
    margin-top: 0rem !important;
  }
}
.bq-note-item:not(:first-child) {
  margin-top: 1.75rem;
}
.bq-note-text {
  padding: 1rem 1.25rem;
  background: #f5f6fa;
  border-radius: 4px;
}
.bq-note-meta {
  font-size: 12px;
  color: #8094ae;
  margin-top: 0.75rem;
}
.bq-note-meta span > span {
  color: #526484;
}
.bq-note-meta .link {
  margin-left: 0.75rem;
}
.bq-note-sep {
  height: 0.25rem;
  display: block;
  visibility: hidden;
  padding: 0 0.25rem;
}
.bq-note-by {
  display: inline-block;
}

@media (min-width: 576px) {
  .bq-note-text {
    padding: 1.25rem 1.5rem;
  }
  .bq-note-sep {
    height: auto;
    display: inline-block;
    visibility: visible;
  }
}
@media (min-width: 1200px) and (max-width: 1359px) {
  .form-settings .col-lg-5, .form-settings .col-lg-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.ratio {
  border-radius: 4px;
}

.video {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.video:before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  height: 120px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}
.video-play {
  display: flex;
  align-items: center;
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  color: #fff;
  font-size: 1.25rem;
}
.video-play:hover {
  color: #fff;
}
.video-play .icon {
  font-size: 2rem;
}

.nk-slider {
  position: relative;
}
.nk-slider-s1 {
  width: 290px;
  max-width: 100%;
}
.nk-slider-s1 .slick-dots {
  position: absolute;
  right: 1.25rem;
  top: 1.5rem;
  padding-top: 0;
}
.nk-slider-s2 .slider-arrows > div {
  padding: 0.5rem 0;
}

.project-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  align-items: start;
}
.project-title {
  display: flex;
  align-items: center;
  margin-right: 0.75rem;
}
.project-title .user-avatar {
  margin-right: 1rem;
}
.project-title .title {
  font-size: 0.975rem;
}
.project-title .title:not(:last-child) {
  margin-bottom: 0.125rem;
}
.project-details {
  margin-bottom: 1rem;
}
.project-progress {
  margin-bottom: 1rem;
}
.project-progress-details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.project-progress-task {
  display: flex;
  align-items: center;
  color: #8094ae;
}
.project-progress-task .icon {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-right: 0.25rem;
}
.project-progress-percent {
  color: #526484;
  font-weight: 500;
}
.project-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-users {
  display: flex;
  align-items: center;
}
.project-list-progress {
  display: flex;
  align-items: center;
}
.project-list-progress .progress {
  width: 100px;
  margin-right: 0.5rem;
}

@media (min-width: 1540px) {
  .project-list-progress .progress {
    width: 140px;
    margin-right: 1rem;
  }
}
.team {
  position: relative;
}
.team-info {
  padding: 1rem 0 1.25rem;
}
.team-info li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9375rem;
  line-height: 1.75rem;
}
.team-info li span:first-child {
  color: #8094ae;
}
.team-info li span:last-child {
  color: #526484;
}
.team-status {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
}
.team-options {
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
}
.team-details {
  padding-top: 0.5rem;
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
}
.team-statistics {
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding: 1rem 0 1.5rem;
}
.team-statistics li span {
  display: block;
}
.team-statistics li span:first-child {
  font-size: 1.125rem;
  color: #1c2b46;
}
.team-statistics li span:last-child {
  font-size: 0.875rem;
  color: #8094ae;
}
.team-view {
  display: flex;
  justify-content: center;
  padding-bottom: 0.25rem;
}

.rating {
  display: flex;
  align-items: center;
  margin: 0 -0.125rem;
  color: #f4bd0e;
}
.rating > * {
  padding: 0 0.125rem;
  display: inline-flex;
}
.rating .icon {
  font-size: 1rem;
}
.rating-wrap {
  display: inline-flex;
  align-items: flex-start;
}
.rating-wrap .amount {
  line-height: 1.25rem;
}
.rating-wrap .rating + span, .rating-wrap span + .rating {
  margin-left: 0.75rem;
}
.rating-pill {
  padding: 0.35rem 0.875rem;
  border-radius: 3rem;
}

.rating-card-description .icon {
  color: #F66D22;
}
.rating-card-description li {
  color: #8094ae;
}
.rating-progress {
  display: flex;
  align-items: center;
}

.icon + span, span + .icon {
  margin-left: 0.25rem;
}

.nk-stepper {
  display: none;
}
.nk-stepper-nav {
  display: flex;
  margin: -0.5rem;
  counter-reset: step-number;
}
.nk-stepper-nav > * {
  padding: 0.5rem;
}
.nk-stepper-nav > * .step-item {
  display: flex;
  align-items: center;
}
.nk-stepper-nav > * .step-item:before {
  counter-increment: step-number;
  content: counter(step-number);
  display: grid;
  place-items: center;
  height: 32px;
  width: 32px;
  border-radius: 100px;
  color: #F66D22;
  background: rgba(101, 118, 255, 0.15);
  margin-right: 1.125rem;
  flex-shrink: 0;
  flex-grow: 0;
}
.nk-stepper-nav > *.done .step-item:before {
  font-family: "Nioicon";
  content: "\e9bd";
}
.nk-stepper-nav > *.current .step-item:before {
  color: #fff;
  background: #F66D22;
}
.nk-stepper-nav.is-vr {
  flex-direction: column;
}
.nk-stepper-nav-s2 > * .step-item {
  border-radius: 4px;
  padding: 1rem 1.25rem;
  background: #f5f6fa;
  border-left: 2px solid transparent;
  height: 100%;
}
.nk-stepper-nav-s2 > *.current .step-item {
  border-left-color: #F66D22;
}
.nk-stepper-nav-s2 > *.done .step-item:before {
  color: #fff;
  background: #F66D22;
}
.nk-stepper-step {
  display: none;
}
.nk-stepper-step.active {
  display: block;
}
.nk-stepper-pagination {
  display: flex;
}
.nk-stepper-pagination li {
  display: none;
}
.nk-stepper-s1[data-step-current=last] .stepper-pagination {
  justify-content: center;
}

@media (min-width: 576px) {
  .nk-stepper-nav.is-vr-sm {
    flex-direction: column;
  }
  .nk-stepper-nav.is-hr-sm {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .nk-stepper-nav.is-vr-md {
    flex-direction: column;
  }
  .nk-stepper-nav.is-hr-md {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .nk-stepper-nav.is-vr-lg {
    flex-direction: column;
  }
  .nk-stepper-nav.is-hr-lg {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .nk-stepper-nav.is-vr-xl {
    flex-direction: column;
  }
  .nk-stepper-nav.is-hr-xl {
    flex-direction: row;
  }
}
@media (min-width: 1540px) {
  .nk-stepper-nav.is-vr-xxl {
    flex-direction: column;
  }
  .nk-stepper-nav.is-hr-xxl {
    flex-direction: row;
  }
}
/** 06. PAGES */
.nk-auth-body {
  padding: 1.25rem;
  padding-bottom:0px;
  margin-top:10px;
}
.nk-auth-footer {
  padding-bottom: 10px;
}
.nk-auth-body, .nk-auth-footer {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.nk-auth-footer {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.nk-auth-footer-full {
  margin-top: 0;
}

@media (min-width: 992px) {
  .nk-auth-container {
    width: 45%;
  }
}
@media (min-width: 1540px) {
  .nk-split .nk-auth-body, .nk-split .nk-auth-footer {
    margin-right: 90px;
  }
}
.nk-error-ld {
  padding: 2rem 1rem;
}
.nk-error-gfx {
  padding-bottom: 30px;
  max-width: 90%;
}
.nk-error-head {
  font-size: 160px;
  font-weight: 700;
  background: -webkit-linear-gradient(#F66D22, #2c3782);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.9;
}
.nk-error-title {
  padding-bottom: 1rem;
}
.nk-error-text {
  font-size: 1rem;
}

@media (min-width: 576px) {
  .nk-error-lead {
    font-size: 200px;
  }
  .nk-error-gfx {
    padding-bottom: 60px;
    max-width: 520px;
  }
}
.clipboard-success-message {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1ee0ac;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.clipboard-success .clipboard-success-message {
  opacity: 1;
}

/** 07. MISC */
.has-shadow.bg-lighter .card, .dual-listbox .has-shadow.dual-listbox__item:hover .card, .has-shadow.bg-lighter .sp-pdl-item, .dual-listbox .has-shadow.dual-listbox__item:hover .sp-pdl-item, .has-shadow.bg-lighter .invoice-wrap, .dual-listbox .has-shadow.dual-listbox__item:hover .invoice-wrap, .has-shadow.bg-lighter .accordion, .dual-listbox .has-shadow.dual-listbox__item:hover .accordion {
  box-shadow: 0 0 8px -3px rgba(60, 77, 98, 0.15);
}
.has-shadow .card, .has-shadow .sp-pdl-item, .has-shadow .invoice-wrap, .has-shadow .accordion {
  box-shadow: 0 0 6px -2px rgba(60, 77, 98, 0.2);
}
.has-shadow .data-head, .has-shadow .data-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.has-shadow .card .data-head:not(.is-plain) {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  padding-left: 0.75rem;
}
.has-shadow .nav-tabs {
  box-shadow: 0 2px 0 -1px rgba(60, 77, 98, 0.06);
}
.has-shadow .nk-header {
  box-shadow: 0 3px 0 -1px rgba(60, 77, 98, 0.04);
}

.nio-version {
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.02em;
  position: absolute;
  right: -1px;
  bottom: -3px;
}

.code-tag {
  color: #816bff;
}
.code-class {
  color: #ff63a5;
}
.code-fnc {
  color: #09c2de;
}

.nk-switch-icon {
  color: #90a1b8;
  height: 1.5rem;
  width: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nk-switch-icon .icon {
  font-size: 1.5rem;
}
.nk-switch-icon .icon-sm {
  font-size: 1.25rem;
}
.nk-switch-icon:hover {
  color: #526484;
}
.nk-switch-icon.active {
  color: #F66D22;
}

.dark-switch {
  position: relative;
}
.dark-switch:before, .dark-switch:after {
  position: absolute;
  content: "";
  transform: translateY(-50%);
  border-radius: 1.5rem;
  display: block;
  top: 50%;
}
.dark-switch:before {
  right: 0;
  width: 3rem;
  height: 1.5rem;
  background-color: #fff;
  border: #dbdfea solid 2px;
}
.dark-switch:after {
  height: 1rem;
  width: 1rem;
  right: calc(2rem - 2px - .125rem);
  background-color: #dbdfea;
}
.dark-switch.active:before {
  background-color: #F66D22;
  border-color: #F66D22;
}
.dark-switch.active:after {
  right: calc(2px + .125rem);
  background-color: #fff;
}

.is-scrollable {
  overflow: auto;
}

.country-list {
  display: flex;
  flex-wrap: wrap;
}
.country-list li {
  width: 100%;
}
.country-item {
  display: flex;
  align-items: center;
}
.country-flag {
  width: 1.25rem;
  margin-right: 0.75rem;
}
.country-name {
  font-size: 1rem;
  color: #526484;
}

@media (min-width: 576px) {
  .country-list li {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .country-list li {
    width: 33.33%;
  }
}
.collapsed .switch-text-normal {
  display: none;
}
.switch-text-collapsed {
  display: none;
}
.collapsed .switch-text-collapsed {
  display: inline-flex;
}

.close {
  float: right;
  font-size: 1.505rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover-focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

.popover-header {
  border-bottom: 1px solid #eaeaea;
}

.profile-ud-label {
  display: block;
  color: #8094ae;
}
.plain .profile-ud-label {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.wider .profile-ud-label {
  display: inline-flex;
  letter-spacing: -0.01em;
  width: 120px;
  flex-shrink: 0;
}
.profile-ud-value {
  color: #526484;
}
.wider .profile-ud-value {
  text-align: right;
  font-weight: 500;
  width: 100%;
}
.profile-ud.wider {
  display: flex;
  padding: 0.5rem 0;
}
.profile-ud-item:nth-child(n+2) .profile-ud.plain {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .profile-ud.wider {
    padding: 0.75rem 0;
  }
  .profile-ud-list {
    display: flex;
    flex-wrap: wrap;
    margin: -0.25rem -3.25rem;
    max-width: 960px;
  }
  .profile-ud-item {
    width: 50%;
    padding: 0 3.25rem;
  }
  .profile-ud-item:nth-child(2) .profile-ud.plain {
    margin-top: 0;
  }
}
.profile-stats .amount {
  font-size: 1.125rem;
  font-weight: 700;
}

.profile-balance-group {
  display: flex;
  align-items: flex-end;
}
.profile-balance-ck {
  position: relative;
  height: 70px;
  margin-top: 0.5rem;
}
.profile-balance-sub {
  font-size: 0.875rem;
  color: #8094ae;
}
.profile-balance-subtitle {
  font-size: 0.75rem;
  margin-top: 0.5rem;
}
.profile-balance-sub .icon {
  font-size: 0.75rem;
}
.profile-balance-plus {
  position: absolute;
}
.profile-balance-plus .icon {
  font-size: 1rem;
  line-height: 1.5rem;
}
.profile-balance-plus ~ * {
  padding-left: 24px;
}
.profile-balance-amount .number {
  font-size: 1.25rem;
  font-weight: 700;
  color: #364a63;
  line-height: 1.5rem;
  white-space: nowrap;
}
.profile-balance-amount .number small, .profile-balance-amount .number .small {
  font-weight: 400;
}

.steps ul {
  display: flex;
}
.steps ul li {
  flex-grow: 1;
}
.steps .current-info {
  display: none;
}

.actions ul {
  display: flex;
  margin: -10px;
  padding-top: 20px;
}
.actions ul li {
  padding: 10px;
}
.actions ul li:first-child {
  order: 1;
}
.actions ul li a {
  display: inline-block;
  position: relative;
  color: #fff;
  font-weight: 500;
  transition: all 0.4s ease;
  border-color: #F66D22;
  background: #F66D22;
  --bs-btn-padding-y: 0.4375rem;
  --bs-btn-padding-x: 1.125rem;
  --bs-btn-font-size: 0.8125rem;
  --bs-btn-border-radius: 4px;
  line-height: 1.25rem;
}
.actions ul li.disabled {
  display: none;
}

.nk-wizard-head {
  display: none;
}
.nk-wizard-simple .steps {
  margin-bottom: 20px;
}
.nk-wizard-simple .steps ul li {
  position: relative;
  padding-bottom: 5px;
  padding-right: 1rem;
  margin-bottom: 0.5rem;
}
.nk-wizard-simple .steps ul li h5, .nk-wizard-simple .steps ul li .h5 {
  border: none;
  padding: 0 0 6px 0;
  letter-spacing: 0.02em;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  color: #8094ae;
}
.nk-wizard-simple .steps ul li .number {
  font-size: 13px;
  color: #8094ae;
  font-weight: 700;
}
.nk-wizard-simple .steps ul li:after {
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
  content: "";
  transition: all 0.4s;
  background: #e5e9f2;
}
.nk-wizard-simple .steps ul li.done:after, .nk-wizard-simple .steps ul li.current:after {
  height: 2px;
  background: #F66D22;
  width: 100%;
}
.nk-wizard-simple .steps ul li.done h5, .nk-wizard-simple .steps ul li.done .h5, .nk-wizard-simple .steps ul li.done .number, .nk-wizard-simple .steps ul li.current h5, .nk-wizard-simple .steps ul li.current .h5, .nk-wizard-simple .steps ul li.current .number {
  color: #F66D22;
}
.nk-wizard-simple .steps ul li.current ~ .done:after {
  height: 1px;
  background: #e5e9f2;
}
.nk-wizard-simple .steps ul li.current ~ .done h5, .nk-wizard-simple .steps ul li.current ~ .done .h5, .nk-wizard-simple .steps ul li.current ~ .done .number {
  color: #8094ae;
}
.nk-wizard-simple .steps .current-info {
  display: none;
}
.nk-wizard.is-vertical .steps ul {
  flex-wrap: wrap;
}
.nk-wizard.is-vertical .steps ul li h5, .nk-wizard.is-vertical .steps ul li .h5 {
  text-transform: none;
}

@media (min-width: 768px) {
  .nk-wizard.is-vertical {
    display: flex;
    flex-wrap: wrap;
  }
  .nk-wizard.is-vertical .steps {
    width: 33%;
    padding-right: 2rem;
  }
  .nk-wizard.is-vertical .steps ul li {
    width: 100%;
  }
  .nk-wizard.is-vertical .steps ul li:not(:last-child) {
    margin-bottom: 1rem;
  }
  .nk-wizard.is-vertical .content {
    width: 66%;
  }
  .nk-wizard.is-vertical .actions {
    margin-left: 33%;
  }
}
.tb-tnx-head {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  background: #f5f6fa;
}
.tb-tnx-head td, .tb-tnx-head th {
  color: #8094ae;
  padding: 0.625rem 0.25rem;
}
.tb-tnx-head th {
  border-radius: 0;
}
.tb-tnx-head th:first-child {
  border-top-left-radius: 4px;
}
.tb-tnx-head th:last-child {
  border-top-right-radius: 4px;
}
.tb-tnx-item {
  font-size: 14px;
}
.tb-tnx-item td {
  padding: 1.25rem 0.25rem;
  vertical-align: middle;
}
.is-compact .tb-tnx-item td {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.tb-tnx-id a {
  display: block;
}
.tb-tnx-id span {
  font-weight: 500;
}
.tb-tnx-item .tb-tnx-total {
  font-weight: 500;
  color: #526484;
}
.tb-tnx-desc {
  padding-right: 0.5rem;
}
.tb-tnx-item .tb-tnx-date {
  color: #8094ae;
}
.tb-tnx-item .tb-tnx-date .date {
  font-size: 13px;
}
.tb-tnx-action {
  width: 60px;
  text-align: right;
}
.tb-tnx-action .dropdown {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.tb-tnx-btns .btn + .btn, .tb-tnx-btns .dual-listbox .dual-listbox__button + .btn, .dual-listbox .tb-tnx-btns .dual-listbox__button + .btn, .tb-tnx-btns .dual-listbox .btn + .dual-listbox__button, .dual-listbox .tb-tnx-btns .btn + .dual-listbox__button, .tb-tnx-btns .dual-listbox .dual-listbox__button + .dual-listbox__button, .dual-listbox .tb-tnx-btns .dual-listbox__button + .dual-listbox__button {
  margin-left: 0.5rem;
}
.tb-tnx-btns + .dropdown {
  margin-left: 1rem;
}

@media (max-width: 767px) {
  .tb-tnx-item, .tb-tnx-head {
    display: flex;
    width: 100%;
  }
  .tb-tnx-item th, .tb-tnx-head th {
    flex-grow: 1;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .tb-tnx-item td, .tb-tnx-head td {
    flex-grow: 1;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .tb-tnx-item {
    flex-wrap: wrap;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .tb-tnx-item:not(:last-child) {
    border-bottom: 1px solid #e5e9f2;
  }
  .tb-tnx-amount {
    width: 110px;
    text-align: right;
  }
  .tb-tnx-id, .tb-tnx-head th:first-child {
    min-width: 85px;
    padding-right: 0.25rem !important;
    flex-grow: 0 !important;
  }
  .tb-tnx-info {
    width: 45%;
  }
  .tb-tnx-date .date {
    font-size: 12px;
  }
  .tb-tnx-date .date + .date {
    padding-left: 0.5rem;
  }
  .tb-tnx-action:last-child {
    flex-grow: 0;
    padding-left: 0.5rem;
    display: inline-flex;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .tb-tnx-item {
    font-size: 13px;
  }
  .tb-tnx-id {
    width: 100%;
  }
  .tb-tnx-id + td {
    padding-left: 1.25rem;
  }
  .tb-tnx-info {
    width: 65%;
  }
  .tb-tnx-amount:last-child {
    width: 25%;
  }
  .tb-tnx-amount:not(:last-child) {
    display: none;
  }
  .tb-tnx-amount.is-alt {
    position: absolute;
    display: inline-flex;
    right: 1.25rem;
    width: auto;
  }
  .tb-tnx-amount.is-alt .tb-tnx-total {
    order: 5;
    padding-left: 1.25rem;
  }
}
@media (min-width: 768px) {
  .tb-tnx-desc, .tb-tnx-date, .tb-tnx-total, .tb-tnx-status {
    display: inline-block;
    vertical-align: middle;
  }
  .tb-tnx-desc, .tb-tnx-date {
    width: calc(50% - 4px);
  }
  .tb-tnx-total {
    width: calc(60% - 4px);
  }
  .tb-tnx-status {
    width: calc(40% - 4px);
  }
  .tb-tnx-amount {
    width: 25%;
  }
  .tb-tnx-date .date, .tb-tnx-date > span > span {
    width: calc(50% - 4px);
    display: inline-block;
  }
  .tb-tnx-date .date + .date, .tb-tnx-date > span > span + span {
    padding-left: 0.75rem;
  }
}
.tb-odr-item {
  font-size: 14px;
}
.tb-odr-item td {
  padding: 1rem 0.25rem;
  vertical-align: middle;
}
.tb-odr-id, .tb-odr-total {
  display: block;
}
.tb-odr-item .tb-odr-id, .tb-odr-item .tb-odr-total {
  font-weight: 500;
}
.tb-odr-id a {
  display: block;
}
.tb-odr-id span {
  font-weight: 500;
}
.tb-odr-item .tb-odr-total {
  color: #364a63;
}
.tb-odr-head .tb-odr-item .tb-odr-total {
  color: inherit;
}
.tb-odr-item .tb-odr-date {
  color: #8094ae;
}
.tb-odr-head .tb-odr-item .tb-odr-date {
  color: inherit;
}
.tb-odr-action > div, .tb-odr-action > .btn, .dual-listbox .tb-odr-action > .dual-listbox__button {
  vertical-align: middle;
}
.tb-odr-action:last-child {
  padding-left: 1.25rem;
  text-align: right;
}
.tb-odr-btns .btn + .btn, .tb-odr-btns .dual-listbox .dual-listbox__button + .btn, .dual-listbox .tb-odr-btns .dual-listbox__button + .btn, .tb-odr-btns .dual-listbox .btn + .dual-listbox__button, .dual-listbox .tb-odr-btns .btn + .dual-listbox__button, .tb-odr-btns .dual-listbox .dual-listbox__button + .dual-listbox__button, .dual-listbox .tb-odr-btns .dual-listbox__button + .dual-listbox__button {
  margin-left: 0.5rem;
}
.tb-odr-id {
  min-width: 90px;
}
.tb-odr-head {
  background: #f5f6fa;
}
.tb-odr-head th {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #8094ae;
  padding: 0.625rem 0.25rem;
}

@media (max-width: 767px) {
  .tb-odr-item th, .tb-odr-item td {
    flex-grow: 1;
  }
  .tb-odr-amount {
    text-align: right;
  }
}
@media (max-width: 575px) {
  .tb-odr-item {
    font-size: 13px;
  }
  .tb-odr-amount {
    width: 24%;
  }
  .tb-odr-info {
    width: 44%;
  }
  .tb-odr-action {
    width: 2rem;
    min-width: auto;
  }
  .tb-odr-item .tb-odr-action {
    padding-left: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tb-odr-info {
    min-width: 55%;
  }
  .tb-odr-amount {
    width: 30%;
  }
  .tb-odr-total {
    min-width: 100px;
  }
  .tb-odr-id, .tb-odr-total {
    display: inline-block;
  }
  .tb-odr-id + span, .tb-odr-total + span {
    padding-left: 1rem;
  }
  .tb-odr-btns + .dropdown, .tb-odr-btns + .btn, .dual-listbox .tb-odr-btns + .dual-listbox__button {
    margin-left: 0.75rem;
  }
}
@media (min-width: 992px) {
  .tb-odr-id {
    min-width: 120px;
  }
  .tb-odr-total {
    min-width: 50%;
  }
}
.is-compact .tb-tnx-item td, .is-compact .tb-odr-item td {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

@media (max-width: 767px) {
  .is-compact .tb-tnx-item, .is-compact .tb-odr-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .is-compact .tb-tnx-item td, .is-compact .tb-odr-item td {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.nk-tb-list {
  display: table;
  width: 100%;
  font-size: 13px;
  color: #8094ae;
}
.nk-tb-list.is-alt {
  color: #526484;
}
.nk-tb-list .list-status, .nk-tb-list .tb-status {
  font-size: 12px;
  font-weight: 500;
}
.nk-tb-list .tb-lead, .nk-tb-list .tb-amount {
  font-weight: 500;
  color: #364a63;
  display: block;
  line-height: 1.4;
}
.nk-tb-list .tb-lead-sub, .nk-tb-list .tb-amount-sub {
  color: #526484;
  display: block;
  line-height: 1.4;
}
.nk-tb-list .tb-sub, .nk-tb-list .tb-amount-sm {
  font-size: 0.9em;
}
.nk-tb-list .tb-amount span, .nk-tb-list .tb-amount .currency {
  color: #526484;
  font-weight: 400;
}
.nk-tb-list .user-info .tb-lead + span, .nk-tb-list .tb-lead + .tb-date {
  font-size: 11px;
}
.nk-tb-list .tb-country {
  display: flex;
  align-items: center;
}
.nk-tb-list .tb-country .name {
  color: #364a63;
}
.nk-tb-list .tb-country .flag {
  height: 16px;
  border-radius: 3px;
}
.nk-tb-list .tb-country .flag + .name {
  margin-left: 0.6875rem;
}
.nk-tb-list .tb-product {
  display: flex;
  align-items: center;
}
.nk-tb-list .tb-product .thumb {
  width: 48px;
  border-radius: 4px;
  margin-right: 1rem;
}
.nk-tb-list .tb-product .title {
  font-weight: 700;
  font-size: 0.875rem;
  color: #364a63;
}
.nk-tb-list .tb-asterisk {
  font-size: 1.125rem;
  line-height: 1;
  vertical-align: middle;
}
.nk-tb-list .tb-asterisk a {
  color: #F66D22;
}
.nk-tb-item {
  transition: background-color 0.3s, box-shadow 0.3s;
  display: table-row;
}
.nk-tb-item:not(.nk-tb-head):hover, .nk-tb-item:not(.nk-tb-head).seleted {
  background: #f8f9fc;
  box-shadow: 0 0 10px -4px rgba(54, 74, 99, 0.2);
}
.nk-tb-col {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 1rem 0.5rem;
}
.nk-tb-col:first-child {
  padding-left: 1.25rem;
}
.nk-tb-col:last-child {
  padding-right: 1.25rem;
}
.nk-tb-col-tools {
  max-width: 3.75rem;
}
.nk-tb-col-check {
  width: 3rem;
}
.nk-tb-col-check .custom-control {
  vertical-align: middle;
}
.nk-tb-item:not(:last-child) .nk-tb-col {
  border-bottom: 1px solid #dbdfea;
}
.nk-tb-head .nk-tb-col {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #8094ae;
  font-size: 0.9em;
  border-bottom: 1px solid #dbdfea;
}
.nk-tb-col-action {
  text-align: right;
}
.nk-tb-col-action > .dropdown:last-child {
  right: -0.5rem;
}
.nk-tb-col-nosort:before, .nk-tb-col-nosort:after {
  display: none !important;
}
.nk-tb-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.nk-tb-ulist .nk-tb-actions, .nk-tb-actions-adj .nk-tb-actions {
  right: -0.5rem;
}
.nk-tb-actions.visible1 {
  width: 1rem;
}
.nk-tb-action-hidden {
  opacity: 0;
  transition: 0.3s ease;
}
.nk-tb-item:hover .nk-tb-action-hidden {
  opacity: 1;
  background: #f8f9fc;
}
.nk-tb-list .nk-tb-head .btn-trigger .icon {
  font-size: 1.5em;
}
.nk-tb-list.is-separate {
  margin-top: -8px;
  border-collapse: separate;
  border-spacing: 0 8px;
}
.nk-tb-list.is-separate .nk-tb-item > .nk-tb-col {
  background: #fff;
  border: none;
  box-shadow: 0px 1px 3px 0px rgba(54, 74, 99, 0.05);
}
.nk-tb-list.is-separate .nk-tb-item > .nk-tb-col:first-child {
  border-radius: 4px 0 0 4px;
}
.nk-tb-list.is-separate .nk-tb-item > .nk-tb-col:last-child {
  border-radius: 0 4px 4px 0;
}
.nk-tb-list.is-separate .nk-tb-item:hover .nk-tb-action-hidden {
  background: #fff;
}
.nk-tb-list.is-separate .nk-tb-head .nk-tb-col {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .nk-tb-col-check {
    width: 3.25rem;
  }
  .nk-tb-item .nk-tb-col:first-child {
    padding-left: 1.5rem;
  }
  .nk-tb-item .nk-tb-col:last-child {
    padding-right: 1.5rem;
  }
}
@media (min-width: 1540px) {
  .nk-tb-list {
    font-size: 14px;
  }
  .nk-tb-list .list-status, .nk-tb-list .tb-status {
    font-size: 13px;
  }
  .nk-tb-list .user-info .tb-lead + span, .nk-tb-list .tb-lead + .tb-date {
    font-size: 12px;
  }
}
.is-loose .nk-tb-item:not(.nk-tb-head) .nk-tb-col {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.is-medium .nk-tb-item:not(.nk-tb-head) .nk-tb-col {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.is-compact .nk-tb-item:not(.nk-tb-head) .nk-tb-col {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.nk-tnx-type {
  display: flex;
  align-items: center;
}
.nk-tnx-type-icon {
  font-size: 1.125rem;
  flex-shrink: 0;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e5e9f2;
  margin-right: 1rem;
}

@media (max-width: 991.98px) {
  .nk-tb-tnx {
    font-size: 12px;
    letter-spacing: -0.01em;
  }
  .nk-tnx-type-icon {
    font-size: 0.875rem;
    height: 1.75rem;
    width: 1.75rem;
    margin-right: 0.75rem;
  }
}
@media (max-width: 575.98px) {
  .nk-tb-tnx .nk-tb-head .nk-tb-col-tools {
    opacity: 0;
  }
  .nk-tb-tnx .nk-tb-col-status {
    text-align: right;
    padding-right: 1.25rem !important;
  }
  .nk-tb-tnx .nk-tb-col-tools {
    position: absolute;
    right: 0;
    opacity: 0;
    transition: 0.3s ease;
  }
  .nk-tb-tnx .nk-tb-item:hover .nk-tb-col-tools {
    opacity: 1;
  }
  .nk-tnx-type-icon {
    margin-right: 0.5rem;
  }
}
@media (min-width: 768px) {
  .nk-tb-tnx .nk-tb-col-status {
    padding-left: 2.5rem;
  }
}
@media (min-width: 1800px) {
  .nk-tb-tnx .nk-tb-col-status {
    padding-left: 6rem;
  }
}
.timeline {
  color: #8094ae;
  line-height: 1.3;
}
.timeline + .timeline, .timeline-list + .timeline-head {
  margin-top: 1.75rem;
}
.timeline-head {
  font-size: 14px;
  color: #8094ae;
  margin-bottom: 1rem;
}
.timeline-item {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.timeline-item:not(:last-child) {
  padding-bottom: 1.5rem;
}
.timeline-item:not(:last-child):before {
  position: absolute;
  height: calc(100% - 11px);
  width: 1px;
  background: #dbdfea;
  content: "";
  top: 13px;
  left: 5px;
}
.timeline-status {
  position: relative;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 2px;
}
.timeline-status.is-outline:after {
  position: absolute;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #fff;
  content: "";
  top: 2px;
  left: 2px;
}
.timeline-date {
  position: relative;
  color: #8094ae;
  width: 90px;
  margin-left: 0.75rem;
  flex-shrink: 0;
  line-height: 1rem;
}
.timeline-date .icon {
  margin-right: 0.25rem;
  vertical-align: middle;
  color: #8094ae;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 2px;
}
.timeline-data {
  padding-left: 8px;
}
.timeline-title {
  font-size: 15px;
  color: #364a63;
  margin-bottom: 0.75rem;
}
.timeline-des {
  color: #8094ae;
}
.timeline-des p {
  margin-bottom: 0.25rem;
}
.timeline .time {
  display: block;
  font-size: 12px;
  color: #8094ae;
}

@media (min-width: 576px) {
  .timeline + .timeline, .timeline-list + .timeline-head {
    margin-top: 2.5rem;
  }
}
@media (max-width: 413px) {
  .timeline-item {
    flex-wrap: wrap;
  }
  .timeline-date {
    width: 80px;
  }
  .timeline-data {
    padding: 0.75rem 0 0 24px;
  }
}
.invoice {
  position: relative;
}
.invoice-wrap {
  padding: 1.25rem;
  border: 1px solid #dbdfea;
  border-radius: 4px;
  background: #fff;
}
.invoice-action {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
}
.invoice-brand {
  padding-bottom: 1.5rem;
}
.invoice-brand img {
  max-height: 60px;
}
.invoice-bills {
  font-size: 12px;
}
.invoice-bills .table {
  min-width: 580px;
}
.invoice-bills .table th {
  color: #F66D22;
  font-size: 12px;
  text-transform: uppercase;
  border-top: 0;
}
.invoice-bills .table th:last-child, .invoice-bills .table td:last-child {
  text-align: right;
}
.invoice-bills .table tfoot {
  border-top: 1px solid #dbdfea;
}
.invoice-bills .table tfoot td {
  border-top: 0;
  white-space: nowrap;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.invoice-bills .table tfoot tr:last-child td:not(:first-child), .invoice-bills .table tfoot tr:first-child td:not(:first-child) {
  font-weight: 500;
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
}
.invoice-bills .table tfoot tr:last-child td:not(:first-child) {
  border-top: 1px solid #dbdfea;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.invoice-head {
  padding-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.invoice-desc {
  width: 210px;
  padding-top: 1.5rem;
}
.invoice-desc .title {
  text-transform: uppercase;
  color: #F66D22;
}
.invoice-desc ul li {
  padding: 0.25rem 0;
}
.invoice-desc ul span {
  font-size: 13px;
  font-weight: 500;
  color: #526484;
}
.invoice-desc ul span:first-child {
  min-width: 90px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8094ae;
}
.invoice-desc ul span:last-child {
  padding-left: 0.75rem;
}
.invoice-contact .title {
  margin-bottom: 1rem;
}
.invoice-contact ul li {
  padding: 0.5rem 0;
  line-height: 1.3;
}
.invoice-contact ul li:first-child {
  padding-top: 0;
}
.invoice-contact ul li:last-child {
  padding-bottom: 0;
}
.invoice-contact ul .icon {
  line-height: 1.3;
  font-size: 1.1em;
  display: inline-block;
  vertical-align: top;
  margin-top: -2px;
  color: #F66D22;
  margin-right: 0.5rem;
}
.invoice-contact ul .icon + span {
  display: inline-block;
  vertical-align: top;
  color: #8094ae;
}
.invoice-print {
  max-width: 940px;
  margin: 2rem auto;
}
.invoice-print .invoice-wrap {
  padding: 0;
  border: none !important;
}

@media (min-width: 768px) {
  .invoice-wrap {
    padding: 3rem;
  }
  .invoice-head {
    flex-direction: row;
  }
  .invoice-desc {
    padding-top: 0;
  }
  .invoice-bills {
    font-size: 0.875rem;
  }
}
.pricing {
  position: relative;
  height: 100%;
}
.pricing-badge {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
.pricing-head {
  text-align: center;
  padding: 1.75rem 1.5rem;
  border-bottom: 1px solid #e5e9f2;
}
.pricing-title {
  max-width: 100% !important;
}
.pricing-title .title {
  margin-bottom: 0.25rem;
}
.pricing-title:not(:last-child) {
  padding-bottom: 1.25rem;
}
.pricing-body {
  padding: 1.75rem 1.75rem 2rem;
}
.pricing-features li {
  display: flex;
  padding: 0.25rem 0;
}
.pricing-features .icon {
  margin-top: 0.175rem;
}
.pricing-action {
  margin-top: 1.5rem;
  text-align: center;
}
.pricing-media {
  padding: 0.25rem 0;
  margin-bottom: 1.5rem;
}
.pricing-media img {
  max-width: 90px;
}
.pricing-amount {
  font-size: 0.875rem;
  color: #8094ae;
}
.pricing-amount .amount {
  font-size: 1.5rem;
  font-weight: 700;
  color: #526484;
}

.nk-add-product {
  top: 65px;
  background-color: #fff;
  width: 400px;
  height: calc(100vh - 65px);
  padding: 1.5rem;
}
.nk-add-product + .toggle-overlay {
  z-index: 700;
}

.product-card {
  overflow: hidden;
  height: 100%;
}
.product-thumb {
  position: relative;
}
.product-badges {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin: -0.25rem;
}
.product-badges > li {
  padding: 0.25rem;
}
.product-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-tags > li {
  padding: 0.25rem;
}
.product-tags a {
  color: #8094ae;
}
.product-tags a:hover {
  color: #F66D22;
}
.product-tags + .product-title {
  margin-top: 0.5rem;
}
.product-title a {
  color: #364a63;
}
.product-title + .product-price {
  margin-top: 1rem;
}
.product-actions {
  position: absolute;
  bottom: 0.25rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  transition: 0.2s linear;
  display: flex;
  opacity: 0;
}
.product-card:hover .product-actions {
  opacity: 1;
}
.product-actions li {
  padding: 0 0.125rem;
}
.product-actions li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #526484;
  font-size: 15.6px;
  height: 2.125rem;
  width: 2.125rem;
  transition: 0.3s ease;
}
.product-actions li a:hover {
  color: #F66D22;
}
.product-gallery {
  position: relative;
  height: auto;
  margin: 0 0 30px 0;
  border-radius: 4px;
  border: 1px solid #e5e9f2;
}
.product-gallery .slick-list {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.product-gallery .slider-nav {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 282px;
}
.product-gallery .slider-nav .slider-item {
  padding: 0 8px;
}
.product-gallery .slider-nav .slider-item .thumb {
  width: 78px;
  padding: 1px;
  border: 2px solid #e5e9f2;
  box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff, inset 1px -1px 0 #fff, inset -1px 1px 0 #fff;
  border-radius: 4px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.product-gallery .slider-nav .slider-item.slick-current .thumb {
  border-color: #F66D22;
  cursor: default;
}
.product-rating {
  display: flex;
  align-items: center;
}
.product-rating .amount {
  margin-left: 0.5rem;
  color: #8094ae;
}
.product-excrept {
  margin-top: 1.5rem;
}
.product-meta {
  margin-top: 2rem;
}
.product-meta + .product-meta {
  margin-top: 1.25rem;
}

@media (max-width: 420px) {
  .product-gallery .slider-nav {
    width: 188px;
  }
}
@media (min-width: 768px) {
  .product-gallery .slider-nav {
    width: 384px;
  }
}
@media (min-width: 1540px) {
  .product-gallery .slider-nav {
    width: 470px;
  }
}
.gallery-image {
  position: relative;
  z-index: 1;
}

.nk-order-ovwg-ck {
  height: 180px;
}
.nk-order-ovwg-data {
  padding: 0.75rem 1.25rem 1.25rem;
  border: 2px solid transparent;
  border-radius: 4px;
}
.nk-order-ovwg-data .amount {
  font-size: 1.5rem;
  font-weight: 700;
}
.nk-order-ovwg-data .amount small, .nk-order-ovwg-data .amount .small {
  font-weight: 400;
}
.nk-order-ovwg-data .info {
  font-size: 12px;
  color: #8094ae;
  margin-bottom: 0.25rem;
}
.nk-order-ovwg-data .info strong {
  color: #364a63;
}
.nk-order-ovwg-data .title {
  font-size: 14px;
  line-height: 1.3;
  color: #8094ae;
  font-weight: 500;
}
.nk-order-ovwg-data .title .icon {
  font-size: 1rem;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: #f5f6fa;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.nk-order-ovwg-data.buy {
  border-color: #8ff0d6;
}
.nk-order-ovwg-data.buy .amount, .nk-order-ovwg-data.buy .title .icon {
  color: #1ee0ac;
}
.nk-order-ovwg-data.sell {
  border-color: #b2bbff;
}
.nk-order-ovwg-data.sell .amount, .nk-order-ovwg-data.sell .title .icon {
  color: #F66D22;
}

@media (min-width: 1540px) {
  .nk-order-ovwg-ck {
    height: 260px;
  }
}
.nk-wg-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nk-wg-action-content {
  position: relative;
  padding-left: 2rem;
  padding-right: 1rem;
}
.nk-wg-action-content .icon {
  font-size: 1.5rem;
  left: 0;
  position: absolute;
  color: #8094ae;
}
.nk-wg-action-content .title {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 0.25rem;
}
.nk-wg-action-content p {
  color: #8094ae;
  font-size: 13px;
  line-height: 1.25rem;
}
.nk-wg-action-content p strong {
  color: #F66D22;
}

.nk-coin-ovwg {
  display: flex;
}
.nk-coin-ovwg-ck {
  flex-grow: 1;
  height: 165px;
}
.nk-coin-ovwg-legends {
  width: 100px;
  flex-shrink: 0;
}
.nk-coin-ovwg-legends li {
  display: flex;
  align-items: center;
  line-height: 1.25rem;
  font-size: 12px;
  padding: 0.25rem 0;
  color: #8094ae;
}
.nk-coin-ovwg-legends li .dot {
  margin-right: 0.5rem;
}

.nk-tb-orders-type {
  width: 66px;
}

.nk-sale-data {
  flex-shrink: 0;
}
.nk-sale-data-group {
  display: flex;
  flex-wrap: wrap;
}
.nk-sale-data .amount {
  display: block;
  font-size: 1.75rem;
  color: #364a63;
}
.nk-sale-data .amount .change {
  font-size: 0.875rem;
}
.nk-sale-data .amount.sm {
  font-size: 1.125rem;
  color: #8094ae;
}
.nk-sale-data .sub-title {
  color: #8094ae;
  font-size: 12px;
}
.nk-sale-data .sub-title .change {
  margin-right: 0.5rem;
}

.nk-sales-ck {
  height: 80px;
  flex-grow: 1;
}
.nk-sales-ck.large {
  height: 200px;
}

@media (min-width: 992px) and (max-width: 1539.98px) {
  .nk-sales-ck.sales-revenue {
    height: 164px;
  }
}
.nk-activity-item {
  display: flex;
  align-items: center;
  padding: 1.25rem;
}
.nk-activity-item:not(:last-child) {
  border-bottom: 1px solid #e5e9f2;
}
.nk-activity-data {
  margin-left: 1rem;
}
.nk-activity-data .time {
  display: block;
  font-size: 12px;
  color: #8094ae;
  line-height: 1.3;
}

@media (min-width: 576px) {
  .nk-activity-item {
    display: flex;
    padding: 1rem 1.5rem;
  }
}
.nk-support-item {
  display: flex;
  padding: 1.25rem;
}
.nk-support-item:not(:last-child) {
  border-bottom: 1px solid #e5e9f2;
}
.nk-support-content {
  flex-grow: 1;
  margin-left: 1rem;
}
.nk-support-content .title {
  font-size: 0.875rem;
  font-weight: 700;
  color: #364a63;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nk-support-content p {
  margin-bottom: 0;
  margin-top: 0.25rem;
}
.nk-support-content .time {
  display: block;
  font-size: 12px;
  color: #8094ae;
}

@media (min-width: 576px) {
  .nk-support-item {
    display: flex;
    padding: 1.25rem 1.5rem;
  }
}
.device-status {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
}
.device-status-ck {
  height: 200px;
  margin: auto 0;
}
.device-status-group {
  display: flex;
  justify-content: space-between;
  padding-top: 1.75rem;
  margin: auto;
  width: 280px;
  max-width: 100%;
}
.device-status-data > .icon {
  font-size: 1.5rem;
}
.device-status-data .title {
  font-size: 12px;
  color: #8094ae;
  margin-bottom: 0.5rem;
}
.device-status-data .amount {
  font-size: 1.125rem;
  color: #364a63;
  font-weight: 500;
}
.device-status-data .change {
  margin-left: -0.125rem;
}

.traffic-channel {
  margin-top: 1rem;
}
.traffic-channel-ck {
  height: 44px;
  width: 130px;
  margin-top: -4px;
  margin-bottom: -4px;
}
.traffic-channel-doughnut-ck {
  height: 160px;
}
.traffic-channel-group {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.75rem;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 320px;
  max-width: 100%;
}
.traffic-channel-data {
  width: 50%;
}
.traffic-channel-data .title {
  display: flex;
  align-items: center;
  color: #8094ae;
  font-size: 12px;
}
.traffic-channel-data .title .dot {
  margin-right: 0.5rem;
}
.traffic-channel-data .amount {
  font-size: 1.125rem;
  color: #364a63;
  margin-left: 1.25rem;
}
.traffic-channel-data .amount small, .traffic-channel-data .amount .small {
  font-size: 12px;
  color: #8094ae;
}

@media (max-width: 575.98px) {
  .traffic-channel-ck {
    width: 100%;
  }
  .traffic-channel-table .nk-tb-item {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e5e9f2;
    padding: 1.125rem 0;
  }
  .traffic-channel-table .nk-tb-col {
    border-bottom: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .traffic-channel-table .nk-tb-channel {
    width: 50%;
  }
  .traffic-channel-table .nk-tb-sessions {
    width: 25%;
  }
  .traffic-channel-table .nk-tb-prev-sessions {
    display: none;
  }
  .traffic-channel-table .nk-tb-change {
    width: 25%;
  }
  .traffic-channel-table .nk-tb-trend {
    width: 100%;
    padding-left: 1.25rem;
  }
}
@media (min-width: 1540px) and (max-width: 1800px) {
  .traffic-channel-data .amount {
    font-size: 1rem;
  }
}
.analytic-data-group {
  display: flex;
  flex-wrap: wrap;
}
.analytic-data .title {
  font-size: 12px;
  font-weight: 500;
  color: #8094ae;
  margin-bottom: 0.375rem;
}
.analytic-data .title span {
  font-weight: 400;
}
.analytic-data .amount {
  color: #364a63;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
.analytic-data .amount-sm {
  font-size: 1.125rem;
}
.analytic-data .change {
  font-size: 13px;
  margin-left: -0.125rem;
}
.analytic-data .subtitle {
  font-size: 12px;
  color: #8094ae;
}

@media (min-width: 1540px) and (max-width: 1800px) {
  .analytic-data .amount {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .analytic-data .amount-sm {
    font-size: 1.125rem;
  }
}
.analytic-ov-data {
  width: 50%;
}
.analytic-ov-ck {
  height: 175px;
  margin-top: 2rem;
}

@media (min-width: 480px) {
  .analytic-ov-data {
    width: 25%;
  }
}
.analytic-au-data {
  width: 33.3333%;
}
.analytic-au-ck {
  height: 170px;
  margin-top: 2.25rem;
}

.analytic-wp-data {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.analytic-wp-ck {
  height: 36px;
}
.analytic-wp-graph {
  width: 150px;
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.analytic-wp-graph .title {
  margin-bottom: 0;
}
.analytic-wp-text {
  text-align: right;
  margin-left: 0.5rem;
}

@media (min-width: 420px) and (max-width: 767px) {
  .analytic-wp-graph {
    width: 60%;
  }
}
@media (min-width: 1540px) and (max-width: 1800px) {
  .analytic-wp-graph {
    width: 120px;
  }
}
.chart-label {
  font-size: 12px;
  color: #8094ae;
}
.chart-label-group {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
}

.analytics-map .vector-map {
  height: 160px;
  margin: 1rem 0;
}
.analytics-map-data {
  font-size: 0.875rem;
}
.analytics-map-data td {
  padding: 0.25rem 0;
}
.analytics-map-data .country {
  color: #8094ae;
}
.analytics-map-data .amount {
  color: #364a63;
  text-align: right;
}
.analytics-map-data .percent {
  text-align: right;
  color: #8094ae;
}
.analytics-map-data-list {
  width: 100%;
  margin-bottom: -0.25rem;
}

.card-title .subtitle {
  color: #8094ae;
  font-size: 13px;
  font-weight: 500;
}
.card-amount {
  display: flex;
  align-items: baseline;
}
.card-amount .change {
  margin-left: 0.5rem;
}
.card-amount .amount {
  font-size: 1.5rem;
  color: #364a63;
}
.card-amount .amount span {
  color: #526484;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .card-amount .amount {
    font-size: 1rem;
    font-weight: 500;
  }
  .card-amount .amount span {
    font-weight: 400;
  }
  .card-amount .change {
    font-size: 12px;
  }
}
.card-inner .nav-tabs-card {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

@media (min-width: 576px) {
  .card-inner .nav-tabs-card {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.nav-tabs-xs .nav-link {
  padding: 0.75rem 0;
  font-size: 13px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .nav-tabs-xs .nav-item {
    padding-right: 1.25rem;
  }
}
@media (min-width: 992px) {
  .nav-tabs-sm .nav-item {
    padding-right: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .nav-tabs-sm .nav-item {
    padding-right: 1.25rem;
  }
}
.invest-data {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.invest-data-history {
  margin-right: 20px;
  flex-grow: 1;
}
.invest-data-history .title {
  font-size: 11px;
  color: #8094ae;
  text-transform: uppercase;
  margin-bottom: 0.125rem;
  letter-spacing: 0.1em;
}
.invest-data-history .amount {
  font-size: 0.9375rem;
  line-height: 1.1;
  color: #364a63;
}
.invest-data-history .amount span {
  color: #526484;
}
.invest-data-amount {
  display: flex;
  flex-shrink: 0;
  flex-grow: 1;
}
.invest-data-ck {
  flex-grow: 1;
  height: 48px;
  width: 80px;
  margin-bottom: 0.125rem;
}

@media (min-width: 768px) and (max-width: 1350px), (max-width: 359px) {
  .invest-data {
    margin-top: 0.75rem;
  }
  .invest-data-amount {
    flex-wrap: wrap;
    flex-shrink: 1;
  }
  .invest-data-ck {
    height: 68px;
    width: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .invest-data-history .amount {
    font-size: 0.75rem;
    font-weight: 700;
  }
  .invest-data-history .amount span {
    font-weight: 400;
  }
}
.invest-ov {
  padding: 1.25rem 0 1rem;
}
.invest-ov:last-child {
  padding-bottom: 0;
}
.invest-ov:not(:last-child) {
  border-bottom: 1px solid #e5e9f2;
}
.invest-ov .subtitle {
  color: #8094ae;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.invest-ov .title {
  font-size: 11px;
  color: #8094ae;
  text-transform: uppercase;
  margin-top: 0.25rem;
  letter-spacing: 0.1em;
}
.invest-ov .amount {
  font-size: 1.25rem;
  line-height: 1.1;
  color: #364a63;
}
.invest-ov .amount span {
  color: #526484;
}
.invest-ov-details {
  display: flex;
}
.invest-ov-info {
  width: 60%;
}
.invest-ov-stats {
  width: 40%;
}
.invest-ov-stats > div {
  display: flex;
  align-items: baseline;
}
.invest-ov-stats .change {
  margin-left: 0.25rem;
}

.invest-top-ck {
  padding-top: 20px;
  height: 70px;
}

.asterisk a {
  position: relative;
  color: #8094ae;
  display: inline-flex;
}
.asterisk a:hover, .asterisk a.active {
  color: #ffa353;
}
.asterisk a:hover .asterisk-on, .asterisk a.active .asterisk-on {
  opacity: 1;
}
.asterisk a.active:hover .asterisk-on {
  opacity: 0;
}
.asterisk-on {
  opacity: 0;
  position: absolute;
  left: 0;
  color: #ffa353;
  z-index: 1;
  transition: opacity 0.2s;
}

.nk-reply {
  height: 100%;
  max-height: 100%;
  overflow: auto;
}
.nk-reply-item {
  padding: 2rem 1.25rem;
}
.nk-reply-item + .nk-reply-item {
  padding-top: 0;
}
.nk-reply-item > div:not(.nk-reply-header) {
  margin-left: 48px;
}
.nk-reply-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.nk-reply-header .user-name {
  margin-left: 1rem;
  font-size: 0.875rem;
}
.nk-reply-header .user-name span {
  color: #8094ae;
  font-weight: 400;
}
.nk-reply-header .date-time {
  color: #8094ae;
  font-size: 12px;
}
.nk-reply-entry.note {
  background: #f5f6fa;
  padding: 1.25rem;
  border-radius: 4px;
}
.nk-reply-from {
  margin-top: 1.25rem;
  padding: 0.375rem 0.75rem;
  background: #f5f6fa;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
}
.nk-reply-meta {
  overflow: hidden;
  text-align: center;
  margin: 0 1.25rem;
  padding: 0 2rem;
}
.nk-reply-meta-info {
  position: relative;
  display: inline-block;
  padding: 0 0.75rem;
  color: #8094ae;
  font-size: 13px;
  line-height: 1.4;
}
.nk-reply-meta-info span, .nk-reply-meta-info strong, .nk-reply-meta-info .who {
  color: #526484;
}
.nk-reply-meta-info .whom {
  color: #F66D22;
}
.nk-reply-meta-info:before, .nk-reply-meta-info:after {
  position: absolute;
  height: 1px;
  background: #e5e9f2;
  content: "";
  width: 100vw;
  top: 50%;
}
.nk-reply-meta-info:before {
  right: 100%;
}
.nk-reply-meta-info:after {
  left: 100%;
}
.nk-reply-form {
  border-top: 1px solid #e5e9f2;
}
.nk-reply-form-dropdown {
  margin-left: -0.5rem;
  margin-right: 0.75rem;
}
.nk-reply-form-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.25rem;
  border-bottom: 1px solid #e5e9f2;
}
.nk-reply-form-title {
  display: flex;
  align-items: center;
}
.nk-reply-form-title .title {
  color: #8094ae;
  margin-right: 0.75rem;
}
.nk-reply-form-field {
  padding: 0.5rem 1.25rem;
}
.nk-reply-form-field:not(:last-child) {
  border-bottom: 1px solid #e5e9f2;
}
.nk-reply-form-field .form-control, .nk-reply-form-field div.dataTables_wrapper div.dataTables_filter input, div.dataTables_wrapper div.dataTables_filter .nk-reply-form-field input, .nk-reply-form-field .dual-listbox .dual-listbox__search, .dual-listbox .nk-reply-form-field .dual-listbox__search {
  font-size: 0.875rem;
}
.nk-reply-form-field textarea.form-control, .nk-reply-form-field .dual-listbox textarea.dual-listbox__search, .dual-listbox .nk-reply-form-field textarea.dual-listbox__search {
  min-height: 78px;
}
.nk-reply-form-field textarea.form-control.ex-large, .nk-reply-form-field .dual-listbox textarea.ex-large.dual-listbox__search, .dual-listbox .nk-reply-form-field textarea.ex-large.dual-listbox__search {
  min-height: 160px;
}
.nk-reply-form-field + .nk-reply-form-tools {
  border-top: 0;
}
.nk-reply-form-tools {
  padding: 1.25rem;
  border-top: 1px solid #e5e9f2;
  display: flex;
  justify-content: space-between;
}
.nk-reply-form-actions {
  display: inline-flex;
  align-items: center;
}
.nk-reply-form-options {
  display: inline-flex;
}
.nk-reply-form-input {
  display: flex;
}
.nk-reply-form-input .label {
  margin: 0.3rem 0.5rem 0.3rem 0;
  width: 1.25rem;
  color: #8094ae;
}
.nk-reply-form-input-group {
  width: 100%;
}
.nk-reply-form-input-cc, .nk-reply-form-input-bcc {
  display: none;
}
.nk-reply-form-input-cc.expanded, .nk-reply-form-input-bcc.expanded {
  display: flex;
}
.nk-reply-form-input .toggle-opt {
  display: inline-flex;
  align-items: center;
  color: #364a63;
}
.nk-reply-form-input .toggle-opt:hover {
  color: #F66D22;
}
.nk-reply-form-group {
  position: relative;
  padding: 1rem 0;
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
}
.nk-reply-form-input-to {
  padding-right: 3.5rem;
}
.nk-reply-form-nav {
  position: absolute;
  display: flex;
  align-items: center;
  align-self: flex-start;
  padding: 1.0625rem 0 0;
  right: 0;
  top: 0;
  margin: 0 -0.375rem;
}
.nk-reply-form-nav li a {
  font-size: 12px;
  color: #8094ae;
  display: block;
  line-height: 1.5rem;
  padding: 0.25rem 0.375rem;
}
.nk-reply-form-nav li a:hover {
  color: #F66D22;
}
.is-collapsed .nk-reply-msg-info {
  display: none;
}
.nk-reply-msg-excerpt {
  color: #526484;
  display: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.is-collapsed .nk-reply-msg-excerpt {
  display: block;
}
.nk-reply-msg-meta {
  padding: 0.75rem;
}
.nk-reply-msg-meta li {
  display: flex;
  line-height: 1.125rem;
  padding: 0.1875rem 0;
}
.nk-reply-msg-meta li .label {
  width: 75px;
  text-align: right;
  color: #8094ae;
  font-size: 12px;
  margin-right: 0.75rem;
}
.nk-reply-msg-meta li .info {
  font-size: 13px;
}
.nk-reply-msg-meta li .info a {
  color: #526484;
}
.nk-reply-tools {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  cursor: default;
}
.nk-reply-tools .date {
  margin-right: 1rem;
  line-height: 2.25rem;
  color: #526484;
}
.nk-reply-tools .attach-msg {
  font-size: 1.25rem;
  margin-right: 0.375rem;
}
.nk-reply-desc {
  display: flex;
  flex-grow: 1;
}
.is-collapsed .nk-reply-desc {
  overflow: hidden;
}
.nk-reply-header .nk-reply-desc {
  align-items: center;
}
.nk-reply-info {
  margin-left: 1rem;
  max-width: calc(100% - 4.5rem);
}
.nk-reply-header.is-collapsed {
  margin-bottom: 0;
}
.nk-reply-header:not(.is-opened) {
  cursor: pointer;
}
.is-collapsed + .nk-reply-body {
  display: none;
}
.nk-reply-quick-btns ul {
  display: flex;
  align-items: center;
}

.is-collapsed .prev-msg, .is-collapsed .next-msg, .is-collapsed .more-actions, .is-collapsed .replyto-msg, .is-collapsed .forwardto-msg {
  display: none;
}

.input-mail {
  width: 100%;
  border: none;
}

@media (max-width: 767.98px) {
  .nk-reply-tools {
    flex-wrap: wrap;
  }
  .nk-reply-tools .date {
    font-size: 13px;
    margin-right: 0.5rem;
  }
  .nk-reply-tools .attach-msg {
    font-size: 1.25rem;
    margin-right: 0.375rem;
  }
}
@media (max-width: 575.98px) {
  .nk-reply-info {
    max-width: calc(100% - 2.5rem);
    margin-left: 0.75rem;
  }
  .is-collapsed .nk-reply-info {
    max-width: calc(100% - 4.5rem);
  }
  .nk-reply-info .date {
    font-size: 11px;
    color: #8094ae;
    margin-left: 0.375rem;
  }
  .nk-reply-info .lead-text {
    font-size: 13px;
  }
  .nk-reply-form-dropdown {
    margin-right: 0.5rem;
  }
  .nk-reply-form-group {
    flex-wrap: wrap;
    align-items: center;
  }
  .nk-reply-form-title {
    font-weight: 500;
  }
  .nk-reply-tools .attach-msg, .nk-reply-tools .date-msg {
    display: none;
  }
  .nk-reply-avatar {
    height: 30px;
    width: 30px;
  }
  .nk-reply-msg-excerpt {
    font-size: 12px;
    margin-top: 0.25rem;
  }
  .nk-reply-msg-info .sub-text {
    font-size: 12px;
  }
  .nk-reply-msg-info .dropdown-menu {
    margin-right: 16px !important;
  }
}
@media (min-width: 576px) {
  .nk-reply-form {
    margin: 0.5rem 2.25rem 2.25rem;
    border: 1px solid #e5e9f2;
    border-radius: 4px;
  }
  .nk-reply-form-header {
    padding: 0 1.5rem;
  }
  .nk-reply-form-field {
    padding: 0.5rem 1.5rem;
  }
  .nk-reply-form-field textarea.form-control.ex-large, .nk-reply-form-field .dual-listbox textarea.ex-large.dual-listbox__search, .dual-listbox .nk-reply-form-field textarea.ex-large.dual-listbox__search {
    min-height: 278px;
  }
  .nk-reply-form-tools {
    padding: 1rem 1.5rem;
  }
  .modal-body .nk-reply-form-tools {
    padding: 1.5rem;
  }
  .nk-reply-item {
    padding: 2rem 2.25rem;
  }
  .nk-reply-meta {
    margin: 0 2.25rem;
  }
  .nk-reply-header .date-time {
    font-size: 13px;
  }
  .nk-reply-quick-btns {
    margin: 0.5rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .nk-reply-form {
    margin: 0.5rem 2.5rem 2.5rem;
  }
  .nk-reply-item {
    padding: 2rem 2.5rem;
  }
  .nk-reply-meta {
    margin: 0 2.5rem;
  }
  .nk-reply-quick-btns {
    margin: 0.5rem 2.5rem 2.5rem;
  }
}
.attach-files {
  margin-top: 1.75rem;
  border: 1px solid #e5e9f2;
  border-radius: 4px;
}
.attach-list {
  padding: 1rem 1.25rem;
  margin-bottom: -0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.attach-item {
  width: 180px;
  padding-right: 2rem;
  padding-bottom: 0.5rem;
}
.attach-item a {
  display: flex;
  align-items: center;
  width: 100%;
  color: #526484;
}
.attach-item .icon {
  font-size: 1.5rem;
  color: #F66D22;
  margin-right: 0.75rem;
}
.attach-foot {
  border-top: 1px solid #e5e9f2;
  background: #f5f6fa;
  padding: 0.75rem 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.attach-info {
  font-weight: 500;
  color: #364a63;
}
.attach-download span {
  color: #8094ae;
  transition: all 0.3s;
}
.attach-download:hover span {
  color: #F66D22;
}

@media (max-width: 359px) {
  .attach-info {
    font-size: 12px;
  }
  .attach-download {
    font-size: 12px;
  }
}
.nk-msg-nav {
  position: relative;
  border-bottom: 1px solid #e5e9f2;
  padding: 0 1.25rem;
  background: #f5f6fa;
  z-index: 2;
  border-top-left-radius: 3px;
}
.nk-msg-nav .search-wrap {
  padding: 0 1rem;
  bottom: -1px;
  border-bottom: 1px solid #e5e9f2;
}
.nk-msg-nav .search-submit {
  transform: translate(0.25rem, -50%);
}
.nk-msg-menu {
  display: flex;
  margin: 0 -0.75rem;
}
.nk-msg-menu-item {
  padding: 0 0.75rem;
}
.nk-msg-menu-item a {
  display: inline-flex;
  position: relative;
  color: #8094ae;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 1rem 0;
}
.nk-msg-menu-item a:after {
  position: absolute;
  content: "";
  height: 2px;
  background: #F66D22;
  bottom: -1px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.3s ease;
}
.nk-msg-menu-item a .icon {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.nk-msg-menu-item a:hover {
  color: #F66D22;
}
.nk-msg-menu-item.active a {
  color: #F66D22;
}
.nk-msg-menu-item.active a:after {
  opacity: 1;
}

.nk-msg {
  position: relative;
  display: flex;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dbdfea;
  border-radius: 4px;
  min-height: calc(100vh - (65px + 64px + 64px));
  max-height: calc(100vh - (65px + 64px + 64px));
}
.nk-msg-aside {
  width: 100%;
  overflow: hidden;
  max-height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  background: rgba(245, 246, 250, 0.7);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.nk-msg-list {
  max-height: 100%;
  height: 100%;
  overflow: auto;
}
.nk-msg-item {
  display: flex;
  padding: 1.25rem 1.25rem;
  cursor: pointer;
}
.nk-msg-item:not(:last-child) {
  border-bottom: 1px solid #e5e9f2;
}
.nk-msg-item.active, .nk-msg-item.current {
  background: #fff;
  cursor: default;
}
.nk-msg-info {
  max-width: calc(100% - 52px);
  margin-left: 0.75rem;
  flex-grow: 1;
}
.nk-msg-from {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nk-msg-context {
  display: flex;
  justify-content: space-between;
  margin-top: 0.25rem;
}
.nk-msg-context .asterisk {
  margin-top: auto;
}
.nk-msg-sender {
  display: inline-flex;
  align-items: center;
  color: #8094ae;
  font-size: 12px;
}
.nk-msg-sender .name {
  margin-right: 0.5rem;
}
.is-unread .nk-msg-sender .name {
  font-weight: 500;
  color: #364a63;
}
.nk-msg-meta {
  display: inline-flex;
  align-items: center;
  color: #8094ae;
  font-size: 12px;
}
.nk-msg-meta .attchment .icon {
  font-size: 1.125rem;
}
.nk-msg-meta .date {
  margin-left: 0.75rem;
}
.nk-msg-text {
  max-width: calc(100% - 35px);
  flex-grow: 0;
  padding-right: 0.5rem;
}
.nk-msg-text .title {
  font-size: 15px;
  margin-bottom: 0.25rem;
}
.nk-msg-text p {
  font-size: 13px;
  color: #8094ae;
  max-height: 42px;
  overflow: hidden;
}
.is-unread .nk-msg-text p {
  color: #526484;
  font-weight: 500;
}
.nk-msg-lables {
  text-align: center;
  margin: -0.125rem;
  display: inline-flex;
  flex-direction: column;
}
.nk-msg-lables > div {
  padding: 0.125rem;
}
.nk-msg-lables .icon {
  font-size: 1.125rem;
}
.nk-msg-lables .badge {
  line-height: 14px;
  font-size: 10px;
  padding: 0 0.25rem;
}
.nk-msg-body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: padding 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
}
.nk-msg-body.show-message {
  opacity: 1;
  pointer-events: auto;
}
.nk-msg-profile {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  width: 280px;
  height: 100%;
  max-height: 100%;
  transition: transform 0.3s ease-in-out;
  background: #fff;
  z-index: 100;
}
.nk-msg-profile-toggle {
  position: absolute;
  height: 36px;
  width: 36px;
  display: none;
  align-items: center;
  justify-content: center;
  bottom: -18px;
  border: 1px solid #e5e9f2;
  background-color: #fff;
  border-radius: 50%;
  font-size: 1.125rem;
  z-index: 2;
  color: #8094ae;
  right: -18px;
  margin-right: 40px;
  transition: right 0.3s ease-in-out, margin 0.3s ease-in-out 0.2s;
  z-index: 110;
}
.nk-msg-profile-toggle.active {
  margin-right: 0;
  transform: rotate(-180deg);
}
.nk-msg-profile-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(16, 25, 36, 0.4);
  z-index: 600;
  z-index: 90;
  animation: overlay-fade-in 0.4s ease 1;
}
.nk-msg-profile.visible {
  transform: none;
}
.nk-msg-head {
  position: relative;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid #e5e9f2;
}
.nk-msg-head .title {
  margin-bottom: 0.5rem;
}
.nk-msg-head-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nk-msg-hide {
  font-size: 1rem;
}
.nk-msg-tags {
  margin: 0 -0.75rem;
}
.nk-msg-tags li {
  padding: 0 0.75rem;
  color: #8094ae;
}
.nk-msg-tags li > span {
  display: inline-flex;
  align-items: center;
}
.nk-msg-tags li > span .icon {
  color: #F66D22;
  margin-right: 0.25rem;
}
.nk-msg-actions {
  display: flex;
  margin: 0 -0.25rem;
}
.nk-msg-actions li {
  padding: 0 0.25rem;
}

@media (max-width: 575.98px) {
  .nk-msg {
    border: none;
    border-radius: 4px;
    min-height: calc(100vh - (65px + 64px));
    max-height: calc(100vh - (65px + 64px));
    margin: -24px -18px;
  }
}
@media (min-width: 576px) {
  .nk-msg-nav {
    padding: 0 2rem;
  }
  .nk-msg-nav .search-wrap {
    padding: 0 1.7rem;
  }
  .nk-msg-item {
    padding: 1.25rem 2rem;
  }
  .nk-msg-head {
    padding: 1rem 2.25rem;
  }
  .nk-msg-head .title {
    margin-bottom: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .nk-msg-text .title {
    margin-top: 0.125rem;
    margin-bottom: 0.375rem;
  }
}
@media (min-width: 992px) {
  .nk-msg-nav {
    padding: 0 1.75rem;
  }
  .nk-msg-nav .search-wrap {
    padding: 0 1.425rem;
  }
  .nk-msg-item {
    padding: 1.25rem 1.75rem;
  }
  .nk-msg-head {
    padding: 2rem 2.5rem;
  }
  .nk-msg-head .title {
    max-height: 82px;
    overflow: hidden;
  }
  .nk-msg-aside {
    width: 320px;
    border-right: 1px solid #e5e9f2;
  }
  .nk-msg-body {
    position: static;
    opacity: 1;
    pointer-events: auto;
  }
  .nk-msg-profile {
    border-left: 1px solid #e5e9f2;
  }
  .nk-msg-profile-toggle {
    margin-right: 55px;
    display: flex;
  }
}
@media (min-width: 1540px) {
  .nk-msg-aside {
    width: 380px;
  }
}
@media (max-width: 1539.98px) {
  .profile-shown .nk-msg-profile-toggle {
    right: 262px;
  }
}
@media (min-width: 1540px) {
  .nk-msg-body.profile-shown {
    padding-right: 280px;
  }
}
.ibx-count {
  position: relative;
  padding: 0.3125rem 0.75rem;
  font-size: 0.75rem;
  color: #8094ae;
  background: #fff;
  border: 1px solid #e5e9f2;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px;
}
.ibx-count:before, .ibx-count:after {
  position: absolute;
  height: 0;
  width: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  border-style: solid;
}
.ibx-count:before {
  right: -8px;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #e5e9f2;
}
.ibx-count:after {
  right: -6px;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #fff;
}

.nk-ibx-context {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nk-ibx-context-group {
  display: flex;
  align-items: center;
}
.nk-ibx-context-badges {
  margin-right: 0.75rem;
}
.nk-ibx-context-text {
  display: inline;
  color: #8094ae;
}
.is-unread .nk-ibx-context-text {
  color: #526484;
}
.nk-ibx-context-text .heading {
  color: #364a63;
}
.is-unread .nk-ibx-context-text .heading {
  font-weight: 500;
}

.ibx-actions {
  position: relative;
  display: inline-block;
  transition: background-color 0.3s;
}
.ibx-actions-hidden {
  position: absolute;
  display: flex;
  right: calc(100% + 8px);
  opacity: 0;
  transition: background-color 0.3s;
}
.nk-ibx-item:hover .ibx-actions-hidden {
  opacity: 1;
  background-color: #f5f6fa;
}
.nk-ibx-item:hover .ibx-actions {
  background-color: #f5f6fa;
}

.nk-ibx {
  position: relative;
  display: flex;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dbdfea;
  border-radius: 4px;
  min-height: calc(100vh - (65px + 64px + 64px));
  max-height: calc(100vh - (65px + 64px + 64px));
}
.nk-ibx-aside {
  position: absolute;
  background: #fff;
  width: 260px;
  overflow: hidden;
  height: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-shrink: 0;
  border-right: 1px solid #e5e9f2;
  transform: translateX(-100%);
  z-index: 99;
  transition: transform 0.4s linear;
}
.nk-ibx-aside + .toggle-overlay {
  z-index: 90;
  position: absolute;
}
.nk-ibx-aside.content-active {
  transform: none;
}
.nk-ibx-aside .simplebar-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.nk-ibx-nav {
  overflow: auto;
  flex-grow: 1;
  height: 100%;
  max-width: 100%;
}
.nk-ibx-nav-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1.5rem 0.75rem;
}
.nk-ibx-nav-head .title {
  font-size: 1rem;
  margin-bottom: 0;
}
.nk-ibx-nav-head .dropdown > a, .nk-ibx-nav-head > .link {
  color: #8094ae;
  font-size: 0.875rem;
}
.nk-ibx-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid #e5e9f2;
  min-height: 61px;
}
.nk-ibx-head .title {
  font-size: 1rem;
  margin-bottom: 0;
}
.nk-ibx-head-actions, .nk-ibx-head-tools {
  display: flex;
  align-items: center;
}
.nk-ibx-head-tools .btn-icon.btn-trigger .icon, .nk-ibx-head-tools .dt-buttons .btn-trigger.btn-secondary .icon, .dt-buttons .nk-ibx-head-tools .btn-trigger.btn-secondary .icon {
  font-size: 1.25rem;
}
.nk-ibx-head .search-wrap {
  padding: 0 1.365rem 0 1rem;
}
.nk-ibx-head .search-wrap .icon {
  font-size: 1.25rem;
}
.nk-ibx-head .search-back {
  transform: translate(-0.5rem, -50%);
}
.nk-ibx-head-check {
  display: flex;
  margin-right: 0.325rem;
}
.nk-ibx-action {
  position: relative;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e5e9f2;
}
.nk-ibx-action-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nk-ibx-action-item a {
  display: flex;
  align-items: center;
}
.nk-ibx-action-item .icon {
  font-size: 1.5rem;
}
.nk-ibx-action-item .icon + span {
  margin-left: 0.5rem;
}
.nk-ibx-action-item .search-toggle .icon {
  font-size: 1.125rem;
}
.nk-ibx-menu li {
  margin: 2px 0;
}
.nk-ibx-menu li:hover {
  background: #f5f6fa;
  border-radius: 3px;
}
.nk-ibx-menu li.active {
  background: #eff1ff;
  border-radius: 3px;
}
.nk-ibx-menu-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
}
.nk-ibx-menu-item .icon {
  font-size: 1.25rem;
  line-height: 1.5rem;
  width: 2rem;
  color: #8094ae;
}
.nk-ibx-menu-item .badge {
  margin-left: auto;
  min-width: 2.25rem;
  justify-content: center;
}
.active .nk-ibx-menu-item .icon {
  color: #F66D22;
}
.nk-ibx-menu-text {
  font-size: 0.875rem;
  color: #526484;
  font-weight: 500;
  line-height: 1.5rem;
}
.active .nk-ibx-menu-text {
  color: #F66D22;
}
.nk-ibx-label > li, .nk-ibx-contact > li {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 4px;
  margin: 2px 0;
  transition: background-color 0.3s;
}
.nk-ibx-label > li > a, .nk-ibx-contact > li > a {
  display: flex;
  padding: 0.5rem 0.75rem;
  flex-grow: 1;
}
.nk-ibx-label > li .dropdown, .nk-ibx-contact > li .dropdown {
  opacity: 0;
}
.nk-ibx-label > li .dropdown > a, .nk-ibx-contact > li .dropdown > a {
  color: #526484;
  padding: 0.6875rem;
}
.nk-ibx-label > li:hover, .nk-ibx-contact > li:hover {
  background: #f5f6fa;
}
.nk-ibx-label > li:hover .dropdown, .nk-ibx-contact > li:hover .dropdown {
  opacity: 1;
}
.nk-ibx-label > li.active, .nk-ibx-contact > li.active {
  background: #c4cefe;
}
.nk-ibx-label-text {
  line-height: 1;
  margin-left: 1rem;
  font-size: 0.875rem;
  color: #526484;
  font-weight: 500;
}
.nk-ibx-menu, .nk-ibx-label, .nk-ibx-contact {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.nk-ibx-menu {
  padding-top: 0.75rem;
}
.nk-ibx-contact {
  padding-bottom: 1.75rem;
}
.nk-ibx-status {
  background: #f5f6fa;
  padding: 1.5rem 1.5rem;
  margin-top: auto;
}
.nk-ibx-status-info {
  margin-bottom: 0.5rem;
}
.nk-ibx-status-info .icon {
  width: 1.25rem;
  display: inline-block;
}
.nk-ibx-body {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex-grow: 1;
  flex-shrink: 1;
}
.nk-ibx-list {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  height: 100%;
  overflow: auto;
}
.nk-ibx-item {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 1rem 1.25rem;
  transition: background-color 0.3s;
  cursor: pointer;
}
.nk-ibx-item:not(:last-child) {
  border-bottom: 1px solid #e5e9f2;
}
.nk-ibx-item:not(.no-hover):hover, .nk-ibx-item.active {
  background: #f5f6fa;
}
.nk-ibx-item.is-unread {
  background: rgba(245, 246, 250, 0.6);
}
.nk-ibx-item-elem {
  padding: 0 8px;
  flex-shrink: 0;
}
.nk-ibx-item-elem:first-child {
  padding-left: 0;
}
.nk-ibx-item-check {
  width: 28px;
  display: inline-flex;
}
.nk-ibx-item-fluid {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.nk-ibx-item-user .user-name {
  max-width: calc(100% - 50px);
}
.nk-ibx-item-user .user-name .lead-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
}
.is-unread .nk-ibx-item-user .user-name .lead-text {
  font-weight: 500;
}
.nk-ibx-item-count {
  width: 3.25rem;
}
.nk-ibx-item-time {
  width: 80px;
  text-align: right;
}
.nk-ibx-item-attach {
  width: 2.25rem;
  text-align: center;
}
.nk-ibx-item-star .asterisk {
  padding: 0 0.25rem;
}
.nk-ibx-item-star .asterisk a {
  display: flex;
}
.nk-ibx-item-star .asterisk .icon {
  line-height: 1;
  font-size: 1.125rem;
}
.nk-ibx-item-tools {
  padding-right: 0;
  margin-left: auto;
  text-align: right;
}
.nk-ibx-item-check, .nk-ibx-item-star, .nk-ibx-item-attach {
  position: relative;
  z-index: 2;
}
.nk-ibx-item-tools {
  position: relative;
}
.nk-ibx-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.nk-ibx-link + .nk-ibx-item-elem {
  padding-left: 0;
}
.nk-ibx-view {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.nk-ibx-view.show-ibx {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.nk-ibx-reply-head {
  padding: 1.5rem 1.25rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.nk-ibx-reply-head .title {
  margin-bottom: 0.75rem;
}
.nk-ibx-reply-header {
  margin-right: -0.5rem;
}
.nk-ibx-reply-item {
  position: relative;
}
.nk-ibx-reply-item > div:not(.nk-reply-header) {
  margin-left: 0;
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
}
.nk-ibx-reply-item:not(:last-child):after {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  height: 1px;
  bottom: 1rem;
  content: "";
  background: #e5e9f2;
}

@media (min-width: 576px) {
  .nk-ibx-item, .nk-ibx-head {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .nk-ibx-head .search-wrap {
    padding: 0 2.375rem 0 2rem;
  }
  .nk-ibx-reply-head {
    padding: 2em 2.25rem 0;
  }
  .nk-ibx-reply-item {
    padding-bottom: 2.75rem;
  }
  .nk-ibx-reply-item > div:not(.nk-reply-header) {
    margin-left: 56px;
  }
  .nk-ibx-reply-item:not(:last-child):after {
    bottom: 1.375rem;
    left: 2.25rem;
    right: 2.25rem;
  }
  .nk-ibx-reply-quick-btns, .nk-ibx-reply-form {
    margin-left: 5.75rem;
  }
}
@media (min-width: 768px) {
  .nk-ibx-item-user {
    width: 180px;
  }
}
@media (min-width: 992px) {
  .nk-ibx-aside {
    position: static;
    transform: none;
    transition: none;
    height: calc(100vh - 196px);
  }
  .nk-ibx-menu, .nk-ibx-label, .nk-ibx-contact {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .nk-ibx-menu {
    padding-top: 1rem;
  }
  .nk-ibx-contact {
    padding-bottom: 1rem;
  }
  .nk-ibx-nav-head {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .nk-ibx-item, .nk-ibx-head {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .nk-ibx-head .search-wrap {
    padding: 0 2.25rem 0 1.5rem;
  }
  .nk-ibx-body {
    max-width: calc(100% - 260px);
  }
  .nk-ibx-reply-quick-btns, .nk-ibx-reply-form {
    margin-left: 5.25rem;
  }
  .nk-ibx-reply-item, .nk-ibx-reply-head {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .nk-ibx-aside {
    width: 300px;
  }
  .nk-ibx-item-user {
    width: 200px;
  }
  .nk-ibx-item-time {
    margin-right: 2rem;
  }
}
@media (max-width: 1199.98px) {
  .nk-ibx-item-attach {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .nk-ibx-item {
    flex-wrap: wrap;
  }
  .nk-ibx-item-elem {
    padding: 0 4px;
  }
  .nk-ibx-item-fluid {
    padding-left: 32px;
    padding-right: 48px;
    margin-top: 6px;
    width: calc(100% - 2.5rem);
  }
  .nk-ibx-item-fluid .heading {
    display: block;
  }
  .nk-ibx-item-count, .nk-ibx-item-attach {
    display: none;
  }
  .nk-ibx-item-user {
    flex-grow: 1;
  }
  .nk-ibx-item-user .user-avatar {
    height: 28px;
    width: 28px;
    font-size: 12px;
  }
  .nk-ibx-item-time {
    position: absolute;
    right: 32px;
    top: 19px;
  }
  .nk-ibx-item-tools {
    position: absolute;
    bottom: 18px;
    right: 28px;
    text-align: right;
  }
  .nk-ibx-item-star {
    position: absolute;
    left: 28px;
    top: 50px;
  }
  .nk-ibx-context-badges {
    display: none;
  }
  .ibx-actions-hidden {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .nk-ibx-item-star {
    left: 12px;
  }
  .nk-ibx-item-time {
    right: 12px;
  }
  .nk-ibx-item-tools {
    right: 8px;
  }
  .nk-ibx-reply-head .title {
    font-size: 1.125rem;
  }
  .nk-ibx-reply .btn-icon.btn-trigger, .nk-ibx-reply .dt-buttons .btn-trigger.btn-secondary, .dt-buttons .nk-ibx-reply .btn-trigger.btn-secondary {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .nk-ibx-reply .btn-icon.btn-trigger .icon, .nk-ibx-reply .dt-buttons .btn-trigger.btn-secondary .icon, .dt-buttons .nk-ibx-reply .btn-trigger.btn-secondary .icon {
    width: 1.875rem;
  }
}
@media (max-width: 359px) {
  .nk-ibx-head .btn-icon.btn-trigger, .nk-ibx-head .dt-buttons .btn-trigger.btn-secondary, .dt-buttons .nk-ibx-head .btn-trigger.btn-secondary {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .nk-ibx-head .btn-icon.btn-trigger .icon, .nk-ibx-head .dt-buttons .btn-trigger.btn-secondary .icon, .dt-buttons .nk-ibx-head .btn-trigger.btn-secondary .icon {
    width: 1.875rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .nk-ibx-aside {
    width: 320px;
  }
  .nk-ibx-menu, .nk-ibx-label, .nk-ibx-contact {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .nk-ibx-nav-head, .nk-ibx-status {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
.nk-fmg {
  position: relative;
  border: 1px solid #dbdfea;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.4);
}
.nk-fmg-aside {
  position: fixed;
  width: 260px;
  overflow: hidden;
  height: 100%;
  max-height: 100%;
  background: #fff;
  flex-shrink: 0;
  z-index: 99;
  left: 0;
  transform: translateX(-100%);
  border-right: 1px solid #e5e9f2;
  top: 65px;
  transition: transform 0.4s linear;
  min-height: calc(100vh - 65px);
  max-height: calc(100vh - 65px);
  overflow-y: auto;
}
.nk-fmg-aside + .toggle-overlay {
  z-index: 90;
}
.nk-fmg-aside.content-active {
  transform: none;
}
.nk-fmg-aside .simplebar-content {
  height: 100%;
}
.nk-fmg-aside-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.nk-fmg-aside-top {
  margin-bottom: 30px;
}
.nk-fmg-menu {
  padding: 1rem;
}
.nk-fmg-menu li {
  margin: 2px 0;
}
.nk-fmg-menu-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
}
.nk-fmg-menu-item:hover {
  background: #f5f6fa;
  border-radius: 3px;
}
.active > .nk-fmg-menu-item {
  background: #eff1ff;
  border-radius: 3px;
}
.nk-fmg-menu-item .icon {
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-top: -2px;
  width: 2rem;
  color: #8094ae;
}
.nk-fmg-menu-item .badge {
  margin-left: auto;
  min-width: 2.25rem;
}
.active > .nk-fmg-menu-item .icon {
  color: #F66D22;
}
.nk-fmg-menu-text {
  font-size: 0.875rem;
  color: #526484;
  font-weight: 500;
  line-height: 1.5rem;
}
.active > .nk-fmg-menu-item > .nk-fmg-menu-text {
  color: #F66D22;
}
.nk-fmg-menu li ul {
  margin-top: -0.125rem;
  margin-bottom: 0.5rem;
  padding-left: 2.75rem;
}
.nk-fmg-menu li ul ul {
  padding-left: 0.75rem;
  border-left: 1px solid #e5e9f2;
}
.nk-fmg-menu li ul .nk-fmg-menu-item {
  padding: 0.125rem 0;
}
.nk-fmg-menu li ul .nk-fmg-menu-item:hover, .nk-fmg-menu li ul .nk-fmg-menu-item.active {
  background: transparent;
}
.nk-fmg-menu li ul .nk-fmg-menu-item:hover span, .nk-fmg-menu li ul .nk-fmg-menu-item.active span {
  color: #F66D22;
}
.nk-fmg-menu li ul .nk-fmg-menu-text {
  font-size: 90%;
  line-height: 1.375rem;
}
.nk-fmg-status {
  padding: 1.75rem;
}
.nk-fmg-status-title {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  color: #526484;
  margin-bottom: 1rem;
}
.nk-fmg-status-title .icon {
  font-size: 1.25rem;
  margin-right: 0.75rem;
}
.nk-fmg-status-info {
  font-size: 12px;
  font-weight: 500;
  color: #8094ae;
  margin-top: 1rem;
}
.nk-fmg-body {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  flex-grow: 1;
  flex-shrink: 0;
}
.nk-fmg-body-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid #dbdfea;
  background-color: #fff;
  top: 65px;
  z-index: 9;
  position: relative;
  top: 0;
  border-top-right-radius: 4px;
}
.nk-fmg-body-content {
  padding: 1.125rem 1.25rem;
  height: 100%;
  max-height: 100%;
  overflow: auto;
}
.nk-fmg-body .simplebar-content {
  min-height: 470px;
}
.nk-fmg-search {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.nk-fmg-filter {
  margin-bottom: 1.25rem;
}
.nk-fmg-filter .form-label {
  font-weight: 500;
  font-size: 13px;
  color: #8094ae;
}
.nk-fmg-filter .form-group {
  margin-bottom: 1rem;
}
.nk-fmg-switch {
  border-top: 1px solid #e5e9f2;
  background-color: transparent;
}
.nk-fmg-switch > div {
  width: 100%;
}
.nk-fmg-switch .dropdown-toggle {
  padding: 1.25rem 1.75rem;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}
.nk-fmg-switch .dropdown-toggle:after {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: #526484;
}
.nk-fmg-listing {
  min-height: 380px;
}
.nk-fmg-listing.is-scrollable {
  min-height: auto;
  max-height: 298px;
}

@media (min-width: 576px) {
  .nk-fmg-body-content {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .nk-fmg-aside-top {
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .nk-fmg {
    padding-left: 260px;
  }
  .nk-fmg-aside {
    transform: none;
    transition: none;
    width: 260px;
    left: 80px;
    min-height: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .nk-fmg-aside-top {
    flex-grow: 0;
  }
  .nk-fmg-body-head {
    padding: 0.75rem 1.75rem;
    z-index: 9;
  }
  .nk-fmg-body-content {
    padding: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .nk-fmg {
    padding-left: 220px;
  }
  .nk-fmg-filter.toggle-expand-content {
    display: block !important;
  }
  .nk-fmg-aside {
    width: 220px;
  }
}
@media (min-width: 992px) and (max-width: 1360px) {
  .nk-fmg {
    padding-left: 220px;
  }
  .nk-fmg-aside {
    width: 220px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .nk-fmg-aside {
    width: 320px;
  }
  .nk-fmg-body-head, .nk-fmg-body-content, .nk-fmg-status, .nk-fmg-switch .dropdown-toggle {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .nk-fmg-menu {
    padding: 1rem 1.75rem;
  }
}
.nk-file .tb-sub {
  font-size: 12px;
  color: #8094ae;
}
.nk-file .tb-head {
  font-weight: 500;
  font-size: 13px;
  color: #8094ae;
}
.nk-file-info:hover .nk-file-name .asterisk a, .nk-file-info .nk-file-name .asterisk a.active {
  opacity: 1;
}
.nk-file-icon {
  margin-right: 8px;
  flex-shrink: 0;
}
.nk-file-icon-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.nk-file-icon-type {
  width: 32px;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  margin: auto;
}
.nk-file-title {
  display: flex;
  align-items: center;
}
.nk-file-title .breadcrumb {
  padding-top: 0.25rem;
  padding-bottom: 0;
}
.nk-file-name {
  font-weight: 500;
  color: #364a63;
  position: relative;
  line-height: 1.4;
}
.nk-file-name-text {
  padding-right: 1.5rem;
  display: inline-block;
}
.nk-file-name-text .title {
  transition: color 0.3s;
  display: inline-block;
  text-decoration: none;
  word-break: break-word;
}
.nk-file-name-text a.title {
  color: #364a63;
}
.nk-file-name-text a.title:hover {
  color: #F66D22;
}
.nk-file-name-sub {
  font-size: 12px;
  color: #8094ae;
}
.nk-file-name .asterisk {
  position: absolute;
  display: inline-flex;
  margin-left: 0.5rem;
  transition: 0.3s opacity;
  margin-top: -1px;
  top: 50%;
  transform: translateY(-50%);
}
.nk-file-name .asterisk a {
  opacity: 0;
}
.nk-file-name .asterisk .icon {
  font-size: 1.125rem;
  color: #F66D22;
}
.nk-file-desc {
  display: flex;
  align-items: center;
  margin: 0 -0.375rem;
}
.nk-file-desc li {
  position: relative;
  padding: 0 0.375rem;
  font-size: 12px;
  color: #8094ae;
}
.nk-file-desc li:not(:first-child):before {
  content: "\eca1";
  font-family: "Nioicon";
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 11px;
  line-height: 10px;
  transform: translate(-50%, -50%);
  opacity: 0.8;
}
.nk-file-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.nk-file-link:hover .title {
  color: #F66D22;
}
.nk-file-info > .nk-file-link {
  padding: 0.75rem 0;
}
.is-compact .nk-file-info > .nk-file-link {
  padding: 0.375rem 0;
}
.nk-file-share-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.25rem;
  border-bottom: 1px solid #e5e9f2;
}
.nk-file-share-field {
  padding: 0.5rem 1.25rem;
}
.nk-file-share-field:not(:last-child) {
  border-bottom: 1px solid #e5e9f2;
}
.nk-file-share-field .form-control, .nk-file-share-field div.dataTables_wrapper div.dataTables_filter input, div.dataTables_wrapper div.dataTables_filter .nk-file-share-field input, .nk-file-share-field .dual-listbox .dual-listbox__search, .dual-listbox .nk-file-share-field .dual-listbox__search {
  font-size: 0.875rem;
}
.nk-file-share-field textarea.form-control, .nk-file-share-field .dual-listbox textarea.dual-listbox__search, .dual-listbox .nk-file-share-field textarea.dual-listbox__search {
  min-height: 78px;
}
.nk-file-share-field textarea.form-control.ex-large, .nk-file-share-field .dual-listbox textarea.ex-large.dual-listbox__search, .dual-listbox .nk-file-share-field textarea.ex-large.dual-listbox__search {
  min-height: 160px;
}
.nk-file-share-input {
  display: flex;
}
.nk-file-share-input .label {
  margin: 0.3rem 0.5rem 0.3rem 0;
  width: 1.25rem;
  color: #8094ae;
}
.nk-file-share-input-group {
  width: 100%;
}
.nk-file-share-group {
  position: relative;
  padding: 1rem 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.nk-file-share-nav {
  flex-shrink: 0;
}
.nk-file-details-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0.25rem 0;
}
.nk-file-details-col {
  font-size: 13px;
}
.nk-file-details-col:first-child {
  color: #8094ae;
  width: 100%;
}
.nk-file-details-col:last-child {
  color: #526484;
}
.nk-file-details-col .breadcrumb {
  padding: 0;
}

@media (min-width: 420px) {
  .nk-file-details-row {
    flex-wrap: nowrap;
    padding: 0.375rem 0;
  }
  .nk-file-details-col:first-child {
    width: 100px;
    flex-shrink: 0;
  }
}
@media (min-width: 576px) {
  .nk-file-share-field textarea.form-control.ex-large, .nk-file-share-field .dual-listbox textarea.ex-large.dual-listbox__search, .dual-listbox .nk-file-share-field textarea.ex-large.dual-listbox__search {
    min-height: 278px;
  }
}
.nk-files .nk-file .hideable {
  opacity: 0;
  transition: opacity 0.3s;
}
.nk-files .nk-file:hover .hideable {
  opacity: 1;
}
.nk-files .nk-file-item {
  display: table-row;
}
.nk-files .nk-file-item > div {
  position: relative;
  display: table-cell;
  padding: 0.5rem;
  vertical-align: middle;
}
.nk-files .nk-file-actions {
  width: 60px;
  text-align: center;
}
.nk-files-head {
  display: table-header-group;
}
.nk-files-head .nk-file-item > div {
  font-weight: 500;
  font-size: 0.8125rem;
  padding: 0.25rem;
}
.nk-files-head .nk-file-item > div:first-child {
  padding-left: 0;
}
.nk-files-head .nk-file-item > div:last-child {
  padding-right: 0.5rem;
}
.nk-files-head .dropdown-menu-xs {
  min-width: 140px;
  max-width: 140px;
}
.nk-files-list {
  display: table-row-group;
}
.nk-files-view-list {
  display: table;
  width: 100%;
}
.nk-files-view-list .nk-file {
  display: table-row;
}
.nk-files-view-list .nk-file.selected {
  background: #e3e7fe;
}
.nk-files-view-list .nk-file.selected > div {
  background: transparent;
}
.nk-files-view-list .nk-file > div {
  padding: 0.5rem 0.375rem;
  border-bottom: 1px solid #dbdfea;
  height: 4rem;
  background-color: #fff;
}
.nk-files-view-list .nk-file > div:first-child {
  border-left: 1px solid #dbdfea;
  padding-left: 1.25rem;
}
.nk-files-view-list .nk-file > div:last-child {
  border-right: 1px solid #dbdfea;
}
.nk-files-view-list .nk-file > div.nk-file-info {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.nk-files-view-list .nk-file:first-child > div {
  border-top: 1px solid #dbdfea;
}
.nk-files-view-list .nk-file:first-child > div:first-child {
  border-top-left-radius: 4px;
}
.nk-files-view-list .nk-file:first-child > div:last-child {
  border-top-right-radius: 4px;
}
.nk-files-view-list .nk-file:last-child > div:first-child {
  border-bottom-left-radius: 4px;
}
.nk-files-view-list .nk-file:last-child > div:last-child {
  border-bottom-right-radius: 4px;
}
.nk-files-view-list .nk-file .custom-checkbox {
  margin-right: 1rem;
}
.nk-files-view-list .nk-file-members .tb-shared {
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
}
.nk-files-view-list .nk-file-name-text a.title {
  padding: 1rem 0 0.875rem;
}
.nk-files-view-list .nk-file-icon + .nk-file-name a.title {
  padding-left: 40px;
  margin-left: -40px;
}
.nk-files-view-list.is-compact .nk-file > div {
  height: 3rem;
}
.nk-files-view-grid .nk-files-head, .nk-files-view-group .nk-files-head {
  margin-bottom: 0.25rem;
  width: 100%;
  display: flex;
}
.nk-files-view-grid .nk-files-head .nk-file-item, .nk-files-view-group .nk-files-head .nk-file-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
}
.nk-files-view-grid .nk-files-head .nk-file-item > div:not(.nk-file-info):not(.nk-file-actions), .nk-files-view-group .nk-files-head .nk-file-item > div:not(.nk-file-info):not(.nk-file-actions) {
  display: none;
}
.nk-files-view-grid .nk-files-head .nk-file-actions, .nk-files-view-group .nk-files-head .nk-file-actions {
  width: 30px;
  padding: 0 !important;
  margin-right: -4px;
}
.nk-files-view-grid .nk-files-list, .nk-files-view-group .nk-files-list {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.nk-files-view-grid .nk-files-list .nk-file-actions, .nk-files-view-group .nk-files-list .nk-file-actions {
  position: absolute;
  border: 0 none;
  background: transparent;
  width: 46px;
  right: 4px;
  top: 10px;
}
.nk-files-view-grid .nk-files-list .custom-control, .nk-files-view-group .nk-files-list .custom-control {
  position: absolute;
}
.nk-files-view-grid .nk-file, .nk-files-view-group .nk-file {
  display: flex;
  position: relative;
  margin: 8px;
  background: #fff;
  border: 1px solid #dbdfea;
  border-radius: 4px;
}
.nk-files-view-grid .nk-file .nk-file-members, .nk-files-view-group .nk-file .nk-file-members {
  display: none;
}
.nk-files-view-grid .nk-file {
  display: block;
  position: relative;
  width: calc(50% - 16px);
  text-align: center;
  padding: 0.5rem 0.25rem;
}
.nk-files-view-grid .nk-file > div {
  display: block;
  padding: 0;
}
.nk-files-view-grid .nk-file-title {
  display: flex;
  flex-direction: column;
}
.nk-files-view-grid .nk-file-icon {
  display: block;
  margin: 0;
  width: 100%;
}
.nk-files-view-grid .nk-file-icon-type {
  width: 72px;
  padding: 0.5rem 0;
}
.nk-files-view-grid .nk-file-name .title {
  padding: 0.5rem 0.125rem 0.5rem;
}
.nk-files-view-grid .nk-file-name-text {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.nk-files-view-grid .nk-file-desc {
  padding: 0 0.25rem 0.75rem;
  margin-top: -0.125rem;
  justify-content: center;
}
.nk-files-view-grid .nk-file-desc .members {
  display: none;
}
.nk-files-view-grid .nk-file-info > .nk-file-link {
  padding: 0.5rem 0;
}
.nk-files-view-grid .nk-file .nk-file-members {
  display: none;
}
.nk-files-view-grid .nk-file .nk-file-meta {
  padding-bottom: 0.5rem;
}
.nk-files-view-grid .nk-file .custom-control {
  top: 0.75rem;
  left: 1rem;
}
.nk-files-view-group .nk-file {
  position: relative;
  padding: 0.5rem 0.5rem;
  width: 100%;
}
.nk-files-view-group .nk-file > div {
  display: block;
  width: 100%;
  padding-right: 2.5rem;
}
.nk-files-view-group .nk-file-desc {
  padding: 0.25rem 0.125rem 0;
}
.nk-files-view-group .nk-file-name-text a.title {
  padding: 0.125rem 0;
}
.nk-files-view-group .nk-file-icon + .nk-file-name a.title {
  padding-left: 40px;
  margin-left: -40px;
}
.nk-files-view-group .nk-file .nk-file-actions {
  right: 2px;
  top: 4px;
}
.nk-files-view-group .nk-file .custom-control {
  right: 0.5rem;
  bottom: 0.5rem;
}
.nk-files-view-group .nk-file .nk-file-meta {
  display: none;
}
.nk-files-group > .title {
  border-top: 1px solid #e5e9f2;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 1rem 0;
  margin: 0;
}
.nk-files-group + .nk-files-group {
  margin-top: 3rem;
}

@media (max-width: 767.98px) {
  .nk-file-name-text {
    font-size: 13px;
  }
  .nk-files-view-grid .nk-file-name-text {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .nk-fmg-body .nk-block-tools .btn-icon.btn-trigger .icon, .nk-fmg-body .nk-block-tools .dt-buttons .btn-trigger.btn-secondary .icon, .dt-buttons .nk-fmg-body .nk-block-tools .btn-trigger.btn-secondary .icon {
    font-size: 1.25rem;
  }
}
@media (min-width: 576px) {
  .nk-files-view-grid .nk-file {
    width: calc(33.33% - 16px);
  }
  .nk-files-view-group .nk-file {
    width: calc(100% - 16px);
  }
}
@media (min-width: 660px) {
  .nk-files-view-group .nk-file {
    width: calc(50% - 16px);
  }
}
@media (min-width: 1200px) {
  .nk-files-view-grid .nk-file {
    width: calc(25% - 16px);
  }
  .nk-files-view-group .nk-file {
    width: calc(50% - 16px);
  }
}
@media (min-width: 1540px) {
  .nk-files-view-grid .nk-file {
    width: calc(20% - 16px);
  }
  .nk-files-view-group .nk-file {
    width: calc(33.33% - 16px);
  }
}
@media (min-width: 1800px) {
  .nk-files-view-grid .nk-file {
    width: calc(16.66% - 16px);
  }
  .nk-files-view-group .nk-file {
    width: calc(25% - 16px);
  }
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
  .nk-files-view-list .nk-file-members, .nk-files-view-list .nk-file-size {
    display: none !important;
  }
}
@media (max-width: 599px) {
  .nk-files-view-list .nk-file-icon-type {
    width: 24px;
  }
  .nk-files-view-list .nk-file-meta, .nk-files-view-list .nk-file-date, .nk-files-view-list .nk-file-size {
    display: none !important;
  }
  .nk-files-view-list .nk-file .custom-checkbox {
    margin-right: 0.75rem;
  }
}
@media (max-width: 359px) {
  .nk-files-view-grid .nk-file {
    width: 100%;
  }
}
.nk-upload-form {
  margin-bottom: 2.25rem;
}
.nk-upload-list > .title {
  font-size: 0.875rem;
  padding-bottom: 1rem;
}
.nk-upload-item {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #e5e9f2;
  margin: 0.5rem 0;
}
.nk-upload-icon {
  width: 48px;
  margin-right: 0.25rem;
  flex-shrink: 0;
}
.nk-upload-info {
  font-weight: 500;
  color: #364a63;
  flex-grow: 1;
  padding-right: 0.75rem;
}
.nk-upload-title {
  display: flex;
  align-items: flex-end;
}
.nk-upload-title .title {
  font-size: 0.875rem;
}
.nk-upload-title .meta {
  font-size: 12px;
  margin-left: auto;
  color: #8094ae;
  font-weight: 400;
}
.nk-upload-size {
  font-size: 12px;
  color: #8094ae;
  font-weight: 400;
}
.nk-upload-progress {
  margin: 0.375rem 0 0.25rem;
}
.nk-upload-action {
  margin-left: auto;
}

.add-opt:hover .sub-text, .add-opt:hover .icon {
  color: #F66D22;
}

.add-opt-icon .icon-circle, .contacts-add-link .icon-circle, .chat-members-link .icon-circle, .chat-option-link .icon-circle {
  height: 32px;
  width: 32px;
  font-size: 1rem;
}
.add-opt-icon .icon + span, .contacts-add-link .icon + span, .chat-members-link .icon + span, .chat-option-link .icon + span, .add-opt-icon .icon + div, .contacts-add-link .icon + div, .chat-members-link .icon + div, .chat-option-link .icon + div {
  margin-left: 0.75rem;
}

.chat-item {
  position: relative;
  border-radius: 4px;
  transition: background-color 0.3s;
}
.chat-item:hover {
  background-color: #ebeef2;
}
.chats-dropdown .chat-item:hover {
  background-color: #f5f6fa;
}
.chat-item:hover .chat-actions {
  opacity: 1;
  pointer-events: initial;
  transition: opacity 0.5s;
}
.chat-item.current {
  background-color: #f5f6fa;
}
.chat-item.current:hover {
  background-color: #ebeef2;
}
.chat-link {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.75rem;
  cursor: pointer;
}
.chat-media {
  height: 44px;
  width: 44px;
}
.chat-media + .chat-info {
  margin-left: 1rem;
}
.chat-info {
  width: calc(100% - 3.75rem);
}
.chat-from {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chat-from .name {
  font-size: 0.9375rem;
  margin-bottom: 0;
  font-weight: 500;
  color: #526484;
}
.is-unread .chat-from .name {
  font-weight: 700;
  color: #364a63;
}
.chat-from .time {
  font-size: 12px;
  color: #8094ae;
}
.chat-context {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chat-context .text {
  width: calc(100% - 2.5rem);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
  color: #8094ae;
}
.is-unread .chat-context .text {
  font-weight: 500;
  color: #526484;
}
.chat-context .status {
  display: flex;
  color: rgba(128, 148, 174, 0.8);
}
.is-unread .chat-context .status {
  color: #F66D22;
}
.chat-context .status.seen {
  color: #F66D22;
}
.chat-actions {
  background-color: #ebeef2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.75rem;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 3rem;
}
.chat-profile-group {
  border-top: 1px solid #e5e9f2;
  padding: 0.25rem 0;
}
.chat-profile-head {
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chat-profile-head .title {
  margin-bottom: 0;
}
.chat-profile-head .indicator-icon {
  display: inline-flex;
}
.chat-profile-head.collapsed .indicator-icon {
  transform: rotate(-180deg);
}
.chat-profile-body-inner {
  padding: 0 1.5rem 1.5rem;
}
.chat-profile-options {
  margin: -0.25rem;
}
.chat-profile-options li {
  padding: 0.25rem;
}
.chat-profile-settings {
  margin: -0.5rem;
}
.chat-profile-settings li {
  padding: 0.5rem;
}
.chat-profile-settings .custom-control-sm .custom-control-label {
  padding-left: 0.25rem;
  font-size: 13px;
  font-weight: 500;
  color: #526484;
}
.chat-profile-media {
  display: flex;
  margin: 0 -0.25rem;
}
.chat-profile-media li {
  width: 33.33%;
  padding: 0.25rem;
}
.chat-profile-media li a {
  display: inline-block;
}
.chat-profile-media li img {
  border-radius: 4px;
}
.chat-option-link {
  display: flex;
  align-items: center;
}
.chat-option-link .lead-text {
  font-weight: 500;
  font-size: 13px;
  transition: color 0.3s;
  color: #526484;
}
.chat-option-link:hover .lead-text {
  color: #1c2b46;
}
.chat-members {
  margin: -0.375rem -0.5rem;
}
.chat-members li {
  position: relative;
}
.chat-members-link {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.5rem;
}
.chat-members .user-card {
  position: relative;
  padding: 0.375rem 0.5rem;
  border-radius: 3px;
  transition: background-color 0.3s;
}
.chat-members .user-card > a {
  width: 100%;
  display: flex;
  align-items: center;
}
.chat-members .user-card:hover {
  background-color: #ebeef2;
}
.chat-members .user-card:hover .user-actions {
  opacity: 1;
  pointer-events: initial;
  transition: opacity 0.5s;
}
.chat-members .user-role {
  margin-left: auto;
  font-size: 12px;
  color: #8094ae;
}
.chat-members .user-actions {
  position: absolute;
  top: 0;
  right: 0.25rem;
  bottom: 0;
  width: 3rem;
  background-color: #ebeef2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  opacity: 0;
  pointer-events: none;
}

.chat {
  display: flex;
  align-items: flex-end;
  margin: -4px;
}
.chat > div {
  padding: 4px;
}
.chat + .chat {
  padding-top: 0.5rem;
}
.chat-avatar {
  margin-bottom: 1.4rem;
}
.chat-avatar.no-meta {
  margin-bottom: 0;
}
.chat-bubble {
  display: flex;
  align-items: center;
  padding: 0.125rem 0;
}
.chat-bubble:hover .chat-msg-more {
  opacity: 1;
}
.chat-bubbles .attach-files {
  margin-top: 0.75rem;
}
.chat-msg {
  background-color: #fff;
  border-radius: 8px;
  padding: 0.5rem 1rem;
}
.chat-msg-more {
  display: flex;
  align-items: center;
  margin: 0 0.75rem;
  opacity: 0;
  flex-shrink: 0;
  transition: all 0.3s;
}
.chat-msg-more > li {
  padding: 0.25rem;
}
.chat-msg.is-light {
  background-color: #e5e9f2;
  color: #526484;
}
.chat-msg.is-theme {
  background-color: #F66D22;
  color: #fff;
}
.chat-meta {
  display: flex;
  align-items: center;
  margin: 0.25rem -0.375rem 0;
}
.chat-meta li {
  position: relative;
  padding: 0 0.375rem;
  font-size: 12px;
  color: #8094ae;
}
.chat-meta li:not(:first-child):before {
  content: "\eca1";
  font-family: "Nioicon";
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 11px;
  line-height: 10px;
  transform: translate(-50%, -50%);
  opacity: 0.8;
}
.chat-sap {
  overflow: hidden;
  text-align: center;
  padding: 1rem 0;
}
.chat-sap-meta {
  position: relative;
  display: inline-block;
  padding: 0 0.75rem;
  color: #8094ae;
  font-size: 12px;
  line-height: 1.4;
}
.chat-sap-meta:before, .chat-sap-meta:after {
  position: absolute;
  height: 1px;
  background: #dbdfea;
  content: "";
  width: 100vw;
  top: 50%;
}
.chat-sap-meta:before {
  right: 100%;
}
.chat-sap-meta:after {
  left: 100%;
}
.chat.is-you .chat-bubbles .attach-files {
  border-color: #fff;
  overflow: hidden;
}
.chat.is-you .chat-bubbles .attach-files, .chat.is-you .chat-bubbles .attach-foot {
  background-color: #fff;
}
.chat.is-you .chat-bubble:last-child .chat-msg {
  border-bottom-left-radius: 0;
}
.chat.is-you .chat-bubble:not(:first-child) .chat-msg {
  border-top-left-radius: 4px;
}
.chat.is-you .chat-bubble:not(:last-child) .chat-msg {
  border-bottom-left-radius: 4px;
}
.chat.is-me {
  justify-content: flex-end;
}
.chat.is-me .chat-msg {
  background-color: #F66D22;
  color: #fff;
}
.chat.is-me .chat-meta {
  justify-content: flex-end;
}
.chat.is-me .chat-bubble {
  flex-direction: row-reverse;
}
.chat.is-me .chat-bubbles .attach-files {
  border-color: #c4cefe;
  overflow: hidden;
}
.chat.is-me .chat-bubbles .attach-files, .chat.is-me .chat-bubbles .attach-foot {
  background-color: #fff;
}
.chat.is-me .chat-bubble:last-child .chat-msg {
  border-bottom-right-radius: 0;
}
.chat.is-me .chat-bubble:not(:first-child) .chat-msg {
  border-top-right-radius: 4px;
}
.chat.is-me .chat-bubble:not(:last-child) .chat-msg {
  border-bottom-right-radius: 4px;
}
.chat-upload-option {
  display: none;
  position: absolute;
  left: 100%;
  padding: 0.5rem;
  background-color: #fff;
}
.chat-upload-option.expanded {
  display: block;
}
.chat-upload-option ul {
  display: flex;
  align-items: center;
}
.chat-upload-option a {
  color: #F66D22;
  font-size: 1.25rem;
  height: 36px;
  width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.chat-upload-option a:hover {
  color: #3c52ff;
}

.fav-list {
  display: flex;
  margin: -0.375rem;
  overflow-x: auto;
}
.fav-list li {
  padding: 0.375rem;
}
.fav-list a:hover > .user-avatar:after {
  opacity: 1;
}
.fav-list .user-avatar {
  height: 44px;
  width: 44px;
}
.fav-list .user-avatar:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  background: #e5e9f2;
  transform: scale(1.15);
  opacity: 0;
  border-radius: 50%;
  z-index: -1;
  transition: opacity 0.3s;
}

@media (min-width: 768px) {
  .fav-list {
    flex-wrap: wrap;
  }
}
@media (max-width: 859px) {
  .fav-list {
    margin: -0.375rem 0;
  }
  .fav-list li:first-child {
    padding-left: 0;
  }
  .fav-list li:last-child {
    padding-right: 0;
  }
}
.channel-list li {
  margin: 0.125rem -0.5rem;
}
.channel-list a {
  padding: 0.375rem 0.5rem;
  display: block;
  transition: all 0.3s;
  font-weight: 500;
  color: #526484;
  border-radius: 3px;
}
.channel-list a:hover, .channel-list a.active {
  color: #F66D22;
  background: #eff1ff;
}

.contacts-list {
  margin: -0.375rem -0.5rem;
}
.contacts-list + .contacts-list {
  margin-top: 1.75rem;
}
.contacts-list li {
  position: relative;
}
.contacts-list li > .title {
  padding-left: 1.25rem;
  margin-bottom: 0.25rem;
}
.contacts-list .user-card {
  position: relative;
  padding: 0.375rem 0.5rem;
  border-radius: 3px;
  transition: background-color 0.3s;
}
.contacts-list .user-card > a {
  width: 100%;
  display: flex;
  align-items: center;
}
.contacts-list .user-card:hover {
  background-color: #ebeef2;
}
.contacts-list .user-card:hover .user-actions {
  opacity: 1;
  pointer-events: initial;
  transition: opacity 0.4s;
}
.contacts-list .user-meta {
  margin-left: auto;
  font-size: 12px;
  color: #8094ae;
}
.contacts-list .user-actions {
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0.25rem;
  bottom: 0;
  width: 4.5rem;
  background-color: #ebeef2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  opacity: 0;
  pointer-events: none;
}
.contacts-list .user-actions > a {
  padding: 0 0.375rem;
}
.contacts-add-link {
  padding: 0.375rem 0.5rem;
  display: flex;
  align-items: center;
}
.contacts-add-link .lead-text {
  font-weight: 500;
  font-size: 13px;
}

.nk-chat {
  position: relative;
  display: flex;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dbdfea;
  border-radius: 4px;
  min-height: calc(100vh - (65px + 64px + 64px));
  max-height: calc(100vh - (65px + 64px + 64px));
}
.nk-chat-blank {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  background-color: #e5e9f2;
}
.nk-chat-blank-icon {
  margin-bottom: 1.5rem;
}
.nk-chat-aside {
  background: #fff;
  width: 100%;
  overflow: hidden;
  max-height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.nk-chat-aside-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.125rem 1.25rem 0.875rem;
}
.nk-chat-aside-user .title {
  font-size: 1.375rem;
  color: #364a63;
}
.nk-chat-aside-user .user-avatar {
  height: 36px;
  width: 36px;
}
.nk-chat-aside-user .user-avatar + .title {
  margin-left: 1rem;
}
.nk-chat-aside-user .dropdown-toggle:after {
  font-size: 1.125rem;
  color: #8094ae;
  margin-left: 1rem;
}
.nk-chat-aside-tools {
  display: flex;
  align-items: center;
}
.nk-chat-aside-body {
  max-height: 100%;
  height: 100%;
  overflow: auto;
}
.nk-chat-aside-search {
  padding: 0 1.25rem;
  margin-bottom: 1.75rem;
  margin-top: 0.25rem;
}
.nk-chat-aside-search .form-control, .nk-chat-aside-search div.dataTables_wrapper div.dataTables_filter input, div.dataTables_wrapper div.dataTables_filter .nk-chat-aside-search input, .nk-chat-aside-search .dual-listbox .dual-listbox__search, .dual-listbox .nk-chat-aside-search .dual-listbox__search {
  background-color: #f5f6fa;
  border-color: #f5f6fa;
}
.nk-chat-aside-search .form-control::placeholder, .nk-chat-aside-search div.dataTables_wrapper div.dataTables_filter input::placeholder, div.dataTables_wrapper div.dataTables_filter .nk-chat-aside-search input::placeholder, .nk-chat-aside-search .dual-listbox .dual-listbox__search::placeholder, .dual-listbox .nk-chat-aside-search .dual-listbox__search::placeholder {
  color: #8094ae;
}
.nk-chat-aside-panel {
  padding: 0 1.25rem 1.75rem;
}
.nk-chat-aside-panel .title {
  margin-bottom: 0.75rem;
}
.nk-chat-list {
  padding: 0 0.5rem;
}
.nk-chat-list .title {
  margin-left: 0.75rem;
}
.nk-chat-body {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: padding 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
}
.nk-chat-body.show-chat {
  opacity: 1;
  pointer-events: auto;
}
.nk-chat-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.75rem;
  border-bottom: 1px solid #e5e9f2;
  background-color: #fff;
}
.nk-chat-head-info {
  width: 60%;
}
.nk-chat-head-info .user-avatar + .user-info {
  margin-left: 0.75rem;
}
.nk-chat-head-info .user-info .lead-text {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.nk-chat-head-info, .nk-chat-head-tools {
  display: flex;
  align-items: center;
  margin: -0.125rem;
}
.nk-chat-head-info > li, .nk-chat-head-tools > li {
  padding: 0.125rem;
}
.nk-chat-head-info .btn-icon .icon, .nk-chat-head-info .dt-buttons .btn-secondary .icon, .dt-buttons .nk-chat-head-info .btn-secondary .icon, .nk-chat-head-tools .btn-icon .icon, .nk-chat-head-tools .dt-buttons .btn-secondary .icon, .dt-buttons .nk-chat-head-tools .btn-secondary .icon {
  font-size: 1.25rem;
}
.nk-chat-head-search {
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  z-index: 9;
  width: 100%;
  padding: 0 1.75rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: all 0.5s;
}
.nk-chat-head-search.show-search {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
.nk-chat-panel {
  background-color: rgba(229, 233, 242, 0.7);
  height: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 1.25rem;
}
.nk-chat-editor {
  display: flex;
  align-items: center;
  padding: 1rem 1.25rem;
  background-color: #fff;
}
.nk-chat-editor-form {
  padding: 0 0.5rem;
  flex-grow: 1;
}
.nk-chat-editor-form .form-control, .nk-chat-editor-form div.dataTables_wrapper div.dataTables_filter input, div.dataTables_wrapper div.dataTables_filter .nk-chat-editor-form input, .nk-chat-editor-form .dual-listbox .dual-listbox__search, .dual-listbox .nk-chat-editor-form .dual-listbox__search {
  min-height: 36px;
  padding-top: 0.5rem;
}
.nk-chat-editor-upload, .nk-chat-editor-tools {
  display: flex;
  align-items: center;
}
.nk-chat-editor-upload .btn-icon .icon, .nk-chat-editor-upload .dt-buttons .btn-secondary .icon, .dt-buttons .nk-chat-editor-upload .btn-secondary .icon, .nk-chat-editor-tools .btn-icon .icon, .nk-chat-editor-tools .dt-buttons .btn-secondary .icon, .dt-buttons .nk-chat-editor-tools .btn-secondary .icon {
  font-size: 1.5rem;
}
.nk-chat-editor-upload {
  position: relative;
  z-index: 2;
}
.nk-chat-editor-upload .toggle-opt {
  transition: 0.3s;
}
.nk-chat-editor-upload .toggle-opt.active {
  opacity: 0.7;
  transform: rotate(-45deg);
}
.nk-chat-profile {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  width: 325px;
  height: 100%;
  max-height: 100%;
  transition: transform 0.3s ease-in-out;
  background: #fff;
  z-index: 100;
}
.nk-chat-profile-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(16, 25, 36, 0.4);
  z-index: 600;
  z-index: 90;
  animation: overlay-fade-in 0.4s ease 1;
}
.nk-chat-profile.visible {
  transform: none;
}

@media (max-width: 575.98px) {
  .nk-chat {
    border: none;
    border-radius: 4px;
    min-height: calc(100vh - (65px + 85px));
    max-height: calc(100vh - (65px + 85px));
    margin: -24px -18px;
  }
  .nk-chat-head {
    padding: 0.75rem 1.25rem;
  }
  .nk-chat-head-user {
    max-width: calc(100% - 34px);
  }
  .nk-chat-head-user .user-avatar {
    height: 36px;
    width: 36px;
  }
  .nk-chat-head-user .user-info {
    width: calc(100% - 36px - 0.75rem);
  }
}
@media (min-width: 576px) {
  .nk-chat-head-info, .nk-chat-head-tools {
    margin: -0.375rem;
  }
  .nk-chat-head-info > li, .nk-chat-head-tools > li {
    padding: 0.375rem;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .nk-chat-aside-head, .nk-chat-aside-search {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .nk-chat-aside-panel {
    padding: 0 2.25rem 1.75rem;
  }
  .nk-chat-list {
    padding: 0 1.5rem;
  }
  .nk-chat-head, .nk-chat-panel, .nk-chat-editor {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .nk-chat-head-search {
    padding: 0 2.25rem;
  }
}
@media (min-width: 860px) {
  .nk-chat-aside {
    width: 320px;
    border-right: 1px solid #e5e9f2;
  }
  .nk-chat-body {
    position: static;
    opacity: 1;
    pointer-events: auto;
  }
  .nk-chat-body-close {
    display: none;
  }
}
@media (max-width: 859px) {
  .nk-chat-body.show-chat {
    position: fixed;
    z-index: 2999;
  }
  .nk-chat-head {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 860px) and (max-width: 991px) {
  .nk-chat-aside {
    width: 345px;
    border-right: 1px solid #e5e9f2;
  }
}
@media (min-width: 992px) {
  .nk-chat-aside-panel, .nk-chat-aside-head, .nk-chat-aside-search {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .nk-chat-list {
    padding: 0 1rem;
  }
  .nk-chat-aside {
    width: 325px;
  }
  .nk-chat-panel {
    padding: 1.25rem 1.75rem;
  }
  .chat-profile-head, .chat-profile-body-inner {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .nk-chat-body.profile-shown {
    padding-right: 325px;
  }
  .nk-chat-profile {
    border-left: 1px solid #e5e9f2;
  }
}
@media (min-width: 1540px) {
  .nk-chat-aside {
    width: 382px;
  }
  .nk-chat-body.profile-shown {
    padding-right: 365px;
  }
  .nk-chat-profile {
    width: 365px;
  }
}
@media (max-width: 1539.98px) {
  .profile-shown .nk-chat-profile-toggle {
    right: 262px;
  }
  .has-apps-sidebar .profile-shown .nk-chat-profile-toggle {
    right: -18px;
  }
}
@media (max-width: 359px) {
  .nk-chat-profile {
    width: 280px;
  }
}
.nk-code-preview-box {
  display: block;
  color: #8094ae;
  padding: 0.15rem 1.25rem;
  border-left: 1px solid #e5e9f2;
}

.dashboard-preview {
  height: 200px;
  justify-content: center;
}

.dropdown-preview .dropdown-menu {
  position: static;
  display: block;
}
.dropdown-preview:after {
  display: block;
  clear: both;
  content: "";
}

@media (max-width: 420px) {
  .dropdown-preview .dropdown-menu-xl, .dropdown-preview .dropdown-menu-lg, .dropdown-preview .dropdown-menu-md {
    min-width: 100%;
    max-width: 100%;
  }
}
.prettyprint {
  padding: 1.25rem;
  white-space: pre;
  box-shadow: none !important;
  margin-bottom: 0;
  border-radius: 4px;
  overflow: auto;
}

.card-preview {
  border: 1px solid #dbdfea;
}

.code-block {
  position: relative;
  border: 1px solid #dbdfea;
  padding: 1.25rem;
  background: #fff;
  border-radius: 4px;
}
.code-block .clipboard-init {
  position: absolute;
  top: 12px;
  right: 12px;
}
.card-preview + .code-block {
  margin-top: 28px;
}
.code-block + .code-block {
  margin-top: -3px;
  border-top-color: #e5e9f2;
  border-radius: 0 0 4px 4px;
}
.code-block + .card-preview, .code-block + .nk-block-head {
  margin-top: 40px;
}
.code-block .prettyprint {
  background: #f5f6fa;
  border: none;
  padding: 0.75rem;
  font-size: 11px;
  line-height: 20px;
  max-height: 136px;
}
.code-block .title {
  margin-bottom: 1rem;
}
.code-block .btn, .code-block .dual-listbox .dual-listbox__button, .dual-listbox .code-block .dual-listbox__button {
  background-color: #fff;
}
.code-block .btn:focus, .code-block .dual-listbox .dual-listbox__button:focus, .dual-listbox .code-block .dual-listbox__button:focus, .code-block .btn:hover, .code-block .dual-listbox .dual-listbox__button:hover, .dual-listbox .code-block .dual-listbox__button:hover {
  border-color: #dbdfea;
  box-shadow: none;
}
.code-block-clean .title {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8094ae;
  font-weight: 500;
  margin-bottom: 0.45rem;
  display: block;
}

.preview-icon-list {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.preview-icon-item {
  flex: 1 0 150px;
  padding: 15px;
  max-width: 50%;
}
.preview-icon-box {
  position: relative;
  padding: 25px 20px;
  text-align: center;
  border: 1px solid #dbdfea;
}
.preview-icon-box .btn-clipboard {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
}
.preview-icon-box .btn-clipboard:focus {
  border-color: transparent;
  box-shadow: none;
}
.preview-icon-box:hover .btn-clipboard {
  opacity: 1;
}
.preview-icon-wrap {
  padding-bottom: 5px;
}
.preview-icon-wrap .ni {
  font-size: 30px;
}
.preview-icon-svg .preview-icon-wrap {
  margin-bottom: 0.5rem;
}
.preview-icon-svg .preview-icon-wrap svg {
  width: 90px;
}
.preview-icon-name {
  color: #8094ae;
  font-size: 11px;
}

.preview-title, .preview-title-lg {
  display: block;
  padding-bottom: 0.75rem;
}
.preview-title-lg {
  font-size: 13px;
}
.preview-hr {
  border-top: 1px solid #dbdfea;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.preview-hr + .preview-title {
  padding-top: 0.5rem;
}
.nk-block-head + .preview-hr {
  margin-top: 0.5rem;
}
.preview-list {
  display: flex;
  flex-wrap: wrap;
  margin: -0.75rem;
}
.preview-item {
  padding: 0.75rem;
}
.preview-btn-list {
  display: flex;
  flex-wrap: wrap;
  margin: -0.75rem;
}
.preview-btn-item {
  width: 50%;
  padding: 0.75rem;
}
.preview-btn-list-fw .preview-btn-item {
  width: 100%;
}
.preview-btn-list-3x .preview-btn-item {
  width: 33.33%;
}

.example-width > div, .example-height > div, .example-border > div, .example-spacing > div {
  font-size: 11px;
  padding: 0.5rem;
  text-align: center;
  background-color: #f5f6fa;
}
.example-border {
  margin: -0.5rem;
}
.example-border > div {
  height: 4.5rem;
  width: 4.5rem;
  margin: 0.5rem;
}
.example-border-all > div {
  border: 1px solid #dbdfea;
}
.example-width > div {
  height: 2rem;
  background-color: #ebeef2;
  margin-bottom: 0.25rem;
}
.example-height {
  height: 8rem;
}
.example-height > div {
  width: 8rem;
  background-color: #ebeef2;
  margin-right: 0.5rem;
}
.example-spacing > div {
  height: 2rem;
  width: 4.5rem;
  background-color: #ebeef2;
  margin-bottom: 0.5rem;
}
.example-spacing-pd > div {
  margin-right: 0.5rem;
  height: auto;
  width: auto;
}
.example-spacing-pd > div > span {
  display: block;
  padding: 0.25rem;
  line-height: 1;
  border-radius: 2px;
  background-color: #fff;
}
.example-alerts:not(:last-child) {
  margin-bottom: 28px;
}

.components-preview h4.title, .components-preview .title.h4, .components-preview h5.title, .components-preview .title.h5 {
  font-size: 1.25rem;
  letter-spacing: -0.01rem;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}
.components-preview .card-preview > .card-inner {
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .preview-btn-item {
    width: 25%;
  }
  .preview-btn-list-fw .preview-btn-item {
    width: 25%;
  }
  .preview-btn-list-3x .preview-btn-item {
    width: 16.66%;
  }
}
@media (min-width: 992px) {
  .components-preview .nk-block + .nk-block-lg {
    padding-top: 3.75rem;
  }
}
@media (max-width: 767.98px) {
  .preview-reference tr, .preview-reference th, .preview-reference td {
    display: block;
    border: 0;
    width: 100% !important;
  }
  .preview-reference tbody tr {
    padding: 0.5rem 0;
  }
  .preview-reference tbody tr:not(:last-child) {
    border-bottom: 1px solid #e5e9f2;
  }
  .preview-reference tbody tr:nth-child(2n) {
    background-color: rgba(245, 246, 250, 0.3);
  }
  .preview-reference tr td {
    padding: 0.2rem 1.25rem;
  }
  .preview-reference tr th:not(:first-child) {
    display: none;
  }
}
.nk-body.ui-clean {
  background: #fff !important;
}
.nk-body.ui-softy, .nk-body.ui-shady {
  background: #f5f6fa !important;
}

.ui-softy .card,
.ui-softy .code-block,
.ui-softy .nk-iv-scheme-item,
.ui-softy .sp-pdl-item,
.ui-softy .invoice-wrap,
.ui-softy .nk-msg-boxed,
.ui-softy .nk-iv-wg1,
.ui-softy .accordion:not(.accordion-s2):not(.accordion-s3), .ui-shady .card,
.ui-shady .code-block,
.ui-shady .nk-iv-scheme-item,
.ui-shady .sp-pdl-item,
.ui-shady .invoice-wrap,
.ui-shady .nk-msg-boxed,
.ui-shady .nk-iv-wg1,
.ui-shady .accordion:not(.accordion-s2):not(.accordion-s3) {
  border: none;
}
.ui-softy .table .thead-light th, .ui-shady .table .thead-light th {
  background: rgba(245, 246, 250, 0.5);
  box-shadow: 0 -1px 5px -5px rgba(31, 43, 58, 0.7);
}
.ui-softy .tb-tnx-head, .ui-softy .sp-plan-action, .ui-softy .tb-ticket-item.is-unread, .ui-softy .support-topic-block:link:hover, .ui-softy .nk-refwg-stats, .ui-shady .tb-tnx-head, .ui-shady .sp-plan-action, .ui-shady .tb-ticket-item.is-unread, .ui-shady .support-topic-block:link:hover, .ui-shady .nk-refwg-stats {
  background: rgba(245, 246, 250, 0.5);
}
.ui-softy .nk-refwg-stats, .ui-shady .nk-refwg-stats {
  background: rgba(245, 246, 250, 0.5) !important;
}
.ui-softy .card .card-inner + .table .tb-tnx-head, .ui-shady .card .card-inner + .table .tb-tnx-head {
  border-top: 1px solid #dbdfea;
}
.ui-softy .kanban-board-header, .ui-shady .kanban-board-header {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-softy .kanban-item, .ui-shady .kanban-item {
  border: 0;
}

.ui-softy .card,
.ui-softy .code-block,
.ui-softy .nk-iv-scheme-item,
.ui-softy .sp-pdl-item,
.ui-softy .invoice-wrap,
.ui-softy .nk-iv-wg1,
.ui-softy .accordion:not(.accordion-s2):not(.accordion-s3), .ui-softy.npc-apps-messages .nk-reply-form, .ui-softy.npc-apps-inbox .nk-reply-form,
.ui-softy .nk-files-view-grid .nk-file, .ui-softy .nk-files-view-group .nk-file, .ui-softy .nk-files-view-list .nk-files-list,
.ui-softy .chat-msg, .ui-softy .kanban-board-header, .ui-softy .kanban-item, .ui-softy .kanban-add-task {
  box-shadow: 0 1px 4px rgba(31, 43, 58, 0.15);
}
.ui-softy .card .accordion:not(.accordion-s2):not(.accordion-s3) {
  box-shadow: none;
  border: 1px solid #dbdfea;
}

.ui-shady .card,
.ui-shady .code-block,
.ui-shady .nk-iv-scheme-item,
.ui-shady .sp-pdl-item,
.ui-shady .invoice-wrap,
.ui-shady .nk-iv-wg1,
.ui-shady .accordion:not(.accordion-s2):not(.accordion-s3), .ui-shady.npc-apps-messages .nk-reply-form, .ui-shady.npc-apps-inbox .nk-reply-form,
.ui-shady .nk-files-view-grid .nk-file, .ui-shady .nk-files-view-group .nk-file, .ui-shady .nk-files-view-list .nk-files-list,
.ui-shady .chat-msg, .ui-shady .kanban-board-header, .ui-shady .kanban-item, .ui-shady .kanban-add-task {
  box-shadow: 0 0 25px -12px rgba(31, 43, 58, 0.15);
}
.ui-shady .card .accordion:not(.accordion-s2):not(.accordion-s3) {
  box-shadow: none;
  border: 1px solid #dbdfea;
}

.ui-softy .nk-msg-boxed, .ui-softy .nk-ibx-boxed, .ui-softy .nk-fmg-boxed, .ui-softy .nk-chat-boxed {
  box-shadow: 0 1px 4px rgba(31, 43, 58, 0.15);
}

.ui-shady .nk-msg-boxed, .ui-shady .nk-ibx-boxed, .ui-shady .nk-fmg-boxed, .ui-shady .nk-chat-boxed {
  box-shadow: 0 0 25px -12px rgba(31, 43, 58, 0.15);
}

.ui-shady .nk-msg-aside, .ui-shady .nk-msg-nav, .ui-softy .nk-msg-aside, .ui-softy .nk-msg-nav {
  background: #fff;
}
.ui-shady .nk-msg-item.active, .ui-shady .nk-msg-item.current, .ui-softy .nk-msg-item.active, .ui-softy .nk-msg-item.current {
  background: rgba(245, 246, 250, 0.5);
  position: relative;
}
.ui-shady .nk-msg-item.active:after, .ui-shady .nk-msg-item.current:after, .ui-softy .nk-msg-item.active:after, .ui-softy .nk-msg-item.current:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: #F66D22;
}
.ui-shady.npc-apps-messages .nk-msg-item.active, .ui-shady.npc-apps-messages .nk-msg-item.current, .ui-softy.npc-apps-messages .nk-msg-item.active, .ui-softy.npc-apps-messages .nk-msg-item.current {
  background: #f5f6fa;
}
.ui-shady.npc-apps-messages .nk-msg-item.active:after, .ui-shady.npc-apps-messages .nk-msg-item.current:after, .ui-softy.npc-apps-messages .nk-msg-item.active:after, .ui-softy.npc-apps-messages .nk-msg-item.current:after {
  width: 3px;
}
.ui-shady.npc-apps-messages .nk-msg-reply, .ui-softy.npc-apps-messages .nk-msg-reply {
  box-shadow: inset 0 0 8px -5px rgba(16, 25, 36, 0.3);
}
.ui-shady.npc-apps-messages .nk-header, .ui-softy.npc-apps-messages .nk-header {
  box-shadow: 0 0 4px -1px rgba(16, 25, 36, 0.2);
}
.ui-shady.npc-apps-inbox .nk-ibx-reply, .ui-shady.npc-apps-inbox .nk-ibx-nav, .ui-softy.npc-apps-inbox .nk-ibx-reply, .ui-softy.npc-apps-inbox .nk-ibx-nav {
  box-shadow: inset 0 0 8px -5px rgba(16, 25, 36, 0.3);
}
.ui-shady.npc-apps-inbox .nk-header, .ui-softy.npc-apps-inbox .nk-header {
  box-shadow: 0 0 4px -1px rgba(16, 25, 36, 0.2);
}
.ui-shady.npc-apps-inbox .nk-ibx-item, .ui-softy.npc-apps-inbox .nk-ibx-item {
  box-shadow: 0 0 7px -1px rgba(16, 25, 36, 0.1);
}
.ui-shady.npc-apps-chat .nk-chat-panel, .ui-softy.npc-apps-chat .nk-chat-panel {
  box-shadow: inset 0 0 8px -5px rgba(16, 25, 36, 0.3);
}

.ui-clean.npc-apps-messages .nk-msg-aside, .ui-clean.npc-apps-messages .nk-msg-nav {
  background: #fff;
}
.ui-clean.npc-apps-messages .nk-msg-item.active, .ui-clean.npc-apps-messages .nk-msg-item.current {
  background: #f5f6fa;
}

.ui-clean.npc-apps-chat .nk-chat-panel {
  background: #fff;
}
.ui-clean.npc-apps-chat .chat.is-you .chat-msg {
  background-color: #e5e9f2;
  color: #364a63;
}

.ui-rounder .card, .ui-rounder .ratio {
  border-radius: 12px;
}

.table .table-light th {
  color: #364a63 !important;
  background-color: #f5f6fa;
  border: #dbdfea;
}

body.dark-mode {
  background: #101924 !important;
  color: #b6c6e3;
}
body.dark-mode.bg-lighter, .dual-listbox body.dark-mode.dual-listbox__item:hover, body.dark-mode.bg-light {
  background: #0d141d !important;
}
body.dark-mode.nk-body.ui-softy, body.dark-mode.nk-body.ui-shady {
  background: #101924 !important;
}

.dark-mode .logo-dark {
  opacity: 0;
}
.dark-mode .logo-light {
  opacity: 1;
}
.dark-mode h1, .dark-mode h2, .dark-mode h3, .dark-mode h4, .dark-mode h5, .dark-mode h6, .dark-mode .h1, .dark-mode .h2, .dark-mode .h3, .dark-mode .h4, .dark-mode .h5, .dark-mode .h6,
.dark-mode .lead-text, .dark-mode .dropdown-title, .dark-mode pre {
  color: #fff;
}
.dark-mode .text-base, .dark-mode .text-body, .dark-mode .link-text {
  color: #b6c6e3 !important;
}
.dark-mode .text-secondary, .dark-mode .icon[class*=bg-secondary-dim], .dark-mode .user-avatar[class*=-light], .dark-mode .icon[class*=bg-light] {
  color: #8094ae !important;
}
.dark-mode .text-dark {
  color: #fff !important;
}
.dark-mode .text-muted {
  color: #8094ae !important;
}
.dark-mode .text-light, .dark-mode .user-avatar[class*=-dark] {
  color: #8091a7 !important;
}
.dark-mode .text-lighter {
  color: #3c4d62 !important;
}
.dark-mode .text-indigo {
  color: #6370ca !important;
}
.dark-mode .bg-light {
  background-color: #0d141d !important;
}
.dark-mode .bg-lighter, .dark-mode .dual-listbox .dual-listbox__item:hover, .dual-listbox .dark-mode .dual-listbox__item:hover {
  background-color: #101924 !important;
}
.dark-mode .table-striped tbody tr:nth-of-type(odd) {
  background-color: #101924 !important;
}
.dark-mode .bg-white {
  background-color: #141c26 !important;
}
.dark-mode .bg-transparent.bg-transparent {
  background-color: transparent !important;
}
.dark-mode .bg-dark {
  background-color: #161f2a !important;
}
.dark-mode .bg-blue-dim {
  background-color: #1e2f46 !important;
}
.dark-mode .bg-azure-dim {
  background-color: #142a46 !important;
}
.dark-mode .bg-indigo-dim {
  background-color: #182034 !important;
}
.dark-mode .bg-purple-dim {
  background-color: #242847 !important;
}
.dark-mode .bg-pink-dim {
  background-color: #372739 !important;
}
.dark-mode .bg-orange-dim {
  background-color: #37302d !important;
}
.dark-mode .bg-teal-dim {
  background-color: #163637 !important;
}
.dark-mode .bg-primary-dim, .dark-mode .dual-listbox .dual-listbox__item:active, .dual-listbox .dark-mode .dual-listbox__item:active, .dark-mode .dual-listbox .dual-listbox__item.dual-listbox__item--selected, .dual-listbox .dark-mode .dual-listbox__item.dual-listbox__item--selected {
  background-color: #202a47 !important;
}
.dark-mode .bg-success-dim {
  background-color: #16393a !important;
}
.dark-mode .bg-info-dim {
  background-color: #123542 !important;
}
.dark-mode .bg-warning-dim {
  background-color: #363422 !important;
}
.dark-mode .bg-danger-dim {
  background-color: #34242b !important;
}
.dark-mode .bg-secondary-dim {
  background-color: #1b2532 !important;
}
.dark-mode .bg-dark-dim {
  background-color: #161e29 !important;
}
.dark-mode .bg-gray-dim {
  background-color: #242e39 !important;
}
.dark-mode .bg-btc-dim {
  background-color: #362c25 !important;
}
.dark-mode .bg-eth-dim {
  background-color: #20293c !important;
}
.dark-mode .alert-primary {
  color: #F66D22;
  background-color: #202a47;
  border-color: #202a47;
}
.dark-mode .alert-primary hr {
  border-top-color: #202a47;
}
.dark-mode .alert-primary .alert-link {
  color: #3249ff;
}
.dark-mode .alert-fill.alert-primary {
  color: #fff;
  background: #F66D22;
}
.dark-mode .alert-fill.alert-primary .alert-link {
  color: #fff;
}
.dark-mode .alert-pro.alert-primary {
  border-color: #F66D22;
}
.dark-mode .alert-secondary {
  color: #8ca3c0;
  background-color: #1b2532;
  border-color: #1b2532;
}
.dark-mode .alert-secondary hr {
  border-top-color: #1b2532;
}
.dark-mode .alert-secondary .alert-link {
  color: #6b89ae;
}
.dark-mode .alert-fill.alert-secondary {
  color: #fff;
  background: #8ca3c0;
}
.dark-mode .alert-fill.alert-secondary .alert-link {
  color: #fff;
}
.dark-mode .alert-pro.alert-secondary {
  border-color: #8ca3c0;
}
.dark-mode .alert-success {
  color: #1ee0ac;
  background-color: #16393a;
  border-color: #16393a;
}
.dark-mode .alert-success hr {
  border-top-color: #16393a;
}
.dark-mode .alert-success .alert-link {
  color: #18b389;
}
.dark-mode .alert-fill.alert-success {
  color: #fff;
  background: #1ee0ac;
}
.dark-mode .alert-fill.alert-success .alert-link {
  color: #fff;
}
.dark-mode .alert-pro.alert-success {
  border-color: #1ee0ac;
}
.dark-mode .alert-warning {
  color: #f4bd0e;
  background-color: #363422;
  border-color: #363422;
}
.dark-mode .alert-warning hr {
  border-top-color: #363422;
}
.dark-mode .alert-warning .alert-link {
  color: #c69909;
}
.dark-mode .alert-fill.alert-warning {
  color: #fff;
  background: #f4bd0e;
}
.dark-mode .alert-fill.alert-warning .alert-link {
  color: #fff;
}
.dark-mode .alert-pro.alert-warning {
  border-color: #f4bd0e;
}
.dark-mode .alert-info {
  color: #09c2de;
  background-color: #123542;
  border-color: #123542;
}
.dark-mode .alert-info hr {
  border-top-color: #123542;
}
.dark-mode .alert-info .alert-link {
  color: #0797ad;
}
.dark-mode .alert-fill.alert-info {
  color: #fff;
  background: #09c2de;
}
.dark-mode .alert-fill.alert-info .alert-link {
  color: #fff;
}
.dark-mode .alert-pro.alert-info {
  border-color: #09c2de;
}
.dark-mode .alert-danger {
  color: #e85347;
  background-color: #34242b;
  border-color: #34242b;
}
.dark-mode .alert-danger hr {
  border-top-color: #34242b;
}
.dark-mode .alert-danger .alert-link {
  color: #e02b1c;
}
.dark-mode .alert-fill.alert-danger {
  color: #fff;
  background: #e85347;
}
.dark-mode .alert-fill.alert-danger .alert-link {
  color: #fff;
}
.dark-mode .alert-pro.alert-danger {
  border-color: #e85347;
}
.dark-mode .alert-gray {
  color: #b7c2d0;
  background-color: #242e39;
  border-color: #242e39;
}
.dark-mode .alert-gray hr {
  border-top-color: #242e39;
}
.dark-mode .alert-gray .alert-link {
  color: #98a8bc;
}
.dark-mode .alert-fill.alert-gray {
  color: #fff;
  background: #b7c2d0;
}
.dark-mode .alert-fill.alert-gray .alert-link {
  color: #fff;
}
.dark-mode .alert-pro.alert-gray {
  border-color: #b7c2d0;
}
.dark-mode .alert-dark {
  color: #1f2b3a;
  background-color: #161e29;
  border-color: #161e29;
}
.dark-mode .alert-dark hr {
  border-top-color: #161e29;
}
.dark-mode .alert-dark .alert-link {
  color: #0d1219;
}
.dark-mode .alert-fill.alert-dark {
  color: #fff;
  background: #1f2b3a;
}
.dark-mode .alert-fill.alert-dark .alert-link {
  color: #fff;
}
.dark-mode .alert-pro.alert-dark {
  border-color: #1f2b3a;
}
.dark-mode .alert-light {
  color: #ebeef2;
  background-color: #242e39;
  border-color: #242e39;
}
.dark-mode .alert-light hr {
  border-top-color: #242e39;
}
.dark-mode .alert-light .alert-link {
  color: #ccd4de;
}
.dark-mode .alert-fill.alert-light {
  color: #000;
  background: #ebeef2;
}
.dark-mode .alert-fill.alert-light .alert-link {
  color: #000;
}
.dark-mode .alert-pro.alert-light {
  border-color: #ebeef2;
}
.dark-mode .badge-dim.bg-primary {
  color: #F66D22;
  background-color: #202a47 !important;
  border-color: #202a47;
}
.dark-mode .badge-dim.bg-outline-primary {
  color: #F66D22;
  background-color: #202a47;
  border-color: #34407d;
}
.dark-mode .badge-dim.bg-secondary {
  color: #8ca3c0;
  background-color: #26303d !important;
  border-color: #26303d;
}
.dark-mode .badge-dim.bg-outline-secondary {
  color: #8ca3c0;
  background-color: #26303d;
  border-color: #445264;
}
.dark-mode .badge-dim.bg-success {
  color: #1ee0ac;
  background-color: #16393a !important;
  border-color: #16393a;
}
.dark-mode .badge-dim.bg-outline-success {
  color: #1ee0ac;
  background-color: #16393a;
  border-color: #186a5c;
}
.dark-mode .badge-dim.bg-info {
  color: #09c2de;
  background-color: #123542 !important;
  border-color: #123542;
}
.dark-mode .badge-dim.bg-outline-info {
  color: #09c2de;
  background-color: #123542;
  border-color: #105e70;
}
.dark-mode .badge-dim.bg-warning {
  color: #f4bd0e;
  background-color: #363422 !important;
  border-color: #363422;
}
.dark-mode .badge-dim.bg-outline-warning {
  color: #f4bd0e;
  background-color: #363422;
  border-color: #6e5c1c;
}
.dark-mode .badge-dim.bg-danger {
  color: #e85347;
  background-color: #34242b !important;
  border-color: #34242b;
}
.dark-mode .badge-dim.bg-outline-danger {
  color: #e85347;
  background-color: #34242b;
  border-color: #693233;
}
.dark-mode .badge-dim.bg-light {
  color: #b7c2d0;
  background-color: #2c3540 !important;
  border-color: #2c3540;
}
.dark-mode .badge-dim.bg-outline-light {
  color: #b7c2d0;
  background-color: #2c3540;
  border-color: #555e6a;
}
.dark-mode .badge-dim.bg-dark {
  color: #e5e9f2;
  background-color: #333b45 !important;
  border-color: #333b45;
}
.dark-mode .badge-dim.bg-outline-dark {
  color: #e5e9f2;
  background-color: #333b45;
  border-color: #686e78;
}
.dark-mode .badge-dim.bg-gray {
  color: #8091a7;
  background-color: #242e39 !important;
  border-color: #242e39;
}
.dark-mode .badge-dim.bg-outline-gray {
  color: #8091a7;
  background-color: #242e39;
  border-color: #3f4b5a;
}
.dark-mode .badge-dim.bg-lighter, .dark-mode .dual-listbox .badge-dim.dual-listbox__item:hover, .dual-listbox .dark-mode .badge-dim.dual-listbox__item:hover {
  color: #8091a7;
  background-color: #242e39 !important;
  border-color: #242e39;
}
.dark-mode .badge-dim.bg-outline-lighter {
  color: #8091a7;
  background-color: #242e39;
  border-color: #3f4b5a;
}
.dark-mode .bg-outline-secondary, .dark-mode .badge-dot.bg-dark, .dark-mode .badge-dot.bg-secondary {
  color: #b7c2d0;
}
.dark-mode .bg-outline-dark {
  color: #e5e9f2;
  border-color: #e5e9f2;
}
.dark-mode .bg-outline-light {
  color: #b7c2d0;
  border-color: #344357;
}
.dark-mode .badge-dot.bg-dark, .dark-mode .badge-dot.bg-light {
  background-color: transparent !important;
}
.dark-mode .badge-dot.bg-light {
  color: #8091a7;
}
.dark-mode .bg-light, .dark-mode .code-block .btn, .dark-mode .code-block .dual-listbox .dual-listbox__button, .dual-listbox .dark-mode .code-block .dual-listbox__button {
  color: #e5e9f2;
  background: #344357;
  border-color: #344357;
}
.dark-mode .bg-dark {
  color: #8091a7;
  border-color: #161f2a;
}
.dark-mode .bg-dark.user-avatar {
  color: #1f2b3a !important;
  background: #e5e9f2 !important;
  border-color: #e5e9f2 !important;
}
.dark-mode .btn-light, .dark-mode .dual-listbox .dual-listbox__button, .dual-listbox .dark-mode .dual-listbox__button {
  color: #e5e9f2;
  background: #344357;
  border-color: #344357;
}
.dark-mode .btn-light:not(:disabled):not(.disabled):hover, .dark-mode .dual-listbox .dual-listbox__button:not(:disabled):not(.disabled):hover, .dual-listbox .dark-mode .dual-listbox__button:not(:disabled):not(.disabled):hover, .dark-mode .btn-light:not(:disabled):not(.disabled):focus, .dark-mode .dual-listbox .dual-listbox__button:not(:disabled):not(.disabled):focus, .dual-listbox .dark-mode .dual-listbox__button:not(:disabled):not(.disabled):focus, .dark-mode .btn-light:not(:disabled):not(.disabled).focus, .dark-mode .dual-listbox .dual-listbox__button:not(:disabled):not(.disabled).focus, .dual-listbox .dark-mode .dual-listbox__button:not(:disabled):not(.disabled).focus, .dark-mode .btn-light:not(:disabled):not(.disabled):active, .dark-mode .dual-listbox .dual-listbox__button:not(:disabled):not(.disabled):active, .dual-listbox .dark-mode .dual-listbox__button:not(:disabled):not(.disabled):active, .dark-mode .btn-light:not(:disabled):not(.disabled).active, .dark-mode .dual-listbox .dual-listbox__button:not(:disabled):not(.disabled).active, .dual-listbox .dark-mode .dual-listbox__button:not(:disabled):not(.disabled).active {
  background: #435771;
  border-color: #435771;
  color: #e5e9f2;
}
.dark-mode .btn-dark {
  color: #1f2b3a;
  background: #e5e9f2;
  border-color: #e5e9f2;
}
.dark-mode .btn-dark:not(:disabled):not(.disabled):hover, .dark-mode .btn-dark:not(:disabled):not(.disabled):focus, .dark-mode .btn-dark:not(:disabled):not(.disabled).focus, .dark-mode .btn-dark:not(:disabled):not(.disabled):active, .dark-mode .btn-dark:not(:disabled):not(.disabled).active {
  background: #fff;
  border-color: #fff;
  color: #1f2b3a;
}
.dark-mode .btn-outline-dark {
  border-color: #e5e9f2;
  color: #e5e9f2;
}
.dark-mode .btn-outline-dark:not(:disabled):not(.disabled):hover {
  background: #e5e9f2;
  color: #1f2b3a;
}
.dark-mode .btn-outline-secondary {
  border-color: #5a7ba5;
  color: #5a7ba5;
}
.dark-mode .btn-outline-secondary:not(:disabled):not(.disabled):hover {
  background: #5a7ba5;
  color: #fff;
}
.dark-mode .btn-outline-light, .dark-mode .dt-buttons .btn-secondary, .dt-buttons .dark-mode .btn-secondary {
  border-color: #3c4d62;
  color: #b7c2d0;
}
.dark-mode .btn-outline-light:not(:disabled):not(.disabled):hover, .dark-mode .dt-buttons .btn-secondary:not(:disabled):not(.disabled):hover, .dt-buttons .dark-mode .btn-secondary:not(:disabled):not(.disabled):hover {
  background: #3c4d62;
  color: #fff;
}
.dark-mode .btn-dim.btn-primary {
  color: #F66D22;
  background-color: #232c4d;
  border-color: transparent;
}
.dark-mode .btn-dim.btn-primary:not(:disabled):not(.disabled):hover {
  color: #98a3ff;
  background-color: #2e3a66;
  border-color: #2e3a66;
}
.dark-mode .btn-dim.btn-secondary {
  color: #adbdd2;
  background-color: #1d2835;
  border-color: transparent;
}
.dark-mode .btn-dim.btn-secondary:not(:disabled):not(.disabled):hover {
  color: #ced8e4;
  background-color: #2a394c;
  border-color: #2a394c;
}
.dark-mode .btn-dim.btn-success {
  color: #1ee0ac;
  background-color: #163f3e;
  border-color: transparent;
}
.dark-mode .btn-dim.btn-success:not(:disabled):not(.disabled):hover {
  color: #4ae7bd;
  background-color: #1f5958;
  border-color: #1f5958;
}
.dark-mode .btn-dim.btn-warning {
  color: #f4bd0e;
  background-color: #3c3922;
  border-color: transparent;
}
.dark-mode .btn-dim.btn-warning:not(:disabled):not(.disabled):hover {
  color: #f6ca3f;
  background-color: #534f2f;
  border-color: #534f2f;
}
.dark-mode .btn-dim.btn-info {
  color: #09c2de;
  background-color: #123a47;
  border-color: transparent;
}
.dark-mode .btn-dim.btn-info:not(:disabled):not(.disabled):hover {
  color: #24daf6;
  background-color: #195163;
  border-color: #195163;
}
.dark-mode .btn-dim.btn-danger {
  color: #e85347;
  background-color: #3a262c;
  border-color: transparent;
}
.dark-mode .btn-dim.btn-danger:not(:disabled):not(.disabled):hover {
  color: #ee7d74;
  background-color: #50343c;
  border-color: #50343c;
}
.dark-mode .btn-dim.btn-gray {
  color: #b7c2d0;
  background-color: #27313d;
  border-color: transparent;
}
.dark-mode .btn-dim.btn-gray:not(:disabled):not(.disabled):hover {
  color: #d6dce4;
  background-color: #354253;
  border-color: #354253;
}
.dark-mode .btn-dim.btn-dark {
  color: #e5e9f2;
  background-color: #313a45;
  border-color: transparent;
}
.dark-mode .btn-dim.btn-dark:not(:disabled):not(.disabled):hover {
  color: white;
  background-color: #404c5a;
  border-color: #404c5a;
}
.dark-mode .btn-dim.btn-light, .dark-mode .dual-listbox .btn-dim.dual-listbox__button, .dual-listbox .dark-mode .btn-dim.dual-listbox__button {
  color: #ebeef2;
  background-color: #27313d;
  border-color: transparent;
}
.dark-mode .btn-dim.btn-light:not(:disabled):not(.disabled):hover, .dark-mode .dual-listbox .btn-dim.dual-listbox__button:not(:disabled):not(.disabled):hover, .dual-listbox .dark-mode .btn-dim.dual-listbox__button:not(:disabled):not(.disabled):hover {
  color: white;
  background-color: #354253;
  border-color: #354253;
}
.dark-mode .btn-dim.btn-lighter {
  color: #b7c2d0;
  background-color: #27313d;
  border-color: transparent;
}
.dark-mode .btn-dim.btn-lighter:not(:disabled):not(.disabled):hover {
  color: #d6dce4;
  background-color: #354253;
  border-color: #354253;
}
.dark-mode .btn-dim.btn-outline-primary {
  color: #F66D22;
  background-color: #232c4d;
  border-color: #303c72;
}
.dark-mode .btn-dim.btn-outline-primary:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #F66D22;
  border-color: #F66D22;
}
.dark-mode .btn-white.btn-outline-primary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dark-mode .dt-buttons .btn-outline-primary.btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dt-buttons .dark-mode .btn-outline-primary.btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dark-mode .btn-trans.btn-outline-primary:not(.btn-dim):not(:disabled):not(.disabled):hover {
  color: #F66D22;
  background: #232c4d;
}
.dark-mode .btn-dim.btn-outline-success {
  color: #1ee0ac;
  background-color: #163f3e;
  border-color: #186155;
}
.dark-mode .btn-dim.btn-outline-success:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #1ee0ac;
  border-color: #1ee0ac;
}
.dark-mode .btn-white.btn-outline-success:not(.btn-dim):not(:disabled):not(.disabled):hover, .dark-mode .dt-buttons .btn-outline-success.btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dt-buttons .dark-mode .btn-outline-success.btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dark-mode .btn-trans.btn-outline-success:not(.btn-dim):not(:disabled):not(.disabled):hover {
  color: #1ee0ac;
  background: #163f3e;
}
.dark-mode .btn-dim.btn-outline-warning {
  color: #f4bd0e;
  background-color: #3c3922;
  border-color: #62541e;
}
.dark-mode .btn-dim.btn-outline-warning:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #f4bd0e;
  border-color: #f4bd0e;
}
.dark-mode .btn-white.btn-outline-warning:not(.btn-dim):not(:disabled):not(.disabled):hover, .dark-mode .dt-buttons .btn-outline-warning.btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dt-buttons .dark-mode .btn-outline-warning.btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dark-mode .btn-trans.btn-outline-warning:not(.btn-dim):not(:disabled):not(.disabled):hover {
  color: #f4bd0e;
  background: #3c3922;
}
.dark-mode .btn-dim.btn-outline-info {
  color: #09c2de;
  background-color: #123a47;
  border-color: #105666;
}
.dark-mode .btn-dim.btn-outline-info:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #09c2de;
  border-color: #09c2de;
}
.dark-mode .btn-white.btn-outline-info:not(.btn-dim):not(:disabled):not(.disabled):hover, .dark-mode .dt-buttons .btn-outline-info.btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dt-buttons .dark-mode .btn-outline-info.btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dark-mode .btn-trans.btn-outline-info:not(.btn-dim):not(:disabled):not(.disabled):hover {
  color: #09c2de;
  background: #123a47;
}
.dark-mode .btn-dim.btn-outline-danger {
  color: #e85347;
  background-color: #3a262c;
  border-color: #5e2f32;
}
.dark-mode .btn-dim.btn-outline-danger:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #e85347;
  border-color: #e85347;
}
.dark-mode .btn-white.btn-outline-danger:not(.btn-dim):not(:disabled):not(.disabled):hover, .dark-mode .dt-buttons .btn-outline-danger.btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dt-buttons .dark-mode .btn-outline-danger.btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dark-mode .btn-trans.btn-outline-danger:not(.btn-dim):not(:disabled):not(.disabled):hover {
  color: #e85347;
  background: #3a262c;
}
.dark-mode .btn-dim.btn-outline-secondary {
  color: #6b89ae;
  background-color: #1d2835;
  border-color: #2c3c51;
}
.dark-mode .btn-dim.btn-outline-secondary:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #6b89ae;
  border-color: #6b89ae;
}
.dark-mode .btn-white.btn-outline-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dark-mode .dt-buttons .btn-outline-secondary.btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dt-buttons .dark-mode .btn-outline-secondary.btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dark-mode .btn-trans.btn-outline-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover {
  color: #6b89ae;
  background: #1d2835;
}
.dark-mode .btn-dim.btn-outline-gray {
  color: #b7c2d0;
  background-color: #27313d;
  border-color: #3a4553;
}
.dark-mode .btn-dim.btn-outline-gray:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #b7c2d0;
  border-color: #b7c2d0;
}
.dark-mode .btn-white.btn-outline-gray:not(.btn-dim):not(:disabled):not(.disabled):hover, .dark-mode .dt-buttons .btn-outline-gray.btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dt-buttons .dark-mode .btn-outline-gray.btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dark-mode .btn-trans.btn-outline-gray:not(.btn-dim):not(:disabled):not(.disabled):hover {
  color: #b7c2d0;
  background: #27313d;
}
.dark-mode .btn-dim.btn-outline-dark {
  color: #e5e9f2;
  background-color: #313a45;
  border-color: #4d5662;
}
.dark-mode .btn-dim.btn-outline-dark:not(:disabled):not(.disabled):hover {
  color: #000;
  background-color: #e5e9f2;
  border-color: #e5e9f2;
}
.dark-mode .btn-white.btn-outline-dark:not(.btn-dim):not(:disabled):not(.disabled):hover, .dark-mode .dt-buttons .btn-outline-dark.btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dt-buttons .dark-mode .btn-outline-dark.btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dark-mode .btn-trans.btn-outline-dark:not(.btn-dim):not(:disabled):not(.disabled):hover {
  color: #e5e9f2;
  background: #313a45;
}
.dark-mode .btn-dim.btn-outline-light, .dark-mode .dt-buttons .btn-dim.btn-secondary, .dt-buttons .dark-mode .btn-dim.btn-secondary {
  color: #8091a7;
  background-color: #1b2531;
  border-color: #3a4553;
}
.dark-mode .btn-dim.btn-outline-light:not(:disabled):not(.disabled):hover, .dark-mode .dt-buttons .btn-dim.btn-secondary:not(:disabled):not(.disabled):hover, .dt-buttons .dark-mode .btn-dim.btn-secondary:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #8091a7;
  border-color: #8091a7;
}
.dark-mode .btn-white.btn-outline-light:not(.btn-dim):not(:disabled):not(.disabled):hover, .dark-mode .dt-buttons .btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dt-buttons .dark-mode .btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dark-mode .btn-trans.btn-outline-light:not(.btn-dim):not(:disabled):not(.disabled):hover {
  color: #8091a7;
  background: #1b2531;
}
.dark-mode .btn-dim.btn-outline-light:not(:disabled):not(.disabled):hover,
.dark-mode .btn-white.btn-outline-light:not(:disabled):not(.disabled):hover,
.dark-mode .dt-buttons .btn-secondary:not(:disabled):not(.disabled):hover,
.dt-buttons .dark-mode .btn-secondary:not(:disabled):not(.disabled):hover,
.dark-mode .btn-dim.btn-outline-light:not(:disabled):not(.disabled):active,
.dark-mode .btn-white.btn-outline-light:not(:disabled):not(.disabled):active,
.dark-mode .dt-buttons .btn-secondary:not(:disabled):not(.disabled):active,
.dt-buttons .dark-mode .btn-secondary:not(:disabled):not(.disabled):active,
.dark-mode .show > .btn-white.btn-outline-light.dropdown-toggle,
.dark-mode .dt-buttons .show > .dropdown-toggle.btn-secondary,
.dt-buttons .dark-mode .show > .dropdown-toggle.btn-secondary {
  background: #3c4d62;
  border-color: #3c4d62;
  color: #fff;
}
.dark-mode .btn-white, .dark-mode .dt-buttons .btn-secondary, .dt-buttons .dark-mode .btn-secondary, .dark-mode .btn-white.btn-dim, .dark-mode .btn-white.btn-outline-light {
  background: #141c26;
}
.dark-mode .btn-outline-light:focus, .dark-mode .dt-buttons .btn-secondary:focus, .dt-buttons .dark-mode .btn-secondary:focus, .dark-mode .btn-outline-light.focus, .dark-mode .dt-buttons .focus.btn-secondary, .dt-buttons .dark-mode .focus.btn-secondary {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.07) !important;
}
.dark-mode .border, .dark-mode .border-bottom, .dark-mode .border-top, .dark-mode .border-left, .dark-mode .border-right,
.dark-mode .dropdown-inner + .dropdown-inner, .dark-mode .dropdown-head, .dark-mode .dropdown-foot,
.dark-mode .preview-hr, .dark-mode .select2-container--default .select2-selection--single,
.dark-mode .ql-picker-options,
.dark-mode .select2-container--default .select2-selection--multiple, .dark-mode .select2-dropdown,
.dark-mode .select2-container--default .select2-search--dropdown .select2-search__field,
.dark-mode .ui-timepicker-standard, .dark-mode .ql-toolbar, .dark-mode .ql-container, .dark-mode .note-editor, .dark-mode .note-toolbar,
.dark-mode .tox .tox-menubar, .dark-mode .tox-toolbar-overlord, .dark-mode .tox-tinymce, .dark-mode .tox .tox-toolbar__group:not(:last-of-type),
.dark-mode .tox .tox-statusbar, .dark-mode .tox .tox-menu, .dark-mode .tox-toolbar, .dark-mode .tox-editor-header,
.dark-mode .tox .tox-toolbar, .dark-mode .tox .tox-toolbar__primary, .dark-mode .tox .tox-toolbar__overflow,
.dark-mode .tox .tox-collection--list .tox-collection__group,
.dark-mode .note-btn-group .note-btn, .dark-mode .note-statusbar, .dark-mode .nk-code-preview-box, .dark-mode .swal2-footer,
.dark-mode .example-border-all > div, .dark-mode .btn-toolbar-sep, .dark-mode .page-link,
.dark-mode .table th, .dark-mode .table td, .dark-mode .table-bordered, .dark-mode .table-bordered th, .dark-mode .table-bordered td, .dark-mode .datatable-wrap, .dark-mode .nk-tb-head .nk-tb-col,
.dark-mode .list-group-item, .dark-mode .modal-header, .dark-mode .modal-footer, .dark-mode .popover, .dark-mode .popover-header,
.dark-mode .tagify__tag > div::before, .dark-mode .tagify__tag:hover:not([readonly]) div::before,
.dark-mode .nk-tb-item:not(:last-child) .nk-tb-col, .dark-mode .nk-activity-item:not(:last-child),
.dark-mode .nk-support-item:not(:last-child), .dark-mode .card-inner-group .card-inner:not(:last-child),
.dark-mode .card-aside, .dark-mode .nav-tabs, .dark-mode .divider, .dark-mode .data-item:not(:last-child), .dark-mode .nk-footer,
.dark-mode .nav-switch-s2 .nav-link, .dark-mode .user-avatar-multiple .user-avatar {
  border-color: #1d2d40 !important;
}
.dark-mode .list-group-item {
  color: #b6c6e3;
}
.dark-mode .card, .dark-mode .code-block, .dark-mode .alert-pro, .dark-mode .modal-content, .dark-mode .toast, .dark-mode .toastr {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
}
.dark-mode .toast-header {
  color: #8094ae;
}
.dark-mode .toast, .dark-mode .toast-header {
  border-color: #203247;
  background: #18212d;
}
.dark-mode .table-active, .dark-mode .table-active > th, .dark-mode .table-active > td, .dark-mode .table-hover tbody tr:hover,
.dark-mode .code-block .prettyprint, .dark-mode .card .prettyprint, .dark-mode .list-group-item, .dark-mode .example-spacing-pd > div > span,
.dark-mode .form-file-label::after, .dark-mode .ql-picker-options, .dark-mode .data-more:before,
.dark-mode .ui-state-hover, .dark-mode .note-editor.note-frame .note-statusbar,
.dark-mode .note-editor.note-airframe .note-statusbar, .dark-mode .swal2-popup,
.dark-mode .select2-container--default .select2-results__option--highlighted[aria-selected],
.dark-mode .select2-container--default .select2-results__option[aria-selected=true],
.dark-mode .select2-container--default .select2-selection--multiple .select2-selection__choice,
.dark-mode .select2-container--default .select2-search--dropdown .select2-search__field,
.dark-mode .example-width > div, .dark-mode .example-height > div, .dark-mode .example-border > div, .dark-mode .example-spacing > div {
  background: #101924;
}
.dark-mode .accordion-item {
  background: #141c26 !important;
}
.dark-mode .form-file-label {
  background: #101924 !important;
  color: #8094ae;
}
.dark-mode .tox .tox-tbtn:hover,
.dark-mode .tox .tox-collection--list .tox-collection__item--active,
.dark-mode .tox .tox-mbtn--active, .dark-mode .tox .tox-mbtn:focus:not(:disabled),
.dark-mode .tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active),
.dark-mode .tox .tox-collection--list .tox-collection__item--enabled {
  background: #0a0f16;
}
.dark-mode .icon-overlap li {
  border-color: #141c26;
}
.dark-mode .card, .dark-mode .kanban-add-task, .dark-mode .kanban-board-header, .dark-mode .kanban-item, .dark-mode .table > :not(caption) > * > * {
  background: #141c26;
}
.dark-mode .accordion, .dark-mode .form-clip, .dark-mode .form-text-hint, .dark-mode .card-aside,
.dark-mode .code-block, .dark-mode .alert-pro, .dark-mode .modal-content, .dark-mode .toastr, .dark-mode .toggle-content,
.dark-mode .nav-switch-s2 .nav-link:hover, .dark-mode .nav-switch-s2 .nav-link:focus, .dark-mode .nav-switch-s2 .nav-link.active,
.dark-mode .select2-container--default .select2-selection--single,
.dark-mode .select2-container--default .select2-selection--multiple, .dark-mode .select2-dropdown,
.dark-mode .custom-file-label, .dark-mode .form-select, .dark-mode .popover, .dark-mode .search-wrap, .dark-mode .form-control, .dark-mode div.dataTables_wrapper div.dataTables_filter input, div.dataTables_wrapper div.dataTables_filter .dark-mode input, .dark-mode .dual-listbox .dual-listbox__search, .dual-listbox .dark-mode .dual-listbox__search, .dark-mode .form-label-outlined, .dark-mode .input-mail, .dark-mode .page-link,
.dark-mode .ui-timepicker-standard, .dark-mode .note-editor, .dark-mode .note-toolbar,
.dark-mode .tox .tox-edit-area__iframe, .dark-mode .tox .tox-menubar, .dark-mode .tox-toolbar-overlord,
.dark-mode .tox .tox-toolbar, .dark-mode .tox .tox-toolbar__primary, .dark-mode .tox .tox-toolbar__overflow,
.dark-mode .tox .tox-statusbar, .dark-mode .tox .tox-menu,
.dark-mode .datepicker table tr td.today, .dark-mode .datepicker table tr td.today:hover,
.dark-mode .datepicker table tr td.today.disabled, .dark-mode .datepicker table tr td.today.disabled:hover,
.dark-mode .datepicker table tr td.day:hover, .dark-mode .datepicker table tr td.day.focused,
.dark-mode .datepicker .datepicker-switch:hover, .dark-mode .datepicker .prev:hover, .dark-mode .datepicker .next:hover, .dark-mode .datepicker tfoot tr th:hover {
  background: #141c26 !important;
}
.dark-mode .clipboard-success-message {
  background: rgba(20, 28, 38, 0.9);
}
.dark-mode .tagify__tag > div::before, .dark-mode .tagify__tag:hover:not([readonly]) div::before {
  box-shadow: 0 0 0 1.1em #101924 inset;
}
.dark-mode .popover-header {
  background-color: #1a2430;
}
.dark-mode .popover {
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.6);
}
.dark-mode .bs-popover-top > .popover-arrow::before, .dark-mode .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  border-top-color: #1d2d40 !important;
}
.dark-mode .bs-popover-top > .popover-arrow::after, .dark-mode .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-top-color: #141c26 !important;
}
.dark-mode .bs-popover-bottom > .popover-arrow::before, .dark-mode .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  border-bottom-color: #1d2d40 !important;
}
.dark-mode .bs-popover-bottom > .popover-arrow::after, .dark-mode .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-bottom-color: #141c26 !important;
}
.dark-mode .bs-popover-end > .popover-arrow::before, .dark-mode .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  border-right-color: #1d2d40 !important;
}
.dark-mode .bs-popover-end > .popover-arrow::after, .dark-mode .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-right-color: #141c26 !important;
}
.dark-mode .bs-popover-start > .popover-arrow::before, .dark-mode .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  border-left-color: #1d2d40 !important;
}
.dark-mode .bs-popover-start > .popover-arrow::after, .dark-mode .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-left-color: #141c26 !important;
}
.dark-mode .team-info li span:last-child, .dark-mode .team-statistics li span:first-child, .dark-mode .project-progress-percent,
.dark-mode .kanban-title-content .title,
.dark-mode .card-tools-nav li a:hover,
.dark-mode .card-tools-nav li a.active,
.dark-mode .card-tools-nav li.active a,
.dark-mode .card-amount .amount,
.dark-mode .accordion-head .title, .dark-mode .form-file-label::after,
.dark-mode .input-mail, .dark-mode .form-control, .dark-mode div.dataTables_wrapper div.dataTables_filter input, div.dataTables_wrapper div.dataTables_filter .dark-mode input, .dark-mode .dual-listbox .dual-listbox__search, .dual-listbox .dark-mode .dual-listbox__search, .dark-mode .form-control:focus, .dark-mode .form-label, .dark-mode .form-label-outlined, .dark-mode .input-group-text, .dark-mode .table .table-light th, .dark-mode .table-hover tbody tr:hover,
.dark-mode .close, .dark-mode .close:hover, .dark-mode .user-name, .dark-mode .nk-news-text p,
.dark-mode .data-item:hover .icon,
.dark-mode .accordion-icon {
  color: #fff !important;
}
.dark-mode .close {
  text-shadow: 0 1px 0 #141c26;
}
.dark-mode .close:focus {
  outline: none !important;
}
.dark-mode .nk-block-des, .dark-mode .card-title p, .dark-mode .nk-sale-data .sub-title, .dark-mode .link-check li span, .dark-mode .data-value,
.dark-mode .custom-file-label, .dark-mode .form-select, .dark-mode .form-control-select-multiple .form-select option,
.dark-mode .select2-container--default .select2-selection--single .select2-selection__rendered,
.dark-mode .select2-container--default .select2-selection--multiple .select2-selection__rendered,
.dark-mode .ui-timepicker-standard a, .dark-mode .note-placeholder, .dark-mode [class*=knob], .dark-mode .tox .tox-tbtn:hover,
.dark-mode .tox .tox-statusbar a, .dark-mode .tox .tox-statusbar__path-item, .dark-mode .tox .tox-statusbar__wordcount,
.dark-mode .tox-collection__item-label > *, .dark-mode .nk-quick-nav-icon, .dark-mode .dropzone .dz-message span,
.dark-mode .datepicker table tr td.today, .dark-mode .datepicker table tr td.today:hover,
.dark-mode .datepicker table tr td.today.disabled, .dark-mode .datepicker table tr td.today.disabled:hover,
.dark-mode .datepicker table tr td.day:hover, .dark-mode .datepicker table tr td.day.focused,
.dark-mode .page-link, .dark-mode .alert-pro, .dark-mode .nk-news-text p span, .dark-mode .language-item,
.dark-mode .nk-tb-list .tb-lead-sub, .dark-mode .nk-tb-list .tb-amount-sub {
  color: #8094ae !important;
}
.dark-mode .tox .tox-collection__item-accessory {
  color: #526484;
}
.dark-mode .nk-menu-link, .dark-mode .link-dark, .dark-mode .nk-menu-main .nk-menu-sub .nk-menu-link, .dark-mode .link-list a {
  color: #8094ae;
}
.dark-mode .nk-menu-link:hover, .dark-mode .link-dark:hover, .dark-mode .nk-menu-main .nk-menu-sub .nk-menu-link:hover, .dark-mode .link-list a:hover {
  color: #F66D22;
}
.dark-mode .nk-menu-badge {
  color: #dbdfea;
  background: #2a3a4e;
}
.dark-mode .is-dark .nk-menu-badge {
  color: #e3e7fe;
}
.dark-mode .is-dark .nk-menu-badge {
  color: #9cabff;
}
.dark-mode .ql-picker.ql-expanded .ql-picker-label,
.dark-mode .active > .nk-menu-link, .dark-mode .is-theme .nk-menu-link:hover .nk-menu-icon,
.dark-mode .is-theme .nk-menu-item.active > .nk-menu-link .nk-menu-icon,
.dark-mode .is-theme .nk-menu-item.current-menu > .nk-menu-link .nk-menu-icon,
.dark-mode .is-theme .nk-menu-sub .nk-menu-link:hover,
.dark-mode .is-theme .nk-menu-sub .active > .nk-menu-link, .dark-mode .page-link:hover {
  color: #F66D22 !important;
}
.dark-mode .nk-menu-hr, .dark-mode .nk-menu-main .nk-menu-sub, .dark-mode .nk-sidebar .nk-menu > li .nk-menu-sub .nk-menu-sub,
.dark-mode .user-avatar-group .user-avatar {
  border-color: #1d2d40;
}
.dark-mode .table .table-light th, .dark-mode .page-item.disabled .page-link, .dark-mode .page-link:hover, .dark-mode .tb-odr-head, .dark-mode .tb-tnx-head,
.dark-mode .custom-control-input[disabled] ~ .custom-control-label::before, .dark-mode .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #28374b !important;
}
.dark-mode .progress, .dark-mode .data-head, .dark-mode .custom-control-label::before, .dark-mode .input-group-text,
.dark-mode .nk-msg-profile-toggle {
  background-color: #212d3d !important;
}
.dark-mode .nk-msg-profile-toggle,
.dark-mode .custom-control-label::before, .dark-mode .form-control, .dark-mode div.dataTables_wrapper div.dataTables_filter input, div.dataTables_wrapper div.dataTables_filter .dark-mode input, .dark-mode .dual-listbox .dual-listbox__search, .dual-listbox .dark-mode .dual-listbox__search, .dark-mode .input-mail, .dark-mode .form-file-label, .dark-mode .input-group-text,
.dark-mode .form-select, .dark-mode .swal2-input, .dark-mode .swal2-file, .dark-mode .swal2-textarea,
.dark-mode .select2-container--default .select2-selection--single,
.dark-mode .select2-container--default .select2-selection--multiple, .dark-mode .select2-dropdown,
.dark-mode .note-popover .popover-content .dropdown-style > li[aria-label=pre],
.dark-mode .note-editor .note-toolbar .dropdown-style > li[aria-label=pre],
.dark-mode .link-bdr-t,
.link-tidy .dark-mode li + li,
.link-list-opt .dark-mode li + li,
.link-list-plain .dark-mode li + li, .dark-mode .link-check + .link-check, .dark-mode .link-tidy li + li, .dark-mode .link-list + .link-list,
.dark-mode .link-list-opt li + li, .dark-mode .link-list-plain li, .dark-mode .link-list-plain li + li {
  border-color: #384d69 !important;
}
.dark-mode .custom-switch .custom-control-label::after {
  background-color: #7f99bb !important;
}
.dark-mode .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff !important;
}
.dark-mode .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #F66D22 !important;
  border-color: #F66D22 !important;
}
.dark-mode .btn-trigger:before, .dark-mode .btn-trigger.active:hover:before, .dark-mode .nk-quick-nav-icon:before {
  background-color: #070a0f;
}
.dark-mode .dropdown-menu {
  background-color: #18212d;
  border-color: #263547;
  box-shadow: 0 3px 20px 1px rgba(0, 0, 0, 0.4);
}
.dark-mode .dropdown-menu-s1 {
  border-top-color: #F66D22;
}
.dark-mode .link-list-plain a, .dark-mode .link-list-opt a, .dark-mode .link-check li a {
  color: #b6c6e3;
}
.dark-mode .link-list-plain a:hover, .dark-mode .link-list-opt a:hover, .dark-mode .link-check li a:hover {
  background: #2a3a4e;
}
.dark-mode .language-item {
  border-color: #384d69 !important;
}
.dark-mode .language-item:hover {
  background: #11171f;
}
.dark-mode .border-transparent {
  border-color: transparent !important;
}
.dark-mode .tb-tnx-item {
  border-color: #1d2d40 !important;
}
.dark-mode .note-editor .btn, .dark-mode .note-editor .dual-listbox .dual-listbox__button, .dual-listbox .dark-mode .note-editor .dual-listbox__button, .dark-mode .ql-picker, .dark-mode .tox .tox-tbtn__select-label, .dark-mode .tox .tox-mbtn__select-label, .dark-mode .lead-text span,
.dark-mode .data-list-s2 .data-label, .dark-mode .btn-trigger, .dark-mode .dropdown .btn.btn-icon:not(.btn-light), .dark-mode .dropdown .dual-listbox .btn-icon.dual-listbox__button:not(.btn-light), .dual-listbox .dark-mode .dropdown .btn-icon.dual-listbox__button:not(.btn-light), .dark-mode .dropdown .dt-buttons .btn.btn-secondary:not(.btn-light), .dt-buttons .dark-mode .dropdown .btn.btn-secondary:not(.btn-light), .dark-mode .dropdown .dual-listbox .dt-buttons .dual-listbox__button.btn-secondary:not(.btn-light), .dual-listbox .dt-buttons .dark-mode .dropdown .dual-listbox__button.btn-secondary:not(.btn-light), .dark-mode .dropdown .dt-buttons .dual-listbox .dual-listbox__button.btn-secondary:not(.btn-light), .dt-buttons .dual-listbox .dark-mode .dropdown .dual-listbox__button.btn-secondary:not(.btn-light), .dark-mode .list-step li.list-step-done {
  color: #8094ae;
}
.dark-mode .ql-fill, .dark-mode .ql-stroke.ql-fill, .dark-mode .tox .tox-tbtn svg {
  fill: #8094ae;
}
.dark-mode .ql-stroke {
  stroke: #8094ae;
}
.dark-mode .team-info li span:first-child, .dark-mode .team-statistics li span:last-child, .dark-mode .project-progress-task,
.dark-mode .table, .dark-mode .nk-tb-list, .dark-mode .nk-tb-list .tb-amount span, .dark-mode .nk-tb-list .tb-amount .currency,
.dark-mode .tb-tnx-item .tb-tnx-total, .dark-mode .tb-odr-item .tb-odr-total, .dark-mode .user-balance-sub span,
.dark-mode .dropdown-menu, .dark-mode .pln, .dark-mode .overline-title, .dark-mode .nk-block-des strong,
.dark-mode .data-item:hover .data-value, .dark-mode .data-item:hover .data-label,
.dark-mode .nk-notification-text, .dark-mode .profile-ud-value, .dark-mode .bq-note-meta span > span,
.dark-mode .tagify__tag > div, .dark-mode .popover-body, .dark-mode .input-mail::placeholder, .dark-mode .list-apps-title {
  color: #b6c6e3;
}
.dark-mode .nk-notification-text span, .dark-mode .is-unread .chat-context .text {
  color: #dfe9fe;
}
.dark-mode .swal2-validation-message {
  background: #1d2d40;
}
.dark-mode .nav-tabs .nav-link {
  color: #b6c6e3;
}
.dark-mode .nav-tabs .nav-link.active {
  color: #F66D22;
}
.dark-mode .nav-tabs .nav-link:hover {
  color: #fff;
}
.dark-mode .link-list-menu a, .dark-mode .list-plain a {
  color: #8094ae;
}
.dark-mode .link-list-menu a:hover, .dark-mode .link-list-menu a.active, .dark-mode .list-plain a:hover, .dark-mode .list-plain a.active {
  color: #F66D22;
}
.dark-mode .nav-switch .nav-link.active, .dark-mode .list-apps a:hover .list-apps-title {
  color: #fff;
}
.dark-mode .nk-tb-item:not(.nk-tb-head):hover, .dark-mode .nk-tb-item:not(.nk-tb-head).seleted {
  box-shadow: 0 2px 15px -4px rgba(0, 0, 0, 0.7);
}
.dark-mode .nk-tb-item:hover .nk-tb-action-hidden, .dark-mode .bq-note-text,
.dark-mode .nk-tb-item:not(.nk-tb-head):hover, .dark-mode .nk-tb-item:not(.nk-tb-head).seleted {
  background: #11171f;
}
.dark-mode .nk-apps-sidebar .dropdown-menu .lead-text, .dark-mode .list-step li.list-step-current,
.dark-mode .nk-tb-list .tb-lead, .dark-mode .nk-tb-list .tb-amount, .dark-mode .nk-support-content .title, .dark-mode .nk-sale-data .amount {
  color: #fff;
}
.dark-mode .nk-support-content .time, .dark-mode .page-item.disabled .page-link, .dark-mode .card-hint, .dark-mode .list-step li {
  color: #526484;
}
.dark-mode .nk-order-ovwg-data .title .icon, .dark-mode .timeline-item:not(:last-child):before,
.dark-mode .timeline-status.is-outline:after {
  background-color: #263547;
}
.dark-mode .nk-footer {
  background-color: #101924;
}
.dark-mode .nk-order-ovwg-data .info strong, .dark-mode .user-activity .amount, .dark-mode .invest-data-history .amount,
.dark-mode .analytic-data .amount, .dark-mode .traffic-channel-data .amount, .dark-mode .analytics-map-data .amount,
.dark-mode .device-status-data .amount, .dark-mode .invest-ov .amount, .dark-mode .profile-balance-amount .number {
  color: #fff;
}
.dark-mode .invest-ov:not(:last-child) {
  border-color: #384d69;
}
.dark-mode .nk-header .dropdown-menu .lead-text, .dark-mode .nk-sidebar-bar .dropdown-menu .lead-text {
  color: #fff;
}
.dark-mode .nk-header, .dark-mode .nk-header.is-light:not([class*=bg-]),
.dark-mode .nk-sidebar, .dark-mode .nk-sidebar.is-light, .dark-mode .nk-sidebar-head {
  border-color: #203247 !important;
}
.dark-mode .nk-header, .dark-mode .nk-header.is-light:not([class*=bg-]),
.dark-mode .nk-sidebar, .dark-mode .nk-sidebar.is-light, .dark-mode .nk-header.is-theme:not([class*=bg-]) {
  background: #101924;
}
.dark-mode .nk-chat-aside-user .title, .dark-mode .nk-file-name, .dark-mode .nk-file-name-text a.title,
.dark-mode .is-unread .nk-ibx-context-text .heading, .dark-mode .chat-profile-settings .custom-control-sm .custom-control-label,
.dark-mode .attach-info, .dark-mode .profile-stats .amount, .dark-mode .is-unread .chat-from .name {
  color: #fff;
}
.dark-mode .nk-fmg-menu-item .icon, .dark-mode .nk-ibx-menu-item .icon {
  color: #8094ae;
}
.dark-mode .chat-upload-option {
  background-color: #141c26;
}
.dark-mode .nk-fmg-menu-text, .dark-mode .nk-ibx-label-text, .dark-mode .nk-ibx-menu-text, .dark-mode .attach-item a, .dark-mode .user-contacts li,
.dark-mode .nk-ibx-context-text .heading, .dark-mode .chat-option-link:hover .lead-text, .dark-mode .chat-from .name, .dark-mode .user-plan-title {
  color: #b6c6e3;
}
.dark-mode .nk-file-name-text a.title:hover, .dark-mode .active > .nk-fmg-menu-item .icon, .dark-mode .active .nk-ibx-menu-text, .dark-mode .active .nk-ibx-menu-item .icon {
  color: #F66D22;
}
.dark-mode .border-start, .dark-mode .border-end {
  border-color: #1d2d40 !important;
}
.dark-mode .nk-chat, .dark-mode .nk-chat-aside, .dark-mode .nk-chat-profile, .dark-mode .nk-chat-head, .dark-mode .chat-profile-group,
.dark-mode .nk-fmg, .dark-mode .nk-fmg-aside, .dark-mode .nk-fmg-body-head, .dark-mode .nk-fmg-switch,
.dark-mode .nk-files-view-grid .nk-file, .dark-mode .nk-files-view-group .nk-file,
.dark-mode .nk-ibx, .dark-mode .nk-ibx-aside, .dark-mode .nk-ibx-head, .dark-mode .nk-ibx-item, .dark-mode .nk-reply-form,
.dark-mode .nk-reply-form-header, .dark-mode .nk-reply-form-tools, .dark-mode .nk-reply-form-field:not(:last-child),
.dark-mode .nk-msg, .dark-mode .nk-msg-head, .dark-mode .nk-msg-profile, .dark-mode .attach-files, .dark-mode .attach-foot,
.dark-mode .nk-msg-item:not(:last-child), .dark-mode .nk-msg-aside, .dark-mode .nk-msg-nav,
.dark-mode .nk-msg-nav .search-wrap,
.dark-mode .nk-files-group > .title, .dark-mode .nk-file-share-header,
.dark-mode .nk-files-view-list .nk-file > div {
  border-color: #1d2d40 !important;
}
.dark-mode .nk-block-subhead, .dark-mode .data-list-s2 .data-head, .dark-mode .nk-profile-toggle, .dark-mode .nk-profile-content, .dark-mode .user-account-links {
  border-color: #2b3748;
}
.dark-mode .nk-upload-item, .dark-mode .dropzone {
  border-color: #354358 !important;
}
.dark-mode .data-list-s2 .data-head {
  background: transparent !important;
}
.dark-mode .chat-sap-meta:before, .dark-mode .chat-sap-meta:after,
.dark-mode .active > .nk-fmg-menu-item, .dark-mode .nk-fmg-menu-item:hover,
.dark-mode .nk-ibx-status, .dark-mode .nk-ibx-reply-item:not(:last-child):after,
.dark-mode .nk-reply-meta-info:before, .dark-mode .nk-reply-meta-info:after {
  background: #1d2d40;
}
.dark-mode .nk-chat, .dark-mode .nk-chat-aside, .dark-mode .nk-chat-profile, .dark-mode .nk-chat-head, .dark-mode .chat-msg, .dark-mode .nk-chat-editor, .dark-mode .nk-chat-blank,
.dark-mode .nk-fmg, .dark-mode .nk-fmg-aside, .dark-mode .nk-fmg-body-head,
.dark-mode .nk-files-view-grid .nk-file, .dark-mode .nk-files-view-group .nk-file,
.dark-mode .nk-ibx, .dark-mode .nk-ibx-aside, .dark-mode .nk-ibx-item, .dark-mode .nk-ibx-view,
.dark-mode .nk-msg, .dark-mode .nk-msg-head, .dark-mode .nk-msg-profile, .dark-mode .nk-fmg-switch {
  background: #141c26;
}
.dark-mode .nk-ibx-status .progress {
  background: #141c26 !important;
}
.dark-mode .nk-chat-panel, .dark-mode .chat-item:hover, .dark-mode .chat-item.current, .dark-mode .chat-item:hover .chat-actions, .dark-mode .chat-members .user-card:hover, .dark-mode .chat-members .user-actions, .dark-mode .nk-profile-content,
.dark-mode .nk-msg-item.active, .dark-mode .nk-msg-item.current, .dark-mode .channel-list a:hover, .dark-mode .channel-list a.active {
  background: #0d141d !important;
}
.dark-mode .fav-list .user-avatar:after {
  background: #415a79;
}
.dark-mode .nk-ibx-item:not(.no-hover):hover, .dark-mode .nk-ibx-item.active,
.dark-mode .nk-ibx-item:hover .ibx-actions-hidden, .dark-mode .nk-ibx-item:hover .ibx-actions,
.dark-mode .nk-ibx-label > li:hover, .dark-mode .nk-ibx-contact > li:hover,
.dark-mode .nk-ibx-menu li.active, .dark-mode .nk-ibx-menu li:hover, .dark-mode .dot-label:after, .dark-mode .attach-foot,
.dark-mode .nk-reply-from, .dark-mode .nk-reply-entry.note, .dark-mode .nk-msg-aside, .dark-mode .nk-msg-nav,
.dark-mode .nk-files-view-list .nk-file > div {
  background: #101924;
}
.dark-mode .nk-files-view-list .nk-file.selected > div {
  background: transparent;
}
.dark-mode .nk-files-view-list .nk-file.selected {
  background: #1d2d40;
}
.dark-mode .is-unread .nk-ibx-context-text,
.dark-mode .nk-upload-info {
  color: #dfe9fe;
}
.dark-mode .nk-reply-msg-excerpt, .dark-mode .nk-ibx-context-text, .dark-mode .user-contacts li .icon, .dark-mode .nk-reply-tools .date {
  color: #8094ae;
}
.dark-mode .is-unread .nk-msg-sender .name {
  color: #fff;
}
.dark-mode .nk-reply-meta-info, .dark-mode .nk-reply-from {
  color: #7a8faa;
}
.dark-mode .nk-reply-meta-info span, .dark-mode .nk-reply-meta-info strong, .dark-mode .nk-reply-meta-info .who, .dark-mode .channel-list a {
  color: #b6c6e3;
}
.dark-mode .nk-reply-meta-info .whom {
  color: #F66D22;
}
.dark-mode .fc table.fc-scrollgrid {
  border-color: #1d2d40;
}
.dark-mode .fc table td, .dark-mode .fc table th {
  border-color: #1d2d40;
}
.dark-mode .fc .fc-list-event:hover td {
  background: #101924;
}
.dark-mode .fc.fc-theme-bootstrap5 .fc-list {
  border-color: #1d2d40;
}
.dark-mode .fc .fc-theme-bootstrap5-shaded {
  background-color: #1d2d40;
}
.dark-mode .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .btn, .dark-mode .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .dual-listbox .dual-listbox__button, .dual-listbox .dark-mode .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .dual-listbox__button {
  color: #b6c6e3;
  border-color: #1d2d40;
}
.dark-mode .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .btn:disabled, .dark-mode .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .dual-listbox .dual-listbox__button:disabled, .dual-listbox .dark-mode .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .dual-listbox__button:disabled {
  color: #b6c6e3;
  border-color: #1d2d40;
}
.dark-mode .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .btn:hover, .dark-mode .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .dual-listbox .dual-listbox__button:hover, .dual-listbox .dark-mode .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .dual-listbox__button:hover, .dark-mode .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .btn:focus, .dark-mode .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .dual-listbox .dual-listbox__button:focus, .dual-listbox .dark-mode .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .dual-listbox__button:focus {
  color: #fff;
  background: #101924;
  border-color: #1d2d40;
}
.dark-mode .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .btn:focus, .dark-mode .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .dual-listbox .dual-listbox__button:focus, .dual-listbox .dark-mode .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .dual-listbox__button:focus {
  box-shadow: 0 0 0 0.2rem rgba(29, 45, 64, 0.5);
}
.dark-mode .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .btn.active, .dark-mode .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .dual-listbox .active.dual-listbox__button, .dual-listbox .dark-mode .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .active.dual-listbox__button {
  color: #F66D22;
  border-color: #1d2d40 !important;
  background: #101924;
  box-shadow: inset 0 0 4px -1px rgba(29, 45, 64, 0.25);
}
.dark-mode .fc-day {
  color: #b6c6e3;
}
.dark-mode .fc-day-other {
  color: #8094ae;
}
.dark-mode .fc-list-day, .dark-mode .fc-col-header-cell {
  color: #fff;
}
.dark-mode .fc .fc-list-empty {
  background: #101924;
}
.dark-mode .fc-timegrid-event-harness-inset .fc-timegrid-event, .dark-mode .fc-timegrid-event.fc-event-mirror {
  box-shadow: none;
}
.dark-mode a.fc-event-primary-dim {
  background-color: #202a47 !important;
  border-color: #202a47 !important;
}
.dark-mode .modal-header.fc-event-primary-dim {
  background-color: #202a47 !important;
  border-color: #182035 !important;
}
.dark-mode span.fc-event-primary-dim .dot {
  background-color: #202a47 !important;
}
.dark-mode .fc-event-primary-dim:not(a) .fc-list-event-dot {
  background-color: #202a47 !important;
}
.dark-mode a.fc-event-success-dim {
  background-color: #16393a !important;
  border-color: #16393a !important;
}
.dark-mode .modal-header.fc-event-success-dim {
  background-color: #16393a !important;
  border-color: #0f2728 !important;
}
.dark-mode span.fc-event-success-dim .dot {
  background-color: #16393a !important;
}
.dark-mode .fc-event-success-dim:not(a) .fc-list-event-dot {
  background-color: #16393a !important;
}
.dark-mode a.fc-event-info-dim {
  background-color: #123542 !important;
  border-color: #123542 !important;
}
.dark-mode .modal-header.fc-event-info-dim {
  background-color: #123542 !important;
  border-color: #0d252e !important;
}
.dark-mode span.fc-event-info-dim .dot {
  background-color: #123542 !important;
}
.dark-mode .fc-event-info-dim:not(a) .fc-list-event-dot {
  background-color: #123542 !important;
}
.dark-mode a.fc-event-warning-dim {
  background-color: #363422 !important;
  border-color: #363422 !important;
}
.dark-mode .modal-header.fc-event-warning-dim {
  background-color: #363422 !important;
  border-color: #262518 !important;
}
.dark-mode span.fc-event-warning-dim .dot {
  background-color: #363422 !important;
}
.dark-mode .fc-event-warning-dim:not(a) .fc-list-event-dot {
  background-color: #363422 !important;
}
.dark-mode a.fc-event-danger-dim {
  background-color: #34242b !important;
  border-color: #34242b !important;
}
.dark-mode .modal-header.fc-event-danger-dim {
  background-color: #34242b !important;
  border-color: #251a1f !important;
}
.dark-mode span.fc-event-danger-dim .dot {
  background-color: #34242b !important;
}
.dark-mode .fc-event-danger-dim:not(a) .fc-list-event-dot {
  background-color: #34242b !important;
}
.dark-mode a.fc-event-secondary-dim {
  background-color: #1b2532 !important;
  border-color: #1b2532 !important;
}
.dark-mode .modal-header.fc-event-secondary-dim {
  background-color: #1b2532 !important;
  border-color: #121921 !important;
}
.dark-mode span.fc-event-secondary-dim .dot {
  background-color: #1b2532 !important;
}
.dark-mode .fc-event-secondary-dim:not(a) .fc-list-event-dot {
  background-color: #1b2532 !important;
}
.dark-mode a.fc-event-dark-dim {
  background-color: #161e29 !important;
  border-color: #161e29 !important;
}
.dark-mode .modal-header.fc-event-dark-dim {
  background-color: #161e29 !important;
  border-color: #0d1218 !important;
}
.dark-mode span.fc-event-dark-dim .dot {
  background-color: #161e29 !important;
}
.dark-mode .fc-event-dark-dim:not(a) .fc-list-event-dot {
  background-color: #161e29 !important;
}
.dark-mode a.fc-event-blue-dim {
  background-color: #1e2f46 !important;
  border-color: #1e2f46 !important;
}
.dark-mode .modal-header.fc-event-blue-dim {
  background-color: #1e2f46 !important;
  border-color: #162334 !important;
}
.dark-mode span.fc-event-blue-dim .dot {
  background-color: #1e2f46 !important;
}
.dark-mode .fc-event-blue-dim:not(a) .fc-list-event-dot {
  background-color: #1e2f46 !important;
}
.dark-mode a.fc-event-azure-dim {
  background-color: #142a46 !important;
  border-color: #142a46 !important;
}
.dark-mode .modal-header.fc-event-azure-dim {
  background-color: #142a46 !important;
  border-color: #0e1e32 !important;
}
.dark-mode span.fc-event-azure-dim .dot {
  background-color: #142a46 !important;
}
.dark-mode .fc-event-azure-dim:not(a) .fc-list-event-dot {
  background-color: #142a46 !important;
}
.dark-mode a.fc-event-indigo-dim {
  background-color: #1a233d !important;
  border-color: #1a233d !important;
}
.dark-mode .modal-header.fc-event-indigo-dim {
  background-color: #1a233d !important;
  border-color: #12192b !important;
}
.dark-mode span.fc-event-indigo-dim .dot {
  background-color: #1a233d !important;
}
.dark-mode .fc-event-indigo-dim:not(a) .fc-list-event-dot {
  background-color: #1a233d !important;
}
.dark-mode a.fc-event-purple-dim {
  background-color: #242847 !important;
  border-color: #242847 !important;
}
.dark-mode .modal-header.fc-event-purple-dim {
  background-color: #242847 !important;
  border-color: #1b1e36 !important;
}
.dark-mode span.fc-event-purple-dim .dot {
  background-color: #242847 !important;
}
.dark-mode .fc-event-purple-dim:not(a) .fc-list-event-dot {
  background-color: #242847 !important;
}
.dark-mode a.fc-event-pink-dim {
  background-color: #372739 !important;
  border-color: #372739 !important;
}
.dark-mode .modal-header.fc-event-pink-dim {
  background-color: #372739 !important;
  border-color: #281d2a !important;
}
.dark-mode span.fc-event-pink-dim .dot {
  background-color: #372739 !important;
}
.dark-mode .fc-event-pink-dim:not(a) .fc-list-event-dot {
  background-color: #372739 !important;
}
.dark-mode a.fc-event-orange-dim {
  background-color: #37302d !important;
  border-color: #37302d !important;
}
.dark-mode .modal-header.fc-event-orange-dim {
  background-color: #37302d !important;
  border-color: #292422 !important;
}
.dark-mode span.fc-event-orange-dim .dot {
  background-color: #37302d !important;
}
.dark-mode .fc-event-orange-dim:not(a) .fc-list-event-dot {
  background-color: #37302d !important;
}
.dark-mode a.fc-event-teal-dim {
  background-color: #163637 !important;
  border-color: #163637 !important;
}
.dark-mode .modal-header.fc-event-teal-dim {
  background-color: #163637 !important;
  border-color: #0f2425 !important;
}
.dark-mode span.fc-event-teal-dim .dot {
  background-color: #163637 !important;
}
.dark-mode .fc-event-teal-dim:not(a) .fc-list-event-dot {
  background-color: #163637 !important;
}
.dark-mode .code-block, .dark-mode .card-preview,
.dark-mode .card .card-inner + .table .tb-tnx-head,
.dark-mode .card-bordered, .dark-mode .kanban-add-task, .dark-mode .kanban-board-header, .dark-mode .kanban-item, .dark-mode .kanban-board .kanban-drag:empty,
.dark-mode .accordion-item:not(:last-child) .accordion-head,
.dark-mode .accordion-item:not(:last-child) .accordion-inner,
.dark-mode .accordion-item:last-child .accordion-inner,
.dark-mode .nk-download {
  border-color: #1d2d40;
}
.dark-mode .accordion:not(.accordion-s2):not(.accordion-s3) {
  border-color: #1d2d40 !important;
}
.dark-mode .card.bg-light .card-header, .dark-mode .card.bg-lighter .card-header, .dark-mode .dual-listbox .card.dual-listbox__item:hover .card-header, .dual-listbox .dark-mode .card.dual-listbox__item:hover .card-header {
  background: rgba(0, 0, 0, 0.2);
}
.dark-mode .nk-tb-list.is-separate .nk-tb-item > .nk-tb-col {
  border-top-color: #1d2d40;
  border-bottom-color: #1d2d40;
}
.dark-mode .nk-tb-list.is-separate .nk-tb-item > .nk-tb-col:first-child {
  border-left-color: #1d2d40;
}
.dark-mode .nk-tb-list.is-separate .nk-tb-item > .nk-tb-col:last-child {
  border-right-color: #1d2d40;
}
.dark-mode .modal-footer.bg-light {
  background-color: #11171f !important;
}
.dark-mode .kanban-primary {
  border-top-color: #F66D22;
}
.dark-mode .kanban-success {
  border-top-color: #1ee0ac;
}
.dark-mode .kanban-info {
  border-top-color: #09c2de;
}
.dark-mode .kanban-warning {
  border-top-color: #f4bd0e;
}
.dark-mode .kanban-danger {
  border-top-color: #e85347;
}
.dark-mode.ui-bordered .card,
.dark-mode.ui-bordered .code-block,
.dark-mode.ui-bordered .accordion:not(.accordion-s2):not(.accordion-s3),
.dark-mode.ui-bordered .card .card-inner + .table .tb-tnx-head,
.dark-mode.ui-bordered .card-bordered,
.dark-mode.ui-bordered .nk-download {
  border-color: #1d2d40;
}
.dark-mode.ui-bordered .nk-tb-list.is-separate .nk-tb-item > .nk-tb-col {
  border-top-color: #1d2d40;
  border-bottom-color: #1d2d40;
}
.dark-mode.ui-bordered .nk-tb-list.is-separate .nk-tb-item > .nk-tb-col:first-child {
  border-left-color: #1d2d40;
}
.dark-mode.ui-bordered .nk-tb-list.is-separate .nk-tb-item > .nk-tb-col:last-child {
  border-right-color: #1d2d40;
}
.dark-mode .nk-order-ovwg-data.buy {
  border-color: #1a9276;
}
.dark-mode .nk-order-ovwg-data.sell {
  border-color: #4552a8;
}
.dark-mode .nk-sidebar-overlay {
  background: rgba(0, 0, 0, 0.6);
}
.dark-mode .toggle-overlay, .dark-mode .nk-chat-profile-overlay {
  background: rgba(7, 10, 15, 0.75);
}
.dark-mode .swal2-container.swal2-backdrop-show {
  background: rgba(0, 0, 0, 0.85);
}
.dark-mode .modal-backdrop {
  opacity: 0.9;
  background: rgba(0, 0, 0, 0.9);
}
.dark-mode .ui-bordered .nk-tb-list.is-separate .nk-tb-item > .nk-tb-col:first-child,
.dark-mode .ui-bordered .nk-tb-list.is-separate .nk-tb-item > .nk-tb-col {
  border-color: #1d2d40 !important;
}
.dark-mode .nk-tb-list.is-separate .nk-tb-item > .nk-tb-col,
.dark-mode .nk-tb-list.is-separate .nk-tb-item:hover .nk-tb-action-hidden {
  background-color: #141c26;
}
.dark-mode .nk-tb-list .tb-product .title {
  color: #fff;
}
.dark-mode .dual-listbox .dual-listbox__available,
.dark-mode .dual-listbox .dual-listbox__selected {
  border-color: #384d69;
}
.dark-mode .dual-listbox .dual-listbox__title {
  border-left-color: #384d69;
  border-right-color: #384d69;
  border-top-color: #384d69;
}
.dark-mode .dual-listbox .dual-listbox__item {
  border-bottom-color: #384d69;
}
.dark-mode .input-group-addon {
  background-color: #1b2633;
  border-color: #384d69;
}
.dark-mode .border-light {
  border-color: #1d2d40 !important;
}
.dark-mode div.dt-button-info {
  background-color: #141c26;
}
.dark-mode div.dt-button-info h2, .dark-mode div.dt-button-info .h2 {
  background-color: #0f151c;
}
.dark-mode div.dt-button-info h2, .dark-mode div.dt-button-info .h2 {
  border-color: #1d2d40;
}
.dark-mode .dropzone {
  background: #101924;
}
.dark-mode .image-control .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #384d69;
}
.dark-mode .image-control .custom-control-label {
  background-color: #1f2b3a;
}
.dark-mode .custom-control-pro .custom-control-label {
  background-color: #141c26;
  border-color: #384d69;
}
.dark-mode .custom-control.color-control .custom-control-label::before {
  background: transparent !important;
}
.dark-mode .slick-dots li button {
  background-color: #101924;
}
.dark-mode .slick-dots li.slick-active button {
  background-color: #F66D22;
}
.dark-mode .slick-next, .dark-mode .slick-prev {
  color: #fff;
  background: #141c26;
  border-color: #1d2d40;
}
.dark-mode .slick-next:hover, .dark-mode .slick-prev:hover {
  color: #fff;
  background: #F66D22;
  border-color: #F66D22;
}
.dark-mode .slick-disabled .slick-next, .dark-mode .slick-disabled .slick-prev {
  color: #dbdfea;
}
.dark-mode .slick-disabled .slick-next:hover, .dark-mode .slick-disabled .slick-prev:hover {
  color: #dbdfea;
  background: #141c26;
  border-color: #1d2d40;
}
.dark-mode .pricing-head {
  border-color: #1d2d40;
}
.dark-mode .pricing-amount .amount {
  color: #fff;
}
.dark-mode .product-title a {
  color: #fff;
}
.dark-mode .product-gallery {
  border-color: #1d2d40;
}
.dark-mode .product-gallery .slider-nav .slider-item .thumb {
  border-color: #1d2d40;
}
.dark-mode .product-gallery .slider-nav .slider-item.slick-current .thumb {
  border-color: #F66D22;
}
.dark-mode .invoice-wrap {
  background-color: #141c26;
  border-color: #1d2d40;
}
.dark-mode .invoice-bills .table tfoot {
  border-color: #1d2d40;
}
.dark-mode .nk-add-product {
  background: #101924;
  box-shadow: -10px 15px 30px 5px rgba(0, 0, 0, 0.4);
}
.dark-mode .noUi-target {
  background: #2f4158;
}
.dark-mode .noUi-handle:before, .dark-mode .noUi-handle:after {
  background: #5a83b6;
}
.dark-mode .noUi-handle {
  border-color: #5a83b6;
  background: #080d12;
}
.dark-mode .noUi-active {
  box-shadow: inset 0 0 1px #000, inset 0 1px 7px #000, 0 3px 6px -3px #000;
}
.dark-mode input:-webkit-autofill,
.dark-mode input:-webkit-autofill:hover,
.dark-mode input:-webkit-autofill:focus,
.dark-mode textarea:-webkit-autofill,
.dark-mode textarea:-webkit-autofill:hover,
.dark-mode textarea:-webkit-autofill:focus,
.dark-mode select:-webkit-autofill,
.dark-mode select:-webkit-autofill:hover,
.dark-mode select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  transition: background-color 5000s ease-in-out 0s;
}

@media (max-width: 576px) {
  .dark-mode .nk-block-tools-toggle .toggle-expand-content {
    background-color: #212d3d;
  }
}
.dark-mode .pro-control .custom-control-label {
  border-color: #1d2d40;
}
.dark-mode .col-sep > * + * {
  border-color: #1d2d40;
}
.dark-mode .col-sep-vr > * + * {
  border-color: #1d2d40;
}
.dark-mode .page-item.active .page-link {
  color: #fff !important;
  background-color: #F66D22 !important;
  border-color: #F66D22 !important;
}

:root,
[data-bs-theme=light] {
	--bs-black-rgb: 0, 0, 0;
	--bs-lighter-rgb: 245, 246, 250;
}
.bg-lighter, .dual-listbox .dual-listbox__item:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lighter-rgb), var(--bs-bg-opacity)) !important;
}

.float-start{
	float:left;
}

.float-end{
	float:right;
}

.float-none{
	float:none;
}

.overview-card{
	width:18.5%;
	margin:5px;
}
.overview-card-recon{
	width:23%;
	margin:5px;
}
.overview-card-report{
	/* width:18.95%; */
	width:15.48%;
	margin:5px;
	
}

@media screen and (max-device-width: 480px){
       .overview-card{
			width:100%;
			margin:5px;
		}
		.overview-card-recon{
			width:100%;
			margin:5px;
		}
		.overview-card-report{
			width:100%;
			margin:5px;
		}
		

}


.overview-card .panel-title, .overview-card-recon .panel-title{
	text-align: left;
	position: relative;
	font-size:12px;
}
.overview-card .panel-title i, .overview-card-recon .panel-title i{
	position: absolute;
    right: 0px;
    top: 4px;
}
.overview-card .feeds-panel, .overview-card-recon .feeds-panel{
	margin-top:0px;
	padding-top:0px;
	text-align:center;
    font-size: 35px;
    font-weight: bold;
}

.card-noborder .row{
	margin-right: 0px;
}

.maps-area{
	margin-top:10px;
	padding: 0 5px;
}

.service-status{
	padding-top:15px;
}

.service-status .panel-heading{
	
}

.service-status .nav-tabs li{
	padding:10px;
}

.service-status .nav-tabs a{
	color: #53505f
}

.service-status .nav-tabs li.active a{
	color:#DD5409;
}
.service-status .nav-tabs li.active {
	border-bottom: 1px solid #DD5409
}

.service-status .tab-content {
	margin-top: 20px;
}

#filterReport, #filterAssetsArea{
	position:absolute;
	top:10px;
	background-color:#fff;
	border: 1px solid #ccc;
	z-index:99;
	border-radius: 10px;
	font-size:10px;
	padding:15px;
	width:400px;
}

#filterReport .ffr, #filterAssetsArea .ffr{
	
}

#filterReport .pageheading h4, #filterAssetsArea .pageheading h4{
	float:left;
}
#filterReport .pageheading a, #filterAssetsArea .pageheading a{
	float:right;
	margin:10px;
	margin-right:30px
}
#filterReport .row, #filterAssetsArea .row{
	margin:0px;
}
#filterReport .mid, #filterAssetsArea .mid{
	text-align:center;
	margin-top:10px;
}

#filterReport .nospace, #filterAssetsArea .nospace {
	margin:0px;
	padding:0px;
}

#filterReport span, #filterAssetsArea span {
	font-size: 12px;
    line-height: 37px;
}



@font-face {
  font-family: "Nioicon";
  src: url(fonts/Nioicon.eot);
  src: url(fonts/Nioicon.eot#iefix) format("embedded-opentype"), url(fonts/Nioicon.ttf) format("truetype"), url(fonts/Nioicon.woff) format("woff"), url(fonts/Nioicon.svg#Nioicon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.ni {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Nioicon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ni-bugs-alt-fill:before {
  content: "\ecf9";
}

.ni-bugs-alt:before {
  content: "\ecfa";
}

.ni-bulb-alt-fill:before {
  content: "\ecfb";
}

.ni-bulb-alt:before {
  content: "\ecfc";
}

.ni-chat-msg-fill:before {
  content: "\ecfd";
}

.ni-chat-msg:before {
  content: "\ecfe";
}

.ni-diamond-fill:before {
  content: "\ecff";
}

.ni-diamond:before {
  content: "\ed00";
}

.ni-file-code-fill:before {
  content: "\ed01";
}

.ni-google-play-store-alt:before {
  content: "\ed02";
}

.ni-laptop-fill:before {
  content: "\ed03";
}

.ni-mail-alt:before {
  content: "\ed04";
}

.ni-newspaper-fill:before {
  content: "\ed05";
}

.ni-newspaper:before {
  content: "\ed06";
}

.ni-pie-2-fill:before {
  content: "\ed07";
}

.ni-pie-2:before {
  content: "\ed08";
}

.ni-presentation-fill:before {
  content: "\ed09";
}

.ni-presentation:before {
  content: "\ed0a";
}

.ni-projector-screen-fill:before {
  content: "\ed0b";
}

.ni-projector-screen:before {
  content: "\ed0c";
}

.ni-quote-sq-left-fill:before {
  content: "\ed0d";
}

.ni-quote-sq-left:before {
  content: "\ed0e";
}

.ni-quote-sq-right-fill:before {
  content: "\ed0f";
}

.ni-quote-sq-right:before {
  content: "\ed10";
}

.ni-send-fill:before {
  content: "\ed11";
}

.ni-setting-question-fill:before {
  content: "\ed12";
}

.ni-setting-question:before {
  content: "\ed13";
}

.ni-support-fill:before {
  content: "\ed14";
}

.ni-support:before {
  content: "\ed15";
}

.ni-traffic-signal-fill:before {
  content: "\ed16";
}

.ni-traffic-signal:before {
  content: "\ed17";
}

.ni-tree-structure-fill:before {
  content: "\ed18";
}

.ni-tree-structure:before {
  content: "\ed19";
}

.ni-trophy-fill:before {
  content: "\ed1a";
}

.ni-trophy:before {
  content: "\ed1b";
}

.ni-user-group-fill:before {
  content: "\ed1c";
}

.ni-user-group:before {
  content: "\ed1d";
}

.ni-user-switch-fill:before {
  content: "\ed1e";
}

.ni-user-switch:before {
  content: "\ed1f";
}

.ni-nioboard:before {
  content: "\ecf2";
}

.ni-graphql:before {
  content: "\ecf3";
}

.ni-node-js:before {
  content: "\ecf4";
}

.ni-node:before {
  content: "\ecf5";
}

.ni-svelte:before {
  content: "\ecf6";
}

.ni-typescript:before {
  content: "\ecf7";
}

.ni-vue:before {
  content: "\ecf8";
}

.ni-centos:before {
  content: "\ece6";
}

.ni-covid:before {
  content: "\ece7";
}

.ni-fedora:before {
  content: "\ece8";
}

.ni-hot-fill:before {
  content: "\ece9";
}

.ni-hot:before {
  content: "\ecea";
}

.ni-linux-server:before {
  content: "\eceb";
}

.ni-linux:before {
  content: "\ecec";
}

.ni-note-add-fill:before {
  content: "\eced";
}

.ni-repeat-fill:before {
  content: "\ecee";
}

.ni-tranx-fill:before {
  content: "\ecef";
}

.ni-ubuntu:before {
  content: "\ecf0";
}

.ni-virus:before {
  content: "\ecf1";
}

.ni-b-chrome:before {
  content: "\ec63";
}

.ni-b-edge:before {
  content: "\ec64";
}

.ni-b-firefox:before {
  content: "\ec94";
}

.ni-b-ie:before {
  content: "\ec95";
}

.ni-b-opera:before {
  content: "\ec96";
}

.ni-b-safari:before {
  content: "\ec97";
}

.ni-b-si:before {
  content: "\ec98";
}

.ni-b-uc:before {
  content: "\ec99";
}

.ni-brick-fill:before {
  content: "\ec9a";
}

.ni-brick:before {
  content: "\ec9b";
}

.ni-col-3s:before {
  content: "\ec9c";
}

.ni-col-4s:before {
  content: "\ec9d";
}

.ni-col-2s:before {
  content: "\ec9e";
}

.ni-comments:before {
  content: "\ec9f";
}

.ni-dot-sq:before {
  content: "\eca0";
}

.ni-dot:before {
  content: "\eca1";
}

.ni-footer:before {
  content: "\eca2";
}

.ni-header:before {
  content: "\eca3";
}

.ni-heading:before {
  content: "\eca4";
}

.ni-layout-alt-fill:before {
  content: "\eca5";
}

.ni-layout-alt:before {
  content: "\eca6";
}

.ni-layout-fill1:before {
  content: "\eca7";
}

.ni-layout1:before {
  content: "\eca8";
}

.ni-list-index-fill:before {
  content: "\eca9";
}

.ni-list-index:before {
  content: "\ecaa";
}

.ni-list-thumb-alt-fill:before {
  content: "\ecab";
}

.ni-list-thumb-alt:before {
  content: "\ecac";
}

.ni-list-thumb-fill:before {
  content: "\ecad";
}

.ni-list-thumb:before {
  content: "\ecae";
}

.ni-masonry-fill:before {
  content: "\ecaf";
}

.ni-masonry:before {
  content: "\ecb0";
}

.ni-menu-circled:before {
  content: "\ecb1";
}

.ni-menu-squared:before {
  content: "\ecb2";
}

.ni-notice:before {
  content: "\ecb3";
}

.ni-pen2:before {
  content: "\ecb4";
}

.ni-propert-blank:before {
  content: "\ecb5";
}

.ni-property-add:before {
  content: "\ecb6";
}

.ni-property-alt:before {
  content: "\ecb7";
}

.ni-property-remove:before {
  content: "\ecb8";
}

.ni-property:before {
  content: "\ecb9";
}

.ni-puzzle-fill:before {
  content: "\ecba";
}

.ni-puzzle:before {
  content: "\ecbb";
}

.ni-quote-left:before {
  content: "\ecbc";
}

.ni-quote-right:before {
  content: "\ecbd";
}

.ni-row-mix:before {
  content: "\ecbe";
}

.ni-row-view1:before {
  content: "\ecbf";
}

.ni-sidebar-r:before {
  content: "\ecc0";
}

.ni-text2:before {
  content: "\ecc1";
}

.ni-tile-thumb-fill:before {
  content: "\ecc2";
}

.ni-tile-thumb:before {
  content: "\ecc3";
}

.ni-view-col-fill:before {
  content: "\ecc4";
}

.ni-view-col-sq:before {
  content: "\ecc5";
}

.ni-view-col:before {
  content: "\ecc6";
}

.ni-view-col2:before {
  content: "\ecc7";
}

.ni-view-col3:before {
  content: "\ecc8";
}

.ni-view-cols-fill:before {
  content: "\ecc9";
}

.ni-view-cols-sq:before {
  content: "\ecca";
}

.ni-view-cols:before {
  content: "\eccb";
}

.ni-view-grid-fill:before {
  content: "\eccc";
}

.ni-view-grid-sq:before {
  content: "\eccd";
}

.ni-view-grid-wd:before {
  content: "\ecce";
}

.ni-view-grid:before {
  content: "\eccf";
}

.ni-view-grid2-wd:before {
  content: "\ecd0";
}

.ni-view-grid3-wd:before {
  content: "\ecd1";
}

.ni-view-group-fill:before {
  content: "\ecd2";
}

.ni-view-group-wd:before {
  content: "\ecd3";
}

.ni-view-list-fill:before {
  content: "\ecd4";
}

.ni-view-list-sq:before {
  content: "\ecd5";
}

.ni-view-list-wd:before {
  content: "\ecd6";
}

.ni-view-list:before {
  content: "\ecd7";
}

.ni-view-panel-fill:before {
  content: "\ecd8";
}

.ni-view-panel-sq:before {
  content: "\ecd9";
}

.ni-view-panel:before {
  content: "\ecda";
}

.ni-view-row-fill:before {
  content: "\ecdb";
}

.ni-view-row-sq:before {
  content: "\ecdc";
}

.ni-view-row-wd:before {
  content: "\ecdd";
}

.ni-view-row:before {
  content: "\ecde";
}

.ni-view-x1:before {
  content: "\ecdf";
}

.ni-view-x2:before {
  content: "\ece0";
}

.ni-view-x3:before {
  content: "\ece1";
}

.ni-view-x4:before {
  content: "\ece2";
}

.ni-view-x5:before {
  content: "\ece3";
}

.ni-view-x6:before {
  content: "\ece4";
}

.ni-view-x7:before {
  content: "\ece5";
}

.ni-dashlite:before {
  content: "\eb91";
}

.ni-dashlite-circle:before {
  content: "\ec56";
}

.ni-dashlite-alt:before {
  content: "\ec57";
}

.ni-master-card:before {
  content: "\ec58";
}

.ni-paypal:before {
  content: "\ec59";
}

.ni-visa-alt:before {
  content: "\ec5a";
}

.ni-coin-eur:before {
  content: "\ec5b";
}

.ni-coin-gbp:before {
  content: "\ec5c";
}

.ni-sign-ada-alt:before {
  content: "\ec5d";
}

.ni-sign-bch-alt:before {
  content: "\ec5e";
}

.ni-sign-bgp-alt:before {
  content: "\ec5f";
}

.ni-sign-bnb-alt:before {
  content: "\ec60";
}

.ni-sign-brl-alt:before {
  content: "\ec61";
}

.ni-sign-btc-alt:before {
  content: "\ec62";
}

.ni-sign-cc-alt:before {
  content: "\ec65";
}

.ni-sign-cc-alt2:before {
  content: "\ec66";
}

.ni-sign-chf-alt:before {
  content: "\ec67";
}

.ni-sign-cny-alt:before {
  content: "\ec68";
}

.ni-sign-czk-alt:before {
  content: "\ec69";
}

.ni-sign-dash-alt:before {
  content: "\ec6a";
}

.ni-sign-dkk-alt:before {
  content: "\ec6b";
}

.ni-sign-eos-alt:before {
  content: "\ec6c";
}

.ni-sign-eth-alt:before {
  content: "\ec6d";
}

.ni-sign-eur-alt2:before {
  content: "\ec6e";
}

.ni-sign-euro-alt:before {
  content: "\ec6f";
}

.ni-sign-gbp-alt2:before {
  content: "\ec70";
}

.ni-sign-hkd-alt:before {
  content: "\ec71";
}

.ni-sign-idr-alt:before {
  content: "\ec72";
}

.ni-sign-inr-alt:before {
  content: "\ec73";
}

.ni-sign-jpy-alt:before {
  content: "\ec74";
}

.ni-sign-kr-alt:before {
  content: "\ec75";
}

.ni-sign-ltc-alt:before {
  content: "\ec76";
}

.ni-sign-ltc:before {
  content: "\ec77";
}

.ni-sign-mxn-alt:before {
  content: "\ec78";
}

.ni-sign-mxr-alt:before {
  content: "\ec79";
}

.ni-sign-myr-alt:before {
  content: "\ec7a";
}

.ni-sign-paypal-alt:before {
  content: "\ec7b";
}

.ni-sign-paypal-full:before {
  content: "\ec7c";
}

.ni-sign-php-alt:before {
  content: "\ec7d";
}

.ni-sign-pln-alt:before {
  content: "\ec7e";
}

.ni-sign-rub-alt:before {
  content: "\ec7f";
}

.ni-sign-sek-alt:before {
  content: "\ec80";
}

.ni-sign-sgd-alt:before {
  content: "\ec81";
}

.ni-sign-kobo-alt:before {
  content: "\ec82";
}

.ni-sign-steem-alt:before {
  content: "\ec83";
}

.ni-sign-steller-alt:before {
  content: "\ec84";
}

.ni-sign-stripe-fulll:before {
  content: "\ec85";
}

.ni-sign-thb-alt:before {
  content: "\ec86";
}

.ni-sign-trx-alt:before {
  content: "\ec87";
}

.ni-sign-try-alt:before {
  content: "\ec88";
}

.ni-sign-usd-alt:before {
  content: "\ec89";
}

.ni-sign-usd-alt2:before {
  content: "\ec8a";
}

.ni-sign-usdc-alt:before {
  content: "\ec8b";
}

.ni-sign-usdt-alt:before {
  content: "\ec8c";
}

.ni-sign-visa-alt:before {
  content: "\ec8d";
}

.ni-sign-vnd-alt:before {
  content: "\ec8e";
}

.ni-sign-waves-alt:before {
  content: "\ec8f";
}

.ni-sign-xem-alt:before {
  content: "\ec90";
}

.ni-sign-xrp-new-alt:before {
  content: "\ec91";
}

.ni-sign-xrp-old-alt:before {
  content: "\ec92";
}

.ni-sign-zcash-alt:before {
  content: "\ec93";
}

.ni-chevron-left:before {
  content: "\e9cc";
}

.ni-chevron-right:before {
  content: "\e9d3";
}

.ni-chevron-up:before {
  content: "\e9da";
}

.ni-chevron-down:before {
  content: "\e9c5";
}

.ni-chevron-left-round:before {
  content: "\e9cb";
}

.ni-chevron-right-round:before {
  content: "\e9d2";
}

.ni-chevron-up-round:before {
  content: "\e9d9";
}

.ni-chevron-down-round:before {
  content: "\e9c4";
}

.ni-chevron-left-round-fill:before {
  content: "\e9ca";
}

.ni-chevron-right-round-fill:before {
  content: "\e9d1";
}

.ni-chevron-up-round-fill:before {
  content: "\e9d8";
}

.ni-chevron-down-round-fill:before {
  content: "\e9c3";
}

.ni-chevron-left-c:before {
  content: "\e9c6";
}

.ni-chevron-right-c:before {
  content: "\e9cd";
}

.ni-chevron-up-c:before {
  content: "\e9d4";
}

.ni-chevron-down-c:before {
  content: "\e9bf";
}

.ni-chevron-left-fill-c:before {
  content: "\e9c9";
}

.ni-chevron-right-fill-c:before {
  content: "\e9d0";
}

.ni-chevron-up-fill-c:before {
  content: "\e9d7";
}

.ni-chevron-down-fill-c:before {
  content: "\e9c2";
}

.ni-chevron-left-circle:before {
  content: "\e9c8";
}

.ni-chevron-right-circle:before {
  content: "\e9cf";
}

.ni-chevron-up-circle:before {
  content: "\e9d6";
}

.ni-chevron-down-circle:before {
  content: "\e9c1";
}

.ni-chevron-left-circle-fill:before {
  content: "\e9c7";
}

.ni-chevron-right-circle-fill:before {
  content: "\e9ce";
}

.ni-chevron-up-circle-fill:before {
  content: "\e9d5";
}

.ni-chevron-down-circle-fill:before {
  content: "\e9c0";
}

.ni-caret-left:before {
  content: "\e99b";
}

.ni-caret-right:before {
  content: "\e99d";
}

.ni-caret-up:before {
  content: "\e99f";
}

.ni-caret-down:before {
  content: "\e999";
}

.ni-caret-left-fill:before {
  content: "\e99a";
}

.ni-caret-right-fill:before {
  content: "\e99c";
}

.ni-caret-up-fill:before {
  content: "\e99e";
}

.ni-caret-down-fill:before {
  content: "\e998";
}

.ni-sort:before {
  content: "\ebbf";
}

.ni-sort-up:before {
  content: "\ebbd";
}

.ni-sort-down:before {
  content: "\ebb9";
}

.ni-sort-fill:before {
  content: "\ebba";
}

.ni-sort-up-fill:before {
  content: "\ebbc";
}

.ni-sort-down-fill:before {
  content: "\ebb8";
}

.ni-sort-v:before {
  content: "\ebbe";
}

.ni-swap-v:before {
  content: "\ebdc";
}

.ni-swap:before {
  content: "\ebdd";
}

.ni-arrow-left-round:before {
  content: "\e937";
}

.ni-arrow-right-round:before {
  content: "\e942";
}

.ni-arrow-up-round:before {
  content: "\e94f";
}

.ni-arrow-down-round:before {
  content: "\e92c";
}

.ni-arrow-left-round-fill:before {
  content: "\e936";
}

.ni-arrow-right-round-fill:before {
  content: "\e941";
}

.ni-arrow-up-round-fill:before {
  content: "\e94e";
}

.ni-arrow-down-round-fill:before {
  content: "\e92b";
}

.ni-arrow-left-c:before {
  content: "\e932";
}

.ni-arrow-right-c:before {
  content: "\e93d";
}

.ni-arrow-up-c:before {
  content: "\e948";
}

.ni-arrow-down-c:before {
  content: "\e925";
}

.ni-arrow-left-fill-c:before {
  content: "\e935";
}

.ni-arrow-right-fill-c:before {
  content: "\e940";
}

.ni-arrow-up-fill-c:before {
  content: "\e94b";
}

.ni-arrow-down-fill-c:before {
  content: "\e928";
}

.ni-arrow-left-circle:before {
  content: "\e934";
}

.ni-arrow-right-circle:before {
  content: "\e93f";
}

.ni-arrow-up-circle:before {
  content: "\e94a";
}

.ni-arrow-down-circle:before {
  content: "\e927";
}

.ni-arrow-left-circle-fill:before {
  content: "\e933";
}

.ni-arrow-up-circle-fill:before {
  content: "\e949";
}

.ni-arrow-down-circle-fill:before {
  content: "\e926";
}

.ni-arrow-right-circle-fill:before {
  content: "\e93e";
}

.ni-chevrons-left:before {
  content: "\e9dc";
}

.ni-chevrons-right:before {
  content: "\e9dd";
}

.ni-chevrons-up:before {
  content: "\e9de";
}

.ni-chevrons-down:before {
  content: "\e9db";
}

.ni-first:before {
  content: "\ea59";
}

.ni-last:before {
  content: "\eab8";
}

.ni-back-ios:before {
  content: "\e958";
}

.ni-forward-ios:before {
  content: "\ea6d";
}

.ni-upword-ios:before {
  content: "\ec20";
}

.ni-downward-ios:before {
  content: "\ea23";
}

.ni-back-alt:before {
  content: "\e955";
}

.ni-forward-alt:before {
  content: "\ea69";
}

.ni-upword-alt:before {
  content: "\ec1f";
}

.ni-downward-alt:before {
  content: "\ea22";
}

.ni-back-alt-fill:before {
  content: "\e954";
}

.ni-forward-alt-fill:before {
  content: "\ea68";
}

.ni-upword-alt-fill:before {
  content: "\ec1e";
}

.ni-downward-alt-fill:before {
  content: "\ea21";
}

.ni-arrow-long-left:before {
  content: "\e93a";
}

.ni-arrow-long-right:before {
  content: "\e93b";
}

.ni-arrow-long-up:before {
  content: "\e93c";
}

.ni-arrow-long-down:before {
  content: "\e939";
}

.ni-arrow-left:before {
  content: "\e938";
}

.ni-arrow-right:before {
  content: "\e943";
}

.ni-arrow-up:before {
  content: "\e950";
}

.ni-arrow-down:before {
  content: "\e92d";
}

.ni-arrow-up-left:before {
  content: "\e94c";
}

.ni-arrow-up-right:before {
  content: "\e94d";
}

.ni-arrow-down-left:before {
  content: "\e929";
}

.ni-arrow-down-right:before {
  content: "\e92a";
}

.ni-arrow-to-left:before {
  content: "\e945";
}

.ni-arrow-to-right:before {
  content: "\e946";
}

.ni-arrow-to-up:before {
  content: "\e947";
}

.ni-arrow-to-down:before {
  content: "\e944";
}

.ni-arrow-from-left:before {
  content: "\e92f";
}

.ni-arrow-from-right:before {
  content: "\e930";
}

.ni-arrow-from-up:before {
  content: "\e931";
}

.ni-arrow-from-down:before {
  content: "\e92e";
}

.ni-curve-down-left:before {
  content: "\ea0b";
}

.ni-curve-up-right:before {
  content: "\ea12";
}

.ni-curve-up-left:before {
  content: "\ea11";
}

.ni-curve-down-right:before {
  content: "\ea0c";
}

.ni-curve-left-up:before {
  content: "\ea0e";
}

.ni-curve-right-up:before {
  content: "\ea10";
}

.ni-curve-left-down:before {
  content: "\ea0d";
}

.ni-curve-right-down:before {
  content: "\ea0f";
}

.ni-back-arrow:before {
  content: "\e957";
}

.ni-forward-arrow:before {
  content: "\ea6b";
}

.ni-back-arrow-fill:before {
  content: "\e956";
}

.ni-forward-arrow-fill:before {
  content: "\ea6a";
}

.ni-navigate:before {
  content: "\eb0f";
}

.ni-navigate-up:before {
  content: "\eb0e";
}

.ni-navigate-fill:before {
  content: "\eb0c";
}

.ni-navigate-up-fill:before {
  content: "\eb0d";
}

.ni-send:before {
  content: "\eb6f";
}

.ni-send-alt:before {
  content: "\eb6e";
}

.ni-unfold-less:before {
  content: "\ec15";
}

.ni-unfold-more:before {
  content: "\ec16";
}

.ni-exchange-v:before {
  content: "\ea32";
}

.ni-exchange:before {
  content: "\ea33";
}

.ni-expand:before {
  content: "\ea34";
}

.ni-shrink:before {
  content: "\eb83";
}

.ni-focus:before {
  content: "\ea5e";
}

.ni-maximize:before {
  content: "\eadf";
}

.ni-minimize:before {
  content: "\eaf2";
}

.ni-maximize-alt:before {
  content: "\eade";
}

.ni-minimize-alt:before {
  content: "\eaf1";
}

.ni-shuffle:before {
  content: "\eb84";
}

.ni-cross-sm:before {
  content: "\ea05";
}

.ni-cross:before {
  content: "\ea06";
}

.ni-cross-round:before {
  content: "\ea04";
}

.ni-cross-circle:before {
  content: "\ea01";
}

.ni-cross-c:before {
  content: "\e9ff";
}

.ni-cross-round-fill:before {
  content: "\ea03";
}

.ni-cross-circle-fill:before {
  content: "\ea00";
}

.ni-cross-fill-c:before {
  content: "\ea02";
}

.ni-na:before {
  content: "\eb0b";
}

.ni-check:before {
  content: "\e9be";
}

.ni-check-thick:before {
  content: "\e9bd";
}

.ni-done:before {
  content: "\ea1c";
}

.ni-check-round:before {
  content: "\e9bc";
}

.ni-check-circle:before {
  content: "\e9b8";
}

.ni-check-c:before {
  content: "\e9b5";
}

.ni-check-round-fill:before {
  content: "\e9bb";
}

.ni-check-circle-fill:before {
  content: "\e9b7";
}

.ni-check-fill-c:before {
  content: "\e9b9";
}

.ni-check-circle-cut:before {
  content: "\e9b6";
}

.ni-check-round-cut:before {
  content: "\e9ba";
}

.ni-bullet:before {
  content: "\e981";
}

.ni-circle:before {
  content: "\e9e0";
}

.ni-square:before {
  content: "\ebca";
}

.ni-square-c:before {
  content: "\ebc7";
}

.ni-bullet-fill:before {
  content: "\e980";
}

.ni-circle-fill:before {
  content: "\e9df";
}

.ni-square-fill:before {
  content: "\ebc9";
}

.ni-square-fill-c:before {
  content: "\ebc8";
}

.ni-plus-sm:before {
  content: "\eb43";
}

.ni-minus-sm:before {
  content: "\eaf9";
}

.ni-plus:before {
  content: "\eb44";
}

.ni-minus:before {
  content: "\eafa";
}

.ni-plus-round:before {
  content: "\eb42";
}

.ni-minus-round:before {
  content: "\eaf8";
}

.ni-plus-circle:before {
  content: "\eb3d";
}

.ni-minus-circle:before {
  content: "\eaf5";
}

.ni-plus-c:before {
  content: "\eb3b";
}

.ni-minus-c:before {
  content: "\eaf3";
}

.ni-plus-round-fill:before {
  content: "\eb41";
}

.ni-plus-circle-fill:before {
  content: "\eb3c";
}

.ni-minus-round-fill:before {
  content: "\eaf7";
}

.ni-minus-circle-fill:before {
  content: "\eaf4";
}

.ni-plus-fill-c:before {
  content: "\eb3e";
}

.ni-minus-fill-c:before {
  content: "\eaf6";
}

.ni-plus-medi:before {
  content: "\eb40";
}

.ni-plus-medi-fill:before {
  content: "\eb3f";
}

.ni-equal-sm:before {
  content: "\ea30";
}

.ni-equal:before {
  content: "\ea31";
}

.ni-calc:before {
  content: "\e982";
}

.ni-search:before {
  content: "\eb6c";
}

.ni-zoom-out:before {
  content: "\ec55";
}

.ni-zoom-in:before {
  content: "\ec54";
}

.ni-play:before {
  content: "\eb3a";
}

.ni-play-fill:before {
  content: "\eb39";
}

.ni-play-circle:before {
  content: "\eb38";
}

.ni-play-circle-fill:before {
  content: "\eb37";
}

.ni-pause:before {
  content: "\eb26";
}

.ni-pause-fill:before {
  content: "\eb25";
}

.ni-pause-circle:before {
  content: "\eb24";
}

.ni-pause-circle-fill:before {
  content: "\eb23";
}

.ni-stop:before {
  content: "\ebd6";
}

.ni-stop-fill:before {
  content: "\ebd5";
}

.ni-stop-circle:before {
  content: "\ebd4";
}

.ni-stop-circle-fill:before {
  content: "\ebd3";
}

.ni-rewind:before {
  content: "\eb62";
}

.ni-forward:before {
  content: "\ea6e";
}

.ni-rewind-fill:before {
  content: "\eb61";
}

.ni-forward-fill:before {
  content: "\ea6c";
}

.ni-step-back:before {
  content: "\ebd1";
}

.ni-step-forward:before {
  content: "\ebd2";
}

.ni-vol-off:before {
  content: "\ec40";
}

.ni-vol-no:before {
  content: "\ec3f";
}

.ni-vol-half:before {
  content: "\ec3e";
}

.ni-vol:before {
  content: "\ec41";
}

.ni-mic:before {
  content: "\eaef";
}

.ni-mic-off:before {
  content: "\eaee";
}

.ni-video:before {
  content: "\ec39";
}

.ni-video-off:before {
  content: "\ec38";
}

.ni-video-fill:before {
  content: "\ec37";
}

.ni-loader:before {
  content: "\ead2";
}

.ni-power:before {
  content: "\eb47";
}

.ni-signout:before {
  content: "\ebb2";
}

.ni-signin:before {
  content: "\ebb1";
}

.ni-upload:before {
  content: "\ec1d";
}

.ni-download:before {
  content: "\ea20";
}

.ni-alert-circle:before {
  content: "\e90d";
}

.ni-alert:before {
  content: "\e910";
}

.ni-caution:before {
  content: "\e9a3";
}

.ni-report:before {
  content: "\eb5e";
}

.ni-alert-c:before {
  content: "\e90b";
}

.ni-alert-circle-fill:before {
  content: "\e90c";
}

.ni-alert-fill:before {
  content: "\e90f";
}

.ni-caution-fill:before {
  content: "\e9a2";
}

.ni-report-fill:before {
  content: "\eb5c";
}

.ni-alert-fill-c:before {
  content: "\e90e";
}

.ni-info-i:before {
  content: "\eaa8";
}

.ni-info:before {
  content: "\eaa9";
}

.ni-info-fill:before {
  content: "\eaa7";
}

.ni-help:before {
  content: "\ea98";
}

.ni-help-fill:before {
  content: "\ea97";
}

.ni-archived:before {
  content: "\e924";
}

.ni-archive:before {
  content: "\e922";
}

.ni-unarchive:before {
  content: "\ec12";
}

.ni-archived-fill:before {
  content: "\e923";
}

.ni-archive-fill:before {
  content: "\e921";
}

.ni-unarchive-fill:before {
  content: "\ec11";
}

.ni-bag:before {
  content: "\e95a";
}

.ni-bag-fill:before {
  content: "\e959";
}

.ni-bell:before {
  content: "\e965";
}

.ni-bell-off:before {
  content: "\e964";
}

.ni-bell-fill:before {
  content: "\e962";
}

.ni-bell-off-fill:before {
  content: "\e963";
}

.ni-wifi:before {
  content: "\ec4b";
}

.ni-wifi-off:before {
  content: "\ec4a";
}

.ni-live:before {
  content: "\ead1";
}

.ni-signal:before {
  content: "\ebb0";
}

.ni-bluetooth:before {
  content: "\e96d";
}

.ni-blank-alt:before {
  content: "\e967";
}

.ni-blank:before {
  content: "\e968";
}

.ni-blankf-fill:before {
  content: "\e969";
}

.ni-block-over:before {
  content: "\e96a";
}

.ni-book-read:before {
  content: "\e970";
}

.ni-book:before {
  content: "\e971";
}

.ni-book-fill:before {
  content: "\e96f";
}

.ni-bulb-fill:before {
  content: "\e97e";
}

.ni-bulb:before {
  content: "\e97f";
}

.ni-calendar-alt-fill:before {
  content: "\e983";
}

.ni-calendar-alt:before {
  content: "\e984";
}

.ni-calendar-booking-fill:before {
  content: "\e985";
}

.ni-calendar-booking:before {
  content: "\e986";
}

.ni-calendar-check-fill:before {
  content: "\e987";
}

.ni-calendar-check:before {
  content: "\e988";
}

.ni-calendar-fill:before {
  content: "\e989";
}

.ni-calendar:before {
  content: "\e98a";
}

.ni-calender-date-fill:before {
  content: "\e98b";
}

.ni-calender-date:before {
  content: "\e98c";
}

.ni-call:before {
  content: "\e990";
}

.ni-call-alt:before {
  content: "\e98e";
}

.ni-call-alt-fill:before {
  content: "\e98d";
}

.ni-call-fill:before {
  content: "\e98f";
}

.ni-camera-fill:before {
  content: "\e991";
}

.ni-camera:before {
  content: "\e992";
}

.ni-capsule:before {
  content: "\e994";
}

.ni-capsule-fill:before {
  content: "\e993";
}

.ni-cards:before {
  content: "\e997";
}

.ni-cards-fill:before {
  content: "\e996";
}

.ni-cart:before {
  content: "\e9a1";
}

.ni-cart-fill:before {
  content: "\e9a0";
}

.ni-cc:before {
  content: "\e9ae";
}

.ni-cc-alt:before {
  content: "\e9a5";
}

.ni-cc-alt2:before {
  content: "\e9a7";
}

.ni-cc-secure:before {
  content: "\e9ac";
}

.ni-cc-new:before {
  content: "\e9a9";
}

.ni-cc-off:before {
  content: "\e9aa";
}

.ni-cc-fill:before {
  content: "\e9a8";
}

.ni-cc-alt-fill:before {
  content: "\e9a4";
}

.ni-cc-alt2-fill:before {
  content: "\e9a6";
}

.ni-cc-secure-fill:before {
  content: "\e9ab";
}

.ni-msg-circle:before {
  content: "\eb07";
}

.ni-chat-circle:before {
  content: "\e9b2";
}

.ni-msg:before {
  content: "\eb09";
}

.ni-chat:before {
  content: "\e9b4";
}

.ni-question-alt:before {
  content: "\eb4b";
}

.ni-question:before {
  content: "\eb4c";
}

.ni-msg-circle-fill:before {
  content: "\eb06";
}

.ni-chat-circle-fill:before {
  content: "\e9b1";
}

.ni-msg-fill:before {
  content: "\eb08";
}

.ni-chat-fill:before {
  content: "\e9b3";
}

.ni-clip-h:before {
  content: "\e9e1";
}

.ni-clip-v:before {
  content: "\e9e2";
}

.ni-clip:before {
  content: "\e9e3";
}

.ni-link-alt:before {
  content: "\eac5";
}

.ni-unlink:before {
  content: "\ec18";
}

.ni-unlink-alt:before {
  content: "\ec17";
}

.ni-link-h:before {
  content: "\eac7";
}

.ni-link-v:before {
  content: "\eac8";
}

.ni-link:before {
  content: "\eac9";
}

.ni-clipboard:before {
  content: "\e9e7";
}

.ni-clipboad-check:before {
  content: "\e9e5";
}

.ni-clipboard-fill:before {
  content: "\e9e6";
}

.ni-clipboad-check-fill:before {
  content: "\e9e4";
}

.ni-clock:before {
  content: "\e9e9";
}

.ni-clock-fill:before {
  content: "\e9e8";
}

.ni-cloud:before {
  content: "\e9eb";
}

.ni-upload-cloud:before {
  content: "\ec1c";
}

.ni-download-cloud:before {
  content: "\ea1f";
}

.ni-cloud-fill:before {
  content: "\e9ea";
}

.ni-contact:before {
  content: "\e9f9";
}

.ni-contact-fill:before {
  content: "\e9f8";
}

.ni-coffee:before {
  content: "\e9f0";
}

.ni-coffee-fill:before {
  content: "\e9ef";
}

.ni-box-view:before {
  content: "\e976";
}

.ni-col-view:before {
  content: "\e9f5";
}

.ni-sidebar:before {
  content: "\eb86";
}

.ni-layout:before {
  content: "\eabe";
}

.ni-table-view:before {
  content: "\ebdf";
}

.ni-layout2:before {
  content: "\eabf";
}

.ni-row-view:before {
  content: "\eb63";
}

.ni-dot-box:before {
  content: "\ea1e";
}

.ni-layout-fill:before {
  content: "\eabd";
}

.ni-box-view-fill:before {
  content: "\e975";
}

.ni-sidebar-fill:before {
  content: "\eb85";
}

.ni-table-view-fill:before {
  content: "\ebde";
}

.ni-dot-box-fill:before {
  content: "\ea1d";
}

.ni-template:before {
  content: "\ebee";
}

.ni-browser:before {
  content: "\e97a";
}

.ni-toolbar:before {
  content: "\ec02";
}

.ni-browser-fill:before {
  content: "\e979";
}

.ni-toolbar-fill:before {
  content: "\ec01";
}

.ni-template-fill:before {
  content: "\ebed";
}

.ni-box:before {
  content: "\e977";
}

.ni-package:before {
  content: "\eb20";
}

.ni-layer:before {
  content: "\eaba";
}

.ni-layers:before {
  content: "\eabc";
}

.ni-panel:before {
  content: "\eb22";
}

.ni-server:before {
  content: "\eb71";
}

.ni-layer-fill:before {
  content: "\eab9";
}

.ni-layers-fill:before {
  content: "\eabb";
}

.ni-package-fill:before {
  content: "\eb1f";
}

.ni-panel-fill:before {
  content: "\eb21";
}

.ni-server-fill:before {
  content: "\eb70";
}

.ni-color-palette:before {
  content: "\e9f7";
}

.ni-color-palette-fill:before {
  content: "\e9f6";
}

.ni-copy:before {
  content: "\e9fb";
}

.ni-copy-fill:before {
  content: "\e9fa";
}

.ni-crop-alt:before {
  content: "\e9fd";
}

.ni-crop:before {
  content: "\e9fe";
}

.ni-target:before {
  content: "\ebe7";
}

.ni-crosshair:before {
  content: "\ea08";
}

.ni-crosshair-fill:before {
  content: "\ea07";
}

.ni-db-fill:before {
  content: "\ea15";
}

.ni-db:before {
  content: "\ea16";
}

.ni-hard-drive:before {
  content: "\ea90";
}

.ni-cpu:before {
  content: "\e9fc";
}

.ni-disk:before {
  content: "\ea1b";
}

.ni-pen:before {
  content: "\eb2b";
}

.ni-edit-alt:before {
  content: "\ea29";
}

.ni-pen-fill:before {
  content: "\eb2a";
}

.ni-edit-alt-fill:before {
  content: "\ea28";
}

.ni-pen-alt-fill:before {
  content: "\eb29";
}

.ni-edit-fill:before {
  content: "\ea2a";
}

.ni-edit:before {
  content: "\ea2b";
}

.ni-external-alt:before {
  content: "\ea35";
}

.ni-external:before {
  content: "\ea36";
}

.ni-eye-alt:before {
  content: "\ea38";
}

.ni-eye-alt-fill:before {
  content: "\ea37";
}

.ni-eye:before {
  content: "\ea3c";
}

.ni-eye-fill:before {
  content: "\ea39";
}

.ni-eye-off:before {
  content: "\ea3b";
}

.ni-eye-off-fill:before {
  content: "\ea3a";
}

.ni-file:before {
  content: "\ea53";
}

.ni-file-minus:before {
  content: "\ea49";
}

.ni-file-plus:before {
  content: "\ea4c";
}

.ni-file-remove:before {
  content: "\ea4e";
}

.ni-file-check:before {
  content: "\ea41";
}

.ni-file-code:before {
  content: "\ea42";
}

.ni-file-docs:before {
  content: "\ea44";
}

.ni-file-img:before {
  content: "\ea47";
}

.ni-file-doc:before {
  content: "\ea43";
}

.ni-file-pdf:before {
  content: "\ea4a";
}

.ni-file-xls:before {
  content: "\ea51";
}

.ni-file-zip:before {
  content: "\ea52";
}

.ni-file-download:before {
  content: "\ea45";
}

.ni-file-text:before {
  content: "\ea50";
}

.ni-files:before {
  content: "\ea55";
}

.ni-file-fill:before {
  content: "\ea46";
}

.ni-file-minus-fill:before {
  content: "\ea48";
}

.ni-file-plus-fill:before {
  content: "\ea4b";
}

.ni-file-remove-fill:before {
  content: "\ea4d";
}

.ni-file-check-fill:before {
  content: "\ea40";
}

.ni-file-text-fill:before {
  content: "\ea4f";
}

.ni-files-fill:before {
  content: "\ea54";
}

.ni-folder:before {
  content: "\ea65";
}

.ni-folder-minus:before {
  content: "\ea62";
}

.ni-folder-plus:before {
  content: "\ea63";
}

.ni-folder-remove:before {
  content: "\ea64";
}

.ni-folder-check:before {
  content: "\ea5f";
}

.ni-folder-list:before {
  content: "\ea61";
}

.ni-folders:before {
  content: "\ea67";
}

.ni-folder-fill:before {
  content: "\ea60";
}

.ni-folders-fill:before {
  content: "\ea66";
}

.ni-filter-alt:before {
  content: "\ea56";
}

.ni-sort-line:before {
  content: "\ebbb";
}

.ni-filter-fill:before {
  content: "\ea57";
}

.ni-filter:before {
  content: "\ea58";
}

.ni-flag:before {
  content: "\ea5b";
}

.ni-flag-fill:before {
  content: "\ea5a";
}

.ni-notify:before {
  content: "\eb16";
}

.ni-dashboard:before {
  content: "\ea14";
}

.ni-dashboard-fill:before {
  content: "\ea13";
}

.ni-grid-sq:before {
  content: "\ea89";
}

.ni-grid:before {
  content: "\ea8a";
}

.ni-grid-c:before {
  content: "\ea83";
}

.ni-grid-alt:before {
  content: "\ea7e";
}

.ni-grid-plus:before {
  content: "\ea88";
}

.ni-grid-add-c:before {
  content: "\ea7b";
}

.ni-grid-fill:before {
  content: "\ea85";
}

.ni-grid-fill-c:before {
  content: "\ea84";
}

.ni-grid-alt-fill:before {
  content: "\ea7d";
}

.ni-grid-plus-fill:before {
  content: "\ea87";
}

.ni-grid-add-fill-c:before {
  content: "\ea7c";
}

.ni-grid-box-alt-fill:before {
  content: "\ea7f";
}

.ni-grid-box-alt:before {
  content: "\ea80";
}

.ni-grid-box:before {
  content: "\ea82";
}

.ni-grid-box-fill:before {
  content: "\ea81";
}

.ni-grid-line:before {
  content: "\ea86";
}

.ni-menu-alt-left:before {
  content: "\eae6";
}

.ni-menu-alt-r:before {
  content: "\eae7";
}

.ni-menu-alt:before {
  content: "\eae8";
}

.ni-menu-center:before {
  content: "\eae9";
}

.ni-menu-left:before {
  content: "\eaea";
}

.ni-menu-right:before {
  content: "\eaeb";
}

.ni-menu:before {
  content: "\eaec";
}

.ni-trend-up:before {
  content: "\ec0a";
}

.ni-trend-down:before {
  content: "\ec09";
}

.ni-line-chart-down:before {
  content: "\eac2";
}

.ni-line-chart-up:before {
  content: "\eac3";
}

.ni-line-chart:before {
  content: "\eac4";
}

.ni-bar-chart:before {
  content: "\e95e";
}

.ni-bar-chart-alt:before {
  content: "\e95c";
}

.ni-chart-up:before {
  content: "\e9b0";
}

.ni-chart-down:before {
  content: "\e9af";
}

.ni-growth:before {
  content: "\ea8c";
}

.ni-growth-fill:before {
  content: "\ea8b";
}

.ni-bar-chart-fill:before {
  content: "\e95d";
}

.ni-bar-c:before {
  content: "\e95b";
}

.ni-bar-fill-c:before {
  content: "\e95f";
}

.ni-pie:before {
  content: "\eb30";
}

.ni-pie-alt:before {
  content: "\eb2e";
}

.ni-pie-fill:before {
  content: "\eb2f";
}

.ni-activity:before {
  content: "\e906";
}

.ni-activity-alt:before {
  content: "\e903";
}

.ni-activity-round:before {
  content: "\e905";
}

.ni-activity-round-fill:before {
  content: "\e904";
}

.ni-meter:before {
  content: "\eaed";
}

.ni-speed:before {
  content: "\ebc5";
}

.ni-happy:before {
  content: "\ea8e";
}

.ni-sad:before {
  content: "\eb66";
}

.ni-meh:before {
  content: "\eae5";
}

.ni-happyf-fill:before {
  content: "\ea8f";
}

.ni-sad-fill:before {
  content: "\eb65";
}

.ni-meh-fill:before {
  content: "\eae4";
}

.ni-home:before {
  content: "\ea9c";
}

.ni-home-alt:before {
  content: "\ea9a";
}

.ni-home-fill:before {
  content: "\ea9b";
}

.ni-img:before {
  content: "\eaa0";
}

.ni-img-fill:before {
  content: "\ea9f";
}

.ni-inbox:before {
  content: "\eaa6";
}

.ni-inbox-in:before {
  content: "\eaa3";
}

.ni-inbox-out:before {
  content: "\eaa5";
}

.ni-inbox-fill:before {
  content: "\eaa1";
}

.ni-inbox-in-fill:before {
  content: "\eaa2";
}

.ni-inbox-out-fill:before {
  content: "\eaa4";
}

.ni-link-group:before {
  content: "\eac6";
}

.ni-lock:before {
  content: "\ead7";
}

.ni-lock-alt:before {
  content: "\ead5";
}

.ni-lock-fill:before {
  content: "\ead6";
}

.ni-lock-alt-fill:before {
  content: "\ead4";
}

.ni-unlock:before {
  content: "\ec1a";
}

.ni-unlock-fill:before {
  content: "\ec19";
}

.ni-mail:before {
  content: "\eada";
}

.ni-emails:before {
  content: "\ea2e";
}

.ni-mail-fill:before {
  content: "\ead9";
}

.ni-emails-fill:before {
  content: "\ea2d";
}

.ni-map-pin:before {
  content: "\eadc";
}

.ni-location:before {
  content: "\ead3";
}

.ni-map:before {
  content: "\eadd";
}

.ni-map-pin-fill:before {
  content: "\eadb";
}

.ni-list:before {
  content: "\ead0";
}

.ni-list-ol:before {
  content: "\eace";
}

.ni-align-center:before {
  content: "\e911";
}

.ni-align-justify:before {
  content: "\e912";
}

.ni-align-left:before {
  content: "\e913";
}

.ni-align-right:before {
  content: "\e914";
}

.ni-list-check:before {
  content: "\eacc";
}

.ni-list-round:before {
  content: "\eacf";
}

.ni-card-view:before {
  content: "\e995";
}

.ni-list-fill:before {
  content: "\eacd";
}

.ni-save:before {
  content: "\eb68";
}

.ni-save-fill:before {
  content: "\eb67";
}

.ni-move:before {
  content: "\eb04";
}

.ni-scissor:before {
  content: "\eb6b";
}

.ni-text:before {
  content: "\ebf2";
}

.ni-text-a:before {
  content: "\ebf0";
}

.ni-bold:before {
  content: "\e96e";
}

.ni-italic:before {
  content: "\eaad";
}

.ni-underline:before {
  content: "\ec13";
}

.ni-percent:before {
  content: "\eb2c";
}

.ni-at:before {
  content: "\e952";
}

.ni-hash:before {
  content: "\ea91";
}

.ni-code:before {
  content: "\e9ee";
}

.ni-code-download:before {
  content: "\e9ed";
}

.ni-terminal:before {
  content: "\ebef";
}

.ni-cmd:before {
  content: "\e9ec";
}

.ni-sun:before {
  content: "\ebd9";
}

.ni-sun-fill:before {
  content: "\ebd8";
}

.ni-moon-fill:before {
  content: "\eafe";
}

.ni-moon:before {
  content: "\eaff";
}

.ni-light:before {
  content: "\eac1";
}

.ni-light-fill:before {
  content: "\eac0";
}

.ni-more-v:before {
  content: "\eb03";
}

.ni-more-h:before {
  content: "\eb01";
}

.ni-more-h-alt:before {
  content: "\eb00";
}

.ni-more-v-alt:before {
  content: "\eb02";
}

.ni-music:before {
  content: "\eb0a";
}

.ni-movie:before {
  content: "\eb05";
}

.ni-offer:before {
  content: "\eb18";
}

.ni-offer-fill:before {
  content: "\eb17";
}

.ni-opt-alt:before {
  content: "\eb1a";
}

.ni-opt:before {
  content: "\eb1e";
}

.ni-opt-dot-alt:before {
  content: "\eb1b";
}

.ni-opt-dot:before {
  content: "\eb1d";
}

.ni-opt-dot-fill:before {
  content: "\eb1c";
}

.ni-opt-alt-fill:before {
  content: "\eb19";
}

.ni-user-alt:before {
  content: "\ec24";
}

.ni-user-alt-fill:before {
  content: "\ec23";
}

.ni-user:before {
  content: "\ec33";
}

.ni-users:before {
  content: "\ec35";
}

.ni-user-add:before {
  content: "\ec22";
}

.ni-user-remove:before {
  content: "\ec31";
}

.ni-user-check:before {
  content: "\ec27";
}

.ni-user-cross:before {
  content: "\ec2b";
}

.ni-account-setting:before {
  content: "\e902";
}

.ni-account-setting-alt:before {
  content: "\e900";
}

.ni-user-list:before {
  content: "\ec2f";
}

.ni-user-fill:before {
  content: "\ec2d";
}

.ni-users-fill:before {
  content: "\ec34";
}

.ni-user-add-fill:before {
  content: "\ec21";
}

.ni-user-remove-fill:before {
  content: "\ec30";
}

.ni-user-check-fill:before {
  content: "\ec26";
}

.ni-user-cross-fill:before {
  content: "\ec2a";
}

.ni-account-setting-fill:before {
  content: "\e901";
}

.ni-user-list-fill:before {
  content: "\ec2e";
}

.ni-user-circle:before {
  content: "\ec28";
}

.ni-user-circle-fill:before {
  content: "\ec29";
}

.ni-user-c:before {
  content: "\ec25";
}

.ni-user-fill-c:before {
  content: "\ec2c";
}

.ni-user-round:before {
  content: "\ec32";
}

.ni-printer:before {
  content: "\eb31";
}

.ni-printer-fill:before {
  content: "\eb48";
}

.ni-laptop:before {
  content: "\eab6";
}

.ni-monitor:before {
  content: "\eafd";
}

.ni-tablet:before {
  content: "\ebe0";
}

.ni-mobile:before {
  content: "\eafb";
}

.ni-undo:before {
  content: "\ec14";
}

.ni-redo:before {
  content: "\eb51";
}

.ni-reload-alt:before {
  content: "\eb54";
}

.ni-reload:before {
  content: "\eb55";
}

.ni-regen-alt:before {
  content: "\eb52";
}

.ni-regen:before {
  content: "\eb53";
}

.ni-invest:before {
  content: "\eaac";
}

.ni-history:before {
  content: "\ea99";
}

.ni-update:before {
  content: "\ec1b";
}

.ni-repeat:before {
  content: "\eb57";
}

.ni-repeat-v:before {
  content: "\eb56";
}

.ni-tranx:before {
  content: "\ec03";
}

.ni-reply-all:before {
  content: "\eb59";
}

.ni-reply:before {
  content: "\eb5b";
}

.ni-reply-fill:before {
  content: "\eb5a";
}

.ni-reply-all-fill:before {
  content: "\eb58";
}

.ni-notes:before {
  content: "\eb15";
}

.ni-note-add:before {
  content: "\eb13";
}

.ni-notes-alt:before {
  content: "\eb14";
}

.ni-article:before {
  content: "\e951";
}

.ni-text-rich:before {
  content: "\ebf1";
}

.ni-todo:before {
  content: "\ebfe";
}

.ni-report-profit:before {
  content: "\eb5d";
}

.ni-reports-alt:before {
  content: "\eb5f";
}

.ni-reports:before {
  content: "\eb60";
}

.ni-task:before {
  content: "\ebea";
}

.ni-note-add-c:before {
  content: "\eb11";
}

.ni-task-c:before {
  content: "\ebe8";
}

.ni-todo-fill:before {
  content: "\ebfd";
}

.ni-note-add-fill-c:before {
  content: "\eb12";
}

.ni-task-fill-c:before {
  content: "\ebe9";
}

.ni-scan-fill:before {
  content: "\eb69";
}

.ni-scan:before {
  content: "\eb6a";
}

.ni-qr:before {
  content: "\eb4a";
}

.ni-money:before {
  content: "\eafc";
}

.ni-coins:before {
  content: "\e9f4";
}

.ni-coin:before {
  content: "\e9f3";
}

.ni-coin-alt:before {
  content: "\e9f2";
}

.ni-coin-alt-fill:before {
  content: "\e9f1";
}

.ni-setting-alt-fill:before {
  content: "\eb72";
}

.ni-setting-alt:before {
  content: "\eb73";
}

.ni-setting-fill:before {
  content: "\eb74";
}

.ni-setting:before {
  content: "\eb75";
}

.ni-share-alt:before {
  content: "\eb76";
}

.ni-share-fill:before {
  content: "\eb77";
}

.ni-share:before {
  content: "\eb78";
}

.ni-network:before {
  content: "\eb10";
}

.ni-rss:before {
  content: "\eb64";
}

.ni-shield:before {
  content: "\eb82";
}

.ni-shield-star:before {
  content: "\eb81";
}

.ni-shield-check:before {
  content: "\eb7c";
}

.ni-shield-alert:before {
  content: "\eb7a";
}

.ni-shield-off:before {
  content: "\eb7f";
}

.ni-security:before {
  content: "\eb6d";
}

.ni-policy:before {
  content: "\eb46";
}

.ni-shield-alert-fill:before {
  content: "\eb79";
}

.ni-shield-check-fill:before {
  content: "\eb7b";
}

.ni-shield-fill:before {
  content: "\eb7d";
}

.ni-shield-half:before {
  content: "\eb7e";
}

.ni-shield-star-fill:before {
  content: "\eb80";
}

.ni-policy-fill:before {
  content: "\eb45";
}

.ni-spark:before {
  content: "\ebc4";
}

.ni-spark-off:before {
  content: "\ebc3";
}

.ni-spark-fill:before {
  content: "\ebc1";
}

.ni-spark-off-fill:before {
  content: "\ebc2";
}

.ni-wallet:before {
  content: "\ec47";
}

.ni-wallet-alt:before {
  content: "\ec42";
}

.ni-wallet-in:before {
  content: "\ec44";
}

.ni-wallet-out:before {
  content: "\ec45";
}

.ni-wallet-saving:before {
  content: "\ec46";
}

.ni-wallet-fill:before {
  content: "\ec43";
}

.ni-star:before {
  content: "\ebd0";
}

.ni-star-half:before {
  content: "\ebce";
}

.ni-star-half-fill:before {
  content: "\ebcd";
}

.ni-star-fill:before {
  content: "\ebcc";
}

.ni-star-round:before {
  content: "\ebcf";
}

.ni-heart:before {
  content: "\ea95";
}

.ni-heart-fill:before {
  content: "\ea94";
}

.ni-swap-alt-fill:before {
  content: "\ebda";
}

.ni-swap-alt:before {
  content: "\ebdb";
}

.ni-thumbs-down:before {
  content: "\ebf3";
}

.ni-thumbs-up:before {
  content: "\ebf4";
}

.ni-tag:before {
  content: "\ebe4";
}

.ni-tag-alt:before {
  content: "\ebe2";
}

.ni-tags:before {
  content: "\ebe6";
}

.ni-tag-fill:before {
  content: "\ebe3";
}

.ni-tag-alt-fill:before {
  content: "\ebe1";
}

.ni-tags-fill:before {
  content: "\ebe5";
}

.ni-bookmark:before {
  content: "\e973";
}

.ni-bookmark-fill:before {
  content: "\e972";
}

.ni-label:before {
  content: "\eab5";
}

.ni-label-fill:before {
  content: "\eab4";
}

.ni-piority:before {
  content: "\eb36";
}

.ni-piority-fill:before {
  content: "\eb35";
}

.ni-label-alt:before {
  content: "\eab3";
}

.ni-label-alt-fill:before {
  content: "\eab2";
}

.ni-ticket-alt:before {
  content: "\ebf6";
}

.ni-ticket:before {
  content: "\ebfc";
}

.ni-ticket-minus:before {
  content: "\ebf9";
}

.ni-ticket-plus:before {
  content: "\ebfb";
}

.ni-ticket-alt-fill:before {
  content: "\ebf5";
}

.ni-ticket-fill:before {
  content: "\ebf7";
}

.ni-ticket-minus-fill:before {
  content: "\ebf8";
}

.ni-ticket-plus-fill:before {
  content: "\ebfa";
}

.ni-toggle-off:before {
  content: "\ebff";
}

.ni-toggle-on:before {
  content: "\ec00";
}

.ni-trash-alt:before {
  content: "\ec04";
}

.ni-trash-empty:before {
  content: "\ec06";
}

.ni-trash:before {
  content: "\ec08";
}

.ni-trash-fill:before {
  content: "\ec07";
}

.ni-trash-empty-fill:before {
  content: "\ec05";
}

.ni-delete-fill:before {
  content: "\ea17";
}

.ni-delete:before {
  content: "\ea18";
}

.ni-alarm-alt:before {
  content: "\e909";
}

.ni-alarm:before {
  content: "\e90a";
}

.ni-bugs:before {
  content: "\e97b";
}

.ni-building:before {
  content: "\e97d";
}

.ni-building-fill:before {
  content: "\e97c";
}

.ni-headphone:before {
  content: "\ea93";
}

.ni-headphone-fill:before {
  content: "\ea92";
}

.ni-aperture:before {
  content: "\e91b";
}

.ni-help-alt:before {
  content: "\ea96";
}

.ni-award:before {
  content: "\e953";
}

.ni-briefcase:before {
  content: "\e978";
}

.ni-gift:before {
  content: "\ea6f";
}

.ni-globe:before {
  content: "\ea74";
}

.ni-umbrela:before {
  content: "\ec10";
}

.ni-truck:before {
  content: "\ec0b";
}

.ni-sign-usd:before {
  content: "\eba7";
}

.ni-sign-dollar:before {
  content: "\eba7";
}

.ni-sign-mxn:before {
  content: "\eb99";
}

.ni-sign-sgd:before {
  content: "\eba0";
}

.ni-sign-euro:before {
  content: "\eb94";
}

.ni-sign-eur:before {
  content: "\eb94";
}

.ni-sign-gbp:before {
  content: "\eb89";
}

.ni-sign-pound:before {
  content: "\eb89";
}

.ni-sign-thb:before {
  content: "\eba4";
}

.ni-sign-inr:before {
  content: "\eb97";
}

.ni-sign-jpy:before {
  content: "\eb98";
}

.ni-sign-yen:before {
  content: "\eb98";
}

.ni-sign-cny:before {
  content: "\eb8e";
}

.ni-sign-kobo:before {
  content: "\eba1";
}

.ni-sign-chf:before {
  content: "\eb8d";
}

.ni-sign-vnd:before {
  content: "\ebaa";
}

.ni-sign-php:before {
  content: "\eb9c";
}

.ni-sign-brl:before {
  content: "\eb8b";
}

.ni-sign-idr:before {
  content: "\eb96";
}

.ni-sign-czk:before {
  content: "\eb8f";
}

.ni-sign-hkd:before {
  content: "\eb95";
}

.ni-sign-kr:before {
  content: "\eb9f";
}

.ni-sign-dkk:before {
  content: "\eb9f";
}

.ni-sign-nok:before {
  content: "\eb9f";
}

.ni-sign-sek:before {
  content: "\eb9f";
}

.ni-sign-rub:before {
  content: "\eb9e";
}

.ni-sign-myr:before {
  content: "\eb9b";
}

.ni-sign-pln:before {
  content: "\eb9d";
}

.ni-sign-try:before {
  content: "\eba6";
}

.ni-sign-waves:before {
  content: "\ebab";
}

.ni-waves:before {
  content: "\ebab";
}

.ni-sign-trx:before {
  content: "\eba5";
}

.ni-tron:before {
  content: "\eba5";
}

.ni-sign-xem:before {
  content: "\ebac";
}

.ni-nem:before {
  content: "\ebac";
}

.ni-sign-mxr:before {
  content: "\eb9a";
}

.ni-monero:before {
  content: "\eb9a";
}

.ni-sign-usdc:before {
  content: "\eba8";
}

.ni-sign-steller:before {
  content: "\eba3";
}

.ni-sign-steem:before {
  content: "\eba2";
}

.ni-sign-usdt:before {
  content: "\eba9";
}

.ni-tether:before {
  content: "\eba9";
}

.ni-sign-btc:before {
  content: "\eb8c";
}

.ni-bitcoin:before {
  content: "\eb8c";
}

.ni-sign-bch:before {
  content: "\eb88";
}

.ni-bitcoin-cash:before {
  content: "\eb88";
}

.ni-sign-bnb:before {
  content: "\eb8a";
}

.ni-binance:before {
  content: "\eb8a";
}

.ni-sign-ada:before {
  content: "\eb87";
}

.ni-sign-zcash:before {
  content: "\ebaf";
}

.ni-sign-eth:before {
  content: "\eb93";
}

.ni-ethereum:before {
  content: "\eb93";
}

.ni-sign-dash:before {
  content: "\eb90";
}

.ni-dash:before {
  content: "\eb90";
}

.ni-sign-xrp-old:before {
  content: "\ebae";
}

.ni-ripple-old:before {
  content: "\ebae";
}

.ni-sign-eos:before {
  content: "\eb92";
}

.ni-eos:before {
  content: "\eb92";
}

.ni-sign-xrp:before {
  content: "\ebad";
}

.ni-ripple:before {
  content: "\ebad";
}

.ni-american-express:before {
  content: "\e918";
}

.ni-jcb:before {
  content: "\eaae";
}

.ni-cc-jcb:before {
  content: "\eaae";
}

.ni-mc:before {
  content: "\eae0";
}

.ni-cc-mc:before {
  content: "\eae0";
}

.ni-discover:before {
  content: "\ea1a";
}

.ni-cc-discover:before {
  content: "\ea1a";
}

.ni-visa:before {
  content: "\ec3d";
}

.ni-cc-visa:before {
  content: "\ec3d";
}

.ni-cc-paypal:before {
  content: "\eb27";
}

.ni-cc-stripe:before {
  content: "\e9ad";
}

.ni-amazon-pay:before {
  content: "\e916";
}

.ni-amazon-pay-fill:before {
  content: "\e915";
}

.ni-google-pay:before {
  content: "\ea77";
}

.ni-google-pay-fill:before {
  content: "\ea76";
}

.ni-apple-pay:before {
  content: "\e91d";
}

.ni-apple-pay-fill:before {
  content: "\e91c";
}

.ni-angular:before {
  content: "\e91a";
}

.ni-react:before {
  content: "\eb4d";
}

.ni-laravel:before {
  content: "\eab7";
}

.ni-html5:before {
  content: "\ea9e";
}

.ni-css3-fill:before {
  content: "\ea09";
}

.ni-css3:before {
  content: "\ea0a";
}

.ni-js:before {
  content: "\eab0";
}

.ni-php:before {
  content: "\eb2d";
}

.ni-python:before {
  content: "\eb49";
}

.ni-bootstrap:before {
  content: "\e974";
}

.ni-ebay:before {
  content: "\ea27";
}

.ni-google-wallet:before {
  content: "\ea79";
}

.ni-google-drive:before {
  content: "\ea75";
}

.ni-google-play-store:before {
  content: "\ea78";
}

.ni-android:before {
  content: "\e919";
}

.ni-blogger-fill:before {
  content: "\e96b";
}

.ni-blogger:before {
  content: "\e96c";
}

.ni-hangout:before {
  content: "\ea8d";
}

.ni-apple-store:before {
  content: "\e91f";
}

.ni-apple-store-ios:before {
  content: "\e91e";
}

.ni-stripe:before {
  content: "\ebd7";
}

.ni-apple:before {
  content: "\e920";
}

.ni-microsoft:before {
  content: "\eaf0";
}

.ni-windows:before {
  content: "\ec4c";
}

.ni-amazon:before {
  content: "\e917";
}

.ni-paypal-alt:before {
  content: "\eb28";
}

.ni-airbnb:before {
  content: "\e908";
}

.ni-adobe:before {
  content: "\e907";
}

.ni-mailchimp:before {
  content: "\ead8";
}

.ni-dropbox:before {
  content: "\ea26";
}

.ni-digital-ocean:before {
  content: "\ea19";
}

.ni-slack:before {
  content: "\ebb5";
}

.ni-slack-hash:before {
  content: "\ebb4";
}

.ni-stack-overflow:before {
  content: "\ebcb";
}

.ni-soundcloud:before {
  content: "\ebc0";
}

.ni-blackberry:before {
  content: "\e966";
}

.ni-spotify:before {
  content: "\ebc6";
}

.ni-kickstarter:before {
  content: "\eab1";
}

.ni-houzz:before {
  content: "\ea9d";
}

.ni-vine:before {
  content: "\ec3c";
}

.ni-yelp:before {
  content: "\ec4f";
}

.ni-yoast:before {
  content: "\ec50";
}

.ni-envato:before {
  content: "\ea2f";
}

.ni-wordpress:before {
  content: "\ec4e";
}

.ni-wp:before {
  content: "\ec4e";
}

.ni-wordpress-fill:before {
  content: "\ec4d";
}

.ni-elementor:before {
  content: "\ea2c";
}

.ni-joomla:before {
  content: "\eaaf";
}

.ni-megento:before {
  content: "\eae3";
}

.ni-git:before {
  content: "\ea70";
}

.ni-github:before {
  content: "\ea73";
}

.ni-github-round:before {
  content: "\ea72";
}

.ni-github-circle:before {
  content: "\ea71";
}

.ni-dribbble:before {
  content: "\ea25";
}

.ni-dribbble-round:before {
  content: "\ea24";
}

.ni-behance:before {
  content: "\e961";
}

.ni-behance-fill:before {
  content: "\e960";
}

.ni-flickr:before {
  content: "\ea5d";
}

.ni-flickr-round:before {
  content: "\ea5c";
}

.ni-medium:before {
  content: "\eae2";
}

.ni-medium-round:before {
  content: "\eae1";
}

.ni-reddit:before {
  content: "\eb50";
}

.ni-reddit-round:before {
  content: "\eb4f";
}

.ni-reddit-circle:before {
  content: "\eb4e";
}

.ni-google:before {
  content: "\ea7a";
}

.ni-facebook-f:before {
  content: "\ea3e";
}

.ni-facebook-fill:before {
  content: "\ea3f";
}

.ni-facebook-circle:before {
  content: "\ea3d";
}

.ni-instagram:before {
  content: "\eaab";
}

.ni-instagram-round:before {
  content: "\eaaa";
}

.ni-linkedin:before {
  content: "\eacb";
}

.ni-linkedin-round:before {
  content: "\eaca";
}

.ni-twitter:before {
  content: "\ec0f";
}

.ni-twitter-round:before {
  content: "\ec0e";
}

.ni-pinterest:before {
  content: "\eb34";
}

.ni-pinterest-round:before {
  content: "\eb33";
}

.ni-pinterest-circle:before {
  content: "\eb32";
}

.ni-tumblr:before {
  content: "\ec0d";
}

.ni-tumblr-round:before {
  content: "\ec0c";
}

.ni-skype:before {
  content: "\ebb3";
}

.ni-viber:before {
  content: "\ec36";
}

.ni-whatsapp:before {
  content: "\ec49";
}

.ni-whatsapp-round:before {
  content: "\ec48";
}

.ni-snapchat:before {
  content: "\ebb7";
}

.ni-snapchat-fill:before {
  content: "\ebb6";
}

.ni-telegram:before {
  content: "\ebec";
}

.ni-telegram-circle:before {
  content: "\ebeb";
}

.ni-youtube-line:before {
  content: "\ec52";
}

.ni-youtube:before {
  content: "\ec52";
}

.ni-youtube-fill:before {
  content: "\ec53";
}

.ni-youtube-round:before {
  content: "\ec51";
}

.ni-vimeo:before {
  content: "\ec3b";
}

.ni-vimeo-fill:before {
  content: "\ec3a";
}


.form-icon {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  top: 0;
  width: calc(1rem + 24px);
  height: calc(2.125rem + 2px);
}
.form-icon.sm {
  height: calc(1.75rem + 2px);
}
.form-icon.lg {
  height: calc(2.625rem + 2px);
}
.form-icon.xl {
  height: calc(3.25rem + 2px);
}
.form-icon .icon {
  font-size: 16px;
  color: #8094ae;
}
.form-icon + .form-control, .dual-listbox .form-icon + .dual-listbox__search, div.dataTables_wrapper div.dataTables_filter .form-icon + input {
  padding-left: calc(1rem + 24px);
}
.form-icon-right {
  left: auto;
  right: -1px;
}
.form-icon-right + .form-control, .dual-listbox .form-icon-right + .dual-listbox__search, div.dataTables_wrapper div.dataTables_filter .form-icon-right + input {
  padding-left: 1rem;
  padding-right: calc(1rem + 24px);
}
.form-info {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #dbdfea;
  right: 0;
  top: 50%;
  padding: 0.125rem 1.25rem;
  transform: translateY(-50%);
  color: #8094ae;
}
.form-info + .form-control, .dual-listbox .form-info + .dual-listbox__search, div.dataTables_wrapper div.dataTables_filter .form-info + input {
  padding-right: calc(1rem + 24px);
}
.form-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #344357;
  margin-bottom: 0.5rem;
}
.form-label-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.form-label-group .form-label {
  margin-bottom: 0;
}
.form-label + .form-note {
  margin-top: -0.35rem;
}
.form-label-outlined {
  position: absolute;
  top: 0.4375rem;
  left: 0.6666666667rem;
  transform-origin: left;
  padding: 0 0.4rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #3c4d62;
  background-color: #fff;
  z-index: 1;
  transition: all 0.3s ease;
  margin-bottom: 0;
  font-size: 13px;
}
.form-control-wrap, .form-control-group {
  position: relative;
}
.form-control-wrap + .form-note, .form-control-group + .form-note {
  margin-top: 0.5rem;
}
.form-control-noborder {
  border-color: transparent;
}
.form-control-noborder:focus {
  border-color: #dbdfea;
  box-shadow: none;
}
.form-control-solid {
  border-color: #fff;
}
.form-control-solid:focus {
  box-shadow: none;
  border-color: #dbdfea;
}



/*******************************
           UI  Search
*******************************/

.ui.search {
  position: relative;
}

.ui.search > .prompt {
  margin: 0em;
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  text-shadow: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1.21428571em;
  padding: 0.67857143em 1em;
  font-size: 1em;
  background: #FFFFFF;
  border: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  box-shadow: 0em 0em 0em 0em transparent inset;
  transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease;
}

.ui.search .prompt {
  border-radius: 10px;
  width:100%;
}

/*--------------
     Icon
---------------*/

.ui.search .prompt ~ .search.icon {
  cursor: pointer;
}

/*--------------
    Results
---------------*/

.ui.search > .results {
  display: none;
  position: absolute;
  top: 100%;
  left: 0%;
  transform-origin: center top;
  white-space: normal;
  text-align: left;
  text-transform: none;
  background: #FFFFFF;
  margin-top: 0.5em;
  width: 18em;
  border-radius: 0.28571429rem;
  box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
  border: 1px solid #D4D4D5;
  z-index: 998;
}

.ui.search > .results > :first-child {
  border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

.ui.search > .results > :last-child {
  border-radius: 0em 0em 0.28571429rem 0.28571429rem;
}

/*--------------
    Result
---------------*/

.ui.search > .results .result {
  cursor: pointer;
  display: block;
  overflow: hidden;
  font-size: 1em;
  padding: 0.85714286em 1.14285714em;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.33;
  border-bottom: 1px solid rgba(34, 36, 38, 0.1);
}

.ui.search > .results .result:last-child {
  border-bottom: none !important;
}

/* Image */

.ui.search > .results .result .image {
  float: right;
  overflow: hidden;
  background: none;
  width: 5em;
  height: 3em;
  border-radius: 0.25em;
}

.ui.search > .results .result .image img {
  display: block;
  width: auto;
  height: 100%;
}

/*--------------
      Info
---------------*/

.ui.search > .results .result .image + .content {
  margin: 0em 6em 0em 0em;
}

.ui.search > .results .result .title {
  margin: -0.14285714em 0em 0em;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.85);
}

.ui.search > .results .result .description {
  margin-top: 0;
  font-size: 0.92857143em;
  color: rgba(0, 0, 0, 0.4);
}

.ui.search > .results .result .price {
  float: right;
  color: #21BA45;
}

/*--------------
    Message
---------------*/

.ui.search > .results > .message {
  padding: 1em 1em;
}

.ui.search > .results > .message .header {
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87);
}

.ui.search > .results > .message .description {
  margin-top: 0.25rem;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.87);
}

/* View All Results */

.ui.search > .results > .action {
  display: block;
  border-top: none;
  background: #F3F4F5;
  padding: 0.92857143em 1em;
  color: rgba(0, 0, 0, 0.87);
  font-weight: bold;
  text-align: center;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ui.doubling.grid {
    width: auto;
  }

  .ui.grid > .doubling.row,
  .ui.doubling.grid > .row {
    margin: 0em !important;
    padding: 0em !important;
  }

  .ui.grid > .doubling.row > .column,
  .ui.doubling.grid > .row > .column {
    display: inline-block !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    box-shadow: none !important;
    margin: 0em;
  }

  .ui[class*="two column"].doubling.grid > .row > .column,
  .ui[class*="two column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="two column"].doubling.row.row > .column {
    width: 100% !important;
  }

  .ui[class*="three column"].doubling.grid > .row > .column,
  .ui[class*="three column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="three column"].doubling.row.row > .column {
    width: 50% !important;
  }

  .ui[class*="four column"].doubling.grid > .row > .column,
  .ui[class*="four column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="four column"].doubling.row.row > .column {
    width: 50% !important;
  }

  .ui[class*="five column"].doubling.grid > .row > .column,
  .ui[class*="five column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="five column"].doubling.row.row > .column {
    width: 33.33333333% !important;
  }

  .ui[class*="six column"].doubling.grid > .row > .column,
  .ui[class*="six column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="six column"].doubling.row.row > .column {
    width: 33.33333333% !important;
  }

  .ui[class*="seven column"].doubling.grid > .row > .column,
  .ui[class*="seven column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="seven column"].doubling.row.row > .column {
    width: 33.33333333% !important;
  }

  .ui[class*="eight column"].doubling.grid > .row > .column,
  .ui[class*="eight column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="eight column"].doubling.row.row > .column {
    width: 25% !important;
  }

  .ui[class*="nine column"].doubling.grid > .row > .column,
  .ui[class*="nine column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="nine column"].doubling.row.row > .column {
    width: 25% !important;
  }

  .ui[class*="ten column"].doubling.grid > .row > .column,
  .ui[class*="ten column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="ten column"].doubling.row.row > .column {
    width: 20% !important;
  }

  .ui[class*="eleven column"].doubling.grid > .row > .column,
  .ui[class*="eleven column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="eleven column"].doubling.row.row > .column {
    width: 20% !important;
  }

  .ui[class*="twelve column"].doubling.grid > .row > .column,
  .ui[class*="twelve column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="twelve column"].doubling.row.row > .column {
    width: 16.66666667% !important;
  }

  .ui[class*="thirteen column"].doubling.grid > .row > .column,
  .ui[class*="thirteen column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="thirteen column"].doubling.row.row > .column {
    width: 16.66666667% !important;
  }

  .ui[class*="fourteen column"].doubling.grid > .row > .column,
  .ui[class*="fourteen column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="fourteen column"].doubling.row.row > .column {
    width: 14.28571429% !important;
  }

  .ui[class*="fifteen column"].doubling.grid > .row > .column,
  .ui[class*="fifteen column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="fifteen column"].doubling.row.row > .column {
    width: 14.28571429% !important;
  }

  .ui[class*="sixteen column"].doubling.grid > .row > .column,
  .ui[class*="sixteen column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="sixteen column"].doubling.row.row > .column {
    width: 12.5% !important;
  }
}

/* Mobile Only */

@media only screen and (max-width: 767px) {
  .ui.grid > .doubling.row,
  .ui.doubling.grid > .row {
    margin: 0em !important;
    padding: 0em !important;
  }

  .ui.grid > .doubling.row > .column,
  .ui.doubling.grid > .row > .column {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    margin: 0em !important;
    box-shadow: none !important;
  }

  .ui[class*="two column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="two column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="two column"].doubling:not(.stackable).row.row > .column {
    width: 100% !important;
  }

  .ui[class*="three column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="three column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="three column"].doubling:not(.stackable).row.row > .column {
    width: 50% !important;
  }

  .ui[class*="four column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="four column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="four column"].doubling:not(.stackable).row.row > .column {
    width: 50% !important;
  }

  .ui[class*="five column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="five column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="five column"].doubling:not(.stackable).row.row > .column {
    width: 50% !important;
  }

  .ui[class*="six column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="six column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="six column"].doubling:not(.stackable).row.row > .column {
    width: 50% !important;
  }

  .ui[class*="seven column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="seven column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="seven column"].doubling:not(.stackable).row.row > .column {
    width: 50% !important;
  }

  .ui[class*="eight column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="eight column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="eight column"].doubling:not(.stackable).row.row > .column {
    width: 50% !important;
  }

  .ui[class*="nine column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="nine column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="nine column"].doubling:not(.stackable).row.row > .column {
    width: 33.33333333% !important;
  }

  .ui[class*="ten column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="ten column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="ten column"].doubling:not(.stackable).row.row > .column {
    width: 33.33333333% !important;
  }

  .ui[class*="eleven column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="eleven column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="eleven column"].doubling:not(.stackable).row.row > .column {
    width: 33.33333333% !important;
  }

  .ui[class*="twelve column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="twelve column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="twelve column"].doubling:not(.stackable).row.row > .column {
    width: 33.33333333% !important;
  }

  .ui[class*="thirteen column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="thirteen column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="thirteen column"].doubling:not(.stackable).row.row > .column {
    width: 33.33333333% !important;
  }

  .ui[class*="fourteen column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="fourteen column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="fourteen column"].doubling:not(.stackable).row.row > .column {
    width: 25% !important;
  }

  .ui[class*="fifteen column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="fifteen column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="fifteen column"].doubling:not(.stackable).row.row > .column {
    width: 25% !important;
  }

  .ui[class*="sixteen column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="sixteen column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="sixteen column"].doubling:not(.stackable).row.row > .column {
    width: 25% !important;
  }
}

/* Visible */

.visible .transition {
  display: block !important;
  visibility: visible !important;
  /*  backface-visibility: @backfaceVisibility;
  transform: @use3DAcceleration;*/
}
.ui .label{
	color:#000;
}

.ui.input {
  position: relative;
  font-weight: normal;
  font-style: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: rgba(0, 0, 0, 0.87);
  width:100%;
}

.ui.input > input {
  margin: 0em;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  text-align: left;
  line-height: 1.21428571em;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  padding: 0.67857143em 1em;
  background: #FFFFFF;
  border: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0.28571429rem;
  -webkit-transition: border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease, border-color 0.1s ease;
  transition: box-shadow 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*--------------------
         Icon
---------------------*/
@font-face {
  font-family: 'Icons';
  src: url(fonts/icons.eot);
  src: url(fonts/icons.eot?#iefix) format('embedded-opentype'), url(fonts/icons.woff2) format('woff2'), url(fonts/icons.woff) format('woff'), url(fonts/icons.ttf) format('truetype'), url(fonts/icons.svg#icons) format('svg');
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: inherit;
  text-transform: none;
}

i.icon {
  display: inline-block;
  opacity: 1;
  margin: 0em 0.25rem 0em 0em;
  width: 1.18em;
  height: 1em;
  font-family: 'Icons';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-align: center;
  speak: none;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

i.icon:before {
  background: none !important;
}

.ui.icon.input > i.icon {
  cursor: default;
  position: absolute;
  line-height: 1;
  text-align: center;
  top: 0px;
  right: 0px;
  margin: 0em;
  height: 100%;
  width: 2.67142857em;
  opacity: 0.5;
  border-radius: 0em 0.28571429rem 0.28571429rem 0em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.ui.icon.input > i.icon:not(.link) {
  pointer-events: none;
}

.ui.icon.input > input {
  padding-right: 2.67142857em !important;
}

.ui.icon.input > i.icon:before,
.ui.icon.input > i.icon:after {
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  margin-top: -0.5em;
}

.ui.icon.input > i.link.icon {
  cursor: pointer;
}

.ui.icon.input > i.circular.icon {
  top: 0.35em;
  right: 0.5em;
}

i.icon.search:before {
  content: "\f002";
}
#progress{
	width:100%;
	padding-bottom:40px;
	margin-bottom:50px;
}

#progress .node {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display:inline-block;
    transition: all 1000ms ease;
}

#progress .activated {
    box-shadow: 0px 0px 3px 2px rgba(194, 255, 194, 0.8);
}

#progress .divider {
    height: 100%;
    width: 2px;
    margin-left: 24px;
    transition: all 800ms ease;
}
#progress li i {
	margin-left: 14px;
    top: 13px;
    position: absolute;
    font-size: 20px;
}

#progress li .ts {
    /* display:inline-block;
    margin-left: 25px;
	position:absolute;
	top:10px; */
	font-weight:bold;
}

#progress li .status {
   /*  display:inline-block;
    margin-left: 25px;
	position:absolute;
	top:30px; */
}
#progress li .notes {
  /*   display:inline-block;
    margin-left: 25px;
	position:absolute;
	top:53px; */
	font-size:11px;
}

#progress li {
    list-style: none;
    /* line-height: 1px; */
	position: relative;
}


#progress .blue { background-color: rgba(82, 165, 255, 1); }
#progress .green{ background-color: rgba(92, 184, 92, 1) }
#progress .red { background-color: rgba(255, 148, 148, 1); }
#progress .grey { background-color: rgba(201, 201, 201, 1); }



.react-autosuggest__container {
  position: relative;
}

.react-autosuggest__input {
  width: 240px;
  height: 30px;
  padding: 10px 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-appearance: none;
}

.react-autosuggest__input--focused {
  outline: none;
}

.react-autosuggest__input::-ms-clear {
  display: none;
}

.react-autosuggest__input--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.react-autosuggest__suggestions-container {
  display: none;
}

.react-autosuggest__suggestions-container--open {
  display: block;
  position: absolute;
  top: 51px;
  width: 280px;
  border: 1px solid #aaa;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 2;
}

.react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.react-autosuggest__suggestion {
  cursor: pointer;
  padding: 10px 20px;
}

.react-autosuggest__suggestion--highlighted {
  background-color: #ddd;
}

.react-autosuggest__section-container {
  border-top: 1px dashed #ccc;
}

.react-autosuggest__section-container--first {
  border-top: 0;
}

.react-autosuggest__section-title {
  padding: 10px 0 0 10px;
  font-size: 12px;
  color: #777;
}

/* prime datatable */
:root {
  font-family: Poppins, sans-serif;
  font-feature-settings: "cv02", "cv03", "cv04", "cv11";
  font-variation-settings: normal;
  --font-family: Poppins, sans-serif;
  --font-feature-settings: "cv02","cv03","cv04","cv11";
  --surface-a:#ffffff;
  --surface-b:#f2f4f7;
  --surface-c:#e9ecef;
  --surface-d:#dee2e6;
  --surface-e:#ffffff;
  --surface-f:#ffffff;
  --text-color:#495057;
  --text-color-secondary:#6c757d;
  --primary-color:#6366F1;
  --primary-color-text:#ffffff;
  --surface-0: #ffffff;
  --surface-50: #FAFAFA;
  --surface-100: #F5F5F5;
  --surface-200: #EEEEEE;
  --surface-300: #E0E0E0;
  --surface-400: #BDBDBD;
  --surface-500: #9E9E9E;
  --surface-600: #757575;
  --surface-700: #616161;
  --surface-800: #424242;
  --surface-900: #212121;
  --gray-50: #FAFAFA;
  --gray-100: #F5F5F5;
  --gray-200: #EEEEEE;
  --gray-300: #E0E0E0;
  --gray-400: #BDBDBD;
  --gray-500: #9E9E9E;
  --gray-600: #757575;
  --gray-700: #616161;
  --gray-800: #424242;
  --gray-900: #212121;
  --content-padding:1.25rem;
  --inline-spacing:0.5rem;
  --border-radius:6px;
  --surface-ground:#eff3f8;
  --surface-section:#ffffff;
  --surface-card:#ffffff;
  --surface-overlay:#ffffff;
  --surface-border:#dfe7ef;
  --surface-hover:#f6f9fc;
  --focus-ring: 0 0 0 0.2rem #C7D2FE;
  --maskbg: rgba(0, 0, 0, 0.7);
  --highlight-bg: #EEF2FF;
  --highlight-text-color: #4338CA;
  color-scheme: light;
}

:root {
  --blue-50:#f5f9ff;
  --blue-100:#d0e1fd;
  --blue-200:#abc9fb;
  --blue-300:#85b2f9;
  --blue-400:#609af8;
  --blue-500:#3b82f6;
  --blue-600:#326fd1;
  --blue-700:#295bac;
  --blue-800:#204887;
  --blue-900:#183462;
  --green-50:#f4fcf7;
  --green-100:#caf1d8;
  --green-200:#a0e6ba;
  --green-300:#76db9b;
  --green-400:#4cd07d;
  --green-500:#22c55e;
  --green-600:#1da750;
  --green-700:#188a42;
  --green-800:#136c34;
  --green-900:#0e4f26;
  --yellow-50:#fefbf3;
  --yellow-100:#faedc4;
  --yellow-200:#f6de95;
  --yellow-300:#f2d066;
  --yellow-400:#eec137;
  --yellow-500:#eab308;
  --yellow-600:#c79807;
  --yellow-700:#a47d06;
  --yellow-800:#816204;
  --yellow-900:#5e4803;
  --cyan-50:#f3fbfd;
  --cyan-100:#c3edf5;
  --cyan-200:#94e0ed;
  --cyan-300:#65d2e4;
  --cyan-400:#35c4dc;
  --cyan-500:#06b6d4;
  --cyan-600:#059bb4;
  --cyan-700:#047f94;
  --cyan-800:#036475;
  --cyan-900:#024955;
  --pink-50:#fef6fa;
  --pink-100:#fad3e7;
  --pink-200:#f7b0d3;
  --pink-300:#f38ec0;
  --pink-400:#f06bac;
  --pink-500:#ec4899;
  --pink-600:#c93d82;
  --pink-700:#a5326b;
  --pink-800:#822854;
  --pink-900:#5e1d3d;
  --indigo-50:#f7f7fe;
  --indigo-100:#dadafc;
  --indigo-200:#bcbdf9;
  --indigo-300:#9ea0f6;
  --indigo-400:#8183f4;
  --indigo-500:#6366f1;
  --indigo-600:#5457cd;
  --indigo-700:#4547a9;
  --indigo-800:#363885;
  --indigo-900:#282960;
  --teal-50:#f3fbfb;
  --teal-100:#c7eeea;
  --teal-200:#9ae0d9;
  --teal-300:#6dd3c8;
  --teal-400:#41c5b7;
  --teal-500:#14b8a6;
  --teal-600:#119c8d;
  --teal-700:#0e8174;
  --teal-800:#0b655b;
  --teal-900:#084a42;
  --orange-50:#fff8f3;
  --orange-100:#feddc7;
  --orange-200:#fcc39b;
  --orange-300:#fba86f;
  --orange-400:#fa8e42;
  --orange-500:#f97316;
  --orange-600:#d46213;
  --orange-700:#ae510f;
  --orange-800:#893f0c;
  --orange-900:#642e09;
  --bluegray-50:#f7f8f9;
  --bluegray-100:#dadee3;
  --bluegray-200:#bcc3cd;
  --bluegray-300:#9fa9b7;
  --bluegray-400:#818ea1;
  --bluegray-500:#64748b;
  --bluegray-600:#556376;
  --bluegray-700:#465161;
  --bluegray-800:#37404c;
  --bluegray-900:#282e38;
  --purple-50:#fbf7ff;
  --purple-100:#ead6fd;
  --purple-200:#dab6fc;
  --purple-300:#c996fa;
  --purple-400:#b975f9;
  --purple-500:#a855f7;
  --purple-600:#8f48d2;
  --purple-700:#763cad;
  --purple-800:#5c2f88;
  --purple-900:#432263;
  --red-50:#fff5f5;
  --red-100:#ffd0ce;
  --red-200:#ffaca7;
  --red-300:#ff8780;
  --red-400:#ff6259;
  --red-500:#ff3d32;
  --red-600:#d9342b;
  --red-700:#b32b23;
  --red-800:#8c221c;
  --red-900:#661814;
  --primary-50:#f7f7fe;
  --primary-100:#dadafc;
  --primary-200:#bcbdf9;
  --primary-300:#9ea0f6;
  --primary-400:#8183f4;
  --primary-500:#6366f1;
  --primary-600:#5457cd;
  --primary-700:#4547a9;
  --primary-800:#363885;
  --primary-900:#282960;
}

.p-editor-container .p-editor-toolbar {
  background: #f2f4f7;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.p-editor-container .p-editor-toolbar.ql-snow {
  border: 1px solid #dee2e6;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
  stroke: #6c757d;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
  fill: #6c757d;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
  border: 0 none;
  color: #6c757d;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
  color: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
  stroke: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
  fill: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 0.75rem 0;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
  color: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
  color: #495057;
  background: #e9ecef;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
  padding: 0.75rem 1.25rem;
}
.p-editor-container .p-editor-content {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.p-editor-container .p-editor-content.ql-snow {
  border: 1px solid #dee2e6;
}
.p-editor-container .p-editor-content .ql-editor {
  background: #ffffff;
  color: #495057;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.p-editor-container .ql-snow.ql-toolbar button:hover,
.p-editor-container .ql-snow.ql-toolbar button:focus {
  color: #495057;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
  stroke: #495057;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
  fill: #495057;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
  color: #6366F1;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
  stroke: #6366F1;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
  fill: #6366F1;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
  color: #6366F1;
}

@layer primereact {
  * {
    box-sizing: border-box;
  }

  .p-component {
    /* font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal); */
    font-family : "Din";
	font-size: 1rem;
    font-weight: normal;
  }

  .p-component-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    transition-duration: 0.2s;
  }

  .p-disabled, .p-component:disabled {
    opacity: 0.6;
  }

  .p-error {
    color: #e24c4c;
  }

  .p-text-secondary {
    color: #6c757d;
  }

  .pi {
    font-size: 1rem;
  }

  .p-icon {
    width: 1rem;
    height: 1rem;
  }

  .p-link {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    border-radius: 6px;
  }
  .p-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
  }

  .p-component-overlay-enter {
    animation: p-component-overlay-enter-animation 150ms forwards;
  }

  .p-component-overlay-leave {
    animation: p-component-overlay-leave-animation 150ms forwards;
  }

  @keyframes p-component-overlay-enter-animation {
    from {
      background-color: transparent;
    }
    to {
      background-color: var(--maskbg);
    }
  }
  @keyframes p-component-overlay-leave-animation {
    from {
      background-color: var(--maskbg);
    }
    to {
      background-color: transparent;
    }
  }

  .p-autocomplete .p-autocomplete-loader {
    right: 0.75rem;
  }
  .p-autocomplete.p-autocomplete-dd .p-autocomplete-loader {
    right: 3.75rem;
  }
  .p-autocomplete .p-autocomplete-multiple-container {
    padding: 0.375rem 0.75rem;
    gap: 0.5rem;
  }
  .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover {
    border-color: #6366F1;
  }
  .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
    border-color: #6366F1;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token {
    padding: 0.375rem 0;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #495057;
    padding: 0;
    margin: 0;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
    padding: 0.375rem 0.75rem;
    margin-right: 0.5rem;
    background: #EEF2FF;
    color: #4338CA;
    border-radius: 6px;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
    margin-left: 0.5rem;
  }
  .p-autocomplete.p-invalid.p-component > .p-inputtext {
    border-color: #e24c4c;
  }

  .p-autocomplete-panel {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-autocomplete-panel .p-autocomplete-items {
    padding: 0.75rem 0;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
    margin: 0;
    padding: 0.75rem 1.25rem;
    border: 0 none;
    color: #495057;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
    color: #495057;
    background: #e9ecef;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
    color: #4338CA;
    background: #EEF2FF;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #343a40;
    background: #ffffff;
    font-weight: 700;
  }

  .p-calendar.p-invalid.p-component > .p-inputtext {
    border-color: #e24c4c;
  }

  .p-datepicker {
    padding: 0.5rem;
    background: #ffffff;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 6px;
  }
  .p-datepicker:not(.p-datepicker-inline) {
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
    background: #ffffff;
  }
  .p-datepicker .p-datepicker-header {
    padding: 0.5rem;
    color: #495057;
    background: #ffffff;
    font-weight: 600;
    margin: 0;
    border-bottom: 1px solid #dee2e6;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev,
.p-datepicker .p-datepicker-header .p-datepicker-next {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
    color: #343a40;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,
.p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title {
    line-height: 2rem;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
    color: #495057;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    font-weight: 600;
    padding: 0.5rem;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
    color: #6366F1;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
    margin-right: 0.5rem;
  }
  .p-datepicker table {
    font-size: 1rem;
    margin: 0.5rem 0;
  }
  .p-datepicker table th {
    padding: 0.5rem;
  }
  .p-datepicker table th > span {
    width: 2.5rem;
    height: 2.5rem;
  }
  .p-datepicker table td {
    padding: 0.5rem;
  }
  .p-datepicker table td > span {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    transition: box-shadow 0.2s;
    border: 1px solid transparent;
  }
  .p-datepicker table td > span.p-highlight {
    color: #4338CA;
    background: #EEF2FF;
  }
  .p-datepicker table td > span:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
  }
  .p-datepicker table td.p-datepicker-today > span {
    background: #ced4da;
    color: #495057;
    border-color: transparent;
  }
  .p-datepicker table td.p-datepicker-today > span.p-highlight {
    color: #4338CA;
    background: #EEF2FF;
  }
  .p-datepicker .p-datepicker-buttonbar {
    padding: 1rem 0;
    border-top: 1px solid #dee2e6;
  }
  .p-datepicker .p-datepicker-buttonbar .p-button {
    width: auto;
  }
  .p-datepicker .p-timepicker {
    border-top: 1px solid #dee2e6;
    padding: 0.5rem;
  }
  .p-datepicker .p-timepicker button {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-datepicker .p-timepicker button:enabled:hover {
    color: #343a40;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-datepicker .p-timepicker button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
  }
  .p-datepicker .p-timepicker button:last-child {
    margin-top: 0.2em;
  }
  .p-datepicker .p-timepicker span {
    font-size: 1.25rem;
  }
  .p-datepicker .p-timepicker > div {
    padding: 0 0.5rem;
  }
  .p-datepicker.p-datepicker-timeonly .p-timepicker {
    border-top: 0 none;
  }
  .p-datepicker .p-monthpicker {
    margin: 0.5rem 0;
  }
  .p-datepicker .p-monthpicker .p-monthpicker-month {
    padding: 0.5rem;
    transition: box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
    color: #4338CA;
    background: #EEF2FF;
  }
  .p-datepicker .p-yearpicker {
    margin: 0.5rem 0;
  }
  .p-datepicker .p-yearpicker .p-yearpicker-year {
    padding: 0.5rem;
    transition: box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
    color: #4338CA;
    background: #EEF2FF;
  }
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
    border-left: 1px solid #dee2e6;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
    padding-left: 0;
  }
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
    padding-right: 0;
    border-left: 0 none;
  }
  .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
    background: #e9ecef;
  }
  .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
  }
  .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
    background: #e9ecef;
  }
  .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
  }
  .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
    background: #e9ecef;
  }
  .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
  }

  @media screen and (max-width: 769px) {
    .p-datepicker table th, .p-datepicker table td {
      padding: 0;
    }
  }
  .p-cascadeselect {
    background: #ffffff;
    border: 1px solid #ced4da;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-cascadeselect:not(.p-disabled):hover {
    border-color: #6366F1;
  }
  .p-cascadeselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
    border-color: #6366F1;
  }
  .p-cascadeselect .p-cascadeselect-label {
    background: transparent;
    border: 0 none;
    padding: 0.75rem 0.75rem;
  }
  .p-cascadeselect .p-cascadeselect-label.p-placeholder {
    color: #6c757d;
  }
  .p-cascadeselect .p-cascadeselect-label:enabled:focus {
    outline: 0 none;
    box-shadow: none;
  }
  .p-cascadeselect .p-cascadeselect-trigger {
    background: transparent;
    color: #6c757d;
    width: 3rem;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-cascadeselect.p-invalid.p-component {
    border-color: #e24c4c;
  }

  .p-cascadeselect-panel {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-cascadeselect-panel .p-cascadeselect-items {
    padding: 0.75rem 0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item {
    margin: 0;
    border: 0 none;
    color: #495057;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content {
    padding: 0.75rem 1.25rem;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #C7D2FE;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
    color: #4338CA;
    background: #EEF2FF;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover {
    color: #495057;
    background: #e9ecef;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
    font-size: 0.875rem;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon.p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }

  .p-input-filled .p-cascadeselect {
    background: #e9ecef;
  }
  .p-input-filled .p-cascadeselect:not(.p-disabled):hover {
    background-color: #e9ecef;
  }
  .p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }

  .p-checkbox {
    width: 22px;
    height: 22px;
  }
  .p-checkbox .p-checkbox-box {
    border: 2px solid #ced4da;
    background: #ffffff;
    width: 22px;
    height: 22px;
    color: #495057;
    border-radius: 6px;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  }
  .p-checkbox .p-checkbox-box .p-checkbox-icon {
    transition-duration: 0.2s;
    color: #ffffff;
    font-size: 14px;
  }
  .p-checkbox .p-checkbox-box .p-checkbox-icon.p-icon {
    width: 14px;
    height: 14px;
  }
  .p-checkbox .p-checkbox-box.p-highlight {
    border-color: #6366F1;
    background: #6366F1;
  }
  .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
    border-color: #4338CA;
    background: #4338CA;
    color: #ffffff;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    border-color: #6366F1;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
    border-color: #6366F1;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    border-color: #4338CA;
    background: #4338CA;
    color: #ffffff;
  }
  .p-checkbox.p-invalid > .p-checkbox-box {
    border-color: #e24c4c;
  }

  .p-input-filled .p-checkbox .p-checkbox-box {
    background-color: #e9ecef;
  }
  .p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
    background: #6366F1;
  }
  .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    background-color: #e9ecef;
  }
  .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    background: #4338CA;
  }

  .p-chips .p-chips-multiple-container {
    padding: 0.375rem 0.75rem;
    gap: 0.5rem;
  }
  .p-chips .p-chips-multiple-container:not(.p-disabled):hover {
    border-color: #6366F1;
  }
  .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
    border-color: #6366F1;
  }
  .p-chips .p-chips-multiple-container .p-chips-token {
    padding: 0.375rem 0.75rem;
    margin-right: 0.5rem;
    background: #EEF2FF;
    color: #495057;
    border-radius: 16px;
  }
  .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
    margin-left: 0.5rem;
  }
  .p-chips .p-chips-multiple-container .p-chips-input-token {
    padding: 0.375rem 0;
  }
  .p-chips .p-chips-multiple-container .p-chips-input-token input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #495057;
    padding: 0;
    margin: 0;
  }
  .p-chips.p-invalid.p-component > .p-inputtext {
    border-color: #e24c4c;
  }

  .p-colorpicker-preview {
    width: 2rem;
    height: 2rem;
  }

  .p-colorpicker-panel {
    background: #323232;
    border: 1px solid #191919;
  }
  .p-colorpicker-panel .p-colorpicker-color-handle,
.p-colorpicker-panel .p-colorpicker-hue-handle {
    border-color: #ffffff;
  }

  .p-colorpicker-overlay-panel {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }

  .p-dropdown {
    background: #ffffff;
    border: 1px solid #ced4da;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-dropdown:not(.p-disabled):hover {
    border-color: #6366F1;
  }
  .p-dropdown:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
    border-color: #6366F1;
  }
  .p-dropdown.p-dropdown-clearable .p-dropdown-label {
    padding-right: 1.75rem;
  }
  .p-dropdown .p-dropdown-label {
    background: transparent;
    border: 0 none;
  }
  .p-dropdown .p-dropdown-label.p-placeholder {
    color: #6c757d;
  }
  .p-dropdown .p-dropdown-label:enabled:focus {
    outline: 0 none;
    box-shadow: none;
  }
  .p-dropdown .p-dropdown-trigger {
    background: transparent;
    color: #6c757d;
    width: 3rem;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-dropdown .p-dropdown-clear-icon {
    color: #6c757d;
    right: 3rem;
  }
  .p-dropdown.p-invalid.p-component {
    border-color: #e24c4c;
  }

  .p-dropdown-panel {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-dropdown-panel .p-dropdown-header {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #dee2e6;
    color: #343a40;
    background: #f2f4f7;
    margin: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
    padding-right: 1.75rem;
    margin-right: -1.75rem;
  }
  .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
    right: 0.75rem;
    color: #6c757d;
  }
  .p-dropdown-panel .p-dropdown-header .p-dropdown-clearable-filter .p-dropdown-filter {
    padding-right: 3.5rem;
    margin-right: -3.5rem;
  }
  .p-dropdown-panel .p-dropdown-header .p-dropdown-clearable-filter .p-dropdown-filter-clear-icon {
    right: 2.5rem;
  }
  .p-dropdown-panel .p-dropdown-items {
    padding: 0.75rem 0;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item {
    margin: 0;
    padding: 0.75rem 1.25rem;
    border: 0 none;
    color: #495057;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
    color: #4338CA;
    background: #EEF2FF;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
    color: #495057;
    background: #e9ecef;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #343a40;
    background: #ffffff;
    font-weight: 700;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
    padding: 0.75rem 1.25rem;
    color: #495057;
    background: transparent;
  }

  .p-input-filled .p-dropdown {
    background: #e9ecef;
  }
  .p-input-filled .p-dropdown:not(.p-disabled):hover {
    background-color: #e9ecef;
  }
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
    background-color: transparent;
  }

  .p-inputgroup-addon {
    background: #e9ecef;
    color: #6c757d;
    border-top: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    padding: 0.75rem 0.75rem;
    min-width: 3rem;
  }
  .p-inputgroup-addon:last-child {
    border-right: 1px solid #ced4da;
  }

  .p-inputgroup > .p-component,
.p-inputgroup > .p-inputwrapper > .p-inputtext,
.p-inputgroup > .p-float-label > .p-component {
    border-radius: 0;
    margin: 0;
  }
  .p-inputgroup > .p-component + .p-inputgroup-addon,
.p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
.p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
    border-left: 0 none;
  }
  .p-inputgroup > .p-component:focus,
.p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
.p-inputgroup > .p-float-label > .p-component:focus {
    z-index: 1;
  }
  .p-inputgroup > .p-component:focus ~ label,
.p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
.p-inputgroup > .p-float-label > .p-component:focus ~ label {
    z-index: 1;
  }

  .p-inputgroup-addon:first-child,
.p-inputgroup button:first-child,
.p-inputgroup input:first-child,
.p-inputgroup > .p-inputwrapper:first-child,
.p-inputgroup > .p-inputwrapper:first-child > .p-inputtext {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .p-inputgroup .p-float-label:first-child input {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .p-inputgroup-addon:last-child,
.p-inputgroup button:last-child,
.p-inputgroup input:last-child,
.p-inputgroup > .p-inputwrapper:last-child,
.p-inputgroup > .p-inputwrapper:last-child > .p-inputtext {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  .p-inputgroup .p-float-label:last-child input {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  .p-fluid .p-inputgroup .p-button {
    width: auto;
  }
  .p-fluid .p-inputgroup .p-button.p-button-icon-only {
    width: 3rem;
  }

  .p-inputnumber.p-invalid.p-component > .p-inputtext {
    border-color: #e24c4c;
  }

  .p-inputswitch {
    width: 3rem;
    height: 1.75rem;
  }
  .p-inputswitch .p-inputswitch-slider {
    background: #ced4da;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    border-radius: 30px;
  }
  .p-inputswitch .p-inputswitch-slider:before {
    background: #ffffff;
    width: 1.25rem;
    height: 1.25rem;
    left: 0.25rem;
    margin-top: -0.625rem;
    border-radius: 50%;
    transition-duration: 0.2s;
  }
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
    transform: translateX(1.25rem);
  }
  .p-inputswitch.p-focus .p-inputswitch-slider {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
  }
  .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
    background: #b6bfc8;
  }
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
    background: #6366F1;
  }
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
    background: #ffffff;
  }
  .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
    background: #4F46E5;
  }
  .p-inputswitch.p-invalid .p-inputswitch-slider {
    border-color: #e24c4c;
  }

  input.p-inputtext {
	font-family: var(--font-family);
	font-feature-settings: var(--font-feature-settings, normal);
	font-size: 0.9rem;
	color: #495057;
	background: #ffffff;
	/* padding: 0.75rem 0.75rem; */
	border: 1px solid #e5e9ec;
	transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
	appearance: none;
	border-radius: 6px;
	line-height: 2;
	height:39px;
  }
  .p-inputtext {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #495057;
    background: #ffffff;
    padding: 0.75rem 0.75rem;
    border: 1px solid #ced4da;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    appearance: none;
    border-radius: 6px;
  }
  .p-inputtext:enabled:hover {
    border-color: #6366F1;
  }
  .p-inputtext:enabled:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
    border-color: #6366F1;
  }
  .p-inputtext.p-invalid.p-component {
    border-color: #e24c4c;
  }
  .p-inputtext.p-inputtext-sm {
    font-size: 0.875rem;
    padding: 0.65625rem 0.65625rem;
  }
  .p-inputtext.p-inputtext-lg {
    font-size: 1.25rem;
    padding: 0.9375rem 0.9375rem;
  }

  .p-float-label > label {
    left: 0.75rem;
    color: #6c757d;
    transition-duration: 0.2s;
  }

  .p-float-label > label.p-error {
    color: #e24c4c;
  }

  .p-input-icon-left > i:first-of-type,
.p-input-icon-left > svg:first-of-type,
.p-input-icon-left > .p-input-prefix {
    left: 0.75rem;
    color: #6c757d;
  }

  .p-input-icon-left > .p-inputtext {
    padding-left: 2.5rem;
  }

  .p-input-icon-left.p-float-label > label {
    left: 2.5rem;
  }

  .p-input-icon-right > i:last-of-type,
.p-input-icon-right > svg:last-of-type,
.p-input-icon-right > .p-input-suffix {
    right: 0.75rem;
    color: #6c757d;
  }

  .p-input-icon-right > .p-inputtext {
    padding-right: 2.5rem;
  }

  ::-webkit-input-placeholder {
    color: #6c757d;
  }

  :-moz-placeholder {
    color: #6c757d;
  }

  ::-moz-placeholder {
    color: #6c757d;
  }

  :-ms-input-placeholder {
    color: #6c757d;
  }

  .p-input-filled .p-inputtext {
    background-color: #e9ecef;
  }
  .p-input-filled .p-inputtext:enabled:hover {
    background-color: #e9ecef;
  }
  .p-input-filled .p-inputtext:enabled:focus {
    background-color: #ffffff;
  }

  .p-inputtext-sm .p-inputtext {
    font-size: 0.875rem;
    padding: 0.65625rem 0.65625rem;
  }

  .p-inputtext-lg .p-inputtext {
    font-size: 1.25rem;
    padding: 0.9375rem 0.9375rem;
  }

  .p-listbox {
    background: #ffffff;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 6px;
  }
  .p-listbox .p-listbox-header {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #dee2e6;
    color: #343a40;
    background: #f2f4f7;
    margin: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-listbox .p-listbox-header .p-listbox-filter {
    padding-right: 1.75rem;
  }
  .p-listbox .p-listbox-header .p-listbox-filter-icon {
    right: 0.75rem;
    color: #6c757d;
  }
  .p-listbox .p-listbox-list {
    padding: 0.75rem 0;
  }
  .p-listbox .p-listbox-list .p-listbox-item {
    margin: 0;
    padding: 0.75rem 1.25rem;
    border: 0 none;
    color: #495057;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-listbox .p-listbox-list .p-listbox-item.p-highlight {
    color: #4338CA;
    background: #EEF2FF;
  }
  .p-listbox .p-listbox-list .p-listbox-item:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #C7D2FE;
  }
  .p-listbox .p-listbox-list .p-listbox-item-group {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #343a40;
    background: #ffffff;
    font-weight: 700;
  }
  .p-listbox .p-listbox-list .p-listbox-empty-message {
    padding: 0.75rem 1.25rem;
    color: #495057;
    background: transparent;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
    color: #495057;
    background: #e9ecef;
  }
  .p-listbox.p-invalid {
    border-color: #e24c4c;
  }

  .p-mention-panel {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-mention-panel .p-mention-items {
    padding: 0.75rem 0;
  }
  .p-mention-panel .p-mention-items .p-mention-item {
    margin: 0;
    padding: 0.75rem 1.25rem;
    border: 0 none;
    color: #495057;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-mention-panel .p-mention-items .p-mention-item:hover {
    color: #495057;
    background: #e9ecef;
  }
  .p-mention-panel .p-mention-items .p-mention-item.p-highlight {
    color: #4338CA;
    background: #EEF2FF;
  }

  .p-multiselect {
    background: #ffffff;
    border: 1px solid #ced4da;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-multiselect:not(.p-disabled):hover {
    border-color: #6366F1;
  }
  .p-multiselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
    border-color: #6366F1;
  }
  .p-multiselect.p-multiselect-clearable .p-multiselect-label {
    padding-right: 1.75rem;
  }
  .p-multiselect .p-multiselect-label {
    padding: 0.75rem 0.75rem;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  }
  .p-multiselect .p-multiselect-label.p-placeholder {
    color: #6c757d;
  }
  .p-multiselect.p-multiselect-chip .p-multiselect-token {
    padding: 0.375rem 0.75rem;
    margin-right: 0.5rem;
    background: #dee2e6;
    color: #495057;
    border-radius: 16px;
  }
  .p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
    margin-left: 0.5rem;
  }
  .p-multiselect .p-multiselect-trigger {
    background: transparent;
    color: #6c757d;
    width: 3rem;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-multiselect .p-multiselect-clear-icon {
    color: #6c757d;
    right: 3rem;
  }
  .p-multiselect.p-invalid.p-component {
    border-color: #e24c4c;
  }

  .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
    padding: 0.375rem 0.75rem;
  }
  .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label.p-multiselect-items-label {
    padding: 0.75rem 0.75rem;
  }
  .p-inputwrapper-filled.p-multiselect.p-multiselect-clearable .p-multiselect-label {
    padding-right: 1.75rem;
  }

  .p-multiselect-panel {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-multiselect-panel .p-multiselect-header {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #dee2e6;
    color: #343a40;
    background: #f2f4f7;
    margin: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container {
    margin: 0 0.5rem;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
    padding-right: 1.75rem;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
    right: 0.75rem;
    color: #6c757d;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover {
    color: #343a40;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
  }
  .p-multiselect-panel .p-multiselect-items {
    padding: 0.75rem 0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item {
    margin: 0;
    padding: 0.75rem 1.25rem;
    border: 0 none;
    color: #495057;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
    color: #4338CA;
    background: #EEF2FF;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
    color: #495057;
    background: #e9ecef;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #C7D2FE;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item-group {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #343a40;
    background: #ffffff;
    font-weight: 700;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
    padding: 0.75rem 1.25rem;
    color: #495057;
    background: transparent;
  }

  .p-input-filled .p-multiselect {
    background: #e9ecef;
  }
  .p-input-filled .p-multiselect:not(.p-disabled):hover {
    background-color: #e9ecef;
  }
  .p-input-filled .p-multiselect:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }

  .p-password.p-invalid.p-component > .p-inputtext {
    border-color: #e24c4c;
  }

  .p-password-panel {
    padding: 1.25rem;
    background: #ffffff;
    color: #495057;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
  .p-password-panel .p-password-meter {
    margin-bottom: 0.5rem;
    background: #dee2e6;
  }
  .p-password-panel .p-password-meter .p-password-strength.weak {
    background: #ea5455;
  }
  .p-password-panel .p-password-meter .p-password-strength.medium {
    background: #ff9f42;
  }
  .p-password-panel .p-password-meter .p-password-strength.strong {
    background: #29c76f;
  }

  .p-radiobutton {
    width: 22px;
    height: 22px;
  }
  .p-radiobutton .p-radiobutton-box {
    border: 2px solid #ced4da;
    background: #ffffff;
    width: 22px;
    height: 22px;
    color: #495057;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  }
  .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
    border-color: #6366F1;
  }
  .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
    border-color: #6366F1;
  }
  .p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
    width: 12px;
    height: 12px;
    transition-duration: 0.2s;
    background-color: #ffffff;
  }
  .p-radiobutton .p-radiobutton-box.p-highlight {
    border-color: #6366F1;
    background: #6366F1;
  }
  .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    border-color: #4338CA;
    background: #4338CA;
    color: #ffffff;
  }
  .p-radiobutton.p-invalid > .p-radiobutton-box {
    border-color: #e24c4c;
  }
  .p-radiobutton:focus {
    outline: 0 none;
  }

  .p-input-filled .p-radiobutton .p-radiobutton-box {
    background-color: #e9ecef;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
    background-color: #e9ecef;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
    background: #6366F1;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    background: #4338CA;
  }

  .p-rating {
    gap: 0.5rem;
  }
  .p-rating .p-rating-item .p-rating-icon {
    color: #495057;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    font-size: 1.143rem;
  }
  .p-rating .p-rating-item .p-rating-icon.p-icon {
    width: 1.143rem;
    height: 1.143rem;
  }
  .p-rating .p-rating-item .p-rating-icon.p-rating-cancel {
    color: #ea5455;
  }
  .p-rating .p-rating-item:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
  }
  .p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
    color: #6366F1;
  }
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon {
    color: #6366F1;
  }
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
    color: #e73d3e;
  }

  .p-selectbutton .p-button {
    background: #ffffff;
    border: 1px solid #ced4da;
    color: #495057;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  }
  .p-selectbutton .p-button .p-button-icon-left,
.p-selectbutton .p-button .p-button-icon-right {
    color: #6c757d;
  }
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
    background: #e9ecef;
    border-color: #ced4da;
    color: #495057;
  }
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
    color: #343a40;
  }
  .p-selectbutton .p-button.p-highlight {
    background: #6366F1;
    border-color: #6366F1;
    color: #ffffff;
  }
  .p-selectbutton .p-button.p-highlight .p-button-icon-left,
.p-selectbutton .p-button.p-highlight .p-button-icon-right {
    color: #ffffff;
  }
  .p-selectbutton .p-button.p-highlight:hover {
    background: #4F46E5;
    border-color: #4F46E5;
    color: #ffffff;
  }
  .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
    color: #ffffff;
  }
  .p-selectbutton.p-invalid > .p-button {
    border-color: #e24c4c;
  }

  .p-slider {
    background: #dee2e6;
    border: 0 none;
    border-radius: 6px;
  }
  .p-slider.p-slider-horizontal {
    height: 0.286rem;
  }
  .p-slider.p-slider-horizontal .p-slider-handle {
    margin-top: -0.5715rem;
    margin-left: -0.5715rem;
  }
  .p-slider.p-slider-vertical {
    width: 0.286rem;
  }
  .p-slider.p-slider-vertical .p-slider-handle {
    margin-left: -0.5715rem;
    margin-bottom: -0.5715rem;
  }
  .p-slider .p-slider-handle {
    height: 1.143rem;
    width: 1.143rem;
    background: #ffffff;
    border: 2px solid #6366F1;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  }
  .p-slider .p-slider-handle:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
  }
  .p-slider .p-slider-range {
    background: #6366F1;
  }
  .p-slider:not(.p-disabled) .p-slider-handle:hover {
    background: #6366F1;
    border-color: #6366F1;
  }

  .p-treeselect {
    background: #ffffff;
    border: 1px solid #ced4da;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-treeselect:not(.p-disabled):hover {
    border-color: #6366F1;
  }
  .p-treeselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
    border-color: #6366F1;
  }
  .p-treeselect.p-treeselect-clearable .p-treeselect-label {
    padding-right: 1.75rem;
  }
  .p-treeselect .p-treeselect-label {
    padding: 0.75rem 0.75rem;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  }
  .p-treeselect .p-treeselect-label.p-placeholder {
    color: #6c757d;
  }
  .p-treeselect.p-treeselect-chip .p-treeselect-token {
    padding: 0.375rem 0.75rem;
    margin-right: 0.5rem;
    background: #dee2e6;
    color: #495057;
    border-radius: 16px;
  }
  .p-treeselect .p-treeselect-trigger {
    background: transparent;
    color: #6c757d;
    width: 3rem;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-treeselect .p-treeselect-clear-icon {
    color: #6c757d;
    right: 3rem;
  }
  .p-treeselect.p-invalid.p-component {
    border-color: #e24c4c;
  }

  .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label {
    padding: 0.375rem 0.75rem;
  }

  .p-treeselect-panel {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-treeselect-panel .p-treeselect-header {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #dee2e6;
    color: #343a40;
    background: #f2f4f7;
    margin: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container {
    margin-right: 0.5rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter {
    padding-right: 1.75rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon {
    right: 0.75rem;
    color: #6c757d;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter {
    padding-right: 3.5rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter-clear-icon {
    right: 2.5rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close:enabled:hover {
    color: #343a40;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
  }
  .p-treeselect-panel .p-treeselect-items-wrapper .p-tree {
    border: 0 none;
  }
  .p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message {
    padding: 0.75rem 1.25rem;
    color: #495057;
    background: transparent;
  }

  .p-input-filled .p-treeselect {
    background: #e9ecef;
  }
  .p-input-filled .p-treeselect:not(.p-disabled):hover {
    background-color: #e9ecef;
  }
  .p-input-filled .p-treeselect:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }

  .p-togglebutton.p-button {
    background: #ffffff;
    border: 1px solid #ced4da;
    color: #495057;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  }
  .p-togglebutton.p-button .p-button-icon-left,
.p-togglebutton.p-button .p-button-icon-right {
    color: #6c757d;
  }
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
    background: #e9ecef;
    border-color: #ced4da;
    color: #495057;
  }
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
    color: #343a40;
  }
  .p-togglebutton.p-button.p-highlight {
    background: #6366F1;
    border-color: #6366F1;
    color: #ffffff;
  }
  .p-togglebutton.p-button.p-highlight .p-button-icon-left,
.p-togglebutton.p-button.p-highlight .p-button-icon-right {
    color: #ffffff;
  }
  .p-togglebutton.p-button.p-highlight:hover {
    background: #4F46E5;
    border-color: #4F46E5;
    color: #ffffff;
  }
  .p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
    color: #ffffff;
  }
  .p-togglebutton.p-button.p-invalid > .p-button {
    border-color: #e24c4c;
  }

  .p-button {
    color: #ffffff;
    background: #6366F1;
    border: 1px solid #6366F1;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-button:enabled:hover, .p-button:not(button):not(a):not(.p-disabled):hover {
    background: #4F46E5;
    color: #ffffff;
    border-color: #4F46E5;
  }
  .p-button:enabled:active, .p-button:not(button):not(a):not(.p-disabled):active {
    background: #4338CA;
    color: #ffffff;
    border-color: #4338CA;
  }
  .p-button.p-button-outlined {
    background-color: transparent;
    color: #6366F1;
    border: 1px solid;
  }
  .p-button.p-button-outlined:enabled:hover, .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover {
    background: rgba(99, 102, 241, 0.04);
    color: #6366F1;
    border: 1px solid;
  }
  .p-button.p-button-outlined:enabled:active, .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active {
    background: rgba(99, 102, 241, 0.16);
    color: #6366F1;
    border: 1px solid;
  }
  .p-button.p-button-outlined.p-button-plain {
    color: #6c757d;
    border-color: #6c757d;
  }
  .p-button.p-button-outlined.p-button-plain:enabled:hover, .p-button.p-button-outlined.p-button-plain:not(button):not(a):not(.p-disabled):hover {
    background: #e9ecef;
    color: #6c757d;
  }
  .p-button.p-button-outlined.p-button-plain:enabled:active, .p-button.p-button-outlined.p-button-plain:not(button):not(a):not(.p-disabled):active {
    background: #dee2e6;
    color: #6c757d;
  }
  .p-button.p-button-text {
    background-color: transparent;
    color: #6366F1;
    border-color: transparent;
  }
  .p-button.p-button-text:enabled:hover, .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover {
    background: rgba(99, 102, 241, 0.04);
    color: #6366F1;
    border-color: transparent;
  }
  .p-button.p-button-text:enabled:active, .p-button.p-button-text:not(button):not(a):not(.p-disabled):active {
    background: rgba(99, 102, 241, 0.16);
    color: #6366F1;
    border-color: transparent;
  }
  .p-button.p-button-text.p-button-plain {
    color: #6c757d;
  }
  .p-button.p-button-text.p-button-plain:enabled:hover, .p-button.p-button-text.p-button-plain:not(button):not(a):not(.p-disabled):hover {
    background: #e9ecef;
    color: #6c757d;
  }
  .p-button.p-button-text.p-button-plain:enabled:active, .p-button.p-button-text.p-button-plain:not(button):not(a):not(.p-disabled):active {
    background: #dee2e6;
    color: #6c757d;
  }
  .p-button:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
  }
  .p-button .p-button-label {
    transition-duration: 0.2s;
  }
  .p-button .p-button-icon-left {
    margin-right: 0.5rem;
  }
  .p-button .p-button-icon-right {
    margin-left: 0.5rem;
  }
  .p-button .p-button-icon-bottom {
    margin-top: 0.5rem;
  }
  .p-button .p-button-icon-top {
    margin-bottom: 0.5rem;
  }
  .p-button .p-badge {
    margin-left: 0.5rem;
    min-width: 1rem;
    height: 1rem;
    line-height: 1rem;
    color: #6366F1;
    background-color: #ffffff;
  }
  .p-button.p-button-raised {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }
  .p-button.p-button-rounded {
    border-radius: 2rem;
  }
  .p-button.p-button-icon-only {
    width: 3rem;
    padding: 0.75rem 0;
  }
  .p-button.p-button-icon-only .p-button-icon-left,
.p-button.p-button-icon-only .p-button-icon-right {
    margin: 0;
  }
  .p-button.p-button-icon-only.p-button-rounded {
    border-radius: 50%;
    height: 3rem;
  }
  .p-button.p-button-sm {
    font-size: 0.875rem;
    padding: 0.65625rem 1.09375rem;
  }
  .p-button.p-button-sm .p-button-icon {
    font-size: 0.875rem;
  }
  .p-button.p-button-lg {
    font-size: 1.25rem;
    padding: 0.9375rem 1.5625rem;
  }
  .p-button.p-button-lg .p-button-icon {
    font-size: 1.25rem;
  }
  .p-button.p-button-loading-label-only.p-button-loading-left .p-button-label {
    margin-left: 0.5rem;
  }
  .p-button.p-button-loading-label-only.p-button-loading-right .p-button-label {
    margin-right: 0.5rem;
  }
  .p-button.p-button-loading-label-only.p-button-loading-top .p-button-label {
    margin-top: 0.5rem;
  }
  .p-button.p-button-loading-label-only.p-button-loading-bottom .p-button-label {
    margin-bottom: 0.5rem;
  }
  .p-button.p-button-loading-label-only .p-button-loading-icon {
    margin: 0;
  }

  .p-fluid .p-button {
    width: 100%;
  }
  .p-fluid .p-button-icon-only {
    width: 3rem;
  }
  .p-fluid .p-buttonset {
    display: flex;
  }
  .p-fluid .p-buttonset .p-button {
    flex: 1;
  }

  .p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button, .p-fileupload-choose.p-button-secondary {
    color: #ffffff;
    background: #64748B;
    border: 1px solid #64748B;
  }
  .p-button.p-button-secondary:enabled:hover, .p-button.p-button-secondary:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover, .p-buttonset.p-button-secondary > .p-button:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-secondary > .p-button:enabled:hover, .p-splitbutton.p-button-secondary > .p-button:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-secondary:enabled:hover, .p-fileupload-choose.p-button-secondary:not(button):not(a):not(.p-disabled):hover {
    background: #475569;
    color: #ffffff;
    border-color: #475569;
  }
  .p-button.p-button-secondary:enabled:focus, .p-button.p-button-secondary:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus, .p-buttonset.p-button-secondary > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-secondary > .p-button:enabled:focus, .p-splitbutton.p-button-secondary > .p-button:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-secondary:enabled:focus, .p-fileupload-choose.p-button-secondary:not(button):not(a):not(.p-disabled):focus {
    box-shadow: 0 0 0 0.2rem #E2E8F0;
  }
  .p-button.p-button-secondary:enabled:active, .p-button.p-button-secondary:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-secondary > .p-button:enabled:active, .p-buttonset.p-button-secondary > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-secondary > .p-button:enabled:active, .p-splitbutton.p-button-secondary > .p-button:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-secondary:enabled:active, .p-fileupload-choose.p-button-secondary:not(button):not(a):not(.p-disabled):active {
    background: #334155;
    color: #ffffff;
    border-color: #334155;
  }
  .p-button.p-button-secondary.p-button-outlined, .p-buttonset.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined, .p-fileupload-choose.p-button-secondary.p-button-outlined {
    background-color: transparent;
    color: #64748B;
    border: 1px solid;
  }
  .p-button.p-button-secondary.p-button-outlined:enabled:hover, .p-button.p-button-secondary.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-secondary.p-button-outlined:enabled:hover, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(button):not(a):not(.p-disabled):hover {
    background: rgba(100, 116, 139, 0.04);
    color: #64748B;
    border: 1px solid;
  }
  .p-button.p-button-secondary.p-button-outlined:enabled:active, .p-button.p-button-secondary.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-secondary.p-button-outlined:enabled:active, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(button):not(a):not(.p-disabled):active {
    background: rgba(100, 116, 139, 0.16);
    color: #64748B;
    border: 1px solid;
  }
  .p-button.p-button-secondary.p-button-text, .p-buttonset.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text, .p-fileupload-choose.p-button-secondary.p-button-text {
    background-color: transparent;
    color: #64748B;
    border-color: transparent;
  }
  .p-button.p-button-secondary.p-button-text:enabled:hover, .p-button.p-button-secondary.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-secondary.p-button-text:enabled:hover, .p-fileupload-choose.p-button-secondary.p-button-text:not(button):not(a):not(.p-disabled):hover {
    background: rgba(100, 116, 139, 0.04);
    border-color: transparent;
    color: #64748B;
  }
  .p-button.p-button-secondary.p-button-text:enabled:active, .p-button.p-button-secondary.p-button-text:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-secondary.p-button-text:enabled:active, .p-fileupload-choose.p-button-secondary.p-button-text:not(button):not(a):not(.p-disabled):active {
    background: rgba(100, 116, 139, 0.16);
    border-color: transparent;
    color: #64748B;
  }

  .p-button.p-button-info, .p-buttonset.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button, .p-fileupload-choose.p-button-info {
    color: #ffffff;
    background: #3B82F6;
    border: 1px solid #3B82F6;
  }
  .p-button.p-button-info:enabled:hover, .p-button.p-button-info:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-info > .p-button:enabled:hover, .p-buttonset.p-button-info > .p-button:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-info > .p-button:enabled:hover, .p-splitbutton.p-button-info > .p-button:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-info:enabled:hover, .p-fileupload-choose.p-button-info:not(button):not(a):not(.p-disabled):hover {
    background: #2563EB;
    color: #ffffff;
    border-color: #2563EB;
  }
  .p-button.p-button-info:enabled:focus, .p-button.p-button-info:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-info > .p-button:enabled:focus, .p-buttonset.p-button-info > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-info > .p-button:enabled:focus, .p-splitbutton.p-button-info > .p-button:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-info:enabled:focus, .p-fileupload-choose.p-button-info:not(button):not(a):not(.p-disabled):focus {
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-button.p-button-info:enabled:active, .p-button.p-button-info:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-info > .p-button:enabled:active, .p-buttonset.p-button-info > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-info > .p-button:enabled:active, .p-splitbutton.p-button-info > .p-button:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-info:enabled:active, .p-fileupload-choose.p-button-info:not(button):not(a):not(.p-disabled):active {
    background: #1D4ED8;
    color: #ffffff;
    border-color: #1D4ED8;
  }
  .p-button.p-button-info.p-button-outlined, .p-buttonset.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined, .p-fileupload-choose.p-button-info.p-button-outlined {
    background-color: transparent;
    color: #3B82F6;
    border: 1px solid;
  }
  .p-button.p-button-info.p-button-outlined:enabled:hover, .p-button.p-button-info.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-info.p-button-outlined:enabled:hover, .p-fileupload-choose.p-button-info.p-button-outlined:not(button):not(a):not(.p-disabled):hover {
    background: rgba(59, 130, 246, 0.04);
    color: #3B82F6;
    border: 1px solid;
  }
  .p-button.p-button-info.p-button-outlined:enabled:active, .p-button.p-button-info.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-info.p-button-outlined:enabled:active, .p-fileupload-choose.p-button-info.p-button-outlined:not(button):not(a):not(.p-disabled):active {
    background: rgba(59, 130, 246, 0.16);
    color: #3B82F6;
    border: 1px solid;
  }
  .p-button.p-button-info.p-button-text, .p-buttonset.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text, .p-fileupload-choose.p-button-info.p-button-text {
    background-color: transparent;
    color: #3B82F6;
    border-color: transparent;
  }
  .p-button.p-button-info.p-button-text:enabled:hover, .p-button.p-button-info.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-info.p-button-text:enabled:hover, .p-fileupload-choose.p-button-info.p-button-text:not(button):not(a):not(.p-disabled):hover {
    background: rgba(59, 130, 246, 0.04);
    border-color: transparent;
    color: #3B82F6;
  }
  .p-button.p-button-info.p-button-text:enabled:active, .p-button.p-button-info.p-button-text:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-info.p-button-text:enabled:active, .p-fileupload-choose.p-button-info.p-button-text:not(button):not(a):not(.p-disabled):active {
    background: rgba(59, 130, 246, 0.16);
    border-color: transparent;
    color: #3B82F6;
  }

  .p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button, .p-fileupload-choose.p-button-success {
    color: #ffffff;
    background: #22C55E;
    border: 1px solid #22C55E;
  }
  .p-button.p-button-success:enabled:hover, .p-button.p-button-success:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-success > .p-button:enabled:hover, .p-buttonset.p-button-success > .p-button:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-success > .p-button:enabled:hover, .p-splitbutton.p-button-success > .p-button:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-success:enabled:hover, .p-fileupload-choose.p-button-success:not(button):not(a):not(.p-disabled):hover {
    background: #16A34A;
    color: #ffffff;
    border-color: #16A34A;
  }
  .p-button.p-button-success:enabled:focus, .p-button.p-button-success:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-success > .p-button:enabled:focus, .p-buttonset.p-button-success > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-success > .p-button:enabled:focus, .p-splitbutton.p-button-success > .p-button:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-success:enabled:focus, .p-fileupload-choose.p-button-success:not(button):not(a):not(.p-disabled):focus {
    box-shadow: 0 0 0 0.2rem #BBF7D0;
  }
  .p-button.p-button-success:enabled:active, .p-button.p-button-success:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-success > .p-button:enabled:active, .p-buttonset.p-button-success > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-success > .p-button:enabled:active, .p-splitbutton.p-button-success > .p-button:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-success:enabled:active, .p-fileupload-choose.p-button-success:not(button):not(a):not(.p-disabled):active {
    background: #15803D;
    color: #ffffff;
    border-color: #15803D;
  }
  .p-button.p-button-success.p-button-outlined, .p-buttonset.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined, .p-fileupload-choose.p-button-success.p-button-outlined {
    background-color: transparent;
    color: #22C55E;
    border: 1px solid;
  }
  .p-button.p-button-success.p-button-outlined:enabled:hover, .p-button.p-button-success.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-success.p-button-outlined:enabled:hover, .p-fileupload-choose.p-button-success.p-button-outlined:not(button):not(a):not(.p-disabled):hover {
    background: rgba(34, 197, 94, 0.04);
    color: #22C55E;
    border: 1px solid;
  }
  .p-button.p-button-success.p-button-outlined:enabled:active, .p-button.p-button-success.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-success.p-button-outlined:enabled:active, .p-fileupload-choose.p-button-success.p-button-outlined:not(button):not(a):not(.p-disabled):active {
    background: rgba(34, 197, 94, 0.16);
    color: #22C55E;
    border: 1px solid;
  }
  .p-button.p-button-success.p-button-text, .p-buttonset.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text, .p-fileupload-choose.p-button-success.p-button-text {
    background-color: transparent;
    color: #22C55E;
    border-color: transparent;
  }
  .p-button.p-button-success.p-button-text:enabled:hover, .p-button.p-button-success.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-success.p-button-text:enabled:hover, .p-fileupload-choose.p-button-success.p-button-text:not(button):not(a):not(.p-disabled):hover {
    background: rgba(34, 197, 94, 0.04);
    border-color: transparent;
    color: #22C55E;
  }
  .p-button.p-button-success.p-button-text:enabled:active, .p-button.p-button-success.p-button-text:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-success.p-button-text:enabled:active, .p-fileupload-choose.p-button-success.p-button-text:not(button):not(a):not(.p-disabled):active {
    background: rgba(34, 197, 94, 0.16);
    border-color: transparent;
    color: #22C55E;
  }

  .p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button, .p-fileupload-choose.p-button-warning {
    color: #ffffff;
    background: #F59E0B;
    border: 1px solid #F59E0B;
  }
  .p-button.p-button-warning:enabled:hover, .p-button.p-button-warning:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-warning > .p-button:enabled:hover, .p-buttonset.p-button-warning > .p-button:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-warning > .p-button:enabled:hover, .p-splitbutton.p-button-warning > .p-button:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-warning:enabled:hover, .p-fileupload-choose.p-button-warning:not(button):not(a):not(.p-disabled):hover {
    background: #D97706;
    color: #ffffff;
    border-color: #D97706;
  }
  .p-button.p-button-warning:enabled:focus, .p-button.p-button-warning:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-warning > .p-button:enabled:focus, .p-buttonset.p-button-warning > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-warning > .p-button:enabled:focus, .p-splitbutton.p-button-warning > .p-button:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-warning:enabled:focus, .p-fileupload-choose.p-button-warning:not(button):not(a):not(.p-disabled):focus {
    box-shadow: 0 0 0 0.2rem #FDE68A;
  }
  .p-button.p-button-warning:enabled:active, .p-button.p-button-warning:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-warning > .p-button:enabled:active, .p-buttonset.p-button-warning > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-warning > .p-button:enabled:active, .p-splitbutton.p-button-warning > .p-button:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-warning:enabled:active, .p-fileupload-choose.p-button-warning:not(button):not(a):not(.p-disabled):active {
    background: #B45309;
    color: #ffffff;
    border-color: #B45309;
  }
  .p-button.p-button-warning.p-button-outlined, .p-buttonset.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined, .p-fileupload-choose.p-button-warning.p-button-outlined {
    background-color: transparent;
    color: #F59E0B;
    border: 1px solid;
  }
  .p-button.p-button-warning.p-button-outlined:enabled:hover, .p-button.p-button-warning.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-warning.p-button-outlined:enabled:hover, .p-fileupload-choose.p-button-warning.p-button-outlined:not(button):not(a):not(.p-disabled):hover {
    background: rgba(245, 158, 11, 0.04);
    color: #F59E0B;
    border: 1px solid;
  }
  .p-button.p-button-warning.p-button-outlined:enabled:active, .p-button.p-button-warning.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-warning.p-button-outlined:enabled:active, .p-fileupload-choose.p-button-warning.p-button-outlined:not(button):not(a):not(.p-disabled):active {
    background: rgba(245, 158, 11, 0.16);
    color: #F59E0B;
    border: 1px solid;
  }
  .p-button.p-button-warning.p-button-text, .p-buttonset.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text, .p-fileupload-choose.p-button-warning.p-button-text {
    background-color: transparent;
    color: #F59E0B;
    border-color: transparent;
  }
  .p-button.p-button-warning.p-button-text:enabled:hover, .p-button.p-button-warning.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-warning.p-button-text:enabled:hover, .p-fileupload-choose.p-button-warning.p-button-text:not(button):not(a):not(.p-disabled):hover {
    background: rgba(245, 158, 11, 0.04);
    border-color: transparent;
    color: #F59E0B;
  }
  .p-button.p-button-warning.p-button-text:enabled:active, .p-button.p-button-warning.p-button-text:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-warning.p-button-text:enabled:active, .p-fileupload-choose.p-button-warning.p-button-text:not(button):not(a):not(.p-disabled):active {
    background: rgba(245, 158, 11, 0.16);
    border-color: transparent;
    color: #F59E0B;
  }

  .p-button.p-button-help, .p-buttonset.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button, .p-fileupload-choose.p-button-help {
    color: #ffffff;
    background: #A855F7;
    border: 1px solid #A855F7;
  }
  .p-button.p-button-help:enabled:hover, .p-button.p-button-help:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-help > .p-button:enabled:hover, .p-buttonset.p-button-help > .p-button:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-help > .p-button:enabled:hover, .p-splitbutton.p-button-help > .p-button:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-help:enabled:hover, .p-fileupload-choose.p-button-help:not(button):not(a):not(.p-disabled):hover {
    background: #9333EA;
    color: #ffffff;
    border-color: #9333EA;
  }
  .p-button.p-button-help:enabled:focus, .p-button.p-button-help:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-help > .p-button:enabled:focus, .p-buttonset.p-button-help > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-help > .p-button:enabled:focus, .p-splitbutton.p-button-help > .p-button:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-help:enabled:focus, .p-fileupload-choose.p-button-help:not(button):not(a):not(.p-disabled):focus {
    box-shadow: 0 0 0 0.2rem #E9D5FF;
  }
  .p-button.p-button-help:enabled:active, .p-button.p-button-help:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-help > .p-button:enabled:active, .p-buttonset.p-button-help > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-help > .p-button:enabled:active, .p-splitbutton.p-button-help > .p-button:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-help:enabled:active, .p-fileupload-choose.p-button-help:not(button):not(a):not(.p-disabled):active {
    background: #7E22CE;
    color: #ffffff;
    border-color: #7E22CE;
  }
  .p-button.p-button-help.p-button-outlined, .p-buttonset.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined, .p-fileupload-choose.p-button-help.p-button-outlined {
    background-color: transparent;
    color: #A855F7;
    border: 1px solid;
  }
  .p-button.p-button-help.p-button-outlined:enabled:hover, .p-button.p-button-help.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-help.p-button-outlined:enabled:hover, .p-fileupload-choose.p-button-help.p-button-outlined:not(button):not(a):not(.p-disabled):hover {
    background: rgba(168, 85, 247, 0.04);
    color: #A855F7;
    border: 1px solid;
  }
  .p-button.p-button-help.p-button-outlined:enabled:active, .p-button.p-button-help.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-help.p-button-outlined:enabled:active, .p-fileupload-choose.p-button-help.p-button-outlined:not(button):not(a):not(.p-disabled):active {
    background: rgba(168, 85, 247, 0.16);
    color: #A855F7;
    border: 1px solid;
  }
  .p-button.p-button-help.p-button-text, .p-buttonset.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text, .p-fileupload-choose.p-button-help.p-button-text {
    background-color: transparent;
    color: #A855F7;
    border-color: transparent;
  }
  .p-button.p-button-help.p-button-text:enabled:hover, .p-button.p-button-help.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-help.p-button-text:enabled:hover, .p-fileupload-choose.p-button-help.p-button-text:not(button):not(a):not(.p-disabled):hover {
    background: rgba(168, 85, 247, 0.04);
    border-color: transparent;
    color: #A855F7;
  }
  .p-button.p-button-help.p-button-text:enabled:active, .p-button.p-button-help.p-button-text:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-help.p-button-text:enabled:active, .p-fileupload-choose.p-button-help.p-button-text:not(button):not(a):not(.p-disabled):active {
    background: rgba(168, 85, 247, 0.16);
    border-color: transparent;
    color: #A855F7;
  }

  .p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button, .p-fileupload-choose.p-button-danger {
    color: #ffffff;
    background: #EF4444;
    border: 1px solid #EF4444;
  }
  .p-button.p-button-danger:enabled:hover, .p-button.p-button-danger:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-danger > .p-button:enabled:hover, .p-buttonset.p-button-danger > .p-button:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-danger > .p-button:enabled:hover, .p-splitbutton.p-button-danger > .p-button:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-danger:enabled:hover, .p-fileupload-choose.p-button-danger:not(button):not(a):not(.p-disabled):hover {
    background: #DC2626;
    color: #ffffff;
    border-color: #DC2626;
  }
  .p-button.p-button-danger:enabled:focus, .p-button.p-button-danger:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-danger > .p-button:enabled:focus, .p-buttonset.p-button-danger > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-danger > .p-button:enabled:focus, .p-splitbutton.p-button-danger > .p-button:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-danger:enabled:focus, .p-fileupload-choose.p-button-danger:not(button):not(a):not(.p-disabled):focus {
    box-shadow: 0 0 0 0.2rem #FECACA;
  }
  .p-button.p-button-danger:enabled:active, .p-button.p-button-danger:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-danger > .p-button:enabled:active, .p-buttonset.p-button-danger > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-danger > .p-button:enabled:active, .p-splitbutton.p-button-danger > .p-button:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-danger:enabled:active, .p-fileupload-choose.p-button-danger:not(button):not(a):not(.p-disabled):active {
    background: #B91C1C;
    color: #ffffff;
    border-color: #B91C1C;
  }
  .p-button.p-button-danger.p-button-outlined, .p-buttonset.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined, .p-fileupload-choose.p-button-danger.p-button-outlined {
    background-color: transparent;
    color: #EF4444;
    border: 1px solid;
  }
  .p-button.p-button-danger.p-button-outlined:enabled:hover, .p-button.p-button-danger.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-danger.p-button-outlined:enabled:hover, .p-fileupload-choose.p-button-danger.p-button-outlined:not(button):not(a):not(.p-disabled):hover {
    background: rgba(239, 68, 68, 0.04);
    color: #EF4444;
    border: 1px solid;
  }
  .p-button.p-button-danger.p-button-outlined:enabled:active, .p-button.p-button-danger.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-danger.p-button-outlined:enabled:active, .p-fileupload-choose.p-button-danger.p-button-outlined:not(button):not(a):not(.p-disabled):active {
    background: rgba(239, 68, 68, 0.16);
    color: #EF4444;
    border: 1px solid;
  }
  .p-button.p-button-danger.p-button-text, .p-buttonset.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text, .p-fileupload-choose.p-button-danger.p-button-text {
    background-color: transparent;
    color: #EF4444;
    border-color: transparent;
  }
  .p-button.p-button-danger.p-button-text:enabled:hover, .p-button.p-button-danger.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-danger.p-button-text:enabled:hover, .p-fileupload-choose.p-button-danger.p-button-text:not(button):not(a):not(.p-disabled):hover {
    background: rgba(239, 68, 68, 0.04);
    border-color: transparent;
    color: #EF4444;
  }
  .p-button.p-button-danger.p-button-text:enabled:active, .p-button.p-button-danger.p-button-text:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-danger.p-button-text:enabled:active, .p-fileupload-choose.p-button-danger.p-button-text:not(button):not(a):not(.p-disabled):active {
    background: rgba(239, 68, 68, 0.16);
    border-color: transparent;
    color: #EF4444;
  }

  .p-button.p-button-link {
    color: #4338CA;
    background: transparent;
    border: transparent;
  }
  .p-button.p-button-link:enabled:hover, .p-button.p-button-link:not(button):not(a):not(.p-disabled):hover {
    background: transparent;
    color: #4338CA;
    border-color: transparent;
  }
  .p-button.p-button-link:enabled:hover .p-button-label, .p-button.p-button-link:not(button):not(a):not(.p-disabled):hover .p-button-label {
    text-decoration: underline;
  }
  .p-button.p-button-link:enabled:focus, .p-button.p-button-link:not(button):not(a):not(.p-disabled):focus {
    background: transparent;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
    border-color: transparent;
  }
  .p-button.p-button-link:enabled:active, .p-button.p-button-link:not(button):not(a):not(.p-disabled):active {
    background: transparent;
    color: #4338CA;
    border-color: transparent;
  }

  .p-splitbutton {
    border-radius: 6px;
  }
  .p-splitbutton.p-button-outlined > .p-button {
    background-color: transparent;
    color: #6366F1;
    border: 1px solid;
  }
  .p-splitbutton.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
    background: rgba(99, 102, 241, 0.04);
    color: #6366F1;
  }
  .p-splitbutton.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
    background: rgba(99, 102, 241, 0.16);
    color: #6366F1;
  }
  .p-splitbutton.p-button-outlined.p-button-plain > .p-button {
    color: #6c757d;
    border-color: #6c757d;
  }
  .p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:hover, .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover {
    background: #e9ecef;
    color: #6c757d;
  }
  .p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:active, .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active {
    background: #dee2e6;
    color: #6c757d;
  }
  .p-splitbutton.p-button-text > .p-button {
    background-color: transparent;
    color: #6366F1;
    border-color: transparent;
  }
  .p-splitbutton.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
    background: rgba(99, 102, 241, 0.04);
    color: #6366F1;
    border-color: transparent;
  }
  .p-splitbutton.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
    background: rgba(99, 102, 241, 0.16);
    color: #6366F1;
    border-color: transparent;
  }
  .p-splitbutton.p-button-text.p-button-plain > .p-button {
    color: #6c757d;
  }
  .p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:hover, .p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover {
    background: #e9ecef;
    color: #6c757d;
  }
  .p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:active, .p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active {
    background: #dee2e6;
    color: #6c757d;
  }
  .p-splitbutton.p-button-raised {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }
  .p-splitbutton.p-button-rounded {
    border-radius: 2rem;
  }
  .p-splitbutton.p-button-rounded > .p-button {
    border-radius: 2rem;
  }
  .p-splitbutton.p-button-sm > .p-button {
    font-size: 0.875rem;
    padding: 0.65625rem 1.09375rem;
  }
  .p-splitbutton.p-button-sm > .p-button .p-button-icon {
    font-size: 0.875rem;
  }
  .p-splitbutton.p-button-lg > .p-button {
    font-size: 1.25rem;
    padding: 0.9375rem 1.5625rem;
  }
  .p-splitbutton.p-button-lg > .p-button.p-button-icon-only {
    width: auto;
  }
  .p-splitbutton.p-button-lg > .p-button .p-button-icon {
    font-size: 1.25rem;
  }
  .p-splitbutton .p-splitbutton-menubutton,
.p-splitbutton .p-splitbutton.p-button-rounded > .p-splitbutton-menubutton.p-button,
.p-splitbutton .p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
    background-color: transparent;
    color: #64748B;
    border: 1px solid;
  }
  .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
    background: rgba(100, 116, 139, 0.04);
    color: #64748B;
  }
  .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
    background: rgba(100, 116, 139, 0.16);
    color: #64748B;
  }
  .p-splitbutton.p-button-secondary.p-button-text > .p-button {
    background-color: transparent;
    color: #64748B;
    border-color: transparent;
  }
  .p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
    background: rgba(100, 116, 139, 0.04);
    border-color: transparent;
    color: #64748B;
  }
  .p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
    background: rgba(100, 116, 139, 0.16);
    border-color: transparent;
    color: #64748B;
  }

  .p-splitbutton.p-button-info.p-button-outlined > .p-button {
    background-color: transparent;
    color: #3B82F6;
    border: 1px solid;
  }
  .p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
    background: rgba(59, 130, 246, 0.04);
    color: #3B82F6;
  }
  .p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
    background: rgba(59, 130, 246, 0.16);
    color: #3B82F6;
  }
  .p-splitbutton.p-button-info.p-button-text > .p-button {
    background-color: transparent;
    color: #3B82F6;
    border-color: transparent;
  }
  .p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
    background: rgba(59, 130, 246, 0.04);
    border-color: transparent;
    color: #3B82F6;
  }
  .p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
    background: rgba(59, 130, 246, 0.16);
    border-color: transparent;
    color: #3B82F6;
  }

  .p-splitbutton.p-button-success.p-button-outlined > .p-button {
    background-color: transparent;
    color: #22C55E;
    border: 1px solid;
  }
  .p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
    background: rgba(34, 197, 94, 0.04);
    color: #22C55E;
  }
  .p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
    background: rgba(34, 197, 94, 0.16);
    color: #22C55E;
  }
  .p-splitbutton.p-button-success.p-button-text > .p-button {
    background-color: transparent;
    color: #22C55E;
    border-color: transparent;
  }
  .p-splitbutton.p-button-success.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
    background: rgba(34, 197, 94, 0.04);
    border-color: transparent;
    color: #22C55E;
  }
  .p-splitbutton.p-button-success.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
    background: rgba(34, 197, 94, 0.16);
    border-color: transparent;
    color: #22C55E;
  }

  .p-splitbutton.p-button-warning.p-button-outlined > .p-button {
    background-color: transparent;
    color: #F59E0B;
    border: 1px solid;
  }
  .p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
    background: rgba(245, 158, 11, 0.04);
    color: #F59E0B;
  }
  .p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
    background: rgba(245, 158, 11, 0.16);
    color: #F59E0B;
  }
  .p-splitbutton.p-button-warning.p-button-text > .p-button {
    background-color: transparent;
    color: #F59E0B;
    border-color: transparent;
  }
  .p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
    background: rgba(245, 158, 11, 0.04);
    border-color: transparent;
    color: #F59E0B;
  }
  .p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
    background: rgba(245, 158, 11, 0.16);
    border-color: transparent;
    color: #F59E0B;
  }

  .p-splitbutton.p-button-help.p-button-outlined > .p-button {
    background-color: transparent;
    color: #A855F7;
    border: 1px solid;
  }
  .p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
    background: rgba(168, 85, 247, 0.04);
    color: #A855F7;
  }
  .p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
    background: rgba(168, 85, 247, 0.16);
    color: #A855F7;
  }
  .p-splitbutton.p-button-help.p-button-text > .p-button {
    background-color: transparent;
    color: #A855F7;
    border-color: transparent;
  }
  .p-splitbutton.p-button-help.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
    background: rgba(168, 85, 247, 0.04);
    border-color: transparent;
    color: #A855F7;
  }
  .p-splitbutton.p-button-help.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
    background: rgba(168, 85, 247, 0.16);
    border-color: transparent;
    color: #A855F7;
  }

  .p-splitbutton.p-button-danger.p-button-outlined > .p-button {
    background-color: transparent;
    color: #EF4444;
    border: 1px solid;
  }
  .p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
    background: rgba(239, 68, 68, 0.04);
    color: #EF4444;
  }
  .p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
    background: rgba(239, 68, 68, 0.16);
    color: #EF4444;
  }
  .p-splitbutton.p-button-danger.p-button-text > .p-button {
    background-color: transparent;
    color: #EF4444;
    border-color: transparent;
  }
  .p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
    background: rgba(239, 68, 68, 0.04);
    border-color: transparent;
    color: #EF4444;
  }
  .p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
    background: rgba(239, 68, 68, 0.16);
    border-color: transparent;
    color: #EF4444;
  }

  .p-speeddial-button.p-button.p-button-icon-only {
    width: 4rem;
    height: 4rem;
  }
  .p-speeddial-button.p-button.p-button-icon-only .p-button-icon {
    font-size: 1.3rem;
  }
  .p-speeddial-button.p-button.p-button-icon-only .p-button-icon.p-icon {
    width: 1.3rem;
    height: 1.3rem;
  }

  .p-speeddial-action {
    width: 3rem;
    height: 3rem;
    background: #495057;
    color: #fff;
  }
  .p-speeddial-action:hover {
    background: #022354;
    color: #fff;
  }

  .p-speeddial-direction-up .p-speeddial-item {
    margin: 0.25rem;
  }
  .p-speeddial-direction-up .p-speeddial-item:first-child {
    margin-bottom: 0.5rem;
  }

  .p-speeddial-direction-down .p-speeddial-item {
    margin: 0.25rem;
  }
  .p-speeddial-direction-down .p-speeddial-item:first-child {
    margin-top: 0.5rem;
  }

  .p-speeddial-direction-left .p-speeddial-item {
    margin: 0 0.25rem;
  }
  .p-speeddial-direction-left .p-speeddial-item:first-child {
    margin-right: 0.5rem;
  }

  .p-speeddial-direction-right .p-speeddial-item {
    margin: 0 0.25rem;
  }
  .p-speeddial-direction-right .p-speeddial-item:first-child {
    margin-left: 0.5rem;
  }

  .p-speeddial-circle .p-speeddial-item,
.p-speeddial-semi-circle .p-speeddial-item,
.p-speeddial-quarter-circle .p-speeddial-item {
    margin: 0;
  }
  .p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child,
.p-speeddial-semi-circle .p-speeddial-item:first-child,
.p-speeddial-semi-circle .p-speeddial-item:last-child,
.p-speeddial-quarter-circle .p-speeddial-item:first-child,
.p-speeddial-quarter-circle .p-speeddial-item:last-child {
    margin: 0;
  }

  .p-speeddial-mask {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .p-carousel .p-carousel-content .p-carousel-prev,
.p-carousel .p-carousel-content .p-carousel-next {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    margin: 0.5rem;
  }
  .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
.p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
    color: #343a40;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-carousel .p-carousel-content .p-carousel-prev:focus-visible,
.p-carousel .p-carousel-content .p-carousel-next:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
  }
  .p-carousel .p-carousel-indicators {
    padding: 1rem;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator button {
    background-color: #ced4da;
    width: 2rem;
    height: 0.5rem;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    border-radius: 0;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
    background: #adb5bd;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
    background: #EEF2FF;
    color: #4338CA;
  }

.p-datatable {
	width:100%; 
}

  .p-datatable .p-paginator-top {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-datatable .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-datatable .p-datatable-header {
    /* background: #f2f4f7; */
    background: #fff;
    color: #343a40;
    /* border: 1px solid #dee2e6; */
    border-width: 1px 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
  }
  .p-datatable .p-datatable-footer {
    background: #f2f4f7;
    color: #343a40;
    border: 1px solid #dee2e6;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
  }
  .p-datatable .p-datatable-thead > tr > th {
	font: var(--desktop-body-small-bold, 500 12px/24px Poppins, sans-serif);
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #dee2e6;
    border-width: 0 0 1px 0;
    /* font-weight: 700; */
    color: #343a40;
    background: #f2f4f7; 
    transition: box-shadow 0.2s;
  }
  .p-datatable .p-datatable-tfoot > tr > td {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #dee2e6;
    border-width: 0 0 1px 0;
    font-weight: 400;
	font-size: 14px/24px;
    color: #1d2939;
    background: #f2f4f7;
  }
  .p-datatable .p-sortable-column .p-sortable-column-icon {
    color: #343a40;
    margin-left: 0.5rem;
  }
  .p-datatable .p-sortable-column .p-sortable-column-badge {
    border-radius: 50%;
    height: 1.143rem;
    min-width: 1.143rem;
    line-height: 1.143rem;
    color: #4338CA;
    background: #EEF2FF;
    margin-left: 0.5rem;
  }
  .p-datatable .p-sortable-column:not(.p-highlight):not(.p-sortable-disabled):hover {
    background: #e9ecef;
    color: #343a40;
  }
  .p-datatable .p-sortable-column:not(.p-highlight):not(.p-sortable-disabled):hover .p-sortable-column-icon {
    color: #343a40;
  }
  .p-datatable .p-sortable-column.p-highlight {
    background: #EEF2FF;
    color: #4338CA;
  }
  .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
    color: #4338CA;
  }
  .p-datatable .p-sortable-column.p-highlight:not(.p-sortable-disabled):hover {
    background: #EEF2FF;
    color: #4338CA;
  }
  .p-datatable .p-sortable-column.p-highlight:not(.p-sortable-disabled):hover .p-sortable-column-icon {
    color: #4338CA;
  }
  .p-datatable .p-sortable-column:focus-visible {
    box-shadow: inset 0 0 0 0.15rem #C7D2FE;
    outline: 0 none;
  }
  .p-datatable .p-datatable-tbody > tr {
    background: #ffffff;
    color: #495057;
    transition: box-shadow 0.2s;
  }
  .p-datatable .p-datatable-tbody > tr > td {
    text-align: left;
    border: 1px solid #dee2e6;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
	font-weight: 400;
	font-size: 12px;
	color: #1d2939;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
    color: #343a40;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
    margin-right: 0.5rem;
  }
  .p-datatable .p-datatable-tbody > tr > td > .p-column-title {
    font-weight: 700;
  }
  .p-datatable .p-datatable-tbody > tr > td.p-highlight {
    background: #EEF2FF;
    color: #4338CA;
  }
  .p-datatable .p-datatable-tbody > tr.p-highlight {
    background: #EEF2FF;
    color: #4338CA;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
    box-shadow: inset 0 2px 0 0 #EEF2FF;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
    box-shadow: inset 0 -2px 0 0 #EEF2FF;
  }
  .p-datatable.p-datatable-selectable .p-datatable-tbody > tr.p-selectable-row:not(.p-highlight):not(.p-datatable-emptymessage):hover {
    background: #e9ecef;
    color: #495057;
  }
  .p-datatable.p-datatable-selectable .p-datatable-tbody > tr.p-selectable-row:focus-visible {
    outline: 0.15rem solid #C7D2FE;
    outline-offset: -0.15rem;
  }
  .p-datatable.p-datatable-selectable-cell .p-datatable-tbody > tr.p-selectable-row > td.p-selectable-cell:not(.p-highlight):hover {
    background: #e9ecef;
    color: #495057;
  }
  .p-datatable.p-datatable-selectable-cell .p-datatable-tbody > tr.p-selectable-row > td.p-selectable-cell:focus-visible {
    outline: 0.15rem solid #C7D2FE;
    outline-offset: -0.15rem;
  }
  .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):not(.p-datatable-emptymessage):hover {
    background: #e9ecef;
    color: #495057;
  }
  .p-datatable .p-column-resizer-helper {
    background: #6366F1;
  }
  .p-datatable .p-datatable-scrollable-header,
.p-datatable .p-datatable-scrollable-footer {
    background: #f2f4f7;
  }
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-tfoot {
    background-color: #f2f4f7;
  }
  .p-datatable .p-datatable-loading-icon {
    font-size: 2rem;
  }
  .p-datatable .p-datatable-loading-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-header {
    border-width: 1px 1px 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-footer {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-paginator-top {
    border-width: 0 1px 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-paginator-bottom {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
    border-width: 1px 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th:last-child {
    border-width: 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
    border-width: 1px 0 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td:last-child {
    border-width: 1px 1px 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td {
    border-width: 1px 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td:last-child {
    border-width: 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td {
    border-width: 1px 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td:last-child {
    border-width: 1px 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td {
    border-width: 0 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td:last-child {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td {
    border-width: 0 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td:last-child {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td {
    border-width: 0 0 0 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td:last-child {
    border-width: 0 1px 0 1px;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd {
    background: #fcfcfc;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight {
    background: #EEF2FF;
    color: #4338CA;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight .p-row-toggler {
    color: #4338CA;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight .p-row-toggler:hover {
    color: #4338CA;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd + .p-row-expanded {
    background: #fcfcfc;
  }
  .p-datatable.p-datatable-sm .p-datatable-header {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-tbody > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-footer {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-header {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-thead > tr > th {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-tbody > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-footer {
    padding: 1.25rem 1.25rem;
  }

  .p-datatable-drag-selection-helper {
    background: rgba(99, 102, 241, 0.16);
  }

  .p-dataview .p-paginator-top {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-dataview .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-dataview .p-dataview-header {
    background: #f2f4f7;
    color: #343a40;
    border: 1px solid #dee2e6;
    border-width: 1px 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
  }
  .p-dataview .p-dataview-content {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    padding: 0;
  }
  .p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
    border: solid #dee2e6;
    border-width: 0 0 1px 0;
  }
  .p-dataview .p-dataview-footer {
    background: #f2f4f7;
    color: #343a40;
    border: 1px solid #dee2e6;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-dataview .p-dataview-loading-icon {
    font-size: 2rem;
  }
  .p-dataview .p-dataview-loading-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }

  .p-datascroller .p-paginator-top {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-datascroller .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-datascroller .p-datascroller-header {
    background: #f2f4f7;
    color: #343a40;
    border: 1px solid #dee2e6;
    border-width: 1px 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
  }
  .p-datascroller .p-datascroller-content {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    padding: 0;
  }
  .p-datascroller.p-datascroller-inline .p-datascroller-list > li {
    border: solid #dee2e6;
    border-width: 0 0 1px 0;
  }
  .p-datascroller .p-datascroller-footer {
    background: #f2f4f7;
    color: #343a40;
    border: 1px solid #dee2e6;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  .p-column-filter-row .p-column-filter-menu-button,
.p-column-filter-row .p-column-filter-clear-button {
    margin-left: 0.5rem;
  }

  .p-column-filter-menu-button {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-column-filter-menu-button:hover {
    color: #343a40;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-column-filter-menu-button.p-column-filter-menu-button-open, .p-column-filter-menu-button.p-column-filter-menu-button-open:hover {
    background: #e9ecef;
    color: #343a40;
  }
  .p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
    background: #EEF2FF;
    color: #4338CA;
  }
  .p-column-filter-menu-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
  }

  .p-column-filter-clear-button {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-column-filter-clear-button:hover {
    color: #343a40;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-column-filter-clear-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
  }

  .p-column-filter-overlay {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    min-width: 12.5rem;
  }
  .p-column-filter-overlay .p-column-filter-row-items {
    padding: 0.75rem 0;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
    margin: 0;
    padding: 0.75rem 1.25rem;
    border: 0 none;
    color: #495057;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
    color: #4338CA;
    background: #EEF2FF;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
    color: #495057;
    background: #e9ecef;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #C7D2FE;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.25rem 0;
  }

  .p-column-filter-overlay-menu .p-column-filter-operator {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #dee2e6;
    color: #343a40;
    background: #f2f4f7;
    margin: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint {
    padding: 1.25rem;
    border-bottom: 1px solid #dee2e6;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
    margin-bottom: 0.5rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
    margin-top: 0.5rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
    border-bottom: 0 none;
  }
  .p-column-filter-overlay-menu .p-column-filter-add-rule {
    padding: 0.75rem 1.25rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-buttonbar {
    padding: 1.25rem;
  }

  .p-orderlist .p-orderlist-controls {
    padding: 1.25rem;
  }
  .p-orderlist .p-orderlist-controls .p-button {
    margin-bottom: 0.5rem;
  }
  .p-orderlist .p-orderlist-header {
    background: #f2f4f7;
    color: #343a40;
    border: 1px solid #dee2e6;
    padding: 1.25rem;
    font-weight: 700;
    border-bottom: 0 none;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-orderlist .p-orderlist-filter-container {
    padding: 1.25rem;
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-bottom: 0 none;
  }
  .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input {
    padding-right: 1.75rem;
  }
  .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon {
    right: 0.75rem;
    color: #6c757d;
  }
  .p-orderlist .p-orderlist-list {
    border: 1px solid #dee2e6;
    background: #ffffff;
    color: #495057;
    padding: 0.75rem 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item {
    padding: 0.75rem 1.25rem;
    margin: 0;
    border: 0 none;
    color: #495057;
    background: transparent;
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
    background: #e9ecef;
    color: #495057;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #C7D2FE;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
    color: #4338CA;
    background: #EEF2FF;
  }
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
    background: #fcfcfc;
  }
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
    background: #e9ecef;
  }

  .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
    background: #e9ecef;
    color: #495057;
  }
  .p-organizationchart .p-organizationchart-node-content.p-highlight {
    background: #EEF2FF;
    color: #4338CA;
  }
  .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
    color: #6f91ff;
  }
  .p-organizationchart .p-organizationchart-line-down {
    background: #dee2e6;
  }
  .p-organizationchart .p-organizationchart-line-left {
    border-right: 1px solid #dee2e6;
    border-color: #dee2e6;
  }
  .p-organizationchart .p-organizationchart-line-top {
    border-top: 1px solid #dee2e6;
    border-color: #dee2e6;
  }
  .p-organizationchart .p-organizationchart-node-content {
    border: 1px solid #dee2e6;
    background: #ffffff;
    color: #495057;
    padding: 1.25rem;
  }
  .p-organizationchart .p-organizationchart-node-content .p-node-toggler {
    background: inherit;
    color: inherit;
    border-radius: 50%;
  }
  .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
  }

  .p-paginator {
    background: #ffffff;
    color: #6c757d;
    border: solid #e9ecef;
    border-width: 0;
    padding: 0.5rem 1rem;
    border-radius: 6px;
  }
  .p-paginator .p-paginator-first,
.p-paginator .p-paginator-prev,
.p-paginator .p-paginator-next,
.p-paginator .p-paginator-last {
    background-color: transparent;
    border: 0 none;
    color: #6c757d;
    min-width: 3rem;
    height: 3rem;
    margin: 0.143rem;
    transition: box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
    background: #e9ecef;
    border-color: transparent;
    color: #343a40;
  }
  .p-paginator .p-paginator-first {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .p-paginator .p-paginator-last {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  .p-paginator .p-dropdown {
    margin-left: 0.5rem;
    height: 3rem;
  }
  .p-paginator .p-dropdown .p-dropdown-label {
    padding-right: 0;
  }
  .p-paginator .p-paginator-page-input {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .p-paginator .p-paginator-page-input .p-inputtext {
    max-width: 3rem;
  }
  .p-paginator .p-paginator-current {
    background-color: transparent;
    border: 0 none;
    color: #6c757d;
    min-width: 3rem;
    height: 3rem;
    margin: 0.143rem;
    padding: 0 0.5rem;
  }
  .p-paginator .p-paginator-pages .p-paginator-page {
    background-color: transparent;
    border: 0 none;
    color: #6c757d;
    min-width: 3rem;
    height: 3rem;
    margin: 0.143rem;
    transition: box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
    background: #EEF2FF;
    border-color: #EEF2FF;
    color: #4338CA;
  }
  .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
    background: #e9ecef;
    border-color: transparent;
    color: #343a40;
  }

  .p-picklist .p-picklist-buttons {
    padding: 1.25rem;
  }
  .p-picklist .p-picklist-buttons .p-button {
    margin-bottom: 0.5rem;
  }
  .p-picklist .p-picklist-header {
    background: #f2f4f7;
    color: #343a40;
    border: 1px solid #dee2e6;
    padding: 1.25rem;
    font-weight: 700;
    border-bottom: 0 none;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-picklist .p-picklist-filter-container {
    padding: 1.25rem;
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-bottom: 0 none;
  }
  .p-picklist .p-picklist-filter-container .p-picklist-filter-input {
    padding-right: 1.75rem;
  }
  .p-picklist .p-picklist-filter-container .p-picklist-filter-icon {
    right: 0.75rem;
    color: #6c757d;
  }
  .p-picklist .p-picklist-list {
    border: 1px solid #dee2e6;
    background: #ffffff;
    color: #495057;
    padding: 0.75rem 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-picklist .p-picklist-list .p-picklist-item {
    padding: 0.75rem 1.25rem;
    margin: 0;
    border: 0 none;
    color: #495057;
    background: transparent;
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
    background: #e9ecef;
    color: #495057;
  }
  .p-picklist .p-picklist-list .p-picklist-item:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #C7D2FE;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-highlight {
    color: #4338CA;
    background: #EEF2FF;
  }

  .p-tree {
    border: 1px solid #dee2e6;
    background: #ffffff;
    color: #495057;
    padding: 1.25rem;
    border-radius: 6px;
  }
  .p-tree .p-tree-container .p-treenode {
    padding: 0.143rem;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content {
    border-radius: 6px;
    transition: box-shadow 0.2s;
    padding: 0.5rem;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
    margin-right: 0.5rem;
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover {
    color: #343a40;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
    margin-right: 0.5rem;
    color: #6c757d;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
    color: #495057;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #C7D2FE;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
    background: #EEF2FF;
    color: #4338CA;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
    color: #4338CA;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
    color: #4338CA;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
    background: #e9ecef;
    color: #495057;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover {
    background: #e9ecef;
    color: #495057;
  }
  .p-tree .p-tree-filter-container {
    margin-bottom: 0.5rem;
  }
  .p-tree .p-tree-filter-container .p-tree-filter {
    width: 100%;
    padding-right: 1.75rem;
  }
  .p-tree .p-tree-filter-container .p-tree-filter-icon {
    right: 0.75rem;
    color: #6c757d;
  }
  .p-tree .p-treenode-children {
    padding: 0 0 0 1rem;
  }
  .p-tree .p-tree-loading-icon {
    font-size: 2rem;
  }
  .p-tree .p-tree-loading-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-tree .p-treenode-droppoint {
    height: 0.5rem;
  }
  .p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
    background: #8ba7ff;
  }

  .p-treetable .p-paginator-top {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-treetable .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-treetable .p-treetable-header {
    background: #f2f4f7;
    color: #343a40;
    border: 1px solid #dee2e6;
    border-width: 1px 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
  }
  .p-treetable .p-treetable-footer {
    background: #f2f4f7;
    color: #343a40;
    border: 1px solid #dee2e6;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
  }
  .p-treetable .p-treetable-thead > tr > th {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #dee2e6;
    border-width: 0 0 1px 0;
    font-weight: 700;
    color: #343a40;
    background: #f2f4f7;
    transition: box-shadow 0.2s;
  }
  .p-treetable .p-treetable-tfoot > tr > td {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #dee2e6;
    border-width: 0 0 1px 0;
    font-weight: 700;
    color: #343a40;
    background: #f2f4f7;
  }
  .p-treetable .p-sortable-column {
    outline-color: #C7D2FE;
  }
  .p-treetable .p-sortable-column .p-sortable-column-icon {
    color: #343a40;
    margin-left: 0.5rem;
  }
  .p-treetable .p-sortable-column .p-sortable-column-badge {
    border-radius: 50%;
    height: 1.143rem;
    min-width: 1.143rem;
    line-height: 1.143rem;
    color: #4338CA;
    background: #EEF2FF;
    margin-left: 0.5rem;
  }
  .p-treetable .p-sortable-column:not(.p-highlight):hover {
    background: #e9ecef;
    color: #343a40;
  }
  .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
    color: #343a40;
  }
  .p-treetable .p-sortable-column.p-highlight {
    background: #EEF2FF;
    color: #4338CA;
  }
  .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
    color: #4338CA;
  }
  .p-treetable .p-treetable-tbody > tr {
    background: #ffffff;
    color: #495057;
    transition: box-shadow 0.2s;
  }
  .p-treetable .p-treetable-tbody > tr > td {
    text-align: left;
    border: 1px solid #dee2e6;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    margin-right: 0.5rem;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover {
    color: #343a40;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
    color: #495057;
  }
  .p-treetable .p-treetable-tbody > tr:focus-visible {
    outline: 0.15rem solid #C7D2FE;
    outline-offset: -0.15rem;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight {
    background: #EEF2FF;
    color: #4338CA;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
    color: #4338CA;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
    color: #4338CA;
  }
  .p-treetable.p-treetable-selectable .p-treetable-tbody > tr:not(.p-highlight):hover, .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
    background: #e9ecef;
    color: #495057;
  }
  .p-treetable.p-treetable-selectable .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler, .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
    color: #495057;
  }
  .p-treetable .p-column-resizer-helper {
    background: #6366F1;
  }
  .p-treetable .p-treetable-scrollable-header,
.p-treetable .p-treetable-scrollable-footer {
    background: #f2f4f7;
  }
  .p-treetable .p-treetable-loading-icon {
    font-size: 2rem;
  }
  .p-treetable .p-treetable-loading-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-header {
    border-width: 1px 1px 0 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-footer {
    border-width: 0 1px 1px 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-top {
    border-width: 0 1px 0 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-bottom {
    border-width: 0 1px 1px 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-thead > tr > th {
    border-width: 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-tbody > tr > td {
    border-width: 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-tfoot > tr > td {
    border-width: 1px;
  }
  .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd {
    background: #fcfcfc;
  }
  .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight {
    background: #EEF2FF;
    color: #4338CA;
  }
  .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight .p-row-toggler {
    color: #4338CA;
  }
  .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight .p-row-toggler:hover {
    color: #4338CA;
  }
  .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd + .p-row-expanded {
    background: #fcfcfc;
  }
  .p-treetable.p-treetable-sm .p-treetable-header {
    padding: 0.875rem 0.875rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-thead > tr > th {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-tbody > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-footer {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-header {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-thead > tr > th {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-tbody > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-footer {
    padding: 1.25rem 1.25rem;
  }

  .p-timeline .p-timeline-event-marker {
    border: 2px solid #6366F1;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    background-color: #ffffff;
  }
  .p-timeline .p-timeline-event-connector {
    background-color: #dee2e6;
  }
  .p-timeline.p-timeline-vertical .p-timeline-event-opposite,
.p-timeline.p-timeline-vertical .p-timeline-event-content {
    padding: 0 1rem;
  }
  .p-timeline.p-timeline-vertical .p-timeline-event-connector {
    width: 2px;
  }
  .p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
.p-timeline.p-timeline-horizontal .p-timeline-event-content {
    padding: 1rem 0;
  }
  .p-timeline.p-timeline-horizontal .p-timeline-event-connector {
    height: 2px;
  }

  .p-accordion .p-accordion-header .p-accordion-header-link {
    padding: 1.25rem;
    border: 1px solid #dee2e6;
    color: #6c757d;
    background: #f2f4f7;
    font-weight: 700;
    border-radius: 6px;
    transition: box-shadow 0.2s;
  }
  .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
    margin-right: 0.5rem;
  }
  .p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
  }
  .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
    background: #e9ecef;
    border-color: #dee2e6;
    color: #343a40;
  }
  .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
    background: #f2f4f7;
    border-color: #dee2e6;
    color: #343a40;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
    border-color: #dee2e6;
    background: #e9ecef;
    color: #343a40;
  }
  .p-accordion .p-accordion-content {
    padding: 1.25rem;
    border: 1px solid #dee2e6;
    background: #ffffff;
    color: #495057;
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-accordion .p-accordion-tab {
    margin-bottom: 4px;
  }

  .p-card {
    background: #ffffff;
    color: #495057;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    border-radius: 6px;
  }
  .p-card .p-card-body {
    padding: 1.25rem;
  }
  .p-card .p-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
  .p-card .p-card-subtitle {
    font-weight: 400;
    margin-bottom: 0.5rem;
    color: #6c757d;
  }
  .p-card .p-card-content {
    padding: 1.25rem 0;
  }
  .p-card .p-card-footer {
    padding: 1.25rem 0 0 0;
  }

  .p-fieldset {
    border: 1px solid #dee2e6;
    background: #ffffff;
    color: #495057;
    border-radius: 6px;
  }
  .p-fieldset .p-fieldset-legend {
    padding: 1.25rem;
    border: 1px solid #dee2e6;
    color: #343a40;
    background: #f2f4f7;
    font-weight: 700;
    border-radius: 6px;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
    padding: 0;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
    padding: 1.25rem;
    color: #343a40;
    border-radius: 6px;
    transition: box-shadow 0.2s;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
    margin-right: 0.5rem;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
    background: #e9ecef;
    border-color: #dee2e6;
    color: #343a40;
  }
  .p-fieldset .p-fieldset-content {
    padding: 1.25rem;
  }

  .p-divider .p-divider-content {
    background-color: #ffffff;
  }
  .p-divider.p-divider-horizontal {
    margin: 1.25rem 0;
    padding: 0 1.25rem;
  }
  .p-divider.p-divider-horizontal:before {
    border-top: 1px #dee2e6;
  }
  .p-divider.p-divider-horizontal .p-divider-content {
    padding: 0 0.5rem;
  }
  .p-divider.p-divider-vertical {
    margin: 0 1.25rem;
    padding: 1.25rem 0;
  }
  .p-divider.p-divider-vertical:before {
    border-left: 1px #dee2e6;
  }
  .p-divider.p-divider-vertical .p-divider-content {
    padding: 0.5rem 0;
  }

  .p-panel .p-panel-header {
    border: 1px solid #dee2e6;
    padding: 1.25rem;
    background: #f2f4f7;
    color: #343a40;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-panel .p-panel-header .p-panel-title {
    font-weight: 700;
  }
  .p-panel .p-panel-header .p-panel-header-icon {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
    color: #343a40;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-panel .p-panel-header .p-panel-header-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
  }
  .p-panel.p-panel-toggleable .p-panel-header {
    padding: 0.75rem 1.25rem;
  }
  .p-panel .p-panel-content {
    padding: 1.25rem;
    border: 1px solid #dee2e6;
    background: #ffffff;
    color: #495057;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top: 0 none;
  }
  .p-panel .p-panel-footer {
    padding: 0.75rem 1.25rem;
    border: 1px solid #dee2e6;
    background: #ffffff;
    color: #495057;
    border-top: 0 none;
  }

  .p-splitter {
    border: 1px solid #dee2e6;
    background: #ffffff;
    border-radius: 6px;
    color: #495057;
  }
  .p-splitter .p-splitter-gutter {
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    background: #f2f4f7;
  }
  .p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
    background: #dee2e6;
  }
  .p-splitter .p-splitter-gutter-resizing {
    background: #dee2e6;
  }

  .p-scrollpanel .p-scrollpanel-bar {
    background: #f2f4f7;
    border: 0 none;
  }

  .p-tabview .p-tabview-nav {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-width: 0 0 2px 0;
  }
  .p-tabview .p-tabview-nav li {
    margin-right: 0;
  }
  .p-tabview .p-tabview-nav li .p-tabview-nav-link {
    border: solid #dee2e6;
    border-width: 0 0 2px 0;
    border-color: transparent transparent #dee2e6 transparent;
    background: #ffffff;
    color: #6c757d;
    padding: 1.25rem;
    font-weight: 700;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    transition: box-shadow 0.2s;
    margin: 0 0 -2px 0;
  }
  .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #C7D2FE;
  }
  .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
    background: #ffffff;
    border-color: #adb5bd;
    color: #6c757d;
  }
  .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
    background: #ffffff;
    border-color: #6366F1;
    color: #6366F1;
  }
  .p-tabview .p-tabview-close {
    margin-left: 0.5rem;
  }
  .p-tabview .p-tabview-nav-btn.p-link {
    background: #ffffff;
    color: #6366F1;
    width: 3rem;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 0;
  }
  .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #C7D2FE;
  }
  .p-tabview .p-tabview-panels {
    background: #ffffff;
    padding: 1.25rem;
    border: 0 none;
    color: #495057;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .p-toolbar {
    background: #f2f4f7;
    border: 1px solid #dee2e6;
    padding: 1.25rem;
    border-radius: 6px;
    gap: 0.5rem;
  }
  .p-toolbar .p-toolbar-separator {
    margin: 0 0.5rem;
  }

  .p-confirm-popup {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  .p-confirm-popup .p-confirm-popup-content {
    padding: 1.25rem;
  }
  .p-confirm-popup .p-confirm-popup-footer {
    text-align: right;
    padding: 0 1.25rem 1.25rem 1.25rem;
  }
  .p-confirm-popup .p-confirm-popup-footer button {
    margin: 0 0.5rem 0 0;
    width: auto;
  }
  .p-confirm-popup .p-confirm-popup-footer button:last-child {
    margin: 0;
  }
  .p-confirm-popup:after {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
  }
  .p-confirm-popup:before {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
  }
  .p-confirm-popup.p-confirm-popup-flipped:after {
    border-top-color: #ffffff;
  }
  .p-confirm-popup.p-confirm-popup-flipped:before {
    border-top-color: #ffffff;
  }
  .p-confirm-popup .p-confirm-popup-icon {
    font-size: 1.5rem;
  }
  .p-confirm-popup .p-confirm-popup-icon.p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-confirm-popup .p-confirm-popup-message {
    margin-left: 1rem;
  }

  .p-dialog {
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border: 0 none;
  }
  .p-dialog .p-dialog-header {
    border-bottom: 0 none;
    background: #ffffff;
    color: #343a40;
    padding: 1.5rem;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-dialog .p-dialog-header .p-dialog-title {
    font-weight: 700;
    font-size: 1.25rem;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    margin-right: 0.5rem;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
    color: #343a40;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
    margin-right: 0;
  }
  .p-dialog .p-dialog-content {
    background: #ffffff;
    color: #495057;
    padding: 0 1.5rem 2rem 1.5rem;
  }
  .p-dialog .p-dialog-content:last-of-type {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-dialog .p-dialog-footer {
    border-top: 0 none;
    background: #ffffff;
    color: #495057;
    padding: 0 1.5rem 1.5rem 1.5rem;
    text-align: right;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-dialog .p-dialog-footer button {
    margin: 0 0.5rem 0 0;
    width: auto;
  }
  .p-dialog.p-dialog-maximized .p-dialog-header, .p-dialog.p-dialog-maximized .p-dialog-content:last-of-type {
    border-radius: 0;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-icon {
    font-size: 2rem;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-message {
    margin-left: 1rem;
  }

  .p-overlaypanel {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  .p-overlaypanel .p-overlaypanel-content {
    padding: 1.25rem;
  }
  .p-overlaypanel .p-overlaypanel-close {
    background: #6366F1;
    color: #ffffff;
    width: 2rem;
    height: 2rem;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    border-radius: 50%;
    position: absolute;
    top: -1rem;
    right: -1rem;
  }
  .p-overlaypanel .p-overlaypanel-close:enabled:hover {
    background: #4F46E5;
    color: #ffffff;
  }
  .p-overlaypanel:after {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
  }
  .p-overlaypanel:before {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #f2f2f2;
  }
  .p-overlaypanel.p-overlaypanel-flipped:after {
    border-top-color: #ffffff;
  }
  .p-overlaypanel.p-overlaypanel-flipped:before {
    border-top-color: #ffffff;
  }

  .p-sidebar {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  .p-sidebar .p-sidebar-header {
    padding: 1.25rem;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close,
.p-sidebar .p-sidebar-header .p-sidebar-icon {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
.p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
    color: #343a40;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,
.p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
  }
  .p-sidebar .p-sidebar-header + .p-sidebar-content {
    padding-top: 0;
  }
  .p-sidebar .p-sidebar-content {
    padding: 1.25rem;
  }

  .p-tooltip .p-tooltip-text {
    background: #495057;
    color: #ffffff;
    padding: 0.75rem 0.75rem;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
  .p-tooltip.p-tooltip-right .p-tooltip-arrow {
    border-right-color: #495057;
  }
  .p-tooltip.p-tooltip-left .p-tooltip-arrow {
    border-left-color: #495057;
  }
  .p-tooltip.p-tooltip-top .p-tooltip-arrow {
    border-top-color: #495057;
  }
  .p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
    border-bottom-color: #495057;
  }

  .p-fileupload .p-fileupload-buttonbar {
    background: #f2f4f7;
    padding: 1.25rem;
    border: 1px solid #dee2e6;
    color: #343a40;
    border-bottom: 0 none;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    gap: 0.5rem;
  }
  .p-fileupload .p-fileupload-buttonbar .p-button {
    margin-right: 0.5rem;
  }
  .p-fileupload .p-fileupload-content {
    background: #ffffff;
    padding: 2rem 1rem;
    border: 1px solid #dee2e6;
    color: #495057;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-fileupload .p-progressbar {
    height: 0.25rem;
  }
  .p-fileupload .p-fileupload-row > div {
    padding: 1rem 1rem;
  }
  .p-fileupload.p-fileupload-advanced .p-message {
    margin-top: 0;
  }

  .p-breadcrumb {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 1rem;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link {
    transition: box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
  }
  .p-breadcrumb .p-breadcrumb-list li.p-menuitem-separator {
    margin: 0 0.5rem 0 0.5rem;
    color: #495057;
  }
  .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-text {
    color: #495057;
  }
  .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon {
    color: #6c757d;
  }

  .p-contextmenu {
    padding: 0.25rem 0;
    background: #ffffff;
    color: #495057;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    width: 12.5rem;
  }
  .p-contextmenu .p-menuitem-link {
    padding: 0.75rem 1.25rem;
    color: #495057;
    border-radius: 0;
    transition: box-shadow 0.2s;
    user-select: none;
  }
  .p-contextmenu .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-contextmenu .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: 0.5rem;
  }
  .p-contextmenu .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
    background: #e9ecef;
  }
  .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
    color: #495057;
  }
  .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
    color: #6c757d;
  }
  .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
    color: #6c757d;
  }
  .p-contextmenu .p-menuitem-link:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #C7D2FE;
  }
  .p-contextmenu .p-submenu-list {
    padding: 0.25rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
  .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
    background: #EEF2FF;
  }
  .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
    color: #4338CA;
  }
  .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
    color: #4338CA;
  }
  .p-contextmenu .p-menu-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.25rem 0;
  }
  .p-contextmenu .p-submenu-icon {
    font-size: 0.875rem;
    transition: transform 0.2s;
  }
  .p-contextmenu .p-submenu-icon.p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }

  .p-dock .p-dock-list {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.5rem 0.5rem;
    border-radius: 0.5rem;
  }
  .p-dock .p-dock-item {
    padding: 0.5rem;
  }
  .p-dock .p-dock-action {
    width: 4rem;
    height: 4rem;
  }
  .p-dock.p-dock-magnification.p-dock-top .p-dock-item-second-prev,
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-second-prev,
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-second-next {
    margin: 0 0.9rem;
  }
  .p-dock.p-dock-magnification.p-dock-top .p-dock-item-prev,
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-next, .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-prev,
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-next {
    margin: 0 1.3rem;
  }
  .p-dock.p-dock-magnification.p-dock-top .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-current {
    margin: 0 1.5rem;
  }
  .p-dock.p-dock-magnification.p-dock-left .p-dock-item-second-prev,
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-magnification.p-dock-right .p-dock-item-second-prev,
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-second-next {
    margin: 0.9rem 0;
  }
  .p-dock.p-dock-magnification.p-dock-left .p-dock-item-prev,
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-next, .p-dock.p-dock-magnification.p-dock-right .p-dock-item-prev,
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-next {
    margin: 1.3rem 0;
  }
  .p-dock.p-dock-magnification.p-dock-left .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-right .p-dock-item-current {
    margin: 1.5rem 0;
  }

  @media screen and (max-width: 960px) {
    .p-dock.p-dock-top .p-dock-container, .p-dock.p-dock-bottom .p-dock-container {
      overflow-x: auto;
      width: 100%;
    }
    .p-dock.p-dock-top .p-dock-container .p-dock-list, .p-dock.p-dock-bottom .p-dock-container .p-dock-list {
      margin: 0 auto;
    }
    .p-dock.p-dock-left .p-dock-container, .p-dock.p-dock-right .p-dock-container {
      overflow-y: auto;
      height: 100%;
    }
    .p-dock.p-dock-left .p-dock-container .p-dock-list, .p-dock.p-dock-right .p-dock-container .p-dock-list {
      margin: auto 0;
    }
    .p-dock.p-dock-magnification.p-dock-top .p-dock-item-second-prev,
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-second-next,
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-prev,
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-next,
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-second-prev,
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-second-next,
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-prev,
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-next,
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-left .p-dock-item-second-prev,
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-second-next,
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-prev,
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-next,
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-right .p-dock-item-second-prev,
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-second-next,
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-prev,
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-next,
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-current {
      transform: none;
      margin: 0;
    }
  }
  .p-megamenu {
    padding: 0.5rem;
    background: #f2f4f7;
    color: #495057;
    border: 1px solid #dee2e6;
    border-radius: 6px;
  }
  .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
    padding: 0.75rem 1.25rem;
    color: #495057;
    border-radius: 6px;
    transition: box-shadow 0.2s;
    user-select: none;
  }
  .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: 0.5rem;
  }
  .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
    margin-left: 0.5rem;
  }
  .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
    background: #e9ecef;
  }
  .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
    color: #495057;
  }
  .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
    color: #6c757d;
  }
  .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
    color: #6c757d;
  }
  .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #C7D2FE;
  }
  .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon {
    margin-left: auto;
  }
  .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
    background: #EEF2FF;
  }
  .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
    color: #4338CA;
  }
  .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
    color: #4338CA;
  }
  .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
    color: #4338CA;
  }
  .p-megamenu .p-menuitem-link {
    padding: 0.75rem 1.25rem;
    color: #495057;
    border-radius: 0;
    transition: box-shadow 0.2s;
    user-select: none;
  }
  .p-megamenu .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-megamenu .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: 0.5rem;
  }
  .p-megamenu .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-megamenu .p-menuitem-link:not(.p-disabled):hover {
    background: #e9ecef;
  }
  .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
    color: #495057;
  }
  .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
    color: #6c757d;
  }
  .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
    color: #6c757d;
  }
  .p-megamenu .p-menuitem-link:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #C7D2FE;
  }
  .p-megamenu .p-megamenu-panel {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-megamenu .p-megamenu-submenu-header {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #343a40;
    background: #ffffff;
    font-weight: 700;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-megamenu .p-megamenu-submenu {
    padding: 0.25rem 0;
    width: 12.5rem;
  }
  .p-megamenu .p-megamenu-submenu .p-menu-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.25rem 0;
  }
  .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
    background: #EEF2FF;
  }
  .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
    color: #4338CA;
  }
  .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
    color: #4338CA;
  }
  .p-megamenu.p-megamenu-vertical {
    width: 12.5rem;
    padding: 0.25rem 0;
  }
  .p-megamenu .p-megamenu-button {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-megamenu .p-megamenu-button:hover {
    color: #6c757d;
    background: #e9ecef;
  }
  .p-megamenu .p-megamenu-button:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
  }
  .p-megamenu .p-submenu-icon {
    transition: transform 0.2s;
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list {
    padding: 0.25rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-menu-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.25rem 0;
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-icon.p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem {
    width: 100%;
    position: static;
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
    padding: 0.75rem 1.25rem;
    color: #495057;
    border-radius: 0;
    transition: box-shadow 0.2s;
    user-select: none;
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: 0.5rem;
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
    background: #e9ecef;
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
    color: #495057;
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
    color: #6c757d;
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
    color: #6c757d;
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #C7D2FE;
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon {
    margin-left: auto;
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link > .p-submenu-icon {
    transform: rotate(-180deg);
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-list {
    width: 100%;
    position: static;
    box-shadow: none;
    border: 0 none;
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-list .p-submenu-icon {
    transition: transform 0.2s;
    transform: rotate(90deg);
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-list .p-menuitem-active > .p-menuitem-link > .p-submenu-icon {
    transform: rotate(-90deg);
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-menuitem {
    width: 100%;
    position: static;
  }

  .p-menu {
    padding: 0.25rem 0;
    background: #ffffff;
    color: #495057;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    width: 12.5rem;
  }
  .p-menu .p-menuitem-link {
    padding: 0.75rem 1.25rem;
    color: #495057;
    border-radius: 0;
    transition: box-shadow 0.2s;
    user-select: none;
  }
  .p-menu .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-menu .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: 0.5rem;
  }
  .p-menu .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-menu .p-menuitem-link:not(.p-disabled):hover {
    background: #e9ecef;
  }
  .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
    color: #495057;
  }
  .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
    color: #6c757d;
  }
  .p-menu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
    color: #6c757d;
  }
  .p-menu .p-menuitem-link:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #C7D2FE;
  }
  .p-menu.p-menu-overlay {
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-menu .p-submenu-header {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #343a40;
    background: #ffffff;
    font-weight: 700;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .p-menu .p-menu-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.25rem 0;
  }

  .p-menubar {
    padding: 0.5rem;
    background: #f2f4f7;
    color: #495057;
    border: 1px solid #dee2e6;
    border-radius: 6px;
  }
  .p-menubar .p-menuitem-link {
    padding: 0.75rem 1.25rem;
    color: #495057;
    border-radius: 0;
    transition: box-shadow 0.2s;
    user-select: none;
  }
  .p-menubar .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-menubar .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: 0.5rem;
  }
  .p-menubar .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-menubar .p-menuitem-link:not(.p-disabled):hover {
    background: #e9ecef;
  }
  .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
    color: #495057;
  }
  .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
    color: #6c757d;
  }
  .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
    color: #6c757d;
  }
  .p-menubar .p-menuitem-link:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #C7D2FE;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
    padding: 0.75rem 1.25rem;
    color: #495057;
    border-radius: 6px;
    transition: box-shadow 0.2s;
    user-select: none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
    margin-left: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
    background: #e9ecef;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
    color: #495057;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
    color: #6c757d;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
    color: #6c757d;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #C7D2FE;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
    background: #EEF2FF;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
    color: #4338CA;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
    color: #4338CA;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
    color: #4338CA;
  }
  .p-menubar .p-submenu-list {
    padding: 0.25rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    width: 12.5rem;
  }
  .p-menubar .p-submenu-list .p-menu-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.25rem 0;
  }
  .p-menubar .p-submenu-list .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-menubar .p-submenu-list .p-submenu-icon.p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link {
    background: #EEF2FF;
  }
  .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
    color: #4338CA;
  }
  .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
    color: #4338CA;
  }

  @media screen and (max-width: 960px) {
    .p-menubar {
      position: relative;
    }
    .p-menubar .p-menubar-button {
      display: flex;
      width: 2rem;
      height: 2rem;
      color: #6c757d;
      border-radius: 50%;
      transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    }
    .p-menubar .p-menubar-button:hover {
      color: #6c757d;
      background: #e9ecef;
    }
    .p-menubar .p-menubar-button:focus {
      outline: 0 none;
      outline-offset: 0;
      box-shadow: 0 0 0 0.2rem #C7D2FE;
    }
    .p-menubar .p-menubar-root-list {
      position: absolute;
      display: none;
      padding: 0.25rem 0;
      background: #ffffff;
      border: 0 none;
      box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
      width: 100%;
    }
    .p-menubar .p-menubar-root-list .p-menu-separator {
      border-top: 1px solid #dee2e6;
      margin: 0.25rem 0;
    }
    .p-menubar .p-menubar-root-list .p-submenu-icon {
      font-size: 0.875rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-icon.p-icon {
      width: 0.875rem;
      height: 0.875rem;
    }
    .p-menubar .p-menubar-root-list > .p-menuitem {
      width: 100%;
      position: static;
    }
    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
      padding: 0.75rem 1.25rem;
      color: #495057;
      border-radius: 0;
      transition: box-shadow 0.2s;
      user-select: none;
    }
    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
      color: #495057;
    }
    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
      color: #6c757d;
      margin-right: 0.5rem;
    }
    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
      color: #6c757d;
    }
    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
      background: #e9ecef;
    }
    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
      color: #495057;
    }
    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
      color: #6c757d;
    }
    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
      color: #6c757d;
    }
    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
      outline: 0 none;
      outline-offset: 0;
      box-shadow: inset 0 0 0 0.15rem #C7D2FE;
    }
    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon {
      margin-left: auto;
      transition: transform 0.2s;
    }
    .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link > .p-submenu-icon {
      transform: rotate(-180deg);
    }
    .p-menubar .p-menubar-root-list .p-submenu-list {
      width: 100%;
      position: static;
      box-shadow: none;
      border: 0 none;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-submenu-icon {
      transition: transform 0.2s;
      transform: rotate(90deg);
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active > .p-menuitem-link > .p-submenu-icon {
      transform: rotate(-90deg);
    }
    .p-menubar .p-menubar-root-list .p-menuitem {
      width: 100%;
      position: static;
    }
    .p-menubar .p-menubar-root-list ul li a {
      padding-left: 2.25rem;
    }
    .p-menubar .p-menubar-root-list ul li ul li a {
      padding-left: 3.75rem;
    }
    .p-menubar .p-menubar-root-list ul li ul li ul li a {
      padding-left: 5.25rem;
    }
    .p-menubar .p-menubar-root-list ul li ul li ul li ul li a {
      padding-left: 6.75rem;
    }
    .p-menubar .p-menubar-root-list ul li ul li ul li ul li ul li a {
      padding-left: 8.25rem;
    }
    .p-menubar.p-menubar-mobile-active .p-menubar-root-list {
      display: flex;
      flex-direction: column;
      top: 100%;
      left: 0;
      z-index: 1;
    }
  }
  .p-panelmenu .p-panelmenu-header > a {
    padding: 1.25rem;
    border: 1px solid #dee2e6;
    color: #6c757d;
    background: #f2f4f7;
    font-weight: 700;
    border-radius: 6px;
    transition: box-shadow 0.2s;
  }
  .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-header > a .p-menuitem-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-header > a:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
    background: #e9ecef;
    border-color: #dee2e6;
    color: #343a40;
  }
  .p-panelmenu .p-panelmenu-header.p-highlight {
    margin-bottom: 0;
  }
  .p-panelmenu .p-panelmenu-header.p-highlight > a {
    background: #f2f4f7;
    border-color: #dee2e6;
    color: #343a40;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .p-panelmenu .p-panelmenu-header.p-highlight:not(.p-disabled) > a:hover {
    border-color: #dee2e6;
    background: #e9ecef;
    color: #343a40;
  }
  .p-panelmenu .p-panelmenu-content {
    padding: 0.25rem 0;
    border: 1px solid #dee2e6;
    background: #ffffff;
    color: #495057;
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
    padding: 0.75rem 1.25rem;
    color: #495057;
    border-radius: 0;
    transition: box-shadow 0.2s;
    user-select: none;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
    background: #e9ecef;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
    color: #495057;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
    color: #6c757d;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
    color: #6c757d;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #C7D2FE;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-panelmenu-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) {
    padding: 0 0 0 1rem;
  }
  .p-panelmenu .p-panelmenu-panel {
    margin-bottom: 4px;
  }

  .p-slidemenu {
    padding: 0.25rem 0;
    background: #ffffff;
    color: #495057;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    width: 12.5rem;
  }
  .p-slidemenu .p-menuitem-link {
    padding: 0.75rem 1.25rem;
    color: #495057;
    border-radius: 0;
    transition: box-shadow 0.2s;
    user-select: none;
  }
  .p-slidemenu .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-slidemenu .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: 0.5rem;
  }
  .p-slidemenu .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-slidemenu .p-menuitem-link:not(.p-disabled):hover {
    background: #e9ecef;
  }
  .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
    color: #495057;
  }
  .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
    color: #6c757d;
  }
  .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
    color: #6c757d;
  }
  .p-slidemenu .p-menuitem-link:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #C7D2FE;
  }
  .p-slidemenu.p-slidemenu-overlay {
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-slidemenu .p-slidemenu-list {
    padding: 0.25rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link {
    background: #EEF2FF;
  }
  .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-text {
    color: #4338CA;
  }
  .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon, .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon {
    color: #4338CA;
  }
  .p-slidemenu .p-slidemenu-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.25rem 0;
  }
  .p-slidemenu .p-slidemenu-icon {
    font-size: 0.875rem;
  }
  .p-slidemenu .p-slidemenu-icon.p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-slidemenu .p-slidemenu-backward {
    padding: 0.75rem 1.25rem;
    color: #495057;
  }

  .p-steps .p-steps-item .p-menuitem-link {
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 6px;
    background: #ffffff;
  }
  .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
    color: #495057;
    border: 1px solid #e9ecef;
    background: #ffffff;
    min-width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.143rem;
    z-index: 1;
    border-radius: 50%;
  }
  .p-steps .p-steps-item .p-menuitem-link .p-steps-title {
    margin-top: 0.5rem;
    color: #6c757d;
  }
  .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
  }
  .p-steps .p-steps-item.p-highlight .p-steps-number {
    background: #EEF2FF;
    color: #4338CA;
  }
  .p-steps .p-steps-item.p-highlight .p-steps-title {
    font-weight: 700;
    color: #495057;
  }
  .p-steps .p-steps-item:before {
    content: " ";
    border-top: 1px solid #dee2e6;
    width: 100%;
    top: 50%;
    left: 0;
    display: block;
    position: absolute;
    margin-top: -1rem;
  }

  .p-tabmenu .p-tabmenu-nav {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-width: 0 0 2px 0;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem {
    margin-right: 0;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
    border: solid #dee2e6;
    border-width: 0 0 2px 0;
    border-color: transparent transparent #dee2e6 transparent;
    background: #ffffff;
    color: #6c757d;
    padding: 1.25rem;
    font-weight: 700;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    transition: box-shadow 0.2s;
    margin: 0 0 -2px 0;
    height: calc(100% + 2px);
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
    margin-right: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #C7D2FE;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
    background: #ffffff;
    border-color: #adb5bd;
    color: #6c757d;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
    background: #ffffff;
    border-color: #6366F1;
    color: #6366F1;
  }

  .p-tieredmenu {
    padding: 0.25rem 0;
    background: #ffffff;
    color: #495057;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    width: 12.5rem;
  }
  .p-tieredmenu .p-menuitem-link {
    padding: 0.75rem 1.25rem;
    color: #495057;
    border-radius: 0;
    transition: box-shadow 0.2s;
    user-select: none;
  }
  .p-tieredmenu .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-tieredmenu .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: 0.5rem;
  }
  .p-tieredmenu .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
    background: #e9ecef;
  }
  .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
    color: #495057;
  }
  .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
    color: #6c757d;
  }
  .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
    color: #6c757d;
  }
  .p-tieredmenu .p-menuitem-link:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #C7D2FE;
  }
  .p-tieredmenu.p-tieredmenu-overlay {
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-tieredmenu .p-submenu-list {
    padding: 0.25rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
    background: #EEF2FF;
  }
  .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
    color: #4338CA;
  }
  .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
    color: #4338CA;
  }
  .p-tieredmenu .p-menu-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.25rem 0;
  }
  .p-tieredmenu .p-submenu-icon {
    font-size: 0.875rem;
    transition: transform 0.2s;
  }
  .p-tieredmenu .p-submenu-icon.p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }

  .p-inline-message {
    padding: 0.75rem 0.75rem;
    margin: 0;
    border-radius: 6px;
  }
  .p-inline-message.p-inline-message-info {
    background: #e9e9ff;
    border: solid #696cff;
    border-width: 0px;
    color: #696cff;
  }
  .p-inline-message.p-inline-message-info .p-inline-message-icon {
    color: #696cff;
  }
  .p-inline-message.p-inline-message-success {
    background: #e4f8f0;
    border: solid #1ea97c;
    border-width: 0px;
    color: #1ea97c;
  }
  .p-inline-message.p-inline-message-success .p-inline-message-icon {
    color: #1ea97c;
  }
  .p-inline-message.p-inline-message-warn {
    background: #fff2e2;
    border: solid #cc8925;
    border-width: 0px;
    color: #cc8925;
  }
  .p-inline-message.p-inline-message-warn .p-inline-message-icon {
    color: #cc8925;
  }
  .p-inline-message.p-inline-message-error {
    background: #ffe7e6;
    border: solid #ff5757;
    border-width: 0px;
    color: #ff5757;
  }
  .p-inline-message.p-inline-message-error .p-inline-message-icon {
    color: #ff5757;
  }
  .p-inline-message .p-inline-message-icon {
    font-size: 1rem;
    margin-right: 0.5rem;
  }
  .p-inline-message .p-inline-message-icon.p-icon {
    width: 1rem;
    height: 1rem;
  }
  .p-inline-message .p-inline-message-text {
    font-size: 1rem;
  }
  .p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
    margin-right: 0;
  }

  .p-message {
    margin: 1rem 0;
    border-radius: 6px;
  }
  .p-message .p-message-wrapper {
    padding: 1.25rem 1.75rem;
  }
  .p-message .p-message-close {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: transparent;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-message .p-message-close:hover {
    background: rgba(255, 255, 255, 0.3);
  }
  .p-message .p-message-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
  }
  .p-message.p-message-info {
    background: #e9e9ff;
    border: solid #696cff;
    border-width: 0 0 0 6px;
    color: #696cff;
  }
  .p-message.p-message-info .p-message-icon {
    color: #696cff;
  }
  .p-message.p-message-info .p-message-close {
    color: #696cff;
  }
  .p-message.p-message-success {
    background: #e4f8f0;
    border: solid #1ea97c;
    border-width: 0 0 0 6px;
    color: #1ea97c;
  }
  .p-message.p-message-success .p-message-icon {
    color: #1ea97c;
  }
  .p-message.p-message-success .p-message-close {
    color: #1ea97c;
  }
  .p-message.p-message-warn {
    background: #fff2e2;
    border: solid #cc8925;
    border-width: 0 0 0 6px;
    color: #cc8925;
  }
  .p-message.p-message-warn .p-message-icon {
    color: #cc8925;
  }
  .p-message.p-message-warn .p-message-close {
    color: #cc8925;
  }
  .p-message.p-message-error {
    background: #ffe7e6;
    border: solid #ff5757;
    border-width: 0 0 0 6px;
    color: #ff5757;
  }
  .p-message.p-message-error .p-message-icon {
    color: #ff5757;
  }
  .p-message.p-message-error .p-message-close {
    color: #ff5757;
  }
  .p-message .p-message-text {
    font-size: 1rem;
    font-weight: 400;
  }
  .p-message .p-message-icon {
    font-size: 1.5rem;
    margin-right: 0.5rem;
  }
  .p-message .p-message-icon.p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-message .p-message-summary {
    font-weight: 700;
  }
  .p-message .p-message-detail {
    margin-left: 0.5rem;
  }

  .p-toast {
    opacity: 0.9;
  }
  .p-toast .p-toast-message {
    margin: 0 0 1rem 0;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
  .p-toast .p-toast-message .p-toast-message-content {
    padding: 1rem;
    border-width: 0 0 0 6px;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-message-text {
    margin: 0 0 0 1rem;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon {
    font-size: 2rem;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
    font-weight: 700;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-detail {
    margin: 0.5rem 0 0 0;
  }
  .p-toast .p-toast-message .p-toast-icon-close {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: transparent;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-toast .p-toast-message .p-toast-icon-close:hover {
    background: rgba(255, 255, 255, 0.3);
  }
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
  }
  .p-toast .p-toast-message.p-toast-message-info {
    background: #e9e9ff;
    border: solid #696cff;
    border-width: 0 0 0 6px;
    color: #696cff;
  }
  .p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
    color: #696cff;
  }
  .p-toast .p-toast-message.p-toast-message-success {
    background: #e4f8f0;
    border: solid #1ea97c;
    border-width: 0 0 0 6px;
    color: #1ea97c;
  }
  .p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
    color: #1ea97c;
  }
  .p-toast .p-toast-message.p-toast-message-warn {
    background: #fff2e2;
    border: solid #cc8925;
    border-width: 0 0 0 6px;
    color: #cc8925;
  }
  .p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
    color: #cc8925;
  }
  .p-toast .p-toast-message.p-toast-message-error {
    background: #ffe7e6;
    border: solid #ff5757;
    border-width: 0 0 0 6px;
    color: #ff5757;
  }
  .p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
    color: #ff5757;
  }

  .p-galleria .p-galleria-close {
    margin: 0.5rem;
    background: transparent;
    color: #f2f4f7;
    width: 4rem;
    height: 4rem;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-galleria .p-galleria-close .p-galleria-close-icon {
    font-size: 2rem;
  }
  .p-galleria .p-galleria-close .p-galleria-close-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-galleria .p-galleria-close:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #f2f4f7;
  }
  .p-galleria .p-galleria-item-nav {
    background: transparent;
    color: #f2f4f7;
    width: 4rem;
    height: 4rem;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    border-radius: 6px;
    margin: 0 0.5rem;
  }
  .p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
    font-size: 2rem;
  }
  .p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon.p-icon,
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
    background: rgba(255, 255, 255, 0.1);
    color: #f2f4f7;
  }
  .p-galleria .p-galleria-caption {
    background: rgba(0, 0, 0, 0.5);
    color: #f2f4f7;
    padding: 1rem;
  }
  .p-galleria .p-galleria-indicators {
    padding: 1rem;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator button {
    background-color: #ced4da;
    width: 1rem;
    height: 1rem;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
    background: #adb5bd;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background: #EEF2FF;
    color: #4338CA;
  }
  .p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
    margin-right: 0.5rem;
  }
  .p-galleria.p-galleria-indicators-left .p-galleria-indicator, .p-galleria.p-galleria-indicators-right .p-galleria-indicator {
    margin-bottom: 0.5rem;
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators {
    background: rgba(0, 0, 0, 0.5);
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button {
    background: rgba(255, 255, 255, 0.4);
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover {
    background: rgba(255, 255, 255, 0.6);
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background: #EEF2FF;
    color: #4338CA;
  }
  .p-galleria .p-galleria-thumbnail-container {
    background: rgba(0, 0, 0, 0.9);
    padding: 1rem 0.25rem;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
    margin: 0.5rem;
    background-color: transparent;
    color: #f2f4f7;
    width: 2rem;
    height: 2rem;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #f2f4f7;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
    transition: box-shadow 0.2s;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
  }

  .p-galleria-mask {
    --maskbg: rgba(0, 0, 0, 0.9);
  }

  .p-image-mask {
    --maskbg: rgba(0, 0, 0, 0.9);
  }

  .p-image-preview-indicator {
    background-color: transparent;
    color: #f2f4f7;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-image-preview-indicator .p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .p-image-preview-container:hover > .p-image-preview-indicator {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .p-image-toolbar {
    padding: 1rem;
  }

  .p-image-action.p-link {
    color: #f2f4f7;
    background-color: transparent;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    margin-right: 0.5rem;
  }
  .p-image-action.p-link:last-child {
    margin-right: 0;
  }
  .p-image-action.p-link:hover {
    color: #f2f4f7;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .p-image-action.p-link span {
    font-size: 1.5rem;
  }
  .p-image-action.p-link .p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .p-avatar {
    background-color: #dee2e6;
    border-radius: 6px;
  }
  .p-avatar.p-avatar-lg {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
  }
  .p-avatar.p-avatar-lg .p-avatar-icon {
    font-size: 1.5rem;
  }
  .p-avatar.p-avatar-xl {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
  }
  .p-avatar.p-avatar-xl .p-avatar-icon {
    font-size: 2rem;
  }

  .p-avatar-circle {
    border-radius: 50%;
  }

  .p-avatar-group .p-avatar {
    border: 2px solid #ffffff;
  }

  .p-chip {
    background-color: #dee2e6;
    color: #495057;
    border-radius: 16px;
    padding: 0 0.75rem;
  }
  .p-chip .p-chip-text {
    line-height: 1.5;
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .p-chip .p-chip-icon {
    margin-right: 0.5rem;
  }
  .p-chip img {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: -0.75rem;
    margin-right: 0.5rem;
  }
  .p-chip .p-chip-remove-icon {
    border-radius: 6px;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    margin-left: 0.5rem;
  }
  .p-chip .p-chip-remove-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
  }
  .p-chip .p-chip-remove-icon:focus {
    outline: 0 none;
  }

  .p-scrolltop {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-scrolltop.p-link {
    background: rgba(0, 0, 0, 0.7);
  }
  .p-scrolltop.p-link:hover {
    background: rgba(0, 0, 0, 0.8);
  }
  .p-scrolltop .p-scrolltop-icon {
    font-size: 1.5rem;
    color: #f2f4f7;
  }
  .p-scrolltop .p-scrolltop-icon.p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .p-skeleton {
    background-color: #dee2e6;
    border-radius: 6px;
  }
  .p-skeleton:after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  }

  .p-tag {
    background: #6366F1;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.4rem;
    border-radius: 6px;
  }
  .p-tag.p-tag-success {
    background-color: #22C55E;
    color: #ffffff;
  }
  .p-tag.p-tag-info {
    background-color: #3B82F6;
    color: #ffffff;
  }
  .p-tag.p-tag-warning {
    background-color: #F59E0B;
    color: #ffffff;
  }
  .p-tag.p-tag-danger {
    background-color: #EF4444;
    color: #ffffff;
  }
  .p-tag .p-tag-icon {
    margin-right: 0.25rem;
    font-size: 0.75rem;
  }
  .p-tag .p-tag-icon.p-icon {
    width: 0.75rem;
    height: 0.75rem;
  }

  .p-inplace .p-inplace-display {
    padding: 0.75rem 0.75rem;
    border-radius: 6px;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  }
  .p-inplace .p-inplace-display:not(.p-disabled):hover {
    background: #e9ecef;
    color: #495057;
  }
  .p-inplace .p-inplace-display:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
  }

  .p-progressbar {
    border: 0 none;
    height: 1.5rem;
    background: #dee2e6;
    border-radius: 6px;
  }
  .p-progressbar .p-progressbar-value {
    border: 0 none;
    margin: 0;
    background: #6366F1;
  }
  .p-progressbar .p-progressbar-label {
    color: #ffffff;
    line-height: 1.5rem;
  }

  .p-terminal {
    background: #ffffff;
    color: #495057;
    border: 1px solid #dee2e6;
    padding: 1.25rem;
  }
  .p-terminal .p-terminal-input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
  }

  .p-badge {
    background: #6366F1;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
  }
  .p-badge.p-badge-secondary {
    background-color: #64748B;
    color: #ffffff;
  }
  .p-badge.p-badge-success {
    background-color: #22C55E;
    color: #ffffff;
  }
  .p-badge.p-badge-info {
    background-color: #3B82F6;
    color: #ffffff;
  }
  .p-badge.p-badge-warning {
    background-color: #F59E0B;
    color: #ffffff;
  }
  .p-badge.p-badge-danger {
    background-color: #EF4444;
    color: #ffffff;
  }
  .p-badge.p-badge-lg {
    font-size: 1.125rem;
    min-width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem;
  }
  .p-badge.p-badge-xl {
    font-size: 1.5rem;
    min-width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }

  .p-tag {
    background: #6366F1;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.4rem;
    border-radius: 6px;
  }
  .p-tag.p-tag-success {
    background-color: #22C55E;
    color: #ffffff;
  }
  .p-tag.p-tag-info {
    background-color: #3B82F6;
    color: #ffffff;
  }
  .p-tag.p-tag-warning {
    background-color: #F59E0B;
    color: #ffffff;
  }
  .p-tag.p-tag-danger {
    background-color: #EF4444;
    color: #ffffff;
  }
}
@layer primereact {
  .p-button-label {
    font-weight: 700;
  }

  .p-accordion .p-accordion-header .p-accordion-header-link {
    transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  }

  .p-tabview .p-tabview-nav li .p-tabview-nav-link {
    transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  }
  .p-tabview .p-tabview-nav .p-tabview-ink-bar {
    z-index: 1;
    display: block;
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #6366F1;
    transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
  }

  .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
    background-color: #6366F1;
  }

  .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background-color: #6366F1;
  }

  .p-button:focus {
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #b1b3f8, 0 1px 2px 0 black;
  }
  .p-button.p-button-secondary:enabled:focus {
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #b0b9c6, 0 1px 2px 0 black;
  }
  .p-button.p-button-success:enabled:focus {
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #88eaac, 0 1px 2px 0 black;
  }
  .p-button.p-button-info:enabled:focus {
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #9dc1fb, 0 1px 2px 0 black;
  }
  .p-button.p-button-warning:enabled:focus {
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #facf85, 0 1px 2px 0 black;
  }
  .p-button.p-button-help:enabled:focus {
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #d4aafb, 0 1px 2px 0 black;
  }
  .p-button.p-button-danger:enabled:focus {
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #f7a2a2, 0 1px 2px 0 black;
  }

  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
    box-shadow: inset 0 2px 0 0 #6366F1;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
    box-shadow: inset 0 -2px 0 0 #6366F1;
  }
}
/* end primereact */

/* tombol donwload */
.pBtnDownload { 
	position:relative;
}
.btn-download {
	padding: 0px;
	border-radius: 8px;
	background: var(--base-white, #FFF);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.10), 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
	display:none;
	position:absolute;
	top:36px;
	width: 123px;
	left:0px;
	z-index:9999;
	overflow:hidden;
}
.btn-download li {
	padding: 10px;
}
.btn-download li a{
	color:#1d2939;
	font:var(--desktop-body-small-semibold, 600 16px/24px "NunitoSans-SemiBold", sans-serif );
}

.btn-download li:hover {
	background-color:#feefe6; 
}
.btn-download li:hover a {
	color: #f66d22;
}
/*end button download */


.frame-427319307 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  padding:10px;
}
.frame-624719 {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;

  position: relative;
}
.frame-1374 {
  background: #d0d5dd;
  border-radius: 6px;
  padding: 13px;
  flex-shrink: 0;
  width: 43px;
  height: 43px;
  position: relative;
  overflow: hidden;
}
.frame-624720 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.frame-427319336 {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;

  position: relative;
}
.total-ticket {
  color: var(--tertiary-500, #667085);
  text-align: left;
  font: var(
    --desktop-caption-large-regular,
    400 14px/20px "Nunito Sans",
    sans-serif
  );
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
._50 {
  color: var(--tertiary-900, #101828);
  text-align: left;
  font: var(
    --desktop-heading-heading-5,
    700 24px/36px "Nunito Sans",
    sans-serif
  );
  position: relative;
  
  display: flex;
  align-items: center;
  justify-content: flex-start;
}


/* Start Loading 

.spinner {
  animation: rotate 2s linear infinite;
  z-index: 9999;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;

  
  
}

.spinner .path {
    stroke: #F66D22;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}


 End Loading */
 
 /* marker cluster */
 .marker-cluster-telkom{
	background: rgb(2,0,36);
	background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(9,9,121,0.966999299719888) 35%, rgba(0,212,255,1) 100%);
    border-radius: 50%;
	text-align:center;
	line-height: 50%;
	color:#fff;
	padding-top:18px;
 }
 /* end marker*/
 
 
 /* fileupload */
 .p-fileupload-buttonbar>button.p-button{
	 display:none; 
 }
 
 /* end fileupload */
 .p-datatable-footer{ 
	position: relative;
	float: right;
	border: none;
	background-color: white;
	top: -55px;
 }
 
 .tracking_photos{
	 width:44px;
 }
 
 .parent_tracking_photos div {
	 float:left;
	 padding:3px;
 }
 
 
 @font-face {
  font-family: "Din";
  src: url(fonts/DIN-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}.icon_left{
    text-align: center;
    background: -webkit-gradient(linear,left top,right top,from(#A34FFE),to(#5934FC));
    background: -webkit-linear-gradient(left,#A34FFE,#5934FC);
    background: -moz-linear-gradient(left,#A34FFE,#5934FC);
    background: -o-linear-gradient(left,#A34FFE,#5934FC);
    background: linear-gradient(to right,#A34FFE,#5934FC);
    color: #fff;
    border-radius: 50%;
    height: 51px;
    width: 51px;
    line-height: 51px;
}
.icon_left i{
	line-height: 50px;
}
.bg_homebefore{
	position: relative;
}
.bg_homebefore:before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height:199px;
background: -webkit-linear-gradient(left,#A34FFE,#5934FC);
    background: -moz-linear-gradient(left,#A34FFE,#5934FC);
    background: -o-linear-gradient(left,#A34FFE,#5934FC);
    background: linear-gradient(to right,#9048fe,#6338fd);
}
.heading_home h2{
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
}
.heading_home p{
	color: #fff;
}
.state-view{
	margin: 0px;
	font-weight: bold;
}
.height_samegraph{
	height:260px !important;
}
.height_canvas{
	height: 250px !important;
}
.color_prple{
	color: #716aca;
}
.color_yellow{
	color: #ffd256;
}
.link_viewall a{
    color:#954afe;
    background-color: transparent;
    border: 1px solid #954afe;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: .813rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.link_viewall a:hover{
	    color: #fff;
    background-color: #954afe;
    border-color: #954afe;
}



.chat_box{
	    height:320px;
    overflow: hidden;
}
.chat_box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #dedede;
   }
.left_align_me{
	overflow: hidden;
}
.left_align_me img{
	float: left;
	    height: 40px;
    width: 40px;
}
.left_align_me .chat-info {
    float: left;
    background: #f7f7f7;
        width: calc(100% - 60px);
    border-radius: 8px;
    padding:15px;
    position: relative;
        margin-left: 20px;
}
.left_align_me .chat-info:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #f7f7f7;
    left: -10px;
    top: 12px;
        width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 12px;
}
.left_align_me .message, .right_align_me .message{
	margin: 0px;
	font-size: 14px;
}
.right_align_me .message{
	color: #fff;
}
.right_align_me img{
	float: right;
}
.right_align_me{
	margin: 15px 0px;
}
.right_align_me .chat-info{
    background: -webkit-gradient(linear,left top,right top,from(#A34FFE),to(#5934FC));
    background: -webkit-linear-gradient(left,#A34FFE,#5934FC);
    background: -moz-linear-gradient(left,#A34FFE,#5934FC);
    background: -o-linear-gradient(left,#A34FFE,#5934FC);
    background: linear-gradient(to right,#A34FFE,#5934FC);
    color: #fff;
        text-align: right;
            margin-right: 20px;
                width: calc(100% - 60px);
    border-radius: 8px;
    padding:15px;
    position: relative;
}
.right_align_me .chat-info:before {
       border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
        border-left: 10px solid #5b35fc;
    right: -10px;
    top: 12px;
        width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 12px;
}

.profile_wid_user{
	text-align: center;
}
.profile-widget-head {
    background-image: url(public/assetsV2/images/carousal-bg-ee98ba60.jpg);
    background-size: cover;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    float: left;
    padding: 30px 0 55px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 0;
    margin-bottom: 50px;
}
.profile-widget-head:before {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    color: #fff;
        background: -webkit-gradient(linear,left top,right top,from(#A34FFE),to(#5934FC));
    background: -webkit-linear-gradient(left,#A34FFE,#5934FC);
    background: -moz-linear-gradient(left,#A34FFE,#5934FC);
    background: -o-linear-gradient(left,#A34FFE,#5934FC);
    background: linear-gradient(to right,#A34FFE,#5934FC);
}
.profile-widget-head > h3 {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
}
.profile-widget-head > i {
    color: #fff;
    font-size: 13px;
    font-style: normal;
    margin-top: 6px;
}
.profile-widget-head > span {
    border: 3px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    bottom: 0;
    left: 50%;
    margin-bottom: -35px;
    margin-left: -40px;
    overflow: hidden;
    position: absolute;
}
.profile-widget-head > span > img {
    float: left;
    width: 70px;
    height: 70px;
}
.profile_wid_user > h4 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.3px;
    margin: 0 0 15px;
}
   .profile_wid_user > span {
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    border-radius: 21px;
    color: #fff;
    display: table;
    margin: 0 auto;
    padding: 7px 16px;
       background: -webkit-gradient(linear,left top,right top,from(#A34FFE),to(#5934FC));
    background: -webkit-linear-gradient(left,#A34FFE,#5934FC);
    background: -moz-linear-gradient(left,#A34FFE,#5934FC);
    background: -o-linear-gradient(left,#A34FFE,#5934FC);
    background: linear-gradient(to right,#A34FFE,#5934FC);
}
.profile_wid_user > span > i {
    margin-right: 7px;
}
.profile_wid_user > p {
    margin-top: 15px;
    padding: 0 22px;
    text-align: center;
}.profile_wid_user > p {
    margin-top: 15px;
    padding: 0 22px;
        margin-bottom: 9px;
    text-align: center;
}
.profile_wid_user > a {
    color: #a5a5a5;
    float: left;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
    margin-top: 8px;
    text-align: center;
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.social-btns {
    float: right;
    list-style: none outside none;
    margin: -35px 0 0;
    padding: 0;
}
.social-btns > li {
    float: right;
    list-style: none outside none;
    margin-left: 6px;
}
.social-btns > li > a {
    float: left;
}
.profile_wid_user > .social-btns {
    display: table;
    float: none;
    margin: 0 auto 25px;
}

.social-btns > li > a > i {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    color: #fff;
    float: left;
    font-size: 16px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 31px;
}
.social-btns > li > a > i.fa-facebook {
    background: #3b5998;
}
.social-btns > li > a > i.fa-google-plus {
    background: #dd4b39;
}
.social-btns > li > a > i.fa-twitter {
    background: #439ed6;
}

@media (min-width: 992px) and (max-width: 1199px){
	.chart_section .card-group .card{
		    width: 50%;
    flex: 0 0 50% !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.chart_section .card-group .card{
		    width: 50%;
    flex: 0 0 50% !important;
	}
}
@media (max-width:767px){
	.chart_section .card-group{
        flex-flow: column;
}
.chart_section .card-group>.card {
    margin-bottom: 15px;
}
}
#area-chart svg{
  
}
