@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap);

:root {
	--bs-sidebar-bg: #ffffff;
	--bs-sidebar-menu-item-color: #545a6d;
	--bs-sidebar-menu-sub-item-color: #545a6d;
	--bs-sidebar-menu-item-icon-color: #545a6d;
	--bs-sidebar-menu-item-hover-color: rgba(var(--bs-primary-rgb), 1);
	--bs-sidebar-menu-item-active-color: rgba(var(--bs-primary-rgb), 1);
	--bs-sidebar-menu-item-active-bg-color: #f3f8fb;
	--bs-sidebar-menu-item-active-bg-color-dark: #293552;
	--bs-sidebar-alert: rgba(81, 86, 190, 0.1);
	--bs-sidebar-dark-bg: #2C302E;
	--bs-sidebar-dark-menu-item-color: #99a4b1;
	--bs-sidebar-dark-menu-sub-item-color: #858d98;
	--bs-sidebar-dark-menu-item-icon-color: #858d98;
	--bs-sidebar-dark-menu-item-hover-color: #ffffff;
	--bs-sidebar-dark-menu-item-active-color: #ffffff;
	--bs-header-bg: #ffffff;
	--bs-header-item-color: #555b6d;
	--bs-header-dark-bg: #ffffff;
	--bs-header-dark-item-color: #867f7f;
	--bs-topbar-search-bg: rgba(243, 243, 249, .1);
	--bs-topbar-dark-search-bg: #363a38;
	--bs-search-width: 0px;
	--bs-search-border-color: #e9e9ef;
	--bs-box-shadow: 0 0.25rem 0.75rem rgba(18, 38, 63, .08);
	--bs-footer-bg: #ffffff;
	--bs-footer-color: #74788d;
	--bs-topnav-bg: #fbfaff;
	--bs-topnav-item-color: #ced4da;
	--bs-topnav-item-color-active: #fff;
	--bs-menu-item-color: #545a6d;
	--bs-menu-item-active-color: rgba(var(--bs-primary-rgb), 1);
	--bs-body-bg: #f4f5f8;
	--bs-body-color: #495057;
	--bs-body-color-rgb: 73, 80, 87;
	--bs-apex-grid-color: #f8f9fa;
	--bs-display-none: none;
	--bs-display-block: block;
	--bs-card-title-desc: #74788d;
	--bs-light: #e9e9ef;
	--bs-light-rgb: 233, 233, 239;
	--bs-dark: #2b3940;
	--bs-dark-rgb: 43, 57, 64;
	--bs-text-muted: #74788d;
	--bs-white: #fff;
	--bs-link-color: #1c84ee;
	--bs-link-hover-color: #1c84ee;
	--bs-border-color: #e9e9ef;
	--bs-card-logo-dark: block;
	--bs-card-logo-light: none;
	--bs-table-color: #495057;
	--bs-boxed-body-bg: #f0f0f0;
	--bs-toast-background-color: rgba(255, 255, 255, 0.85);
	--bs-toast-border-color: rgba(0, 0, 0, 0.1);
	--bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
	--bs-input-bg: #fff;
	--bs-input-group-addon-border-color: #ced4da;
	--bs-input-border: #ced4da;
	--bs-input-border-color: #ced4da;
	--bs-input-focus-border: #8ec2f7;
	--bs-input-disabled-bg: #e9e9ef;
	--bs-input-placeholder-color: #74788d;
	--bs-input-group-addon-bg: #e9e9ef;
	--bs-input-check-border: var(--bs-input-border)
}

:root .dropdown-menu {
	--bs-dropdown-bg: #fff;
	--bs-dropdown-link-color: #2b3940;
	--bs-dropdown-link-hover-color: #29363d;
	--bs-dropdown-link-hover-bg: #f8f9fa;
	--bs-dropdown-border-width: 1px
}

:root .card {
	--bs-card-bg: #fff;
	--bs-card-cap-bg: #fff;
	--bs-card-border-color: #e9e9ef
}

:root .modal {
	--bs-modal-bg: #fff;
	--bs-modal-content-bg: #fff;
	--bs-modal-content-border-color: #f6f6f6
}

:root .offcanvas {
	--bs-offcanvas-bg-color: #fff
}

:root .nav-tabs {
	--bs-nav-tabs-link-active-color: #495057;
	--bs-nav-tabs-link-active-bg: #fff;
	--bs-nav-tabs-link-active-border-color: #ced4da #ced4da transparent
}

:root .accordion {
	--bs-accordion-button-active-color: #1977d6;
	--bs-accordion-bg: #fff;
	--bs-accordion-button-bg: #e9e9ef
}

:root .progress {
	--bs-progress-bg: #e9e9ef
}

:root .list-group {
	--bs-list-group-bg: #fff;
	--bs-list-group-hover-bg: #f8f9fa
}

:root .popover {
	--bs-popover-bg: #fff
}

:root .pagination {
	--bs-pagination-hover-bg: #e9e9ef
}

[data-layout-mode=dark] {
	--bs-gray-100: #191e22;
	--bs-gray-200: #242a30;
	--bs-gray-300: #30373f;
	--bs-gray-400: #858d98;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #ced4da;
	--bs-gray-700: #f6f6f6;
	--bs-gray-800: #e9e9ef;
	--bs-gray-900: #f8f9fa;
	--bs-sidebar-bg: #242a30;
	--bs-sidebar-menu-item-color: #99a4b1;
	--bs-sidebar-menu-sub-item-color: #858d98;
	--bs-sidebar-menu-item-icon-color: #858d98;
	--bs-sidebar-menu-item-hover-color: #ffffff;
	--bs-sidebar-menu-item-active-color: #ffffff;
	--bs-sidebar-border-color: #373c39;
	--bs-sidebar-menu-item-active-bg-color: #34415d;
	--bs-sidebar-menu-item-active-bg-color-dark: #343747;
	--bs-sidebar-alert: #313533;
	--bs-sidebar-dark-bg: #242a30;
	--bs-sidebar-dark-menu-item-color: #99a4b1;
	--bs-sidebar-dark-menu-sub-item-color: #858d98;
	--bs-sidebar-dark-menu-item-icon-color: #858d98;
	--bs-sidebar-dark-menu-item-hover-color: #ffffff;
	--bs-sidebar-dark-menu-item-active-color: #ffffff;
	--bs-header-bg: #313533;
	--bs-header-item-color: #e9ecef;
	--bs-topbar-search-bg: #2f373f;
	--bs-topbar-dark-search-bg: #363a38;
	--bs-search-width: 1px;
	--bs-search-border-color: #3b403d;
	--bs-box-shadow: 0 0.25rem 0.75rem rgba($gray-300, .08);
	--bs-header-dark-bg: #282f36;
	--bs-header-dark-item-color: #e9ecef;
	--bs-footer-bg: #242a30;
	--bs-footer-color: #adb5bd;
	--bs-topnav-bg: #232a30;
	--bs-topnav-item-color: #858d98;
	--bs-topnav-item-color-active: #fff;
	--bs-menu-item-color: #99a4b1;
	--bs-menu-item-active-color: #ffffff;
	--bs-body-bg: #191e22;
	--bs-body-color: #ced4da;
	--bs-body-color-rgb: 73, 80, 87;
	--bs-apex-grid-color: #293037;
	--bs-display-none: block;
	--bs-display-block: none;
	--bs-card-title-desc: #858d98;
	--bs-twocolumn-menu-iconview-bg: #fff;
	--bs-twocolumn-menu-bg: #fff;
	--bs-twocolumn-menu-iconview-bg-dark: var(--bs-vertical-menu-bg-dark);
	--bs-twocolumn-menu-bg-dark: #30363a;
	--bs-twocolumn-menu-item-color-dark: var(--bs-vertical-menu-item-color-dark);
	--bs-twocolumn-menu-item-active-color-dark: #fff;
	--bs-twocolumn-menu-item-active-bg-dark: rgba(255, 255, 255, 0.15);
	--bs-boxed-body-bg: #101416;
	--bs-heading-color: #f6f6f6;
	--bs-light: #30373f;
	--bs-light-rgb: 48, 55, 63;
	--bs-dark: #e9e9ef;
	--bs-dark-rgb: 233, 233, 239;
	--bs-text-muted: #858d98;
	--bs-white: #242a30;
	--bs-link-color: #f6f6f6;
	--bs-link-hover-color: #f6f6f6;
	--bs-border-color: #30373f;
	--bs-card-logo-dark: none;
	--bs-card-logo-light: block;
	--bs-table-color: #858d98;
	--bs-boxed-body-bg: #3b403d;
	--bs-toast-background-color: rgba(48, 55, 63, 0.85);
	--bs-toast-border-color: rgba(255, 255, 255, 0.1);
	--bs-toast-header-border-color: rgba(255, 255, 255, 0.05);
	--bs-input-bg: #293037;
	--bs-input-group-addon-border-color: #30373f;
	--bs-input-border: #30373f;
	--bs-input-border-color: #30373f;
	--bs-input-focus-border: #39414b;
	--bs-input-disabled-bg: #242a30;
	--bs-input-placeholder-color: #858d98;
	--bs-input-group-addon-bg: #30373f;
	--bs-input-check-border: #39414b
}

[data-layout-mode=dark] .dropdown-menu {
	--bs-dropdown-bg: #272e34;
	--bs-dropdown-link-color: #adb5bd;
	--bs-dropdown-link-hover-color: #ecedee;
	--bs-dropdown-link-hover-bg: #30373f;
	--bs-dropdown-border-width: 1px
}

[data-layout-mode=dark] .card {
	--bs-card-bg: #242a30;
	--bs-card-cap-bg: #242a30;
	--bs-card-border-color: #2d343c
}

[data-layout-mode=dark] .modal {
	--bs-modal-bg: #242a30;
	--bs-modal-content-bg: #242a30;
	--bs-modal-content-border-color: #30373f
}

[data-layout-mode=dark] .offcanvas {
	--bs-offcanvas-bg-color: #242a30
}

[data-layout-mode=dark] .nav-tabs {
	--bs-nav-tabs-link-active-color: #f8f9fa;
	--bs-nav-tabs-link-active-bg: #242a30;
	--bs-nav-tabs-link-active-border-color: #858d98 #858d98 transparent
}

[data-layout-mode=dark] .accordion {
	--bs-accordion-button-active-color: #fff;
	--bs-accordion-bg: transparent;
	--bs-accordion-button-bg: #30373f
}

[data-layout-mode=dark] .progress {
	--bs-progress-bg: #30373f
}

[data-layout-mode=dark] .list-group {
	--bs-list-group-bg: #30373f;
	--bs-list-group-hover-bg: #293037
}

[data-layout-mode=dark] .popover {
	--bs-popover-bg: #262d33;
	--bs-popover-border-color: #30373f;
	--bs-popover-body-color: #ced4da;
	--bs-popover-header-bg: #2d343c
}

[data-layout-mode=dark] .pagination {
	--bs-pagination-bg: #242a30;
	--bs-pagination-hover-bg: #2d343c;
	--bs-pagination-disabled-bg: #242a30;
	--bs-pagination-focus-bg: #242a30
}

[data-theme-mode=default] {
	--bs-danger: #ef6767 !important;
	--bs-danger-rgb: 239, 103, 103 !important;
	--bs-success: #34c38f !important;
	--bs-success-rgb: 52, 195, 143 !important;
	--bs-primary: #1c84ee !important;
	--bs-primary-rgb: 28, 132, 238 !important
}

[data-theme-mode=red] {
	--bs-primary: #ff7784 !important;
	--bs-primary-rgb: 255, 119, 132 !important;
	--bs-danger: #34c38f !important;
	--bs-danger-rgb: 255, 119, 132 !important;
	--bs-success: #23d7e1 !important;
	--bs-success-rgb: 52, 195, 143 !important
}

[data-theme-mode=purple] {
	--bs-primary: #6951ce !important;
	--bs-primary-rgb: 105, 81, 206 !important;
	--bs-danger: #34c38f !important;
	--bs-danger-rgb: 239, 103, 103 !important;
	--bs-success: #f04d80 !important;
	--bs-success-rgb: 52, 195, 143 !important
}

[data-layout-mode=dark] .bg-dark {
	background-color: var(--bs-gray-200) !important;
	opacity: .7
}

#page-topbar {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1002;
	background-color: var(--bs-header-bg);
	border-bottom: 1px solid var(--bs-border-color);
	-webkit-box-shadow: 0 .25rem .75rem rgba(18, 38, 63, .08);
	box-shadow: 0 .25rem .75rem rgba(18, 38, 63, .08)
}

.navbar-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	height: 70px;
	padding: 0 24px 0 0
}

.navbar-header .dropdown .show.header-item {
	background-color: var(--bs-gray-100)
}

.navbar-brand-box {
	padding: 0 1.5rem;
	width: 250px;
	background: var(--bs-sidebar-bg);
	border-right: 1px solid transparent
}

.logo {
	line-height: 69px;
	color: inherit !important
}

.logo .logo-sm {
	display: none
}

.logo-txt {
	font-weight: 700;
	font-size: 18px;
	vertical-align: middle;
	margin-left: 5px;
	text-transform: uppercase;
	color: #1c84ee;
}

.logo-light {
	display: none
}

.app-search {
	padding: calc(30px / 2) 0;
	position: relative
}

.app-search .form-control {
	border: none;
	height: 40px;
	padding-left: 17px;
	padding-right: 50px;
	background-color: var(--bs-gray-200);
	-webkit-box-shadow: none;
	box-shadow: none
}

.app-search .btn {
	position: absolute;
	right: 3px;
	top: 3px;
	height: 34px;
	padding: 0 10px
}

body:not([data-sidebar-size=sm]) #vertical-menu-btn {
	margin-left: -52px;
	margin-right: 20px
}

@media (max-width:991.98px) {
	body:not([data-sidebar-size=sm]) #vertical-menu-btn {
		margin-left: 0
	}
}

.layout-mode-light {
	display: none
}

body[data-layout-mode=dark] .layout-mode-dark {
	display: none
}

body[data-layout-mode=dark] .layout-mode-light {
	display: inline-block
}

.megamenu-list li {
	position: relative;
	padding: 5px 0
}

.megamenu-list li a {
	color: var(--bs-body-color)
}

@media (max-width:992px) {
	.navbar-brand-box {
		width: auto
	}

	.logo span.logo-lg {
		display: none
	}

	.logo span.logo-sm {
		display: inline-block
	}
}

.page-content {
	padding: calc(70px + 24px) calc(24px / 2) 60px calc(24px / 2)
}

.header-item {
	height: 70px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: var(--bs-header-item-color);
	border: 0;
	border-radius: 0
}

.header-item:hover {
	color: var(--bs-header-item-color)
}

.header-profile-user {
	height: 36px;
	width: 36px;
	background-color: var(--bs-gray-600);
	padding: 3px
}

.noti-icon i {
	font-size: 22px;
	color: var(--bs-header-item-color)
}

.noti-icon .badge {
	position: absolute;
	top: 12px;
	right: 4px
}

.notification-item .d-flex {
	padding: .75rem 1rem
}

.notification-item .d-flex:hover {
	background-color: var(--bs-gray-100)
}

.dropdown-icon-item {
	display: block;
	border-radius: 3px;
	line-height: 34px;
	text-align: center;
	padding: 15px 0 9px;
	display: block;
	color: #74788d
}

.dropdown-icon-item img {
	height: 24px
}

.dropdown-icon-item span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.dropdown-icon-item:hover {
	background-color: var(--bs-gray-100)
}

.fullscreen-enable [data-toggle=fullscreen] .bx-fullscreen::before {
	content: "\ea3f"
}

body[data-topbar=dark] #page-topbar {
	background-color: var(--bs-header-bg);
	border-color: var(--bs-header-bg);
	-webkit-box-shadow: 0 .2rem .5rem rgba(18, 38, 63, .3);
	box-shadow: 0 .2rem .5rem rgba(18, 38, 63, .3)
}

body[data-topbar=dark] .navbar-brand-box {
	background-color: var(--bs-header-dark-bg);
	border-color: var(--bs-header-dark-bg)
}

body[data-topbar=dark] .navbar-brand-box .logo {
	color: #fff !important
}

body[data-topbar=dark] .navbar-header .dropdown .show.header-item {
	background-color: rgba(255, 255, 255, .05)
}

body[data-topbar=dark] .navbar-header .waves-effect .waves-ripple {
	background: rgba(255, 255, 255, .4)
}

body[data-topbar=dark] .header-item {
	color: var(--bs-header-dark-item-color)
}

body[data-topbar=dark] .header-item:hover {
	color: var(--bs-header-dark-item-color)
}

body[data-topbar=dark] .header-item.border-end,
body[data-topbar=dark] .header-item.border-start {
	border-color: rgba(255, 255, 255, .1) !important
}

body[data-topbar=dark] .header-item.bg-soft-light {
	background-color: rgba(255, 255, 255, .04) !important
}

body[data-topbar=dark] .header-profile-user {
	background-color: rgba(255, 255, 255, .25)
}

body[data-topbar=dark] .noti-icon i {
	color: var(--bs-header-dark-item-color)
}

body[data-topbar=dark] .logo-dark {
	display: none
}

body[data-topbar=dark] .logo-light {
	display: block
}

body[data-topbar=dark] .app-search {
	padding: calc(30px / 2) 0;
	position: relative
}

body[data-topbar=dark] .app-search .form-control {
	border: none;
	height: 40px;
	padding-left: 17px;
	padding-right: 50px;
	background-color: var(--bs-topbar-search-bg);
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff
}

body[data-topbar=dark] .app-search .btn {
	position: absolute;
	right: 3px;
	top: 3px;
	height: 34px;
	padding: 0 10px
}

body[data-topbar=dark] .app-search input.form-control::-webkit-input-placeholder,
body[data-topbar=dark] .app-search span {
	color: #fff
}

@media (max-width:600px) {
	.navbar-header .dropdown {
		position: static
	}

	.navbar-header .dropdown .dropdown-menu {
		left: 10px !important;
		right: 10px !important
	}
}

@media (max-width:380px) {
	.navbar-brand-box {
		display: none
	}
}

body[data-layout=horizontal] #page-topbar {
	-webkit-box-shadow: none;
	box-shadow: none
}

body[data-layout=horizontal] .navbar-brand-box {
	width: auto;
	border: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

@media (min-width:992px) {
	body[data-layout=horizontal] .navbar-brand-box {
		padding-left: 0;
		margin-right: 10px
	}
}

body[data-layout=horizontal] .page-content {
	margin-top: 70px;
	padding: calc(55px + 24px) calc(24px / 2) 60px calc(24px / 2)
}

@media (min-width:992px) {
	body[data-layout=horizontal] .navbar-header {
		padding-left: 24px;
		padding-right: 24px
	}
}

body[data-layout=horizontal][data-sidebar=dark] .navbar-brand-box {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

@media (max-width:992px) {
	body[data-layout=horizontal] .page-content {
		margin-top: 15px
	}
}

body[data-layout-mode=dark][data-topbar=light] .navbar-brand-box {
	background: var(--bs-header-bg);
	border-right: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

body[data-layout-mode=dark][data-topbar=light] .navbar-brand-box .logo {
	color: #2b3940 !important
}

body[data-layout-mode=dark][data-topbar=light] .logo-light {
	display: none
}

body[data-layout-mode=dark][data-topbar=light] .logo-dark {
	display: block
}

body[data-layout-mode=dark][data-topbar=light] #vertical-menu-btn {
	color: #2b3940 !important
}

body[data-layout-mode=dark][data-topbar=light] .header-item {
	color: var(--bs-header-item-color)
}

body[data-layout-mode=dark][data-topbar=light] .header-item:hover {
	color: var(--bs-header-item-color)
}

body[data-layout-mode=dark][data-topbar=light] .header-item.border-end,
body[data-layout-mode=dark][data-topbar=light] .header-item.border-start {
	border-color: rgba(43, 57, 64, .1) !important
}

body[data-layout-mode=dark][data-topbar=light] .header-item.bg-soft-light {
	background-color: rgba(43, 57, 64, .04) !important
}

body[data-layout-mode=dark][data-topbar=light] #page-topbar {
	background-color: var(--bs-header-bg);
	border-color: #f6f6f6
}

body[data-layout-mode=dark][data-topbar=light] .dropdown-icon-item {
	color: #adb5bd
}

body[data-layout-mode=dark][data-topbar=light] .dropdown-icon-item:hover {
	background-color: #f6f6f6
}

body[data-layout-mode=dark][data-topbar=light] .app-search .form-control {
	color: #adb5bd;
	background-color: #efeff3;
	border: 1px solid #f6f6f6
}

body[data-layout-mode=dark][data-topbar=light] .header-profile-user {
	background-color: #74788d
}

body[data-layout-mode=dark][data-topbar=light] .noti-icon i {
	color: var(--bs-header-item-color)
}

body[data-layout-mode=dark][data-topbar=light] .notification-item .d-flex:hover {
	background-color: #f8f9fa
}

.page-title-box {
	padding-bottom: 24px
}

.page-title-box .breadcrumb {
	background-color: transparent;
	padding: 0
}

.footer {
	bottom: 0;
	padding: 20px calc(24px / 2);
	position: absolute;
	right: 0;
	color: var(--bs-footer-color);
	left: 250px;
	height: 60px;
	background-color: var(--bs-footer-bg);
	border-top: 1px solid var(--bs-border-color)
}

@media (max-width:991.98px) {
	.footer {
		left: 0
	}
}

body[data-sidebar-size=sm] .footer {
	left: 70px
}

@media (max-width:991.98px) {
	body[data-sidebar-size=sm] .footer {
		left: 0
	}
}

body[data-layout=horizontal] .footer {
	left: 0 !important
}

.right-bar {
	background-color: var(--bs-white);
	-webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
	display: block;
	position: fixed;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	width: 300px;
	z-index: 9999;
	float: right !important;
	right: -310px;
	top: 0;
	bottom: 0
}

.right-bar .right-bar-toggle {
	background-color: #394c55;
	height: 24px;
	width: 24px;
	line-height: 24px;
	display: block;
	color: #e9e9ef;
	text-align: center;
	border-radius: 50%
}

.right-bar .right-bar-toggle:hover {
	background-color: #3f545f
}

.rightbar-overlay {
	background-color: rgba(43, 57, 64, .55);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
	z-index: 9998;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.right-bar-enabled .right-bar {
	right: 0
}

.right-bar-enabled .rightbar-overlay {
	display: block
}

@media (max-width:767.98px) {
	.right-bar {
		overflow: auto
	}

	.right-bar .slimscroll-menu {
		height: auto !important
	}
}

.metismenu {
	margin: 0
}

.metismenu li {
	display: block;
	width: 100%
}

.metismenu .mm-collapse {
	display: none
}

.metismenu .mm-collapse:not(.mm-show) {
	display: none
}

.metismenu .mm-collapse.mm-show {
	display: block
}

.metismenu .mm-collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility
}

.vertical-menu {
	width: 250px;
	z-index: 1001;
	background: var(--bs-sidebar-bg);
	bottom: 0;
	margin-top: 0;
	position: fixed;
	top: 70px;
	border-right: 1px solid transparent;
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1)
}

.main-content {
	margin-left: 250px;
	overflow: hidden
}

.main-content .content {
	padding: 0 15px 10px 15px;
	margin-top: 70px
}

#sidebar-menu {
	padding: 10px 0 30px 0
}

#sidebar-menu .mm-active>.has-arrow:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

#sidebar-menu .has-arrow:after {
	content: "\f0142";
	font-family: "Material Design Icons";
	display: block;
	float: right;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
	font-size: 1.1rem;
	margin-right: -5px;
	margin-top: -2px
}

#sidebar-menu ul li a {
	display: block;
	padding: .675rem 1.5rem;
	color: var(--bs-sidebar-menu-item-color);
	position: relative;
	font-size: .845rem;
	-webkit-transition: all .4s;
	transition: all .4s
}

#sidebar-menu ul li a i {
	display: inline-block;
	min-width: 1.75rem;
	padding-bottom: .125em;
	font-size: 1.25rem;
	line-height: 1.40625rem;
	vertical-align: middle;
	color: var(--bs-sidebar-menu-item-icon-color);
	-webkit-transition: all .4s;
	transition: all .4s
}

#sidebar-menu ul li a svg {
	height: 18px;
	width: 18px;
	color: var(--bs-sidebar-menu-item-icon-color);
	margin-right: 10px;
	margin-top: -3px
}

#sidebar-menu ul li a:hover {
	color: var(--bs-sidebar-menu-item-hover-color)
}

#sidebar-menu ul li a:hover i {
	color: var(--bs-sidebar-menu-item-hover-color)
}

#sidebar-menu ul li a:hover svg {
	color: var(--bs-sidebar-menu-item-hover-color)
}

#sidebar-menu ul li .badge {
	margin-top: 4px
}

#sidebar-menu ul li ul.sub-menu {
	padding: 0
}

#sidebar-menu ul li ul.sub-menu li a {
	padding: .425rem 1.5rem .425rem 3.5rem;
	font-size: .825rem;
	color: var(--bs-sidebar-menu-sub-item-color)
}

#sidebar-menu ul li ul.sub-menu li a:hover {
	color: var(--bs-sidebar-menu-item-hover-color)
}

#sidebar-menu ul li ul.sub-menu li ul.sub-menu {
	padding: 0
}

#sidebar-menu ul li ul.sub-menu li ul.sub-menu li a {
	padding: .4rem 1.5rem .4rem 4.5rem;
	font-size: 13px
}

.menu-title {
	padding: 12px 20px !important;
	pointer-events: none;
	cursor: default;
	font-size: 12px;
	color: var(--bs-sidebar-menu-item-icon-color);
	font-weight: 500
}

.mm-active>a {
	color: var(--bs-sidebar-menu-item-active-color) !important
}

.mm-active>a i {
	color: var(--bs-sidebar-menu-item-active-color) !important
}

.mm-active>a svg {
	color: var(--bs-sidebar-menu-item-active-color) !important
}

.mm-active .active {
	color: var(--bs-sidebar-menu-item-active-color) !important
}

.mm-active .active i {
	color: var(--bs-sidebar-menu-item-active-color) !important
}

.mm-active .active svg {
	color: var(--bs-sidebar-menu-item-active-color) !important
}

.mm-active>i {
	color: var(--bs-sidebar-menu-item-active-color) !important
}

.sidebar-alert {
	background-color: rgba(var(--bs-primary-rgb), .1)
}

.sidebar-alert .alertcard-title {
	color: rgba(var(--bs-primary-rgb), 1)
}

@media (max-width:992px) {
	.vertical-menu {
		display: none
	}

	.main-content {
		margin-left: 0 !important
	}

	body.sidebar-enable .vertical-menu {
		display: block
	}
}

body[data-sidebar-size=sm] {
	min-height: 1000px
}

body[data-sidebar-size=sm] .main-content {
	margin-left: 70px
}

body[data-sidebar-size=sm] .navbar-brand-box {
	width: 70px !important
}

body[data-sidebar-size=sm] .logo span.logo-lg {
	display: none
}

body[data-sidebar-size=sm] .logo span.logo-sm {
	display: block
}

body[data-sidebar-size=sm] .vertical-menu {
	position: absolute;
	width: 70px !important;
	z-index: 5
}

body[data-sidebar-size=sm] .vertical-menu .simplebar-content-wrapper,
body[data-sidebar-size=sm] .vertical-menu .simplebar-mask {
	overflow: visible !important
}

body[data-sidebar-size=sm] .vertical-menu .simplebar-scrollbar {
	display: none !important
}

body[data-sidebar-size=sm] .vertical-menu .simplebar-offset {
	bottom: 0 !important
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu .badge,
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu .menu-title,
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu .sidebar-alert {
	display: none !important
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu .nav.collapse {
	height: inherit !important
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li {
	position: relative;
	white-space: nowrap
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a {
	padding: 15px 20px;
	-webkit-transition: none;
	transition: none
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a:active,
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a:focus,
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a:hover {
	color: var(--bs-sidebar-menu-item-hover-color)
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a i {
	font-size: 1.45rem;
	margin-left: 4px
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a svg {
	height: 18px;
	width: 18px;
	margin-left: 6px
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a span {
	display: none;
	padding-left: 25px
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a.has-arrow:after {
	display: none
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a {
	position: relative;
	width: calc(190px + 70px);
	color: #1c84ee;
	background-color: var(--bs-sidebar-bg);
	-webkit-transition: none;
	transition: none
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a i {
	color: #1c84ee
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a svg {
	color: var(--bs-sidebar-menu-item-active-color)
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a span {
	display: inline
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>ul {
	display: block;
	left: 70px;
	position: absolute;
	width: 190px;
	height: auto !important;
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1)
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>ul ul {
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1)
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>ul a {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 8px 20px;
	position: relative;
	width: 190px;
	z-index: 6;
	color: var(--bs-sidebar-menu-sub-item-color)
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>ul a:hover {
	color: var(--bs-sidebar-menu-item-hover-color)
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul ul {
	padding: 5px 0;
	z-index: 9999;
	display: none;
	background-color: #fff
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul ul li:hover>ul {
	display: block;
	left: 190px;
	height: auto !important;
	margin-top: -36px;
	position: absolute;
	width: 190px;
	padding: 5px 0
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul ul li>a span.pull-right {
	position: absolute;
	right: 20px;
	top: 12px;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul ul li.active a {
	color: #f8f9fa
}

body[data-sidebar-size=sm] #sidebar-menu .mm-active>.has-arrow:after {
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

body[data-sidebar=dark] .navbar-brand-box {
	background: var(--bs-sidebar-dark-bg);
	-webkit-box-shadow: 0 3px 1px var(--bs-sidebar-dark-bg);
	box-shadow: 0 3px 1px var(--bs-sidebar-dark-bg);
	border-color: var(--bs-sidebar-dark-bg)
}

body[data-sidebar=dark] .navbar-brand-box .logo {
	color: #fff !important
}

body[data-sidebar=dark] .logo-dark {
	display: none
}

body[data-sidebar=dark] .logo-light {
	display: block
}

body[data-sidebar=dark] .vertical-menu {
	background: var(--bs-sidebar-dark-bg);
	border-color: var(--bs-sidebar-dark-bg)
}

@media (min-width:992px) {
	body[data-sidebar=dark] #vertical-menu-btn {
		color: var(--bs-header-dark-item-color)
	}
}

body[data-sidebar=dark] #sidebar-menu ul li a {
	color: var(--bs-sidebar-dark-menu-item-color)
}

body[data-sidebar=dark] #sidebar-menu ul li a i {
	color: var(--bs-sidebar-dark-menu-item-icon-color)
}

body[data-sidebar=dark] #sidebar-menu ul li a svg {
	color: var(--bs-sidebar-dark-menu-item-icon-color)
}

body[data-sidebar=dark] #sidebar-menu ul li a:hover {
	color: var(--bs-sidebar-dark-menu-item-hover-color)
}

body[data-sidebar=dark] #sidebar-menu ul li a:hover i {
	color: var(--bs-sidebar-dark-menu-item-hover-color)
}

body[data-sidebar=dark] #sidebar-menu ul li a:hover svg {
	color: var(--bs-sidebar-dark-menu-item-hover-color)
}

body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a {
	color: var(--bs-sidebar-dark-menu-sub-item-color)
}

body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a:hover {
	color: var(--bs-sidebar-dark-menu-item-hover-color)
}

body[data-sidebar=dark][data-sidebar-size=sm][data-topbar=dark] #vertical-menu-btn {
	color: var(--bs-header-dark-item-color)
}

body[data-sidebar=dark][data-sidebar-size=sm] #vertical-menu-btn {
	color: var(--bs-header-item-color)
}

body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a {
	background: var(--bs-sidebar-dark-bg);
	color: var(--bs-sidebar-dark-menu-item-hover-color)
}

body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a i {
	color: var(--bs-sidebar-dark-menu-item-hover-color)
}

body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a svg {
	color: var(--bs-sidebar-dark-menu-item-hover-color)
}

body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>ul a {
	color: var(--bs-sidebar-dark-menu-sub-item-color)
}

body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>ul a:hover {
	color: var(--bs-sidebar-dark-menu-item-hover-color)
}

body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul ul {
	background-color: var(--bs-sidebar-dark-bg)
}

body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu ul li.mm-active .active {
	color: var(--bs-sidebar-dark-menu-item-active-color) !important
}

body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu ul li.mm-active .active i {
	color: var(--bs-sidebar-dark-menu-item-active-color) !important
}

body[data-sidebar=dark] .mm-active {
	color: var(--bs-sidebar-dark-menu-item-active-color) !important
}

body[data-sidebar=dark] .mm-active>a {
	color: var(--bs-sidebar-dark-menu-item-active-color) !important
}

body[data-sidebar=dark] .mm-active>a i {
	color: var(--bs-sidebar-dark-menu-item-active-color) !important
}

body[data-sidebar=dark] .mm-active>a svg {
	color: var(--bs-sidebar-dark-menu-item-active-color) !important
}

body[data-sidebar=dark] .mm-active>i {
	color: var(--bs-sidebar-dark-menu-item-active-color) !important
}

body[data-sidebar=dark] .mm-active .active {
	color: var(--bs-sidebar-dark-menu-item-active-color) !important
}

body[data-sidebar=dark] .mm-active .active i {
	color: var(--bs-sidebar-dark-menu-item-active-color) !important
}

body[data-sidebar=dark] .mm-active .active svg {
	color: var(--bs-sidebar-dark-menu-item-active-color) !important
}

body[data-sidebar=dark] .menu-title {
	color: var(--bs-sidebar-dark-menu-item-icon-color)
}

body[data-sidebar=dark][data-sidebar-size=md] #sidebar-menu ul li.menu-title {
	background-color: var(--bs-sidebar-dark-bg)
}

body[data-layout=horizontal] .main-content {
	margin-left: 0 !important
}

body[data-sidebar-size=md] .navbar-brand-box {
	width: 160px
}

@media (max-width:991.98px) {
	body[data-sidebar-size=md] .navbar-brand-box {
		width: auto
	}
}

body[data-sidebar-size=md] .vertical-menu {
	width: 160px;
	text-align: center
}

body[data-sidebar-size=md] .vertical-menu .badge,
body[data-sidebar-size=md] .vertical-menu .has-arrow:after,
body[data-sidebar-size=md] .vertical-menu .sidebar-alert {
	display: none !important
}

body[data-sidebar-size=md] .main-content {
	margin-left: 160px
}

body[data-sidebar-size=md] .footer {
	left: 160px
}

@media (max-width:991.98px) {
	body[data-sidebar-size=md] .footer {
		left: 0
	}
}

body[data-sidebar-size=md] #sidebar-menu ul li a svg {
	display: block;
	margin: 0 auto 4px
}

body[data-sidebar-size=md] #sidebar-menu ul li ul.sub-menu li a {
	padding-left: 1.5rem
}

body[data-sidebar-size=md] #sidebar-menu ul li ul.sub-menu li ul.sub-menu li a {
	padding-left: 1.5rem
}

body[data-sidebar-size=md][data-sidebar-size=sm] .main-content {
	margin-left: 70px
}

body[data-sidebar-size=md][data-sidebar-size=sm] .vertical-menu #sidebar-menu {
	text-align: left
}

body[data-sidebar-size=md][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a svg {
	display: inline-block
}

body[data-sidebar-size=md][data-sidebar-size=sm] .footer {
	left: 70px
}

body[data-sidebar=brand] .vertical-menu {
	background-color: rgba(var(--bs-primary-rgb), 1)
}

body[data-sidebar=brand] .navbar-brand-box {
	background-color: rgba(var(--bs-primary-rgb), 1);
	-webkit-box-shadow: 0 1px 0 rgba(var(--bs-primary-rgb), 1);
	box-shadow: 0 1px 0 rgba(var(--bs-primary-rgb), 1)
}

body[data-sidebar=brand] .navbar-brand-box .logo-dark {
	display: none
}

body[data-sidebar=brand] .navbar-brand-box .logo-light {
	display: block
}

body[data-sidebar=brand] .navbar-brand-box .logo {
	color: #fff !important
}

body[data-sidebar=brand] .mm-active {
	color: #fff !important
}

body[data-sidebar=brand] .mm-active>a {
	color: #fff !important
}

body[data-sidebar=brand] .mm-active>a i {
	color: #fff !important
}

body[data-sidebar=brand] .mm-active>a svg {
	color: #fff !important
}

body[data-sidebar=brand] .mm-active .active {
	color: #fff !important
}

body[data-sidebar=brand] .mm-active .active svg {
	color: #fff !important
}

@media (min-width:992px) {
	body[data-sidebar=brand] #vertical-menu-btn {
		color: var(--bs-header-dark-item-color)
	}
}

body[data-sidebar=brand] #sidebar-menu ul li.menu-title {
	color: rgba(255, 255, 255, .6)
}

body[data-sidebar=brand] #sidebar-menu ul li a {
	color: rgba(255, 255, 255, .6)
}

body[data-sidebar=brand] #sidebar-menu ul li a i {
	color: rgba(255, 255, 255, .6)
}

body[data-sidebar=brand] #sidebar-menu ul li a svg {
	color: rgba(255, 255, 255, .6)
}

body[data-sidebar=brand] #sidebar-menu ul li a.waves-effect .waves-ripple {
	background: rgba(255, 255, 255, .1)
}

body[data-sidebar=brand] #sidebar-menu ul li a:hover {
	color: #fff
}

body[data-sidebar=brand] #sidebar-menu ul li a:hover i {
	color: #fff
}

body[data-sidebar=brand] #sidebar-menu ul li ul.sub-menu li a {
	color: rgba(255, 255, 255, .5)
}

body[data-sidebar=brand] #sidebar-menu ul li ul.sub-menu li a:hover {
	color: #fff
}

body[data-sidebar=brand] .sidebar-alert {
	background-color: rgba(255, 255, 255, .1);
	color: rgba(255, 255, 255, .5)
}

body[data-sidebar=brand] .sidebar-alert .alertcard-title {
	color: #fff
}

body[data-sidebar=brand][data-sidebar-size=sm][data-topbar=dark] #vertical-menu-btn {
	color: var(--bs-header-dark-item-color)
}

body[data-sidebar=brand][data-sidebar-size=sm] #vertical-menu-btn {
	color: var(--bs-header-item-color)
}

body[data-sidebar=brand][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a {
	background-color: #2589ef;
	color: #fff
}

body[data-sidebar=brand][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a i,
body[data-sidebar=brand][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a svg {
	color: #fff
}

body[data-sidebar=brand][data-sidebar-size=sm] .vertical-menu #sidebar-menu ul li.mm-active .active {
	color: #fff !important
}

body[data-sidebar=brand][data-sidebar-size=sm] .vertical-menu #sidebar-menu ul li ul.sub-menu li a:hover {
	color: var(--bs-sidebar-menu-item-active-color)
}

body[data-sidebar=brand][data-sidebar-size=sm] .vertical-menu #sidebar-menu ul li ul.sub-menu li.mm-active {
	color: var(--bs-sidebar-menu-item-active-color) !important
}

body[data-sidebar=brand][data-sidebar-size=sm] .vertical-menu #sidebar-menu ul li ul.sub-menu li.mm-active>a {
	color: var(--bs-sidebar-menu-item-active-color) !important
}

body[data-layout-mode=dark][data-sidebar=brand] .navbar-brand-box,
body[data-layout-mode=dark][data-sidebar=brand] .vertical-menu,
body[data-layout-mode=dark][data-sidebar=dark] .navbar-brand-box,
body[data-layout-mode=dark][data-sidebar=dark] .vertical-menu {
	border-color: transparent
}

body[data-layout-mode=dark][data-sidebar=light] .sidebar-alert {
	background-color: rgba(28, 132, 238, .1);
	color: #495057
}

body[data-layout-mode=dark][data-sidebar=light] .sidebar-alert .alertcard-title {
	color: #1c84ee
}

[dir=rtl] #sidebar-menu .has-arrow:after {
	content: "\f0141"
}

.topnav {
	background: var(--bs-header-bg);
	padding: 0 calc(24px / 2);
	margin-top: 70px;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 100;
	-webkit-box-shadow: 0 .25rem .75rem rgba(18, 38, 63, .08);
	box-shadow: 0 .25rem .75rem rgba(18, 38, 63, .08)
}

@media (min-width:992px) {
	.topnav {
		background: var(--bs-topnav-bg)
	}
}

.topnav .topnav-menu {
	margin: 0;
	padding: 0
}

.topnav .navbar-nav .nav-link {
	font-size: 14.4px;
	position: relative;
	padding: 1rem 1.3rem;
	color: var(--bs-menu-item-color)
}

.topnav .navbar-nav .nav-link i {
	font-size: 15px
}

.topnav .navbar-nav .nav-link svg {
	height: 16px;
	width: 16px;
	color: var(--bs-menu-item-color);
	margin-right: 7px;
	margin-top: -3px
}

.topnav .navbar-nav .nav-link:focus,
.topnav .navbar-nav .nav-link:hover {
	color: var(--bs-menu-item-active-color);
	background-color: transparent
}

.topnav .navbar-nav .nav-link:focus svg,
.topnav .navbar-nav .nav-link:hover svg {
	color: var(--bs-menu-item-active-color)
}

.topnav .navbar-nav .dropdown-item {
	color: var(--bs-menu-item-color)
}

.topnav .navbar-nav .dropdown-item.active,
.topnav .navbar-nav .dropdown-item:hover {
	color: var(--bs-menu-item-active-color)
}

.topnav .navbar-nav .nav-item .nav-link.active {
	color: var(--bs-menu-item-active-color)
}

.topnav .navbar-nav .nav-item .nav-link.active svg {
	color: var(--bs-menu-item-active-color)
}

.topnav .navbar-nav .dropdown.active>a {
	color: var(--bs-menu-item-active-color);
	background-color: transparent
}

.topnav .navbar-nav .dropdown.active>a svg {
	color: var(--bs-menu-item-active-color)
}

.topnav .menu-title {
	padding: 12px 24px !important
}

@media (max-width:991.98px) {
	.topnav .menu-title {
		padding: 12px 16px !important
	}
}

@media (min-width:1200px) {

	body[data-layout=horizontal] .container-fluid,
	body[data-layout=horizontal] .navbar-header {
		max-width: 85%
	}
}

@media (min-width:992px) {
	.topnav .navbar-nav .nav-item:first-of-type .nav-link {
		padding-left: 0
	}

	.topnav .dropdown-item {
		padding: .5rem 1.5rem;
		min-width: 180px
	}

	.topnav .dropdown.mega-dropdown .mega-dropdown-menu {
		left: 0;
		right: auto
	}

	.topnav .dropdown .dropdown-menu {
		margin-top: 0;
		border-radius: 0 0 .25rem .25rem
	}

	.topnav .dropdown .dropdown-menu .arrow-down::after {
		right: 15px;
		-webkit-transform: rotate(-135deg) translateY(-50%);
		transform: rotate(-135deg) translateY(-50%);
		position: absolute
	}

	.topnav .dropdown .dropdown-menu .dropdown .dropdown-menu {
		position: absolute;
		top: 0 !important;
		left: 100%;
		display: none
	}

	.topnav .dropdown:hover>.dropdown-menu {
		display: block
	}

	.topnav .dropdown:hover>.dropdown-menu>.dropdown:hover>.dropdown-menu {
		display: block
	}

	.navbar-toggle {
		display: none
	}
}

.arrow-down {
	display: inline-block
}

.arrow-down:after {
	border-color: initial;
	border-style: solid;
	border-width: 0 0 1px 1px;
	content: "";
	height: .4em;
	display: inline-block;
	right: 5px;
	top: 50%;
	margin-left: 10px;
	-webkit-transform: rotate(-45deg) translateY(-50%);
	transform: rotate(-45deg) translateY(-50%);
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: .4em
}

@media (max-width:1199.98px) {
	.topnav-menu .navbar-nav li:last-of-type .dropdown .dropdown-menu {
		right: 100%;
		left: auto
	}
}

@media (max-width:991.98px) {
	.navbar-brand-box .logo-dark {
		display: block
	}

	.navbar-brand-box .logo-dark span.logo-sm {
		display: block
	}

	.navbar-brand-box .logo-light {
		display: none
	}

	.topnav {
		max-height: 360px;
		overflow-y: auto;
		padding: 0
	}

	.topnav .navbar-nav .nav-link {
		padding: .75rem 1.1rem
	}

	.topnav .dropdown .dropdown-menu {
		background-color: transparent;
		border: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding-left: 24px
	}

	.topnav .dropdown .dropdown-menu.dropdown-mega-menu-xl {
		width: auto
	}

	.topnav .dropdown .dropdown-menu.dropdown-mega-menu-xl .row {
		margin: 0
	}

	.topnav .dropdown .dropdown-item {
		position: relative;
		background-color: transparent
	}

	.topnav .dropdown .dropdown-item.active,
	.topnav .dropdown .dropdown-item:active {
		color: #1c84ee
	}

	.topnav .arrow-down::after {
		right: 15px;
		position: absolute
	}
}

body[data-layout=horizontal][data-topbar=colored] #page-topbar {
	background-color: #1c84ee;
	-webkit-box-shadow: none;
	box-shadow: none
}

body[data-layout=horizontal][data-topbar=colored] .logo-dark {
	display: none
}

body[data-layout=horizontal][data-topbar=colored] .logo-light {
	display: block
}

body[data-layout=horizontal][data-topbar=colored] .app-search .form-control {
	background-color: rgba(var(--bs-topbar-search-bg), .07);
	color: #fff
}

body[data-layout=horizontal][data-topbar=colored] .app-search input.form-control::-webkit-input-placeholder,
body[data-layout=horizontal][data-topbar=colored] .app-search span {
	color: rgba(255, 255, 255, .5)
}

body[data-layout=horizontal][data-topbar=colored] .header-item {
	color: var(--bs-header-dark-item-color)
}

body[data-layout=horizontal][data-topbar=colored] .header-item:hover {
	color: var(--bs-header-dark-item-color)
}

body[data-layout=horizontal][data-topbar=colored] .navbar-header .dropdown .show.header-item {
	background-color: rgba(255, 255, 255, .1)
}

body[data-layout=horizontal][data-topbar=colored] .navbar-header .waves-effect .waves-ripple {
	background: rgba(255, 255, 255, .4)
}

body[data-layout=horizontal][data-topbar=colored] .noti-icon i {
	color: var(--bs-header-dark-item-color)
}

@media (min-width:992px) {
	body[data-layout=horizontal][data-topbar=colored] .topnav {
		background-color: #1c84ee
	}

	body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav .nav-link {
		color: rgba(255, 255, 255, .6)
	}

	body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav .nav-link:focus,
	body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav .nav-link:hover {
		color: rgba(255, 255, 255, .9)
	}

	body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav>.dropdown.active>a {
		color: rgba(255, 255, 255, .9) !important
	}
}

body[data-layout-size=boxed] {
	background-color: var(--bs-boxed-body-bg)
}

body[data-layout-size=boxed] #layout-wrapper {
	background-color: var(--bs-body-bg);
	max-width: 1300px;
	margin: 0 auto;
	-webkit-box-shadow: 0 .25rem .75rem rgba(18, 38, 63, .08);
	box-shadow: 0 .25rem .75rem rgba(18, 38, 63, .08);
	min-height: 100vh
}

body[data-layout-size=boxed] #page-topbar {
	max-width: 1300px;
	margin: 0 auto
}

body[data-layout-size=boxed] .footer {
	margin: 0 auto;
	max-width: calc(1300px - 250px)
}

@media (min-width:992px) {
	body[data-layout-size=boxed][data-sidebar-size=sm] #layout-wrapper {
		min-height: 1200px
	}
}

body[data-layout-size=boxed][data-sidebar-size=sm] .footer {
	max-width: calc(1300px - 70px)
}

body[data-layout-size=boxed][data-sidebar-size=md] .footer {
	max-width: calc(1300px - 160px)
}

body[data-layout=horizontal][data-layout-size=boxed] #layout-wrapper,
body[data-layout=horizontal][data-layout-size=boxed] #page-topbar,
body[data-layout=horizontal][data-layout-size=boxed] .footer {
	max-width: 100%
}

body[data-layout=horizontal][data-layout-size=boxed] .container-fluid,
body[data-layout=horizontal][data-layout-size=boxed] .navbar-header {
	max-width: 1300px
}

@media (min-width:992px) {

	body[data-layout-scrollable=true] #page-topbar,
	body[data-layout-scrollable=true] .vertical-menu {
		position: absolute
	}
}

@media (min-width:992px) {

	body[data-layout-scrollable=true][data-layout=horizontal] #page-topbar,
	body[data-layout-scrollable=true][data-layout=horizontal] .topnav {
		position: absolute
	}
}

/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */
.waves-effect {
	position: relative;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent
}

.waves-effect .waves-ripple {
	position: absolute;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	opacity: 0;
	background: rgba(0, 0, 0, .2);
	background: radial-gradient(rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .5) 60%, rgba(255, 255, 255, 0) 70%);
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	-webkit-transition-property: -webkit-transform, opacity;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform: scale(0) translate(0, 0);
	transform: scale(0) translate(0, 0);
	pointer-events: none
}

.waves-effect.waves-light .waves-ripple {
	background: rgba(255, 255, 255, .4);
	background: radial-gradient(rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 70%)
}

.waves-effect.waves-classic .waves-ripple {
	background: rgba(0, 0, 0, .2)
}

.waves-effect.waves-classic.waves-light .waves-ripple {
	background: rgba(255, 255, 255, .4)
}

.waves-notransition {
	-webkit-transition: none !important;
	transition: none !important
}

.waves-button,
.waves-circle {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%)
}

.waves-button,
.waves-button-input,
.waves-button:hover,
.waves-button:visited {
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	outline: 0;
	color: inherit;
	background-color: rgba(0, 0, 0, 0);
	font-size: 1em;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	z-index: 1
}

.waves-button {
	padding: .85em 1.1em;
	border-radius: .2em
}

.waves-button-input {
	margin: 0;
	padding: .85em 1.1em
}

.waves-input-wrapper {
	border-radius: .2em;
	vertical-align: bottom
}

.waves-input-wrapper.waves-button {
	padding: 0
}

.waves-input-wrapper .waves-button-input {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1
}

.waves-circle {
	text-align: center;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	border-radius: 50%
}

.waves-float {
	-webkit-mask-image: none;
	-webkit-box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, .12);
	box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, .12);
	-webkit-transition: all .3s;
	transition: all .3s
}

.waves-float:active {
	-webkit-box-shadow: 0 8px 20px 1px rgba(0, 0, 0, .3);
	box-shadow: 0 8px 20px 1px rgba(0, 0, 0, .3)
}

.waves-block {
	display: block
}

.waves-effect.waves-light .waves-ripple {
	background-color: rgba(255, 255, 255, .4)
}

.waves-effect.waves-primary .waves-ripple {
	background-color: rgba(28, 132, 238, .4)
}

.waves-effect.waves-success .waves-ripple {
	background-color: rgba(52, 195, 143, .4)
}

.waves-effect.waves-info .waves-ripple {
	background-color: rgba(22, 218, 241, .4)
}

.waves-effect.waves-warning .waves-ripple {
	background-color: rgba(255, 204, 90, .4)
}

.waves-effect.waves-danger .waves-ripple {
	background-color: rgba(239, 103, 103, .4)
}

.accordion-button {
	background-color: var(--bs-card-bg)
}

.accordion-button::after {
	background-image: none !important;
	content: "\f0415";
	font-family: "Material Design Icons";
	font-size: 20px;
	width: auto;
	height: auto
}

.accordion-button:not(.collapsed)::after {
	background-image: none !important;
	content: "\f0374";
	font-family: "Material Design Icons";
	font-size: 20px
}

[data-layout-mode=dark] .accordion-button:after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23adb5bd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.avatar-xs {
	height: 1rem;
	width: 1rem
}

.avatar-sm {
	height: 2rem;
	width: 2rem
}

.avatar-md {
	height: 3rem;
	width: 3rem
}

.avatar-lg {
	height: 4rem;
	width: 4rem
}

.avatar-xl {
	height: 5rem;
	width: 5rem
}

.avatar-xxl {
	height: 7.5rem;
	width: 7.5rem
}

.avatar-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #1c84ee;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 500;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%
}

.avatar-group {
	padding-left: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.avatar-group .avatar-group-item {
	margin-left: -12px;
	border: 2px solid #fff;
	border-radius: 50%;
	-webkit-transition: all .2s;
	transition: all .2s
}

.avatar-group .avatar-group-item:hover {
	position: relative;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px)
}

.font-size-10 {
	font-size: 10px !important
}

.font-size-11 {
	font-size: 11px !important
}

.font-size-12 {
	font-size: 12px !important
}

.font-size-13 {
	font-size: 13px !important
}

.font-size-14 {
	font-size: 14px !important
}

.font-size-15 {
	font-size: 15px !important
}

.font-size-16 {
	font-size: 16px !important
}

.font-size-17 {
	font-size: 17px !important
}

.font-size-18 {
	font-size: 18px !important
}

.font-size-20 {
	font-size: 20px !important
}

.font-size-22 {
	font-size: 22px !important
}

.font-size-24 {
	font-size: 24px !important
}

.fw-medium {
	font-weight: 500
}

.fw-semibold {
	font-weight: 600
}

.icon-xs {
	height: 14px;
	width: 14px
}

.icon-sm {
	height: 16px;
	width: 16px
}

.icon-md {
	height: 18px;
	width: 18px
}

.icon-lg {
	height: 20px;
	width: 20px
}

.icon-xl {
	height: 22px;
	width: 22px
}

.card-h-100 {
	height: calc(100% - 24px)
}

.social-list-item {
	height: 2rem;
	width: 2rem;
	line-height: calc(2rem - 4px);
	display: block;
	border: 2px solid #adb5bd;
	border-radius: 50%;
	color: #adb5bd;
	text-align: center;
	-webkit-transition: all .4s;
	transition: all .4s
}

.social-list-item:hover {
	color: #74788d;
	background-color: #e9e9ef
}

.w-xs {
	min-width: 80px
}

.w-sm {
	min-width: 95px
}

.w-md {
	min-width: 110px
}

.w-lg {
	min-width: 140px
}

.w-xl {
	min-width: 160px
}

.bg-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	opacity: .7;
	background-color: #000
}

.bg-overlay-gradient {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(43, 57, 64, .5)), to(#2b3940));
	background: linear-gradient(to bottom, rgba(43, 57, 64, .5) 30%, #2b3940 100%);
	position: absolute;
	height: 100%;
	width: 100%;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	opacity: .7
}

.alert-dismissible .btn-close {
	font-size: 10px;
	padding: 1.05rem 1.25rem;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat
}

.btn-group-vertical label {
	margin-bottom: 0
}

.btn-group label {
	margin-bottom: 0
}

[data-layout-mode=dark] .text-light {
	color: var(--bs-gray-600) !important
}

[data-layout-mode=dark] .text-body {
	color: var(--bs-gray-400) !important
}

[data-layout-mode=dark] .btn-close {
	-webkit-filter: invert(1) grayscale(100%) brightness(200%);
	filter: invert(1) grayscale(100%) brightness(200%)
}

[data-layout-mode=dark] .btn-close-white {
	-webkit-filter: invert(0) grayscale(100%) brightness(200%);
	filter: invert(0) grayscale(100%) brightness(200%)
}

[type=email]::-webkit-input-placeholder,
[type=number]::-webkit-input-placeholder,
[type=tel]::-webkit-input-placeholder,
[type=url]::-webkit-input-placeholder {
	text-align: left
}

[type=email]::-moz-placeholder,
[type=number]::-moz-placeholder,
[type=tel]::-moz-placeholder,
[type=url]::-moz-placeholder {
	text-align: left
}

[type=email]:-ms-input-placeholder,
[type=number]:-ms-input-placeholder,
[type=tel]:-ms-input-placeholder,
[type=url]:-ms-input-placeholder {
	text-align: left
}

[type=email]::-ms-input-placeholder,
[type=number]::-ms-input-placeholder,
[type=tel]::-ms-input-placeholder,
[type=url]::-ms-input-placeholder {
	text-align: left
}

[type=email]::placeholder,
[type=number]::placeholder,
[type=tel]::placeholder,
[type=url]::placeholder {
	text-align: left
}

.form-check {
	position: relative;
	text-align: left
}

.form-check-right {
	padding-left: 0;
	display: inline-block;
	padding-right: 1.5em
}

.form-check-right .form-check-input {
	float: right;
	margin-left: 0;
	margin-right: -1.5em
}

.form-check-right .form-check-label {
	display: block
}

.form-checkbox-outline .form-check-input {
	border-width: 2px;
	background-color: #fff
}

.form-checkbox-outline .form-check-input:active {
	-webkit-filter: none;
	filter: none
}

.form-checkbox-outline .form-check-input:checked {
	background-color: #fff !important
}

.form-checkbox-outline .form-check-input:checked[type=checkbox] {
	background-image: none
}

.form-checkbox-outline .form-check-input:checked:after {
	position: absolute;
	content: "\f012c";
	font-family: "Material Design Icons";
	top: -4px !important;
	left: 1px;
	font-size: 16px;
	color: #2b3940
}

.form-radio-outline .form-check-input {
	background-color: #fff;
	position: relative
}

.form-radio-outline .form-check-input:active {
	-webkit-filter: none;
	filter: none
}

.form-radio-outline .form-check-input:checked {
	background-color: #fff !important
}

.form-radio-outline .form-check-input:checked[type=checkbox] {
	background-image: none
}

.form-radio-outline .form-check-input:checked:after {
	position: absolute;
	content: "";
	top: 3px !important;
	left: 3px;
	width: 5px;
	height: 5px;
	border-radius: 50%
}

.form-check-primary .form-check-input:checked {
	background-color: #1c84ee;
	border-color: #1c84ee
}

.form-radio-primary .form-check-input:checked {
	border-color: #1c84ee;
	background-color: #1c84ee
}

.form-radio-primary .form-check-input:checked:after {
	background-color: #1c84ee
}

.form-check-secondary .form-check-input:checked {
	background-color: #74788d;
	border-color: #74788d
}

.form-radio-secondary .form-check-input:checked {
	border-color: #74788d;
	background-color: #74788d
}

.form-radio-secondary .form-check-input:checked:after {
	background-color: #74788d
}

.form-check-success .form-check-input:checked {
	background-color: #34c38f;
	border-color: #34c38f
}

.form-radio-success .form-check-input:checked {
	border-color: #34c38f;
	background-color: #34c38f
}

.form-radio-success .form-check-input:checked:after {
	background-color: #34c38f
}

.form-check-info .form-check-input:checked {
	background-color: #16daf1;
	border-color: #16daf1
}

.form-radio-info .form-check-input:checked {
	border-color: #16daf1;
	background-color: #16daf1
}

.form-radio-info .form-check-input:checked:after {
	background-color: #16daf1
}

.form-check-warning .form-check-input:checked {
	background-color: #ffcc5a;
	border-color: #ffcc5a
}

.form-radio-warning .form-check-input:checked {
	border-color: #ffcc5a;
	background-color: #ffcc5a
}

.form-radio-warning .form-check-input:checked:after {
	background-color: #ffcc5a
}

.form-check-purple .form-check-input:checked {
	background-color: #6f42c1;
	border-color: #6f42c1
}

.form-radio-purple .form-check-input:checked {
	border-color: #6f42c1;
	background-color: #6f42c1
}

.form-radio-purple .form-check-input:checked:after {
	background-color: #6f42c1
}

.form-check-danger .form-check-input:checked {
	background-color: #ef6767;
	border-color: #ef6767
}

.form-radio-danger .form-check-input:checked {
	border-color: #ef6767;
	background-color: #ef6767
}

.form-radio-danger .form-check-input:checked:after {
	background-color: #ef6767
}

.form-check-pink .form-check-input:checked {
	background-color: #e83e8c;
	border-color: #e83e8c
}

.form-radio-pink .form-check-input:checked {
	border-color: #e83e8c;
	background-color: #e83e8c
}

.form-radio-pink .form-check-input:checked:after {
	background-color: #e83e8c
}

.form-check-light .form-check-input:checked {
	background-color: #f6f6f6;
	border-color: #f6f6f6
}

.form-radio-light .form-check-input:checked {
	border-color: #f6f6f6;
	background-color: #f6f6f6
}

.form-radio-light .form-check-input:checked:after {
	background-color: #f6f6f6
}

.form-check-dark .form-check-input:checked {
	background-color: #2b3940;
	border-color: #2b3940
}

.form-radio-dark .form-check-input:checked {
	border-color: #2b3940;
	background-color: #2b3940
}

.form-radio-dark .form-check-input:checked:after {
	background-color: #2b3940
}

.form-check,
.form-check-input,
.form-check-label {
	cursor: pointer;
	margin-bottom: 0
}

.form-switch-md {
	font-size: 20px;
	min-height: 26px;
	line-height: 26px
}

.form-switch-md .form-check-label {
	font-size: .8125rem;
	vertical-align: middle
}

.form-switch-lg {
	font-size: 26px;
	min-height: 36px;
	line-height: 36px
}

.form-switch-lg .form-check-label {
	font-size: .8125rem;
	vertical-align: middle
}

.input-group-text {
	margin-bottom: 0
}

[data-layout-mode=dark] .form-select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ced4da' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e")
}

[data-layout-mode=dark] .form-switch .form-check-input,
[data-layout-mode=dark] .form-switch .form-check-input:focus {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ced4da'/%3e%3c/svg%3e")
}

[dir=rtl] input {
	text-align: end
}

.widget-box-1-icon {
	position: absolute;
	right: -25px;
	bottom: -25px;
	font-size: 6rem;
	opacity: .1
}

.widget-carousel .carousel-indicators {
	margin: 0 auto;
	position: relative
}

.dash-widget {
	width: 85px
}

.activity-border:before {
	content: "";
	position: absolute;
	height: 80px;
	border-left: 2px dashed #ced4da;
	top: 40px;
	left: 2px
}

.activity-wid {
	margin-left: 16px
}

.activity-wid .activity-list {
	position: relative;
	padding: 0 0 20px 45px
}

.activity-wid .activity-list .activity-icon {
	position: absolute;
	left: -20px;
	top: -3px;
	z-index: 2;
	background: #fff
}

.activity-wid .activity-list .activity-icon img {
	border: 5px solid #fff
}

.activity-wid .activity-list .activity-icon span {
	border: 5px solid #fff
}

.activity-wid .activity-list:last-child {
	padding-bottom: 0
}

.grid-example {
	background-color: rgba(28, 132, 238, .05);
	border-radius: 5px;
	font-weight: 500;
	padding: 10px 20px;
	font-size: .8rem
}

.bs-example-modal {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: 1;
	display: block
}

[dir=rtl] .modal-open {
	padding-left: 0 !important
}

.icon-demo-content {
	color: var(--bs-gray-500)
}

.icon-demo-content i,
.icon-demo-content svg {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 40px;
	height: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 20px;
	color: var(--bs-gray-600);
	-webkit-transition: all .4s;
	transition: all .4s;
	border: 1px solid var(--bs-gray-300);
	border-radius: 50%;
	margin-right: 16px;
	vertical-align: middle
}

.icon-demo-content svg {
	padding: 10px
}

.icon-demo-content .col-lg-4 {
	margin-top: 24px
}

.icon-demo-content .col-lg-4:hover i,
.icon-demo-content .col-lg-4:hover svg {
	background-color: rgba(var(--bs-primary-rgb), .2);
	color: rgba(var(--bs-primary-rgb), 1)
}

.grid-structure .grid-container {
	background-color: var(--bs-gray-100);
	margin-top: 10px;
	font-size: .8rem;
	font-weight: 500;
	padding: 10px 20px
}

.card-radio {
	background-color: #fff;
	border: 2px solid var(--bs-card-border-color);
	border-radius: .25rem;
	padding: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.card-radio:hover {
	cursor: pointer
}

.card-radio-label {
	display: block
}

.card-radio-input {
	display: none
}

.card-radio-input:checked+.card-radio {
	border-color: #1c84ee !important
}

.spin-left:before {
	-webkit-animation: spin-left 2s infinite linear;
	animation: spin-left 2s infinite linear
}

.spin-right:before {
	-webkit-animation: spin-right 2s infinite linear;
	animation: spin-right 2s infinite linear
}

@-webkit-keyframes spin-left {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(-359deg);
		transform: rotate(-359deg)
	}
}

@keyframes spin-left {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(-359deg);
		transform: rotate(-359deg)
	}
}

@-webkit-keyframes spin-right {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes spin-right {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.popover,
.tooltip {
	z-index: 9
}

@media print {

	.footer,
	.navbar-header,
	.page-title-box,
	.right-bar,
	.vertical-menu {
		display: none !important
	}

	.card-body,
	.main-content,
	.page-content,
	.right-bar,
	body {
		padding: 0;
		margin: 0
	}

	.card {
		border: 0
	}
}

[data-simplebar] {
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.simplebar-wrapper {
	overflow: hidden;
	width: inherit;
	height: inherit;
	max-width: inherit;
	max-height: inherit
}

.simplebar-mask {
	direction: inherit;
	position: absolute;
	overflow: hidden;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: auto !important;
	height: auto !important;
	z-index: 0
}

.simplebar-offset {
	direction: inherit !important;
	-webkit-box-sizing: inherit !important;
	box-sizing: inherit !important;
	resize: none !important;
	position: absolute;
	top: 0;
	left: 0 !important;
	bottom: 0;
	right: 0 !important;
	padding: 0;
	margin: 0;
	-webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
	direction: inherit;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	position: relative;
	display: block;
	height: 100%;
	width: auto;
	visibility: visible;
	overflow: auto;
	max-width: 100%;
	max-height: 100%;
	scrollbar-width: none;
	padding: 0 !important
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
	display: none
}

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

.simplebar-placeholder {
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
	-webkit-box-sizing: inherit !important;
	box-sizing: inherit !important;
	height: 100%;
	width: 100%;
	max-width: 1px;
	position: relative;
	float: left;
	max-height: 1px;
	overflow: hidden;
	z-index: -1;
	padding: 0;
	margin: 0;
	pointer-events: none;
	-webkit-box-flex: inherit;
	-ms-flex-positive: inherit;
	flex-grow: inherit;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0
}

.simplebar-height-auto-observer {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 1000%;
	width: 1000%;
	min-height: 1px;
	min-width: 1px;
	overflow: hidden;
	pointer-events: none;
	z-index: -1
}

.simplebar-track {
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
	overflow: hidden
}

[data-simplebar].simplebar-dragging .simplebar-content {
	pointer-events: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
	pointer-events: all
}

.simplebar-scrollbar {
	position: absolute;
	right: 2px;
	width: 6px;
	min-height: 10px
}

.simplebar-scrollbar:before {
	position: absolute;
	content: "";
	background: #a2adb7;
	border-radius: 7px;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear
}

.simplebar-scrollbar.simplebar-visible:before {
	opacity: .5;
	-webkit-transition: opacity 0s linear;
	transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
	top: 0;
	width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
	top: 2px;
	bottom: 2px
}

.simplebar-track.simplebar-horizontal {
	left: 0;
	height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
	height: 100%;
	left: 2px;
	right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	right: auto;
	left: 0;
	top: 2px;
	height: 7px;
	min-height: 0;
	min-width: 10px;
	width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
	right: auto;
	left: 0
}

.hs-dummy-scrollbar-size {
	direction: rtl;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	height: 500px;
	width: 500px;
	overflow-y: hidden;
	overflow-x: scroll
}

.simplebar-hide-scrollbar {
	position: fixed;
	left: 0;
	visibility: hidden;
	overflow-y: scroll;
	scrollbar-width: none
}

.custom-scroll {
	height: 100%
}

.bootstrap-touchspin.input-group>.input-group-prepend>.btn,
.bootstrap-touchspin.input-group>.input-group-prepend>.input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.bootstrap-touchspin.input-group>.input-group-append>.btn,
.bootstrap-touchspin.input-group>.input-group-append>.input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.bootstrap-touchspin .input-group-btn-vertical {
	right: 0
}

.bootstrap-touchspin .input-group-btn-vertical .btn {
	right: 0 !important;
	left: 100% !important
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 0 !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 4px !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important
}

.fc td,
.fc th {
	border: 1px solid var(--bs-border-color)
}

.fc .fc-toolbar h2 {
	font-size: 16px;
	line-height: 30px;
	text-transform: uppercase
}

@media (max-width:767.98px) {

	.fc .fc-toolbar .fc-center,
	.fc .fc-toolbar .fc-left,
	.fc .fc-toolbar .fc-right {
		float: none;
		display: block;
		text-align: center;
		clear: both;
		margin: 10px 0
	}

	.fc .fc-toolbar>*>* {
		float: none
	}

	.fc .fc-toolbar .fc-today-button {
		display: none
	}
}

.fc .fc-toolbar .btn {
	text-transform: capitalize
}

.fc th.fc-widget-header {
	background: #f6f6f6;
	color: #495057;
	line-height: 20px;
	padding: 10px 0;
	text-transform: uppercase;
	font-weight: 700
}

.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: #f6f6f6
}

.fc-unthemed td.fc-today {
	background: #efeff3
}

.fc-button {
	background: #fff;
	border-color: var(--bs-border-color);
	color: #495057;
	text-transform: capitalize;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 6px 12px !important;
	height: auto !important
}

.fc-state-active,
.fc-state-disabled,
.fc-state-down {
	background-color: #1c84ee;
	color: #fff;
	text-shadow: none
}

.fc-event {
	border-radius: 2px;
	border: none;
	cursor: move;
	font-size: .8125rem;
	margin: 5px 7px;
	padding: 5px 5px;
	text-align: center
}

.fc-event,
.fc-event-dot {
	background-color: #1c84ee
}

.fc-event .fc-content {
	color: #fff
}

#external-events .external-event {
	text-align: left;
	padding: 8px 16px
}

.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end.bg-dark {
	background-color: var(--bs-gray-900) !important
}

.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end.bg-dark .fc-content {
	color: var(--bs-light)
}

[dir=rtl] .fc-header-toolbar {
	direction: ltr !important
}

[dir=rtl] .fc-toolbar>*>:not(:first-child) {
	margin-left: .75em
}

@media (max-width:575.98px) {
	.fc-toolbar {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

#session-timeout-dialog .close {
	display: none
}

#session-timeout-dialog .countdown-holder {
	color: #ef6767;
	font-weight: 500
}

#session-timeout-dialog .btn-default {
	background-color: #fff;
	color: #ef6767;
	-webkit-box-shadow: none;
	box-shadow: none
}

.noUi-connect {
	background: rgba(var(--bs-primary-rgb), 1)
}

.noUi-handle {
	border-color: var(--bs-light);
	background: var(--bs-card-bg);
	-webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px var(--bs-light), 0 3px 6px -3px var(--bs-light) !important;
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px var(--bs-light), 0 3px 6px -3px var(--bs-light) !important
}

.noUi-horizontal {
	height: 8px
}

.noUi-horizontal .noUi-handle {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	right: -10px;
	top: -7px
}

.noUi-horizontal .noUi-handle::after,
.noUi-horizontal .noUi-handle::before {
	display: none
}

.noUi-horizontal .noUi-handle:focus {
	outline: 0
}

.noUi-connects,
.noUi-touch-area {
	cursor: pointer
}

.noUi-pips-horizontal {
	height: 50px
}

.noUi-vertical {
	width: 8px
}

.noUi-vertical .noUi-handle {
	height: 20px;
	width: 20px;
	right: -7px;
	top: -12px;
	border-radius: 50%
}

.noUi-vertical .noUi-handle::after,
.noUi-vertical .noUi-handle::before {
	display: none
}

.noUi-vertical .noUi-handle:focus {
	outline: 0
}

.noUi-value {
	font-size: 12px
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 6px
}

.noUi-marker-horizontal.noUi-marker {
	display: none
}

.noUi-target {
	background-color: var(--bs-light);
	border-color: var(--bs-light);
	-webkit-box-shadow: inset 0 1px 1px var(--bs-light), 0 3px 6px -5px var(--bs-light);
	box-shadow: inset 0 1px 1px var(--bs-light), 0 3px 6px -5px var(--bs-light)
}

.noUi-touch-area:focus {
	outline: 0
}

#blue,
#green,
#red {
	margin: 10px;
	display: inline-block;
	height: 200px
}

#colorpicker {
	height: 240px;
	width: 310px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid var(--bs-border-color)
}

#result {
	margin: 60px 26px;
	height: 100px;
	width: 100px;
	display: inline-block;
	vertical-align: top;
	border: 1px solid var(--bs-border-color);
	-webkit-box-shadow: 0 0 3px;
	box-shadow: 0 0 3px;
	border-radius: 7px
}

#red .noUi-connect {
	background: #ef6767
}

#green .noUi-connect {
	background: #34c38f
}

#blue .noUi-connect {
	background: #1c84ee
}

.form-control.keyboard {
	max-width: 340px !important
}

#input-number,
#input-select {
	padding: 7px;
	margin: 15px 5px 5px;
	width: 70px
}

.example-val {
	font-size: 12px;
	color: var(--bs-text-muted);
	display: block;
	margin: 15px 0
}

.example-val:before {
	content: "Value: ";
	font-size: 12px;
	font-weight: 600
}

.noUi-tooltip {
	display: none
}

.noUi-active .noUi-tooltip {
	display: block
}

.c-1-color {
	background: #ef6767
}

.c-2-color {
	background: #ffcc5a
}

.c-3-color {
	background: #34c38f
}

.c-4-color {
	background: #1c84ee
}

.c-5-color {
	background: #6f42c1
}

#slider-toggle {
	height: 50px
}

#slider-toggle.off .noUi-handle {
	border-color: #ef6767
}

.swal2-container .swal2-title {
	font-size: 22px;
	font-weight: 500;
	color: var(--bs-body-color)
}

.swal2-html-container {
	color: var(--bs-body-color)
}

.swal2-modal {
	font-size: 14px
}

.swal2-popup {
	background-color: #fff
}

.swal2-icon.swal2-question {
	border-color: #16daf1;
	color: #16daf1
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
	background-color: #34c38f
}

.swal2-icon.swal2-success .swal2-success-ring {
	border-color: rgba(52, 195, 143, .3)
}

.swal2-icon.swal2-warning {
	border-color: #ffcc5a;
	color: #ffcc5a
}

.swal2-styled:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.swal2-progress-steps .swal2-progress-step {
	background: #1c84ee
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
	background: #1c84ee
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step,
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line {
	background: rgba(28, 132, 238, .3)
}

.swal2-progress-steps .swal2-progress-step-line {
	background: #1c84ee
}

.swal2-loader {
	border-color: #1c84ee transparent #1c84ee transparent
}

[data-layout-mode=dark] .swal2-popup {
	background-color: var(--bs-gray-300)
}

.alertify .ajs-header {
	color: var(--bs-gray-600);
	border-bottom: 1px solid var(--bs-input-border)
}

.alertify .ajs-body {
	color: var(--bs-gray-600)
}

.alertify .ajs-body .ajs-content .ajs-input {
	background-color: var(--bs-input-bg);
	border: 1px solid var(--bs-input-border)
}

.alertify .ajs-footer {
	border-top: 1px solid var(--bs-input-border)
}

.alertify .ajs-footer .ajs-buttons .ajs-button {
	color: var(--bs-gray-600)
}

.alertify .ajs-header {
	font-weight: 500
}

.alertify .ajs-dialog {
	-webkit-box-shadow: 0 .25rem .75rem rgba(18, 38, 63, .08);
	box-shadow: 0 .25rem .75rem rgba(18, 38, 63, .08);
	background-color: #fff
}

.alertify .ajs-dialog .ajs-footer,
.alertify .ajs-dialog .ajs-header {
	background-color: var(--bs-modal-bg)
}

.alertify .ajs-footer .ajs-buttons .ajs-button {
	font-weight: 500
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
	color: #1c84ee
}

.alertify .ajs-footer .ajs-buttons.ajs-primary {
	text-align: right
}

.alertify .ajs-body .ajs-content .ajs-input:focus-visible {
	outline: 0
}

.alertify .ajs-commands {
	right: 4px;
	left: auto;
	margin: -14px 0 0 24px
}

.alertify-notifier .ajs-message {
	background-color: #1c84ee;
	border-color: #1c84ee;
	color: #fff;
	text-shadow: none !important
}

.alertify-notifier .ajs-message.ajs-success {
	background-color: #34c38f;
	border-color: #34c38f
}

.alertify-notifier .ajs-message.ajs-error {
	background-color: #ef6767;
	border-color: #ef6767
}

.alertify-notifier .ajs-message.ajs-warning {
	background-color: #ffcc5a;
	border-color: #ffcc5a
}

.alertify-notifier.ajs-right {
	right: 10px;
	left: auto
}

.alertify-notifier.ajs-right .ajs-message {
	right: -320px;
	left: auto
}

.alertify-notifier.ajs-right .ajs-message.ajs-visible {
	right: 290px;
	left: auto
}

.alertify-notifier.ajs-left {
	left: 10px;
	right: auto
}

.alertify-notifier.ajs-left .ajs-message {
	left: -300px;
	right: auto
}

.alertify-notifier.ajs-left .ajs-message.ajs-visible {
	left: 0;
	right: auto
}

[data-layout-mode=dark] .alertify .ajs-dialog {
	background-color: var(--bs-gray-300)
}

.pristine-error {
	margin-top: 2px;
	color: #ef6767
}

.has-success .form-control {
	border-color: #34c38f
}

.has-danger .form-control {
	border-color: #ef6767
}

.choices__inner {
	padding: .25rem 2.5rem .25rem .5rem;
	background-color: var(--bs-input-bg);
	vertical-align: middle;
	border-radius: .25rem;
	border: 1px solid var(--bs-input-border) !important;
	min-height: 38px
}

.choices__heading {
	border-bottom: 1px solid var(--bs-input-border)
}

.is-focused .choices__inner,
.is-open .choices__inner {
	border-color: var(--bs-input-border)
}

.choices__list--dropdown {
	border-color: var(--bs-input-border) !important
}

.choices__list--dropdown {
	border: 1px solid var(--bs-border-color) !important;
	-webkit-box-shadow: 0 .25rem .75rem rgba(18, 38, 63, .08);
	box-shadow: 0 .25rem .75rem rgba(18, 38, 63, .08)
}

.choices[data-type*=select-one] .choices__input {
	background-color: var(--bs-input-bg) !important;
	border-color: var(--bs-input-border)
}

.choices[data-type*=select-one] .choices__inner {
	padding-bottom: .25rem;
	background-color: var(--bs-input-bg) !important
}

.choices[data-type*=select-one] .choices__button {
	right: 0;
	left: auto;
	margin-right: 25px;
	margin-left: 0
}

.choices[data-type*=select-one]:after {
	border-color: var(--bs-dark) transparent transparent;
	right: 11.5px;
	left: auto
}

.choices[data-type*=select-one].is-open:after {
	border-color: transparent transparent var(--bs-dark)
}

.choices__input {
	background-color: var(--bs-input-bg);
	margin-bottom: 0;
	color: var(--bs-gray-600)
}

.choices__list--multiple {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.choices__list--multiple .choices__item {
	background-color: rgba(var(--bs-primary-rgb), 1);
	border-color: rgba(var(--bs-primary-rgb), 1);
	margin-bottom: 0;
	margin-right: 7px;
	font-weight: 400
}

.choices__list--multiple .choices__item.is-highlighted {
	background-color: rgba(var(--bs-primary-rgb), 1);
	border: 1px solid rgba(var(--bs-primary-rgb), 1)
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
	background-color: var(--bs-light)
}

.is-disabled .choices__list--multiple .choices__item {
	background-color: #74788d;
	border-color: #74788d
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
	border-left: 1px solid rgba(255, 255, 255, .5);
	margin: 0 -4px 0 8px;
	border-right: 0
}

.choices__list--dropdown {
	background-color: var(--bs-card-bg);
	border: 1px solid var(--bs-input-border)
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
	background-color: var(--bs-gray-300)
}

input[switch] {
	display: none
}

input[switch]+label {
	font-size: 1em;
	line-height: 1;
	width: 56px;
	height: 24px;
	background-color: #ced4da;
	background-image: none;
	border-radius: 2rem;
	padding: .16667rem;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	position: relative;
	font-weight: 500;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}

input[switch]+label:before {
	color: #2b3940;
	content: attr(data-off-label);
	display: block;
	font-family: inherit;
	font-weight: 500;
	font-size: 12px;
	line-height: 21px;
	position: absolute;
	right: 1px;
	margin: 3px;
	top: -2px;
	text-align: center;
	min-width: 1.66667rem;
	overflow: hidden;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}

input[switch]+label:after {
	content: "";
	position: absolute;
	left: 3px;
	background-color: #e9e9ef;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 2rem;
	height: 20px;
	width: 20px;
	top: 2px;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}

input[switch]:checked+label {
	background-color: #1c84ee
}

input[switch]:checked+label {
	background-color: #1c84ee
}

input[switch]:checked+label:before {
	color: #fff;
	content: attr(data-on-label);
	right: auto;
	left: 3px
}

input[switch]:checked+label:after {
	left: 33px;
	background-color: #e9e9ef
}

input[switch=bool]+label {
	background-color: #ef6767
}

input[switch=bool]+label:before,
input[switch=bool]:checked+label:before,
input[switch=default]:checked+label:before {
	color: #fff
}

input[switch=bool]:checked+label {
	background-color: #34c38f
}

input[switch=default]:checked+label {
	background-color: #a2a2a2
}

input[switch=primary]:checked+label {
	background-color: #1c84ee
}

input[switch=success]:checked+label {
	background-color: #34c38f
}

input[switch=info]:checked+label {
	background-color: #16daf1
}

input[switch=warning]:checked+label {
	background-color: #ffcc5a
}

input[switch=danger]:checked+label {
	background-color: #ef6767
}

input[switch=dark]:checked+label {
	background-color: #2b3940
}

input[switch=dark]:checked+label:before {
	color: #f6f6f6
}

.square-switch {
	margin-right: 7px
}

.square-switch input[switch]+label,
.square-switch input[switch]+label:after {
	border-radius: 4px
}

.pcr-app {
	background: #fff
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview {
	margin-right: .75em;
	margin-left: 0
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-chooser,
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-opacity {
	margin-left: .75em;
	margin-right: 0
}

.flatpickr-input[readonly] {
	background-color: var(--bs-input-bg)
}

.flatpickr-months,
.flatpickr-weekdays {
	background-color: rgba(var(--bs-primary-rgb), 1)
}

span.flatpickr-weekday {
	color: #fff;
	font-weight: 500
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
	background-color: transparent !important
}

.flatpickr-am-pm:focus,
.flatpickr-am-pm:hover,
.numInput:focus,
.numInput:hover,
.numInputWrapper:focus,
.numInputWrapper:hover {
	background-color: transparent !important
}

.flatpickr-weekdays {
	height: 36px !important;
	border-bottom: 1px solid var(--bs-border-color)
}

.flatpickr-day {
	color: var(--bs-dark) !important
}

.flatpickr-day:focus,
.flatpickr-day:hover {
	background-color: rgba(246, 246, 246, .7) !important
}

.flatpickr-day.today {
	border-color: rgba(var(--bs-primary-rgb), 1) !important;
	background-color: rgba(var(--bs-primary-rgb), .1)
}

.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
	color: var(--bs-dark) !important;
	background-color: rgba(var(--bs-primary-rgb), .15) !important
}

.flatpickr-day.selected {
	background-color: rgba(var(--bs-primary-rgb), 1) !important;
	border-color: rgba(var(--bs-primary-rgb), 1) !important;
	color: #fff !important
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
	color: rgba(var(--bs-dark), .3) !important
}

.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
	background-color: var(--bs-light) !important;
	border-color: var(--bs-light) !important
}

.flatpickr-day.inRange {
	-webkit-box-shadow: -5px 0 0 #f6f6f6, 5px 0 0 #f6f6f6;
	box-shadow: -5px 0 0 #f6f6f6, 5px 0 0 #f6f6f6
}

.flatpickr-months .flatpickr-month,
.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
	color: rgba(255, 255, 255, .9) !important;
	fill: rgba(255, 255, 255, .9) !important
}

.flatpickr-monthDropdown-month {
	color: rgba(0, 0, 0, .8)
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
	color: rgba(255, 255, 255, .9) !important
}

.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time input {
	color: var(--bs-dark) !important
}

.flatpickr-calendar {
	background-color: var(--bs-dropdown-bg) !important;
	-webkit-box-shadow: 1px 0 0 var(--bs-border-color), -1px 0 0 var(--bs-border-color), 0 1px 0 var(--bs-border-color), 0 -1px 0 var(--bs-border-color), 0 3px 13px rgba(0, 0, 0, .08) !important;
	box-shadow: 1px 0 0 var(--bs-border-color), -1px 0 0 var(--bs-border-color), 0 1px 0 var(--bs-border-color), 0 -1px 0 var(--bs-border-color), 0 3px 13px rgba(0, 0, 0, .08) !important
}

.flatpickr-calendar.hasTime .flatpickr-time {
	border-top: 1px solid var(--bs-border-color) !important
}

.flatpickr-months {
	border-radius: 5px 5px 0 0
}

.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
	fill: rgba(255, 255, 255, .9) !important
}

.ck.ck-reset_all,
.ck.ck-reset_all * {
	color: var(--bs-gray-700) !important
}

.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
	border-color: var(--bs-input-border) !important
}

.ck.ck-toolbar {
	background-color: var(--bs-light) !important;
	border: 1px solid var(--bs-input-border) !important
}

.ck.ck-toolbar.ck-toolbar_grouping>.ck-toolbar__items {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important
}

.ck.ck-toolbar .ck.ck-toolbar__separator {
	background: 0 0 !important
}

.ck.ck-editor__main>.ck-editor__editable {
	border-top: 0 !important;
	background-color: var(--bs-card-bg) !important;
	border-color: var(--bs-input-border) !important;
	-webkit-box-shadow: 0 .25rem .75rem rgba(18, 38, 63, .08) !important;
	box-shadow: 0 .25rem .75rem rgba(18, 38, 63, .08) !important
}

.ck.ck-dropdown__panel,
.ck.ck-list {
	background: var(--bs-dropdown-bg) !important;
	border: 1px solid var(--bs-border-color) !important;
	-webkit-box-shadow: 0 .25rem .75rem rgba(18, 38, 63, .08) !important;
	box-shadow: 0 .25rem .75rem rgba(18, 38, 63, .08) !important
}

.ck.ck-reset_all,
.ck.ck-reset_all * {
	color: #495057 !important
}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne,
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se {
	left: 0;
	right: auto !important
}

.ck.ck-editor__editable_inline[dir=rtl] {
	text-align: left !important
}

.ck-editor__editable {
	min-height: 245px !important
}

.ck.ck-button.ck-on:not(.ck-disabled):active,
.ck.ck-button.ck-on:not(.ck-disabled):hover,
a.ck.ck-button.ck-on:not(.ck-disabled):active,
a.ck.ck-button.ck-on:not(.ck-disabled):hover {
	background: #f6f6f6 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.ck.ck-button:active,
.ck.ck-button:focus,
a.ck.ck-button:active,
a.ck.ck-button:focus {
	background: #f6f6f6 !important;
	border-color: #f6f6f6 !important
}

.ck.ck-tooltip .ck-tooltip__text {
	background: #2b3940 !important;
	color: #f6f6f6 !important
}

.ck.ck-button:not(.ck-disabled):hover,
.ck.ck-toolbar .ck.ck-button.ck-on,
a.ck.ck-button.ck-on,
a.ck.ck-button:not(.ck-disabled):hover {
	background: var(--bs-light) !important
}

.ck.ck-list__item .ck-button .ck-button__label {
	font-family: "Noto Sans SC", sans-serif
}

.ck.ck-button.ck-on,
.ck.ck-button:not(.ck-disabled):hover,
a.ck.ck-button.ck-on,
a.ck.ck-button:not(.ck-disabled):hover {
	background-color: var(--bs-light) !important
}

.tox-tinymce {
	border: 1px solid var(--bs-input-border) !important
}

.tox .tox-collection__item {
	color: var(--bs-dropdown-link-color) !important
}

.tox .tox-collection--toolbar.tox-collection--toolbar-lg.tox-selected-menu,
.tox .tox-menu.tox-collection.tox-collection--list.tox-selected-menu,
.tox .tox-swatches-menu.tox-selected-menu {
	-webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
	-webkit-animation-name: DropDownSlide !important;
	animation-name: DropDownSlide !important;
	-webkit-animation-duration: .3s !important;
	animation-duration: .3s !important;
	-webkit-animation-fill-mode: both !important;
	animation-fill-mode: both !important;
	margin: 0 !important;
	position: absolute !important;
	z-index: 1000 !important;
	padding: .5rem 0 !important;
	background-color: var(--bs-dropdown-bg) !important;
	border: var(--bs-dropdown-border-width) solid var(--bs-border-color) !important;
	border-radius: .25rem !important
}

.tox .tox-collection--list .tox-collection__group {
	border-color: var(--bs-border-color) !important
}

.tox .tox-collection--list .tox-collection__item--active {
	color: var(--bs-dropdown-link-hover-color) !important;
	background-color: var(--bs-dropdown-link-hover-bg) !important
}

.tox .tox-collection__group-heading {
	color: var(--bs-dropdown-link-hover-color) !important;
	background-color: var(--bs-dropdown-link-hover-bg) !important
}

.tox .tox-statusbar {
	border-top: 1px solid var(--bs-light) !important
}

.tox .tox-edit-area__iframe,
.tox .tox-menubar,
.tox .tox-statusbar {
	background-color: var(--bs-card-bg) !important;
	background: 0 0 !important
}

.tox .tox-mbtn {
	color: #495057 !important
}

.tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) {
	background-color: #f6f6f6 !important
}

.tox .tox-tbtn:hover {
	background-color: #f6f6f6 !important
}

.tox .tox-toolbar,
.tox .tox-toolbar__overflow,
.tox .tox-toolbar__primary {
	background: var(--bs-light) !important
}

.tox .tox-toolbar__primary {
	border-top-color: var(--bs-light) !important
}

.tox .tox-tbtn {
	color: #495057 !important
}

.tox .tox-tbtn svg {
	fill: #495057 !important
}

.tox .tox-edit-area__iframe {
	background-color: var(--bs-card-bg) !important
}

.tox .tox-statusbar a,
.tox .tox-statusbar__path-item,
.tox .tox-statusbar__wordcount {
	color: #495057 !important
}

.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
	border-right: 1px solid var(--bs-light) !important
}

.tox .tox-collection--toolbar .tox-collection__item--active {
	background-color: #f6f6f6 !important
}

.tox .tox-tbtn:hover {
	background-color: var(--bs-light) !important
}

[dir=rtl] .ck.ck-toolbar>.ck-toolbar__items {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.dropzone {
	min-height: 230px;
	border: 2px dashed var(--bs-gray-400);
	background: var(--bs-card-bg);
	border-radius: 6px
}

.dropzone .dz-message {
	font-size: 24px;
	width: 100%
}

.twitter-bs-wizard .twitter-bs-wizard-nav .step-icon {
	display: inline-block;
	width: 56px;
	height: 56px;
	line-height: 56px;
	border: 1px solid rgba(var(--bs-primary-rgb), .2);
	color: rgba(var(--bs-primary-rgb), 1);
	text-align: center;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	font-size: 20px
}

@media (max-width:575.98px) {
	.twitter-bs-wizard .twitter-bs-wizard-nav .step-icon {
		width: 40px;
		height: 40px;
		line-height: 38px
	}
}

.twitter-bs-wizard .twitter-bs-wizard-nav .step-title {
	margin-left: 6px
}

.twitter-bs-wizard .twitter-bs-wizard-nav .nav-item:last-child .nav-link::after {
	display: none
}

.twitter-bs-wizard .twitter-bs-wizard-nav .nav-item .nav-link.done .step-icon {
	background-color: rgba(var(--bs-primary-rgb), 1);
	color: #fff
}

.twitter-bs-wizard .twitter-bs-wizard-nav .nav-item .nav-link.done .uil:before {
	content: "\e9c3"
}

.twitter-bs-wizard .twitter-bs-wizard-nav .nav-link {
	font-size: 14px;
	position: relative
}

@media (max-width:575.98px) {
	.twitter-bs-wizard .twitter-bs-wizard-nav .nav-link {
		padding: .5rem
	}
}

.twitter-bs-wizard .twitter-bs-wizard-nav .nav-link::after {
	content: "";
	position: absolute;
	width: 75%;
	height: 2px;
	background-color: var(--bs-border-color);
	left: 62%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media (max-width:575.98px) {
	.twitter-bs-wizard .twitter-bs-wizard-nav .nav-link::after {
		display: none
	}
}

.twitter-bs-wizard .twitter-bs-wizard-nav .nav-link.active {
	color: #495057;
	background-color: transparent
}

.twitter-bs-wizard .twitter-bs-wizard-nav .nav-link.active .step-icon {
	background-color: rgba(var(--bs-primary-rgb), .2);
	color: rgba(var(--bs-primary-rgb), 1);
	border-color: rgba(var(--bs-primary-rgb), .2)
}

.twitter-bs-wizard .twitter-bs-wizard-pager-link {
	padding-top: 24px;
	padding-left: 0;
	list-style: none;
	margin-bottom: 0
}

.twitter-bs-wizard .twitter-bs-wizard-pager-link li {
	display: inline-block
}

.twitter-bs-wizard .twitter-bs-wizard-pager-link li.next {
	float: right
}

.twitter-bs-wizard-tab-content {
	padding-top: 24px;
	min-height: 262px
}

div.dataTables_wrapper div.dataTables_filter {
	text-align: right
}

@media (max-width:767px) {
	div.dataTables_wrapper div.dataTables_filter {
		text-align: center
	}
}

div.dataTables_wrapper div.dataTables_filter input {
	margin-left: .5em;
	margin-right: 0
}

.table.dataTable.dtr-inline.collapsed>tbody>tr>td,
table.dataTable.dtr-inline.collapsed>tbody>tr>td {
	position: relative
}

.table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control {
	padding-left: 30px
}

.table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before {
	top: 50%;
	left: 5px;
	height: 14px;
	width: 14px;
	margin-top: -9px;
	display: block;
	position: absolute;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 14px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	text-align: center;
	text-indent: 0 !important;
	line-height: 14px;
	content: "+";
	background-color: #1c84ee
}

.table.dataTable>thead>tr>td:not(.sorting_disabled),
.table.dataTable>thead>tr>th:not(.sorting_disabled),
table.dataTable>thead>tr>td:not(.sorting_disabled),
table.dataTable>thead>tr>th:not(.sorting_disabled) {
	padding-right: 30px;
	padding-left: 12px
}

.table.dataTable>thead .sorting::before,
.table.dataTable>thead .sorting_asc::before,
.table.dataTable>thead .sorting_asc_disabled::before,
.table.dataTable>thead .sorting_desc::before,
.table.dataTable>thead .sorting_desc_disabled::before,
table.dataTable>thead .sorting::before,
table.dataTable>thead .sorting_asc::before,
table.dataTable>thead .sorting_asc_disabled::before,
table.dataTable>thead .sorting_desc::before,
table.dataTable>thead .sorting_desc_disabled::before {
	right: 1em;
	left: auto
}

.table.dataTable>thead .sorting::after,
.table.dataTable>thead .sorting_asc::after,
.table.dataTable>thead .sorting_asc_disabled::after,
.table.dataTable>thead .sorting_desc::after,
.table.dataTable>thead .sorting_desc_disabled::after,
table.dataTable>thead .sorting::after,
table.dataTable>thead .sorting_asc::after,
table.dataTable>thead .sorting_asc_disabled::after,
table.dataTable>thead .sorting_desc::after,
table.dataTable>thead .sorting_desc_disabled::after {
	right: .5em;
	left: auto
}

.select2-container .select2-selection--single {
	background-color: var(--bs-input-bg);
	border: 1px solid var(--bs-input-border);
	height: 38px
}

.select2-container .select2-selection--single:focus {
	outline: 0
}

.select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 36px;
	padding-left: .75rem;
	color: var(--bs-body-color)
}

.select2-container .select2-selection--single .select2-selection__arrow {
	height: 34px;
	width: 34px;
	right: 3px
}

.select2-container .select2-selection--single .select2-selection__arrow b {
	border-color: #adb5bd transparent transparent transparent;
	border-width: 6px 6px 0 6px
}

.select2-container .select2-selection--single .select2-selection__placeholder {
	color: #495057
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #adb5bd transparent !important;
	border-width: 0 6px 6px 6px !important
}

.select2-container--default .select2-search--dropdown {
	padding: 10px;
	background-color: var(--bs-dropdown-bg)
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid var(--bs-input-border);
	background-color: var(--bs-input-bg);
	color: #74788d;
	outline: 0
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #1c84ee
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: var(--bs-dropdown-link-hover-bg);
	color: var(--bs-dropdown-link-hover-color)
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
	background-color: #1c84ee;
	color: #fff
}

.select2-results__option {
	padding: 6px 12px
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-left: .75rem
}

.select2-dropdown {
	border: 1px solid var(--bs-border-color);
	background-color: var(--bs-dropdown-bg);
	-webkit-box-shadow: 0 .25rem .75rem rgba(18, 38, 63, .08);
	box-shadow: 0 .25rem .75rem rgba(18, 38, 63, .08)
}

.select2-search input {
	border: 1px solid #f6f6f6
}

.select2-container .select2-selection--multiple {
	min-height: 38px;
	background-color: var(--bs-input-bg);
	border: 1px solid var(--bs-input-border) !important
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	padding: 2px .75rem
}

.select2-container .select2-selection--multiple .select2-search__field {
	border: 0;
	color: var(--bs-body-color)
}

.select2-container .select2-selection--multiple .select2-search__field::-webkit-input-placeholder {
	color: var(--bs-body-color)
}

.select2-container .select2-selection--multiple .select2-search__field::-moz-placeholder {
	color: var(--bs-body-color)
}

.select2-container .select2-selection--multiple .select2-search__field:-ms-input-placeholder {
	color: var(--bs-body-color)
}

.select2-container .select2-selection--multiple .select2-search__field::-ms-input-placeholder {
	color: var(--bs-body-color)
}

.select2-container .select2-selection--multiple .select2-search__field::placeholder {
	color: var(--bs-body-color)
}

.select2-container .select2-selection--multiple .select2-selection__choice {
	background-color: var(--bs-gray-200);
	border: 1px solid var(--bs-gray-200);
	border-radius: 1px;
	padding: 0 7px
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #ced4da
}

.select2-container--default .select2-results__group {
	font-weight: 600
}

.select2-result-repository__avatar {
	float: left;
	width: 60px;
	margin-right: 10px
}

.select2-result-repository__avatar img {
	width: 100%;
	height: auto;
	border-radius: 2px
}

.select2-result-repository__statistics {
	margin-top: 7px
}

.select2-result-repository__forks,
.select2-result-repository__stargazers,
.select2-result-repository__watchers {
	display: inline-block;
	font-size: 11px;
	margin-right: 1em;
	color: #adb5bd
}

.select2-result-repository__forks .fa,
.select2-result-repository__stargazers .fa,
.select2-result-repository__watchers .fa {
	margin-right: 4px
}

.select2-result-repository__forks .fa.fa-flash::before,
.select2-result-repository__stargazers .fa.fa-flash::before,
.select2-result-repository__watchers .fa.fa-flash::before {
	content: "\f0e7";
	font-family: "Font Awesome 5 Free"
}

.select2-results__option--highlighted .select2-result-repository__forks,
.select2-results__option--highlighted .select2-result-repository__stargazers,
.select2-results__option--highlighted .select2-result-repository__watchers {
	color: rgba(255, 255, 255, .8)
}

.select2-result-repository__meta {
	overflow: hidden
}

.img-flag {
	margin-right: 7px;
	height: 15px;
	width: 18px
}

.table-rep-plugin .btn-toolbar {
	display: block
}

.table-rep-plugin .table-responsive {
	border: none !important
}

.table-rep-plugin .btn-group .btn-default {
	background-color: #74788d;
	color: #f6f6f6;
	border: 1px solid #74788d
}

.table-rep-plugin .btn-group .btn-default.btn-primary {
	background-color: rgba(var(--bs-primary-rgb), 1);
	border-color: rgba(var(--bs-primary-rgb), 1);
	color: #fff;
	-webkit-box-shadow: 0 0 0 2px rgba(var(--bs-primary-rgb), .5);
	box-shadow: 0 0 0 2px rgba(var(--bs-primary-rgb), .5)
}

.table-rep-plugin .btn-group.pull-right {
	float: right
}

.table-rep-plugin .btn-group.pull-right .dropdown-menu {
	right: 0;
	-webkit-transform: none !important;
	transform: none !important;
	top: 100% !important
}

.table-rep-plugin tbody th {
	font-size: 14px;
	font-weight: 400
}

.table-rep-plugin .checkbox-row {
	padding-left: 40px;
	color: var(--bs-gray-400) !important
}

.table-rep-plugin .checkbox-row:hover {
	background-color: var(--bs-gray-200) !important
}

.table-rep-plugin .checkbox-row label {
	display: inline-block;
	padding-left: 5px;
	position: relative
}

.table-rep-plugin .checkbox-row label::before {
	-o-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #f6f6f6;
	content: "";
	display: inline-block;
	height: 17px;
	left: 0;
	margin-left: -20px;
	position: absolute;
	transition: .3s ease-in-out;
	width: 17px;
	outline: 0 !important
}

.table-rep-plugin .checkbox-row label::after {
	color: #e9e9ef;
	display: inline-block;
	font-size: 11px;
	height: 16px;
	left: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	position: absolute;
	top: -1px;
	width: 16px
}

.table-rep-plugin .checkbox-row input[type=checkbox] {
	cursor: pointer;
	opacity: 0;
	z-index: 1;
	outline: 0 !important
}

.table-rep-plugin .checkbox-row input[type=checkbox]:disabled+label {
	opacity: .65
}

.table-rep-plugin .checkbox-row input[type=checkbox]:focus+label::before {
	outline-offset: -2px;
	outline: 0
}

.table-rep-plugin .checkbox-row input[type=checkbox]:checked+label::after {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900
}

.table-rep-plugin .checkbox-row input[type=checkbox]:disabled+label::before {
	background-color: #f8f9fa;
	cursor: not-allowed
}

.table-rep-plugin .checkbox-row input[type=checkbox]:checked+label::before {
	background-color: rgba(var(--bs-primary-rgb), 1);
	border-color: rgba(var(--bs-primary-rgb), 1)
}

.table-rep-plugin .checkbox-row input[type=checkbox]:checked+label::after {
	color: #fff
}

.table-rep-plugin .fixed-solution .sticky-table-header {
	top: 70px !important;
	background-color: rgba(var(--bs-primary-rgb), 1)
}

.table-rep-plugin .fixed-solution .sticky-table-header table {
	color: #fff
}

.table-rep-plugin .sticky-table-header,
.table-rep-plugin table.focus-on tbody tr.focused td,
.table-rep-plugin table.focus-on tbody tr.focused th {
	background: rgba(var(--bs-primary-rgb), 1);
	border-color: rgba(var(--bs-primary-rgb), 1);
	color: #fff
}

.table-rep-plugin .sticky-table-header table,
.table-rep-plugin table.focus-on tbody tr.focused td table,
.table-rep-plugin table.focus-on tbody tr.focused th table {
	color: #fff
}

@media (min-width:992px) {
	body[data-layout=horizontal] .fixed-solution .sticky-table-header {
		top: 120px !important
	}
}

.table-edits input,
.table-edits select {
	height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	border: 1px solid var(--bs-input-border);
	background-color: var(--bs-input-bg);
	color: var(--bs-body-color);
	border-radius: .25rem
}

.table-edits input:focus,
.table-edits select:focus {
	outline: 0;
	border-color: var(--bs-input-focus-border)
}

.apex-charts {
	min-height: 10px !important
}

.apex-charts text {
	font-family: var(--bs-font-sans-serif) !important;
	fill: var(--bs-gray-500)
}

.apex-charts .apexcharts-canvas {
	margin: 0 auto
}

.apexcharts-gridline line {
	stroke: var(--bs-gray-300)
}

.apexcharts-tooltip-text,
.apexcharts-tooltip-title {
	font-family: var(--bs-font-sans-serif) !important
}

.apexcharts-tooltip {
	border: 1px solid var(--bs-border-color) !important;
	background-color: var(--bs-card-bg) !important;
	-webkit-box-shadow: 0 .25rem .75rem rgba(18, 38, 63, .08) !important;
	box-shadow: 0 .25rem .75rem rgba(18, 38, 63, .08) !important
}

.apexcharts-tooltip * {
	font-family: var(--bs-font-sans-serif) !important;
	color: var(--bs-gray-600) !important
}

.apexcharts-tooltip .apexcharts-tooltip-title {
	background-color: rgba(var(--bs-light-rgb), .75) !important;
	border-bottom: 1px solid var(--bs-border-color) !important
}

.apexcharts-tooltip.apexcharts-theme-dark * {
	color: #fff !important
}

.apexcharts-gridline line {
	stroke: var(--bs-gray-300)
}

.apexcharts-legend-series {
	font-weight: 500
}

.apexcharts-gridline {
	pointer-events: none;
	stroke: var(--bs-apex-grid-color)
}

.apexcharts-radialbar-track.apexcharts-track path {
	stroke: var(--bs-gray-300)
}

.apexcharts-legend-text {
	color: var(--bs-gray-500) !important;
	font-family: var(--bs-font-sans-serif) !important;
	font-size: 13px !important
}

.apexcharts-pie-label {
	fill: #fff !important
}

.apexcharts-xaxis text,
.apexcharts-yaxis text {
	font-family: var(--bs-font-sans-serif) !important;
	fill: var(--bs-gray-500)
}

.apexcharts-heatmap-rect,
.apexcharts-pie-area,
.apexcharts-treemap-rect {
	stroke: var(--bs-gray-200) !important
}

.e-charts {
	height: 350px
}

.jqstooltip {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: auto !important;
	height: auto !important;
	background-color: var(--bs-gray-800) !important;
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
	padding: 5px 10px !important;
	border-radius: 3px;
	border-color: var(--bs-gray-900) !important
}

.jqsfield {
	color: var(--bs-gray-200) !important;
	font-size: 12px !important;
	line-height: 18px !important;
	font-family: var(--bs-font-sans-serif) !important;
	font-weight: 500 !important
}

.gmaps,
.gmaps-panaroma {
	height: 300px !important;
	background: #f8f9fa;
	border-radius: 3px
}

.gmaps-overlay {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	background: #1c84ee;
	border-radius: 4px;
	padding: 10px 20px
}

.gmaps-overlay_arrow {
	left: 50%;
	margin-left: -16px;
	width: 0;
	height: 0;
	position: absolute
}

.gmaps-overlay_arrow.above {
	bottom: -15px;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 16px solid #1c84ee
}

.gmaps-overlay_arrow.below {
	top: -15px;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 16px solid #1c84ee
}

.jvectormap-label {
	border: none;
	background: #343a40;
	color: #f8f9fa;
	font-family: var(--bs-font-sans-serif);
	font-size: .8125rem;
	padding: 5px 8px
}

.leaflet-map {
	height: 300px
}

.leaflet-map.leaflet-container {
	z-index: 1
}

.auth-bg {
	background-image: url(../images/bg.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.auth-bg2 {
	background-image: url(../images/mo.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.auth-bg2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.auth-bg .bg-overlay {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(43, 57, 64, .5)), to(#2b3940));
	background: linear-gradient(to bottom, rgba(43, 57, 64, .5) 30%, #2b3940 100%);
	opacity: 1
}

@media (min-width:768px) {
	.auth-bg {
		height: 100vh
	}
}

.auth-pass-inputgroup input[type=text]+.btn .mdi-eye-outline:before {
	content: "\f06d1"
}

.form-floating-custom {
	position: relative
}

.form-floating-custom>label {
	left: 48px;
	margin-top: 3px
}

.form-floating-custom>.form-control,
.form-floating-custom>.form-select {
	padding-left: 60px
}

.form-floating-custom .form-floating-icon {
	position: absolute;
	top: 0;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 56px;
	color: var(--bs-text-muted)
}

.form-floating-custom .form-floating-icon svg {
	width: 20px;
	height: 20px
}

.auth-full-page-content {
	min-height: 100vh;
	background-color: #fff
}

.auth-logo .logo-txt {
	color: var(--bs-dark);
	font-size: 20px
}

.auth-pass-inputgroup input[type=input]+.btn .mdi-eye-outline:before {
	content: "\f06d1"
}

.bg-bubbles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.bg-bubbles li {
	position: absolute;
	list-style: none;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 30px;
	background-color: rgba(255, 255, 255, .1);
	top: -50px;
	-webkit-animation: square 20s infinite;
	animation: square 20s infinite;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear
}

.bg-bubbles li:nth-child(1) {
	left: 10%
}

.bg-bubbles li:nth-child(2) {
	left: 20%;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 17s;
	animation-duration: 17s
}

.bg-bubbles li:nth-child(3) {
	left: 25%;
	-webkit-animation-delay: 4s;
	animation-delay: 4s
}

.bg-bubbles li:nth-child(4) {
	left: 40%;
	width: 80px;
	height: 80px;
	-webkit-animation-duration: 22s;
	animation-duration: 22s
}

.bg-bubbles li:nth-child(5) {
	left: 70%;
	width: 90px;
	height: 90px
}

.bg-bubbles li:nth-child(6) {
	left: 70%;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.bg-bubbles li:nth-child(7) {
	left: 32%;
	width: 150px;
	height: 150px;
	-webkit-animation-delay: 7s;
	animation-delay: 7s
}

.bg-bubbles li:nth-child(8) {
	left: 55%;
	width: 80px;
	height: 80px;
	-webkit-animation-delay: 15s;
	animation-delay: 15s;
	-webkit-animation-duration: 40s;
	animation-duration: 40s
}

.bg-bubbles li:nth-child(9) {
	left: 25%;
	width: 50px;
	height: 50px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 40s;
	animation-duration: 40s
}

.bg-bubbles li:nth-child(10) {
	left: 90%;
	width: 140px;
	height: 140px;
	-webkit-animation-delay: 11s;
	animation-delay: 11s
}

@-webkit-keyframes square {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		-webkit-transform: translateY(1000px) rotate(600deg);
		transform: translateY(1000px) rotate(600deg)
	}
}

@keyframes square {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		-webkit-transform: translateY(1000px) rotate(600deg);
		transform: translateY(1000px) rotate(600deg)
	}
}

.email-leftbar {
	width: 236px;
	float: left;
	padding: 20px;
	border-radius: 5px
}

.email-rightbar {
	margin-left: 260px
}

.chat-user-box p.user-title {
	color: var(--bs-dark);
	font-weight: 500
}

.chat-user-box p {
	font-size: 12px
}

@media (max-width:767px) {
	.email-leftbar {
		float: none;
		width: 100%
	}

	.email-rightbar {
		margin: 0
	}
}

.mail-list a {
	display: block;
	color: var(--bs-gray-600);
	line-height: 24px;
	padding: 8px 5px
}

.mail-list a.active {
	color: #ef6767;
	font-weight: 500
}

.message-list {
	display: block;
	padding-left: 0
}

.message-list li {
	position: relative;
	display: block;
	height: 50px;
	line-height: 50px;
	cursor: default;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.message-list li a {
	color: var(--bs-gray-600)
}

.message-list li:hover {
	background: var(--bs-gray-300);
	-webkit-transition-duration: 50ms;
	transition-duration: 50ms
}

.message-list li .col-mail {
	float: left;
	position: relative
}

.message-list li .col-mail-1 {
	width: 320px
}

.message-list li .col-mail-1 .checkbox-wrapper-mail,
.message-list li .col-mail-1 .dot,
.message-list li .col-mail-1 .star-toggle {
	display: block;
	float: left
}

.message-list li .col-mail-1 .dot {
	border: 4px solid transparent;
	border-radius: 100px;
	margin: 22px 26px 0;
	height: 0;
	width: 0;
	line-height: 0;
	font-size: 0
}

.message-list li .col-mail-1 .checkbox-wrapper-mail {
	margin: 15px 10px 0 20px
}

.message-list li .col-mail-1 .star-toggle {
	margin-top: 18px;
	margin-left: 5px
}

.message-list li .col-mail-1 .title {
	position: absolute;
	top: 0;
	left: 110px;
	right: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 0
}

.message-list li .col-mail-2 {
	position: absolute;
	top: 0;
	left: 320px;
	right: 0;
	bottom: 0
}

.message-list li .col-mail-2 .date,
.message-list li .col-mail-2 .subject {
	position: absolute;
	top: 0
}

.message-list li .col-mail-2 .subject {
	left: 0;
	right: 200px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.message-list li .col-mail-2 .date {
	right: 0;
	width: 170px;
	padding-left: 80px
}

.message-list li.active,
.message-list li.active:hover {
	-webkit-box-shadow: inset 3px 0 0 #1c84ee;
	box-shadow: inset 3px 0 0 #1c84ee
}

.message-list li.unread {
	background-color: var(--bs-gray-300);
	font-weight: 500;
	color: var(--bs-dark)
}

.message-list li.unread a {
	color: var(--bs-dark);
	font-weight: 500
}

.message-list .checkbox-wrapper-mail {
	cursor: pointer;
	height: 20px;
	width: 20px;
	position: relative;
	display: inline-block;
	-webkit-box-shadow: inset 0 0 0 1px #ced4da;
	box-shadow: inset 0 0 0 1px #ced4da;
	border-radius: 1px
}

.message-list .checkbox-wrapper-mail input {
	opacity: 0;
	cursor: pointer
}

.message-list .checkbox-wrapper-mail input:checked~label {
	opacity: 1
}

.message-list .checkbox-wrapper-mail label {
	position: absolute;
	height: 20px;
	width: 20px;
	left: 0;
	cursor: pointer;
	opacity: 0;
	margin-bottom: 0;
	-webkit-transition-duration: 50ms;
	transition-duration: 50ms;
	top: 0
}

.message-list .checkbox-wrapper-mail label:before {
	content: "\f012c";
	font-family: "Material Design Icons";
	top: 0;
	height: 20px;
	color: var(--bs-dark);
	width: 20px;
	position: absolute;
	margin-top: -16px;
	left: 4px;
	font-size: 13px
}

@media (max-width:575.98px) {
	.message-list li .col-mail-1 {
		width: 200px
	}
}

.email-editor .ck-editor__editable_inline {
	min-height: 200px !important
}

[data-layout-mode=dark] .chat-user-box p.user-title {
	color: var(--bs-gray-500)
}

[data-layout-mode=dark] .mail-list a {
	color: var(--bs-gray-400)
}

[data-layout-mode=dark] .message-list li a {
	color: var(--bs-gray-400)
}

@media (min-width:992px) {
	.chat-leftsidebar {
		min-width: 260px
	}
}

@media (min-width:1200px) {
	.chat-leftsidebar {
		min-width: 380px
	}
}

.chat-leftsidebar .chat-leftsidebar-nav .nav .nav-link.active {
	background-color: rgba(var(--bs-primary-rgb), 1);
	color: #fff
}

.search-box .form-control {
	padding-left: 40px
}

.search-box .search-icon {
	font-size: 16px;
	position: absolute;
	left: 13px;
	top: 0;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.chat-noti-dropdown.active:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #ef6767;
	border-radius: 50%;
	right: 0
}

.chat-noti-dropdown .btn {
	padding: 6px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 20px;
	color: var(--bs-gray-600)
}

.chat-message-list {
	height: calc(100vh - 346px)
}

@media (min-width:992px) {
	.chat-message-list {
		height: calc(100vh - 406px)
	}
}

.chat-list {
	margin: 0
}

.chat-list li.active a {
	background-color: rgba(var(--bs-primary-rgb), .075);
	border-color: transparent
}

.chat-list li a {
	display: block;
	padding: 14px 16px;
	color: var(--bs-text-muted);
	-webkit-transition: all .4s;
	transition: all .4s;
	border-top: 1px solid var(--bs-border-color);
	position: relative
}

.chat-list li a:hover {
	background-color: rgba(var(--bs-primary-rgb), .075);
	border-color: transparent
}

.chat-list li .user-img {
	position: relative
}

.chat-list li .user-img .user-status {
	width: 10px;
	height: 10px;
	background-color: #adb5bd;
	border-radius: 50%;
	border: 2px solid #fff;
	position: absolute;
	left: 0;
	bottom: 0
}

.chat-list li .user-img.online .user-status {
	background-color: #34c38f
}

.chat-list li .user-img.away .user-status {
	background-color: #ffcc5a
}

.chat-list li.unread a {
	font-weight: 600;
	color: var(--bs-dark)
}

.chat-list li .unread-message {
	position: absolute;
	display: inline-block;
	right: 16px;
	top: 33px
}

.contact-list {
	font-size: 12px;
	text-transform: uppercase;
	color: var(--bs-text-muted);
	font-weight: 600;
	margin-bottom: 7px
}

.user-chat-nav .dropdown .nav-btn {
	height: 36px;
	width: 36px;
	line-height: 36px;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	font-size: 18px;
	color: var(--bs-gray-600)
}

.chat-conversation li {
	clear: both
}

.chat-conversation .chat-day-title {
	position: relative;
	text-align: center;
	margin-bottom: 24px;
	border: none
}

.chat-conversation .chat-day-title .title {
	background-color: var(--bs-card-bg);
	position: relative;
	z-index: 1;
	padding: 6px 24px
}

.chat-conversation .chat-day-title:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	right: 0;
	background-color: var(--bs-border-color);
	top: 10px
}

.chat-conversation .chat-day-title .badge {
	font-size: 12px
}

.chat-conversation .conversation-list {
	margin-bottom: 24px;
	position: relative;
	max-width: 85%
}

.chat-conversation .conversation-list .ctext-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px
}

.chat-conversation .conversation-list .ctext-wrap-content {
	padding: 12px 20px;
	background-color: rgba(var(--bs-primary-rgb), 1);
	border-radius: 8px;
	color: #fff;
	position: relative;
	margin-left: 16px
}

.chat-conversation .conversation-list .ctext-wrap-content:before {
	content: "";
	position: absolute;
	border: 5px solid transparent;
	border-right-color: rgba(var(--bs-primary-rgb), 1);
	border-top-color: rgba(var(--bs-primary-rgb), 1);
	left: -10px;
	top: 10px
}

.chat-conversation .conversation-list .ctext-wrap-content .conversation-name .time {
	font-size: 10px;
	position: absolute;
	right: -58px;
	bottom: 0;
	color: var(--bs-text-muted);
	font-weight: 400;
	opacity: 0;
	-webkit-transition: all .4s;
	transition: all .4s
}

.chat-conversation .conversation-list .ctext-wrap-content .conversation-name .user-name {
	color: rgba(255, 255, 255, .5)
}

.chat-conversation .conversation-list .ctext-wrap-content:hover .time {
	opacity: 1
}

.chat-conversation .conversation-list .dropdown .dropdown-toggle {
	font-size: 18px;
	padding: 4px;
	color: #74788d
}

@media (max-width:575.98px) {
	.chat-conversation .conversation-list .dropdown .dropdown-toggle {
		display: none
	}
}

.chat-conversation .conversation-list .message-img {
	border-radius: .2rem;
	position: relative
}

.chat-conversation .conversation-list .message-img .message-img-list {
	position: relative
}

.chat-conversation .conversation-list .message-img img {
	max-width: 120px
}

.chat-conversation .right .conversation-list {
	float: right;
	text-align: right
}

.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	background-color: var(--bs-light);
	text-align: right;
	border-radius: 8px;
	margin-left: 0;
	margin-right: 16px;
	color: var(--bs-dark)
}

.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content:before {
	border: 5px solid transparent;
	border-top-color: var(--bs-light);
	border-left-color: var(--bs-light);
	left: auto;
	right: -10px
}

.chat-conversation .right .conversation-list .ctext-wrap .conversation-name {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.chat-conversation .right .conversation-list .ctext-wrap .conversation-name .time,
.chat-conversation .right .conversation-list .ctext-wrap .conversation-name .user-name {
	color: var(--bs-text-muted)
}

.chat-conversation .right .conversation-list .ctext-wrap .conversation-name .time {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-left: 0;
	margin-right: 8px;
	position: absolute;
	left: -58px;
	right: auto
}

.chat-conversation .right .conversation-list .ctext-wrap .conversation-name .user-name {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.chat-conversation .right .conversation-list .dropdown {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

@media (max-width:575.98px) {
	.chat-send {
		min-width: auto
	}
}

body[data-layout=horizontal] .chat-message-list {
	height: calc(100vh - 346px)
}

@media (min-width:992px) {
	body[data-layout=horizontal] .chat-message-list {
		height: calc(100vh - 476px)
	}
}

body[data-layout=horizontal] .chat-conversation {
	height: calc(100vh - 300px)
}

@media (min-width:992px) {
	body[data-layout=horizontal] .chat-conversation {
		height: calc(100vh - 420px)
	}
}

.slide-bg {
	height: 100vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.coming-content {
	position: absolute;
	top: 0;
	z-index: 1;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.coming-content .app-search {
	max-width: 340px
}

.preview-thumbsnav {
	position: absolute;
	bottom: 14px;
	z-index: 9;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 120px
}

.preview-thumbsnav .nav-img {
	cursor: pointer;
	padding: 3px;
	background-color: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .1)
}

@media (max-width:575.98px) {
	.preview-thumbsnav .nav-img {
		display: none
	}
}

.preview-thumbsnav .swiper-slide-thumb-active .nav-img {
	background-color: #fff;
	border: 1px solid #fff
}

.coming-box {
	width: 25%
}

.coming-box:last-of-type .count-num::after {
	display: none
}

.counter-number {
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px
}

@media (max-width:575.98px) {
	.counter-number {
		font-size: 18px
	}
}

.counter-number .count-title {
	position: relative;
	bottom: -120px;
	font-size: 16px;
	font-weight: 500;
	display: block;
	padding-bottom: 6px;
	color: rgba(255, 255, 255, .5)
}

@media (max-width:575.98px) {
	.counter-number .count-title {
		bottom: -95px;
		font-size: 14px
	}
}

.count-num {
	background-color: rgba(255, 255, 255, .1);
	padding: 16px 8px;
	position: relative;
	border-radius: 4px;
	color: #fff
}

.count-num::after {
	content: ":";
	font-size: 20px;
	position: absolute;
	right: -16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff
}

.search-box .form-control {
	border-radius: 30px;
	padding-left: 40px
}

.search-box .search-icon {
	font-size: 16px;
	position: absolute;
	left: 13px;
	top: 0;
	line-height: 38px
}

.product-list li a {
	display: block;
	padding: 4px 0;
	color: var(--bs-body-color)
}

.product-view-nav.nav-pills .nav-item {
	margin-left: 4px
}

.product-view-nav.nav-pills .nav-link {
	width: 36px;
	height: 36px;
	font-size: 16px;
	padding: 0;
	line-height: 36px;
	text-align: center;
	border-radius: 50%
}

.product-ribbon {
	position: absolute;
	right: 0;
	top: 0
}

.product-detai-imgs .nav .nav-link {
	margin: 7px 0
}

.product-detai-imgs .nav .nav-link.active {
	background-color: var(--bs-gray-300)
}

.product-color a {
	display: inline-block;
	text-align: center;
	color: #495057
}

.product-color a .product-color-item {
	margin: 7px
}

.product-color a.active,
.product-color a:hover {
	color: rgba(var(--bs-primary-rgb), 1)
}

.product-color a.active .product-color-item,
.product-color a:hover .product-color-item {
	border-color: rgba(var(--bs-primary-rgb), 1) !important
}

.visa-card .visa-logo {
	line-height: .5
}

.visa-card .visa-pattern {
	position: absolute;
	font-size: 385px;
	color: rgba(255, 255, 255, .05);
	line-height: .4;
	right: 0;
	bottom: 0
}

.checkout-tabs .nav-pills .nav-link {
	margin-bottom: 24px;
	text-align: center;
	background-color: var(--bs-white);
	-webkit-box-shadow: 0 .25rem .75rem rgba(18, 38, 63, .08);
	box-shadow: 0 .25rem .75rem rgba(18, 38, 63, .08)
}

.checkout-tabs .nav-pills .nav-link.active {
	background-color: rgba(var(--bs-primary-rgb), 1)
}

.checkout-tabs .nav-pills .nav-link .check-nav-icon {
	font-size: 36px
}

.timeline {
	position: relative;
	width: 100%;
	padding: 30px 0
}

@media (max-width:767.98px) {
	.timeline {
		padding: 0
	}
}

.timeline .timeline-end,
.timeline .timeline-start,
.timeline .timeline-year {
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 1
}

.timeline .timeline-end p,
.timeline .timeline-start p,
.timeline .timeline-year p {
	display: inline-block;
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 30px 0;
	text-align: center;
	background-color: rgba(var(--bs-primary-rgb), 1);
	border-radius: 100px;
	color: #fff;
	text-transform: uppercase
}

.timeline .timeline-year {
	margin: 30px 0
}

.timeline .timeline-continue {
	position: relative;
	width: 100%;
	padding: 60px 0
}

.timeline .timeline-continue:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -1px;
	background: rgba(var(--bs-primary-rgb), 1)
}

.timeline .timeline-icon {
	margin: 42px 10px 0 10px
}

.timeline .timeline-left {
	text-align: right
}

.timeline .timeline-left .timeline-icon {
	text-align: left
}

.timeline .timeline-right {
	text-align: left
}

.timeline .timeline-right .timeline-icon {
	text-align: right
}

.timeline .timeline-icon::after {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
	top: 45px;
	background: rgba(var(--bs-primary-rgb), 1);
	border-radius: 15px;
	z-index: 1
}

@media (min-width:768px) {
	.timeline .event-content {
		padding-right: 24px
	}

	.timeline .timeline-text {
		margin-right: 40px
	}
}

.timeline .timeline-left .timeline-icon::after {
	left: -7px
}

@media (min-width:768px) {
	.timeline .timeline-left .event-content {
		padding-right: 0;
		padding-left: 24px
	}

	.timeline .timeline-left .timeline-text {
		margin-right: 0;
		margin-left: 40px
	}

	.timeline .timeline-left .event-img {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

.timeline .timeline-right .timeline-icon::after {
	right: -7px
}

.timeline .timeline-box {
	position: relative;
	display: inline-block;
	margin: 15px;
	padding: 20px;
	background-color: var(--bs-white);
	-webkit-box-shadow: 0 .25rem .75rem rgba(18, 38, 63, .08);
	box-shadow: 0 .25rem .75rem rgba(18, 38, 63, .08);
	border-radius: 6px
}

.timeline .timeline-box::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 26px;
	background-color: var(--bs-white);
	border: 1px solid var(--bs-light);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0 auto
}

.timeline .timeline-launch {
	position: relative;
	display: inline-block;
	margin: 15px;
	padding: 20px;
	border: 1px solid #e9e9ef;
	border-radius: 6px;
	width: 100%;
	margin: 15px 0;
	padding: 0;
	border: none;
	text-align: center;
	background: 0 0
}

.timeline-date {
	right: 20px
}

@media (max-width:767.98px) {
	.timeline-date {
		left: -70px;
		right: auto
	}
}

.timeline-left .timeline-date {
	left: 20px
}

@media (max-width:767.98px) {
	.timeline-left .timeline-date {
		left: -70px;
		right: auto
	}
}

.timeline .timeline-date {
	width: 54px;
	height: 80px;
	display: inline-block;
	padding: 8px;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
	clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
	top: -10px;
	position: absolute;
	z-index: 1
}

@media (max-width:767.98px) {
	.timeline .timeline-date {
		top: 0
	}
}

.timeline .timeline-right .timeline-box::after {
	border-color: transparent transparent var(--bs-light) var(--bs-light);
	left: -8px;
	right: 100%
}

.timeline .timeline-left .timeline-box::after {
	border-color: var(--bs-light) var(--bs-light) transparent transparent;
	right: -8px
}

.timeline .timeline-launch .timeline-box::after {
	top: -8px;
	left: 32px;
	border-color: var(--bs-light) transparent transparent var(--bs-light)
}

@media (min-width:768px) {
	.timeline .timeline-launch .timeline-box::after {
		left: 50%;
		-webkit-transform: rotate(45deg) translateX(-50%);
		transform: rotate(45deg) translateX(-50%);
		top: -2px
	}
}

.timeline .timeline-launch .timeline-text {
	width: 100%
}

@media (max-width:767px) {
	.timeline .timeline-continue::after {
		left: 40px
	}

	.timeline .timeline-end,
	.timeline .timeline-start,
	.timeline .timeline-year {
		text-align: left
	}

	.timeline .row.timeline-left {
		text-align: left
	}

	.timeline .row.timeline-left .timeline-icon {
		text-align: left
	}

	.timeline .row.timeline-right {
		text-align: left
	}

	.timeline .row.timeline-right .timeline-icon {
		text-align: left
	}

	.timeline .timeline-launch {
		text-align: left;
		margin-bottom: 0
	}

	.timeline .row.timeline-left .timeline-icon::after {
		left: 43px
	}

	.timeline .row.timeline-right .timeline-icon::after {
		left: 43px
	}

	.timeline .timeline-box {
		margin-left: 82px;
		margin-right: 0
	}

	.timeline .row.timeline-right .timeline-icon {
		margin-left: 55px
	}

	.timeline .row.timeline-left .timeline-icon {
		margin-left: 55px
	}

	.timeline .timeline-launch .timeline-box {
		margin-left: 0;
		margin-bottom: 0
	}

	.timeline .row.timeline-left .timeline-box::after {
		left: -8px;
		border-color: transparent transparent #f6f6f6 #f6f6f6;
		right: auto
	}
}

.profile-user {
    background-image: url(../images/profile.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: -24px -24px 23px -24px;
	padding: 140px 0;
	position: relative
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.profile-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-user:after {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    content: "";
    opacity: 0.7; /* 透明度调整为0.7，使效果更接近玻璃 */
    background: rgba(255, 255, 255, 0.5); /* 半透明白色背景，模拟玻璃磨砂效果 */
    backdrop-filter: blur(10px); /* 模糊效果，可以调整模糊程度 */
}


.profile-content {
	position: relative;
	margin-top: -60px
}

.maintenance-cog-icon .cog-icon {
	position: relative;
	bottom: 24px;
	right: 14px
}

.pricing-badge {
	position: absolute;
	top: 0;
	z-index: 9;
	right: 0;
	width: 100%;
	display: block;
	font-size: 15px;
	padding: 0;
	overflow: hidden;
	height: 100px
}

.pricing-badge .badge {
	float: right;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: -67px;
	top: 17px;
	position: relative;
	text-align: center;
	width: 200px;
	font-size: 13px;
	margin: 0;
	padding: 7px 10px;
	font-weight: 500;
	color: #1c84ee;
	background: #fff
}

.pricing-tab-box .nav-link {
	padding: 16px 20px;
	border: 1px solid var(--bs-gray-200);
	background: var(--bs-white)
}

.pricing-tab-box .nav-link.active {
	border: 1px solid rgba(var(--bs-primary-rgb), 1) !important;
	padding: 16px 20px;
	background: var(--bs-white)
}

.pricing-tab-box .nav-link.active i {
	color: rgba(var(--bs-primary-rgb), 1)
}

.pricing-tab-box .nav-link.active i:before {
	content: "\e9a8"
}

.pricing-tab-box .nav-link.active h1 {
	color: rgba(var(--bs-primary-rgb), 1)
}

.pricing-table-bg {
	background: var(--bs-white)
}

[data-layout-mode=dark] .pricing-tab-box .nav-link {
	border-color: var(--bs-gray-300)
}

.error-title {
	text-transform: uppercase;
	background: repeating-linear-gradient(45deg, rgba(var(--bs-primary-rgb), 1), rgba(var(--bs-primary-rgb), 1) 20px, #34c38f 40px, #34c38f 10px);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 12rem;
	line-height: .8;
	position: relative
}

/*# sourceMappingURL=app.min.css.map */

/* 默认情况下，显示在PC上，隐藏在手机上 */
#background-div {
    display: block; /* PC上显示 */
}

/* 使用媒体查询，隐藏在小屏幕设备（如手机）上 */
@media only screen and (max-width: 768px) {
    #background-div {
        display: none; /* 手机上隐藏 */
    }
}
