@charset "UTF-8";
/****** Utils ******/
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&amp;display=swap');
.search-dropdown .search-info .customers li a img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

/******* Base *******/
body {
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	color: #646b72;
	line-height: 1.5;
	background-color: #f7f7f7;
	overflow-y: auto;
	overflow-x: hidden;
}

::selection {
	background: #fe9f43;
	color: #ffffff;
	text-shadow: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: inherit;
}

* {
	outline: none;
}

button {
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
button:focus {
	box-shadow: none !important;
}

a {
	color: #fe9f43;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:hover {
	color: #fe8510;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:focus {
	outline: 0;
}

p {
	margin-bottom: 20px;
}
p:last-child {
	margin-bottom: 0;
}

strong {
	font-weight: 700;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	color: #212b36;
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	margin-bottom: 0;
}

ol,
ul {
	list-style: none;
	margin-block-end: 0;
	padding: 0;
}

ul {
	list-style: none;
}
ul.list-disc {
	list-style: disc;
	padding-left: 15px;
}
ul.list-disc ul {
	list-style-type: circle;
}
ul.list-decimal {
	list-style: decimal;
	padding-left: 15px;
}
ul.list-decimal ul {
	list-style-type: decimal;
}
ul.list-icon {
	list-style: none;
	padding-left: 0;
}
ul.list-icon > li {
	padding-left: 1.875rem;
	counter-increment: li;
}
ul.list-icon > li i,
ul.list-icon > li .feather-icon,
ul.list-icon > li .svg-icon {
	display: inline-block;
	height: 20px;
	width: 20px;
	text-align: center;
	margin-left: -1.25rem;
	position: relative;
	left: -10px;
	padding: 1px;
	top: -1px;
}
ul.list-icon > li i {
	font-size: 20px;
	top: 5px;
}
ul .btn-primary:not(:disabled):not(.disabled):active:focus,
ul .btn-primary:not(:disabled):not(.disabled).active:focus {
	box-shadow: none;
}

.bg-primary {
	background-color: #fe9f43 !important;
}

.bg-secondary {
	background-color: #092c4c !important;
}

.bg-info {
	background-color: #155eef !important;
}

.bg-success {
	background-color: #3eb780 !important;
}

.bg-warning {
	background-color: #ffca18 !important;
}

.bg-danger {
	background-color: #ff0000 !important;
}

.bg-dark {
	background-color: #1b2850 !important;
}

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

.bg-white {
	background-color: #ffffff !important;
}

.bg-pink {
	background-color: #dd2590 !important;
}

.bg-purple {
	background-color: #6938ef !important;
}

.bg-teal {
	background-color: #0e9384 !important;
}

.bg-blue {
	background-color: #3577f1 !important;
}

.bg-primary {
	background-color: #fe9f43 !important;
}
.bg-primary.bg-opacity-10 {
	background-color: rgba(254, 159, 67, 0.1) !important;
}
.bg-primary.bg-opacity-25 {
	background-color: rgba(254, 159, 67, 0.25) !important;
}
.bg-primary.bg-opacity-50 {
	background-color: rgba(254, 159, 67, 0.5) !important;
}
.bg-primary.bg-opacity-75 {
	background-color: rgba(254, 159, 67, 0.75) !important;
}
.bg-primary.bg-opacity-100 {
	background-color: #fe9f43 !important;
}

.bg-secondary {
	background-color: #092c4c !important;
}
.bg-secondary.bg-opacity-10 {
	background-color: rgba(9, 44, 76, 0.1) !important;
}
.bg-secondary.bg-opacity-25 {
	background-color: rgba(9, 44, 76, 0.25) !important;
}
.bg-secondary.bg-opacity-50 {
	background-color: rgba(9, 44, 76, 0.5) !important;
}
.bg-secondary.bg-opacity-75 {
	background-color: rgba(9, 44, 76, 0.75) !important;
}
.bg-secondary.bg-opacity-100 {
	background-color: #092c4c !important;
}

.bg-info {
	background-color: #155eef !important;
}
.bg-info.bg-opacity-10 {
	background-color: rgba(21, 94, 239, 0.1) !important;
}
.bg-info.bg-opacity-25 {
	background-color: rgba(21, 94, 239, 0.25) !important;
}
.bg-info.bg-opacity-50 {
	background-color: rgba(21, 94, 239, 0.5) !important;
}
.bg-info.bg-opacity-75 {
	background-color: rgba(21, 94, 239, 0.75) !important;
}
.bg-info.bg-opacity-100 {
	background-color: #155eef !important;
}

.bg-success {
	background-color: #3eb780 !important;
}
.bg-success.bg-opacity-10 {
	background-color: rgba(62, 183, 128, 0.1) !important;
}
.bg-success.bg-opacity-25 {
	background-color: rgba(62, 183, 128, 0.25) !important;
}
.bg-success.bg-opacity-50 {
	background-color: rgba(62, 183, 128, 0.5) !important;
}
.bg-success.bg-opacity-75 {
	background-color: rgba(62, 183, 128, 0.75) !important;
}
.bg-success.bg-opacity-100 {
	background-color: #3eb780 !important;
}

.bg-warning {
	background-color: #ffca18 !important;
}
.bg-warning.bg-opacity-10 {
	background-color: rgba(255, 202, 24, 0.1) !important;
}
.bg-warning.bg-opacity-25 {
	background-color: rgba(255, 202, 24, 0.25) !important;
}
.bg-warning.bg-opacity-50 {
	background-color: rgba(255, 202, 24, 0.5) !important;
}
.bg-warning.bg-opacity-75 {
	background-color: rgba(255, 202, 24, 0.75) !important;
}
.bg-warning.bg-opacity-100 {
	background-color: #ffca18 !important;
}

.bg-danger {
	background-color: #ff0000 !important;
}
.bg-danger.bg-opacity-10 {
	background-color: rgba(255, 0, 0, 0.1) !important;
}
.bg-danger.bg-opacity-25 {
	background-color: rgba(255, 0, 0, 0.25) !important;
}
.bg-danger.bg-opacity-50 {
	background-color: rgba(255, 0, 0, 0.5) !important;
}
.bg-danger.bg-opacity-75 {
	background-color: rgba(255, 0, 0, 0.75) !important;
}
.bg-danger.bg-opacity-100 {
	background-color: red !important;
}

.bg-dark {
	background-color: #1b2850 !important;
}
.bg-dark.bg-opacity-10 {
	background-color: rgba(27, 40, 80, 0.1) !important;
}
.bg-dark.bg-opacity-25 {
	background-color: rgba(27, 40, 80, 0.25) !important;
}
.bg-dark.bg-opacity-50 {
	background-color: rgba(27, 40, 80, 0.5) !important;
}
.bg-dark.bg-opacity-75 {
	background-color: rgba(27, 40, 80, 0.75) !important;
}
.bg-dark.bg-opacity-100 {
	background-color: #1b2850 !important;
}

.bg-light {
	background-color: #f9fafb !important;
}
.bg-light.bg-opacity-10 {
	background-color: rgba(249, 250, 251, 0.1) !important;
}
.bg-light.bg-opacity-25 {
	background-color: rgba(249, 250, 251, 0.25) !important;
}
.bg-light.bg-opacity-50 {
	background-color: rgba(249, 250, 251, 0.5) !important;
}
.bg-light.bg-opacity-75 {
	background-color: rgba(249, 250, 251, 0.75) !important;
}
.bg-light.bg-opacity-100 {
	background-color: #f9fafb !important;
}

.bg-primary {
	background-color: #fe9f43 !important;
	color: #ffffff;
}

.bg-secondary {
	background-color: #092c4c !important;
	color: #ffffff;
}

.bg-success {
	background-color: #3eb780 !important;
	color: #ffffff;
}

.bg-info {
	background-color: #155eef !important;
	color: #ffffff;
}

.bg-warning {
	background-color: #ffca18 !important;
	color: #ffffff;
}

.bg-danger {
	background-color: #ff0000 !important;
	color: #ffffff;
}

.bg-dark {
	background-color: #1b2850 !important;
	color: #ffffff;
}

.bg-light {
	background-color: #f9fafb !important;
	color: #ffffff;
}

.bg-black {
	background-color: #000000 !important;
	color: #ffffff;
}

.bg-purple {
	background-color: #6938ef !important;
	color: #ffffff;
}

.bg-yellow {
	background-color: #ffff00 !important;
	color: #ffffff;
}

.bg-teal {
	background-color: #0e9384 !important;
	color: #ffffff;
}

.bg-cyan {
	background-color: #06aed4 !important;
	color: #ffffff;
}

.bg-pink {
	background-color: #dd2590 !important;
	color: #ffffff;
}

.bg-indigo {
	background-color: #3538cd !important;
	color: #ffffff;
}

.bg-orange {
	background-color: #e04f16 !important;
	color: #ffffff;
}

.bg-soft-primary {
	background-color: #fff6ee;
	color: #fe9f43;
}

.bg-soft-secondary {
	background-color: #b0bbc7;
	color: #092c4c;
}

.bg-soft-success {
	background-color: #cbefd4;
	color: #3eb780;
}

.bg-soft-danger {
	background-color: #ffede9;
	color: #ff0000;
}

.bg-soft-warning {
	background-color: #fff0ca;
	color: #ffca18;
}

.bg-soft-info {
	background-color: #e7f0ff;
	color: #155eef;
}

.bg-soft-light {
	background-color: rgba(249, 250, 251, 0.9);
	color: #646b72;
}

.bg-soft-dark {
	background-color: rgba(27, 40, 80, 0.3);
	color: #ffffff;
}

.bg-soft-pink {
	background-color: #ffecf4;
	color: #dd2590;
}

.bg-soft-orange {
	background-color: #fcefea;
	color: #e04f16;
}

.bg-soft-indigo {
	background-color: #ededfb;
	color: #391694;
}

.bg-light {
	color: #646b72;
}

.bg-primary-gradient {
	background: linear-gradient(to right, #fe9f43 0%, #8e77fa 100%) !important;
	color: #ffffff;
}

.bg-secondary-gradient {
	background: linear-gradient(to right, #092c4c 0%, #28b7f9 100%) !important;
	color: #ffffff;
}

.bg-warning-gradient {
	background: linear-gradient(to right, #ffca18 0%, #fbc434 100%) !important;
	color: #ffffff;
}

.bg-info-gradient {
	background: linear-gradient(to right, #155eef 0%, #00f2fe 100%) !important;
	color: #ffffff;
}

.bg-success-gradient {
	background: linear-gradient(to right, #3eb780 0%, #5cf9e2 100%) !important;
	color: #ffffff;
}

.bg-danger-gradient {
	background: linear-gradient(to right, #ff0000 0%, #fd4a68 100%) !important;
	color: #ffffff;
}

.bg-orange-gradient {
	background: linear-gradient(to right, #e04f16 0%, #fbb034 100%) !important;
	color: #ffffff;
}

.bg-purple-gradient {
	background: linear-gradient(to right, #6938ef 0%, #9b25b7 100%) !important;
	color: #ffffff;
}

.bg-teal-gradient {
	background: linear-gradient(to right, #0e9384 0%, #0695dd 100%) !important;
	color: #ffffff;
}

.bg-light-gradient {
	background: linear-gradient(to right, #f9fafb 0%, #d1d6de 100%) !important;
	color: #000000;
}

.bg-dark-gradient {
	background: linear-gradient(to right, #1b2850 0%, #54505d 100%) !important;
	color: #ffffff;
}

.bg-outline-primary {
	background-color: #ffffff;
	border: 1px solid #fe9f43;
	color: #fe9f43;
}

.bg-outline-secondary {
	background-color: #ffffff;
	border: 1px solid #092c4c;
	color: #092c4c;
}

.bg-outline-warning {
	background-color: #ffffff;
	border: 1px solid #ffca18;
	color: #ffca18;
}

.bg-outline-info {
	background-color: #ffffff;
	border: 1px solid #155eef;
	color: #155eef;
}

.bg-outline-success {
	background-color: #ffffff;
	border: 1px solid #3eb780;
	color: #3eb780;
}

.bg-outline-danger {
	background-color: #ffffff;
	border: 1px solid #ff0000;
	color: #ff0000;
}

.bg-outline-dark {
	background-color: #ffffff;
	border: 1px solid #1b2850;
	color: #1b2850;
}

.bg-outline-light {
	background-color: #ffffff;
	border: 1px solid #f9fafb !important;
	color: #000000 !important;
}

.bg-primary-transparent {
	background-color: rgba(254, 159, 67, 0.1) !important;
	color: #fe9f43 !important;
}
.bg-primary-transparent:hover {
	background-color: rgba(254, 159, 67, 0.1) !important;
	color: #fe9f43 !important;
}

.bg-secondary-transparent {
	background-color: #e6eaed !important;
}

.bg-info-transparent {
	background-color: rgba(21, 94, 239, 0.1) !important;
	color: #155eef !important;
}
.bg-info-transparent:hover {
	background-color: rgba(21, 94, 239, 0.1) !important;
	color: #155eef !important;
}

.bg-success-transparent {
	background-color: rgba(62, 183, 128, 0.1) !important;
	color: #3eb780 !important;
}
.bg-success-transparent:hover {
	background-color: rgba(62, 183, 128, 0.1) !important;
	color: #3eb780 !important;
}

.bg-warning-transparent {
	background-color: rgba(255, 202, 24, 0.1) !important;
	color: #ffca18 !important;
}
.bg-warning-transparent:hover {
	background-color: rgba(255, 202, 24, 0.1) !important;
	color: #ffca18 !important;
}

.bg-danger-transparent {
	background-color: rgba(255, 0, 0, 0.1) !important;
	color: #ff0000 !important;
}
.bg-danger-transparent:hover {
	background-color: rgba(255, 0, 0, 0.1) !important;
	color: #ff0000 !important;
}

.bg-light-transparent {
	background-color: rgba(249, 250, 251, 0.5) !important;
	color: #f9fafb !important;
}
.bg-light-transparent:hover {
	background-color: rgba(249, 250, 251, 0.5) !important;
	color: #646b72 !important;
}

.bg-cyan-transparent {
	background: #e9f8fb !important;
}

.bg-orange-transparent {
	background: #fcefea;
}

.bg-indigo-transparent {
	background: #ededfb;
}

.bg-teal-transparent {
	background: #e9f5f4;
}

.bg-purple-transparent {
	background: #f2edfe !important;
}

.bg-pink-transparent {
	background: #fcebf5 !important;
}

.bg-gray-100 {
	background-color: #d3d5d7;
}

.bg-gray-200 {
	background-color: #bcbfc3;
}

.bg-gray-300 {
	background-color: #a6aaaf;
}

.bg-gray-400 {
	background-color: #90959b;
}

.bg-gray-500 {
	background-color: #7a8086;
}

.bg-gray-600 {
	background-color: #646b72;
}

.bg-gray-700 {
	background-color: #4d555e;
}

.bg-gray-800 {
	background-color: #37404a;
}

.bg-gray-900 {
	background-color: #212b36;
}

.bg-orange {
	background-color: #e04f16 !important;
}

.bg-orange-100 {
	background-color: #ffeee9 !important;
}

.svg-primary {
	fill: #fe9f43;
}

.svg-secondary {
	fill: #092c4c;
}

.svg-success {
	fill: #3eb780;
}

.svg-danger {
	fill: #ff0000;
}

.svg-warning {
	fill: #ffca18;
}

.svg-white {
	fill: #ffffff;
}

.svg-black {
	fill: #000000;
}

.svg-pink {
	fill: #dd2590;
}

.svg-orange {
	fill: #e04f16;
}

.svg-purple {
	fill: #6938ef;
}

.svg-indigo {
	fill: #391694;
}

.svg-info {
	fill: #155eef;
}

.svg-yellow {
	fill: #ffff00;
}

.svg-light {
	fill: #f9fafb;
}

.svg-dark {
	fill: #1b2850;
}

.svg-teal {
	fill: #0e9384;
}

.svg-default {
	fill: #646b72;
}

.color-container {
	width: 5rem;
	height: 5rem;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 3rem;
}

.text-container {
	padding: 0.25rem 0.5rem;
	border-radius: 4px;
	box-shadow: 0px 4px 60px 0px rgba(231, 231, 231, 0.47);
}

.color-box {
	width: 80px;
	height: 80px;
	border-radius: 4px;
	margin-right: 0.75rem;
	margin-bottom: 0.75rem;
}

.text-gray-900 {
	color: #212b36;
}

.bg-purple-900 {
	background: #7454f3;
}

.bg-teal-900 {
	background: #3b9e90;
}

.bg-secondary-900 {
	background: #213f5d;
}

.bg-info-900 {
	background: #3171f3;
}

.bg-light-900 {
	background: #f2f2f2;
}

/******* Components ******/
.avatar {
	position: relative;
	height: 2.625rem;
	width: 2.625rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	color: #ffffff;
	font-weight: 500;
}
.avatar a.badge:hover {
	color: #ffffff;
}
.avatar img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
}
.avatar.avatar-rounded {
	border-radius: 50%;
}
.avatar.avatar-rounded img {
	border-radius: 50%;
}
.avatar.avatar-radius-0 {
	border-radius: 0;
}
.avatar.avatar-radius-0 img {
	border-radius: 0;
}
.avatar .avatar-badge {
	position: absolute;
	inset-block-start: -4%;
	inset-inline-end: -0.375rem;
	width: 1.4rem;
	height: 1.4rem;
	font-size: 0.625rem;
	border: 2px solid #ffffff;
	border-radius: 50% !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
.avatar.online:before,
.avatar.offline:before {
	position: absolute;
	content: '';
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	inset-inline-end: 0;
	inset-block-end: 0;
	border: 2px solid #ffffff !important;
	z-index: 1;
}
.avatar.online:before {
	background-color: #3eb780;
}
.avatar.offline:before {
	background-color: #7a8086;
}
.avatar.avatar-xs {
	width: 1.25rem;
	height: 1.25rem;
	line-height: 1.25rem;
	font-size: 0.65rem;
}
.avatar.avatar-xs .avatar-badge {
	padding: 0.25rem;
	width: 1rem;
	height: 1rem;
	line-height: 1rem;
	font-size: 0.5rem;
	inset-block-start: -25%;
	inset-inline-end: -0.5rem;
}
.avatar.avatar-sm {
	width: 1.75rem;
	height: 1.75rem;
	line-height: 1.75rem;
	font-size: 0.65rem;
}
.avatar.avatar-sm .avatar-badge {
	padding: 0.3rem;
	width: 1.1rem;
	height: 1.1rem;
	line-height: 1.1rem;
	font-size: 0.5rem;
	inset-block-start: -28%;
	inset-inline-end: -0.45rem;
}
.avatar.avatar-sm.online:before,
.avatar.avatar-sm.offline:before {
	width: 0.5rem;
	height: 0.5rem;
}
.avatar.avatar-md {
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	font-size: 0.8rem;
}
.avatar.avatar-md .avatar-badge {
	padding: 0.4rem;
	width: 1.2rem;
	height: 1.2rem;
	line-height: 1.2rem;
	font-size: 0.65rem;
	inset-block-start: -6%;
	inset-inline-end: -13%;
}
.avatar.avatar-md.online:before,
.avatar.avatar-md.offline:before {
	width: 0.75rem;
	height: 0.75rem;
}
.avatar.avatar-md svg {
	width: 1.5rem;
	height: 1.5rem;
}
.avatar.avatar-lg {
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	font-size: 1rem;
}
.avatar.avatar-lg .avatar-badge {
	inset-block-start: -15%;
	inset-inline-end: -0.25%;
}
.avatar.avatar-lg.online:before,
.avatar.avatar-lg.offline:before {
	width: 0.8rem;
	height: 0.8rem;
}
.avatar.avatar-lg svg {
	width: 1.8rem;
	height: 1.8rem;
}
.avatar.avatar-xl {
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
	font-size: 1.25rem;
}
.avatar.avatar-xl .avatar-badge {
	inset-block-start: -8%;
	inset-inline-end: -0.2%;
}
.avatar.avatar-xl.online:before,
.avatar.avatar-xl.offline:before {
	width: 0.95rem;
	height: 0.95rem;
}
.avatar.avatar-xxl {
	width: 5rem;
	height: 5rem;
	line-height: 5rem;
	font-size: 1.5rem;
}
.avatar.avatar-xxl .avatar-badge {
	inset-block-start: -4%;
	inset-inline-end: 0rem;
}
.avatar.avatar-xxl.online:before,
.avatar.avatar-xxl.offline:before {
	width: 1.05rem;
	height: 1.05rem;
	inset-block-end: 0.25rem;
}
.avatar.avatar-xxxl {
	width: 6rem;
	height: 6rem;
	line-height: 6rem;
	font-size: 1.75rem;
}
.avatar.avatar-xxxl .avatar-badge {
	inset-block-start: -4%;
	inset-inline-end: 0rem;
}
.avatar.avatar-xxxl.online:before,
.avatar.avatar-xxxl.offline:before {
	width: 1.05rem;
	height: 1.05rem;
	inset-block-end: 0.25rem;
}

.avatar-list-stacked {
	padding: 0;
}
.avatar-list-stacked.avatar-group-overlapped .avatar {
	margin-right: -0.875rem;
}
.avatar-list-stacked.avatar-group-overlapped .avatar:hover {
	z-index: 1;
}
.avatar-list-stacked.avatar-group-lg .avatar {
	width: 3.25rem;
	height: 3.25rem;
}
.avatar-list-stacked.avatar-group-lg .avatar > .initial-wrap {
	font-size: 0.95rem;
}
.avatar-list-stacked.avatar-group-lg.avatar-group-overlapped .avatar {
	margin-right: -1rem;
}
.avatar-list-stacked.avatar-group-sm .avatar {
	width: 1.5rem;
	height: 1.5rem;
}
.avatar-list-stacked.avatar-group-sm .avatar > .initial-wrap {
	font-size: 0.6rem;
}
.avatar-list-stacked.avatar-group-sm.avatar-group-overlapped .avatar {
	margin-right: -0.625rem;
}
.avatar-list-stacked .avatar {
	margin-inline-end: -0.875rem !important;
	border: 1px solid rgba(0, 0, 0, 0.05);
	vertical-align: middle;
	transition: transform ease 200ms;
}
.avatar-list-stacked .avatar:last-child {
	margin-inline-end: 0 !important;
}
.avatar-list-stacked .avatar:hover {
	z-index: 1;
	transform: translateY(-0.188rem);
}

.avatar-group {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.avatar-group .avatar {
	width: 2.625rem;
	height: 2.625rem;
}
.avatar-group .avatar .avatar-img,
.avatar-group .avatar > .initial-wrap {
	border: 2px solid #ffffff;
	font-size: 0.9rem;
}
.avatar-group.avatar-group-overlapped .avatar {
	margin-right: -0.875rem;
}
.avatar-group.avatar-group-overlapped .avatar:hover {
	z-index: 1;
}
.avatar-group.avatar-group-lg .avatar {
	width: 3.25rem;
	height: 3.25rem;
}
.avatar-group.avatar-group-lg .avatar > .initial-wrap {
	font-size: 0.95rem;
}
.avatar-group.avatar-group-lg.avatar-group-overlapped .avatar {
	margin-right: -1rem;
}
.avatar-group.avatar-group-sm .avatar {
	width: 2rem;
	height: 2rem;
}
.avatar-group.avatar-group-sm .avatar > .initial-wrap {
	font-size: 0.6rem;
}
.avatar-group.avatar-group-sm.avatar-group-overlapped .avatar {
	margin-right: -0.625rem;
}

.avatar-list-stacked a.avatar.position-relative:before {
	content: '';
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	border-radius: 50%;
	border: 2px solid #ffffff;
}
.avatar-list-stacked a.avatar.position-relative span {
	font-size: 12px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #ffca18;
	text-shadow: unset;
}

.bootstrap-datetimepicker-widget table td.today:before {
	border-bottom-color: #ffca18;
}

.bootstrap-datetimepicker-widget {
	z-index: 9999999;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
	background: transparent;
}

.bor-b1 {
	border-bottom: 1px solid #a6aaaf;
}

.dropdown-xl {
	width: 600px;
}

.shadow-primary {
	box-shadow: 0px 4px 10px 0px rgba(254, 159, 67, 0.3);
}

.btn-submit {
	background: #fe9f43;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	padding: 10px 20px;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn-submit:hover {
	background: #fe8510;
	color: #ffffff;
}
@media (max-width: 991.96px) {
	.btn-submit {
		min-width: auto;
	}
}

.btn-submit.chenge-btn {
	padding: 8px 12px;
}

.btn-cancel {
	background: #646b72;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	padding: 10px 20px;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn-cancel:hover {
	background: #424b52;
	color: #ffffff;
}
@media (max-width: 991.96px) {
	.btn-cancel {
		min-width: auto;
	}
}

.btn-cancel.add-cancel {
	padding: 8px 20px;
	min-width: 0;
}

.btn-submit.add-sale {
	padding: 8px 20px;
	min-width: 0;
}

.btn-primary {
	color: #ffffff;
	background-color: #fe9f43;
	border-color: #fe9f43;
}

.btn-previw {
	background: #ff0000;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	border-radius: 5px;
	padding: 8px 20px;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn-previw:hover {
	background: #ff0000;
	color: #ffffff;
}
@media (max-width: 991.96px) {
	.btn-previw {
		min-width: auto;
	}
}

.btn-save {
	background: #fe9f43;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	border-radius: 5px;
	padding: 8px 20px;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn-save:hover {
	background: #fe8510;
	color: #ffffff;
}
@media (max-width: 991.96px) {
	.btn-save {
		min-width: auto;
		padding: 5px 7px;
	}
}

.btn-reset {
	background: #646b72;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	border-radius: 5px;
	padding: 8px 20px;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn-reset:hover {
	background: #092c4c;
	color: #ffffff;
}
@media (max-width: 991.96px) {
	.btn-reset {
		min-width: auto;
		padding: 5px 7px;
	}
}

.btn-send {
	background: #fe9f43;
	padding: 9px 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	margin-right: 15px;
	border-radius: 8px;
}
.btn-send:hover {
	background: #fe8510;
	color: #ffffff;
}
.btn-send .send-mail {
	margin-right: 10px;
	width: 16px;
	height: 16px;
}

.btn-download {
	background: #092c4c;
	padding: 9px 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	margin-right: 15px;
	border-radius: 8px;
}
.btn-download:hover {
	background: #212b36;
	color: #ffffff;
}
.btn-download .download {
	margin-right: 10px;
	width: 16px;
	height: 16px;
}

.btn-barcode {
	background: #ff0000;
	padding: 9px 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	margin-right: 15px;
	border-radius: 8px;
}
.btn-barcode:hover {
	background: #ff0000;
	color: #ffffff;
}
.btn-barcode .print {
	margin-right: 10px;
	width: 16px;
	height: 16px;
}

.btn-primary.add-em-payroll {
	padding: 9px 11px;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	border-radius: 8px;
}
.btn-primary.add-em-payroll .me-2 {
	width: 16px;
	height: 16px;
}

.swal2-actions .swal2-confirm.btn:active {
	background-color: #fe9f43;
	border-color: #fe9f43;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
	background-color: #fe9f43;
	border-color: #fe9f43;
	color: #ffffff !important;
}

.search-input .btn-searchset:active {
	background-color: transparent;
	border-color: transparent;
}
.search-input .btn-searchset:active svg {
	color: #092c4c;
}

.iti__country-list {
	z-index: 101;
}

button {
	cursor: pointer;
}
button:focus {
	outline: 0;
	box-shadow: none;
}

.btn {
	border-radius: 5px;
	padding: 0.625rem 1.25rem;
	padding: 0.4rem 0.85rem;
	font-size: 0.85rem;
	transition: all 0.5s;
	font-weight: 600;
}
.btn:focus {
	box-shadow: none !important;
}
.btn:hover {
	transition: all 0.5s;
}
.btn.btn-lg {
	padding: 0.65rem 1rem;
	font-size: 0.95rem;
}
.btn.btn-md {
	padding: 7px 12px;
	font-size: 13px;
}
.btn.btn-sm {
	padding: 0.25rem 0.5rem;
	font-size: 0.75rem;
}
.btn.btn-xs {
	padding: 0.25rem 0.5rem;
	font-size: 10px;
}
.btn.btn-primary {
	background-color: #fe9f43 !important;
	border: 1px solid #fe9f43 !important;
	color: #ffffff;
	box-shadow: 0 4px 20px rgba(254, 159, 67, 0.15);
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary.focus,
.btn.btn-primary:active,
.btn.btn-primary.active {
	background-color: #fe8d1f !important;
	border: 1px solid #fe8d1f !important;
	box-shadow: 0 3px 10px rgba(254, 159, 67, 0.5);
	color: #ffffff !important;
}
.btn.btn-secondary {
	background-color: #092c4c !important;
	border: 1px solid #092c4c !important;
	color: #ffffff;
	box-shadow: 0 4px 20px rgba(9, 44, 76, 0.15);
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary.focus,
.btn.btn-secondary:active,
.btn.btn-secondary.active {
	background-color: #051a2c !important;
	border: 1px solid #051a2c !important;
	box-shadow: 0 3px 10px rgba(9, 44, 76, 0.5);
	color: #ffffff !important;
}
.btn.btn-success {
	background-color: #3eb780 !important;
	border: 1px solid #3eb780 !important;
	color: #ffffff;
	box-shadow: 0 4px 20px rgba(62, 183, 128, 0.15);
}
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success.focus,
.btn.btn-success:active,
.btn.btn-success.active {
	background-color: #359c6d !important;
	border: 1px solid #359c6d !important;
	box-shadow: 0 3px 10px rgba(62, 183, 128, 0.5);
	color: #ffffff !important;
}
.btn.btn-info {
	background-color: #155eef !important;
	border: 1px solid #155eef !important;
	color: #ffffff;
	box-shadow: 0 4px 20px rgba(21, 94, 239, 0.15);
}
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info.focus,
.btn.btn-info:active,
.btn.btn-info.active {
	background-color: #0e50d2 !important;
	border: 1px solid #0e50d2 !important;
	box-shadow: 0 3px 10px rgba(21, 94, 239, 0.5);
	color: #ffffff !important;
}
.btn.btn-warning {
	background-color: #ffca18 !important;
	border: 1px solid #ffca18 !important;
	color: #ffffff;
	box-shadow: 0 4px 20px rgba(255, 202, 24, 0.15);
}
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning.focus,
.btn.btn-warning:active,
.btn.btn-warning.active {
	background-color: #f3bb00 !important;
	border: 1px solid #f3bb00 !important;
	box-shadow: 0 3px 10px rgba(255, 202, 24, 0.5);
	color: #ffffff !important;
}
.btn.btn-danger {
	background-color: #ff0000 !important;
	border: 1px solid #ff0000 !important;
	color: #ffffff;
	box-shadow: 0 4px 20px rgba(255, 0, 0, 0.15);
}
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger.focus,
.btn.btn-danger:active,
.btn.btn-danger.active {
	background-color: #db0000 !important;
	border: 1px solid #db0000 !important;
	box-shadow: 0 3px 10px rgba(255, 0, 0, 0.5);
	color: #ffffff !important;
}
.btn.btn-dark {
	background-color: #1b2850 !important;
	border: 1px solid #1b2850 !important;
	color: #ffffff;
	box-shadow: 0 4px 20px rgba(27, 40, 80, 0.15);
}
.btn.btn-dark:hover,
.btn.btn-dark:focus,
.btn.btn-dark.focus,
.btn.btn-dark:active,
.btn.btn-dark.active {
	background-color: #121b35 !important;
	border: 1px solid #121b35 !important;
	box-shadow: 0 3px 10px rgba(27, 40, 80, 0.5);
	color: #ffffff !important;
}
.btn.btn-light {
	background-color: #f9fafb !important;
	border: 1px solid #f9fafb !important;
	color: #ffffff;
	box-shadow: 0 4px 20px rgba(249, 250, 251, 0.15);
}
.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light.focus,
.btn.btn-light:active,
.btn.btn-light.active {
	background-color: #e4e8ed !important;
	border: 1px solid #e4e8ed !important;
	box-shadow: 0 3px 10px rgba(249, 250, 251, 0.5);
	color: #ffffff !important;
}
.btn.btn-black {
	background-color: #000000 !important;
	border: 1px solid #000000 !important;
	color: #ffffff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.btn.btn-black:hover,
.btn.btn-black:focus,
.btn.btn-black.focus,
.btn.btn-black:active,
.btn.btn-black.active {
	background-color: black !important;
	border: 1px solid black !important;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
	color: #ffffff !important;
}
.btn.btn-purple {
	background-color: #6938ef !important;
	border: 1px solid #6938ef !important;
	color: #ffffff;
	box-shadow: 0 4px 20px rgba(105, 56, 239, 0.15);
}
.btn.btn-purple:hover,
.btn.btn-purple:focus,
.btn.btn-purple.focus,
.btn.btn-purple:active,
.btn.btn-purple.active {
	background-color: #5017ec !important;
	border: 1px solid #5017ec !important;
	box-shadow: 0 3px 10px rgba(105, 56, 239, 0.5);
	color: #ffffff !important;
}
.btn.btn-yellow {
	background-color: #ffff00 !important;
	border: 1px solid #ffff00 !important;
	color: #ffffff;
	box-shadow: 0 4px 20px rgba(255, 255, 0, 0.15);
}
.btn.btn-yellow:hover,
.btn.btn-yellow:focus,
.btn.btn-yellow.focus,
.btn.btn-yellow:active,
.btn.btn-yellow.active {
	background-color: #dbdb00 !important;
	border: 1px solid #dbdb00 !important;
	box-shadow: 0 3px 10px rgba(255, 255, 0, 0.5);
	color: #ffffff !important;
}
.btn.btn-teal {
	background-color: #0e9384 !important;
	border: 1px solid #0e9384 !important;
	color: #ffffff;
	box-shadow: 0 4px 20px rgba(14, 147, 132, 0.15);
}
.btn.btn-teal:hover,
.btn.btn-teal:focus,
.btn.btn-teal.focus,
.btn.btn-teal:active,
.btn.btn-teal.active {
	background-color: #0b7267 !important;
	border: 1px solid #0b7267 !important;
	box-shadow: 0 3px 10px rgba(14, 147, 132, 0.5);
	color: #ffffff !important;
}
.btn.btn-cyan {
	background-color: #06aed4 !important;
	border: 1px solid #06aed4 !important;
	color: #ffffff;
	box-shadow: 0 4px 20px rgba(6, 174, 212, 0.15);
}
.btn.btn-cyan:hover,
.btn.btn-cyan:focus,
.btn.btn-cyan.focus,
.btn.btn-cyan:active,
.btn.btn-cyan.active {
	background-color: #0592b1 !important;
	border: 1px solid #0592b1 !important;
	box-shadow: 0 3px 10px rgba(6, 174, 212, 0.5);
	color: #ffffff !important;
}
.btn.btn-pink {
	background-color: #dd2590 !important;
	border: 1px solid #dd2590 !important;
	color: #ffffff;
	box-shadow: 0 4px 20px rgba(221, 37, 144, 0.15);
}
.btn.btn-pink:hover,
.btn.btn-pink:focus,
.btn.btn-pink.focus,
.btn.btn-pink:active,
.btn.btn-pink.active {
	background-color: #c01e7c !important;
	border: 1px solid #c01e7c !important;
	box-shadow: 0 3px 10px rgba(221, 37, 144, 0.5);
	color: #ffffff !important;
}
.btn.btn-indigo {
	background-color: #3538cd !important;
	border: 1px solid #3538cd !important;
	color: #ffffff;
	box-shadow: 0 4px 20px rgba(53, 56, 205, 0.15);
}
.btn.btn-indigo:hover,
.btn.btn-indigo:focus,
.btn.btn-indigo.focus,
.btn.btn-indigo:active,
.btn.btn-indigo.active {
	background-color: #2c2fb2 !important;
	border: 1px solid #2c2fb2 !important;
	box-shadow: 0 3px 10px rgba(53, 56, 205, 0.5);
	color: #ffffff !important;
}
.btn.btn-orange {
	background-color: #e04f16 !important;
	border: 1px solid #e04f16 !important;
	color: #ffffff;
	box-shadow: 0 4px 20px rgba(224, 79, 22, 0.15);
}
.btn.btn-orange:hover,
.btn.btn-orange:focus,
.btn.btn-orange.focus,
.btn.btn-orange:active,
.btn.btn-orange.active {
	background-color: #bf4413 !important;
	border: 1px solid #bf4413 !important;
	box-shadow: 0 3px 10px rgba(224, 79, 22, 0.5);
	color: #ffffff !important;
}
.btn.btn-light {
	background-color: #f9fafb;
	border: 1px solid #f9fafb;
	color: #37404a !important;
}
.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light.focus,
.btn.btn-light:active,
.btn.btn-light.active {
	background-color: white;
	border: 1px solid white;
	box-shadow: 0 0 0 2px rgba(249, 250, 251, 0.08);
	color: #1b2850 !important;
}

.btn-group .btn {
	padding: 0.45rem 0.75rem;
}

.btn-group-lg .btn {
	padding: 0.65rem 1rem;
}

.btn-group-sm .btn {
	padding: 0.25rem 0.5rem;
}

.btn.btn-w-xs {
	min-width: 5.625rem;
}
.btn.btn-w-sm {
	min-width: 6.975rem;
}
.btn.btn-w-md {
	min-width: 8.125rem;
}
.btn.btn-w-lg {
	min-width: 9.375rem;
}

.btn-icon i {
	padding: 0rem;
	margin: -0.5rem;
}
.btn-icon.btn-sm {
	width: 1.75rem;
	height: 1.75rem;
	font-size: 0.8rem;
}
.btn-icon.btn-lg {
	width: 2.75rem;
	height: 2.75rem;
	font-size: 1.2rem;
}

.btn-list > button,
.btn-list > a {
	margin: 0 0.375rem 0.375rem 0;
}

[dir='rtl'] .btn-list button,
[dir='rtl'] .btn-list div,
[dir='rtl'] .btn-list a,
[dir='rtl'] .btn-list input {
	margin: 0 0 0.375rem 0.375rem;
}

.btn-list {
	margin-block-end: -0.5rem;
}

.btn-square {
	border-radius: 0;
}

.btn-group-pill .btn:first-child {
	border-radius: 60px 0 0 60px;
}

.btn-group-pill .btn:last-child {
	border-radius: 0 60px 60px 0;
}

.btn-group-square .btn:first-child {
	border-radius: 0px 0 0 0px;
}

.btn-group-square .btn:last-child {
	border-radius: 0 0px 0px 0;
}

.btn.btn-primary-light {
	background-color: rgba(254, 159, 67, 0.1);
	color: #fe9f43;
}
.btn.btn-primary-light:hover,
.btn.btn-primary-light:focus,
.btn.btn-primary-light:active {
	background-color: #fe9f43;
	color: #ffffff;
	border-color: #fe9f43;
}
.btn.btn-secondary-light {
	background-color: rgba(9, 44, 76, 0.1);
	color: #092c4c;
}
.btn.btn-secondary-light:hover,
.btn.btn-secondary-light:focus,
.btn.btn-secondary-light:active {
	background-color: #092c4c;
	color: #ffffff;
	border-color: #092c4c;
}
.btn.btn-warning-light {
	background-color: rgba(255, 202, 24, 0.1);
	color: #ffca18;
}
.btn.btn-warning-light:hover,
.btn.btn-warning-light:focus,
.btn.btn-warning-light:active {
	background-color: #ffca18;
	color: #ffffff;
	border-color: #ffca18;
}
.btn.btn-info-light {
	background-color: rgba(21, 94, 239, 0.1);
	color: #155eef;
}
.btn.btn-info-light:hover,
.btn.btn-info-light:focus,
.btn.btn-info-light:active {
	background-color: #155eef;
	color: #ffffff;
	border-color: #155eef;
}
.btn.btn-success-light {
	background-color: rgba(62, 183, 128, 0.1);
	color: #3eb780;
}
.btn.btn-success-light:hover,
.btn.btn-success-light:focus,
.btn.btn-success-light:active {
	background-color: #3eb780;
	color: #ffffff;
	border-color: #3eb780;
}
.btn.btn-danger-light {
	background-color: rgba(255, 0, 0, 0.1);
	color: #ff0000;
}
.btn.btn-danger-light:hover,
.btn.btn-danger-light:focus,
.btn.btn-danger-light:active {
	background-color: #ff0000;
	color: #ffffff;
	border-color: #ff0000;
}

.btn.btn-primary-ghost {
	background-color: transparent;
	color: #fe9f43;
	border: 1px solid #fe9f43;
}
.btn.btn-primary-ghost:active {
	color: #fe9f43;
	border: 1px solid #fe9f43;
	background-color: transparent;
}
.btn.btn-secondary-ghost {
	background-color: transparent;
	color: #092c4c;
	border: 1px solid #092c4c;
}
.btn.btn-secondary-ghost:active {
	color: #092c4c;
	border: 1px solid #092c4c;
	background-color: transparent;
}
.btn.btn-warning-ghost {
	background-color: transparent;
	color: #ffca18;
	border: 1px solid #ffca18;
}
.btn.btn-warning-ghost:active {
	color: #ffca18;
	border: 1px solid #ffca18;
	background-color: transparent;
}
.btn.btn-info-ghost {
	background-color: transparent;
	color: #155eef;
	border: 1px solid #155eef;
}
.btn.btn-info-ghost:active {
	color: #155eef;
	border: 1px solid #155eef;
	background-color: transparent;
}
.btn.btn-success-ghost {
	background-color: transparent;
	color: #3eb780;
	border: 1px solid #3eb780;
}
.btn.btn-success-ghost:active {
	color: #3eb780;
	border: 1px solid #3eb780;
	background-color: transparent;
}
.btn.btn-danger-ghost {
	background-color: transparent;
	color: #ff0000;
	border: 1px solid #ff0000;
}
.btn.btn-danger-ghost:active {
	color: #ff0000;
	border: 1px solid #ff0000;
	background-color: transparent;
}

.btn-list button {
	margin: 0 0.375rem 0.375rem 0;
}

.btn-outline-primary {
	border: 1px solid #fe9f43 !important;
	color: #fe9f43 !important;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary:active,
.btn-outline-primary.active {
	background-color: #fe9f43 !important;
	border: 1px solid #fe9f43 !important;
	box-shadow: 0 3px 10px rgba(254, 159, 67, 0.5);
	color: #ffffff !important;
}

.btn-outline-secondary {
	border: 1px solid #092c4c !important;
	color: #092c4c !important;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary.focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active {
	background-color: #092c4c !important;
	border: 1px solid #092c4c !important;
	box-shadow: 0 3px 10px rgba(9, 44, 76, 0.5);
	color: #ffffff !important;
}

.btn-outline-success {
	border: 1px solid #3eb780 !important;
	color: #3eb780 !important;
}
.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success.focus,
.btn-outline-success:active,
.btn-outline-success.active {
	background-color: #3eb780 !important;
	border: 1px solid #3eb780 !important;
	box-shadow: 0 3px 10px rgba(62, 183, 128, 0.5);
	color: #ffffff !important;
}

.btn-outline-danger {
	border: 1px solid #ff0000 !important;
	color: #ff0000 !important;
}
.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger.focus,
.btn-outline-danger:active,
.btn-outline-danger.active {
	background-color: #ff0000 !important;
	border: 1px solid #ff0000 !important;
	box-shadow: 0 3px 10px rgba(255, 0, 0, 0.5);
	color: #ffffff !important;
}

.btn-outline-warning {
	border: 1px solid #ffca18 !important;
	color: #ffca18 !important;
}
.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning.focus,
.btn-outline-warning:active,
.btn-outline-warning.active {
	background-color: #ffca18 !important;
	border: 1px solid #ffca18 !important;
	box-shadow: 0 3px 10px rgba(255, 202, 24, 0.5);
	color: #ffffff !important;
}

.btn-outline-info {
	border: 1px solid #155eef !important;
	color: #155eef !important;
}
.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info.focus,
.btn-outline-info:active,
.btn-outline-info.active {
	background-color: #155eef !important;
	border: 1px solid #155eef !important;
	box-shadow: 0 3px 10px rgba(21, 94, 239, 0.5);
	color: #ffffff !important;
}

.btn-outline-light {
	border: 1px solid #e6eaed;
	color: #212b36 !important;
}
.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light.focus,
.btn-outline-light:active,
.btn-outline-light.active {
	background-color: #f9fafb;
	border: 1px solid #e6eaed;
	color: #212b36 !important;
}

.btn-outline-dark {
	border: 1px solid #1b2850 !important;
	color: #1b2850 !important;
}
.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark.focus,
.btn-outline-dark:active,
.btn-outline-dark.active {
	background-color: #1b2850 !important;
	border: 1px solid #1b2850 !important;
	box-shadow: 0 3px 10px rgba(27, 40, 80, 0.5);
	color: #ffffff !important;
}

.btn-soft-primary {
	background-color: #ffe3cb !important;
	color: #fe9f43 !important;
}
.btn-soft-primary:hover,
.btn-soft-primary:focus,
.btn-soft-primary.focus,
.btn-soft-primary:active,
.btn-soft-primary.active {
	box-shadow: 0 3px 12px rgba(254, 159, 67, 0.2);
	border-color: #fe9f43;
}

.btn-soft-secondary {
	background-color: #b0bbc7 !important;
	color: #092c4c !important;
}
.btn-soft-secondary:hover,
.btn-soft-secondary:focus,
.btn-soft-secondary.focus,
.btn-soft-secondary:active,
.btn-soft-secondary.active {
	box-shadow: 0 3px 12px rgba(9, 44, 76, 0.2);
	border-color: #092c4c;
}

.btn-soft-success {
	background-color: #cbefd4 !important;
	color: #3eb780 !important;
}
.btn-soft-success:hover,
.btn-soft-success:focus,
.btn-soft-success.focus,
.btn-soft-success:active,
.btn-soft-success.active {
	box-shadow: 0 3px 12px rgba(62, 183, 128, 0.2);
	border-color: #3eb780;
}

.btn-soft-danger {
	background-color: #ffc8bd !important;
	color: #ff0000 !important;
}
.btn-soft-danger:hover,
.btn-soft-danger:focus,
.btn-soft-danger.focus,
.btn-soft-danger:active,
.btn-soft-danger.active {
	box-shadow: 0 3px 12px rgba(255, 0, 0, 0.2);
	border-color: #ff0000;
}

.btn-soft-warning {
	background-color: #fff0ca !important;
	color: #ffca18 !important;
}
.btn-soft-warning:hover,
.btn-soft-warning:focus,
.btn-soft-warning.focus,
.btn-soft-warning:active,
.btn-soft-warning.active {
	box-shadow: 0 3px 12px rgba(255, 202, 24, 0.2);
	border-color: #ffca18;
}

.btn-soft-info {
	background-color: rgba(21, 94, 239, 0.3) !important;
	color: #155eef !important;
}
.btn-soft-info:hover,
.btn-soft-info:focus,
.btn-soft-info.focus,
.btn-soft-info:active,
.btn-soft-info.active {
	box-shadow: 0 3px 12px rgba(21, 94, 239, 0.2);
	border-color: #155eef;
}

.btn-soft-light {
	background-color: rgba(249, 250, 251, 0.9) !important;
	color: #646b72 !important;
}
.btn-soft-light:hover,
.btn-soft-light:focus,
.btn-soft-light.focus,
.btn-soft-light:active,
.btn-soft-light.active {
	box-shadow: 0 3px 12px rgba(249, 250, 251, 0.2);
	border-color: #f9fafb;
	border-color: #646b72;
}

.btn-soft-dark {
	background-color: rgba(27, 40, 80, 0.3) !important;
	color: #ffffff !important;
}
.btn-soft-dark:hover,
.btn-soft-dark:focus,
.btn-soft-dark.focus,
.btn-soft-dark:active,
.btn-soft-dark.active {
	box-shadow: 0 3px 12px rgba(27, 40, 80, 0.2);
	border-color: #1b2850;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.modal-header {
	justify-content: space-between;
}

.page-header .btn-added.dark {
	background-color: #1b2850 !important;
	border: 1px solid #1b2850 !important;
}
.page-header .btn-added.dark:hover,
.page-header .btn-added.dark:focus,
.page-header .btn-added.dark.focus,
.page-header .btn-added.dark:active,
.page-header .btn-added.dark.active {
	background-color: #fe9f43 !important;
	border: 1px solid #fe9f43 !important;
}

.btn-primaryadd {
	position: absolute;
	top: 37px;
	right: 10px;
	padding: 4px 8px;
	background-color: #fe9f43;
	font-size: 10px;
	color: #ffffff;
}
.btn-primaryadd:hover {
	border: 1px solid #fe9f43;
	color: #fe9f43;
}

.badge.badge-primary {
	background: rgba(254, 159, 67, 0.1);
	box-shadow: 0 1px 1px rgba(254, 159, 67, 0.5);
	color: #fe9f43;
}

.badge.badge-primary {
	background: #fe9f43;
	box-shadow: 0 1px 1px rgba(254, 159, 67, 0.5);
	color: #ffffff;
}
.badge.badge-soft-primary {
	background: rgba(254, 159, 67, 0.1);
	box-shadow: 0 1px 1px rgba(254, 159, 67, 0.5);
	color: #fe9f43;
}
.badge.badge-soft-primary {
	background: #fff6ee !important;
}
.badge.badge-soft-secondary {
	background: #e6eaed !important;
}
.badge.badge-soft-success {
	background: #eefaf1 !important;
}
.badge.badge-soft-warning {
	background: #fffaee !important;
}
.badge.badge-soft-danger {
	background: #ffede9 !important;
}
.badge.badge-soft-info {
	background: #eaf1fe !important;
}
.badge.badge-soft-cyan {
	background: #ecf7fb !important;
}
.badge.badge-soft-pink {
	background: #ffecf4 !important;
}
.badge.badge-soft-skyblue {
	background: #ededff !important;
}

.badge.badge-secondary {
	background: #092c4c;
	box-shadow: 0 1px 1px rgba(9, 44, 76, 0.5);
	color: #ffffff;
}
.badge.badge-soft-secondary {
	background: rgba(9, 44, 76, 0.1);
	box-shadow: 0 1px 1px rgba(9, 44, 76, 0.5);
	color: #092c4c;
}
.badge.badge-soft-primary {
	background: #fff6ee !important;
}
.badge.badge-soft-secondary {
	background: #e6eaed !important;
}
.badge.badge-soft-success {
	background: #eefaf1 !important;
}
.badge.badge-soft-warning {
	background: #fffaee !important;
}
.badge.badge-soft-danger {
	background: #ffede9 !important;
}
.badge.badge-soft-info {
	background: #eaf1fe !important;
}
.badge.badge-soft-cyan {
	background: #ecf7fb !important;
}
.badge.badge-soft-pink {
	background: #ffecf4 !important;
}
.badge.badge-soft-skyblue {
	background: #ededff !important;
}

.badge.badge-success {
	background: #3eb780;
	box-shadow: 0 1px 1px rgba(62, 183, 128, 0.5);
	color: #ffffff;
}
.badge.badge-soft-success {
	background: rgba(62, 183, 128, 0.1);
	box-shadow: 0 1px 1px rgba(62, 183, 128, 0.5);
	color: #3eb780;
}
.badge.badge-soft-primary {
	background: #fff6ee !important;
}
.badge.badge-soft-secondary {
	background: #e6eaed !important;
}
.badge.badge-soft-success {
	background: #eefaf1 !important;
}
.badge.badge-soft-warning {
	background: #fffaee !important;
}
.badge.badge-soft-danger {
	background: #ffede9 !important;
}
.badge.badge-soft-info {
	background: #eaf1fe !important;
}
.badge.badge-soft-cyan {
	background: #ecf7fb !important;
}
.badge.badge-soft-pink {
	background: #ffecf4 !important;
}
.badge.badge-soft-skyblue {
	background: #ededff !important;
}

.badge.badge-info {
	background: #155eef;
	box-shadow: 0 1px 1px rgba(21, 94, 239, 0.5);
	color: #ffffff;
}
.badge.badge-soft-info {
	background: rgba(21, 94, 239, 0.1);
	box-shadow: 0 1px 1px rgba(21, 94, 239, 0.5);
	color: #155eef;
}
.badge.badge-soft-primary {
	background: #fff6ee !important;
}
.badge.badge-soft-secondary {
	background: #e6eaed !important;
}
.badge.badge-soft-success {
	background: #eefaf1 !important;
}
.badge.badge-soft-warning {
	background: #fffaee !important;
}
.badge.badge-soft-danger {
	background: #ffede9 !important;
}
.badge.badge-soft-info {
	background: #eaf1fe !important;
}
.badge.badge-soft-cyan {
	background: #ecf7fb !important;
}
.badge.badge-soft-pink {
	background: #ffecf4 !important;
}
.badge.badge-soft-skyblue {
	background: #ededff !important;
}

.badge.badge-warning {
	background: #ffca18;
	box-shadow: 0 1px 1px rgba(255, 202, 24, 0.5);
	color: #ffffff;
}
.badge.badge-soft-warning {
	background: rgba(255, 202, 24, 0.1);
	box-shadow: 0 1px 1px rgba(255, 202, 24, 0.5);
	color: #ffca18;
}
.badge.badge-soft-primary {
	background: #fff6ee !important;
}
.badge.badge-soft-secondary {
	background: #e6eaed !important;
}
.badge.badge-soft-success {
	background: #eefaf1 !important;
}
.badge.badge-soft-warning {
	background: #fffaee !important;
}
.badge.badge-soft-danger {
	background: #ffede9 !important;
}
.badge.badge-soft-info {
	background: #eaf1fe !important;
}
.badge.badge-soft-cyan {
	background: #ecf7fb !important;
}
.badge.badge-soft-pink {
	background: #ffecf4 !important;
}
.badge.badge-soft-skyblue {
	background: #ededff !important;
}

.badge.badge-danger {
	background: #ff0000;
	box-shadow: 0 1px 1px rgba(255, 0, 0, 0.5);
	color: #ffffff;
}
.badge.badge-soft-danger {
	background: rgba(255, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(255, 0, 0, 0.5);
	color: #ff0000;
}
.badge.badge-soft-primary {
	background: #fff6ee !important;
}
.badge.badge-soft-secondary {
	background: #e6eaed !important;
}
.badge.badge-soft-success {
	background: #eefaf1 !important;
}
.badge.badge-soft-warning {
	background: #fffaee !important;
}
.badge.badge-soft-danger {
	background: #ffede9 !important;
}
.badge.badge-soft-info {
	background: #eaf1fe !important;
}
.badge.badge-soft-cyan {
	background: #ecf7fb !important;
}
.badge.badge-soft-pink {
	background: #ffecf4 !important;
}
.badge.badge-soft-skyblue {
	background: #ededff !important;
}

.badge.badge-dark {
	background: #1b2850;
	box-shadow: 0 1px 1px rgba(27, 40, 80, 0.5);
	color: #ffffff;
}
.badge.badge-soft-dark {
	background: rgba(27, 40, 80, 0.1);
	box-shadow: 0 1px 1px rgba(27, 40, 80, 0.5);
	color: #1b2850;
}
.badge.badge-soft-primary {
	background: #fff6ee !important;
}
.badge.badge-soft-secondary {
	background: #e6eaed !important;
}
.badge.badge-soft-success {
	background: #eefaf1 !important;
}
.badge.badge-soft-warning {
	background: #fffaee !important;
}
.badge.badge-soft-danger {
	background: #ffede9 !important;
}
.badge.badge-soft-info {
	background: #eaf1fe !important;
}
.badge.badge-soft-cyan {
	background: #ecf7fb !important;
}
.badge.badge-soft-pink {
	background: #ffecf4 !important;
}
.badge.badge-soft-skyblue {
	background: #ededff !important;
}

.badge.badge-light {
	background: #f9fafb;
	box-shadow: 0 1px 1px rgba(249, 250, 251, 0.5);
	color: #ffffff;
}
.badge.badge-soft-light {
	background: rgba(249, 250, 251, 0.1);
	box-shadow: 0 1px 1px rgba(249, 250, 251, 0.5);
	color: #f9fafb;
}
.badge.badge-soft-primary {
	background: #fff6ee !important;
}
.badge.badge-soft-secondary {
	background: #e6eaed !important;
}
.badge.badge-soft-success {
	background: #eefaf1 !important;
}
.badge.badge-soft-warning {
	background: #fffaee !important;
}
.badge.badge-soft-danger {
	background: #ffede9 !important;
}
.badge.badge-soft-info {
	background: #eaf1fe !important;
}
.badge.badge-soft-cyan {
	background: #ecf7fb !important;
}
.badge.badge-soft-pink {
	background: #ffecf4 !important;
}
.badge.badge-soft-skyblue {
	background: #ededff !important;
}

.badge.badge-black {
	background: #000000;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	color: #ffffff;
}
.badge.badge-soft-black {
	background: rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	color: #000000;
}
.badge.badge-soft-primary {
	background: #fff6ee !important;
}
.badge.badge-soft-secondary {
	background: #e6eaed !important;
}
.badge.badge-soft-success {
	background: #eefaf1 !important;
}
.badge.badge-soft-warning {
	background: #fffaee !important;
}
.badge.badge-soft-danger {
	background: #ffede9 !important;
}
.badge.badge-soft-info {
	background: #eaf1fe !important;
}
.badge.badge-soft-cyan {
	background: #ecf7fb !important;
}
.badge.badge-soft-pink {
	background: #ffecf4 !important;
}
.badge.badge-soft-skyblue {
	background: #ededff !important;
}

.badge.badge-purple {
	background: #6938ef;
	box-shadow: 0 1px 1px rgba(105, 56, 239, 0.5);
	color: #ffffff;
}
.badge.badge-soft-purple {
	background: rgba(105, 56, 239, 0.1);
	box-shadow: 0 1px 1px rgba(105, 56, 239, 0.5);
	color: #6938ef;
}
.badge.badge-soft-primary {
	background: #fff6ee !important;
}
.badge.badge-soft-secondary {
	background: #e6eaed !important;
}
.badge.badge-soft-success {
	background: #eefaf1 !important;
}
.badge.badge-soft-warning {
	background: #fffaee !important;
}
.badge.badge-soft-danger {
	background: #ffede9 !important;
}
.badge.badge-soft-info {
	background: #eaf1fe !important;
}
.badge.badge-soft-cyan {
	background: #ecf7fb !important;
}
.badge.badge-soft-pink {
	background: #ffecf4 !important;
}
.badge.badge-soft-skyblue {
	background: #ededff !important;
}

.badge.badge-yellow {
	background: #ffff00;
	box-shadow: 0 1px 1px rgba(255, 255, 0, 0.5);
	color: #ffffff;
}
.badge.badge-soft-yellow {
	background: rgba(255, 255, 0, 0.1);
	box-shadow: 0 1px 1px rgba(255, 255, 0, 0.5);
	color: #ffff00;
}
.badge.badge-soft-primary {
	background: #fff6ee !important;
}
.badge.badge-soft-secondary {
	background: #e6eaed !important;
}
.badge.badge-soft-success {
	background: #eefaf1 !important;
}
.badge.badge-soft-warning {
	background: #fffaee !important;
}
.badge.badge-soft-danger {
	background: #ffede9 !important;
}
.badge.badge-soft-info {
	background: #eaf1fe !important;
}
.badge.badge-soft-cyan {
	background: #ecf7fb !important;
}
.badge.badge-soft-pink {
	background: #ffecf4 !important;
}
.badge.badge-soft-skyblue {
	background: #ededff !important;
}

.badge.badge-teal {
	background: #0e9384;
	box-shadow: 0 1px 1px rgba(14, 147, 132, 0.5);
	color: #ffffff;
}
.badge.badge-soft-teal {
	background: rgba(14, 147, 132, 0.1);
	box-shadow: 0 1px 1px rgba(14, 147, 132, 0.5);
	color: #0e9384;
}
.badge.badge-soft-primary {
	background: #fff6ee !important;
}
.badge.badge-soft-secondary {
	background: #e6eaed !important;
}
.badge.badge-soft-success {
	background: #eefaf1 !important;
}
.badge.badge-soft-warning {
	background: #fffaee !important;
}
.badge.badge-soft-danger {
	background: #ffede9 !important;
}
.badge.badge-soft-info {
	background: #eaf1fe !important;
}
.badge.badge-soft-cyan {
	background: #ecf7fb !important;
}
.badge.badge-soft-pink {
	background: #ffecf4 !important;
}
.badge.badge-soft-skyblue {
	background: #ededff !important;
}

.badge.badge-cyan {
	background: #06aed4;
	box-shadow: 0 1px 1px rgba(6, 174, 212, 0.5);
	color: #ffffff;
}
.badge.badge-soft-cyan {
	background: rgba(6, 174, 212, 0.1);
	box-shadow: 0 1px 1px rgba(6, 174, 212, 0.5);
	color: #06aed4;
}
.badge.badge-soft-primary {
	background: #fff6ee !important;
}
.badge.badge-soft-secondary {
	background: #e6eaed !important;
}
.badge.badge-soft-success {
	background: #eefaf1 !important;
}
.badge.badge-soft-warning {
	background: #fffaee !important;
}
.badge.badge-soft-danger {
	background: #ffede9 !important;
}
.badge.badge-soft-info {
	background: #eaf1fe !important;
}
.badge.badge-soft-cyan {
	background: #ecf7fb !important;
}
.badge.badge-soft-pink {
	background: #ffecf4 !important;
}
.badge.badge-soft-skyblue {
	background: #ededff !important;
}

.badge.badge-pink {
	background: #dd2590;
	box-shadow: 0 1px 1px rgba(221, 37, 144, 0.5);
	color: #ffffff;
}
.badge.badge-soft-pink {
	background: rgba(221, 37, 144, 0.1);
	box-shadow: 0 1px 1px rgba(221, 37, 144, 0.5);
	color: #dd2590;
}
.badge.badge-soft-primary {
	background: #fff6ee !important;
}
.badge.badge-soft-secondary {
	background: #e6eaed !important;
}
.badge.badge-soft-success {
	background: #eefaf1 !important;
}
.badge.badge-soft-warning {
	background: #fffaee !important;
}
.badge.badge-soft-danger {
	background: #ffede9 !important;
}
.badge.badge-soft-info {
	background: #eaf1fe !important;
}
.badge.badge-soft-cyan {
	background: #ecf7fb !important;
}
.badge.badge-soft-pink {
	background: #ffecf4 !important;
}
.badge.badge-soft-skyblue {
	background: #ededff !important;
}

.badge.badge-indigo {
	background: #3538cd;
	box-shadow: 0 1px 1px rgba(53, 56, 205, 0.5);
	color: #ffffff;
}
.badge.badge-soft-indigo {
	background: rgba(53, 56, 205, 0.1);
	box-shadow: 0 1px 1px rgba(53, 56, 205, 0.5);
	color: #3538cd;
}
.badge.badge-soft-primary {
	background: #fff6ee !important;
}
.badge.badge-soft-secondary {
	background: #e6eaed !important;
}
.badge.badge-soft-success {
	background: #eefaf1 !important;
}
.badge.badge-soft-warning {
	background: #fffaee !important;
}
.badge.badge-soft-danger {
	background: #ffede9 !important;
}
.badge.badge-soft-info {
	background: #eaf1fe !important;
}
.badge.badge-soft-cyan {
	background: #ecf7fb !important;
}
.badge.badge-soft-pink {
	background: #ffecf4 !important;
}
.badge.badge-soft-skyblue {
	background: #ededff !important;
}

.badge.badge-orange {
	background: #e04f16;
	box-shadow: 0 1px 1px rgba(224, 79, 22, 0.5);
	color: #ffffff;
}
.badge.badge-soft-orange {
	background: rgba(224, 79, 22, 0.1);
	box-shadow: 0 1px 1px rgba(224, 79, 22, 0.5);
	color: #e04f16;
}
.badge.badge-soft-primary {
	background: #fff6ee !important;
}
.badge.badge-soft-secondary {
	background: #e6eaed !important;
}
.badge.badge-soft-success {
	background: #eefaf1 !important;
}
.badge.badge-soft-warning {
	background: #fffaee !important;
}
.badge.badge-soft-danger {
	background: #ffede9 !important;
}
.badge.badge-soft-info {
	background: #eaf1fe !important;
}
.badge.badge-soft-cyan {
	background: #ecf7fb !important;
}
.badge.badge-soft-pink {
	background: #ffecf4 !important;
}
.badge.badge-soft-skyblue {
	background: #ededff !important;
}

.badge {
	padding: 0.35rem 0.45rem;
	text-transform: capitalize;
	font-weight: 500;
	letter-spacing: 0.5px;
	border-radius: 5px;
}
.badge.badge-xs {
	font-size: 10px;
	padding: 0px 5px;
	line-height: 18px;
}
.badge.badge-sm {
	font-size: 11px;
	padding: 5px 8px;
	line-height: 11px;
}
.badge.badge-md {
	font-size: 12px;
	padding: 5px 12px;
	line-height: 1.5;
}
.badge.badge-lg {
	font-size: 14px;
	padding: 0px 10px;
	line-height: 30px;
}
.badge.badge-xl {
	font-size: 16px;
	padding: 0px 15px;
	line-height: 35px;
}

.badges-warning {
	color: #ffca18;
	padding: 2px 10px;
	border-radius: 8px;
	border: 1px solid #ffca18;
	font-size: 14px;
	font-weight: 600;
	min-width: 80px;
}

.badge.badge-linedangered {
	color: #ff0000;
	padding: 2px 10px;
	border-radius: 8px;
	border: 1px solid #ff0000;
	font-size: 14px;
	font-weight: 600;
	min-width: 80px;
}

.border-container {
	display: inline-block;
	width: 5rem;
	height: 5rem;
	margin: 0.25rem;
	background-color: #f9fafb;
}

.border {
	border: 1px solid #e6eaed !important;
}
.border.border-dashed {
	border-style: dashed !important;
}
.border.border-dotted {
	border-style: dotted !important;
}
.border.border-primary {
	border: 1px solid #fe9f43 !important;
	opacity: 1;
}
.border.border-primary.border-opacity-10 {
	border-color: rgba(254, 159, 67, 0.1) !important;
}
.border.border-primary.border-opacity-25 {
	border-color: rgba(254, 159, 67, 0.25) !important;
}
.border.border-primary.border-opacity-50 {
	border-color: rgba(254, 159, 67, 0.5) !important;
}
.border.border-primary.border-opacity-75 {
	border-color: rgba(254, 159, 67, 0.75) !important;
}
.border.border-primary.border-opacity-100 {
	border-color: #fe9f43 !important;
}
.border.border-secondary {
	border: 1px solid #092c4c !important;
	opacity: 1;
}
.border.border-secondary.border-opacity-10 {
	border-color: rgba(9, 44, 76, 0.1) !important;
}
.border.border-secondary.border-opacity-25 {
	border-color: rgba(9, 44, 76, 0.25) !important;
}
.border.border-secondary.border-opacity-50 {
	border-color: rgba(9, 44, 76, 0.5) !important;
}
.border.border-secondary.border-opacity-75 {
	border-color: rgba(9, 44, 76, 0.75) !important;
}
.border.border-secondary.border-opacity-100 {
	border-color: #092c4c !important;
}
.border.border-info {
	border: 1px solid #155eef !important;
	opacity: 1;
}
.border.border-info.border-opacity-10 {
	border-color: rgba(21, 94, 239, 0.1) !important;
}
.border.border-info.border-opacity-25 {
	border-color: rgba(21, 94, 239, 0.25) !important;
}
.border.border-info.border-opacity-50 {
	border-color: rgba(21, 94, 239, 0.5) !important;
}
.border.border-info.border-opacity-75 {
	border-color: rgba(21, 94, 239, 0.75) !important;
}
.border.border-info.border-opacity-100 {
	border-color: #155eef !important;
}
.border.border-success {
	border: 1px solid #3eb780 !important;
	opacity: 1;
}
.border.border-success.border-opacity-10 {
	border-color: rgba(62, 183, 128, 0.1) !important;
}
.border.border-success.border-opacity-25 {
	border-color: rgba(62, 183, 128, 0.25) !important;
}
.border.border-success.border-opacity-50 {
	border-color: rgba(62, 183, 128, 0.5) !important;
}
.border.border-success.border-opacity-75 {
	border-color: rgba(62, 183, 128, 0.75) !important;
}
.border.border-success.border-opacity-100 {
	border-color: #3eb780 !important;
}
.border.border-warning {
	border: 1px solid #ffca18 !important;
	opacity: 1;
}
.border.border-warning.border-opacity-10 {
	border-color: rgba(255, 202, 24, 0.1) !important;
}
.border.border-warning.border-opacity-25 {
	border-color: rgba(255, 202, 24, 0.25) !important;
}
.border.border-warning.border-opacity-50 {
	border-color: rgba(255, 202, 24, 0.5) !important;
}
.border.border-warning.border-opacity-75 {
	border-color: rgba(255, 202, 24, 0.75) !important;
}
.border.border-warning.border-opacity-100 {
	border-color: #ffca18 !important;
}
.border.border-danger {
	border: 1px solid #ff0000 !important;
	opacity: 1;
}
.border.border-danger.border-opacity-10 {
	border-color: rgba(255, 0, 0, 0.1) !important;
}
.border.border-danger.border-opacity-25 {
	border-color: rgba(255, 0, 0, 0.25) !important;
}
.border.border-danger.border-opacity-50 {
	border-color: rgba(255, 0, 0, 0.5) !important;
}
.border.border-danger.border-opacity-75 {
	border-color: rgba(255, 0, 0, 0.75) !important;
}
.border.border-danger.border-opacity-100 {
	border-color: red !important;
}
.border.border-white {
	border: 1px solid #ffffff !important;
	opacity: 1;
}
.border.border-white.border-opacity-10 {
	border-color: rgba(255, 255, 255, 0.1) !important;
}
.border.border-white.border-opacity-25 {
	border-color: rgba(255, 255, 255, 0.25) !important;
}
.border.border-white.border-opacity-50 {
	border-color: rgba(255, 255, 255, 0.5) !important;
}
.border.border-white.border-opacity-75 {
	border-color: rgba(255, 255, 255, 0.75) !important;
}
.border.border-white.border-opacity-100 {
	border-color: white !important;
}
.border.border-light {
	border: 1px solid #f9fafb !important;
	opacity: 1;
}
.border.border-light.border-opacity-10 {
	border-color: rgba(249, 250, 251, 0.1) !important;
}
.border.border-light.border-opacity-25 {
	border-color: rgba(249, 250, 251, 0.25) !important;
}
.border.border-light.border-opacity-50 {
	border-color: rgba(249, 250, 251, 0.5) !important;
}
.border.border-light.border-opacity-75 {
	border-color: rgba(249, 250, 251, 0.75) !important;
}
.border.border-light.border-opacity-100 {
	border-color: #f9fafb !important;
}
.border.border-dark {
	border: 1px solid #1b2850 !important;
	opacity: 1;
}
.border.border-dark.border-opacity-10 {
	border-color: rgba(27, 40, 80, 0.1) !important;
}
.border.border-dark.border-opacity-25 {
	border-color: rgba(27, 40, 80, 0.25) !important;
}
.border.border-dark.border-opacity-50 {
	border-color: rgba(27, 40, 80, 0.5) !important;
}
.border.border-dark.border-opacity-75 {
	border-color: rgba(27, 40, 80, 0.75) !important;
}
.border.border-dark.border-opacity-100 {
	border-color: #1b2850 !important;
}
.border.border-orange {
	border: 1px solid #e04f16 !important;
	opacity: 1;
}
.border.border-orange.border-opacity-10 {
	border-color: rgba(224, 79, 22, 0.1) !important;
}
.border.border-orange.border-opacity-25 {
	border-color: rgba(224, 79, 22, 0.25) !important;
}
.border.border-orange.border-opacity-50 {
	border-color: rgba(224, 79, 22, 0.5) !important;
}
.border.border-orange.border-opacity-75 {
	border-color: rgba(224, 79, 22, 0.75) !important;
}
.border.border-orange.border-opacity-100 {
	border-color: #e04f16 !important;
}
.border.border-opacity-10 {
	--bs-border-opacity: 0.1 !important;
}
.border.border-opacity-25 {
	--bs-border-opacity: 0.25 !important;
}
.border.border-opacity-50 {
	--bs-border-opacity: 0.5 !important;
}
.border.border-opacity-75 {
	--bs-border-opacity: 0.75 !important;
}
.border.border-opacity-100 {
	--bs-border-opacity: 1 !important;
}
.border.border-1 {
	border-width: 1px !important;
}
.border.border-2 {
	border-width: 2px !important;
}
.border.border-3 {
	border-width: 3px !important;
}
.border.border-4 {
	border-width: 4px !important;
}
.border.border-5 {
	border-width: 5px !important;
}
.border.border-block-start-dashed {
	border-top-style: dashed;
}
.border.border-block-start-dotted {
	border-top-style: dotted;
}
.border.border-inline-end-dashed {
	border-inline-end-style: dashed;
}
.border.border-inline-end-dotted {
	border-inline-end-style: dotted;
}
.border.border-block-end-dashed {
	border-bottom-style: dashed;
}
.border.border-block-end-dotted {
	border-bottom-style: dotted;
}
.border.border-inline-start-dashed {
	border-inline-start-style: dashed;
}
.border.border-inline-start-dotted {
	border-inline-start-style: dotted;
}
.border.border-0 {
	border: 0 !important;
}
.border.border-top-0 {
	border-block-start: 0 !important;
}
.border.border-end-0 {
	border-inline-end: 0 !important;
}
.border.border-bottom-0 {
	border-block-end: 0 !important;
}
.border.border-start-0 {
	border-inline-start: 0 !important;
}

.border-top {
	border-top: 1px solid #e6eaed !important;
}
.border-top.border-dotted {
	border-style: dotted !important;
}
.border-top.border-block-start-dashed {
	border-top-style: dashed !important;
}
.border-top.border-block-start-dotted {
	border-top-style: dotted !important;
}
.border-top.border-primary {
	border-color: #fe9f43 !important;
}
.border-top.border-secondary {
	border-color: #092c4c !important;
}
.border-top.border-warning {
	border-color: #ffca18 !important;
}
.border-top.border-info {
	border-color: #155eef !important;
}
.border-top.border-success {
	border-color: #3eb780 !important;
}
.border-top.border-danger {
	border-color: #ff0000 !important;
}
.border-top.border-light {
	border-color: #f9fafb !important;
}
.border-top.border-dark {
	border-color: #1b2850 !important;
}

.border-end {
	border-inline-end: 1px solid #e6eaed !important;
}
.border-end.border-dotted {
	border-style: dotted !important;
}
.border-end.border-inline-end-dashed {
	border-inline-end-style: dashed !important;
}
.border-end.border-inline-end-dotted {
	border-inline-end-style: dotted !important;
}
.border-end.border-primary {
	border-color: #fe9f43 !important;
}
.border-end.border-secondary {
	border-color: #092c4c !important;
}
.border-end.border-warning {
	border-color: #ffca18 !important;
}
.border-end.border-info {
	border-color: #155eef !important;
}
.border-end.border-success {
	border-color: #3eb780 !important;
}
.border-end.border-danger {
	border-color: #ff0000 !important;
}
.border-end.border-light {
	border-color: #f9fafb !important;
}
.border-end.border-dark {
	border-color: #1b2850 !important;
}

.border-bottom {
	border-bottom: 1px solid #e6eaed !important;
}
.border-bottom.border-dotted {
	border-style: dotted !important;
}
.border-bottom.border-block-end-dashed {
	border-bottom-style: dashed !important;
}
.border-bottom.border-block-end-dotted {
	border-bottom-style: dotted !important;
}
.border-bottom.border-primary {
	border-color: #fe9f43 !important;
}
.border-bottom.border-secondary {
	border-color: #092c4c !important;
}
.border-bottom.border-warning {
	border-color: #ffca18 !important;
}
.border-bottom.border-info {
	border-color: #155eef !important;
}
.border-bottom.border-success {
	border-color: #3eb780 !important;
}
.border-bottom.border-danger {
	border-color: #ff0000 !important;
}
.border-bottom.border-light {
	border-color: #f9fafb !important;
}
.border-bottom.border-dark {
	border-color: #1b2850 !important;
}

.border-start {
	border-inline-start: 1px solid #e6eaed !important;
}
.border-start.border-dashed {
	border-style: dashed !important;
}
.border-start.border-dotted {
	border-style: dotted !important;
}
.border-start.border-inline-start-dashed {
	border-inline-start-style: dashed !important;
}
.border-start.border-inline-start-dotted {
	border-inline-start-style: dotted !important;
}
.border-start.border-primary {
	border-color: #fe9f43 !important;
}
.border-start.border-secondary {
	border-color: #092c4c !important;
}
.border-start.border-warning {
	border-color: #ffca18 !important;
}
.border-start.border-info {
	border-color: #155eef !important;
}
.border-start.border-success {
	border-color: #3eb780 !important;
}
.border-start.border-danger {
	border-color: #ff0000 !important;
}
.border-start.border-light {
	border-color: #f9fafb !important;
}
.border-start.border-dark {
	border-color: #1b2850 !important;
}

.br-1 {
	border-radius: 0.0625rem;
}

.br-2 {
	border-radius: 0.125rem;
}

.br-3 {
	border-radius: 0.1875rem;
}

.br-4 {
	border-radius: 0.25rem;
}

.br-5 {
	border-radius: 0.3125rem;
}

.br-6 {
	border-radius: 0.375rem;
}

.br-7 {
	border-radius: 0.4375rem;
}

.br-8 {
	border-radius: 0.5rem;
}

.br-9 {
	border-radius: 0.5625rem;
}

.br-10 {
	border-radius: 0.625rem;
}

.br-15 {
	border-radius: 0.9375rem;
}

.br-20 {
	border-radius: 1.25rem;
}

.rounded {
	border-radius: 4px !important;
}

.calendar-events {
	border: 1px solid transparent;
	cursor: move;
	padding: 10px 15px;
}
.calendar-events:hover {
	border-color: #f2f2f2;
	background-color: #ffffff;
}

.calendar-events i {
	margin-right: 8px;
}

.calendar {
	float: left;
	margin-bottom: 0;
}

.fc .fc-toolbar.fc-header-toolbar {
	margin-bottom: 6px;
	flex-wrap: wrap;
}
.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk {
	margin-bottom: 10px;
}
.fc .fc-toolbar.fc-header-toolbar .fc-left,
.fc .fc-toolbar.fc-header-toolbar .fc-right {
	margin-bottom: 10px;
}

.fc-toolbar h2 {
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
}

.fc-day-grid-event .fc-time {
	font-family: 'Roboto', sans-serif;
}

.fc-day {
	background: #ffffff;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
	z-index: 0;
}

.fc th.fc-widget-header {
	background: #f7f7f7;
	font-size: 14px;
	text-transform: uppercase;
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
	border-color: #f2f2f2;
}

.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
	padding: 2px 5px;
}

.fc-button {
	background: #f7f7f7;
	border: none;
	color: #4d555e;
	text-transform: capitalize;
	box-shadow: none !important;
	border-radius: 5px !important;
	margin: 0 3px !important;
	padding: 6px 12px !important;
	height: auto !important;
}

.fc-text-arrow {
	font-family: inherit;
	font-size: 16px;
}

.fc-state-hover {
	background: #fafafa;
}

.fc-state-highlight {
	background: #fafafa;
}

.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	background-color: #fe9f43 !important;
	color: #ffffff !important;
	text-shadow: none !important;
}

.fc-cell-overlay {
	background: #fafafa;
}

.fc-unthemed .fc-today {
	background: #ffffff;
}

.fc-event {
	border-radius: 2px;
	border: none;
	color: #ffffff !important;
	cursor: move;
	font-size: 13px;
	margin: 1px 7px;
	padding: 5px 5px;
	text-align: center;
}

.fc-basic-view td.fc-week-number span {
	padding-right: 8px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}

.fc-basic-view td.fc-day-number {
	padding-right: 8px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}

.event-form .input-group .form-control {
	height: 40px;
}

.fc-theme-standard .fc-scrollgrid {
	border: 1px solid #e6eaed;
}

.fc .fc-col-header-cell-cushion {
	color: #212b36;
	font-size: 14px;
	font-weight: 500;
	padding: 0;
}

.fc th {
	background: #ffffff;
	border-color: #e6eaed;
	height: 40px;
	line-height: 40px;
}
.fc th.columnheader:last-child {
	border-right: #e6eaed;
}
.fc td {
	border-color: #e6eaed;
}
.fc .fc-daygrid-day-number {
	color: #212b36;
	font-size: 14px;
}
.fc .fc-toolbar-title {
	font-size: 18px;
	font-weight: 600;
	color: #212b36;
}

.fc-event {
	border: 1px solid #ffffff;
	border-radius: 5px;
	background: #ffffff;
	color: #000000;
	padding: 5px;
	font-weight: 400;
}
.fc-event.progress-danger {
	border-color: #ff0000;
}
.fc-event.progress-info {
	border-color: #155eef;
}
.fc-event.progress-pending {
	border-color: #3577f1;
}
.fc-event.progress-success {
	border-color: #3eb780;
}

.fc-h-event .fc-event-main,
.fc-event-main {
	color: #212b36;
}

.fc .fc-button-primary {
	background-color: #f7f7f7;
	border-color: #f7f7f7;
	color: #4d555e;
	font-size: 14px;
	height: 26px;
	border-radius: 5px;
	padding: 2px 5px !important;
	text-transform: capitalize;
}
.fc .fc-button-primary:hover,
.fc .fc-button-primary.active,
.fc .fc-button-primary:active {
	background-color: #092c4c;
	border-color: #092c4c;
	color: #ffffff;
}
.fc .fc-button-primary:focus {
	box-shadow: none;
}
.fc .fc-button-primary.fc-today-button {
	background: #1b2850;
	border-color: #1b2850;
	color: #ffffff;
}
.fc .fc-button-primary.fc-dayGridMonth-button,
.fc .fc-button-primary:not(:disabled).fc-button-active {
	background-color: #092c4c;
	border-color: #092c4c;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	height: 26px;
	border-radius: 0;
	border-width: 1px 0;
	padding: 0;
}
.fc .fc-button-primary.fc-dayGridMonth-button:hover,
.fc .fc-button-primary:not(:disabled).fc-button-active:hover {
	background-color: #092c4c;
	border-color: #092c4c;
	color: #ffffff;
}
.fc .fc-button-primary.fc-dayGridMonth-button:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus {
	box-shadow: none;
}
.fc .fc-button-primary.fc-custombtn-button {
	background-color: #fe9f43;
	border-color: #fe9f43;
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	padding: 7px 20px 7px 40px !important;
}
.fc .fc-button-primary.fc-custombtn-button::before {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	font-family: 'Fontawesome';
	content: '\f055';
}

.fc .fc-list-event:hover td {
	background-color: transparent;
}

#external-events .fc-event {
	color: #212b36 !important;
	font-weight: 500;
	padding: 8px;
	border: 0;
	margin: 0;
	font-size: 14px;
	text-align: left;
}

.bootstrap-datetimepicker-widget table td.day {
	width: 30px;
	height: 32px;
	line-height: 32px;
}
.bootstrap-datetimepicker-widget table td.day.active {
	background: #fe9f43;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
	cursor: pointer;
	padding-bottom: 8px;
}

.border-start.border-purple {
	border-left: 3px solid !important;
	border-color: #ab47bc !important;
}

.border-start.border-pink {
	border-left: 3px solid !important;
	border-color: #fd3995 !important;
}

.border-start.border-success {
	border-left: 3px solid !important;
	border-color: #03c95a !important;
}

.apexcharts-legend.apexcharts-align-center.position-right {
	display: none;
}

.apexcharts-toolbar {
	display: none !important;
}

#sales_charts,
.chart-set {
	overflow: hidden;
}

.apexcharts-canvas {
	width: 100% !important;
}

.peity-chart:hover polygon {
	opacity: 0.5;
}

.company-bar1 ~ .peity rect:hover {
	opacity: 0.5;
}

.company-bar2 ~ .peity rect:hover {
	opacity: 0.5;
}

.company-bar3 ~ .peity rect:hover {
	opacity: 0.5;
}

.company-bar4 ~ .peity rect:hover {
	opacity: 0.5;
}

.img-cropper .dropup .dropdown-toggle::after {
	content: '';
	display: none;
}

.dropdown-auto {
	overflow: auto;
}

.dropdown-divider {
	margin: 0;
}

.dropdown > a {
	border: 1px solid #e6eaed;
	color: #212b36;
	border-radius: 5px;
}
.dropdown > .btn {
	border-radius: 5px;
}
.dropdown > .btn:hover {
	color: #ffffff !important;
}
.dropdown > .btn:hover::after {
	color: #ffffff;
}
.dropdown > .btn.show:after {
	color: #ffffff;
}
.dropdown .dropdown-toggle:after {
	display: inline-block;
	margin-inline-start: 0.25rem;
	vertical-align: 0;
	content: '\f078';
	font-family: 'Font Awesome 5 Free';
	border: 0;
	font-size: 0.6rem;
	font-weight: 600;
}
.dropdown .dropdown-toggle.btn-primary {
	color: #ffffff;
}
.dropdown .dropdown-menu {
	font-family: 'Nunito', sans-serif;
}

.dropdown-menu {
	border-color: #e6eaed;
	box-shadow: 0px 4px 60px 0px rgba(231, 231, 231, 0.47);
	font-size: 0.875rem;
	color: #646b72;
	background-color: #ffffff;
	padding: 0;
	z-index: 10;
	border-radius: 8px;
}

.dropdown-divider {
	border-color: #e6eaed;
}

.dropdown-item-text {
	color: #646b72;
}

.dropdown-header {
	color: #646b72;
}

.dropdown-item {
	color: #646b72;
	white-space: unset;
	padding: 0.5rem 0.9375rem;
	font-size: 0.8125rem;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #646b72;
	opacity: 0.5;
}
.dropdown-item:not(.active):hover,
.dropdown-item:not(.active):focus,
.dropdown-item:not(.active):active {
	color: #fe9f43;
	background-color: rgba(254, 159, 67, 0.05);
}
.dropdown-item.active {
	background-color: #fff6ee !important;
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-inline-start: 0.25rem;
	vertical-align: 0;
	content: '\f078';
	font-family: 'Font Awesome 5 Free';
	border: 0;
	font-size: 0.6rem;
	font-weight: 600;
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-inline-start: 0.25rem;
	vertical-align: 0;
	content: '\f077';
	font-family: 'Font Awesome 5 Free';
	border: 0;
	font-size: 0.6rem;
	font-weight: 600;
}

.dropend .dropdown-toggle::after {
	display: inline-block;
	margin-inline-start: 0.25rem;
	vertical-align: 0;
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	border: 0;
	font-size: 0.6rem;
	font-weight: 600;
}

.dropstart .dropdown-toggle::before {
	display: inline-block;
	margin-inline-start: 0.25rem;
	vertical-align: 0;
	content: '\f053';
	font-family: 'Font Awesome 5 Free';
	border: 0;
	font-size: 0.6rem;
	font-weight: 600;
}

.btn.dropdown-toggle-split {
	opacity: 0.85;
}

.dropdown-menu-dark {
	background-color: #1b2850;
	border-color: rgba(255, 255, 255, 0.1);
}
.dropdown-menu-dark li a {
	color: #ffffff;
}

.btn-list a.dropdown-item {
	margin-block-end: 0;
}
.btn-list .btn-soft-success:hover {
	transform: translateY(0);
}
.btn-list .btn-soft-danger:hover {
	transform: translateY(0);
}
.dropdown-menu.dropdown-menu-primary {
	background-color: #fe9f43;
}
.dropdown-menu.dropdown-menu-primary li a {
	color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-primary .dropdown-item:hover,
.dropdown-menu.dropdown-menu-primary .dropdown-item:focus,
.dropdown-menu.dropdown-menu-primary .dropdown-item:active,
.dropdown-menu.dropdown-menu-primary .dropdown-item.active {
	color: #ffffff;
}
.dropdown-menu.dropdown-menu-secondary {
	background-color: #092c4c;
}
.dropdown-menu.dropdown-menu-secondary li a {
	color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-secondary .dropdown-item:hover,
.dropdown-menu.dropdown-menu-secondary .dropdown-item:focus,
.dropdown-menu.dropdown-menu-secondary .dropdown-item:active,
.dropdown-menu.dropdown-menu-secondary .dropdown-item.active {
	color: #ffffff;
}
.dropdown-menu.dropdown-menu-warning {
	background-color: #ffca18;
}
.dropdown-menu.dropdown-menu-warning li a {
	color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-warning .dropdown-item:hover,
.dropdown-menu.dropdown-menu-warning .dropdown-item:focus,
.dropdown-menu.dropdown-menu-warning .dropdown-item:active,
.dropdown-menu.dropdown-menu-warning .dropdown-item.active {
	color: #ffffff;
}
.dropdown-menu.dropdown-menu-info {
	background-color: #155eef;
}
.dropdown-menu.dropdown-menu-info li a {
	color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-info .dropdown-item:hover,
.dropdown-menu.dropdown-menu-info .dropdown-item:focus,
.dropdown-menu.dropdown-menu-info .dropdown-item:active,
.dropdown-menu.dropdown-menu-info .dropdown-item.active {
	color: #ffffff;
}
.dropdown-menu.dropdown-menu-success {
	background-color: #3eb780;
}
.dropdown-menu.dropdown-menu-success li a {
	color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-success .dropdown-item:hover,
.dropdown-menu.dropdown-menu-success .dropdown-item:focus,
.dropdown-menu.dropdown-menu-success .dropdown-item:active,
.dropdown-menu.dropdown-menu-success .dropdown-item.active {
	color: #ffffff;
}
.dropdown-menu.dropdown-menu-danger {
	background-color: #ff0000;
}
.dropdown-menu.dropdown-menu-danger li a {
	color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-danger .dropdown-item:hover,
.dropdown-menu.dropdown-menu-danger .dropdown-item:focus,
.dropdown-menu.dropdown-menu-danger .dropdown-item:active,
.dropdown-menu.dropdown-menu-danger .dropdown-item.active {
	color: #ffffff;
}

.dropdown-menu.dropmenu-item-primary .dropdown-item:hover,
.dropdown-menu.dropmenu-item-primary .dropdown-item:focus,
.dropdown-menu.dropmenu-item-primary .dropdown-item:active,
.dropdown-menu.dropmenu-item-primary .dropdown-item.active {
	background-color: rgba(254, 159, 67, 0.1) !important;
	color: #fe9f43;
}
.dropdown-menu.dropmenu-item-secondary .dropdown-item:hover,
.dropdown-menu.dropmenu-item-secondary .dropdown-item:focus,
.dropdown-menu.dropmenu-item-secondary .dropdown-item:active,
.dropdown-menu.dropmenu-item-secondary .dropdown-item.active {
	background-color: rgba(9, 44, 76, 0.1) !important;
	color: #092c4c;
}
.dropdown-menu.dropmenu-item-warning .dropdown-item:hover,
.dropdown-menu.dropmenu-item-warning .dropdown-item:focus,
.dropdown-menu.dropmenu-item-warning .dropdown-item:active,
.dropdown-menu.dropmenu-item-warning .dropdown-item.active {
	background-color: rgba(255, 202, 24, 0.1) !important;
	color: #ffca18;
}
.dropdown-menu.dropmenu-item-info .dropdown-item:hover,
.dropdown-menu.dropmenu-item-info .dropdown-item:focus,
.dropdown-menu.dropmenu-item-info .dropdown-item:active,
.dropdown-menu.dropmenu-item-info .dropdown-item.active {
	background-color: rgba(21, 94, 239, 0.1) !important;
	color: #155eef;
}
.dropdown-menu.dropmenu-item-success .dropdown-item:hover,
.dropdown-menu.dropmenu-item-success .dropdown-item:focus,
.dropdown-menu.dropmenu-item-success .dropdown-item:active,
.dropdown-menu.dropmenu-item-success .dropdown-item.active {
	background-color: rgba(var(--success-rgb), 0.1) !important;
	color: #3eb780;
}
.dropdown-menu.dropmenu-item-danger .dropdown-item:hover,
.dropdown-menu.dropmenu-item-danger .dropdown-item:focus,
.dropdown-menu.dropmenu-item-danger .dropdown-item:active,
.dropdown-menu.dropmenu-item-danger .dropdown-item.active {
	background-color: rgba(var(--danger-rgb), 0.1) !important;
	color: #ff0000;
}

.dropdown-menu.dropmenu-light-primary {
	background-color: rgba(var(#092c4c), 0.1);
	backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-primary .dropdown-item:hover,
.dropdown-menu.dropmenu-light-primary .dropdown-item:focus,
.dropdown-menu.dropmenu-light-primary .dropdown-item:active,
.dropdown-menu.dropmenu-light-primary .dropdown-item.active {
	color: #ffffff;
	background-color: #fe9f43 !important;
}
.dropdown-menu.dropmenu-light-secondary {
	background-color: rgba(var(#092c4c), 0.1);
	backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-secondary .dropdown-item:hover,
.dropdown-menu.dropmenu-light-secondary .dropdown-item:focus,
.dropdown-menu.dropmenu-light-secondary .dropdown-item:active,
.dropdown-menu.dropmenu-light-secondary .dropdown-item.active {
	color: #ffffff;
	background-color: #092c4c !important;
}
.dropdown-menu.dropmenu-light-info {
	background-color: rgba(21, 94, 239, 0.1);
	backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-info .dropdown-item:hover,
.dropdown-menu.dropmenu-light-info .dropdown-item:focus,
.dropdown-menu.dropmenu-light-info .dropdown-item:active,
.dropdown-menu.dropmenu-light-info .dropdown-item.active {
	color: #ffffff;
	background-color: #155eef !important;
}
.dropdown-menu.dropmenu-light-warning {
	background-color: rgba(255, 202, 24, 0.1);
	backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-warning .dropdown-item:hover,
.dropdown-menu.dropmenu-light-warning .dropdown-item:focus,
.dropdown-menu.dropmenu-light-warning .dropdown-item:active,
.dropdown-menu.dropmenu-light-warning .dropdown-item.active {
	color: #ffffff;
	background-color: #ffca18 !important;
}
.dropdown-menu.dropmenu-light-success {
	background-color: rgba(62, 183, 128, 0.1);
	backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-success .dropdown-item:hover,
.dropdown-menu.dropmenu-light-success .dropdown-item:focus,
.dropdown-menu.dropmenu-light-success .dropdown-item:active,
.dropdown-menu.dropmenu-light-success .dropdown-item.active {
	color: #ffffff;
	background-color: #3eb780 !important;
}
.dropdown-menu.dropmenu-light-danger {
	background-color: rgba(var(--danger-rgb), 0.1);
	backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-danger .dropdown-item:hover,
.dropdown-menu.dropmenu-light-danger .dropdown-item:focus,
.dropdown-menu.dropmenu-light-danger .dropdown-item:active,
.dropdown-menu.dropmenu-light-danger .dropdown-item.active {
	color: #ffffff;
	background-color: #ff0000 !important;
}

.dropdown-divider {
	margin: 0;
}

.bd-example > .dropdown-menu {
	position: static;
	display: block;
}

.icons-list {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.icons-list li {
	display: block;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	font-size: 18px;
	border-radius: 50px;
	border: 1px solid #e6ebf1;
	color: #fe9f43;
	margin: 5px;
	-webkit-box-shadow: 0 2px 3px rgb(215, 197, 255);
	-moz-box-shadow: 0 2px 3px rgb(215, 197, 255);
	box-shadow: 0 2px 3px rgb(215, 197, 255);
}

.progress {
	background-color: #a6aaaf;
	height: 0.75rem;
	border-radius: 0.25rem;
}

.progress-stacked {
	background-color: #a6aaaf;
}

.progress-bar {
	color: #ffffff;
	background-color: #fe9f43;
}

@keyframes progress-animate {
	0% {
		width: 0;
	}
}
.progress-animate {
	position: relative;
	border-radius: 0.625rem;
}
.progress-animate .progress-bar {
	position: relative;
	border-radius: 0.625rem;
	animation: 2s progress-animate;
}

.progress.progress-xs,
.progress-stacked.progress-xs {
	height: 0.3125rem;
}
.progress.progress-sm,
.progress-stacked.progress-sm {
	height: 0.5rem;
}
.progress.progress-lg,
.progress-stacked.progress-lg {
	height: 1rem;
}
.progress.progress-xl,
.progress-stacked.progress-xl {
	height: 1.25rem;
}

.progress-vertical {
	min-height: 250px;
	height: 250px;
	width: 10px;
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	margin-right: 20px;
}
.progress-vertical .progress-bar {
	width: 100%;
}
.progress-vertical.progress-xl {
	width: 15px;
}
.progress-vertical.progress-lg {
	width: 12px;
}
.progress-vertical.progress-sm {
	width: 8px;
}
.progress-vertical.progress-xs {
	width: 5px;
}

.progress-vertical-bottom {
	min-height: 250px;
	height: 250px;
	position: relative;
	width: 10px;
	display: inline-block;
	margin-bottom: 0;
	margin-right: 20px;
}
.progress-vertical-bottom .progress-bar {
	width: 100%;
	bottom: 0;
	position: absolute;
}
.progress-vertical-bottom.progress-xl {
	width: 15px;
}
.progress-vertical-bottom.progress-lg {
	width: 12px;
}
.progress-vertical-bottom.progress-sm {
	width: 8px;
}
.progress-vertical-bottom.progress-xs {
	width: 5px;
}

.progress-custom {
	overflow: visible;
	position: relative;
}
.progress-custom .progress-bar {
	position: relative;
	overflow: visible;
}
.progress-custom .progress-bar:after {
	content: '';
	width: 1.15rem;
	height: 1.15rem;
	border-radius: 50%;
	box-shadow: 0 0.313rem 0.313rem rgba(254, 159, 67, 0.5);
	background: #ffffff;
	position: absolute;
	inset-inline-end: -0.375rem;
	inset-block-start: -0.375rem;
	border: 0.25rem solid #fe9f43;
}
.progress-custom .progress-bar.bg-secondary:after {
	border: 0.25rem solid #092c4c;
	box-shadow: 0 0.313rem 0.313rem rgba(var(--secondary-rgb), 0.2);
}
.progress-custom .progress-bar.bg-warning:after {
	border: 0.25rem solid #ffca18;
	box-shadow: 0 0.313rem 0.313rem rgba(var(--warning-rgb), 0.2);
}
.progress-custom .progress-bar.bg-info:after {
	border: 0.25rem solid #155eef;
	box-shadow: 0 0.313rem 0.313rem rgba(var(--info-rgb), 0.2);
}
.progress-custom .progress-bar.bg-success:after {
	border: 0.25rem solid #3eb780;
	box-shadow: 0 0.313rem 0.313rem rgba(var(--success-rgb), 0.2);
}
.progress-custom .progress-bar.bg-danger:after {
	border: 0.25rem solid #ff0000;
	box-shadow: 0 0.313rem 0.313rem rgba(var(--danger-rgb), 0.2);
}
.progress-custom .progress-bar-value {
	width: 1.875rem;
	height: 1.25rem;
	line-height: 1.25rem;
	border-radius: 0.188rem;
	background: #fe9f43;
	box-shadow: 0 0.313rem 0.313rem rgba(0, 0, 0, 0.4);
	font-size: 0.625rem;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	position: absolute;
	inset-block-end: 1.5rem;
	inset-inline-end: -0.688rem;
}
.progress-custom .progress-bar-value:after {
	content: '';
	border-block-start: 0.438rem solid #fe9f43;
	border-inline-start: 0.438rem solid transparent;
	border-inline-end: 0.438rem solid transparent;
	position: absolute;
	inset-block-end: -0.375rem;
	inset-inline-start: 28%;
}
.progress-custom .progress-bar-value.bg-secondary {
	background-color: #092c4c;
}
.progress-custom .progress-bar-value.bg-secondary:after {
	border-block-start: 0.438rem solid #092c4c;
}
.progress-custom .progress-bar-value.bg-success {
	background-color: #3eb780;
}
.progress-custom .progress-bar-value.bg-success:after {
	border-block-start: 0.438rem solid #3eb780;
}
.progress-custom .progress-bar-value.bg-warning {
	background-color: #ffca18;
}
.progress-custom .progress-bar-value.bg-warning:after {
	border-block-start: 0.438rem solid #ffca18;
}
.progress-custom .progress-bar-value.bg-danger {
	background-color: #ff0000;
}
.progress-custom .progress-bar-value.bg-danger:after {
	border-block-start: 0.438rem solid #ff0000;
}
.progress-custom .progress-bar-value.bg-info {
	background-color: #155eef;
}
.progress-custom .progress-bar-value.bg-info:after {
	border-block-start: 0.438rem solid #155eef;
}

[dir='rtl'] .progress-bar-title {
	border-radius: 0 0.313rem 0.313rem 0;
}

.progress-item-1,
.progress-item-2,
.progress-item-3 {
	position: absolute;
	margin-block-start: -0.25rem;
	z-index: 1;
	height: 0.938rem;
	width: 0.938rem;
	border-radius: 1.563rem;
	background-color: #f9fafb;
}

.progress-item-1 {
	inset-inline-start: 25%;
}

.progress-item-2 {
	inset-inline-start: 50%;
}

.progress-item-3 {
	inset-inline-start: 75%;
}

.custom-progress-3 {
	overflow: visible;
	border-radius: 0.625rem;
}
.custom-progress-3 .progress-bar {
	position: relative;
	overflow: visible;
	margin: 0.313rem;
	border-radius: 0.25rem;
}
.custom-progress-3 .progress-bar:before {
	content: '';
	position: absolute;
	width: 0.25rem;
	height: 0.25rem;
	inset-inline-start: 0.125rem;
	background-color: #ffffff;
	border-radius: 50%;
}
.custom-progress-3 .progress-bar .progress-bar-value {
	border: 0.125rem solid #fe9f43;
	width: 2.5rem;
	height: 1.563rem;
	line-height: 1.313rem;
	border-radius: 3.125rem;
	background: #ffffff;
	font-size: 0.625rem;
	font-weight: 600;
	color: #fe9f43;
	text-align: center;
	position: absolute;
	inset-inline-end: -0.625rem;
}
.custom-progress-3 .progress-bar .progress-bar-value.secondary {
	border: 0.125rem solid #092c4c;
	color: #092c4c;
}
.custom-progress-3 .progress-bar .progress-bar-value.warning {
	border: 0.125rem solid #ffca18;
	color: #ffca18;
}
.custom-progress-3 .progress-bar .progress-bar-value.info {
	border: 0.125rem solid #155eef;
	color: #155eef;
}
.custom-progress-3 .progress-bar .progress-bar-value.success {
	border: 0.125rem solid #3eb780;
	color: #3eb780;
}
.custom-progress-3 .progress-bar .progress-bar-value.danger {
	border: 0.125rem solid #ff0000;
	color: #ff0000;
}

.custom-progress-4.progress {
	background-color: rgba(254, 159, 67, 0.1);
	border-radius: 0.25rem;
}
.custom-progress-4.progress.secondary {
	background-color: rgba(9, 44, 76, 0.1);
}
.custom-progress-4.progress.secondary .progress-bar-label {
	color: #092c4c;
}
.custom-progress-4.progress.warning {
	background-color: rgba(255, 202, 24, 0.1);
}
.custom-progress-4.progress.warning .progress-bar-label {
	color: #ffca18;
}
.custom-progress-4.progress.info {
	background-color: rgba(21, 94, 239, 0.1);
}
.custom-progress-4.progress.info .progress-bar-label {
	color: #155eef;
}
.custom-progress-4.progress.success {
	background-color: rgba(62, 183, 128, 0.1);
}
.custom-progress-4.progress.success .progress-bar-label {
	color: #3eb780;
}
.custom-progress-4.progress.danger {
	background-color: rgba(255, 0, 0, 0.1);
}
.custom-progress-4.progress.danger .progress-bar-label {
	color: #ff0000;
}
.custom-progress-4.progress .progress-bar {
	border-radius: 0.25rem;
}
.custom-progress-4.progress .progress-bar-label {
	position: absolute;
	inset-inline-end: 0.313rem;
	font-weight: 600;
	font-size: 0.813rem;
	color: #fe9f43;
}

.page-link {
	color: #646b72;
	background-color: #ffffff;
	border: 1px solid #e6eaed;
}
.page-link:focus {
	box-shadow: none;
	background-color: #f9fafb;
}
.page-link:hover {
	color: #fe9f43;
	background-color: #f9fafb;
	border-color: #e6eaed;
}

.page-item.active .page-link {
	color: #ffffff;
	background-color: #fe9f43;
	border-color: #fe9f43;
}

.disabled > .page-link,
.page-link.disabled {
	color: #646b72;
	background-color: #ffffff;
	border-color: #e6eaed;
	opacity: 0.7;
}

[dir='rtl'] .pagination .page-link .bx-chevron-left::before {
	content: '\ea50';
}
[dir='rtl'] .pagination .page-link .bx-chevron-right::before {
	content: '\ea4d';
}
[dir='rtl'] .pagination .page-link .ri-arrow-right-s-line:before {
	content: '\ea64';
}
[dir='rtl'] .pagination .page-link .ri-arrow-left-s-line:before {
	content: '\ea6e';
}

.pagination-style-1 .pagination .page-item {
	margin: 0 0.25rem;
}
.pagination-style-1 .pagination .page-item .page-link {
	border: 0;
	border-radius: 4px;
	font-size: 0.8125rem;
}
.pagination-style-1 .pagination .page-item .page-link i {
	font-weight: 600;
}
.pagination-style-1 .pagination .page-item.active .page-link {
	border-radius: 4px;
	background-color: #fe9f43;
	color: #ffffff;
}
.pagination-style-1 .pagination .page-item.active:hover .page-link {
	border-radius: 4px;
	background-color: #fe9f43;
	color: #ffffff;
}
.pagination-style-1 .pagination .page-item:hover .page-link {
	background-color: #f9fafb;
	color: #fe9f43;
}

.pagination-style-2 .pagination {
	border-radius: 4px;
}
.pagination-style-2 .pagination .page-item {
	margin: 0 0.25rem;
}
.pagination-style-2 .pagination .page-item .page-link {
	border: 0 !important;
	font-size: 0.8125rem;
}
.pagination-style-2 .pagination .page-item.active .page-link {
	background-color: #ffffff;
	color: #fe9f43;
	position: relative;
	font-weight: bold;
}
.pagination-style-2 .pagination .page-item.active .page-link:before {
	position: absolute;
	content: '';
	inset-block-end: 0;
	inset-inline-start: 0;
	width: 100%;
	height: 0.1rem;
	background-color: #fe9f43;
}
.pagination-style-2 .pagination .page-item:hover .page-link {
	background-color: transparent;
}

.pagination-style-3 .pagination {
	border-radius: 50px;
	padding: 0.25rem;
	align-items: center;
}
.pagination-style-3 .pagination .page-item {
	margin: 0 0.25rem;
}
.pagination-style-3 .pagination .page-item .page-link {
	border: 0;
	border-radius: 50px;
	font-size: 0.8125rem;
}
.pagination-style-3 .pagination .page-item .page-link i {
	font-weight: 600;
}
.pagination-style-3 .pagination .page-item.active .page-link {
	background-color: #fe9f43;
	color: #ffffff;
}
.pagination-style-3 .pagination .page-item.active:hover .page-link {
	background-color: #fe9f43;
}
.pagination-style-3 .pagination .page-item:hover .page-link {
	background-color: #f9fafb;
}

.pagination-style-4 .pagination .page-item .page-link {
	border: 0 !important;
	font-size: 0.8125rem;
	border-radius: 4px;
}
.pagination-style-4 .pagination .page-item .page-link i {
	font-weight: 600;
}
.pagination-style-4 .pagination .page-item.active .page-link {
	border: 0;
	border-radius: 4px;
	background-color: #fe9f43;
	color: #ffffff;
}
.pagination-style-4 .pagination .page-item.active:hover .page-link {
	background-color: #fe9f43;
}
.pagination-style-4 .pagination .page-item:hover .page-link {
	background-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: #212b36;
	font-family: 'Nunito', sans-serif;
	margin-bottom: 0;
}

h1,
.h1 {
	font-size: 1.75rem;
}

h2,
.h2 {
	font-size: 1.5rem;
}

h3,
.h3 {
	font-size: 1.25rem;
}

h4,
.h4 {
	font-size: 1.125rem;
}

h5,
.h5 {
	font-size: 1rem;
}

h6,
.h6 {
	font-size: 0.875rem;
}

.display-1 {
	font-size: 40px;
	font-weight: 700;
}
@media (max-width: 1199.98px) {
	.display-1 {
		font-size: 38px;
	}
}
@media (max-width: 991.98px) {
	.display-1 {
		font-size: 34px;
	}
}
@media (max-width: 1199.98px) {
	.display-1 {
		font-size: 30px;
	}
}

.fs-sm {
	font-size: 0.6875rem;
}

.fs-base {
	font-size: 0.875rem;
}

.fs-lg {
	font-size: 1.125rem;
}

.fs-1 {
	font-size: 0.0625rem;
}

.fs-2 {
	font-size: 0.125rem;
}

.fs-3 {
	font-size: 0.1875rem;
}

.fs-4 {
	font-size: 0.25rem;
}

.fs-5 {
	font-size: 0.3125rem;
}

.fs-6 {
	font-size: 0.375rem;
}

.fs-7 {
	font-size: 0.4375rem;
}

.fs-8 {
	font-size: 0.5rem;
}

.fs-9 {
	font-size: 0.5625rem;
}

.fs-10 {
	font-size: 0.625rem !important;
}

.fs-11 {
	font-size: 0.6875rem;
}

.fs-12 {
	font-size: 0.75rem;
}

.fs-13 {
	font-size: 0.8125rem;
}

.fs-14 {
	font-size: 0.875rem !important;
}

.fs-15 {
	font-size: 0.9375rem;
}

.fs-16 {
	font-size: 1rem !important;
}

.fs-17 {
	font-size: 1.0625rem;
}

.fs-18 {
	font-size: 1.125rem;
}

.fs-19 {
	font-size: 1.1875rem;
}

.fs-20 {
	font-size: 1.25rem;
}

.fs-21 {
	font-size: 1.3125rem;
}

.fs-22 {
	font-size: 1.375rem;
}

.fs-23 {
	font-size: 1.4375rem;
}

.fs-24 {
	font-size: 1.5rem;
}

.fs-25 {
	font-size: 1.5625rem;
}

.fs-26 {
	font-size: 1.625rem;
}

.fs-27 {
	font-size: 1.6875rem;
}

.fs-28 {
	font-size: 1.75rem;
}

.fs-29 {
	font-size: 1.8125rem;
}

.fs-30 {
	font-size: 1.875rem;
}

.fs-32 {
	font-size: 2rem;
}

.fs-34 {
	font-size: 2.125rem;
}

.fs-36 {
	font-size: 2.25rem;
}

.fs-38 {
	font-size: 2.375rem;
}

.fs-40 {
	font-size: 2.5rem;
}

.text-default {
	color: #646b72 !important;
}

.text-muted {
	color: #9595b5 !important;
}

.text-primary {
	color: #fe9f43 !important;
	opacity: 1;
}
.text-primary.text-opacity-75 {
	color: rgba(254, 159, 67, 0.75) !important;
}
.text-primary.text-opacity-25 {
	color: rgba(254, 159, 67, 0.25) !important;
}
.text-primary.text-opacity-50 {
	color: rgba(254, 159, 67, 0.5) !important;
}

.text-primary-300 {
	color: #ffe3cb;
}

.text-secondary {
	color: #092c4c !important;
	opacity: 1;
}

.text-info {
	color: #155eef !important;
	opacity: 1;
}

.text-success {
	color: #3eb780 !important;
	opacity: 1;
}

.text-warning {
	color: #ffca18 !important;
	opacity: 1;
}

.text-danger {
	color: #ff0000 !important;
	opacity: 1;
}

.text-blue {
	color: #3577f1 !important;
}

.text-green {
	color: #1dd871 !important;
}

.text-pink {
	color: #dd2590 !important;
}

.text-teal {
	color: #0e9384 !important;
}

.text-orange {
	color: #e04f16 !important;
}

.text-indigo {
	color: #391694 !important;
}

.text-purple {
	color: #6938ef !important;
}

.text-dark {
	color: #1b2850 !important;
}

.text-light {
	color: #f9fafb !important;
}

.text-gray {
	color: #7a8086 !important;
}

.text-black {
	color: #000000 !important;
}

.text-white {
	color: #ffffff !important;
}

.text-fixed-white {
	color: #ffffff !important;
}

.text-fixed-black {
	color: #000000 !important;
}

.text-gray-1 {
	color: #d3d5d7;
}

.text-gray-2 {
	color: #bcbfc3;
}

.text-gray-3 {
	color: #a6aaaf;
}

.text-gray-4 {
	color: #90959b;
}

.text-gray-5 {
	color: #7a8086;
}

.text-gray-6 {
	color: #646b72 !important;
}

.text-gray-7 {
	color: #4d555e;
}

.text-gray-8 {
	color: #37404a;
}

.text-gray-9 {
	color: #212b36 !important;
}

.text-cyan {
	color: #06aed4 !important;
}

a {
	text-decoration: none;
	color: #212b36;
}
a:hover {
	--bs-text-opacity: 1;
	opacity: 1;
	color: #fe9f43;
}

.link-default {
	color: #646b72 !important;
}
.link-default:hover,
.link-default:focus,
.link-default:active {
	color: #fe9f43 !important;
}

.link-primary {
	color: #fe9f43 !important;
}
.link-primary:hover,
.link-primary:focus,
.link-primary:active {
	color: #fe9f43 !important;
}

.link-secondary {
	color: #092c4c !important;
}
.link-secondary:hover,
.link-secondary:focus,
.link-secondary:active {
	color: #092c4c !important;
}

.link-success {
	color: #3eb780 !important;
}
.link-success:hover,
.link-success:focus,
.link-success:active {
	color: #3eb780 !important;
}

.link-danger {
	color: #ff0000 !important;
}
.link-danger:hover,
.link-danger:focus,
.link-danger:active {
	color: #ff0000 !important;
}

.link-warning {
	color: #ffca18 !important;
}
.link-warning:hover,
.link-warning:focus,
.link-warning:active {
	color: #ffca18 !important;
}

.link-info {
	color: #155eef !important;
}
.link-info:hover,
.link-info:focus,
.link-info:active {
	color: #155eef !important;
}

.link-light {
	color: #f9fafb !important;
}
.link-light:hover,
.link-light:focus,
.link-light:active {
	color: #f9fafb !important;
}

.link-dark {
	color: #1b2850 !important;
}
.link-dark:hover,
.link-dark:focus,
.link-dark:active {
	color: #1b2850 !important;
}

.link-orange {
	color: #e04f16 !important;
}
.link-orange:hover,
.link-orange:focus,
.link-orange:active {
	color: #d24a15 !important;
}

hr.text-danger {
	border-color: #ff0000 !important;
}

.blockquote-container {
	padding: 1.25rem;
	border-left: 4px solid #e6eaed;
	position: relative;
}
.blockquote-container.text-end {
	border-right: 4px solid #e6eaed;
	border-left: 0;
}

.blockquote.custom-blockquote {
	font-size: 0.85rem;
	font-weight: 600;
	padding: 1rem;
	border-radius: 4px;
	position: relative;
}
.blockquote.custom-blockquote:before {
	content: '\f10d';
	font-family: 'Fontawesome';
	z-index: 0;
	font-size: 2rem;
	position: absolute;
	inset-block-start: 0;
	inset-inline-start: 0.5rem;
}
.blockquote.custom-blockquote.primary {
	background-color: rgba(254, 159, 67, 0.1);
	border-inline-start: 2px solid #fe9f43;
}
.blockquote.custom-blockquote.primary:before {
	color: rgba(254, 159, 67, 0.1);
}
.blockquote.custom-blockquote.secondary {
	background-color: rgba(9, 44, 76, 0.1);
	border-inline-start: 2px solid #092c4c;
}
.blockquote.custom-blockquote.secondary:before {
	color: rgba(9, 44, 76, 0.1);
}
.blockquote.custom-blockquote.info {
	background-color: rgba(21, 94, 239, 0.1);
	border-inline-start: 2px solid #155eef;
}
.blockquote.custom-blockquote.info:before {
	color: rgba(21, 94, 239, 0.1);
}
.blockquote.custom-blockquote.warning {
	background-color: rgba(255, 202, 24, 0.1);
	border-inline-start: 2px solid #ffca18;
}
.blockquote.custom-blockquote.warning:before {
	color: rgba(255, 202, 24, 0.1);
}
.blockquote.custom-blockquote.success {
	background-color: rgba(62, 183, 128, 0.1);
	border-inline-start: 2px solid #3eb780;
}
.blockquote.custom-blockquote.success:before {
	color: rgba(62, 183, 128, 0.1);
}
.blockquote.custom-blockquote.danger {
	background-color: rgba(255, 0, 0, 0.1);
	border-inline-start: 2px solid #ff0000;
}
.blockquote.custom-blockquote.danger:before {
	color: rgba(255, 0, 0, 0.1);
}

[data-theme-mode='dark'] .shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(33, 37, 41, 0.3) !important;
}
[data-theme-mode='dark'] .shadow {
	box-shadow: 0 0.5rem 1rem rgba(33, 37, 41, 0.3) !important;
}
[data-theme-mode='dark'] .shadow-lg {
	box-shadow: 0 1rem 3rem rgba(33, 37, 41, 0.3) !important;
}

@media screen and (min-width: 576px) {
	.w-sm-auto {
		width: auto;
	}
}
[dir='rtl'] .text-break {
	word-wrap: break-word !important;
	word-break: break-word !important;
}

.transform-none {
	transform: none !important;
}

.w-9 {
	width: 9px;
}

.h-9 {
	height: 9px;
}

.list-circle {
	list-style: circle;
	padding-left: 2rem;
}

.alert {
	padding: 0.625rem 0.85rem;
	border-radius: 4px;
	font-size: 0.8125rem;
}
.alert.alert-dismissible {
	padding: 0.625rem 2.25rem 0.625rem 0.85rem;
}
.alert i {
	font-size: 20px;
}
.alert .btn-close {
	background-image: none;
	padding: 0.85rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.alert .btn-close i {
	font-size: 18px;
	line-height: 18px;
}
.alert:last-child {
	margin-bottom: 0;
}
.alert .alert-link {
	font-weight: 600;
}

[dir='rtl'] .alert.alert-dismissible {
	padding: 0.625rem 0.85rem 0.625rem 2.25rem;
}

.alert-warning {
	background-color: rgba(255, 202, 24, 0.1);
	color: #ffca18;
	border-color: rgba(255, 202, 24, 0.1);
}
.alert-warning .alert-link {
	color: #ffca18;
}
.alert-warning .btn-close {
	color: #ffca18;
}
.alert-warning .btn-close.custom-close {
	background-color: #ffca18;
	color: #ffffff;
	opacity: 1;
	border-radius: 50px;
	box-shadow: 0px 4px 60px 0px rgba(231, 231, 231, 0.47);
	padding: 0.85rem;
}

.alert-primary {
	background-color: rgba(254, 159, 67, 0.1);
	color: #fe9f43;
	border-color: rgba(254, 159, 67, 0.1);
}
.alert-primary .alert-link {
	color: #fe9f43;
}
.alert-primary .custom-alert-icon {
	color: #fe9f43;
}
.alert-primary .btn-close {
	color: #fe9f43;
}
.alert-primary .btn-close.custom-close {
	background-color: #fe9f43;
	color: #ffffff;
	opacity: 1;
	border-radius: 50px;
	box-shadow: 0px 4px 60px 0px rgba(231, 231, 231, 0.47);
	padding: 0.85rem;
}

.alert-secondary {
	background-color: rgba(9, 44, 76, 0.1);
	color: #092c4c;
	border-color: rgba(9, 44, 76, 0.1);
}
.alert-secondary .alert-link {
	color: #092c4c;
}
.alert-secondary .btn-close {
	color: #092c4c;
}
.alert-secondary .btn-close.custom-close {
	background-color: #092c4c;
	color: #ffffff;
	opacity: 1;
	border-radius: 50px;
	box-shadow: 0px 4px 60px 0px rgba(231, 231, 231, 0.47);
	padding: 0.85rem;
}

.alert-success {
	background-color: rgba(62, 183, 128, 0.1);
	color: #3eb780;
	border-color: rgba(62, 183, 128, 0.1);
}
.alert-success .alert-link {
	color: #3eb780;
}
.alert-success .btn-close {
	color: #3eb780;
}
.alert-success .btn-close.custom-close {
	background-color: #3eb780;
	color: #ffffff;
	opacity: 1;
	border-radius: 50px;
	box-shadow: 0px 4px 60px 0px rgba(231, 231, 231, 0.47);
	padding: 0.85rem;
}

.alert-info {
	background-color: rgba(21, 94, 239, 0.1);
	color: #155eef;
	border-color: rgba(21, 94, 239, 0.1);
}
.alert-info .alert-link {
	color: #155eef;
}
.alert-info .btn-close {
	color: #155eef;
}
.alert-info .btn-close.custom-close {
	background-color: #155eef;
	color: #ffffff;
	opacity: 1;
	border-radius: 50px;
	box-shadow: 0px 4px 60px 0px rgba(231, 231, 231, 0.47);
	padding: 0.85rem;
}

.alert-danger {
	background-color: rgba(255, 0, 0, 0.1);
	color: #ff0000;
	border-color: rgba(255, 0, 0, 0.1);
}
.alert-danger .alert-link {
	color: #ff0000;
}
.alert-danger .btn-close {
	color: #ff0000;
}
.alert-danger .btn-close.custom-close {
	background-color: #ff0000;
	color: #ffffff;
	opacity: 1;
	border-radius: 50px;
	box-shadow: 0px 4px 60px 0px rgba(231, 231, 231, 0.47);
	padding: 0.85rem;
}

.alert-light {
	background-color: #f9fafb;
	color: #646b72;
	border-color: #f9fafb;
}
.alert-light .alert-link {
	color: #646b72;
}
.alert-light .btn-close {
	color: #646b72;
}
.alert-light .btn-close.custom-close {
	background-color: #f9fafb;
	color: #ffffff;
	opacity: 1;
	border-radius: 50px;
	box-shadow: 0px 4px 60px 0px rgba(231, 231, 231, 0.47);
	padding: 0.85rem;
}

.alert-dark {
	background-color: rgba(27, 40, 80, 0.1);
	color: #646b72;
	border-color: rgba(27, 40, 80, 0.1);
}
.alert-dark .alert-link {
	color: #646b72;
}
.alert-dark .btn-close {
	color: #ffffff;
}
.alert-dark .btn-close.custom-close {
	background-color: #1b2850;
	color: #ffffff;
	opacity: 1;
	border-radius: 50px;
	box-shadow: 0px 4px 60px 0px rgba(231, 231, 231, 0.47);
	padding: 0.85rem;
}

.alert-solid-primary {
	background-color: #fe9f43;
	color: #ffffff;
	border-color: #fe9f43;
}
.alert-solid-primary .btn-close {
	color: #ffffff;
}

.alert-solid-secondary {
	background-color: #092c4c;
	color: #ffffff;
	border-color: #092c4c;
}
.alert-solid-secondary .btn-close {
	color: #ffffff;
}

.alert-solid-warning {
	background-color: #ffca18;
	color: #ffffff;
	border-color: #ffca18;
}
.alert-solid-warning .btn-close {
	color: #ffffff;
}

.alert-solid-info {
	background-color: #155eef;
	color: #ffffff;
	border-color: #155eef;
}
.alert-solid-info .btn-close {
	color: #ffffff;
}

.alert-solid-success {
	background-color: #3eb780;
	color: #ffffff;
	border-color: #3eb780;
}
.alert-solid-success .btn-close {
	color: #ffffff;
}

.alert-solid-danger {
	background-color: #ff0000;
	color: #ffffff;
	border-color: #ff0000;
}
.alert-solid-danger .btn-close {
	color: #ffffff;
}

.alert-solid-light {
	background-color: #f9fafb;
	color: #646b72;
	border-color: #e6eaed;
}

.alert-solid-dark {
	background-color: #1b2850;
	color: #ffffff;
	border-color: #1b2850;
}
.alert-solid-dark .btn-close {
	color: #ffffff;
}

.alert-outline-primary {
	background-color: #ffffff;
	color: #fe9f43;
	border-color: #fe9f43;
}
.alert-outline-primary .btn-close {
	color: #fe9f43;
}

.alert-outline-secondary {
	background-color: #ffffff;
	color: #092c4c;
	border-color: #092c4c;
}
.alert-outline-secondary .btn-close {
	color: #092c4c;
}

.alert-outline-info {
	background-color: #ffffff;
	color: #155eef;
	border-color: #155eef;
}
.alert-outline-info .btn-close {
	color: #155eef;
}

.alert-outline-warning {
	background-color: #ffffff;
	color: #ffca18;
	border-color: #ffca18;
}
.alert-outline-warning .btn-close {
	color: #ffca18;
}

.alert-outline-success {
	background-color: #ffffff;
	color: #3eb780;
	border-color: #3eb780;
}
.alert-outline-success .btn-close {
	color: #3eb780;
}

.alert-outline-danger {
	background-color: #ffffff;
	color: #ff0000;
	border-color: #ff0000;
}
.alert-outline-danger .btn-close {
	color: #ff0000;
}

.alert-outline-light {
	background-color: #ffffff;
	color: #646b72;
	border-color: #f9fafb;
}

.alert-outline-dark {
	background-color: #ffffff;
	color: #1b2850;
	border-color: #1b2850;
}
.alert-outline-dark .btn-close {
	color: #1b2850;
}

.alert-primary.custom-alert-icon {
	border-inline-start: 0.313rem solid #fe9f43 !important;
	color: #9595b5;
	background-color: #ffffff;
	border: 1px solid #e6eaed;
	font-size: 0.813rem;
}
.alert-primary.custom-alert-icon .btn-close {
	color: #646b72;
}
.alert-primary.custom-alert-icon > i {
	color: #fe9f43;
}

.alert-secondary.custom-alert-icon {
	border-inline-start: 0.313rem solid #092c4c !important;
	color: #9595b5;
	background-color: #ffffff;
	border: 1px solid #e6eaed;
	font-size: 0.813rem;
}
.alert-secondary.custom-alert-icon .btn-close {
	color: #646b72;
}
.alert-secondary.custom-alert-icon > i {
	color: #092c4c;
}

.alert-warning.custom-alert-icon {
	border-inline-start: 0.313rem solid #ffca18 !important;
	color: #9595b5;
	background-color: #ffffff;
	border: 1px solid #e6eaed;
	font-size: 0.813rem;
}
.alert-warning.custom-alert-icon .btn-close {
	color: #646b72;
}
.alert-warning.custom-alert-icon > i {
	color: #ffca18;
}

.alert-danger.custom-alert-icon {
	border-inline-start: 0.313rem solid #ff0000 !important;
	color: #9595b5;
	background-color: #ffffff;
	border: 1px solid #e6eaed;
	font-size: 0.813rem;
}
.alert-danger.custom-alert-icon .btn-close {
	color: #646b72;
}
.alert-danger.custom-alert-icon > i {
	color: #ff0000;
}

.alert-success.custom-alert-icon {
	border-inline-start: 0.313rem solid #3eb780 !important;
	color: #9595b5;
	background-color: #ffffff;
	border: 1px solid #e6eaed;
	font-size: 0.813rem;
}
.alert-success.custom-alert-icon .btn-close {
	color: #646b72;
}

.alert-info.custom-alert-icon {
	border-inline-start: 0.313rem solid #155eef !important;
	color: #9595b5;
	background-color: #ffffff;
	border: 1px solid #e6eaed;
	font-size: 0.813rem;
}
.alert-info.custom-alert-icon .btn-close {
	color: #646b72;
}

.alert-light.custom-alert-icon {
	border-inline-start: 0.313rem solid #f9fafb !important;
	color: #9595b5;
	background-color: #ffffff;
	border: 1px solid #e6eaed;
	font-size: 0.813rem;
}
.alert-light.custom-alert-icon .btn-close {
	color: #646b72;
}

.alert-dark.custom-alert-icon {
	border-inline-start: 0.313rem solid #1b2850 !important;
	color: #9595b5;
	background-color: #ffffff;
	border: 1px solid #e6eaed;
	font-size: 0.813rem;
}
.alert-dark.custom-alert-icon .btn-close {
	color: #646b72;
}

.custom-alert1 {
	margin-block-end: 0;
	background-color: #ffffff;
	border: 0;
	padding: 1.25rem;
	color: #646b72;
}
.custom-alert1 p {
	margin-block-end: 2.5rem;
	color: #9595b5;
	font-size: 0.8rem;
}
.custom-alert1 .custom-alert-icon {
	font-size: 40px;
	margin-bottom: 0.85rem;
}
.custom-alert1 .custom-alert-icon i {
	font-size: 40px;
}
.custom-alert1 .btn-close {
	padding: 0;
	margin-block-end: 1rem;
}
.custom-alert1.alert-primary {
	border-block-start: 0.313rem solid #fe9f43;
}
.custom-alert1.alert-primary .custom-alert-icon {
	color: #fe9f43;
}
.custom-alert1.alert-secondary {
	border-block-start: 0.313rem solid #092c4c;
}
.custom-alert1.alert-secondary .custom-alert-icon {
	color: #092c4c;
}
.custom-alert1.alert-warning {
	border-block-start: 0.313rem solid #ffca18;
}
.custom-alert1.alert-warning .custom-alert-icon {
	color: #ffca18;
}
.custom-alert1.alert-danger {
	border-block-start: 0.313rem solid #ff0000;
}
.custom-alert1.alert-danger .custom-alert-icon {
	color: #ff0000;
}

.alert-img {
	display: flex;
	align-items: center;
}
.alert-img .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 400px) {
	.btn-close.custom-close {
		margin: 9px 9px 9px 0;
	}
}
.op-1-1 {
	opacity: 1;
}

.op-0 {
	opacity: 0;
}

.op-1 {
	opacity: 0.1;
}

.op-2 {
	opacity: 0.2;
}

.op-3 {
	opacity: 0.3;
}

.op-4 {
	opacity: 0.4;
}

.op-5 {
	opacity: 0.5;
}

.op-6 {
	opacity: 0.6;
}

.op-7 {
	opacity: 0.7;
}

.op-8 {
	opacity: 0.8;
}

.op-9 {
	opacity: 0.9;
}

.custom-popover {
	--bs-popover-max-width: 12.5rem;
	--bs-popover-border-color: #fe9f43;
	--bs-popover-header-bg: #fe9f43;
	--bs-popover-header-color: #ffffff;
	--bs-popover-body-padding-x: 1rem;
	--bs-popover-body-padding-y: 0.5rem;
}

.popover {
	background-color: #ffffff;
	border: 1px solid #e6eaed;
	box-shadow: 0px 4px 60px 0px rgba(231, 231, 231, 0.47);
	font-size: 0.8rem;
	border-radius: 4px;
	z-index: 999;
}
.popover .popover-header {
	background-color: #ffffff;
	border-block-end: 1px solid #e6eaed;
}
.popover .popover-body {
	color: #646b72;
}
.popover.only-body {
	border-radius: 0.3rem;
}

.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::before {
	border-top-color: #f9fafb;
}

.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::after,
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::before {
	border-right-color: #f9fafb;
}

.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::after,
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::before {
	border-left-color: #f9fafb;
}

.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^='bottom'] .popover-header::before,
.bs-popover-bottom .popover-header::before {
	border-bottom-color: #f9fafb;
}

.header-primary .popover-header {
	background-color: #fe9f43;
	color: #ffffff;
}
.header-primary.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::after,
.header-primary.bs-popover-auto[data-popper-placement^='bottom'] .popover-header::before {
	border-bottom-color: #fe9f43;
}

.header-secondary .popover-header {
	background-color: #092c4c;
	color: #ffffff;
}
.header-secondary.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::after,
.header-secondary.bs-popover-auto[data-popper-placement^='bottom'] .popover-header::before {
	border-bottom-color: #092c4c;
}

.header-warning .popover-header {
	background-color: #ffca18;
	color: #ffffff;
}
.header-warning.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::after,
.header-warning.bs-popover-auto[data-popper-placement^='bottom'] .popover-header::before {
	border-bottom-color: #ffca18;
}

.header-info .popover-header {
	background-color: #155eef;
	color: #ffffff;
}
.header-info.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::after,
.header-info.bs-popover-auto[data-popper-placement^='bottom'] .popover-header::before {
	border-bottom-color: #155eef;
}

.header-success .popover-header {
	background-color: #3eb780;
	color: #ffffff;
}
.header-success.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::after,
.header-success.bs-popover-auto[data-popper-placement^='bottom'] .popover-header::before {
	border-bottom-color: #3eb780;
}

.header-danger .popover-header {
	background-color: #ff0000;
	color: #ffffff;
}
.header-danger.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::after,
.header-danger.bs-popover-auto[data-popper-placement^='bottom'] .popover-header::before {
	border-bottom-color: #ff0000;
}

.popover-primary.popover {
	border: 1px solid #fe9f43;
}
.popover-primary.popover .popover-header {
	background-color: #fe9f43;
	border-block-end: 1px solid rgba(255, 255, 255, 0.1);
	color: #ffffff;
	border-radius: 0.3rem 0.3rem 0 0;
}
.popover-primary.popover .popover-body {
	background-color: #fe9f43;
	color: #ffffff;
	border-radius: 0 0 0.3rem 0.3rem;
}
.popover-primary.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::after,
.popover-primary.bs-popover-top > .popover-arrow::after,
.popover-primary.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::before,
.popover-primary.bs-popover-top > .popover-arrow::before {
	border-top-color: #fe9f43;
}
.popover-primary.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::after,
.popover-primary.bs-popover-end > .popover-arrow::after,
.popover-primary.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::before,
.popover-primary.bs-popover-end > .popover-arrow::before {
	border-right-color: #fe9f43;
}
.popover-primary.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::after,
.popover-primary.bs-popover-start > .popover-arrow::after,
.popover-primary.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::before,
.popover-primary.bs-popover-start > .popover-arrow::before {
	border-left-color: #fe9f43;
}
.popover-primary.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::after,
.popover-primary.bs-popover-bottom > .popover-arrow::after,
.popover-primary.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::before,
.popover-primary.bs-popover-bottom > .popover-arrow::before,
.popover-primary.bs-popover-auto[data-popper-placement^='bottom'] .popover-header::before,
.popover-primary.bs-popover-bottom .popover-header::before {
	border-bottom-color: #fe9f43;
}

.popover-secondary.popover {
	border: 1px solid #092c4c;
}
.popover-secondary.popover .popover-header {
	background-color: #092c4c;
	border-block-end: 1px solid rgba(255, 255, 255, 0.1);
	color: #ffffff;
	border-radius: 0.3rem 0.3rem 0 0;
}
.popover-secondary.popover .popover-body {
	background-color: #092c4c;
	color: #ffffff;
	border-radius: 0 0 0.3rem 0.3rem;
}
.popover-secondary.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::after,
.popover-secondary.bs-popover-top > .popover-arrow::after,
.popover-secondary.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::before,
.popover-secondary.bs-popover-top > .popover-arrow::before {
	border-top-color: #092c4c;
}
.popover-secondary.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::after,
.popover-secondary.bs-popover-end > .popover-arrow::after,
.popover-secondary.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::before,
.popover-secondary.bs-popover-end > .popover-arrow::before {
	border-right-color: #092c4c;
}
.popover-secondary.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::after,
.popover-secondary.bs-popover-start > .popover-arrow::after,
.popover-secondary.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::before,
.popover-secondary.bs-popover-start > .popover-arrow::before {
	border-left-color: #092c4c;
}
.popover-secondary.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::after,
.popover-secondary.bs-popover-bottom > .popover-arrow::after,
.popover-secondary.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::before,
.popover-secondary.bs-popover-bottom > .popover-arrow::before,
.popover-secondary.bs-popover-auto[data-popper-placement^='bottom'] .popover-header::before,
.popover-secondary.bs-popover-bottom .popover-header::before {
	border-bottom-color: #092c4c;
}

.popover-warning.popover {
	border: 1px solid #ffca18;
}
.popover-warning.popover .popover-header {
	background-color: #ffca18;
	border-block-end: 1px solid rgba(255, 255, 255, 0.1);
	color: #ffffff;
	border-radius: 0.3rem 0.3rem 0 0;
}
.popover-warning.popover .popover-body {
	background-color: #ffca18;
	color: #ffffff;
	border-radius: 0 0 0.3rem 0.3rem;
}
.popover-warning.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::after,
.popover-warning.bs-popover-top > .popover-arrow::after,
.popover-warning.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::before,
.popover-warning.bs-popover-top > .popover-arrow::before {
	border-top-color: #ffca18;
}
.popover-warning.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::after,
.popover-warning.bs-popover-end > .popover-arrow::after,
.popover-warning.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::before,
.popover-warning.bs-popover-end > .popover-arrow::before {
	border-right-color: #ffca18;
}
.popover-warning.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::after,
.popover-warning.bs-popover-start > .popover-arrow::after,
.popover-warning.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::before,
.popover-warning.bs-popover-start > .popover-arrow::before {
	border-left-color: #ffca18;
}
.popover-warning.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::after,
.popover-warning.bs-popover-bottom > .popover-arrow::after,
.popover-warning.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::before,
.popover-warning.bs-popover-bottom > .popover-arrow::before,
.popover-warning.bs-popover-auto[data-popper-placement^='bottom'] .popover-header::before,
.popover-warning.bs-popover-bottom .popover-header::before {
	border-bottom-color: #ffca18;
}

.popover-info.popover {
	border: 1px solid #155eef;
}
.popover-info.popover .popover-header {
	background-color: #155eef;
	border-block-end: 1px solid rgba(255, 255, 255, 0.1);
	color: #ffffff;
	border-radius: 0.3rem 0.3rem 0 0;
}
.popover-info.popover .popover-body {
	background-color: #155eef;
	color: #ffffff;
	border-radius: 0 0 0.3rem 0.3rem;
}
.popover-info.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::after,
.popover-info.bs-popover-top > .popover-arrow::after,
.popover-info.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::before,
.popover-info.bs-popover-top > .popover-arrow::before {
	border-top-color: #155eef;
}
.popover-info.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::after,
.popover-info.bs-popover-end > .popover-arrow::after,
.popover-info.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::before,
.popover-info.bs-popover-end > .popover-arrow::before {
	border-right-color: #155eef;
}
.popover-info.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::after,
.popover-info.bs-popover-start > .popover-arrow::after,
.popover-info.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::before,
.popover-info.bs-popover-start > .popover-arrow::before {
	border-left-color: #155eef;
}
.popover-info.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::after,
.popover-info.bs-popover-bottom > .popover-arrow::after,
.popover-info.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::before,
.popover-info.bs-popover-bottom > .popover-arrow::before,
.popover-info.bs-popover-auto[data-popper-placement^='bottom'] .popover-header::before,
.popover-info.bs-popover-bottom .popover-header::before {
	border-bottom-color: #155eef;
}

.popover-success.popover {
	border: 1px solid #3eb780;
}
.popover-success.popover .popover-header {
	background-color: #3eb780;
	border-block-end: 1px solid rgba(255, 255, 255, 0.1);
	color: #ffffff;
	border-radius: 0.3rem 0.3rem 0 0;
}
.popover-success.popover .popover-body {
	background-color: #3eb780;
	color: #ffffff;
	border-radius: 0 0 0.3rem 0.3rem;
}
.popover-success.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::after,
.popover-success.bs-popover-top > .popover-arrow::after,
.popover-success.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::before,
.popover-success.bs-popover-top > .popover-arrow::before {
	border-top-color: #3eb780;
}
.popover-success.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::after,
.popover-success.bs-popover-end > .popover-arrow::after,
.popover-success.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::before,
.popover-success.bs-popover-end > .popover-arrow::before {
	border-right-color: #3eb780;
}
.popover-success.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::after,
.popover-success.bs-popover-start > .popover-arrow::after,
.popover-success.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::before,
.popover-success.bs-popover-start > .popover-arrow::before {
	border-left-color: #3eb780;
}
.popover-success.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::after,
.popover-success.bs-popover-bottom > .popover-arrow::after,
.popover-success.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::before,
.popover-success.bs-popover-bottom > .popover-arrow::before,
.popover-success.bs-popover-auto[data-popper-placement^='bottom'] .popover-header::before,
.popover-success.bs-popover-bottom .popover-header::before {
	border-bottom-color: #3eb780;
}

.popover-danger.popover {
	border: 1px solid #ff0000;
}
.popover-danger.popover .popover-header {
	background-color: #ff0000;
	border-block-end: 1px solid rgba(255, 255, 255, 0.1);
	color: #ffffff;
	border-radius: 0.3rem 0.3rem 0 0;
}
.popover-danger.popover .popover-body {
	background-color: #ff0000;
	color: #ffffff;
	border-radius: 0 0 0.3rem 0.3rem;
}
.popover-danger.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::after,
.popover-danger.bs-popover-top > .popover-arrow::after,
.popover-danger.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::before,
.popover-danger.bs-popover-top > .popover-arrow::before {
	border-top-color: #ff0000;
}
.popover-danger.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::after,
.popover-danger.bs-popover-end > .popover-arrow::after,
.popover-danger.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::before,
.popover-danger.bs-popover-end > .popover-arrow::before {
	border-right-color: #ff0000;
}
.popover-danger.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::after,
.popover-danger.bs-popover-start > .popover-arrow::after,
.popover-danger.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::before,
.popover-danger.bs-popover-start > .popover-arrow::before {
	border-left-color: #ff0000;
}
.popover-danger.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::after,
.popover-danger.bs-popover-bottom > .popover-arrow::after,
.popover-danger.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::before,
.popover-danger.bs-popover-bottom > .popover-arrow::before,
.popover-danger.bs-popover-auto[data-popper-placement^='bottom'] .popover-header::before,
.popover-danger.bs-popover-bottom .popover-header::before {
	border-bottom-color: #ff0000;
}

.popover-purple.popover {
	border: 1px solid #6938ef;
}
.popover-purple.popover .popover-header {
	background-color: #6938ef;
	border-block-end: 1px solid rgba(255, 255, 255, 0.1);
	color: #ffffff;
	border-radius: 0.3rem 0.3rem 0 0;
}
.popover-purple.popover .popover-body {
	background-color: #6938ef;
	color: #ffffff;
	border-radius: 0 0 0.3rem 0.3rem;
}
.popover-purple.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::after,
.popover-purple.bs-popover-top > .popover-arrow::after,
.popover-purple.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::before,
.popover-purple.bs-popover-top > .popover-arrow::before {
	border-top-color: #6938ef;
}
.popover-purple.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::after,
.popover-purple.bs-popover-end > .popover-arrow::after,
.popover-purple.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::before,
.popover-purple.bs-popover-end > .popover-arrow::before {
	border-right-color: #6938ef;
}
.popover-purple.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::after,
.popover-purple.bs-popover-start > .popover-arrow::after,
.popover-purple.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::before,
.popover-purple.bs-popover-start > .popover-arrow::before {
	border-left-color: #6938ef;
}
.popover-purple.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::after,
.popover-purple.bs-popover-bottom > .popover-arrow::after,
.popover-purple.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::before,
.popover-purple.bs-popover-bottom > .popover-arrow::before,
.popover-purple.bs-popover-auto[data-popper-placement^='bottom'] .popover-header::before,
.popover-purple.bs-popover-bottom .popover-header::before {
	border-bottom-color: #6938ef;
}

.popover-teal.popover {
	border: 1px solid #0e9384;
}
.popover-teal.popover .popover-header {
	background-color: #0e9384;
	border-block-end: 1px solid rgba(255, 255, 255, 0.1);
	color: #ffffff;
	border-radius: 0.3rem 0.3rem 0 0;
}
.popover-teal.popover .popover-body {
	background-color: #0e9384;
	color: #ffffff;
	border-radius: 0 0 0.3rem 0.3rem;
}
.popover-teal.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::after,
.popover-teal.bs-popover-top > .popover-arrow::after,
.popover-teal.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::before,
.popover-teal.bs-popover-top > .popover-arrow::before {
	border-top-color: #0e9384;
}
.popover-teal.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::after,
.popover-teal.bs-popover-end > .popover-arrow::after,
.popover-teal.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::before,
.popover-teal.bs-popover-end > .popover-arrow::before {
	border-right-color: #0e9384;
}
.popover-teal.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::after,
.popover-teal.bs-popover-start > .popover-arrow::after,
.popover-teal.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::before,
.popover-teal.bs-popover-start > .popover-arrow::before {
	border-left-color: #0e9384;
}
.popover-teal.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::after,
.popover-teal.bs-popover-bottom > .popover-arrow::after,
.popover-teal.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::before,
.popover-teal.bs-popover-bottom > .popover-arrow::before,
.popover-teal.bs-popover-auto[data-popper-placement^='bottom'] .popover-header::before,
.popover-teal.bs-popover-bottom .popover-header::before {
	border-bottom-color: #0e9384;
}

.popover-primary-light.popover {
	border: 1px solid rgba(254, 159, 67, 0.1);
}
.popover-primary-light.popover .popover-header {
	background-color: rgba(254, 159, 67, 0.1);
	border-block-end: 1px solid rgba(254, 159, 67, 0.1);
	color: #fe9f43;
	border-radius: 0;
}
.popover-primary-light.popover .popover-body {
	background-color: rgba(254, 159, 67, 0.1);
	color: #fe9f43;
}
.popover-primary-light.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::after,
.popover-primary-light.bs-popover-top > .popover-arrow::after,
.popover-primary-light.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::before,
.popover-primary-light.bs-popover-top > .popover-arrow::before {
	border-top-color: rgba(254, 159, 67, 0.1);
}
.popover-primary-light.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::after,
.popover-primary-light.bs-popover-end > .popover-arrow::after,
.popover-primary-light.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::before,
.popover-primary-light.bs-popover-end > .popover-arrow::before {
	border-right-color: rgba(254, 159, 67, 0.1);
}
.popover-primary-light.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::after,
.popover-primary-light.bs-popover-start > .popover-arrow::after,
.popover-primary-light.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::before,
.popover-primary-light.bs-popover-start > .popover-arrow::before {
	border-left-color: rgba(254, 159, 67, 0.1);
}
.popover-primary-light.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::after,
.popover-primary-light.bs-popover-bottom > .popover-arrow::after,
.popover-primary-light.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::before,
.popover-primary-light.bs-popover-bottom > .popover-arrow::before,
.popover-primary-light.bs-popover-auto[data-popper-placement^='bottom'] .popover-header::before,
.popover-primary-light.bs-popover-bottom .popover-header::before {
	border-bottom-color: rgba(254, 159, 67, 0.1);
}

.popover-secondary-light.popover {
	border: 1px solid rgba(9, 44, 76, 0.1);
}
.popover-secondary-light.popover .popover-header {
	background-color: rgba(9, 44, 76, 0.1);
	border-block-end: 1px solid rgba(9, 44, 76, 0.1);
	color: #092c4c;
	border-radius: 0;
}
.popover-secondary-light.popover .popover-body {
	background-color: rgba(9, 44, 76, 0.1);
	color: #092c4c;
}
.popover-secondary-light.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::after,
.popover-secondary-light.bs-popover-top > .popover-arrow::after,
.popover-secondary-light.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::before,
.popover-secondary-light.bs-popover-top > .popover-arrow::before {
	border-top-color: rgba(var(--secondary-rgb), 0.1);
}
.popover-secondary-light.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::after,
.popover-secondary-light.bs-popover-end > .popover-arrow::after,
.popover-secondary-light.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::before,
.popover-secondary-light.bs-popover-end > .popover-arrow::before {
	border-right-color: rgba(9, 44, 76, 0.1);
}
.popover-secondary-light.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::after,
.popover-secondary-light.bs-popover-start > .popover-arrow::after,
.popover-secondary-light.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::before,
.popover-secondary-light.bs-popover-start > .popover-arrow::before {
	border-left-color: rgba(var(--secondary-rgb), 0.1);
}
.popover-secondary-light.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::after,
.popover-secondary-light.bs-popover-bottom > .popover-arrow::after,
.popover-secondary-light.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::before,
.popover-secondary-light.bs-popover-bottom > .popover-arrow::before,
.popover-secondary-light.bs-popover-auto[data-popper-placement^='bottom'] .popover-header::before,
.popover-secondary-light.bs-popover-bottom .popover-header::before {
	border-bottom-color: rgba(var(--secondary-rgb), 0.1);
}

.popover-warning-light.popover {
	border: 1px solid rgba(255, 202, 24, 0.1);
}
.popover-warning-light.popover .popover-header {
	background-color: rgba(255, 202, 24, 0.1);
	border-block-end: 1px solid rgba(255, 202, 24, 0.1);
	color: #ffca18;
	border-radius: 0;
}
.popover-warning-light.popover .popover-body {
	background-color: rgba(255, 202, 24, 0.1);
	color: #ffca18;
}
.popover-warning-light.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::after,
.popover-warning-light.bs-popover-top > .popover-arrow::after,
.popover-warning-light.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::before,
.popover-warning-light.bs-popover-top > .popover-arrow::before {
	border-top-color: rgba(255, 202, 24, 0.1);
}
.popover-warning-light.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::after,
.popover-warning-light.bs-popover-end > .popover-arrow::after,
.popover-warning-light.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::before,
.popover-warning-light.bs-popover-end > .popover-arrow::before {
	border-right-color: rgba(255, 202, 24, 0.1);
}
.popover-warning-light.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::after,
.popover-warning-light.bs-popover-start > .popover-arrow::after,
.popover-warning-light.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::before,
.popover-warning-light.bs-popover-start > .popover-arrow::before {
	border-left-color: rgba(255, 202, 24, 0.1);
}
.popover-warning-light.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::after,
.popover-warning-light.bs-popover-bottom > .popover-arrow::after,
.popover-warning-light.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::before,
.popover-warning-light.bs-popover-bottom > .popover-arrow::before,
.popover-warning-light.bs-popover-auto[data-popper-placement^='bottom'] .popover-header::before,
.popover-warning-light.bs-popover-bottom .popover-header::before {
	border-bottom-color: rgba(255, 202, 24, 0.1);
}

.popover-info-light.popover {
	border: 1px solid rgba(21, 94, 239, 0.1);
}
.popover-info-light.popover .popover-header {
	background-color: rgba(21, 94, 239, 0.1);
	border-block-end: 1px solid rgba(21, 94, 239, 0.1);
	color: #155eef;
	border-radius: 0;
}
.popover-info-light.popover .popover-body {
	background-color: rgba(21, 94, 239, 0.1);
	color: #155eef;
}
.popover-info-light.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::after,
.popover-info-light.bs-popover-top > .popover-arrow::after,
.popover-info-light.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::before,
.popover-info-light.bs-popover-top > .popover-arrow::before {
	border-top-color: rgba(21, 94, 239, 0.1);
}
.popover-info-light.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::after,
.popover-info-light.bs-popover-end > .popover-arrow::after,
.popover-info-light.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::before,
.popover-info-light.bs-popover-end > .popover-arrow::before {
	border-right-color: rgba(21, 94, 239, 0.1);
}
.popover-info-light.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::after,
.popover-info-light.bs-popover-start > .popover-arrow::after,
.popover-info-light.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::before,
.popover-info-light.bs-popover-start > .popover-arrow::before {
	border-left-color: rgba(21, 94, 239, 0.1);
}
.popover-info-light.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::after,
.popover-info-light.bs-popover-bottom > .popover-arrow::after,
.popover-info-light.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::before,
.popover-info-light.bs-popover-bottom > .popover-arrow::before,
.popover-info-light.bs-popover-auto[data-popper-placement^='bottom'] .popover-header::before,
.popover-info-light.bs-popover-bottom .popover-header::before {
	border-bottom-color: rgba(21, 94, 239, 0.1);
}

.popover-success-light.popover {
	border: 1px solid rgba(62, 183, 128, 0.1);
}
.popover-success-light.popover .popover-header {
	background-color: rgba(62, 183, 128, 0.1);
	border-block-end: 1px solid rgba(62, 183, 128, 0.1);
	color: #3eb780;
	border-radius: 0;
}
.popover-success-light.popover .popover-body {
	background-color: rgba(62, 183, 128, 0.1);
	color: #3eb780;
}
.popover-success-light.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::after,
.popover-success-light.bs-popover-top > .popover-arrow::after,
.popover-success-light.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::before,
.popover-success-light.bs-popover-top > .popover-arrow::before {
	border-top-color: rgba(62, 183, 128, 0.1);
}
.popover-success-light.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::after,
.popover-success-light.bs-popover-end > .popover-arrow::after,
.popover-success-light.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::before,
.popover-success-light.bs-popover-end > .popover-arrow::before {
	border-right-color: rgba(62, 183, 128, 0.1);
}
.popover-success-light.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::after,
.popover-success-light.bs-popover-start > .popover-arrow::after,
.popover-success-light.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::before,
.popover-success-light.bs-popover-start > .popover-arrow::before {
	border-left-color: rgba(62, 183, 128, 0.1);
}
.popover-success-light.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::after,
.popover-success-light.bs-popover-bottom > .popover-arrow::after,
.popover-success-light.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::before,
.popover-success-light.bs-popover-bottom > .popover-arrow::before,
.popover-success-light.bs-popover-auto[data-popper-placement^='bottom'] .popover-header::before,
.popover-success-light.bs-popover-bottom .popover-header::before {
	border-bottom-color: rgba(62, 183, 128, 0.1);
}

.popover-danger-light.popover {
	border: 1px solid rgba(255, 0, 0, 0.1);
}
.popover-danger-light.popover .popover-header {
	background-color: rgba(255, 0, 0, 0.1);
	border-block-end: 1px solid rgba(255, 0, 0, 0.1);
	color: #ff0000;
	border-radius: 0;
}
.popover-danger-light.popover .popover-body {
	background-color: rgba(255, 0, 0, 0.1);
	color: #ff0000;
}
.popover-danger-light.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::after,
.popover-danger-light.bs-popover-top > .popover-arrow::after,
.popover-danger-light.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::before,
.popover-danger-light.bs-popover-top > .popover-arrow::before {
	border-top-color: rgba(255, 0, 0, 0.1);
}
.popover-danger-light.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::after,
.popover-danger-light.bs-popover-end > .popover-arrow::after,
.popover-danger-light.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::before,
.popover-danger-light.bs-popover-end > .popover-arrow::before {
	border-right-color: rgba(255, 0, 0, 0.1);
}
.popover-danger-light.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::after,
.popover-danger-light.bs-popover-start > .popover-arrow::after,
.popover-danger-light.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::before,
.popover-danger-light.bs-popover-start > .popover-arrow::before {
	border-left-color: rgba(255, 0, 0, 0.1);
}
.popover-danger-light.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::after,
.popover-danger-light.bs-popover-bottom > .popover-arrow::after,
.popover-danger-light.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::before,
.popover-danger-light.bs-popover-bottom > .popover-arrow::before,
.popover-danger-light.bs-popover-auto[data-popper-placement^='bottom'] .popover-header::before,
.popover-danger-light.bs-popover-bottom .popover-header::before {
	border-bottom-color: rgba(255, 0, 0, 0.1);
}

.popover-purple-light.popover {
	border: 1px solid rgba(var(--purple-rgb), 0.1);
}
.popover-purple-light.popover .popover-header {
	background-color: rgba(var(--purple-rgb), 0.1);
	border-block-end: 1px solid rgba(var(--purple-rgb), 0.1);
	color: #6938ef;
	border-radius: 0;
}
.popover-purple-light.popover .popover-body {
	background-color: rgba(var(--purple-rgb), 0.1);
	color: #6938ef;
}
.popover-purple-light.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::after,
.popover-purple-light.bs-popover-top > .popover-arrow::after,
.popover-purple-light.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::before,
.popover-purple-light.bs-popover-top > .popover-arrow::before {
	border-top-color: rgba(var(--purple-rgb), 0.1);
}
.popover-purple-light.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::after,
.popover-purple-light.bs-popover-end > .popover-arrow::after,
.popover-purple-light.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::before,
.popover-purple-light.bs-popover-end > .popover-arrow::before {
	border-right-color: rgba(var(--purple-rgb), 0.1);
}
.popover-purple-light.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::after,
.popover-purple-light.bs-popover-start > .popover-arrow::after,
.popover-purple-light.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::before,
.popover-purple-light.bs-popover-start > .popover-arrow::before {
	border-left-color: rgba(var(--purple-rgb), 0.1);
}
.popover-purple-light.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::after,
.popover-purple-light.bs-popover-bottom > .popover-arrow::after,
.popover-purple-light.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::before,
.popover-purple-light.bs-popover-bottom > .popover-arrow::before,
.popover-purple-light.bs-popover-auto[data-popper-placement^='bottom'] .popover-header::before,
.popover-purple-light.bs-popover-bottom .popover-header::before {
	border-bottom-color: rgba(var(--purple-rgb), 0.1);
}

.popover-teal-light.popover {
	border: 1px solid rgba(var(--teal-rgb), 0.1);
}
.popover-teal-light.popover .popover-header {
	background-color: rgba(var(--teal-rgb), 0.1);
	border-block-end: 1px solid rgba(var(--teal-rgb), 0.1);
	color: #0e9384;
	border-radius: 0;
}
.popover-teal-light.popover .popover-body {
	background-color: rgba(var(--teal-rgb), 0.1);
	color: #0e9384;
}
.popover-teal-light.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::after,
.popover-teal-light.bs-popover-top > .popover-arrow::after,
.popover-teal-light.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::before,
.popover-teal-light.bs-popover-top > .popover-arrow::before {
	border-top-color: rgba(var(--teal-rgb), 0.1);
}
.popover-teal-light.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::after,
.popover-teal-light.bs-popover-end > .popover-arrow::after,
.popover-teal-light.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::before,
.popover-teal-light.bs-popover-end > .popover-arrow::before {
	border-right-color: rgba(var(--teal-rgb), 0.1);
}
.popover-teal-light.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::after,
.popover-teal-light.bs-popover-start > .popover-arrow::after,
.popover-teal-light.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::before,
.popover-teal-light.bs-popover-start > .popover-arrow::before {
	border-left-color: rgba(var(--teal-rgb), 0.1);
}
.popover-teal-light.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::after,
.popover-teal-light.bs-popover-bottom > .popover-arrow::after,
.popover-teal-light.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::before,
.popover-teal-light.bs-popover-bottom > .popover-arrow::before,
.popover-teal-light.bs-popover-auto[data-popper-placement^='bottom'] .popover-header::before,
.popover-teal-light.bs-popover-bottom .popover-header::before {
	border-bottom-color: rgba(var(--teal-rgb), 0.1);
}

.timeline {
	position: relative;
	list-style: none;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0 20px;
}
.timeline:before {
	content: ' ';
	position: absolute;
	width: 3px;
	margin-left: -1.5px;
	background-color: #a6aaaf;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
}
.timeline > li {
	position: relative;
	margin-bottom: 20px;
}
.timeline > li::before,
.timeline > li::after {
	content: ' ';
	display: table;
}
.timeline > li > .timeline-panel {
	float: left;
	position: relative;
	width: 46%;
	padding: 20px;
	border: 1px solid #7a8086;
	border-radius: 0.25rem;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}
.timeline > li > .timeline-panel::before {
	content: ' ';
	display: inline-block;
	position: absolute;
	border-top: 8px solid transparent;
	border-right: 0 solid #7a8086;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #7a8086;
	position: absolute;
	top: 26px;
	right: -8px;
}
.timeline > li > .timeline-panel::after {
	content: ' ';
	display: inline-block;
	position: absolute;
	top: 27px;
	right: -7px;
	border-top: 7px solid transparent;
	border-right: 0 solid #ffffff;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #ffffff;
}

.timeline > li:after {
	clear: both;
}

.timeline > li > .timeline-badge {
	z-index: 1;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	text-align: center;
	font-size: 1.4em;
	line-height: 50px;
	color: #ffffff;
	overflow: hidden;
	border-radius: 50%;
	position: absolute;
	top: 16px;
	left: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}
.timeline > li.timeline-inverted > .timeline-panel::before {
	right: auto;
	left: -8px;
	border-right-width: 8px;
	border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel::after {
	right: auto;
	left: -7px;
	border-right-width: 7px;
	border-left-width: 0;
}

.timeline-badge.primary {
	background-color: #fe9f43;
}

.timeline-badge.success {
	background-color: #3eb780;
}

.timeline-badge.warning {
	background-color: #ffca18;
}

.timeline-badge.danger {
	background-color: #ff0000;
}

.timeline-badge.info {
	background-color: #155eef;
}

.timeline-title {
	margin-top: 0;
	color: inherit;
	font-weight: regular;
}

.timeline-body > p,
.timeline-body > ul {
	margin-bottom: 0;
}

.timeline-body > p + p {
	margin-top: 5px;
}

.form-control {
	border-color: #e6eaed;
	color: #212b36;
	background-color: #ffffff;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
	border-radius: 0.35rem;
	padding: 0.45rem 0.85rem;
}
.form-control:focus {
	box-shadow: none;
	border-color: #e6eaed;
	background-color: #ffffff;
	box-shadow: 0 0.0625rem 0.125rem 0 rgba(0, 0, 0, 0.05);
}

.form-control[type='file'] {
	padding: 0.3rem 0.5rem;
}
.form-control[type='file'].form-control-sm {
	padding: 0.25rem 0.5rem !important;
}
.form-control[type='file'].form-control-lg {
	padding: 0.5rem 1rem !important;
}

.form-label {
	font-size: 14px;
	font-weight: 500;
	color: #212b36;
}

.form-text {
	color: #9595b5;
}

.form-control-light {
	background-color: #f9fafb;
	border: 0;
}
.form-control-light:focus {
	background-color: #f9fafb;
}

.form-control-primary {
	background-color: rgba(254, 159, 67, 0.1);
	border: 0;
	color: #fe9f43;
}
.form-control-primary:focus {
	background-color: rgba(254, 159, 67, 0.1);
	color: #fe9f43;
}

.form-input-color {
	height: 2.25rem;
	width: 2.25rem;
	border-radius: 4px;
	overflow: hidden;
	padding: 0;
}

.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
	color: #9595b5;
}

.form-floating > .form-control:not(:placeholder-shown) ~ label::after {
	background-color: transparent;
}

.form-select {
	background-color: #ffffff;
	border: 1px solid #e6eaed;
	color: #646b72;
	font-size: 14px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-size: 1.25rem;
}
.form-select option {
	background-color: #ffffff;
	padding: 0.35rem 0.75rem;
	border-radius: 0.25rem;
	margin-block-end: 0.25rem;
}
.form-select option:last-child {
	margin-block-end: 0;
}
.form-select option:checked {
	background-color: rgba(var(#fe9f43), 0.2);
	color: #fe9f43;
}
.form-select option:select {
	background-color: rgba(var(#fe9f43), 0.2);
	color: #fe9f43;
}
.form-select option:hover {
	background-color: rgba(var(#fe9f43), 0.2);
	color: #fe9f43;
}
.form-select option:focus {
	background-color: rgba(var(#fe9f43), 0.2);
	color: #fe9f43;
}

.form-check-input {
	width: 0.9rem;
	height: 0.9rem;
	background-color: #ffffff;
	border: 1px solid #e6eaed;
}
.form-check-input:checked {
	background-color: #fe9f43;
	border-color: #fe9f43;
}
.form-check-input.form-checked-outline:checked {
	background-color: transparent;
	border-color: #fe9f43;
}
.form-check-input.form-checked-secondary:checked {
	background-color: #092c4c;
	border-color: #092c4c;
}
.form-check-input.form-checked-warning:checked {
	background-color: #ffca18;
	border-color: #ffca18;
}
.form-check-input.form-checked-info:checked {
	background-color: #155eef;
	border-color: #155eef;
}
.form-check-input.form-checked-success:checked {
	background-color: #3eb780;
	border-color: #3eb780;
}
.form-check-input.form-checked-danger:checked {
	background-color: #ff0000;
	border-color: #ff0000;
}
.form-check-input.form-checked-light:checked {
	background-color: #f9fafb;
	border-color: #f9fafb;
}
.form-check-input.form-checked-dark:checked {
	background-color: #1b2850;
	border-color: #1b2850;
}
.form-check-input:focus {
	box-shadow: none;
}

.form-checked-outline:checked[type='checkbox'] {
	background-image: none;
	position: relative;
	background-color: transparent;
}
.form-checked-outline:checked[type='checkbox']:before {
	content: '\f633';
	font-family: bootstrap-icons !important;
	position: absolute;
	color: #fe9f43;
	width: 0.625rem;
	height: 0.625rem;
	inset-block-start: -1px;
	inset-inline-start: 0px;
	font-size: 0.688rem;
}
.form-checked-outline:checked[type='checkbox'].form-checked-secondary:before {
	color: #092c4c;
}
.form-checked-outline:checked[type='checkbox'].form-checked-warning:before {
	color: #ffca18;
}
.form-checked-outline:checked[type='checkbox'].form-checked-info:before {
	color: #155eef;
}
.form-checked-outline:checked[type='checkbox'].form-checked-success:before {
	color: #3eb780;
}
.form-checked-outline:checked[type='checkbox'].form-checked-danger:before {
	color: #ff0000;
}
.form-checked-outline:checked[type='checkbox'].form-checked-light:before {
	color: #f9fafb;
}
.form-checked-outline:checked[type='checkbox'].form-checked-dark:before {
	color: #1b2850;
}

.form-checked-outline:checked[type='radio'] {
	background-image: none;
	position: relative;
	background-color: transparent;
}
.form-checked-outline:checked[type='radio']:before {
	content: '\f309';
	font-family: bootstrap-icons !important;
	position: absolute;
	color: #fe9f43;
	width: 0.625rem;
	height: 0.625rem;
	inset-block-start: -1.13rem;
	inset-inline-start: -0.6rem;
	font-size: 2rem;
}
.form-checked-outline:checked[type='radio'].form-checked-secondary:before {
	color: #092c4c;
}
.form-checked-outline:checked[type='radio'].form-checked-warning:before {
	color: #ffca18;
}
.form-checked-outline:checked[type='radio'].form-checked-info:before {
	color: #155eef;
}
.form-checked-outline:checked[type='radio'].form-checked-success:before {
	color: #3eb780;
}
.form-checked-outline:checked[type='radio'].form-checked-danger:before {
	color: #ff0000;
}
.form-checked-outline:checked[type='radio'].form-checked-light:before {
	color: #f9fafb;
}
.form-checked-outline:checked[type='radio'].form-checked-dark:before {
	color: #1b2850;
}

fieldset:disabled .btn {
	color: #ffffff;
	background-color: #fe9f43;
	border-color: #fe9f43;
}

.form-select:focus {
	border-color: rgba(var(#fe9f43), 0.5);
	outline: 0;
	box-shadow: none;
}

.btn-check:focus + .btn,
.btn:focus {
	background-color: none;
	border-color: none;
	outline: 0;
}

.btn-check:active + .btn:focus,
.btn-check:checked + .btn:focus,
.btn.active:focus,
.btn.show:focus,
.btn:active:focus {
	box-shadow: none;
}

.form-control:disabled,
.form-select:disabled {
	background-color: #f9fafb;
	color: #646b72;
}

.form-control-plaintext {
	color: #646b72;
}

.form-control::-webkit-file-upload-button {
	color: #646b72;
	background-color: #f7f8f9;
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: #f7f8f9;
}

.form-control:focus::-webkit-input-placeholder,
.form-control:focus::placeholder {
	padding-inline-start: 0;
	transition: padding-inline-start 0.1s ease-in;
}
.form-control::-webkit-input-placeholder {
	font-size: 0.8rem;
	font-weight: 500;
	opacity: 0.7;
	color: #a6aaaf;
	padding-inline-start: 0px;
	transition: padding-inline-start 0.1s ease-in;
}
.form-control:-moz-placeholder {
	font-size: 0.8rem;
	font-weight: 500;
	opacity: 0.4;
	color: #a6aaaf;
}
.form-control::-moz-placeholder {
	font-size: 0.8rem;
	font-weight: 500;
	opacity: 0.4;
	color: #a6aaaf;
}
.form-control:-ms-input-placeholder {
	font-size: 0.8rem;
	font-weight: 500;
	opacity: 0.4;
	color: #a6aaaf;
}

.form-control-sm {
	font-size: 0.8rem;
	padding: 0.25rem 0.8rem;
}

.form-control-lg {
	font-size: 1rem;
	padding: 0.5rem 1rem;
}

.form-check-md .form-check-input {
	width: 1.15rem;
	height: 1.15rem;
}
.form-check-md.form-switch .form-check-input {
	width: 2.25rem;
}
.form-check-md label {
	margin-inline-start: 0.5rem;
	font-size: 0.95rem;
	margin-block-start: 3px;
}

.form-check-lg .form-check-input {
	width: 1.35rem;
	height: 1.35rem;
}
.form-check-lg.form-switch .form-check-input {
	width: 2.5rem;
}
.form-check-lg label {
	margin-inline-start: 0.5rem;
	font-size: 1rem;
	margin-block-start: 3px;
}

.toggle {
	width: 3.75rem;
	height: 1.563rem;
	background-color: #f9fafb;
	margin-inline-start: 0.625rem;
	margin-block-end: 0.313rem;
	padding: 0.125rem;
	border-radius: 0.188rem;
	position: relative;
	overflow: hidden;
	transition: all 0.2s ease;
}
.toggle span {
	position: absolute;
	inset-block-start: 0.188rem;
	inset-block-end: 0.25rem;
	inset-inline-start: 0.188rem;
	display: block;
	width: 1.25rem;
	border-radius: 0.125rem;
	background-color: #ffffff;
	box-shadow: 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.45);
	cursor: pointer;
	transition: all 0.2s ease;
}
.toggle span::before {
	content: 'on';
	inset-inline-start: -1.563rem;
}
.toggle span::after {
	content: 'off';
	inset-inline-end: -1.813rem;
	color: #9595b5;
}
.toggle span::before,
.toggle span::after {
	position: absolute;
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	inset-block-start: 0.188rem;
	line-height: 1.38;
	transition: all 0.2s ease;
}
.toggle.on {
	background-color: rgba(var(#fe9f43), 0.3);
}
.toggle.on span {
	background-color: #fe9f43;
}
.toggle.on span::before {
	color: #fe9f43;
}
.toggle.on.toggle-secondary {
	background-color: rgba(9, 44, 76, 0.4);
}
.toggle.on.toggle-secondary span {
	background-color: #092c4c;
}
.toggle.on.toggle-secondary span::before {
	color: #092c4c;
}
.toggle.on.toggle-warning {
	background-color: rgba(255, 202, 24, 0.4);
}
.toggle.on.toggle-warning span {
	background-color: #ffca18;
}
.toggle.on.toggle-warning span::before {
	color: #ffca18;
}
.toggle.on.toggle-info {
	background-color: rgba(21, 94, 239, 0.4);
}
.toggle.on.toggle-info span {
	background-color: #155eef;
}
.toggle.on.toggle-info span::before {
	color: #155eef;
}
.toggle.on.toggle-success {
	background-color: rgba(62, 183, 128, 0.4);
}
.toggle.on.toggle-success span {
	background-color: #3eb780;
}
.toggle.on.toggle-success span::before {
	color: #3eb780;
}
.toggle.on.toggle-danger {
	background-color: rgba(255, 0, 0, 0.4);
}
.toggle.on.toggle-danger span {
	background-color: #ff0000;
}
.toggle.on.toggle-danger span::before {
	color: #ff0000;
}
.toggle.on.toggle-light {
	background-color: rgba(249, 250, 251, 0.4);
}
.toggle.on.toggle-light span {
	background-color: #f9fafb;
}
.toggle.on.toggle-light span::before,
.toggle.on.toggle-light span::after {
	color: #9595b5;
}
.toggle.on.toggle-dark {
	background-color: rgba(27, 40, 80, 0.4);
}
.toggle.on.toggle-dark span {
	background-color: #1b2850;
}
.toggle.on.toggle-dark span::before {
	color: #ffffff;
}
.toggle.on span {
	inset-inline-start: 2.313rem;
}
.toggle.on.toggle-sm span {
	inset-inline-start: 2.313rem;
}
.toggle.on.toggle-sm span::before {
	inset-block-start: -1px;
	inset-inline-start: -1.563rem;
}
.toggle.on.toggle-lg span {
	inset-inline-start: 2.563rem;
}
.toggle.on.toggle-lg span::before {
	inset-block-start: 0.5rem;
	inset-inline-start: -1.75rem;
}
.toggle.toggle-sm {
	height: 1.063rem;
	width: 3.125rem;
}
.toggle.toggle-sm span {
	width: 0.625rem;
	height: 0.625rem;
}
.toggle.toggle-sm span::after {
	inset-inline-end: -1.875rem;
	inset-block-start: -1px;
}
.toggle.toggle-lg {
	height: 2.125rem;
	width: 4.5rem;
}
.toggle.toggle-lg span {
	width: 1.75rem;
}
.toggle.toggle-lg span::after {
	inset-block-start: 0.5rem;
	inset-inline-end: -1.938rem;
}

.custom-toggle-switch > input[type='checkbox'] {
	display: none;
}

.custom-toggle-switch > label {
	cursor: pointer;
	height: 0;
	position: relative;
	width: 2.5rem;
}

.label-primary {
	background: #fe9f43;
	color: #ffffff;
}

.label-secondary {
	background: #092c4c;
	color: #ffffff;
}

.label-warning {
	background: #ffca18;
	color: #ffffff;
}

.label-info {
	background: #155eef;
	color: #ffffff;
}

.label-success {
	background: #3eb780;
	color: #ffffff;
}

.label-danger {
	background: #ff0000;
	color: #ffffff;
}

.label-light {
	background: #f9fafb;
	color: #ffffff;
}

.label-dark {
	background: #1b2850;
	color: #ffffff;
}

.custom-toggle-switch > input[type='checkbox']:checked + label::before {
	background: inherit;
	opacity: 0.5;
}

.custom-toggle-switch > label::before {
	background: #9595b5;
	box-shadow: inset 0px 0px 0.625rem rgba(255, 255, 255, 0.5);
	border-radius: 0.5rem;
	content: '';
	height: 1rem;
	margin-block-start: -0.5rem;
	position: absolute;
	opacity: 0.3;
	transition: all 0.4s ease-in-out;
	width: 2.5rem;
}
.custom-toggle-switch > label::after {
	background: #ffffff;
	border-radius: 1rem;
	box-shadow: 0 0 0.313rem rgba(228, 229, 237, 0.8);
	content: '';
	height: 1.5rem;
	inset-inline-start: -0.25rem;
	margin-block-start: -0.5rem;
	position: absolute;
	inset-block-start: -0.25rem;
	transition: all 0.3s ease-in-out;
	width: 1.5rem;
}

.custom-toggle-switch > input[type='checkbox']:checked + label::after {
	background: inherit;
	inset-inline-start: 50%;
}

.custom-toggle-switch.toggle-sm > label::before {
	height: 10px;
	width: 27px;
	border-radius: 10px;
}

.custom-toggle-switch.toggle-sm input[type='checkbox']:checked + label::after {
	inset-inline-start: 13px;
}

.custom-toggle-switch.toggle-sm > label::after {
	height: 17px;
	width: 17px;
	border-radius: 50%;
}

.custom-toggle-switch.toggle-lg > label::before {
	height: 27px;
	width: 55px;
	border-radius: 20px;
}

.custom-toggle-switch.toggle-lg input[type='checkbox']:checked + label::after {
	inset-inline-start: 77%;
}

.custom-toggle-switch.toggle-lg > label::after {
	height: 35px;
	width: 35px;
	margin-block-start: -8px;
	border-radius: 50%;
}

.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
	color: transparent !important;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
	height: calc(3.5rem - 4px);
}

.form-floating.floating-primary label {
	color: #fe9f43;
	opacity: 1;
}
.form-floating.floating-primary input {
	border: 1px solid #fe9f43;
}
.form-floating.floating-primary > .form-control:focus ~ label {
	color: #fe9f43 !important;
}
.form-floating.floating-secondary label {
	color: #092c4c;
	opacity: 1;
}
.form-floating.floating-secondary input {
	border: 1px solid #092c4c;
}
.form-floating.floating-secondary > .form-control:focus ~ label {
	color: #092c4c !important;
}
.form-floating.floating-warning label {
	color: #ffca18;
	opacity: 1;
}
.form-floating.floating-warning input {
	border: 1px solid #ffca18;
}
.form-floating.floating-warning > .form-control:focus ~ label {
	color: #ffca18 !important;
}
.form-floating.floating-info label {
	color: #155eef;
	opacity: 1;
}
.form-floating.floating-info input {
	border: 1px solid #155eef;
}
.form-floating.floating-info > .form-control:focus ~ label {
	color: #155eef !important;
}
.form-floating.floating-success label {
	color: #3eb780;
	opacity: 1;
}
.form-floating.floating-success input {
	border: 1px solid #3eb780;
}
.form-floating.floating-success > .form-control:focus ~ label {
	color: #3eb780 !important;
}
.form-floating.floating-danger label {
	color: #ff0000;
	opacity: 1;
}
.form-floating.floating-danger input {
	border: 1px solid #ff0000;
}
.form-floating.floating-danger > .form-control:focus ~ label {
	color: #ff0000 !important;
}

.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
	background-color: #ffffff;
	border-radius: 4px;
}

.form-wizard-1 {
	border-bottom: 0;
	border-radius: 50px;
}
.form-wizard-1 .nav-link {
	border: 0;
}
.form-wizard-1.nav-tabs .nav-item {
	margin-inline-end: 1rem;
	position: relative;
}
.form-wizard-1.nav-tabs .nav-link {
	padding: 0.25rem 0.4rem;
	color: #9595b5;
	display: flex;
	align-items: center;
	border-radius: 50px;
	border: 2px solid transparent;
}
.form-wizard-1.nav-tabs .nav-link i {
	font-size: 12px;
	padding: 4px;
	line-height: 1;
	border-radius: 50px;
	border: 2px solid #e6eaed;
}
.form-wizard-1.nav-tabs .nav-link:focus,
.form-wizard-1.nav-tabs .nav-link:hover {
	border: 2px solid transparent;
}
.form-wizard-1.nav-tabs .nav-link.active {
	border: 2px solid #fe9f43;
	border-radius: 50px;
	color: #fe9f43;
	background-color: transparent;
}
.form-wizard-1.nav-tabs .nav-link.active i {
	border: 2px solid #fe9f43;
}
.form-wizard-1 .nav-item:focus-visible {
	outline: none;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
	border-color: #3eb780;
	box-shadow: none;
}

.form-control.is-valid,
.was-validated .form-control:valid {
	border-color: #3eb780;
}

.form-control-color {
	width: 1.75rem;
	height: 1.75rem;
	overflow: hidden;
	padding: 0;
}

.example-picker .pcr-button {
	border-radius: 0.35rem !important;
	overflow: hidden;
}

.input-group-text {
	background-color: #ffffff;
	padding: 2px 10px;
	border-color: #e6eaed;
}

kbd {
	background-color: #e6eaed;
	font-size: 10px;
	font-weight: 500;
	padding: 4px;
	color: #092c4c;
	padding: 2px 3px;
	border-radius: 5px;
}

[dir='rtl'] [type='email'],
[dir='rtl'] [type='number'],
[dir='rtl'] [type='tel'],
[dir='rtl'] [type='url'] {
	direction: rtl;
}

.form-select.is-invalid:not([multiple]):not([size]) {
	padding-right: 1.125rem;
	background-size:
		16px 28px,
		calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.invoice-quantity-container
	.input-group
	> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(
		.invalid-tooltip
	):not(.invalid-feedback) {
	margin-left: 0;
}

input[type='range']::-webkit-slider-runnable-track {
	background-color: #f9fafb;
}

[dir='rtl'] .form-checked-outline:checked[type='checkbox']:before {
	inset-inline-start: 1px;
}

.form-check {
	min-height: inherit !important;
}

.col-form-label-lg,
.col-form-label-sm,
.col-form-label {
	font-weight: 600;
}

#exampleColorInput::-webkit-color-swatch-wrapper {
	direction: rtl;
}

[data-theme-mode='dark'] input[type='week']::-webkit-calendar-picker-indicator,
[data-theme-mode='dark'] input[type='month']::-webkit-calendar-picker-indicator,
[data-theme-mode='dark'] input[type='date']::-webkit-calendar-picker-indicator,
[data-theme-mode='dark'] input[type='datetime-local']::-webkit-calendar-picker-indicator,
[data-theme-mode='dark'] input[type='time']::-webkit-calendar-picker-indicator {
	filter: invert(1);
}

[dir='rtl'] input[type='week'],
[dir='rtl'] input[type='month'],
[dir='rtl'] input[type='date'],
[dir='rtl'] input[type='datetime-local'],
[dir='rtl'] input[type='time'] {
	text-align: end;
}

.custom_radio,
.custom_radio_one {
	color: #646b72;
	position: relative;
	font-size: 14px;
	padding-left: 25px;
	margin-bottom: 10px;
	cursor: pointer;
	user-select: none;
	font-weight: 400;
}

.custom_radio input,
.custom_radio_one input {
	position: absolute;
	opacity: 0;
	padding: 0;
}

.custom_radio .checkmark,
.custom_radio_one .checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: transparent;
	background-color: #e6eaed;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.custom_radio .checkmark:after,
.custom_radio_one .checkmark:after {
	display: block;
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ffffff;
	visibility: visible;
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.custom_radio.active input ~ .checkmark:after,
.custom_radio_one.active input ~ .checkmark:after {
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.custom_radio.active input ~ .checkmark {
	background-color: #fe9f43;
}

.edit-add {
	font-size: 15px;
}
.edit-add.card {
	border: none;
	margin: 0;
}
.edit-add.card .note-editor.note-frame {
	margin: 0px;
}
.edit-add.card .note-editor.note-frame .note-editing-area .note-editable {
	height: 130px !important;
}
.edit-add.card p {
	margin-top: 10px;
}

.input-block.add-product.list {
	position: relative;
}

.input-addon-right .cus-icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.date-select-small {
	width: 115px;
}

.input-addon-left .cus-icon {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.input-addon-left input {
	padding-left: 30px;
}

caption {
	color: #9595b5;
}

.table-active {
	--bs-table-color-state: var(--default-text-color);
}

.table {
	color: #646b72;
	border-color: #e6eaed;
	margin-block-end: 0;
}
.table.custom-table thead th {
	font-size: 13px;
	font-weight: 700;
	padding: 8px 16px;
}
.table.custom-table tbody td {
	padding: 10px 16px;
}
.table .checkboxs {
	margin-bottom: 15px;
}
.table tbody tr th {
	font-weight: 500;
	font-size: 14px;
	color: #212b36;
	background-color: #d3d5d7;
}
.table th {
	padding: 10px 20px;
	vertical-align: middle;
	line-height: 1.462;
	font-size: 0.813rem;
	white-space: nowrap;
}
.table td {
	padding: 10px 20px;
	vertical-align: middle;
	line-height: 1.462;
	font-size: 0.813rem;
	white-space: nowrap;
}
.table thead tr th {
	font-weight: 600;
	font-size: 14px;
	background-color: #e6eaed;
	color: #212b36;
}
.table.table-sm > :not(caption) > * > * {
	padding: 0.3rem;
}
.table.table-dark {
	color: rgba(0, 0, 0, 0.7);
	border-color: rgba(255, 255, 255, 0.1);
}
.table .thead-primary th {
	background-color: #fe9f43;
	color: #ffffff;
}
.table .thead-secondary th {
	background-color: #092c4c;
	color: #ffffff;
}
.table .thead-info th {
	background-color: #155eef;
	color: #ffffff;
}
.table .thead-warning th {
	background-color: #ffca18;
	color: #ffffff;
}
.table .thead-danger th {
	background-color: #ff0000;
	color: #ffffff;
}
.table .thead-success th {
	background-color: #3eb780;
	color: #ffffff;
}
.table .thead-dark th {
	background-color: #1b2850;
	color: #ffffff;
}
.table .thead-light th {
	background-color: #f9fafb;
	color: #1b2850;
}
.table.table-primary {
	background-color: #ffffff;
	color: #000000;
	--bs-table-color-state: $black;
	border-color: var(--bs-table-border-color);
	--bs-table-bg: rgba(var(--primary-rgb), 0.1);
	--bs-table-border-color: rgba(var(--primary-rgb), 0.05);
	--bs-table-striped-bg: rgba(var(--primary-rgb), 0.2);
	--bs-table-active-bg: rgba(var(--primary-rgb), 0.2);
	--bs-table-hover-bg: rgba(var(--primary-rgb), 0.2);
}
.table.table-primary.table-striped > tbody > tr:nth-of-type(odd) > * {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgba(var(--primary-rgb), 0.2);
	color: #000000;
}
.table.table-primary.table.table-hover > tbody > tr:hover > * {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgba(var(--primary-rgb), 0.4);
	color: #ffffff;
}
.table.table-primary .table-active {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgb(var(--primary-rgb));
	color: #ffffff;
}
.table.table-secondary {
	background-color: #ffffff;
	color: #000000;
	--bs-table-color-state: $black;
	border-color: var(--bs-table-border-color);
	--bs-table-bg: rgba(var(--secondary-rgb), 0.1);
	--bs-table-border-color: rgba(var(--secondary-rgb), 0.05);
	--bs-table-striped-bg: rgba(var(--secondary-rgb), 0.2);
	--bs-table-active-bg: rgba(var(--secondary-rgb), 0.2);
	--bs-table-hover-bg: rgba(var(--secondary-rgb), 0.2);
}
.table.table-secondary.table-striped > tbody > tr:nth-of-type(odd) > * {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgba(var(--secondary-rgb), 0.2);
	color: #000000;
}
.table.table-secondary.table.table-hover > tbody > tr:hover > * {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgba(var(--secondary-rgb), 0.4);
	color: #ffffff;
}
.table.table-secondary .table-active {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgb(var(--secondary-rgb));
	color: #ffffff;
}
.table.table-warning {
	background-color: #ffffff;
	color: #000000;
	--bs-table-color-state: $black;
	border-color: var(--bs-table-border-color);
	--bs-table-bg: rgba(var(--warning-rgb), 0.1);
	--bs-table-border-color: rgba(var(--warning-rgb), 0.05);
	--bs-table-striped-bg: rgba(var(--warning-rgb), 0.2);
	--bs-table-active-bg: rgba(var(--warning-rgb), 0.2);
	--bs-table-hover-bg: rgba(var(--warning-rgb), 0.2);
}
.table.table-warning.table-striped > tbody > tr:nth-of-type(odd) > * {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgba(var(--warning-rgb), 0.2);
	color: #000000;
}
.table.table-warning.table.table-hover > tbody > tr:hover > * {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgba(var(--warning-rgb), 0.4);
	color: #ffffff;
}
.table.table-warning .table-active {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgb(var(--warning-rgb));
	color: #ffffff;
}
.table.table-success {
	background-color: #ffffff;
	color: #000000;
	--bs-table-color-state: $black;
	border-color: var(--bs-table-border-color);
	--bs-table-bg: rgba(var(--success-rgb), 0.1);
	--bs-table-border-color: rgba(var(--success-rgb), 0.05);
	--bs-table-striped-bg: rgba(var(--success-rgb), 0.2);
	--bs-table-active-bg: rgba(var(--success-rgb), 0.2);
	--bs-table-hover-bg: rgba(var(--success-rgb), 0.2);
}
.table.table-success.table-striped > tbody > tr:nth-of-type(odd) > * {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgba(var(--success-rgb), 0.2);
	color: #000000;
}
.table.table-success.table.table-hover > tbody > tr:hover > * {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgba(var(--success-rgb), 0.4);
	color: #ffffff;
}
.table.table-success .table-active {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgb(var(--success-rgb));
	color: #ffffff;
}
.table.table-danger {
	background-color: #ffffff;
	color: #000000;
	--bs-table-color-state: $black;
	border-color: var(--bs-table-border-color);
	--bs-table-bg: rgba(var(--danger-rgb), 0.1);
	--bs-table-border-color: rgba(var(--danger-rgb), 0.05);
	--bs-table-striped-bg: rgba(var(--danger-rgb), 0.2);
	--bs-table-active-bg: rgba(var(--danger-rgb), 0.2);
	--bs-table-hover-bg: rgba(var(--danger-rgb), 0.2);
}
.table.table-danger.table-striped > tbody > tr:nth-of-type(odd) > * {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgba(var(--danger-rgb), 0.2);
	color: #000000;
}
.table.table-danger.table.table-hover > tbody > tr:hover > * {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgba(var(--danger-rgb), 0.4);
	color: #ffffff;
}
.table.table-danger .table-active {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgb(var(--danger-rgb));
	color: #ffffff;
}
.table.table-info {
	background-color: #ffffff;
	color: #000000;
	--bs-table-color-state: $black;
	border-color: var(--bs-table-border-color);
	--bs-table-bg: rgba(var(--info-rgb), 0.1);
	--bs-table-border-color: rgba(var(--info-rgb), 0.05);
	--bs-table-striped-bg: rgba(var(--info-rgb), 0.2);
	--bs-table-active-bg: rgba(var(--info-rgb), 0.2);
	--bs-table-hover-bg: rgba(var(--info-rgb), 0.2);
}
.table.table-info.table-striped > tbody > tr:nth-of-type(odd) > * {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgba(var(--info-rgb), 0.2);
	color: #000000;
}
.table.table-info.table.table-hover > tbody > tr:hover > * {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgba(var(--info-rgb), 0.4);
	color: #ffffff;
}
.table.table-info .table-active {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgb(var(--info-rgb));
	color: #ffffff;
}
.table.table-light {
	background-color: #ffffff;
	color: #000000;
	--bs-table-color-state: $black;
	border-color: var(--bs-table-border-color);
	--bs-table-bg: rgba(var(--light-rgb), 0.1);
	--bs-table-border-color: rgba(var(--light-rgb), 0.05);
	--bs-table-striped-bg: rgba(var(--light-rgb), 0.2);
	--bs-table-active-bg: rgba(var(--light-rgb), 0.2);
	--bs-table-hover-bg: rgba(var(--light-rgb), 0.2);
}
.table.table-light.table-striped > tbody > tr:nth-of-type(odd) > * {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgba(var(--light-rgb), 0.2);
	color: #000000;
}
.table.table-light.table.table-hover > tbody > tr:hover > * {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgba(var(--light-rgb), 0.4);
	color: #ffffff;
}
.table.table-light .table-active {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgb(var(--light-rgb));
	color: #ffffff;
}
.table.table-dark {
	background-color: #ffffff;
	color: #000000;
	--bs-table-color-state: $black;
	border-color: var(--bs-table-border-color);
	--bs-table-bg: rgba(var(--dark-rgb), 0.1);
	--bs-table-border-color: rgba(var(--dark-rgb), 0.05);
	--bs-table-striped-bg: rgba(var(--dark-rgb), 0.2);
	--bs-table-active-bg: rgba(var(--dark-rgb), 0.2);
	--bs-table-hover-bg: rgba(var(--dark-rgb), 0.2);
}
.table.table-dark.table-striped > tbody > tr:nth-of-type(odd) > * {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgba(var(--dark-rgb), 0.2);
	color: #000000;
}
.table.table-dark.table.table-hover > tbody > tr:hover > * {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgba(var(--dark-rgb), 0.4);
	color: #ffffff;
}
.table.table-dark .table-active {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgb(var(--dark-rgb));
	color: #ffffff;
}
.table.table-bordered.border-primary tbody,
.table.table-bordered.border-primary td,
.table.table-bordered.border-primary tfoot,
.table.table-bordered.border-primary th,
.table.table-bordered.border-primary thead,
.table.table-bordered.border-primary tr {
	border-color: rgba(254, 159, 67, 0.1);
}
.table.table-bordered.border-info tbody,
.table.table-bordered.border-info td,
.table.table-bordered.border-info tfoot,
.table.table-bordered.border-info th,
.table.table-bordered.border-info thead,
.table.table-bordered.border-info tr {
	border-color: rgba(21, 94, 239, 0.1);
}
.table.table-bordered.border-secondary tbody,
.table.table-bordered.border-secondary td,
.table.table-bordered.border-secondary tfoot,
.table.table-bordered.border-secondary th,
.table.table-bordered.border-secondary thead,
.table.table-bordered.border-secondary tr {
	border-color: rgba(9, 44, 76, 0.1);
}
.table.table-bordered.border-warning tbody,
.table.table-bordered.border-warning td,
.table.table-bordered.border-warning tfoot,
.table.table-bordered.border-warning th,
.table.table-bordered.border-warning thead,
.table.table-bordered.border-warning tr {
	border-color: rgba(255, 202, 24, 0.1);
}
.table.table-bordered.border-success tbody,
.table.table-bordered.border-success td,
.table.table-bordered.border-success tfoot,
.table.table-bordered.border-success th,
.table.table-bordered.border-success thead,
.table.table-bordered.border-success tr {
	border-color: rgba(62, 183, 128, 0.1);
}
.table.table-bordered.border-danger tbody,
.table.table-bordered.border-danger td,
.table.table-bordered.border-danger tfoot,
.table.table-bordered.border-danger th,
.table.table-bordered.border-danger thead,
.table.table-bordered.border-danger tr {
	border-color: rgba(255, 0, 0, 0.1);
}
.table.table-striped > tbody > tr:nth-of-type(odd) > * {
	background: #f9fafb;
	color: #646b72;
}
.table.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
	--bs-table-accent-bg: rgba(var(--dark-rgb), 0.025);
	color: #646b72;
}
.table tbody.table-group-divider {
	border-top: 1px solid #e6eaed;
}
.table.table-hover > tbody > tr:hover > * {
	--bs-table-accent-bg: #f7f8f9;
	color: #646b72;
}
.table .table-active {
	--bs-table-accent-bg: #f9fafb;
	color: #646b72;
}
.table thead.table-primary {
	background-color: #ffffff;
	color: var(--bs-table-color);
	--bs-table-color-state: #000;
	--bs-table-color: #000000;
	--bs-table-bg: rgba(var(--primary-rgb), 0.1);
	--bs-table-border-color: rgba(var(--primary-rgb), 0.1);
	--bs-table-striped-bg: rgba(var(--primary-rgb), 0.5);
	--bs-table-striped-color: #000000;
	--bs-table-active-bg: rgba(var(--primary-rgb), 0.5);
	--bs-table-hover-bg: rgba(var(--primary-rgb), 0.5);
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}
.table thead.table-secondary {
	background-color: #ffffff;
	color: var(--bs-table-color);
	--bs-table-color-state: #000;
	--bs-table-color: #000000;
	--bs-table-bg: rgba(var(--secondary-rgb), 0.1);
	--bs-table-border-color: rgba(var(--secondary-rgb), 0.1);
	--bs-table-striped-bg: rgba(var(--secondary-rgb), 0.5);
	--bs-table-striped-color: #000000;
	--bs-table-active-bg: rgba(var(--secondary-rgb), 0.5);
	--bs-table-hover-bg: rgba(var(--secondary-rgb), 0.5);
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}
.table thead.table-warning {
	background-color: #ffffff;
	color: var(--bs-table-color);
	--bs-table-color-state: #000;
	--bs-table-color: #000000;
	--bs-table-bg: rgba(var(--warning-rgb), 0.1);
	--bs-table-border-color: rgba(var(--warning-rgb), 0.1);
	--bs-table-striped-bg: rgba(var(--warning-rgb), 0.5);
	--bs-table-striped-color: #000000;
	--bs-table-active-bg: rgba(var(--warning-rgb), 0.5);
	--bs-table-hover-bg: rgba(var(--warning-rgb), 0.5);
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}
.table thead.table-success {
	background-color: #ffffff;
	color: var(--bs-table-color);
	--bs-table-color-state: #000;
	--bs-table-color: #000000;
	--bs-table-bg: rgba(var(--success-rgb), 0.1);
	--bs-table-border-color: rgba(var(--success-rgb), 0.1);
	--bs-table-striped-bg: rgba(var(--success-rgb), 0.5);
	--bs-table-striped-color: #000000;
	--bs-table-active-bg: rgba(var(--success-rgb), 0.5);
	--bs-table-hover-bg: rgba(var(--success-rgb), 0.5);
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}
.table thead.table-danger {
	background-color: #ffffff;
	color: var(--bs-table-color);
	--bs-table-color-state: #000;
	--bs-table-color: #000000;
	--bs-table-bg: rgba(var(--danger-rgb), 0.1);
	--bs-table-border-color: rgba(var(--danger-rgb), 0.1);
	--bs-table-striped-bg: rgba(var(--danger-rgb), 0.5);
	--bs-table-striped-color: #000000;
	--bs-table-active-bg: rgba(var(--danger-rgb), 0.5);
	--bs-table-hover-bg: rgba(var(--danger-rgb), 0.5);
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}
.table thead.table-info {
	background-color: #ffffff;
	color: var(--bs-table-color);
	--bs-table-color-state: #000;
	--bs-table-color: #000000;
	--bs-table-bg: rgba(var(--info-rgb), 0.1);
	--bs-table-border-color: rgba(var(--info-rgb), 0.1);
	--bs-table-striped-bg: rgba(var(--info-rgb), 0.5);
	--bs-table-striped-color: #000000;
	--bs-table-active-bg: rgba(var(--info-rgb), 0.5);
	--bs-table-hover-bg: rgba(var(--info-rgb), 0.5);
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}
.table thead.table-light {
	background-color: #ffffff;
	color: var(--bs-table-color);
	--bs-table-color-state: #000;
	--bs-table-color: #000000;
	--bs-table-bg: rgba(var(--light-rgb), 0.1);
	--bs-table-border-color: rgba(var(--light-rgb), 0.1);
	--bs-table-striped-bg: rgba(var(--light-rgb), 0.5);
	--bs-table-striped-color: #000000;
	--bs-table-active-bg: rgba(var(--light-rgb), 0.5);
	--bs-table-hover-bg: rgba(var(--light-rgb), 0.5);
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}
.table thead.table-dark {
	background-color: #ffffff;
	color: var(--bs-table-color);
	--bs-table-color-state: #000;
	--bs-table-color: #000000;
	--bs-table-bg: rgba(var(--dark-rgb), 0.1);
	--bs-table-border-color: rgba(var(--dark-rgb), 0.1);
	--bs-table-striped-bg: rgba(var(--dark-rgb), 0.5);
	--bs-table-striped-color: #000000;
	--bs-table-active-bg: rgba(var(--dark-rgb), 0.5);
	--bs-table-hover-bg: rgba(var(--dark-rgb), 0.5);
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-primary {
	--bs-table-color: #000000;
	--bs-table-color-state: $black;
	--bs-table-bg: rgba(var(--primary-rgb), 0.1);
	--bs-table-border-color: rgba(var(--primary-rgb), 0.1);
	--bs-table-striped-bg: rgba(var(--primary-rgb), 0.3);
	--bs-table-striped-color: #000000;
	--bs-table-active-bg: rgba(var(--primary-rgb), 0.3);
	--bs-table-active-color: #000000;
	--bs-table-hover-bg: rgba(var(--primary-rgb), 0.3);
	--bs-table-hover-color: #000000;
	color: #000000;
	border-color: rgba(var(--primary-rgb), 0.1);
	background-color: #ffffff;
}

.table-secondary {
	--bs-table-color: #000000;
	--bs-table-color-state: $black;
	--bs-table-bg: rgba(var(--secondary-rgb), 0.1);
	--bs-table-border-color: rgba(var(--secondary-rgb), 0.1);
	--bs-table-striped-bg: rgba(var(--secondary-rgb), 0.3);
	--bs-table-striped-color: #000000;
	--bs-table-active-bg: rgba(var(--secondary-rgb), 0.3);
	--bs-table-active-color: #000000;
	--bs-table-hover-bg: rgba(var(--secondary-rgb), 0.3);
	--bs-table-hover-color: #000000;
	color: #000000;
	border-color: rgba(var(--secondary-rgb), 0.1);
	background-color: #ffffff;
}

.table-warning {
	--bs-table-color: #000000;
	--bs-table-color-state: $black;
	--bs-table-bg: rgba(var(--warning-rgb), 0.1);
	--bs-table-border-color: rgba(var(--warning-rgb), 0.1);
	--bs-table-striped-bg: rgba(var(--warning-rgb), 0.3);
	--bs-table-striped-color: #000000;
	--bs-table-active-bg: rgba(var(--warning-rgb), 0.3);
	--bs-table-active-color: #000000;
	--bs-table-hover-bg: rgba(var(--warning-rgb), 0.3);
	--bs-table-hover-color: #000000;
	color: #000000;
	border-color: rgba(var(--warning-rgb), 0.1);
	background-color: #ffffff;
}

.table-success {
	--bs-table-color: #000000;
	--bs-table-color-state: $black;
	--bs-table-bg: rgba(var(--success-rgb), 0.1);
	--bs-table-border-color: rgba(var(--success-rgb), 0.1);
	--bs-table-striped-bg: rgba(var(--success-rgb), 0.3);
	--bs-table-striped-color: #000000;
	--bs-table-active-bg: rgba(var(--success-rgb), 0.3);
	--bs-table-active-color: #000000;
	--bs-table-hover-bg: rgba(var(--success-rgb), 0.3);
	--bs-table-hover-color: #000000;
	color: #000000;
	border-color: rgba(var(--success-rgb), 0.1);
	background-color: #ffffff;
}

.table-info {
	--bs-table-color: #000000;
	--bs-table-color-state: $black;
	--bs-table-bg: rgba(var(--info-rgb), 0.1);
	--bs-table-border-color: rgba(var(--info-rgb), 0.1);
	--bs-table-striped-bg: rgba(var(--info-rgb), 0.3);
	--bs-table-striped-color: #000000;
	--bs-table-active-bg: rgba(var(--info-rgb), 0.3);
	--bs-table-active-color: #000000;
	--bs-table-hover-bg: rgba(var(--info-rgb), 0.3);
	--bs-table-hover-color: #000000;
	color: #000000;
	border-color: rgba(var(--info-rgb), 0.1);
	background-color: #ffffff;
}

.table-danger {
	--bs-table-color: #000000;
	--bs-table-color-state: $black;
	--bs-table-bg: rgba(var(--danger-rgb), 0.1);
	--bs-table-border-color: rgba(var(--danger-rgb), 0.1);
	--bs-table-striped-bg: rgba(var(--danger-rgb), 0.3);
	--bs-table-striped-color: #000000;
	--bs-table-active-bg: rgba(var(--danger-rgb), 0.3);
	--bs-table-active-color: #000000;
	--bs-table-hover-bg: rgba(var(--danger-rgb), 0.3);
	--bs-table-hover-color: #000000;
	color: #000000;
	border-color: rgba(var(--danger-rgb), 0.1);
	background-color: #ffffff;
}

.table-dark {
	--bs-table-color: #000000;
	--bs-table-color-state: $black;
	--bs-table-bg: rgba(var(--dark-rgb), 0.1);
	--bs-table-border-color: rgba(var(--dark-rgb), 0.1);
	--bs-table-striped-bg: rgba(var(--dark-rgb), 0.3);
	--bs-table-striped-color: #000000;
	--bs-table-active-bg: rgba(var(--dark-rgb), 0.3);
	--bs-table-active-color: #000000;
	--bs-table-hover-bg: rgba(var(--dark-rgb), 0.3);
	--bs-table-hover-color: #000000;
	color: #000000;
	border-color: rgba(var(--dark-rgb), 0.1);
	background-color: #ffffff;
}

.table-light {
	--bs-table-color: #000000;
	--bs-table-color-state: $black;
	--bs-table-bg: rgba(var(--light-rgb), 0.1);
	--bs-table-border-color: rgba(var(--light-rgb), 0.1);
	--bs-table-striped-bg: rgba(var(--light-rgb), 0.3);
	--bs-table-striped-color: #000000;
	--bs-table-active-bg: rgba(var(--light-rgb), 0.3);
	--bs-table-active-color: #000000;
	--bs-table-hover-bg: rgba(var(--light-rgb), 0.3);
	--bs-table-hover-color: #000000;
	color: #000000;
	border-color: rgba(var(--light-rgb), 0.1);
	background-color: #ffffff;
}

[data-theme-mode='dark'] .table-dark {
	border-color: rgba(0, 0, 0, 0.025);
}

[dir='rtl'] .table {
	margin-inline-end: 1px;
}

thead tr {
	border-color: #e6eaed;
}

.table {
	margin: 0;
}
.table tbody tr {
	border-color: #e6eaed;
}
.table tbody tr td {
	color: #646b72;
	font-size: 14px;
}
.table tbody tr td .product-img img {
	border: 0;
	width: 30px;
	height: 30px;
}
.table tbody tr td a {
	color: #212b36;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
}
.table tbody tr td a.product-img {
	margin-right: 5px;
	flex-shrink: 0;
}
.table tbody tr td a .info-img {
	margin-right: 8px;
	width: 16px;
	height: 16px;
}
.table tbody tr td a:hover {
	color: #fe9f43;
}
.table tbody tr td a:hover i {
	color: #fe9f43;
}
.table tbody tr td .emp-name {
	line-height: 1;
}
.table tbody tr td .emp-name a {
	color: #092c4c;
}
.table tbody tr td .emp-name p {
	line-height: 2;
	font-size: 15px;
	font-weight: 500;
	color: #646b72;
}
.table tbody tr td .emp-name .role {
	line-height: unset;
}
.table tbody tr td .product-imgs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	width: 40px;
	height: 40px;
	background: #ffebd8;
	font-size: 14px;
	color: #ff9f43 !important;
	font-weight: 500;
	margin-right: 10px;
}
.table tbody tr .data-header {
	font-weight: 600;
	color: #092c4c;
	font-size: 15px;
	border-bottom: none;
}
.table tbody tr .ref-number {
	color: #6938ef;
}
.table tbody tr.active {
	border-bottom: 0;
}
.table tbody tr.active td {
	font-size: 18px;
	color: #4d555e;
	font-weight: 600;
	border-bottom: 0;
}
.table tbody .loss-highlight td {
	font-weight: 700;
	color: #092c4c;
	font-size: 14px;
	border-top: 1px solid #a6aaaf;
}
.table tbody .userimgname {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.table tbody .userimgname img {
	margin-right: 8px;
	border-radius: 6px;
}
.table tbody .purchase-count td {
	padding-bottom: 20px;
}
.table .Expense-list tr td {
	padding: 15px 17px;
}
.table .Expense-list tr td a {
	margin-bottom: 0;
}
.table .sales-list tr td {
	padding: 20px 17px;
}
.table .Expense-list-blk tr td {
	padding: 20px 17px;
}

.new tbody tr td {
	border-bottom: none;
}

.table-height {
	min-height: 300px;
}
@media (max-width: 991.96px) {
	.table-height {
		min-height: auto;
		margin-bottom: 15px;
	}
}

.max-widthauto {
	max-width: 100% !important;
}

.productimgname {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.productimgname a {
	color: #092c4c;
	font-weight: 500;
}
.productimgname .view-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	width: 50px;
	height: 50px;
	border-radius: 6px;
	background: #f8f8f8;
}

.input-blocks .calc-no {
	width: 50px !important;
	text-align: center;
}

.table .input-blocks input[type='text'] {
	height: 40px;
}
.table .scanner-set {
	width: 40px;
	height: 40px;
}

.card .table-top {
	padding: 24px 24px 0;
}
.card .tabs-set .nav-tabs {
	padding: 24px 24px 0;
	margin-bottom: 0;
}

.table.profit-table thead {
	background-color: #fafbfe;
	border-radius: 8px 8px 0px 0px;
}
.table.profit-table thead tr:hover {
	background-color: #fafbfe;
}
.table.profit-table tbody td {
	border-bottom: 0;
}
.table.profit-table tbody .profit-table-bg td {
	color: #092c4c;
	font-weight: 700;
	border-top: 1px solid #d3d5d7;
	background-color: #fafbfe;
}
.table.profit-table tbody .table-heading:hover {
	background-color: #ffffff;
}
.table.profit-table tbody .table-heading td {
	color: #092c4c;
	font-weight: 700;
}

.profit-table-top .daterange-wraper {
	margin: 0 10px;
}
.profit-table-top .daterange-wraper input {
	padding-left: 35px;
}

table td .shield {
	width: 14px;
	height: 14px;
}

.paysilp-table-border {
	border: 1px solid #d3d5d7;
}
.paysilp-table-border th {
	border-right: 1px solid #d3d5d7;
	border-left: 1px solid #d3d5d7;
	padding: 15px;
	font-weight: 700;
	font-size: 16px;
}

.paysilp-table-borders td {
	border-right: 1px solid #d3d5d7;
	border-left: 1px solid #d3d5d7;
	padding: 5px 15px;
	color: #646b72;
}

.payslip-border-bottom {
	border: 1px solid #d3d5d7;
}
.payslip-border-bottom th {
	padding: 5px 15px;
	font-weight: 700;
	font-size: 16px;
}
.payslip-border-bottom td {
	color: #646b72;
}

.emp-details {
	margin: 20px 0;
}
.emp-details .pay-slip-salery h6 {
	font-weight: 700 !important;
	margin-bottom: 10px;
	font-size: 18px !important;
}
.emp-details .emp-name-id.pay-slip-salery {
	margin-right: 30px;
}

@media (max-width: 574.98px) {
	.slip-logo {
		flex-shrink: 0;
		margin-right: 15px;
	}
}

.product-name-slip h4 {
	color: #fe9f43;
	font-weight: 700;
	font-size: 18px;
}

.pay-slip-box .modal-header {
	border-radius: 8px 8px 0 0;
}
.pay-slip-box .custom-modal-body {
	padding: 0;
}
.pay-slip-box .card {
	border: 0;
	border-radius: 0 0 10px 10px;
}
.pay-slip-box .card .card-body {
	padding: 20px;
}
.pay-slip-box .card .card-body .emp-details.justify-content-start {
	max-width: 760px;
	margin: 20px auto 20px;
}

.dataTables_length label {
	justify-content: center;
}

.dataTables_paginate .paginate_button {
	color: #646b72;
	width: 24px;
	height: 24px;
	border: 1px solid #e6eaed;
	border-radius: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 8px;
}
.dataTables_paginate .paginate_button:hover {
	background-color: #fe9f43;
	border-color: #fe9f43;
	color: #ffffff;
}
@media (max-width: 766.98px) {
	.dataTables_paginate .paginate_button {
		margin: 0 4px;
	}
}
@media (max-width: 574.98px) {
	.dataTables_paginate .paginate_button {
		margin: 0 2px;
	}
}
.dataTables_paginate .paginate_button.current {
	background-color: #fe9f43;
	border-color: #fe9f43;
	color: #ffffff;
}
.dataTables_paginate .paginate_button.previous,
.dataTables_paginate .paginate_button.next {
	border: none;
	color: #646b72 !important;
	background-color: transparent !important;
}

.no-search .dataTables_filter {
	display: none;
}

.input-icon-start input {
	padding-left: 30px;
}
.input-icon-start .input-icon-left {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

table tbody td.action-table-data a .add-checkbox {
	border: none;
	padding: 0;
}

.table-borderless .table thead th {
	background: transparent;
}
.table-borderless .table tbody td {
	background: transparent;
	border: 0;
}
.table-borderless .table tbody td:first-child {
	padding-left: 0;
}

table tbody td.action-table-data a {
	border: 1px solid #e6eaed;
	background-color: #ffffff;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	padding: 8px;
}
table tbody td.action-table-data a .feather-edit {
	color: #212b36;
	width: 14px;
	height: 14px;
}
table tbody td.action-table-data a .action-edit {
	color: #646b72;
	width: 14px;
	height: 14px;
}
table tbody td.action-table-data a .feather-trash-2 {
	color: #212b36;
	width: 14px;
	height: 14px;
}
table tbody td.action-table-data a .feather-eye {
	width: 14px;
	height: 14px;
}
table tbody td.action-table-data a .action-download {
	color: #3577f1;
	width: 14px;
	height: 14px;
}
table tbody td.action-table-data a .action-eye {
	color: #092c4c;
	width: 14px;
	height: 14px;
}
table tbody .productimgname {
	min-width: 200px;
}
table tbody .productimgname a.stock-img.product-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	margin-right: 8px;
}
table tbody .productimgname a.stock-img.product-img img {
	width: 30px;
	height: 30px;
	max-width: 100%;
	margin-right: 0;
}
table .edit-delete-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
table .edit-delete-action a {
	padding: 0;
}
table .edit-delete-action a svg {
	width: 14px;
	height: 14px;
}
table .edit-delete-action.data-view {
	min-height: 52px;
}
table .edit-delete-action.data-row {
	height: auto;
}
table .edit-delete-action.data {
	height: 44px;
}

.accordion-button {
	background-color: #ffffff;
	color: #646b72;
	padding: 1rem 1.25rem;
}
.accordion-button:not(.collapsed) {
	color: #646b72;
	background-color: #f7f8f9;
	box-shadow: none;
}
.accordion-button:focus {
	border-color: rgba(254, 159, 67, 0.3);
	box-shadow: none;
}
.accordion-button:after,
.accordion-button:not(.collapsed)::after {
	background-image: none;
}
.accordion-button:after {
	content: '\f078';
	font-family: 'Fontawesome';
	font-size: 12px;
	line-height: 1;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3.125rem;
	color: #646b72;
}

.accordion-body {
	padding: 1.25rem;
	color: #9595b5;
}

.accordion-item {
	color: #646b72;
	background-color: #ffffff;
	border: 1px solid #e6eaed;
}
.accordion-item:first-of-type {
	border-radius: 8px;
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
	border-radius: 8px;
}

.accordions-items-seperate .accordion-item:not(:first-of-type) {
	margin-block-start: 0.5rem;
}
.accordions-items-seperate .accordion-item {
	border-block-start: 1px solid #e6eaed;
	border-radius: 8px;
	overflow: hidden;
}

.accordion-item:last-of-type {
	border-bottom-right-radius: 0.35rem;
	border-bottom-left-radius: 0.35rem;
}

.accordion-item:first-of-type {
	border-top-left-radius: 0.35rem;
	border-top-right-radius: 0.35rem;
}

.accordion.accordion-primary .accordion-button {
	background-color: rgba(254, 159, 67, 0.1);
	color: #fe9f43;
}
.accordion.accordion-primary .accordion-button:after {
	background-color: #fe9f43;
	color: #ffffff;
}
.accordion.accordion-primary .accordion-button.collapsed {
	background-color: #ffffff;
	color: #646b72;
}
.accordion.accordion-primary .accordion-button.collapsed:after {
	background-color: #f7f8f9;
	color: #646b72;
}
.accordion.accordion-secondary .accordion-button {
	background-color: rgba(9, 44, 76, 0.1);
	color: #092c4c;
}
.accordion.accordion-secondary .accordion-button:after {
	background-color: #092c4c;
	color: #ffffff;
}
.accordion.accordion-secondary .accordion-button.collapsed {
	background-color: #ffffff;
	color: #646b72;
}
.accordion.accordion-secondary .accordion-button.collapsed:after {
	background-color: #f7f8f9;
	color: #646b72;
}
.accordion.accordion-success .accordion-button {
	background-color: rgba(62, 183, 128, 0.1);
	color: #3eb780;
}
.accordion.accordion-success .accordion-button:after {
	background-color: #3eb780;
	color: #ffffff;
}
.accordion.accordion-success .accordion-button.collapsed {
	background-color: #ffffff;
	color: #646b72;
}
.accordion.accordion-success .accordion-button.collapsed:after {
	background-color: #f7f8f9;
	color: #646b72;
}
.accordion.accordion-danger .accordion-button {
	background-color: rgba(255, 0, 0, 0.1);
	color: #ff0000;
}
.accordion.accordion-danger .accordion-button:after {
	background-color: #ff0000;
	color: #ffffff;
}
.accordion.accordion-danger .accordion-button.collapsed {
	background-color: #ffffff;
	color: #646b72;
}
.accordion.accordion-danger .accordion-button.collapsed:after {
	background-color: #f7f8f9;
	color: #646b72;
}
.accordion.accordion-warning .accordion-button {
	background-color: rgba(255, 202, 24, 0.1);
	color: #ffca18;
}
.accordion.accordion-warning .accordion-button:after {
	background-color: #ffca18;
	color: #ffffff;
}
.accordion.accordion-warning .accordion-button.collapsed {
	background-color: #ffffff;
	color: #646b72;
}
.accordion.accordion-warning .accordion-button.collapsed:after {
	background-color: #f7f8f9;
	color: #646b72;
}
.accordion.accordion-info .accordion-button {
	background-color: rgba(21, 94, 239, 0.1);
	color: #155eef;
}
.accordion.accordion-info .accordion-button:after {
	background-color: #155eef;
	color: #ffffff;
}
.accordion.accordion-info .accordion-button.collapsed {
	background-color: #ffffff;
	color: #646b72;
}
.accordion.accordion-info .accordion-button.collapsed:after {
	background-color: #f7f8f9;
	color: #646b72;
}

.accordion.accordion-solid-primary .accordion-button {
	background-color: #fe9f43;
	color: #ffffff;
}
.accordion.accordion-solid-primary .accordion-button:after {
	background-color: #ffffff;
	color: #fe9f43;
}
.accordion.accordion-solid-primary .accordion-button.collapsed {
	background-color: #ffffff;
	color: #646b72;
}
.accordion.accordion-solid-primary .accordion-button.collapsed:after {
	background-color: #f7f8f9;
	color: #646b72;
}
.accordion.accordion-solid-secondary .accordion-button {
	background-color: #092c4c;
	color: #ffffff;
}
.accordion.accordion-solid-secondary .accordion-button:after {
	background-color: #ffffff;
	color: #092c4c;
}
.accordion.accordion-solid-secondary .accordion-button.collapsed {
	background-color: #ffffff;
	color: #646b72;
}
.accordion.accordion-solid-secondary .accordion-button.collapsed:after {
	background-color: #f7f8f9;
	color: #646b72;
}
.accordion.accordion-solid-success .accordion-button {
	background-color: #3eb780;
	color: #ffffff;
}
.accordion.accordion-solid-success .accordion-button:after {
	background-color: #ffffff;
	color: #3eb780;
}
.accordion.accordion-solid-success .accordion-button.collapsed {
	background-color: #ffffff;
	color: #646b72;
}
.accordion.accordion-solid-success .accordion-button.collapsed:after {
	background-color: #f7f8f9;
	color: #646b72;
}
.accordion.accordion-solid-danger .accordion-button {
	background-color: #ff0000;
	color: #ffffff;
}
.accordion.accordion-solid-danger .accordion-button:after {
	background-color: #ffffff;
	color: #ff0000;
}
.accordion.accordion-solid-danger .accordion-button.collapsed {
	background-color: #ffffff;
	color: #646b72;
}
.accordion.accordion-solid-danger .accordion-button.collapsed:after {
	background-color: #f7f8f9;
	color: #646b72;
}
.accordion.accordion-solid-warning .accordion-button {
	background-color: #ffca18;
	color: #ffffff;
}
.accordion.accordion-solid-warning .accordion-button:after {
	background-color: #ffffff;
	color: #ffca18;
}
.accordion.accordion-solid-warning .accordion-button.collapsed {
	background-color: #ffffff;
	color: #646b72;
}
.accordion.accordion-solid-warning .accordion-button.collapsed:after {
	background-color: #f7f8f9;
	color: #646b72;
}
.accordion.accordion-solid-info .accordion-button {
	background-color: #155eef;
	color: #ffffff;
}
.accordion.accordion-solid-info .accordion-button:after {
	background-color: #ffffff;
	color: #155eef;
}
.accordion.accordion-solid-info .accordion-button.collapsed {
	background-color: #ffffff;
	color: #646b72;
}
.accordion.accordion-solid-info .accordion-button.collapsed:after {
	background-color: #f7f8f9;
	color: #646b72;
}

.accordion.accordion-border-primary .accordion-item {
	border: 1px solid #fe9f43;
}
.accordion.accordion-border-primary .accordion-button {
	background-color: #ffffff;
	color: #fe9f43;
	border-block-end: 0px;
}
.accordion.accordion-border-primary .accordion-button:after {
	background-color: #ffffff;
	color: #fe9f43;
	border: 1px solid #fe9f43;
}
.accordion.accordion-border-primary .accordion-button:not(.collapsed) {
	border-block-end: 1px solid #fe9f43;
}
.accordion.accordion-border-secondary .accordion-item {
	border: 1px solid #092c4c;
}
.accordion.accordion-border-secondary .accordion-button {
	background-color: #ffffff;
	color: #092c4c;
	border-block-end: 0px;
}
.accordion.accordion-border-secondary .accordion-button:after {
	background-color: #ffffff;
	color: #092c4c;
	border: 1px solid #092c4c;
}
.accordion.accordion-border-secondary .accordion-button:not(.collapsed) {
	border-block-end: 1px solid #092c4c;
}
.accordion.accordion-border-success .accordion-item {
	border: 1px solid #3eb780;
}
.accordion.accordion-border-success .accordion-button {
	background-color: #ffffff;
	color: #3eb780;
	border-block-end: 0px;
}
.accordion.accordion-border-success .accordion-button:after {
	background-color: #ffffff;
	color: #3eb780;
	border: 1px solid #3eb780;
}
.accordion.accordion-border-success .accordion-button:not(.collapsed) {
	border-block-end: 1px solid #3eb780;
}
.accordion.accordion-border-danger .accordion-item {
	border: 1px solid #ff0000;
}
.accordion.accordion-border-danger .accordion-button {
	background-color: #ffffff;
	color: #ff0000;
	border-block-end: 0px;
}
.accordion.accordion-border-danger .accordion-button:after {
	background-color: #ffffff;
	color: #ff0000;
	border: 1px solid #ff0000;
}
.accordion.accordion-border-danger .accordion-button:not(.collapsed) {
	border-block-end: 1px solid #ff0000;
}
.accordion.accordion-border-warning .accordion-item {
	border: 1px solid #ffca18;
}
.accordion.accordion-border-warning .accordion-button {
	background-color: #ffffff;
	color: #ffca18;
	border-block-end: 0px;
}
.accordion.accordion-border-warning .accordion-button:after {
	background-color: #ffffff;
	color: #ffca18;
	border: 1px solid #ffca18;
}
.accordion.accordion-border-warning .accordion-button:not(.collapsed) {
	border-block-end: 1px solid #ffca18;
}
.accordion.accordion-border-info .accordion-item {
	border: 1px solid #155eef;
}
.accordion.accordion-border-info .accordion-button {
	background-color: #ffffff;
	color: #155eef;
	border-block-end: 0px;
}
.accordion.accordion-border-info .accordion-button:after {
	background-color: #ffffff;
	color: #155eef;
	border: 1px solid #155eef;
}
.accordion.accordion-border-info .accordion-button:not(.collapsed) {
	border-block-end: 1px solid #155eef;
}

.accordion.accordionicon-none .accordion-button:after {
	display: none;
}

.accordion.accordionicon-left .accordion-button {
	padding-inline-start: 2.5rem;
}
.accordion.accordionicon-left .accordion-button:after {
	position: absolute;
	inset-inline-start: 0.625rem;
}

.accordion.accordion-customicon1 .accordion-button:after {
	content: '+';
	font-family: 'Fontawesome';
	background-color: #f7f8f9;
}
.accordion.accordion-customicon1 .accordion-button:not(.collapsed)::after {
	content: '\f068';
	font-family: 'Fontawesome';
	background-color: #ffffff;
}

.customized-accordion .accordion-item.custom-accordion-primary .accordion-button {
	background-color: rgba(254, 159, 67, 0.1);
	border-inline-start: 0.25rem solid rgba(254, 159, 67, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-primary .accordion-button:after {
	background-color: rgba(254, 159, 67, 0.6);
	color: #ffffff;
}
.customized-accordion .accordion-item.custom-accordion-primary .accordion-body {
	background-color: rgba(254, 159, 67, 0.1);
	padding-block-start: 0;
	border-inline-start: 0.25rem solid rgba(254, 159, 67, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-secondary .accordion-button {
	background-color: rgba(9, 44, 76, 0.1);
	border-inline-start: 0.25rem solid rgba(9, 44, 76, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-secondary .accordion-button:after {
	background-color: rgba(9, 44, 76, 0.6);
	color: #ffffff;
}
.customized-accordion .accordion-item.custom-accordion-secondary .accordion-body {
	background-color: rgba(9, 44, 76, 0.1);
	padding-block-start: 0;
	border-inline-start: 0.25rem solid rgba(9, 44, 76, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-warning .accordion-button {
	background-color: rgba(255, 202, 24, 0.1);
	border-inline-start: 0.25rem solid rgba(255, 202, 24, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-warning .accordion-button:after {
	background-color: rgba(255, 202, 24, 0.6);
	color: #ffffff;
}
.customized-accordion .accordion-item.custom-accordion-warning .accordion-body {
	background-color: rgba(255, 202, 24, 0.1);
	padding-block-start: 0;
	border-inline-start: 0.25rem solid rgba(255, 202, 24, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-info .accordion-button {
	background-color: rgba(21, 94, 239, 0.1);
	border-inline-start: 0.25rem solid rgba(21, 94, 239, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-info .accordion-button:after {
	background-color: rgba(21, 94, 239, 0.6);
	color: #ffffff;
}
.customized-accordion .accordion-item.custom-accordion-info .accordion-body {
	background-color: rgba(21, 94, 239, 0.1);
	padding-block-start: 0;
	border-inline-start: 0.25rem solid rgba(21, 94, 239, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-success .accordion-button {
	background-color: rgba(62, 183, 128, 0.1);
	border-inline-start: 0.25rem solid rgba(62, 183, 128, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-success .accordion-button:after {
	background-color: rgba(62, 183, 128, 0.6);
	color: #ffffff;
}
.customized-accordion .accordion-item.custom-accordion-success .accordion-body {
	background-color: rgba(62, 183, 128, 0.1);
	padding-block-start: 0;
	border-inline-start: 0.25rem solid rgba(62, 183, 128, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-danger .accordion-button {
	background-color: rgba(255, 0, 0, 0.1);
	border-inline-start: 0.25rem solid rgba(255, 0, 0, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-danger .accordion-button:after {
	background-color: rgba(255, 0, 0, 0.6);
	color: #ffffff;
}
.customized-accordion .accordion-item.custom-accordion-danger .accordion-body {
	background-color: rgba(255, 0, 0, 0.1);
	padding-block-start: 0;
	border-inline-start: 0.25rem solid rgba(255, 0, 0, 0.6);
}

.page-header-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
	content: var(--bs-breadcrumb-divider, '\ea65');
	font-family: 'tabler-icons' !important;
}

[dir='rtl'] .page-header-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
	content: var(--bs-breadcrumb-divider, '\ea64');
	font-family: 'tabler-icons' !important;
}

.breadcrumb .breadcrumb-item a {
	color: #9595b5;
}
.breadcrumb .breadcrumb-item.active {
	color: #fe9f43;
}

.breadcrumb-item + .breadcrumb-item::before {
	color: #9595b5;
	opacity: 0.4;
}

.breadcrumb-arrow .breadcrumb-item + .breadcrumb-item::before {
	color: #9595b5;
	content: '\f101';
	font-family: 'Fontawesome' !important;
}

.breadcrumb-pipe .breadcrumb-item + .breadcrumb-item::before {
	color: #9595b5;
	content: '\f061';
	font-family: 'Fontawesome' !important;
}

.breadcrumb-line .breadcrumb-item + .breadcrumb-item::before {
	color: #9595b5;
	content: '-';
}

.breadcrumb-dot .breadcrumb-item + .breadcrumb-item::before {
	color: #9595b5;
	content: '•';
}

.breadcrumb-divide .breadcrumb-item + .breadcrumb-item::before {
	color: #9595b5;
	content: '\f054';
	font-family: 'Fontawesome' !important;
}

.breadcrumb-separatorless .breadcrumb-item + .breadcrumb-item::before {
	content: '';
	display: none;
}

.breadcrumb-colored {
	padding: 12px 15px;
	border-radius: 4px;
}
.breadcrumb-colored li a {
	color: #ffffff;
}
.breadcrumb-colored .breadcrumb-item a {
	color: #ffffff;
}
.breadcrumb-colored .breadcrumb-item.active {
	color: #ffffff;
	opacity: 0.8;
}
.breadcrumb-colored .breadcrumb-item + .breadcrumb-item a {
	color: #ffffff;
}
.breadcrumb-colored .breadcrumb-item + .breadcrumb-item::before {
	color: #ffffff;
}

.embedded-breadcrumb:before {
	opacity: 0.7;
}

[data-theme-mode='dark'] .embedded-breadcrumb:before {
	filter: invert(1);
}

.card {
	margin-bottom: 1.5rem;
	background-color: #ffffff;
	transition: all 0.5s ease-in-out;
	position: relative;
	border-radius: 8px;
	border: 1px solid #e6eaed;
	box-shadow: none;
	color: inherit;
}
.card .card-body {
	padding: 1.25rem;
}
.card .card-title {
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize;
	color: #212b36;
}
.card .card-header {
	border-color: #e6eaed;
	position: relative;
	background: transparent;
	padding: 1rem 1.25rem 1rem;
}
.card .card-header .card-title {
	margin-bottom: 0rem;
}
.card .card-header .subtitle {
	padding-top: 0.3125rem;
	font-size: 0.875rem;
	line-height: 1.5;
}
.card .card-footer {
	border-color: #e6eaed;
	background: transparent;
	padding: 1rem 1.25rem 1rem;
}

.card-group .card {
	margin-bottom: 1.5rem;
}

.card.custom-card {
	border-radius: 4px;
	border: 0;
	background-color: #ffffff;
	position: relative;
	margin-block-end: 1.5rem;
	width: 100%;
}
.card.custom-card .card-header {
	padding: 1rem 1.25rem;
	background-color: transparent !important;
	border-block-end: 1px solid #e6eaed;
	display: flex;
	align-items: center;
	position: relative;
	flex-wrap: wrap;
	gap: 0.25rem;
}
.card.custom-card .card-header:first-child {
	border-radius: 0.625rem 0.625rem 0 0;
}
.card.custom-card .card-header .card-title {
	position: relative;
	margin-block-end: 0;
	font-size: 0.9375rem;
	font-weight: 700;
	text-transform: capitalize;
}
.card.custom-card .card-header .card-title .subtitle {
	margin-block-end: 0;
	text-transform: initial;
}
.card.custom-card .card-footer {
	background-color: transparent !important;
	border-block-start: 1px solid #e6eaed;
	padding: 1rem 1.5rem;
	font-size: 14px;
}
.card.custom-card .card-body {
	padding: 1.5rem;
	color: #646b72;
}
.card.custom-card .card-link {
	font-size: 0.75rem;
}
.card .card-text {
	font-size: 0.813rem;
}
.card .footer-card-icon {
	width: 60px;
	height: 60px;
}
.card.overlay-card {
	position: relative;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.9);
}
.card.overlay-card .card-header {
	border-block-end: 1px solid rgba(255, 255, 255, 0.1);
}
.card.overlay-card .card-footer {
	border-block-start: 1px solid rgba(255, 255, 255, 0.1);
}
.card.overlay-card .over-content-bottom {
	top: auto;
}
.card.overlay-card:before {
	content: '';
	inset-inline-start: 0;
	inset-inline-end: 0;
	inset-block-start: 0;
	inset-block-end: 0;
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
}
.card.card-bg-primary {
	background-color: #fe9f43;
	color: #ffffff;
}
.card.card-bg-primary .card-header {
	background-color: rgba(255, 255, 255, 0.1) !important;
	color: #ffffff;
	border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-primary .card-header:before {
	background-color: #ffffff;
}
.card.card-bg-primary .card-body {
	color: #ffffff;
}
.card.card-bg-primary .card-footer {
	background-color: rgba(255, 255, 255, 0.1) !important;
	color: #ffffff;
	border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-secondary {
	background-color: #092c4c;
	color: #ffffff;
}
.card.card-bg-secondary .card-header {
	background-color: rgba(255, 255, 255, 0.1) !important;
	color: #ffffff;
	border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-secondary .card-header:before {
	background-color: #ffffff;
}
.card.card-bg-secondary .card-body {
	color: #ffffff;
}
.card.card-bg-secondary .card-footer {
	background-color: rgba(255, 255, 255, 0.1) !important;
	color: #ffffff;
	border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-warning {
	background-color: #ffca18;
	color: #ffffff;
}
.card.card-bg-warning .card-header {
	background-color: rgba(255, 255, 255, 0.1) !important;
	color: #ffffff;
	border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-warning .card-header:before {
	background-color: #ffffff;
}
.card.card-bg-warning .card-body {
	color: #ffffff;
}
.card.card-bg-warning .card-footer {
	background-color: rgba(255, 255, 255, 0.1) !important;
	color: #ffffff;
	border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-info {
	background-color: #155eef;
	color: #ffffff;
}
.card.card-bg-info .card-header {
	background-color: rgba(255, 255, 255, 0.1) !important;
	color: #ffffff;
	border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-info .card-header:before {
	background-color: #ffffff;
}
.card.card-bg-info .card-body {
	color: #ffffff;
}
.card.card-bg-info .card-footer {
	background-color: rgba(255, 255, 255, 0.1) !important;
	color: #ffffff;
	border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-success {
	background-color: #3eb780;
	color: #ffffff;
}
.card.card-bg-success .card-header {
	background-color: rgba(255, 255, 255, 0.1) !important;
	color: #ffffff;
	border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-success .card-header:before {
	background-color: #ffffff;
}
.card.card-bg-success .card-body {
	color: #ffffff;
}
.card.card-bg-success .card-footer {
	background-color: rgba(255, 255, 255, 0.1) !important;
	color: #ffffff;
	border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-danger {
	background-color: #ff0000;
	color: #ffffff;
}
.card.card-bg-danger .card-header {
	background-color: rgba(255, 255, 255, 0.1) !important;
	color: #ffffff;
	border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-danger .card-header:before {
	background-color: #ffffff;
}
.card.card-bg-danger .card-body {
	color: #ffffff;
}
.card.card-bg-danger .card-footer {
	background-color: rgba(255, 255, 255, 0.1) !important;
	color: #ffffff;
	border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-light {
	background-color: #f9fafb;
	color: #646b72;
}
.card.card-bg-light .card-header {
	background-color: rgba(0, 0, 0, 0.05) !important;
	color: #646b72;
	border-block-end: #e6eaed;
}
.card.card-bg-light .card-body {
	color: #646b72;
}
.card.card-bg-light .card-footer {
	background-color: rgba(0, 0, 0, 0.05) !important;
	color: #646b72;
	border-block-start: #e6eaed;
}
.card.card-bg-dark {
	background-color: #1b2850;
	color: #ffffff;
}
.card.card-bg-dark .card-header {
	background-color: rgba(255, 255, 255, 0.1) !important;
	color: #ffffff;
	border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-dark .card-header:before {
	background-color: #ffffff;
}
.card.card-bg-dark .card-body {
	color: #ffffff;
}
.card.card-bg-dark .card-footer {
	background-color: rgba(255, 255, 255, 0.1) !important;
	color: #ffffff;
	border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card .card-anchor {
	position: absolute;
	top: 0;
	inset-inline-end: 0;
	bottom: 0;
	inset-inline-start: 0;
	z-index: 1;
	pointer-events: auto;
	content: '';
}
.card .collapse-close {
	display: none;
}
.card.card .collapsed .collapse-close {
	display: block;
}
.card.card .collapsed .collapse-open {
	display: none;
}
.card.card-fullscreen {
	position: fixed;
	top: 0;
	inset-inline-start: 0;
	inset-inline-start: 0;
	bottom: 0;
	z-index: 9999;
	margin: 0;
}

.cals-icon {
	font-size: 50px;
	color: #7a8086;
}

.callout {
	padding: 1.25rem;
	margin-block-start: 1.25rem;
	margin-block-end: 1.25rem;
	background-color: #f9fafb;
	border-inline-start: 0.25rem solid #e6eaed;
}

.callout-info {
	background-color: rgba(21, 94, 239, 0.075);
	border-color: rgba(21, 94, 239, 0.5);
}

.callout-warning {
	background-color: rgba(255, 202, 24, 0.075);
	border-color: rgba(255, 202, 24, 0.5);
}

.callout-danger {
	background-color: rgba(255, 0, 0, 0.075);
	border-color: rgba(255, 0, 0, 0.5);
}

.btn-facebook {
	background-color: #3b5998;
	color: #ffffff;
	border: 1px solid #3b5998;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active {
	background-color: #3b5998 !important;
	color: #ffffff !important;
	border: 1px solid #3b5998 !important;
}

.btn-instagram {
	background: #f09433;
	background: -moz-linear-gradient(
		45deg,
		#f09433 0%,
		#e6683c 25%,
		#dc2743 50%,
		#cc2366 75%,
		#bc1888 100%
	);
	background: -webkit-linear-gradient(
		45deg,
		#f09433 0%,
		#e6683c 25%,
		#dc2743 50%,
		#cc2366 75%,
		#bc1888 100%
	);
	background: linear-gradient(
		45deg,
		#f09433 0%,
		#e6683c 25%,
		#dc2743 50%,
		#cc2366 75%,
		#bc1888 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f09433", endColorstr="#bc1888",GradientType=1 );
	color: #ffffff;
	border: 1px solid transparent;
}
.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active {
	color: #ffffff;
	border: 1px solid transparent;
}

.btn-twitter {
	background-color: #00acee;
	color: #ffffff;
	border: 1px solid #00acee;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active {
	background-color: #00acee !important;
	color: #ffffff !important;
	border: 1px solid #00acee !important;
}

.btn-icon {
	width: 2.313rem;
	height: 2.313rem;
	font-size: 0.95rem;
	flex-shrink: 0;
}

.btn-wave {
	display: inline-block !important;
}

@media (max-width: 575px) {
	.overlay-card .card-text {
		font-size: 0.613rem !important;
	}
}
@media (max-width: 400px) {
	.overlay-card .card-text {
		font-size: 0.413rem !important;
	}
}
.tooltip.tooltip-primary .tooltip-inner {
	background-color: #fe9f43;
}
.tooltip.tooltip-primary.bs-tooltip-auto[data-popper-placement^='top'] .tooltip-arrow::before,
.tooltip.tooltip-primary.bs-tooltip-top .tooltip-arrow::before {
	border-top-color: #fe9f43;
}
.tooltip.tooltip-primary.bs-tooltip-auto[data-popper-placement^='right'] .tooltip-arrow::before,
.tooltip.tooltip-primary.bs-tooltip-end .tooltip-arrow::before {
	border-right-color: #fe9f43;
}
.tooltip.tooltip-primary.bs-tooltip-auto[data-popper-placement^='left'] .tooltip-arrow::before,
.tooltip.tooltip-primary.bs-tooltip-start .tooltip-arrow::before {
	border-left-color: #fe9f43;
}
.tooltip.tooltip-primary.bs-tooltip-auto[data-popper-placement^='bottom'] .tooltip-arrow::before,
.tooltip.tooltip-primary.bs-tooltip-end .tooltip-arrow::before {
	border-bottom-color: #fe9f43;
}
.tooltip.tooltip-secondary .tooltip-inner {
	background-color: #092c4c;
}
.tooltip.tooltip-secondary.bs-tooltip-auto[data-popper-placement^='top'] .tooltip-arrow::before,
.tooltip.tooltip-secondary.bs-tooltip-top .tooltip-arrow::before {
	border-top-color: #092c4c;
}
.tooltip.tooltip-secondary.bs-tooltip-auto[data-popper-placement^='right'] .tooltip-arrow::before,
.tooltip.tooltip-secondary.bs-tooltip-end .tooltip-arrow::before {
	border-right-color: #092c4c;
}
.tooltip.tooltip-secondary.bs-tooltip-auto[data-popper-placement^='left'] .tooltip-arrow::before,
.tooltip.tooltip-secondary.bs-tooltip-start .tooltip-arrow::before {
	border-left-color: #092c4c;
}
.tooltip.tooltip-secondary.bs-tooltip-auto[data-popper-placement^='bottom'] .tooltip-arrow::before,
.tooltip.tooltip-secondary.bs-tooltip-end .tooltip-arrow::before {
	border-bottom-color: #092c4c;
}
.tooltip.tooltip-warning .tooltip-inner {
	background-color: #ffca18;
}
.tooltip.tooltip-warning.bs-tooltip-auto[data-popper-placement^='top'] .tooltip-arrow::before,
.tooltip.tooltip-warning.bs-tooltip-top .tooltip-arrow::before {
	border-top-color: #ffca18;
}
.tooltip.tooltip-warning.bs-tooltip-auto[data-popper-placement^='right'] .tooltip-arrow::before,
.tooltip.tooltip-warning.bs-tooltip-end .tooltip-arrow::before {
	border-right-color: #ffca18;
}
.tooltip.tooltip-warning.bs-tooltip-auto[data-popper-placement^='left'] .tooltip-arrow::before,
.tooltip.tooltip-warning.bs-tooltip-start .tooltip-arrow::before {
	border-left-color: #ffca18;
}
.tooltip.tooltip-warning.bs-tooltip-auto[data-popper-placement^='bottom'] .tooltip-arrow::before,
.tooltip.tooltip-warning.bs-tooltip-end .tooltip-arrow::before {
	border-bottom-color: #ffca18;
}
.tooltip.tooltip-info .tooltip-inner {
	background-color: #155eef;
}
.tooltip.tooltip-info.bs-tooltip-auto[data-popper-placement^='top'] .tooltip-arrow::before,
.tooltip.tooltip-info.bs-tooltip-top .tooltip-arrow::before {
	border-top-color: #155eef;
}
.tooltip.tooltip-info.bs-tooltip-auto[data-popper-placement^='right'] .tooltip-arrow::before,
.tooltip.tooltip-info.bs-tooltip-end .tooltip-arrow::before {
	border-right-color: #155eef;
}
.tooltip.tooltip-info.bs-tooltip-auto[data-popper-placement^='left'] .tooltip-arrow::before,
.tooltip.tooltip-info.bs-tooltip-start .tooltip-arrow::before {
	border-left-color: #155eef;
}
.tooltip.tooltip-info.bs-tooltip-auto[data-popper-placement^='bottom'] .tooltip-arrow::before,
.tooltip.tooltip-info.bs-tooltip-end .tooltip-arrow::before {
	border-bottom-color: #155eef;
}
.tooltip.tooltip-success .tooltip-inner {
	background-color: #3eb780;
}
.tooltip.tooltip-success.bs-tooltip-auto[data-popper-placement^='top'] .tooltip-arrow::before,
.tooltip.tooltip-success.bs-tooltip-top .tooltip-arrow::before {
	border-top-color: #3eb780;
}
.tooltip.tooltip-success.bs-tooltip-auto[data-popper-placement^='right'] .tooltip-arrow::before,
.tooltip.tooltip-success.bs-tooltip-end .tooltip-arrow::before {
	border-right-color: #3eb780;
}
.tooltip.tooltip-success.bs-tooltip-auto[data-popper-placement^='left'] .tooltip-arrow::before,
.tooltip.tooltip-success.bs-tooltip-start .tooltip-arrow::before {
	border-left-color: #3eb780;
}
.tooltip.tooltip-success.bs-tooltip-auto[data-popper-placement^='bottom'] .tooltip-arrow::before,
.tooltip.tooltip-success.bs-tooltip-end .tooltip-arrow::before {
	border-bottom-color: #3eb780;
}
.tooltip.tooltip-danger .tooltip-inner {
	background-color: #ff0000;
}
.tooltip.tooltip-danger.bs-tooltip-auto[data-popper-placement^='top'] .tooltip-arrow::before,
.tooltip.tooltip-danger.bs-tooltip-top .tooltip-arrow::before {
	border-top-color: #ff0000;
}
.tooltip.tooltip-danger.bs-tooltip-auto[data-popper-placement^='right'] .tooltip-arrow::before,
.tooltip.tooltip-danger.bs-tooltip-end .tooltip-arrow::before {
	border-right-color: #ff0000;
}
.tooltip.tooltip-danger.bs-tooltip-auto[data-popper-placement^='left'] .tooltip-arrow::before,
.tooltip.tooltip-danger.bs-tooltip-start .tooltip-arrow::before {
	border-left-color: #ff0000;
}
.tooltip.tooltip-danger.bs-tooltip-auto[data-popper-placement^='bottom'] .tooltip-arrow::before,
.tooltip.tooltip-danger.bs-tooltip-end .tooltip-arrow::before {
	border-bottom-color: #ff0000;
}
.tooltip.tooltip-dark .tooltip-inner {
	background-color: #1b2850;
}
.tooltip.tooltip-dark.bs-tooltip-auto[data-popper-placement^='top'] .tooltip-arrow::before,
.tooltip.tooltip-dark.bs-tooltip-top .tooltip-arrow::before {
	border-top-color: #1b2850;
}
.tooltip.tooltip-dark.bs-tooltip-auto[data-popper-placement^='right'] .tooltip-arrow::before,
.tooltip.tooltip-dark.bs-tooltip-end .tooltip-arrow::before {
	border-right-color: #1b2850;
}
.tooltip.tooltip-dark.bs-tooltip-auto[data-popper-placement^='left'] .tooltip-arrow::before,
.tooltip.tooltip-dark.bs-tooltip-start .tooltip-arrow::before {
	border-left-color: #1b2850;
}
.tooltip.tooltip-dark.bs-tooltip-auto[data-popper-placement^='bottom'] .tooltip-arrow::before,
.tooltip.tooltip-dark.bs-tooltip-end .tooltip-arrow::before {
	border-bottom-color: #1b2850;
}
.tooltip.tooltip-dark .tooltip-inner {
	color: #ffffff;
}
.tooltip.tooltip-light .tooltip-inner {
	background-color: #f9fafb;
}
.tooltip.tooltip-light.bs-tooltip-auto[data-popper-placement^='top'] .tooltip-arrow::before,
.tooltip.tooltip-light.bs-tooltip-top .tooltip-arrow::before {
	border-top-color: #f9fafb;
}
.tooltip.tooltip-light.bs-tooltip-auto[data-popper-placement^='right'] .tooltip-arrow::before,
.tooltip.tooltip-light.bs-tooltip-end .tooltip-arrow::before {
	border-right-color: #f9fafb;
}
.tooltip.tooltip-light.bs-tooltip-auto[data-popper-placement^='left'] .tooltip-arrow::before,
.tooltip.tooltip-light.bs-tooltip-start .tooltip-arrow::before {
	border-left-color: #f9fafb;
}
.tooltip.tooltip-light.bs-tooltip-auto[data-popper-placement^='bottom'] .tooltip-arrow::before,
.tooltip.tooltip-light.bs-tooltip-end .tooltip-arrow::before {
	border-bottom-color: #f9fafb;
}
.tooltip.tooltip-light .tooltip-inner {
	color: #646b72;
}

.nav-item {
	margin-inline-end: 0.5rem;
}
.nav-item:last-child {
	margin-inline-end: 0;
}

.nav-link {
	color: #646b72;
	border-radius: 4px;
	font-weight: 600;
}
.nav-link.active {
	background-color: rgba(254, 159, 67, 0.1);
	color: #fe9f43;
}

.navbar-brand {
	color: #646b72;
}
.navbar-brand:focus,
.navbar-brand:hover {
	color: #646b72;
	opacity: 0.9;
}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
	color: #fe9f43;
}

.nav-link.disabled {
	color: #646b72;
	opacity: 0.3;
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
	color: rgba(27, 40, 80, 0.5);
}

.navbar-text {
	color: #646b72;
}

.navbar-dark.bg-dark .nav-link,
.navbar-dark.bg-dark .navbar-brand {
	color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
	color: #ffffff;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	color: #fe9f43;
	background: #fff6ee;
}

.nav.nav-style-1 {
	border: 0;
}
.nav.nav-style-1 .nav-item {
	margin-inline-end: 0.25rem;
}
.nav.nav-style-1 .nav-item:last-child {
	margin-inline-end: 0;
}
.nav.nav-style-1 .nav-link.active {
	background-color: rgba(254, 159, 67, 0.1);
	color: #fe9f43;
}
.nav.nav-style-1 .nav-link.active:hover {
	background: rgba(254, 159, 67, 0.1);
}
.nav.nav-style-1 .nav-link:hover {
	background: transparent;
	color: #fe9f43;
}

.nav.nav-style-2 .nav-item .nav-link {
	border-block-start: 3px solid transparent;
}
.nav.nav-style-2 .nav-item .nav-link.active {
	background-color: rgba(254, 159, 67, 0.1);
	border-block-start: 3px solid #fe9f43;
	color: #fe9f43;
}

.nav.nav-style-3 .nav-link {
	border-radius: 0;
}
.nav.nav-style-3 .nav-link {
	border-block-end: 3px solid transparent;
}
.nav.nav-style-3 .nav-link.active {
	background-color: transparent;
	border-block-end: 3px solid #fe9f43;
	color: #fe9f43;
}

.nav.nav-style-4 {
	border: 0;
}
.nav.nav-style-4 .nav-link {
	color: #9595b5;
	border: 0;
}
.nav.nav-style-4 .nav-link {
	margin-bottom: 3px;
}
.nav.nav-style-4 .nav-link.active {
	background-color: #f9fafb;
	color: #646b72;
	border: 0;
}
.nav.nav-style-4 .nav-link:hover,
.nav.nav-style-4 .nav-link:focus {
	border: 0;
}
.nav.nav-style-4 .nav-link:hover {
	background-color: #f9fafb;
	color: #646b72;
}

.nav-tabs.nav-style-5 {
	border: 0;
}
.nav-tabs.nav-style-5 .nav-link {
	color: #9595b5;
	border: 0;
	margin-bottom: 3px;
}
.nav-tabs.nav-style-5 .nav-link.active {
	background-color: #fe9f43;
	color: #ffffff;
	border: 0;
}
.nav-tabs.nav-style-5 .nav-link:hover,
.nav-tabs.nav-style-5 .nav-link:focus {
	border: 0;
	background-color: #fe9f43;
	color: #ffffff;
}

.nav-style-6 {
	border: 0;
}
.nav-style-6.nav-pills .nav-link.active {
	border: 1px solid #fe9f43;
	border-block-end: 2px solid #fe9f43;
	background-color: transparent;
	color: #fe9f43;
}

.nav-tabs-header {
	border: 0 !important;
}
.nav-tabs-header .nav-item {
	margin-inline-end: 0.5rem;
}
.nav-tabs-header .nav-item:last-child {
	margin-inline-end: 0;
}
.nav-tabs-header .nav-item .nav-link {
	border: 1px solid transparent;
	font-size: 0.8rem;
	padding: 0.4rem 0.5rem;
	font-weight: 500;
}
.nav-tabs-header .nav-item .nav-link.active {
	background: rgba(254, 159, 67, 0.1);
	color: #fe9f43;
	border: 1px solid transparent;
}
.nav-tabs-header .nav-item .nav-link:hover,
.nav-tabs-header .nav-item .nav-link:focus {
	border: 1px solid transparent;
	background-color: transparent;
	color: #fe9f43;
}

.nav-tabs-footer {
	border: 0;
}
.nav-tabs-footer .nav-item {
	margin-inline-end: 0.5rem;
}
.nav-tabs-footer .nav-item:last-child {
	margin-inline-end: 0;
}
.nav-tabs-footer .nav-item .nav-link {
	background-color: transparent;
	color: #fe9f43;
	border: 1px solid #fe9f43;
	font-size: 0.8rem;
}
.nav-tabs-footer .nav-item .nav-link.active {
	background: #fe9f43;
	color: #ffffff;
	border: 1px solid #fe9f43;
}
.nav-tabs-footer .nav-item .nav-link:hover,
.nav-tabs-footer .nav-item .nav-link:focus {
	border: 1px solid #fe9f43;
	background-color: transparent;
	color: #fe9f43;
}

.vertical-tabs-2 {
	border: 0;
}
.vertical-tabs-2 .nav-item {
	margin-inline-end: 0.5rem;
}
.vertical-tabs-2 .nav-item:last-child {
	margin-inline-end: 0;
}
.vertical-tabs-2 .nav-item .nav-link {
	min-width: 7.5rem;
	max-width: 7.5rem;
	text-align: center;
	border: 1px solid #e6eaed;
	margin-bottom: 0.5rem;
	color: #9595b5;
	background-color: #f9fafb;
}
.vertical-tabs-2 .nav-item .nav-link i {
	font-size: 1rem;
}
.vertical-tabs-2 .nav-item .nav-link.active {
	background-color: #fe9f43;
	color: #ffffff;
	position: relative;
}
.vertical-tabs-2 .nav-item .nav-link.active:before {
	content: '';
	position: absolute;
	inset-inline-end: -0.5rem;
	inset-block-start: 38%;
	transform: rotate(45deg);
	width: 1rem;
	height: 1rem;
	background-color: #fe9f43;
}
.vertical-tabs-2 .nav-item .nav-link.active:hover {
	color: #ffffff;
}
.vertical-tabs-2 .nav-item .nav-link:hover {
	color: #fe9f43;
}

.vertical-tabs-3 {
	border: 0;
}
.vertical-tabs-3 .nav-item {
	border: 0;
	margin-inline-end: 0.5rem;
}
.vertical-tabs-3 .nav-item:last-child {
	margin-inline-end: 0;
}
.vertical-tabs-3 .nav-item .nav-link {
	min-width: 160px;
	max-width: 160px;
	border: 1px solid #fe9f43;
	padding: 1.3rem;
	margin-block-end: 0.5rem;
}
.vertical-tabs-3 .nav-item .nav-link i {
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	font-size: 1rem;
	background: #fe9f43;
	color: #ffffff;
	border-radius: 3.125rem;
	font-weight: 500;
}
.vertical-tabs-3 .nav-item .nav-link.active {
	background: #fe9f43;
	border: 1px solid #fe9f43;
	color: #ffffff;
}
.vertical-tabs-3 .nav-item .nav-link.active:hover {
	background: #fe9f43;
	border: 1px solid #fe9f43;
	color: #ffffff;
}
.vertical-tabs-3 .nav-item .nav-link.active i {
	background: #ffffff;
	color: #fe9f43;
}
.vertical-tabs-3 .nav-item .nav-link:hover,
.vertical-tabs-3 .nav-item .nav-link:focus {
	border: 1px solid #fe9f43;
	color: #fe9f43;
	background: transparent;
}

.nav.tab-style-1 {
	border-block-end: 0;
	padding: 0.65rem;
	background-color: #f9fafb;
	border-radius: 7px;
	margin-block-end: 1rem;
}
.nav.tab-style-1 .nav-item {
	margin-inline-end: 0.5rem;
}
.nav.tab-style-1 .nav-item:last-child {
	margin-inline-end: 0;
}
.nav.tab-style-1 .nav-link {
	border-radius: 7px;
	padding: 0.35rem 1rem;
}
.nav.tab-style-1 .nav-link.active {
	background-color: #fe9f43 !important;
	color: #ffffff !important;
	box-shadow: 0px 4px 60px 0px rgba(231, 231, 231, 0.47);
	transition: color 0.15s ease-in;
}

.nav-tabs.tab-style-1 .nav-link:hover {
	background: transparent;
	color: #fe9f43;
}

.tab-style-2 {
	border-block-end: 0;
}
.tab-style-2 .nav-item {
	margin-inline-end: 0.5rem;
}
.tab-style-2 .nav-item:last-child {
	margin-inline-end: 0;
}
.tab-style-2 .nav-item .nav-link {
	border: 0;
}
.tab-style-2 .nav-item .nav-link i {
	width: 1.875rem;
	height: 1.875rem;
	padding: 0.4rem;
	border-radius: 50px;
	background-color: #f9fafb;
	color: #646b72;
	display: inline-block;
}
.tab-style-2 .nav-item .nav-link:hover {
	border: 0;
	background: transparent;
	color: #fe9f43;
}
.tab-style-2 .nav-item .nav-link:hover i {
	color: #fe9f43;
}
.tab-style-2 .nav-item .nav-link.active {
	background-color: transparent;
	position: relative;
	border: 0;
	color: #fe9f43;
}
.tab-style-2 .nav-item .nav-link.active i {
	background-color: rgba(254, 159, 67, 0.1);
	color: #fe9f43;
}
.tab-style-2 .nav-item .nav-link.active:before {
	content: '';
	position: absolute;
	inset-inline-start: 0;
	inset-inline-end: 0;
	inset-block-end: 0;
	width: 100%;
	height: 0.175rem;
	background-color: #fe9f43;
	border-radius: 50px;
}

.tab-style-3 {
	border-block-end: 0;
}
.tab-style-3 .nav-item {
	position: relative;
	margin-inline-end: 0.5rem;
}
.tab-style-3 .nav-item:last-child {
	margin-inline-end: 0;
}
.tab-style-3 .nav-item .nav-link {
	position: relative;
	border: 0;
	font-size: 0.75rem;
}
.tab-style-3 .nav-item .nav-link:before {
	position: absolute;
	content: '';
	inset-block-end: -1.063rem;
	inset-inline-end: 0;
	inset-inline-start: 0;
	width: 100%;
	height: 0.1rem;
	background-color: #f9fafb;
	border-radius: 50%;
}
.tab-style-3 .nav-item .nav-link:after {
	position: absolute;
	content: '';
	inset-block-end: -2rem;
	inset-inline-start: 1.75rem;
	inset-inline-end: 0;
	inset-inline-start: 30%;
	width: 2rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	border-radius: 50%;
	border: 2px solid #e6eaed;
}
.tab-style-3 .nav-item .nav-link.home:after {
	content: '1';
}
.tab-style-3 .nav-item .nav-link.about:after {
	content: '2';
}
.tab-style-3 .nav-item .nav-link.services:after {
	content: '3';
}
.tab-style-3 .nav-item .nav-link:hover {
	border: 0;
	background: transparent;
	color: #fe9f43;
}
.tab-style-3 .nav-item .nav-link.active {
	background-color: transparent;
	border: 0;
	color: #fe9f43;
}
.tab-style-3 .nav-item .nav-link.active:before {
	background-color: #fe9f43;
}
.tab-style-3 .nav-item .nav-link.active:after {
	border-color: #fe9f43;
	color: #fe9f43;
}

.tab-style-4.nav-tabs {
	border: 0;
}
.tab-style-4.nav-tabs .nav-item {
	margin-inline-end: 0.5rem;
}
.tab-style-4.nav-tabs .nav-item:last-child {
	margin-inline-end: 0;
}
.tab-style-4.nav-tabs .nav-link {
	border: 0;
}
.tab-style-4.nav-tabs .nav-link:hover {
	border: 0;
	background: transparent;
	color: #fe9f43;
}
.tab-style-4.nav-tabs .nav-link.active {
	background-color: transparent;
	border: 0;
	color: #fe9f43;
	position: relative;
	overflow: hidden;
}
.tab-style-4.nav-tabs .nav-link.active::before {
	position: absolute;
	content: '';
	width: 0.75rem;
	inset-block-start: 31px;
	transform: rotate(45deg);
	inset-inline-start: 47%;
	overflow: hidden;
	z-index: 1;
	height: 0.75rem;
	background-color: #fe9f43;
	border: 1px solid #fe9f43;
}
.tab-style-4.nav-tabs .nav-link.active:after {
	position: absolute;
	content: '';
	width: 40%;
	height: 1px;
	inset-inline-start: 30%;
	inset-block-end: 0;
	background-color: #fe9f43;
}

#tab-style-4 .tab-pane.active {
	border: 1px solid #fe9f43;
	background-color: #fe9f43;
	color: #ffffff;
	padding: 16px;
	border-radius: 7px;
}

.tab-style-5 .nav-item {
	margin-inline-end: 0.5rem;
}
.tab-style-5 .nav-item:last-child {
	margin-inline-end: 0;
}
.tab-style-5 .nav-item .nav-link.active {
	background: #fe9f43;
}

.tab-style-6 {
	border: 0;
	background-color: #ffffff;
	border-radius: 7px;
	color: #fe9f43;
	padding: 0.5rem;
}
.tab-style-6 .nav-item {
	border: 0;
	margin-inline-end: 0.5rem;
}
.tab-style-6 .nav-item:last-child {
	margin-inline-end: 0;
}
.tab-style-6 .nav-item .nav-link {
	color: #fe9f43;
	padding: 0.5rem 1rem;
	font-size: 0.813rem;
	border: 0;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.tab-style-6 .nav-item .nav-link.active {
	border: 0;
	background-color: #fe9f43;
	color: #ffffff;
	border: 0;
	box-shadow: 0px 3px 10px 0px rgba(var(--dark-rgb), 0.05);
}
.tab-style-6 .nav-item .nav-link:hover,
.tab-style-6 .nav-item .nav-link:focus {
	border: 0;
}

.tab-style-7 .nav-link {
	margin-block-end: 0.5rem;
	font-size: 0.813rem;
	color: #9595b5;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.tab-style-7 .nav-link:active,
.tab-style-7 .nav-link.active {
	background-color: rgba(254, 159, 67, 0.1);
	color: #fe9f43;
}

.nav-style-1 .nav-item .nav-link.active {
	background-color: rgba(254, 159, 67, 0.1);
	color: #fe9f43;
}

@media screen and (max-width: 400px) {
	.tab-style-4 .nav-link {
		padding-inline: 0.5rem;
	}
}
.nav-tabs {
	border-bottom: 0;
}
.nav-tabs.nav-tabs-bottom li {
	margin-bottom: -1px;
}
.nav-tabs .nav-link {
	margin-bottom: -1px;
	background: 0 0;
	border: 1px solid transparent;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link.active {
	border-color: #a6aaaf;
}
.nav-tabs li a {
	color: #646b72;
	border-bottom-width: 2px;
}
.nav-tabs li a.active {
	border-color: transparent;
	border-bottom-color: #fe9f43;
	background-color: transparent;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.nav-tabs .nav-tabs-solid {
	background-color: #ffffff;
	border: 0;
}
.nav-tabs .nav-tabs-solid .active {
	background-color: #fe9f43;
	border-color: #fe9f43;
	color: #ffffff;
}

.nav-tabs .nav-link:hover {
	border-color: transparent;
	color: #fe9f43;
}
.nav-tabs.nav-tabs-top li a {
	border-width: 2px 0 0 0;
}
.nav-tabs.nav-tabs-top li a.active {
	border-top-color: #fe9f43;
	border-radius: 0;
}
.nav-tabs.nav-tabs-top li a:hover {
	border-top-color: #fe9f43;
	background-color: transparent;
	border-radius: 0;
}
.nav-tabs.nav-tabs-bottom li a {
	border-width: 0 0 2px 0;
}
.nav-tabs.nav-tabs-bottom li a.active,
.nav-tabs.nav-tabs-bottom li a:hover {
	border-bottom-color: #fe9f43;
	background: transparent;
	border-radius: 0;
}
.nav-tabs.nav-tabs-solid {
	background-color: #ffffff;
	border: 0;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded li a.active {
	background-color: #fe9f43;
	border-color: #fe9f43;
	color: #ffffff;
	border-radius: 50px;
}
.nav-tabs.nav-tabs-solid li a.active {
	background-color: #fe9f43;
	border-color: #fe9f43;
	color: #ffffff;
	border-radius: 0;
}

.nav-link:hover {
	color: #fe9f43;
}

.page-menu .nav-tabs li a {
	font-size: 16px;
}

.tabs-set .nav-tabs {
	border-bottom: 0;
	margin-bottom: 20px;
}
.tabs-set .nav-tabs .nav-link {
	color: #092c4c;
	padding: 8px 15px;
	font-size: 16px;
	font-weight: 700;
	border: 0;
	min-width: 120px;
	margin-right: 10px;
	border-radius: 8px;
	background: var(--Stroke, rgba(145, 158, 171, 0.3));
}
.tabs-set .nav-tabs .nav-link:focus {
	border-color: transparent;
}
.tabs-set .nav-tabs .nav-link:hover {
	border-color: transparent;
}
.tabs-set .nav-tabs .nav-link.active {
	border: 0;
	border-bottom: 2px solid #fe9f43;
	background: #fe9f43;
	color: #ffffff;
}

.tabs-sets .nav-tabs {
	border-bottom: 0;
	margin-bottom: 16px;
}
.tabs-sets .nav-tabs .nav-link {
	color: #212b36;
	font-size: 12px;
	font-weight: 500;
	border: 0;
	background: #f9fafb;
	padding: 7px 12px;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.tabs-sets .nav-tabs .nav-link:focus,
.tabs-sets .nav-tabs .nav-link:hover,
.tabs-sets .nav-tabs .nav-link.active {
	background: #fe9f43;
	color: #ffffff !important;
}

@media (max-width: 767.98px) {
	.nav-tabs {
		border-bottom: 0;
		position: relative;
		background-color: #ffffff;
		border: 1px solid #eee;
		padding: 5px 0;
		border-radius: 3px;
	}
}
.nav-pills.list .nav-link.active {
	background-color: transparent;
	color: #646b72;
}

.nav-pills.list .nav-link {
	background-color: transparent;
	color: #646b72;
}

.nav-pills.list .nav-item button {
	position: relative;
}

.nav-pills.list .nav-item button::before {
	content: '';
	width: 15px;
	height: 15px;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	position: absolute;
	top: 11px;
	left: 12px;
}

.nav-pills.list .nav-item button.active::after {
	content: '';
	width: 7px;
	height: 7px;
	background: #fe9f43;
	border-radius: 50%;
	position: absolute;
	top: 15px;
	left: 16px;
}

.nav-pills.list .nav-item button.active::before {
	border-color: #fe9f43;
}

.single-pill-product .nav-link {
	padding: 0;
}
.single-pill-product .nav-pills.list .nav-item button::before {
	top: 2px;
	left: 0px;
}
.single-pill-product .nav-pills.list .nav-item button.active::after {
	top: 6px !important;
	left: 4px !important;
}
.single-pill-product .form-check-label {
	cursor: pointer;
}

.ribbon1 {
	position: absolute;
	inset-block-start: -6.1px;
	inset-inline-end: 10px;
	color: #ffffff;
	z-index: 1;
}
.ribbon1:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-inline-start: 20px solid transparent;
	border-inline-end: 24px solid transparent;
	border-block-start: 13px solid #ff0000;
}
.ribbon1 span {
	position: relative;
	display: block;
	text-align: center;
	background: #ff0000;
	font-size: 14px;
	line-height: 1;
	padding: 12px 8px 10px;
	border-start-end-radius: 8px;
}
.ribbon1 span:before,
.ribbon1 span:after {
	position: absolute;
	content: '';
}
.ribbon1 span:before {
	height: 6px;
	width: 6px;
	inset-inline-start: -6px;
	inset-block-start: 0;
	background: #ff0000;
}
.ribbon1 span:after {
	height: 6px;
	width: 8px;
	inset-inline-start: -8px;
	inset-block-start: 0;
	border-radius: 8px 8px 0 0;
	background: #ff0000;
}

.ribbone {
	width: 100%;
	position: relative;
	background-size: cover;
	text-transform: uppercase;
	color: #ffffff;
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	z-index: 6;
}
.ribbone::after {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	border: 5px solid;
}
.ribbone::before {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	border: 5px solid;
}
.ribbone span {
	position: absolute;
	display: block;
	width: 225px;
	padding: 3px 0;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	color: #ffffff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	text-transform: capitalize;
	text-align: center;
	font-size: 11px;
}

.ribbone1 {
	position: absolute;
	inset-block-start: -6.1px;
	inset-inline-start: 10px;
	z-index: 1;
}
.ribbone1:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-inline-start: 20px solid transparent;
	border-inline-end: 24px solid transparent;
	border-block-start: 13px solid #ff0000;
}
.ribbone1 span {
	position: relative;
	display: block;
	text-align: center;
	background: #ff0000;
	font-size: 14px;
	line-height: 1;
	padding: 12px 8px 10px;
	border-start-end-radius: 8px;
}
.ribbone1 span:after {
	position: absolute;
	content: '';
	height: 6px;
	width: 8px;
	inset-inline-start: -8px;
	inset-block-start: 0;
	border-radius: 8px 8px 0 0;
	background: #ff0000;
}
.ribbone1 span:before {
	position: absolute;
	content: '';
	height: 6px;
	width: 6px;
	inset-inline-start: -6px;
	inset-block-start: 0;
	background: #ff0000;
}

.arrow-ribbone-left {
	color: #ffffff;
	padding: 2px 8px;
	position: absolute;
	inset-block-start: 10px;
	inset-inline-start: 0;
	z-index: 6;
	font-size: 13px;
}

.arrow-ribbone-left.bg-purple:before {
	position: absolute;
	inset-inline-end: 0;
	inset-block-start: 0;
	inset-block-end: 0;
	content: '';
	inset-inline-end: -12px;
	border-block-start: 12px solid transparent;
	border-inline-start: 12px solid #6938ef;
	border-block-end: 11px solid transparent;
	width: 0;
}

.arrow-ribbone-left.bg-danger:before {
	position: absolute;
	inset-inline-end: 0;
	inset-block-start: 0;
	inset-block-end: 0;
	content: '';
	inset-inline-end: -12px;
	border-block-start: 112px solid transparent;
	border-inline-start: 12px solid #ff0000;
	border-block-end: 11px solid transparent;
	width: 0;
}

.arrow-ribbone-left.bg-primary:before {
	position: absolute;
	inset-inline-end: 0;
	inset-block-start: 0;
	inset-block-end: 0;
	content: '';
	inset-inline-end: -12px;
	border-block-start: 12px solid transparent;
	border-block-end: 11px solid transparent;
	width: 0;
}

.arrow-ribbone-left.bg-secondary:before {
	position: absolute;
	inset-inline-end: 0;
	inset-block-start: 0;
	inset-block-end: 0;
	content: '';
	inset-inline-end: -12px;
	border-block-start: 12px solid transparent;
	border-inline-start: 12px solid #092c4c;
	border-block-end: 11px solid transparent;
	width: 0;
}

.arrow-ribbone-left.bg-success:before {
	position: absolute;
	inset-inline-end: 0;
	inset-block-start: 0;
	inset-block-end: 0;
	content: '';
	inset-inline-end: -12px;
	border-block-start: 12px solid transparent;
	border-inline-start: 12px solid #fe9f43;
	border-block-end: 11px solid transparent;
	width: 0;
}

.arrow-ribbone-left.bg-info:before {
	position: absolute;
	inset-inline-end: 0;
	inset-block-start: 0;
	inset-block-end: 0;
	content: '';
	inset-inline-end: -12px;
	border-block-start: 12px solid transparent;
	border-inline-start: 12px solid #155eef;
	border-block-end: 11px solid transparent;
	width: 0;
}

.arrow-ribbone-left.bg-warning:before {
	position: absolute;
	inset-inline-end: 0;
	inset-block-start: 0;
	inset-block-end: 0;
	content: '';
	inset-inline-end: -12px;
	border-block-start: 12px solid transparent;
	border-inline-start: 12px solid #ffca18;
	border-block-end: 11px solid transparent;
	width: 0;
}

.arrow-ribbone-left.bg-pink:before {
	position: absolute;
	inset-inline-end: 0;
	inset-block-start: 0;
	inset-block-end: 0;
	content: '';
	inset-inline-end: -12px;
	border-block-start: 12px solid transparent;
	border-inline-start: 12px solid #dd2590;
	border-block-end: 11px solid transparent;
	width: 0;
}

.arrow-ribbone-left.bg-teal:before {
	position: absolute;
	inset-inline-start: 0;
	inset-block-start: 0;
	inset-block-end: 0;
	content: '';
	inset-inline-start: -12px;
	border-block-start: 12px solid transparent;
	border-inline-end: 12px solid #0e9384;
	border-block-end: 11px solid transparent;
	width: 0;
}

.arrow-ribbone-right {
	color: #ffffff;
	padding: 2px 8px;
	position: absolute;
	inset-block-start: 10px;
	inset-inline-end: 0;
	z-index: 6;
	font-size: 13px;
}

.arrow-ribbone-right.bg-purple:before {
	position: absolute;
	inset-inline-start: 0;
	inset-block-start: 0;
	inset-block-end: 0;
	content: '';
	inset-inline-start: -12px;
	border-block-start: 12px solid transparent;
	border-inline-end: 12px solid #6938ef;
	border-block-end: 11px solid transparent;
	width: 0;
}

.arrow-ribbone-right.bg-danger:before {
	position: absolute;
	inset-inline-start: 0;
	inset-block-start: 0;
	inset-block-end: 0;
	content: '';
	inset-inline-start: -12px;
	border-block-start: 12px solid transparent;
	border-inline-end: 12px solid #ff0000;
	border-block-end: 11px solid transparent;
	width: 0;
}

.arrow-ribbone-right.bg-primary:before {
	position: absolute;
	inset-inline-start: 0;
	inset-block-start: 0;
	inset-block-end: 0;
	content: '';
	inset-inline-start: -12px;
	border-block-start: 12px solid transparent;
	border-block-end: 11px solid transparent;
	width: 0;
}

.arrow-ribbone-right.bg-secondary:before {
	position: absolute;
	inset-inline-start: 0;
	inset-block-start: 0;
	inset-block-end: 0;
	content: '';
	inset-inline-start: -12px;
	border-block-start: 12px solid transparent;
	border-inline-end: 12px solid #092c4c;
	border-block-end: 11px solid transparent;
	width: 0;
}

.arrow-ribbone-right.bg-success:before {
	position: absolute;
	inset-inline-start: 0;
	inset-block-start: 0;
	inset-block-end: 0;
	content: '';
	inset-inline-start: -12px;
	border-block-start: 12px solid transparent;
	border-inline-end: 12px solid #fe9f43;
	border-block-end: 11px solid transparent;
	width: 0;
}

.arrow-ribbone-right.bg-info:before {
	position: absolute;
	inset-inline-start: 0;
	inset-block-start: 0;
	inset-block-end: 0;
	content: '';
	inset-inline-start: -12px;
	border-block-start: 12px solid transparent;
	border-inline-end: 12px solid #155eef;
	border-block-end: 11px solid transparent;
	width: 0;
}

.arrow-ribbone-right.bg-warning:before {
	position: absolute;
	inset-inline-start: 0;
	inset-block-start: 0;
	inset-block-end: 0;
	content: '';
	inset-inline-start: -12px;
	border-block-start: 12px solid transparent;
	border-inline-end: 12px solid #ffca18;
	border-block-end: 11px solid transparent;
	width: 0;
}

.arrow-ribbone-right.bg-pink:before {
	position: absolute;
	inset-inline-start: 0;
	inset-block-start: 0;
	inset-block-end: 0;
	content: '';
	inset-inline-start: -12px;
	border-block-start: 12px solid transparent;
	border-inline-end: 12px solid #dd2590;
	border-block-end: 11px solid transparent;
	width: 0;
}

.arrow-ribbone-right.bg-teal:before {
	position: absolute;
	inset-inline-start: 0;
	inset-block-start: 0;
	inset-block-end: 0;
	content: '';
	inset-inline-start: -12px;
	border-block-start: 12px solid transparent;
	border-inline-end: 12px solid #0e9384;
	border-block-end: 11px solid transparent;
	width: 0;
}

.arrow-ribbone2 {
	color: #ffffff;
	padding: 3px 8px;
	position: absolute;
	inset-block-start: 10px;
	inset-inline-start: -1px;
	z-index: 6;
	font-size: 30px;
}
.arrow-ribbone2:before {
	position: absolute;
	inset-inline-end: 0;
	inset-block-start: 0;
	inset-block-end: 0;
	content: '';
	inset-inline-end: -24px;
	border-block-start: 24px solid transparent;
	border-block-end: 24px solid transparent;
	width: 0;
}

.power-ribbone {
	width: 56px;
	height: 56px;
	overflow: hidden;
	position: absolute;
	z-index: 6;
}
.power-ribbone span {
	position: absolute;
	display: block;
	width: 82px;
	padding: 8px 0;
	color: #ffffff;
	font:
		500 16px/1 Lato,
		sans-serif;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	text-transform: capitalize;
	text-align: center;
}

.power-ribbone-top-left {
	inset-block-start: -6px;
	inset-inline-start: -9px;
}
.power-ribbone-top-left span {
	inset-inline-end: -5px;
	inset-block-start: 1px;
	transform: rotate(-45deg);
}
.power-ribbone-top-left span i {
	transform: rotate(45deg);
	padding-block-start: 2px;
	padding-inline-start: 7px;
}

.power-ribbone-bottom-left {
	inset-block-end: -6px;
	inset-inline-start: -9px;
}
.power-ribbone-bottom-left span {
	inset-inline-end: -5px;
	inset-block-end: 1px;
	transform: rotate(45deg);
}
.power-ribbone-bottom-left span i {
	transform: rotate(-45deg);
	padding-block-end: 2px;
	padding-inline-start: 7px;
}

.power-ribbone-top-right {
	inset-block-start: -6px;
	inset-inline-end: -9px;
}
.power-ribbone-top-right span {
	inset-inline-start: -5px;
	inset-block-start: 1px;
	transform: rotate(45deg);
}
.power-ribbone-top-right span i {
	transform: rotate(-45deg);
	padding-block-start: 2px;
	padding-inline-end: 7px;
}

.power-ribbone-bottom-right {
	inset-block-end: -6px;
	inset-inline-end: -9px;
}
.power-ribbone-bottom-right span {
	inset-inline-start: -5px;
	inset-block-end: 1px;
	transform: rotate(-45deg);
}
.power-ribbone-bottom-right span i {
	transform: rotate(45deg);
	padding-block-end: 2px;
	padding-inline-end: 7px;
}

.ribbone-top-left {
	inset-block-start: -10px;
	inset-inline-start: -10px;
}
.ribbone-top-left::after {
	border-block-start-color: transparent;
	border-inline-start-color: transparent;
	inset-block-end: 50px;
	inset-inline-start: 0;
}
.ribbone-top-left::before {
	border-block-start-color: transparent;
	border-inline-start-color: transparent;
	inset-block-start: 0;
	inset-inline-end: 50px;
}
.ribbone-top-left span {
	inset-inline-end: 0px;
	inset-block-start: 24px;
	transform: rotate(-45deg);
}

.ribbone-top-right {
	inset-block-start: -10px;
	inset-inline-end: -10px;
}
.ribbone-top-right::after {
	border-block-start-color: transparent;
	border-inline-end-color: transparent;
	inset-block-end: 50px;
	inset-inline-end: 0;
}
.ribbone-top-right::before {
	border-block-start-color: transparent;
	border-inline-end-color: transparent;
	inset-block-start: 0;
	inset-inline-start: 50px;
}
.ribbone-top-right span {
	inset-inline-start: 0px;
	inset-block-start: 24px;
	transform: rotate(45deg);
}

.ribbone-warning-right {
	position: absolute;
	inset-block-start: -8px;
	inset-inline-end: 10px;
	color: #ffffff;
}
.ribbone-warning-right:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-inline-start: 17px solid transparent;
	border-inline-end: 17px solid transparent;
	border-block-start: 10px solid #ffca18;
	z-index: 6;
}
.ribbone-warning-right span {
	position: relative;
	display: block;
	text-align: center;
	background: #ffca18;
	font-size: 13px;
	line-height: 1;
	padding: 10px 2px 5px;
	border-start-end-radius: 10px;
	z-index: 6;
}
.ribbone-warning-right span:after {
	position: absolute;
	content: '';
	inset-inline-end: -6px;
	background: #ffca18;
	height: 6px;
	width: 10px;
	inset-inline-start: -9px;
	inset-block-start: 0;
	border-start-start-radius: 50px;
	border-start-end-radius: 0;
	border-end-start-radius: 0;
	border-end-end-radius: 0;
}
.ribbone-warning-right span:before {
	position: absolute;
	content: '';
	height: 5px;
	width: 10px;
	inset-inline-start: -9px;
	inset-block-start: 3px;
	background: #ffca18;
}
.ribbone-warning-right i {
	color: #ffffff;
	font-size: 16px;
	padding-inline-start: 7px;
	padding-inline-end: 7px;
}

.ribbone-danger-right {
	position: absolute;
	inset-block-start: -8px;
	inset-inline-end: 10px;
	color: #ffffff;
}
.ribbone-danger-right:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-inline-start: 17px solid transparent;
	border-inline-end: 17px solid transparent;
	border-block-start: 10px solid #ff0000;
	z-index: 6;
}
.ribbone-danger-right span {
	position: relative;
	display: block;
	text-align: center;
	background: #ff0000;
	font-size: 13px;
	line-height: 1;
	padding: 10px 2px 5px;
	border-start-end-radius: 10px;
	z-index: 6;
}
.ribbone-danger-right span:after {
	position: absolute;
	content: '';
	inset-inline-end: -6px;
	background: #ff0000;
	height: 6px;
	width: 10px;
	inset-inline-start: -9px;
	inset-block-start: 0;
	border-start-start-radius: 50px;
	border-start-end-radius: 0;
	border-end-start-radius: 0;
	border-end-end-radius: 0;
}
.ribbone-danger-right span:before {
	position: absolute;
	content: '';
	height: 5px;
	width: 10px;
	inset-inline-start: -9px;
	inset-block-start: 3px;
	background: #ff0000;
}
.ribbone-danger-right i {
	color: #ffffff;
	font-size: 16px;
	padding-inline-start: 7px;
	padding-inline-end: 7px;
}

.ribbone-success-left {
	position: absolute;
	inset-block-start: -8px;
	inset-inline-start: 10px;
	color: #ffffff;
}
.ribbone-success-left:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-inline-start: 17px solid transparent;
	border-inline-end: 17px solid transparent;
	border-block-start: 10px solid #3eb780;
	z-index: 6;
}
.ribbone-success-left span {
	position: relative;
	display: block;
	text-align: center;
	background: #3eb780;
	font-size: 13px;
	line-height: 1;
	padding: 10px 2px 5px;
	border-start-start-radius: 10px;
	z-index: 6;
}
.ribbone-success-left span:after {
	position: absolute;
	content: '';
	inset-inline-end: -6px;
	background: #3eb780;
	height: 6px;
	width: 10px;
	inset-inline-end: -9px;
	inset-block-start: 0;
	border-start-start-radius: 0;
	border-start-end-radius: 50px;
	border-end-start-radius: 0;
	border-end-end-radius: 0;
}
.ribbone-success-left span:before {
	position: absolute;
	content: '';
	height: 5px;
	width: 10px;
	inset-inline-end: -9px;
	inset-block-start: 3px;
	background: #3eb780;
}
.ribbone-success-left i {
	color: #ffffff;
	font-size: 16px;
	padding-inline-start: 7px;
	padding-inline-end: 7px;
}

.ribbone-info-left {
	position: absolute;
	inset-block-start: -8px;
	inset-inline-start: 10px;
	color: #ffffff;
}
.ribbone-info-left:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-inline-start: 17px solid transparent;
	border-inline-end: 17px solid transparent;
	border-block-start: 10px solid #155eef;
	z-index: 6;
}
.ribbone-info-left span {
	position: relative;
	display: block;
	text-align: center;
	background: #155eef;
	font-size: 13px;
	line-height: 1;
	padding: 10px 2px 5px;
	border-start-start-radius: 10px;
	z-index: 6;
}
.ribbone-info-left span:after {
	position: absolute;
	content: '';
	inset-inline-end: -6px;
	background: #155eef;
	height: 6px;
	width: 10px;
	inset-inline-end: -9px;
	inset-block-start: 0;
	border-start-start-radius: 0;
	border-start-end-radius: 50px;
	border-end-start-radius: 0;
	border-end-end-radius: 0;
}
.ribbone-info-left span:before {
	position: absolute;
	content: '';
	height: 5px;
	width: 10px;
	inset-inline-end: -9px;
	inset-block-start: 3px;
	background: #155eef;
}
.ribbone-info-left i {
	color: #ffffff;
	font-size: 16px;
	padding-inline-start: 7px;
	padding-inline-end: 7px;
}

.bookmark-ribbone-success-left {
	position: absolute;
	inset-inline-start: 10px;
	color: #ffffff;
}
.bookmark-ribbone-success-left:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	z-index: 6;
	inset-inline-start: 0;
	border-inline-start: 18px solid #3eb780;
	border-inline-end: 18px solid #3eb780;
	border-block-end: 10px solid transparent;
}
.bookmark-ribbone-success-left span {
	position: relative;
	display: block;
	text-align: center;
	background: #3eb780;
	font-size: 13px;
	line-height: 1;
	padding: 12px 3px 20px;
	z-index: 6;
}
.bookmark-ribbone-success-left i {
	color: #ffffff;
	font-size: 16px;
	padding-inline-start: 7px;
	padding-inline-end: 7px;
}

.bookmark-ribbone-danger-left {
	position: absolute;
	inset-inline-start: 10px;
	color: #ffffff;
	width: 30px;
}
.bookmark-ribbone-danger-left:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	z-index: 6;
	inset-inline-start: 0;
	border-inline-start: 15px solid #ff0000;
	border-inline-end: 15px solid #ff0000;
	border-block-end: 8px solid transparent;
}
.bookmark-ribbone-danger-left span {
	position: relative;
	display: block;
	text-align: center;
	background: #ff0000;
	font-size: 12px;
	line-height: 1;
	padding: 12px 0px;
	z-index: 6;
}
.bookmark-ribbone-danger-left i {
	color: #ffffff;
	font-size: 16px;
	padding-inline-start: 7px;
	padding-inline-end: 7px;
}

.bookmark-ribbone-secondary-right {
	position: absolute;
	inset-inline-end: 10px;
	color: #ffffff;
	width: 30px;
}
.bookmark-ribbone-secondary-right:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	z-index: 6;
	inset-inline-end: 0;
	border-inline-start: 15px solid #092c4c;
	border-inline-end: 15px solid #092c4c;
	border-block-end: 8px solid transparent;
}
.bookmark-ribbone-secondary-right span {
	position: relative;
	display: block;
	text-align: center;
	background: #092c4c;
	font-size: 11px;
	line-height: 1;
	padding: 12px 0px;
	z-index: 6;
}
.bookmark-ribbone-secondary-right i {
	color: #ffffff;
	font-size: 16px;
	padding-inline-start: 7px;
	padding-inline-end: 7px;
}

.bookmark-sideleft-ribbone-success-left {
	position: absolute;
	inset-block-start: 10px;
	color: #ffffff;
}
.bookmark-sideleft-ribbone-success-left:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	z-index: 6;
	inset-block-start: 0;
	inset-inline-end: -8px;
	border-block-start: 13px solid #3eb780;
	border-block-end: 13px solid #3eb780;
	border-inline-end: 8px solid transparent;
}
.bookmark-sideleft-ribbone-success-left span {
	position: relative;
	display: block;
	text-align: center;
	background: #3eb780;
	font-size: 11px;
	padding: 5px 13px;
	z-index: 6;
	height: 26px;
}
.bookmark-sideleft-ribbone-success-left i {
	color: #ffffff;
	font-size: 16px;
	padding-inline-start: 7px;
	padding-inline-end: 7px;
}

.bookmark-sideright-ribbone-primary-right {
	position: absolute;
	inset-block-start: 10px;
	inset-inline-end: 0;
	color: #ffffff;
}
.bookmark-sideright-ribbone-primary-right:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	z-index: 6;
	inset-block-start: 0;
	inset-inline-start: -8px;
	border-block-start: 13px solid #fe9f43;
	border-block-end: 13px solid #fe9f43;
	border-inline-start: 8px solid transparent;
}
.bookmark-sideright-ribbone-primary-right span {
	position: relative;
	display: block;
	text-align: center;
	background: #fe9f43;
	font-size: 11px;
	padding: 5px 13px;
	z-index: 6;
	height: 26px;
}
.bookmark-sideright-ribbone-primary-right i {
	color: #ffffff;
	font-size: 16px;
	padding-inline-start: 7px;
	padding-inline-end: 7px;
}

.ribbone-1 span:after {
	position: absolute;
	content: '';
}

.arrow-ribbone-2 {
	color: #ffffff;
	padding: 3px 8px;
	position: absolute;
	z-index: 6;
	font-size: 20px;
}
.arrow-ribbone-2:before {
	position: absolute;
	inset-inline-end: 0;
	inset-block-start: 0;
	inset-block-end: 0;
	content: '';
	inset-inline-end: -24px;
	border-block-start: 16px solid transparent;
	border-inline-start: 24px solid #6938ef;
	border-block-end: 16px solid transparent;
	width: 0;
}

.ribbone-card {
	overflow: hidden;
}

.fullwidth-primary-ribbons .bar {
	color: #ffffff;
	background-color: #fe9f43;
	padding: 5px;
	text-align: center;
	position: relative;
	border: 2px transparent solid;
	box-shadow: 0 10px 30px -10px #f9fafb;
}
.fullwidth-primary-ribbons .bar span {
	position: absolute;
}
.fullwidth-primary-ribbons .bar span:nth-child(1) {
	border-style: solid;
	border-width: 11px;
	z-index: -1;
	border-color: transparent;
	inset-block-start: 31px;
	inset-inline-start: -2px;
}
.fullwidth-primary-ribbons .bar span:nth-child(3) {
	border-style: solid;
	border-width: 11px;
	z-index: -1;
	border-color: transparent;
	inset-block-start: 31px;
	inset-inline-end: -2px;
}
.fullwidth-primary-ribbons .bar span:nth-child(2) {
	inset-block-start: 18px;
	border-style: solid;
	border-width: 18px;
	z-index: -2;
	border-color: #fe9f43 #fe9f43 #fe9f43 transparent;
	border-block-start-color: #fe9f43;
	border-inline-end-color: #fe9f43;
	border-block-end-color: #fe9f43;
	border-inline-start-color: transparent;
	inset-inline-start: -30px;
}
.fullwidth-primary-ribbons .bar span:nth-child(4) {
	inset-block-start: 18px;
	border-style: solid;
	border-width: 18px;
	z-index: -2;
	border-block-start-color: #fe9f43;
	border-inline-end-color: transparent;
	border-block-end-color: #fe9f43;
	border-inline-start-color: #fe9f43;
	inset-inline-end: -30px;
}

.fullwidth-secondary-ribbons .bar {
	color: #ffffff;
	background-color: #092c4c;
	padding: 5px;
	text-align: center;
	position: relative;
	border: 2px transparent solid;
	box-shadow: 0 10px 30px -10px #f9fafb;
}
.fullwidth-secondary-ribbons .bar span {
	position: absolute;
}
.fullwidth-secondary-ribbons .bar span:nth-child(1) {
	border-style: solid;
	border-width: 11px;
	z-index: -1;
	border-color: transparent;
	inset-block-start: 31px;
	inset-inline-start: -2px;
}
.fullwidth-secondary-ribbons .bar span:nth-child(3) {
	border-style: solid;
	border-width: 11px;
	z-index: -1;
	border-color: transparent;
	inset-block-start: 31px;
	inset-inline-end: -2px;
}
.fullwidth-secondary-ribbons .bar span:nth-child(2) {
	inset-block-start: 18px;
	border-style: solid;
	border-width: 18px;
	z-index: -2;
	border-block-start-color: #092c4c;
	border-inline-end-color: #092c4c;
	border-block-end-color: #092c4c;
	border-inline-start-color: transparent;
	inset-inline-start: -30px;
}
.fullwidth-secondary-ribbons .bar span:nth-child(4) {
	inset-block-start: 18px;
	border-style: solid;
	border-width: 18px;
	z-index: -2;
	border-block-start-color: #092c4c;
	border-inline-end-color: transparent;
	border-block-end-color: #092c4c;
	border-inline-start-color: #092c4c;
	inset-inline-end: -30px;
}

.fullwidth-arrow-warning-ribbons .bar {
	color: #ffffff;
	background-color: #ffca18;
	padding: 5px;
	text-align: center;
	position: relative;
	border: 2px transparent solid;
	box-shadow: 0 10px 30px -10px #f9fafb;
}
.fullwidth-arrow-warning-ribbons .bar span {
	position: absolute;
}
.fullwidth-arrow-warning-ribbons .bar span:nth-child(1) {
	border-style: solid;
	border-width: 11px;
	z-index: -1;
	border-color: transparent;
	inset-block-start: 31px;
	inset-inline-start: -2px;
}
.fullwidth-arrow-warning-ribbons .bar span:nth-child(3) {
	border-style: solid;
	border-width: 11px;
	z-index: -1;
	border-color: transparent;
	inset-block-start: 31px;
	inset-inline-end: -2px;
}
.fullwidth-arrow-warning-ribbons .bar span:nth-child(2) {
	inset-block-start: 18px;
	border-style: solid;
	border-width: 18px;
	z-index: -2;
	border-block-start-color: #ffca18;
	border-inline-end-color: #ffca18;
	border-block-end-color: #ffca18;
	border-inline-start-color: transparent;
	inset-inline-start: -30px;
}
.fullwidth-arrow-warning-ribbons .bar span:nth-child(4) {
	inset-block-start: 18px;
	border-style: solid;
	border-width: 18px;
	z-index: -2;
	border-block-start: 18px solid transparent;
	border-inline-start: 18px solid #ffca18;
	border-block-end: 18px solid transparent;
	border-inline-end: transparent;
	inset-inline-end: -20px;
	inset-block-start: -2px;
}

.fullwidth-arrow-danger-ribbons-right .bar {
	color: #ffffff;
	background-color: #ff0000;
	padding: 5px;
	text-align: center;
	position: relative;
	border: 2px transparent solid;
	box-shadow: 0 10px 30px -10px #f9fafb;
}
.fullwidth-arrow-danger-ribbons-right .bar span {
	position: absolute;
}
.fullwidth-arrow-danger-ribbons-right .bar span:nth-child(1) {
	border-style: solid;
	border-width: 11px;
	z-index: -1;
	border-color: transparent;
	inset-block-start: 31px;
	inset-inline-end: -2px;
}
.fullwidth-arrow-danger-ribbons-right .bar span:nth-child(3) {
	border-style: solid;
	border-width: 11px;
	z-index: -1;
	border-color: transparent;
	inset-block-start: 31px;
	inset-inline-start: -2px;
}
.fullwidth-arrow-danger-ribbons-right .bar span:nth-child(2) {
	inset-block-start: 18px;
	border-style: solid;
	border-width: 18px;
	z-index: -2;
	border-block-start-color: #ff0000;
	border-inline-end-color: transparent;
	border-block-end-color: #ff0000;
	border-inline-start-color: #ff0000;
	inset-inline-end: -30px;
}
.fullwidth-arrow-danger-ribbons-right .bar span:nth-child(4) {
	inset-block-start: 18px;
	border-style: solid;
	border-width: 18px;
	z-index: -2;
	border-block-start: 18px solid transparent;
	border-inline-end: 18px solid #ff0000;
	border-block-end: 18px solid transparent;
	border-inline-start: transparent;
	inset-inline-start: -20px;
	inset-block-start: -2px;
}

.power-ribbone span svg {
	width: 15px;
	height: 15px;
}

.ribbone-card .card-body {
	padding: 25px;
}

.ribbone-row .feather-zap {
	width: 15px;
	height: 15px;
}

[data-bs-toggle='card-fullscreen'] svg {
	width: 15px;
	height: 15px;
}

[data-bs-toggle='card-remove'] svg {
	width: 15px;
	height: 15px;
}

svg.collapse-open,
svg.collapse-close {
	width: 15px;
	height: 15px;
}

.btn-icon.btn-danger-light {
	color: #ff4031;
	background: #ffede9;
}

.live-rating.badge {
	background: #dcf5e2;
	color: #4ecd7e;
}

@media (min-width: 576px) {
	.mx-sm-7 {
		margin-inline: 3rem !important;
	}
}
[dir='rtl'] .power-ribbone-top-left span {
	transform: rotate(45deg);
}
[dir='rtl'] .power-ribbone-top-left span i {
	transform: rotate(-45deg);
}
[dir='rtl'] .power-ribbone-bottom-left span {
	transform: rotate(-45deg);
}
[dir='rtl'] .power-ribbone-bottom-left span i {
	transform: rotate(45deg);
}
[dir='rtl'] .power-ribbone-top-right span {
	transform: rotate(-45deg);
}
[dir='rtl'] .power-ribbone-top-right span i {
	transform: rotate(45deg);
}
[dir='rtl'] .power-ribbone-bottom-right span {
	transform: rotate(45deg);
}
[dir='rtl'] .power-ribbone-bottom-right span i {
	transform: rotate(-45deg);
}
[dir='rtl'] .ribbone-top-left span {
	transform: rotate(45deg);
}
[dir='rtl'] .ribbone-top-right span {
	transform: rotate(-45deg);
}
[dir='rtl'] .ribbon-price .badge {
	transform: rotate(-45deg);
}

.modal-barcode ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.modal-barcode ul li {
	border-radius: 7px;
	width: 25%;
	margin-bottom: 10px;
	padding: 0 5px;
}
@media (max-width: 991.96px) {
	.modal-barcode ul li {
		width: 50%;
	}
}
.modal-barcode ul li a {
	border: 1px solid #90959b;
	border-radius: 10px;
	display: block;
	padding: 10px;
	text-align: center;
}

.modal .modal-header {
	padding: 15px 20px;
	border-bottom: 1px solid #e6eaed;
}
.modal .modal-title {
	font-size: 18px;
	font-weight: 700;
}
@media (max-width: 991.96px) {
	.modal .modal-title {
		font-size: 16px;
	}
}
.modal .modal-body {
	padding: 20px;
}
.modal .modal-body .close {
	position: absolute;
	right: 15px;
	top: 15px;
}
.modal .logo-lg img {
	width: 150px;
}
.modal .close,
.modal .btn-close {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	color: #ffffff;
	opacity: 1;
	width: 20px;
	height: 20px;
	border: 0;
	font-weight: 700;
	background-color: #ff0000;
	border-radius: 50px;
}
.modal .close:hover,
.modal .btn-close:hover {
	background-color: #f00000;
	color: #ffffff;
}
.modal .modal-footer {
	padding: 15px 20px;
	border-top: 1px solid #e6eaed;
}
.modal .modal-footer .btn {
	margin: 0;
}
.modal .modal-footer .btn-print {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	border: 1px solid #fe9f43;
	color: #fe9f43;
}
.modal .modal-footer .btn-print img {
	margin-left: 10px;
}
.modal .modal-footer .btn-print:hover {
	background: #fe9f43;
	color: #ffffff;
}
.modal .modal-footer .btn-print:hover img {
	filter: brightness(0) invert(1);
}
.modal .modal-dialog.right-slider-modal {
	margin: 0;
	margin-left: auto;
	max-width: 1102px;
}
.modal .modal-dialog.add-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	max-width: 1192px;
}
.modal .modal-dialog.sales-details-modal {
	max-width: 1192px;
}
.modal .modal-dialog.edit-sales-modal {
	max-width: 1192px;
}
.modal .edit-add.card.edit-expense {
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.modal .note-editor.note-frame.card {
	border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.offcanvas.offcanvas-end {
	width: auto !important;
}

.offcanvas.offcanvas-end.em-payrol-add {
	max-width: 1192px !important;
}

.modal.animated .modal-dialog {
	transform: translate(0, 0);
}
.modal.effect-scale .modal-dialog {
	transform: scale(0.7);
	opacity: 0;
	transition: all 0.3s;
}
.modal.effect-scale.show .modal-dialog {
	transform: scale(1);
	opacity: 1;
}
.modal.effect-slide-in-right .modal-dialog {
	transform: translateX(20%);
	opacity: 0;
	transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.modal.effect-slide-in-right.show .modal-dialog {
	transform: translateX(0);
	opacity: 1;
}
.modal.effect-slide-in-bottom .modal-dialog {
	transform: translateY(20%);
	opacity: 0;
	transition: all 0.3s;
}
.modal.effect-slide-in-bottom.show .modal-dialog {
	transform: translateY(0);
	opacity: 1;
}
.modal.effect-newspaper .modal-dialog {
	transform: scale(0) rotate(720deg);
	opacity: 0;
}
.modal.effect-newspaper.show ~ .modal-backdrop,
.modal.effect-newspaper .modal-dialog {
	transition: all 0.5s;
}
.modal.effect-newspaper.show .modal-dialog {
	transform: scale(1) rotate(0deg);
	opacity: 1;
}
.modal.effect-fall {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}
.modal.effect-fall .modal-dialog {
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform: translateZ(600px) rotateX(20deg);
	opacity: 0;
}
.modal.effect-fall.show .modal-dialog {
	transition: all 0.3s ease-in;
	transform: translateZ(0px) rotateX(0deg);
	opacity: 1;
}
.modal.effect-flip-horizontal {
	perspective: 1300px;
}
.modal.effect-flip-horizontal .modal-dialog {
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform: rotateY(-70deg);
	transition: all 0.3s;
	opacity: 0;
}
.modal.effect-flip-horizontal.show .modal-dialog {
	transform: rotateY(0deg);
	opacity: 1;
}
.modal.effect-flip-vertical {
	perspective: 1300px;
}
.modal.effect-flip-vertical .modal-dialog {
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform: rotateX(-70deg);
	transition: all 0.3s;
	opacity: 0;
}
.modal.effect-flip-vertical.show .modal-dialog {
	transform: rotateX(0deg);
	opacity: 1;
}
.modal.effect-super-scaled .modal-dialog {
	transform: scale(2);
	opacity: 0;
	transition: all 0.3s;
}
.modal.effect-super-scaled.show .modal-dialog {
	transform: scale(1);
	opacity: 1;
}
.modal.effect-sign {
	perspective: 1300px;
}
.modal.effect-sign .modal-dialog {
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform: rotateX(-60deg);
	transform-origin: 50% 0;
	opacity: 0;
	transition: all 0.3s;
}
.modal.effect-sign.show .modal-dialog {
	transform: rotateX(0deg);
	opacity: 1;
}
.modal.effect-rotate-bottom {
	perspective: 1300px;
}
.modal.effect-rotate-bottom .modal-dialog {
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform: translateY(100%) rotateX(90deg);
	transform-origin: 0 100%;
	opacity: 0;
	transition: all 0.3s ease-out;
}
.modal.effect-rotate-bottom.show .modal-dialog {
	transform: translateY(0%) rotateX(0deg);
	opacity: 1;
}
.modal.effect-rotate-left {
	perspective: 1300px;
}
.modal.effect-rotate-left .modal-dialog {
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	transform-origin: 0 100%;
	opacity: 0;
	transition: all 0.3s;
}
.modal.effect-rotate-left.show .modal-dialog {
	transform: translateZ(0px) translateX(0%) rotateY(0deg);
	opacity: 1;
}

/* #add-units{
    .modal-top{
        .input-blocks{
            margin-bottom: 4px;
        }
    }
    .modal-btns{
        border-top: 1px solid $secondary-transparent;
        padding: 20px;
        .row{
            justify-content: flex-end;
        }
        .btn{
            font-size: $font-size-13;
            padding: 5px 12px;
            font-weight: $font-weight-medium;
        }
        .btn-cancel {
            background-color: $secondary;
        }
    }
    .close{
      width: 16px;
      height: 16px;
      background-color: $danger;
      color: $white;
      font-size: $font-size-13;
    }
}
#add-units-category{
    .close{
        width: 16px;
        height: 16px;
        background-color: $danger;
        color: $white;
        font-size: $font-size-13;
      }
      .modal-footer-btn{
        border-top: 1px solid $secondary-transparent;
        padding: 20px;
        margin-top: 0;
        .btn{
            font-size: $font-size-13;
            padding: 5px 12px;
            font-weight: $font-weight-medium;
        }
        .btn-cancel {
            background-color: $secondary;
        }
    }
    .modal-top{
        .input-blocks{
            margin-bottom: 4px;
        }
    }
} */
.modal-footer-btn.popup {
	margin-top: 0;
}

.pos-modal .modal-header h5 {
	margin-bottom: 0;
}

.custom-modal-header .page-title h4 {
	margin-bottom: 0;
}

.grid-showcase {
	margin-bottom: -10px;
}
.grid-showcase span,
.grid-showcase .grid-wrapper {
	display: block;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
	background-color: rgba(242, 243, 247, 0.7);
}

.grid-align {
	margin-bottom: -16px;
}

.grid-align .row {
	padding: 15px 0;
	min-height: 7rem;
	margin-bottom: 16px;
}

.grid-vertical {
	min-height: 150px;
	padding: 10px;
	color: #000000;
}

table.table-bordered thead tr th p {
	margin-bottom: 0;
}

/******* Vendors ******/
.select2-container {
	min-width: 100% !important;
}
.select2-container .select2-selection--single {
	height: 38px;
}

.select2-container--default .select2-selection--single {
	border: 1px solid var(--Stroke, rgba(145, 158, 171, 0.3));
	border-radius: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #646b72;
	line-height: 38px;
	border-radius: 5px;
	padding-left: 0.85rem;
	font-size: 14px;
	font-weight: 400;
}
.select2-container--default .select2-selection--single .select {
	width: 219px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px;
	right: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	position: absolute;
	top: 50%;
	left: 50%;
	border-color: #212b36;
	border-style: solid;
	border-width: 0 1.5px 1.5px 0;
	padding: 2px;
	height: 0;
	margin-left: -6px;
	margin-top: -3px;
	width: 0;
	transform: rotate(45deg) translateY(-50%);
	-webkit-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
}

.select2-container--default.select2-container--open
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-color: #000000;
	border-width: 1.5px 0 0 1.5px;
	margin-top: 3px;
	padding: 2px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: #fe9f43;
	color: #ffffff;
}

.select2-container--focus .select2-selection--single {
	background: #ffffff !important;
	border-color: #fe9f43;
}

span.select2-container.select2-container--default.select2-container--open {
	z-index: 9999;
}

.select2-container--classic .select2-selection--single,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple,
.select2-container--classic .select2-selection--single .select2-selection__arrow,
.select2-container--classic .select2-selection--single .select2-selection__rendered {
	border-color: #e6eaed;
	color: #212b36;
	height: 38px;
	line-height: 38px;
}

.select2-container--default .select2-selection--multiple {
	line-height: 27px;
	height: auto;
	min-height: 38px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	background-color: #155eef;
	border-color: #155eef;
	color: #ffffff;
}

table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:after {
	right: 0.5em !important;
	content: '\f107' !important;
	font-family: 'Font Awesome 5 Free';
	bottom: 12px !important;
	color: #babfc7 !important;
	font-size: 12px !important;
	opacity: 1 !important;
	position: absolute;
}

table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:before {
	right: 0.5em !important;
	content: '\f106' !important;
	font-family: 'Font Awesome 5 Free';
	top: 12px !important;
	color: #babfc7 !important;
	font-size: 12px !important;
	opacity: 1 !important;
	position: absolute;
}

table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting:after {
	display: none !important;
}

table.dataTable > thead .sku:before {
	display: block !important;
	content: '\edb6' !important;
	font-family: 'tabler-icons';
	top: 14px !important;
	color: #212b36 !important;
}

.dataTables_paginate .paging_numbers {
	float: right;
}

.dataTables_info {
	float: left;
	padding-right: 15px;
	font-size: 14px;
	color: #646b72;
	font-weight: 400;
	margin-top: -50px;
	padding-bottom: 20px;
}

.custom-select {
	min-width: 80px;
	background: url(../img/icons/dropdown.svg) no-repeat 95% 50%;
}

.dataTables_paginate .pagination li {
	margin: 0 5px;
}
.dataTables_paginate .pagination li a {
	background: var(--Stroke, rgba(145, 158, 171, 0.3));
	border-radius: 85px !important;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #5b6670;
	font-size: 12px;
}
.dataTables_paginate .pagination li a:hover {
	background: #fe9f43;
	color: #ffffff;
}
.dataTables_paginate .pagination li.active a.page-link {
	background: #fe9f43;
	border-color: #fe9f43;
	border-radius: 85px;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dataTables_paginate .pagination li.previous.disabled {
	width: 20px;
}
.dataTables_paginate .pagination li.previous.disabled a {
	background-color: transparent;
	border: 0;
	width: 20px;
}
.dataTables_paginate .pagination li.next.disabled {
	width: 20px;
}
.dataTables_paginate .pagination li.next.disabled a {
	background-color: transparent;
	border: 0;
	width: 20px;
}

.dataTables_length,
.dataTables_paginate {
	padding: 10px 15px;
}

div.dataTables_wrapper div.dataTables_info {
	padding-top: 23px;
	display: none;
}

table.dataTable thead > tr > th.no-sort.sorting_asc:before {
	display: none;
}

table.dataTable thead > tr > th.no-sort.sorting_asc::after {
	display: none;
}

table.dataTable thead > tr > th.no-sort.sorting:before {
	display: none;
}

table.dataTable thead > tr > th.no-sort.sorting::after {
	display: none;
}

.dataTables_length label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #646b72;
	font-size: 14px;
}
.dataTables_length label select {
	border: 1px solid #e6eaed;
	border-radius: 8px;
	margin: 0 8px;
	padding: 4px 25px 4px 10px;
	font-size: 12px;
}

table.dataTable {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.dataTables_filter + .dataTables_filter {
	display: none;
}

.dataview .dataTables_length,
.dataview .dataTables_info,
.dataview .dataTables_paginate {
	display: none !important;
}

.dataTables_length label:before {
	margin-right: 5px;
}

.dataTables_length {
	float: left;
	font-size: 12px;
}
@media (max-width: 766.98px) {
	.dataTables_length {
		float: none;
	}
}

/****** Layout ******/
.page-wrapper {
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin: 0 0 0 252px;
	padding: 65px 0 0;
	position: relative;
	left: 0;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
@media (max-width: 991.96px) {
	.page-wrapper {
		margin: 0;
		padding: 65px 0 0;
	}
}
.page-wrapper .content {
	padding: 24px;
	padding-bottom: 0;
	min-height: calc(100vh - 105px);
}
@media (max-width: 991.96px) {
	.page-wrapper .content {
		padding: 15px;
	}
}
.page-wrapper .content .add-item.new-sale-items {
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	width: 100%;
}

.page-wrapper.details-blk {
	padding: 0;
	margin: 0;
}

.page-wrapper-new {
	background: #ffffff;
	padding: 24px;
	border-radius: 8px;
}
.page-wrapper-new .card {
	border: none;
}
.page-wrapper-new .card .card-body {
	border-top: 1px solid #d3d5d7;
}
.page-wrapper-new .page-header {
	margin-bottom: 40px;
}
.page-wrapper-new .page-header h4 {
	font-size: 20px;
}
.page-wrapper-new .page-header .page-btn .btn-added {
	padding: 8px 8px;
}

.sidebarrightmenu .page-wrapper {
	margin: 0 0 0 350px;
}
@media (max-width: 991.96px) {
	.sidebarrightmenu .page-wrapper {
		margin: 0;
	}
}

.card .card-header .dropset {
	color: #646b72;
	padding: 0 10px;
}
.card .card-body .loss-data {
	display: flex;
	align-items: center;
	justify-content: end;
}
.card .card-body .loss-data .input-groupicon {
	margin-right: 10px;
}
@media (max-width: 574.98px) {
	.card .card-body .loss-data {
		display: block;
	}
}
.card .card-body .input-blocks label span {
	color: #ff0000;
}
.card .card-body .text-title {
	margin-bottom: 20px;
}
.card .card-body .text-title p {
	font-size: 16px;
	font-weight: 600;
	color: #092c4c;
}
.card .card-body .payroll-info {
	border-bottom: 1px solid #d3d5d7;
}
.card .card-body .payroll-info .status-updates {
	margin-left: 25%;
}
.card .card-body .payroll-info .status-updates .form-check-input:checked {
	background-color: #fe9f43;
	border-color: #fe9f43;
}
.card .card-body .payroll-info .status-updates .form-check-input:focus {
	box-shadow: none;
	border-color: #d3d5d7;
}
.card .card-body .payroll-title {
	margin: 20px 0 20px 0;
}
.card .card-body .payroll-title p {
	font-size: 16px;
	font-weight: 600;
	color: #092c4c;
}
.card .card-body .sub-form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #d3d5d7;
}
.card .card-body .sub-form .subadd-btn .btn-add {
	border-radius: 8px;
	border: 1px solid var(--Stroke, rgba(145, 158, 171, 0.3));
	background: #092c4c;
	color: #ffffff;
	padding: 7px 9px;
	margin-left: 20px;
	margin-bottom: -11px;
}
.card .card-body .view-btn {
	text-align: end;
}
.card .card-body .summary-blk {
	margin-bottom: 15px;
}
.card .card-body .summary-blk p {
	font-size: 14px;
	font-weight: 600;
	color: #092c4c;
}
.card .card-body .details td .view-product {
	border-radius: 6px;
	background: #f8f8f8;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.card .card-body .details td a {
	border-radius: 8px;
	border: 1px solid var(--Stroke, rgba(145, 158, 171, 0.3));
}
.card .card-body .details td a .feather-trash-2 {
	width: 14px;
	height: 14px;
	color: #ff0000;
}
.card .card-body .payslip-month {
	justify-content: space-between;
	align-items: center;
}
.card .card-body .payslip-month .month-of-slip h4 {
	font-weight: 700;
}
.card .card-body .emp-details {
	justify-content: space-between;
	align-items: center;
	background: #fafbfe;
	padding: 10px;
}
.card .card-body .emp-details .emp-name-id h6 {
	font-size: 15px;
	font-weight: 600;
}
.card .card-body .emp-details .emp-name-id h6 span {
	font-size: 15px;
	font-weight: 400;
	color: #646b72;
}
.card .card-body .emp-details .emp-location-info h6 {
	font-size: 15px;
	font-weight: 600;
}
.card .card-body .emp-details .emp-location-info h6 span {
	font-size: 15px;
	font-weight: 400;
	color: #646b72;
}

.btn-white {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	background-color: #ffffff;
	border: 1px solid #e6eaed;
	color: #212b36;
	border-radius: 5px;
}
.btn-white:hover {
	border: 1px solid #fe9f43;
	background: #fe9f43;
	color: #ffffff;
}

.mail-search .form-control {
	height: 40px;
}

.inputcheck {
	display: block;
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	color: #000000;
	font-weight: 500;
	font-size: 14px;
}
.inputcheck input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.inputcheck input:checked ~ .checkmark:after {
	display: block;
}
.inputcheck .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border: 1px solid #a6aaaf;
	background: #f9fafb;
	border-radius: 5px;
}
.inputcheck .checkmark:after {
	content: '';
	position: absolute;
	display: none;
}
.inputcheck .checkmark:after {
	position: absolute;
	top: 3px;
	left: 6px;
	width: 5px;
	height: 10px;
	border: solid #fe9f43;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.inputcheck input:checked ~ .checkmark {
	border: 1px solid #fe9f43;
}

.animation-tada {
	animation: tada 1.5s ease infinite;
}

.quantity-btn svg {
	stroke: 1px;
	width: 16px;
	height: 16px;
}

.footer p {
	color: #212b36;
}

#collapse-header svg {
	width: 22px;
	height: 22px;
}

.page-wrapper .page-header .back-btn {
	display: flex;
	gap: 10px;
}
.page-wrapper .page-header .back-btn .page-display a {
	padding: 7px;
	background-color: #092c4c;
	color: #ffffff;
	display: flex;
	align-items: center;
	gap: 8px;
	border-radius: 8px;
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	border-radius: 50px !important;
}

::-webkit-scrollbar-track {
	background: #a6aaaf;
}

::-webkit-scrollbar-thumb {
	background: #fe9f43;
}

::-webkit-scrollbar-thumb:hover {
	background: #a6aaaf;
}

.swal2-header .swal2-title {
	font-size: 18px;
}

.none {
	display: none !important;
}

.text-red {
	color: #ff0000 !important;
}

.text-green {
	color: #3eb780 !important;
}

.input-blocks input[type='text']:focus {
	border-color: #e6eaed;
}

.input-group .scanner-set {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	background: #fe9f43;
	border-radius: 5px !important;
	width: 40px;
	color: #ffffff;
	font-weight: 600;
	padding: 0;
}
.input-group .scanner-set:hover {
	background: #212b36;
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	border-radius: 50px !important;
}

::-webkit-scrollbar-track {
	background: #a6aaaf;
}

::-webkit-scrollbar-thumb {
	background: #fe9f43;
}

::-webkit-scrollbar-thumb:hover {
	background: #a6aaaf;
}

.swal2-header .swal2-title {
	font-size: 18px;
}

.none {
	display: none !important;
}

.text-red {
	color: #ff0000 !important;
}

.text-green {
	color: #3eb780 !important;
}

.input-blocks input[type='text']:focus {
	border-color: #e6eaed;
}

.page-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	margin-bottom: 24px;
}
.page-header .breadcrumb {
	margin-bottom: 0;
}
@media (max-width: 574.98px) {
	.page-header {
		margin-bottom: 20px;
		flex-direction: column;
		align-items: self-start;
	}
}
.page-header h3 {
	font-weight: 700;
	color: #092c4c;
	font-size: 18px;
}
@media (max-width: 991.96px) {
	.page-header h3 {
		font-size: 14px;
	}
}
.page-header h4 {
	margin-bottom: 5px;
}
@media (max-width: 991.96px) {
	.page-header h4 {
		font-size: 18px;
	}
}
.page-header h6 {
	font-size: 14px;
	color: #646b72;
	font-weight: 400;
}
@media (max-width: 991.96px) {
	.page-header h6 {
		font-size: 12px;
	}
}
@media (max-width: 574.98px) {
	.page-header h6 {
		font-size: 12px;
		margin-bottom: 20px;
	}
}
.page-header .btn-filter {
	background: #fe9f43;
	width: 34px;
	height: 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	padding: 0;
}
.page-header .btn-filter:hover {
	background: linear-gradient(46.62deg, #fe9f43 0%, #423b93 93.64%);
}
.page-header .page-btn {
	margin-left: 8px;
}
@media (max-width: 574.98px) {
	.page-header .page-btn {
		margin-left: 0;
		margin-top: 10px;
	}
}
.page-header .btn-added {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	background: #fe9f43;
	padding: 5px 8px;
	color: #ffffff;
	font-weight: 500;
	font-size: 13px;
	border-radius: 8px;
}
.page-header .btn-added:active {
	color: #ffffff;
}
.page-header .btn-added img {
	filter: brightness(0) invert(1);
}
.page-header .btn-added:hover {
	background: #212b36;
}
.page-header .btn-added .me-2 {
	width: 16px;
	height: 16px;
}
.page-header .btn-added.downloader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	background: #092c4c;
	padding: 9px 11px;
	color: #ffffff;
	font-weight: 700;
	font-size: 14px;
	border-radius: 8px;
	margin: 0 15px 0 15px;
}
.page-header .btn-added.downloader img {
	filter: brightness(0) invert(1);
}
@media (max-width: 991.96px) {
	.page-header .btn-added.downloader {
		padding: 10px 10px;
	}
}
.page-header .btn-added.downloader:hover {
	background: #fe9f43;
}
.page-header .btn-added.downloader .me-2 {
	width: 16px;
	height: 16px;
}
.page-header .btn-added.printer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	background: #ff0000;
	padding: 9px 11px;
	color: #ffffff;
	font-weight: 700;
	font-size: 14px;
	border-radius: 8px;
}
.page-header .btn-added.printer img {
	filter: brightness(0) invert(1);
}
@media (max-width: 991.96px) {
	.page-header .btn-added.printer {
		padding: 10px 10px;
	}
}
.page-header .btn-added.printer:hover {
	background: #092c4c;
}
.page-header .btn-added.printer .me-2 {
	width: 16px;
	height: 16px;
}
@media (max-width: 766.98px) {
	.page-header .add-item {
		display: block !important;
	}
	.page-header .add-item .page-btn {
		margin-left: 0;
	}
}
@media (max-width: 574.98px) {
	.page-header .add-item .page-btn {
		margin-left: 0;
		margin-bottom: 24px;
	}
}
.page-header .add-item .page-title.modal-datail {
	line-height: 2;
}
.page-header .add-item.d-flex {
	margin-right: auto;
}
.page-header .add-item.payslip-list {
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	width: 100%;
}

.page-header.paysilp-header {
	padding: 24px;
	margin-bottom: 0;
	border-radius: 8px 8px 0px 0px;
	background: #fafbfe;
}

.table-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	margin-bottom: 25px;
}
@media (max-width: 574.98px) {
	.table-top {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: flex-start;
	}
	.table-top .wordset {
		margin-top: 25px;
	}
}

.search-set {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
@media (max-width: 574.98px) {
	.search-set {
		width: 100%;
	}
}
.search-set .search-input {
	position: relative;
}
@media (max-width: 574.98px) {
	.search-set .search-input {
		width: 100%;
	}
}
.search-set .search-input input[type='search'] {
	height: 38px;
	border-radius: 8px;
	padding: 0.45rem 0.85rem 0.45rem 1.875rem;
	font-size: 14px;
}
.search-set .search-input input[type='search']::placeholder {
	color: #a6aaaf;
	opacity: 1;
}
@media (max-width: 1199.96px) {
	.search-set .search-input input[type='search'] {
		width: 220px;
	}
}
@media (max-width: 991.96px) {
	.search-set .search-input input[type='search'] {
		width: 200px;
	}
}
@media (max-width: 574.98px) {
	.search-set .search-input input[type='search'] {
		width: 100%;
	}
}
.search-set .search-input .btn-searchset {
	border-radius: 50px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
	border: 0;
	line-height: 0;
}
.search-set .search-input .btn-searchset .feather-search {
	width: 14px;
	height: 14px;
	color: #a6aaaf;
}

.search-path {
	margin-left: auto;
}
@media (max-width: 574.98px) {
	.search-path {
		margin-right: 0;
		margin-left: 0;
	}
}
@media (max-width: 574.98px) {
	.search-path {
		margin-top: 24px;
	}
}
.search-path .info-img {
	width: 16px;
	height: 16px;
	color: #ffffff;
}
.search-path .btn-filter {
	background: #fe9f43;
	width: 36px;
	height: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	padding: 0;
	margin-right: 15px;
}
.search-path .btn-filter span {
	display: none;
}
.search-path .btn-filter:hover {
	background: #212b36;
}
.search-path .btn-filter.setclose {
	background: #ff0000;
}
.search-path .btn-filter.setclose > img {
	display: none;
}
.search-path .btn-filter.setclose span {
	display: block;
}
.search-path .btn-filter.setclose span img {
	display: block;
}
.search-path .btn-filter span {
	display: none;
}
.search-path .btn-filter > img {
	display: block;
}

.form-sort {
	position: relative;
	width: 149px;
	height: 38px;
}
.form-sort .info-img {
	position: absolute;
	top: 50%;
	z-index: 100;
	width: 16px;
	height: 16px;
	left: 0;
	margin-left: 10px;
	color: #646b72;
	transform: translateY(-50%);
	line-height: normal;
}
@media (max-width: 574.98px) {
	.form-sort {
		margin-top: 24px;
	}
}

.swal2-actions .swal2-confirm {
	margin-right: 10px;
}

.wordset ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.wordset ul li {
	margin: 0 10px;
}
.wordset ul li a {
	display: block;
}

.custom-control.custom-checkbox .checkboxs {
	line-height: 1;
}

.custom-control.custom-checkbox .checkmarks {
	border-radius: 5px;
}

.custom-control.custom-checkbox .checkboxs input {
	cursor: auto;
}

.checkboxs {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	user-select: none;
}
.checkboxs input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkboxs input ~ .checkmarks {
	border: 1px solid #e6eaed;
	background-color: #ffffff;
	border-radius: 5px;
}
.checkboxs input:checked ~ .checkmarks {
	background-color: #fe9f43;
	border-color: #fe9f43;
}
.checkboxs input:checked ~ .checkmarks:after {
	display: block;
}
.checkboxs .checkmarks {
	height: 16px;
	width: 16px;
	position: absolute;
	top: 0;
	left: 0;
}
.checkboxs .checkmarks:after {
	content: '';
	position: absolute;
	display: none;
}
.checkboxs .checkmarks:after {
	left: 5px;
	top: 2px;
	width: 5px;
	height: 8px;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

th .checkboxs .checkmarks,
td .checkboxs .checkmarks {
	width: 18px;
	height: 18px;
}
th .checkboxs .checkmarks::after,
td .checkboxs .checkmarks::after {
	left: 6px;
	top: 3px;
}

.image-upload {
	border: 1px solid rgba(145, 158, 171, 0.32);
	position: relative;
	margin-bottom: 35px;
	border-radius: 5px;
}
.image-upload:hover {
	background: #d3d5d7;
}
.image-upload.image-upload-two {
	margin-bottom: 0;
	width: 120px;
	height: 120px;
	border: 1px dashed rgba(145, 158, 171, 0.32);
}
.image-upload.image-upload-two .image-uploads {
	padding: 43px 0;
}
.image-upload input[type='file'] {
	width: 100%;
	opacity: 0;
	height: 100%;
	position: relative;
	z-index: 9;
	cursor: pointer;
	color: #a6aaaf;
}
.image-upload .image-uploads {
	text-align: center;
	width: 100%;
	padding: 20px 0;
	border-radius: 5px;
	position: absolute;
	top: 0;
}
.image-upload .image-uploads h4 {
	font-size: 14px;
	font-weight: 500;
	color: #a6aaaf;
}
.image-upload.image-upload-new input[type='file'] {
	height: 258px;
}
.image-upload.image-upload-new .image-uploads {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	height: 100%;
	flex-direction: column;
}

.checktoggle {
	background-color: rgba(115, 103, 240, 0.2);
	border-radius: 12px;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 13px;
	margin-bottom: 0;
	position: relative;
	width: 25px;
}
.checktoggle:after {
	content: ' ';
	display: block;
	transform: translate(2px, -50%);
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	transition:
		left 300ms ease,
		transform 300ms ease;
	border-radius: 50%;
	transform: translate(2px, -50%);
	-webkit-transform: translate(2px, -50%);
	-ms-transform: translate(2px, -50%);
	position: absolute;
	top: 50%;
	left: 0;
}

.check:checked + .checktoggle:after {
	background-color: #ffffff;
	left: 100%;
	transform: translate(calc(-90% - 3px), -45%);
}

.check {
	display: block;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	position: absolute;
}
.check:checked + .checktoggle {
	background-color: #3eb780;
}

#filter_inputs,
#filter_inputs1,
#filter_inputs2,
#filter_inputs3 {
	border: 0;
	margin: 0;
}
#filter_inputs .card-body,
#filter_inputs1 .card-body,
#filter_inputs2 .card-body,
#filter_inputs3 .card-body {
	padding: 0 24px 24px 24px;
}

.authentication-check .checkboxs {
	padding-left: 22px;
}
.authentication-check .checkboxs .checkmarks {
	border-radius: 5px;
	top: 4px;
}

.input-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	width: 100%;
}

#filter_inputs,
#filter_inputs1,
#filter_inputs2 {
	display: none;
}

.input-blocks {
	margin-bottom: 25px;
	position: relative;
	/* input[type="text"],
  input[type="password"], input[type="email"] {
      border:1px solid rgba(145, 158, 171, 0.32);
      height: 40px;
      font-size: $font-size-base;
      font-weight: $font-weight-medium;
      color: $gray-900;
      @include margin-padding(null, 10px 10px);
      @include rounded(5px);
      width: 100%;
      &::placeholder{
          color: $gray-900;
          opacity: 1;
      }

  } */
}
.input-blocks.daterange-wraper input[type='text'] {
	padding: 10px 10px 10px 35px !important;
}
.input-blocks .info-img {
	position: absolute;
	top: 50%;
	z-index: 100;
	width: 12px;
	height: 12px;
	right: 10px;
	margin-left: 10px;
	color: #212b36;
	transform: translateY(-50%);
	line-height: normal;
}
.input-blocks .info-img.status-icon {
	margin-top: 2px;
}
.input-blocks label {
	margin-bottom: 8px;
	color: #212b36;
	font-weight: 500;
	font-size: 14px;
	display: block;
}
.input-blocks label .manitory {
	color: #ff0000;
}
.input-blocks .input-groupicon {
	position: relative;
}
.input-blocks .input-groupicon .addonset {
	position: absolute;
	right: 12px;
	top: 50%;
	line-height: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
@media (max-width: 991.96px) {
	.input-blocks .input-groupicon .addonset {
		display: none;
	}
}
.input-blocks .input-groupicon.select-code input[type='text'],
.input-blocks .input-groupicon.select-code input[type='password'] {
	padding: 0;
}
.input-blocks .input-groupicon.select-code input[type='text']::placeholder,
.input-blocks .input-groupicon.select-code input[type='password']::placeholder {
	padding-left: 10px !important;
}
.input-blocks .display-btn {
	color: #ffffff;
	border-radius: 8px;
	background: #092c4c;
	padding: 10px 34px;
	font-size: 14px;
	font-weight: 700;
}
.input-blocks .display-btn .info-img {
	position: absolute;
	top: 50%;
	z-index: 999;
	width: 16px;
	height: 16px;
	left: 5px;
	margin-left: 10px;
	margin-right: 8px;
	color: #ffffff;
	transform: translateY(-50%);
	line-height: normal;
}
.input-blocks .btn-filters {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	background: #fe9f43;
	color: #ffffff;
	width: 89px;
	height: 38px;
	border-radius: 8px;
	padding: 0;
}
.input-blocks .btn-filters:hover {
	background: #212b36;
}
.input-blocks .btn-filters:active {
	color: #ffffff;
	background: #212b36;
}
.input-blocks .btn-filters .feather-search {
	width: 16px;
	height: 16px;
	margin-right: 8px;
}
.input-blocks textarea {
	border: 1px solid rgba(145, 158, 171, 0.32);
	height: 100px;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	padding: 10px 15px;
	border-radius: 5px;
}
.input-blocks .text-form {
	width: 100%;
}

.input-blocks.date-group {
	margin-top: 29px;
}

.bd-placeholder-img {
	margin: 0.125rem;
}

.h-250 {
	height: 250px;
}

.sidebar-filter {
	display: none;
	height: 100%;
	width: 100%;
	z-index: 9999;
	position: fixed;
	top: 60px;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.6);
}
.sidebar-filter.opened {
	display: block;
}

@media (max-width: 574.98px) {
	.search-input label {
		width: 100%;
	}
}

@media (max-width: 574.98px) {
	.table-dropdown {
		display: block !important;
		width: 100%;
	}
}
@media (max-width: 574.98px) {
	.table-dropdown .dropdown {
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 10px;
	}
}
@media (max-width: 574.98px) {
	.table-dropdown .dropdown a {
		width: 100%;
	}
}
.table-dropdown .dropdown .dropdown-menu {
	padding: 0 !important;
}
@media (max-width: 574.98px) {
	.table-dropdown .dropdown .dropdown-menu {
		width: 100%;
	}
}

.dropdown .dropdown-toggle.show::after {
	color: #ffffff;
}

.add-image-upload {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	margin-bottom: 24px;
}
.add-image-upload .add-image {
	width: 120px;
	height: 120px;
	border: 1px dashed #e6eaed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	border-radius: 10px;
	margin-right: 24px;
	position: relative;
	flex-shrink: 0;
}
.add-image-upload .add-image span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	flex-direction: column;
}
.add-image-upload .add-image .image-close {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.badge.table-badge::before {
	position: relative;
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #ffffff;
	border-radius: 20px;
	margin-right: 4px;
}

.badge.table-badge.bg-light::before {
	background-color: #212b36;
}

.input-blocks.seacrh-barcode-item input {
	border: 1px solid #e6eaed !important;
	padding: 10px 10px 10px 32px;
	color: #212b36;
	box-shadow: none;
}
.input-blocks.seacrh-barcode-item input::placeholder {
	color: #a6aaaf !important;
}

.barcode-table table {
	margin-bottom: 0 !important;
}
.barcode-table th {
	border: none;
}
.barcode-table tr:last-child {
	border-bottom: none;
}
.barcode-table tr:last-child td {
	border-bottom: none !important;
}

.badge-pending {
	background-color: #06aed4 !important;
}

.badges.status-badge {
	font-size: 10px;
	padding: 6px;
	min-width: unset;
}

.qrcode-table table {
	margin-bottom: 0 !important;
}
.qrcode-table th {
	border: none;
}
.qrcode-table tr:last-child {
	border-bottom: none;
}
.qrcode-table tr:last-child td {
	border-bottom: none !important;
}

.modal-dialog.stock-adjust-modal.barcode-modal {
	max-width: 800px;
}

.purple-badge {
	background-color: #f2edfe;
	color: #6938ef;
	line-height: normal;
}

.input-blocks .input-groupicon.calender-input svg {
	top: 18px;
}

.total-order ul {
	border: 1px solid #e6eaed;
}
.total-order li {
	border-bottom: 1px solid #e6eaed;
}

.dataTables_paginate span {
	display: inline-flex;
}
.dataTables_paginate .ellipsis {
	margin-left: 8px;
	color: #646b72;
	font-weight: 700;
}
@media (max-width: 766.98px) {
	.dataTables_paginate .ellipsis {
		margin: 0 4px;
	}
}

.input-groupicon.calender-input.income-date input {
	min-width: 223px;
}
.input-groupicon.calender-input.income-date svg {
	left: 10px;
}

.btn-primaryadd.btn-generate {
	top: 33px;
}

.page-wrapper .nav-pills .nav-link {
	background-color: rgba(145, 158, 171, 0.3);
}
.page-wrapper .nav-pills .nav-link.active {
	background-color: #fe9f43;
	color: #ffffff;
}

.amount input {
	padding-left: 30px;
}
.amount i {
	position: absolute;
	left: 10px;
	bottom: 13px;
	color: #212b36;
}

.input-groupicon.calender-input.balance-sheet-date input {
	font-size: 13px;
	padding: 7px 12px 7px 30px;
	border: 1px solid #e6eaed;
	border-radius: 5px;
	color: #212b36;
	min-width: 212px;
	width: 100%;
}
.input-groupicon.calender-input.balance-sheet-date input::placeholder {
	color: #212b36;
	opacity: 1;
}
.input-groupicon.calender-input.balance-sheet-date svg {
	right: auto;
	left: 10px;
	top: 10px;
}

.table-head-top .dropdown .dropdown-toggle:after {
	position: absolute;
	right: 10px;
}

.image-field .profile-pic .close {
	position: absolute;
	right: 7px;
	top: 7px;
	width: 16px;
	height: 16px;
}

.profile-body input[type='file'] {
	height: 38px;
	position: absolute;
	left: 0;
	top: 0;
}
.profile-body .image-field .profile-pic .close {
	position: absolute;
	right: 7px;
	top: 7px;
	width: 16px;
	height: 16px;
	border: 0;
	font-weight: 700;
	background-color: #ff0000;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.profile-body .profile-pic-upload .profile-pic {
	border-style: solid;
}
@media (max-width: 574.98px) {
	.profile-body .profile-pic-upload .profile-pic {
		margin-right: 12px;
	}
}

.gift-card-details {
	max-width: 800px;
}

.table-comments .select2-container .select2-selection--single .select2-selection__rendered {
	padding-right: 25px;
}

.table-top-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
@media (max-width: 574.98px) {
	.table-top-head.low-stock-top-head {
		flex-wrap: wrap;
		justify-content: start;
	}
}
.table-top-head.low-stock-top-head li {
	margin-bottom: 10px;
}
.table-top-head.low-stock-top-head li:last-child {
	margin-right: 0;
}
.table-top-head li {
	margin-right: 8px;
	flex-shrink: 0;
}
.table-top-head li:last-child {
	margin-right: 0;
}
.table-top-head li #collapse-header {
	margin-right: 0;
}
@media (max-width: 991.96px) {
	.table-top-head li #collapse-header {
		display: none;
	}
}
.table-top-head li a {
	height: 35px;
	width: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	border: 1px solid #e6eaed;
	background: #ffffff;
	border-radius: 5px;
	padding: 4px;
}
.table-top-head li a img {
	width: 20px;
}
.table-top-head li a svg {
	color: #092c4c;
}
.table-top-head li a.btn-primary svg {
	color: #ffffff;
}
.table-top-head li a:hover {
	background: #e3e3e3;
}
.table-top-head li a label {
	margin-right: 10px;
}
.table-top-head li a.btn-secondary {
	background-color: #092c4c;
	color: #ffffff;
	padding: 3px 11px;
	font-weight: 500;
	font-size: 13px;
}
.table-top-head li a.btn-secondary:hover {
	background-color: #fe9f43;
}
.table-top-head li a.btn-secondary svg {
	width: 16px;
	margin-right: 5px;
	color: #ffffff;
}
@media (max-width: 766.98px) {
	.table-top-head li a.btn-secondary {
		font-size: 14px;
	}
}
.table-top-head li a .action-edit.sales-action {
	color: #3577f1;
}
.table-top-head li .status-toggle {
	height: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	border: 1px solid #d3d5d7;
	background: #ffffff;
	border-radius: 8px;
	padding: 6px 10px;
}
.table-top-head li .status-toggle label {
	margin-right: 10px;
}

svg.feather {
	width: 16px;
	height: 16px;
}

[data-theme='dark'] {
	--bs-heading-color: $darkmode-white;
	--dt-html-background: $darkmode-white;
	background-color: #0d0d0d;
	color: #d8dfee;
}
[data-theme='dark'] .searchinputs input {
	border-color: #0d0d0d;
	background: #2c2c50;
}
[data-theme='dark'] h1,
[data-theme='dark'] .h1,
[data-theme='dark'] h2,
[data-theme='dark'] .h2,
[data-theme='dark'] h3,
[data-theme='dark'] .h3,
[data-theme='dark'] h4,
[data-theme='dark'] .h4,
[data-theme='dark'] h5,
[data-theme='dark'] .h5,
[data-theme='dark'] h6,
[data-theme='dark'] .h6 {
	color: #d8dfee;
}
[data-theme='dark'][data-nav-color='grey'] .header {
	background: #0d0d0d;
}
[data-theme='dark'][data-nav-color='grey'] .header .user-menu .nav-item-box > a {
	background: #2c2c50;
}
[data-theme='dark'][data-nav-color='grey'] .sidebar .slimScrollDiv,
[data-theme='dark'][data-nav-color='grey'] .settings-sidebar .slimScrollDiv {
	background: #0d0d0d;
}
[data-theme='dark'][data-nav-color='grey'] .searchinputs input {
	border-color: #0d0d0d;
	background: #2c2c50;
}
[data-theme='dark'][data-layout-style='collapsed'][data-nav-color='grey'] aside {
	background: #0d0d0d;
}
[data-theme='dark'][data-layout-style='horizontal'] .sidebar.horizontal-sidebar {
	background: #0d0d0d;
	border-top-color: #2c2c50;
}
[data-theme='dark'][data-layout-style='horizontal']
	.horizontal-sidebar
	.sidebar-menu
	> ul
	> li.submenu
	ul {
	background: #0d0d0d;
}
[data-theme='dark'][data-layout-style='modern'] .page-wrapper .content {
	background: #0d0d0d;
}
[data-theme='dark']:root {
	--dt-html-background: $darkmode-white;
}
[data-theme='dark'][data-layout-style='collapsed'] aside {
	background-color: #0d0d0d;
}
[data-theme='dark'] .fc-unthemed th,
[data-theme='dark'] .fc-unthemed td,
[data-theme='dark'] .fc-unthemed thead,
[data-theme='dark'] .fc-unthemed tbody,
[data-theme='dark'] .fc-unthemed .fc-divider,
[data-theme='dark'] .fc-unthemed .fc-row,
[data-theme='dark'] .fc-unthemed .fc-popover {
	border-color: #2c2c50 !important;
}
[data-theme='dark'] div#global-loader {
	background-color: #0d0d0d !important;
}
[data-theme='dark'] body {
	background-color: #0d0d0d;
	color: #d8dfee;
}
[data-theme='dark'] body.header-collapse .header .header-left {
	background-color: #0d0d0d;
}
[data-theme='dark'] body.mini-sidebar .header-left .logo-white {
	display: none !important;
}
[data-theme='dark'] body.expand-menu .header-left .logo-white {
	display: block !important;
}
[data-theme='dark'] body .page-wrapper-new {
	background-color: #0d0d0d;
}
[data-theme='dark'] body label,
[data-theme='dark'] body .form-label,
[data-theme='dark'] body .form-control,
[data-theme='dark'] body .notes-summernote p {
	color: #d8dfee;
}
[data-theme='dark'] .header {
	background: #0d0d0d;
	border-bottom: 1px solid #1f2228;
}
[data-theme='dark'] .header .header-left {
	border-color: #1f2228;
	border-bottom: 1px solid #1f2228;
}
[data-theme='dark'] .header .header-left .logo-normal {
	display: none;
}
[data-theme='dark'] .header .header-left .logo-white {
	display: block !important;
}
[data-theme='dark'] table {
	background: #0d0d0d;
	--bs-table-bg: transparent;
}
[data-theme='dark'] .sidebar {
	border-right: 1px solid #1f2228;
	background-color: #0d0d0d;
}
[data-theme='dark'] .sidebar .slimScrollDiv {
	background: #0d0d0d;
}
[data-theme='dark'] .sidebar.collapsed-sidebar {
	border: 0;
}
[data-theme='dark'] .sidebar .sidebar-menu > ul > li.submenu ul {
	background: #0d0d0d;
	border-radius: 5px;
	padding: 10px 0;
}
[data-theme='dark'] .sidebar .sidebar-menu > ul > li.submenu ul li a {
	color: #7a8086;
}
[data-theme='dark'] .sidebar .sidebar-menu > ul > li a img {
	filter: brightness(0) saturate(100%) invert(65%) sepia(27%) saturate(206%) hue-rotate(165deg)
		brightness(93%) contrast(88%);
}
[data-theme='dark'] .sidebar .sidebar-menu > ul > li a span {
	color: #7a8086;
}
[data-theme='dark'] .sidebar .sidebar-menu > ul > li a:hover img {
	color: #7a8086;
}
[data-theme='dark'] .sidebar .sidebar-menu > ul > li a:hover svg {
	filter: brightness(0) saturate(100%) invert(65%) sepia(27%) saturate(206%) hue-rotate(165deg)
		brightness(93%) contrast(88%);
}
[data-theme='dark'] .sidebar .sidebar-menu > ul > li .submenu-hdr {
	color: #7a8086 !important;
}
[data-theme='dark'] .sidebar .sidebar-menu > ul > li.submenu-open ul,
[data-theme='dark'] .settings-sidebar .sidebar-menu > ul > li.submenu-open ul {
	border-bottom: 1px solid #1f2228;
}
[data-theme='dark'] .page-wrapper {
	background: #0d0d0d;
}
[data-theme='dark'] .page-wrapper.page-wrapper-three .content {
	background: #0d0d0d;
}
[data-theme='dark'] #toggle_btn:before {
	border: 2px solid #d8dfee;
}
[data-theme='dark'] .user-menu.nav > li > a.select-store .user-info .user-name {
	color: #d8dfee;
}
[data-theme='dark'] .user-info .user-name {
	color: #d8dfee;
}
[data-theme='dark'] .user-menu .nav-item-box > a {
	background: #092c4c;
}
[data-theme='dark'] .header-left.active #toggle_btn:after {
	border: 2px solid #d8dfee;
}
[data-theme='dark'] .dash-widget {
	background: #0d0d0d;
	border: 1px solid #1f2228;
}
[data-theme='dark'] .dash-widget .dash-widgetcontent h5 {
	color: #d8dfee;
}
[data-theme='dark'] .dash-widget .dash-widgetcontent h6 {
	color: #d8dfee;
}
[data-theme='dark'] .page-header h4,
[data-theme='dark'] .page-header h6 {
	color: #d8dfee;
}
[data-theme='dark'] .form-control {
	color: #d8dfee;
	border: 1px solid #1f2228;
}
[data-theme='dark'] select.form-control:focus {
	color: #d8dfee;
}
[data-theme='dark'] .input-blocks label {
	color: #d8dfee;
}
[data-theme='dark'] .dataTables_info {
	color: #d8dfee;
}
[data-theme='dark'] .setvaluecash ul li a {
	color: #d8dfee;
}
[data-theme='dark'] .inbox-menu li a i {
	color: #d8dfee;
}
[data-theme='dark'] .card {
	background-color: #0d0d0d;
	border: 1px solid #1f2228;
}
[data-theme='dark'] .card .card-header {
	border-color: #1f2228;
}
[data-theme='dark'] .card .card-header .card-title {
	color: #d8dfee;
}
[data-theme='dark'] .card .card-body .card-title {
	color: #d8dfee;
}
[data-theme='dark'] .modal-content {
	background-color: #212b36;
}
[data-theme='dark'] .modal-content .modal-header {
	border-bottom: 1px solid #1f2228;
}
[data-theme='dark'] .inputcheck {
	color: #d8dfee;
}
[data-theme='dark'] .custom_radio {
	color: #d8dfee;
}
[data-theme='dark'] .fc th.fc-widget-header {
	background-color: #212b36;
	border-color: #2c2c50;
}
[data-theme='dark'] .fc-day {
	background-color: #212b36 !important;
}
[data-theme='dark'] .chat-cont-left .chat-scroll .media .media-body .user-name,
[data-theme='dark'] .chat-cont-left .chat-scroll .media .media-body .user-last-chat {
	color: #d8dfee;
}
[data-theme='dark'] .chat-cont-left .chat-scroll .media.active,
[data-theme='dark'] .chat-cont-left .chat-scroll .media:hover {
	background: #212b36;
}
[data-theme='dark'] .chat-cont-right ul.list-unstyled .media.sent .media-body .msg-box p {
	color: #092c4c;
}
[data-theme='dark'] .inbox-menu li a {
	color: #d8dfee;
}
[data-theme='dark'] .increment-decrement .quantity-field {
	color: #d8dfee;
}
[data-theme='dark'] .select2-results__options {
	color: #37404a;
}
[data-theme='dark'] .image-upload .image-uploads h4 {
	color: #d8dfee;
}
[data-theme='dark'] .horizontal-sidebar {
	background: #0d0d0d;
	border-top: 1px solid #1f2228;
}
[data-theme='dark'] .horizontal-sidebar.side-three {
	border-color: #1f2228;
}
[data-theme='dark'] .horizontal-sidebar .sidebar-menu > ul > li > a span {
	color: #7a8086;
}
[data-theme='dark'] .horizontal-sidebar .sidebar-menu > ul > li > a img,
[data-theme='dark'] .horizontal-sidebar .sidebar-menu > ul > li > a svg {
	filter: brightness(0) saturate(100%) invert(65%) sepia(27%) saturate(206%) hue- rotate(165deg)
		brightness(93%) contrast(88%);
}
[data-theme='dark'] .horizontal-sidebar .sidebar-menu > ul > li.submenu ul {
	background: #0d0d0d;
}
[data-theme='dark'] .horizontal-sidebar .sidebar-menu > ul > li.submenu ul li a {
	color: #7a8086;
}
[data-theme='dark'] .horizontal-sidebar .sidebar-menu > ul > li.submenu ul li img,
[data-theme='dark'] .horizontal-sidebar .sidebar-menu > ul > li.submenu ul li svg {
	filter: brightness(0) saturate(100%) invert(65%) sepia(27%) saturate(206%) hue-rotate(165deg)
		brightness(93%) contrast(88%) !important;
}
[data-theme='dark'] .horizontal-sidebar .sidebar-menu > ul > li.submenu ul li > ul {
	box-shadow: none;
}
[data-theme='dark']
	.sidebar.side-three.horizontal-sidebar
	.sidebar-menu
	> ul
	> li
	ul
	li.submenu
	a
	svg {
	filter: brightness(0) saturate(100%) invert(65%) sepia(27%) saturate(206%) hue-rotate(165deg)
		brightness(93%) contrast(88%);
}
[data-theme='dark']
	.sidebar.side-three.horizontal-sidebar
	.sidebar-menu
	> ul
	> li
	ul
	li.submenu
	ul
	li
	a {
	color: #7a8086;
}
[data-theme='dark'] .table thead {
	background: #0d0d0d;
	border-bottom: 1px solid #0d0d0d;
}
[data-theme='dark'] .table thead tr:hover {
	background: transparent;
}
[data-theme='dark'] .table thead tr th {
	color: #d8dfee;
}
[data-theme='dark'] .table tbody tr:hover {
	background: transparent;
}
[data-theme='dark'] .table tbody tr td {
	color: #d8dfee;
	border-bottom: 1px solid #1f2228;
	background: #0d0d0d;
}
[data-theme='dark'] .table tbody tr td a {
	color: #d8dfee !important;
}
[data-theme='dark'] .table tbody tr td a:hover {
	color: #fe9f43 !important;
}
[data-theme='dark'] .table tbody tr td.action-table-data .edit-delete-action a:hover {
	background-color: rgb(40, 142, 199);
	border-color: rgb(40, 142, 199);
}
[data-theme='dark'] .table tbody tr td.action-table-data .edit-delete-action .confirm-text:hover {
	background-color: #ff0000;
	border-color: #ff0000;
}
[data-theme='dark'] .table tbody tr td.action-table-data a .action-eye {
	color: #d8dfee;
}
[data-theme='dark'] .sidebar.collapsed-sidebar .ui-aside .nav-item .nav-link {
	border-bottom: #1f2228;
}
[data-theme='dark'] .sidebar.collapsed-sidebar .sidebar-menu ul li a img {
	filter: brightness(0) saturate(100%) invert(65%) sepia(27%) saturate(206%) hue-rotate(165deg)
		brightness(93%) contrast(88%);
}
[data-theme='dark'] .select2-results__option {
	background: #212b36;
	color: #d8dfee;
}
[data-theme='dark'] .custom-file-container label {
	color: #d8dfee;
}
[data-theme='dark'] .select2-dropdown {
	border: 2px solid #26264e;
}
[data-theme='dark'] .swal2-popup {
	background-color: #212b36;
}
[data-theme='dark'] .swal2-popup .swal2-title {
	color: #d8dfee;
}
[data-theme='dark'] .swal2-popup .swal2-html-container {
	color: #d8dfee;
}
[data-theme='dark'] .searchinputs input {
	border: 1px solid #1f2228;
	background: #0d0d0d;
	color: #d8dfee;
}
[data-theme='dark'] .searchinputs input::placeholder {
	color: #7a8086;
}
[data-theme='dark'] .image-upload-new .productviewscontent .productviewsname h2,
[data-theme='dark'] .image-upload-new .productviewscontent .productviewsname h3 {
	color: #7a8086;
}
[data-theme='dark'] .split-card::before,
[data-theme='dark'] .split-card::after {
	background: #1f2228;
}
[data-theme='dark'] input[type='email'] {
	border: 1px solid #4d555e;
}
[data-theme='dark'] .tabs-set .nav-tabs .nav-link {
	background: #0d0d0d;
	color: #d8dfee;
}
[data-theme='dark'] .tabs-set .nav-tabs .nav-link.active {
	background: #fe9f43;
	color: #ffffff;
}
[data-theme='dark'] .bor-b1 {
	border-bottom: 1px solid #1f2228;
}
[data-theme='dark'] .total-order ul li {
	border: 1px solid #1f2228;
}
[data-theme='dark'] .total-order ul li:first-child {
	border-top: 1px solid #1f2228;
}
[data-theme='dark'] .total-order ul li h4 {
	border-right: 1px solid #1f2228;
}
[data-theme='dark'] hr {
	background-color: #1f2228;
	border-top: 1px solid #1f2228;
}
[data-theme='dark'] .inputcheck .checkmark {
	background: transparent;
}
[data-theme='dark'] .productset {
	background-color: #212b36;
	border: 1px solid #1f2228;
}
[data-theme='dark'] .productset .productsetcontent h4 {
	color: #7a8086;
}
[data-theme='dark'] .graph-sets .btn-light {
	background-color: #0d0d0d !important;
	color: #7a8086 !important;
	border: 1px solid #1f2228 !important;
	box-shadow: none;
}
[data-theme='dark'] .graph-sets .btn-light:hover {
	color: #7a8086 !important;
}
[data-theme='dark'] .graph-sets .btn-white {
	background-color: #0d0d0d;
	color: #7a8086;
}
[data-theme='dark'] .graph-sets .btn-white:hover {
	color: #7a8086;
}
[data-theme='dark'] .graph-sets .dropdown-menu {
	background-color: #0d0d0d;
	border: 1px solid #1f2228;
}
[data-theme='dark'] .graph-sets .dropdown-menu .dropdown-item {
	color: #7a8086;
}
[data-theme='dark'] .graph-sets .dropdown-menu .dropdown-item:hover {
	color: #7a8086;
	background: #212b36;
}
[data-theme='dark'] .view-all-link a {
	color: #d8dfee;
}
[data-theme='dark'] .view-all-link a:hover {
	color: #fe9f43;
}
[data-theme='dark'] .header .dropdown-menu {
	background: #0d0d0d;
	color: #d8dfee;
}
[data-theme='dark'] .order-list .orderid h4,
[data-theme='dark'] .order-list .orderid h5 {
	color: #d8dfee;
}
[data-theme='dark'] .productimg .productcontet h4 {
	color: #d8dfee;
}
[data-theme='dark'] .topnav-dropdown-header {
	border-bottom: 1px solid #1f2228;
}
[data-theme='dark'] .topnav-dropdown-header .notification-title {
	color: #d8dfee;
}
[data-theme='dark'] .topnav-dropdown-footer {
	border-top: 1px solid #1f2228;
}
[data-theme='dark'] .topnav-dropdown-footer a {
	color: #d8dfee;
}
[data-theme='dark'] .topnav-dropdown-footer a:hover {
	color: #fe9f43;
}
[data-theme='dark'] .user-menu.nav > li > a.select-store {
	border: 1px solid #1f2228;
}
[data-theme='dark']
	.custom-file-container
	.custom-file-container__custom-file__custom-file-control__button {
	color: #d8dfee;
}
[data-theme='dark'] .notifications .notification-list li {
	border-bottom: 1px solid #1f2228;
}
[data-theme='dark'] .notifications .notification-list li .noti-title {
	color: #d8dfee;
}
[data-theme='dark'] .notifications .notification-list li .noti-details {
	color: #7a8086;
}
[data-theme='dark'] .notifications .notification-list li .notification-time {
	color: #7a8086;
}
[data-theme='dark'] .user-menu.nav li.flag-nav .dropdown-menu .dropdown-item {
	color: #7a8086;
}
[data-theme='dark'] .user-menu.nav li.flag-nav .dropdown-menu .dropdown-item.active {
	color: #ffffff;
}
[data-theme='dark'] .user-menu.nav li.flag-nav .dropdown-menu .dropdown-item:hover {
	background: #212b36 url(../img/icons/check.svg) no-repeat calc(100% - 12px) center;
}
[data-theme='dark'] .user-menu.nav.nav > li > a.dropdown-toggle.nav-link.show {
	background: #212b36;
}
[data-theme='dark'] .profilename .profileset h5,
[data-theme='dark'] .profilename .profileset h6 {
	color: #7a8086;
}
[data-theme='dark'] .header .menu-drop-user .dropdown-item {
	color: #7a8086;
}
[data-theme='dark'] .header .menu-drop-user .dropdown-item:hover {
	color: #7a8086;
	background: #212b36;
}
[data-theme='dark'] .card.bg-white {
	background-color: #212b36 !important;
}
[data-theme='dark'] .card .card-header {
	background-color: #0d0d0d;
}
[data-theme='dark'] .card .card-header .dropset {
	color: #7a8086;
}
[data-theme='dark'] .card .card-footer {
	background-color: #212b36;
}
[data-theme='dark']
	.custom-file-container
	.custom-file-container__custom-file__custom-file-control {
	border: 1px solid #1f2228;
}
[data-theme='dark']
	.custom-file-container
	.custom-file-container__custom-file__custom-file-control
	.custom-file-container__custom-file__custom-file-control__button {
	border-left: 1px solid #1f2228;
}
[data-theme='dark'] .scanner-set img {
	filter: brightness(0) saturate(100%) invert(65%) sepia(27%) saturate(206%) hue-rotate(165deg)
		brightness(93%) contrast(88%);
	width: 16px;
}
[data-theme='dark'] .dropdown-menu {
	background: #0d0d0d;
	color: #d8dfee;
}
[data-theme='dark'] .dropdown-menu .dropdown-item {
	color: #7a8086;
}
[data-theme='dark'] .dropdown-menu .dropdown-item:hover {
	color: #7a8086;
	background: #212b36;
}
[data-theme='dark'] .page-header h3 {
	color: #d8dfee;
}
[data-theme='dark'] .search-set .search-input input[type='search'] {
	border: 1px solid #1f2228;
}
[data-theme='dark'] .search-set .search-input input[type='search']::placeholder {
	color: #d8dfee;
}
[data-theme='dark'] .input-blocks input[type='text'],
[data-theme='dark'] .input-blocks input[type='password'],
[data-theme='dark'] .select2-container--default .select2-selection--single,
[data-theme='dark'] .select2-container--focus .select2-selection--single,
[data-theme='dark'] .form-control,
[data-theme='dark'] .form-select,
[data-theme='dark'] .select2-container--default .select2-selection--multiple {
	background: #0d0d0d !important;
	color: #d8dfee;
}
[data-theme='dark'] .input-blocks input[type='text']::placeholder,
[data-theme='dark'] .input-blocks input[type='password']::placeholder,
[data-theme='dark'] .select2-container--default .select2-selection--single::placeholder,
[data-theme='dark'] .select2-container--focus .select2-selection--single::placeholder,
[data-theme='dark'] .form-control::placeholder,
[data-theme='dark'] .form-select::placeholder,
[data-theme='dark'] .select2-container--default .select2-selection--multiple::placeholder {
	color: #d8dfee;
}
[data-theme='dark'] .select2-container--default .select2-results__option[aria-selected='true'] {
	background: #212b36 !important;
	color: #d8dfee !important;
}
[data-theme='dark']
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	color: #d8dfee;
	border-color: #1f2228;
	border: 1px solid #1f2228;
}
[data-theme='dark'] .select2-container--default .select2-selection--single {
	border-color: #1f2228;
	border: 1px solid #1f2228;
}
[data-theme='dark'] .select2-container--focus .select2-selection--single {
	border-color: #1f2228;
	border: 1px solid #1f2228;
}
[data-theme='dark'] .input-blocks input[type='text']:focus {
	border-color: #1f2228;
}
[data-theme='dark']
	.custom-file-container
	.custom-file-container__custom-file__custom-file-control {
	background: #212b36;
	color: #d8dfee;
	border-color: transparent;
}
[data-theme='dark'] .input-group-text {
	background: #212b36;
	color: #d8dfee;
	border: 1.5px solid rgba(145, 158, 171, 0.32);
}
[data-theme='dark'] .image-upload:hover {
	background: #212b36;
}
[data-theme='dark'] .productdetails > ul > li h4 {
	color: #7a8086;
}
[data-theme='dark'] .profile-set .profile-top .profile-contentname h2 {
	color: #d8dfee;
}
[data-theme='dark'] .total-order ul li h4 {
	background: #212b36;
}
[data-theme='dark'] .total-order ul li h5 {
	color: #d8dfee;
}
[data-theme='dark'] .product-details {
	background: #212b36;
}
[data-theme='dark'] .product-details h6 {
	color: #d8dfee;
}
[data-theme='dark'] .comp-section .card-header {
	border: 1px solid #1f2228;
}
[data-theme='dark'] .comp-section .nav-tabs.nav-tabs-solid {
	background-color: #212b36;
}
[data-theme='dark'] .list-group-item {
	background: #212b36;
	color: #d8dfee;
}
[data-theme='dark'] .bg-white {
	background-color: #212b36 !important;
}
[data-theme='dark'] .section-header .section-title {
	color: #d8dfee;
}
[data-theme='dark'] .breadcrumb .breadcrumb-item a {
	color: #d8dfee;
}
[data-theme='dark'] .product-list ul li .productviews .productviewscontent .productviewsname h2,
[data-theme='dark'] .product-list ul li .productviews .productviewscontent .productviewsname h3 {
	color: #d8dfee;
}
[data-theme='dark']
	.select2-container--default.select2-container--open
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-color: #d8dfee;
}
[data-theme='dark'] .alertify .ajs-header {
	background: #212b36;
}
[data-theme='dark'] .alertify .ajs-dialog {
	background: #212b36;
}
[data-theme='dark'] .alertify .ajs-footer {
	background: #212b36;
}
[data-theme='dark'] .alertify .ajs-footer .ajs-buttons .ajs-button {
	color: #d8dfee;
}
[data-theme='dark'] .bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::after,
[data-theme='dark'] .bs-popover-top > .popover-arrow::after {
	border-top-color: #1f2228;
}
[data-theme='dark'] .popover {
	background-color: #212b36;
	border: 1px solid #1f2228;
}
[data-theme='dark'] .popover .popover-header {
	background-color: #212b36;
	border-bottom: 1px solid #1f2228;
}
[data-theme='dark'] .popover .popover-body {
	color: #d8dfee;
}
[data-theme='dark'] .scroll-demo {
	border: 1px solid #1f2228;
}
[data-theme='dark'] .timeline:before {
	background-color: #1f2228;
}
[data-theme='dark'] .timeline > li > .timeline-panel {
	border: 1px solid #1f2228;
}
[data-theme='dark'] .timeline > li > .timeline-panel::before {
	border-top: 8px solid transparent;
	border-right: 0 solid #1f2228;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #1f2228;
}
[data-theme='dark'] .timeline > li > .timeline-panel::after {
	border-top: 7px solid transparent;
	border-right: 0 solid #1f2228;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #1f2228;
}
[data-theme='dark'] .timeline > li.timeline-inverted > .timeline-panel:after {
	border-right-width: 7px;
	border-left-width: 0;
}
[data-theme='dark'] .timeline > li.timeline-inverted > .timeline-panel::before {
	border-right-width: 8px;
	border-left-width: 0;
}
[data-theme='dark'] .twitter-bs-wizard .twitter-bs-wizard-nav .nav-link::after {
	background-color: #1f2228;
}
[data-theme='dark'] .btn-white {
	background-color: #0d0d0d;
	border: 1px solid #1f2228;
	color: #d8dfee;
}
[data-theme='dark'] .calendar-events:hover {
	background-color: #1f2228;
	border: 1px solid #1f2228;
	color: #d8dfee;
}
[data-theme='dark'] .fc-button {
	color: #d8dfee;
	background: #092c4c;
	text-shadow: none;
}
[data-theme='dark'] .sidebar.side-three.horizontal-sidebar .sidebar-menu > ul > li > a span {
	color: #7a8086 !important;
}
[data-theme='dark'] .sidebar.side-three.horizontal-sidebar .sidebar-menu > ul > li > a img,
[data-theme='dark'] .sidebar.side-three.horizontal-sidebar .sidebar-menu > ul > li > a svg {
	filter: brightness(0) saturate(100%) invert(65%) sepia(27%) saturate(206%) hue-rotate(165deg)
		brightness(93%) contrast(88%);
}
[data-theme='dark'] .cardhead .card-header {
	border-bottom: 1px solid #1f2228;
}
[data-theme='dark'] .sidebar-content {
	background: #212b36;
}
[data-theme='dark'] .sidebar-content .sidebar-header {
	border: 1px solid #1f2228;
}
[data-theme='dark'] .sidebar-content .sidebar-header h5 {
	color: #ffffff;
}
[data-theme='dark'] .sidebar-content .sidebar-header a img {
	filter: brightness(0) saturate(100%) invert(65%) sepia(27%) saturate(206%) hue-rotate(165deg)
		brightness(93%) contrast(88%);
}
[data-theme='dark'] .sidebar-content .switch-wrapper {
	border-bottom: 1px solid #1f2228;
}
[data-theme='dark'] .sidebar-content .layout-wrap .status-text {
	color: #d8dfee;
}
[data-theme='dark'] .sidebar-content .layout-wrap .status-toggle .checktoggle {
	background: #d8dfee;
}
[data-theme='dark'] .login-logo.logo-normal {
	display: none;
}
[data-theme='dark'] .login-logo.logo-white {
	display: block !important;
}
[data-theme='dark'] .login-wrapper .login-content .login-userheading h3,
[data-theme='dark'] .login-wrapper .login-content .login-userheading h4 {
	color: #d8dfee;
}
[data-theme='dark'] .login-wrapper .login-content .form-login label {
	color: #d8dfee;
}
[data-theme='dark'] .login-wrapper .login-content .signinform h4 {
	color: #d8dfee;
}
[data-theme='dark'] .login-wrapper .login-content .signinform h4 a {
	color: #d8dfee;
}
[data-theme='dark'] .login-wrapper .login-content .form-sociallink ul li a {
	color: #d8dfee;
}
[data-theme='dark'] .login-wrapper .login-content .form-sociallink ul li a:hover {
	color: #ffffff;
}
[data-theme='dark'] .login-wrapper .login-content .form-login input {
	background: #212b36 !important;
	color: #d8dfee;
}
[data-theme='dark'] .login-wrapper .login-content .form-login input::placeholder {
	color: #d8dfee;
}
[data-theme='dark'] .welcome {
	background-color: #0d0d0d;
	color: #d8dfee;
}
[data-theme='dark'] .table-top-head li a {
	background-color: #0d0d0d;
	border: 1px solid #1f2228;
}
[data-theme='dark'] .table-top-head li a svg {
	color: #d8dfee;
}
[data-theme='dark'] .table-top-head li a:hover {
	background: #212b36;
}
[data-theme='dark'] .sales-cards .card h3,
[data-theme='dark'] .sales-cards .card p {
	color: #d8dfee !important;
}
[data-theme='dark'] .main-chat-blk .all-chats {
	background: #092c4c;
}
[data-theme='dark'] .main-chat-blk .chat-member-details .member-details ul li span,
[data-theme='dark'] .main-chat-blk .chat-member-details .member-details ul li h5 {
	color: #646b72;
}
[data-theme='dark'] .main-chat-blk .right-sidebar .right-sidebar-wrap {
	background: #0d0d0d;
}
[data-theme='dark'] .main-chat-blk .sidebar-body .profile-name {
	color: #d8dfee;
}
[data-theme='dark'] .main-chat-blk .chat-page-wrapper .card-header-head h4 {
	color: #d8dfee;
}
[data-theme='dark'] .main-chat-blk .chat-page-wrapper .left-chat-title {
	border-bottom-color: #646b72;
	background: #0d0d0d;
}
[data-theme='dark'] .main-chat-blk .chat-page-wrapper .dropdown-menu {
	background: #0d0d0d;
	border-color: #646b72;
}
[data-theme='dark'] .main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item {
	color: #d8dfee;
}
[data-theme='dark'] .main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item i {
	color: #d8dfee;
}
[data-theme='dark'] .main-chat-blk .top-online-contacts {
	background: #0d0d0d;
}
[data-theme='dark'] .main-chat-blk .sidebar-body {
	background: #0d0d0d;
}
[data-theme='dark'] .main-chat-blk .sidebar .user-list li a {
	border-color: #646b72;
}
[data-theme='dark'] .main-chat-blk .sidebar .user-list li .users-list-body h5,
[data-theme='dark'] .main-chat-blk .sidebar .user-list li .users-list-body p {
	color: #d8dfee;
}
[data-theme='dark']
	.main-chat-blk
	.sidebar
	.user-list
	li
	.users-list-body
	.last-chat-time
	.text-muted {
	color: #b8bcc9 !important;
}
[data-theme='dark'] .main-chat-blk .chat {
	background: #0d0d0d;
}
[data-theme='dark'] .main-chat-blk .chat .chat-header {
	background: #0d0d0d;
	box-shadow: none;
}
[data-theme='dark'] .main-chat-blk .chat .chat-header .user-details h5,
[data-theme='dark'] .main-chat-blk .chat .chat-header .user-details small {
	color: #d8dfee;
}
[data-theme='dark'] .main-chat-blk .chat .chat-header li a i {
	color: #67748e;
}
[data-theme='dark'] .main-chat-blk .chat .chat-body .messages .chat-profile-name h6 {
	color: #d8dfee;
}
[data-theme='dark'] .main-chat-blk .main-wrapper .content .sidebar-group .sidebar {
	border-right-color: #646b72;
}
[data-theme='dark'] .part-name.sub-part-name,
[data-theme='dark'] .recession-meet-blk .partispant-blk span a {
	background: #092c4c;
}
[data-theme='dark'] .part-name.sub-part-name h4,
[data-theme='dark'] .recession-meet-blk .partispant-blk span a h4 {
	color: #d8dfee;
}
[data-theme='dark'] .more-icon a {
	background: #092c4c;
}
[data-theme='dark'] .recession-meet-blk .reccession-head h5 {
	color: #d8dfee;
}
[data-theme='dark'] .welcome button,
[data-theme='dark'] .welcome a {
	border-color: #1f2228;
	color: #d8dfee;
}
[data-theme='dark'] .bar-code-view {
	border-color: #1f2228;
}
[data-theme='dark'] .productdetails > ul > li {
	border-color: #1f2228;
}
[data-theme='dark'] .productdetails > ul > li h4 {
	border-color: #1f2228;
}
[data-theme='dark'] .productdetails > ul > li:last-child {
	border-color: #1f2228;
}
[data-theme='dark'] .productdetails > ul > li:first-child {
	border-color: #1f2228;
}
[data-theme='dark'] .right-user-side .slimscroll {
	background: #0d0d0d;
	border-color: #646b72;
}
[data-theme='dark'] .right-user-side .slimscroll .left-chat-title {
	background: #092c4c;
	border-bottom-color: #646b72 !important;
}
[data-theme='dark'] .right-user-side .slimscroll .left-chat-title .chat-title h4 {
	color: #d8dfee;
}
[data-theme='dark'] .right-user-side .slimscroll .chat-footer {
	background: #0d0d0d;
}
[data-theme='dark'] .right-user-side.right-side-party .slimscroll {
	background: #0d0d0d;
	border-color: #646b72;
}
[data-theme='dark'] .right-user-side.right-side-party .slimscroll .left-chat-title {
	background: #092c4c;
}
[data-theme='dark'] .right-user-side.right-side-party .slimscroll .left-chat-title .chat-title h4 {
	color: #d8dfee;
}
[data-theme='dark'] .right-user-side.right-side-party .slimscroll .chat-footer {
	background: #0d0d0d;
}
[data-theme='dark']
	.right-user-side.right-side-party
	.slimscroll
	.card-body-blk
	.user-list
	.user-list-item {
	background: #092c4c;
}
[data-theme='dark'] .history-modal-profile .right-sidebar-profile {
	background: #0d0d0d;
}
[data-theme='dark'] .modal-profile-detail .modal-userlist li {
	color: #d8dfee;
}
[data-theme='dark'] .fc-unthemed td {
	color: #d8dfee;
}
[data-theme='dark'] .notes-dash {
	background: #0d0d0d;
	border-color: #1f2228;
}
[data-theme='dark'] .notes-dash .notes-top-head {
	border-bottom: 1px solid #1f2228;
}
[data-theme='dark'] .notes-dash .notes-top-head h5 {
	color: #d8dfee;
}
[data-theme='dark'] .notes-dash .content-submenu-tag h6 {
	color: #d8dfee;
}
[data-theme='dark'] .notes-page-wrapper .content .section-bulk-wrap {
	background: #0d0d0d;
	box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.7);
}
[data-theme='dark'] .notes-page-wrapper .content .section-card-body .notes-card-details {
	background: #0d0d0d;
	box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.1);
	border-color: #1f2228;
}
[data-theme='dark']
	.notes-page-wrapper
	.content
	.section-card-body
	.notes-card-details
	.notes-card-body
	a {
	color: #646b72;
}
[data-theme='dark']
	.notes-page-wrapper
	.content
	.section-card-body
	.notes-card-details
	.notes-wrap-content
	h4
	a {
	color: #d8dfee;
}
[data-theme='dark'] .notes-page-wrapper .content .section-card-body .dropdown-menu {
	border-color: #1f2228;
}
[data-theme='dark'] .notes-page-wrapper .content .notes-card-body .dropdown-menu {
	border-color: #1f2228;
	box-shadow: unset;
}
[data-theme='dark']
	.notes-page-wrapper
	.content
	.section-notes-slider
	.notes-card
	.notes-card-body
	a {
	color: #646b72;
}
[data-theme='dark']
	.notes-page-wrapper
	.content
	.section-notes-slider
	.notes-card
	.notes-slider-content
	h4
	a {
	color: #d8dfee;
}
[data-theme='dark'] .todo-today-content .todo-today-header h3 {
	color: #d8dfee;
}
[data-theme='dark'] .todo-wrapper-list {
	background: #0d0d0d;
	border-color: #1f2228;
}
[data-theme='dark'] .todo-wrapper-list .todo-inbox-check .todo-wrapper-list-content h4 {
	color: #d8dfee;
}
[data-theme='dark'] .dropdown-menu.notes-menu a.dropdown-item {
	color: #7a8086;
}
[data-theme='dark'] .notes-header h3 {
	color: #d8dfee;
}
[data-theme='dark'] .custom-modal-header {
	background: #092c4c;
}
[data-theme='dark'] .custom-modal-header .page-title h4 {
	color: #d8dfee;
}
[data-theme='dark'] .search-set .search-input .btn-searchset {
	color: #5b6670;
}
[data-theme='dark'] .accordion {
	background: transparent;
	--bs-accordion-bg: $darkmode-white;
}
[data-theme='dark'] .accordion .accordion-item {
	background: #0d0d0d;
}
[data-theme='dark'] .accordion-card-one .accordion-item .accordion-button:not(.collapsed) {
	background: transparent !important;
}
[data-theme='dark'] .accordion-card-one .accordion-item .accordion-button .addproduct-icon h5 {
	color: #d8dfee;
}
[data-theme='dark'] .card .card-body.add-product .text-editor.add-list.add .custom-filed {
	background: transparent;
}
[data-theme='dark'] .bootstrap-tagsinput {
	background: #0d0d0d;
	border: 1px solid #4d555e;
}
[data-theme='dark'] .product-quantity {
	background: #0d0d0d;
}
[data-theme='dark'] .product-quantity span {
	color: #d8dfee;
}
[data-theme='dark'] .product-quantity input {
	background: #0d0d0d;
	color: #d8dfee;
}
[data-theme='dark'] .searchinputs.list input {
	background: #0d0d0d;
}
[data-theme='dark'] .table-top-head li .status-toggle {
	background: #0d0d0d;
}
[data-theme='dark'] .barcode-content-list {
	background: #0d0d0d;
}
[data-theme='dark'] .barcode-content-list .search-modal-header {
	background: #212b36;
}
[data-theme='dark'] .barcode-content-list .paper-search-size .search-toggle-list p {
	color: #d8dfee;
}
[data-theme='dark'] .barcode-scanner-link {
	background: #0d0d0d;
}
[data-theme='dark'] .barcode-scanner-link h6 {
	color: #d8dfee;
}
[data-theme='dark'] .seacrh-barcode-item .searchInput {
	background: #0d0d0d;
}
[data-theme='dark'] .barcode-scan-header h5 {
	color: #d8dfee;
}
[data-theme='dark'] .modal-body-table {
	background: #212b36;
}
[data-theme='dark'] span.customer-toggle,
[data-theme='dark'] .status-label {
	color: #d8dfee;
}
[data-theme='dark'] .layout-drop-item .drop-item-head h5,
[data-theme='dark'] p {
	color: #d8dfee;
}
[data-theme='dark'] .total-employees {
	background: #0d0d0d;
}
[data-theme='dark'] .total-employees h6 {
	color: #d8dfee;
}
[data-theme='dark'] .employee-grid-profile {
	border-color: #4d555e;
	background: #0d0d0d;
}
[data-theme='dark'] .employee-grid-profile ul.department {
	background: #212b36;
}
[data-theme='dark'] .employee-grid-profile ul.department li {
	color: #d8dfee;
}
[data-theme='dark'] .employee-grid-profile .profile-info.department-profile-info {
	background: #212b36;
}
[data-theme='dark'] aside {
	border-color: #1f2228;
}
[data-theme='dark'] aside.product-order-list .block-section {
	border-color: #1f2228;
}
[data-theme='dark'] aside.product-order-list .btn-block {
	border-color: #1f2228;
}
[data-theme='dark'] .product-wrap .product-list .action a {
	border-color: #1f2228;
}
[data-theme='dark'] .pos-categories,
[data-theme='dark'] aside,
[data-theme='dark'] .pos-products .product-info .img-bg {
	background: #0d0d0d;
}
[data-theme='dark'] aside.product-order-list .order-total,
[data-theme='dark'] aside.product-order-list .order-total table {
	background: #212b36;
}
[data-theme='dark'] .product-wrap .product-list {
	box-shadow: none;
	background: #212b36;
}
[data-theme='dark'] .pos-categories h5,
[data-theme='dark'] .pos-categories h6,
[data-theme='dark'] .order-list h5,
[data-theme='dark'] .order-list h6,
[data-theme='dark'] .pos-products .product-info h6.product-name a,
[data-theme='dark'] .product-wrap .product-list .qty-item .dec,
[data-theme='dark'] .product-wrap .product-list .qty-item .inc,
[data-theme='dark'] aside.product-order-list .payment-method .methods .default-cover a span,
[data-theme='dark'] .product-wrap .product-list .info h6 a,
[data-theme='dark'] .file-manager aside h5,
[data-theme='dark'] .file-manager aside ul li a,
[data-theme='dark'] .file-manager h4,
[data-theme='dark'] .file-manager h6 a,
[data-theme='dark'] .file-manager .accordion .accordion-item .accordion-button::after,
[data-theme='dark'] .fc-toolbar h2,
[data-theme='dark'] .file-manager,
[data-theme='dark'] .file-manager .card,
[data-theme='dark'] .search-dropdown .search-info h6,
[data-theme='dark'] .search-dropdown .search-info h6 svg,
[data-theme='dark'] .search-set .search-input .btn-searchset .feather-search {
	color: #d8dfee;
}
[data-theme='dark'] .file-manager aside .dropdown > a .feather-16,
[data-theme='dark'] .file-manager aside ul li a .feather-16,
[data-theme='dark'] .file-manager .project-plan ul li,
[data-theme='dark'] .file-manager .project-plan label,
[data-theme='dark'] .file-manager .page-header .btn-added .feather-16 {
	color: #ffffff;
}
[data-theme='dark'] aside.product-order-list .head,
[data-theme='dark'] .file-manager .info,
[data-theme='dark'] .file-manager .folders {
	background: #212b36;
}
[data-theme='dark'] .file-manager .folders {
	border-color: #1f2228;
	background: #0d0d0d;
}
[data-theme='dark'] .file-manager .folders,
[data-theme='dark'] .file-manager .info {
	box-shadow: none;
}
[data-theme='dark'] aside.product-order-list .payment-method .methods .default-cover img {
	filter: invert(75%) sepia(66%) saturate(1955%) hue-rotate(327deg) brightness(103%) contrast(102%);
}
[data-theme='dark'] .page-wrapper .content.settings-content,
[data-theme='dark'] .settings-sidebar {
	background: #0d0d0d;
}
[data-theme='dark']
	.settings-wrapper
	.settings-sidebar
	.sidebar-menu
	.submenu-open
	ul
	.submenu
	a
	span {
	color: #d8dfee;
}
[data-theme='dark']
	.settings-wrapper
	.settings-sidebar
	.sidebar-menu
	.submenu-open
	ul
	.submenu
	a.active {
	background: transparent;
}
[data-theme='dark']
	.settings-wrapper
	.settings-sidebar
	.sidebar-menu
	.submenu-open
	ul
	.submenu
	a.active.subdrop {
	background: transparent;
}
[data-theme='dark']
	.settings-wrapper
	.settings-sidebar
	.sidebar-menu
	.submenu-open
	ul
	.submenu
	a
	svg {
	color: #67748e;
}
[data-theme='dark'] .security-settings ul li .security-btn .manage-btn {
	color: #d8dfee;
}
[data-theme='dark'] .security-settings ul li .security-type .security-icon {
	background: #092c4c;
}
[data-theme='dark'] .connected-app-card ul {
	background: #0d0d0d;
	box-shadow: 0px 4px 60px 0px #37404a;
}
[data-theme='dark'] .header-left #toggle_btn svg,
[data-theme='dark'] .btn-row .btn svg {
	color: #ffffff;
}
[data-theme='dark'] .table.profit-table thead,
[data-theme='dark'] .table.profit-table tbody .profit-table-bg td {
	background: #092c4c;
	color: #d8dfee;
}
[data-theme='dark'] .comming-soon-pg .coming-soon-box {
	background: #092c4c;
	opacity: 0.9;
}
[data-theme='dark'] .comming-soon-pg .coming-soon-box .coming-soon-timer li {
	background: #092c4c;
	color: #d8dfee;
}
[data-theme='dark'] .comming-soon-pg .coming-soon-box .coming-soon-timer li span {
	color: #d8dfee;
}
[data-theme='dark'] .login-wrapper.bg-img .login-content {
	background: #092c4c;
	opacity: 0.9;
}
[data-theme='dark'] .login-wrapper .login-content .login-logo {
	display: none;
}
[data-theme='dark'] .pos-modal .modal-header,
[data-theme='dark'] .pos-modal#hold-order h2 {
	background: #0d0d0d;
	color: #d8dfee;
}
[data-theme='dark'] .pos-modal#orders .order-body .record table {
	background: transparent;
}
[data-theme='dark'] .tabs_wrapper ul.tabs li {
	background: #092c4c;
}
[data-theme='dark'] .pos-category .default-cover h6 a {
	color: #d8dfee;
}
[data-theme='dark'] .pos-category .default-cover span {
	color: #b8bcc9;
}
[data-theme='dark'] .pos-category .owl-item {
	background: #092c4c;
	box-shadow: none;
	border-color: #1f2228;
}
[data-theme='dark'] .pos-category .owl-item h6 a {
	color: #d8dfee;
}
[data-theme='dark'] aside.product-order-list h6 {
	color: #d8dfee;
}
[data-theme='dark'] aside.product-order-list .head h5 {
	color: #d8dfee;
}
[data-theme='dark'] #print-receipt .modal-body .tax-invoice span,
[data-theme='dark'] #print-receipt .modal-body table thead th,
[data-theme='dark'] #print-receipt .modal-body table tbody tr table tr:last-child td {
	color: #d8dfee;
}
[data-theme='dark'] aside.product-order-list .order-total table tr td {
	border-bottom: none;
}
[data-theme='dark'] #print-receipt .modal-body table {
	background: none;
}
[data-theme='dark'] .sidebar-footer {
	background: #0d0d0d;
}
[data-theme='dark'] .sidebar-content .theme-head h6 {
	color: #d8dfee;
}
[data-theme='dark'] table tbody td.action-table-data a {
	background: #092c4c;
}
[data-theme='dark'] .disabled > .page-link {
	color: #67748e;
}
[data-theme='dark'] .apply-leave {
	background: #0d0d0d;
}
[data-theme='dark'] .card .card-body .payslip-month .month-of-slip h4 {
	color: #d8dfee;
}
[data-theme='dark'] .paysilp-table-border th,
[data-theme='dark'] .payslip-border-bottom th {
	color: #d8dfee;
}
[data-theme='dark'] .card .card-body .emp-details .emp-name-id h6 {
	color: #d8dfee;
}
[data-theme='dark'] .card .card-body .emp-details .emp-name-id span {
	color: #5b6670;
}
[data-theme='dark'] .card .card-body .emp-details .emp-location-info h6 {
	color: #d8dfee;
}
[data-theme='dark'] .card .card-body .emp-details .emp-location-info span {
	color: #5b6670;
}
[data-theme='dark'] .pay-slip-box .card .card-body .emp-details.justify-content-start {
	background: #0d0d0d;
}
[data-theme='dark'] .card .card-body .emp-details {
	background: #0d0d0d;
}
[data-theme='dark'] .connected-app-card ul li .security-title h5,
[data-theme='dark'] .appearance-settings h6,
[data-theme='dark'] .logo-company li .logo-info h6 {
	color: #d8dfee;
}
[data-theme='dark'] .localization-info .setting-info h6 {
	color: #d8dfee;
}
[data-theme='dark'] .login-wrapper .login-content.user-login .login-userset {
	background: #0d0d0d;
	border-color: #0d0d0d;
	box-shadow: unset;
}
[data-theme='dark'] .custom-alert1 {
	background: #212529;
}
[data-theme='dark'] .custom-alert-icon {
	background: #212529 !important;
}
[data-theme='dark'] .accordion-button,
[data-theme='dark'] .accordion .accordion-button.collapsed {
	background: transparent !important;
}
[data-theme='dark'] .accordion-button::after,
[data-theme='dark'] .accordion .accordion-button.collapsed::after {
	background: #212529;
}
[data-theme='dark'] .accordion-body {
	background: #0d0d0d;
}
[data-theme='dark'] .offcanvas {
	background: #0d0d0d;
	color: #d8dfee !important;
}
[data-theme='dark'] .activity .activity-list li {
	background-color: #0d0d0d;
	border: 1px solid #1f2228;
}
[data-theme='dark'] .activity .activity-list li .activity-content {
	background-color: #0d0d0d;
}
[data-theme='dark'] .activity .activity-list li a {
	color: #4d555e;
}
[data-theme='dark'] .activity .activity-list li a:hover {
	color: #fe9f43;
}
[data-theme='dark'] .activity .activity-list li a.name {
	color: #90959b;
}
[data-theme='dark'] .activity .activity-list li a.name:hover {
	color: #fe9f43;
}
[data-theme='dark']
	.select2-container--default
	.select2-results__option--highlighted[aria-selected] {
	background: #ff9f43 !important;
	color: #fff !important;
}
[data-theme='dark'] .profile-pic-upload .profile-pic span {
	color: #d8dfee;
}
[data-theme='dark'] .search-dropdown .search-info {
	border-bottom: 1px solid #646b72;
}
[data-theme='dark'] .card .card-body.add-product .addproduct-icon {
	border-color: #1f2228;
}
[data-theme='dark'] .add-product .add-icon a {
	color: #b8bcc9;
}
[data-theme='dark'] .table-responsive {
	border-top: 1px solid #1f2228;
}
[data-theme='dark'] .appearance-settings .theme-type-images .theme-image {
	background: #092c4c;
	border-color: #092c4c;
	box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.1);
}
[data-theme='dark'] .attendance-widget .card .card-body .card.attendance {
	background: #0d0d0d;
}
[data-theme='dark'] .audio-call-group ul li .user-audio-call h5 {
	color: #d8dfee;
}
[data-theme='dark'] .record-time span {
	color: #d8dfee;
}
[data-theme='dark'] .bank-box.active::after {
	background-color: #37404a;
}
[data-theme='dark'] .bank-box .bank-header .bank-name h6 {
	color: #d8dfee;
}
[data-theme='dark'] .bank-box .bank-header .bank-name p {
	color: #d8dfee;
}
[data-theme='dark'] .bank-box .bank-info h6 {
	color: #d8dfee;
}
[data-theme='dark'] .settings-wrapper .settings-sidebar .sidebar-menu .menu-arrow {
	background-color: #d8dfee;
}
[data-theme='dark'] .settings-wrapper .settings-sidebar .sidebar-menu .menu-arrow::before {
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #000000;
}
[data-theme='dark'] .legendLabel {
	color: #d8dfee;
}
[data-theme='dark'] .main-chat-blk .chat .chat-body .messages .chats .message-content {
	background: #092c4c;
	color: #d8dfee;
}
[data-theme='dark'] .main-chat-blk .chat .chat-body .messages .file-download {
	background: #092c4c;
}
[data-theme='dark']
	.main-chat-blk
	.chat
	.chat-body
	.messages
	.file-download
	.file-details
	span.file-name {
	color: #d8dfee;
}
[data-theme='dark'] .main-chat-blk .chat .chat-body .messages .file-download .file-details ul li {
	color: #d8dfee;
}
[data-theme='dark'] .main-chat-blk .chat_form {
	border: 1px solid #1f2228;
	box-shadow: 0px 4px 4px #37404a;
}
[data-theme='dark'] .main-chat-blk .chat-date {
	background: #092c4c;
	color: #d8dfee;
	border: 1px solid #1f2228;
}
[data-theme='dark'] .main-chat-blk .chat-date:before {
	background-color: #1f2228;
}
[data-theme='dark'] .main-chat-blk .chat-line:before {
	background-color: #1f2228;
}
[data-theme='dark'] .notes-page-wrapper .content .page-add-notes {
	border-bottom: 1px solid #1f2228;
}
[data-theme='dark'] .file-manager aside {
	box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.7);
}
[data-theme='dark'] .file-manager aside h5 {
	border-bottom: 1px solid #1f2228;
}
[data-theme='dark'] .seprator-lg {
	border-bottom: 1px solid #1f2228;
}
[data-theme='dark'] .pos-modal.upload-modal .modal-body ul li h6 a {
	color: #d8dfee;
}
[data-theme='dark'] .pos-modal.upload-modal .modal-body p {
	color: #d8dfee;
}
[data-theme='dark'] .social-media-icons li a i {
	color: #d8dfee;
}
[data-theme='dark'] .employee-grid-profile .dropdown.profile-action svg {
	color: #d8dfee;
}
[data-theme='dark'] .login-wrapper .login-content .login-userset .my-4 p {
	color: #d8dfee;
}
[data-theme='dark'] .alert-secondary {
	background-color: rgba(9, 44, 76, 0.8);
	color: #ffffff;
	border-color: rgba(9, 44, 76, 0.8);
}
[data-theme='dark'] .badge.text-dark {
	color: #ffffff;
}
[data-theme='dark'] .btn-outline-secondary {
	border: 1px solid #3577f1 !important;
	color: #3577f1 !important;
}
[data-theme='dark'] .btn-outline-light {
	border: 1px solid #f9fafb;
	color: #f9fafb !important;
}
[data-theme='dark'] .btn.text-dark {
	color: #ffffff !important;
}
[data-theme='dark'] .callout-info {
	background-color: rgba(23, 162, 184, 0.25);
	border-color: rgba(23, 162, 184, 0.5);
	color: #ffffff;
}
[data-theme='dark'] .callout-warning {
	background-color: rgba(255, 153, 0, 0.25);
	border-color: rgba(255, 153, 0, 0.5);
	color: #ffffff;
}
[data-theme='dark'] .callout-danger {
	background-color: rgba(255, 0, 0, 0.25);
	border-color: rgba(255, 0, 0, 0.5);
	color: #ffffff;
}
[data-theme='dark'] .grid-vertical {
	color: #fff;
}
[data-theme='dark'] .grid-vertical .bg-light {
	background-color: transparent !important;
}
[data-theme='dark'] .grid-showcase .text-dark {
	color: #ffffff !important;
}
[data-theme='dark'] .btn.btn-secondary-light {
	background-color: rgba(9, 44, 76, 0.5);
	color: #489be6;
}
[data-theme='dark'] .nav-tabs .nav-tabs-rounded {
	border-radius: 50px;
}
[data-theme='dark'] .card .card-footer {
	background-color: transparent;
	color: #d8dfee;
}
[data-theme='dark'] .file-manager .all-files {
	box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.7);
}
[data-theme='dark'] .form-floating > .form-control-plaintext ~ label::after {
	background-color: transparent;
}
[data-theme='dark'] .form-select {
	border-color: #4d555e;
}
[data-theme='dark'] .productdetails > ul > li h6 {
	color: #ffffff;
}
[data-theme='dark'] .connected-app-card ul {
	box-shadow: 0px 4px 6px 0px rgba(231, 231, 231, 0.17);
}
[data-theme='dark'] .login-wrapper .login-content.user-login .login-userset {
	box-shadow: 0px 4px 6px 0px rgba(190, 190, 190, 0.27);
}
[data-theme='dark'] .sales-cards .card.color-info h3 {
	color: #ffffff !important;
}
[data-theme='dark'] .sales-cards .card.color-info p {
	color: #ffffff !important;
}
[data-theme='dark'] .table.table-borderless tr td .head-text {
	color: #d8dfee;
}
[data-theme='dark'] .accordion .accordion-item {
	background: transparent;
}
[data-theme='dark'] .card-text {
	color: #d8dfee;
}
[data-theme='dark']
	.login-wrapper.login-new
	.login-content.user-login
	.login-userset
	form
	.otp-box
	input {
	background: transparent;
}
[data-theme='dark'] .file-manager .accordion .accordion-item {
	border-bottom: 1px solid #1f2228;
}
[data-theme='dark'] .main-chat-blk .review-files p {
	color: #d8dfee;
}
[data-theme='dark'] .main-chat-blk .chat-action-col > a {
	color: #646b72;
}
[data-theme='dark'] .social-authent-settings .connected-app-card ul li:first-child {
	border-bottom: 1px solid #1f2228;
}
[data-theme='dark'] .notes-page-wrapper .content .section-notes-slider {
	border-bottom: 1px solid #1f2228;
}
[data-theme='dark']
	.notes-page-wrapper
	.content
	.section-card-body
	.notes-card-details
	.notes-wrap-content {
	border-bottom: 1px solid #1f2228;
}
[data-theme='dark'] .notes-dash .notes-top-head-submenu {
	border-bottom: 1px solid #1f2228;
}
[data-theme='dark'] .login-body .login-wrapper .terms li a {
	color: #d8dfee;
}
[data-theme='dark'] .input-blocks .bootstrap-tagsinput .tag {
	background: #0d0d0d;
	color: #d8dfee;
	border-color: #4d555e;
}
[data-theme='dark'] .company-info {
	border-bottom: 1px solid #1f2228;
}
[data-theme='dark'] .apply-leave .leave-apply .leave-date p {
	color: #d8dfee;
}
[data-theme='dark'] .main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item:hover {
	color: #212b36;
}
[data-theme='dark'] .form-floating > .form-control:not(:placeholder-shown) ~ label::after {
	background-color: transparent;
}
[data-theme='dark'] .form-select option {
	background-color: transparent;
}
[data-theme='dark'] .selected-language {
	color: #d8dfee;
}
[data-theme='dark'] .file-manager aside {
	box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.7);
}
[data-theme='dark'] .file-manager aside h6 {
	color: #d8dfee;
}
[data-theme='dark'] .table {
	border-color: #1f2228;
}
[data-theme='dark'] .table tr th {
	border-color: #1f2228;
	color: #d8dfee;
}
[data-theme='dark'] .table.table-primary tr th {
	background-color: #0d0d0d;
}
[data-theme='dark'] .pos-category .owl-nav button.owl-next,
[data-theme='dark'] .pos-category .owl-nav button.owl-prev {
	background-color: #0d0d0d;
	border: 1px solid #1f2228;
}
[data-theme='dark'] .pos-category .owl-nav button.owl-next i,
[data-theme='dark'] .pos-category .owl-nav button.owl-prev i {
	color: #d8dfee;
}
[data-theme='dark']
	.select2-container--default.select2-container--focus
	.select2-selection--multiple {
	border-color: #1f2228;
}
[data-theme='dark'] .select2-container--default .select2-selection--multiple {
	border-color: #1f2228;
}
[data-theme='dark'] textarea::placeholder {
	color: #d8dfee;
}
[data-theme='dark'] .bg-secondary-transparent {
	background: #181818 !important;
}
[data-theme='dark'] .user-menu.nav > li.pos-nav {
	border-color: #1f2228;
}
[data-theme='dark'] .user-menu.nav > li > a {
	color: #d8dfee;
}
[data-theme='dark'] .sidebar .sidebar-menu .menu-arrow,
[data-theme='dark'] .settings-sidebar .sidebar-menu .menu-arrow {
	background: #171717;
}
[data-theme='dark'] .dropdown > a,
[data-theme='dark'] .link-item {
	border-color: #1f2228;
}
[data-theme='dark'] .user-menu.nav > li.profile-nav .profileset {
	background: #131313;
}
[data-theme='dark'] .daterangepicker {
	background: #131313;
	border-color: #1f2228;
}
[data-theme='dark'] .daterangepicker .ranges li:hover {
	background: #171717;
}
[data-theme='dark'] .sale-widget .sale-icon {
	background: #e4e8ec !important;
}
[data-theme='dark'] table tbody td.action-table-data a {
	border-color: #1f2228;
}
[data-theme='dark'] table tbody td.action-table-data a .feather-edit {
	color: #d8dfee;
}
[data-theme='dark'] table tbody td.action-table-data a svg {
	color: #d8dfee;
}
[data-theme='dark'] .settings-wrapper .settings-sidebar .sidebar-menu h4 {
	color: #d8dfee;
	border-color: #1f2228;
}
[data-theme='dark'] .settings-wrapper .settings-sidebar,
[data-theme='dark'] .notification-table-responsive,
[data-theme='dark'] .new-logo a {
	border-color: #1f2228;
}
[data-theme='dark'] .text-gray-900 {
	color: #d8dfee !important;
}
[data-theme='dark'] .notification-table-responsive .table thead tr th {
	background: #131313;
}
[data-theme='dark'] .notification-table-responsive .table tbody tr td {
	color: #d8dfee;
}
[data-theme='dark'] .accordion-card-one .accordion-item {
	border-color: #1f2228;
}
[data-theme='dark'] .btn-group.custom-btn-group .btn {
	background: #2f343c;
	color: #d8dfee !important;
}
[data-theme='dark'] .header .dropdown-menu {
	box-shadow: none;
}
[data-theme='dark'] .link-item:hover {
	background: #2f343c;
	border-color: #1f2228;
}
[data-theme='dark'] .alert.bg-orange-transparent span {
	color: #fe9f43;
}
[data-theme='dark'] .alert.bg-orange-transparent > div {
	color: #fe9f43;
}
[data-theme='dark'] .header kbd {
	color: #d8dfee;
}
[data-theme='dark'] .header kbd img {
	filter: brightness(100);
}

.header {
	background: #ffffff;
	border-bottom: 1px solid #e6eaed;
	height: 65px;
	z-index: 999;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.header .flag-nav > a img {
	border-radius: 50%;
	width: 16px;
	height: 16px;
}
.header .searchinputs {
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.header .dropdown-menu {
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	transform: translate(0px, 100px);
	-webkit-transform: translate(0px, 100px);
	-ms-transform: translate(0px, 100px);
	box-shadow: 0px 4px 60px 0px rgba(231, 231, 231, 0.47);
	border: 0;
	margin-top: 15px !important;
}
@media (max-width: 991.96px) {
	.header .dropdown-menu {
		transition: none;
	}
}
.header .header-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	float: left;
	height: 65px;
	position: relative;
	text-align: center;
	width: 252px;
	z-index: 1;
	padding: 0 24px;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.header .header-left .logo {
	display: inline-block;
	line-height: 0;
}
.header .header-left .logo img {
	width: 130px;
}
@media (max-width: 991.96px) {
	.header .header-left .logo {
		text-align: center;
		width: 100%;
	}
}
.header .header-left .logo-small {
	display: none;
}
@media (max-width: 991.96px) {
	.header .header-left {
		position: absolute;
		width: 100%;
	}
}
@media (max-width: 991.96px) {
	.header .header-left #toggle_btn {
		display: none;
	}
}
@media (min-width: 991.98px) {
	.header #toggle_btn {
		float: left;
		font-size: 26px;
		line-height: 50px;
	}
	.header #toggle_btn .bar-icon {
		display: inline-block;
		width: 21px;
	}
	.header #toggle_btn .bar-icon span {
		background-color: #ffffff;
		display: block;
		float: left;
		height: 2px;
		width: 21px;
		margin: 0 0 5px;
		border-radius: 50px;
	}
	.header #toggle_btn .bar-icon span:nth-child(2) {
		width: 15px;
	}
}
.header .page-title-box {
	float: left;
	height: 60px;
	margin-bottom: 0;
	padding: 17px 20px;
	border-radius: 0;
}
@media (max-width: 991.96px) {
	.header .page-title-box {
		display: none;
	}
}
.header .page-title-box a {
	color: #fe9f43;
	font-size: 11px;
	font-weight: 700;
	border: 1px solid #fe9f43;
	margin: 0;
	padding: 5px;
	border-radius: 5px;
}
.header .page-title-box a:hover {
	background: #fe9f43;
	color: #ffffff;
}
.header .mobile_btn {
	display: none;
	float: left;
}
@media (max-width: 991.96px) {
	.header .mobile_btn {
		color: #fe9f43;
		font-size: 24px;
		height: 60px;
		line-height: 60px;
		width: 60px;
		z-index: 10;
		padding: 0 20px;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
	}
}
.header .responsive-search {
	display: none;
	color: #ffffff;
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	padding: 0 15px;
}
@media (max-width: 991.96px) {
	.header .responsive-search {
		display: block;
	}
}
.header .top-nav-search form {
	position: relative;
}
@media (max-width: 991.96px) {
	.header .top-nav-search form {
		display: none;
	}
}
.header .top-nav-search form .form-control {
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.15);
	height: 40px;
	padding: 10px 50px 10px 15px;
	border-radius: 50px;
}
.header .top-nav-search form .form-control::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.7);
}
.header .top-nav-search form .btn {
	background-color: transparent;
	border-color: transparent;
	color: rgba(255, 255, 255, 0.7);
	min-height: 40px;
	position: absolute;
	top: 0;
	right: 0;
}
@media (max-width: 991.96px) {
	.header .top-nav-search.active form {
		display: block;
		position: absolute;
		left: 0;
	}
	.header .top-nav-search.active form .form-control {
		background-color: #ffffff;
	}
	.header .top-nav-search.active form .btn {
		background-color: transparent;
		border-color: transparent;
		min-height: 40px;
		position: absolute;
		top: 0;
		right: 0;
		padding: 7px 15px;
	}
}
.header .userset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.header .menu-drop-user .dropdown-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.header .menu-drop-user .dropdown-item svg {
	stroke-width: 1px;
	margin-right: 10px;
	width: 18px;
}
.header .menu-drop-user .logout {
	color: #ff0000;
}
@media (max-width: 991.96px) {
	.header .has-arrow .dropdown-toggle > span:nth-child(2) {
		display: none;
	}
	.header .has-arrow .dropdown-toggle:after {
		display: none !important;
	}
}
.header .profilename .user-img .status {
	bottom: 10px;
}
.header .user-img {
	display: inline-block;
	position: relative;
}
.header .user-img img {
	width: 38px;
	border-radius: 50%;
}
.header .user-img .status {
	border: 2px solid #ffffff;
	height: 10px;
	width: 10px;
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 30px;
	border-radius: 50%;
	display: inline-block;
	background: #3eb780;
}
.header .mobile-user-menu {
	color: #ffffff;
	display: none;
	float: right;
	font-size: 24px;
	height: 60px;
	line-height: 60px;
	text-align: right;
	width: 60px;
	z-index: 10;
	padding: 0 20px;
	position: absolute;
	top: 0;
	right: 0;
}
@media (max-width: 991.96px) {
	.header .mobile-user-menu {
		display: block;
	}
}
.header .mobile-user-menu a {
	color: #fe9f43;
	padding: 0;
	border: 0;
}
.header .mobile-user-menu a::after {
	display: none;
}
.header .mobile-user-menu .dropdown-menu {
	padding: 0;
}
.header .mobile-user-menu .dropdown-menu a {
	color: #37404a;
	line-height: 40px;
	padding: 0 10px;
}
.header.pos-header .header-left {
	width: auto;
}
@media (max-width: 991.98px) {
	.header.pos-header .header-left {
		width: 100%;
	}
}
.header.pos-header .user-menu.nav > li.pos-nav {
	border-right: 0;
	padding-right: 0;
}
.header.pos-header .user-menu.nav > li.select-store-dropdown {
	border-right: 1px solid #e6eaed;
	padding-right: 12px;
}

.logo-small img {
	width: 30px;
}

@media (min-width: 992px) {
	.mini-sidebar.expand-menu .header-left {
		flex-direction: row;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-flex-pack: space-between;
	}
	.mini-sidebar .header-left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		justify-content: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		width: 86px;
		padding: 0;
		flex-direction: column;
	}
	.mini-sidebar .header-left .logo-small {
		display: block;
		padding: 10px 0 0;
	}
	.mini-sidebar .header-left .logo {
		display: none;
	}
	.mini-sidebar .menu-arrow {
		display: none !important;
	}
	.mini-sidebar .chat-user {
		display: none !important;
	}
	.mini-sidebar .user-menu .badge {
		display: flex !important;
	}
	.mini-sidebar.expand-menu .menu-arrow {
		display: block !important;
	}
	.mini-sidebar.expand-menu .chat-user {
		display: block !important;
	}
	.mini-sidebar.expand-menu .logo-small {
		display: none;
	}
	.mini-sidebar.expand-menu .logo {
		display: block;
	}
	.mini-sidebar.expand-menu #toggle_btn {
		opacity: 1;
	}
	.mini-sidebar .noti-dot:before {
		display: none;
	}
}
.header-pos.header {
	position: relative;
}

.searchpart {
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	background: #ffffff;
	z-index: 100000;
	width: 350px;
	margin-right: -350px;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 7px rgba(0, 0, 0, 0.2);
}
.searchpart.active {
	margin-right: 0;
}
.searchpart .searchcontent {
	padding: 20px;
	display: block;
	height: 100%;
}
.searchpart .searchhead {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	border-bottom: 1px solid #b8bcc9;
	color: #37404a;
}
.searchpart .searchcontents {
	padding: 25px 0;
}
.searchpart .searchparts {
	position: relative;
}
.searchpart .searchparts input[type='text'] {
	width: 100%;
	height: 50px;
	border: 1px solid #b8bcc9;
	padding: 0 15px;
	border-radius: 50px;
}
.searchpart .searchparts .btn-searchs {
	position: absolute;
	top: 5px;
	right: 10px;
	background: #fe9f43;
	border-radius: 50px;
	color: #ffffff;
}
.searchpart .recentsearch {
	margin-top: 15px;
	border-top: 1px solid #7a8086;
	padding-top: 15px;
}
.searchpart .recentsearch h2 {
	font-size: 16px;
	margin-bottom: 25px;
	color: #37404a;
	font-weight: 700;
}
.searchpart .recentsearch li {
	border-bottom: 1px solid #7a8086;
	padding: 10px;
}
.searchpart .recentsearch li h6 {
	font-size: 14px;
}
.searchpart .searchhead h3 {
	font-weight: 600;
	font-size: 20px;
}

.header-pos {
	padding: 10px;
	background: #ffffff;
	margin-bottom: 20px;
	border-bottom: 1px solid #a6aaaf;
	height: 80px;
}
@media (max-width: 991.96px) {
	.header-pos {
		padding: 10px;
		height: auto;
	}
}
.header-pos #mobile_btn {
	display: none;
	float: left;
}
@media (max-width: 991.96px) {
	.header-pos #mobile_btn {
		color: #fe9f43;
		font-size: 24px;
		height: 60px;
		line-height: 60px;
		width: 60px;
		z-index: 10;
		padding: 0 20px;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
	}
}

.header-pos.header .topnav-dropdown-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	height: 40px;
	padding: 10px;
}
.header-pos.header .topnav-dropdown-header .clear-noti {
	color: #ff7765 !important;
	float: right;
	font-size: 11px !important;
	text-transform: uppercase;
}
.header-pos.header .topnav-dropdown-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	border-top: 1px solid #a6aaaf;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
}
.header-pos.header .topnav-dropdown-footer a {
	display: block;
	text-align: center;
	color: #37404a;
	padding: 5px 12px;
	font-size: 12px !important;
}
.header-pos.header .user-menu.nav li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	height: 40px;
}
.header-pos.header .user-menu.nav li a {
	color: #092c4c;
	line-height: normal;
	height: auto;
	font-size: 15px;
	padding: 0 8px;
}
.header-pos.header .user-menu.nav li a.dropdown-toggle.nav-link.show {
	background: transparent;
}
.header-pos.header .user-menu.nav li.notification-message {
	height: auto;
}
.header-pos.header .user-img img {
	margin-top: 0;
}
.header-pos.header .user-img .status {
	border: 2px solid #ffffff;
	height: 10px;
	width: 10px;
	margin: 0;
	border-radius: 50%;
	display: inline-block;
	background: #3eb780;
	position: absolute;
	bottom: 6px;
	left: 0;
}

@media (max-width: 991.96px) {
	.header-pos.header .user-menu {
		display: none;
	}
}
.header-pos.header .user-menu .noti-content .notification-list a {
	line-height: normal;
	height: auto;
	padding: 8px;
}

.header-split {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}
@media (max-width: 991.96px) {
	.header-split {
		justify-content: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
	}
}
@media (max-width: 991.96px) {
	.header-split .header-menu {
		display: none;
	}
}
.header-split .header-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.header-split .header-menu ul li {
	margin-right: 10px;
}
.header-split .header-menu ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	border: 1px solid #a6aaaf;
	color: #000000;
	border-radius: 5px;
	padding: 5px 8px;
}
.header-split .header-menu ul li a.links {
	border: 0;
}
.header-split .header-menu ul li a:hover {
	background: #fe9f43;
	color: #ffffff;
}
.header-split .header-menu ul li a:hover img {
	filter: brightness(0) invert(1);
}
.header-split .header-menu ul li.mobile-show {
	display: block;
}
@media (max-width: 991.96px) {
	.header-split .header-menu ul li.mobile-show {
		display: block;
	}
}

.mobile-show {
	display: none;
}
@media (max-width: 991.96px) {
	.mobile-show {
		display: block;
	}
}

.header-menus {
	position: absolute;
	right: 30px;
	display: none;
}
@media (max-width: 991.96px) {
	.header-menus {
		display: block;
	}
}

.bar-icon {
	display: inline-block;
	width: 31px;
	margin-top: 20px;
}
.bar-icon span {
	background-color: #fe9f43;
	display: block;
	float: left;
	height: 3px;
	margin-bottom: 7px;
	width: 31px;
	border-radius: 2px;
	transition: all 0.5s;
}
.bar-icon span:nth-child(2) {
	width: 16px;
}

.menu-opened .slide-nav .bar-icon {
	display: inline-block;
	width: 31px;
	margin-top: 20px;
}
.menu-opened .slide-nav .bar-icon span:first-child {
	position: relative;
	top: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.menu-opened .slide-nav .bar-icon span:nth-child(2) {
	display: none;
}
.menu-opened .slide-nav .bar-icon span:last-child {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
}

hr {
	border-top: 1px solid #e6eaed;
	opacity: 1;
}

.profilename {
	padding: 0px;
}
.profilename .profileset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 10px 3px;
}
.profilename .profileset h6 {
	font-size: 14px;
	margin-bottom: 2px;
	font-weight: 500;
}
.profilename .profileset h5 {
	font-size: 14px;
	color: #646b72;
}
.profilename .profileset .profilesets {
	margin-left: 10px;
}
.profilename .profileset .user-img img {
	margin-top: 0;
}
.profilename .dropdown-item {
	padding: 8px 5px !important;
}

.show .user-info::after {
	transform: rotate(-140deg);
	top: 10px;
}

.feather-40 {
	width: 40px;
	height: 40px;
}

.feather-26 {
	width: 26px;
	height: 26px;
}

.feather-20 {
	width: 20px;
	height: 20px;
}

.feather-14 {
	width: 14px;
	height: 14px;
}

.feather-16 {
	width: 16px;
	height: 16px;
}

.user-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	position: relative;
	padding: 0 30px 0 0;
}
@media (max-width: 1199.96px) {
	.user-info span.user-detail {
		display: none;
	}
}
.user-info::after {
	content: '';
	width: 8px;
	height: 8px;
	border-top: 0;
	border-left: 0;
	border-right: 2px solid #1b2950;
	border-bottom: 2px solid #1b2950;
	border-radius: 1px;
	transform: rotate(45deg);
	transition: all 0.5s;
	top: 8px;
	position: absolute;
	right: 12px;
}
@media (max-width: 1199.96px) {
	.user-info::after {
		top: 12px;
	}
}
.user-info .user-role {
	display: block;
	color: #67748e;
	font-size: 12px;
}
.user-info .user-letter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	color: #ffffff;
	width: 32px;
	height: 32px;
	border-radius: 10px;
	font-weight: 600;
	font-size: 15px;
}
@media (max-width: 1199.96px) {
	.user-info .user-letter {
		margin-right: 0;
	}
}
.user-info .user-letter img {
	border-radius: 6px;
}
.user-info .user-name {
	font-size: 15px;
	font-weight: 600;
	color: #1b2950;
	display: flex;
	align-items: center;
}
.user-info .user-name img {
	margin-left: 10px;
}

.user-menu {
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	margin: 0;
	position: relative;
	padding-right: 24px;
	height: 100%;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media (max-width: 991.96px) {
	.user-menu {
		display: none;
	}
}
.user-menu > li {
	margin-left: 12px;
	margin-inline-end: 0;
}
@media (max-width: 1199.96px) {
	.user-menu > li {
		margin-left: 7px;
	}
}
.user-menu > li svg {
	width: 18px;
	color: #67748e;
}
.user-menu > li a:hover svg {
	color: #fe9f43;
}
.user-menu .dropdown-toggle::after {
	border: 0;
	display: none;
}
.user-menu .nav-searchinputs {
	margin-right: auto;
	margin-left: 24px;
}
.user-menu .nav-item-box > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	background: #f7f7f7;
	border-radius: 8px;
	width: 32px;
	height: 32px;
	position: relative;
	color: #646b72;
}
.user-menu .nav-item-box > a:hover {
	background: #f2f2f2;
	color: #fe9f43;
}
.user-menu.nav > li > a {
	padding: 0;
	display: flex;
	line-height: normal;
	color: #092c4c;
	border: 0;
}
.user-menu.nav > li > a .badge {
	color: #ffffff;
	font-weight: 600;
	position: absolute;
	top: -7px;
	right: -7px;
	background: #ff0000;
	border: 1px solid #ffffff;
	width: 18px;
	height: 18px;
	font-size: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.user-menu.nav > li > a i {
	font-size: 16px;
}
.user-menu.nav > li.flag-nav a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.user-menu.nav > li.flag-nav a .dropdown-menu {
	max-height: 150px;
	min-width: 120px;
	overflow-y: auto;
}
.user-menu.nav > li.flag-nav a .dropdown-menu .dropdown-item {
	padding: 5px 15px;
}
.user-menu.nav > li.flag-nav .dropdown-menu {
	padding: 8px;
	min-width: 170px;
}
.user-menu.nav > li.flag-nav .dropdown-menu .dropdown-item {
	padding: 9px 16px;
	color: #7a8086;
	border-radius: 5px;
	transition: none;
	font-weight: 500;
}
.user-menu.nav > li.flag-nav .dropdown-menu .dropdown-item.active {
	color: #ffffff;
}
.user-menu.nav > li.flag-nav .dropdown-menu .dropdown-item.active,
.user-menu.nav > li.flag-nav .dropdown-menu .dropdown-item:hover {
	background: #fff6ee;
	color: #fe9f43;
}
.user-menu.nav > li.flag-nav .dropdown-menu a img {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin-right: 10px;
}
.user-menu.nav > li.link-nav .btn {
	height: 30px;
	color: #ffffff;
	padding: 7px 12px;
}
.user-menu.nav > li.link-nav .btn i {
	font-size: 13px;
	line-height: 1;
}
.user-menu.nav > li.pos-nav {
	border-right: 1px solid #e6eaed;
	padding-right: 12px;
}
.user-menu.nav > li.pos-nav .btn {
	height: 30px;
	color: #ffffff;
	padding: 7px 12px;
}
.user-menu.nav > li.pos-nav .btn i {
	font-size: 13px;
	line-height: 1;
}
.user-menu.nav > li.profile-nav .user-info::after {
	content: none;
}
.user-menu.nav > li.profile-nav .dropdown-menu {
	padding: 8px;
	min-width: 200px;
}
.user-menu.nav > li.profile-nav .profileset {
	background: #f9fafb;
	border-radius: 5px;
	padding: 16px;
	margin-bottom: 8px;
}
.user-menu.nav > li.profile-nav .profileset img {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
}
.user-menu.nav > li.profile-nav .dropdown-item {
	padding: 8px 16px;
	font-weight: 500;
}
.user-menu.nav > li.profile-nav .dropdown-item.logout {
	color: #ff0000;
}
.user-menu.nav > li.profile-nav .dropdown-item.logout:hover {
	color: #cc0000;
}
.user-menu.nav > li.time-nav {
	margin-right: auto;
}
.user-menu.nav > li.time-nav span {
	padding: 4px 12px;
	border-radius: 4px;
}

.searchinputs {
	padding: 0;
	position: relative;
}
.searchinputs input {
	width: 200px;
	height: 34px;
	border: 1px solid #e6eaed;
	background: #ffffff;
	padding: 0 0 0 28px;
	border-radius: 8px;
	font-size: 13px;
}
@media (max-width: 1199.96px) {
	.searchinputs input {
		width: 150px;
	}
}
.searchinputs .input-group-text {
	border-left: 0;
}
.searchinputs .input-group-text kbd {
	padding: 2px 5px;
}
.searchinputs .search-addon span {
	z-index: 9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	border-radius: 5px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 8px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	color: #a6aaaf;
}

.searchinputs .search-addon svg {
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #ff7765;
}
.searchinputs.show .search-addon svg {
	opacity: 1;
}

.search-dropdown {
	width: 300px;
	height: 315px;
	box-shadow: 0px 4px 60px 0px rgba(231, 231, 231, 0.47);
	padding: 20px;
	border-radius: 10px;
	background: #ffffff;
	margin-top: 0;
	overflow-y: auto;
}
.search-dropdown .search-info {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #e6eaed;
	font-size: 14px;
	color: #646b72;
}
.search-dropdown .search-info:last-child {
	border-bottom: none;
	margin: 0;
	padding: 0;
}
.search-dropdown .search-info p {
	margin-bottom: 10px;
}
.search-dropdown .search-info p:last-child {
	margin-bottom: 0;
}
.search-dropdown .search-info h6 {
	font-size: 14px;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	margin-bottom: 15px;
}
.search-dropdown .search-info h6 svg {
	width: 14px;
	margin-right: 6px;
	color: #092c4c;
}
.search-dropdown .search-info .search-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.search-dropdown .search-info .search-tags li {
	margin-right: 10px;
}
.search-dropdown .search-info .search-tags li:last-child {
	margin-right: 0;
}
.search-dropdown .search-info .search-tags li:hover a {
	background: #fe9f43;
	color: #ffffff;
}
.search-dropdown .search-info .search-tags li a {
	padding: 5px 10px;
	background: #e6eaed;
	border-radius: 50px;
	color: #646b72;
}
.search-dropdown .search-info .customers li {
	margin-bottom: 15px;
}
.search-dropdown .search-info .customers li:hover a {
	color: #fe9f43;
}
.search-dropdown .search-info .customers li:hover a img {
	border-color: #fe9f43;
}
.search-dropdown .search-info .customers li:last-child {
	margin-bottom: 0;
}
.search-dropdown .search-info .customers li a {
	color: #646b72;
	font-size: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}
.search-dropdown .search-info .customers li a img {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 1px solid #d3d5d7;
}

.user-menu.nav > li > a.dropdown-toggle.nav-link.select-store.show {
	background: none;
}
.user-menu.nav > li > a.select-store {
	padding: 6px 8px;
	border: 1px solid #e6eaed;
	border-radius: 8px;
}
.user-menu.nav > li > a.select-store .user-info {
	padding: 0 20px 0 0;
}
@media (max-width: 1199.96px) {
	.user-menu.nav > li > a.select-store .user-info {
		padding-right: 15px;
	}
}
.user-menu.nav > li > a.select-store .user-info .user-letter {
	width: 16px;
	height: 16px;
	margin-right: 8px;
	border: 0;
}
.user-menu.nav > li > a.select-store .user-info .user-letter img {
	border-radius: 4px;
}
.user-menu.nav > li > a.select-store .user-info .user-name {
	font-size: 14px;
	font-weight: 400;
	color: #212b36;
}
.user-menu.nav > li > a.select-store .user-info:after {
	top: 26%;
	transform: translateY(-33%);
	-webkit-transform: translateY(-33%);
	-ms-transform: translateY(-33%);
	transform: rotate(45deg);
	border-color: #646b72;
	right: 0;
}

.select-store-dropdown .dropdown-menu {
	padding: 8px;
}
.select-store-dropdown .dropdown-menu .dropdown-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.select-store-dropdown .dropdown-menu .dropdown-item img {
	margin-right: 8px;
	width: 20px;
	height: 20px;
	border-radius: 4px;
}

.header-collapse .user-menu {
	height: 0;
	display: none;
}
.header-collapse .page-wrapper {
	padding-top: 0;
}
.header-collapse .header {
	border-bottom: none;
	background: transparent;
	width: 260px;
}
.header-collapse .header .header-left {
	background: #ffffff;
}
.header-collapse .welcome #collapse-header.active {
	background: #fe9f43;
	border-color: #fe9f43;
}
.header-collapse .welcome #collapse-header.active svg {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	color: #ffffff;
}

.link-nav .dropdown-menu {
	padding: 20px;
}

.link-item {
	border: 1px solid #e6eaed;
	border-radius: 8px;
	padding: 10px;
	display: block;
	text-align: center;
}
.link-item .link-icon {
	width: 36px;
	height: 36px;
	border-radius: 8px;
	margin: 0 auto 8px;
	color: #092c4c;
	background: #e6eaed;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.link-item p {
	font-size: 13px;
}
.link-item:hover {
	background: #fff6ee;
	border-color: #fff6ee;
}
.link-item:hover .link-icon {
	background: #fe9f43;
	color: #ffffff;
}

.logo-white {
	display: none !important;
}

div#global-loader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	background: #ffffff;
	position: fixed;
	z-index: 999999;
	width: 100%;
	height: 100vh;
}
div#global-loader .whirly-loader:not(:required) {
	animation: whirly-loader 1.25s linear infinite;
	background: transparent;
	box-shadow:
		0 26px 0 6px #fe9f43,
		0.90971px 26.05079px 0 5.93333px #fe9f43,
		1.82297px 26.06967px 0 5.86667px #fe9f43,
		2.73865px 26.05647px 0 5.8px #fe9f43,
		3.65561px 26.01104px 0 5.73333px #fe9f43,
		4.57274px 25.93327px 0 5.66667px #fe9f43,
		5.48887px 25.8231px 0 5.6px #fe9f43,
		6.40287px 25.68049px 0 5.53333px #fe9f43,
		7.31358px 25.50548px 0 5.46667px #fe9f43,
		8.21985px 25.2981px 0 5.4px #fe9f43,
		9.12054px 25.05847px 0 5.33333px #fe9f43,
		10.01448px 24.78672px 0 5.26667px #fe9f43,
		10.90054px 24.48302px 0 5.2px #fe9f43,
		11.77757px 24.1476px 0 5.13333px #fe9f43,
		12.64443px 23.78072px 0 5.06667px #fe9f43,
		13.5px 23.38269px 0 5px #fe9f43,
		14.34315px 22.95384px 0 4.93333px #fe9f43,
		15.17277px 22.49455px 0 4.86667px #fe9f43,
		15.98776px 22.00526px 0 4.8px #fe9f43,
		16.78704px 21.48643px 0 4.73333px #fe9f43,
		17.56953px 20.93855px 0 4.66667px #fe9f43,
		18.33418px 20.36217px 0 4.6px #fe9f43,
		19.07995px 19.75787px 0 4.53333px #fe9f43,
		19.80582px 19.12626px 0 4.46667px #fe9f43,
		20.5108px 18.468px 0 4.4px #fe9f43,
		21.1939px 17.78379px 0 4.33333px #fe9f43,
		21.85416px 17.07434px 0 4.26667px #fe9f43,
		22.49067px 16.34043px 0 4.2px #fe9f43,
		23.10251px 15.58284px 0 4.13333px #fe9f43,
		23.68881px 14.80241px 0 4.06667px #fe9f43,
		24.24871px 14px 0 4px #fe9f43,
		24.7814px 13.1765px 0 3.93333px #fe9f43,
		25.28607px 12.33284px 0 3.86667px #fe9f43,
		25.76198px 11.46997px 0 3.8px #fe9f43,
		26.2084px 10.58888px 0 3.73333px #fe9f43,
		26.62462px 9.69057px 0 3.66667px #fe9f43,
		27.01001px 8.77608px 0 3.6px #fe9f43,
		27.36392px 7.84648px 0 3.53333px #fe9f43,
		27.68577px 6.90284px 0 3.46667px #fe9f43,
		27.97502px 5.94627px 0 3.4px #fe9f43,
		28.23116px 4.97791px 0 3.33333px #fe9f43,
		28.4537px 3.99891px 0 3.26667px #fe9f43,
		28.64223px 3.01042px 0 3.2px #fe9f43,
		28.79635px 2.01364px 0 3.13333px #fe9f43,
		28.91571px 1.00976px 0 3.06667px #fe9f43,
		29px 0 0 3px #fe9f43,
		29.04896px -1.01441px 0 2.93333px #fe9f43,
		29.06237px -2.03224px 0 2.86667px #fe9f43,
		29.04004px -3.05223px 0 2.8px #fe9f43,
		28.98185px -4.07313px 0 2.73333px #fe9f43,
		28.88769px -5.09368px 0 2.66667px #fe9f43,
		28.75754px -6.1126px 0 2.6px #fe9f43,
		28.59138px -7.12863px 0 2.53333px #fe9f43,
		28.38926px -8.14049px 0 2.46667px #fe9f43,
		28.15127px -9.1469px 0 2.4px #fe9f43,
		27.87755px -10.1466px 0 2.33333px #fe9f43,
		27.56827px -11.1383px 0 2.26667px #fe9f43,
		27.22365px -12.12075px 0 2.2px #fe9f43,
		26.84398px -13.09268px 0 2.13333px #fe9f43,
		26.42956px -14.05285px 0 2.06667px #fe9f43,
		25.98076px -15px 0 2px #fe9f43,
		25.49798px -15.93291px 0 1.93333px #fe9f43,
		24.98167px -16.85035px 0 1.86667px #fe9f43,
		24.43231px -17.75111px 0 1.8px #fe9f43,
		23.85046px -18.63402px 0 1.73333px #fe9f43,
		23.23668px -19.49789px 0 1.66667px #fe9f43,
		22.5916px -20.34157px 0 1.6px #fe9f43,
		21.91589px -21.16393px 0 1.53333px #fe9f43,
		21.21024px -21.96384px 0 1.46667px #fe9f43,
		20.4754px -22.74023px 0 1.4px #fe9f43,
		19.71215px -23.49203px 0 1.33333px #fe9f43,
		18.92133px -24.2182px 0 1.26667px #fe9f43,
		18.10379px -24.91772px 0 1.2px #fe9f43,
		17.26042px -25.58963px 0 1.13333px #fe9f43,
		16.39217px -26.23295px 0 1.06667px #fe9f43,
		15.5px -26.84679px 0 1px #fe9f43,
		14.58492px -27.43024px 0 0.93333px #fe9f43,
		13.64796px -27.98245px 0 0.86667px #fe9f43,
		12.69018px -28.50262px 0 0.8px #fe9f43,
		11.7127px -28.98995px 0 0.73333px #fe9f43,
		10.71663px -29.4437px 0 0.66667px #fe9f43,
		9.70313px -29.86317px 0 0.6px #fe9f43,
		8.67339px -30.2477px 0 0.53333px #fe9f43,
		7.6286px -30.59666px 0 0.46667px #fe9f43,
		6.57001px -30.90946px 0 0.4px #fe9f43,
		5.49886px -31.18558px 0 0.33333px #fe9f43,
		4.41643px -31.42451px 0 0.26667px #fe9f43,
		3.32401px -31.6258px 0 0.2px #fe9f43,
		2.22291px -31.78904px 0 0.13333px #fe9f43,
		1.11446px -31.91388px 0 0.06667px #fe9f43,
		0 -32px 0 0 #fe9f43,
		-1.11911px -32.04713px 0 -0.06667px #fe9f43,
		-2.24151px -32.05506px 0 -0.13333px #fe9f43,
		-3.36582px -32.02361px 0 -0.2px #fe9f43,
		-4.49065px -31.95265px 0 -0.26667px #fe9f43,
		-5.61462px -31.84212px 0 -0.33333px #fe9f43,
		-6.73634px -31.69198px 0 -0.4px #fe9f43,
		-7.8544px -31.50227px 0 -0.46667px #fe9f43,
		-8.9674px -31.27305px 0 -0.53333px #fe9f43,
		-10.07395px -31.00444px 0 -0.6px #fe9f43,
		-11.17266px -30.69663px 0 -0.66667px #fe9f43,
		-12.26212px -30.34982px 0 -0.73333px #fe9f43,
		-13.34096px -29.96429px 0 -0.8px #fe9f43,
		-14.4078px -29.54036px 0 -0.86667px #fe9f43,
		-15.46126px -29.07841px 0 -0.93333px #fe9f43,
		-16.5px -28.57884px 0 -1px #fe9f43,
		-17.52266px -28.04212px 0 -1.06667px #fe9f43,
		-18.52792px -27.46878px 0 -1.13333px #fe9f43,
		-19.51447px -26.85936px 0 -1.2px #fe9f43,
		-20.48101px -26.21449px 0 -1.26667px #fe9f43,
		-21.42625px -25.53481px 0 -1.33333px #fe9f43,
		-22.34896px -24.82104px 0 -1.4px #fe9f43,
		-23.2479px -24.07391px 0 -1.46667px #fe9f43,
		-24.12186px -23.29421px 0 -1.53333px #fe9f43,
		-24.96967px -22.48279px 0 -1.6px #fe9f43,
		-25.79016px -21.64052px 0 -1.66667px #fe9f43,
		-26.58223px -20.76831px 0 -1.73333px #fe9f43,
		-27.34477px -19.86714px 0 -1.8px #fe9f43,
		-28.07674px -18.938px 0 -1.86667px #fe9f43,
		-28.7771px -17.98193px 0 -1.93333px #fe9f43,
		-29.44486px -17px 0 -2px #fe9f43,
		-30.07908px -15.99333px 0 -2.06667px #fe9f43,
		-30.67884px -14.96307px 0 -2.13333px #fe9f43,
		-31.24325px -13.91039px 0 -2.2px #fe9f43,
		-31.7715px -12.83652px 0 -2.26667px #fe9f43,
		-32.26278px -11.74269px 0 -2.33333px #fe9f43,
		-32.71634px -10.63018px 0 -2.4px #fe9f43,
		-33.13149px -9.5003px 0 -2.46667px #fe9f43,
		-33.50755px -8.35437px 0 -2.53333px #fe9f43,
		-33.84391px -7.19374px 0 -2.6px #fe9f43,
		-34.14px -6.0198px 0 -2.66667px #fe9f43,
		-34.39531px -4.83395px 0 -2.73333px #fe9f43,
		-34.60936px -3.63759px 0 -2.8px #fe9f43,
		-34.78173px -2.43218px 0 -2.86667px #fe9f43,
		-34.91205px -1.21916px 0 -2.93333px #fe9f43,
		-35px 0 0 -3px #fe9f43,
		-35.04531px 1.22381px 0 -3.06667px #fe9f43,
		-35.04775px 2.45078px 0 -3.13333px #fe9f43,
		-35.00717px 3.6794px 0 -3.2px #fe9f43,
		-34.92345px 4.90817px 0 -3.26667px #fe9f43,
		-34.79654px 6.13557px 0 -3.33333px #fe9f43,
		-34.62643px 7.36007px 0 -3.4px #fe9f43,
		-34.41316px 8.58016px 0 -3.46667px #fe9f43,
		-34.15683px 9.79431px 0 -3.53333px #fe9f43,
		-33.85761px 11.001px 0 -3.6px #fe9f43,
		-33.5157px 12.19872px 0 -3.66667px #fe9f43,
		-33.13137px 13.38594px 0 -3.73333px #fe9f43,
		-32.70493px 14.56117px 0 -3.8px #fe9f43,
		-32.23675px 15.72291px 0 -3.86667px #fe9f43,
		-31.72725px 16.86968px 0 -3.93333px #fe9f43,
		-31.17691px 18px 0 -4px #fe9f43,
		-30.58627px 19.11242px 0 -4.06667px #fe9f43,
		-29.95589px 20.2055px 0 -4.13333px #fe9f43,
		-29.28642px 21.27783px 0 -4.2px #fe9f43,
		-28.57852px 22.32799px 0 -4.26667px #fe9f43,
		-27.83295px 23.35462px 0 -4.33333px #fe9f43,
		-27.05047px 24.35635px 0 -4.4px #fe9f43,
		-26.23192px 25.33188px 0 -4.46667px #fe9f43,
		-25.37819px 26.27988px 0 -4.53333px #fe9f43,
		-24.49018px 27.1991px 0 -4.6px #fe9f43,
		-23.56888px 28.0883px 0 -4.66667px #fe9f43,
		-22.6153px 28.94626px 0 -4.73333px #fe9f43,
		-21.6305px 29.77183px 0 -4.8px #fe9f43,
		-20.61558px 30.56385px 0 -4.86667px #fe9f43,
		-19.57168px 31.32124px 0 -4.93333px #fe9f43,
		-18.5px 32.04294px 0 -5px #fe9f43,
		-17.40175px 32.72792px 0 -5.06667px #fe9f43,
		-16.27818px 33.37522px 0 -5.13333px #fe9f43,
		-15.1306px 33.98389px 0 -5.2px #fe9f43,
		-13.96034px 34.55305px 0 -5.26667px #fe9f43,
		-12.76875px 35.08186px 0 -5.33333px #fe9f43,
		-11.55724px 35.56951px 0 -5.4px #fe9f43,
		-10.32721px 36.01527px 0 -5.46667px #fe9f43,
		-9.08014px 36.41843px 0 -5.53333px #fe9f43,
		-7.81748px 36.77835px 0 -5.6px #fe9f43,
		-6.54075px 37.09443px 0 -5.66667px #fe9f43,
		-5.25147px 37.36612px 0 -5.73333px #fe9f43,
		-3.95118px 37.59293px 0 -5.8px #fe9f43,
		-2.64145px 37.77443px 0 -5.86667px #fe9f43,
		-1.32385px 37.91023px 0 -5.93333px #fe9f43;
	display: inline-block;
	height: 8px;
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
	width: 8px;
	transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	border-radius: 100%;
}

@keyframes loader {
	to {
		left: -100vw;
	}
}
@-webkit-keyframes whirly-loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}
@keyframes whirly-loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}
.sidebar,
.settings-sidebar {
	display: block;
	background-color: #ffffff;
	margin-top: 0;
	z-index: 1001;
	position: fixed;
	top: 65px;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-right: 1px solid #e6eaed;
	width: 252px;
}
@media (max-width: 991.96px) {
	.sidebar,
	.settings-sidebar {
		margin-left: -575px;
		-webkit-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		transition: all 0.4s ease;
		z-index: 1041;
		background: #ffffff;
	}
}
@media (max-width: 574.98px) {
	.sidebar,
	.settings-sidebar {
		width: 100%;
	}
}
@media (max-width: 574.98px) {
	.sidebar .slimScrollDiv,
	.settings-sidebar .slimScrollDiv {
		width: 100% !important;
	}
}
.sidebar .sidebar-menu,
.settings-sidebar .sidebar-menu {
	padding: 24px;
}
.sidebar .sidebar-menu > ul > li,
.settings-sidebar .sidebar-menu > ul > li {
	margin-bottom: 16px;
}
.sidebar .sidebar-menu > ul > li.active a,
.settings-sidebar .sidebar-menu > ul > li.active a {
	color: #ffffff;
}
.sidebar .sidebar-menu > ul > li.active svg,
.settings-sidebar .sidebar-menu > ul > li.active svg {
	color: #fe9f43;
}
.sidebar .sidebar-menu > ul > li svg,
.settings-sidebar .sidebar-menu > ul > li svg {
	min-width: 16px;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	color: #646b72;
}
.sidebar .sidebar-menu > ul > li > a,
.settings-sidebar .sidebar-menu > ul > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	padding: 10px 15px;
	position: relative;
	color: #092c4c;
}
.sidebar .sidebar-menu > ul > li > a svg,
.settings-sidebar .sidebar-menu > ul > li > a svg {
	color: #637381;
}
.sidebar .sidebar-menu > ul > li > a img,
.settings-sidebar .sidebar-menu > ul > li > a img {
	width: 18px;
	color: #637381;
}
.sidebar .sidebar-menu > ul > li > a:hover,
.settings-sidebar .sidebar-menu > ul > li > a:hover {
	background: rgba(254, 159, 67, 0.08);
	color: #fe9f43;
	border-radius: 5px;
}
.sidebar .sidebar-menu > ul > li > a:hover img,
.settings-sidebar .sidebar-menu > ul > li > a:hover img {
	filter: invert(72%) sepia(76%) saturate(1430%) hue-rotate(327deg) brightness(103%) contrast(101%);
}
.sidebar .sidebar-menu > ul > li > a:hover span,
.settings-sidebar .sidebar-menu > ul > li > a:hover span {
	color: #fe9f43;
}
.sidebar .sidebar-menu > ul > li > a:hover svg,
.settings-sidebar .sidebar-menu > ul > li > a:hover svg {
	color: #fe9f43;
}
.sidebar .sidebar-menu > ul > li > a.active,
.settings-sidebar .sidebar-menu > ul > li > a.active {
	background: rgba(254, 159, 67, 0.08);
	color: #fe9f43;
	border-radius: 5px;
}
.sidebar .sidebar-menu > ul > li > a.active svg,
.settings-sidebar .sidebar-menu > ul > li > a.active svg {
	color: #ffffff;
}
.sidebar .sidebar-menu > ul > li > a.active img,
.settings-sidebar .sidebar-menu > ul > li > a.active img {
	filter: invert(72%) sepia(76%) saturate(1430%) hue-rotate(327deg) brightness(103%) contrast(101%);
}
.sidebar .sidebar-menu > ul > li > a.active span,
.settings-sidebar .sidebar-menu > ul > li > a.active span {
	color: #fe9f43;
}
.sidebar .sidebar-menu > ul > li > a.active .menu-arrow,
.settings-sidebar .sidebar-menu > ul > li > a.active .menu-arrow {
	background: #ffeddc;
}
.sidebar .sidebar-menu > ul > li > a.active .menu-arrow::before,
.settings-sidebar .sidebar-menu > ul > li > a.active .menu-arrow::before {
	border-color: #fe9f43;
}
.sidebar .sidebar-menu > ul > li > a span,
.settings-sidebar .sidebar-menu > ul > li > a span {
	font-size: 15px;
	font-weight: 500;
	color: #646b72;
}
.sidebar .sidebar-menu > ul > li.active a,
.settings-sidebar .sidebar-menu > ul > li.active a {
	background: rgba(254, 159, 67, 0.08);
	border-radius: 5px;
}
.sidebar .sidebar-menu > ul > li.active a img,
.settings-sidebar .sidebar-menu > ul > li.active a img {
	filter: invert(72%) sepia(76%) saturate(1430%) hue-rotate(327deg) brightness(103%) contrast(101%);
}
.sidebar .sidebar-menu > ul > li.active a span,
.settings-sidebar .sidebar-menu > ul > li.active a span {
	color: #fe9f43;
}
.sidebar .sidebar-menu > ul > li.submenu ul,
.settings-sidebar .sidebar-menu > ul > li.submenu ul {
	border-bottom: 1px solid rgba(222, 226, 230, 0.5);
	padding: 10px 0;
	display: none;
}
.sidebar .sidebar-menu > ul > li.submenu ul li a,
.settings-sidebar .sidebar-menu > ul > li.submenu ul li a {
	font-weight: 500;
	font-size: 14px;
	color: #092c4c;
	position: relative;
	display: block;
	padding: 8px 8px 8px 40px;
}
.sidebar .sidebar-menu > ul > li.submenu ul li a.active,
.settings-sidebar .sidebar-menu > ul > li.submenu ul li a.active {
	color: #092c4c;
}
.sidebar .sidebar-menu > ul > li.submenu ul li a.active:after,
.settings-sidebar .sidebar-menu > ul > li.submenu ul li a.active:after {
	background: #fe9f43;
	border: 2px solid #fdb;
}
.sidebar .sidebar-menu > ul > li.submenu ul li a::after,
.settings-sidebar .sidebar-menu > ul > li.submenu ul li a::after {
	content: '';
	background: rgba(50, 71, 92, 0.38);
	width: 8px;
	height: 8px;
	border: 2px solid #ffffff;
	border-radius: 50px;
	position: absolute;
	top: 16px;
	left: 16px;
}
.sidebar .sidebar-menu > ul > li.submenu ul li a:hover,
.settings-sidebar .sidebar-menu > ul > li.submenu ul li a:hover {
	color: #fe9f43;
}
.sidebar .sidebar-menu > ul > li.submenu ul li a:hover:after,
.settings-sidebar .sidebar-menu > ul > li.submenu ul li a:hover:after {
	background: #fe9f43;
	border: 2px solid #fdb;
}
.sidebar .sidebar-menu > ul > li.submenu-open ul,
.settings-sidebar .sidebar-menu > ul > li.submenu-open ul {
	border-bottom: 1px solid #e6eaed;
	padding-bottom: 16px;
	display: block;
}
.sidebar .sidebar-menu > ul > li.submenu-open ul li a,
.settings-sidebar .sidebar-menu > ul > li.submenu-open ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	font-weight: 500;
	font-size: 14px;
	position: relative;
	width: 100%;
	padding: 8px 12px;
	border-radius: 5px;
}
.sidebar .sidebar-menu > ul > li.submenu-open ul li a span,
.settings-sidebar .sidebar-menu > ul > li.submenu-open ul li a span {
	white-space: nowrap;
	font-size: 14px;
	color: #212b36;
}
.sidebar .sidebar-menu > ul > li.submenu-open ul li a i,
.settings-sidebar .sidebar-menu > ul > li.submenu-open ul li a i {
	color: #646b72;
}
.sidebar .sidebar-menu > ul > li.submenu-open ul li a.active,
.settings-sidebar .sidebar-menu > ul > li.submenu-open ul li a.active {
	color: #fe9f43;
}
.sidebar .sidebar-menu > ul > li.submenu-open ul li a.active a span,
.settings-sidebar .sidebar-menu > ul > li.submenu-open ul li a.active a span {
	color: #fe9f43;
}
.sidebar .sidebar-menu > ul > li.submenu-open ul li a.active:after,
.settings-sidebar .sidebar-menu > ul > li.submenu-open ul li a.active:after {
	background: #fe9f43;
	border: 2px solid #fdb;
}
.sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover,
.settings-sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover {
	color: #212b36;
	background-color: #f2f2f2;
}
.sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover:after,
.settings-sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover:after {
	background: #fe9f43;
	border: 2px solid #fdb;
}
.sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover span,
.sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover i,
.settings-sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover span,
.settings-sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover i {
	color: #212b36;
}
.sidebar .sidebar-menu > ul > li.submenu-open ul > li.active a,
.settings-sidebar .sidebar-menu > ul > li.submenu-open ul > li.active a {
	background: rgba(254, 159, 67, 0.08);
	border-radius: 5px;
	color: #fe9f43;
}
.sidebar .sidebar-menu > ul > li.submenu-open ul > li.active a span,
.sidebar .sidebar-menu > ul > li.submenu-open ul > li.active a i,
.settings-sidebar .sidebar-menu > ul > li.submenu-open ul > li.active a span,
.settings-sidebar .sidebar-menu > ul > li.submenu-open ul > li.active a i {
	color: #fe9f43;
}
.sidebar .sidebar-menu > ul > li.submenu-open .submenu-hdr,
.settings-sidebar .sidebar-menu > ul > li.submenu-open .submenu-hdr {
	font-weight: 700;
	font-size: 12px;
	color: #092c4c;
	margin: 0 0 8px 0;
}
.sidebar .sidebar-menu > ul > li.submenu-open:first-child h6,
.settings-sidebar .sidebar-menu > ul > li.submenu-open:first-child h6 {
	margin-top: 0;
}
.sidebar .sidebar-menu > ul > li.submenu-open .submenu ul,
.settings-sidebar .sidebar-menu > ul > li.submenu-open .submenu ul {
	display: none;
	border: 0;
	padding: 4px 0 0;
}
.sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop,
.settings-sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop {
	background: #fff6ee;
	color: #fe9f43;
	border-radius: 8px;
}
.sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop span,
.sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop i,
.settings-sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop span,
.settings-sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop i {
	color: #fe9f43;
}
.sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop .menu-arrow,
.settings-sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop .menu-arrow {
	background: #ffeddd;
}
.sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop .menu-arrow::before,
.settings-sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop .menu-arrow::before {
	border-color: #fe9f43;
}
.sidebar .sidebar-menu > ul li.active a,
.settings-sidebar .sidebar-menu > ul li.active a {
	color: #fe9f43;
}
.sidebar .sidebar-menu > ul li.active svg,
.settings-sidebar .sidebar-menu > ul li.active svg {
	color: #fe9f43;
}
.sidebar .sidebar-menu > ul li .submenu > a.active,
.settings-sidebar .sidebar-menu > ul li .submenu > a.active {
	background: #fff6ee;
	color: #fe9f43;
	border-radius: 8px;
}
.sidebar .sidebar-menu > ul li .submenu > a.active span,
.sidebar .sidebar-menu > ul li .submenu > a.active i,
.settings-sidebar .sidebar-menu > ul li .submenu > a.active span,
.settings-sidebar .sidebar-menu > ul li .submenu > a.active i {
	color: #fe9f43;
}
.sidebar .sidebar-menu > ul li .submenu > a.active .menu-arrow,
.settings-sidebar .sidebar-menu > ul li .submenu > a.active .menu-arrow {
	background: #ffeddd;
}
.sidebar .sidebar-menu > ul li .submenu > a.active .menu-arrow::before,
.settings-sidebar .sidebar-menu > ul li .submenu > a.active .menu-arrow::before {
	border-color: #fe9f43;
}
.sidebar .sidebar-menu > ul li .submenu .submenu-two > a.active,
.settings-sidebar .sidebar-menu > ul li .submenu .submenu-two > a.active {
	background: #f2f2f2;
}
.sidebar .sidebar-menu > ul li .submenu .submenu-two > a.subdrop,
.settings-sidebar .sidebar-menu > ul li .submenu .submenu-two > a.subdrop {
	color: #fe9f43;
}
.sidebar .sidebar-menu > ul li .submenu .submenu-two > a.subdrop::after,
.settings-sidebar .sidebar-menu > ul li .submenu .submenu-two > a.subdrop::after {
	background: #fe9f43;
}
.sidebar .sidebar-menu .submenu-open:last-child,
.settings-sidebar .sidebar-menu .submenu-open:last-child {
	margin-bottom: 0;
}
.sidebar .sidebar-menu .submenu-open:last-child ul,
.settings-sidebar .sidebar-menu .submenu-open:last-child ul {
	border-bottom: none;
	padding-bottom: 0;
}
.sidebar .sidebar-menu .submenu-open .submenu,
.settings-sidebar .sidebar-menu .submenu-open .submenu {
	margin-bottom: 4px;
}
.sidebar .sidebar-menu .submenu-open .submenu:last-child,
.settings-sidebar .sidebar-menu .submenu-open .submenu:last-child {
	margin-bottom: 0;
}
.sidebar .sidebar-menu .submenu-open .submenu.submenu-two ul li,
.settings-sidebar .sidebar-menu .submenu-open .submenu.submenu-two ul li {
	margin-left: 20px;
}
.sidebar .sidebar-menu .submenu-open .submenu.submenu-two.submenu-three ul li a,
.settings-sidebar .sidebar-menu .submenu-open .submenu.submenu-two.submenu-three ul li a {
	margin-left: 65px;
}
.sidebar .sidebar-menu .submenu-open .submenu ul li a,
.settings-sidebar .sidebar-menu .submenu-open .submenu ul li a {
	padding-bottom: 4px;
	font-size: 13px;
	font-weight: 400;
	color: #646b72;
	padding: 8px 10px 8px 30px;
}
.sidebar .sidebar-menu .submenu-open .submenu ul li a::after,
.settings-sidebar .sidebar-menu .submenu-open .submenu ul li a::after {
	content: '';
	background: #646b72;
	width: 8px;
	height: 8px;
	border: 2px solid #ffffff;
	border-radius: 50px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 15px;
}
.sidebar .sidebar-menu .submenu-open .submenu ul li a:hover,
.settings-sidebar .sidebar-menu .submenu-open .submenu ul li a:hover {
	color: #fe9f43;
}
.sidebar .sidebar-menu .submenu-open .submenu ul li a:hover:after,
.settings-sidebar .sidebar-menu .submenu-open .submenu ul li a:hover:after {
	background: #fe9f43;
	border: 2px solid #ffeddd;
}
.sidebar .sidebar-menu .menu-arrow,
.settings-sidebar .sidebar-menu .menu-arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	text-rendering: auto;
	line-height: 40px;
	font-size: 18px;
	line-height: 16px;
	background: #f2f2f2;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	right: 12px;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.sidebar .sidebar-menu .menu-arrow::before,
.settings-sidebar .sidebar-menu .menu-arrow::before {
	height: 5px;
	width: 5px;
	border-top: 0;
	content: '';
	border-left: 0;
	border-right: 1px solid #646b72;
	border-bottom: 1px solid #646b72;
	transform: rotate(-45deg);
	position: absolute;
	left: 5px;
	top: 5px;
}
.sidebar .sidebar-menu .menu-arrow.inside-submenu,
.settings-sidebar .sidebar-menu .menu-arrow.inside-submenu {
	right: 12px;
}
.sidebar .sidebar-menu .menu-arrow.inside-submenu.inside-submenu-two,
.settings-sidebar .sidebar-menu .menu-arrow.inside-submenu.inside-submenu-two {
	right: 12px;
}
.sidebar .sidebar-menu.subdrop .menu-arrow,
.settings-sidebar .sidebar-menu.subdrop .menu-arrow {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	background: #ffeddc;
}
.sidebar .nav-link,
.settings-sidebar .nav-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	padding: 10px;
	color: #092c4c;
	position: relative;
}
.sidebar .nav-link.active,
.settings-sidebar .nav-link.active {
	color: #fe9f43;
	background: transparent;
	position: relative;
}
.sidebar .sidebar-left,
.settings-sidebar .sidebar-left {
	width: 100px;
	-webkit-box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.05);
	box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.05);
}
.sidebar .sidebar-right,
.settings-sidebar .sidebar-right {
	width: 250px;
	height: 100%;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
@media (max-width: 991.96px) {
	.sidebar .sidebar-right,
	.settings-sidebar .sidebar-right {
		width: calc(100% - 70px);
	}
}
.sidebar .sidebar-right .slimScrollDiv,
.settings-sidebar .sidebar-right .slimScrollDiv {
	width: 250px !important;
	overflow: visible !important;
}
@media (max-width: 991.96px) {
	.sidebar .sidebar-right .slimScrollDiv,
	.settings-sidebar .sidebar-right .slimScrollDiv {
		width: 100% !important;
	}
}
.sidebar .sidebar-right p,
.settings-sidebar .sidebar-right p {
	font-size: 10px;
	color: #7a8086;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.sidebar .sidebar-right ul,
.settings-sidebar .sidebar-right ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sidebar .sidebar-right ul li.active a,
.settings-sidebar .sidebar-right ul li.active a {
	background: linear-gradient(46.62deg, #fe9f43 0%, #423b93 93.64%);
	color: #ffffff;
}
.sidebar .sidebar-right ul li a,
.settings-sidebar .sidebar-right ul li a {
	font-weight: 400;
	font-size: 14px;
	color: #092c4c;
}
.sidebar .sidebar-right ul li a.active,
.settings-sidebar .sidebar-right ul li a.active {
	color: #fe9f43;
}
.sidebar .sidebar-right .menu-arrow,
.settings-sidebar .sidebar-right .menu-arrow {
	-webkit-transition: -webkit-transform 0.15s;
	-o-transition: -o-transform 0.15s;
	transition: transform 0.15s;
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	text-rendering: auto;
	line-height: 40px;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 18px;
	top: 0px;
	position: relative;
	font-weight: 700;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}
.sidebar .sidebar-right .menu-arrow:before,
.settings-sidebar .sidebar-right .menu-arrow:before {
	content: '\f105';
}
.sidebar .sub-menu a,
.settings-sidebar .sub-menu a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}
.sidebar li a.subdrop .menu-arrow,
.settings-sidebar li a.subdrop .menu-arrow {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}
.sidebar .nav-items .nav-link,
.settings-sidebar .nav-items .nav-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 0;
	border-bottom: 1px solid #90959b;
	padding: 20px 0;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.sidebar .nav-items .nav-link:hover,
.settings-sidebar .nav-items .nav-link:hover {
	box-shadow: 0 0 0 150px #423b93 inset;
	color: #ffffff;
}
.sidebar .nav-items .nav-link span,
.settings-sidebar .nav-items .nav-link span {
	margin-top: 15px;
	font-weight: 500;
}
.sidebar .sidemenu a,
.settings-sidebar .sidemenu a {
	width: 100%;
	font-weight: 500;
	display: block;
	border-radius: 5px;
	margin: 0 0 10px;
	padding: 10px;
}
.sidebar .sidemenu a:hover,
.settings-sidebar .sidemenu a:hover {
	background: linear-gradient(46.62deg, #fe9f43 0%, #423b93 93.64%);
	color: #ffffff;
}
.sidebar .sidemenu a:hover svg,
.settings-sidebar .sidemenu a:hover svg {
	color: #ffffff;
}
.sidebar .sidemenu a svg,
.settings-sidebar .sidemenu a svg {
	stroke-width: 1px;
}

.header-left #toggle_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	position: absolute;
	opacity: 1;
	background: #fe9f43;
	right: -13px;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	color: #ffffff;
	cursor: pointer;
}
.header-left #toggle_btn svg {
	transform: rotate(180deg);
}
.header-left #toggle_btn:hover {
	background: #fe8510;
}
.header-left.active svg {
	transform: rotate(0) !important;
}

@media (min-width: 991.98px) {
	.mini-sidebar .page-wrapper {
		margin-left: 86px;
	}
	.mini-sidebar .header-left #toggle_btn {
		opacity: 0;
	}
	.mini-sidebar .header-left #toggle_btn:after {
		border: 0;
	}
	.mini-sidebar.expand-menu .header-left #toggle_btn {
		opacity: 1;
	}
	.mini-sidebar.expand-menu .sidebar .sidebar-menu ul li .submenu-hdr {
		display: block;
	}
	.mini-sidebar.expand-menu .sidebar .sidebar-menu > ul > li.submenu-open ul li a ul li a {
		padding: 8px 12px;
	}
	.mini-sidebar.expand-menu .sidebar .sidebar-menu .submenu-open .submenu ul li a {
		padding: 8px 10px 8px 15px !important;
	}
	.mini-sidebar .sidebar-right {
		display: none;
	}
	.mini-sidebar .sidebar .sidebar-menu ul li a span {
		display: none;
	}
	.mini-sidebar .sidebar .sidebar-menu ul li .submenu-hdr {
		display: none;
	}
	.mini-sidebar .sidebar .sidebar-menu ul li svg {
		margin-right: 0;
	}
	.mini-sidebar .sidebar {
		width: 86px;
	}
	.expand-menu .sidebar-right {
		display: block;
		-webkit-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.expand-menu .sidebar {
		width: 252px;
	}
	.expand-menu .sidebar .sidebar-menu ul > li > a {
		padding: 10px 15px;
	}
	.expand-menu .sidebar .sidebar-menu ul > li > a span {
		display: inline-block;
	}
	.expand-menu .sidebar .sidebar-menu ul > li svg {
		margin-right: 10px;
	}
	.expand-menu .sidebar .sidebar-menu .submenu-hdr {
		display: block;
	}
	.expand-menu .header-left {
		width: 252px;
	}
	#toggle_btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		justify-content: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		float: left;
		margin-left: 15px;
	}
}
body.mini-sidebar .sidebar .sidebar-menu > ul > li.submenu-open ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	position: relative;
	width: 100%;
	padding: 8px;
}
body.mini-sidebar .sidebar .sidebar-menu > ul > li.submenu-open ul li a i {
	margin-right: 0 !important;
}
body.mini-sidebar.expand-menu .sidebar .sidebar-menu > ul > li.submenu-open ul li a {
	justify-content: left;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	padding: 8px 12px !important;
}
body.mini-sidebar.expand-menu .sidebar .sidebar-menu > ul > li.submenu-open ul li a i {
	margin-right: 8px !important;
}

.sidebarrightmenu .sidebar-right {
	display: block;
}

.slide-nav .sidebar {
	margin-left: 0;
}

.sidebar-overlay {
	display: none;
	height: 100%;
	width: 100%;
	z-index: 99;
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 60px;
	left: 0;
}
.sidebar-overlay.opened {
	display: block;
}

.nosidebar .sidebar {
	left: -350px;
}
.nosidebar .page-wrapper {
	margin: 0;
}
.nosidebar #toggle_btn svg {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.mini-sidebar .active.subdrop ~ ul {
	display: none !important;
}

.mini-sidebar.expand-menu .active.subdrop ~ ul {
	display: block !important;
}

.active.subdrop ~ ul {
	display: block !important;
}

.sidebar.horizontal-sidebar.sidebar-one .submenu ul {
	background: #fafbfe;
}

.sidebar .sidebar-logo {
	display: flex;
	align-items: center;
	padding: 0 24px;
	height: 65px;
	border-bottom: 1px solid #e6eaed;
}
.sidebar .sidebar-logo .logo img {
	width: 130px;
}
.sidebar .sidebar-logo .logo-small {
	display: none;
}
.sidebar .sidebar-logo #toggle_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	position: absolute;
	opacity: 1;
	background: #fe9f43;
	right: -13px;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	color: #ffffff;
	cursor: pointer;
}
.sidebar .sidebar-logo #toggle_btn svg {
	transform: rotate(0);
}
.sidebar .sidebar-logo #toggle_btn:hover {
	background: #fe8510;
}
.sidebar .sidebar-logo #toggle_btn.active svg {
	transform: rotate(180deg) !important;
}

@media (min-width: 992px) {
	.header {
		left: 252px;
	}
	.sidebar {
		top: 0;
	}
	.mini-sidebar .sidebar .sidebar-logo .logo {
		display: none;
	}
	.mini-sidebar .sidebar .sidebar-logo .logo-small {
		display: block;
	}
	.mini-sidebar .sidebar .sidebar-logo #toggle_btn {
		opacity: 0;
	}
	.mini-sidebar .header {
		left: 86px;
	}
	.mini-sidebar.expand-menu .sidebar .sidebar-logo .logo {
		display: block;
	}
	.mini-sidebar.expand-menu .sidebar .sidebar-logo .logo-small {
		display: none;
	}
	.mini-sidebar.expand-menu .sidebar .sidebar-logo #toggle_btn {
		opacity: 1;
	}
	.mini-sidebar.expand-menu .header {
		left: 252px;
	}
	.header .header-left {
		float: left;
		position: relative;
		text-align: center;
		z-index: 1;
		display: none;
	}
}
.sidebar .sidebar-menu .menu-arrow::before,
.settings-sidebar .sidebar-menu .menu-arrow::before {
	left: 4px;
}

@media (max-width: 991.96px) {
	.sidebar-logo {
		display: none !important;
	}
}
@media (min-width: 991.98px) {
	body.mini-sidebar.expand-menu .sidebar .sidebar-menu .submenu-open .submenu ul li a {
		padding: 8px 10px 8px 30px !important;
	}
	body.layout-mode-rtl.mini-sidebar.expand-menu
		.sidebar
		.sidebar-menu
		.submenu-open
		.submenu
		ul
		li
		a {
		padding: 8px 30px 8px 10px !important;
	}
}
body.layout-mode-rtl .item-list p {
	padding-left: 12px;
	padding-right: 0;
	margin: 0 0 0 8px;
}
body.layout-mode-rtl .item-list p::before {
	left: 0;
	right: unset;
}

.topnav-dropdown-header {
	border-bottom: 1px solid #e6eaed;
	text-align: center;
	font-size: 12px;
	padding: 15px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.topnav-dropdown-header .clear-noti {
	color: #fe9f43;
	font-size: 14px;
	font-weight: 500;
}

.notifications .noti-content {
	height: 290px;
	width: 350px;
	overflow-y: auto;
	position: relative;
}
.notifications .notification-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.notifications .notification-list li {
	margin-top: 0;
	border-bottom: 1px solid #e6eaed;
	font-size: 14px;
}
.notifications .notification-list li a {
	display: block;
	padding: 20px;
	position: relative;
}
.notifications .notification-list li a.recent-msg::before {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ff0000;
	content: '';
	position: absolute;
	right: 20px;
	top: 20px;
}
.notifications .notification-list li .avatar {
	width: 48px;
	height: 48px;
	margin: 0 8px 0 0;
	border-radius: 50%;
}
.notifications .notification-list li .avatar img {
	border-radius: 50%;
}
.notifications .notification-list li .noti-title {
	color: #212b36;
	font-weight: 500;
}
.notifications .notification-list li .noti-details {
	color: #646b72;
	font-weight: 500;
	margin: 0 0 4px;
}
.notifications .notification-list li p.noti-time {
	font-size: 14px;
	color: #646b72;
}
.notifications .notification-list li .notification-time {
	font-size: 12px;
	line-height: 1.35;
	color: #646b72;
}
.notifications .notification-list li .list-item {
	border: 0;
	padding: 0;
	position: relative;
}
.notifications .notification-list li .list-item .list-left {
	height: 48px;
	position: absolute;
	width: 48px;
}
.notifications .notification-list li .list-item .list-body {
	padding: 0 0 0 50px;
}
.notifications .notification-list li .list-item .list-body .message-author {
	color: #37404a;
	float: left;
	font-weight: 500;
	width: 175px;
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.notifications .notification-list li .list-item .list-body .message-time {
	color: #646b72;
	float: right;
	font-size: 11px;
}
.notifications .notification-list li .list-item .list-body .message-content {
	color: #37404a;
	font-size: 13px;
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.topnav-dropdown-footer {
	border-top: 1px solid #e6eaed;
	padding: 20px;
}
.topnav-dropdown-footer a {
	display: block;
	text-align: center;
}

.list-left {
	height: 48px;
	position: absolute;
	width: 48px;
}

.list-body {
	padding: 0 0 0 50px;
}
.list-body .message-author {
	color: #37404a;
	float: left;
	font-weight: 500;
	width: 175px;
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-body .message-time {
	color: #646b72;
	float: right;
	font-size: 11px;
}
.list-body .message-content {
	color: #37404a;
	font-size: 13px;
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.activity {
	width: 100%;
}
.activity .activity-box {
	position: relative;
}
.activity .activity-list {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
.activity .activity-list li {
	background-color: #ffffff;
	position: relative;
	border: 1px solid #e6eaed;
	margin: 0 0 10px;
	padding: 20px 10px 10px;
	font-size: 15px;
}
.activity .activity-list li .activity-user {
	height: 50px;
	margin: 0;
	padding: 0;
	width: 50px;
	position: absolute;
	top: 12px;
	left: 8px;
}
.activity .activity-list li .activity-content {
	background-color: #ffffff;
	position: relative;
	margin: 0 0 0 60px;
	padding: 0;
}
.activity .activity-list li .time {
	color: #7a8086;
	display: block;
	font-size: 12px;
	line-height: 1.35;
}
.activity .activity-list li a.name {
	color: #000000;
}
.activity .activity-list li a {
	color: #092c4c;
	font-weight: 600;
	font-size: 15px;
}
.activity .activity-list li a img {
	width: 50px;
	height: 50px;
	border-radius: 5px;
}

.layout-box-mode .main-wrapper {
	max-width: 1320px;
	margin: auto;
}
@media (max-width: 1398.98px) {
	.layout-box-mode .main-wrapper {
		max-width: 1170px;
	}
}
@media (max-width: 1199.96px) {
	.layout-box-mode .main-wrapper {
		max-width: 950px;
	}
}
@media (max-width: 991.96px) {
	.layout-box-mode .main-wrapper {
		max-width: 100%;
	}
}

:root {
	--primary-rgb-picr: var(--primary-rgb);
	--sidebar--rgb-picr: var(--sidebar-rgb);
	--topbar--rgb-picr: var(--topbar-rgb);
	--topbarcolor--rgb-picr: var(--topbarcolor-rgb);
}

[data-layout='default'][data-width='box'] .layout-box-mode .mini-sidebar .header,
[data-layout='mini'][data-width='box'] .layout-box-mode .mini-sidebar .header {
	max-width: 1320px;
	left: 0;
}
@media (max-width: 1398.98px) {
	[data-layout='default'][data-width='box'] .layout-box-mode .mini-sidebar .header,
	[data-layout='mini'][data-width='box'] .layout-box-mode .mini-sidebar .header {
		max-width: 1170px;
	}
}
@media (max-width: 1199.96px) {
	[data-layout='default'][data-width='box'] .layout-box-mode .mini-sidebar .header,
	[data-layout='mini'][data-width='box'] .layout-box-mode .mini-sidebar .header {
		max-width: 950px;
	}
}
@media (max-width: 991.96px) {
	[data-layout='default'][data-width='box'] .layout-box-mode .mini-sidebar .header,
	[data-layout='mini'][data-width='box'] .layout-box-mode .mini-sidebar .header {
		max-width: 100%;
	}
}
[data-layout='default'][data-width='box'] .layout-box-mode .mini-sidebar.expand-menu .header,
[data-layout='mini'][data-width='box'] .layout-box-mode .mini-sidebar.expand-menu .header {
	max-width: 1320px;
	left: 0;
}
@media (max-width: 1398.98px) {
	[data-layout='default'][data-width='box'] .layout-box-mode .mini-sidebar.expand-menu .header,
	[data-layout='mini'][data-width='box'] .layout-box-mode .mini-sidebar.expand-menu .header {
		max-width: 1170px;
	}
}
@media (max-width: 1199.96px) {
	[data-layout='default'][data-width='box'] .layout-box-mode .mini-sidebar.expand-menu .header,
	[data-layout='mini'][data-width='box'] .layout-box-mode .mini-sidebar.expand-menu .header {
		max-width: 950px;
	}
}
@media (max-width: 991.96px) {
	[data-layout='default'][data-width='box'] .layout-box-mode .mini-sidebar.expand-menu .header,
	[data-layout='mini'][data-width='box'] .layout-box-mode .mini-sidebar.expand-menu .header {
		max-width: 100%;
	}
}
[data-layout='default'][data-width='box'] .layout-box-mode .header,
[data-layout='mini'][data-width='box'] .layout-box-mode .header {
	margin: auto;
	max-width: 1320px;
	left: 0;
}
@media (max-width: 1398.98px) {
	[data-layout='default'][data-width='box'] .layout-box-mode .header,
	[data-layout='mini'][data-width='box'] .layout-box-mode .header {
		max-width: 1170px;
	}
}
@media (max-width: 1199.96px) {
	[data-layout='default'][data-width='box'] .layout-box-mode .header,
	[data-layout='mini'][data-width='box'] .layout-box-mode .header {
		max-width: 950px;
	}
}
@media (max-width: 991.96px) {
	[data-layout='default'][data-width='box'] .layout-box-mode .header,
	[data-layout='mini'][data-width='box'] .layout-box-mode .header {
		max-width: 100%;
		left: 0;
	}
}
[data-layout='default'][data-width='box'] .layout-box-mode .header .header-left,
[data-layout='mini'][data-width='box'] .layout-box-mode .header .header-left {
	display: flex;
}
@media (max-width: 991.96px) {
	[data-layout='default'][data-width='box'] .layout-box-mode .header .header-left,
	[data-layout='mini'][data-width='box'] .layout-box-mode .header .header-left {
		padding-left: 0;
	}
}
[data-layout='default'][data-width='box'] .layout-box-mode .sidebar,
[data-layout='mini'][data-width='box'] .layout-box-mode .sidebar {
	left: unset;
	top: 65px;
}
[data-layout='default'][data-width='box'] .layout-box-mode .sidebar .sidebar-logo,
[data-layout='mini'][data-width='box'] .layout-box-mode .sidebar .sidebar-logo {
	display: none;
}
[data-layout='default'][data-width='box'] .layout-box-mode .sidebar .slimScrollDiv,
[data-layout='mini'][data-width='box'] .layout-box-mode .sidebar .slimScrollDiv {
	top: 0;
}
[data-layout='default'][data-width='box'] .layout-box-mode .header-left #toggle_btn,
[data-layout='mini'][data-width='box'] .layout-box-mode .header-left #toggle_btn {
	top: 15px;
}

[data-layout='twocolumn'][data-width='box'] .layout-box-mode .sidebar,
[data-layout='modern'][data-width='box'] .layout-box-mode .sidebar {
	left: unset;
}
[data-layout='twocolumn'][data-width='box'] .layout-box-mode .sidebar .sidebar-logo,
[data-layout='modern'][data-width='box'] .layout-box-mode .sidebar .sidebar-logo {
	display: none;
}
[data-layout='twocolumn'][data-width='box'] .layout-box-mode .header,
[data-layout='modern'][data-width='box'] .layout-box-mode .header {
	margin: 0 auto;
	max-width: 1068px;
}
@media (min-width: 991.98px) {
	[data-layout='twocolumn'][data-width='box'] .layout-box-mode .header,
	[data-layout='modern'][data-width='box'] .layout-box-mode .header {
		left: 252px;
	}
}
@media (max-width: 1398.98px) {
	[data-layout='twocolumn'][data-width='box'] .layout-box-mode .header,
	[data-layout='modern'][data-width='box'] .layout-box-mode .header {
		max-width: 918px;
	}
}
@media (max-width: 1199.96px) {
	[data-layout='twocolumn'][data-width='box'] .layout-box-mode .header,
	[data-layout='modern'][data-width='box'] .layout-box-mode .header {
		max-width: 698px;
	}
}
@media (max-width: 991.96px) {
	[data-layout='twocolumn'][data-width='box'] .layout-box-mode .header,
	[data-layout='modern'][data-width='box'] .layout-box-mode .header {
		max-width: 100%;
		left: 0;
	}
}
[data-layout='twocolumn'][data-width='box'] .layout-box-mode.mini-sidebar .header,
[data-layout='modern'][data-width='box'] .layout-box-mode.mini-sidebar .header {
	max-width: 1248px;
}
@media (min-width: 991.98px) {
	[data-layout='twocolumn'][data-width='box'] .layout-box-mode.mini-sidebar .header,
	[data-layout='modern'][data-width='box'] .layout-box-mode.mini-sidebar .header {
		left: 72px;
	}
}
@media (max-width: 1398.98px) {
	[data-layout='twocolumn'][data-width='box'] .layout-box-mode.mini-sidebar .header,
	[data-layout='modern'][data-width='box'] .layout-box-mode.mini-sidebar .header {
		max-width: 1098px;
	}
}
@media (max-width: 1199.96px) {
	[data-layout='twocolumn'][data-width='box'] .layout-box-mode.mini-sidebar .header,
	[data-layout='modern'][data-width='box'] .layout-box-mode.mini-sidebar .header {
		max-width: 878px;
	}
}
@media (max-width: 991.96px) {
	[data-layout='twocolumn'][data-width='box'] .layout-box-mode.mini-sidebar .header,
	[data-layout='modern'][data-width='box'] .layout-box-mode.mini-sidebar .header {
		max-width: 100%;
		left: 0;
	}
}
[data-layout='twocolumn'][data-width='box'] .layout-box-mode.mini-sidebar.expand-menu .header,
[data-layout='modern'][data-width='box'] .layout-box-mode.mini-sidebar.expand-menu .header {
	max-width: 1068px;
}
@media (min-width: 991.98px) {
	[data-layout='twocolumn'][data-width='box'] .layout-box-mode.mini-sidebar.expand-menu .header,
	[data-layout='modern'][data-width='box'] .layout-box-mode.mini-sidebar.expand-menu .header {
		left: 252px;
	}
}
@media (max-width: 1398.98px) {
	[data-layout='twocolumn'][data-width='box'] .layout-box-mode.mini-sidebar.expand-menu .header,
	[data-layout='modern'][data-width='box'] .layout-box-mode.mini-sidebar.expand-menu .header {
		max-width: 918px;
	}
}
@media (max-width: 1199.96px) {
	[data-layout='twocolumn'][data-width='box'] .layout-box-mode.mini-sidebar.expand-menu .header,
	[data-layout='modern'][data-width='box'] .layout-box-mode.mini-sidebar.expand-menu .header {
		max-width: 698px;
	}
}
@media (max-width: 991.96px) {
	[data-layout='twocolumn'][data-width='box'] .layout-box-mode.mini-sidebar.expand-menu .header,
	[data-layout='modern'][data-width='box'] .layout-box-mode.mini-sidebar.expand-menu .header {
		max-width: 100%;
		left: 0;
	}
}

[data-layout='horizontal'][data-width='box'] .main-wrapper .header,
[data-layout='horizontal-overlay'][data-width='box'] .main-wrapper .header {
	margin: auto;
	max-width: 1320px;
}
@media (max-width: 1398.98px) {
	[data-layout='horizontal'][data-width='box'] .main-wrapper .header,
	[data-layout='horizontal-overlay'][data-width='box'] .main-wrapper .header {
		max-width: 1170px;
	}
}
@media (max-width: 1199.96px) {
	[data-layout='horizontal'][data-width='box'] .main-wrapper .header,
	[data-layout='horizontal-overlay'][data-width='box'] .main-wrapper .header {
		max-width: 950px;
	}
}
@media (max-width: 991.96px) {
	[data-layout='horizontal'][data-width='box'] .main-wrapper .header,
	[data-layout='horizontal-overlay'][data-width='box'] .main-wrapper .header {
		max-width: 100%;
	}
}
[data-layout='horizontal'][data-width='box'] .main-wrapper::before,
[data-layout='horizontal-overlay'][data-width='box'] .main-wrapper::before {
	width: 1320px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
@media (max-width: 1398.98px) {
	[data-layout='horizontal'][data-width='box'] .main-wrapper::before,
	[data-layout='horizontal-overlay'][data-width='box'] .main-wrapper::before {
		width: 1170px;
	}
}
@media (max-width: 1199.96px) {
	[data-layout='horizontal'][data-width='box'] .main-wrapper::before,
	[data-layout='horizontal-overlay'][data-width='box'] .main-wrapper::before {
		width: 950px;
	}
}
@media (max-width: 991.96px) {
	[data-layout='horizontal'][data-width='box'] .main-wrapper::before,
	[data-layout='horizontal-overlay'][data-width='box'] .main-wrapper::before {
		width: 100%;
	}
}
[data-layout='horizontal'][data-width='box'] .main-wrapper::after,
[data-layout='horizontal-overlay'][data-width='box'] .main-wrapper::after {
	left: 0;
	right: 0;
	margin: 0 auto;
}
@media (max-width: 1398.98px) {
	[data-layout='horizontal'][data-width='box'] .main-wrapper::after,
	[data-layout='horizontal-overlay'][data-width='box'] .main-wrapper::after {
		width: 1170px;
	}
}
@media (max-width: 1199.96px) {
	[data-layout='horizontal'][data-width='box'] .main-wrapper::after,
	[data-layout='horizontal-overlay'][data-width='box'] .main-wrapper::after {
		width: 950px;
	}
}
@media (max-width: 991.96px) {
	[data-layout='horizontal'][data-width='box'] .main-wrapper::after,
	[data-layout='horizontal-overlay'][data-width='box'] .main-wrapper::after {
		width: 100%;
	}
}
[data-layout='horizontal'][data-width='box'] .header,
[data-layout='horizontal-overlay'][data-width='box'] .header {
	padding: 0 16px;
}
[data-layout='horizontal'][data-width='box'] .header .main-header,
[data-layout='horizontal-overlay'][data-width='box'] .header .main-header {
	max-width: 1320px;
	margin: 0 auto;
}
@media (max-width: 1398.98px) {
	[data-layout='horizontal'][data-width='box'] .header .main-header,
	[data-layout='horizontal-overlay'][data-width='box'] .header .main-header {
		max-width: 1170px;
	}
}
@media (max-width: 1199.96px) {
	[data-layout='horizontal'][data-width='box'] .header .main-header,
	[data-layout='horizontal-overlay'][data-width='box'] .header .main-header {
		max-width: 950px;
	}
}
@media (max-width: 991.96px) {
	[data-layout='horizontal'][data-width='box'] .header .main-header,
	[data-layout='horizontal-overlay'][data-width='box'] .header .main-header {
		max-width: 100%;
	}
}
[data-layout='horizontal'][data-width='box'] .header .main-header .user-menu,
[data-layout='horizontal-overlay'][data-width='box'] .header .main-header .user-menu {
	padding-right: 0;
}
[data-layout='horizontal'][data-width='box'] .header .header-left,
[data-layout='horizontal-overlay'][data-width='box'] .header .header-left {
	display: block;
}
[data-layout='horizontal'][data-width='box'] .sidebar.sidebar-horizontal,
[data-layout='horizontal-overlay'][data-width='box'] .sidebar.sidebar-horizontal {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 16px !important;
	left: auto;
}
@media (max-width: 1398.98px) {
	[data-layout='horizontal'][data-width='box'] .sidebar.sidebar-horizontal,
	[data-layout='horizontal-overlay'][data-width='box'] .sidebar.sidebar-horizontal {
		max-width: 1170px;
	}
}
@media (max-width: 1199.96px) {
	[data-layout='horizontal'][data-width='box'] .sidebar.sidebar-horizontal,
	[data-layout='horizontal-overlay'][data-width='box'] .sidebar.sidebar-horizontal {
		max-width: 950px;
	}
}
@media (max-width: 991.96px) {
	[data-layout='horizontal'][data-width='box'] .sidebar.sidebar-horizontal,
	[data-layout='horizontal-overlay'][data-width='box'] .sidebar.sidebar-horizontal {
		max-width: 100%;
	}
}
[data-layout='horizontal'][data-width='box']
	.sidebar.sidebar-horizontal
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a,
[data-layout='horizontal-overlay'][data-width='box']
	.sidebar.sidebar-horizontal
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a {
	padding: 8px 30px 8px 8px;
}

[data-layout='detached'][data-width='box'] .header {
	max-width: 1320px;
	margin: 0 auto;
}
@media (max-width: 1398.98px) {
	[data-layout='detached'][data-width='box'] .header {
		max-width: 95%;
	}
}

[data-layout='without-header'][data-width='box'] .sidebar {
	left: auto;
}

[data-layout='detached'] .main-wrapper {
	margin: 0 auto;
}
@media (min-width: 1399px) {
	[data-layout='detached'] .main-wrapper {
		max-width: 1320px;
	}
}
@media (min-width: 991.98px) {
	[data-layout='detached'] .main-wrapper {
		max-width: 95%;
	}
}
[data-layout='detached'] .header {
	left: 0;
}
[data-layout='detached'] .header .header-left {
	display: flex;
	padding-left: 0;
	text-align: left;
}
[data-layout='detached'] .header .header-user .user-menu {
	padding-right: 0;
}
[data-layout='detached'] .header .main-header {
	margin: 0 auto;
}
@media (min-width: 1399px) {
	[data-layout='detached'] .header .main-header {
		max-width: 1320px;
	}
}
@media (min-width: 991.98px) {
	[data-layout='detached'] .header .main-header {
		max-width: 95%;
	}
}
[data-layout='detached'] .header #toggle_btn {
	top: 15px;
}
[data-layout='detached'] .expand-menu .header-left {
	width: auto;
}
[data-layout='detached'] .expand-menu.mini-sidebar .header {
	left: 0;
}
[data-layout='detached'] .expand-menu.mini-sidebar .header .header-left {
	width: auto;
}
[data-layout='detached'] .sidebar {
	top: 74px;
	left: unset;
	bottom: 24px;
	border: 1px solid #e6eaed;
	border-radius: 5px;
}
[data-layout='detached'] .sidebar .slimScrollDiv {
	height: 100% !important;
	top: 0;
}
[data-layout='detached'] .sidebar .slimScrollDiv .sidebar-inner {
	height: 100% !important;
}
[data-layout='detached'] .sidebar .slimScrollDiv .sidebar-menu {
	margin-top: 0;
	padding-bottom: 0;
}
[data-layout='detached'] .sidebar .sidebar-menu {
	margin-top: 16px;
}
[data-layout='detached'] .sidebar .sidebar-logo {
	display: none;
}
@media (max-width: 991.96px) {
	[data-layout='detached'] .sidebar {
		top: 50px;
		bottom: 0;
	}
}
@media (min-width: 991.98px) {
	[data-layout='detached'] .page-wrapper {
		padding: 74px 0 0;
	}
}
[data-layout='detached'] .page-wrapper .head-icons {
	display: none;
}

[data-layout='twocolumn'] .sidebar.navbar-menu,
[data-size='twocol'] .sidebar.navbar-menu {
	display: none;
}
@media (max-width: 991.96px) {
	[data-layout='twocolumn'] .sidebar.navbar-menu,
	[data-size='twocol'] .sidebar.navbar-menu {
		display: block;
	}
}
[data-layout='twocolumn'] .sidebar-twocol.sidebar,
[data-size='twocol'] .sidebar-twocol.sidebar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
[data-layout='twocolumn'] #two-col-sidebar,
[data-size='twocol'] #two-col-sidebar {
	display: block;
}
@media (max-width: 991.96px) {
	[data-layout='twocolumn'] #two-col-sidebar,
	[data-size='twocol'] #two-col-sidebar {
		display: none;
	}
}

[data-layout='horizontal'] #horizontal-menu {
	display: block;
}
[data-layout='horizontal'] .header {
	left: 0;
}
[data-layout='horizontal'] .header .main-header {
	max-width: 1320px;
	margin: 0 auto;
}
@media (max-width: 1398.98px) {
	[data-layout='horizontal'] .header .main-header {
		max-width: 1170px;
	}
}
@media (max-width: 1199.96px) {
	[data-layout='horizontal'] .header .main-header {
		max-width: 950px;
	}
}
@media (max-width: 991.96px) {
	[data-layout='horizontal'] .header .main-header {
		max-width: 100%;
	}
}
[data-layout='horizontal'] .header .main-header .user-menu {
	padding-right: 0;
}
[data-layout='horizontal'] .header .header-left {
	display: block;
}

[data-layout='modern'] .header {
	background-color: #ffffff;
	border-color: rgba(255, 255, 255, 0.8);
}
[data-layout='modern'] .header .bar-icon span {
	background-color: #ffffff;
}
@media (max-width: 1199.96px) {
	[data-layout='modern'] .header .input-group {
		width: 200px;
	}
}
[data-layout='modern'] .header .header-left .logo-white {
	display: none;
}
[data-layout='modern'] .header .header-user .user-menu .btn-menubar {
	color: #7a8086;
}
[data-layout='modern'] .header .header-user .user-menu .btn-menubar:hover,
[data-layout='modern'] .header .header-user .user-menu .btn-menubar:active,
[data-layout='modern'] .header .header-user .user-menu .btn-menubar.active {
	background-color: #fff6ee;
	border-color: #fff6ee;
	color: #212b36 !important;
}
[data-layout='modern'] .sidebar {
	display: block;
}
[data-layout='modern'] .sidebar .sidebar-logo {
	display: none;
}
[data-layout='modern'] .sidebar .slimScrollDiv {
	top: 0;
	height: calc(100% - 150px) !important;
}
[data-layout='modern'] .sidebar .sidebar-inner {
	height: 100% !important;
}
[data-layout='modern'] .sidebar .sidebar-menu {
	margin-top: 0;
}
[data-layout='modern'] .sidebar .modern-profile {
	display: block;
}
[data-layout='modern'] .page-wrapper::before {
	content: '';
	height: 168px;
	background: #ffffff;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
[data-layout='modern'] .page-wrapper::after {
	content: none;
	height: 168px;
	background: url('../img/bg/modern-bg.html');
	background-repeat: no-repeat;
	width: 60%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
[data-layout='modern'] .mini-sidebar .modern-profile .user-profile {
	padding: 0 !important;
	margin-bottom: 0 !important;
	background: transparent !important;
	border-color: transparent !important;
}
[data-layout='modern'] .mini-sidebar .modern-profile .user-profile .avatar {
	width: 32px;
	height: 32px;
}
[data-layout='modern'] .mini-sidebar .modern-profile h6,
[data-layout='modern'] .mini-sidebar .modern-profile p,
[data-layout='modern'] .mini-sidebar .modern-profile .sidebar-nav {
	display: none;
}
[data-layout='modern'] .mini-sidebar .slimScrollDiv {
	height: calc(100% - 70px) !important;
}
[data-layout='modern'] .mini-sidebar.expand-menu .modern-profile .user-profile {
	padding: 16px !important;
	margin-bottom: 24px !important;
	background: #f9fafb !important;
}
[data-layout='modern'] .mini-sidebar.expand-menu .modern-profile .user-profile .avatar {
	width: 40px;
	height: 40px;
}
[data-layout='modern'] .mini-sidebar.expand-menu .modern-profile h6,
[data-layout='modern'] .mini-sidebar.expand-menu .modern-profile p,
[data-layout='modern'] .mini-sidebar.expand-menu .modern-profile .sidebar-nav {
	display: block;
}
[data-layout='modern'] .mini-sidebar.expand-menu .slimScrollDiv {
	height: calc(100% - 220px) !important;
}

[data-layout='horizontal-overlay'] #horizontal-menu {
	display: block;
}
[data-layout='horizontal-overlay'] .header {
	left: 0;
	background-color: #ffffff;
	border-color: white;
}
[data-layout='horizontal-overlay'] .header .main-header {
	max-width: 1320px;
	margin: 0 auto;
}
@media (max-width: 1398.98px) {
	[data-layout='horizontal-overlay'] .header .main-header {
		max-width: 1170px;
	}
}
@media (max-width: 1199.96px) {
	[data-layout='horizontal-overlay'] .header .main-header {
		max-width: 950px;
	}
}
@media (max-width: 991.96px) {
	[data-layout='horizontal-overlay'] .header .main-header {
		max-width: 100%;
	}
}
[data-layout='horizontal-overlay'] .header .main-header .user-menu {
	padding-right: 0;
}
[data-layout='horizontal-overlay'] .header .header-user .user-menu .btn-menubar {
	color: #7a8086;
}
[data-layout='horizontal-overlay'] .header .header-user .user-menu .btn-menubar:hover {
	background: #fff6ee;
	color: #212b36;
}
[data-layout='horizontal-overlay'] .header .header-left {
	display: block;
	border: 0;
	width: auto;
}
[data-layout='horizontal-overlay'] .header .header-left .logo {
	display: none;
}
[data-layout='horizontal-overlay'] .header .header-left .logo-white {
	display: block;
}
[data-layout='horizontal-overlay'] .mode-toggle {
	color: #4d555e;
}
[data-layout='horizontal-overlay'] .sidebar-horizontal.sidebar {
	background-color: #ffffff;
	border-bottom: 1px solid white;
}
[data-layout='horizontal-overlay'] .sidebar-horizontal.sidebar::before {
	content: none;
	height: 100%;
	background: url('../img/bg/overlay-bg.png');
	background-repeat: no-repeat;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
[data-layout='horizontal-overlay']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a {
	color: #212b36;
}
[data-layout='horizontal-overlay']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active,
[data-layout='horizontal-overlay']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover,
[data-layout='horizontal-overlay']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop {
	background-color: #fff6ee;
	color: #212b36;
}
[data-layout='horizontal-overlay']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active
	.menu-arrow::before,
[data-layout='horizontal-overlay']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover
	.menu-arrow::before,
[data-layout='horizontal-overlay']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop
	.menu-arrow::before {
	border-color: #212b36;
}
[data-layout='horizontal-overlay']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a
	.menu-arrow::before {
	border-color: #212b36;
}
[data-layout='horizontal-overlay'] .main-wrapper {
	max-width: 1320px;
	margin: 0 auto;
}
@media (max-width: 1398.98px) {
	[data-layout='horizontal-overlay'] .main-wrapper {
		max-width: 1170px;
	}
}
@media (max-width: 1199.96px) {
	[data-layout='horizontal-overlay'] .main-wrapper {
		max-width: 950px;
	}
}
@media (max-width: 991.96px) {
	[data-layout='horizontal-overlay'] .main-wrapper {
		max-width: 100%;
	}
}
[data-layout='horizontal-overlay'] .main-wrapper::before {
	content: '';
	height: 168px;
	background: #ffffff;
	width: 100%;
	position: absolute;
	top: 96px;
	left: 0;
	z-index: -1;
}
@media (max-width: 991.96px) {
	[data-layout='horizontal-overlay'] .main-wrapper::before {
		top: 50px;
		height: 100px;
	}
}
[data-layout='horizontal-overlay'] .main-wrapper::after {
	content: '';
	height: 168px;
	background-repeat: no-repeat;
	width: 100%;
	position: absolute;
	top: 96px;
	left: 0;
	z-index: -1;
}
@media (max-width: 991.96px) {
	[data-layout='horizontal-overlay'] .main-wrapper::after {
		top: 50px;
		height: 100px;
	}
}
[data-layout='horizontal-overlay'] .page-breadcrumb h2 {
	color: #ffffff;
}

[data-layout='horizontal-box'] #horizontal-menu {
	display: block;
}
[data-layout='horizontal-box'] .main-wrapper {
	max-width: 1320px;
	margin: auto;
}
@media (max-width: 1398.98px) {
	[data-layout='horizontal-box'] .main-wrapper {
		max-width: 1170px;
	}
}
@media (max-width: 1199.96px) {
	[data-layout='horizontal-box'] .main-wrapper {
		max-width: 950px;
	}
}
@media (max-width: 991.96px) {
	[data-layout='horizontal-box'] .main-wrapper {
		max-width: 100%;
	}
}
[data-layout='horizontal-box'] .main-wrapper .header {
	max-width: 1320px;
	margin: auto;
}
@media (max-width: 1398.98px) {
	[data-layout='horizontal-box'] .main-wrapper .header {
		max-width: 1170px;
	}
}
@media (max-width: 1199.96px) {
	[data-layout='horizontal-box'] .main-wrapper .header {
		max-width: 950px;
	}
}
@media (max-width: 991.96px) {
	[data-layout='horizontal-box'] .main-wrapper .header {
		max-width: 100%;
	}
}
[data-layout='horizontal-box'] .header {
	left: 0;
	padding: 0 16px;
}
[data-layout='horizontal-box'] .header .main-header {
	max-width: 1320px;
	margin: 0 auto;
}
@media (max-width: 1398.98px) {
	[data-layout='horizontal-box'] .header .main-header {
		max-width: 1170px;
	}
}
@media (max-width: 1199.96px) {
	[data-layout='horizontal-box'] .header .main-header {
		max-width: 950px;
	}
}
@media (max-width: 991.96px) {
	[data-layout='horizontal-box'] .header .main-header {
		max-width: 100%;
	}
}
[data-layout='horizontal-box'] .header .main-header .user-menu {
	padding-right: 0;
}
[data-layout='horizontal-box'] .header .header-left {
	display: block;
}
[data-layout='horizontal-box'] .header .header-left .logo-white {
	display: block;
}
[data-layout='horizontal-box'] .sidebar.sidebar-horizontal {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 16px !important;
	left: auto;
}
@media (max-width: 1398.98px) {
	[data-layout='horizontal-box'] .sidebar.sidebar-horizontal {
		max-width: 1170px;
	}
}
@media (max-width: 1199.96px) {
	[data-layout='horizontal-box'] .sidebar.sidebar-horizontal {
		max-width: 950px;
	}
}
@media (max-width: 991.96px) {
	[data-layout='horizontal-box'] .sidebar.sidebar-horizontal {
		max-width: 100%;
	}
}
[data-layout='horizontal-box']
	.sidebar.sidebar-horizontal
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a {
	padding: 8px 30px 8px 8px;
}

[data-layout='horizontal-fullwidth'] #horizontal-menu {
	display: block;
}
[data-layout='horizontal-fullwidth'] .header {
	padding: 0 24px;
}
[data-layout='horizontal-fullwidth'] .sidebar-horizontal.sidebar .sidebar-menu {
	max-width: 100%;
	padding: 0 24px !important;
}
[data-layout='horizontal-fullwidth']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a {
	padding: 8px 24px 8px 8px;
}
@media (min-width: 1399px) {
	[data-layout='horizontal-fullwidth']
		.sidebar-horizontal.sidebar
		.sidebar-menu
		.nav-menu
		> li.submenu
		> a {
		padding: 8px 30px 8px 8px;
	}
}
@media (min-width: 1199.98px) {
	[data-layout='horizontal-fullwidth']
		.sidebar-horizontal.sidebar
		.sidebar-menu
		.nav-menu
		> li.submenu
		> a {
		padding: 8px 28px 8px 8px;
	}
}

@media (min-width: 991.98px) {
	[data-layout='without-header'] .header {
		width: 0;
	}
	[data-layout='without-header'] .header .user-menu {
		display: none;
	}
	[data-layout='without-header'] .header #toggle_btn {
		display: none;
	}
}
[data-layout='without-header'] .sidebar.sidebar-horizontal {
	display: none;
}
[data-layout='without-header'] .sidebar.two-col-sidebar {
	display: none;
}
[data-layout='without-header'] .page-wrapper {
	padding: 0;
}
[data-layout='without-header'] .page-wrapper .head-icons {
	display: none;
}
[data-layout='without-header'] .modern-profile .user-profile {
	display: none;
}
[data-layout='without-header'] .modern-profile,
[data-layout='without-header'] .sidebar-header {
	display: block;
}
[data-layout='without-header'] .sidebar {
	display: block;
}
[data-layout='without-header'] .sidebar .sidebar-logo {
	position: relative;
}
[data-layout='without-header'] .slimScrollDiv {
	top: 0;
	height: calc(100% - 150px) !important;
}
[data-layout='without-header'] .slimScrollDiv .sidebar-inner {
	height: 100% !important;
}
[data-layout='without-header'] .mini-sidebar .sidebar-nav {
	display: none;
}
[data-layout='without-header'] .mini-sidebar .sidebar-header .input-group,
[data-layout='without-header'] .mini-sidebar .sidebar-header .menu-item {
	display: none !important;
}
[data-layout='without-header'] .mini-sidebar .sidebar-profile {
	padding: 0 !important;
	background: transparent !important;
	border-color: transparent !important;
}
[data-layout='without-header'] .mini-sidebar .sidebar-profile .sidebar-profile-info {
	display: none;
}
[data-layout='without-header'] .mini-sidebar .slimScrollDiv {
	height: calc(100% - 110px) !important;
}
[data-layout='without-header'] .mini-sidebar .slimScrollDiv .sidebar-inner {
	height: 100% !important;
}
[data-layout='without-header'] .mini-sidebar.expand-menu .sidebar-nav {
	display: block;
}
[data-layout='without-header'] .mini-sidebar.expand-menu .sidebar-header .input-group,
[data-layout='without-header'] .mini-sidebar.expand-menu .sidebar-header .menu-item {
	display: flex !important;
}
[data-layout='without-header'] .mini-sidebar.expand-menu .sidebar-profile {
	padding: 8px !important;
	background: #f9fafb !important;
	border-color: #f9fafb !important;
}
[data-layout='without-header'] .mini-sidebar.expand-menu .sidebar-profile .sidebar-profile-info {
	display: block;
}

[data-layout='horizontal-single'] #horizontal-menu {
	display: none;
}
[data-layout='horizontal-single'] #horizontal-single {
	position: relative;
	top: -12px;
	width: auto !important;
	box-shadow: none;
	display: block;
}
[data-layout='horizontal-single'] #header-search {
	display: none !important;
}
[data-layout='horizontal-single'] .header {
	padding: 0 24px;
}
@media (max-width: 1199.96px) {
	[data-layout='horizontal-single'] .header {
		padding: 0 16px;
	}
}
@media (max-width: 1199.96px) {
	[data-layout='horizontal-single'] .menu-horizontal .header .main-header .user-menu {
		padding-left: 16px;
	}
}
[data-layout='horizontal-single'] .menu-horizontal .page-wrapper {
	padding-top: 50px;
	max-width: 100%;
	margin: 0 24px;
}
[data-layout='horizontal-single'] .menu-horizontal .header-collapse .header-user {
	display: block;
}
[data-layout='horizontal-single'] .footer {
	margin: 0 -24px;
}
[data-layout='horizontal-single'] .sidebar-horizontal.sidebar .sidebar-menu {
	padding: 0 !important;
	height: 46px;
	display: flex;
	align-items: center;
	margin: 0 auto;
	width: 100%;
}
[data-layout='horizontal-single'] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a {
	padding: 8px 21px 8px 8px;
}
@media (min-width: 1199.98px) {
	[data-layout='horizontal-single'] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a {
		padding: 8px 30px 8px 8px;
	}
}
[data-layout='horizontal-single'] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li {
	margin-right: 8px;
}
@media (max-width: 1199.96px) {
	[data-layout='horizontal-single'] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li {
		margin-right: 1px;
	}
}
@media (max-width: 1199.96px) {
	[data-layout='horizontal-single']
		.sidebar-horizontal.sidebar
		.sidebar-menu
		.nav-menu
		> li
		a
		.menu-arrow {
		right: 2px;
	}
}
[data-layout='horizontal-single'] .sidebar-menu .nav-menu > li {
	margin-right: 8px;
}
[data-layout='horizontal-single'] .sidebar-menu .nav-menu > li:last-child {
	margin-right: 0;
}
[data-layout='horizontal-single'] .sidebar-menu .nav-menu > li.submenu > ul {
	max-height: 350px;
	overflow-x: hidden;
	overflow-y: auto;
}
@media (max-width: 1398.98px) {
	[data-layout='horizontal-single'] .sidebar-menu .nav-menu > li {
		margin-right: 2px;
	}
}

[data-layout='transparent'] body,
.data-layout-transparent body {
	background-color: #fff6ee;
}
[data-layout='transparent'] .header,
.data-layout-transparent .header {
	left: 0;
	border-bottom: 3px solid #fe9f43;
}
[data-layout='transparent'] .header .header-left,
.data-layout-transparent .header .header-left {
	display: block;
	padding-left: 24px;
}
[data-layout='transparent'] .sidebar,
.data-layout-transparent .sidebar {
	top: 50px;
	background-color: #fff6ee;
}
[data-layout='transparent'] .sidebar .sidebar-logo,
.data-layout-transparent .sidebar .sidebar-logo {
	display: none;
}
[data-layout='transparent'] .sidebar .sidebar-logo .logo,
.data-layout-transparent .sidebar .sidebar-logo .logo {
	display: none;
}
[data-layout='transparent'] .sidebar .slimScrollDiv,
.data-layout-transparent .sidebar .slimScrollDiv {
	top: 0;
}
@media (min-width: 991.98px) {
	[data-layout='transparent'] .mini-sidebar.expand-menu .header,
	.data-layout-transparent .mini-sidebar.expand-menu .header {
		left: 0;
	}
}
[data-layout='transparent'] .page-wrapper .head-icons,
.data-layout-transparent .page-wrapper .head-icons {
	display: none;
}

body.data-layout-transparent {
	background-color: #fff6ee;
}
body.data-layout-transparent .header {
	left: 0;
	border-bottom: 3px solid #fe9f43;
}
body.data-layout-transparent .header .header-left {
	display: block;
	padding-left: 24px;
}
body.data-layout-transparent .sidebar {
	top: 50px;
	background-color: #fff6ee;
}
body.data-layout-transparent .sidebar .sidebar-logo {
	display: none;
}
body.data-layout-transparent .sidebar .sidebar-logo .logo {
	display: none;
}
body.data-layout-transparent .sidebar .slimScrollDiv {
	top: 0;
}
@media (min-width: 991.98px) {
	body.data-layout-transparent .mini-sidebar.expand-menu .header {
		left: 0;
	}
}
body.data-layout-transparent .page-wrapper .head-icons {
	display: none;
}

[data-layout='horizontal-sidemenu'] .header {
	left: 0;
	background-color: #212b36;
	border-color: #37404a;
}
[data-layout='horizontal-sidemenu'] .header .main-header {
	max-width: 1320px;
	margin: 0 auto;
}
@media (max-width: 1398.98px) {
	[data-layout='horizontal-sidemenu'] .header .main-header {
		max-width: 1170px;
	}
}
@media (max-width: 1199.96px) {
	[data-layout='horizontal-sidemenu'] .header .main-header {
		max-width: 950px;
	}
}
@media (max-width: 991.96px) {
	[data-layout='horizontal-sidemenu'] .header .main-header {
		max-width: 100%;
	}
}
[data-layout='horizontal-sidemenu'] .header .main-header .user-menu {
	padding-right: 0;
}
[data-layout='horizontal-sidemenu'] .header .header-user .user-menu .btn-menubar {
	color: #ffffff;
}
[data-layout='horizontal-sidemenu'] .header .header-user .user-menu .btn-menubar:hover {
	background: #646b72;
}
[data-layout='horizontal-sidemenu'] .header .header-left {
	display: block;
}
[data-layout='horizontal-sidemenu'] .header .header-left .logo {
	display: none;
}
[data-layout='horizontal-sidemenu'] .header .header-left .logo-white {
	display: block;
}
[data-layout='horizontal-sidemenu'] .main-wrapper {
	margin: 0 auto;
}
@media (min-width: 1399px) {
	[data-layout='horizontal-sidemenu'] .main-wrapper {
		max-width: 1320px;
	}
}
@media (min-width: 991.98px) {
	[data-layout='horizontal-sidemenu'] .main-wrapper {
		max-width: 95%;
	}
}
[data-layout='horizontal-sidemenu'] .main-wrapper::before {
	content: '';
	height: 168px;
	background: #212b36;
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: -1;
}
@media (max-width: 991.96px) {
	[data-layout='horizontal-sidemenu'] .main-wrapper::before {
		top: 50px;
		height: 100px;
	}
}
[data-layout='horizontal-sidemenu'] .main-wrapper::after {
	content: '';
	height: 168px;
	background-repeat: no-repeat;
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: -1;
}
@media (max-width: 991.96px) {
	[data-layout='horizontal-sidemenu'] .main-wrapper::after {
		top: 50px;
		height: 100px;
	}
}
[data-layout='horizontal-sidemenu'] .sidebar {
	top: 74px;
	left: unset;
	bottom: 24px;
}
[data-layout='horizontal-sidemenu'] .sidebar .slimScrollDiv {
	height: 100% !important;
	top: 0;
}
[data-layout='horizontal-sidemenu'] .sidebar .slimScrollDiv .sidebar-inner {
	height: 100% !important;
}
[data-layout='horizontal-sidemenu'] .sidebar .slimScrollDiv .sidebar-menu {
	margin-top: 0;
	padding-bottom: 0;
}
[data-layout='horizontal-sidemenu'] .sidebar .sidebar-menu {
	margin-top: 16px;
}
[data-layout='horizontal-sidemenu'] .sidebar .sidebar-logo {
	display: none;
}
@media (max-width: 991.96px) {
	[data-layout='horizontal-sidemenu'] .sidebar {
		top: 50px;
		bottom: 0;
	}
}
@media (min-width: 991.98px) {
	[data-layout='horizontal-sidemenu'] .page-wrapper {
		padding: 74px 0 0;
	}
}
[data-layout='horizontal-sidemenu'] .page-wrapper .head-icons {
	display: none;
}
[data-layout='horizontal-sidemenu'] .expand-menu.mini-sidebar .header {
	left: 0;
}

[data-sidebar='sidebarcolorone'] .header .header-left {
	background: #fbfbfb;
}
[data-sidebar='sidebarcolorone'] .menu-horizontal .header .header-left {
	background: #ffffff;
}
[data-sidebar='sidebarcolorone'] .sidebar {
	background: #fbfbfb;
}
[data-sidebar='sidebarcolorone'] .sidebar .logo-white {
	display: block;
}
[data-sidebar='sidebarcolorone'] .sidebar .sidebar-menu > ul > li .submenu > a i {
	color: #646b72;
}
[data-sidebar='sidebarcolorone'] .sidebar .sidebar-menu > ul > li.active a span {
	color: #fe9f43;
}
[data-sidebar='sidebarcolorone'] .sidebar .sidebar-menu > ul > li ul li.active a i {
	color: #fe9f43;
}
[data-sidebar='sidebarcolorone'] .sidebar .sidebar-menu > ul > li ul li a {
	color: #212b36;
}
[data-sidebar='sidebarcolorone'] .sidebar .sidebar-menu > ul > li ul li a:hover,
[data-sidebar='sidebarcolorone'] .sidebar .sidebar-menu > ul > li ul li a.active {
	color: #fe9f43;
}
[data-sidebar='sidebarcolorone'] .sidebar .sidebar-menu > ul > li ul li a i {
	color: #646b72;
}
[data-sidebar='sidebarcolorone'] .sidebar .sidebar-menu > ul > li ul li a span {
	color: #212b36;
}
[data-sidebar='sidebarcolorone'] .sidebar .sidebar-menu > ul > li ul li.active a {
	background: #4d555e;
}
[data-sidebar='sidebarcolorone'] .sidebar .sidebar-menu > ul > li ul li.active a i {
	color: #646b72;
}
[data-sidebar='sidebarcolorone'] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a {
	color: #a6aaaf;
}
[data-sidebar='sidebarcolorone'] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a.active,
[data-sidebar='sidebarcolorone'] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a:hover {
	color: #fe9f43;
}
[data-sidebar='sidebarcolorone'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-sidebar='sidebarcolorone'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active,
[data-sidebar='sidebarcolorone'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a:hover {
	background: transparent;
}
[data-sidebar='sidebarcolorone'] .sidebar .sidebar-menu .menu-arrow::before {
	border-color: #bcbfc3;
}
[data-sidebar='sidebarcolorone'] .sidebar-twocol.sidebar .sidebar-right {
	background: #fbfbfb;
	border-color: #fbfbfb;
}
[data-sidebar='sidebarcolorone'] .sidebar-twocol.sidebar .sidebar-right .sidebar-logo .logo-white {
	display: block;
}
[data-sidebar='sidebarcolorone'] .sidebar-twocol .twocol-mini {
	background: #fbfbfb;
}
@media (min-width: 991.98px) {
	[data-sidebar='sidebarcolorone'] .expand-menu.mini-sidebar .sidebar-twocol.sidebar .logo {
		display: none;
	}
}

[data-sidebar='sidebarcolortwo'] .sidebar .sidebar-logo {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcolortwo'] .header .header-left {
	background: #505969;
}
[data-sidebar='sidebarcolortwo'] .header .header-left .logo-normal {
	display: none;
}
[data-sidebar='sidebarcolortwo'] .header .header-left .logo-white {
	display: block !important;
}
[data-sidebar='sidebarcolortwo'] .menu-horizontal .header .header-left {
	background: #ffffff;
}
[data-sidebar='sidebarcolortwo'] .menu-horizontal .header .header-left .logo-white {
	display: none !important;
}
[data-sidebar='sidebarcolortwo'] .menu-horizontal .header .header-left .logo-normal {
	display: block;
}
[data-sidebar='sidebarcolortwo'] .sidebar {
	background: #505969;
	border-color: #505969;
}
[data-sidebar='sidebarcolortwo'] .sidebar .logo-white {
	display: block !important;
}
[data-sidebar='sidebarcolortwo'] .sidebar .logo {
	display: none;
}
[data-sidebar='sidebarcolortwo'] .sidebar .sidebar-menu > ul > li .submenu > a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcolortwo'] .sidebar .sidebar-menu > ul > li .submenu > a.subdrop {
	background: #646b72;
}
[data-sidebar='sidebarcolortwo'] .sidebar .sidebar-menu > ul > li .submenu > a.active {
	background: #646b72;
}
[data-sidebar='sidebarcolortwo'] .sidebar .sidebar-menu > ul > li.active a span {
	color: #fe9f43;
}
[data-sidebar='sidebarcolortwo'] .sidebar .sidebar-menu > ul > li ul li.active a i {
	color: #fe9f43;
}
[data-sidebar='sidebarcolortwo'] .sidebar .sidebar-menu > ul > li ul li a {
	color: #a6aaaf;
}
[data-sidebar='sidebarcolortwo'] .sidebar .sidebar-menu > ul > li ul li a:hover,
[data-sidebar='sidebarcolortwo'] .sidebar .sidebar-menu > ul > li ul li a.active {
	color: #fe9f43;
}
[data-sidebar='sidebarcolortwo'] .sidebar .sidebar-menu > ul > li ul li a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcolortwo'] .sidebar .sidebar-menu > ul > li ul li a span {
	color: #ffffff;
}
[data-sidebar='sidebarcolortwo'] .sidebar .sidebar-menu > ul > li ul li.active a {
	background: #4d555e;
}
[data-sidebar='sidebarcolortwo'] .sidebar .sidebar-menu > ul > li ul li.active a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcolortwo'] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a {
	color: #a6aaaf;
}
[data-sidebar='sidebarcolortwo'] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a.active,
[data-sidebar='sidebarcolortwo'] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a:hover {
	color: #fe9f43;
}
[data-sidebar='sidebarcolortwo'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-sidebar='sidebarcolortwo'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active,
[data-sidebar='sidebarcolortwo'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a:hover {
	background: transparent;
}
[data-sidebar='sidebarcolortwo'] .sidebar .sidebar-menu .menu-arrow::before {
	border-color: #bcbfc3;
}
[data-sidebar='sidebarcolortwo'] .sidebar-twocol.sidebar .nav-link {
	color: #ffffff;
}
[data-sidebar='sidebarcolortwo'] .sidebar-twocol.sidebar .sidebar-right {
	background: #505969;
	border-color: #505969;
}
[data-sidebar='sidebarcolortwo'] .sidebar-twocol.sidebar .sidebar-right .sidebar-logo .logo-white {
	display: block;
}
[data-sidebar='sidebarcolortwo'] .sidebar-twocol.sidebar .sidebar-right h6,
[data-sidebar='sidebarcolortwo'] .sidebar-twocol.sidebar .sidebar-right p {
	color: #ffffff;
}
[data-sidebar='sidebarcolortwo'] .sidebar-twocol.sidebar .sidebar-right .bg-light {
	background-color: #646b72 !important;
	border-color: #646b72 !important;
}
[data-sidebar='sidebarcolortwo'] .sidebar-twocol.sidebar .sidebar-right ul li a {
	color: #ffffff;
}
[data-sidebar='sidebarcolortwo'] .sidebar-twocol.sidebar .sidebar-right ul li a.subdrop {
	background: #646b72;
}
[data-sidebar='sidebarcolortwo'] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop {
	background: #646b72;
}
[data-sidebar='sidebarcolortwo'] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop:hover {
	color: #ffffff !important;
}
[data-sidebar='sidebarcolortwo'] .sidebar-twocol.sidebar .sidebar-right ul li.active a {
	background: #646b72;
}
[data-sidebar='sidebarcolortwo'] .sidebar-twocol.sidebar .sidebar-right ul li.submenu > a:hover {
	background: #646b72;
	color: #ffffff !important;
}
[data-sidebar='sidebarcolortwo']
	.sidebar-twocol.sidebar
	.sidebar-right
	.tab-pane
	> ul
	> li
	> a:hover {
	background: #646b72;
	color: #ffffff !important;
}
[data-sidebar='sidebarcolortwo'] .sidebar-twocol .twocol-mini {
	background-color: #111926;
	border-color: #37404a;
}
@media (min-width: 991.98px) {
	[data-sidebar='sidebarcolortwo'] .expand-menu.mini-sidebar .sidebar-twocol.sidebar .logo {
		display: none;
	}
}
[data-sidebar='sidebarcolortwo'] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a {
	color: #d8dfee;
}
[data-sidebar='sidebarcolortwo'] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a:hover {
	background-color: #212324;
}
[data-sidebar='sidebarcolortwo'] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu ul li a {
	color: #6b7280;
}
[data-sidebar='sidebarcolortwo']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a:hover,
[data-sidebar='sidebarcolortwo']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a.active {
	background-color: #212324;
}
[data-sidebar='sidebarcolortwo']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a
	.menu-arrow::before {
	border-color: #6b7280;
}
[data-sidebar='sidebarcolortwo'] .sidebar-horizontal.sidebar .sidebar-menu ul ul {
	background-color: #0d0d0d;
}
[data-sidebar='sidebarcolortwo'] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a.active,
[data-sidebar='sidebarcolortwo']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	> a.subdrop {
	background-color: #212324;
}
[data-sidebar='sidebarcolortwo'] .sidebar .sidebar-menu .submenu-open .submenu ul li a {
	color: #f9fafb;
}
[data-sidebar='sidebarcolortwo'] .sidebar .sidebar-menu > ul > li.submenu-open ul {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcolortwo'] .sidebar .sidebar-menu > ul > li.submenu-open .submenu-hdr {
	color: #ffffff;
}
[data-sidebar='sidebarcolortwo'] .sidebar .sidebar-menu .menu-arrow {
	background: rgba(255, 255, 255, 0.2);
}
[data-sidebar='sidebarcolortwo'] .header .header-left {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcolortwo'] .mini-sidebar .header .header-left .logo-white {
	display: none !important;
}
[data-sidebar='sidebarcolortwo'] .mini-sidebar.expand-menu .header .header-left .logo-white {
	display: flex !important;
}

[data-sidebar='sidebarcolorthree'] .sidebar .sidebar-logo {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcolorthree'] .header .header-left {
	background: #2c2c2c;
}
[data-sidebar='sidebarcolorthree'] .header .header-left .logo-normal {
	display: none;
}
[data-sidebar='sidebarcolorthree'] .header .header-left .logo-white {
	display: block !important;
}
[data-sidebar='sidebarcolorthree'] .menu-horizontal .header .header-left {
	background: #ffffff;
}
[data-sidebar='sidebarcolorthree'] .menu-horizontal .header .header-left .logo-white {
	display: none !important;
}
[data-sidebar='sidebarcolorthree'] .menu-horizontal .header .header-left .logo-normal {
	display: block;
}
[data-sidebar='sidebarcolorthree'] .sidebar {
	background: #2c2c2c;
	border-color: #2c2c2c;
}
[data-sidebar='sidebarcolorthree'] .sidebar .logo-white {
	display: block !important;
}
[data-sidebar='sidebarcolorthree'] .sidebar .logo {
	display: none;
}
[data-sidebar='sidebarcolorthree'] .sidebar .sidebar-menu > ul > li .submenu > a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcolorthree'] .sidebar .sidebar-menu > ul > li .submenu > a.subdrop {
	background: rgba(255, 255, 255, 0.1019607843);
}
[data-sidebar='sidebarcolorthree'] .sidebar .sidebar-menu > ul > li .submenu > a.active {
	background: rgba(255, 255, 255, 0.1019607843);
}
[data-sidebar='sidebarcolorthree'] .sidebar .sidebar-menu > ul > li.active a span {
	color: #fe9f43;
}
[data-sidebar='sidebarcolorthree'] .sidebar .sidebar-menu > ul > li ul li.active a i {
	color: #fe9f43;
}
[data-sidebar='sidebarcolorthree'] .sidebar .sidebar-menu > ul > li ul li a {
	color: #a6aaaf;
}
[data-sidebar='sidebarcolorthree'] .sidebar .sidebar-menu > ul > li ul li a:hover,
[data-sidebar='sidebarcolorthree'] .sidebar .sidebar-menu > ul > li ul li a.active {
	color: #fe9f43;
}
[data-sidebar='sidebarcolorthree'] .sidebar .sidebar-menu > ul > li ul li a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcolorthree'] .sidebar .sidebar-menu > ul > li ul li a span {
	color: #ffffff;
}
[data-sidebar='sidebarcolorthree'] .sidebar .sidebar-menu > ul > li ul li.active a {
	background: #4d555e;
}
[data-sidebar='sidebarcolorthree'] .sidebar .sidebar-menu > ul > li ul li.active a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcolorthree'] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a {
	color: #a6aaaf;
}
[data-sidebar='sidebarcolorthree'] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a.active,
[data-sidebar='sidebarcolorthree'] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a:hover {
	color: #fe9f43;
}
[data-sidebar='sidebarcolorthree'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-sidebar='sidebarcolorthree'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active,
[data-sidebar='sidebarcolorthree'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a:hover {
	background: transparent;
}
[data-sidebar='sidebarcolorthree'] .sidebar .sidebar-menu .menu-arrow::before {
	border-color: #bcbfc3;
}
[data-sidebar='sidebarcolorthree'] .sidebar-twocol.sidebar .nav-link {
	color: #ffffff;
}
[data-sidebar='sidebarcolorthree'] .sidebar-twocol.sidebar .sidebar-right {
	background: #2c2c2c;
	border-color: #2c2c2c;
}
[data-sidebar='sidebarcolorthree']
	.sidebar-twocol.sidebar
	.sidebar-right
	.sidebar-logo
	.logo-white {
	display: block;
}
[data-sidebar='sidebarcolorthree'] .sidebar-twocol.sidebar .sidebar-right h6,
[data-sidebar='sidebarcolorthree'] .sidebar-twocol.sidebar .sidebar-right p {
	color: #ffffff;
}
[data-sidebar='sidebarcolorthree'] .sidebar-twocol.sidebar .sidebar-right .bg-light {
	background-color: #646b72 !important;
	border-color: #646b72 !important;
}
[data-sidebar='sidebarcolorthree'] .sidebar-twocol.sidebar .sidebar-right ul li a {
	color: #ffffff;
}
[data-sidebar='sidebarcolorthree'] .sidebar-twocol.sidebar .sidebar-right ul li a.subdrop {
	background: #646b72;
}
[data-sidebar='sidebarcolorthree'] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop {
	background: #646b72;
}
[data-sidebar='sidebarcolorthree'] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop:hover {
	color: #ffffff !important;
}
[data-sidebar='sidebarcolorthree'] .sidebar-twocol.sidebar .sidebar-right ul li.active a {
	background: #646b72;
}
[data-sidebar='sidebarcolorthree'] .sidebar-twocol.sidebar .sidebar-right ul li.submenu > a:hover {
	background: #646b72;
	color: #ffffff !important;
}
[data-sidebar='sidebarcolorthree']
	.sidebar-twocol.sidebar
	.sidebar-right
	.tab-pane
	> ul
	> li
	> a:hover {
	background: #646b72;
	color: #ffffff !important;
}
[data-sidebar='sidebarcolorthree'] .sidebar-twocol .twocol-mini {
	background-color: #111926;
	border-color: #37404a;
}
@media (min-width: 991.98px) {
	[data-sidebar='sidebarcolorthree'] .expand-menu.mini-sidebar .sidebar-twocol.sidebar .logo {
		display: none;
	}
}
[data-sidebar='sidebarcolorthree'] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a {
	color: #d8dfee;
}
[data-sidebar='sidebarcolorthree']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	> a:hover {
	background-color: #212324;
}
[data-sidebar='sidebarcolorthree'] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu ul li a {
	color: #6b7280;
}
[data-sidebar='sidebarcolorthree']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a:hover,
[data-sidebar='sidebarcolorthree']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a.active {
	background-color: #212324;
}
[data-sidebar='sidebarcolorthree']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a
	.menu-arrow::before {
	border-color: #6b7280;
}
[data-sidebar='sidebarcolorthree'] .sidebar-horizontal.sidebar .sidebar-menu ul ul {
	background-color: #0d0d0d;
}
[data-sidebar='sidebarcolorthree']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	> a.active,
[data-sidebar='sidebarcolorthree']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	> a.subdrop {
	background-color: #212324;
}
[data-sidebar='sidebarcolorthree'] .sidebar .sidebar-menu .submenu-open .submenu ul li a {
	color: #f9fafb;
}
[data-sidebar='sidebarcolorthree'] .sidebar .sidebar-menu > ul > li.submenu-open ul {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcolorthree'] .sidebar .sidebar-menu > ul > li.submenu-open .submenu-hdr {
	color: #ffffff;
}
[data-sidebar='sidebarcolorthree'] .sidebar .sidebar-menu .menu-arrow {
	background: rgba(255, 255, 255, 0.2);
}
[data-sidebar='sidebarcolorthree'] .header .header-left {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcolorthree'] .mini-sidebar .header .header-left .logo-white {
	display: none !important;
}
[data-sidebar='sidebarcolorthree'] .mini-sidebar.expand-menu .header .header-left .logo-white {
	display: flex !important;
}

[data-sidebar='sidebarcolorfour'] .sidebar .sidebar-logo {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcolorfour'] .header .header-left {
	background: #1d51b6;
}
[data-sidebar='sidebarcolorfour'] .header .header-left .logo-normal {
	display: none;
}
[data-sidebar='sidebarcolorfour'] .header .header-left .logo-white {
	display: block !important;
}
[data-sidebar='sidebarcolorfour'] .menu-horizontal .header .header-left {
	background: #ffffff;
}
[data-sidebar='sidebarcolorfour'] .menu-horizontal .header .header-left .logo-white {
	display: none !important;
}
[data-sidebar='sidebarcolorfour'] .menu-horizontal .header .header-left .logo-normal {
	display: block;
}
[data-sidebar='sidebarcolorfour'] .sidebar {
	background: #1d51b6;
	border-color: #1d51b6;
}
[data-sidebar='sidebarcolorfour'] .sidebar .logo-white {
	display: block !important;
}
[data-sidebar='sidebarcolorfour'] .sidebar .logo {
	display: none;
}
[data-sidebar='sidebarcolorfour'] .sidebar .sidebar-menu > ul > li .submenu > a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcolorfour'] .sidebar .sidebar-menu > ul > li .submenu > a.subdrop {
	background: rgba(255, 255, 255, 0.1019607843);
}
[data-sidebar='sidebarcolorfour'] .sidebar .sidebar-menu > ul > li .submenu > a.active {
	background: rgba(255, 255, 255, 0.1019607843);
}
[data-sidebar='sidebarcolorfour'] .sidebar .sidebar-menu > ul > li.active a span {
	color: #fe9f43;
}
[data-sidebar='sidebarcolorfour'] .sidebar .sidebar-menu > ul > li ul li.active a i {
	color: #fe9f43;
}
[data-sidebar='sidebarcolorfour'] .sidebar .sidebar-menu > ul > li ul li a {
	color: #a6aaaf;
}
[data-sidebar='sidebarcolorfour'] .sidebar .sidebar-menu > ul > li ul li a:hover,
[data-sidebar='sidebarcolorfour'] .sidebar .sidebar-menu > ul > li ul li a.active {
	color: #fe9f43;
}
[data-sidebar='sidebarcolorfour'] .sidebar .sidebar-menu > ul > li ul li a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcolorfour'] .sidebar .sidebar-menu > ul > li ul li a span {
	color: #ffffff;
}
[data-sidebar='sidebarcolorfour'] .sidebar .sidebar-menu > ul > li ul li.active a {
	background: #4d555e;
}
[data-sidebar='sidebarcolorfour'] .sidebar .sidebar-menu > ul > li ul li.active a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcolorfour'] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a {
	color: #a6aaaf;
}
[data-sidebar='sidebarcolorfour'] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a.active,
[data-sidebar='sidebarcolorfour'] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a:hover {
	color: #fe9f43;
}
[data-sidebar='sidebarcolorfour'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-sidebar='sidebarcolorfour'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active,
[data-sidebar='sidebarcolorfour'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a:hover {
	background: transparent;
}
[data-sidebar='sidebarcolorfour'] .sidebar .sidebar-menu .menu-arrow::before {
	border-color: #bcbfc3;
}
[data-sidebar='sidebarcolorfour'] .sidebar-twocol.sidebar .nav-link {
	color: #ffffff;
}
[data-sidebar='sidebarcolorfour'] .sidebar-twocol.sidebar .sidebar-right {
	background: #1d51b6;
	border-color: #1d51b6;
}
[data-sidebar='sidebarcolorfour'] .sidebar-twocol.sidebar .sidebar-right .sidebar-logo .logo-white {
	display: block;
}
[data-sidebar='sidebarcolorfour'] .sidebar-twocol.sidebar .sidebar-right h6,
[data-sidebar='sidebarcolorfour'] .sidebar-twocol.sidebar .sidebar-right p {
	color: #ffffff;
}
[data-sidebar='sidebarcolorfour'] .sidebar-twocol.sidebar .sidebar-right .bg-light {
	background-color: #646b72 !important;
	border-color: #646b72 !important;
}
[data-sidebar='sidebarcolorfour'] .sidebar-twocol.sidebar .sidebar-right ul li a {
	color: #ffffff;
}
[data-sidebar='sidebarcolorfour'] .sidebar-twocol.sidebar .sidebar-right ul li a.subdrop {
	background: #646b72;
}
[data-sidebar='sidebarcolorfour'] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop {
	background: #646b72;
}
[data-sidebar='sidebarcolorfour'] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop:hover {
	color: #ffffff !important;
}
[data-sidebar='sidebarcolorfour'] .sidebar-twocol.sidebar .sidebar-right ul li.active a {
	background: #646b72;
}
[data-sidebar='sidebarcolorfour'] .sidebar-twocol.sidebar .sidebar-right ul li.submenu > a:hover {
	background: #646b72;
	color: #ffffff !important;
}
[data-sidebar='sidebarcolorfour']
	.sidebar-twocol.sidebar
	.sidebar-right
	.tab-pane
	> ul
	> li
	> a:hover {
	background: #646b72;
	color: #ffffff !important;
}
[data-sidebar='sidebarcolorfour'] .sidebar-twocol .twocol-mini {
	background-color: #111926;
	border-color: #37404a;
}
@media (min-width: 991.98px) {
	[data-sidebar='sidebarcolorfour'] .expand-menu.mini-sidebar .sidebar-twocol.sidebar .logo {
		display: none;
	}
}
[data-sidebar='sidebarcolorfour'] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a {
	color: #d8dfee;
}
[data-sidebar='sidebarcolorfour']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	> a:hover {
	background-color: #212324;
}
[data-sidebar='sidebarcolorfour'] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu ul li a {
	color: #6b7280;
}
[data-sidebar='sidebarcolorfour']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a:hover,
[data-sidebar='sidebarcolorfour']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a.active {
	background-color: #212324;
}
[data-sidebar='sidebarcolorfour']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a
	.menu-arrow::before {
	border-color: #6b7280;
}
[data-sidebar='sidebarcolorfour'] .sidebar-horizontal.sidebar .sidebar-menu ul ul {
	background-color: #0d0d0d;
}
[data-sidebar='sidebarcolorfour']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	> a.active,
[data-sidebar='sidebarcolorfour']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	> a.subdrop {
	background-color: #212324;
}
[data-sidebar='sidebarcolorfour'] .sidebar .sidebar-menu .submenu-open .submenu ul li a {
	color: #f9fafb;
}
[data-sidebar='sidebarcolorfour'] .sidebar .sidebar-menu > ul > li.submenu-open ul {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcolorfour'] .sidebar .sidebar-menu > ul > li.submenu-open .submenu-hdr {
	color: #ffffff;
}
[data-sidebar='sidebarcolorfour'] .sidebar .sidebar-menu .menu-arrow {
	background: rgba(255, 255, 255, 0.2);
}
[data-sidebar='sidebarcolorfour'] .header .header-left {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcolorfour'] .mini-sidebar .header .header-left .logo-white {
	display: none !important;
}
[data-sidebar='sidebarcolorfour'] .mini-sidebar.expand-menu .header .header-left .logo-white {
	display: flex !important;
}

[data-sidebar='sidebarcolorfive'] .sidebar .sidebar-logo {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcolorfive'] .header .header-left {
	background: #6c0ba9;
}
[data-sidebar='sidebarcolorfive'] .header .header-left .logo-normal {
	display: none;
}
[data-sidebar='sidebarcolorfive'] .header .header-left .logo-white {
	display: block !important;
}
[data-sidebar='sidebarcolorfive'] .menu-horizontal .header .header-left {
	background: #ffffff;
}
[data-sidebar='sidebarcolorfive'] .menu-horizontal .header .header-left .logo-white {
	display: none !important;
}
[data-sidebar='sidebarcolorfive'] .menu-horizontal .header .header-left .logo-normal {
	display: block;
}
[data-sidebar='sidebarcolorfive'] .sidebar {
	background: #6c0ba9;
	border-color: #6c0ba9;
}
[data-sidebar='sidebarcolorfive'] .sidebar .logo-white {
	display: block !important;
}
[data-sidebar='sidebarcolorfive'] .sidebar .logo {
	display: none;
}
[data-sidebar='sidebarcolorfive'] .sidebar .sidebar-menu > ul > li .submenu > a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcolorfive'] .sidebar .sidebar-menu > ul > li .submenu > a.subdrop {
	background: rgba(255, 255, 255, 0.1019607843);
}
[data-sidebar='sidebarcolorfive'] .sidebar .sidebar-menu > ul > li .submenu > a.active {
	background: rgba(255, 255, 255, 0.1019607843);
}
[data-sidebar='sidebarcolorfive'] .sidebar .sidebar-menu > ul > li.active a span {
	color: #fe9f43;
}
[data-sidebar='sidebarcolorfive'] .sidebar .sidebar-menu > ul > li ul li.active a i {
	color: #fe9f43;
}
[data-sidebar='sidebarcolorfive'] .sidebar .sidebar-menu > ul > li ul li a {
	color: #a6aaaf;
}
[data-sidebar='sidebarcolorfive'] .sidebar .sidebar-menu > ul > li ul li a:hover,
[data-sidebar='sidebarcolorfive'] .sidebar .sidebar-menu > ul > li ul li a.active {
	color: #fe9f43;
}
[data-sidebar='sidebarcolorfive'] .sidebar .sidebar-menu > ul > li ul li a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcolorfive'] .sidebar .sidebar-menu > ul > li ul li a span {
	color: #ffffff;
}
[data-sidebar='sidebarcolorfive'] .sidebar .sidebar-menu > ul > li ul li.active a {
	background: #4d555e;
}
[data-sidebar='sidebarcolorfive'] .sidebar .sidebar-menu > ul > li ul li.active a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcolorfive'] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a {
	color: #a6aaaf;
}
[data-sidebar='sidebarcolorfive'] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a.active,
[data-sidebar='sidebarcolorfive'] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a:hover {
	color: #fe9f43;
}
[data-sidebar='sidebarcolorfive'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-sidebar='sidebarcolorfive'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active,
[data-sidebar='sidebarcolorfive'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a:hover {
	background: transparent;
}
[data-sidebar='sidebarcolorfive'] .sidebar .sidebar-menu .menu-arrow::before {
	border-color: #bcbfc3;
}
[data-sidebar='sidebarcolorfive'] .sidebar-twocol.sidebar .nav-link {
	color: #ffffff;
}
[data-sidebar='sidebarcolorfive'] .sidebar-twocol.sidebar .sidebar-right {
	background: #6c0ba9;
	border-color: #6c0ba9;
}
[data-sidebar='sidebarcolorfive'] .sidebar-twocol.sidebar .sidebar-right .sidebar-logo .logo-white {
	display: block;
}
[data-sidebar='sidebarcolorfive'] .sidebar-twocol.sidebar .sidebar-right h6,
[data-sidebar='sidebarcolorfive'] .sidebar-twocol.sidebar .sidebar-right p {
	color: #ffffff;
}
[data-sidebar='sidebarcolorfive'] .sidebar-twocol.sidebar .sidebar-right .bg-light {
	background-color: #646b72 !important;
	border-color: #646b72 !important;
}
[data-sidebar='sidebarcolorfive'] .sidebar-twocol.sidebar .sidebar-right ul li a {
	color: #ffffff;
}
[data-sidebar='sidebarcolorfive'] .sidebar-twocol.sidebar .sidebar-right ul li a.subdrop {
	background: #646b72;
}
[data-sidebar='sidebarcolorfive'] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop {
	background: #646b72;
}
[data-sidebar='sidebarcolorfive'] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop:hover {
	color: #ffffff !important;
}
[data-sidebar='sidebarcolorfive'] .sidebar-twocol.sidebar .sidebar-right ul li.active a {
	background: #646b72;
}
[data-sidebar='sidebarcolorfive'] .sidebar-twocol.sidebar .sidebar-right ul li.submenu > a:hover {
	background: #646b72;
	color: #ffffff !important;
}
[data-sidebar='sidebarcolorfive']
	.sidebar-twocol.sidebar
	.sidebar-right
	.tab-pane
	> ul
	> li
	> a:hover {
	background: #646b72;
	color: #ffffff !important;
}
[data-sidebar='sidebarcolorfive'] .sidebar-twocol .twocol-mini {
	background-color: #111926;
	border-color: #37404a;
}
@media (min-width: 991.98px) {
	[data-sidebar='sidebarcolorfive'] .expand-menu.mini-sidebar .sidebar-twocol.sidebar .logo {
		display: none;
	}
}
[data-sidebar='sidebarcolorfive'] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a {
	color: #d8dfee;
}
[data-sidebar='sidebarcolorfive']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	> a:hover {
	background-color: #212324;
}
[data-sidebar='sidebarcolorfive'] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu ul li a {
	color: #6b7280;
}
[data-sidebar='sidebarcolorfive']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a:hover,
[data-sidebar='sidebarcolorfive']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a.active {
	background-color: #212324;
}
[data-sidebar='sidebarcolorfive']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a
	.menu-arrow::before {
	border-color: #6b7280;
}
[data-sidebar='sidebarcolorfive'] .sidebar-horizontal.sidebar .sidebar-menu ul ul {
	background-color: #0d0d0d;
}
[data-sidebar='sidebarcolorfive']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	> a.active,
[data-sidebar='sidebarcolorfive']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	> a.subdrop {
	background-color: #212324;
}
[data-sidebar='sidebarcolorfive'] .sidebar .sidebar-menu .submenu-open .submenu ul li a {
	color: #f9fafb;
}
[data-sidebar='sidebarcolorfive'] .sidebar .sidebar-menu > ul > li.submenu-open ul {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcolorfive'] .sidebar .sidebar-menu > ul > li.submenu-open .submenu-hdr {
	color: #ffffff;
}
[data-sidebar='sidebarcolorfive'] .sidebar .sidebar-menu .menu-arrow {
	background: rgba(255, 255, 255, 0.2);
}
[data-sidebar='sidebarcolorfive'] .header .header-left {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcolorfive'] .mini-sidebar .header .header-left .logo-white {
	display: none !important;
}
[data-sidebar='sidebarcolorfive'] .mini-sidebar.expand-menu .header .header-left .logo-white {
	display: flex !important;
}

[data-sidebar='sidebarcolorsix'] .sidebar .sidebar-logo {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcolorsix'] .header .header-left {
	background: #0b897d;
}
[data-sidebar='sidebarcolorsix'] .header .header-left .logo-normal {
	display: none;
}
[data-sidebar='sidebarcolorsix'] .header .header-left .logo-white {
	display: block !important;
}
[data-sidebar='sidebarcolorsix'] .menu-horizontal .header .header-left {
	background: #ffffff;
}
[data-sidebar='sidebarcolorsix'] .menu-horizontal .header .header-left .logo-white {
	display: none !important;
}
[data-sidebar='sidebarcolorsix'] .menu-horizontal .header .header-left .logo-normal {
	display: block;
}
[data-sidebar='sidebarcolorsix'] .sidebar {
	background: #0b897d;
	border-color: #0b897d;
}
[data-sidebar='sidebarcolorsix'] .sidebar .logo-white {
	display: block !important;
}
[data-sidebar='sidebarcolorsix'] .sidebar .logo {
	display: none;
}
[data-sidebar='sidebarcolorsix'] .sidebar .sidebar-menu > ul > li .submenu > a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcolorsix'] .sidebar .sidebar-menu > ul > li .submenu > a.subdrop {
	background: rgba(255, 255, 255, 0.1019607843);
}
[data-sidebar='sidebarcolorsix'] .sidebar .sidebar-menu > ul > li .submenu > a.active {
	background: rgba(255, 255, 255, 0.1019607843);
}
[data-sidebar='sidebarcolorsix'] .sidebar .sidebar-menu > ul > li.active a span {
	color: #fe9f43;
}
[data-sidebar='sidebarcolorsix'] .sidebar .sidebar-menu > ul > li ul li.active a i {
	color: #fe9f43;
}
[data-sidebar='sidebarcolorsix'] .sidebar .sidebar-menu > ul > li ul li a {
	color: #a6aaaf;
}
[data-sidebar='sidebarcolorsix'] .sidebar .sidebar-menu > ul > li ul li a:hover,
[data-sidebar='sidebarcolorsix'] .sidebar .sidebar-menu > ul > li ul li a.active {
	color: #fe9f43;
}
[data-sidebar='sidebarcolorsix'] .sidebar .sidebar-menu > ul > li ul li a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcolorsix'] .sidebar .sidebar-menu > ul > li ul li a span {
	color: #ffffff;
}
[data-sidebar='sidebarcolorsix'] .sidebar .sidebar-menu > ul > li ul li.active a {
	background: #4d555e;
}
[data-sidebar='sidebarcolorsix'] .sidebar .sidebar-menu > ul > li ul li.active a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcolorsix'] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a {
	color: #a6aaaf;
}
[data-sidebar='sidebarcolorsix'] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a.active,
[data-sidebar='sidebarcolorsix'] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a:hover {
	color: #fe9f43;
}
[data-sidebar='sidebarcolorsix'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-sidebar='sidebarcolorsix'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active,
[data-sidebar='sidebarcolorsix'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a:hover {
	background: transparent;
}
[data-sidebar='sidebarcolorsix'] .sidebar .sidebar-menu .menu-arrow::before {
	border-color: #bcbfc3;
}
[data-sidebar='sidebarcolorsix'] .sidebar-twocol.sidebar .nav-link {
	color: #ffffff;
}
[data-sidebar='sidebarcolorsix'] .sidebar-twocol.sidebar .sidebar-right {
	background: #0b897d;
	border-color: #0b897d;
}
[data-sidebar='sidebarcolorsix'] .sidebar-twocol.sidebar .sidebar-right .sidebar-logo .logo-white {
	display: block;
}
[data-sidebar='sidebarcolorsix'] .sidebar-twocol.sidebar .sidebar-right h6,
[data-sidebar='sidebarcolorsix'] .sidebar-twocol.sidebar .sidebar-right p {
	color: #ffffff;
}
[data-sidebar='sidebarcolorsix'] .sidebar-twocol.sidebar .sidebar-right .bg-light {
	background-color: #646b72 !important;
	border-color: #646b72 !important;
}
[data-sidebar='sidebarcolorsix'] .sidebar-twocol.sidebar .sidebar-right ul li a {
	color: #ffffff;
}
[data-sidebar='sidebarcolorsix'] .sidebar-twocol.sidebar .sidebar-right ul li a.subdrop {
	background: #646b72;
}
[data-sidebar='sidebarcolorsix'] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop {
	background: #646b72;
}
[data-sidebar='sidebarcolorsix'] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop:hover {
	color: #ffffff !important;
}
[data-sidebar='sidebarcolorsix'] .sidebar-twocol.sidebar .sidebar-right ul li.active a {
	background: #646b72;
}
[data-sidebar='sidebarcolorsix'] .sidebar-twocol.sidebar .sidebar-right ul li.submenu > a:hover {
	background: #646b72;
	color: #ffffff !important;
}
[data-sidebar='sidebarcolorsix']
	.sidebar-twocol.sidebar
	.sidebar-right
	.tab-pane
	> ul
	> li
	> a:hover {
	background: #646b72;
	color: #ffffff !important;
}
[data-sidebar='sidebarcolorsix'] .sidebar-twocol .twocol-mini {
	background-color: #111926;
	border-color: #37404a;
}
@media (min-width: 991.98px) {
	[data-sidebar='sidebarcolorsix'] .expand-menu.mini-sidebar .sidebar-twocol.sidebar .logo {
		display: none;
	}
}
[data-sidebar='sidebarcolorsix'] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a {
	color: #d8dfee;
}
[data-sidebar='sidebarcolorsix'] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a:hover {
	background-color: #212324;
}
[data-sidebar='sidebarcolorsix'] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu ul li a {
	color: #6b7280;
}
[data-sidebar='sidebarcolorsix']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a:hover,
[data-sidebar='sidebarcolorsix']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a.active {
	background-color: #212324;
}
[data-sidebar='sidebarcolorsix']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a
	.menu-arrow::before {
	border-color: #6b7280;
}
[data-sidebar='sidebarcolorsix'] .sidebar-horizontal.sidebar .sidebar-menu ul ul {
	background-color: #0d0d0d;
}
[data-sidebar='sidebarcolorsix'] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a.active,
[data-sidebar='sidebarcolorsix']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	> a.subdrop {
	background-color: #212324;
}
[data-sidebar='sidebarcolorsix'] .sidebar .sidebar-menu .submenu-open .submenu ul li a {
	color: #f9fafb;
}
[data-sidebar='sidebarcolorsix'] .sidebar .sidebar-menu > ul > li.submenu-open ul {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcolorsix'] .sidebar .sidebar-menu > ul > li.submenu-open .submenu-hdr {
	color: #ffffff;
}
[data-sidebar='sidebarcolorsix'] .sidebar .sidebar-menu .menu-arrow {
	background: rgba(255, 255, 255, 0.2);
}
[data-sidebar='sidebarcolorsix'] .header .header-left {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcolorsix'] .mini-sidebar .header .header-left .logo-white {
	display: none !important;
}
[data-sidebar='sidebarcolorsix'] .mini-sidebar.expand-menu .header .header-left .logo-white {
	display: flex !important;
}

[data-sidebar='sidebarcolorseven'] .sidebar .sidebar-logo {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcolorseven'] .header .header-left {
	background: linear-gradient(180deg, #4b749f 0%, #243748 100%);
}
[data-sidebar='sidebarcolorseven'] .header .header-left .logo-normal {
	display: none;
}
[data-sidebar='sidebarcolorseven'] .header .header-left .logo-white {
	display: block !important;
}
[data-sidebar='sidebarcolorseven'] .menu-horizontal .header .header-left {
	background: #ffffff;
}
[data-sidebar='sidebarcolorseven'] .menu-horizontal .header .header-left .logo-white {
	display: none !important;
}
[data-sidebar='sidebarcolorseven'] .menu-horizontal .header .header-left .logo-normal {
	display: block;
}
[data-sidebar='sidebarcolorseven'] .sidebar {
	background: linear-gradient(180deg, #4b749f 0%, #243748 100%);
	border-color: linear-gradient(180deg, #4b749f 0%, #243748 100%);
}
[data-sidebar='sidebarcolorseven'] .sidebar .logo-white {
	display: block !important;
}
[data-sidebar='sidebarcolorseven'] .sidebar .logo {
	display: none;
}
[data-sidebar='sidebarcolorseven'] .sidebar .sidebar-menu > ul > li .submenu > a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcolorseven'] .sidebar .sidebar-menu > ul > li .submenu > a.subdrop {
	background: rgba(255, 255, 255, 0.1019607843);
}
[data-sidebar='sidebarcolorseven'] .sidebar .sidebar-menu > ul > li .submenu > a.active {
	background: rgba(255, 255, 255, 0.1019607843);
}
[data-sidebar='sidebarcolorseven'] .sidebar .sidebar-menu > ul > li.active a span {
	color: #fe9f43;
}
[data-sidebar='sidebarcolorseven'] .sidebar .sidebar-menu > ul > li ul li.active a i {
	color: #fe9f43;
}
[data-sidebar='sidebarcolorseven'] .sidebar .sidebar-menu > ul > li ul li a {
	color: #a6aaaf;
}
[data-sidebar='sidebarcolorseven'] .sidebar .sidebar-menu > ul > li ul li a:hover,
[data-sidebar='sidebarcolorseven'] .sidebar .sidebar-menu > ul > li ul li a.active {
	color: #fe9f43;
}
[data-sidebar='sidebarcolorseven'] .sidebar .sidebar-menu > ul > li ul li a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcolorseven'] .sidebar .sidebar-menu > ul > li ul li a span {
	color: #ffffff;
}
[data-sidebar='sidebarcolorseven'] .sidebar .sidebar-menu > ul > li ul li.active a {
	background: #4d555e;
}
[data-sidebar='sidebarcolorseven'] .sidebar .sidebar-menu > ul > li ul li.active a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcolorseven'] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a {
	color: #a6aaaf;
}
[data-sidebar='sidebarcolorseven'] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a.active,
[data-sidebar='sidebarcolorseven'] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a:hover {
	color: #fe9f43;
}
[data-sidebar='sidebarcolorseven'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-sidebar='sidebarcolorseven'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active,
[data-sidebar='sidebarcolorseven'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a:hover {
	background: transparent;
}
[data-sidebar='sidebarcolorseven'] .sidebar .sidebar-menu .menu-arrow::before {
	border-color: #bcbfc3;
}
[data-sidebar='sidebarcolorseven'] .sidebar-twocol.sidebar .nav-link {
	color: #ffffff;
}
[data-sidebar='sidebarcolorseven'] .sidebar-twocol.sidebar .sidebar-right {
	background: linear-gradient(180deg, #4b749f 0%, #243748 100%);
	border-color: linear-gradient(180deg, #4b749f 0%, #243748 100%);
}
[data-sidebar='sidebarcolorseven']
	.sidebar-twocol.sidebar
	.sidebar-right
	.sidebar-logo
	.logo-white {
	display: block;
}
[data-sidebar='sidebarcolorseven'] .sidebar-twocol.sidebar .sidebar-right h6,
[data-sidebar='sidebarcolorseven'] .sidebar-twocol.sidebar .sidebar-right p {
	color: #ffffff;
}
[data-sidebar='sidebarcolorseven'] .sidebar-twocol.sidebar .sidebar-right .bg-light {
	background-color: #646b72 !important;
	border-color: #646b72 !important;
}
[data-sidebar='sidebarcolorseven'] .sidebar-twocol.sidebar .sidebar-right ul li a {
	color: #ffffff;
}
[data-sidebar='sidebarcolorseven'] .sidebar-twocol.sidebar .sidebar-right ul li a.subdrop {
	background: #646b72;
}
[data-sidebar='sidebarcolorseven'] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop {
	background: #646b72;
}
[data-sidebar='sidebarcolorseven'] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop:hover {
	color: #ffffff !important;
}
[data-sidebar='sidebarcolorseven'] .sidebar-twocol.sidebar .sidebar-right ul li.active a {
	background: #646b72;
}
[data-sidebar='sidebarcolorseven'] .sidebar-twocol.sidebar .sidebar-right ul li.submenu > a:hover {
	background: #646b72;
	color: #ffffff !important;
}
[data-sidebar='sidebarcolorseven']
	.sidebar-twocol.sidebar
	.sidebar-right
	.tab-pane
	> ul
	> li
	> a:hover {
	background: #646b72;
	color: #ffffff !important;
}
[data-sidebar='sidebarcolorseven'] .sidebar-twocol .twocol-mini {
	background-color: #111926;
	border-color: #37404a;
}
@media (min-width: 991.98px) {
	[data-sidebar='sidebarcolorseven'] .expand-menu.mini-sidebar .sidebar-twocol.sidebar .logo {
		display: none;
	}
}
[data-sidebar='sidebarcolorseven'] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a {
	color: #d8dfee;
}
[data-sidebar='sidebarcolorseven']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	> a:hover {
	background-color: #212324;
}
[data-sidebar='sidebarcolorseven'] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu ul li a {
	color: #6b7280;
}
[data-sidebar='sidebarcolorseven']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a:hover,
[data-sidebar='sidebarcolorseven']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a.active {
	background-color: #212324;
}
[data-sidebar='sidebarcolorseven']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a
	.menu-arrow::before {
	border-color: #6b7280;
}
[data-sidebar='sidebarcolorseven'] .sidebar-horizontal.sidebar .sidebar-menu ul ul {
	background-color: #0d0d0d;
}
[data-sidebar='sidebarcolorseven']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	> a.active,
[data-sidebar='sidebarcolorseven']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	> a.subdrop {
	background-color: #212324;
}
[data-sidebar='sidebarcolorseven'] .sidebar .sidebar-menu .submenu-open .submenu ul li a {
	color: #f9fafb;
}
[data-sidebar='sidebarcolorseven'] .sidebar .sidebar-menu > ul > li.submenu-open ul {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcolorseven'] .sidebar .sidebar-menu > ul > li.submenu-open .submenu-hdr {
	color: #ffffff;
}
[data-sidebar='sidebarcolorseven'] .sidebar .sidebar-menu .menu-arrow {
	background: rgba(255, 255, 255, 0.2);
}
[data-sidebar='sidebarcolorseven'] .header .header-left {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcolorseven'] .mini-sidebar .header .header-left .logo-white {
	display: none !important;
}
[data-sidebar='sidebarcolorseven'] .mini-sidebar.expand-menu .header .header-left .logo-white {
	display: flex !important;
}

[data-sidebar='sidebarcoloreight'] .sidebar .sidebar-logo {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcoloreight'] .header .header-left {
	background: linear-gradient(180deg, #18accf 0%, #0f59ad 100%);
}
[data-sidebar='sidebarcoloreight'] .header .header-left .logo-normal {
	display: none;
}
[data-sidebar='sidebarcoloreight'] .header .header-left .logo-white {
	display: block !important;
}
[data-sidebar='sidebarcoloreight'] .menu-horizontal .header .header-left {
	background: #ffffff;
}
[data-sidebar='sidebarcoloreight'] .menu-horizontal .header .header-left .logo-white {
	display: none !important;
}
[data-sidebar='sidebarcoloreight'] .menu-horizontal .header .header-left .logo-normal {
	display: block;
}
[data-sidebar='sidebarcoloreight'] .sidebar {
	background: linear-gradient(180deg, #18accf 0%, #0f59ad 100%);
	border-color: linear-gradient(180deg, #18accf 0%, #0f59ad 100%);
}
[data-sidebar='sidebarcoloreight'] .sidebar .logo-white {
	display: block !important;
}
[data-sidebar='sidebarcoloreight'] .sidebar .logo {
	display: none;
}
[data-sidebar='sidebarcoloreight'] .sidebar .sidebar-menu > ul > li .submenu > a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcoloreight'] .sidebar .sidebar-menu > ul > li .submenu > a.subdrop {
	background: rgba(255, 255, 255, 0.1019607843);
}
[data-sidebar='sidebarcoloreight'] .sidebar .sidebar-menu > ul > li .submenu > a.active {
	background: rgba(255, 255, 255, 0.1019607843);
}
[data-sidebar='sidebarcoloreight'] .sidebar .sidebar-menu > ul > li.active a span {
	color: #fe9f43;
}
[data-sidebar='sidebarcoloreight'] .sidebar .sidebar-menu > ul > li ul li.active a i {
	color: #fe9f43;
}
[data-sidebar='sidebarcoloreight'] .sidebar .sidebar-menu > ul > li ul li a {
	color: #a6aaaf;
}
[data-sidebar='sidebarcoloreight'] .sidebar .sidebar-menu > ul > li ul li a:hover,
[data-sidebar='sidebarcoloreight'] .sidebar .sidebar-menu > ul > li ul li a.active {
	color: #fe9f43;
}
[data-sidebar='sidebarcoloreight'] .sidebar .sidebar-menu > ul > li ul li a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcoloreight'] .sidebar .sidebar-menu > ul > li ul li a span {
	color: #ffffff;
}
[data-sidebar='sidebarcoloreight'] .sidebar .sidebar-menu > ul > li ul li.active a {
	background: #4d555e;
}
[data-sidebar='sidebarcoloreight'] .sidebar .sidebar-menu > ul > li ul li.active a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcoloreight'] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a {
	color: #a6aaaf;
}
[data-sidebar='sidebarcoloreight'] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a.active,
[data-sidebar='sidebarcoloreight'] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a:hover {
	color: #fe9f43;
}
[data-sidebar='sidebarcoloreight'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-sidebar='sidebarcoloreight'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active,
[data-sidebar='sidebarcoloreight'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a:hover {
	background: transparent;
}
[data-sidebar='sidebarcoloreight'] .sidebar .sidebar-menu .menu-arrow::before {
	border-color: #bcbfc3;
}
[data-sidebar='sidebarcoloreight'] .sidebar-twocol.sidebar .nav-link {
	color: #ffffff;
}
[data-sidebar='sidebarcoloreight'] .sidebar-twocol.sidebar .sidebar-right {
	background: linear-gradient(180deg, #18accf 0%, #0f59ad 100%);
	border-color: linear-gradient(180deg, #18accf 0%, #0f59ad 100%);
}
[data-sidebar='sidebarcoloreight']
	.sidebar-twocol.sidebar
	.sidebar-right
	.sidebar-logo
	.logo-white {
	display: block;
}
[data-sidebar='sidebarcoloreight'] .sidebar-twocol.sidebar .sidebar-right h6,
[data-sidebar='sidebarcoloreight'] .sidebar-twocol.sidebar .sidebar-right p {
	color: #ffffff;
}
[data-sidebar='sidebarcoloreight'] .sidebar-twocol.sidebar .sidebar-right .bg-light {
	background-color: #646b72 !important;
	border-color: #646b72 !important;
}
[data-sidebar='sidebarcoloreight'] .sidebar-twocol.sidebar .sidebar-right ul li a {
	color: #ffffff;
}
[data-sidebar='sidebarcoloreight'] .sidebar-twocol.sidebar .sidebar-right ul li a.subdrop {
	background: #646b72;
}
[data-sidebar='sidebarcoloreight'] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop {
	background: #646b72;
}
[data-sidebar='sidebarcoloreight'] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop:hover {
	color: #ffffff !important;
}
[data-sidebar='sidebarcoloreight'] .sidebar-twocol.sidebar .sidebar-right ul li.active a {
	background: #646b72;
}
[data-sidebar='sidebarcoloreight'] .sidebar-twocol.sidebar .sidebar-right ul li.submenu > a:hover {
	background: #646b72;
	color: #ffffff !important;
}
[data-sidebar='sidebarcoloreight']
	.sidebar-twocol.sidebar
	.sidebar-right
	.tab-pane
	> ul
	> li
	> a:hover {
	background: #646b72;
	color: #ffffff !important;
}
[data-sidebar='sidebarcoloreight'] .sidebar-twocol .twocol-mini {
	background-color: #111926;
	border-color: #37404a;
}
@media (min-width: 991.98px) {
	[data-sidebar='sidebarcoloreight'] .expand-menu.mini-sidebar .sidebar-twocol.sidebar .logo {
		display: none;
	}
}
[data-sidebar='sidebarcoloreight'] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a {
	color: #d8dfee;
}
[data-sidebar='sidebarcoloreight']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	> a:hover {
	background-color: #212324;
}
[data-sidebar='sidebarcoloreight'] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu ul li a {
	color: #6b7280;
}
[data-sidebar='sidebarcoloreight']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a:hover,
[data-sidebar='sidebarcoloreight']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a.active {
	background-color: #212324;
}
[data-sidebar='sidebarcoloreight']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a
	.menu-arrow::before {
	border-color: #6b7280;
}
[data-sidebar='sidebarcoloreight'] .sidebar-horizontal.sidebar .sidebar-menu ul ul {
	background-color: #0d0d0d;
}
[data-sidebar='sidebarcoloreight']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	> a.active,
[data-sidebar='sidebarcoloreight']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	> a.subdrop {
	background-color: #212324;
}
[data-sidebar='sidebarcoloreight'] .sidebar .sidebar-menu .submenu-open .submenu ul li a {
	color: #f9fafb;
}
[data-sidebar='sidebarcoloreight'] .sidebar .sidebar-menu > ul > li.submenu-open ul {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcoloreight'] .sidebar .sidebar-menu > ul > li.submenu-open .submenu-hdr {
	color: #ffffff;
}
[data-sidebar='sidebarcoloreight'] .sidebar .sidebar-menu .menu-arrow {
	background: rgba(255, 255, 255, 0.2);
}
[data-sidebar='sidebarcoloreight'] .header .header-left {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcoloreight'] .mini-sidebar .header .header-left .logo-white {
	display: none !important;
}
[data-sidebar='sidebarcoloreight'] .mini-sidebar.expand-menu .header .header-left .logo-white {
	display: flex !important;
}

[data-sidebar='sidebarcolornine'] .sidebar .sidebar-logo {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcolornine'] .header .header-left {
	background: linear-gradient(180deg, #7d90b8 0%, #103783 100%);
}
[data-sidebar='sidebarcolornine'] .header .header-left .logo-normal {
	display: none;
}
[data-sidebar='sidebarcolornine'] .header .header-left .logo-white {
	display: block !important;
}
[data-sidebar='sidebarcolornine'] .menu-horizontal .header .header-left {
	background: #ffffff;
}
[data-sidebar='sidebarcolornine'] .menu-horizontal .header .header-left .logo-white {
	display: none !important;
}
[data-sidebar='sidebarcolornine'] .menu-horizontal .header .header-left .logo-normal {
	display: block;
}
[data-sidebar='sidebarcolornine'] .sidebar {
	background: linear-gradient(180deg, #7d90b8 0%, #103783 100%);
	border-color: linear-gradient(180deg, #7d90b8 0%, #103783 100%);
}
[data-sidebar='sidebarcolornine'] .sidebar .logo-white {
	display: block !important;
}
[data-sidebar='sidebarcolornine'] .sidebar .logo {
	display: none;
}
[data-sidebar='sidebarcolornine'] .sidebar .sidebar-menu > ul > li .submenu > a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcolornine'] .sidebar .sidebar-menu > ul > li .submenu > a.subdrop {
	background: rgba(255, 255, 255, 0.1019607843);
}
[data-sidebar='sidebarcolornine'] .sidebar .sidebar-menu > ul > li .submenu > a.active {
	background: rgba(255, 255, 255, 0.1019607843);
}
[data-sidebar='sidebarcolornine'] .sidebar .sidebar-menu > ul > li.active a span {
	color: #fe9f43;
}
[data-sidebar='sidebarcolornine'] .sidebar .sidebar-menu > ul > li ul li.active a i {
	color: #fe9f43;
}
[data-sidebar='sidebarcolornine'] .sidebar .sidebar-menu > ul > li ul li a {
	color: #a6aaaf;
}
[data-sidebar='sidebarcolornine'] .sidebar .sidebar-menu > ul > li ul li a:hover,
[data-sidebar='sidebarcolornine'] .sidebar .sidebar-menu > ul > li ul li a.active {
	color: #fe9f43;
}
[data-sidebar='sidebarcolornine'] .sidebar .sidebar-menu > ul > li ul li a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcolornine'] .sidebar .sidebar-menu > ul > li ul li a span {
	color: #ffffff;
}
[data-sidebar='sidebarcolornine'] .sidebar .sidebar-menu > ul > li ul li.active a {
	background: #4d555e;
}
[data-sidebar='sidebarcolornine'] .sidebar .sidebar-menu > ul > li ul li.active a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcolornine'] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a {
	color: #a6aaaf;
}
[data-sidebar='sidebarcolornine'] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a.active,
[data-sidebar='sidebarcolornine'] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a:hover {
	color: #fe9f43;
}
[data-sidebar='sidebarcolornine'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-sidebar='sidebarcolornine'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active,
[data-sidebar='sidebarcolornine'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a:hover {
	background: transparent;
}
[data-sidebar='sidebarcolornine'] .sidebar .sidebar-menu .menu-arrow::before {
	border-color: #bcbfc3;
}
[data-sidebar='sidebarcolornine'] .sidebar-twocol.sidebar .nav-link {
	color: #ffffff;
}
[data-sidebar='sidebarcolornine'] .sidebar-twocol.sidebar .sidebar-right {
	background: linear-gradient(180deg, #7d90b8 0%, #103783 100%);
	border-color: linear-gradient(180deg, #7d90b8 0%, #103783 100%);
}
[data-sidebar='sidebarcolornine'] .sidebar-twocol.sidebar .sidebar-right .sidebar-logo .logo-white {
	display: block;
}
[data-sidebar='sidebarcolornine'] .sidebar-twocol.sidebar .sidebar-right h6,
[data-sidebar='sidebarcolornine'] .sidebar-twocol.sidebar .sidebar-right p {
	color: #ffffff;
}
[data-sidebar='sidebarcolornine'] .sidebar-twocol.sidebar .sidebar-right .bg-light {
	background-color: #646b72 !important;
	border-color: #646b72 !important;
}
[data-sidebar='sidebarcolornine'] .sidebar-twocol.sidebar .sidebar-right ul li a {
	color: #ffffff;
}
[data-sidebar='sidebarcolornine'] .sidebar-twocol.sidebar .sidebar-right ul li a.subdrop {
	background: #646b72;
}
[data-sidebar='sidebarcolornine'] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop {
	background: #646b72;
}
[data-sidebar='sidebarcolornine'] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop:hover {
	color: #ffffff !important;
}
[data-sidebar='sidebarcolornine'] .sidebar-twocol.sidebar .sidebar-right ul li.active a {
	background: #646b72;
}
[data-sidebar='sidebarcolornine'] .sidebar-twocol.sidebar .sidebar-right ul li.submenu > a:hover {
	background: #646b72;
	color: #ffffff !important;
}
[data-sidebar='sidebarcolornine']
	.sidebar-twocol.sidebar
	.sidebar-right
	.tab-pane
	> ul
	> li
	> a:hover {
	background: #646b72;
	color: #ffffff !important;
}
[data-sidebar='sidebarcolornine'] .sidebar-twocol .twocol-mini {
	background-color: #111926;
	border-color: #37404a;
}
@media (min-width: 991.98px) {
	[data-sidebar='sidebarcolornine'] .expand-menu.mini-sidebar .sidebar-twocol.sidebar .logo {
		display: none;
	}
}
[data-sidebar='sidebarcolornine'] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a {
	color: #d8dfee;
}
[data-sidebar='sidebarcolornine']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	> a:hover {
	background-color: #212324;
}
[data-sidebar='sidebarcolornine'] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu ul li a {
	color: #6b7280;
}
[data-sidebar='sidebarcolornine']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a:hover,
[data-sidebar='sidebarcolornine']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a.active {
	background-color: #212324;
}
[data-sidebar='sidebarcolornine']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a
	.menu-arrow::before {
	border-color: #6b7280;
}
[data-sidebar='sidebarcolornine'] .sidebar-horizontal.sidebar .sidebar-menu ul ul {
	background-color: #0d0d0d;
}
[data-sidebar='sidebarcolornine']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	> a.active,
[data-sidebar='sidebarcolornine']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	> a.subdrop {
	background-color: #212324;
}
[data-sidebar='sidebarcolornine'] .sidebar .sidebar-menu .submenu-open .submenu ul li a {
	color: #f9fafb;
}
[data-sidebar='sidebarcolornine'] .sidebar .sidebar-menu > ul > li.submenu-open ul {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcolornine'] .sidebar .sidebar-menu > ul > li.submenu-open .submenu-hdr {
	color: #ffffff;
}
[data-sidebar='sidebarcolornine'] .sidebar .sidebar-menu .menu-arrow {
	background: rgba(255, 255, 255, 0.2);
}
[data-sidebar='sidebarcolornine'] .header .header-left {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcolornine'] .mini-sidebar .header .header-left .logo-white {
	display: none !important;
}
[data-sidebar='sidebarcolornine'] .mini-sidebar.expand-menu .header .header-left .logo-white {
	display: flex !important;
}

[data-sidebar='sidebarcolorten'] .sidebar .sidebar-logo {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcolorten'] .header .header-left {
	background: linear-gradient(180deg, #8e4beb 0%, #472282 100%);
}
[data-sidebar='sidebarcolorten'] .header .header-left .logo-normal {
	display: none;
}
[data-sidebar='sidebarcolorten'] .header .header-left .logo-white {
	display: block !important;
}
[data-sidebar='sidebarcolorten'] .menu-horizontal .header .header-left {
	background: #ffffff;
}
[data-sidebar='sidebarcolorten'] .menu-horizontal .header .header-left .logo-white {
	display: none !important;
}
[data-sidebar='sidebarcolorten'] .menu-horizontal .header .header-left .logo-normal {
	display: block;
}
[data-sidebar='sidebarcolorten'] .sidebar {
	background: linear-gradient(180deg, #8e4beb 0%, #472282 100%);
	border-color: linear-gradient(180deg, #8e4beb 0%, #472282 100%);
}
[data-sidebar='sidebarcolorten'] .sidebar .logo-white {
	display: block !important;
}
[data-sidebar='sidebarcolorten'] .sidebar .logo {
	display: none;
}
[data-sidebar='sidebarcolorten'] .sidebar .sidebar-menu > ul > li .submenu > a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcolorten'] .sidebar .sidebar-menu > ul > li .submenu > a.subdrop {
	background: rgba(255, 255, 255, 0.1019607843);
}
[data-sidebar='sidebarcolorten'] .sidebar .sidebar-menu > ul > li .submenu > a.active {
	background: rgba(255, 255, 255, 0.1019607843);
}
[data-sidebar='sidebarcolorten'] .sidebar .sidebar-menu > ul > li.active a span {
	color: #fe9f43;
}
[data-sidebar='sidebarcolorten'] .sidebar .sidebar-menu > ul > li ul li.active a i {
	color: #fe9f43;
}
[data-sidebar='sidebarcolorten'] .sidebar .sidebar-menu > ul > li ul li a {
	color: #a6aaaf;
}
[data-sidebar='sidebarcolorten'] .sidebar .sidebar-menu > ul > li ul li a:hover,
[data-sidebar='sidebarcolorten'] .sidebar .sidebar-menu > ul > li ul li a.active {
	color: #fe9f43;
}
[data-sidebar='sidebarcolorten'] .sidebar .sidebar-menu > ul > li ul li a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcolorten'] .sidebar .sidebar-menu > ul > li ul li a span {
	color: #ffffff;
}
[data-sidebar='sidebarcolorten'] .sidebar .sidebar-menu > ul > li ul li.active a {
	background: #4d555e;
}
[data-sidebar='sidebarcolorten'] .sidebar .sidebar-menu > ul > li ul li.active a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcolorten'] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a {
	color: #a6aaaf;
}
[data-sidebar='sidebarcolorten'] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a.active,
[data-sidebar='sidebarcolorten'] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a:hover {
	color: #fe9f43;
}
[data-sidebar='sidebarcolorten'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-sidebar='sidebarcolorten'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active,
[data-sidebar='sidebarcolorten'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a:hover {
	background: transparent;
}
[data-sidebar='sidebarcolorten'] .sidebar .sidebar-menu .menu-arrow::before {
	border-color: #bcbfc3;
}
[data-sidebar='sidebarcolorten'] .sidebar-twocol.sidebar .nav-link {
	color: #ffffff;
}
[data-sidebar='sidebarcolorten'] .sidebar-twocol.sidebar .sidebar-right {
	background: linear-gradient(180deg, #8e4beb 0%, #472282 100%);
	border-color: linear-gradient(180deg, #8e4beb 0%, #472282 100%);
}
[data-sidebar='sidebarcolorten'] .sidebar-twocol.sidebar .sidebar-right .sidebar-logo .logo-white {
	display: block;
}
[data-sidebar='sidebarcolorten'] .sidebar-twocol.sidebar .sidebar-right h6,
[data-sidebar='sidebarcolorten'] .sidebar-twocol.sidebar .sidebar-right p {
	color: #ffffff;
}
[data-sidebar='sidebarcolorten'] .sidebar-twocol.sidebar .sidebar-right .bg-light {
	background-color: #646b72 !important;
	border-color: #646b72 !important;
}
[data-sidebar='sidebarcolorten'] .sidebar-twocol.sidebar .sidebar-right ul li a {
	color: #ffffff;
}
[data-sidebar='sidebarcolorten'] .sidebar-twocol.sidebar .sidebar-right ul li a.subdrop {
	background: #646b72;
}
[data-sidebar='sidebarcolorten'] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop {
	background: #646b72;
}
[data-sidebar='sidebarcolorten'] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop:hover {
	color: #ffffff !important;
}
[data-sidebar='sidebarcolorten'] .sidebar-twocol.sidebar .sidebar-right ul li.active a {
	background: #646b72;
}
[data-sidebar='sidebarcolorten'] .sidebar-twocol.sidebar .sidebar-right ul li.submenu > a:hover {
	background: #646b72;
	color: #ffffff !important;
}
[data-sidebar='sidebarcolorten']
	.sidebar-twocol.sidebar
	.sidebar-right
	.tab-pane
	> ul
	> li
	> a:hover {
	background: #646b72;
	color: #ffffff !important;
}
[data-sidebar='sidebarcolorten'] .sidebar-twocol .twocol-mini {
	background-color: #111926;
	border-color: #37404a;
}
@media (min-width: 991.98px) {
	[data-sidebar='sidebarcolorten'] .expand-menu.mini-sidebar .sidebar-twocol.sidebar .logo {
		display: none;
	}
}
[data-sidebar='sidebarcolorten'] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a {
	color: #d8dfee;
}
[data-sidebar='sidebarcolorten'] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a:hover {
	background-color: #212324;
}
[data-sidebar='sidebarcolorten'] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu ul li a {
	color: #6b7280;
}
[data-sidebar='sidebarcolorten']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a:hover,
[data-sidebar='sidebarcolorten']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a.active {
	background-color: #212324;
}
[data-sidebar='sidebarcolorten']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a
	.menu-arrow::before {
	border-color: #6b7280;
}
[data-sidebar='sidebarcolorten'] .sidebar-horizontal.sidebar .sidebar-menu ul ul {
	background-color: #0d0d0d;
}
[data-sidebar='sidebarcolorten'] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a.active,
[data-sidebar='sidebarcolorten']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	> a.subdrop {
	background-color: #212324;
}
[data-sidebar='sidebarcolorten'] .sidebar .sidebar-menu .submenu-open .submenu ul li a {
	color: #f9fafb;
}
[data-sidebar='sidebarcolorten'] .sidebar .sidebar-menu > ul > li.submenu-open ul {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcolorten'] .sidebar .sidebar-menu > ul > li.submenu-open .submenu-hdr {
	color: #ffffff;
}
[data-sidebar='sidebarcolorten'] .sidebar .sidebar-menu .menu-arrow {
	background: rgba(255, 255, 255, 0.2);
}
[data-sidebar='sidebarcolorten'] .header .header-left {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcolorten'] .mini-sidebar .header .header-left .logo-white {
	display: none !important;
}
[data-sidebar='sidebarcolorten'] .mini-sidebar.expand-menu .header .header-left .logo-white {
	display: flex !important;
}

[data-sidebar='sidebarcoloreleven'] .sidebar .sidebar-logo {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcoloreleven'] .header .header-left {
	background: linear-gradient(180deg, #309f92 0%, #0c5666 100%);
}
[data-sidebar='sidebarcoloreleven'] .header .header-left .logo-normal {
	display: none;
}
[data-sidebar='sidebarcoloreleven'] .header .header-left .logo-white {
	display: block !important;
}
[data-sidebar='sidebarcoloreleven'] .menu-horizontal .header .header-left {
	background: #ffffff;
}
[data-sidebar='sidebarcoloreleven'] .menu-horizontal .header .header-left .logo-white {
	display: none !important;
}
[data-sidebar='sidebarcoloreleven'] .menu-horizontal .header .header-left .logo-normal {
	display: block;
}
[data-sidebar='sidebarcoloreleven'] .sidebar {
	background: linear-gradient(180deg, #309f92 0%, #0c5666 100%);
	border-color: linear-gradient(180deg, #309f92 0%, #0c5666 100%);
}
[data-sidebar='sidebarcoloreleven'] .sidebar .logo-white {
	display: block !important;
}
[data-sidebar='sidebarcoloreleven'] .sidebar .logo {
	display: none;
}
[data-sidebar='sidebarcoloreleven'] .sidebar .sidebar-menu > ul > li .submenu > a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcoloreleven'] .sidebar .sidebar-menu > ul > li .submenu > a.subdrop {
	background: rgba(255, 255, 255, 0.1019607843);
}
[data-sidebar='sidebarcoloreleven'] .sidebar .sidebar-menu > ul > li .submenu > a.active {
	background: rgba(255, 255, 255, 0.1019607843);
}
[data-sidebar='sidebarcoloreleven'] .sidebar .sidebar-menu > ul > li.active a span {
	color: #fe9f43;
}
[data-sidebar='sidebarcoloreleven'] .sidebar .sidebar-menu > ul > li ul li.active a i {
	color: #fe9f43;
}
[data-sidebar='sidebarcoloreleven'] .sidebar .sidebar-menu > ul > li ul li a {
	color: #a6aaaf;
}
[data-sidebar='sidebarcoloreleven'] .sidebar .sidebar-menu > ul > li ul li a:hover,
[data-sidebar='sidebarcoloreleven'] .sidebar .sidebar-menu > ul > li ul li a.active {
	color: #fe9f43;
}
[data-sidebar='sidebarcoloreleven'] .sidebar .sidebar-menu > ul > li ul li a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcoloreleven'] .sidebar .sidebar-menu > ul > li ul li a span {
	color: #ffffff;
}
[data-sidebar='sidebarcoloreleven'] .sidebar .sidebar-menu > ul > li ul li.active a {
	background: #4d555e;
}
[data-sidebar='sidebarcoloreleven'] .sidebar .sidebar-menu > ul > li ul li.active a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcoloreleven'] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a {
	color: #a6aaaf;
}
[data-sidebar='sidebarcoloreleven']
	.sidebar
	.sidebar-menu
	> ul
	> li
	ul
	li
	.submenu
	> ul
	li
	a.active,
[data-sidebar='sidebarcoloreleven']
	.sidebar
	.sidebar-menu
	> ul
	> li
	ul
	li
	.submenu
	> ul
	li
	a:hover {
	color: #fe9f43;
}
[data-sidebar='sidebarcoloreleven'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-sidebar='sidebarcoloreleven'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active,
[data-sidebar='sidebarcoloreleven'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a:hover {
	background: transparent;
}
[data-sidebar='sidebarcoloreleven'] .sidebar .sidebar-menu .menu-arrow::before {
	border-color: #bcbfc3;
}
[data-sidebar='sidebarcoloreleven'] .sidebar-twocol.sidebar .nav-link {
	color: #ffffff;
}
[data-sidebar='sidebarcoloreleven'] .sidebar-twocol.sidebar .sidebar-right {
	background: linear-gradient(180deg, #309f92 0%, #0c5666 100%);
	border-color: linear-gradient(180deg, #309f92 0%, #0c5666 100%);
}
[data-sidebar='sidebarcoloreleven']
	.sidebar-twocol.sidebar
	.sidebar-right
	.sidebar-logo
	.logo-white {
	display: block;
}
[data-sidebar='sidebarcoloreleven'] .sidebar-twocol.sidebar .sidebar-right h6,
[data-sidebar='sidebarcoloreleven'] .sidebar-twocol.sidebar .sidebar-right p {
	color: #ffffff;
}
[data-sidebar='sidebarcoloreleven'] .sidebar-twocol.sidebar .sidebar-right .bg-light {
	background-color: #646b72 !important;
	border-color: #646b72 !important;
}
[data-sidebar='sidebarcoloreleven'] .sidebar-twocol.sidebar .sidebar-right ul li a {
	color: #ffffff;
}
[data-sidebar='sidebarcoloreleven'] .sidebar-twocol.sidebar .sidebar-right ul li a.subdrop {
	background: #646b72;
}
[data-sidebar='sidebarcoloreleven'] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop {
	background: #646b72;
}
[data-sidebar='sidebarcoloreleven'] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop:hover {
	color: #ffffff !important;
}
[data-sidebar='sidebarcoloreleven'] .sidebar-twocol.sidebar .sidebar-right ul li.active a {
	background: #646b72;
}
[data-sidebar='sidebarcoloreleven'] .sidebar-twocol.sidebar .sidebar-right ul li.submenu > a:hover {
	background: #646b72;
	color: #ffffff !important;
}
[data-sidebar='sidebarcoloreleven']
	.sidebar-twocol.sidebar
	.sidebar-right
	.tab-pane
	> ul
	> li
	> a:hover {
	background: #646b72;
	color: #ffffff !important;
}
[data-sidebar='sidebarcoloreleven'] .sidebar-twocol .twocol-mini {
	background-color: #111926;
	border-color: #37404a;
}
@media (min-width: 991.98px) {
	[data-sidebar='sidebarcoloreleven'] .expand-menu.mini-sidebar .sidebar-twocol.sidebar .logo {
		display: none;
	}
}
[data-sidebar='sidebarcoloreleven'] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a {
	color: #d8dfee;
}
[data-sidebar='sidebarcoloreleven']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	> a:hover {
	background-color: #212324;
}
[data-sidebar='sidebarcoloreleven']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a {
	color: #6b7280;
}
[data-sidebar='sidebarcoloreleven']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a:hover,
[data-sidebar='sidebarcoloreleven']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a.active {
	background-color: #212324;
}
[data-sidebar='sidebarcoloreleven']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a
	.menu-arrow::before {
	border-color: #6b7280;
}
[data-sidebar='sidebarcoloreleven'] .sidebar-horizontal.sidebar .sidebar-menu ul ul {
	background-color: #0d0d0d;
}
[data-sidebar='sidebarcoloreleven']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	> a.active,
[data-sidebar='sidebarcoloreleven']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	> a.subdrop {
	background-color: #212324;
}
[data-sidebar='sidebarcoloreleven'] .sidebar .sidebar-menu .submenu-open .submenu ul li a {
	color: #f9fafb;
}
[data-sidebar='sidebarcoloreleven'] .sidebar .sidebar-menu > ul > li.submenu-open ul {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcoloreleven'] .sidebar .sidebar-menu > ul > li.submenu-open .submenu-hdr {
	color: #ffffff;
}
[data-sidebar='sidebarcoloreleven'] .sidebar .sidebar-menu .menu-arrow {
	background: rgba(255, 255, 255, 0.2);
}
[data-sidebar='sidebarcoloreleven'] .header .header-left {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcoloreleven'] .mini-sidebar .header .header-left .logo-white {
	display: none !important;
}
[data-sidebar='sidebarcoloreleven'] .mini-sidebar.expand-menu .header .header-left .logo-white {
	display: flex !important;
}

[data-sidebar='sidebarcolortwelve'] .sidebar .sidebar-logo {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcolortwelve'] .header .header-left {
	background: linear-gradient(90deg, #ff9966 1.92%, #ff5e62 100%);
}
[data-sidebar='sidebarcolortwelve'] .header .header-left .logo-normal {
	display: none;
}
[data-sidebar='sidebarcolortwelve'] .header .header-left .logo-white {
	display: block !important;
}
[data-sidebar='sidebarcolortwelve'] .menu-horizontal .header .header-left {
	background: #ffffff;
}
[data-sidebar='sidebarcolortwelve'] .menu-horizontal .header .header-left .logo-white {
	display: none !important;
}
[data-sidebar='sidebarcolortwelve'] .menu-horizontal .header .header-left .logo-normal {
	display: block;
}
[data-sidebar='sidebarcolortwelve'] .sidebar {
	background: linear-gradient(90deg, #ff9966 1.92%, #ff5e62 100%);
	border-color: linear-gradient(90deg, #ff9966 1.92%, #ff5e62 100%);
}
[data-sidebar='sidebarcolortwelve'] .sidebar .logo-white {
	display: block !important;
}
[data-sidebar='sidebarcolortwelve'] .sidebar .logo {
	display: none;
}
[data-sidebar='sidebarcolortwelve'] .sidebar .sidebar-menu > ul > li .submenu > a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcolortwelve'] .sidebar .sidebar-menu > ul > li .submenu > a.subdrop {
	background: rgba(255, 255, 255, 0.1019607843);
}
[data-sidebar='sidebarcolortwelve'] .sidebar .sidebar-menu > ul > li .submenu > a.active {
	background: rgba(255, 255, 255, 0.1019607843);
}
[data-sidebar='sidebarcolortwelve'] .sidebar .sidebar-menu > ul > li.active a span {
	color: #fe9f43;
}
[data-sidebar='sidebarcolortwelve'] .sidebar .sidebar-menu > ul > li ul li.active a i {
	color: #fe9f43;
}
[data-sidebar='sidebarcolortwelve'] .sidebar .sidebar-menu > ul > li ul li a {
	color: #a6aaaf;
}
[data-sidebar='sidebarcolortwelve'] .sidebar .sidebar-menu > ul > li ul li a:hover,
[data-sidebar='sidebarcolortwelve'] .sidebar .sidebar-menu > ul > li ul li a.active {
	color: #fe9f43;
}
[data-sidebar='sidebarcolortwelve'] .sidebar .sidebar-menu > ul > li ul li a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcolortwelve'] .sidebar .sidebar-menu > ul > li ul li a span {
	color: #ffffff;
}
[data-sidebar='sidebarcolortwelve'] .sidebar .sidebar-menu > ul > li ul li.active a {
	background: #4d555e;
}
[data-sidebar='sidebarcolortwelve'] .sidebar .sidebar-menu > ul > li ul li.active a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcolortwelve'] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a {
	color: #a6aaaf;
}
[data-sidebar='sidebarcolortwelve']
	.sidebar
	.sidebar-menu
	> ul
	> li
	ul
	li
	.submenu
	> ul
	li
	a.active,
[data-sidebar='sidebarcolortwelve']
	.sidebar
	.sidebar-menu
	> ul
	> li
	ul
	li
	.submenu
	> ul
	li
	a:hover {
	color: #fe9f43;
}
[data-sidebar='sidebarcolortwelve'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-sidebar='sidebarcolortwelve'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active,
[data-sidebar='sidebarcolortwelve'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a:hover {
	background: transparent;
}
[data-sidebar='sidebarcolortwelve'] .sidebar .sidebar-menu .menu-arrow::before {
	border-color: #bcbfc3;
}
[data-sidebar='sidebarcolortwelve'] .sidebar-twocol.sidebar .nav-link {
	color: #ffffff;
}
[data-sidebar='sidebarcolortwelve'] .sidebar-twocol.sidebar .sidebar-right {
	background: linear-gradient(90deg, #ff9966 1.92%, #ff5e62 100%);
	border-color: linear-gradient(90deg, #ff9966 1.92%, #ff5e62 100%);
}
[data-sidebar='sidebarcolortwelve']
	.sidebar-twocol.sidebar
	.sidebar-right
	.sidebar-logo
	.logo-white {
	display: block;
}
[data-sidebar='sidebarcolortwelve'] .sidebar-twocol.sidebar .sidebar-right h6,
[data-sidebar='sidebarcolortwelve'] .sidebar-twocol.sidebar .sidebar-right p {
	color: #ffffff;
}
[data-sidebar='sidebarcolortwelve'] .sidebar-twocol.sidebar .sidebar-right .bg-light {
	background-color: #646b72 !important;
	border-color: #646b72 !important;
}
[data-sidebar='sidebarcolortwelve'] .sidebar-twocol.sidebar .sidebar-right ul li a {
	color: #ffffff;
}
[data-sidebar='sidebarcolortwelve'] .sidebar-twocol.sidebar .sidebar-right ul li a.subdrop {
	background: #646b72;
}
[data-sidebar='sidebarcolortwelve'] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop {
	background: #646b72;
}
[data-sidebar='sidebarcolortwelve'] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop:hover {
	color: #ffffff !important;
}
[data-sidebar='sidebarcolortwelve'] .sidebar-twocol.sidebar .sidebar-right ul li.active a {
	background: #646b72;
}
[data-sidebar='sidebarcolortwelve'] .sidebar-twocol.sidebar .sidebar-right ul li.submenu > a:hover {
	background: #646b72;
	color: #ffffff !important;
}
[data-sidebar='sidebarcolortwelve']
	.sidebar-twocol.sidebar
	.sidebar-right
	.tab-pane
	> ul
	> li
	> a:hover {
	background: #646b72;
	color: #ffffff !important;
}
[data-sidebar='sidebarcolortwelve'] .sidebar-twocol .twocol-mini {
	background-color: #111926;
	border-color: #37404a;
}
@media (min-width: 991.98px) {
	[data-sidebar='sidebarcolortwelve'] .expand-menu.mini-sidebar .sidebar-twocol.sidebar .logo {
		display: none;
	}
}
[data-sidebar='sidebarcolortwelve'] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a {
	color: #d8dfee;
}
[data-sidebar='sidebarcolortwelve']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	> a:hover {
	background-color: #212324;
}
[data-sidebar='sidebarcolortwelve']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a {
	color: #6b7280;
}
[data-sidebar='sidebarcolortwelve']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a:hover,
[data-sidebar='sidebarcolortwelve']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a.active {
	background-color: #212324;
}
[data-sidebar='sidebarcolortwelve']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a
	.menu-arrow::before {
	border-color: #6b7280;
}
[data-sidebar='sidebarcolortwelve'] .sidebar-horizontal.sidebar .sidebar-menu ul ul {
	background-color: #0d0d0d;
}
[data-sidebar='sidebarcolortwelve']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	> a.active,
[data-sidebar='sidebarcolortwelve']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	> a.subdrop {
	background-color: #212324;
}
[data-sidebar='sidebarcolortwelve'] .sidebar .sidebar-menu .submenu-open .submenu ul li a {
	color: #f9fafb;
}
[data-sidebar='sidebarcolortwelve'] .sidebar .sidebar-menu > ul > li.submenu-open ul {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcolortwelve'] .sidebar .sidebar-menu > ul > li.submenu-open .submenu-hdr {
	color: #ffffff;
}
[data-sidebar='sidebarcolortwelve'] .sidebar .sidebar-menu .menu-arrow {
	background: rgba(255, 255, 255, 0.2);
}
[data-sidebar='sidebarcolortwelve'] .header .header-left {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcolortwelve'] .mini-sidebar .header .header-left .logo-white {
	display: none !important;
}
[data-sidebar='sidebarcolortwelve'] .mini-sidebar.expand-menu .header .header-left .logo-white {
	display: flex !important;
}

[data-sidebar='sidebarcolorthirteen'] .sidebar .sidebar-logo {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcolorthirteen'] .header .header-left {
	background: linear-gradient(90deg, #760762 1.92%, #883907 100%);
}
[data-sidebar='sidebarcolorthirteen'] .header .header-left .logo-normal {
	display: none;
}
[data-sidebar='sidebarcolorthirteen'] .header .header-left .logo-white {
	display: block !important;
}
[data-sidebar='sidebarcolorthirteen'] .menu-horizontal .header .header-left {
	background: #ffffff;
}
[data-sidebar='sidebarcolorthirteen'] .menu-horizontal .header .header-left .logo-white {
	display: none !important;
}
[data-sidebar='sidebarcolorthirteen'] .menu-horizontal .header .header-left .logo-normal {
	display: block;
}
[data-sidebar='sidebarcolorthirteen'] .sidebar {
	background: linear-gradient(90deg, #760762 1.92%, #883907 100%);
	border-color: linear-gradient(90deg, #760762 1.92%, #883907 100%);
}
[data-sidebar='sidebarcolorthirteen'] .sidebar .logo-white {
	display: block !important;
}
[data-sidebar='sidebarcolorthirteen'] .sidebar .logo {
	display: none;
}
[data-sidebar='sidebarcolorthirteen'] .sidebar .sidebar-menu > ul > li .submenu > a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcolorthirteen'] .sidebar .sidebar-menu > ul > li .submenu > a.subdrop {
	background: rgba(255, 255, 255, 0.1019607843);
}
[data-sidebar='sidebarcolorthirteen'] .sidebar .sidebar-menu > ul > li .submenu > a.active {
	background: rgba(255, 255, 255, 0.1019607843);
}
[data-sidebar='sidebarcolorthirteen'] .sidebar .sidebar-menu > ul > li.active a span {
	color: #fe9f43;
}
[data-sidebar='sidebarcolorthirteen'] .sidebar .sidebar-menu > ul > li ul li.active a i {
	color: #fe9f43;
}
[data-sidebar='sidebarcolorthirteen'] .sidebar .sidebar-menu > ul > li ul li a {
	color: #a6aaaf;
}
[data-sidebar='sidebarcolorthirteen'] .sidebar .sidebar-menu > ul > li ul li a:hover,
[data-sidebar='sidebarcolorthirteen'] .sidebar .sidebar-menu > ul > li ul li a.active {
	color: #fe9f43;
}
[data-sidebar='sidebarcolorthirteen'] .sidebar .sidebar-menu > ul > li ul li a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcolorthirteen'] .sidebar .sidebar-menu > ul > li ul li a span {
	color: #ffffff;
}
[data-sidebar='sidebarcolorthirteen'] .sidebar .sidebar-menu > ul > li ul li.active a {
	background: #4d555e;
}
[data-sidebar='sidebarcolorthirteen'] .sidebar .sidebar-menu > ul > li ul li.active a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcolorthirteen'] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a {
	color: #a6aaaf;
}
[data-sidebar='sidebarcolorthirteen']
	.sidebar
	.sidebar-menu
	> ul
	> li
	ul
	li
	.submenu
	> ul
	li
	a.active,
[data-sidebar='sidebarcolorthirteen']
	.sidebar
	.sidebar-menu
	> ul
	> li
	ul
	li
	.submenu
	> ul
	li
	a:hover {
	color: #fe9f43;
}
[data-sidebar='sidebarcolorthirteen'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-sidebar='sidebarcolorthirteen'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active,
[data-sidebar='sidebarcolorthirteen'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a:hover {
	background: transparent;
}
[data-sidebar='sidebarcolorthirteen'] .sidebar .sidebar-menu .menu-arrow::before {
	border-color: #bcbfc3;
}
[data-sidebar='sidebarcolorthirteen'] .sidebar-twocol.sidebar .nav-link {
	color: #ffffff;
}
[data-sidebar='sidebarcolorthirteen'] .sidebar-twocol.sidebar .sidebar-right {
	background: linear-gradient(90deg, #760762 1.92%, #883907 100%);
	border-color: linear-gradient(90deg, #760762 1.92%, #883907 100%);
}
[data-sidebar='sidebarcolorthirteen']
	.sidebar-twocol.sidebar
	.sidebar-right
	.sidebar-logo
	.logo-white {
	display: block;
}
[data-sidebar='sidebarcolorthirteen'] .sidebar-twocol.sidebar .sidebar-right h6,
[data-sidebar='sidebarcolorthirteen'] .sidebar-twocol.sidebar .sidebar-right p {
	color: #ffffff;
}
[data-sidebar='sidebarcolorthirteen'] .sidebar-twocol.sidebar .sidebar-right .bg-light {
	background-color: #646b72 !important;
	border-color: #646b72 !important;
}
[data-sidebar='sidebarcolorthirteen'] .sidebar-twocol.sidebar .sidebar-right ul li a {
	color: #ffffff;
}
[data-sidebar='sidebarcolorthirteen'] .sidebar-twocol.sidebar .sidebar-right ul li a.subdrop {
	background: #646b72;
}
[data-sidebar='sidebarcolorthirteen'] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop {
	background: #646b72;
}
[data-sidebar='sidebarcolorthirteen'] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop:hover {
	color: #ffffff !important;
}
[data-sidebar='sidebarcolorthirteen'] .sidebar-twocol.sidebar .sidebar-right ul li.active a {
	background: #646b72;
}
[data-sidebar='sidebarcolorthirteen']
	.sidebar-twocol.sidebar
	.sidebar-right
	ul
	li.submenu
	> a:hover {
	background: #646b72;
	color: #ffffff !important;
}
[data-sidebar='sidebarcolorthirteen']
	.sidebar-twocol.sidebar
	.sidebar-right
	.tab-pane
	> ul
	> li
	> a:hover {
	background: #646b72;
	color: #ffffff !important;
}
[data-sidebar='sidebarcolorthirteen'] .sidebar-twocol .twocol-mini {
	background-color: #111926;
	border-color: #37404a;
}
@media (min-width: 991.98px) {
	[data-sidebar='sidebarcolorthirteen'] .expand-menu.mini-sidebar .sidebar-twocol.sidebar .logo {
		display: none;
	}
}
[data-sidebar='sidebarcolorthirteen'] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a {
	color: #d8dfee;
}
[data-sidebar='sidebarcolorthirteen']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	> a:hover {
	background-color: #212324;
}
[data-sidebar='sidebarcolorthirteen']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a {
	color: #6b7280;
}
[data-sidebar='sidebarcolorthirteen']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a:hover,
[data-sidebar='sidebarcolorthirteen']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a.active {
	background-color: #212324;
}
[data-sidebar='sidebarcolorthirteen']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a
	.menu-arrow::before {
	border-color: #6b7280;
}
[data-sidebar='sidebarcolorthirteen'] .sidebar-horizontal.sidebar .sidebar-menu ul ul {
	background-color: #0d0d0d;
}
[data-sidebar='sidebarcolorthirteen']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	> a.active,
[data-sidebar='sidebarcolorthirteen']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	> a.subdrop {
	background-color: #212324;
}
[data-sidebar='sidebarcolorthirteen'] .sidebar .sidebar-menu .submenu-open .submenu ul li a {
	color: #f9fafb;
}
[data-sidebar='sidebarcolorthirteen'] .sidebar .sidebar-menu > ul > li.submenu-open ul {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcolorthirteen'] .sidebar .sidebar-menu > ul > li.submenu-open .submenu-hdr {
	color: #ffffff;
}
[data-sidebar='sidebarcolorthirteen'] .sidebar .sidebar-menu .menu-arrow {
	background: rgba(255, 255, 255, 0.2);
}
[data-sidebar='sidebarcolorthirteen'] .header .header-left {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcolorthirteen'] .mini-sidebar .header .header-left .logo-white {
	display: none !important;
}
[data-sidebar='sidebarcolorthirteen'] .mini-sidebar.expand-menu .header .header-left .logo-white {
	display: flex !important;
}

[data-sidebar='sidebarcolorfourteen'] .sidebar .sidebar-logo {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcolorfourteen'] .header .header-left {
	background: linear-gradient(90deg, #4471cc 1.92%, #ae7bd4 100%);
}
[data-sidebar='sidebarcolorfourteen'] .header .header-left .logo-normal {
	display: none;
}
[data-sidebar='sidebarcolorfourteen'] .header .header-left .logo-white {
	display: block !important;
}
[data-sidebar='sidebarcolorfourteen'] .menu-horizontal .header .header-left {
	background: #ffffff;
}
[data-sidebar='sidebarcolorfourteen'] .menu-horizontal .header .header-left .logo-white {
	display: none !important;
}
[data-sidebar='sidebarcolorfourteen'] .menu-horizontal .header .header-left .logo-normal {
	display: block;
}
[data-sidebar='sidebarcolorfourteen'] .sidebar {
	background: linear-gradient(90deg, #4471cc 1.92%, #ae7bd4 100%);
	border-color: linear-gradient(90deg, #4471cc 1.92%, #ae7bd4 100%);
}
[data-sidebar='sidebarcolorfourteen'] .sidebar .logo-white {
	display: block !important;
}
[data-sidebar='sidebarcolorfourteen'] .sidebar .logo {
	display: none;
}
[data-sidebar='sidebarcolorfourteen'] .sidebar .sidebar-menu > ul > li .submenu > a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcolorfourteen'] .sidebar .sidebar-menu > ul > li .submenu > a.subdrop {
	background: rgba(255, 255, 255, 0.1019607843);
}
[data-sidebar='sidebarcolorfourteen'] .sidebar .sidebar-menu > ul > li .submenu > a.active {
	background: rgba(255, 255, 255, 0.1019607843);
}
[data-sidebar='sidebarcolorfourteen'] .sidebar .sidebar-menu > ul > li.active a span {
	color: #fe9f43;
}
[data-sidebar='sidebarcolorfourteen'] .sidebar .sidebar-menu > ul > li ul li.active a i {
	color: #fe9f43;
}
[data-sidebar='sidebarcolorfourteen'] .sidebar .sidebar-menu > ul > li ul li a {
	color: #a6aaaf;
}
[data-sidebar='sidebarcolorfourteen'] .sidebar .sidebar-menu > ul > li ul li a:hover,
[data-sidebar='sidebarcolorfourteen'] .sidebar .sidebar-menu > ul > li ul li a.active {
	color: #fe9f43;
}
[data-sidebar='sidebarcolorfourteen'] .sidebar .sidebar-menu > ul > li ul li a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcolorfourteen'] .sidebar .sidebar-menu > ul > li ul li a span {
	color: #ffffff;
}
[data-sidebar='sidebarcolorfourteen'] .sidebar .sidebar-menu > ul > li ul li.active a {
	background: #4d555e;
}
[data-sidebar='sidebarcolorfourteen'] .sidebar .sidebar-menu > ul > li ul li.active a i {
	color: #f9fafb;
}
[data-sidebar='sidebarcolorfourteen'] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a {
	color: #a6aaaf;
}
[data-sidebar='sidebarcolorfourteen']
	.sidebar
	.sidebar-menu
	> ul
	> li
	ul
	li
	.submenu
	> ul
	li
	a.active,
[data-sidebar='sidebarcolorfourteen']
	.sidebar
	.sidebar-menu
	> ul
	> li
	ul
	li
	.submenu
	> ul
	li
	a:hover {
	color: #fe9f43;
}
[data-sidebar='sidebarcolorfourteen'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-sidebar='sidebarcolorfourteen'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active,
[data-sidebar='sidebarcolorfourteen'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a:hover {
	background: transparent;
}
[data-sidebar='sidebarcolorfourteen'] .sidebar .sidebar-menu .menu-arrow::before {
	border-color: #bcbfc3;
}
[data-sidebar='sidebarcolorfourteen'] .sidebar-twocol.sidebar .nav-link {
	color: #ffffff;
}
[data-sidebar='sidebarcolorfourteen'] .sidebar-twocol.sidebar .sidebar-right {
	background: linear-gradient(90deg, #4471cc 1.92%, #ae7bd4 100%);
	border-color: linear-gradient(90deg, #4471cc 1.92%, #ae7bd4 100%);
}
[data-sidebar='sidebarcolorfourteen']
	.sidebar-twocol.sidebar
	.sidebar-right
	.sidebar-logo
	.logo-white {
	display: block;
}
[data-sidebar='sidebarcolorfourteen'] .sidebar-twocol.sidebar .sidebar-right h6,
[data-sidebar='sidebarcolorfourteen'] .sidebar-twocol.sidebar .sidebar-right p {
	color: #ffffff;
}
[data-sidebar='sidebarcolorfourteen'] .sidebar-twocol.sidebar .sidebar-right .bg-light {
	background-color: #646b72 !important;
	border-color: #646b72 !important;
}
[data-sidebar='sidebarcolorfourteen'] .sidebar-twocol.sidebar .sidebar-right ul li a {
	color: #ffffff;
}
[data-sidebar='sidebarcolorfourteen'] .sidebar-twocol.sidebar .sidebar-right ul li a.subdrop {
	background: #646b72;
}
[data-sidebar='sidebarcolorfourteen'] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop {
	background: #646b72;
}
[data-sidebar='sidebarcolorfourteen'] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop:hover {
	color: #ffffff !important;
}
[data-sidebar='sidebarcolorfourteen'] .sidebar-twocol.sidebar .sidebar-right ul li.active a {
	background: #646b72;
}
[data-sidebar='sidebarcolorfourteen']
	.sidebar-twocol.sidebar
	.sidebar-right
	ul
	li.submenu
	> a:hover {
	background: #646b72;
	color: #ffffff !important;
}
[data-sidebar='sidebarcolorfourteen']
	.sidebar-twocol.sidebar
	.sidebar-right
	.tab-pane
	> ul
	> li
	> a:hover {
	background: #646b72;
	color: #ffffff !important;
}
[data-sidebar='sidebarcolorfourteen'] .sidebar-twocol .twocol-mini {
	background-color: #111926;
	border-color: #37404a;
}
@media (min-width: 991.98px) {
	[data-sidebar='sidebarcolorfourteen'] .expand-menu.mini-sidebar .sidebar-twocol.sidebar .logo {
		display: none;
	}
}
[data-sidebar='sidebarcolorfourteen'] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a {
	color: #d8dfee;
}
[data-sidebar='sidebarcolorfourteen']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	> a:hover {
	background-color: #212324;
}
[data-sidebar='sidebarcolorfourteen']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a {
	color: #6b7280;
}
[data-sidebar='sidebarcolorfourteen']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a:hover,
[data-sidebar='sidebarcolorfourteen']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a.active {
	background-color: #212324;
}
[data-sidebar='sidebarcolorfourteen']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a
	.menu-arrow::before {
	border-color: #6b7280;
}
[data-sidebar='sidebarcolorfourteen'] .sidebar-horizontal.sidebar .sidebar-menu ul ul {
	background-color: #0d0d0d;
}
[data-sidebar='sidebarcolorfourteen']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	> a.active,
[data-sidebar='sidebarcolorfourteen']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	> a.subdrop {
	background-color: #212324;
}
[data-sidebar='sidebarcolorfourteen'] .sidebar .sidebar-menu .submenu-open .submenu ul li a {
	color: #f9fafb;
}
[data-sidebar='sidebarcolorfourteen'] .sidebar .sidebar-menu > ul > li.submenu-open ul {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcolorfourteen'] .sidebar .sidebar-menu > ul > li.submenu-open .submenu-hdr {
	color: #ffffff;
}
[data-sidebar='sidebarcolorfourteen'] .sidebar .sidebar-menu .menu-arrow {
	background: rgba(255, 255, 255, 0.2);
}
[data-sidebar='sidebarcolorfourteen'] .header .header-left {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebar='sidebarcolorfourteen'] .mini-sidebar .header .header-left .logo-white {
	display: none !important;
}
[data-sidebar='sidebarcolorfourteen'] .mini-sidebar.expand-menu .header .header-left .logo-white {
	display: flex !important;
}

[data-sidebar='all'] .sidebar {
	background: rgb(var(--sidebar--rgb-picr));
	border-color: rgb(var(--sidebar--rgb-picr));
}
[data-sidebar='all'] .sidebar .logo-white {
	display: block !important;
}
[data-sidebar='all'] .sidebar .logo {
	display: none;
}
[data-sidebar='all'] .sidebar .sidebar-menu > ul > li > ul > li > a:hover {
	background: #d3d5d7;
}
[data-sidebar='all'] .sidebar .sidebar-menu > ul > li > ul > li > a:hover span,
[data-sidebar='all'] .sidebar .sidebar-menu > ul > li > ul > li > a:hover i {
	color: #4d555e;
}
[data-sidebar='all'] .sidebar .sidebar-menu > ul > li .submenu > a i {
	color: #bcbfc3;
}
[data-sidebar='all'] .sidebar .sidebar-menu > ul > li .submenu > a.subdrop {
	background: #d3d5d7;
}
[data-sidebar='all'] .sidebar .sidebar-menu > ul > li .submenu > a.subdrop span,
[data-sidebar='all'] .sidebar .sidebar-menu > ul > li .submenu > a.subdrop i {
	color: #4d555e;
}
[data-sidebar='all'] .sidebar .sidebar-menu > ul > li .submenu > a.subdrop .menu-arrow::before {
	border-color: #4d555e;
}
[data-sidebar='all'] .sidebar .sidebar-menu > ul > li .submenu > a:hover,
[data-sidebar='all'] .sidebar .sidebar-menu > ul > li .submenu > a.active {
	background: #d3d5d7;
}
[data-sidebar='all'] .sidebar .sidebar-menu > ul > li .submenu > a:hover span,
[data-sidebar='all'] .sidebar .sidebar-menu > ul > li .submenu > a:hover i,
[data-sidebar='all'] .sidebar .sidebar-menu > ul > li .submenu > a.active span,
[data-sidebar='all'] .sidebar .sidebar-menu > ul > li .submenu > a.active i {
	color: #4d555e;
}
[data-sidebar='all'] .sidebar .sidebar-menu > ul > li .submenu > a:hover .menu-arrow::before,
[data-sidebar='all'] .sidebar .sidebar-menu > ul > li .submenu > a.active .menu-arrow::before {
	border-color: #4d555e;
}
[data-sidebar='all'] .sidebar .sidebar-menu > ul > li.active a span {
	color: #fe9f43;
}
[data-sidebar='all'] .sidebar .sidebar-menu > ul > li ul li.active a i {
	color: #fe9f43;
}
[data-sidebar='all'] .sidebar .sidebar-menu > ul > li ul li a {
	color: #a6aaaf;
}
[data-sidebar='all'] .sidebar .sidebar-menu > ul > li ul li a:hover,
[data-sidebar='all'] .sidebar .sidebar-menu > ul > li ul li a.active {
	color: #fe9f43;
}
[data-sidebar='all'] .sidebar .sidebar-menu > ul > li ul li a i {
	color: #bcbfc3;
}
[data-sidebar='all'] .sidebar .sidebar-menu > ul > li ul li a span {
	color: #a6aaaf;
}
[data-sidebar='all'] .sidebar .sidebar-menu > ul > li ul li.active a {
	background: #4d555e;
}
[data-sidebar='all'] .sidebar .sidebar-menu > ul > li ul li.active a i {
	color: #bcbfc3;
}
[data-sidebar='all'] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a {
	color: #a6aaaf;
}
[data-sidebar='all'] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a.active,
[data-sidebar='all'] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a:hover {
	color: #fe9f43;
}
[data-sidebar='all'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-sidebar='all'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active,
[data-sidebar='all'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a:hover {
	background: transparent;
}
[data-sidebar='all'] .sidebar .sidebar-menu .menu-arrow::before {
	border-color: #bcbfc3;
}
[data-sidebar='all'] .sidebar-twocol.sidebar .nav-link {
	color: #ffffff;
}
[data-sidebar='all'] .sidebar-twocol.sidebar .nav-link.active,
[data-sidebar='all'] .sidebar-twocol.sidebar .nav-link:hover {
	background: #d3d5d7;
	color: #4d555e;
}
[data-sidebar='all'] .sidebar-twocol.sidebar .sidebar-right {
	background: rgb(var(--sidebar--rgb-picr));
}
[data-sidebar='all'] .sidebar-twocol.sidebar .sidebar-right .sidebar-logo .logo-white {
	display: block;
}
[data-sidebar='all'] .sidebar-twocol.sidebar .sidebar-right .sidebar-scroll > h6 {
	color: #ffffff;
}
[data-sidebar='all'] .sidebar-twocol.sidebar .sidebar-right ul li a {
	color: #ffffff;
}
[data-sidebar='all'] .sidebar-twocol.sidebar .sidebar-right ul li a.subdrop {
	background: #d3d5d7;
	color: #4d555e;
}
[data-sidebar='all'] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop {
	background: #d3d5d7;
}
[data-sidebar='all'] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop:hover {
	color: #4d555e !important;
}
[data-sidebar='all'] .sidebar-twocol.sidebar .sidebar-right ul li.active a {
	background: #d3d5d7;
	color: #4d555e;
}
[data-sidebar='all'] .sidebar-twocol.sidebar .sidebar-right ul li.submenu > a:hover {
	background: #d3d5d7;
	color: #4d555e !important;
}
[data-sidebar='all'] .sidebar-twocol.sidebar .sidebar-right .tab-pane > ul > li > a:hover {
	background: #d3d5d7;
	color: #4d555e !important;
}
[data-sidebar='all'] .sidebar-twocol .twocol-mini {
	background-color: rgb(var(--sidebar--rgb-picr));
	border-color: #90959b;
}
@media (min-width: 991.98px) {
	[data-sidebar='all'] .expand-menu.mini-sidebar .sidebar-twocol.sidebar .logo {
		display: none;
	}
}
[data-sidebar='all'] .sidebar-stacked .stacked-mini {
	background-color: rgb(var(--sidebar--rgb-picr));
	border-color: #90959b;
}
[data-sidebar='all'] .sidebar-stacked .btn-menubar {
	color: #ffffff;
	border-color: rgb(var(--sidebar--rgb-picr));
}
[data-sidebar='all'] .sidebar-stacked .btn-menubar:hover,
[data-sidebar='all'] .sidebar-stacked .btn-menubar.active {
	background: #d3d5d7;
	color: #4d555e;
}
[data-sidebar='all'] .sidebar-stacked .sidebar-right {
	background: rgb(var(--sidebar--rgb-picr));
}
[data-sidebar='all'] .sidebar-stacked .sidebar-right h6 {
	color: #ffffff;
}
[data-sidebar='all'] .sidebar-stacked .sidebar-right .sidebar-profile h6 {
	color: rgb(var(--sidebar--rgb-picr));
}
[data-sidebar='all'] .sidebar-stacked .sidebar-right a {
	color: #ffffff;
}
[data-sidebar='all'] .sidebar-stacked .sidebar-right a:hover {
	color: rgb(var(--sidebar--rgb-picr));
}
[data-sidebar='all'] .sidebar-stacked .nav-link {
	color: #ffffff;
	background: rgba(var(--sidebar--rgb-picr), 0.7);
	border-color: rgba(var(--sidebar--rgb-picr), 0.7);
}
[data-sidebar='all'] .sidebar-stacked .nav-link p,
[data-sidebar='all'] .sidebar-stacked .nav-link i {
	color: #ffffff;
}
[data-sidebar='all'] .sidebar-stacked .nav-link:hover,
[data-sidebar='all'] .sidebar-stacked .nav-link.active {
	color: #ffffff;
	background: rgba(var(--sidebar--rgb-picr), 0.4);
	border-color: rgba(var(--sidebar--rgb-picr), 0.4);
}
[data-sidebar='all'] .sidebar-stacked .nav-link:hover p,
[data-sidebar='all'] .sidebar-stacked .nav-link.active p {
	color: #ffffff;
}

[data-layout='default'][data-topbar='topbarcolorone'] .header,
[data-layout='mini'][data-topbar='topbarcolorone'] .header,
[data-layout='horizontal'][data-topbar='topbarcolorone'] .header,
[data-layout='detached'][data-topbar='topbarcolorone'] .header,
[data-layout='twocolumn'][data-topbar='topbarcolorone'] .header {
	background: #fbfbfb;
	border-bottom-color: #fbfbfb;
}
[data-layout='default'][data-topbar='topbarcolorone'] .header .bg-white,
[data-layout='mini'][data-topbar='topbarcolorone'] .header .bg-white,
[data-layout='horizontal'][data-topbar='topbarcolorone'] .header .bg-white,
[data-layout='detached'][data-topbar='topbarcolorone'] .header .bg-white,
[data-layout='twocolumn'][data-topbar='topbarcolorone'] .header .bg-white {
	background: transparent !important;
}
[data-layout='default'][data-topbar='topbarcolorone'] .header .header-left,
[data-layout='mini'][data-topbar='topbarcolorone'] .header .header-left,
[data-layout='horizontal'][data-topbar='topbarcolorone'] .header .header-left,
[data-layout='detached'][data-topbar='topbarcolorone'] .header .header-left,
[data-layout='twocolumn'][data-topbar='topbarcolorone'] .header .header-left {
	background: #fbfbfb;
}
[data-layout='default'][data-topbar='topbarcolorone'] .header .header-user .user-menu .btn-menubar,
[data-layout='mini'][data-topbar='topbarcolorone'] .header .header-user .user-menu .btn-menubar,
[data-layout='horizontal'][data-topbar='topbarcolorone']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-layout='detached'][data-topbar='topbarcolorone'] .header .header-user .user-menu .btn-menubar,
[data-layout='twocolumn'][data-topbar='topbarcolorone']
	.header
	.header-user
	.user-menu
	.btn-menubar {
	color: #ffffff;
}
[data-layout='default'][data-topbar='topbarcolorone']
	.header
	.header-user
	.user-menu
	.btn-menubar:hover,
[data-layout='default'][data-topbar='topbarcolorone']
	.header
	.header-user
	.user-menu
	.btn-menubar.active,
[data-layout='mini'][data-topbar='topbarcolorone']
	.header
	.header-user
	.user-menu
	.btn-menubar:hover,
[data-layout='mini'][data-topbar='topbarcolorone']
	.header
	.header-user
	.user-menu
	.btn-menubar.active,
[data-layout='horizontal'][data-topbar='topbarcolorone']
	.header
	.header-user
	.user-menu
	.btn-menubar:hover,
[data-layout='horizontal'][data-topbar='topbarcolorone']
	.header
	.header-user
	.user-menu
	.btn-menubar.active,
[data-layout='detached'][data-topbar='topbarcolorone']
	.header
	.header-user
	.user-menu
	.btn-menubar:hover,
[data-layout='detached'][data-topbar='topbarcolorone']
	.header
	.header-user
	.user-menu
	.btn-menubar.active,
[data-layout='twocolumn'][data-topbar='topbarcolorone']
	.header
	.header-user
	.user-menu
	.btn-menubar:hover,
[data-layout='twocolumn'][data-topbar='topbarcolorone']
	.header
	.header-user
	.user-menu
	.btn-menubar.active {
	color: #4d555e;
}
[data-layout='default'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='mini'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='horizontal'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='detached'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='twocolumn'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu {
	background: #fbfbfb;
}
[data-layout='default'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a,
[data-layout='mini'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a,
[data-layout='horizontal'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a,
[data-layout='detached'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a,
[data-layout='twocolumn'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a {
	color: #ffffff;
}
[data-layout='default'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a
	.menu-arrow::before,
[data-layout='mini'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a
	.menu-arrow::before,
[data-layout='horizontal'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a
	.menu-arrow::before,
[data-layout='detached'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a
	.menu-arrow::before,
[data-layout='twocolumn'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a
	.menu-arrow::before {
	border-color: #ffffff;
}
[data-layout='default'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover,
[data-layout='default'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active,
[data-layout='default'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop,
[data-layout='mini'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover,
[data-layout='mini'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active,
[data-layout='mini'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop,
[data-layout='horizontal'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover,
[data-layout='horizontal'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active,
[data-layout='horizontal'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop,
[data-layout='detached'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover,
[data-layout='detached'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active,
[data-layout='detached'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop,
[data-layout='twocolumn'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover,
[data-layout='twocolumn'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active,
[data-layout='twocolumn'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop {
	color: #4d555e;
}
[data-layout='default'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover
	.menu-arrow::before,
[data-layout='default'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active
	.menu-arrow::before,
[data-layout='default'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop
	.menu-arrow::before,
[data-layout='mini'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover
	.menu-arrow::before,
[data-layout='mini'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active
	.menu-arrow::before,
[data-layout='mini'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop
	.menu-arrow::before,
[data-layout='horizontal'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover
	.menu-arrow::before,
[data-layout='horizontal'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active
	.menu-arrow::before,
[data-layout='horizontal'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop
	.menu-arrow::before,
[data-layout='detached'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover
	.menu-arrow::before,
[data-layout='detached'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active
	.menu-arrow::before,
[data-layout='detached'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop
	.menu-arrow::before,
[data-layout='twocolumn'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover
	.menu-arrow::before,
[data-layout='twocolumn'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active
	.menu-arrow::before,
[data-layout='twocolumn'][data-topbar='topbarcolorone']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop
	.menu-arrow::before {
	border-color: #4d555e;
}

[data-layout='default'][data-topbar='topbarcolortwo']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='mini'][data-topbar='topbarcolortwo']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='horizontal'][data-topbar='topbarcolortwo']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='detached'][data-topbar='topbarcolortwo']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='twocolumn'][data-topbar='topbarcolortwo']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name {
	color: #ffffff;
}
[data-layout='default'][data-topbar='topbarcolortwo'] .user-menu .nav-item-box > a,
[data-layout='mini'][data-topbar='topbarcolortwo'] .user-menu .nav-item-box > a,
[data-layout='horizontal'][data-topbar='topbarcolortwo'] .user-menu .nav-item-box > a,
[data-layout='detached'][data-topbar='topbarcolortwo'] .user-menu .nav-item-box > a,
[data-layout='twocolumn'][data-topbar='topbarcolortwo'] .user-menu .nav-item-box > a {
	background: rgba(255, 255, 255, 0.1019607843);
	color: #ffffff;
}
[data-layout='default'][data-topbar='topbarcolortwo'] .user-menu.nav > li > a.select-store,
[data-layout='mini'][data-topbar='topbarcolortwo'] .user-menu.nav > li > a.select-store,
[data-layout='horizontal'][data-topbar='topbarcolortwo'] .user-menu.nav > li > a.select-store,
[data-layout='detached'][data-topbar='topbarcolortwo'] .user-menu.nav > li > a.select-store,
[data-layout='twocolumn'][data-topbar='topbarcolortwo'] .user-menu.nav > li > a.select-store {
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='topbarcolortwo'] .searchinputs input,
[data-layout='mini'][data-topbar='topbarcolortwo'] .searchinputs input,
[data-layout='horizontal'][data-topbar='topbarcolortwo'] .searchinputs input,
[data-layout='detached'][data-topbar='topbarcolortwo'] .searchinputs input,
[data-layout='twocolumn'][data-topbar='topbarcolortwo'] .searchinputs input {
	background: rgba(255, 255, 255, 0.1019607843);
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='topbarcolortwo'] .searchinputs input::placeholder,
[data-layout='mini'][data-topbar='topbarcolortwo'] .searchinputs input::placeholder,
[data-layout='horizontal'][data-topbar='topbarcolortwo'] .searchinputs input::placeholder,
[data-layout='detached'][data-topbar='topbarcolortwo'] .searchinputs input::placeholder,
[data-layout='twocolumn'][data-topbar='topbarcolortwo'] .searchinputs input::placeholder {
	color: #f9fafb;
}
[data-layout='default'][data-topbar='topbarcolortwo'] .input-group-text,
[data-layout='mini'][data-topbar='topbarcolortwo'] .input-group-text,
[data-layout='horizontal'][data-topbar='topbarcolortwo'] .input-group-text,
[data-layout='detached'][data-topbar='topbarcolortwo'] .input-group-text,
[data-layout='twocolumn'][data-topbar='topbarcolortwo'] .input-group-text {
	background: rgba(255, 255, 255, 0.1019607843);
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='topbarcolortwo'] .header,
[data-layout='mini'][data-topbar='topbarcolortwo'] .header,
[data-layout='horizontal'][data-topbar='topbarcolortwo'] .header,
[data-layout='detached'][data-topbar='topbarcolortwo'] .header,
[data-layout='twocolumn'][data-topbar='topbarcolortwo'] .header {
	background: #505969;
	border-bottom-color: #505969;
}
[data-layout='default'][data-topbar='topbarcolortwo'] .header .bg-white,
[data-layout='mini'][data-topbar='topbarcolortwo'] .header .bg-white,
[data-layout='horizontal'][data-topbar='topbarcolortwo'] .header .bg-white,
[data-layout='detached'][data-topbar='topbarcolortwo'] .header .bg-white,
[data-layout='twocolumn'][data-topbar='topbarcolortwo'] .header .bg-white {
	background: transparent !important;
}
[data-layout='default'][data-topbar='topbarcolortwo'] .header .header-left,
[data-layout='mini'][data-topbar='topbarcolortwo'] .header .header-left,
[data-layout='horizontal'][data-topbar='topbarcolortwo'] .header .header-left,
[data-layout='detached'][data-topbar='topbarcolortwo'] .header .header-left,
[data-layout='twocolumn'][data-topbar='topbarcolortwo'] .header .header-left {
	background: #505969;
}
[data-layout='default'][data-topbar='topbarcolortwo'] .header .header-user .user-menu .btn-menubar,
[data-layout='mini'][data-topbar='topbarcolortwo'] .header .header-user .user-menu .btn-menubar,
[data-layout='horizontal'][data-topbar='topbarcolortwo']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-layout='detached'][data-topbar='topbarcolortwo'] .header .header-user .user-menu .btn-menubar,
[data-layout='twocolumn'][data-topbar='topbarcolortwo']
	.header
	.header-user
	.user-menu
	.btn-menubar {
	color: #212b36;
}
[data-layout='default'][data-topbar='topbarcolortwo']
	.header
	.header-user
	.user-menu
	.btn-menubar:hover,
[data-layout='default'][data-topbar='topbarcolortwo']
	.header
	.header-user
	.user-menu
	.btn-menubar.active,
[data-layout='mini'][data-topbar='topbarcolortwo']
	.header
	.header-user
	.user-menu
	.btn-menubar:hover,
[data-layout='mini'][data-topbar='topbarcolortwo']
	.header
	.header-user
	.user-menu
	.btn-menubar.active,
[data-layout='horizontal'][data-topbar='topbarcolortwo']
	.header
	.header-user
	.user-menu
	.btn-menubar:hover,
[data-layout='horizontal'][data-topbar='topbarcolortwo']
	.header
	.header-user
	.user-menu
	.btn-menubar.active,
[data-layout='detached'][data-topbar='topbarcolortwo']
	.header
	.header-user
	.user-menu
	.btn-menubar:hover,
[data-layout='detached'][data-topbar='topbarcolortwo']
	.header
	.header-user
	.user-menu
	.btn-menubar.active,
[data-layout='twocolumn'][data-topbar='topbarcolortwo']
	.header
	.header-user
	.user-menu
	.btn-menubar:hover,
[data-layout='twocolumn'][data-topbar='topbarcolortwo']
	.header
	.header-user
	.user-menu
	.btn-menubar.active {
	background: #ffffff;
}
[data-layout='default'][data-topbar='topbarcolortwo']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='mini'][data-topbar='topbarcolortwo']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='horizontal'][data-topbar='topbarcolortwo']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='detached'][data-topbar='topbarcolortwo']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='twocolumn'][data-topbar='topbarcolortwo']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu {
	background: #505969;
}

[data-layout='default'][data-topbar='topbarcolorthree']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='mini'][data-topbar='topbarcolorthree']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='horizontal'][data-topbar='topbarcolorthree']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='detached'][data-topbar='topbarcolorthree']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='twocolumn'][data-topbar='topbarcolorthree']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name {
	color: #ffffff;
}
[data-layout='default'][data-topbar='topbarcolorthree'] .header,
[data-layout='mini'][data-topbar='topbarcolorthree'] .header,
[data-layout='horizontal'][data-topbar='topbarcolorthree'] .header,
[data-layout='detached'][data-topbar='topbarcolorthree'] .header,
[data-layout='twocolumn'][data-topbar='topbarcolorthree'] .header {
	background: #2c2c2c;
	border-bottom-color: #2c2c2c;
}
[data-layout='default'][data-topbar='topbarcolorthree'] .header .bg-white,
[data-layout='mini'][data-topbar='topbarcolorthree'] .header .bg-white,
[data-layout='horizontal'][data-topbar='topbarcolorthree'] .header .bg-white,
[data-layout='detached'][data-topbar='topbarcolorthree'] .header .bg-white,
[data-layout='twocolumn'][data-topbar='topbarcolorthree'] .header .bg-white {
	background: transparent !important;
}
[data-layout='default'][data-topbar='topbarcolorthree'] .header .header-left,
[data-layout='mini'][data-topbar='topbarcolorthree'] .header .header-left,
[data-layout='horizontal'][data-topbar='topbarcolorthree'] .header .header-left,
[data-layout='detached'][data-topbar='topbarcolorthree'] .header .header-left,
[data-layout='twocolumn'][data-topbar='topbarcolorthree'] .header .header-left {
	background: #2c2c2c;
	border-color: #d3d5d7;
}
[data-layout='default'][data-topbar='topbarcolorthree']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-layout='mini'][data-topbar='topbarcolorthree'] .header .header-user .user-menu .btn-menubar,
[data-layout='horizontal'][data-topbar='topbarcolorthree']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-layout='detached'][data-topbar='topbarcolorthree']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-layout='twocolumn'][data-topbar='topbarcolorthree']
	.header
	.header-user
	.user-menu
	.btn-menubar {
	color: #212b36;
}
[data-layout='default'][data-topbar='topbarcolorthree']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='mini'][data-topbar='topbarcolorthree']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='horizontal'][data-topbar='topbarcolorthree']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='detached'][data-topbar='topbarcolorthree']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='twocolumn'][data-topbar='topbarcolorthree']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu {
	background: #2c2c2c;
}

[data-layout='default'][data-topbar='topbarcolorfour']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='mini'][data-topbar='topbarcolorfour']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='horizontal'][data-topbar='topbarcolorfour']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='detached'][data-topbar='topbarcolorfour']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='twocolumn'][data-topbar='topbarcolorfour']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name {
	color: #ffffff;
}
[data-layout='default'][data-topbar='topbarcolorfour'] .user-menu .nav-item-box > a,
[data-layout='mini'][data-topbar='topbarcolorfour'] .user-menu .nav-item-box > a,
[data-layout='horizontal'][data-topbar='topbarcolorfour'] .user-menu .nav-item-box > a,
[data-layout='detached'][data-topbar='topbarcolorfour'] .user-menu .nav-item-box > a,
[data-layout='twocolumn'][data-topbar='topbarcolorfour'] .user-menu .nav-item-box > a {
	background: rgba(255, 255, 255, 0.1019607843);
	color: #ffffff;
}
[data-layout='default'][data-topbar='topbarcolorfour'] .user-menu.nav > li > a.select-store,
[data-layout='mini'][data-topbar='topbarcolorfour'] .user-menu.nav > li > a.select-store,
[data-layout='horizontal'][data-topbar='topbarcolorfour'] .user-menu.nav > li > a.select-store,
[data-layout='detached'][data-topbar='topbarcolorfour'] .user-menu.nav > li > a.select-store,
[data-layout='twocolumn'][data-topbar='topbarcolorfour'] .user-menu.nav > li > a.select-store {
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='topbarcolorfour'] .searchinputs input,
[data-layout='mini'][data-topbar='topbarcolorfour'] .searchinputs input,
[data-layout='horizontal'][data-topbar='topbarcolorfour'] .searchinputs input,
[data-layout='detached'][data-topbar='topbarcolorfour'] .searchinputs input,
[data-layout='twocolumn'][data-topbar='topbarcolorfour'] .searchinputs input {
	background: rgba(255, 255, 255, 0.1019607843);
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='topbarcolorfour'] .searchinputs input::placeholder,
[data-layout='mini'][data-topbar='topbarcolorfour'] .searchinputs input::placeholder,
[data-layout='horizontal'][data-topbar='topbarcolorfour'] .searchinputs input::placeholder,
[data-layout='detached'][data-topbar='topbarcolorfour'] .searchinputs input::placeholder,
[data-layout='twocolumn'][data-topbar='topbarcolorfour'] .searchinputs input::placeholder {
	color: #f9fafb;
}
[data-layout='default'][data-topbar='topbarcolorfour'] .input-group-text,
[data-layout='mini'][data-topbar='topbarcolorfour'] .input-group-text,
[data-layout='horizontal'][data-topbar='topbarcolorfour'] .input-group-text,
[data-layout='detached'][data-topbar='topbarcolorfour'] .input-group-text,
[data-layout='twocolumn'][data-topbar='topbarcolorfour'] .input-group-text {
	background: rgba(255, 255, 255, 0.1019607843);
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='topbarcolorfour'] .header,
[data-layout='mini'][data-topbar='topbarcolorfour'] .header,
[data-layout='horizontal'][data-topbar='topbarcolorfour'] .header,
[data-layout='detached'][data-topbar='topbarcolorfour'] .header,
[data-layout='twocolumn'][data-topbar='topbarcolorfour'] .header {
	background: #1d51b6;
	border-bottom-color: #1d51b6;
}
[data-layout='default'][data-topbar='topbarcolorfour'] .header .bg-white,
[data-layout='mini'][data-topbar='topbarcolorfour'] .header .bg-white,
[data-layout='horizontal'][data-topbar='topbarcolorfour'] .header .bg-white,
[data-layout='detached'][data-topbar='topbarcolorfour'] .header .bg-white,
[data-layout='twocolumn'][data-topbar='topbarcolorfour'] .header .bg-white {
	background: transparent !important;
}
[data-layout='default'][data-topbar='topbarcolorfour'] .header .header-left,
[data-layout='mini'][data-topbar='topbarcolorfour'] .header .header-left,
[data-layout='horizontal'][data-topbar='topbarcolorfour'] .header .header-left,
[data-layout='detached'][data-topbar='topbarcolorfour'] .header .header-left,
[data-layout='twocolumn'][data-topbar='topbarcolorfour'] .header .header-left {
	background: #1d51b6;
}
[data-layout='default'][data-topbar='topbarcolorfour'] .header .header-user .user-menu .btn-menubar,
[data-layout='mini'][data-topbar='topbarcolorfour'] .header .header-user .user-menu .btn-menubar,
[data-layout='horizontal'][data-topbar='topbarcolorfour']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-layout='detached'][data-topbar='topbarcolorfour']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-layout='twocolumn'][data-topbar='topbarcolorfour']
	.header
	.header-user
	.user-menu
	.btn-menubar {
	color: #212b36;
}
[data-layout='default'][data-topbar='topbarcolorfour']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='mini'][data-topbar='topbarcolorfour']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='horizontal'][data-topbar='topbarcolorfour']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='detached'][data-topbar='topbarcolorfour']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='twocolumn'][data-topbar='topbarcolorfour']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu {
	background: #1d51b6;
}

[data-layout='default'][data-topbar='topbarcolorfive']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='mini'][data-topbar='topbarcolorfive']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='horizontal'][data-topbar='topbarcolorfive']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='detached'][data-topbar='topbarcolorfive']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='twocolumn'][data-topbar='topbarcolorfive']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name {
	color: #ffffff;
}
[data-layout='default'][data-topbar='topbarcolorfive'] .user-menu .nav-item-box > a,
[data-layout='mini'][data-topbar='topbarcolorfive'] .user-menu .nav-item-box > a,
[data-layout='horizontal'][data-topbar='topbarcolorfive'] .user-menu .nav-item-box > a,
[data-layout='detached'][data-topbar='topbarcolorfive'] .user-menu .nav-item-box > a,
[data-layout='twocolumn'][data-topbar='topbarcolorfive'] .user-menu .nav-item-box > a {
	background: rgba(255, 255, 255, 0.1019607843);
	color: #ffffff;
}
[data-layout='default'][data-topbar='topbarcolorfive'] .user-menu.nav > li > a.select-store,
[data-layout='mini'][data-topbar='topbarcolorfive'] .user-menu.nav > li > a.select-store,
[data-layout='horizontal'][data-topbar='topbarcolorfive'] .user-menu.nav > li > a.select-store,
[data-layout='detached'][data-topbar='topbarcolorfive'] .user-menu.nav > li > a.select-store,
[data-layout='twocolumn'][data-topbar='topbarcolorfive'] .user-menu.nav > li > a.select-store {
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='topbarcolorfive'] .searchinputs input,
[data-layout='mini'][data-topbar='topbarcolorfive'] .searchinputs input,
[data-layout='horizontal'][data-topbar='topbarcolorfive'] .searchinputs input,
[data-layout='detached'][data-topbar='topbarcolorfive'] .searchinputs input,
[data-layout='twocolumn'][data-topbar='topbarcolorfive'] .searchinputs input {
	background: rgba(255, 255, 255, 0.1019607843);
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='topbarcolorfive'] .searchinputs input::placeholder,
[data-layout='mini'][data-topbar='topbarcolorfive'] .searchinputs input::placeholder,
[data-layout='horizontal'][data-topbar='topbarcolorfive'] .searchinputs input::placeholder,
[data-layout='detached'][data-topbar='topbarcolorfive'] .searchinputs input::placeholder,
[data-layout='twocolumn'][data-topbar='topbarcolorfive'] .searchinputs input::placeholder {
	color: #f9fafb;
}
[data-layout='default'][data-topbar='topbarcolorfive'] .input-group-text,
[data-layout='mini'][data-topbar='topbarcolorfive'] .input-group-text,
[data-layout='horizontal'][data-topbar='topbarcolorfive'] .input-group-text,
[data-layout='detached'][data-topbar='topbarcolorfive'] .input-group-text,
[data-layout='twocolumn'][data-topbar='topbarcolorfive'] .input-group-text {
	background: rgba(255, 255, 255, 0.1019607843);
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='topbarcolorfive'] .header,
[data-layout='mini'][data-topbar='topbarcolorfive'] .header,
[data-layout='horizontal'][data-topbar='topbarcolorfive'] .header,
[data-layout='detached'][data-topbar='topbarcolorfive'] .header,
[data-layout='twocolumn'][data-topbar='topbarcolorfive'] .header {
	background: #6c0ba9;
	border-bottom-color: #6c0ba9;
}
[data-layout='default'][data-topbar='topbarcolorfive'] .header .bg-white,
[data-layout='mini'][data-topbar='topbarcolorfive'] .header .bg-white,
[data-layout='horizontal'][data-topbar='topbarcolorfive'] .header .bg-white,
[data-layout='detached'][data-topbar='topbarcolorfive'] .header .bg-white,
[data-layout='twocolumn'][data-topbar='topbarcolorfive'] .header .bg-white {
	background: transparent !important;
}
[data-layout='default'][data-topbar='topbarcolorfive'] .header .header-left,
[data-layout='mini'][data-topbar='topbarcolorfive'] .header .header-left,
[data-layout='horizontal'][data-topbar='topbarcolorfive'] .header .header-left,
[data-layout='detached'][data-topbar='topbarcolorfive'] .header .header-left,
[data-layout='twocolumn'][data-topbar='topbarcolorfive'] .header .header-left {
	background: #6c0ba9;
	border-color: #6c0ba9;
}
[data-layout='default'][data-topbar='topbarcolorfive'] .header .header-user .user-menu .btn-menubar,
[data-layout='mini'][data-topbar='topbarcolorfive'] .header .header-user .user-menu .btn-menubar,
[data-layout='horizontal'][data-topbar='topbarcolorfive']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-layout='detached'][data-topbar='topbarcolorfive']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-layout='twocolumn'][data-topbar='topbarcolorfive']
	.header
	.header-user
	.user-menu
	.btn-menubar {
	color: #ffffff;
}
[data-layout='default'][data-topbar='topbarcolorfive']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='mini'][data-topbar='topbarcolorfive']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='horizontal'][data-topbar='topbarcolorfive']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='detached'][data-topbar='topbarcolorfive']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='twocolumn'][data-topbar='topbarcolorfive']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu {
	background: #6c0ba9;
}

[data-layout='default'][data-topbar='topbarcolorsix']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='mini'][data-topbar='topbarcolorsix']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='horizontal'][data-topbar='topbarcolorsix']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='detached'][data-topbar='topbarcolorsix']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='twocolumn'][data-topbar='topbarcolorsix']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name {
	color: #ffffff;
}
[data-layout='default'][data-topbar='topbarcolorsix'] .user-menu .nav-item-box > a,
[data-layout='mini'][data-topbar='topbarcolorsix'] .user-menu .nav-item-box > a,
[data-layout='horizontal'][data-topbar='topbarcolorsix'] .user-menu .nav-item-box > a,
[data-layout='detached'][data-topbar='topbarcolorsix'] .user-menu .nav-item-box > a,
[data-layout='twocolumn'][data-topbar='topbarcolorsix'] .user-menu .nav-item-box > a {
	background: rgba(255, 255, 255, 0.1019607843);
	color: #ffffff;
}
[data-layout='default'][data-topbar='topbarcolorsix'] .user-menu.nav > li > a.select-store,
[data-layout='mini'][data-topbar='topbarcolorsix'] .user-menu.nav > li > a.select-store,
[data-layout='horizontal'][data-topbar='topbarcolorsix'] .user-menu.nav > li > a.select-store,
[data-layout='detached'][data-topbar='topbarcolorsix'] .user-menu.nav > li > a.select-store,
[data-layout='twocolumn'][data-topbar='topbarcolorsix'] .user-menu.nav > li > a.select-store {
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='topbarcolorsix'] .searchinputs input,
[data-layout='mini'][data-topbar='topbarcolorsix'] .searchinputs input,
[data-layout='horizontal'][data-topbar='topbarcolorsix'] .searchinputs input,
[data-layout='detached'][data-topbar='topbarcolorsix'] .searchinputs input,
[data-layout='twocolumn'][data-topbar='topbarcolorsix'] .searchinputs input {
	background: rgba(255, 255, 255, 0.1019607843);
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='topbarcolorsix'] .searchinputs input::placeholder,
[data-layout='mini'][data-topbar='topbarcolorsix'] .searchinputs input::placeholder,
[data-layout='horizontal'][data-topbar='topbarcolorsix'] .searchinputs input::placeholder,
[data-layout='detached'][data-topbar='topbarcolorsix'] .searchinputs input::placeholder,
[data-layout='twocolumn'][data-topbar='topbarcolorsix'] .searchinputs input::placeholder {
	color: #f9fafb;
}
[data-layout='default'][data-topbar='topbarcolorsix'] .input-group-text,
[data-layout='mini'][data-topbar='topbarcolorsix'] .input-group-text,
[data-layout='horizontal'][data-topbar='topbarcolorsix'] .input-group-text,
[data-layout='detached'][data-topbar='topbarcolorsix'] .input-group-text,
[data-layout='twocolumn'][data-topbar='topbarcolorsix'] .input-group-text {
	background: rgba(255, 255, 255, 0.1019607843);
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='topbarcolorsix'] .header,
[data-layout='mini'][data-topbar='topbarcolorsix'] .header,
[data-layout='horizontal'][data-topbar='topbarcolorsix'] .header,
[data-layout='detached'][data-topbar='topbarcolorsix'] .header,
[data-layout='twocolumn'][data-topbar='topbarcolorsix'] .header {
	background: #0b897d;
	border-bottom-color: #0b897d;
}
[data-layout='default'][data-topbar='topbarcolorsix'] .header .bg-white,
[data-layout='mini'][data-topbar='topbarcolorsix'] .header .bg-white,
[data-layout='horizontal'][data-topbar='topbarcolorsix'] .header .bg-white,
[data-layout='detached'][data-topbar='topbarcolorsix'] .header .bg-white,
[data-layout='twocolumn'][data-topbar='topbarcolorsix'] .header .bg-white {
	background: transparent !important;
}
[data-layout='default'][data-topbar='topbarcolorsix'] .header .header-left,
[data-layout='mini'][data-topbar='topbarcolorsix'] .header .header-left,
[data-layout='horizontal'][data-topbar='topbarcolorsix'] .header .header-left,
[data-layout='detached'][data-topbar='topbarcolorsix'] .header .header-left,
[data-layout='twocolumn'][data-topbar='topbarcolorsix'] .header .header-left {
	background: #0b897d;
	border-color: #0b897d;
}
[data-layout='default'][data-topbar='topbarcolorsix'] .header .header-user .user-menu .btn-menubar,
[data-layout='mini'][data-topbar='topbarcolorsix'] .header .header-user .user-menu .btn-menubar,
[data-layout='horizontal'][data-topbar='topbarcolorsix']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-layout='detached'][data-topbar='topbarcolorsix'] .header .header-user .user-menu .btn-menubar,
[data-layout='twocolumn'][data-topbar='topbarcolorsix']
	.header
	.header-user
	.user-menu
	.btn-menubar {
	color: #ffffff;
}
[data-layout='default'][data-topbar='topbarcolorsix']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='mini'][data-topbar='topbarcolorsix']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='horizontal'][data-topbar='topbarcolorsix']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='detached'][data-topbar='topbarcolorsix']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='twocolumn'][data-topbar='topbarcolorsix']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu {
	background: #0b897d;
}

[data-layout='default'][data-topbar='topbarcolorseven']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='mini'][data-topbar='topbarcolorseven']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='horizontal'][data-topbar='topbarcolorseven']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='detached'][data-topbar='topbarcolorseven']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='twocolumn'][data-topbar='topbarcolorseven']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name {
	color: #ffffff;
}
[data-layout='default'][data-topbar='topbarcolorseven'] .user-menu .nav-item-box > a,
[data-layout='mini'][data-topbar='topbarcolorseven'] .user-menu .nav-item-box > a,
[data-layout='horizontal'][data-topbar='topbarcolorseven'] .user-menu .nav-item-box > a,
[data-layout='detached'][data-topbar='topbarcolorseven'] .user-menu .nav-item-box > a,
[data-layout='twocolumn'][data-topbar='topbarcolorseven'] .user-menu .nav-item-box > a {
	background: rgba(255, 255, 255, 0.1019607843);
	color: #ffffff;
}
[data-layout='default'][data-topbar='topbarcolorseven'] .user-menu.nav > li > a.select-store,
[data-layout='mini'][data-topbar='topbarcolorseven'] .user-menu.nav > li > a.select-store,
[data-layout='horizontal'][data-topbar='topbarcolorseven'] .user-menu.nav > li > a.select-store,
[data-layout='detached'][data-topbar='topbarcolorseven'] .user-menu.nav > li > a.select-store,
[data-layout='twocolumn'][data-topbar='topbarcolorseven'] .user-menu.nav > li > a.select-store {
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='topbarcolorseven'] .searchinputs input,
[data-layout='mini'][data-topbar='topbarcolorseven'] .searchinputs input,
[data-layout='horizontal'][data-topbar='topbarcolorseven'] .searchinputs input,
[data-layout='detached'][data-topbar='topbarcolorseven'] .searchinputs input,
[data-layout='twocolumn'][data-topbar='topbarcolorseven'] .searchinputs input {
	background: rgba(255, 255, 255, 0.1019607843);
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='topbarcolorseven'] .searchinputs input::placeholder,
[data-layout='mini'][data-topbar='topbarcolorseven'] .searchinputs input::placeholder,
[data-layout='horizontal'][data-topbar='topbarcolorseven'] .searchinputs input::placeholder,
[data-layout='detached'][data-topbar='topbarcolorseven'] .searchinputs input::placeholder,
[data-layout='twocolumn'][data-topbar='topbarcolorseven'] .searchinputs input::placeholder {
	color: #f9fafb;
}
[data-layout='default'][data-topbar='topbarcolorseven'] .input-group-text,
[data-layout='mini'][data-topbar='topbarcolorseven'] .input-group-text,
[data-layout='horizontal'][data-topbar='topbarcolorseven'] .input-group-text,
[data-layout='detached'][data-topbar='topbarcolorseven'] .input-group-text,
[data-layout='twocolumn'][data-topbar='topbarcolorseven'] .input-group-text {
	background: rgba(255, 255, 255, 0.1019607843);
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='topbarcolorseven'] .header,
[data-layout='mini'][data-topbar='topbarcolorseven'] .header,
[data-layout='horizontal'][data-topbar='topbarcolorseven'] .header,
[data-layout='detached'][data-topbar='topbarcolorseven'] .header,
[data-layout='twocolumn'][data-topbar='topbarcolorseven'] .header {
	background: linear-gradient(180deg, #4b749f 0%, #243748 100%);
	border-bottom-color: linear-gradient(180deg, #4b749f 0%, #243748 100%);
}
[data-layout='default'][data-topbar='topbarcolorseven'] .header .bg-white,
[data-layout='mini'][data-topbar='topbarcolorseven'] .header .bg-white,
[data-layout='horizontal'][data-topbar='topbarcolorseven'] .header .bg-white,
[data-layout='detached'][data-topbar='topbarcolorseven'] .header .bg-white,
[data-layout='twocolumn'][data-topbar='topbarcolorseven'] .header .bg-white {
	background: transparent !important;
}
[data-layout='default'][data-topbar='topbarcolorseven']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-layout='mini'][data-topbar='topbarcolorseven'] .header .header-user .user-menu .btn-menubar,
[data-layout='horizontal'][data-topbar='topbarcolorseven']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-layout='detached'][data-topbar='topbarcolorseven']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-layout='twocolumn'][data-topbar='topbarcolorseven']
	.header
	.header-user
	.user-menu
	.btn-menubar {
	color: #ffffff;
}
[data-layout='default'][data-topbar='topbarcolorseven']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='mini'][data-topbar='topbarcolorseven']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='horizontal'][data-topbar='topbarcolorseven']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='detached'][data-topbar='topbarcolorseven']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='twocolumn'][data-topbar='topbarcolorseven']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu {
	background: linear-gradient(180deg, #4b749f 0%, #243748 100%);
}

[data-layout='default'][data-topbar='topbarcoloreight']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='mini'][data-topbar='topbarcoloreight']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='horizontal'][data-topbar='topbarcoloreight']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='detached'][data-topbar='topbarcoloreight']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='twocolumn'][data-topbar='topbarcoloreight']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name {
	color: #ffffff;
}
[data-layout='default'][data-topbar='topbarcoloreight'] .user-menu .nav-item-box > a,
[data-layout='mini'][data-topbar='topbarcoloreight'] .user-menu .nav-item-box > a,
[data-layout='horizontal'][data-topbar='topbarcoloreight'] .user-menu .nav-item-box > a,
[data-layout='detached'][data-topbar='topbarcoloreight'] .user-menu .nav-item-box > a,
[data-layout='twocolumn'][data-topbar='topbarcoloreight'] .user-menu .nav-item-box > a {
	background: rgba(255, 255, 255, 0.1019607843);
	color: #ffffff;
}
[data-layout='default'][data-topbar='topbarcoloreight'] .user-menu.nav > li > a.select-store,
[data-layout='mini'][data-topbar='topbarcoloreight'] .user-menu.nav > li > a.select-store,
[data-layout='horizontal'][data-topbar='topbarcoloreight'] .user-menu.nav > li > a.select-store,
[data-layout='detached'][data-topbar='topbarcoloreight'] .user-menu.nav > li > a.select-store,
[data-layout='twocolumn'][data-topbar='topbarcoloreight'] .user-menu.nav > li > a.select-store {
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='topbarcoloreight'] .searchinputs input,
[data-layout='mini'][data-topbar='topbarcoloreight'] .searchinputs input,
[data-layout='horizontal'][data-topbar='topbarcoloreight'] .searchinputs input,
[data-layout='detached'][data-topbar='topbarcoloreight'] .searchinputs input,
[data-layout='twocolumn'][data-topbar='topbarcoloreight'] .searchinputs input {
	background: rgba(255, 255, 255, 0.1019607843);
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='topbarcoloreight'] .searchinputs input::placeholder,
[data-layout='mini'][data-topbar='topbarcoloreight'] .searchinputs input::placeholder,
[data-layout='horizontal'][data-topbar='topbarcoloreight'] .searchinputs input::placeholder,
[data-layout='detached'][data-topbar='topbarcoloreight'] .searchinputs input::placeholder,
[data-layout='twocolumn'][data-topbar='topbarcoloreight'] .searchinputs input::placeholder {
	color: #f9fafb;
}
[data-layout='default'][data-topbar='topbarcoloreight'] .input-group-text,
[data-layout='mini'][data-topbar='topbarcoloreight'] .input-group-text,
[data-layout='horizontal'][data-topbar='topbarcoloreight'] .input-group-text,
[data-layout='detached'][data-topbar='topbarcoloreight'] .input-group-text,
[data-layout='twocolumn'][data-topbar='topbarcoloreight'] .input-group-text {
	background: rgba(255, 255, 255, 0.1019607843);
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='topbarcoloreight'] .header,
[data-layout='mini'][data-topbar='topbarcoloreight'] .header,
[data-layout='horizontal'][data-topbar='topbarcoloreight'] .header,
[data-layout='detached'][data-topbar='topbarcoloreight'] .header,
[data-layout='twocolumn'][data-topbar='topbarcoloreight'] .header {
	background: linear-gradient(180deg, #18accf 0%, #0f59ad 100%);
	border-bottom-color: linear-gradient(180deg, #18accf 0%, #0f59ad 100%);
}
[data-layout='default'][data-topbar='topbarcoloreight'] .header .bg-white,
[data-layout='mini'][data-topbar='topbarcoloreight'] .header .bg-white,
[data-layout='horizontal'][data-topbar='topbarcoloreight'] .header .bg-white,
[data-layout='detached'][data-topbar='topbarcoloreight'] .header .bg-white,
[data-layout='twocolumn'][data-topbar='topbarcoloreight'] .header .bg-white {
	background: transparent !important;
}
[data-layout='default'][data-topbar='topbarcoloreight']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-layout='mini'][data-topbar='topbarcoloreight'] .header .header-user .user-menu .btn-menubar,
[data-layout='horizontal'][data-topbar='topbarcoloreight']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-layout='detached'][data-topbar='topbarcoloreight']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-layout='twocolumn'][data-topbar='topbarcoloreight']
	.header
	.header-user
	.user-menu
	.btn-menubar {
	color: #ffffff;
}
[data-layout='default'][data-topbar='topbarcoloreight']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='mini'][data-topbar='topbarcoloreight']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='horizontal'][data-topbar='topbarcoloreight']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='detached'][data-topbar='topbarcoloreight']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='twocolumn'][data-topbar='topbarcoloreight']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu {
	background: linear-gradient(180deg, #18accf 0%, #0f59ad 100%);
}

[data-layout='default'][data-topbar='topbarcolornine']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='mini'][data-topbar='topbarcolornine']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='horizontal'][data-topbar='topbarcolornine']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='detached'][data-topbar='topbarcolornine']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='twocolumn'][data-topbar='topbarcolornine']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name {
	color: #ffffff;
}
[data-layout='default'][data-topbar='topbarcolornine'] .user-menu .nav-item-box > a,
[data-layout='mini'][data-topbar='topbarcolornine'] .user-menu .nav-item-box > a,
[data-layout='horizontal'][data-topbar='topbarcolornine'] .user-menu .nav-item-box > a,
[data-layout='detached'][data-topbar='topbarcolornine'] .user-menu .nav-item-box > a,
[data-layout='twocolumn'][data-topbar='topbarcolornine'] .user-menu .nav-item-box > a {
	background: rgba(255, 255, 255, 0.1019607843);
	color: #ffffff;
}
[data-layout='default'][data-topbar='topbarcolornine'] .user-menu.nav > li > a.select-store,
[data-layout='mini'][data-topbar='topbarcolornine'] .user-menu.nav > li > a.select-store,
[data-layout='horizontal'][data-topbar='topbarcolornine'] .user-menu.nav > li > a.select-store,
[data-layout='detached'][data-topbar='topbarcolornine'] .user-menu.nav > li > a.select-store,
[data-layout='twocolumn'][data-topbar='topbarcolornine'] .user-menu.nav > li > a.select-store {
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='topbarcolornine'] .searchinputs input,
[data-layout='mini'][data-topbar='topbarcolornine'] .searchinputs input,
[data-layout='horizontal'][data-topbar='topbarcolornine'] .searchinputs input,
[data-layout='detached'][data-topbar='topbarcolornine'] .searchinputs input,
[data-layout='twocolumn'][data-topbar='topbarcolornine'] .searchinputs input {
	background: rgba(255, 255, 255, 0.1019607843);
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='topbarcolornine'] .searchinputs input::placeholder,
[data-layout='mini'][data-topbar='topbarcolornine'] .searchinputs input::placeholder,
[data-layout='horizontal'][data-topbar='topbarcolornine'] .searchinputs input::placeholder,
[data-layout='detached'][data-topbar='topbarcolornine'] .searchinputs input::placeholder,
[data-layout='twocolumn'][data-topbar='topbarcolornine'] .searchinputs input::placeholder {
	color: #f9fafb;
}
[data-layout='default'][data-topbar='topbarcolornine'] .input-group-text,
[data-layout='mini'][data-topbar='topbarcolornine'] .input-group-text,
[data-layout='horizontal'][data-topbar='topbarcolornine'] .input-group-text,
[data-layout='detached'][data-topbar='topbarcolornine'] .input-group-text,
[data-layout='twocolumn'][data-topbar='topbarcolornine'] .input-group-text {
	background: rgba(255, 255, 255, 0.1019607843);
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='topbarcolornine'] .header,
[data-layout='mini'][data-topbar='topbarcolornine'] .header,
[data-layout='horizontal'][data-topbar='topbarcolornine'] .header,
[data-layout='detached'][data-topbar='topbarcolornine'] .header,
[data-layout='twocolumn'][data-topbar='topbarcolornine'] .header {
	background: linear-gradient(180deg, #7d90b8 0%, #103783 100%);
	border-bottom-color: linear-gradient(180deg, #7d90b8 0%, #103783 100%);
}
[data-layout='default'][data-topbar='topbarcolornine'] .header .bg-white,
[data-layout='mini'][data-topbar='topbarcolornine'] .header .bg-white,
[data-layout='horizontal'][data-topbar='topbarcolornine'] .header .bg-white,
[data-layout='detached'][data-topbar='topbarcolornine'] .header .bg-white,
[data-layout='twocolumn'][data-topbar='topbarcolornine'] .header .bg-white {
	background: transparent !important;
}
[data-layout='default'][data-topbar='topbarcolornine'] .header .header-user .user-menu .btn-menubar,
[data-layout='mini'][data-topbar='topbarcolornine'] .header .header-user .user-menu .btn-menubar,
[data-layout='horizontal'][data-topbar='topbarcolornine']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-layout='detached'][data-topbar='topbarcolornine']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-layout='twocolumn'][data-topbar='topbarcolornine']
	.header
	.header-user
	.user-menu
	.btn-menubar {
	color: #ffffff;
}
[data-layout='default'][data-topbar='topbarcolornine']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='mini'][data-topbar='topbarcolornine']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='horizontal'][data-topbar='topbarcolornine']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='detached'][data-topbar='topbarcolornine']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='twocolumn'][data-topbar='topbarcolornine']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu {
	background: linear-gradient(180deg, #7d90b8 0%, #103783 100%);
}

[data-layout='default'][data-topbar='topbarcolorten']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='mini'][data-topbar='topbarcolorten']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='horizontal'][data-topbar='topbarcolorten']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='detached'][data-topbar='topbarcolorten']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='twocolumn'][data-topbar='topbarcolorten']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name {
	color: #ffffff;
}
[data-layout='default'][data-topbar='topbarcolorten'] .user-menu .nav-item-box > a,
[data-layout='mini'][data-topbar='topbarcolorten'] .user-menu .nav-item-box > a,
[data-layout='horizontal'][data-topbar='topbarcolorten'] .user-menu .nav-item-box > a,
[data-layout='detached'][data-topbar='topbarcolorten'] .user-menu .nav-item-box > a,
[data-layout='twocolumn'][data-topbar='topbarcolorten'] .user-menu .nav-item-box > a {
	background: rgba(255, 255, 255, 0.1019607843);
	color: #ffffff;
}
[data-layout='default'][data-topbar='topbarcolorten'] .user-menu.nav > li > a.select-store,
[data-layout='mini'][data-topbar='topbarcolorten'] .user-menu.nav > li > a.select-store,
[data-layout='horizontal'][data-topbar='topbarcolorten'] .user-menu.nav > li > a.select-store,
[data-layout='detached'][data-topbar='topbarcolorten'] .user-menu.nav > li > a.select-store,
[data-layout='twocolumn'][data-topbar='topbarcolorten'] .user-menu.nav > li > a.select-store {
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='topbarcolorten'] .searchinputs input,
[data-layout='mini'][data-topbar='topbarcolorten'] .searchinputs input,
[data-layout='horizontal'][data-topbar='topbarcolorten'] .searchinputs input,
[data-layout='detached'][data-topbar='topbarcolorten'] .searchinputs input,
[data-layout='twocolumn'][data-topbar='topbarcolorten'] .searchinputs input {
	background: rgba(255, 255, 255, 0.1019607843);
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='topbarcolorten'] .searchinputs input::placeholder,
[data-layout='mini'][data-topbar='topbarcolorten'] .searchinputs input::placeholder,
[data-layout='horizontal'][data-topbar='topbarcolorten'] .searchinputs input::placeholder,
[data-layout='detached'][data-topbar='topbarcolorten'] .searchinputs input::placeholder,
[data-layout='twocolumn'][data-topbar='topbarcolorten'] .searchinputs input::placeholder {
	color: #f9fafb;
}
[data-layout='default'][data-topbar='topbarcolorten'] .input-group-text,
[data-layout='mini'][data-topbar='topbarcolorten'] .input-group-text,
[data-layout='horizontal'][data-topbar='topbarcolorten'] .input-group-text,
[data-layout='detached'][data-topbar='topbarcolorten'] .input-group-text,
[data-layout='twocolumn'][data-topbar='topbarcolorten'] .input-group-text {
	background: rgba(255, 255, 255, 0.1019607843);
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='topbarcolorten'] .header,
[data-layout='mini'][data-topbar='topbarcolorten'] .header,
[data-layout='horizontal'][data-topbar='topbarcolorten'] .header,
[data-layout='detached'][data-topbar='topbarcolorten'] .header,
[data-layout='twocolumn'][data-topbar='topbarcolorten'] .header {
	background: linear-gradient(180deg, #8e4beb 0%, #472282 100%);
	border-bottom-color: linear-gradient(180deg, #8e4beb 0%, #472282 100%);
}
[data-layout='default'][data-topbar='topbarcolorten'] .header .bg-white,
[data-layout='mini'][data-topbar='topbarcolorten'] .header .bg-white,
[data-layout='horizontal'][data-topbar='topbarcolorten'] .header .bg-white,
[data-layout='detached'][data-topbar='topbarcolorten'] .header .bg-white,
[data-layout='twocolumn'][data-topbar='topbarcolorten'] .header .bg-white {
	background: transparent !important;
}
[data-layout='default'][data-topbar='topbarcolorten'] .header .header-user .user-menu .btn-menubar,
[data-layout='mini'][data-topbar='topbarcolorten'] .header .header-user .user-menu .btn-menubar,
[data-layout='horizontal'][data-topbar='topbarcolorten']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-layout='detached'][data-topbar='topbarcolorten'] .header .header-user .user-menu .btn-menubar,
[data-layout='twocolumn'][data-topbar='topbarcolorten']
	.header
	.header-user
	.user-menu
	.btn-menubar {
	color: #ffffff;
}
[data-layout='default'][data-topbar='topbarcolorten']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='mini'][data-topbar='topbarcolorten']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='horizontal'][data-topbar='topbarcolorten']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='detached'][data-topbar='topbarcolorten']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='twocolumn'][data-topbar='topbarcolorten']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu {
	background: linear-gradient(180deg, #8e4beb 0%, #472282 100%);
}

[data-layout='default'][data-topbar='topbarcoloreleven']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='mini'][data-topbar='topbarcoloreleven']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='horizontal'][data-topbar='topbarcoloreleven']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='detached'][data-topbar='topbarcoloreleven']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='twocolumn'][data-topbar='topbarcoloreleven']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name {
	color: #ffffff;
}
[data-layout='default'][data-topbar='topbarcoloreleven'] .user-menu .nav-item-box > a,
[data-layout='mini'][data-topbar='topbarcoloreleven'] .user-menu .nav-item-box > a,
[data-layout='horizontal'][data-topbar='topbarcoloreleven'] .user-menu .nav-item-box > a,
[data-layout='detached'][data-topbar='topbarcoloreleven'] .user-menu .nav-item-box > a,
[data-layout='twocolumn'][data-topbar='topbarcoloreleven'] .user-menu .nav-item-box > a {
	background: rgba(255, 255, 255, 0.1019607843);
	color: #ffffff;
}
[data-layout='default'][data-topbar='topbarcoloreleven'] .user-menu.nav > li > a.select-store,
[data-layout='mini'][data-topbar='topbarcoloreleven'] .user-menu.nav > li > a.select-store,
[data-layout='horizontal'][data-topbar='topbarcoloreleven'] .user-menu.nav > li > a.select-store,
[data-layout='detached'][data-topbar='topbarcoloreleven'] .user-menu.nav > li > a.select-store,
[data-layout='twocolumn'][data-topbar='topbarcoloreleven'] .user-menu.nav > li > a.select-store {
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='topbarcoloreleven'] .searchinputs input,
[data-layout='mini'][data-topbar='topbarcoloreleven'] .searchinputs input,
[data-layout='horizontal'][data-topbar='topbarcoloreleven'] .searchinputs input,
[data-layout='detached'][data-topbar='topbarcoloreleven'] .searchinputs input,
[data-layout='twocolumn'][data-topbar='topbarcoloreleven'] .searchinputs input {
	background: rgba(255, 255, 255, 0.1019607843);
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='topbarcoloreleven'] .searchinputs input::placeholder,
[data-layout='mini'][data-topbar='topbarcoloreleven'] .searchinputs input::placeholder,
[data-layout='horizontal'][data-topbar='topbarcoloreleven'] .searchinputs input::placeholder,
[data-layout='detached'][data-topbar='topbarcoloreleven'] .searchinputs input::placeholder,
[data-layout='twocolumn'][data-topbar='topbarcoloreleven'] .searchinputs input::placeholder {
	color: #f9fafb;
}
[data-layout='default'][data-topbar='topbarcoloreleven'] .input-group-text,
[data-layout='mini'][data-topbar='topbarcoloreleven'] .input-group-text,
[data-layout='horizontal'][data-topbar='topbarcoloreleven'] .input-group-text,
[data-layout='detached'][data-topbar='topbarcoloreleven'] .input-group-text,
[data-layout='twocolumn'][data-topbar='topbarcoloreleven'] .input-group-text {
	background: rgba(255, 255, 255, 0.1019607843);
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='topbarcoloreleven'] .header,
[data-layout='mini'][data-topbar='topbarcoloreleven'] .header,
[data-layout='horizontal'][data-topbar='topbarcoloreleven'] .header,
[data-layout='detached'][data-topbar='topbarcoloreleven'] .header,
[data-layout='twocolumn'][data-topbar='topbarcoloreleven'] .header {
	background: linear-gradient(180deg, #309f92 0%, #0c5666 100%);
	border-bottom-color: linear-gradient(180deg, #309f92 0%, #0c5666 100%);
}
[data-layout='default'][data-topbar='topbarcoloreleven'] .header .bg-white,
[data-layout='mini'][data-topbar='topbarcoloreleven'] .header .bg-white,
[data-layout='horizontal'][data-topbar='topbarcoloreleven'] .header .bg-white,
[data-layout='detached'][data-topbar='topbarcoloreleven'] .header .bg-white,
[data-layout='twocolumn'][data-topbar='topbarcoloreleven'] .header .bg-white {
	background: transparent !important;
}
[data-layout='default'][data-topbar='topbarcoloreleven']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-layout='mini'][data-topbar='topbarcoloreleven'] .header .header-user .user-menu .btn-menubar,
[data-layout='horizontal'][data-topbar='topbarcoloreleven']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-layout='detached'][data-topbar='topbarcoloreleven']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-layout='twocolumn'][data-topbar='topbarcoloreleven']
	.header
	.header-user
	.user-menu
	.btn-menubar {
	color: #ffffff;
}
[data-layout='default'][data-topbar='topbarcoloreleven']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='mini'][data-topbar='topbarcoloreleven']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='horizontal'][data-topbar='topbarcoloreleven']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='detached'][data-topbar='topbarcoloreleven']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='twocolumn'][data-topbar='topbarcoloreleven']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu {
	background: linear-gradient(180deg, #309f92 0%, #0c5666 100%);
}

[data-layout='default'][data-topbar='topbarcolortwelve']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='mini'][data-topbar='topbarcolortwelve']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='horizontal'][data-topbar='topbarcolortwelve']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='detached'][data-topbar='topbarcolortwelve']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='twocolumn'][data-topbar='topbarcolortwelve']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name {
	color: #ffffff;
}
[data-layout='default'][data-topbar='topbarcolortwelve'] .user-menu .nav-item-box > a,
[data-layout='mini'][data-topbar='topbarcolortwelve'] .user-menu .nav-item-box > a,
[data-layout='horizontal'][data-topbar='topbarcolortwelve'] .user-menu .nav-item-box > a,
[data-layout='detached'][data-topbar='topbarcolortwelve'] .user-menu .nav-item-box > a,
[data-layout='twocolumn'][data-topbar='topbarcolortwelve'] .user-menu .nav-item-box > a {
	background: rgba(255, 255, 255, 0.1019607843);
	color: #ffffff;
}
[data-layout='default'][data-topbar='topbarcolortwelve'] .user-menu.nav > li > a.select-store,
[data-layout='mini'][data-topbar='topbarcolortwelve'] .user-menu.nav > li > a.select-store,
[data-layout='horizontal'][data-topbar='topbarcolortwelve'] .user-menu.nav > li > a.select-store,
[data-layout='detached'][data-topbar='topbarcolortwelve'] .user-menu.nav > li > a.select-store,
[data-layout='twocolumn'][data-topbar='topbarcolortwelve'] .user-menu.nav > li > a.select-store {
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='topbarcolortwelve'] .searchinputs input,
[data-layout='mini'][data-topbar='topbarcolortwelve'] .searchinputs input,
[data-layout='horizontal'][data-topbar='topbarcolortwelve'] .searchinputs input,
[data-layout='detached'][data-topbar='topbarcolortwelve'] .searchinputs input,
[data-layout='twocolumn'][data-topbar='topbarcolortwelve'] .searchinputs input {
	background: rgba(255, 255, 255, 0.1019607843);
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='topbarcolortwelve'] .searchinputs input::placeholder,
[data-layout='mini'][data-topbar='topbarcolortwelve'] .searchinputs input::placeholder,
[data-layout='horizontal'][data-topbar='topbarcolortwelve'] .searchinputs input::placeholder,
[data-layout='detached'][data-topbar='topbarcolortwelve'] .searchinputs input::placeholder,
[data-layout='twocolumn'][data-topbar='topbarcolortwelve'] .searchinputs input::placeholder {
	color: #f9fafb;
}
[data-layout='default'][data-topbar='topbarcolortwelve'] .input-group-text,
[data-layout='mini'][data-topbar='topbarcolortwelve'] .input-group-text,
[data-layout='horizontal'][data-topbar='topbarcolortwelve'] .input-group-text,
[data-layout='detached'][data-topbar='topbarcolortwelve'] .input-group-text,
[data-layout='twocolumn'][data-topbar='topbarcolortwelve'] .input-group-text {
	background: rgba(255, 255, 255, 0.1019607843);
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='topbarcolortwelve'] .header,
[data-layout='mini'][data-topbar='topbarcolortwelve'] .header,
[data-layout='horizontal'][data-topbar='topbarcolortwelve'] .header,
[data-layout='detached'][data-topbar='topbarcolortwelve'] .header,
[data-layout='twocolumn'][data-topbar='topbarcolortwelve'] .header {
	background: linear-gradient(90deg, #ff9966 1.92%, #ff5e62 100%);
	border-bottom-color: linear-gradient(90deg, #ff9966 1.92%, #ff5e62 100%);
}
[data-layout='default'][data-topbar='topbarcolortwelve'] .header .bg-white,
[data-layout='mini'][data-topbar='topbarcolortwelve'] .header .bg-white,
[data-layout='horizontal'][data-topbar='topbarcolortwelve'] .header .bg-white,
[data-layout='detached'][data-topbar='topbarcolortwelve'] .header .bg-white,
[data-layout='twocolumn'][data-topbar='topbarcolortwelve'] .header .bg-white {
	background: transparent !important;
}
[data-layout='default'][data-topbar='topbarcolortwelve']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-layout='mini'][data-topbar='topbarcolortwelve'] .header .header-user .user-menu .btn-menubar,
[data-layout='horizontal'][data-topbar='topbarcolortwelve']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-layout='detached'][data-topbar='topbarcolortwelve']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-layout='twocolumn'][data-topbar='topbarcolortwelve']
	.header
	.header-user
	.user-menu
	.btn-menubar {
	color: #ffffff;
}
[data-layout='default'][data-topbar='topbarcolortwelve']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='mini'][data-topbar='topbarcolortwelve']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='horizontal'][data-topbar='topbarcolortwelve']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='detached'][data-topbar='topbarcolortwelve']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='twocolumn'][data-topbar='topbarcolortwelve']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu {
	background: linear-gradient(90deg, #ff9966 1.92%, #ff5e62 100%);
}

[data-layout='default'][data-topbar='topbarcolorthirteen']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='mini'][data-topbar='topbarcolorthirteen']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='horizontal'][data-topbar='topbarcolorthirteen']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='detached'][data-topbar='topbarcolorthirteen']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='twocolumn'][data-topbar='topbarcolorthirteen']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name {
	color: #ffffff;
}
[data-layout='default'][data-topbar='topbarcolorthirteen'] .user-menu .nav-item-box > a,
[data-layout='mini'][data-topbar='topbarcolorthirteen'] .user-menu .nav-item-box > a,
[data-layout='horizontal'][data-topbar='topbarcolorthirteen'] .user-menu .nav-item-box > a,
[data-layout='detached'][data-topbar='topbarcolorthirteen'] .user-menu .nav-item-box > a,
[data-layout='twocolumn'][data-topbar='topbarcolorthirteen'] .user-menu .nav-item-box > a {
	background: rgba(255, 255, 255, 0.1019607843);
	color: #ffffff;
}
[data-layout='default'][data-topbar='topbarcolorthirteen'] .user-menu.nav > li > a.select-store,
[data-layout='mini'][data-topbar='topbarcolorthirteen'] .user-menu.nav > li > a.select-store,
[data-layout='horizontal'][data-topbar='topbarcolorthirteen'] .user-menu.nav > li > a.select-store,
[data-layout='detached'][data-topbar='topbarcolorthirteen'] .user-menu.nav > li > a.select-store,
[data-layout='twocolumn'][data-topbar='topbarcolorthirteen'] .user-menu.nav > li > a.select-store {
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='topbarcolorthirteen'] .searchinputs input,
[data-layout='mini'][data-topbar='topbarcolorthirteen'] .searchinputs input,
[data-layout='horizontal'][data-topbar='topbarcolorthirteen'] .searchinputs input,
[data-layout='detached'][data-topbar='topbarcolorthirteen'] .searchinputs input,
[data-layout='twocolumn'][data-topbar='topbarcolorthirteen'] .searchinputs input {
	background: rgba(255, 255, 255, 0.1019607843);
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='topbarcolorthirteen'] .searchinputs input::placeholder,
[data-layout='mini'][data-topbar='topbarcolorthirteen'] .searchinputs input::placeholder,
[data-layout='horizontal'][data-topbar='topbarcolorthirteen'] .searchinputs input::placeholder,
[data-layout='detached'][data-topbar='topbarcolorthirteen'] .searchinputs input::placeholder,
[data-layout='twocolumn'][data-topbar='topbarcolorthirteen'] .searchinputs input::placeholder {
	color: #f9fafb;
}
[data-layout='default'][data-topbar='topbarcolorthirteen'] .input-group-text,
[data-layout='mini'][data-topbar='topbarcolorthirteen'] .input-group-text,
[data-layout='horizontal'][data-topbar='topbarcolorthirteen'] .input-group-text,
[data-layout='detached'][data-topbar='topbarcolorthirteen'] .input-group-text,
[data-layout='twocolumn'][data-topbar='topbarcolorthirteen'] .input-group-text {
	background: rgba(255, 255, 255, 0.1019607843);
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='topbarcolorthirteen'] .header,
[data-layout='mini'][data-topbar='topbarcolorthirteen'] .header,
[data-layout='horizontal'][data-topbar='topbarcolorthirteen'] .header,
[data-layout='detached'][data-topbar='topbarcolorthirteen'] .header,
[data-layout='twocolumn'][data-topbar='topbarcolorthirteen'] .header {
	background: linear-gradient(90deg, #760762 1.92%, #883907 100%);
	border-bottom-color: linear-gradient(90deg, #760762 1.92%, #883907 100%);
}
[data-layout='default'][data-topbar='topbarcolorthirteen'] .header .bg-white,
[data-layout='mini'][data-topbar='topbarcolorthirteen'] .header .bg-white,
[data-layout='horizontal'][data-topbar='topbarcolorthirteen'] .header .bg-white,
[data-layout='detached'][data-topbar='topbarcolorthirteen'] .header .bg-white,
[data-layout='twocolumn'][data-topbar='topbarcolorthirteen'] .header .bg-white {
	background: transparent !important;
}
[data-layout='default'][data-topbar='topbarcolorthirteen']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-layout='mini'][data-topbar='topbarcolorthirteen']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-layout='horizontal'][data-topbar='topbarcolorthirteen']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-layout='detached'][data-topbar='topbarcolorthirteen']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-layout='twocolumn'][data-topbar='topbarcolorthirteen']
	.header
	.header-user
	.user-menu
	.btn-menubar {
	color: #ffffff;
}
[data-layout='default'][data-topbar='topbarcolorthirteen']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='mini'][data-topbar='topbarcolorthirteen']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='horizontal'][data-topbar='topbarcolorthirteen']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='detached'][data-topbar='topbarcolorthirteen']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='twocolumn'][data-topbar='topbarcolorthirteen']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu {
	background: linear-gradient(90deg, #760762 1.92%, #883907 100%);
}

[data-layout='default'][data-topbar='topbarcolorfourteen']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='mini'][data-topbar='topbarcolorfourteen']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='horizontal'][data-topbar='topbarcolorfourteen']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='detached'][data-topbar='topbarcolorfourteen']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='twocolumn'][data-topbar='topbarcolorfourteen']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name {
	color: #ffffff;
}
[data-layout='default'][data-topbar='topbarcolorfourteen'] .user-menu .nav-item-box > a,
[data-layout='mini'][data-topbar='topbarcolorfourteen'] .user-menu .nav-item-box > a,
[data-layout='horizontal'][data-topbar='topbarcolorfourteen'] .user-menu .nav-item-box > a,
[data-layout='detached'][data-topbar='topbarcolorfourteen'] .user-menu .nav-item-box > a,
[data-layout='twocolumn'][data-topbar='topbarcolorfourteen'] .user-menu .nav-item-box > a {
	background: rgba(255, 255, 255, 0.1019607843);
	color: #ffffff;
}
[data-layout='default'][data-topbar='topbarcolorfourteen'] .user-menu.nav > li > a.select-store,
[data-layout='mini'][data-topbar='topbarcolorfourteen'] .user-menu.nav > li > a.select-store,
[data-layout='horizontal'][data-topbar='topbarcolorfourteen'] .user-menu.nav > li > a.select-store,
[data-layout='detached'][data-topbar='topbarcolorfourteen'] .user-menu.nav > li > a.select-store,
[data-layout='twocolumn'][data-topbar='topbarcolorfourteen'] .user-menu.nav > li > a.select-store {
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='topbarcolorfourteen'] .searchinputs input,
[data-layout='mini'][data-topbar='topbarcolorfourteen'] .searchinputs input,
[data-layout='horizontal'][data-topbar='topbarcolorfourteen'] .searchinputs input,
[data-layout='detached'][data-topbar='topbarcolorfourteen'] .searchinputs input,
[data-layout='twocolumn'][data-topbar='topbarcolorfourteen'] .searchinputs input {
	background: rgba(255, 255, 255, 0.1019607843);
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='topbarcolorfourteen'] .searchinputs input::placeholder,
[data-layout='mini'][data-topbar='topbarcolorfourteen'] .searchinputs input::placeholder,
[data-layout='horizontal'][data-topbar='topbarcolorfourteen'] .searchinputs input::placeholder,
[data-layout='detached'][data-topbar='topbarcolorfourteen'] .searchinputs input::placeholder,
[data-layout='twocolumn'][data-topbar='topbarcolorfourteen'] .searchinputs input::placeholder {
	color: #f9fafb;
}
[data-layout='default'][data-topbar='topbarcolorfourteen'] .input-group-text,
[data-layout='mini'][data-topbar='topbarcolorfourteen'] .input-group-text,
[data-layout='horizontal'][data-topbar='topbarcolorfourteen'] .input-group-text,
[data-layout='detached'][data-topbar='topbarcolorfourteen'] .input-group-text,
[data-layout='twocolumn'][data-topbar='topbarcolorfourteen'] .input-group-text {
	background: rgba(255, 255, 255, 0.1019607843);
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='topbarcolorfourteen'] .header,
[data-layout='mini'][data-topbar='topbarcolorfourteen'] .header,
[data-layout='horizontal'][data-topbar='topbarcolorfourteen'] .header,
[data-layout='detached'][data-topbar='topbarcolorfourteen'] .header,
[data-layout='twocolumn'][data-topbar='topbarcolorfourteen'] .header {
	background: linear-gradient(90deg, #4471cc 1.92%, #ae7bd4 100%);
	border-bottom-color: linear-gradient(90deg, #4471cc 1.92%, #ae7bd4 100%);
}
[data-layout='default'][data-topbar='topbarcolorfourteen'] .header .bg-white,
[data-layout='mini'][data-topbar='topbarcolorfourteen'] .header .bg-white,
[data-layout='horizontal'][data-topbar='topbarcolorfourteen'] .header .bg-white,
[data-layout='detached'][data-topbar='topbarcolorfourteen'] .header .bg-white,
[data-layout='twocolumn'][data-topbar='topbarcolorfourteen'] .header .bg-white {
	background: transparent !important;
}
[data-layout='default'][data-topbar='topbarcolorfourteen']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-layout='mini'][data-topbar='topbarcolorfourteen']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-layout='horizontal'][data-topbar='topbarcolorfourteen']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-layout='detached'][data-topbar='topbarcolorfourteen']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-layout='twocolumn'][data-topbar='topbarcolorfourteen']
	.header
	.header-user
	.user-menu
	.btn-menubar {
	color: #ffffff;
}
[data-layout='default'][data-topbar='topbarcolorfourteen']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='mini'][data-topbar='topbarcolorfourteen']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='horizontal'][data-topbar='topbarcolorfourteen']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='detached'][data-topbar='topbarcolorfourteen']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='twocolumn'][data-topbar='topbarcolorfourteen']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu {
	background: linear-gradient(90deg, #4471cc 1.92%, #ae7bd4 100%);
}

[data-layout='default'][data-topbar='all']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='mini'][data-topbar='all'] .user-menu.nav > li > a.select-store .user-info .user-name,
[data-layout='horizontal'][data-topbar='all']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='horizontal-single'][data-topbar='all']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='detached'][data-topbar='all']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='twocolumn'][data-topbar='all']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='stacked'][data-topbar='all']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name,
[data-layout='transparent'][data-topbar='all']
	.user-menu.nav
	> li
	> a.select-store
	.user-info
	.user-name {
	color: #ffffff;
}
[data-layout='default'][data-topbar='all'] .user-menu .nav-item-box > a,
[data-layout='mini'][data-topbar='all'] .user-menu .nav-item-box > a,
[data-layout='horizontal'][data-topbar='all'] .user-menu .nav-item-box > a,
[data-layout='horizontal-single'][data-topbar='all'] .user-menu .nav-item-box > a,
[data-layout='detached'][data-topbar='all'] .user-menu .nav-item-box > a,
[data-layout='twocolumn'][data-topbar='all'] .user-menu .nav-item-box > a,
[data-layout='stacked'][data-topbar='all'] .user-menu .nav-item-box > a,
[data-layout='transparent'][data-topbar='all'] .user-menu .nav-item-box > a {
	background: rgba(255, 255, 255, 0.1019607843);
	color: #ffffff;
}
[data-layout='default'][data-topbar='all'] .user-menu.nav > li > a.select-store,
[data-layout='mini'][data-topbar='all'] .user-menu.nav > li > a.select-store,
[data-layout='horizontal'][data-topbar='all'] .user-menu.nav > li > a.select-store,
[data-layout='horizontal-single'][data-topbar='all'] .user-menu.nav > li > a.select-store,
[data-layout='detached'][data-topbar='all'] .user-menu.nav > li > a.select-store,
[data-layout='twocolumn'][data-topbar='all'] .user-menu.nav > li > a.select-store,
[data-layout='stacked'][data-topbar='all'] .user-menu.nav > li > a.select-store,
[data-layout='transparent'][data-topbar='all'] .user-menu.nav > li > a.select-store {
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='all'] .searchinputs input,
[data-layout='mini'][data-topbar='all'] .searchinputs input,
[data-layout='horizontal'][data-topbar='all'] .searchinputs input,
[data-layout='horizontal-single'][data-topbar='all'] .searchinputs input,
[data-layout='detached'][data-topbar='all'] .searchinputs input,
[data-layout='twocolumn'][data-topbar='all'] .searchinputs input,
[data-layout='stacked'][data-topbar='all'] .searchinputs input,
[data-layout='transparent'][data-topbar='all'] .searchinputs input {
	background: rgba(255, 255, 255, 0.1019607843);
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='all'] .searchinputs input::placeholder,
[data-layout='mini'][data-topbar='all'] .searchinputs input::placeholder,
[data-layout='horizontal'][data-topbar='all'] .searchinputs input::placeholder,
[data-layout='horizontal-single'][data-topbar='all'] .searchinputs input::placeholder,
[data-layout='detached'][data-topbar='all'] .searchinputs input::placeholder,
[data-layout='twocolumn'][data-topbar='all'] .searchinputs input::placeholder,
[data-layout='stacked'][data-topbar='all'] .searchinputs input::placeholder,
[data-layout='transparent'][data-topbar='all'] .searchinputs input::placeholder {
	color: #f9fafb;
}
[data-layout='default'][data-topbar='all'] .input-group-text,
[data-layout='mini'][data-topbar='all'] .input-group-text,
[data-layout='horizontal'][data-topbar='all'] .input-group-text,
[data-layout='horizontal-single'][data-topbar='all'] .input-group-text,
[data-layout='detached'][data-topbar='all'] .input-group-text,
[data-layout='twocolumn'][data-topbar='all'] .input-group-text,
[data-layout='stacked'][data-topbar='all'] .input-group-text,
[data-layout='transparent'][data-topbar='all'] .input-group-text {
	background: rgba(255, 255, 255, 0.1019607843);
	border-color: rgba(255, 255, 255, 0.1019607843);
}
[data-layout='default'][data-topbar='all'] .header,
[data-layout='mini'][data-topbar='all'] .header,
[data-layout='horizontal'][data-topbar='all'] .header,
[data-layout='horizontal-single'][data-topbar='all'] .header,
[data-layout='detached'][data-topbar='all'] .header,
[data-layout='twocolumn'][data-topbar='all'] .header,
[data-layout='stacked'][data-topbar='all'] .header,
[data-layout='transparent'][data-topbar='all'] .header {
	background: rgb(var(--topbar--rgb-picr));
	border-bottom-color: rgb(var(--topbar--rgb-picr));
}
[data-layout='default'][data-topbar='all'] .header .bg-white,
[data-layout='mini'][data-topbar='all'] .header .bg-white,
[data-layout='horizontal'][data-topbar='all'] .header .bg-white,
[data-layout='horizontal-single'][data-topbar='all'] .header .bg-white,
[data-layout='detached'][data-topbar='all'] .header .bg-white,
[data-layout='twocolumn'][data-topbar='all'] .header .bg-white,
[data-layout='stacked'][data-topbar='all'] .header .bg-white,
[data-layout='transparent'][data-topbar='all'] .header .bg-white {
	background: transparent !important;
}
[data-layout='default'][data-topbar='all'] .header .header-left,
[data-layout='mini'][data-topbar='all'] .header .header-left,
[data-layout='horizontal'][data-topbar='all'] .header .header-left,
[data-layout='horizontal-single'][data-topbar='all'] .header .header-left,
[data-layout='detached'][data-topbar='all'] .header .header-left,
[data-layout='twocolumn'][data-topbar='all'] .header .header-left,
[data-layout='stacked'][data-topbar='all'] .header .header-left,
[data-layout='transparent'][data-topbar='all'] .header .header-left {
	background: rgb(var(--topbar--rgb-picr));
	border-color: rgb(var(--topbar--rgb-picr));
}
[data-layout='default'][data-topbar='all'] .header .header-user .user-menu .btn-menubar,
[data-layout='mini'][data-topbar='all'] .header .header-user .user-menu .btn-menubar,
[data-layout='horizontal'][data-topbar='all'] .header .header-user .user-menu .btn-menubar,
[data-layout='horizontal-single'][data-topbar='all'] .header .header-user .user-menu .btn-menubar,
[data-layout='detached'][data-topbar='all'] .header .header-user .user-menu .btn-menubar,
[data-layout='twocolumn'][data-topbar='all'] .header .header-user .user-menu .btn-menubar,
[data-layout='stacked'][data-topbar='all'] .header .header-user .user-menu .btn-menubar,
[data-layout='transparent'][data-topbar='all'] .header .header-user .user-menu .btn-menubar {
	color: #ffffff;
}
[data-layout='default'][data-topbar='all'] .header .header-user .user-menu .btn-menubar:hover,
[data-layout='default'][data-topbar='all'] .header .header-user .user-menu .btn-menubar.active,
[data-layout='mini'][data-topbar='all'] .header .header-user .user-menu .btn-menubar:hover,
[data-layout='mini'][data-topbar='all'] .header .header-user .user-menu .btn-menubar.active,
[data-layout='horizontal'][data-topbar='all'] .header .header-user .user-menu .btn-menubar:hover,
[data-layout='horizontal'][data-topbar='all'] .header .header-user .user-menu .btn-menubar.active,
[data-layout='horizontal-single'][data-topbar='all']
	.header
	.header-user
	.user-menu
	.btn-menubar:hover,
[data-layout='horizontal-single'][data-topbar='all']
	.header
	.header-user
	.user-menu
	.btn-menubar.active,
[data-layout='detached'][data-topbar='all'] .header .header-user .user-menu .btn-menubar:hover,
[data-layout='detached'][data-topbar='all'] .header .header-user .user-menu .btn-menubar.active,
[data-layout='twocolumn'][data-topbar='all'] .header .header-user .user-menu .btn-menubar:hover,
[data-layout='twocolumn'][data-topbar='all'] .header .header-user .user-menu .btn-menubar.active,
[data-layout='stacked'][data-topbar='all'] .header .header-user .user-menu .btn-menubar:hover,
[data-layout='stacked'][data-topbar='all'] .header .header-user .user-menu .btn-menubar.active,
[data-layout='transparent'][data-topbar='all'] .header .header-user .user-menu .btn-menubar:hover,
[data-layout='transparent'][data-topbar='all'] .header .header-user .user-menu .btn-menubar.active {
	color: #4d555e;
}
[data-layout='default'][data-topbar='all'] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout='mini'][data-topbar='all'] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout='horizontal'][data-topbar='all'] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout='horizontal-single'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu,
[data-layout='detached'][data-topbar='all'] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout='twocolumn'][data-topbar='all'] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout='stacked'][data-topbar='all'] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout='transparent'][data-topbar='all'] .header .sidebar-horizontal.sidebar .sidebar-menu {
	background: rgb(var(--topbar--rgb-picr));
}
[data-layout='default'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a,
[data-layout='mini'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a,
[data-layout='horizontal'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a,
[data-layout='horizontal-single'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a,
[data-layout='detached'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a,
[data-layout='twocolumn'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a,
[data-layout='stacked'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a,
[data-layout='transparent'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a {
	color: #ffffff;
}
[data-layout='default'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a
	.menu-arrow::before,
[data-layout='mini'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a
	.menu-arrow::before,
[data-layout='horizontal'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a
	.menu-arrow::before,
[data-layout='horizontal-single'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a
	.menu-arrow::before,
[data-layout='detached'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a
	.menu-arrow::before,
[data-layout='twocolumn'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a
	.menu-arrow::before,
[data-layout='stacked'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a
	.menu-arrow::before,
[data-layout='transparent'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a
	.menu-arrow::before {
	border-color: #ffffff;
}
[data-layout='default'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover,
[data-layout='default'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active,
[data-layout='default'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop,
[data-layout='mini'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover,
[data-layout='mini'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active,
[data-layout='mini'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop,
[data-layout='horizontal'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover,
[data-layout='horizontal'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active,
[data-layout='horizontal'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop,
[data-layout='horizontal-single'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover,
[data-layout='horizontal-single'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active,
[data-layout='horizontal-single'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop,
[data-layout='detached'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover,
[data-layout='detached'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active,
[data-layout='detached'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop,
[data-layout='twocolumn'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover,
[data-layout='twocolumn'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active,
[data-layout='twocolumn'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop,
[data-layout='stacked'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover,
[data-layout='stacked'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active,
[data-layout='stacked'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop,
[data-layout='transparent'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover,
[data-layout='transparent'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active,
[data-layout='transparent'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop {
	color: #4d555e;
}
[data-layout='default'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover
	.menu-arrow::before,
[data-layout='default'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active
	.menu-arrow::before,
[data-layout='default'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop
	.menu-arrow::before,
[data-layout='mini'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover
	.menu-arrow::before,
[data-layout='mini'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active
	.menu-arrow::before,
[data-layout='mini'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop
	.menu-arrow::before,
[data-layout='horizontal'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover
	.menu-arrow::before,
[data-layout='horizontal'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active
	.menu-arrow::before,
[data-layout='horizontal'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop
	.menu-arrow::before,
[data-layout='horizontal-single'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover
	.menu-arrow::before,
[data-layout='horizontal-single'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active
	.menu-arrow::before,
[data-layout='horizontal-single'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop
	.menu-arrow::before,
[data-layout='detached'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover
	.menu-arrow::before,
[data-layout='detached'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active
	.menu-arrow::before,
[data-layout='detached'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop
	.menu-arrow::before,
[data-layout='twocolumn'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover
	.menu-arrow::before,
[data-layout='twocolumn'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active
	.menu-arrow::before,
[data-layout='twocolumn'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop
	.menu-arrow::before,
[data-layout='stacked'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover
	.menu-arrow::before,
[data-layout='stacked'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active
	.menu-arrow::before,
[data-layout='stacked'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop
	.menu-arrow::before,
[data-layout='transparent'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover
	.menu-arrow::before,
[data-layout='transparent'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active
	.menu-arrow::before,
[data-layout='transparent'][data-topbar='all']
	.header
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop
	.menu-arrow::before {
	border-color: #4d555e;
}
[data-layout='default'][data-topbar='all'] .menu-horizontal .header .header-left .logo,
[data-layout='mini'][data-topbar='all'] .menu-horizontal .header .header-left .logo,
[data-layout='horizontal'][data-topbar='all'] .menu-horizontal .header .header-left .logo,
[data-layout='horizontal-single'][data-topbar='all'] .menu-horizontal .header .header-left .logo,
[data-layout='detached'][data-topbar='all'] .menu-horizontal .header .header-left .logo,
[data-layout='twocolumn'][data-topbar='all'] .menu-horizontal .header .header-left .logo,
[data-layout='stacked'][data-topbar='all'] .menu-horizontal .header .header-left .logo,
[data-layout='transparent'][data-topbar='all'] .menu-horizontal .header .header-left .logo {
	display: none;
}
[data-layout='default'][data-topbar='all'] .menu-horizontal .header .header-left .logo-white,
[data-layout='mini'][data-topbar='all'] .menu-horizontal .header .header-left .logo-white,
[data-layout='horizontal'][data-topbar='all'] .menu-horizontal .header .header-left .logo-white,
[data-layout='horizontal-single'][data-topbar='all']
	.menu-horizontal
	.header
	.header-left
	.logo-white,
[data-layout='detached'][data-topbar='all'] .menu-horizontal .header .header-left .logo-white,
[data-layout='twocolumn'][data-topbar='all'] .menu-horizontal .header .header-left .logo-white,
[data-layout='stacked'][data-topbar='all'] .menu-horizontal .header .header-left .logo-white,
[data-layout='transparent'][data-topbar='all'] .menu-horizontal .header .header-left .logo-white {
	display: block;
}

[data-layout='horizontal-overlay'][data-topbarcolor='dark'] .header,
[data-layout='horizontal-sidemenu'][data-topbarcolor='dark'] .header {
	left: 0;
	background-color: #212b36;
	border-color: #37404a;
}
[data-layout='horizontal-overlay'][data-topbarcolor='dark']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-layout='horizontal-sidemenu'][data-topbarcolor='dark']
	.header
	.header-user
	.user-menu
	.btn-menubar {
	color: #ffffff;
}
[data-layout='horizontal-overlay'][data-topbarcolor='dark']
	.header
	.header-user
	.user-menu
	.btn-menubar:hover,
[data-layout='horizontal-sidemenu'][data-topbarcolor='dark']
	.header
	.header-user
	.user-menu
	.btn-menubar:hover {
	background: #646b72;
}
[data-layout='horizontal-overlay'][data-topbarcolor='dark'] .header .header-left,
[data-layout='horizontal-sidemenu'][data-topbarcolor='dark'] .header .header-left {
	display: block;
}
[data-layout='horizontal-overlay'][data-topbarcolor='dark'] .header .header-left .logo,
[data-layout='horizontal-sidemenu'][data-topbarcolor='dark'] .header .header-left .logo {
	display: none;
}
[data-layout='horizontal-overlay'][data-topbarcolor='dark'] .header .header-left .logo-white,
[data-layout='horizontal-sidemenu'][data-topbarcolor='dark'] .header .header-left .logo-white {
	display: block;
}
[data-layout='horizontal-overlay'][data-topbarcolor='dark'] .mode-toggle,
[data-layout='horizontal-sidemenu'][data-topbarcolor='dark'] .mode-toggle {
	color: #ffffff;
}
[data-layout='horizontal-overlay'][data-topbarcolor='dark'] .sidebar-horizontal.sidebar,
[data-layout='horizontal-sidemenu'][data-topbarcolor='dark'] .sidebar-horizontal.sidebar {
	background-color: #212b36;
	border-bottom: 1px solid #37404a;
}
[data-layout='horizontal-overlay'][data-topbarcolor='dark']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a,
[data-layout='horizontal-sidemenu'][data-topbarcolor='dark']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a {
	color: #ffffff;
}
[data-layout='horizontal-overlay'][data-topbarcolor='dark']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active,
[data-layout='horizontal-overlay'][data-topbarcolor='dark']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover,
[data-layout='horizontal-sidemenu'][data-topbarcolor='dark']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active,
[data-layout='horizontal-sidemenu'][data-topbarcolor='dark']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover {
	background: #646b72;
}
[data-layout='horizontal-overlay'][data-topbarcolor='dark']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a
	.menu-arrow::before,
[data-layout='horizontal-sidemenu'][data-topbarcolor='dark']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a
	.menu-arrow::before {
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}
[data-layout='horizontal-overlay'][data-topbarcolor='dark'] .main-wrapper::before,
[data-layout='horizontal-sidemenu'][data-topbarcolor='dark'] .main-wrapper::before {
	background: #212b36;
}

[data-layout='horizontal-overlay'][data-topbarcolor='primary'] .header {
	left: 0;
	background-color: #fbfbfb;
	border-color: #d3d5d7;
}
[data-layout='horizontal-overlay'][data-topbarcolor='primary']
	.header
	.header-user
	.user-menu
	.btn-menubar {
	color: #ffffff;
}
[data-layout='horizontal-overlay'][data-topbarcolor='primary']
	.header
	.header-user
	.user-menu
	.btn-menubar:hover {
	background: #ffc796;
}
[data-layout='horizontal-overlay'][data-topbarcolor='primary'] .header .header-left {
	display: block;
}
[data-layout='horizontal-overlay'][data-topbarcolor='primary'] .header .header-left .logo {
	display: none;
}
[data-layout='horizontal-overlay'][data-topbarcolor='primary'] .header .header-left .logo-white {
	display: block;
}
[data-layout='horizontal-overlay'][data-topbarcolor='primary'] .mode-toggle {
	color: #ffffff;
}
[data-layout='horizontal-overlay'][data-topbarcolor='primary'] .sidebar-horizontal.sidebar {
	background-color: #fbfbfb;
	border-bottom: 1px solid #d3d5d7;
}
[data-layout='horizontal-overlay'][data-topbarcolor='primary']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active,
[data-layout='horizontal-overlay'][data-topbarcolor='primary']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover {
	background: #a6aaaf;
}
[data-layout='horizontal-overlay'][data-topbarcolor='primary']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a
	.menu-arrow::before {
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}
[data-layout='horizontal-overlay'][data-topbarcolor='primary'] .main-wrapper::before {
	content: '';
	background: #fbfbfb;
}

[data-layout='horizontal-overlay'][data-topbarcolor='blackpearl'] .header {
	left: 0;
	background-color: #2c2c2c;
	border-color: #37404a;
}
[data-layout='horizontal-overlay'][data-topbarcolor='blackpearl']
	.header
	.header-user
	.user-menu
	.btn-menubar {
	color: #ffffff;
}
[data-layout='horizontal-overlay'][data-topbarcolor='blackpearl']
	.header
	.header-user
	.user-menu
	.btn-menubar:hover {
	background: #646b72;
}
[data-layout='horizontal-overlay'][data-topbarcolor='blackpearl'] .header .header-left {
	display: block;
}
[data-layout='horizontal-overlay'][data-topbarcolor='blackpearl'] .header .header-left .logo {
	display: none;
}
[data-layout='horizontal-overlay'][data-topbarcolor='blackpearl'] .header .header-left .logo-white {
	display: block;
}
[data-layout='horizontal-overlay'][data-topbarcolor='blackpearl'] .mode-toggle {
	color: #ffffff;
}
[data-layout='horizontal-overlay'][data-topbarcolor='blackpearl'] .sidebar-horizontal.sidebar {
	background-color: #2c2c2c;
	border-bottom: 1px solid #37404a;
}
[data-layout='horizontal-overlay'][data-topbarcolor='blackpearl']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a {
	color: #ffffff;
}
[data-layout='horizontal-overlay'][data-topbarcolor='blackpearl']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active,
[data-layout='horizontal-overlay'][data-topbarcolor='blackpearl']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover,
[data-layout='horizontal-overlay'][data-topbarcolor='blackpearl']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop {
	background: #646b72;
}
[data-layout='horizontal-overlay'][data-topbarcolor='blackpearl']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a
	.menu-arrow::before {
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}
[data-layout='horizontal-overlay'][data-topbarcolor='blackpearl']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	.menu-arrow::before {
	border-color: #4d555e;
}
[data-layout='horizontal-overlay'][data-topbarcolor='blackpearl'] .main-wrapper::before {
	content: '';
	background: #2c2c2c;
}

[data-layout='horizontal-overlay'][data-topbarcolor='maroon'] .header {
	left: 0;
	background-color: #6c0ba9;
	border-color: #6f0bad;
}
[data-layout='horizontal-overlay'][data-topbarcolor='maroon']
	.header
	.header-user
	.user-menu
	.btn-menubar {
	color: #ffffff;
}
[data-layout='horizontal-overlay'][data-topbarcolor='maroon']
	.header
	.header-user
	.user-menu
	.btn-menubar:hover {
	background: #fff6ee;
	color: #4d555e;
}
[data-layout='horizontal-overlay'][data-topbarcolor='maroon'] .header .header-left {
	display: block;
}
[data-layout='horizontal-overlay'][data-topbarcolor='maroon'] .header .header-left .logo {
	display: none;
}
[data-layout='horizontal-overlay'][data-topbarcolor='maroon'] .header .header-left .logo-white {
	display: block;
}
[data-layout='horizontal-overlay'][data-topbarcolor='maroon'] .mode-toggle {
	color: #ffffff;
}
[data-layout='horizontal-overlay'][data-topbarcolor='maroon'] .sidebar-horizontal.sidebar {
	background-color: #6c0ba9;
	border-bottom: 1px solid #6f0bad;
}
[data-layout='horizontal-overlay'][data-topbarcolor='maroon']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a {
	color: #ffffff;
}
[data-layout='horizontal-overlay'][data-topbarcolor='maroon']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active,
[data-layout='horizontal-overlay'][data-topbarcolor='maroon']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover,
[data-layout='horizontal-overlay'][data-topbarcolor='maroon']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop {
	background-color: #fff6ee;
	color: #212b36;
}
[data-layout='horizontal-overlay'][data-topbarcolor='maroon']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active
	.menu-arrow::before,
[data-layout='horizontal-overlay'][data-topbarcolor='maroon']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover
	.menu-arrow::before,
[data-layout='horizontal-overlay'][data-topbarcolor='maroon']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop
	.menu-arrow::before {
	border-color: #212b36;
}
[data-layout='horizontal-overlay'][data-topbarcolor='maroon']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a
	.menu-arrow::before {
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}
[data-layout='horizontal-overlay'][data-topbarcolor='maroon']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	.menu-arrow::before {
	border-color: #4d555e;
}
[data-layout='horizontal-overlay'][data-topbarcolor='maroon'] .main-wrapper::before {
	content: '';
	background: #6c0ba9;
}

[data-layout='horizontal-overlay'][data-topbarcolor='white'] .header,
[data-layout='horizontal-sidemenu'][data-topbarcolor='white'] .header {
	left: 0;
	background-color: #ffffff;
	border-color: white;
}
[data-layout='horizontal-overlay'][data-topbarcolor='white']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-layout='horizontal-sidemenu'][data-topbarcolor='white']
	.header
	.header-user
	.user-menu
	.btn-menubar {
	color: #7a8086;
}
[data-layout='horizontal-overlay'][data-topbarcolor='white']
	.header
	.header-user
	.user-menu
	.btn-menubar:hover,
[data-layout='horizontal-sidemenu'][data-topbarcolor='white']
	.header
	.header-user
	.user-menu
	.btn-menubar:hover {
	background: #fff6ee;
	color: #212b36;
}
[data-layout='horizontal-overlay'][data-topbarcolor='white'] .header .header-left,
[data-layout='horizontal-sidemenu'][data-topbarcolor='white'] .header .header-left {
	display: block;
}
[data-layout='horizontal-overlay'][data-topbarcolor='white'] .header .header-left .logo,
[data-layout='horizontal-sidemenu'][data-topbarcolor='white'] .header .header-left .logo {
	display: block;
}
[data-layout='horizontal-overlay'][data-topbarcolor='white'] .header .header-left .logo-white,
[data-layout='horizontal-sidemenu'][data-topbarcolor='white'] .header .header-left .logo-white {
	display: none;
}
[data-layout='horizontal-overlay'][data-topbarcolor='white'] .mode-toggle,
[data-layout='horizontal-sidemenu'][data-topbarcolor='white'] .mode-toggle {
	color: #4d555e;
}
[data-layout='horizontal-overlay'][data-topbarcolor='white'] .sidebar-horizontal.sidebar,
[data-layout='horizontal-sidemenu'][data-topbarcolor='white'] .sidebar-horizontal.sidebar {
	background-color: #ffffff;
	border-bottom: 1px solid white;
}
[data-layout='horizontal-overlay'][data-topbarcolor='white']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a,
[data-layout='horizontal-sidemenu'][data-topbarcolor='white']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a {
	color: #212b36;
}
[data-layout='horizontal-overlay'][data-topbarcolor='white']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active,
[data-layout='horizontal-overlay'][data-topbarcolor='white']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover,
[data-layout='horizontal-overlay'][data-topbarcolor='white']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop,
[data-layout='horizontal-sidemenu'][data-topbarcolor='white']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active,
[data-layout='horizontal-sidemenu'][data-topbarcolor='white']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover,
[data-layout='horizontal-sidemenu'][data-topbarcolor='white']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop {
	background-color: #fff6ee;
	color: #212b36;
}
[data-layout='horizontal-overlay'][data-topbarcolor='white']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active
	.menu-arrow::before,
[data-layout='horizontal-overlay'][data-topbarcolor='white']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover
	.menu-arrow::before,
[data-layout='horizontal-overlay'][data-topbarcolor='white']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop
	.menu-arrow::before,
[data-layout='horizontal-sidemenu'][data-topbarcolor='white']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active
	.menu-arrow::before,
[data-layout='horizontal-sidemenu'][data-topbarcolor='white']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover
	.menu-arrow::before,
[data-layout='horizontal-sidemenu'][data-topbarcolor='white']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop
	.menu-arrow::before {
	border-color: #212b36;
}
[data-layout='horizontal-overlay'][data-topbarcolor='white']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a
	.menu-arrow::before,
[data-layout='horizontal-sidemenu'][data-topbarcolor='white']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a
	.menu-arrow::before {
	border-color: #212b36;
}
[data-layout='horizontal-overlay'][data-topbarcolor='white']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	.menu-arrow::before,
[data-layout='horizontal-sidemenu'][data-topbarcolor='white']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	.menu-arrow::before {
	border-color: #212b36;
}
[data-layout='horizontal-overlay'][data-topbarcolor='white'] .main-wrapper::before,
[data-layout='horizontal-sidemenu'][data-topbarcolor='white'] .main-wrapper::before {
	content: '';
	background: #ffffff;
}

[data-layout='horizontal-overlay'][data-topbarcolor='bluegem'] .header {
	left: 0;
	background-color: #1d51b6;
	border-color: #1e53ba;
}
[data-layout='horizontal-overlay'][data-topbarcolor='bluegem']
	.header
	.header-user
	.user-menu
	.btn-menubar {
	color: #ffffff;
}
[data-layout='horizontal-overlay'][data-topbarcolor='bluegem']
	.header
	.header-user
	.user-menu
	.btn-menubar:hover {
	background: #fff6ee;
	color: #4d555e;
}
[data-layout='horizontal-overlay'][data-topbarcolor='bluegem'] .header .header-left {
	display: block;
}
[data-layout='horizontal-overlay'][data-topbarcolor='bluegem'] .header .header-left .logo {
	display: none;
}
[data-layout='horizontal-overlay'][data-topbarcolor='bluegem'] .header .header-left .logo-white {
	display: block;
}
[data-layout='horizontal-overlay'][data-topbarcolor='bluegem'] .mode-toggle {
	color: #ffffff;
}
[data-layout='horizontal-overlay'][data-topbarcolor='bluegem'] .sidebar-horizontal.sidebar {
	background-color: #1d51b6;
	border-bottom: 1px solid #1e53ba;
}
[data-layout='horizontal-overlay'][data-topbarcolor='bluegem']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a {
	color: #ffffff;
}
[data-layout='horizontal-overlay'][data-topbarcolor='bluegem']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active,
[data-layout='horizontal-overlay'][data-topbarcolor='bluegem']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover,
[data-layout='horizontal-overlay'][data-topbarcolor='bluegem']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop {
	background-color: #fff6ee;
	color: #212b36;
}
[data-layout='horizontal-overlay'][data-topbarcolor='bluegem']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active
	.menu-arrow::before,
[data-layout='horizontal-overlay'][data-topbarcolor='bluegem']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover
	.menu-arrow::before,
[data-layout='horizontal-overlay'][data-topbarcolor='bluegem']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop
	.menu-arrow::before {
	border-color: #212b36;
}
[data-layout='horizontal-overlay'][data-topbarcolor='bluegem']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a
	.menu-arrow::before {
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}
[data-layout='horizontal-overlay'][data-topbarcolor='bluegem']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	.menu-arrow::before {
	border-color: #4d555e;
}
[data-layout='horizontal-overlay'][data-topbarcolor='bluegem'] .main-wrapper::before {
	content: '';
	background: #1d51b6;
}

[data-layout='horizontal-overlay'][data-topbarcolor='all'] .header,
[data-layout='horizontal-sidemenu'][data-topbarcolor='all'] .header {
	left: 0;
	background-color: rgb(var(--topbarcolor--rgb-picr));
	border-color: rgb(var(--topbarcolor--rgb-picr));
}
[data-layout='horizontal-overlay'][data-topbarcolor='all']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-layout='horizontal-sidemenu'][data-topbarcolor='all']
	.header
	.header-user
	.user-menu
	.btn-menubar {
	color: #ffffff;
}
[data-layout='horizontal-overlay'][data-topbarcolor='all']
	.header
	.header-user
	.user-menu
	.btn-menubar:hover,
[data-layout='horizontal-sidemenu'][data-topbarcolor='all']
	.header
	.header-user
	.user-menu
	.btn-menubar:hover {
	background: #fff6ee;
	color: #4d555e;
}
[data-layout='horizontal-overlay'][data-topbarcolor='all'] .header .header-left,
[data-layout='horizontal-sidemenu'][data-topbarcolor='all'] .header .header-left {
	display: block;
}
[data-layout='horizontal-overlay'][data-topbarcolor='all'] .header .header-left .logo,
[data-layout='horizontal-sidemenu'][data-topbarcolor='all'] .header .header-left .logo {
	display: none;
}
[data-layout='horizontal-overlay'][data-topbarcolor='all'] .header .header-left .logo-white,
[data-layout='horizontal-sidemenu'][data-topbarcolor='all'] .header .header-left .logo-white {
	display: block;
}
[data-layout='horizontal-overlay'][data-topbarcolor='all'] .mode-toggle,
[data-layout='horizontal-sidemenu'][data-topbarcolor='all'] .mode-toggle {
	color: #ffffff;
}
[data-layout='horizontal-overlay'][data-topbarcolor='all'] .sidebar-horizontal.sidebar,
[data-layout='horizontal-sidemenu'][data-topbarcolor='all'] .sidebar-horizontal.sidebar {
	background-color: rgb(var(--topbarcolor--rgb-picr));
	border-bottom: 1px solid rgb(var(--topbarcolor--rgb-picr));
}
[data-layout='horizontal-overlay'][data-topbarcolor='all']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a,
[data-layout='horizontal-sidemenu'][data-topbarcolor='all']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a {
	color: #ffffff;
}
[data-layout='horizontal-overlay'][data-topbarcolor='all']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active,
[data-layout='horizontal-overlay'][data-topbarcolor='all']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover,
[data-layout='horizontal-overlay'][data-topbarcolor='all']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop,
[data-layout='horizontal-sidemenu'][data-topbarcolor='all']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active,
[data-layout='horizontal-sidemenu'][data-topbarcolor='all']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover,
[data-layout='horizontal-sidemenu'][data-topbarcolor='all']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop {
	background-color: #fff6ee;
	color: #212b36;
}
[data-layout='horizontal-overlay'][data-topbarcolor='all']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active
	.menu-arrow::before,
[data-layout='horizontal-overlay'][data-topbarcolor='all']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover
	.menu-arrow::before,
[data-layout='horizontal-overlay'][data-topbarcolor='all']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop
	.menu-arrow::before,
[data-layout='horizontal-sidemenu'][data-topbarcolor='all']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active
	.menu-arrow::before,
[data-layout='horizontal-sidemenu'][data-topbarcolor='all']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover
	.menu-arrow::before,
[data-layout='horizontal-sidemenu'][data-topbarcolor='all']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop
	.menu-arrow::before {
	border-color: #212b36;
}
[data-layout='horizontal-overlay'][data-topbarcolor='all']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a
	.menu-arrow::before,
[data-layout='horizontal-sidemenu'][data-topbarcolor='all']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a
	.menu-arrow::before {
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}
[data-layout='horizontal-overlay'][data-topbarcolor='all']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	.menu-arrow::before,
[data-layout='horizontal-sidemenu'][data-topbarcolor='all']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	.menu-arrow::before {
	border-color: #4d555e;
}
[data-layout='horizontal-overlay'][data-topbarcolor='all'] .main-wrapper::before,
[data-layout='horizontal-sidemenu'][data-topbarcolor='all'] .main-wrapper::before {
	content: '';
	background: rgb(var(--topbarcolor--rgb-picr));
}

[data-sidebarbg='sidebarbg1'] #sidebar {
	background-image: url(../img/theme/bg-01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-color: transparent;
}
[data-sidebarbg='sidebarbg1'] #sidebar::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

[data-sidebarbg='sidebarbg6'] #sidebar {
	background-image: url(../img/theme/bg-06.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-color: transparent;
}
[data-sidebarbg='sidebarbg6'] #sidebar::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

[data-layout='horizontal-overlay'][data-topbarcolor='firefly'] .header {
	left: 0;
	background-color: linear-gradient(180deg, #4b749f 0%, #243748 100%);
	border-color: #d3d5d7;
}
[data-layout='horizontal-overlay'][data-topbarcolor='firefly']
	.header
	.header-user
	.user-menu
	.btn-menubar {
	color: #ffffff;
}
[data-layout='horizontal-overlay'][data-topbarcolor='firefly']
	.header
	.header-user
	.user-menu
	.btn-menubar:hover {
	background: #646b72;
}
[data-layout='horizontal-overlay'][data-topbarcolor='firefly'] .header .header-left {
	display: block;
}
[data-layout='horizontal-overlay'][data-topbarcolor='firefly'] .header .header-left .logo {
	display: none;
}
[data-layout='horizontal-overlay'][data-topbarcolor='firefly'] .header .header-left .logo-white {
	display: block;
}
[data-layout='horizontal-overlay'][data-topbarcolor='firefly'] .mode-toggle {
	color: #ffffff;
}
[data-layout='horizontal-overlay'][data-topbarcolor='firefly'] .sidebar-horizontal.sidebar {
	background-color: linear-gradient(180deg, #4b749f 0%, #243748 100%);
	border-bottom: 1px solid #d3d5d7;
}
[data-layout='horizontal-overlay'][data-topbarcolor='firefly']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a {
	color: #ffffff;
}
[data-layout='horizontal-overlay'][data-topbarcolor='firefly']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active,
[data-layout='horizontal-overlay'][data-topbarcolor='firefly']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover,
[data-layout='horizontal-overlay'][data-topbarcolor='firefly']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop {
	background: #646b72;
}
[data-layout='horizontal-overlay'][data-topbarcolor='firefly']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a
	.menu-arrow::before {
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}
[data-layout='horizontal-overlay'][data-topbarcolor='firefly']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	.menu-arrow::before {
	border-color: #d3d5d7;
}
[data-layout='horizontal-overlay'][data-topbarcolor='firefly'] .main-wrapper::before {
	content: '';
	background: linear-gradient(180deg, #4b749f 0%, #243748 100%);
}

[data-layout='horizontal-overlay'][data-topbarcolor='firefly2'] .header {
	left: 0;
	background-color: #505969;
	border-color: #171717;
}
[data-layout='horizontal-overlay'][data-topbarcolor='firefly2']
	.header
	.header-user
	.user-menu
	.btn-menubar {
	color: #ffffff;
}
[data-layout='horizontal-overlay'][data-topbarcolor='firefly2']
	.header
	.header-user
	.user-menu
	.btn-menubar:hover {
	background: #646b72;
}
[data-layout='horizontal-overlay'][data-topbarcolor='firefly2'] .header .header-left {
	display: block;
}
[data-layout='horizontal-overlay'][data-topbarcolor='firefly2'] .header .header-left .logo {
	display: none;
}
[data-layout='horizontal-overlay'][data-topbarcolor='firefly2'] .header .header-left .logo-white {
	display: block;
}
[data-layout='horizontal-overlay'][data-topbarcolor='firefly2'] .mode-toggle {
	color: #ffffff;
}
[data-layout='horizontal-overlay'][data-topbarcolor='firefly2'] .sidebar-horizontal.sidebar {
	background-color: #505969;
	border-bottom: 1px solid #171717;
}
[data-layout='horizontal-overlay'][data-topbarcolor='firefly2']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a {
	color: #ffffff;
}
[data-layout='horizontal-overlay'][data-topbarcolor='firefly2']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active,
[data-layout='horizontal-overlay'][data-topbarcolor='firefly2']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover,
[data-layout='horizontal-overlay'][data-topbarcolor='firefly2']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop {
	background: #646b72;
}
[data-layout='horizontal-overlay'][data-topbarcolor='firefly2']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a
	.menu-arrow::before {
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}
[data-layout='horizontal-overlay'][data-topbarcolor='firefly2']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	.menu-arrow::before {
	border-color: #d3d5d7;
}
[data-layout='horizontal-overlay'][data-topbarcolor='firefly2'] .main-wrapper::before {
	content: '';
	background: #505969;
}

[data-sidebarbg='sidebarbg1'] #sidebar {
	background-image: url(../img/theme/bg-01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-color: transparent;
}
[data-sidebarbg='sidebarbg1'] #sidebar::before {
	content: '';
	background: linear-gradient(180deg, #4b749f 0%, #243748 22.14%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0.9;
}

[data-sidebarbg='sidebarbg2'] #sidebar {
	background-image: url(../img/theme/bg-02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-color: transparent;
}
[data-sidebarbg='sidebarbg2'] #sidebar::before {
	content: '';
	background: linear-gradient(180deg, #4b749f 0%, #243748 22.14%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0.9;
}

[data-sidebarbg='sidebarbg3'] #sidebar {
	background-image: url(../img/theme/bg-03.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-color: transparent;
}
[data-sidebarbg='sidebarbg3'] #sidebar::before {
	content: '';
	background: linear-gradient(180deg, #4b749f 0%, #243748 22.14%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0.5;
}

[data-sidebarbg='sidebarbg4'] #sidebar {
	background-image: url(../img/theme/bg-04.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-color: transparent;
}
[data-sidebarbg='sidebarbg4'] #sidebar::before {
	content: '';
	background: linear-gradient(180deg, #4b749f 0%, #243748 22.14%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0.9;
}

[data-sidebarbg='sidebarbg5'] #sidebar {
	background-image: url(../img/theme/bg-05.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-color: transparent;
}
[data-sidebarbg='sidebarbg5'] #sidebar::before {
	content: '';
	background: linear-gradient(180deg, #4b749f 0%, #243748 22.14%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0.9;
}

[data-sidebarbg='sidebarbg6'] #sidebar {
	background-image: url(../img/theme/bg-06.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-color: transparent;
}
[data-sidebarbg='sidebarbg6'] #sidebar::before {
	content: '';
	background: linear-gradient(180deg, #4b749f 0%, #243748 22.14%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0.9;
}

[data-sidebar='sidebarcolorone'] [data-sidebarbg='sidebarbg1'] #sidebar::before,
[data-sidebar='sidebarcolorone'] [data-sidebarbg='sidebarbg2'] #sidebar::before,
[data-sidebar='sidebarcolorone'] [data-sidebarbg='sidebarbg3'] #sidebar::before,
[data-sidebar='sidebarcolorone'] [data-sidebarbg='sidebarbg4'] #sidebar::before,
[data-sidebar='sidebarcolorone'] [data-sidebarbg='sidebarbg5'] #sidebar::before,
[data-sidebar='sidebarcolorone'] [data-sidebarbg='sidebarbg6'] #sidebar::before {
	background: linear-gradient(180deg, #4b749f 0%, #243748 22.14%);
	opacity: 0.9;
	z-index: -1;
}

[data-sidebar='sidebarcolortwo'] [data-sidebarbg='sidebarbg1'] #sidebar::before,
[data-sidebar='sidebarcolortwo'] [data-sidebarbg='sidebarbg2'] #sidebar::before,
[data-sidebar='sidebarcolortwo'] [data-sidebarbg='sidebarbg3'] #sidebar::before,
[data-sidebar='sidebarcolortwo'] [data-sidebarbg='sidebarbg4'] #sidebar::before,
[data-sidebar='sidebarcolortwo'] [data-sidebarbg='sidebarbg5'] #sidebar::before,
[data-sidebar='sidebarcolortwo'] [data-sidebarbg='sidebarbg6'] #sidebar::before {
	background: linear-gradient(180deg, #4b749f 0%, #243748 22.14%);
	opacity: 0.9;
	z-index: -1;
}

[data-sidebar='sidebarcolorthree'] [data-sidebarbg='sidebarbg1'] #sidebar::before,
[data-sidebar='sidebarcolorthree'] [data-sidebarbg='sidebarbg2'] #sidebar::before,
[data-sidebar='sidebarcolorthree'] [data-sidebarbg='sidebarbg3'] #sidebar::before,
[data-sidebar='sidebarcolorthree'] [data-sidebarbg='sidebarbg4'] #sidebar::before,
[data-sidebar='sidebarcolorthree'] [data-sidebarbg='sidebarbg5'] #sidebar::before,
[data-sidebar='sidebarcolorthree'] [data-sidebarbg='sidebarbg6'] #sidebar::before {
	background: linear-gradient(180deg, #4b749f 0%, #243748 22.14%);
	opacity: 0.9;
	z-index: -1;
}

[data-sidebar='sidebarcolorfour'] [data-sidebarbg='sidebarbg1'] #sidebar::before,
[data-sidebar='sidebarcolorfour'] [data-sidebarbg='sidebarbg2'] #sidebar::before,
[data-sidebar='sidebarcolorfour'] [data-sidebarbg='sidebarbg3'] #sidebar::before,
[data-sidebar='sidebarcolorfour'] [data-sidebarbg='sidebarbg4'] #sidebar::before,
[data-sidebar='sidebarcolorfour'] [data-sidebarbg='sidebarbg5'] #sidebar::before,
[data-sidebar='sidebarcolorfour'] [data-sidebarbg='sidebarbg6'] #sidebar::before {
	background: linear-gradient(180deg, #4b749f 0%, #243748 22.14%);
	opacity: 0.9;
	z-index: -1;
}

[data-sidebar='sidebarcolorfive'] [data-sidebarbg='sidebarbg1'] #sidebar::before,
[data-sidebar='sidebarcolorfive'] [data-sidebarbg='sidebarbg2'] #sidebar::before,
[data-sidebar='sidebarcolorfive'] [data-sidebarbg='sidebarbg3'] #sidebar::before,
[data-sidebar='sidebarcolorfive'] [data-sidebarbg='sidebarbg4'] #sidebar::before,
[data-sidebar='sidebarcolorfive'] [data-sidebarbg='sidebarbg5'] #sidebar::before,
[data-sidebar='sidebarcolorfive'] [data-sidebarbg='sidebarbg6'] #sidebar::before {
	background: rgba(108, 11, 169, 0.85);
	opacity: 0.9;
	z-index: -1;
}

[data-sidebar='sidebarcolorsix'] [data-sidebarbg='sidebarbg1'] #sidebar::before,
[data-sidebar='sidebarcolorsix'] [data-sidebarbg='sidebarbg2'] #sidebar::before,
[data-sidebar='sidebarcolorsix'] [data-sidebarbg='sidebarbg3'] #sidebar::before,
[data-sidebar='sidebarcolorsix'] [data-sidebarbg='sidebarbg4'] #sidebar::before,
[data-sidebar='sidebarcolorsix'] [data-sidebarbg='sidebarbg5'] #sidebar::before,
[data-sidebar='sidebarcolorsix'] [data-sidebarbg='sidebarbg6'] #sidebar::before {
	background: linear-gradient(180deg, #4b749f 0%, #243748 22.14%);
	opacity: 0.9;
	z-index: -1;
}

[data-sidebar='sidebarcolorseven'] [data-sidebarbg='sidebarbg1'] #sidebar::before,
[data-sidebar='sidebarcolorseven'] [data-sidebarbg='sidebarbg2'] #sidebar::before,
[data-sidebar='sidebarcolorseven'] [data-sidebarbg='sidebarbg3'] #sidebar::before,
[data-sidebar='sidebarcolorseven'] [data-sidebarbg='sidebarbg4'] #sidebar::before,
[data-sidebar='sidebarcolorseven'] [data-sidebarbg='sidebarbg5'] #sidebar::before,
[data-sidebar='sidebarcolorseven'] [data-sidebarbg='sidebarbg6'] #sidebar::before {
	background: linear-gradient(180deg, #4b749f 0%, #243748 22.14%);
	opacity: 0.9;
	z-index: -1;
}

[data-sidebar='sidebarcoloreight'] [data-sidebarbg='sidebarbg1'] #sidebar::before,
[data-sidebar='sidebarcoloreight'] [data-sidebarbg='sidebarbg2'] #sidebar::before,
[data-sidebar='sidebarcoloreight'] [data-sidebarbg='sidebarbg3'] #sidebar::before,
[data-sidebar='sidebarcoloreight'] [data-sidebarbg='sidebarbg4'] #sidebar::before,
[data-sidebar='sidebarcoloreight'] [data-sidebarbg='sidebarbg5'] #sidebar::before,
[data-sidebar='sidebarcoloreight'] [data-sidebarbg='sidebarbg6'] #sidebar::before {
	background: linear-gradient(180deg, #4b749f 0%, #243748 22.14%);
	opacity: 0.9;
	z-index: -1;
}

[data-sidebar='sidebarcolornine'] [data-sidebarbg='sidebarbg1'] #sidebar::before,
[data-sidebar='sidebarcolornine'] [data-sidebarbg='sidebarbg2'] #sidebar::before,
[data-sidebar='sidebarcolornine'] [data-sidebarbg='sidebarbg3'] #sidebar::before,
[data-sidebar='sidebarcolornine'] [data-sidebarbg='sidebarbg4'] #sidebar::before,
[data-sidebar='sidebarcolornine'] [data-sidebarbg='sidebarbg5'] #sidebar::before,
[data-sidebar='sidebarcolornine'] [data-sidebarbg='sidebarbg6'] #sidebar::before {
	background: linear-gradient(180deg, #4b749f 0%, #243748 22.14%);
	opacity: 0.9;
	z-index: -1;
}

[data-sidebar='sidebarcolorten'] [data-sidebarbg='sidebarbg1'] #sidebar::before,
[data-sidebar='sidebarcolorten'] [data-sidebarbg='sidebarbg2'] #sidebar::before,
[data-sidebar='sidebarcolorten'] [data-sidebarbg='sidebarbg3'] #sidebar::before,
[data-sidebar='sidebarcolorten'] [data-sidebarbg='sidebarbg4'] #sidebar::before,
[data-sidebar='sidebarcolorten'] [data-sidebarbg='sidebarbg5'] #sidebar::before,
[data-sidebar='sidebarcolorten'] [data-sidebarbg='sidebarbg6'] #sidebar::before {
	background: linear-gradient(180deg, #4b749f 0%, #243748 22.14%);
	opacity: 0.9;
	z-index: -1;
}

[data-sidebar='sidebarcoloreleven'] [data-sidebarbg='sidebarbg1'] #sidebar::before,
[data-sidebar='sidebarcoloreleven'] [data-sidebarbg='sidebarbg2'] #sidebar::before,
[data-sidebar='sidebarcoloreleven'] [data-sidebarbg='sidebarbg3'] #sidebar::before,
[data-sidebar='sidebarcoloreleven'] [data-sidebarbg='sidebarbg4'] #sidebar::before,
[data-sidebar='sidebarcoloreleven'] [data-sidebarbg='sidebarbg5'] #sidebar::before,
[data-sidebar='sidebarcoloreleven'] [data-sidebarbg='sidebarbg6'] #sidebar::before {
	background: linear-gradient(180deg, #4b749f 0%, #243748 22.14%);
	opacity: 0.9;
	z-index: -1;
}

[data-sidebar='sidebarcolortwelve'] [data-sidebarbg='sidebarbg1'] #sidebar::before,
[data-sidebar='sidebarcolortwelve'] [data-sidebarbg='sidebarbg2'] #sidebar::before,
[data-sidebar='sidebarcolortwelve'] [data-sidebarbg='sidebarbg3'] #sidebar::before,
[data-sidebar='sidebarcolortwelve'] [data-sidebarbg='sidebarbg4'] #sidebar::before,
[data-sidebar='sidebarcolortwelve'] [data-sidebarbg='sidebarbg5'] #sidebar::before,
[data-sidebar='sidebarcolortwelve'] [data-sidebarbg='sidebarbg6'] #sidebar::before {
	background: linear-gradient(180deg, #4b749f 0%, #243748 22.14%);
	opacity: 0.9;
	z-index: -1;
}

[data-sidebar='sidebarcolorthirteen'] [data-sidebarbg='sidebarbg1'] #sidebar::before,
[data-sidebar='sidebarcolorthirteen'] [data-sidebarbg='sidebarbg2'] #sidebar::before,
[data-sidebar='sidebarcolorthirteen'] [data-sidebarbg='sidebarbg3'] #sidebar::before,
[data-sidebar='sidebarcolorthirteen'] [data-sidebarbg='sidebarbg4'] #sidebar::before,
[data-sidebar='sidebarcolorthirteen'] [data-sidebarbg='sidebarbg5'] #sidebar::before,
[data-sidebar='sidebarcolorthirteen'] [data-sidebarbg='sidebarbg6'] #sidebar::before {
	background: linear-gradient(180deg, #4b749f 0%, #243748 22.14%);
	opacity: 0.9;
	z-index: -1;
}

[data-sidebar='sidebarcolorfourteen'] [data-sidebarbg='sidebarbg1'] #sidebar::before,
[data-sidebar='sidebarcolorfourteen'] [data-sidebarbg='sidebarbg2'] #sidebar::before,
[data-sidebar='sidebarcolorfourteen'] [data-sidebarbg='sidebarbg3'] #sidebar::before,
[data-sidebar='sidebarcolorfourteen'] [data-sidebarbg='sidebarbg4'] #sidebar::before,
[data-sidebar='sidebarcolorfourteen'] [data-sidebarbg='sidebarbg5'] #sidebar::before,
[data-sidebar='sidebarcolorfourteen'] [data-sidebarbg='sidebarbg6'] #sidebar::before {
	background: linear-gradient(180deg, #4b749f 0%, #243748 22.14%);
	opacity: 0.9;
	z-index: -1;
}

[data-sidebar='all'] [data-sidebarbg='sidebarbg1'] #sidebar::before,
[data-sidebar='all'] [data-sidebarbg='sidebarbg2'] #sidebar::before,
[data-sidebar='all'] [data-sidebarbg='sidebarbg3'] #sidebar::before,
[data-sidebar='all'] [data-sidebarbg='sidebarbg4'] #sidebar::before,
[data-sidebar='all'] [data-sidebarbg='sidebarbg5'] #sidebar::before,
[data-sidebar='all'] [data-sidebarbg='sidebarbg6'] #sidebar::before {
	background: linear-gradient(180deg, #4b749f 0%, #243748 22.14%);
	opacity: 0.9;
	z-index: -1;
}

[data-layout='horizontal-overlay'] [data-topbarbg='pattern1'] .main-wrapper::after,
[data-layout='horizontal-sidemenu'] [data-topbarbg='pattern1'] .main-wrapper::after {
	background: url('../img/theme/pattern-01.png');
}

[data-layout='horizontal-overlay'] [data-topbarbg='pattern2'] .main-wrapper::after,
[data-layout='horizontal-sidemenu'] [data-topbarbg='pattern2'] .main-wrapper::after {
	background: url('../img/theme/pattern-01.png');
}

[data-layout='horizontal-overlay'] [data-topbarbg='pattern3'] .main-wrapper::after,
[data-layout='horizontal-sidemenu'] [data-topbarbg='pattern3'] .main-wrapper::after {
	background: url('../img/theme/pattern-03.png');
}

[data-layout='horizontal-overlay'][data-topbarcolor='maroon']
	[data-topbarbg='pattern3']
	.main-wrapper::before,
[data-layout='horizontal-sidemenu'][data-topbarcolor='maroon']
	[data-topbarbg='pattern3']
	.main-wrapper::before {
	background: rgba(113, 0, 52, 0.85);
	z-index: 1;
}
[data-layout='horizontal-overlay'][data-topbarcolor='maroon']
	[data-topbarbg='pattern3']
	.main-wrapper
	.page-wrapper,
[data-layout='horizontal-sidemenu'][data-topbarcolor='maroon']
	[data-topbarbg='pattern3']
	.main-wrapper
	.page-wrapper {
	z-index: 2;
}

[data-layout='horizontal-overlay'][data-topbarcolor='white']
	[data-topbarbg='pattern3']
	.main-wrapper::before,
[data-layout='horizontal-sidemenu'][data-topbarcolor='white']
	[data-topbarbg='pattern3']
	.main-wrapper::before {
	background: rgba(255, 255, 255, 0.85);
	z-index: 1;
}
[data-layout='horizontal-overlay'][data-topbarcolor='white']
	[data-topbarbg='pattern3']
	.main-wrapper
	.page-wrapper,
[data-layout='horizontal-sidemenu'][data-topbarcolor='white']
	[data-topbarbg='pattern3']
	.main-wrapper
	.page-wrapper {
	z-index: 2;
}

[data-layout='horizontal-overlay'][data-topbarcolor='primary']
	[data-topbarbg='pattern3']
	.main-wrapper::before,
[data-layout='horizontal-sidemenu'][data-topbarcolor='primary']
	[data-topbarbg='pattern3']
	.main-wrapper::before {
	background: rgba(254, 159, 67, 0.85);
	z-index: 1;
}
[data-layout='horizontal-overlay'][data-topbarcolor='primary']
	[data-topbarbg='pattern3']
	.main-wrapper
	.page-wrapper,
[data-layout='horizontal-sidemenu'][data-topbarcolor='primary']
	[data-topbarbg='pattern3']
	.main-wrapper
	.page-wrapper {
	z-index: 2;
}

[data-layout='horizontal-overlay'][data-topbarcolor='blackpearl']
	[data-topbarbg='pattern3']
	.main-wrapper::before,
[data-layout='horizontal-sidemenu'][data-topbarcolor='blackpearl']
	[data-topbarbg='pattern3']
	.main-wrapper::before {
	background: rgba(8, 8, 33, 0.85);
	z-index: 1;
}
[data-layout='horizontal-overlay'][data-topbarcolor='blackpearl']
	[data-topbarbg='pattern3']
	.main-wrapper
	.page-wrapper,
[data-layout='horizontal-sidemenu'][data-topbarcolor='blackpearl']
	[data-topbarbg='pattern3']
	.main-wrapper
	.page-wrapper {
	z-index: 2;
}

[data-layout='horizontal-overlay'][data-topbarcolor='bluegem']
	[data-topbarbg='pattern3']
	.main-wrapper::before,
[data-layout='horizontal-sidemenu'][data-topbarcolor='bluegem']
	[data-topbarbg='pattern3']
	.main-wrapper::before {
	background: rgba(62, 28, 149, 0.85);
	z-index: 1;
}
[data-layout='horizontal-overlay'][data-topbarcolor='bluegem']
	[data-topbarbg='pattern3']
	.main-wrapper
	.page-wrapper,
[data-layout='horizontal-sidemenu'][data-topbarcolor='bluegem']
	[data-topbarbg='pattern3']
	.main-wrapper
	.page-wrapper {
	z-index: 2;
}

[data-layout='horizontal-overlay'][data-topbarcolor='firefly']
	[data-topbarbg='pattern3']
	.main-wrapper::before,
[data-layout='horizontal-sidemenu'][data-topbarcolor='firefly']
	[data-topbarbg='pattern3']
	.main-wrapper::before {
	background: rgba(5, 51, 51, 0.85);
	z-index: 1;
}
[data-layout='horizontal-overlay'][data-topbarcolor='firefly']
	[data-topbarbg='pattern3']
	.main-wrapper
	.page-wrapper,
[data-layout='horizontal-sidemenu'][data-topbarcolor='firefly']
	[data-topbarbg='pattern3']
	.main-wrapper
	.page-wrapper {
	z-index: 2;
}

[data-layout='modern'][data-topbarcolor='white'] .header {
	background-color: #ffffff;
	border-color: rgba(255, 255, 255, 0.8);
}
[data-layout='modern'][data-topbarcolor='white'] .header .bar-icon span {
	background-color: #ffffff;
}
[data-layout='modern'][data-topbarcolor='white'] .header .header-user .user-menu .btn-menubar {
	color: #7a8086;
}
[data-layout='modern'][data-topbarcolor='white'] .header .header-user .user-menu .btn-menubar:hover,
[data-layout='modern'][data-topbarcolor='white']
	.header
	.header-user
	.user-menu
	.btn-menubar:active,
[data-layout='modern'][data-topbarcolor='white']
	.header
	.header-user
	.user-menu
	.btn-menubar.active {
	background-color: #fff6ee;
	border-color: #fff6ee;
	color: #212b36 !important;
}
[data-layout='modern'][data-topbarcolor='white'] .header .header-left .logo {
	display: block;
}
[data-layout='modern'][data-topbarcolor='white'] .header .header-left .logo-white {
	display: none;
}
[data-layout='modern'][data-topbarcolor='white'] .page-wrapper::before {
	background: #ffffff;
}
[data-layout='modern'][data-topbarcolor='white'] .page-wrapper .head-icons {
	display: none;
}

[data-layout='modern'][data-topbarcolor='blue'] .header {
	background-color: #ffffff;
	border-color: rgba(255, 255, 255, 0.8);
}
[data-layout='modern'][data-topbarcolor='blue'] .header .bar-icon span {
	background-color: #ffffff;
}
[data-layout='modern'][data-topbarcolor='blue'] .header .header-user .user-menu .btn-menubar {
	color: #7a8086;
}
[data-layout='modern'][data-topbarcolor='blue'] .header .header-user .user-menu .btn-menubar:hover,
[data-layout='modern'][data-topbarcolor='blue'] .header .header-user .user-menu .btn-menubar:active,
[data-layout='modern'][data-topbarcolor='blue']
	.header
	.header-user
	.user-menu
	.btn-menubar.active {
	background-color: #fff6ee;
	border-color: #fff6ee;
	color: #212b36 !important;
}
[data-layout='modern'][data-topbarcolor='blue'] .header .header-left .logo {
	display: none;
}
[data-layout='modern'][data-topbarcolor='blue'] .header .header-left .logo-white {
	display: block;
}
[data-layout='modern'][data-topbarcolor='blue'] .page-wrapper::before {
	background: #ffffff;
}

[data-layout='modern'][data-topbarcolor='primary'] .header {
	background-color: #fe9f43;
	border-color: #ffb370;
}
[data-layout='modern'][data-topbarcolor='primary'] .header .bar-icon span {
	background-color: #ffffff;
}
[data-layout='modern'][data-topbarcolor='primary'] .header .header-user .user-menu .btn-menubar {
	color: #ffffff;
}
[data-layout='modern'][data-topbarcolor='primary']
	.header
	.header-user
	.user-menu
	.btn-menubar:hover,
[data-layout='modern'][data-topbarcolor='primary']
	.header
	.header-user
	.user-menu
	.btn-menubar:active,
[data-layout='modern'][data-topbarcolor='primary']
	.header
	.header-user
	.user-menu
	.btn-menubar.active {
	background-color: #ffffff;
	color: #4d555e !important;
}
[data-layout='modern'][data-topbarcolor='primary'] .header .header-left .logo {
	display: none;
}
[data-layout='modern'][data-topbarcolor='primary'] .header .header-left .logo-white {
	display: block;
}
[data-layout='modern'][data-topbarcolor='primary'] .page-wrapper::before {
	background: #fe9f43;
}

[data-color='primary'] .sidebar .sidebar-menu > ul > li ul li a.active {
	color: #fe9f43;
}
[data-color='primary'] .sidebar .sidebar-menu > ul > li ul > li.active a .menu-arrow::before {
	border-right: 2px solid #fe9f43;
	border-bottom: 2px solid #fe9f43;
}
[data-color='primary'] .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop {
	color: #fe9f43;
}
[data-color='primary'] .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop span {
	color: #fe9f43;
}
[data-color='primary'] .sidebar .sidebar-menu > ul li .submenu > ul li a:before {
	background: #fe9f43;
}
[data-color='primary'] .sidebar .sidebar-menu > ul li .submenu > ul li a.active {
	color: #fe9f43;
}
[data-color='primary'] .sidebar .sidebar-menu > ul li .submenu > ul li a:hover {
	color: #fe9f43;
}
[data-color='primary'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-color='primary'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active {
	color: #fe9f43;
}
[data-color='primary'] .sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a:hover,
[data-color='primary'] .sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a.active {
	color: #fe9f43;
}
[data-color='primary'] .btn.btn-primary,
[data-color='primary'] .page-header .btn-added {
	background-color: #fe9f43 !important;
	border: 1px solid #fe9f43 !important;
}
[data-color='primary'] .btn.btn-primary:hover,
[data-color='primary'] .btn.btn-primary:focus,
[data-color='primary'] .btn.btn-primary.focus,
[data-color='primary'] .btn.btn-primary:active,
[data-color='primary'] .btn.btn-primary.active,
[data-color='primary'] .page-header .btn-added:hover,
[data-color='primary'] .page-header .btn-added:focus,
[data-color='primary'] .page-header .btn-added.focus,
[data-color='primary'] .page-header .btn-added:active,
[data-color='primary'] .page-header .btn-added.active {
	background-color: #fe8d1f;
	border: 1px solid #fe8d1f;
}
[data-color='primary'] .btn-check:checked + .btn,
[data-color='primary'] .btn.active,
[data-color='primary'] .btn.show,
[data-color='primary'] .btn.show:hover,
[data-color='primary'] .btn:first-child:active,
[data-color='primary'] :not(.btn-check) + .btn:active {
	background-color: #fe9f43;
	border-color: #fe9f43;
}
[data-color='primary'] .link-primary {
	color: #fe9f43 !important;
}
[data-color='primary'] .link-primary:hover,
[data-color='primary'] .link-primary:focus,
[data-color='primary'] .link-primary:active {
	color: #fe8d1f;
}
[data-color='primary'] .text-primary {
	color: #fe9f43 !important;
}
[data-color='primary'] .badge.badge-primary {
	background: #fe9f43;
}
[data-color='primary'] .dataTables_paginate .pagination li.active a.page-link {
	background: #fe9f43;
	border-color: #fe9f43;
}
[data-color='primary'] .bg-primary {
	background-color: #fe9f43 !important;
	border: 1px solid #fe9f43 !important;
}
[data-color='primary'] .border-bottom.border-primary {
	border-color: #fe9f43 !important;
}
[data-color='primary'] .border-primary {
	border-color: #fe9f43 !important;
}
[data-color='primary'] .nav-tabs.nav-tabs-bottom li a.active,
[data-color='primary'] .nav-tabs.nav-tabs-bottom li a:hover {
	border-bottom-color: #fe9f43;
	color: #fe9f43;
}
[data-color='primary'] .badge.badge-soft-primary {
	background: rgba(254, 159, 67, 0.1);
	color: #fe9f43;
}
[data-color='primary'] a.video-expand:hover {
	color: #ffffff;
}
[data-color='primary'] .btn-outline-primary {
	border: 1px solid #fe9f43 !important;
	color: #fe9f43 !important;
}
[data-color='primary'] .btn-outline-primary:hover,
[data-color='primary'] .btn-outline-primary:focus,
[data-color='primary'] .btn-outline-primary.focus,
[data-color='primary'] .btn-outline-primary:active,
[data-color='primary'] .btn-outline-primary.active {
	background-color: #fe9f43 !important;
	border: 1px solid #fe9f43 !important;
	color: #ffffff !important;
}
[data-color='primary']
	.select2-container--default.select2-container--open.select2-container--below
	.select2-selection--single {
	border-color: #fe9f43;
}
[data-color='primary']
	.select2-container--default
	.select2-results__option--highlighted[aria-selected] {
	background: #fe9f43;
}
[data-color='primary'] .nav-tabs.nav-tabs-solid.nav-tabs-rounded-fill li a.active {
	background-color: #fe9f43;
	border-color: #fe9f43;
}
[data-color='primary'] .nav-tabs .nav-link:hover {
	color: #fe9f43;
}
[data-color='primary'] .form-check-input:checked {
	background-color: #fe9f43;
	border-color: #fe9f43;
}
[data-color='primary'] .sidebar-contact .toggle-theme {
	background-color: #fe9f43;
}
@media (max-width: 991.96px) {
	[data-color='primary'] .sidebar-contact .toggle-theme {
		display: none;
	}
}
[data-color='primary'] .header .header-user .user-menu .profile-dropdown .dropdown-item:hover {
	color: #fe9f43;
}
[data-color='primary'] #sales-purchase .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color='primary'] #revenue-income .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color='primary'] #leads_stage .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color='primary'] #s-col .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color='primary'] #s-col-stacked .apexcharts-bar-series .apexcharts-series:nth-child(1) path {
	fill: #fe9f43;
}
[data-color='primary'] #deals_stage .apexcharts-bar-series .apexcharts-series path,
[data-color='primary'] #emp-department .apexcharts-bar-series .apexcharts-series path,
[data-color='primary'] #s-bar .apexcharts-bar-series .apexcharts-series path,
[data-color='primary'] #mixed-chart .apexcharts-bar-series .apexcharts-series path {
	fill: #fe9f43;
}
[data-color='primary'] #mixed-chart .apexcharts-legend-series:first-child .apexcharts-legend-marker,
[data-color='primary']
	#s-col-stacked
	.apexcharts-legend-series:first-child
	.apexcharts-legend-marker,
[data-color='primary'] #s-col .apexcharts-legend-series:first-child .apexcharts-legend-marker {
	fill: #fe9f43;
}
[data-color='primary'] #s-line .apexcharts-line-series .apexcharts-series path {
	stroke: #fe9f43;
}
[data-color='primary'] #s-line .apexcharts-line-series .apexcharts-marker {
	fill: #fe9f43;
}
[data-color='primary'] #chart-bar-stacked .c3-target-data2 .c3-bar,
[data-color='primary'] #chart-bar .c3-target-data2 .c3-bar,
[data-color='primary'] #chart-bar-rotated .c3-target-data2 .c3-bar {
	fill: #fe9f43 !important;
}
[data-color='primary'] #chart-spline-rotated .c3-target-data2 .c3-line {
	stroke: #fe9f43 !important;
}
[data-color='primary'] #chart-spline-rotated .c3-target-data2 .c3-circle {
	fill: #fe9f43;
}
[data-color='primary'] .nav.tab-style-1 .nav-link.active {
	background-color: #fe9f43 !important;
}
[data-color='primary'] .table tbody tr td a:hover {
	color: #fe9f43;
}

[data-color='brightblue'] .sidebar .sidebar-logo #toggle_btn {
	background: #009688;
}
[data-color='brightblue'] .sidebar .sidebar-menu > ul > li ul li a.active {
	color: #009688;
}
[data-color='brightblue'] .sidebar .sidebar-menu > ul > li ul li.active a span,
[data-color='brightblue'] .sidebar .sidebar-menu > ul > li ul li.active a i {
	color: #009688;
}
[data-color='brightblue'] .sidebar .sidebar-menu > ul > li ul > li.active a .menu-arrow::before {
	border-right: 2px solid #009688;
	border-bottom: 2px solid #009688;
}
[data-color='brightblue'] .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop {
	color: #009688;
}
[data-color='brightblue'] .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop span {
	color: #009688;
}
[data-color='brightblue'] .sidebar .sidebar-menu > ul li .submenu > ul li a:before {
	background: #009688;
}
[data-color='brightblue'] .sidebar .sidebar-menu > ul li .submenu > ul li a.active {
	color: #009688;
}
[data-color='brightblue'] .sidebar .sidebar-menu > ul li .submenu > ul li a:hover {
	color: #009688;
}
[data-color='brightblue'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-color='brightblue'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active {
	color: #009688;
}
[data-color='brightblue'] .sidebar .nav-link.active {
	color: #009688;
}
[data-color='brightblue'] .sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a:hover,
[data-color='brightblue'] .sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a.active {
	color: #009688;
}
[data-color='brightblue'] .btn.btn-primary,
[data-color='brightblue'] .page-header .btn-added {
	background-color: #009688 !important;
	border: 1px solid #009688 !important;
}
[data-color='brightblue'] .btn.btn-primary:hover,
[data-color='brightblue'] .btn.btn-primary:focus,
[data-color='brightblue'] .btn.btn-primary.focus,
[data-color='brightblue'] .btn.btn-primary:active,
[data-color='brightblue'] .btn.btn-primary.active,
[data-color='brightblue'] .page-header .btn-added:hover,
[data-color='brightblue'] .page-header .btn-added:focus,
[data-color='brightblue'] .page-header .btn-added.focus,
[data-color='brightblue'] .page-header .btn-added:active,
[data-color='brightblue'] .page-header .btn-added.active {
	background-color: #007268;
	border: 1px solid #007268;
}
[data-color='brightblue'] .btn-check:checked + .btn,
[data-color='brightblue'] .btn.active,
[data-color='brightblue'] .btn.show,
[data-color='brightblue'] .btn.show:hover,
[data-color='brightblue'] .btn:first-child:active,
[data-color='brightblue'] :not(.btn-check) + .btn:active {
	background-color: #009688;
	border-color: #009688;
}
[data-color='brightblue'] .link-primary {
	color: #009688 !important;
}
[data-color='brightblue'] .link-primary:hover,
[data-color='brightblue'] .link-primary:focus,
[data-color='brightblue'] .link-primary:active {
	color: #007268;
}
[data-color='brightblue'] .text-primary {
	color: #009688 !important;
}
[data-color='brightblue'] .badge.badge-primary {
	background: #009688;
}
[data-color='brightblue'] .dataTables_paginate .pagination li.active a.page-link {
	background: #009688;
	border-color: #009688;
}
[data-color='brightblue'] .bg-primary {
	background-color: #009688 !important;
	border: 1px solid #009688 !important;
}
[data-color='brightblue'] .border-bottom.border-primary {
	border-color: #009688 !important;
}
[data-color='brightblue'] .border-primary {
	border-color: #009688 !important;
}
[data-color='brightblue'] .nav-tabs.nav-tabs-bottom li a.active,
[data-color='brightblue'] .nav-tabs.nav-tabs-bottom li a:hover {
	border-bottom-color: #009688;
	color: #009688;
}
[data-color='brightblue'] .badge.badge-soft-primary {
	background: rgba(0, 150, 136, 0.1);
	color: #009688;
}
[data-color='brightblue'] a:hover {
	color: #009688;
}
[data-color='brightblue'] .btn-outline-primary {
	border: 1px solid #009688 !important;
	color: #009688 !important;
}
[data-color='brightblue'] .btn-outline-primary:hover,
[data-color='brightblue'] .btn-outline-primary:focus,
[data-color='brightblue'] .btn-outline-primary.focus,
[data-color='brightblue'] .btn-outline-primary:active,
[data-color='brightblue'] .btn-outline-primary.active {
	background-color: #009688 !important;
	border: 1px solid #009688 !important;
}
[data-color='brightblue']
	.select2-container--default.select2-container--open.select2-container--below
	.select2-selection--single {
	border-color: #009688;
}
[data-color='brightblue']
	.select2-container--default
	.select2-results__option--highlighted[aria-selected] {
	background: #009688;
}
[data-color='brightblue'] .nav-tabs.nav-tabs-solid.nav-tabs-rounded-fill li a.active {
	background-color: #009688;
	border-color: #009688;
}
[data-color='brightblue'] .nav-tabs .nav-link:hover {
	color: #009688;
}
[data-color='brightblue'] .form-check-input:checked {
	background-color: #009688;
	border-color: #009688;
}
[data-color='brightblue'] .sidebar-contact .toggle-theme {
	background-color: #009688;
}
[data-color='brightblue'] .header .header-user .user-menu .profile-dropdown .dropdown-item:hover {
	color: #009688;
}
[data-color='brightblue'] #sales-purchase .apexcharts-bar-series .apexcharts-series[rel='1'] path {
	fill: #009688;
}
[data-color='brightblue'] #sales-purchase .apexcharts-bar-series .apexcharts-series[rel='2'] path {
	fill: rgba(0, 150, 136, 0.4);
}
[data-color='brightblue'] #heat_chart .apexcharts-series rect {
	fill: #009688;
}
[data-color='brightblue'] #deals_stage .apexcharts-bar-series .apexcharts-series path,
[data-color='brightblue'] #emp-department .apexcharts-bar-series .apexcharts-series path,
[data-color='brightblue'] #s-bar .apexcharts-bar-series .apexcharts-series path,
[data-color='brightblue'] #mixed-chart .apexcharts-bar-series .apexcharts-series path {
	fill: #009688;
}
[data-color='brightblue']
	#mixed-chart
	.apexcharts-legend-series:first-child
	.apexcharts-legend-marker,
[data-color='brightblue']
	#s-col-stacked
	.apexcharts-legend-series:first-child
	.apexcharts-legend-marker,
[data-color='brightblue'] #s-col .apexcharts-legend-series:first-child .apexcharts-legend-marker {
	fill: #009688;
}
[data-color='brightblue'] #s-line .apexcharts-line-series .apexcharts-series path {
	stroke: #009688;
}
[data-color='brightblue'] #s-line .apexcharts-line-series .apexcharts-marker {
	fill: #009688;
}
[data-color='brightblue'] #chart-bar-stacked .c3-target-data2 .c3-bar,
[data-color='brightblue'] #chart-bar .c3-target-data2 .c3-bar,
[data-color='brightblue'] #chart-bar-rotated .c3-target-data2 .c3-bar {
	fill: #009688 !important;
}
[data-color='brightblue'] #chart-spline-rotated .c3-target-data2 .c3-line {
	stroke: #009688 !important;
}
[data-color='brightblue'] #chart-spline-rotated .c3-target-data2 .c3-circle {
	fill: #009688;
}
[data-color='brightblue'] .nav.tab-style-1 .nav-link.active {
	background-color: #009688 !important;
}
[data-color='brightblue'] .table tbody tr td a:hover {
	color: #009688;
}

[data-color='lunargreen'] .sidebar .sidebar-logo #toggle_btn {
	background: #d63031;
}
[data-color='lunargreen'] .sidebar .sidebar-menu > ul > li ul li a.active {
	color: #d63031;
}
[data-color='lunargreen'] .sidebar .sidebar-menu > ul > li ul li.active a span,
[data-color='lunargreen'] .sidebar .sidebar-menu > ul > li ul li.active a i {
	color: #d63031;
}
[data-color='lunargreen'] .sidebar .sidebar-menu > ul > li ul > li.active a .menu-arrow::before {
	border-right: 2px solid #d63031;
	border-bottom: 2px solid #d63031;
}
[data-color='lunargreen'] .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop {
	color: #d63031;
}
[data-color='lunargreen'] .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop span {
	color: #d63031;
}
[data-color='lunargreen'] .sidebar .sidebar-menu > ul li .submenu > ul li a:before {
	background: #d63031;
}
[data-color='lunargreen'] .sidebar .sidebar-menu > ul li .submenu > ul li a.active {
	color: #d63031;
}
[data-color='lunargreen'] .sidebar .sidebar-menu > ul li .submenu > ul li a:hover {
	color: #d63031;
}
[data-color='lunargreen'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-color='lunargreen'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active {
	color: #d63031;
}
[data-color='lunargreen'] .sidebar .nav-link.active {
	color: #d63031;
}
[data-color='lunargreen'] .sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a:hover,
[data-color='lunargreen'] .sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a.active {
	color: #d63031;
}
[data-color='lunargreen'] .btn.btn-primary,
[data-color='lunargreen'] .page-header .btn-added {
	background-color: #d63031 !important;
	border: 1px solid #d63031 !important;
}
[data-color='lunargreen'] .btn.btn-primary:hover,
[data-color='lunargreen'] .btn.btn-primary:focus,
[data-color='lunargreen'] .btn.btn-primary.focus,
[data-color='lunargreen'] .btn.btn-primary:active,
[data-color='lunargreen'] .btn.btn-primary.active,
[data-color='lunargreen'] .page-header .btn-added:hover,
[data-color='lunargreen'] .page-header .btn-added:focus,
[data-color='lunargreen'] .page-header .btn-added.focus,
[data-color='lunargreen'] .page-header .btn-added:active,
[data-color='lunargreen'] .page-header .btn-added.active {
	background-color: #bd2526;
	border: 1px solid #bd2526;
}
[data-color='lunargreen'] .btn-check:checked + .btn,
[data-color='lunargreen'] .btn.active,
[data-color='lunargreen'] .btn.show,
[data-color='lunargreen'] .btn.show:hover,
[data-color='lunargreen'] .btn:first-child:active,
[data-color='lunargreen'] :not(.btn-check) + .btn:active {
	background-color: #d63031;
	border-color: #d63031;
}
[data-color='lunargreen'] .link-primary {
	color: #d63031 !important;
}
[data-color='lunargreen'] .link-primary:hover,
[data-color='lunargreen'] .link-primary:focus,
[data-color='lunargreen'] .link-primary:active {
	color: #bd2526;
}
[data-color='lunargreen'] .text-primary {
	color: #d63031 !important;
}
[data-color='lunargreen'] .badge.badge-primary {
	background: #d63031;
}
[data-color='lunargreen'] .dataTables_paginate .pagination li.active a.page-link {
	background: #d63031;
	border-color: #d63031;
}
[data-color='lunargreen'] .bg-primary {
	background-color: #d63031 !important;
	border: 1px solid #d63031 !important;
}
[data-color='lunargreen'] .border-bottom.border-primary {
	border-color: #d63031 !important;
}
[data-color='lunargreen'] .border-primary {
	border-color: #d63031 !important;
}
[data-color='lunargreen'] .nav-tabs.nav-tabs-bottom li a.active,
[data-color='lunargreen'] .nav-tabs.nav-tabs-bottom li a:hover {
	border-bottom-color: #d63031;
	color: #d63031;
}
[data-color='lunargreen'] .badge.badge-soft-primary {
	background: rgba(214, 48, 49, 0.1);
	color: #d63031;
}
[data-color='lunargreen'] a:hover {
	color: #d63031;
}
[data-color='lunargreen'] .btn-outline-primary {
	border: 1px solid #d63031 !important;
	color: #d63031 !important;
}
[data-color='lunargreen'] .btn-outline-primary:hover,
[data-color='lunargreen'] .btn-outline-primary:focus,
[data-color='lunargreen'] .btn-outline-primary.focus,
[data-color='lunargreen'] .btn-outline-primary:active,
[data-color='lunargreen'] .btn-outline-primary.active {
	background-color: #d63031 !important;
	border: 1px solid #d63031 !important;
}
[data-color='lunargreen']
	.select2-container--default.select2-container--open.select2-container--below
	.select2-selection--single {
	border-color: #d63031;
}
[data-color='lunargreen']
	.select2-container--default
	.select2-results__option--highlighted[aria-selected] {
	background: #d63031;
}
[data-color='lunargreen'] .nav-tabs.nav-tabs-solid.nav-tabs-rounded-fill li a.active {
	background-color: #d63031;
	border-color: #d63031;
}
[data-color='lunargreen'] .nav-tabs .nav-link:hover {
	color: #d63031;
}
[data-color='lunargreen'] .form-check-input:checked {
	background-color: #d63031;
	border-color: #d63031;
}
[data-color='lunargreen'] .sidebar-contact .toggle-theme {
	background-color: #d63031;
}
[data-color='lunargreen'] .header .header-user .user-menu .profile-dropdown .dropdown-item:hover {
	color: #d63031;
}
[data-color='lunargreen'] #sales-income .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color='lunargreen']
	#revenue-income
	.apexcharts-bar-series
	.apexcharts-series:nth-child(1)
	path,
[data-color='lunargreen'] #leads_stage .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color='lunargreen'] #s-col .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color='lunargreen']
	#s-col-stacked
	.apexcharts-bar-series
	.apexcharts-series:nth-child(1)
	path {
	fill: #d63031;
}
[data-color='lunargreen'] #deals_stage .apexcharts-bar-series .apexcharts-series path,
[data-color='lunargreen'] #emp-department .apexcharts-bar-series .apexcharts-series path,
[data-color='lunargreen'] #s-bar .apexcharts-bar-series .apexcharts-series path,
[data-color='lunargreen'] #mixed-chart .apexcharts-bar-series .apexcharts-series path {
	fill: #d63031;
}
[data-color='lunargreen']
	#mixed-chart
	.apexcharts-legend-series:first-child
	.apexcharts-legend-marker,
[data-color='lunargreen']
	#s-col-stacked
	.apexcharts-legend-series:first-child
	.apexcharts-legend-marker,
[data-color='lunargreen'] #s-col .apexcharts-legend-series:first-child .apexcharts-legend-marker {
	fill: #d63031;
}
[data-color='lunargreen'] #s-line .apexcharts-line-series .apexcharts-series path {
	stroke: #d63031;
}
[data-color='lunargreen'] #s-line .apexcharts-line-series .apexcharts-marker {
	fill: #d63031;
}
[data-color='lunargreen'] #chart-bar-stacked .c3-target-data2 .c3-bar,
[data-color='lunargreen'] #chart-bar .c3-target-data2 .c3-bar,
[data-color='lunargreen'] #chart-bar-rotated .c3-target-data2 .c3-bar {
	fill: #d63031 !important;
}
[data-color='lunargreen'] #chart-spline-rotated .c3-target-data2 .c3-line {
	stroke: #d63031 !important;
}
[data-color='lunargreen'] #chart-spline-rotated .c3-target-data2 .c3-circle {
	fill: #d63031;
}
[data-color='lunargreen'] .nav.tab-style-1 .nav-link.active {
	background-color: #d63031 !important;
}
[data-color='lunargreen'] .table tbody tr td a:hover {
	color: #d63031;
}

[data-color='lavendar'] .sidebar .sidebar-logo #toggle_btn {
	background: #6c5ce7;
}
[data-color='lavendar'] .sidebar .sidebar-menu > ul > li ul li a.active {
	color: #6c5ce7;
}
[data-color='lavendar'] .sidebar .sidebar-menu > ul > li ul li.active a span,
[data-color='lavendar'] .sidebar .sidebar-menu > ul > li ul li.active a i {
	color: #6c5ce7;
}
[data-color='lavendar'] .sidebar .sidebar-menu > ul > li ul > li.active a .menu-arrow::before {
	border-right: 2px solid #6c5ce7;
	border-bottom: 2px solid #6c5ce7;
}
[data-color='lavendar'] .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop {
	color: #6c5ce7;
}
[data-color='lavendar'] .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop span {
	color: #6c5ce7;
}
[data-color='lavendar'] .sidebar .sidebar-menu > ul li .submenu > ul li a:before {
	background: #6c5ce7;
}
[data-color='lavendar'] .sidebar .sidebar-menu > ul li .submenu > ul li a.active {
	color: #6c5ce7;
}
[data-color='lavendar'] .sidebar .sidebar-menu > ul li .submenu > ul li a:hover {
	color: #6c5ce7;
}
[data-color='lavendar'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-color='lavendar'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active {
	color: #6c5ce7;
}
[data-color='lavendar'] .sidebar .nav-link.active {
	color: #6c5ce7;
}
[data-color='lavendar'] .sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a:hover,
[data-color='lavendar'] .sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a.active {
	color: #6c5ce7;
}
[data-color='lavendar'] .btn.btn-primary,
[data-color='lavendar'] .page-header .btn-added {
	background-color: #6c5ce7 !important;
	border: 1px solid #6c5ce7 !important;
}
[data-color='lavendar'] .btn.btn-primary:hover,
[data-color='lavendar'] .btn.btn-primary:focus,
[data-color='lavendar'] .btn.btn-primary.focus,
[data-color='lavendar'] .btn.btn-primary:active,
[data-color='lavendar'] .btn.btn-primary.active,
[data-color='lavendar'] .page-header .btn-added:hover,
[data-color='lavendar'] .page-header .btn-added:focus,
[data-color='lavendar'] .page-header .btn-added.focus,
[data-color='lavendar'] .page-header .btn-added:active,
[data-color='lavendar'] .page-header .btn-added.active {
	background-color: #503de2;
	border: 1px solid #503de2;
}
[data-color='lavendar'] .btn-check:checked + .btn,
[data-color='lavendar'] .btn.active,
[data-color='lavendar'] .btn.show,
[data-color='lavendar'] .btn.show:hover,
[data-color='lavendar'] .btn:first-child:active,
[data-color='lavendar'] :not(.btn-check) + .btn:active {
	background-color: #6c5ce7;
	border-color: #6c5ce7;
}
[data-color='lavendar'] .link-primary {
	color: #6c5ce7 !important;
}
[data-color='lavendar'] .link-primary:hover,
[data-color='lavendar'] .link-primary:focus,
[data-color='lavendar'] .link-primary:active {
	color: #503de2;
}
[data-color='lavendar'] .text-primary {
	color: #6c5ce7 !important;
}
[data-color='lavendar'] .badge.badge-primary {
	background: #6c5ce7;
}
[data-color='lavendar'] .dataTables_paginate .pagination li.active a.page-link {
	background: #6c5ce7;
	border-color: #6c5ce7;
}
[data-color='lavendar'] .bg-primary {
	background-color: #6c5ce7 !important;
	border: 1px solid #6c5ce7 !important;
}
[data-color='lavendar'] .border-bottom.border-primary {
	border-color: #6c5ce7 !important;
}
[data-color='lavendar'] .border-primary {
	border-color: #6c5ce7 !important;
}
[data-color='lavendar'] .nav-tabs.nav-tabs-bottom li a.active,
[data-color='lavendar'] .nav-tabs.nav-tabs-bottom li a:hover {
	border-bottom-color: #6c5ce7;
	color: #6c5ce7;
}
[data-color='lavendar'] .badge.badge-soft-primary {
	background: rgba(108, 92, 231, 0.1);
	color: #6c5ce7;
}
[data-color='lavendar'] a:hover {
	color: #6c5ce7;
}
[data-color='lavendar'] .btn-outline-primary {
	border: 1px solid #6c5ce7 !important;
	color: #6c5ce7 !important;
}
[data-color='lavendar'] .btn-outline-primary:hover,
[data-color='lavendar'] .btn-outline-primary:focus,
[data-color='lavendar'] .btn-outline-primary.focus,
[data-color='lavendar'] .btn-outline-primary:active,
[data-color='lavendar'] .btn-outline-primary.active {
	background-color: #6c5ce7 !important;
	border: 1px solid #6c5ce7 !important;
}
[data-color='lavendar']
	.select2-container--default.select2-container--open.select2-container--below
	.select2-selection--single {
	border-color: #6c5ce7;
}
[data-color='lavendar']
	.select2-container--default
	.select2-results__option--highlighted[aria-selected] {
	background: #6c5ce7;
}
[data-color='lavendar'] .nav-tabs.nav-tabs-solid.nav-tabs-rounded-fill li a.active {
	background-color: #6c5ce7;
	border-color: #6c5ce7;
}
[data-color='lavendar'] .nav-tabs .nav-link:hover {
	color: #6c5ce7;
}
[data-color='lavendar'] .form-check-input:checked {
	background-color: #6c5ce7;
	border-color: #6c5ce7;
}
[data-color='lavendar'] .sidebar-contact .toggle-theme {
	background-color: #6c5ce7;
}
[data-color='lavendar'] .header .header-user .user-menu .profile-dropdown .dropdown-item:hover {
	color: #6c5ce7;
}
[data-color='lavendar'] #sales-income .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color='lavendar'] #revenue-income .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color='lavendar'] #leads_stage .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color='lavendar'] #s-col .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color='lavendar'] #s-col-stacked .apexcharts-bar-series .apexcharts-series:nth-child(1) path {
	fill: #6c5ce7;
}
[data-color='lavendar'] #deals_stage .apexcharts-bar-series .apexcharts-series path,
[data-color='lavendar'] #emp-department .apexcharts-bar-series .apexcharts-series path,
[data-color='lavendar'] #s-bar .apexcharts-bar-series .apexcharts-series path,
[data-color='lavendar'] #mixed-chart .apexcharts-bar-series .apexcharts-series path {
	fill: #6c5ce7;
}
[data-color='lavendar']
	#mixed-chart
	.apexcharts-legend-series:first-child
	.apexcharts-legend-marker,
[data-color='lavendar']
	#s-col-stacked
	.apexcharts-legend-series:first-child
	.apexcharts-legend-marker,
[data-color='lavendar'] #s-col .apexcharts-legend-series:first-child .apexcharts-legend-marker {
	fill: #6c5ce7;
}
[data-color='lavendar'] #s-line .apexcharts-line-series .apexcharts-series path {
	stroke: #6c5ce7;
}
[data-color='lavendar'] #s-line .apexcharts-line-series .apexcharts-marker {
	fill: #6c5ce7;
}
[data-color='lavendar'] #chart-bar-stacked .c3-target-data2 .c3-bar,
[data-color='lavendar'] #chart-bar .c3-target-data2 .c3-bar,
[data-color='lavendar'] #chart-bar-rotated .c3-target-data2 .c3-bar {
	fill: #6c5ce7 !important;
}
[data-color='lavendar'] #chart-spline-rotated .c3-target-data2 .c3-line {
	stroke: #6c5ce7 !important;
}
[data-color='lavendar'] #chart-spline-rotated .c3-target-data2 .c3-circle {
	fill: #6c5ce7;
}
[data-color='lavendar'] .nav.tab-style-1 .nav-link.active {
	background-color: #6c5ce7 !important;
}
[data-color='lavendar'] .table tbody tr td a:hover {
	color: #6c5ce7;
}

[data-color='magenta'] .sidebar .sidebar-logo #toggle_btn {
	background: #0984e3;
}
[data-color='magenta'] .sidebar .sidebar-menu > ul > li ul li a.active {
	color: #0984e3;
}
[data-color='magenta'] .sidebar .sidebar-menu > ul > li ul li.active a span,
[data-color='magenta'] .sidebar .sidebar-menu > ul > li ul li.active a i {
	color: #0984e3;
}
[data-color='magenta'] .sidebar .sidebar-menu > ul > li ul > li.active a .menu-arrow::before {
	border-right: 2px solid #0984e3;
	border-bottom: 2px solid #0984e3;
}
[data-color='magenta'] .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop {
	color: #0984e3;
}
[data-color='magenta'] .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop span {
	color: #0984e3;
}
[data-color='magenta'] .sidebar .sidebar-menu > ul li .submenu > ul li a:before {
	background: #0984e3;
}
[data-color='magenta'] .sidebar .sidebar-menu > ul li .submenu > ul li a.active {
	color: #0984e3;
}
[data-color='magenta'] .sidebar .sidebar-menu > ul li .submenu > ul li a:hover {
	color: #0984e3;
}
[data-color='magenta'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-color='magenta'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active {
	color: #0984e3;
}
[data-color='magenta'] .sidebar .nav-link.active {
	color: #0984e3;
}
[data-color='magenta'] .sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a:hover,
[data-color='magenta'] .sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a.active {
	color: #0984e3;
}
[data-color='magenta'] .btn.btn-primary,
[data-color='magenta'] .page-header .btn-added {
	background-color: #0984e3 !important;
	border: 1px solid #0984e3 !important;
}
[data-color='magenta'] .btn.btn-primary:hover,
[data-color='magenta'] .btn.btn-primary:focus,
[data-color='magenta'] .btn.btn-primary.focus,
[data-color='magenta'] .btn.btn-primary:active,
[data-color='magenta'] .btn.btn-primary.active,
[data-color='magenta'] .page-header .btn-added:hover,
[data-color='magenta'] .page-header .btn-added:focus,
[data-color='magenta'] .page-header .btn-added.focus,
[data-color='magenta'] .page-header .btn-added:active,
[data-color='magenta'] .page-header .btn-added.active {
	background-color: #0870c1;
	border: 1px solid #0870c1;
}
[data-color='magenta'] .btn-check:checked + .btn,
[data-color='magenta'] .btn.active,
[data-color='magenta'] .btn.show,
[data-color='magenta'] .btn.show:hover,
[data-color='magenta'] .btn:first-child:active,
[data-color='magenta'] :not(.btn-check) + .btn:active {
	background-color: #0984e3;
	border-color: #0984e3;
}
[data-color='magenta'] .link-primary {
	color: #0984e3 !important;
}
[data-color='magenta'] .link-primary:hover,
[data-color='magenta'] .link-primary:focus,
[data-color='magenta'] .link-primary:active {
	color: #0870c1;
}
[data-color='magenta'] .text-primary {
	color: #0984e3 !important;
}
[data-color='magenta'] .badge.badge-primary {
	background: #0984e3;
}
[data-color='magenta'] .dataTables_paginate .pagination li.active a.page-link {
	background: #0984e3;
	border-color: #0984e3;
}
[data-color='magenta'] .bg-primary {
	background-color: #0984e3 !important;
	border: 1px solid #0984e3 !important;
}
[data-color='magenta'] .border-bottom.border-primary {
	border-color: #0984e3 !important;
}
[data-color='magenta'] .border-primary {
	border-color: #0984e3 !important;
}
[data-color='magenta'] .nav-tabs.nav-tabs-bottom li a.active,
[data-color='magenta'] .nav-tabs.nav-tabs-bottom li a:hover {
	border-bottom-color: #0984e3;
	color: #0984e3;
}
[data-color='magenta'] .badge.badge-soft-primary {
	background: rgba(9, 132, 227, 0.1);
	color: #0984e3;
}
[data-color='magenta'] a:hover {
	color: #0984e3;
}
[data-color='magenta'] .btn-outline-primary {
	border: 1px solid #0984e3 !important;
	color: #0984e3 !important;
}
[data-color='magenta'] .btn-outline-primary:hover,
[data-color='magenta'] .btn-outline-primary:focus,
[data-color='magenta'] .btn-outline-primary.focus,
[data-color='magenta'] .btn-outline-primary:active,
[data-color='magenta'] .btn-outline-primary.active {
	background-color: #0984e3 !important;
	border: 1px solid #0984e3 !important;
}
[data-color='magenta']
	.select2-container--default.select2-container--open.select2-container--below
	.select2-selection--single {
	border-color: #0984e3;
}
[data-color='magenta']
	.select2-container--default
	.select2-results__option--highlighted[aria-selected] {
	background: #0984e3;
}
[data-color='magenta'] .nav-tabs.nav-tabs-solid.nav-tabs-rounded-fill li a.active {
	background-color: #0984e3;
	border-color: #0984e3;
}
[data-color='magenta'] .nav-tabs .nav-link:hover {
	color: #0984e3;
}
[data-color='magenta'] .form-check-input:checked {
	background-color: #0984e3;
	border-color: #0984e3;
}
[data-color='magenta'] .sidebar-contact .toggle-theme {
	background-color: #0984e3;
}
[data-color='magenta'] .header .header-user .user-menu .profile-dropdown .dropdown-item:hover {
	color: #0984e3;
}
[data-color='magenta'] #sales-income .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color='magenta'] #revenue-income .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color='magenta'] #leads_stage .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color='magenta'] #s-col .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color='magenta'] #s-col-stacked .apexcharts-bar-series .apexcharts-series:nth-child(1) path {
	fill: #0984e3;
}
[data-color='magenta'] #deals_stage .apexcharts-bar-series .apexcharts-series path,
[data-color='magenta'] #emp-department .apexcharts-bar-series .apexcharts-series path,
[data-color='magenta'] #s-bar .apexcharts-bar-series .apexcharts-series path,
[data-color='magenta'] #mixed-chart .apexcharts-bar-series .apexcharts-series path {
	fill: #0984e3;
}
[data-color='magenta'] #mixed-chart .apexcharts-legend-series:first-child .apexcharts-legend-marker,
[data-color='magenta']
	#s-col-stacked
	.apexcharts-legend-series:first-child
	.apexcharts-legend-marker,
[data-color='magenta'] #s-col .apexcharts-legend-series:first-child .apexcharts-legend-marker {
	fill: #0984e3;
}
[data-color='magenta'] #s-line .apexcharts-line-series .apexcharts-series path {
	stroke: #0984e3;
}
[data-color='magenta'] #s-line .apexcharts-line-series .apexcharts-marker {
	fill: #0984e3;
}
[data-color='magenta'] #chart-bar-stacked .c3-target-data2 .c3-bar,
[data-color='magenta'] #chart-bar .c3-target-data2 .c3-bar,
[data-color='magenta'] #chart-bar-rotated .c3-target-data2 .c3-bar {
	fill: #0984e3 !important;
}
[data-color='magenta'] #chart-spline-rotated .c3-target-data2 .c3-line {
	stroke: #0984e3 !important;
}
[data-color='magenta'] #chart-spline-rotated .c3-target-data2 .c3-circle {
	fill: #0984e3;
}
[data-color='magenta'] .nav.tab-style-1 .nav-link.active {
	background-color: #0984e3 !important;
}
[data-color='magenta'] .table tbody tr td a:hover {
	color: #0984e3;
}

[data-color='chromeyellow'] .sidebar .sidebar-logo #toggle_btn {
	background: #00b894;
}
[data-color='chromeyellow'] .sidebar .sidebar-menu > ul > li ul li a.active {
	color: #00b894;
}
[data-color='chromeyellow'] .sidebar .sidebar-menu > ul > li ul li.active a span,
[data-color='chromeyellow'] .sidebar .sidebar-menu > ul > li ul li.active a i {
	color: #00b894;
}
[data-color='chromeyellow'] .sidebar .sidebar-menu > ul > li ul > li.active a .menu-arrow::before {
	border-right: 2px solid #00b894;
	border-bottom: 2px solid #00b894;
}
[data-color='chromeyellow'] .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop {
	color: #00b894;
}
[data-color='chromeyellow'] .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop span {
	color: #00b894;
}
[data-color='chromeyellow'] .sidebar .sidebar-menu > ul li .submenu > ul li a:before {
	background: #00b894;
}
[data-color='chromeyellow'] .sidebar .sidebar-menu > ul li .submenu > ul li a.active {
	color: #00b894;
}
[data-color='chromeyellow'] .sidebar .sidebar-menu > ul li .submenu > ul li a:hover {
	color: #00b894;
}
[data-color='chromeyellow'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-color='chromeyellow'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active {
	color: #00b894;
}
[data-color='chromeyellow'] .sidebar .nav-link.active {
	color: #00b894;
}
[data-color='chromeyellow'] .sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a:hover,
[data-color='chromeyellow']
	.sidebar-twocol.sidebar
	.sidebar-right
	ul
	li.submenu
	ul
	> li
	> a.active {
	color: #00b894;
}
[data-color='chromeyellow'] .btn.btn-primary,
[data-color='chromeyellow'] .page-header .btn-added {
	background-color: #00b894 !important;
	border: 1px solid #00b894 !important;
}
[data-color='chromeyellow'] .btn.btn-primary:hover,
[data-color='chromeyellow'] .btn.btn-primary:focus,
[data-color='chromeyellow'] .btn.btn-primary.focus,
[data-color='chromeyellow'] .btn.btn-primary:active,
[data-color='chromeyellow'] .btn.btn-primary.active,
[data-color='chromeyellow'] .page-header .btn-added:hover,
[data-color='chromeyellow'] .page-header .btn-added:focus,
[data-color='chromeyellow'] .page-header .btn-added.focus,
[data-color='chromeyellow'] .page-header .btn-added:active,
[data-color='chromeyellow'] .page-header .btn-added.active {
	background-color: #009477;
	border: 1px solid #009477;
}
[data-color='chromeyellow'] .btn-check:checked + .btn,
[data-color='chromeyellow'] .btn.active,
[data-color='chromeyellow'] .btn.show,
[data-color='chromeyellow'] .btn.show:hover,
[data-color='chromeyellow'] .btn:first-child:active,
[data-color='chromeyellow'] :not(.btn-check) + .btn:active {
	background-color: #00b894;
	border-color: #00b894;
}
[data-color='chromeyellow'] .link-primary {
	color: #00b894 !important;
}
[data-color='chromeyellow'] .link-primary:hover,
[data-color='chromeyellow'] .link-primary:focus,
[data-color='chromeyellow'] .link-primary:active {
	color: #009477;
}
[data-color='chromeyellow'] .text-primary {
	color: #00b894 !important;
}
[data-color='chromeyellow'] .badge.badge-primary {
	background: #00b894;
}
[data-color='chromeyellow'] .dataTables_paginate .pagination li.active a.page-link {
	background: #00b894;
	border-color: #00b894;
}
[data-color='chromeyellow'] .bg-primary {
	background-color: #00b894 !important;
	border: 1px solid #00b894 !important;
}
[data-color='chromeyellow'] .border-bottom.border-primary {
	border-color: #00b894 !important;
}
[data-color='chromeyellow'] .border-primary {
	border-color: #00b894 !important;
}
[data-color='chromeyellow'] .nav-tabs.nav-tabs-bottom li a.active,
[data-color='chromeyellow'] .nav-tabs.nav-tabs-bottom li a:hover {
	border-bottom-color: #00b894;
	color: #00b894;
}
[data-color='chromeyellow'] .badge.badge-soft-primary {
	background: rgba(0, 184, 148, 0.1);
	color: #00b894;
}
[data-color='chromeyellow'] a:hover {
	color: #00b894;
}
[data-color='chromeyellow'] .btn-outline-primary {
	border: 1px solid #00b894 !important;
	color: #00b894 !important;
}
[data-color='chromeyellow'] .btn-outline-primary:hover,
[data-color='chromeyellow'] .btn-outline-primary:focus,
[data-color='chromeyellow'] .btn-outline-primary.focus,
[data-color='chromeyellow'] .btn-outline-primary:active,
[data-color='chromeyellow'] .btn-outline-primary.active {
	background-color: #00b894 !important;
	border: 1px solid #00b894 !important;
}
[data-color='chromeyellow']
	.select2-container--default.select2-container--open.select2-container--below
	.select2-selection--single {
	border-color: #00b894;
}
[data-color='chromeyellow']
	.select2-container--default
	.select2-results__option--highlighted[aria-selected] {
	background: #00b894;
}
[data-color='chromeyellow'] .nav-tabs.nav-tabs-solid.nav-tabs-rounded-fill li a.active {
	background-color: #00b894;
	border-color: #00b894;
}
[data-color='chromeyellow'] .nav-tabs .nav-link:hover {
	color: #00b894;
}
[data-color='chromeyellow'] .form-check-input:checked {
	background-color: #00b894;
	border-color: #00b894;
}
[data-color='chromeyellow'] .sidebar-contact .toggle-theme {
	background-color: #00b894;
}
[data-color='chromeyellow'] .header .header-user .user-menu .profile-dropdown .dropdown-item:hover {
	color: #00b894;
}
[data-color='chromeyellow']
	#sales-income
	.apexcharts-bar-series
	.apexcharts-series:nth-child(1)
	path,
[data-color='chromeyellow']
	#revenue-income
	.apexcharts-bar-series
	.apexcharts-series:nth-child(1)
	path,
[data-color='chromeyellow']
	#leads_stage
	.apexcharts-bar-series
	.apexcharts-series:nth-child(1)
	path,
[data-color='chromeyellow'] #s-col .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color='chromeyellow']
	#s-col-stacked
	.apexcharts-bar-series
	.apexcharts-series:nth-child(1)
	path {
	fill: #00b894;
}
[data-color='chromeyellow'] #deals_stage .apexcharts-bar-series .apexcharts-series path,
[data-color='chromeyellow'] #emp-department .apexcharts-bar-series .apexcharts-series path,
[data-color='chromeyellow'] #s-bar .apexcharts-bar-series .apexcharts-series path,
[data-color='chromeyellow'] #mixed-chart .apexcharts-bar-series .apexcharts-series path {
	fill: #00b894;
}
[data-color='chromeyellow']
	#mixed-chart
	.apexcharts-legend-series:first-child
	.apexcharts-legend-marker,
[data-color='chromeyellow']
	#s-col-stacked
	.apexcharts-legend-series:first-child
	.apexcharts-legend-marker,
[data-color='chromeyellow'] #s-col .apexcharts-legend-series:first-child .apexcharts-legend-marker {
	fill: #00b894;
}
[data-color='chromeyellow'] #s-line .apexcharts-line-series .apexcharts-series path {
	stroke: #00b894;
}
[data-color='chromeyellow'] #s-line .apexcharts-line-series .apexcharts-marker {
	fill: #00b894;
}
[data-color='chromeyellow'] #chart-bar-stacked .c3-target-data2 .c3-bar,
[data-color='chromeyellow'] #chart-bar .c3-target-data2 .c3-bar,
[data-color='chromeyellow'] #chart-bar-rotated .c3-target-data2 .c3-bar {
	fill: #00b894 !important;
}
[data-color='chromeyellow'] #chart-spline-rotated .c3-target-data2 .c3-line {
	stroke: #00b894 !important;
}
[data-color='chromeyellow'] #chart-spline-rotated .c3-target-data2 .c3-circle {
	fill: #00b894;
}
[data-color='chromeyellow'] .nav.tab-style-1 .nav-link.active {
	background-color: #00b894 !important;
}
[data-color='chromeyellow'] .table tbody tr td a:hover {
	color: #00b894;
}

[data-color='orange'] .sidebar .sidebar-logo #toggle_btn {
	background: #e04f16;
}
[data-color='orange'] .sidebar .sidebar-menu > ul > li ul li a.active {
	color: #e04f16;
}
[data-color='orange'] .sidebar .sidebar-menu > ul > li ul li.active a span,
[data-color='orange'] .sidebar .sidebar-menu > ul > li ul li.active a i {
	color: #e04f16;
}
[data-color='orange'] .sidebar .sidebar-menu > ul > li ul > li.active a .menu-arrow::before {
	border-right: 2px solid #e04f16;
	border-bottom: 2px solid #e04f16;
}
[data-color='orange'] .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop {
	color: #e04f16;
}
[data-color='orange'] .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop span {
	color: #e04f16;
}
[data-color='orange'] .sidebar .sidebar-menu > ul li .submenu > ul li a:before {
	background: #e04f16;
}
[data-color='orange'] .sidebar .sidebar-menu > ul li .submenu > ul li a.active {
	color: #e04f16;
}
[data-color='orange'] .sidebar .sidebar-menu > ul li .submenu > ul li a:hover {
	color: #e04f16;
}
[data-color='orange'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-color='orange'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active {
	color: #e04f16;
}
[data-color='orange'] .sidebar .nav-link.active {
	color: #e04f16;
}
[data-color='orange'] .sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a:hover,
[data-color='orange'] .sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a.active {
	color: #e04f16;
}
[data-color='orange'] .btn.btn-primary,
[data-color='orange'] .page-header .btn-added {
	background-color: #e04f16 !important;
	border: 1px solid #e04f16 !important;
}
[data-color='orange'] .btn.btn-primary:hover,
[data-color='orange'] .btn.btn-primary:focus,
[data-color='orange'] .btn.btn-primary.focus,
[data-color='orange'] .btn.btn-primary:active,
[data-color='orange'] .btn.btn-primary.active,
[data-color='orange'] .page-header .btn-added:hover,
[data-color='orange'] .page-header .btn-added:focus,
[data-color='orange'] .page-header .btn-added.focus,
[data-color='orange'] .page-header .btn-added:active,
[data-color='orange'] .page-header .btn-added.active {
	background-color: #bf4413;
	border: 1px solid #bf4413;
}
[data-color='orange'] .btn-check:checked + .btn,
[data-color='orange'] .btn.active,
[data-color='orange'] .btn.show,
[data-color='orange'] .btn.show:hover,
[data-color='orange'] .btn:first-child:active,
[data-color='orange'] :not(.btn-check) + .btn:active {
	background-color: #e04f16;
	border-color: #e04f16;
}
[data-color='orange'] .link-primary {
	color: #e04f16 !important;
}
[data-color='orange'] .link-primary:hover,
[data-color='orange'] .link-primary:focus,
[data-color='orange'] .link-primary:active {
	color: #bf4413;
}
[data-color='orange'] .text-primary {
	color: #e04f16 !important;
}
[data-color='orange'] .badge.badge-primary {
	background: #e04f16;
}
[data-color='orange'] .dataTables_paginate .pagination li.active a.page-link {
	background: #e04f16;
	border-color: #e04f16;
}
[data-color='orange'] .bg-primary {
	background-color: #e04f16 !important;
	border: 1px solid #e04f16 !important;
}
[data-color='orange'] .border-bottom.border-primary {
	border-color: #e04f16 !important;
}
[data-color='orange'] .border-primary {
	border-color: #e04f16 !important;
}
[data-color='orange'] .nav-tabs.nav-tabs-bottom li a.active,
[data-color='orange'] .nav-tabs.nav-tabs-bottom li a:hover {
	border-bottom-color: #e04f16;
	color: #e04f16;
}
[data-color='orange'] .badge.badge-soft-primary {
	background: rgba(224, 79, 22, 0.1);
	color: #e04f16;
}
[data-color='orange'] a:hover {
	color: #e04f16;
}
[data-color='orange'] .btn-outline-primary {
	border: 1px solid #e04f16 !important;
	color: #e04f16 !important;
}
[data-color='orange'] .btn-outline-primary:hover,
[data-color='orange'] .btn-outline-primary:focus,
[data-color='orange'] .btn-outline-primary.focus,
[data-color='orange'] .btn-outline-primary:active,
[data-color='orange'] .btn-outline-primary.active {
	background-color: #e04f16 !important;
	border: 1px solid #e04f16 !important;
}
[data-color='orange']
	.select2-container--default.select2-container--open.select2-container--below
	.select2-selection--single {
	border-color: #e04f16;
}
[data-color='orange']
	.select2-container--default
	.select2-results__option--highlighted[aria-selected] {
	background: #e04f16;
}
[data-color='orange'] .nav-tabs.nav-tabs-solid.nav-tabs-rounded-fill li a.active {
	background-color: #e04f16;
	border-color: #e04f16;
}
[data-color='orange'] .nav-tabs .nav-link:hover {
	color: #e04f16;
}
[data-color='orange'] .form-check-input:checked {
	background-color: #e04f16;
	border-color: #e04f16;
}
[data-color='orange'] .sidebar-contact .toggle-theme {
	background-color: #e04f16;
}
[data-color='orange'] .header .header-user .user-menu .profile-dropdown .dropdown-item:hover {
	color: #e04f16;
}
[data-color='orange'] #sales-income .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color='orange'] #revenue-income .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color='orange'] #leads_stage .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color='orange'] #s-col .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color='orange'] #s-col-stacked .apexcharts-bar-series .apexcharts-series:nth-child(1) path {
	fill: #e04f16;
}
[data-color='orange'] #deals_stage .apexcharts-bar-series .apexcharts-series path,
[data-color='orange'] #emp-department .apexcharts-bar-series .apexcharts-series path,
[data-color='orange'] #s-bar .apexcharts-bar-series .apexcharts-series path,
[data-color='orange'] #mixed-chart .apexcharts-bar-series .apexcharts-series path {
	fill: #e04f16;
}
[data-color='orange'] #mixed-chart .apexcharts-legend-series:first-child .apexcharts-legend-marker,
[data-color='orange']
	#s-col-stacked
	.apexcharts-legend-series:first-child
	.apexcharts-legend-marker,
[data-color='orange'] #s-col .apexcharts-legend-series:first-child .apexcharts-legend-marker {
	fill: #e04f16;
}
[data-color='orange'] #s-line .apexcharts-line-series .apexcharts-series path {
	stroke: #e04f16;
}
[data-color='orange'] #s-line .apexcharts-line-series .apexcharts-marker {
	fill: #e04f16;
}
[data-color='orange'] #chart-bar-stacked .c3-target-data2 .c3-bar,
[data-color='orange'] #chart-bar .c3-target-data2 .c3-bar,
[data-color='orange'] #chart-bar-rotated .c3-target-data2 .c3-bar {
	fill: #e04f16 !important;
}
[data-color='orange'] #chart-spline-rotated .c3-target-data2 .c3-line {
	stroke: #e04f16 !important;
}
[data-color='orange'] #chart-spline-rotated .c3-target-data2 .c3-circle {
	fill: #e04f16;
}
[data-color='orange'] .nav.tab-style-1 .nav-link.active {
	background-color: #e04f16 !important;
}
[data-color='orange'] .table tbody tr td a:hover {
	color: #e04f16;
}

[data-color='all'] .sidebar .sidebar-menu > ul > li ul li a.active {
	color: rgba(var(--primary-rgb-picr), 1);
}
[data-color='all'] .sidebar .sidebar-menu > ul > li ul li.active a span,
[data-color='all'] .sidebar .sidebar-menu > ul > li ul li.active a i {
	color: rgba(var(--primary-rgb-picr), 1);
}
[data-color='all'] .sidebar .sidebar-menu > ul > li ul > li.active a .menu-arrow::before {
	border-right: 2px solid rgba(var(--primary-rgb-picr), 1);
	border-bottom: 2px solid rgba(var(--primary-rgb-picr), 1);
}
[data-color='all'] .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop {
	color: rgba(var(--primary-rgb-picr), 1);
}
[data-color='all'] .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop span {
	color: rgba(var(--primary-rgb-picr), 1);
}
[data-color='all'] .sidebar .sidebar-menu > ul li .submenu > ul li a:before {
	background: rgba(var(--primary-rgb-picr), 1);
}
[data-color='all'] .sidebar .sidebar-menu > ul li .submenu > ul li a.active {
	color: rgba(var(--primary-rgb-picr), 1);
}
[data-color='all'] .sidebar .sidebar-menu > ul li .submenu > ul li a:hover {
	color: rgba(var(--primary-rgb-picr), 1);
}
[data-color='all'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-color='all'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active {
	color: rgba(var(--primary-rgb-picr), 1);
}
[data-color='all'] .sidebar .nav-link.active {
	color: rgba(var(--primary-rgb-picr), 1);
}
[data-color='all'] .sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a:hover,
[data-color='all'] .sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a.active {
	color: rgba(var(--primary-rgb-picr), 1);
}
[data-color='all'] .btn.btn-primary,
[data-color='all'] .page-header .btn-added {
	background-color: rgba(var(--primary-rgb-picr), 1) !important;
	border: 1px solid rgba(var(--primary-rgb-picr), 1) !important;
}
[data-color='all'] .btn.btn-primary:hover,
[data-color='all'] .btn.btn-primary:focus,
[data-color='all'] .btn.btn-primary.focus,
[data-color='all'] .btn.btn-primary:active,
[data-color='all'] .btn.btn-primary.active,
[data-color='all'] .page-header .btn-added:hover,
[data-color='all'] .page-header .btn-added:focus,
[data-color='all'] .page-header .btn-added.focus,
[data-color='all'] .page-header .btn-added:active,
[data-color='all'] .page-header .btn-added.active {
	background-color: rgba(var(--primary-rgb-picr), 2);
	border: 1px solid rgba(var(--primary-rgb-picr), 2);
}
[data-color='all'] .btn-check:checked + .btn,
[data-color='all'] .btn.active,
[data-color='all'] .btn.show,
[data-color='all'] .btn.show:hover,
[data-color='all'] .btn:first-child:active,
[data-color='all'] :not(.btn-check) + .btn:active {
	background-color: rgba(var(--primary-rgb-picr), 1);
	border-color: rgba(var(--primary-rgb-picr), 1);
}
[data-color='all'] .link-primary {
	color: rgba(var(--primary-rgb-picr), 1) !important;
}
[data-color='all'] .link-primary:hover,
[data-color='all'] .link-primary:focus,
[data-color='all'] .link-primary:active {
	color: rgba(var(--primary-rgb-picr), 1);
}
[data-color='all'] .text-primary {
	color: rgba(var(--primary-rgb-picr), 1) !important;
}
[data-color='all'] .badge.badge-primary {
	background: rgba(var(--primary-rgb-picr), 1);
}
[data-color='all'] .dataTables_paginate .pagination li.active a.page-link {
	background: rgba(var(--primary-rgb-picr), 1);
	border-color: rgba(var(--primary-rgb-picr), 1);
}
[data-color='all'] .bg-primary {
	background-color: rgba(var(--primary-rgb-picr), 1) !important;
	border: 1px solid rgba(var(--primary-rgb-picr), 1) !important;
}
[data-color='all'] .border-bottom.border-primary {
	border-color: rgba(var(--primary-rgb-picr), 1) !important;
}
[data-color='all'] .border-primary {
	border-color: rgba(var(--primary-rgb-picr), 1) !important;
}
[data-color='all'] .nav-tabs.nav-tabs-bottom li a.active,
[data-color='all'] .nav-tabs.nav-tabs-bottom li a:hover {
	border-bottom-color: rgba(var(--primary-rgb-picr), 1);
	color: rgba(var(--primary-rgb-picr), 1);
}
[data-color='all'] .badge.badge-soft-primary {
	background: rgba(var(--primary-rgb-picr), 0.1);
	color: rgba(var(--primary-rgb-picr), 1);
}
[data-color='all'] a:hover {
	color: rgba(var(--primary-rgb-picr), 1);
}
[data-color='all'] .btn-outline-primary {
	border: 1px solid rgba(var(--primary-rgb-picr), 1) !important;
	color: rgba(var(--primary-rgb-picr), 1) !important;
}
[data-color='all'] .btn-outline-primary:hover,
[data-color='all'] .btn-outline-primary:focus,
[data-color='all'] .btn-outline-primary.focus,
[data-color='all'] .btn-outline-primary:active,
[data-color='all'] .btn-outline-primary.active {
	background-color: rgba(var(--primary-rgb-picr), 1) !important;
	border: 1px solid rgba(var(--primary-rgb-picr), 1) !important;
}
[data-color='all']
	.select2-container--default.select2-container--open.select2-container--below
	.select2-selection--single {
	border-color: rgba(var(--primary-rgb-picr), 1);
}
[data-color='all']
	.select2-container--default
	.select2-results__option--highlighted[aria-selected] {
	background: rgba(var(--primary-rgb-picr), 1);
}
[data-color='all'] .nav-tabs.nav-tabs-solid.nav-tabs-rounded-fill li a.active {
	background-color: rgba(var(--primary-rgb-picr), 1);
	border-color: rgba(var(--primary-rgb-picr), 1);
}
[data-color='all'] .nav-tabs .nav-link:hover {
	color: rgba(var(--primary-rgb-picr), 1);
}
[data-color='all'] .form-check-input:checked {
	background-color: rgba(var(--primary-rgb-picr), 1);
	border-color: rgba(var(--primary-rgb-picr), 1);
}
[data-color='all'] .sidebar-contact .toggle-theme {
	background-color: rgba(var(--primary-rgb-picr), 1);
}
[data-color='all'] .header .header-user .user-menu .profile-dropdown .dropdown-item:hover {
	color: rgba(var(--primary-rgb-picr), 1);
}
[data-color='all'] #sales-income .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color='all'] #revenue-income .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color='all'] #leads_stage .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color='all'] #s-col .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color='all'] #s-col-stacked .apexcharts-bar-series .apexcharts-series:nth-child(1) path {
	fill: rgba(var(--primary-rgb-picr), 1);
}
[data-color='all'] #deals_stage .apexcharts-bar-series .apexcharts-series path,
[data-color='all'] #emp-department .apexcharts-bar-series .apexcharts-series path,
[data-color='all'] #s-bar .apexcharts-bar-series .apexcharts-series path,
[data-color='all'] #mixed-chart .apexcharts-bar-series .apexcharts-series path {
	fill: rgba(var(--primary-rgb-picr), 1);
}
[data-color='all'] #mixed-chart .apexcharts-legend-series:first-child .apexcharts-legend-marker,
[data-color='all'] #s-col-stacked .apexcharts-legend-series:first-child .apexcharts-legend-marker,
[data-color='all'] #s-col .apexcharts-legend-series:first-child .apexcharts-legend-marker {
	fill: rgba(var(--primary-rgb-picr), 1);
}
[data-color='all'] #s-line .apexcharts-line-series .apexcharts-series path {
	stroke: rgba(var(--primary-rgb-picr), 1);
}
[data-color='all'] #s-line .apexcharts-line-series .apexcharts-marker {
	fill: rgba(var(--primary-rgb-picr), 1);
}
[data-color='all'] #chart-bar-stacked .c3-target-data2 .c3-bar,
[data-color='all'] #chart-bar .c3-target-data2 .c3-bar,
[data-color='all'] #chart-bar-rotated .c3-target-data2 .c3-bar {
	fill: rgba(var(--primary-rgb-picr), 1) !important;
}
[data-color='all'] #chart-spline-rotated .c3-target-data2 .c3-line {
	stroke: rgba(var(--primary-rgb-picr), 1) !important;
}
[data-color='all'] #chart-spline-rotated .c3-target-data2 .c3-circle {
	fill: rgba(var(--primary-rgb-picr), 1);
}
[data-color='all'] .nav.tab-style-1 .nav-link.active {
	background-color: rgba(var(--primary-rgb-picr), 1);
}
[data-color='all'] .table tbody tr td a:hover {
	color: rgba(var(--primary-rgb-picr), 1);
}

body.layout-mode-rtl {
	direction: rtl;
}
body.layout-mode-rtl .slide-nav .sidebar {
	margin-right: 0;
}
body.layout-mode-rtl .sidebar {
	right: 0;
	left: unset;
	border-right: 0;
	border-left: 1px solid #e6eaed;
}
body.layout-mode-rtl .sidebar .sidebar-menu > ul > li .submenu ul::before {
	right: 14px;
	left: unset;
}
body.layout-mode-rtl .sidebar .sidebar-menu > ul > li .submenu > ul li a {
	padding: 8px 32px 8px 8px;
}
body.layout-mode-rtl .sidebar .sidebar-menu > ul > li .submenu > ul li a::before {
	right: 13px;
	left: unset;
}
body.layout-mode-rtl .sidebar .sidebar-menu > ul > li ul li a span {
	margin-right: 10px;
	margin-left: 0;
}
body.layout-mode-rtl .sidebar .sidebar-menu .menu-arrow {
	left: 10px;
	right: unset;
}
body.layout-mode-rtl .sidebar .sidebar-menu > ul > li .submenu-hdr::after {
	margin-right: 8px;
	margin-left: 0;
}
@media (max-width: 991.96px) {
	body.layout-mode-rtl .sidebar {
		margin-right: -575px;
	}
}
body.layout-mode-rtl .header-left {
	float: right;
	border-right: 0;
	border-left: 1px solid #e6eaed;
}
body.layout-mode-rtl .page-wrapper {
	margin-right: 252px;
	margin-left: 0;
}
body.layout-mode-rtl.mini-sidebar .page-wrapper {
	margin-right: 80px;
}
body.layout-mode-rtl .header .input-group input {
	border-right: 1px solid #bcbfc3 !important;
	border-top-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
	border-left: 0 !important;
	padding: 0.5rem 1.875rem 0.5rem 0.625rem;
}
body.layout-mode-rtl .header .input-group .input-group-text {
	border-right: 0;
	border-radius: 5px !important;
	border-left: 1px solid #e6eaed;
}
body.layout-mode-rtl .header .input-group .input-group-text:last-child {
	padding-left: 10px;
	padding-right: 0;
}
@media (max-width: 991.96px) {
	body.layout-mode-rtl .header .mobile_btn {
		right: 0;
		left: unset;
	}
}
body.layout-mode-rtl .header .mobile-user-menu {
	left: 0;
	right: auto;
	text-align: left;
}
body.layout-mode-rtl .input-icon-addon {
	right: 0;
	left: unset;
}
body.layout-mode-rtl .input-icon .form-control {
	padding-left: 0;
	padding-right: 30px;
}
body.layout-mode-rtl .nav-list::before {
	left: 0;
	right: unset;
}

[data-theme='dark'] .bg-white {
	background-color: #0d0d0d;
}
[data-theme='dark'] body {
	background: #131313;
}
[data-theme='dark'] .header {
	background: #0d0d0d;
	border-color: #1f2228;
}
[data-theme='dark'] .header .header-left .logo {
	display: none;
}
[data-theme='dark'] .header .header-left .logo-white {
	display: block;
}
[data-theme='dark'] .header .header-user .user-menu .btn-menubar {
	color: #6b7280;
}
[data-theme='dark'] .header .header-user .user-menu .btn-menubar:hover,
[data-theme='dark'] .header .header-user .user-menu .btn-menubar:active,
[data-theme='dark'] .header .header-user .user-menu .btn-menubar.active {
	background-color: #212324;
	border-color: #212324;
	color: #d8dfee;
}
[data-theme='dark'] .header .header-user .user-menu .profile-dropdown .avatar img {
	border-color: #171717;
}
[data-theme='dark'] .header .input-group input {
	border-color: #1f2228 !important;
}
[data-theme='dark'] .head-icons a {
	background: #0d0d0d;
	border-color: #1f2228;
}
[data-theme='dark'] .head-icons a:hover {
	background: #fe9f43;
}
[data-theme='dark'] .sidebar {
	background: #0d0d0d;
	border-color: #1f2228;
}
[data-theme='dark'] .sidebar .sidebar-logo .logo {
	display: none;
}
[data-theme='dark'] .sidebar .sidebar-logo .logo-white {
	display: block;
}
[data-theme='dark'] .sidebar .sidebar-menu > ul > li > a:hover span,
[data-theme='dark'] .sidebar .sidebar-menu > ul > li > a:hover i {
	color: #d8dfee;
}
[data-theme='dark'] .sidebar .sidebar-menu > ul > li > ul > li > a:hover {
	background: #212324;
}
[data-theme='dark'] .sidebar .sidebar-menu > ul > li > ul > li > a:hover i,
[data-theme='dark'] .sidebar .sidebar-menu > ul > li > ul > li > a:hover span {
	color: #d8dfee;
}
[data-theme='dark'] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a:hover,
[data-theme='dark'] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a.active,
[data-theme='dark'] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop {
	background: #212324;
}
[data-theme='dark'] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a:hover span,
[data-theme='dark'] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a:hover i,
[data-theme='dark'] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a.active span,
[data-theme='dark'] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a.active i,
[data-theme='dark'] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop span,
[data-theme='dark'] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop i {
	color: #d8dfee;
}
[data-theme='dark']
	.sidebar
	.sidebar-menu
	> ul
	> li
	> ul
	> li.submenu
	> a:hover
	.menu-arrow::before,
[data-theme='dark']
	.sidebar
	.sidebar-menu
	> ul
	> li
	> ul
	> li.submenu
	> a.active
	.menu-arrow::before,
[data-theme='dark']
	.sidebar
	.sidebar-menu
	> ul
	> li
	> ul
	> li.submenu
	> a.subdrop
	.menu-arrow::before {
	border-color: #d8dfee;
}
[data-theme='dark'] .sidebar .sidebar-menu > ul > li.active a {
	color: #ffffff;
}
[data-theme='dark'] .sidebar .sidebar-menu > ul > li > a span {
	color: #4b5563;
}
[data-theme='dark'] .sidebar .sidebar-menu > ul > li ul li a {
	color: #d8dfee;
}
[data-theme='dark'] .sidebar .sidebar-menu > ul > li ul li a i {
	color: #6b7280;
}
[data-theme='dark'] .sidebar .sidebar-menu > ul > li ul li a span {
	color: #d8dfee;
}
[data-theme='dark'] .sidebar .sidebar-menu > ul > li ul li a.active {
	color: #fe9f43;
}
[data-theme='dark'] .sidebar .sidebar-menu > ul > li ul > li.active a {
	background: #212324;
	color: #ffffff;
}
[data-theme='dark'] .sidebar .sidebar-menu > ul > li ul > li.active a .menu-arrow::before {
	border-right: 2px solid #fe9f43;
	border-bottom: 2px solid #fe9f43;
}
[data-theme='dark'] .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop {
	background: #100601;
	color: #fe9f43;
}
[data-theme='dark'] .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop i {
	color: #0d0d0d;
	background: #0d0d0d;
}
[data-theme='dark'] .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop span {
	color: #fe9f43;
}
[data-theme='dark'] .sidebar .sidebar-menu > ul > li .submenu ul::before {
	background: #171717;
}
[data-theme='dark'] .sidebar .sidebar-menu > ul li.menu-title {
	color: #9ca3af;
}
[data-theme='dark'] .sidebar .sidebar-menu > ul li .submenu > ul li a {
	color: #6b7280;
}
[data-theme='dark'] .sidebar .sidebar-menu > ul li .submenu > ul li a:before {
	background: #fe9f43;
}
[data-theme='dark'] .sidebar .sidebar-menu > ul li .submenu > ul li a.active {
	color: #fe9f43;
}
[data-theme='dark'] .sidebar .sidebar-menu > ul li .submenu > ul li a:hover {
	color: #fe9f43;
}
[data-theme='dark'] .sidebar .sidebar-menu > ul li .submenu > a.subdrop {
	background: #212324;
}
[data-theme='dark'] .sidebar .sidebar-menu > ul li .submenu > a.subdrop i {
	color: #d8dfee;
}
[data-theme='dark'] .sidebar .sidebar-menu > ul li .submenu > a.active {
	background: #212324;
}
[data-theme='dark'] .sidebar .sidebar-menu > ul li .submenu > a.active i {
	color: #d8dfee;
}
[data-theme='dark'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-theme='dark'] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active {
	background: transparent;
	color: #fe9f43;
}
[data-theme='dark'] .sidebar .sidebar-menu .menu-arrow::before {
	border-right: 2px solid #d8dfee;
	border-bottom: 2px solid #d8dfee;
}
[data-theme='dark'] .sidebar .nav-link {
	color: #374151;
}
[data-theme='dark'] .sidebar .btn-menubar {
	border: 1px solid #171717;
	color: #6b7280;
}
[data-theme='dark'] .sidebar .btn-menubar:hover,
[data-theme='dark'] .sidebar .btn-menubar:active,
[data-theme='dark'] .sidebar .btn-menubar.active {
	background-color: #212324;
	border-color: #212324;
	color: #d8dfee;
}
[data-theme='dark'] .sidebar .input-group input {
	border-color: #1f2228 !important;
}
[data-theme='dark'] .mini-sidebar .sidebar .sidebar-logo .logo-white {
	display: none;
}
[data-theme='dark'] .mini-sidebar.expand-menu .sidebar .sidebar-logo .logo-white {
	display: block;
}
[data-theme='dark'] .mini-sidebar.expand-menu .sidebar .sidebar-logo .logo-small,
[data-theme='dark'] .mini-sidebar.expand-menu .sidebar .sidebar-logo .logo {
	display: none;
}
[data-theme='dark'] .form-control {
	background-color: #0d0d0d;
	border-color: #1f2228;
}
[data-theme='dark'] .input-group-text {
	background-color: #0d0d0d;
	border-color: #1f2228;
	color: #d8dfee;
}
[data-theme='dark'] .sidebar-stacked .stacked-mini {
	border-right: 1px solid #171717;
	background-color: #0b0f14;
}
[data-theme='dark'] .sidebar-stacked.sidebar {
	background-color: transparent;
}
[data-theme='dark'] .sidebar-stacked.sidebar .nav-link {
	border: 1px solid #171717;
	color: #d8dfee;
}
[data-theme='dark'] .sidebar-stacked.sidebar .nav-link.active,
[data-theme='dark'] .sidebar-stacked.sidebar .nav-link:hover {
	background: #131313;
	color: #d8dfee;
}
[data-theme='dark'] .sidebar-stacked.sidebar .nav-link p {
	color: #d8dfee;
}
[data-theme='dark'] .sidebar-stacked.sidebar .sidebar-right {
	background: #0d0d0d;
	border-right: 1px solid #1f2228;
}
[data-theme='dark'] .sidebar-stacked.sidebar .sidebar-right .logo {
	text-align: center;
}
[data-theme='dark'] .sidebar-stacked.sidebar .sidebar-right .stack-submenu {
	background: #0d0d0d;
}
[data-theme='dark'] .sidebar-stacked.sidebar .sidebar-right ul li a {
	color: #6b7280;
}
[data-theme='dark'] .sidebar-stacked.sidebar .sidebar-right ul li a.subdrop {
	background: #212324;
}
[data-theme='dark'] .sidebar-stacked.sidebar .sidebar-right ul li a.subdrop i {
	color: #374151;
}
[data-theme='dark'] .sidebar-stacked.sidebar .sidebar-right ul li a.active {
	background: #212324;
}
[data-theme='dark'] .sidebar-stacked.sidebar .sidebar-right ul li a.active i {
	color: #374151;
}
[data-theme='dark'] .sidebar-stacked.sidebar .sidebar-right ul li.active a {
	background: #212324;
}
[data-theme='dark'] .sidebar-stacked.sidebar .sidebar-right ul li.submenu > a:hover {
	background: #212324;
	color: #6b7280 !important;
}
[data-theme='dark'] .sidebar-stacked.sidebar .sidebar-right ul li.submenu ul > li > a:hover,
[data-theme='dark'] .sidebar-stacked.sidebar .sidebar-right ul li.submenu ul > li > a.active {
	color: #fe9f43;
}
[data-theme='dark'] .sidebar-stacked.sidebar .sidebar-right .tab-pane > ul > li > a:hover {
	background: #212324;
}
[data-theme='dark'] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a {
	color: #d8dfee;
}
[data-theme='dark'] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a:hover {
	background-color: #212324;
}
[data-theme='dark'] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu ul li a {
	color: #6b7280;
}
[data-theme='dark'] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu ul li a:hover,
[data-theme='dark'] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu ul li a.active {
	background-color: #212324;
}
[data-theme='dark']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	ul
	li.submenu
	ul
	li
	a
	.menu-arrow::before {
	border-color: #6b7280;
}
[data-theme='dark'] .sidebar-horizontal.sidebar .sidebar-menu ul ul {
	background-color: #0d0d0d;
}
[data-theme='dark'] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a.active,
[data-theme='dark'] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a.subdrop {
	background-color: #212324;
}
[data-theme='dark'] .menu-horizontal .header .header-left .logo {
	display: none;
}
[data-theme='dark'] .menu-horizontal .header .header-left .logo-white {
	display: block;
}
[data-theme='dark'] .sidebar-twocol .twocol-mini {
	border-right: 1px solid #1f2228;
	background-color: #0d0d0d;
}
[data-theme='dark'] .sidebar-twocol.sidebar {
	background-color: transparent;
}
[data-theme='dark'] .sidebar-twocol.sidebar .nav-link {
	color: #374151;
}
[data-theme='dark'] .sidebar-twocol.sidebar .nav-link.active,
[data-theme='dark'] .sidebar-twocol.sidebar .nav-link:hover {
	background: #131313;
	color: #374151;
}
[data-theme='dark'] .sidebar-twocol.sidebar .nav-link::before {
	background: #3eb780;
}
[data-theme='dark'] .sidebar-twocol.sidebar .sidebar-right {
	background: #0d0d0d;
	border-right: 1px solid #1f2228;
}
[data-theme='dark'] .sidebar-twocol.sidebar .sidebar-right .sidebar-logo .logo-white {
	display: block;
}
[data-theme='dark'] .sidebar-twocol.sidebar .sidebar-right .sidebar-logo .logo {
	display: none;
}
[data-theme='dark'] .sidebar-twocol.sidebar .sidebar-right ul li.menu-title {
	color: #9ca3af;
}
[data-theme='dark'] .sidebar-twocol.sidebar .sidebar-right ul li a {
	color: #6b7280;
}
[data-theme='dark'] .sidebar-twocol.sidebar .sidebar-right ul li a.subdrop {
	background: #212324;
}
[data-theme='dark'] .sidebar-twocol.sidebar .sidebar-right ul li a.subdrop i {
	color: #374151;
}
[data-theme='dark'] .sidebar-twocol.sidebar .sidebar-right ul li a.subdrop:hover {
	color: #6b7280 !important;
}
[data-theme='dark'] .sidebar-twocol.sidebar .sidebar-right ul li a.active {
	background: #212324;
}
[data-theme='dark'] .sidebar-twocol.sidebar .sidebar-right ul li a.active i {
	color: #374151;
}
[data-theme='dark'] .sidebar-twocol.sidebar .sidebar-right ul li.active a {
	background: #212324;
}
[data-theme='dark'] .sidebar-twocol.sidebar .sidebar-right ul li.submenu > a:hover {
	background: #212324;
	color: #6b7280 !important;
}
[data-theme='dark'] .sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a:hover,
[data-theme='dark'] .sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a.active {
	color: #fe9f43;
}
[data-theme='dark'] .sidebar-twocol.sidebar .sidebar-right .tab-pane > ul > li > a:hover {
	background: #212324;
}
[data-theme='dark'] .sidebar-twocol.sidebar .sidebar-right .menu-arrow:before {
	content: '\f105';
}
[data-theme='dark'] .sidebar-nav {
	background: #131313;
}
[data-theme='dark'] h1,
[data-theme='dark'] h2,
[data-theme='dark'] h3,
[data-theme='dark'] h4,
[data-theme='dark'] h5,
[data-theme='dark'] h6 {
	color: #d8dfee;
}
[data-theme='dark'] .bg-light {
	background-color: #131313 !important;
	border-color: #131313 !important;
}
[data-theme='dark'] a {
	color: #d8dfee;
}
[data-theme='dark'] kbd {
	background-color: #212324;
	color: #6b7280;
}
[data-theme='dark'] .input-group-flat:focus-within .form-control,
[data-theme='dark'] .input-group-flat:focus-within .input-group-text {
	border-color: #1f2228 !important;
}
[data-theme='dark'] .card {
	background-color: #0d0d0d;
	border: 1px solid #1f2228;
}
[data-theme='dark'] .card .card-title {
	color: #d8dfee;
}
[data-theme='dark'] .card .card-header {
	border-color: #1f2228;
}
[data-theme='dark'] .card .card-footer {
	border-color: #1f2228;
}
[data-theme='dark'] .alert-light {
	background-color: #131313;
	color: #6b7280;
	border-color: #131313;
}
[data-theme='dark'] .alert-light .alert-link {
	color: #6b7280;
}
[data-theme='dark'] .alert-light .btn-close {
	color: #6b7280;
}
[data-theme='dark'] .alert-light .btn-close.custom-close {
	background-color: #131313;
	color: #ffffff;
	opacity: 1;
	border-radius: 50px;
	box-shadow: 0px 4px 60px 0px rgba(231, 231, 231, 0.47);
	padding: 0.85rem;
}
[data-theme='dark'] .custom-alert1 {
	background-color: #0d0d0d;
}
[data-theme='dark'] .alert-primary.custom-alert-icon,
[data-theme='dark'] .alert-secondary.custom-alert-icon,
[data-theme='dark'] .alert-warning.custom-alert-icon,
[data-theme='dark'] .alert-danger.custom-alert-icon {
	background-color: #0d0d0d;
	border-color: #1f2228;
}
[data-theme='dark'][data-layout='horizontal-overlay'][data-topbarcolor='white'] .header,
[data-theme='dark'][data-layout='horizontal-sidemenu'][data-topbarcolor='white'] .header {
	left: 0;
	background-color: #0d0d0d;
	border-color: #0f0f0f;
}
[data-theme='dark'][data-layout='horizontal-overlay'][data-topbarcolor='white']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-theme='dark'][data-layout='horizontal-sidemenu'][data-topbarcolor='white']
	.header
	.header-user
	.user-menu
	.btn-menubar {
	color: #6b7280;
}
[data-theme='dark'][data-layout='horizontal-overlay'][data-topbarcolor='white']
	.header
	.header-user
	.user-menu
	.btn-menubar:hover,
[data-theme='dark'][data-layout='horizontal-sidemenu'][data-topbarcolor='white']
	.header
	.header-user
	.user-menu
	.btn-menubar:hover {
	background: #212324;
	color: #6b7280;
}
[data-theme='dark'][data-layout='horizontal-overlay'][data-topbarcolor='white']
	.header
	.header-left,
[data-theme='dark'][data-layout='horizontal-sidemenu'][data-topbarcolor='white']
	.header
	.header-left {
	display: block;
}
[data-theme='dark'][data-layout='horizontal-overlay'][data-topbarcolor='white']
	.header
	.header-left
	.logo,
[data-theme='dark'][data-layout='horizontal-sidemenu'][data-topbarcolor='white']
	.header
	.header-left
	.logo {
	display: none;
}
[data-theme='dark'][data-layout='horizontal-overlay'][data-topbarcolor='white']
	.header
	.header-left
	.logo-white,
[data-theme='dark'][data-layout='horizontal-sidemenu'][data-topbarcolor='white']
	.header
	.header-left
	.logo-white {
	display: block;
}
[data-theme='dark'][data-layout='horizontal-overlay'][data-topbarcolor='white'] .mode-toggle,
[data-theme='dark'][data-layout='horizontal-sidemenu'][data-topbarcolor='white'] .mode-toggle {
	color: #6b7280;
}
[data-theme='dark'][data-layout='horizontal-overlay'][data-topbarcolor='white']
	.sidebar-horizontal.sidebar,
[data-theme='dark'][data-layout='horizontal-sidemenu'][data-topbarcolor='white']
	.sidebar-horizontal.sidebar {
	background-color: #0d0d0d;
	border-bottom: 1px solid #0f0f0f;
}
[data-theme='dark'][data-layout='horizontal-overlay'][data-topbarcolor='white']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a,
[data-theme='dark'][data-layout='horizontal-sidemenu'][data-topbarcolor='white']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a {
	color: #d8dfee;
}
[data-theme='dark'][data-layout='horizontal-overlay'][data-topbarcolor='white']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active,
[data-theme='dark'][data-layout='horizontal-overlay'][data-topbarcolor='white']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover,
[data-theme='dark'][data-layout='horizontal-overlay'][data-topbarcolor='white']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop,
[data-theme='dark'][data-layout='horizontal-sidemenu'][data-topbarcolor='white']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active,
[data-theme='dark'][data-layout='horizontal-sidemenu'][data-topbarcolor='white']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover,
[data-theme='dark'][data-layout='horizontal-sidemenu'][data-topbarcolor='white']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop {
	background-color: #212324;
	color: #d8dfee;
}
[data-theme='dark'][data-layout='horizontal-overlay'][data-topbarcolor='white']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active
	.menu-arrow::before,
[data-theme='dark'][data-layout='horizontal-overlay'][data-topbarcolor='white']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover
	.menu-arrow::before,
[data-theme='dark'][data-layout='horizontal-overlay'][data-topbarcolor='white']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop
	.menu-arrow::before,
[data-theme='dark'][data-layout='horizontal-sidemenu'][data-topbarcolor='white']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.active
	.menu-arrow::before,
[data-theme='dark'][data-layout='horizontal-sidemenu'][data-topbarcolor='white']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a:hover
	.menu-arrow::before,
[data-theme='dark'][data-layout='horizontal-sidemenu'][data-topbarcolor='white']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a.subdrop
	.menu-arrow::before {
	border-color: #d8dfee;
}
[data-theme='dark'][data-layout='horizontal-overlay'][data-topbarcolor='white']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a
	.menu-arrow::before,
[data-theme='dark'][data-layout='horizontal-sidemenu'][data-topbarcolor='white']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	> li.submenu
	> a
	.menu-arrow::before {
	border-color: #d8dfee;
}
[data-theme='dark'][data-layout='horizontal-overlay'][data-topbarcolor='white']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	.menu-arrow::before,
[data-theme='dark'][data-layout='horizontal-sidemenu'][data-topbarcolor='white']
	.sidebar-horizontal.sidebar
	.sidebar-menu
	.nav-menu
	.menu-arrow::before {
	border-color: #d8dfee;
}
[data-theme='dark'][data-layout='horizontal-overlay'][data-topbarcolor='white']
	.main-wrapper::before,
[data-theme='dark'][data-layout='horizontal-sidemenu'][data-topbarcolor='white']
	.main-wrapper::before {
	content: '';
	background: #0d0d0d;
}
[data-theme='dark'] .page-wrapper::before {
	background: #0d0d0d;
}
[data-theme='dark'] .accordion-button {
	background-color: #0d0d0d;
	color: #6b7280;
}
[data-theme='dark'] .accordion-button:after {
	content: '\f078';
	background-color: #0d0d0d;
	color: #6b7280;
}
[data-theme='dark'] .accordion-body {
	color: #9595b5;
}
[data-theme='dark'] .accordion-item {
	color: #6b7280;
	background-color: #0d0d0d;
	border-color: #181818;
}
[data-theme='dark'] .accordion.accordion-primary .accordion-button.collapsed,
[data-theme='dark'] .accordion.accordion-secondary .accordion-button.collapsed {
	background-color: #0d0d0d;
	color: #6b7280;
}
[data-theme='dark'] .accordion.accordion-primary .accordion-button.collapsed::after,
[data-theme='dark'] .accordion.accordion-secondary .accordion-button.collapsed::after {
	background-color: #0d0d0d;
	color: #6b7280;
}
[data-theme='dark'] .accordion.accordion-solid-primary .accordion-button,
[data-theme='dark'] .accordion.accordion-solid-secondary .accordion-button,
[data-theme='dark'] .accordion.accordion-solid-warning .accordion-button,
[data-theme='dark'] .accordion.accordion-solid-info .accordion-button,
[data-theme='dark'] .accordion.accordion-solid-success .accordion-button,
[data-theme='dark'] .accordion.accordion-solid-danger .accordion-button {
	color: #0d0d0d;
}
[data-theme='dark'] .accordion.accordion-solid-primary .accordion-button.collapsed,
[data-theme='dark'] .accordion.accordion-solid-secondary .accordion-button.collapsed,
[data-theme='dark'] .accordion.accordion-solid-warning .accordion-button.collapsed,
[data-theme='dark'] .accordion.accordion-solid-info .accordion-button.collapsed,
[data-theme='dark'] .accordion.accordion-solid-success .accordion-button.collapsed,
[data-theme='dark'] .accordion.accordion-solid-danger .accordion-button.collapsed {
	background-color: #0d0d0d;
	color: #6b7280;
}
[data-theme='dark'] .accordion.accordion-solid-primary .accordion-button.collapsed::after,
[data-theme='dark'] .accordion.accordion-solid-secondary .accordion-button.collapsed::after,
[data-theme='dark'] .accordion.accordion-solid-warning .accordion-button.collapsed::after,
[data-theme='dark'] .accordion.accordion-solid-info .accordion-button.collapsed::after,
[data-theme='dark'] .accordion.accordion-solid-success .accordion-button.collapsed::after,
[data-theme='dark'] .accordion.accordion-solid-danger .accordion-button.collapsed::after {
	background-color: #0d0d0d;
	color: #6b7280;
}
[data-theme='dark'] .accordion.accordion-border-primary .accordion-button,
[data-theme='dark'] .accordion.accordion-border-secondary .accordion-button,
[data-theme='dark'] .accordion.accordion-border-warning .accordion-button,
[data-theme='dark'] .accordion.accordion-border-info .accordion-button,
[data-theme='dark'] .accordion.accordion-border-success .accordion-button,
[data-theme='dark'] .accordion.accordion-border-danger .accordion-button {
	background-color: #0d0d0d;
}
[data-theme='dark'] .accordion.accordion-border-primary .accordion-button::after,
[data-theme='dark'] .accordion.accordion-border-secondary .accordion-button::after,
[data-theme='dark'] .accordion.accordion-border-warning .accordion-button::after,
[data-theme='dark'] .accordion.accordion-border-info .accordion-button::after,
[data-theme='dark'] .accordion.accordion-border-success .accordion-button::after,
[data-theme='dark'] .accordion.accordion-border-danger .accordion-button::after {
	background-color: #0d0d0d;
}
[data-theme='dark'] .bg-outline-primary,
[data-theme='dark'] .bg-outline-secondary,
[data-theme='dark'] .bg-outline-success,
[data-theme='dark'] .bg-outline-danger,
[data-theme='dark'] .bg-outline-warning,
[data-theme='dark'] .bg-outline-info,
[data-theme='dark'] .bg-outline-light,
[data-theme='dark'] .bg-outline-light {
	background-color: #0d0d0d;
}
[data-theme='dark'] .bg-outline-light {
	border: 1px solid #131313 !important;
	color: #d8dfee !important;
}
[data-theme='dark'] .border-container {
	background-color: #131313;
}
[data-theme='dark'] .border {
	border-color: #1f2228 !important;
}
[data-theme='dark'] .border.border-primary {
	border: 1px solid #fe9f43 !important;
}
[data-theme='dark'] .border.border-secondary {
	border: 1px solid #092c4c !important;
}
[data-theme='dark'] .border.border-success {
	border: 1px solid #3eb780 !important;
}
[data-theme='dark'] .border.border-warning {
	border: 1px solid #ffca18 !important;
}
[data-theme='dark'] .border.border-danger {
	border: 1px solid #ff0000 !important;
}
[data-theme='dark'] .border.border-info {
	border: 1px solid #155eef !important;
}
[data-theme='dark'] .border.border-light {
	border: 1px solid #131313 !important;
}
[data-theme='dark'] .border.border-white {
	border: 1px solid #0d0d0d !important;
}
[data-theme='dark'] .border-top {
	border-top: 1px solid #1f2228 !important;
}
[data-theme='dark'] .border-end {
	border-inline-end: 1px solid #1f2228 !important;
}
[data-theme='dark'] .border-bottom {
	border-bottom: 1px solid #1f2228 !important;
}
[data-theme='dark'] .border-start {
	border-inline-start: 1px solid #1f2228 !important;
}
[data-theme='dark'] .list-group-item {
	background-color: #0d0d0d;
	border-color: #181818 !important;
}
[data-theme='dark'] .toast {
	background-color: #0d0d0d;
}
[data-theme='dark'] .avatar.online:before,
[data-theme='dark'] .avatar.offline:before {
	border-color: #0d0d0d !important;
}
[data-theme='dark'] .swal2-popup {
	background-color: #0d0d0d;
}
[data-theme='dark'] .progress,
[data-theme='dark'] .progress-stacked {
	background-color: #181818;
}
[data-theme='dark'] .popover {
	background-color: #0d0d0d;
	border: 1px solid #1f2228;
	box-shadow: none;
}
[data-theme='dark'] .popover .popover-header {
	background-color: #0d0d0d;
	border-block-end: 1px solid #1f2228;
}
[data-theme='dark'] .popover .popover-body {
	color: #6b7280;
}
[data-theme='dark'] .bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::after,
[data-theme='dark'] .bs-popover-top > .popover-arrow::after,
[data-theme='dark'] .bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::before,
[data-theme='dark'] .bs-popover-top > .popover-arrow::before {
	border-top-color: #131313;
}
[data-theme='dark'] .bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::after,
[data-theme='dark'] .bs-popover-end > .popover-arrow::after,
[data-theme='dark'] .bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::before,
[data-theme='dark'] .bs-popover-end > .popover-arrow::before {
	border-right-color: #131313;
}
[data-theme='dark'] .bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::after,
[data-theme='dark'] .bs-popover-start > .popover-arrow::after,
[data-theme='dark'] .bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::before,
[data-theme='dark'] .bs-popover-start > .popover-arrow::before {
	border-left-color: #131313;
}
[data-theme='dark'] .bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::after,
[data-theme='dark'] .bs-popover-bottom > .popover-arrow::after,
[data-theme='dark'] .bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::before,
[data-theme='dark'] .bs-popover-bottom > .popover-arrow::before,
[data-theme='dark'] .bs-popover-auto[data-popper-placement^='bottom'] .popover-header::before,
[data-theme='dark'] .bs-popover-bottom .popover-header::before {
	border-bottom-color: #131313;
}
[data-theme='dark'] .page-link {
	color: #6b7280;
	background-color: #0d0d0d;
	border: 1px solid #1f2228;
}
[data-theme='dark'] .page-link:focus {
	background-color: #131313;
}
[data-theme='dark'] .page-link:hover {
	background-color: #131313;
	border-color: #1f2228;
}
[data-theme='dark'] .pagination-style-2 .pagination .page-item.active .page-link {
	background-color: #131313;
}
[data-theme='dark'] .pagination-style-1 .pagination .page-item:hover .page-link {
	background-color: #131313;
}
[data-theme='dark'] .pagination-style-3 .pagination .page-item:hover .page-link {
	background-color: #131313;
}
[data-theme='dark'] .offcanvas {
	background-color: #0d0d0d;
	color: #6b7280;
}
[data-theme='dark'] .modal-content {
	background-color: #0d0d0d;
	border-color: #1f2228;
}
[data-theme='dark'] .modal-content .modal-header {
	border-color: #1f2228;
}
[data-theme='dark'] .modal-content .modal-footer {
	border-color: #1f2228;
}
[data-theme='dark'] .figure-caption {
	color: #6b7280;
}
[data-theme='dark'] .text-dark {
	color: #d6dade !important;
}
[data-theme='dark'] .nav-tabs li a {
	color: #d8dfee;
}
[data-theme='dark'] .nav-tabs .nav-item.show .nav-link,
[data-theme='dark'] .nav-tabs .nav-link.active {
	background-color: #0d0d0d;
	color: #d8dfee;
}
[data-theme='dark'] .nav-tabs .nav-link.active {
	border-color: #1f2228;
}
[data-theme='dark'] .nav-tabs.nav-tabs-solid {
	background-color: #0d0d0d;
}
[data-theme='dark'] .nav.tab-style-1 {
	background-color: #131313;
}
[data-theme='dark'] .vertical-tabs-2 .nav-item .nav-link {
	background-color: #131313;
	border-color: #1f2228;
}
[data-theme='dark'] .vertical-tabs-2 .nav-item .nav-link.active {
	background-color: #fe9f43;
}
[data-theme='dark'] .tab-style-2 .nav-item .nav-link i {
	background-color: #131313;
	color: #6b7280;
}
[data-theme='dark'] .nav-tabs.nav-tabs-top li a.active {
	border-top-color: #fe9f43;
}
[data-theme='dark'] .tab-style-3 .nav-item .nav-link::after {
	background-color: #0d0d0d;
	border-color: #1f2228;
}
[data-theme='dark'] .tab-style-3 .nav-item .nav-link:before {
	background-color: #131313;
}
[data-theme='dark'] .tab-style-3 .nav-item .nav-link.active:before {
	background-color: #fe9f43;
}
[data-theme='dark'] .tab-style-3 .nav-item .nav-link.active:after {
	border-color: #fe9f43;
	color: #fe9f43;
}
[data-theme='dark'] .tab-style-6 {
	background-color: #0d0d0d;
}
[data-theme='dark'] .bg-white {
	background-color: #0d0d0d !important;
}
[data-theme='dark'] .card.card-bg-primary .card-body,
[data-theme='dark'] .text-fixed-white {
	color: #0d0d0d;
}
[data-theme='dark'] .btn.btn-light {
	background-color: #181818;
	border: 1px solid #181818;
	color: #6b7280;
}
[data-theme='dark'] .btn.btn-light:hover,
[data-theme='dark'] .btn.btn-light:focus,
[data-theme='dark'] .btn.btn-light.focus,
[data-theme='dark'] .btn.btn-light:active,
[data-theme='dark'] .btn.btn-light.active {
	background-color: #101010;
	border: 1px solid #181818;
	color: #6b7280;
}
[data-theme='dark'] .scroll-demo {
	border-color: #1f2228;
}
[data-theme='dark'] .timeline::before {
	background-color: #1f2228;
}
[data-theme='dark'] .timeline > li > .timeline-panel {
	border-color: #1f2228;
}
[data-theme='dark'] .timeline > li > .timeline-panel::after,
[data-theme='dark'] .timeline > li > .timeline-panel::before {
	border-color: #1f2228;
}
[data-theme='dark'] .callout {
	background-color: #131313;
}
[data-theme='dark'] .icons-list li {
	border-color: #1f2228;
	box-shadow: none;
}
[data-theme='dark'] .btn-outline-light {
	border: 1px solid #131313 !important;
	color: #374151 !important;
}
[data-theme='dark'] .btn-outline-light:hover,
[data-theme='dark'] .btn-outline-light:focus,
[data-theme='dark'] .btn-outline-light.focus,
[data-theme='dark'] .btn-outline-light:active,
[data-theme='dark'] .btn-outline-light.active {
	background-color: #131313 !important;
	border: 1px solid #131313 !important;
	color: #374151 !important;
}
[data-theme='dark'] .bg-dark {
	background-color: #d6dade !important;
	border-color: #d6dade !important;
	color: #0d0d0d;
}
[data-theme='dark'] .twitter-bs-wizard .twitter-bs-wizard-nav .nav-link::after {
	background-color: #1f2228;
}
[data-theme='dark'] .form-check-input {
	background-color: #0d0d0d;
	border-color: #1f2228;
}
[data-theme='dark'] .alert-outline-primary,
[data-theme='dark'] .alert-outline-secondary,
[data-theme='dark'] .alert-outline-warning,
[data-theme='dark'] .alert-outline-danger,
[data-theme='dark'] .alert-outline-info,
[data-theme='dark'] .alert-outline-dark,
[data-theme='dark'] .alert-outline-success,
[data-theme='dark'] .alert-outline-light {
	background-color: #0d0d0d;
}
[data-theme='dark'] .text-light {
	color: #131313 !important;
}
[data-theme='dark'] .table thead tr {
	border-color: #1f2228;
}
[data-theme='dark'] .table thead tr th {
	border-color: #1f2228;
	background-color: #1f2228;
	color: #d8dfee;
}
[data-theme='dark'] .table tbody tr {
	border-color: #1f2228;
}
[data-theme='dark'] .table tbody tr th {
	border-color: #1f2228;
	background-color: #1f2228;
	color: #d8dfee;
}
[data-theme='dark'] .table tbody tr td {
	background-color: #0d0d0d;
	color: #6b7280;
	border-color: #1f2228;
}
[data-theme='dark'] .table .thead-primary th {
	background-color: #fe9f43;
}
[data-theme='dark'] .table .thead-secondary th {
	background-color: #092c4c;
}
[data-theme='dark'] .table .thead-info th {
	background-color: #155eef;
}
[data-theme='dark'] .table .thead-warning th {
	background-color: #ffca18;
}
[data-theme='dark'] .table .thead-danger th {
	background-color: #ff0000;
}
[data-theme='dark'] .table .thead-success th {
	background-color: #3eb780;
}
[data-theme='dark'] .table .thead-dark th {
	background-color: #d6dade;
}
[data-theme='dark'] .table .thead-light th {
	background-color: #101010;
}
[data-theme='dark'] table.table.dataTable > tbody > tr {
	border-color: #1f2228;
}
[data-theme='dark'] table.table.dataTable > tbody > tr td {
	color: #6b7280;
	border-color: #1f2228;
}
[data-theme='dark'] table.table.dataTable > thead > tr {
	border-color: #1f2228;
}
[data-theme='dark'] table.table.dataTable > thead > tr th {
	color: #d8dfee;
}
[data-theme='dark'] .dataTables_length label {
	color: #374151;
}
[data-theme='dark'] .dataTables_length label .form-select {
	border: 1px solid #1f2228;
	color: #d8dfee;
}
[data-theme='dark'] .form-label {
	color: #d8dfee;
}
[data-theme='dark'] .form-control {
	color: #d8dfee;
}
[data-theme='dark'] .form-select {
	background-color: #0d0d0d;
	color: #d8dfee;
	border-color: #1f2228;
}
[data-theme='dark'] .form-select option {
	background-color: #0d0d0d;
}
[data-theme='dark'] .select2-container--default .select2-selection--single {
	border-color: #1f2228;
	background: #0d0d0d;
}
[data-theme='dark']
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	color: #d8dfee !important;
}
[data-theme='dark']
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-color: #d8dfee;
}
[data-theme='dark']
	.select2-container--default
	.select2-results__option--highlighted[aria-selected] {
	color: #0d0d0d;
}
[data-theme='dark'] .select2-container--focus .select2-selection--single {
	background: #0d0d0d !important;
	border-color: #1f2228;
}
[data-theme='dark'] .select2-container--classic .select2-selection--single,
[data-theme='dark'] .select2-container--default .select2-selection--single,
[data-theme='dark']
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered,
[data-theme='dark']
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow,
[data-theme='dark'] .select2-container--default .select2-selection--multiple,
[data-theme='dark']
	.select2-container--classic
	.select2-selection--single
	.select2-selection__arrow,
[data-theme='dark']
	.select2-container--classic
	.select2-selection--single
	.select2-selection__rendered {
	border-color: #1f2228;
	color: #6b7280;
}
[data-theme='dark'] .select2-dropdown {
	border-color: #1f2228;
	background: #0d0d0d;
}
[data-theme='dark']
	.select2-container--classic
	.select2-selection--multiple
	.select2-selection__choice,
[data-theme='dark']
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice,
[data-theme='dark']
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove {
	color: #0d0d0d;
}
[data-theme='dark'] .form-floating > .form-control-plaintext ~ label::after,
[data-theme='dark'] .form-floating > .form-control:focus ~ label::after,
[data-theme='dark'] .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
[data-theme='dark'] .form-floating > .form-select ~ label::after {
	background-color: #0d0d0d;
}
[data-theme='dark'] .select2-container--default .select2-selection--multiple {
	background-color: #0d0d0d;
}
[data-theme='dark']
	.custom-file-container
	.custom-file-container__custom-file__custom-file-control {
	background-color: #171717;
	border-color: #171717;
}
[data-theme='dark'] .dropdown-menu {
	background-color: #0d0d0d;
	border-color: #1f2228;
	color: #d8dfee;
}
[data-theme='dark'] .dropdown-menu .dropdown-item {
	color: #d8dfee;
}
[data-theme='dark'] .dropdown-menu .dropdown-item:not(.active):hover,
[data-theme='dark'] .dropdown-menu .dropdown-item:not(.active):focus,
[data-theme='dark'] .dropdown-menu .dropdown-item:not(.active):active {
	color: #d8dfee;
	background-color: #0f0f0f;
}
[data-theme='dark'] .dropdown-menu .dropdown-item.active {
	background-color: #0f0f0f;
}
[data-theme='dark'] .dropdown-divider {
	border-color: #1f2228;
}
[data-theme='dark'][data-sidebar='light'] [data-sidebarbg='sidebarbg1'] #sidebar::before,
[data-theme='dark'][data-sidebar='light'] [data-sidebarbg='sidebarbg2'] #sidebar::before,
[data-theme='dark'][data-sidebar='light'] [data-sidebarbg='sidebarbg3'] #sidebar::before,
[data-theme='dark'][data-sidebar='light'] [data-sidebarbg='sidebarbg4'] #sidebar::before,
[data-theme='dark'][data-sidebar='light'] [data-sidebarbg='sidebarbg5'] #sidebar::before,
[data-theme='dark'][data-sidebar='light'] [data-sidebarbg='sidebarbg6'] #sidebar::before {
	background: rgba(13, 13, 13, 0.85);
}
[data-theme='dark'] .theme-width input[type='radio']:checked ~ label {
	border-color: #fe9f43;
}
[data-theme='dark'] .theme-width input[type='radio']:checked ~ label::before {
	border-color: #fe9f43;
}
[data-theme='dark'] .theme-width label {
	border-color: #1f2228;
	color: #6b7280;
}
[data-theme='dark'] .theme-width label::before {
	border-color: #1f2228;
	background: #0d0d0d;
}
[data-theme='dark'] .theme-width label::after {
	background: #fe9f43;
}
[data-theme='dark'] .theme-sidebarcolor input[type='radio']:checked ~ label {
	border-color: #fe9f43 !important;
}
[data-theme='dark'] .theme-sidebarcolor input[type='radio']:checked ~ label:after {
	color: #fe9f43;
}
[data-theme='dark'] .theme-sidebarcolor input[type='radio']:checked ~ label.bg-dark:after {
	color: #0d0d0d;
}
[data-theme='dark'] .theme-sidebarcolor label {
	border-color: #1f2228;
}
[data-theme='dark'] .theme-sidebarbg input[type='radio']:checked ~ label:after {
	color: #fe9f43;
	background: #ffffff;
	border-color: #1f2228;
}
[data-theme='dark'] .theme-sidebarbg label img {
	border-color: #1f2228;
}
[data-theme='dark'] .theme-colorselect input[type='radio']:checked ~ label {
	outline-color: #fe9f43;
}
[data-theme='dark'] .theme-colorselect input[type='radio']:checked ~ label:after {
	color: #fe9f43;
	background: #ffffff;
	border-color: #1f2228;
}
[data-theme='dark'] .theme-colorselect input[type='radio']:checked ~ label.primary-topbar:after,
[data-theme='dark'] .theme-colorselect input[type='radio']:checked ~ label.dark-topbar:after {
	color: #0d0d0d;
}
[data-theme='dark'] .theme-colorselect label {
	outline-color: #1f2228;
}
[data-theme='dark'] .theme-colorselect label.white-topbar {
	background: #0d0d0d;
	border-color: #1f2228;
}
[data-theme='dark'] .theme-colorselect .pickr-container-background,
[data-theme='dark'] .theme-colorselect .pickr-topbar,
[data-theme='dark'] .theme-colorselect .pickr-topbarcolor {
	outline-color: #1f2228;
}
[data-theme='dark'] .theme-colorsset label {
	border-color: #1f2228;
}
[data-theme='dark'] .theme-colorsset label.primary-clr::before {
	background: #fe9f43;
}
[data-theme='dark'] .theme-colorsset label.brightblue-clr::before {
	background: #2066ff;
}
[data-theme='dark'] .theme-colorsset label.lunargreen-clr::before {
	background: #365e32;
}
[data-theme='dark'] .theme-colorsset label.lavendar-clr::before {
	background: #673ab7;
}
[data-theme='dark'] .theme-colorsset label.magenta-clr::before {
	background: #e83e8c;
}
[data-theme='dark'] .theme-colorsset label.chromeyellow-clr::before {
	background: #ff9b04;
}
[data-theme='dark'] .theme-colorsset label.lavared-clr::before {
	background: #dc2626;
}
[data-theme='dark'] .theme-colorsset input[type='radio']:checked ~ label:after {
	color: #0d0d0d;
}
[data-theme='dark'] .theme-mode input[type='radio']:checked ~ label {
	border-color: #fe9f43;
}
[data-theme='dark'] .theme-mode input[type='radio']:checked ~ label .avatar {
	color: #ffca18;
	background-color: #fffaea;
}
[data-theme='dark'] .theme-mode label {
	border-color: #1f2228;
	color: #374151;
}
[data-theme='dark'] .theme-mode label .avatar {
	background-color: #212324;
	color: #d6dade;
}
[data-theme='dark'] .theme-mode .pickr-container-primary {
	border-color: #1f2228;
}
[data-theme='dark'] .theme-layout.active img {
	border: 1px solid #fe9f43;
}
[data-theme='dark'] .theme-layout input[type='radio']:checked ~ label .layout-img img {
	border-color: #fe9f43;
}
[data-theme='dark'] .theme-layout label .layout-img img {
	border-color: #1f2228;
}
[data-theme='dark'] .theme-layout label .layout-type {
	color: #d8dfee;
}
[data-theme='dark'][data-layout='modern'][data-topbarcolor='white'] .header {
	background-color: #0d0d0d;
	border-color: rgba(13, 13, 13, 0.8);
}
[data-theme='dark'][data-layout='modern'][data-topbarcolor='white'] .header .bar-icon span {
	background-color: #0d0d0d;
}
[data-theme='dark'][data-layout='modern'][data-topbarcolor='white']
	.header
	.header-user
	.user-menu
	.btn-menubar {
	color: #6b7280;
}
[data-theme='dark'][data-layout='modern'][data-topbarcolor='white']
	.header
	.header-user
	.user-menu
	.btn-menubar:hover,
[data-theme='dark'][data-layout='modern'][data-topbarcolor='white']
	.header
	.header-user
	.user-menu
	.btn-menubar:active,
[data-theme='dark'][data-layout='modern'][data-topbarcolor='white']
	.header
	.header-user
	.user-menu
	.btn-menubar.active {
	background-color: #0d0d0d;
	color: #6b7280 !important;
}
[data-theme='dark'][data-layout='modern'][data-topbarcolor='white'] .header .header-left .logo {
	display: none;
}
[data-theme='dark'][data-layout='modern'][data-topbarcolor='white']
	.header
	.header-left
	.logo-white {
	display: block;
}
[data-theme='dark'][data-layout='modern'][data-topbarcolor='white'] .page-wrapper::before {
	background: #0d0d0d;
}
[data-theme='dark'][data-layout='modern'][data-topbarcolor='firefly'] .header .bar-icon span,
[data-theme='dark'][data-layout='modern'][data-topbarcolor='bluegem'] .header .bar-icon span,
[data-theme='dark'][data-layout='modern'][data-topbarcolor='blackpearl'] .header .bar-icon span,
[data-theme='dark'][data-layout='modern'][data-topbarcolor='maroon'] .header .bar-icon span,
[data-theme='dark'][data-layout='modern'][data-topbarcolor='primary'] .header .bar-icon span {
	background-color: #0d0d0d;
}
[data-theme='dark'][data-layout='modern'][data-topbarcolor='firefly']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-theme='dark'][data-layout='modern'][data-topbarcolor='bluegem']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-theme='dark'][data-layout='modern'][data-topbarcolor='blackpearl']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-theme='dark'][data-layout='modern'][data-topbarcolor='maroon']
	.header
	.header-user
	.user-menu
	.btn-menubar,
[data-theme='dark'][data-layout='modern'][data-topbarcolor='primary']
	.header
	.header-user
	.user-menu
	.btn-menubar {
	color: #6b7280;
}
[data-theme='dark'][data-layout='modern'][data-topbarcolor='firefly']
	.header
	.header-user
	.user-menu
	.btn-menubar:hover,
[data-theme='dark'][data-layout='modern'][data-topbarcolor='firefly']
	.header
	.header-user
	.user-menu
	.btn-menubar:active,
[data-theme='dark'][data-layout='modern'][data-topbarcolor='firefly']
	.header
	.header-user
	.user-menu
	.btn-menubar.active,
[data-theme='dark'][data-layout='modern'][data-topbarcolor='bluegem']
	.header
	.header-user
	.user-menu
	.btn-menubar:hover,
[data-theme='dark'][data-layout='modern'][data-topbarcolor='bluegem']
	.header
	.header-user
	.user-menu
	.btn-menubar:active,
[data-theme='dark'][data-layout='modern'][data-topbarcolor='bluegem']
	.header
	.header-user
	.user-menu
	.btn-menubar.active,
[data-theme='dark'][data-layout='modern'][data-topbarcolor='blackpearl']
	.header
	.header-user
	.user-menu
	.btn-menubar:hover,
[data-theme='dark'][data-layout='modern'][data-topbarcolor='blackpearl']
	.header
	.header-user
	.user-menu
	.btn-menubar:active,
[data-theme='dark'][data-layout='modern'][data-topbarcolor='blackpearl']
	.header
	.header-user
	.user-menu
	.btn-menubar.active,
[data-theme='dark'][data-layout='modern'][data-topbarcolor='maroon']
	.header
	.header-user
	.user-menu
	.btn-menubar:hover,
[data-theme='dark'][data-layout='modern'][data-topbarcolor='maroon']
	.header
	.header-user
	.user-menu
	.btn-menubar:active,
[data-theme='dark'][data-layout='modern'][data-topbarcolor='maroon']
	.header
	.header-user
	.user-menu
	.btn-menubar.active,
[data-theme='dark'][data-layout='modern'][data-topbarcolor='primary']
	.header
	.header-user
	.user-menu
	.btn-menubar:hover,
[data-theme='dark'][data-layout='modern'][data-topbarcolor='primary']
	.header
	.header-user
	.user-menu
	.btn-menubar:active,
[data-theme='dark'][data-layout='modern'][data-topbarcolor='primary']
	.header
	.header-user
	.user-menu
	.btn-menubar.active {
	background-color: #0d0d0d;
	color: #6b7280 !important;
}
[data-theme='dark'] .policy-upload {
	border-color: #1f2228;
}
[data-theme='dark'] .bootstrap-tagsinput {
	background-color: #0d0d0d;
	border-color: #1f2228;
}
[data-theme='dark'] .note-toolbar,
[data-theme='dark'] .note-dropdown-menu,
[data-theme='dark'] .note-modal-content,
[data-theme='dark'] .note-input {
	background-color: #131313;
	border-color: #1f2228;
	color: #d8dfee;
}
[data-theme='dark'] .note-btn {
	background-color: #0d0d0d;
	border-color: #1f2228;
	color: #d8dfee;
}
[data-theme='dark'] .note-modal-header,
[data-theme='dark'] .file-drop {
	border-color: #1f2228;
}
[data-theme='dark'] .close {
	color: #d8dfee;
}
[data-theme='dark'] .video-wrap .video-content {
	background-color: #0d0d0d;
}
[data-theme='dark'] .bg-black .text-white {
	color: #d8dfee !important;
}
[data-theme='dark'] .bg-transparent-light {
	background: #131313 !important;
}
[data-theme='dark'] .contact-grids-tab .nav-underline {
	border-color: #1f2228;
}
[data-theme='dark'] .contact-grids-tab .nav-underline .nav-item .nav-link.active,
[data-theme='dark'] .contact-grids-tab .nav-underline .nav-item .nav-link:hover {
	background-color: #0d0d0d;
}
[data-theme='dark'] .bg-primary-100 a {
	color: #0d0d0d;
}
[data-theme='dark'] .bg-primary-100 a:hover {
	color: #fe9f43;
}
[data-theme='dark'] .notification-dropdown .dropdown .dropdown-toggle {
	color: #d8dfee;
}
[data-theme='dark'] .notification-dropdown .dropdown .dropdown-toggle.show {
	color: #d8dfee;
}
[data-theme='dark'] .bootstrap-datetimepicker-widget table th {
	color: #d8dfee;
}
[data-theme='dark'] .crm-link {
	color: #d8dfee;
	background: #131313;
	border: #1f2228;
}

[data-theme='dark'] .breadcrumb .breadcrumb-item.active {
	color: #c8d2e0;
}
[data-theme='dark'] .table tbody tr td a {
	color: #c8d2e0;
}
[data-theme='dark'] .btn.btn-icon.active.bg-white {
	border-color: #1f2228;
	color: #c8d2e0;
}
[data-theme='dark'] .btn.btn-white {
	background: #0d0d0d;
	border-color: #1f2228;
	color: #c8d2e0;
}
[data-theme='dark'] .todo-item .form-check-label {
	color: #c8d2e0;
}
[data-theme='dark'] .bg-transparent-secondary,
[data-theme='dark'] .bg-transparent-dark,
[data-theme='dark'] .bg-light-500 {
	background: #374151 !important;
}
[data-theme='dark'] .text-gray-9,
[data-theme='dark'] .text-title {
	color: #c8d2e0 !important;
}
[data-theme='dark'] .attendance-bg {
	background: #0d0d0d;
	border-color: #1f2228 !important;
}
[data-theme='dark'] .chat-wrapper .sidebar-group {
	background: #1f2228;
}
[data-theme='dark'] .chat-wrapper .chat-users-wrap .chat-user-list,
[data-theme='dark'] .chat-wrapper .chat .chat-header,
[data-theme='dark'] .chat-wrapper .chat {
	background: #0d0d0d;
	border-color: #1f2228;
}
[data-theme='dark'] .chat-wrapper .search-wrap .input-group-text {
	background: #0d0d0d;
	border-color: #1f2228;
}
[data-theme='dark'] .chat-wrapper .search-wrap .form-control {
	border-color: #1f2228;
}
[data-theme='dark'] .chat-wrapper .chat .chat-footer .footer-form {
	background: #0d0d0d;
	border-color: #1f2228;
}
[data-theme='dark'] .chat-wrapper .chat .chat-footer .footer-form .chat-footer-wrap {
	background: #1f2228;
}
[data-theme='dark'] .chat-wrapper .chat .chat-body .messages .chats .chat-content .message-content {
	background: #1f2228;
}
[data-theme='dark'] .chat-wrapper .chat .chat-header .chat-options > ul > li > a {
	background: #1f2228;
}
[data-theme='dark'] #calendar .fc-scroller-harness th {
	background: #0d0d0d;
	border-color: #1f2228;
}
[data-theme='dark'] #calendar .fc-col-header-cell-cushion,
[data-theme='dark'] #calendar .fc-daygrid-day-number {
	color: #c8d2e0;
}
[data-theme='dark'] #calendar .fc-daygrid-body tbody td {
	background: #0d0d0d;
	border-color: #1f2228;
}
[data-theme='dark'] #calendar .fc-daygrid .fc-scrollgrid {
	border-color: #1f2228;
}

.sidebar-horizontal {
	margin: 0 auto;
	box-shadow: 0px 4px 60px 0px rgba(190, 190, 190, 0.27);
}
.sidebar-horizontal.sidebar {
	width: 100% !important;
	bottom: inherit;
	top: 64px;
	border-right: 0;
	z-index: 20;
}
.sidebar-horizontal.sidebar .sidebar-logo {
	display: none;
}
.sidebar-horizontal.sidebar .sidebar-menu ul li span {
	display: inline-block !important;
}
.sidebar-horizontal.sidebar .slimScrollDiv {
	top: 0;
	height: auto !important;
	overflow: inherit !important;
	padding: 0;
}
.sidebar-horizontal.sidebar .sidebar-inner {
	height: auto !important;
	overflow: inherit !important;
}
.sidebar-horizontal.sidebar .hidden {
	display: none !important;
}
.sidebar-horizontal.sidebar .sidebar-menu {
	padding: 0 !important;
	height: 46px;
	display: flex;
	align-items: center;
	margin: 0 auto;
	width: 100%;
}
.sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li {
	margin-right: 8px;
}
.sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li:last-child {
	margin-right: 0;
}
.sidebar-horizontal.sidebar .sidebar-menu ul {
	display: flex;
	align-items: center;
	-webkit-align-items: center;
}
.sidebar-horizontal.sidebar .sidebar-menu ul li {
	position: relative;
}
.sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a {
	font-size: 12px;
	color: #212b36;
	border-radius: 5px;
	padding: 8px 30px 8px 8px;
}
.sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a i {
	margin-right: 4px;
}
.sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a:hover {
	color: #fe9f43;
}
.sidebar-horizontal.sidebar .sidebar-menu ul li.submenu .noti-dot:before {
	display: none;
}
.sidebar-horizontal.sidebar .sidebar-menu ul li.submenu ul li.submenu a {
	font-size: 12px;
}
.sidebar-horizontal.sidebar .sidebar-menu ul li.submenu ul li a {
	color: #4d555e;
	border-radius: 5px;
}
.sidebar-horizontal.sidebar .sidebar-menu ul li.submenu ul li a:hover,
.sidebar-horizontal.sidebar .sidebar-menu ul li.submenu ul li a.active {
	color: #fe9f43;
}
.sidebar-horizontal.sidebar .sidebar-menu ul li.submenu.submenu-two ul {
	max-height: none;
}
.sidebar-horizontal.sidebar .sidebar-menu ul ul {
	display: none;
	width: 170px;
	background-color: #ffffff;
	position: absolute;
	top: 30px;
	left: 0;
	padding: 8px;
}
.sidebar-horizontal.sidebar .sidebar-menu ul ul li a .menu-arrow {
	right: 15px;
}
.sidebar-horizontal.sidebar .sidebar-menu ul ul a {
	padding: 8px 15px;
}
.sidebar-horizontal.sidebar .sidebar-menu .menu-title {
	display: none !important;
}
.sidebar-horizontal.sidebar .sidebar-vertical {
	display: none !important;
}
.sidebar-horizontal.sidebar .sidebar-menu ul li a {
	flex-direction: inherit;
	text-align: left;
	padding: 7px 8px;
	font-size: 12px;
	font-weight: 500;
	display: block;
	position: relative;
}
.sidebar-horizontal.sidebar ul li span {
	display: inline-block !important;
}
.sidebar-horizontal.sidebar .sidebar-menu ul ul > li.submenu > ul {
	position: relative;
	top: 0;
	padding: 0;
	width: 100%;
}
.sidebar-horizontal.sidebar ul ul li {
	display: inline-block !important;
	width: 100%;
}
.sidebar-horizontal.sidebar .sidebar-menu {
	max-width: 1320px;
}
@media (max-width: 1398.98px) {
	.sidebar-horizontal.sidebar .sidebar-menu {
		max-width: 1170px;
	}
}
@media (max-width: 1199.96px) {
	.sidebar-horizontal.sidebar .sidebar-menu {
		max-width: 950px;
	}
}
.sidebar-horizontal.sidebar .sidebar-menu .main-menu {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a.active,
.sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a.subdrop {
	color: #fe9f43;
}
@media (min-width: 1199.98px) {
	.sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a {
		font-size: 14px;
		padding: 8px 30px 8px 8px;
	}
	.sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a i {
		margin-right: 5px;
	}
	.sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a .menu-arrow {
		right: 8px;
	}
}
@media (max-width: 991.96px) {
	.sidebar-horizontal.sidebar {
		display: none !important;
	}
}

.menu-horizontal #toggle_btn {
	display: none;
}
.menu-horizontal .page-wrapper {
	margin: 0;
	padding-top: 110px;
	max-width: 1320px;
	margin: 0 auto;
}
@media (max-width: 1398.98px) {
	.menu-horizontal .page-wrapper {
		max-width: 1170px;
	}
}
@media (max-width: 1199.96px) {
	.menu-horizontal .page-wrapper {
		max-width: 950px;
	}
}
@media (max-width: 991.96px) {
	.menu-horizontal .page-wrapper {
		max-width: 100%;
	}
}
.menu-horizontal .page-wrapper .content {
	padding-left: 0;
	padding-right: 0;
}
@media (max-width: 991.96px) {
	.menu-horizontal .page-wrapper .content {
		padding: 20px;
	}
}
@media (min-width: 991.98px) {
	.menu-horizontal #sidebar {
		display: none;
	}
}
.menu-horizontal .header {
	left: 0;
}
.menu-horizontal .header .main-header {
	margin: 0 auto;
}
.menu-horizontal .header .main-header .user-menu {
	padding-right: 0;
}
.menu-horizontal .header .header-left {
	display: flex;
	padding-left: 0;
	text-align: left;
	width: auto;
}
.menu-horizontal .header .header-left .logo {
	display: block;
}
.menu-horizontal .header .header-left .logo-white {
	display: none;
}

.main-header {
	height: inherit;
}

body.mini-sidebar .sidebar .sidebar-menu > ul > li.submenu-open ul li.submenu > a {
	padding: 8px 16px;
}
body.mini-sidebar .sidebar .sidebar-menu > ul > li.submenu-open ul li.submenu > a i {
	margin-right: 0 !important;
}
body.mini-sidebar.expand-menu .sidebar .sidebar-menu > ul > li.submenu-open ul li.submenu > a {
	padding: 8px;
}
body.mini-sidebar.expand-menu .sidebar .sidebar-menu > ul > li.submenu-open ul li.submenu > a i {
	margin-right: 8px !important;
}

.modern-profile {
	display: none;
}

.sidebar-twocol .twocol-mini {
	border-right: 1px solid #e6eaed;
	padding-top: 16px;
	width: 72px !important;
	background-color: #ffffff;
}
.sidebar-twocol .twocol-mini .logo-small {
	display: block;
	text-align: center;
	margin-bottom: 24px;
}
.sidebar-twocol .slide-nav .sidebar {
	margin-left: 0;
}
.sidebar-twocol.sidebar {
	background-color: transparent;
	border-right: 0;
	margin-top: 0;
	z-index: 1001;
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	display: none;
}
@media (max-width: 991.98px) {
	.sidebar-twocol.sidebar {
		margin-left: -225px;
		width: 225px;
		-webkit-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		transition: all 0.4s ease;
		z-index: 1041;
	}
}
.sidebar-twocol.sidebar .slimScrollDiv {
	top: 0;
}
.sidebar-twocol.sidebar .nav-link {
	width: 26px;
	height: 26px;
	margin-bottom: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	color: #4d555e;
	position: relative;
}
.sidebar-twocol.sidebar .nav-link.active,
.sidebar-twocol.sidebar .nav-link:hover {
	background: #fff6ee;
	color: #4d555e;
}
.sidebar-twocol.sidebar .sidebar-left {
	width: 72px;
}
.sidebar-twocol.sidebar .sidebar-right {
	background: #ffffff;
	width: 180px;
	height: 100%;
	border-right: 1px solid #e6eaed;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.sidebar-twocol.sidebar .sidebar-right .sidebar-scroll {
	height: calc(100% - 50px);
	overflow: auto;
	padding: 0 16px 16px;
}
.sidebar-twocol.sidebar .sidebar-right .sidebar-logo {
	text-align: center;
	position: relative;
	padding: 0;
}
.sidebar-twocol.sidebar .sidebar-right .sidebar-logo .logo-white {
	display: none;
}
.sidebar-twocol.sidebar .sidebar-right .tab-content {
	padding-top: 0;
}
.sidebar-twocol.sidebar .sidebar-right ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.sidebar-twocol.sidebar .sidebar-right ul li {
	margin-bottom: 4px;
}
.sidebar-twocol.sidebar .sidebar-right ul li.menu-title {
	margin-bottom: 12px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 700;
	color: #90959b;
}
.sidebar-twocol.sidebar .sidebar-right ul li a {
	font-weight: 500;
	font-size: 12px;
	color: #7a8086;
	padding: 7px 8px;
	display: block;
	position: relative;
	border-radius: 5px;
}
.sidebar-twocol.sidebar .sidebar-right ul li a.subdrop {
	background: #fff6ee;
	color: #fe9f43;
}
.sidebar-twocol.sidebar .sidebar-right ul li a.subdrop i {
	color: #4d555e;
}
.sidebar-twocol.sidebar .sidebar-right ul li a.subdrop:hover {
	color: #fe9f43;
}
.sidebar-twocol.sidebar .sidebar-right ul li a.active {
	background: #fff6ee;
	border-radius: 5px;
	color: #fe9f43;
}
.sidebar-twocol.sidebar .sidebar-right ul li a.active i {
	color: #4d555e;
}
.sidebar-twocol.sidebar .sidebar-right ul li.active a {
	background: #fff6ee;
}
.sidebar-twocol.sidebar .sidebar-right ul li.submenu > a:hover {
	background: #fff6ee;
	color: #7a8086 !important;
}
.sidebar-twocol.sidebar .sidebar-right ul li.submenu ul {
	display: none;
	margin-bottom: 10px;
	margin-top: 5px;
}
.sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a {
	padding-left: 15px;
}
.sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a:hover,
.sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a.active {
	color: #fe9f43;
}
.sidebar-twocol.sidebar .sidebar-right ul li.submenu > ul > li > a.active {
	background-color: transparent;
}
.sidebar-twocol.sidebar .sidebar-right .tab-pane > ul > li > a:hover {
	background: #fff6ee;
}
.sidebar-twocol.sidebar .sidebar-right .menu-arrow {
	-webkit-transition: -webkit-transform 0.15s;
	-o-transition: -o-transform 0.15s;
	transition: transform 0.15s;
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	text-rendering: auto;
	line-height: 40px;
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	position: absolute;
	right: 8px;
	font-weight: 700;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}
.sidebar-twocol.sidebar .sidebar-right .menu-arrow:before {
	content: '\f105';
}
.sidebar-twocol.sidebar .sub-menu a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}
.sidebar-twocol.sidebar li a.subdrop .menu-arrow {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}
@media (min-width: 992px) {
	.sidebar-twocol .mini-sidebar .page-wrapper {
		margin-left: 60px;
	}
	.sidebar-twocol .mini-sidebar #toggle_btn {
		margin-left: 10px;
	}
	.sidebar-twocol .mini-sidebar .sidebar-right {
		display: none;
	}
	.sidebar-twocol .expand-menu .sidebar-right {
		display: block;
		-webkit-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
}

body.layout-mode-rtl .sidebar .sidebar-menu .submenu-open .submenu ul li a::after {
	right: 15px;
	left: unset;
}
body.layout-mode-rtl .header-left #toggle_btn {
	left: -13px;
	right: unset;
	margin-right: 15px;
	margin-left: 0;
}
body.layout-mode-rtl .user-menu .nav-searchinputs {
	margin-right: 25px;
	margin-left: auto;
}
body.layout-mode-rtl .user-menu li {
	margin-right: 12px;
	margin-left: 0;
}
body.layout-mode-rtl .user-info {
	padding: 0 0 0 30px;
}

.sidebar-horizontal,
.sidebar-header,
.two-col-sidebar {
	display: none;
}

.btn-white:hover::after {
	color: #ffffff;
}

.sidebar-right .user-profile h6 {
	font-weight: 600 !important;
}

.layout-mode-rtl .user-menu {
	padding-left: 24px;
	padding-right: 0;
}
.layout-mode-rtl .searchinputs .search-addon span {
	right: 8px;
	left: auto;
}
.layout-mode-rtl .user-menu.nav > li > a.select-store .user-info:after {
	left: 0;
	right: auto;
}
.layout-mode-rtl .user-menu.nav > li > a.select-store .user-info .user-letter {
	margin-left: 8px;
	margin-right: 0;
}
.layout-mode-rtl .user-menu.nav > li > a.select-store .user-info {
	padding: 0 0 0 20px;
}
.layout-mode-rtl .select-store-dropdown .dropdown-menu .dropdown-item img {
	margin-left: 8px;
	margin-right: 0;
}
.layout-mode-rtl.mini-sidebar.expand-menu .sidebar .sidebar-menu > ul > li.submenu-open ul li a {
	justify-content: right;
}
.layout-mode-rtl .input-icon-start .form-control {
	padding-right: 30px;
	padding-left: 0;
}
.layout-mode-rtl .notifications .notification-list li .avatar {
	margin: 0 0 0 8px;
}
.layout-mode-rtl .user-menu.nav > li.flag-nav .dropdown-menu a img {
	margin: 0 0 0 10px;
}

.modern-profile .sidebar-nav {
	display: none !important;
}

.badge-dark-transparent {
	background: #e8e9ea;
	color: #1b2850;
}

.file-manager .table tbody tr td .dropdown a {
	border: 0;
}

.sidebar.sidebar-horizontal .main-menu ul li.submenu:hover > ul {
	display: block !important;
}
.sidebar.sidebar-horizontal .main-menu ul li.submenu:hover a.active.subdrop ~ ul {
	display: block !important;
}
.sidebar.sidebar-horizontal .main-menu ul li.submenu a.active.subdrop ~ ul {
	display: none !important;
}
.sidebar.sidebar-horizontal .main-menu ul li.submenu > ul li.submenu .menu-arrow::before {
	transform: rotate(-45deg);
}
.sidebar.sidebar-horizontal .main-menu ul li.submenu > ul li.submenu > ul {
	position: absolute;
	left: 100%;
	background: #ffffff;
	padding: 8px;
	display: none;
}
.sidebar.sidebar-horizontal .main-menu ul li.submenu > ul li.submenu:hover > ul {
	display: block;
}
.sidebar.sidebar-horizontal li a .menu-arrow,
.sidebar.sidebar-horizontal .settings-sidebar li a .menu-arrow {
	background: transparent;
}
.sidebar.sidebar-horizontal li a .menu-arrow::before,
.sidebar.sidebar-horizontal .settings-sidebar li a .menu-arrow::before {
	transform: rotate(45deg);
}
.sidebar.sidebar-horizontal li a.subdrop .menu-arrow,
.sidebar.sidebar-horizontal .settings-sidebar li a.subdrop .menu-arrow {
	transform: none;
}

[data-sidebarbg='sidebarbg1'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a,
[data-sidebarbg='sidebarbg2'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a,
[data-sidebarbg='sidebarbg3'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a,
[data-sidebarbg='sidebarbg4'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a,
[data-sidebarbg='sidebarbg5'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a,
[data-sidebarbg='sidebarbg6'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a {
	color: #ffffff;
}
[data-sidebarbg='sidebarbg1'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a.active,
[data-sidebarbg='sidebarbg2'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a.active,
[data-sidebarbg='sidebarbg3'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a.active,
[data-sidebarbg='sidebarbg4'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a.active,
[data-sidebarbg='sidebarbg5'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a.active,
[data-sidebarbg='sidebarbg6'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a.active {
	background: rgba(255, 255, 255, 0.1019607843);
}
[data-sidebarbg='sidebarbg1'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a span,
[data-sidebarbg='sidebarbg2'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a span,
[data-sidebarbg='sidebarbg3'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a span,
[data-sidebarbg='sidebarbg4'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a span,
[data-sidebarbg='sidebarbg5'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a span,
[data-sidebarbg='sidebarbg6'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a span {
	color: #ffffff;
}
[data-sidebarbg='sidebarbg1'] .sidebar .sidebar-menu > ul > li.submenu-open .submenu-hdr,
[data-sidebarbg='sidebarbg2'] .sidebar .sidebar-menu > ul > li.submenu-open .submenu-hdr,
[data-sidebarbg='sidebarbg3'] .sidebar .sidebar-menu > ul > li.submenu-open .submenu-hdr,
[data-sidebarbg='sidebarbg4'] .sidebar .sidebar-menu > ul > li.submenu-open .submenu-hdr,
[data-sidebarbg='sidebarbg5'] .sidebar .sidebar-menu > ul > li.submenu-open .submenu-hdr,
[data-sidebarbg='sidebarbg6'] .sidebar .sidebar-menu > ul > li.submenu-open .submenu-hdr {
	color: #ffffff;
}
[data-sidebarbg='sidebarbg1'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a i,
[data-sidebarbg='sidebarbg1'] .settings-sidebar .sidebar-menu > ul > li.submenu-open ul li a i,
[data-sidebarbg='sidebarbg2'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a i,
[data-sidebarbg='sidebarbg2'] .settings-sidebar .sidebar-menu > ul > li.submenu-open ul li a i,
[data-sidebarbg='sidebarbg3'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a i,
[data-sidebarbg='sidebarbg3'] .settings-sidebar .sidebar-menu > ul > li.submenu-open ul li a i,
[data-sidebarbg='sidebarbg4'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a i,
[data-sidebarbg='sidebarbg4'] .settings-sidebar .sidebar-menu > ul > li.submenu-open ul li a i,
[data-sidebarbg='sidebarbg5'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a i,
[data-sidebarbg='sidebarbg5'] .settings-sidebar .sidebar-menu > ul > li.submenu-open ul li a i,
[data-sidebarbg='sidebarbg6'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a i,
[data-sidebarbg='sidebarbg6'] .settings-sidebar .sidebar-menu > ul > li.submenu-open ul li a i {
	color: #ffffff;
}

.sidebar.horizontal-sidebar {
	display: none;
}

.header.pos-header {
	left: 0;
}
.header.pos-header .header-left {
	display: flex;
	height: 64px;
	padding: 0 24px;
}

@media (min-width: 992px) {
	.layout-mode-rtl .header {
		left: 0;
		right: 252px;
	}
	.layout-mode-rtl .sidebar {
		top: 0;
	}
	.layout-mode-rtl.mini-sidebar .header {
		right: 86px;
		left: 0;
	}
	.layout-mode-rtl.mini-sidebar.expand-menu .header {
		right: 252px;
		left: 0;
	}
	.layout-mode-rtl .sidebar .sidebar-logo #toggle_btn {
		left: -13px;
		right: unset;
		margin-right: 15px;
		margin-left: 0;
	}
}
.menu-horizontal #collapse-header {
	display: none;
}

[data-theme='dark'] .pos-category5 .owl-item h6 a {
	color: #d8dfee;
}
[data-theme='dark'] .pos-category5 .owl-item li,
[data-theme='dark'] .tab-wrap {
	border-color: #1f2228;
}
[data-theme='dark'] .pos-products .product-info .pro-img {
	background: #0a0a0a;
}
[data-theme='dark'] .product-order-list .table {
	background: transparent !important;
}
[data-theme='dark'] aside.product-order-list .payment-method .methods .payment-item {
	border-color: #1f2228;
}
[data-theme='dark'] .pos-category .owl-item li {
	border-color: #1f2228;
	box-shadow: none;
}
[data-theme='dark'] .pos-category,
[data-theme='dark'] aside.product-order-list .selling-info {
	border-color: #1f2228;
}
[data-theme='dark'] .product-wrap .product-list .product-info .pro-img {
	background: #0a0a0a;
}
[data-theme='dark'] .product-wrap .product-list {
	border-color: #1f2228;
}
[data-theme='dark'] .pos-three aside.product-order-list .order-method .order-total {
	background: #0d0d0d;
	border-color: #1f2228;
}
[data-theme='dark']
	.pos-three
	aside.product-order-list
	.order-method
	.order-total
	table
	tr:last-child
	td {
	background: #0d0d0d;
	border-color: #1f2228;
}
[data-theme='dark'] .pos-category3 li {
	border-color: #1f2228;
}

[data-theme='dark'] .sidebar .sidebar-logo {
	border-color: #1f2228;
}
[data-theme='dark'] .sidebar .sidebar-logo .logo-white {
	display: block !important;
}

[data-topbar='topbarcolortwo'] .pos-page .header .header-left .logo,
[data-topbar='topbarcolorthree'] .pos-page .header .header-left .logo,
[data-topbar='topbarcolorfour'] .pos-page .header .header-left .logo,
[data-topbar='topbarcolorfive'] .pos-page .header .header-left .logo,
[data-topbar='topbarcolorsix'] .pos-page .header .header-left .logo,
[data-topbar='topbarcolorseven'] .pos-page .header .header-left .logo,
[data-topbar='topbarcoloreight'] .pos-page .header .header-left .logo,
[data-topbar='topbarcolornine'] .pos-page .header .header-left .logo,
[data-topbar='topbarcolorten'] .pos-page .header .header-left .logo,
[data-topbar='topbarcoloreleven'] .pos-page .header .header-left .logo,
[data-topbar='topbarcolortwelve'] .pos-page .header .header-left .logo,
[data-topbar='topbarcolorthirteen'] .pos-page .header .header-left .logo,
[data-topbar='topbarcolorfourteen'] .pos-page .header .header-left .logo,
[data-topbar='all'] .pos-page .header .header-left .logo {
	display: none;
}
[data-topbar='topbarcolortwo'] .pos-page .header .header-left .logo.logo-white,
[data-topbar='topbarcolorthree'] .pos-page .header .header-left .logo.logo-white,
[data-topbar='topbarcolorfour'] .pos-page .header .header-left .logo.logo-white,
[data-topbar='topbarcolorfive'] .pos-page .header .header-left .logo.logo-white,
[data-topbar='topbarcolorsix'] .pos-page .header .header-left .logo.logo-white,
[data-topbar='topbarcolorseven'] .pos-page .header .header-left .logo.logo-white,
[data-topbar='topbarcoloreight'] .pos-page .header .header-left .logo.logo-white,
[data-topbar='topbarcolornine'] .pos-page .header .header-left .logo.logo-white,
[data-topbar='topbarcolorten'] .pos-page .header .header-left .logo.logo-white,
[data-topbar='topbarcoloreleven'] .pos-page .header .header-left .logo.logo-white,
[data-topbar='topbarcolortwelve'] .pos-page .header .header-left .logo.logo-white,
[data-topbar='topbarcolorthirteen'] .pos-page .header .header-left .logo.logo-white,
[data-topbar='topbarcolorfourteen'] .pos-page .header .header-left .logo.logo-white,
[data-topbar='all'] .pos-page .header .header-left .logo.logo-white {
	display: flex !important;
}

@media (min-width: 992px) {
	[data-sidebar='sidebarcolortwo'] .mini-sidebar .sidebar .sidebar-logo .logo.logo-white,
	[data-sidebar='sidebarcolorthree'] .mini-sidebar .sidebar .sidebar-logo .logo.logo-white,
	[data-sidebar='sidebarcolorfour'] .mini-sidebar .sidebar .sidebar-logo .logo.logo-white,
	[data-sidebar='sidebarcolorfive'] .mini-sidebar .sidebar .sidebar-logo .logo.logo-white,
	[data-sidebar='sidebarcolorsix'] .mini-sidebar .sidebar .sidebar-logo .logo.logo-white,
	[data-sidebar='sidebarcolorseven'] .mini-sidebar .sidebar .sidebar-logo .logo.logo-white,
	[data-sidebar='sidebarcoloreight'] .mini-sidebar .sidebar .sidebar-logo .logo.logo-white,
	[data-sidebar='sidebarcolornine'] .mini-sidebar .sidebar .sidebar-logo .logo.logo-white,
	[data-sidebar='sidebarcolorten'] .mini-sidebar .sidebar .sidebar-logo .logo.logo-white,
	[data-sidebar='sidebarcoloreleven'] .mini-sidebar .sidebar .sidebar-logo .logo.logo-white,
	[data-sidebar='sidebarcolortwelve'] .mini-sidebar .sidebar .sidebar-logo .logo.logo-white,
	[data-sidebar='sidebarcolorthirteen'] .mini-sidebar .sidebar .sidebar-logo .logo.logo-white,
	[data-sidebar='sidebarcolorfourteen'] .mini-sidebar .sidebar .sidebar-logo .logo.logo-white,
	[data-sidebar='all'] .mini-sidebar .sidebar .sidebar-logo .logo.logo-white {
		display: none !important;
	}
	[data-sidebar='sidebarcolortwo'] .mini-sidebar.expand-menu .sidebar .sidebar-logo .logo,
	[data-sidebar='sidebarcolorthree'] .mini-sidebar.expand-menu .sidebar .sidebar-logo .logo,
	[data-sidebar='sidebarcolorfour'] .mini-sidebar.expand-menu .sidebar .sidebar-logo .logo,
	[data-sidebar='sidebarcolorfive'] .mini-sidebar.expand-menu .sidebar .sidebar-logo .logo,
	[data-sidebar='sidebarcolorsix'] .mini-sidebar.expand-menu .sidebar .sidebar-logo .logo,
	[data-sidebar='sidebarcolorseven'] .mini-sidebar.expand-menu .sidebar .sidebar-logo .logo,
	[data-sidebar='sidebarcoloreight'] .mini-sidebar.expand-menu .sidebar .sidebar-logo .logo,
	[data-sidebar='sidebarcolornine'] .mini-sidebar.expand-menu .sidebar .sidebar-logo .logo,
	[data-sidebar='sidebarcolorten'] .mini-sidebar.expand-menu .sidebar .sidebar-logo .logo,
	[data-sidebar='sidebarcoloreleven'] .mini-sidebar.expand-menu .sidebar .sidebar-logo .logo,
	[data-sidebar='sidebarcolortwelve'] .mini-sidebar.expand-menu .sidebar .sidebar-logo .logo,
	[data-sidebar='sidebarcolorthirteen'] .mini-sidebar.expand-menu .sidebar .sidebar-logo .logo,
	[data-sidebar='sidebarcolorfourteen'] .mini-sidebar.expand-menu .sidebar .sidebar-logo .logo,
	[data-sidebar='all'] .mini-sidebar.expand-menu .sidebar .sidebar-logo .logo {
		display: none;
	}
	[data-sidebar='sidebarcolortwo']
		.mini-sidebar.expand-menu
		.sidebar
		.sidebar-logo
		.logo.logo-white,
	[data-sidebar='sidebarcolorthree']
		.mini-sidebar.expand-menu
		.sidebar
		.sidebar-logo
		.logo.logo-white,
	[data-sidebar='sidebarcolorfour']
		.mini-sidebar.expand-menu
		.sidebar
		.sidebar-logo
		.logo.logo-white,
	[data-sidebar='sidebarcolorfive']
		.mini-sidebar.expand-menu
		.sidebar
		.sidebar-logo
		.logo.logo-white,
	[data-sidebar='sidebarcolorsix']
		.mini-sidebar.expand-menu
		.sidebar
		.sidebar-logo
		.logo.logo-white,
	[data-sidebar='sidebarcolorseven']
		.mini-sidebar.expand-menu
		.sidebar
		.sidebar-logo
		.logo.logo-white,
	[data-sidebar='sidebarcoloreight']
		.mini-sidebar.expand-menu
		.sidebar
		.sidebar-logo
		.logo.logo-white,
	[data-sidebar='sidebarcolornine']
		.mini-sidebar.expand-menu
		.sidebar
		.sidebar-logo
		.logo.logo-white,
	[data-sidebar='sidebarcolorten']
		.mini-sidebar.expand-menu
		.sidebar
		.sidebar-logo
		.logo.logo-white,
	[data-sidebar='sidebarcoloreleven']
		.mini-sidebar.expand-menu
		.sidebar
		.sidebar-logo
		.logo.logo-white,
	[data-sidebar='sidebarcolortwelve']
		.mini-sidebar.expand-menu
		.sidebar
		.sidebar-logo
		.logo.logo-white,
	[data-sidebar='sidebarcolorthirteen']
		.mini-sidebar.expand-menu
		.sidebar
		.sidebar-logo
		.logo.logo-white,
	[data-sidebar='sidebarcolorfourteen']
		.mini-sidebar.expand-menu
		.sidebar
		.sidebar-logo
		.logo.logo-white,
	[data-sidebar='all'] .mini-sidebar.expand-menu .sidebar .sidebar-logo .logo.logo-white {
		display: block !important;
	}
	[data-sidebar='sidebarcolortwo'] .sidebar .sidebar-menu > ul > li ul li a svg,
	[data-sidebar='sidebarcolorthree'] .sidebar .sidebar-menu > ul > li ul li a svg,
	[data-sidebar='sidebarcolorfour'] .sidebar .sidebar-menu > ul > li ul li a svg,
	[data-sidebar='sidebarcolorfive'] .sidebar .sidebar-menu > ul > li ul li a svg,
	[data-sidebar='sidebarcolorsix'] .sidebar .sidebar-menu > ul > li ul li a svg,
	[data-sidebar='sidebarcolorseven'] .sidebar .sidebar-menu > ul > li ul li a svg,
	[data-sidebar='sidebarcoloreight'] .sidebar .sidebar-menu > ul > li ul li a svg,
	[data-sidebar='sidebarcolornine'] .sidebar .sidebar-menu > ul > li ul li a svg,
	[data-sidebar='sidebarcolorten'] .sidebar .sidebar-menu > ul > li ul li a svg,
	[data-sidebar='sidebarcoloreleven'] .sidebar .sidebar-menu > ul > li ul li a svg,
	[data-sidebar='sidebarcolortwelve'] .sidebar .sidebar-menu > ul > li ul li a svg,
	[data-sidebar='sidebarcolorthirteen'] .sidebar .sidebar-menu > ul > li ul li a svg,
	[data-sidebar='sidebarcolorfourteen'] .sidebar .sidebar-menu > ul > li ul li a svg,
	[data-sidebar='all'] .sidebar .sidebar-menu > ul > li ul li a svg {
		color: #f9fafb;
	}
	[data-sidebar='sidebarcolortwo'] .pos-page .header .header-left,
	[data-sidebar='sidebarcolorthree'] .pos-page .header .header-left,
	[data-sidebar='sidebarcolorfour'] .pos-page .header .header-left,
	[data-sidebar='sidebarcolorfive'] .pos-page .header .header-left,
	[data-sidebar='sidebarcolorsix'] .pos-page .header .header-left,
	[data-sidebar='sidebarcolorseven'] .pos-page .header .header-left,
	[data-sidebar='sidebarcoloreight'] .pos-page .header .header-left,
	[data-sidebar='sidebarcolornine'] .pos-page .header .header-left,
	[data-sidebar='sidebarcolorten'] .pos-page .header .header-left,
	[data-sidebar='sidebarcoloreleven'] .pos-page .header .header-left,
	[data-sidebar='sidebarcolortwelve'] .pos-page .header .header-left,
	[data-sidebar='sidebarcolorthirteen'] .pos-page .header .header-left,
	[data-sidebar='sidebarcolorfourteen'] .pos-page .header .header-left,
	[data-sidebar='all'] .pos-page .header .header-left {
		background: transparent !important;
	}
}

.sidebar-contact {
	position: fixed;
	top: 0%;
	right: 0;
	transform: translateY(-50%);
	width: 350px;
	height: auto;
	background: #ffffff;
	box-sizing: border-box;
	transition: 0.5s;
	z-index: 9999;
}
.sidebar-contact .toggle-theme {
	position: absolute;
	width: 48px;
	text-align: center;
	cursor: pointer;
	background: #fe9f43;
	top: 225px;
	right: 10px;
	height: 48px;
	color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}
.sidebar-contact .toggle-theme .fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

#theme-settings {
	width: 26px;
	height: 26px;
	border: 1px solid #bcbfc3;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
}

.input-themeselect label {
	width: 100%;
}

.sidebar-themesettings {
	transition: all 0.5s;
	width: 400px !important;
	height: 100vh;
	z-index: 99999;
	overflow: auto;
	max-width: 100%;
}
.sidebar-themesettings.open {
	right: 0;
}
.sidebar-themesettings .offcanvas-header {
	border-bottom: 1px solid #bcbfc3;
	position: relative;
	border-radius: 10px 0 0 0;
}
.sidebar-themesettings .themecard-body .themesettings-content {
	border-bottom: 1px solid #bcbfc3;
	margin-bottom: 15px;
}
.sidebar-themesettings .themecard-body .themesettings-content h6 {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	margin-bottom: 15px;
}
.sidebar-themesettings .input-themeselect {
	background: #f7f7f7;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #bcbfc3;
	margin-bottom: 15px;
}
.sidebar-themesettings .input-themeselect input[type='radio'] {
	display: none;
}
.sidebar-themesettings
	.input-themeselect
	input[type='radio']:checked
	~ label
	.checkboxs-theme:after {
	background-color: #6938ef;
	border-color: #6938ef;
	content: '';
}
.sidebar-themesettings
	.input-themeselect
	input[type='radio']:checked
	~ label
	.checkboxs-theme::before {
	content: '\f00c';
	font-family: 'Font Awesome 5 Free';
	color: #fff;
	font-weight: 700;
	font-size: 10px;
	right: 4px;
	position: absolute;
	top: -14px;
	z-index: 9;
}
.sidebar-themesettings .input-themeselect img {
	height: 80px;
}
.sidebar-themesettings .input-themeselect .checkboxs-theme {
	position: relative;
	width: 100%;
	display: block;
}
.sidebar-themesettings .input-themeselect .checkboxs-theme:after {
	position: absolute;
	content: '';
	border: 1px solid #e8e8e8;
	width: 16px;
	height: 16px;
	border-radius: 5px;
	right: 0;
	top: -17px;
}
.sidebar-themesettings .accordion.accordion-customicon1 .accordion-button {
	font-weight: 600;
}
.sidebar-themesettings .accordion.accordion-customicon1 .accordion-button::after {
	content: '\f077';
	background: #ffffff;
	font-size: 10px;
	width: 18px;
	height: 18px;
}

.sidebar-themeoverlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.75);
	top: 0;
	left: -100%;
	z-index: 10000;
}
.sidebar-themeoverlay.open {
	left: 0;
}

.sidebar-themesettings.offcanvas.offcanvas-end {
	width: 400px !important;
	border-radius: 10px 0 0 10px;
}

.theme-colorsset label {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	position: relative;
	border: 1px solid #bcbfc3;
	position: relative;
}
.theme-colorsset label::before {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	transform: translate(-50%, -50%);
	border-radius: 50%;
}
.theme-colorsset label.primary-clr::before {
	background: #fe9f43;
}
.theme-colorsset label.theme-color-1::before {
	background: #009688;
}
.theme-colorsset label.theme-color-2::before {
	background: #d63031;
}
.theme-colorsset label.theme-color-3::before {
	background: #6c5ce7;
}
.theme-colorsset label.theme-color-4::before {
	background: #0984e3;
}
.theme-colorsset label.theme-color-5::before {
	background: #00b894;
}
.theme-colorsset label.theme-color-6::before {
	background: #e04f16;
}
.theme-colorsset input[type='radio'] {
	display: none;
}
.theme-colorsset input[type='radio']:checked ~ label:after {
	content: '\f00c';
	font-family: 'Fontawesome';
	color: #ffffff;
	font-weight: 700;
	font-size: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	width: 12px;
	height: 12px;
	background: #3eb780;
	border-radius: 50%;
}
.theme-colorsset .pickr-container-primary {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid #bcbfc3;
	padding: 4px;
}
.theme-colorsset .pickr-container-primary .pickr .pcr-button {
	width: 24px;
	height: 24px;
}
.theme-colorsset .pickr-container-primary .pickr .pcr-button::after {
	font-size: 1rem;
}

.theme-colorselect input[type='radio'] {
	display: none;
}
.theme-colorselect input[type='radio']:checked ~ label:after {
	content: '\f00c';
	font-family: 'Fontawesome';
	color: #ffffff;
	font-weight: 700;
	font-size: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	width: 18px;
	height: 18px;
	background: #3eb780;
	border-radius: 50%;
}
.theme-colorselect input[type='radio']:checked ~ label.primary-topbar:after,
.theme-colorselect input[type='radio']:checked ~ label.dark-topbar:after {
	color: #ffffff;
}
.theme-colorselect label {
	width: 25px;
	height: 50px;
	border-radius: 5px;
	position: relative;
	outline-offset: 3px;
	outline: 1px solid #bcbfc3;
	border-radius: 45px;
}
.theme-colorselect label.bg-sidebar-color-1 {
	background: #fbfbfb;
	border-color: #fbfbfb;
}
.theme-colorselect label.bg-sidebar-color-2 {
	background: #505969;
	border-color: #505969;
}
.theme-colorselect label.bg-sidebar-color-3 {
	background: #2c2c2c;
	border-color: #2c2c2c;
}
.theme-colorselect label.bg-sidebar-color-4 {
	background: #1d51b6;
	border-color: #1d51b6;
}
.theme-colorselect label.bg-sidebar-color-5 {
	background: #6c0ba9;
	border-color: #6c0ba9;
}
.theme-colorselect label.bg-sidebar-color-6 {
	background: #0b897d;
	border-color: #0b897d;
}
.theme-colorselect label.bg-sidebar-color-7 {
	background: linear-gradient(180deg, #4b749f 0%, #243748 100%);
	border-color: linear-gradient(180deg, #4b749f 0%, #243748 100%);
}
.theme-colorselect label.bg-sidebar-color-8 {
	background: linear-gradient(180deg, #18accf 0%, #0f59ad 100%);
	border-color: linear-gradient(180deg, #18accf 0%, #0f59ad 100%);
}
.theme-colorselect label.bg-sidebar-color-9 {
	background: linear-gradient(180deg, #7d90b8 0%, #103783 100%);
	border-color: linear-gradient(180deg, #7d90b8 0%, #103783 100%);
}
.theme-colorselect label.bg-sidebar-color-10 {
	background: linear-gradient(180deg, #8e4beb 0%, #472282 100%);
	border-color: linear-gradient(180deg, #8e4beb 0%, #472282 100%);
}
.theme-colorselect label.bg-sidebar-color-11 {
	background: linear-gradient(180deg, #309f92 0%, #0c5666 100%);
	border-color: linear-gradient(180deg, #309f92 0%, #0c5666 100%);
}
.theme-colorselect label.bg-sidebar-color-12 {
	background: linear-gradient(90deg, #ff9966 1.92%, #ff5e62 100%);
	border-color: linear-gradient(90deg, #ff9966 1.92%, #ff5e62 100%);
}
.theme-colorselect label.bg-sidebar-color-13 {
	background: linear-gradient(90deg, #760762 1.92%, #883907 100%);
	border-color: linear-gradient(90deg, #760762 1.92%, #883907 100%);
}
.theme-colorselect label.bg-sidebar-color-14 {
	background: linear-gradient(90deg, #4471cc 1.92%, #ae7bd4 100%);
	border-color: linear-gradient(90deg, #4471cc 1.92%, #ae7bd4 100%);
}
.theme-colorselect label.white-topbar {
	background: #ffffff;
	border: 1px solid #f9fafb;
}
.theme-colorselect label.darkaqua-topbar {
	background: #116d6e;
}
.theme-colorselect label.whiterock-topbar {
	background: #f0e4d7;
}
.theme-colorselect label.rockblue-topbar {
	background: #8cb9bd;
}
.theme-colorselect label.bluehaze-topbar {
	background: #b5c0d0;
}
.theme-colorselect label.primary-topbar {
	background: #fe9f43;
}
.theme-colorselect label.blackpearl-topbar {
	background: #080821;
}
.theme-colorselect label.maroon-topbar {
	background: #710034;
}
.theme-colorselect label.bluegem-topbar {
	background: #3e1c95;
}
.theme-colorselect label.firefly-topbar {
	background: #053333;
}
.theme-colorselect .pickr-container-background,
.theme-colorselect .pickr-topbar,
.theme-colorselect .pickr-topbarcolor {
	width: 25px;
	height: 50px;
	border-radius: 45px;
	outline-offset: 3px;
	outline: 1px solid #bcbfc3;
}
.theme-colorselect .pickr-container-background .pickr .pcr-button,
.theme-colorselect .pickr-topbar .pickr .pcr-button,
.theme-colorselect .pickr-topbarcolor .pickr .pcr-button {
	width: 25px;
	height: 50px;
	border-radius: 45px;
}
.theme-colorselect .pickr-container-background .pickr .pcr-button::after,
.theme-colorselect .pickr-topbar .pickr .pcr-button::after,
.theme-colorselect .pickr-topbarcolor .pickr .pcr-button::after {
	font-size: 1rem;
	line-height: 2.5;
}

.theme-layout {
	text-align: center;
}
.theme-layout input[type='radio'] {
	display: none;
}
.theme-layout input[type='radio']:checked ~ label {
	position: relative;
}
.theme-layout input[type='radio']:checked ~ label:after {
	content: '\f00c';
	font-family: 'Fontawesome';
	color: #ffffff;
	font-weight: 700;
	font-size: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 50%;
	top: 35%;
	transform: translate(-50%, -50%);
	position: absolute;
	width: 18px;
	height: 18px;
	background: #3eb780;
	border-radius: 50%;
}
.theme-layout label .layout-img img {
	border: 1px solid #bcbfc3;
	border-radius: 5px;
}
.theme-layout label .layout-type {
	color: #212b36;
}
.theme-layout label:after {
	display: none;
}
.theme-layout .layout-img img {
	border: 1px solid #bcbfc3;
	border-radius: 5px;
}

.theme-mode input[type='radio'] {
	display: none;
}
.theme-mode input[type='radio']:checked ~ label {
	border-color: #f2f2f2 !important;
	background: #e6eaed;
	color: #212b36;
}
.theme-mode input[type='radio']:checked ~ label span {
	color: #212b36;
}
.theme-mode label {
	border: 1px solid #bcbfc3;
	color: #4d555e;
	padding: 8px 10px;
}
.theme-mode label .avatar {
	background-color: #e8e9ea;
	color: #1b2850;
}
.theme-mode label span {
	color: #4d555e;
}

.theme-sidebarbg input[type='radio'] {
	display: none;
}
.theme-sidebarbg input[type='radio']:checked ~ label:after {
	content: '\f00c';
	font-family: 'Fontawesome';
	color: #ffffff;
	font-weight: 700;
	font-size: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	width: 12px;
	height: 12px;
	background: #3eb780;
	border-radius: 50%;
}
.theme-sidebarbg input[type='radio']:checked ~ label img {
	box-shadow: 0px 4px 60px 0px rgba(190, 190, 190, 0.27);
}
.theme-sidebarbg label {
	width: 38px;
	height: 65px;
	position: relative;
}
.theme-sidebarbg label img {
	width: 38px;
	height: 65px;
	object-fit: cover;
	border-radius: 10px !important;
}

.theme-topbarbg input[type='radio'] {
	display: none;
}
.theme-topbarbg input[type='radio']:checked ~ label:after {
	content: '\f00c';
	font-family: 'Fontawesome';
	color: #ffffff;
	font-weight: 700;
	font-size: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	width: 18px;
	height: 18px;
	background: #3eb780;
	border-radius: 50%;
}
.theme-topbarbg input[type='radio']:checked ~ label img {
	box-shadow: 0px 4px 60px 0px rgba(190, 190, 190, 0.27);
}
.theme-topbarbg label {
	width: 50px;
	height: 50px;
	position: relative;
}
.theme-topbarbg label img {
	width: 100px;
	height: 50px;
	object-fit: cover;
	border-radius: 10px;
}

.theme-width input[type='radio'] {
	display: none;
}
.theme-width input[type='radio']:checked ~ label {
	border-color: #f2f2f2 !important;
	background: #e6eaed;
	color: #212b36;
}
.theme-width input[type='radio']:checked ~ label span {
	color: #212b36;
}
.theme-width label {
	border: 1px solid #bcbfc3;
	padding: 8px 10px;
	position: relative;
	color: #4d555e;
}

.theme-sidebarcolor input[type='radio'] {
	display: none;
}
.theme-sidebarcolor input[type='radio']:checked ~ label {
	border-color: #fe9f43 !important;
	position: relative;
}
.theme-sidebarcolor input[type='radio']:checked ~ label:after {
	content: '\f058';
	font-family: 'Fontawesome';
	color: #fe9f43;
	font-weight: 700;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}
.theme-sidebarcolor input[type='radio']:checked ~ label.bg-dark:after {
	color: #ffffff;
}
.theme-sidebarcolor label {
	width: 29px;
	height: 46px;
	border: 1px solid #bcbfc3;
}

.theme-container-primary button,
.theme-container-background button,
.theme-topbar button,
.theme-topbarcolor button {
	display: none;
}

.pcr-app {
	z-index: 99999;
}

.pickr-container-primary .pickr .pcr-button,
.pickr-container-background .pickr .pcr-button,
.pickr-topbar .pickr .pcr-button,
.pickr-topbarcolor .pickr .pcr-button {
	width: 2rem;
	height: 2rem;
	overflow: hidden;
	border-radius: 50%;
}
.pickr-container-primary .pickr .pcr-button:focus,
.pickr-container-background .pickr .pcr-button:focus,
.pickr-topbar .pickr .pcr-button:focus,
.pickr-topbarcolor .pickr .pcr-button:focus {
	box-shadow: none;
}
.pickr-container-primary .pickr .pcr-button::after,
.pickr-container-background .pickr .pcr-button::after,
.pickr-topbar .pickr .pcr-button::after,
.pickr-topbarcolor .pickr .pcr-button::after {
	content: '\eb01';
	font-family: 'tabler-icons' !important;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.5;
	font-size: 1.25rem;
}

.custom-btn-close {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #7a8086;
	color: #ffffff;
	margin: 0;
	padding: 0;
	background-image: none;
}
.custom-btn-close:hover {
	background-color: #ff0000;
}

[data-color='all'] .theme-colorsset .pickr-container-primary {
	border-color: #fe9f43;
}

[data-topbarcolor='all'] .theme-colorselect .pickr-topbarcolor {
	outline-color: #fe9f43;
}

[data-topbar='all'] .theme-colorselect .pickr-topbar {
	outline-color: #fe9f43;
}

[data-sidebar='all'] .theme-colorselect .pickr-container-background {
	outline-color: #fe9f43;
}

.theme-colorselect.theme-colorselect-rounded label,
.theme-colorselect.theme-colorselect-rounded .pickr-topbar {
	width: 25px;
	height: 25px;
	border-radius: 5px;
}
.theme-colorselect.theme-colorselect-rounded .pickr .pcr-button {
	width: 25px;
	height: 25px;
	border-radius: 5px;
}
.theme-colorselect.theme-colorselect-rounded label.topbar-bg-1 {
	background: #fbfbfb;
}
.theme-colorselect.theme-colorselect-rounded label.topbar-bg-2 {
	background: #e6eaed;
}
.theme-colorselect.theme-colorselect-rounded label.topbar-bg-3 {
	background: #d3d5d7;
}
.theme-colorselect.theme-colorselect-rounded label.topbar-bg-4 {
	background: #ffeee9;
}

.theme-colorsset label.bg-topbar-color-1::before {
	background: #fbfbfb;
}
.theme-colorsset label.bg-topbar-color-2::before {
	background: #2c2c2c;
}
.theme-colorsset label.bg-topbar-color-3::before {
	background: #6c0ba9;
}
.theme-colorsset label.bg-topbar-color-4::before {
	background: #1d51b6;
}
.theme-colorsset label.bg-topbar-color-5::before {
	background: linear-gradient(180deg, #4b749f 0%, #243748 100%);
}
.theme-colorsset label.bg-topbar-color-6::before {
	background: #505969;
}
.theme-colorsset label.bg-topbar-color-7::before {
	background: #0b897d;
}

.theme-colorselect,
.theme-colorsset {
	line-height: 0;
}

.theme-colorselect .pickr-container-background .pickr .pcr-button::after {
	line-height: 3;
}

.theme-colorselect .pickr-topbar .pickr .pcr-button::after {
	line-height: 1.9;
}

.sidebar-header .avatar.avatar-md {
	width: 40px;
	height: 40px;
}

[data-color='lunargreen'] #sales-daychart .apexcharts-bar-series .apexcharts-series[rel='1'] path {
	fill: #d63031;
}
[data-color='lunargreen'] #sales-daychart .apexcharts-bar-series .apexcharts-series[rel='2'] path {
	fill: rgba(214, 48, 49, 0.4);
}
[data-color='lunargreen'] #heat_chart .apexcharts-series rect {
	fill: #d63031;
}
[data-color='lunargreen'] .btn-group.custom-btn-group .btn.active {
	background: #d63031;
	border-color: #d63031;
}
[data-color='lunargreen'] .category-item.category-primary p::before {
	background: #d63031;
}
[data-color='lunargreen'] .header-left #toggle_btn {
	background: #d63031;
}
[data-color='lunargreen'] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop,
[data-color='lunargreen'] .settings-sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop {
	background: rgba(214, 48, 49, 0.1);
}
[data-color='lunargreen'] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop span {
	color: #d63031;
}
[data-color='lunargreen'] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop i {
	color: #d63031;
}
[data-color='lunargreen'] .sidebar .sidebar-menu > ul > li > ul > li.submenu span.menu-arrow {
	background: transparent;
}
[data-color='lunargreen']
	.sidebar
	.sidebar-menu
	> ul
	> li
	> ul
	> li.submenu
	span.menu-arrow::before {
	border-color: #d63031;
}
[data-color='lunargreen'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a.active:after,
[data-color='lunargreen']
	.sidebar
	.sidebar-menu
	> ul
	> li
	.settings-sidebar
	.sidebar-menu
	> ul
	> li.submenu-open
	ul
	li
	a.active:after {
	background: #d63031;
	border-color: rgba(214, 48, 49, 0.1);
}
[data-color='lunargreen']
	.settings-sidebar
	.sidebar-menu
	> ul
	> li
	> ul
	> li.submenu
	> a.subdrop
	span {
	color: #d63031;
}
[data-color='lunargreen']
	.settings-sidebar
	.sidebar-menu
	> ul
	> li
	> ul
	> li.submenu
	> a.subdrop
	i {
	color: #d63031;
}
[data-color='lunargreen'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover,
[data-color='lunargreen'] .settings-sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover {
	color: #d63031;
}
[data-color='lunargreen'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover span,
[data-color='lunargreen']
	.settings-sidebar
	.sidebar-menu
	> ul
	> li.submenu-open
	ul
	li
	a:hover
	span {
	color: #d63031;
}
[data-color='lunargreen'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover i,
[data-color='lunargreen'] .settings-sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover i {
	color: #d63031;
}
[data-color='lunargreen'] .sidebar .sidebar-menu > ul li.active svg,
[data-color='lunargreen'] .settings-sidebar .sidebar-menu > ul li.active svg {
	color: #d63031;
}
[data-color='lunargreen'] .btn-white:hover {
	background: #d63031;
	border-color: #d63031;
}
[data-color='lunargreen'] ::-webkit-scrollbar-thumb {
	background: #d63031;
}
[data-color='lunargreen'] .link-item:hover {
	background: rgba(214, 48, 49, 0.1);
}
[data-color='lunargreen'] .link-item:hover .link-icon {
	background: #d63031;
}
[data-color='lunargreen'] .dropdown-item:not(.active):hover,
[data-color='lunargreen'] .dropdown-item:not(.active):focus,
[data-color='lunargreen'] .dropdown-item:not(.active):active {
	background: rgba(214, 48, 49, 0.1);
	color: #d63031;
}
[data-color='lunargreen'] div#global-loader .whirly-loader:not(:required) {
	box-shadow:
		0 26px 0 6px #d63031,
		0.90971px 26.05079px 0 5.93333px #d63031,
		1.82297px 26.06967px 0 5.86667px #d63031,
		2.73865px 26.05647px 0 5.8px #d63031,
		3.65561px 26.01104px 0 5.73333px #d63031,
		4.57274px 25.93327px 0 5.66667px #d63031,
		5.48887px 25.8231px 0 5.6px #d63031,
		6.40287px 25.68049px 0 5.53333px #d63031,
		7.31358px 25.50548px 0 5.46667px #d63031,
		8.21985px 25.2981px 0 5.4px #d63031,
		9.12054px 25.05847px 0 5.33333px #d63031,
		10.01448px 24.78672px 0 5.26667px #d63031,
		10.90054px 24.48302px 0 5.2px #d63031,
		11.77757px 24.1476px 0 5.13333px #d63031,
		12.64443px 23.78072px 0 5.06667px #d63031,
		13.5px 23.38269px 0 5px #d63031,
		14.34315px 22.95384px 0 4.93333px #d63031,
		15.17277px 22.49455px 0 4.86667px #d63031,
		15.98776px 22.00526px 0 4.8px #d63031,
		16.78704px 21.48643px 0 4.73333px #d63031,
		17.56953px 20.93855px 0 4.66667px #d63031,
		18.33418px 20.36217px 0 4.6px #d63031,
		19.07995px 19.75787px 0 4.53333px #d63031,
		19.80582px 19.12626px 0 4.46667px #d63031,
		20.5108px 18.468px 0 4.4px #d63031,
		21.1939px 17.78379px 0 4.33333px #d63031,
		21.85416px 17.07434px 0 4.26667px #d63031,
		22.49067px 16.34043px 0 4.2px #d63031,
		23.10251px 15.58284px 0 4.13333px #d63031,
		23.68881px 14.80241px 0 4.06667px #d63031,
		24.24871px 14px 0 4px #d63031,
		24.7814px 13.1765px 0 3.93333px #d63031,
		25.28607px 12.33284px 0 3.86667px #d63031,
		25.76198px 11.46997px 0 3.8px #d63031,
		26.2084px 10.58888px 0 3.73333px #d63031,
		26.62462px 9.69057px 0 3.66667px #d63031,
		27.01001px 8.77608px 0 3.6px #d63031,
		27.36392px 7.84648px 0 3.53333px #d63031,
		27.68577px 6.90284px 0 3.46667px #d63031,
		27.97502px 5.94627px 0 3.4px #d63031,
		28.23116px 4.97791px 0 3.33333px #d63031,
		28.4537px 3.99891px 0 3.26667px #d63031,
		28.64223px 3.01042px 0 3.2px #d63031,
		28.79635px 2.01364px 0 3.13333px #d63031,
		28.91571px 1.00976px 0 3.06667px #d63031,
		29px 0 0 3px #d63031,
		29.04896px -1.01441px 0 2.93333px #d63031,
		29.06237px -2.03224px 0 2.86667px #d63031,
		29.04004px -3.05223px 0 2.8px #d63031,
		28.98185px -4.07313px 0 2.73333px #d63031,
		28.88769px -5.09368px 0 2.66667px #d63031,
		28.75754px -6.1126px 0 2.6px #d63031,
		28.59138px -7.12863px 0 2.53333px #d63031,
		28.38926px -8.14049px 0 2.46667px #d63031,
		28.15127px -9.1469px 0 2.4px #d63031,
		27.87755px -10.1466px 0 2.33333px #d63031,
		27.56827px -11.1383px 0 2.26667px #d63031,
		27.22365px -12.12075px 0 2.2px #d63031,
		26.84398px -13.09268px 0 2.13333px #d63031,
		26.42956px -14.05285px 0 2.06667px #d63031,
		25.98076px -15px 0 2px #d63031,
		25.49798px -15.93291px 0 1.93333px #d63031,
		24.98167px -16.85035px 0 1.86667px #d63031,
		24.43231px -17.75111px 0 1.8px #d63031,
		23.85046px -18.63402px 0 1.73333px #d63031,
		23.23668px -19.49789px 0 1.66667px #d63031,
		22.5916px -20.34157px 0 1.6px #d63031,
		21.91589px -21.16393px 0 1.53333px #d63031,
		21.21024px -21.96384px 0 1.46667px #d63031,
		20.4754px -22.74023px 0 1.4px #d63031,
		19.71215px -23.49203px 0 1.33333px #d63031,
		18.92133px -24.2182px 0 1.26667px #d63031,
		18.10379px -24.91772px 0 1.2px #d63031,
		17.26042px -25.58963px 0 1.13333px #d63031,
		16.39217px -26.23295px 0 1.06667px #d63031,
		15.5px -26.84679px 0 1px #d63031,
		14.58492px -27.43024px 0 0.93333px #d63031,
		13.64796px -27.98245px 0 0.86667px #d63031,
		12.69018px -28.50262px 0 0.8px #d63031,
		11.7127px -28.98995px 0 0.73333px #d63031,
		10.71663px -29.4437px 0 0.66667px #d63031,
		9.70313px -29.86317px 0 0.6px #d63031,
		8.67339px -30.2477px 0 0.53333px #d63031,
		7.6286px -30.59666px 0 0.46667px #d63031,
		6.57001px -30.90946px 0 0.4px #d63031,
		5.49886px -31.18558px 0 0.33333px #d63031,
		4.41643px -31.42451px 0 0.26667px #d63031,
		3.32401px -31.6258px 0 0.2px #d63031,
		2.22291px -31.78904px 0 0.13333px #d63031,
		1.11446px -31.91388px 0 0.06667px #d63031,
		0 -32px 0 0 #d63031,
		-1.11911px -32.04713px 0 -0.06667px #d63031,
		-2.24151px -32.05506px 0 -0.13333px #d63031,
		-3.36582px -32.02361px 0 -0.2px #d63031,
		-4.49065px -31.95265px 0 -0.26667px #d63031,
		-5.61462px -31.84212px 0 -0.33333px #d63031,
		-6.73634px -31.69198px 0 -0.4px #d63031,
		-7.8544px -31.50227px 0 -0.46667px #d63031,
		-8.9674px -31.27305px 0 -0.53333px #d63031,
		-10.07395px -31.00444px 0 -0.6px #d63031,
		-11.17266px -30.69663px 0 -0.66667px #d63031,
		-12.26212px -30.34982px 0 -0.73333px #d63031,
		-13.34096px -29.96429px 0 -0.8px #d63031,
		-14.4078px -29.54036px 0 -0.86667px #d63031,
		-15.46126px -29.07841px 0 -0.93333px #d63031,
		-16.5px -28.57884px 0 -1px #d63031,
		-17.52266px -28.04212px 0 -1.06667px #d63031,
		-18.52792px -27.46878px 0 -1.13333px #d63031,
		-19.51447px -26.85936px 0 -1.2px #d63031,
		-20.48101px -26.21449px 0 -1.26667px #d63031,
		-21.42625px -25.53481px 0 -1.33333px #d63031,
		-22.34896px -24.82104px 0 -1.4px #d63031,
		-23.2479px -24.07391px 0 -1.46667px #d63031,
		-24.12186px -23.29421px 0 -1.53333px #d63031,
		-24.96967px -22.48279px 0 -1.6px #d63031,
		-25.79016px -21.64052px 0 -1.66667px #d63031,
		-26.58223px -20.76831px 0 -1.73333px #d63031,
		-27.34477px -19.86714px 0 -1.8px #d63031,
		-28.07674px -18.938px 0 -1.86667px #d63031,
		-28.7771px -17.98193px 0 -1.93333px #d63031,
		-29.44486px -17px 0 -2px #d63031,
		-30.07908px -15.99333px 0 -2.06667px #d63031,
		-30.67884px -14.96307px 0 -2.13333px #d63031,
		-31.24325px -13.91039px 0 -2.2px #d63031,
		-31.7715px -12.83652px 0 -2.26667px #d63031,
		-32.26278px -11.74269px 0 -2.33333px #d63031,
		-32.71634px -10.63018px 0 -2.4px #d63031,
		-33.13149px -9.5003px 0 -2.46667px #d63031,
		-33.50755px -8.35437px 0 -2.53333px #d63031,
		-33.84391px -7.19374px 0 -2.6px #d63031,
		-34.14px -6.0198px 0 -2.66667px #d63031,
		-34.39531px -4.83395px 0 -2.73333px #d63031,
		-34.60936px -3.63759px 0 -2.8px #d63031,
		-34.78173px -2.43218px 0 -2.86667px #d63031,
		-34.91205px -1.21916px 0 -2.93333px #d63031,
		-35px 0 0 -3px #d63031,
		-35.04531px 1.22381px 0 -3.06667px #d63031,
		-35.04775px 2.45078px 0 -3.13333px #d63031,
		-35.00717px 3.6794px 0 -3.2px #d63031,
		-34.92345px 4.90817px 0 -3.26667px #d63031,
		-34.79654px 6.13557px 0 -3.33333px #d63031,
		-34.62643px 7.36007px 0 -3.4px #d63031,
		-34.41316px 8.58016px 0 -3.46667px #d63031,
		-34.15683px 9.79431px 0 -3.53333px #d63031,
		-33.85761px 11.001px 0 -3.6px #d63031,
		-33.5157px 12.19872px 0 -3.66667px #d63031,
		-33.13137px 13.38594px 0 -3.73333px #d63031,
		-32.70493px 14.56117px 0 -3.8px #d63031,
		-32.23675px 15.72291px 0 -3.86667px #d63031,
		-31.72725px 16.86968px 0 -3.93333px #d63031,
		-31.17691px 18px 0 -4px #d63031,
		-30.58627px 19.11242px 0 -4.06667px #d63031,
		-29.95589px 20.2055px 0 -4.13333px #d63031,
		-29.28642px 21.27783px 0 -4.2px #d63031,
		-28.57852px 22.32799px 0 -4.26667px #d63031,
		-27.83295px 23.35462px 0 -4.33333px #d63031,
		-27.05047px 24.35635px 0 -4.4px #d63031,
		-26.23192px 25.33188px 0 -4.46667px #d63031,
		-25.37819px 26.27988px 0 -4.53333px #d63031,
		-24.49018px 27.1991px 0 -4.6px #d63031,
		-23.56888px 28.0883px 0 -4.66667px #d63031,
		-22.6153px 28.94626px 0 -4.73333px #d63031,
		-21.6305px 29.77183px 0 -4.8px #d63031,
		-20.61558px 30.56385px 0 -4.86667px #d63031,
		-19.57168px 31.32124px 0 -4.93333px #d63031,
		-18.5px 32.04294px 0 -5px #d63031,
		-17.40175px 32.72792px 0 -5.06667px #d63031,
		-16.27818px 33.37522px 0 -5.13333px #d63031,
		-15.1306px 33.98389px 0 -5.2px #d63031,
		-13.96034px 34.55305px 0 -5.26667px #d63031,
		-12.76875px 35.08186px 0 -5.33333px #d63031,
		-11.55724px 35.56951px 0 -5.4px #d63031,
		-10.32721px 36.01527px 0 -5.46667px #d63031,
		-9.08014px 36.41843px 0 -5.53333px #d63031,
		-7.81748px 36.77835px 0 -5.6px #d63031,
		-6.54075px 37.09443px 0 -5.66667px #d63031,
		-5.25147px 37.36612px 0 -5.73333px #d63031,
		-3.95118px 37.59293px 0 -5.8px #d63031,
		-2.64145px 37.77443px 0 -5.86667px #d63031,
		-1.32385px 37.91023px 0 -5.93333px #d63031;
}
[data-color='lunargreen'] #collapse-header.active {
	background: #d63031;
	border-color: #d63031;
}
[data-color='lunargreen'] .new-employee-field .image-upload {
	background: #d63031;
}
[data-color='lunargreen'] .card-title-head h6 span {
	color: #d63031;
}
[data-color='lunargreen']
	.settings-wrapper
	.settings-sidebar
	.sidebar-menu
	.submenu-open
	ul
	.submenu
	ul
	li
	a.active {
	color: #d63031;
	background: rgba(214, 48, 49, 0.1);
}
[data-color='lunargreen'] .page-wrapper .nav-pills .nav-link.active {
	background: #d63031;
}
[data-color='lunargreen'] .invoice-card:hover {
	border-color: #d63031;
}
[data-color='lunargreen'] .invoice-card:hover .avatar {
	background: #d63031 !important;
}
[data-color='lunargreen']
	.settings-wrapper
	.settings-sidebar
	.sidebar-menu
	.submenu-open
	ul
	.submenu
	ul
	li
	a.active::after {
	background: #d63031;
}
[data-color='lunargreen'] ::selection {
	background: #d63031;
}

[data-color='brightblue'] #sales-daychart .apexcharts-bar-series .apexcharts-series[rel='1'] path {
	fill: #009688;
}
[data-color='brightblue'] #sales-daychart .apexcharts-bar-series .apexcharts-series[rel='2'] path {
	fill: rgba(0, 150, 136, 0.4);
}
[data-color='brightblue'] #heat_chart .apexcharts-series rect {
	fill: #009688;
}
[data-color='brightblue'] .btn-group.custom-btn-group .btn.active {
	background: #009688;
	border-color: #009688;
}
[data-color='brightblue'] .category-item.category-primary p::before {
	background: #009688;
}
[data-color='brightblue'] .header-left #toggle_btn {
	background: #009688;
}
[data-color='brightblue'] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop,
[data-color='brightblue'] .settings-sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop {
	background: rgba(0, 150, 136, 0.1);
}
[data-color='brightblue'] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop span {
	color: #009688;
}
[data-color='brightblue'] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop i {
	color: #009688;
}
[data-color='brightblue'] .sidebar .sidebar-menu > ul > li > ul > li.submenu span.menu-arrow {
	background: transparent;
}
[data-color='brightblue']
	.sidebar
	.sidebar-menu
	> ul
	> li
	> ul
	> li.submenu
	span.menu-arrow::before {
	border-color: #009688;
}
[data-color='brightblue'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a.active:after,
[data-color='brightblue']
	.sidebar
	.sidebar-menu
	> ul
	> li
	.settings-sidebar
	.sidebar-menu
	> ul
	> li.submenu-open
	ul
	li
	a.active:after {
	background: #009688;
	border-color: rgba(0, 150, 136, 0.1);
}
[data-color='brightblue']
	.settings-sidebar
	.sidebar-menu
	> ul
	> li
	> ul
	> li.submenu
	> a.subdrop
	span {
	color: #009688;
}
[data-color='brightblue']
	.settings-sidebar
	.sidebar-menu
	> ul
	> li
	> ul
	> li.submenu
	> a.subdrop
	i {
	color: #009688;
}
[data-color='brightblue'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover,
[data-color='brightblue'] .settings-sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover {
	color: #009688;
}
[data-color='brightblue'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover span,
[data-color='brightblue']
	.settings-sidebar
	.sidebar-menu
	> ul
	> li.submenu-open
	ul
	li
	a:hover
	span {
	color: #009688;
}
[data-color='brightblue'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover i,
[data-color='brightblue'] .settings-sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover i {
	color: #009688;
}
[data-color='brightblue'] .sidebar .sidebar-menu > ul li.active svg,
[data-color='brightblue'] .settings-sidebar .sidebar-menu > ul li.active svg {
	color: #009688;
}
[data-color='brightblue'] .btn-white:hover {
	background: #009688;
	border-color: #009688;
}
[data-color='brightblue'] ::-webkit-scrollbar-thumb {
	background: #009688;
}
[data-color='brightblue'] .link-item:hover {
	background: rgba(0, 150, 136, 0.1);
}
[data-color='brightblue'] .link-item:hover .link-icon {
	background: #009688;
}
[data-color='brightblue'] .dropdown-item:not(.active):hover,
[data-color='brightblue'] .dropdown-item:not(.active):focus,
[data-color='brightblue'] .dropdown-item:not(.active):active {
	background: rgba(0, 150, 136, 0.1);
	color: #009688;
}
[data-color='brightblue'] div#global-loader .whirly-loader:not(:required) {
	box-shadow:
		0 26px 0 6px #009688,
		0.90971px 26.05079px 0 5.93333px #009688,
		1.82297px 26.06967px 0 5.86667px #009688,
		2.73865px 26.05647px 0 5.8px #009688,
		3.65561px 26.01104px 0 5.73333px #009688,
		4.57274px 25.93327px 0 5.66667px #009688,
		5.48887px 25.8231px 0 5.6px #009688,
		6.40287px 25.68049px 0 5.53333px #009688,
		7.31358px 25.50548px 0 5.46667px #009688,
		8.21985px 25.2981px 0 5.4px #009688,
		9.12054px 25.05847px 0 5.33333px #009688,
		10.01448px 24.78672px 0 5.26667px #009688,
		10.90054px 24.48302px 0 5.2px #009688,
		11.77757px 24.1476px 0 5.13333px #009688,
		12.64443px 23.78072px 0 5.06667px #009688,
		13.5px 23.38269px 0 5px #009688,
		14.34315px 22.95384px 0 4.93333px #009688,
		15.17277px 22.49455px 0 4.86667px #009688,
		15.98776px 22.00526px 0 4.8px #009688,
		16.78704px 21.48643px 0 4.73333px #009688,
		17.56953px 20.93855px 0 4.66667px #009688,
		18.33418px 20.36217px 0 4.6px #009688,
		19.07995px 19.75787px 0 4.53333px #009688,
		19.80582px 19.12626px 0 4.46667px #009688,
		20.5108px 18.468px 0 4.4px #009688,
		21.1939px 17.78379px 0 4.33333px #009688,
		21.85416px 17.07434px 0 4.26667px #009688,
		22.49067px 16.34043px 0 4.2px #009688,
		23.10251px 15.58284px 0 4.13333px #009688,
		23.68881px 14.80241px 0 4.06667px #009688,
		24.24871px 14px 0 4px #009688,
		24.7814px 13.1765px 0 3.93333px #009688,
		25.28607px 12.33284px 0 3.86667px #009688,
		25.76198px 11.46997px 0 3.8px #009688,
		26.2084px 10.58888px 0 3.73333px #009688,
		26.62462px 9.69057px 0 3.66667px #009688,
		27.01001px 8.77608px 0 3.6px #009688,
		27.36392px 7.84648px 0 3.53333px #009688,
		27.68577px 6.90284px 0 3.46667px #009688,
		27.97502px 5.94627px 0 3.4px #009688,
		28.23116px 4.97791px 0 3.33333px #009688,
		28.4537px 3.99891px 0 3.26667px #009688,
		28.64223px 3.01042px 0 3.2px #009688,
		28.79635px 2.01364px 0 3.13333px #009688,
		28.91571px 1.00976px 0 3.06667px #009688,
		29px 0 0 3px #009688,
		29.04896px -1.01441px 0 2.93333px #009688,
		29.06237px -2.03224px 0 2.86667px #009688,
		29.04004px -3.05223px 0 2.8px #009688,
		28.98185px -4.07313px 0 2.73333px #009688,
		28.88769px -5.09368px 0 2.66667px #009688,
		28.75754px -6.1126px 0 2.6px #009688,
		28.59138px -7.12863px 0 2.53333px #009688,
		28.38926px -8.14049px 0 2.46667px #009688,
		28.15127px -9.1469px 0 2.4px #009688,
		27.87755px -10.1466px 0 2.33333px #009688,
		27.56827px -11.1383px 0 2.26667px #009688,
		27.22365px -12.12075px 0 2.2px #009688,
		26.84398px -13.09268px 0 2.13333px #009688,
		26.42956px -14.05285px 0 2.06667px #009688,
		25.98076px -15px 0 2px #009688,
		25.49798px -15.93291px 0 1.93333px #009688,
		24.98167px -16.85035px 0 1.86667px #009688,
		24.43231px -17.75111px 0 1.8px #009688,
		23.85046px -18.63402px 0 1.73333px #009688,
		23.23668px -19.49789px 0 1.66667px #009688,
		22.5916px -20.34157px 0 1.6px #009688,
		21.91589px -21.16393px 0 1.53333px #009688,
		21.21024px -21.96384px 0 1.46667px #009688,
		20.4754px -22.74023px 0 1.4px #009688,
		19.71215px -23.49203px 0 1.33333px #009688,
		18.92133px -24.2182px 0 1.26667px #009688,
		18.10379px -24.91772px 0 1.2px #009688,
		17.26042px -25.58963px 0 1.13333px #009688,
		16.39217px -26.23295px 0 1.06667px #009688,
		15.5px -26.84679px 0 1px #009688,
		14.58492px -27.43024px 0 0.93333px #009688,
		13.64796px -27.98245px 0 0.86667px #009688,
		12.69018px -28.50262px 0 0.8px #009688,
		11.7127px -28.98995px 0 0.73333px #009688,
		10.71663px -29.4437px 0 0.66667px #009688,
		9.70313px -29.86317px 0 0.6px #009688,
		8.67339px -30.2477px 0 0.53333px #009688,
		7.6286px -30.59666px 0 0.46667px #009688,
		6.57001px -30.90946px 0 0.4px #009688,
		5.49886px -31.18558px 0 0.33333px #009688,
		4.41643px -31.42451px 0 0.26667px #009688,
		3.32401px -31.6258px 0 0.2px #009688,
		2.22291px -31.78904px 0 0.13333px #009688,
		1.11446px -31.91388px 0 0.06667px #009688,
		0 -32px 0 0 #009688,
		-1.11911px -32.04713px 0 -0.06667px #009688,
		-2.24151px -32.05506px 0 -0.13333px #009688,
		-3.36582px -32.02361px 0 -0.2px #009688,
		-4.49065px -31.95265px 0 -0.26667px #009688,
		-5.61462px -31.84212px 0 -0.33333px #009688,
		-6.73634px -31.69198px 0 -0.4px #009688,
		-7.8544px -31.50227px 0 -0.46667px #009688,
		-8.9674px -31.27305px 0 -0.53333px #009688,
		-10.07395px -31.00444px 0 -0.6px #009688,
		-11.17266px -30.69663px 0 -0.66667px #009688,
		-12.26212px -30.34982px 0 -0.73333px #009688,
		-13.34096px -29.96429px 0 -0.8px #009688,
		-14.4078px -29.54036px 0 -0.86667px #009688,
		-15.46126px -29.07841px 0 -0.93333px #009688,
		-16.5px -28.57884px 0 -1px #009688,
		-17.52266px -28.04212px 0 -1.06667px #009688,
		-18.52792px -27.46878px 0 -1.13333px #009688,
		-19.51447px -26.85936px 0 -1.2px #009688,
		-20.48101px -26.21449px 0 -1.26667px #009688,
		-21.42625px -25.53481px 0 -1.33333px #009688,
		-22.34896px -24.82104px 0 -1.4px #009688,
		-23.2479px -24.07391px 0 -1.46667px #009688,
		-24.12186px -23.29421px 0 -1.53333px #009688,
		-24.96967px -22.48279px 0 -1.6px #009688,
		-25.79016px -21.64052px 0 -1.66667px #009688,
		-26.58223px -20.76831px 0 -1.73333px #009688,
		-27.34477px -19.86714px 0 -1.8px #009688,
		-28.07674px -18.938px 0 -1.86667px #009688,
		-28.7771px -17.98193px 0 -1.93333px #009688,
		-29.44486px -17px 0 -2px #009688,
		-30.07908px -15.99333px 0 -2.06667px #009688,
		-30.67884px -14.96307px 0 -2.13333px #009688,
		-31.24325px -13.91039px 0 -2.2px #009688,
		-31.7715px -12.83652px 0 -2.26667px #009688,
		-32.26278px -11.74269px 0 -2.33333px #009688,
		-32.71634px -10.63018px 0 -2.4px #009688,
		-33.13149px -9.5003px 0 -2.46667px #009688,
		-33.50755px -8.35437px 0 -2.53333px #009688,
		-33.84391px -7.19374px 0 -2.6px #009688,
		-34.14px -6.0198px 0 -2.66667px #009688,
		-34.39531px -4.83395px 0 -2.73333px #009688,
		-34.60936px -3.63759px 0 -2.8px #009688,
		-34.78173px -2.43218px 0 -2.86667px #009688,
		-34.91205px -1.21916px 0 -2.93333px #009688,
		-35px 0 0 -3px #009688,
		-35.04531px 1.22381px 0 -3.06667px #009688,
		-35.04775px 2.45078px 0 -3.13333px #009688,
		-35.00717px 3.6794px 0 -3.2px #009688,
		-34.92345px 4.90817px 0 -3.26667px #009688,
		-34.79654px 6.13557px 0 -3.33333px #009688,
		-34.62643px 7.36007px 0 -3.4px #009688,
		-34.41316px 8.58016px 0 -3.46667px #009688,
		-34.15683px 9.79431px 0 -3.53333px #009688,
		-33.85761px 11.001px 0 -3.6px #009688,
		-33.5157px 12.19872px 0 -3.66667px #009688,
		-33.13137px 13.38594px 0 -3.73333px #009688,
		-32.70493px 14.56117px 0 -3.8px #009688,
		-32.23675px 15.72291px 0 -3.86667px #009688,
		-31.72725px 16.86968px 0 -3.93333px #009688,
		-31.17691px 18px 0 -4px #009688,
		-30.58627px 19.11242px 0 -4.06667px #009688,
		-29.95589px 20.2055px 0 -4.13333px #009688,
		-29.28642px 21.27783px 0 -4.2px #009688,
		-28.57852px 22.32799px 0 -4.26667px #009688,
		-27.83295px 23.35462px 0 -4.33333px #009688,
		-27.05047px 24.35635px 0 -4.4px #009688,
		-26.23192px 25.33188px 0 -4.46667px #009688,
		-25.37819px 26.27988px 0 -4.53333px #009688,
		-24.49018px 27.1991px 0 -4.6px #009688,
		-23.56888px 28.0883px 0 -4.66667px #009688,
		-22.6153px 28.94626px 0 -4.73333px #009688,
		-21.6305px 29.77183px 0 -4.8px #009688,
		-20.61558px 30.56385px 0 -4.86667px #009688,
		-19.57168px 31.32124px 0 -4.93333px #009688,
		-18.5px 32.04294px 0 -5px #009688,
		-17.40175px 32.72792px 0 -5.06667px #009688,
		-16.27818px 33.37522px 0 -5.13333px #009688,
		-15.1306px 33.98389px 0 -5.2px #009688,
		-13.96034px 34.55305px 0 -5.26667px #009688,
		-12.76875px 35.08186px 0 -5.33333px #009688,
		-11.55724px 35.56951px 0 -5.4px #009688,
		-10.32721px 36.01527px 0 -5.46667px #009688,
		-9.08014px 36.41843px 0 -5.53333px #009688,
		-7.81748px 36.77835px 0 -5.6px #009688,
		-6.54075px 37.09443px 0 -5.66667px #009688,
		-5.25147px 37.36612px 0 -5.73333px #009688,
		-3.95118px 37.59293px 0 -5.8px #009688,
		-2.64145px 37.77443px 0 -5.86667px #009688,
		-1.32385px 37.91023px 0 -5.93333px #009688;
}
[data-color='brightblue'] #collapse-header.active {
	background: #009688;
	border-color: #009688;
}
[data-color='brightblue'] .new-employee-field .image-upload {
	background: #009688;
}
[data-color='brightblue'] .card-title-head h6 span {
	color: #009688;
}
[data-color='brightblue']
	.settings-wrapper
	.settings-sidebar
	.sidebar-menu
	.submenu-open
	ul
	.submenu
	ul
	li
	a.active {
	color: #009688;
	background: rgba(0, 150, 136, 0.1);
}
[data-color='brightblue'] .page-wrapper .nav-pills .nav-link.active {
	background: #009688;
}
[data-color='brightblue'] .invoice-card:hover {
	border-color: #009688;
}
[data-color='brightblue'] .invoice-card:hover .avatar {
	background: #009688 !important;
}
[data-color='brightblue']
	.settings-wrapper
	.settings-sidebar
	.sidebar-menu
	.submenu-open
	ul
	.submenu
	ul
	li
	a.active::after {
	background: #009688;
}
[data-color='brightblue'] ::selection {
	background: #009688;
}

[data-color='lunargreen'] #sales-daychart .apexcharts-bar-series .apexcharts-series[rel='1'] path {
	fill: #d63031;
}
[data-color='lunargreen'] #sales-daychart .apexcharts-bar-series .apexcharts-series[rel='2'] path {
	fill: rgba(214, 48, 49, 0.4);
}
[data-color='lunargreen'] #heat_chart .apexcharts-series rect {
	fill: #d63031;
}
[data-color='lunargreen'] .btn-group.custom-btn-group .btn.active {
	background: #d63031;
	border-color: #d63031;
}
[data-color='lunargreen'] .category-item.category-primary p::before {
	background: #d63031;
}
[data-color='lunargreen'] .header-left #toggle_btn {
	background: #d63031;
}
[data-color='lunargreen'] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop,
[data-color='lunargreen'] .settings-sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop {
	background: rgba(214, 48, 49, 0.1);
}
[data-color='lunargreen'] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop span {
	color: #d63031;
}
[data-color='lunargreen'] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop i {
	color: #d63031;
}
[data-color='lunargreen'] .sidebar .sidebar-menu > ul > li > ul > li.submenu span.menu-arrow {
	background: transparent;
}
[data-color='lunargreen']
	.sidebar
	.sidebar-menu
	> ul
	> li
	> ul
	> li.submenu
	span.menu-arrow::before {
	border-color: #d63031;
}
[data-color='lunargreen'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a.active:after,
[data-color='lunargreen']
	.sidebar
	.sidebar-menu
	> ul
	> li
	.settings-sidebar
	.sidebar-menu
	> ul
	> li.submenu-open
	ul
	li
	a.active:after {
	background: #d63031;
	border-color: rgba(214, 48, 49, 0.1);
}
[data-color='lunargreen']
	.settings-sidebar
	.sidebar-menu
	> ul
	> li
	> ul
	> li.submenu
	> a.subdrop
	span {
	color: #d63031;
}
[data-color='lunargreen']
	.settings-sidebar
	.sidebar-menu
	> ul
	> li
	> ul
	> li.submenu
	> a.subdrop
	i {
	color: #d63031;
}
[data-color='lunargreen'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover,
[data-color='lunargreen'] .settings-sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover {
	color: #d63031;
}
[data-color='lunargreen'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover span,
[data-color='lunargreen']
	.settings-sidebar
	.sidebar-menu
	> ul
	> li.submenu-open
	ul
	li
	a:hover
	span {
	color: #d63031;
}
[data-color='lunargreen'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover i,
[data-color='lunargreen'] .settings-sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover i {
	color: #d63031;
}
[data-color='lunargreen'] .sidebar .sidebar-menu > ul li.active svg,
[data-color='lunargreen'] .settings-sidebar .sidebar-menu > ul li.active svg {
	color: #d63031;
}
[data-color='lunargreen'] .btn-white:hover {
	background: #d63031;
	border-color: #d63031;
}
[data-color='lunargreen'] ::-webkit-scrollbar-thumb {
	background: #d63031;
}
[data-color='lunargreen'] .link-item:hover {
	background: rgba(214, 48, 49, 0.1);
}
[data-color='lunargreen'] .link-item:hover .link-icon {
	background: #d63031;
}
[data-color='lunargreen'] .dropdown-item:not(.active):hover,
[data-color='lunargreen'] .dropdown-item:not(.active):focus,
[data-color='lunargreen'] .dropdown-item:not(.active):active {
	background: rgba(214, 48, 49, 0.1);
	color: #d63031;
}
[data-color='lunargreen'] div#global-loader .whirly-loader:not(:required) {
	box-shadow:
		0 26px 0 6px #d63031,
		0.90971px 26.05079px 0 5.93333px #d63031,
		1.82297px 26.06967px 0 5.86667px #d63031,
		2.73865px 26.05647px 0 5.8px #d63031,
		3.65561px 26.01104px 0 5.73333px #d63031,
		4.57274px 25.93327px 0 5.66667px #d63031,
		5.48887px 25.8231px 0 5.6px #d63031,
		6.40287px 25.68049px 0 5.53333px #d63031,
		7.31358px 25.50548px 0 5.46667px #d63031,
		8.21985px 25.2981px 0 5.4px #d63031,
		9.12054px 25.05847px 0 5.33333px #d63031,
		10.01448px 24.78672px 0 5.26667px #d63031,
		10.90054px 24.48302px 0 5.2px #d63031,
		11.77757px 24.1476px 0 5.13333px #d63031,
		12.64443px 23.78072px 0 5.06667px #d63031,
		13.5px 23.38269px 0 5px #d63031,
		14.34315px 22.95384px 0 4.93333px #d63031,
		15.17277px 22.49455px 0 4.86667px #d63031,
		15.98776px 22.00526px 0 4.8px #d63031,
		16.78704px 21.48643px 0 4.73333px #d63031,
		17.56953px 20.93855px 0 4.66667px #d63031,
		18.33418px 20.36217px 0 4.6px #d63031,
		19.07995px 19.75787px 0 4.53333px #d63031,
		19.80582px 19.12626px 0 4.46667px #d63031,
		20.5108px 18.468px 0 4.4px #d63031,
		21.1939px 17.78379px 0 4.33333px #d63031,
		21.85416px 17.07434px 0 4.26667px #d63031,
		22.49067px 16.34043px 0 4.2px #d63031,
		23.10251px 15.58284px 0 4.13333px #d63031,
		23.68881px 14.80241px 0 4.06667px #d63031,
		24.24871px 14px 0 4px #d63031,
		24.7814px 13.1765px 0 3.93333px #d63031,
		25.28607px 12.33284px 0 3.86667px #d63031,
		25.76198px 11.46997px 0 3.8px #d63031,
		26.2084px 10.58888px 0 3.73333px #d63031,
		26.62462px 9.69057px 0 3.66667px #d63031,
		27.01001px 8.77608px 0 3.6px #d63031,
		27.36392px 7.84648px 0 3.53333px #d63031,
		27.68577px 6.90284px 0 3.46667px #d63031,
		27.97502px 5.94627px 0 3.4px #d63031,
		28.23116px 4.97791px 0 3.33333px #d63031,
		28.4537px 3.99891px 0 3.26667px #d63031,
		28.64223px 3.01042px 0 3.2px #d63031,
		28.79635px 2.01364px 0 3.13333px #d63031,
		28.91571px 1.00976px 0 3.06667px #d63031,
		29px 0 0 3px #d63031,
		29.04896px -1.01441px 0 2.93333px #d63031,
		29.06237px -2.03224px 0 2.86667px #d63031,
		29.04004px -3.05223px 0 2.8px #d63031,
		28.98185px -4.07313px 0 2.73333px #d63031,
		28.88769px -5.09368px 0 2.66667px #d63031,
		28.75754px -6.1126px 0 2.6px #d63031,
		28.59138px -7.12863px 0 2.53333px #d63031,
		28.38926px -8.14049px 0 2.46667px #d63031,
		28.15127px -9.1469px 0 2.4px #d63031,
		27.87755px -10.1466px 0 2.33333px #d63031,
		27.56827px -11.1383px 0 2.26667px #d63031,
		27.22365px -12.12075px 0 2.2px #d63031,
		26.84398px -13.09268px 0 2.13333px #d63031,
		26.42956px -14.05285px 0 2.06667px #d63031,
		25.98076px -15px 0 2px #d63031,
		25.49798px -15.93291px 0 1.93333px #d63031,
		24.98167px -16.85035px 0 1.86667px #d63031,
		24.43231px -17.75111px 0 1.8px #d63031,
		23.85046px -18.63402px 0 1.73333px #d63031,
		23.23668px -19.49789px 0 1.66667px #d63031,
		22.5916px -20.34157px 0 1.6px #d63031,
		21.91589px -21.16393px 0 1.53333px #d63031,
		21.21024px -21.96384px 0 1.46667px #d63031,
		20.4754px -22.74023px 0 1.4px #d63031,
		19.71215px -23.49203px 0 1.33333px #d63031,
		18.92133px -24.2182px 0 1.26667px #d63031,
		18.10379px -24.91772px 0 1.2px #d63031,
		17.26042px -25.58963px 0 1.13333px #d63031,
		16.39217px -26.23295px 0 1.06667px #d63031,
		15.5px -26.84679px 0 1px #d63031,
		14.58492px -27.43024px 0 0.93333px #d63031,
		13.64796px -27.98245px 0 0.86667px #d63031,
		12.69018px -28.50262px 0 0.8px #d63031,
		11.7127px -28.98995px 0 0.73333px #d63031,
		10.71663px -29.4437px 0 0.66667px #d63031,
		9.70313px -29.86317px 0 0.6px #d63031,
		8.67339px -30.2477px 0 0.53333px #d63031,
		7.6286px -30.59666px 0 0.46667px #d63031,
		6.57001px -30.90946px 0 0.4px #d63031,
		5.49886px -31.18558px 0 0.33333px #d63031,
		4.41643px -31.42451px 0 0.26667px #d63031,
		3.32401px -31.6258px 0 0.2px #d63031,
		2.22291px -31.78904px 0 0.13333px #d63031,
		1.11446px -31.91388px 0 0.06667px #d63031,
		0 -32px 0 0 #d63031,
		-1.11911px -32.04713px 0 -0.06667px #d63031,
		-2.24151px -32.05506px 0 -0.13333px #d63031,
		-3.36582px -32.02361px 0 -0.2px #d63031,
		-4.49065px -31.95265px 0 -0.26667px #d63031,
		-5.61462px -31.84212px 0 -0.33333px #d63031,
		-6.73634px -31.69198px 0 -0.4px #d63031,
		-7.8544px -31.50227px 0 -0.46667px #d63031,
		-8.9674px -31.27305px 0 -0.53333px #d63031,
		-10.07395px -31.00444px 0 -0.6px #d63031,
		-11.17266px -30.69663px 0 -0.66667px #d63031,
		-12.26212px -30.34982px 0 -0.73333px #d63031,
		-13.34096px -29.96429px 0 -0.8px #d63031,
		-14.4078px -29.54036px 0 -0.86667px #d63031,
		-15.46126px -29.07841px 0 -0.93333px #d63031,
		-16.5px -28.57884px 0 -1px #d63031,
		-17.52266px -28.04212px 0 -1.06667px #d63031,
		-18.52792px -27.46878px 0 -1.13333px #d63031,
		-19.51447px -26.85936px 0 -1.2px #d63031,
		-20.48101px -26.21449px 0 -1.26667px #d63031,
		-21.42625px -25.53481px 0 -1.33333px #d63031,
		-22.34896px -24.82104px 0 -1.4px #d63031,
		-23.2479px -24.07391px 0 -1.46667px #d63031,
		-24.12186px -23.29421px 0 -1.53333px #d63031,
		-24.96967px -22.48279px 0 -1.6px #d63031,
		-25.79016px -21.64052px 0 -1.66667px #d63031,
		-26.58223px -20.76831px 0 -1.73333px #d63031,
		-27.34477px -19.86714px 0 -1.8px #d63031,
		-28.07674px -18.938px 0 -1.86667px #d63031,
		-28.7771px -17.98193px 0 -1.93333px #d63031,
		-29.44486px -17px 0 -2px #d63031,
		-30.07908px -15.99333px 0 -2.06667px #d63031,
		-30.67884px -14.96307px 0 -2.13333px #d63031,
		-31.24325px -13.91039px 0 -2.2px #d63031,
		-31.7715px -12.83652px 0 -2.26667px #d63031,
		-32.26278px -11.74269px 0 -2.33333px #d63031,
		-32.71634px -10.63018px 0 -2.4px #d63031,
		-33.13149px -9.5003px 0 -2.46667px #d63031,
		-33.50755px -8.35437px 0 -2.53333px #d63031,
		-33.84391px -7.19374px 0 -2.6px #d63031,
		-34.14px -6.0198px 0 -2.66667px #d63031,
		-34.39531px -4.83395px 0 -2.73333px #d63031,
		-34.60936px -3.63759px 0 -2.8px #d63031,
		-34.78173px -2.43218px 0 -2.86667px #d63031,
		-34.91205px -1.21916px 0 -2.93333px #d63031,
		-35px 0 0 -3px #d63031,
		-35.04531px 1.22381px 0 -3.06667px #d63031,
		-35.04775px 2.45078px 0 -3.13333px #d63031,
		-35.00717px 3.6794px 0 -3.2px #d63031,
		-34.92345px 4.90817px 0 -3.26667px #d63031,
		-34.79654px 6.13557px 0 -3.33333px #d63031,
		-34.62643px 7.36007px 0 -3.4px #d63031,
		-34.41316px 8.58016px 0 -3.46667px #d63031,
		-34.15683px 9.79431px 0 -3.53333px #d63031,
		-33.85761px 11.001px 0 -3.6px #d63031,
		-33.5157px 12.19872px 0 -3.66667px #d63031,
		-33.13137px 13.38594px 0 -3.73333px #d63031,
		-32.70493px 14.56117px 0 -3.8px #d63031,
		-32.23675px 15.72291px 0 -3.86667px #d63031,
		-31.72725px 16.86968px 0 -3.93333px #d63031,
		-31.17691px 18px 0 -4px #d63031,
		-30.58627px 19.11242px 0 -4.06667px #d63031,
		-29.95589px 20.2055px 0 -4.13333px #d63031,
		-29.28642px 21.27783px 0 -4.2px #d63031,
		-28.57852px 22.32799px 0 -4.26667px #d63031,
		-27.83295px 23.35462px 0 -4.33333px #d63031,
		-27.05047px 24.35635px 0 -4.4px #d63031,
		-26.23192px 25.33188px 0 -4.46667px #d63031,
		-25.37819px 26.27988px 0 -4.53333px #d63031,
		-24.49018px 27.1991px 0 -4.6px #d63031,
		-23.56888px 28.0883px 0 -4.66667px #d63031,
		-22.6153px 28.94626px 0 -4.73333px #d63031,
		-21.6305px 29.77183px 0 -4.8px #d63031,
		-20.61558px 30.56385px 0 -4.86667px #d63031,
		-19.57168px 31.32124px 0 -4.93333px #d63031,
		-18.5px 32.04294px 0 -5px #d63031,
		-17.40175px 32.72792px 0 -5.06667px #d63031,
		-16.27818px 33.37522px 0 -5.13333px #d63031,
		-15.1306px 33.98389px 0 -5.2px #d63031,
		-13.96034px 34.55305px 0 -5.26667px #d63031,
		-12.76875px 35.08186px 0 -5.33333px #d63031,
		-11.55724px 35.56951px 0 -5.4px #d63031,
		-10.32721px 36.01527px 0 -5.46667px #d63031,
		-9.08014px 36.41843px 0 -5.53333px #d63031,
		-7.81748px 36.77835px 0 -5.6px #d63031,
		-6.54075px 37.09443px 0 -5.66667px #d63031,
		-5.25147px 37.36612px 0 -5.73333px #d63031,
		-3.95118px 37.59293px 0 -5.8px #d63031,
		-2.64145px 37.77443px 0 -5.86667px #d63031,
		-1.32385px 37.91023px 0 -5.93333px #d63031;
}
[data-color='lunargreen'] #collapse-header.active {
	background: #d63031;
	border-color: #d63031;
}
[data-color='lunargreen'] .new-employee-field .image-upload {
	background: #d63031;
}
[data-color='lunargreen'] .card-title-head h6 span {
	color: #d63031;
}
[data-color='lunargreen']
	.settings-wrapper
	.settings-sidebar
	.sidebar-menu
	.submenu-open
	ul
	.submenu
	ul
	li
	a.active {
	color: #d63031;
	background: rgba(214, 48, 49, 0.1);
}
[data-color='lunargreen'] .page-wrapper .nav-pills .nav-link.active {
	background: #d63031;
}
[data-color='lunargreen'] .invoice-card:hover {
	border-color: #d63031;
}
[data-color='lunargreen'] .invoice-card:hover .avatar {
	background: #d63031 !important;
}
[data-color='lunargreen']
	.settings-wrapper
	.settings-sidebar
	.sidebar-menu
	.submenu-open
	ul
	.submenu
	ul
	li
	a.active::after {
	background: #d63031;
}
[data-color='lunargreen'] ::selection {
	background: #d63031;
}

[data-color='lavendar'] #sales-daychart .apexcharts-bar-series .apexcharts-series[rel='1'] path {
	fill: #6c5ce7;
}
[data-color='lavendar'] #sales-daychart .apexcharts-bar-series .apexcharts-series[rel='2'] path {
	fill: rgba(108, 92, 231, 0.4);
}
[data-color='lavendar'] #heat_chart .apexcharts-series rect {
	fill: #6c5ce7;
}
[data-color='lavendar'] .btn-group.custom-btn-group .btn.active {
	background: #6c5ce7;
	border-color: #6c5ce7;
}
[data-color='lavendar'] .category-item.category-primary p::before {
	background: #6c5ce7;
}
[data-color='lavendar'] .header-left #toggle_btn {
	background: #6c5ce7;
}
[data-color='lavendar'] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop,
[data-color='lavendar'] .settings-sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop {
	background: rgba(108, 92, 231, 0.1);
}
[data-color='lavendar'] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop span {
	color: #6c5ce7;
}
[data-color='lavendar'] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop i {
	color: #6c5ce7;
}
[data-color='lavendar'] .sidebar .sidebar-menu > ul > li > ul > li.submenu span.menu-arrow {
	background: transparent;
}
[data-color='lavendar'] .sidebar .sidebar-menu > ul > li > ul > li.submenu span.menu-arrow::before {
	border-color: #6c5ce7;
}
[data-color='lavendar'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a.active:after,
[data-color='lavendar']
	.sidebar
	.sidebar-menu
	> ul
	> li
	.settings-sidebar
	.sidebar-menu
	> ul
	> li.submenu-open
	ul
	li
	a.active:after {
	background: #6c5ce7;
	border-color: rgba(108, 92, 231, 0.1);
}
[data-color='lavendar']
	.settings-sidebar
	.sidebar-menu
	> ul
	> li
	> ul
	> li.submenu
	> a.subdrop
	span {
	color: #6c5ce7;
}
[data-color='lavendar'] .settings-sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop i {
	color: #6c5ce7;
}
[data-color='lavendar'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover,
[data-color='lavendar'] .settings-sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover {
	color: #6c5ce7;
}
[data-color='lavendar'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover span,
[data-color='lavendar'] .settings-sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover span {
	color: #6c5ce7;
}
[data-color='lavendar'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover i,
[data-color='lavendar'] .settings-sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover i {
	color: #6c5ce7;
}
[data-color='lavendar'] .sidebar .sidebar-menu > ul li.active svg,
[data-color='lavendar'] .settings-sidebar .sidebar-menu > ul li.active svg {
	color: #6c5ce7;
}
[data-color='lavendar'] .btn-white:hover {
	background: #6c5ce7;
	border-color: #6c5ce7;
}
[data-color='lavendar'] ::-webkit-scrollbar-thumb {
	background: #6c5ce7;
}
[data-color='lavendar'] .link-item:hover {
	background: rgba(108, 92, 231, 0.1);
}
[data-color='lavendar'] .link-item:hover .link-icon {
	background: #6c5ce7;
}
[data-color='lavendar'] .dropdown-item:not(.active):hover,
[data-color='lavendar'] .dropdown-item:not(.active):focus,
[data-color='lavendar'] .dropdown-item:not(.active):active {
	background: rgba(108, 92, 231, 0.1);
	color: #6c5ce7;
}
[data-color='lavendar'] div#global-loader .whirly-loader:not(:required) {
	box-shadow:
		0 26px 0 6px #6c5ce7,
		0.90971px 26.05079px 0 5.93333px #6c5ce7,
		1.82297px 26.06967px 0 5.86667px #6c5ce7,
		2.73865px 26.05647px 0 5.8px #6c5ce7,
		3.65561px 26.01104px 0 5.73333px #6c5ce7,
		4.57274px 25.93327px 0 5.66667px #6c5ce7,
		5.48887px 25.8231px 0 5.6px #6c5ce7,
		6.40287px 25.68049px 0 5.53333px #6c5ce7,
		7.31358px 25.50548px 0 5.46667px #6c5ce7,
		8.21985px 25.2981px 0 5.4px #6c5ce7,
		9.12054px 25.05847px 0 5.33333px #6c5ce7,
		10.01448px 24.78672px 0 5.26667px #6c5ce7,
		10.90054px 24.48302px 0 5.2px #6c5ce7,
		11.77757px 24.1476px 0 5.13333px #6c5ce7,
		12.64443px 23.78072px 0 5.06667px #6c5ce7,
		13.5px 23.38269px 0 5px #6c5ce7,
		14.34315px 22.95384px 0 4.93333px #6c5ce7,
		15.17277px 22.49455px 0 4.86667px #6c5ce7,
		15.98776px 22.00526px 0 4.8px #6c5ce7,
		16.78704px 21.48643px 0 4.73333px #6c5ce7,
		17.56953px 20.93855px 0 4.66667px #6c5ce7,
		18.33418px 20.36217px 0 4.6px #6c5ce7,
		19.07995px 19.75787px 0 4.53333px #6c5ce7,
		19.80582px 19.12626px 0 4.46667px #6c5ce7,
		20.5108px 18.468px 0 4.4px #6c5ce7,
		21.1939px 17.78379px 0 4.33333px #6c5ce7,
		21.85416px 17.07434px 0 4.26667px #6c5ce7,
		22.49067px 16.34043px 0 4.2px #6c5ce7,
		23.10251px 15.58284px 0 4.13333px #6c5ce7,
		23.68881px 14.80241px 0 4.06667px #6c5ce7,
		24.24871px 14px 0 4px #6c5ce7,
		24.7814px 13.1765px 0 3.93333px #6c5ce7,
		25.28607px 12.33284px 0 3.86667px #6c5ce7,
		25.76198px 11.46997px 0 3.8px #6c5ce7,
		26.2084px 10.58888px 0 3.73333px #6c5ce7,
		26.62462px 9.69057px 0 3.66667px #6c5ce7,
		27.01001px 8.77608px 0 3.6px #6c5ce7,
		27.36392px 7.84648px 0 3.53333px #6c5ce7,
		27.68577px 6.90284px 0 3.46667px #6c5ce7,
		27.97502px 5.94627px 0 3.4px #6c5ce7,
		28.23116px 4.97791px 0 3.33333px #6c5ce7,
		28.4537px 3.99891px 0 3.26667px #6c5ce7,
		28.64223px 3.01042px 0 3.2px #6c5ce7,
		28.79635px 2.01364px 0 3.13333px #6c5ce7,
		28.91571px 1.00976px 0 3.06667px #6c5ce7,
		29px 0 0 3px #6c5ce7,
		29.04896px -1.01441px 0 2.93333px #6c5ce7,
		29.06237px -2.03224px 0 2.86667px #6c5ce7,
		29.04004px -3.05223px 0 2.8px #6c5ce7,
		28.98185px -4.07313px 0 2.73333px #6c5ce7,
		28.88769px -5.09368px 0 2.66667px #6c5ce7,
		28.75754px -6.1126px 0 2.6px #6c5ce7,
		28.59138px -7.12863px 0 2.53333px #6c5ce7,
		28.38926px -8.14049px 0 2.46667px #6c5ce7,
		28.15127px -9.1469px 0 2.4px #6c5ce7,
		27.87755px -10.1466px 0 2.33333px #6c5ce7,
		27.56827px -11.1383px 0 2.26667px #6c5ce7,
		27.22365px -12.12075px 0 2.2px #6c5ce7,
		26.84398px -13.09268px 0 2.13333px #6c5ce7,
		26.42956px -14.05285px 0 2.06667px #6c5ce7,
		25.98076px -15px 0 2px #6c5ce7,
		25.49798px -15.93291px 0 1.93333px #6c5ce7,
		24.98167px -16.85035px 0 1.86667px #6c5ce7,
		24.43231px -17.75111px 0 1.8px #6c5ce7,
		23.85046px -18.63402px 0 1.73333px #6c5ce7,
		23.23668px -19.49789px 0 1.66667px #6c5ce7,
		22.5916px -20.34157px 0 1.6px #6c5ce7,
		21.91589px -21.16393px 0 1.53333px #6c5ce7,
		21.21024px -21.96384px 0 1.46667px #6c5ce7,
		20.4754px -22.74023px 0 1.4px #6c5ce7,
		19.71215px -23.49203px 0 1.33333px #6c5ce7,
		18.92133px -24.2182px 0 1.26667px #6c5ce7,
		18.10379px -24.91772px 0 1.2px #6c5ce7,
		17.26042px -25.58963px 0 1.13333px #6c5ce7,
		16.39217px -26.23295px 0 1.06667px #6c5ce7,
		15.5px -26.84679px 0 1px #6c5ce7,
		14.58492px -27.43024px 0 0.93333px #6c5ce7,
		13.64796px -27.98245px 0 0.86667px #6c5ce7,
		12.69018px -28.50262px 0 0.8px #6c5ce7,
		11.7127px -28.98995px 0 0.73333px #6c5ce7,
		10.71663px -29.4437px 0 0.66667px #6c5ce7,
		9.70313px -29.86317px 0 0.6px #6c5ce7,
		8.67339px -30.2477px 0 0.53333px #6c5ce7,
		7.6286px -30.59666px 0 0.46667px #6c5ce7,
		6.57001px -30.90946px 0 0.4px #6c5ce7,
		5.49886px -31.18558px 0 0.33333px #6c5ce7,
		4.41643px -31.42451px 0 0.26667px #6c5ce7,
		3.32401px -31.6258px 0 0.2px #6c5ce7,
		2.22291px -31.78904px 0 0.13333px #6c5ce7,
		1.11446px -31.91388px 0 0.06667px #6c5ce7,
		0 -32px 0 0 #6c5ce7,
		-1.11911px -32.04713px 0 -0.06667px #6c5ce7,
		-2.24151px -32.05506px 0 -0.13333px #6c5ce7,
		-3.36582px -32.02361px 0 -0.2px #6c5ce7,
		-4.49065px -31.95265px 0 -0.26667px #6c5ce7,
		-5.61462px -31.84212px 0 -0.33333px #6c5ce7,
		-6.73634px -31.69198px 0 -0.4px #6c5ce7,
		-7.8544px -31.50227px 0 -0.46667px #6c5ce7,
		-8.9674px -31.27305px 0 -0.53333px #6c5ce7,
		-10.07395px -31.00444px 0 -0.6px #6c5ce7,
		-11.17266px -30.69663px 0 -0.66667px #6c5ce7,
		-12.26212px -30.34982px 0 -0.73333px #6c5ce7,
		-13.34096px -29.96429px 0 -0.8px #6c5ce7,
		-14.4078px -29.54036px 0 -0.86667px #6c5ce7,
		-15.46126px -29.07841px 0 -0.93333px #6c5ce7,
		-16.5px -28.57884px 0 -1px #6c5ce7,
		-17.52266px -28.04212px 0 -1.06667px #6c5ce7,
		-18.52792px -27.46878px 0 -1.13333px #6c5ce7,
		-19.51447px -26.85936px 0 -1.2px #6c5ce7,
		-20.48101px -26.21449px 0 -1.26667px #6c5ce7,
		-21.42625px -25.53481px 0 -1.33333px #6c5ce7,
		-22.34896px -24.82104px 0 -1.4px #6c5ce7,
		-23.2479px -24.07391px 0 -1.46667px #6c5ce7,
		-24.12186px -23.29421px 0 -1.53333px #6c5ce7,
		-24.96967px -22.48279px 0 -1.6px #6c5ce7,
		-25.79016px -21.64052px 0 -1.66667px #6c5ce7,
		-26.58223px -20.76831px 0 -1.73333px #6c5ce7,
		-27.34477px -19.86714px 0 -1.8px #6c5ce7,
		-28.07674px -18.938px 0 -1.86667px #6c5ce7,
		-28.7771px -17.98193px 0 -1.93333px #6c5ce7,
		-29.44486px -17px 0 -2px #6c5ce7,
		-30.07908px -15.99333px 0 -2.06667px #6c5ce7,
		-30.67884px -14.96307px 0 -2.13333px #6c5ce7,
		-31.24325px -13.91039px 0 -2.2px #6c5ce7,
		-31.7715px -12.83652px 0 -2.26667px #6c5ce7,
		-32.26278px -11.74269px 0 -2.33333px #6c5ce7,
		-32.71634px -10.63018px 0 -2.4px #6c5ce7,
		-33.13149px -9.5003px 0 -2.46667px #6c5ce7,
		-33.50755px -8.35437px 0 -2.53333px #6c5ce7,
		-33.84391px -7.19374px 0 -2.6px #6c5ce7,
		-34.14px -6.0198px 0 -2.66667px #6c5ce7,
		-34.39531px -4.83395px 0 -2.73333px #6c5ce7,
		-34.60936px -3.63759px 0 -2.8px #6c5ce7,
		-34.78173px -2.43218px 0 -2.86667px #6c5ce7,
		-34.91205px -1.21916px 0 -2.93333px #6c5ce7,
		-35px 0 0 -3px #6c5ce7,
		-35.04531px 1.22381px 0 -3.06667px #6c5ce7,
		-35.04775px 2.45078px 0 -3.13333px #6c5ce7,
		-35.00717px 3.6794px 0 -3.2px #6c5ce7,
		-34.92345px 4.90817px 0 -3.26667px #6c5ce7,
		-34.79654px 6.13557px 0 -3.33333px #6c5ce7,
		-34.62643px 7.36007px 0 -3.4px #6c5ce7,
		-34.41316px 8.58016px 0 -3.46667px #6c5ce7,
		-34.15683px 9.79431px 0 -3.53333px #6c5ce7,
		-33.85761px 11.001px 0 -3.6px #6c5ce7,
		-33.5157px 12.19872px 0 -3.66667px #6c5ce7,
		-33.13137px 13.38594px 0 -3.73333px #6c5ce7,
		-32.70493px 14.56117px 0 -3.8px #6c5ce7,
		-32.23675px 15.72291px 0 -3.86667px #6c5ce7,
		-31.72725px 16.86968px 0 -3.93333px #6c5ce7,
		-31.17691px 18px 0 -4px #6c5ce7,
		-30.58627px 19.11242px 0 -4.06667px #6c5ce7,
		-29.95589px 20.2055px 0 -4.13333px #6c5ce7,
		-29.28642px 21.27783px 0 -4.2px #6c5ce7,
		-28.57852px 22.32799px 0 -4.26667px #6c5ce7,
		-27.83295px 23.35462px 0 -4.33333px #6c5ce7,
		-27.05047px 24.35635px 0 -4.4px #6c5ce7,
		-26.23192px 25.33188px 0 -4.46667px #6c5ce7,
		-25.37819px 26.27988px 0 -4.53333px #6c5ce7,
		-24.49018px 27.1991px 0 -4.6px #6c5ce7,
		-23.56888px 28.0883px 0 -4.66667px #6c5ce7,
		-22.6153px 28.94626px 0 -4.73333px #6c5ce7,
		-21.6305px 29.77183px 0 -4.8px #6c5ce7,
		-20.61558px 30.56385px 0 -4.86667px #6c5ce7,
		-19.57168px 31.32124px 0 -4.93333px #6c5ce7,
		-18.5px 32.04294px 0 -5px #6c5ce7,
		-17.40175px 32.72792px 0 -5.06667px #6c5ce7,
		-16.27818px 33.37522px 0 -5.13333px #6c5ce7,
		-15.1306px 33.98389px 0 -5.2px #6c5ce7,
		-13.96034px 34.55305px 0 -5.26667px #6c5ce7,
		-12.76875px 35.08186px 0 -5.33333px #6c5ce7,
		-11.55724px 35.56951px 0 -5.4px #6c5ce7,
		-10.32721px 36.01527px 0 -5.46667px #6c5ce7,
		-9.08014px 36.41843px 0 -5.53333px #6c5ce7,
		-7.81748px 36.77835px 0 -5.6px #6c5ce7,
		-6.54075px 37.09443px 0 -5.66667px #6c5ce7,
		-5.25147px 37.36612px 0 -5.73333px #6c5ce7,
		-3.95118px 37.59293px 0 -5.8px #6c5ce7,
		-2.64145px 37.77443px 0 -5.86667px #6c5ce7,
		-1.32385px 37.91023px 0 -5.93333px #6c5ce7;
}
[data-color='lavendar'] #collapse-header.active {
	background: #6c5ce7;
	border-color: #6c5ce7;
}
[data-color='lavendar'] .new-employee-field .image-upload {
	background: #6c5ce7;
}
[data-color='lavendar'] .card-title-head h6 span {
	color: #6c5ce7;
}
[data-color='lavendar']
	.settings-wrapper
	.settings-sidebar
	.sidebar-menu
	.submenu-open
	ul
	.submenu
	ul
	li
	a.active {
	color: #6c5ce7;
	background: rgba(108, 92, 231, 0.1);
}
[data-color='lavendar'] .page-wrapper .nav-pills .nav-link.active {
	background: #6c5ce7;
}
[data-color='lavendar'] .invoice-card:hover {
	border-color: #6c5ce7;
}
[data-color='lavendar'] .invoice-card:hover .avatar {
	background: #6c5ce7 !important;
}
[data-color='lavendar']
	.settings-wrapper
	.settings-sidebar
	.sidebar-menu
	.submenu-open
	ul
	.submenu
	ul
	li
	a.active::after {
	background: #6c5ce7;
}
[data-color='lavendar'] ::selection {
	background: #6c5ce7;
}

[data-color='magenta'] #sales-daychart .apexcharts-bar-series .apexcharts-series[rel='1'] path {
	fill: #0984e3;
}
[data-color='magenta'] #sales-daychart .apexcharts-bar-series .apexcharts-series[rel='2'] path {
	fill: rgba(9, 132, 227, 0.4);
}
[data-color='magenta'] #heat_chart .apexcharts-series rect {
	fill: #0984e3;
}
[data-color='magenta'] .btn-group.custom-btn-group .btn.active {
	background: #0984e3;
	border-color: #0984e3;
}
[data-color='magenta'] .category-item.category-primary p::before {
	background: #0984e3;
}
[data-color='magenta'] .header-left #toggle_btn {
	background: #0984e3;
}
[data-color='magenta'] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop,
[data-color='magenta'] .settings-sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop {
	background: rgba(9, 132, 227, 0.1);
}
[data-color='magenta'] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop span {
	color: #0984e3;
}
[data-color='magenta'] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop i {
	color: #0984e3;
}
[data-color='magenta'] .sidebar .sidebar-menu > ul > li > ul > li.submenu span.menu-arrow {
	background: transparent;
}
[data-color='magenta'] .sidebar .sidebar-menu > ul > li > ul > li.submenu span.menu-arrow::before {
	border-color: #0984e3;
}
[data-color='magenta'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a.active:after,
[data-color='magenta']
	.sidebar
	.sidebar-menu
	> ul
	> li
	.settings-sidebar
	.sidebar-menu
	> ul
	> li.submenu-open
	ul
	li
	a.active:after {
	background: #0984e3;
	border-color: rgba(9, 132, 227, 0.1);
}
[data-color='magenta']
	.settings-sidebar
	.sidebar-menu
	> ul
	> li
	> ul
	> li.submenu
	> a.subdrop
	span {
	color: #0984e3;
}
[data-color='magenta'] .settings-sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop i {
	color: #0984e3;
}
[data-color='magenta'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover,
[data-color='magenta'] .settings-sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover {
	color: #0984e3;
}
[data-color='magenta'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover span,
[data-color='magenta'] .settings-sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover span {
	color: #0984e3;
}
[data-color='magenta'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover i,
[data-color='magenta'] .settings-sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover i {
	color: #0984e3;
}
[data-color='magenta'] .sidebar .sidebar-menu > ul li.active svg,
[data-color='magenta'] .settings-sidebar .sidebar-menu > ul li.active svg {
	color: #0984e3;
}
[data-color='magenta'] .btn-white:hover {
	background: #0984e3;
	border-color: #0984e3;
}
[data-color='magenta'] ::-webkit-scrollbar-thumb {
	background: #0984e3;
}
[data-color='magenta'] .link-item:hover {
	background: rgba(9, 132, 227, 0.1);
}
[data-color='magenta'] .link-item:hover .link-icon {
	background: #0984e3;
}
[data-color='magenta'] .dropdown-item:not(.active):hover,
[data-color='magenta'] .dropdown-item:not(.active):focus,
[data-color='magenta'] .dropdown-item:not(.active):active {
	background: rgba(9, 132, 227, 0.1);
	color: #0984e3;
}
[data-color='magenta'] div#global-loader .whirly-loader:not(:required) {
	box-shadow:
		0 26px 0 6px #0984e3,
		0.90971px 26.05079px 0 5.93333px #0984e3,
		1.82297px 26.06967px 0 5.86667px #0984e3,
		2.73865px 26.05647px 0 5.8px #0984e3,
		3.65561px 26.01104px 0 5.73333px #0984e3,
		4.57274px 25.93327px 0 5.66667px #0984e3,
		5.48887px 25.8231px 0 5.6px #0984e3,
		6.40287px 25.68049px 0 5.53333px #0984e3,
		7.31358px 25.50548px 0 5.46667px #0984e3,
		8.21985px 25.2981px 0 5.4px #0984e3,
		9.12054px 25.05847px 0 5.33333px #0984e3,
		10.01448px 24.78672px 0 5.26667px #0984e3,
		10.90054px 24.48302px 0 5.2px #0984e3,
		11.77757px 24.1476px 0 5.13333px #0984e3,
		12.64443px 23.78072px 0 5.06667px #0984e3,
		13.5px 23.38269px 0 5px #0984e3,
		14.34315px 22.95384px 0 4.93333px #0984e3,
		15.17277px 22.49455px 0 4.86667px #0984e3,
		15.98776px 22.00526px 0 4.8px #0984e3,
		16.78704px 21.48643px 0 4.73333px #0984e3,
		17.56953px 20.93855px 0 4.66667px #0984e3,
		18.33418px 20.36217px 0 4.6px #0984e3,
		19.07995px 19.75787px 0 4.53333px #0984e3,
		19.80582px 19.12626px 0 4.46667px #0984e3,
		20.5108px 18.468px 0 4.4px #0984e3,
		21.1939px 17.78379px 0 4.33333px #0984e3,
		21.85416px 17.07434px 0 4.26667px #0984e3,
		22.49067px 16.34043px 0 4.2px #0984e3,
		23.10251px 15.58284px 0 4.13333px #0984e3,
		23.68881px 14.80241px 0 4.06667px #0984e3,
		24.24871px 14px 0 4px #0984e3,
		24.7814px 13.1765px 0 3.93333px #0984e3,
		25.28607px 12.33284px 0 3.86667px #0984e3,
		25.76198px 11.46997px 0 3.8px #0984e3,
		26.2084px 10.58888px 0 3.73333px #0984e3,
		26.62462px 9.69057px 0 3.66667px #0984e3,
		27.01001px 8.77608px 0 3.6px #0984e3,
		27.36392px 7.84648px 0 3.53333px #0984e3,
		27.68577px 6.90284px 0 3.46667px #0984e3,
		27.97502px 5.94627px 0 3.4px #0984e3,
		28.23116px 4.97791px 0 3.33333px #0984e3,
		28.4537px 3.99891px 0 3.26667px #0984e3,
		28.64223px 3.01042px 0 3.2px #0984e3,
		28.79635px 2.01364px 0 3.13333px #0984e3,
		28.91571px 1.00976px 0 3.06667px #0984e3,
		29px 0 0 3px #0984e3,
		29.04896px -1.01441px 0 2.93333px #0984e3,
		29.06237px -2.03224px 0 2.86667px #0984e3,
		29.04004px -3.05223px 0 2.8px #0984e3,
		28.98185px -4.07313px 0 2.73333px #0984e3,
		28.88769px -5.09368px 0 2.66667px #0984e3,
		28.75754px -6.1126px 0 2.6px #0984e3,
		28.59138px -7.12863px 0 2.53333px #0984e3,
		28.38926px -8.14049px 0 2.46667px #0984e3,
		28.15127px -9.1469px 0 2.4px #0984e3,
		27.87755px -10.1466px 0 2.33333px #0984e3,
		27.56827px -11.1383px 0 2.26667px #0984e3,
		27.22365px -12.12075px 0 2.2px #0984e3,
		26.84398px -13.09268px 0 2.13333px #0984e3,
		26.42956px -14.05285px 0 2.06667px #0984e3,
		25.98076px -15px 0 2px #0984e3,
		25.49798px -15.93291px 0 1.93333px #0984e3,
		24.98167px -16.85035px 0 1.86667px #0984e3,
		24.43231px -17.75111px 0 1.8px #0984e3,
		23.85046px -18.63402px 0 1.73333px #0984e3,
		23.23668px -19.49789px 0 1.66667px #0984e3,
		22.5916px -20.34157px 0 1.6px #0984e3,
		21.91589px -21.16393px 0 1.53333px #0984e3,
		21.21024px -21.96384px 0 1.46667px #0984e3,
		20.4754px -22.74023px 0 1.4px #0984e3,
		19.71215px -23.49203px 0 1.33333px #0984e3,
		18.92133px -24.2182px 0 1.26667px #0984e3,
		18.10379px -24.91772px 0 1.2px #0984e3,
		17.26042px -25.58963px 0 1.13333px #0984e3,
		16.39217px -26.23295px 0 1.06667px #0984e3,
		15.5px -26.84679px 0 1px #0984e3,
		14.58492px -27.43024px 0 0.93333px #0984e3,
		13.64796px -27.98245px 0 0.86667px #0984e3,
		12.69018px -28.50262px 0 0.8px #0984e3,
		11.7127px -28.98995px 0 0.73333px #0984e3,
		10.71663px -29.4437px 0 0.66667px #0984e3,
		9.70313px -29.86317px 0 0.6px #0984e3,
		8.67339px -30.2477px 0 0.53333px #0984e3,
		7.6286px -30.59666px 0 0.46667px #0984e3,
		6.57001px -30.90946px 0 0.4px #0984e3,
		5.49886px -31.18558px 0 0.33333px #0984e3,
		4.41643px -31.42451px 0 0.26667px #0984e3,
		3.32401px -31.6258px 0 0.2px #0984e3,
		2.22291px -31.78904px 0 0.13333px #0984e3,
		1.11446px -31.91388px 0 0.06667px #0984e3,
		0 -32px 0 0 #0984e3,
		-1.11911px -32.04713px 0 -0.06667px #0984e3,
		-2.24151px -32.05506px 0 -0.13333px #0984e3,
		-3.36582px -32.02361px 0 -0.2px #0984e3,
		-4.49065px -31.95265px 0 -0.26667px #0984e3,
		-5.61462px -31.84212px 0 -0.33333px #0984e3,
		-6.73634px -31.69198px 0 -0.4px #0984e3,
		-7.8544px -31.50227px 0 -0.46667px #0984e3,
		-8.9674px -31.27305px 0 -0.53333px #0984e3,
		-10.07395px -31.00444px 0 -0.6px #0984e3,
		-11.17266px -30.69663px 0 -0.66667px #0984e3,
		-12.26212px -30.34982px 0 -0.73333px #0984e3,
		-13.34096px -29.96429px 0 -0.8px #0984e3,
		-14.4078px -29.54036px 0 -0.86667px #0984e3,
		-15.46126px -29.07841px 0 -0.93333px #0984e3,
		-16.5px -28.57884px 0 -1px #0984e3,
		-17.52266px -28.04212px 0 -1.06667px #0984e3,
		-18.52792px -27.46878px 0 -1.13333px #0984e3,
		-19.51447px -26.85936px 0 -1.2px #0984e3,
		-20.48101px -26.21449px 0 -1.26667px #0984e3,
		-21.42625px -25.53481px 0 -1.33333px #0984e3,
		-22.34896px -24.82104px 0 -1.4px #0984e3,
		-23.2479px -24.07391px 0 -1.46667px #0984e3,
		-24.12186px -23.29421px 0 -1.53333px #0984e3,
		-24.96967px -22.48279px 0 -1.6px #0984e3,
		-25.79016px -21.64052px 0 -1.66667px #0984e3,
		-26.58223px -20.76831px 0 -1.73333px #0984e3,
		-27.34477px -19.86714px 0 -1.8px #0984e3,
		-28.07674px -18.938px 0 -1.86667px #0984e3,
		-28.7771px -17.98193px 0 -1.93333px #0984e3,
		-29.44486px -17px 0 -2px #0984e3,
		-30.07908px -15.99333px 0 -2.06667px #0984e3,
		-30.67884px -14.96307px 0 -2.13333px #0984e3,
		-31.24325px -13.91039px 0 -2.2px #0984e3,
		-31.7715px -12.83652px 0 -2.26667px #0984e3,
		-32.26278px -11.74269px 0 -2.33333px #0984e3,
		-32.71634px -10.63018px 0 -2.4px #0984e3,
		-33.13149px -9.5003px 0 -2.46667px #0984e3,
		-33.50755px -8.35437px 0 -2.53333px #0984e3,
		-33.84391px -7.19374px 0 -2.6px #0984e3,
		-34.14px -6.0198px 0 -2.66667px #0984e3,
		-34.39531px -4.83395px 0 -2.73333px #0984e3,
		-34.60936px -3.63759px 0 -2.8px #0984e3,
		-34.78173px -2.43218px 0 -2.86667px #0984e3,
		-34.91205px -1.21916px 0 -2.93333px #0984e3,
		-35px 0 0 -3px #0984e3,
		-35.04531px 1.22381px 0 -3.06667px #0984e3,
		-35.04775px 2.45078px 0 -3.13333px #0984e3,
		-35.00717px 3.6794px 0 -3.2px #0984e3,
		-34.92345px 4.90817px 0 -3.26667px #0984e3,
		-34.79654px 6.13557px 0 -3.33333px #0984e3,
		-34.62643px 7.36007px 0 -3.4px #0984e3,
		-34.41316px 8.58016px 0 -3.46667px #0984e3,
		-34.15683px 9.79431px 0 -3.53333px #0984e3,
		-33.85761px 11.001px 0 -3.6px #0984e3,
		-33.5157px 12.19872px 0 -3.66667px #0984e3,
		-33.13137px 13.38594px 0 -3.73333px #0984e3,
		-32.70493px 14.56117px 0 -3.8px #0984e3,
		-32.23675px 15.72291px 0 -3.86667px #0984e3,
		-31.72725px 16.86968px 0 -3.93333px #0984e3,
		-31.17691px 18px 0 -4px #0984e3,
		-30.58627px 19.11242px 0 -4.06667px #0984e3,
		-29.95589px 20.2055px 0 -4.13333px #0984e3,
		-29.28642px 21.27783px 0 -4.2px #0984e3,
		-28.57852px 22.32799px 0 -4.26667px #0984e3,
		-27.83295px 23.35462px 0 -4.33333px #0984e3,
		-27.05047px 24.35635px 0 -4.4px #0984e3,
		-26.23192px 25.33188px 0 -4.46667px #0984e3,
		-25.37819px 26.27988px 0 -4.53333px #0984e3,
		-24.49018px 27.1991px 0 -4.6px #0984e3,
		-23.56888px 28.0883px 0 -4.66667px #0984e3,
		-22.6153px 28.94626px 0 -4.73333px #0984e3,
		-21.6305px 29.77183px 0 -4.8px #0984e3,
		-20.61558px 30.56385px 0 -4.86667px #0984e3,
		-19.57168px 31.32124px 0 -4.93333px #0984e3,
		-18.5px 32.04294px 0 -5px #0984e3,
		-17.40175px 32.72792px 0 -5.06667px #0984e3,
		-16.27818px 33.37522px 0 -5.13333px #0984e3,
		-15.1306px 33.98389px 0 -5.2px #0984e3,
		-13.96034px 34.55305px 0 -5.26667px #0984e3,
		-12.76875px 35.08186px 0 -5.33333px #0984e3,
		-11.55724px 35.56951px 0 -5.4px #0984e3,
		-10.32721px 36.01527px 0 -5.46667px #0984e3,
		-9.08014px 36.41843px 0 -5.53333px #0984e3,
		-7.81748px 36.77835px 0 -5.6px #0984e3,
		-6.54075px 37.09443px 0 -5.66667px #0984e3,
		-5.25147px 37.36612px 0 -5.73333px #0984e3,
		-3.95118px 37.59293px 0 -5.8px #0984e3,
		-2.64145px 37.77443px 0 -5.86667px #0984e3,
		-1.32385px 37.91023px 0 -5.93333px #0984e3;
}
[data-color='magenta'] #collapse-header.active {
	background: #0984e3;
	border-color: #0984e3;
}
[data-color='magenta'] .new-employee-field .image-upload {
	background: #0984e3;
}
[data-color='magenta'] .card-title-head h6 span {
	color: #0984e3;
}
[data-color='magenta']
	.settings-wrapper
	.settings-sidebar
	.sidebar-menu
	.submenu-open
	ul
	.submenu
	ul
	li
	a.active {
	color: #0984e3;
	background: rgba(9, 132, 227, 0.1);
}
[data-color='magenta'] .page-wrapper .nav-pills .nav-link.active {
	background: #0984e3;
}
[data-color='magenta'] .invoice-card:hover {
	border-color: #0984e3;
}
[data-color='magenta'] .invoice-card:hover .avatar {
	background: #0984e3 !important;
}
[data-color='magenta']
	.settings-wrapper
	.settings-sidebar
	.sidebar-menu
	.submenu-open
	ul
	.submenu
	ul
	li
	a.active::after {
	background: #0984e3;
}
[data-color='magenta'] ::selection {
	background: #0984e3;
}

[data-color='chromeyellow']
	#sales-daychart
	.apexcharts-bar-series
	.apexcharts-series[rel='1']
	path {
	fill: #00b894;
}
[data-color='chromeyellow']
	#sales-daychart
	.apexcharts-bar-series
	.apexcharts-series[rel='2']
	path {
	fill: rgba(0, 184, 148, 0.4);
}
[data-color='chromeyellow'] #heat_chart .apexcharts-series rect {
	fill: #00b894;
}
[data-color='chromeyellow'] .btn-group.custom-btn-group .btn.active {
	background: #00b894;
	border-color: #00b894;
}
[data-color='chromeyellow'] .category-item.category-primary p::before {
	background: #00b894;
}
[data-color='chromeyellow'] .header-left #toggle_btn {
	background: #00b894;
}
[data-color='chromeyellow'] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop,
[data-color='chromeyellow']
	.settings-sidebar
	.sidebar-menu
	> ul
	> li
	> ul
	> li.submenu
	> a.subdrop {
	background: rgba(0, 184, 148, 0.1);
}
[data-color='chromeyellow'] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop span {
	color: #00b894;
}
[data-color='chromeyellow'] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop i {
	color: #00b894;
}
[data-color='chromeyellow'] .sidebar .sidebar-menu > ul > li > ul > li.submenu span.menu-arrow {
	background: transparent;
}
[data-color='chromeyellow']
	.sidebar
	.sidebar-menu
	> ul
	> li
	> ul
	> li.submenu
	span.menu-arrow::before {
	border-color: #00b894;
}
[data-color='chromeyellow'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a.active:after,
[data-color='chromeyellow']
	.sidebar
	.sidebar-menu
	> ul
	> li
	.settings-sidebar
	.sidebar-menu
	> ul
	> li.submenu-open
	ul
	li
	a.active:after {
	background: #00b894;
	border-color: rgba(0, 184, 148, 0.1);
}
[data-color='chromeyellow']
	.settings-sidebar
	.sidebar-menu
	> ul
	> li
	> ul
	> li.submenu
	> a.subdrop
	span {
	color: #00b894;
}
[data-color='chromeyellow']
	.settings-sidebar
	.sidebar-menu
	> ul
	> li
	> ul
	> li.submenu
	> a.subdrop
	i {
	color: #00b894;
}
[data-color='chromeyellow'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover,
[data-color='chromeyellow'] .settings-sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover {
	color: #00b894;
}
[data-color='chromeyellow'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover span,
[data-color='chromeyellow']
	.settings-sidebar
	.sidebar-menu
	> ul
	> li.submenu-open
	ul
	li
	a:hover
	span {
	color: #00b894;
}
[data-color='chromeyellow'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover i,
[data-color='chromeyellow'] .settings-sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover i {
	color: #00b894;
}
[data-color='chromeyellow'] .sidebar .sidebar-menu > ul li.active svg,
[data-color='chromeyellow'] .settings-sidebar .sidebar-menu > ul li.active svg {
	color: #00b894;
}
[data-color='chromeyellow'] .btn-white:hover {
	background: #00b894;
	border-color: #00b894;
}
[data-color='chromeyellow'] ::-webkit-scrollbar-thumb {
	background: #00b894;
}
[data-color='chromeyellow'] .link-item:hover {
	background: rgba(0, 184, 148, 0.1);
}
[data-color='chromeyellow'] .link-item:hover .link-icon {
	background: #00b894;
}
[data-color='chromeyellow'] .dropdown-item:not(.active):hover,
[data-color='chromeyellow'] .dropdown-item:not(.active):focus,
[data-color='chromeyellow'] .dropdown-item:not(.active):active {
	background: rgba(0, 184, 148, 0.1);
	color: #00b894;
}
[data-color='chromeyellow'] div#global-loader .whirly-loader:not(:required) {
	box-shadow:
		0 26px 0 6px #00b894,
		0.90971px 26.05079px 0 5.93333px #00b894,
		1.82297px 26.06967px 0 5.86667px #00b894,
		2.73865px 26.05647px 0 5.8px #00b894,
		3.65561px 26.01104px 0 5.73333px #00b894,
		4.57274px 25.93327px 0 5.66667px #00b894,
		5.48887px 25.8231px 0 5.6px #00b894,
		6.40287px 25.68049px 0 5.53333px #00b894,
		7.31358px 25.50548px 0 5.46667px #00b894,
		8.21985px 25.2981px 0 5.4px #00b894,
		9.12054px 25.05847px 0 5.33333px #00b894,
		10.01448px 24.78672px 0 5.26667px #00b894,
		10.90054px 24.48302px 0 5.2px #00b894,
		11.77757px 24.1476px 0 5.13333px #00b894,
		12.64443px 23.78072px 0 5.06667px #00b894,
		13.5px 23.38269px 0 5px #00b894,
		14.34315px 22.95384px 0 4.93333px #00b894,
		15.17277px 22.49455px 0 4.86667px #00b894,
		15.98776px 22.00526px 0 4.8px #00b894,
		16.78704px 21.48643px 0 4.73333px #00b894,
		17.56953px 20.93855px 0 4.66667px #00b894,
		18.33418px 20.36217px 0 4.6px #00b894,
		19.07995px 19.75787px 0 4.53333px #00b894,
		19.80582px 19.12626px 0 4.46667px #00b894,
		20.5108px 18.468px 0 4.4px #00b894,
		21.1939px 17.78379px 0 4.33333px #00b894,
		21.85416px 17.07434px 0 4.26667px #00b894,
		22.49067px 16.34043px 0 4.2px #00b894,
		23.10251px 15.58284px 0 4.13333px #00b894,
		23.68881px 14.80241px 0 4.06667px #00b894,
		24.24871px 14px 0 4px #00b894,
		24.7814px 13.1765px 0 3.93333px #00b894,
		25.28607px 12.33284px 0 3.86667px #00b894,
		25.76198px 11.46997px 0 3.8px #00b894,
		26.2084px 10.58888px 0 3.73333px #00b894,
		26.62462px 9.69057px 0 3.66667px #00b894,
		27.01001px 8.77608px 0 3.6px #00b894,
		27.36392px 7.84648px 0 3.53333px #00b894,
		27.68577px 6.90284px 0 3.46667px #00b894,
		27.97502px 5.94627px 0 3.4px #00b894,
		28.23116px 4.97791px 0 3.33333px #00b894,
		28.4537px 3.99891px 0 3.26667px #00b894,
		28.64223px 3.01042px 0 3.2px #00b894,
		28.79635px 2.01364px 0 3.13333px #00b894,
		28.91571px 1.00976px 0 3.06667px #00b894,
		29px 0 0 3px #00b894,
		29.04896px -1.01441px 0 2.93333px #00b894,
		29.06237px -2.03224px 0 2.86667px #00b894,
		29.04004px -3.05223px 0 2.8px #00b894,
		28.98185px -4.07313px 0 2.73333px #00b894,
		28.88769px -5.09368px 0 2.66667px #00b894,
		28.75754px -6.1126px 0 2.6px #00b894,
		28.59138px -7.12863px 0 2.53333px #00b894,
		28.38926px -8.14049px 0 2.46667px #00b894,
		28.15127px -9.1469px 0 2.4px #00b894,
		27.87755px -10.1466px 0 2.33333px #00b894,
		27.56827px -11.1383px 0 2.26667px #00b894,
		27.22365px -12.12075px 0 2.2px #00b894,
		26.84398px -13.09268px 0 2.13333px #00b894,
		26.42956px -14.05285px 0 2.06667px #00b894,
		25.98076px -15px 0 2px #00b894,
		25.49798px -15.93291px 0 1.93333px #00b894,
		24.98167px -16.85035px 0 1.86667px #00b894,
		24.43231px -17.75111px 0 1.8px #00b894,
		23.85046px -18.63402px 0 1.73333px #00b894,
		23.23668px -19.49789px 0 1.66667px #00b894,
		22.5916px -20.34157px 0 1.6px #00b894,
		21.91589px -21.16393px 0 1.53333px #00b894,
		21.21024px -21.96384px 0 1.46667px #00b894,
		20.4754px -22.74023px 0 1.4px #00b894,
		19.71215px -23.49203px 0 1.33333px #00b894,
		18.92133px -24.2182px 0 1.26667px #00b894,
		18.10379px -24.91772px 0 1.2px #00b894,
		17.26042px -25.58963px 0 1.13333px #00b894,
		16.39217px -26.23295px 0 1.06667px #00b894,
		15.5px -26.84679px 0 1px #00b894,
		14.58492px -27.43024px 0 0.93333px #00b894,
		13.64796px -27.98245px 0 0.86667px #00b894,
		12.69018px -28.50262px 0 0.8px #00b894,
		11.7127px -28.98995px 0 0.73333px #00b894,
		10.71663px -29.4437px 0 0.66667px #00b894,
		9.70313px -29.86317px 0 0.6px #00b894,
		8.67339px -30.2477px 0 0.53333px #00b894,
		7.6286px -30.59666px 0 0.46667px #00b894,
		6.57001px -30.90946px 0 0.4px #00b894,
		5.49886px -31.18558px 0 0.33333px #00b894,
		4.41643px -31.42451px 0 0.26667px #00b894,
		3.32401px -31.6258px 0 0.2px #00b894,
		2.22291px -31.78904px 0 0.13333px #00b894,
		1.11446px -31.91388px 0 0.06667px #00b894,
		0 -32px 0 0 #00b894,
		-1.11911px -32.04713px 0 -0.06667px #00b894,
		-2.24151px -32.05506px 0 -0.13333px #00b894,
		-3.36582px -32.02361px 0 -0.2px #00b894,
		-4.49065px -31.95265px 0 -0.26667px #00b894,
		-5.61462px -31.84212px 0 -0.33333px #00b894,
		-6.73634px -31.69198px 0 -0.4px #00b894,
		-7.8544px -31.50227px 0 -0.46667px #00b894,
		-8.9674px -31.27305px 0 -0.53333px #00b894,
		-10.07395px -31.00444px 0 -0.6px #00b894,
		-11.17266px -30.69663px 0 -0.66667px #00b894,
		-12.26212px -30.34982px 0 -0.73333px #00b894,
		-13.34096px -29.96429px 0 -0.8px #00b894,
		-14.4078px -29.54036px 0 -0.86667px #00b894,
		-15.46126px -29.07841px 0 -0.93333px #00b894,
		-16.5px -28.57884px 0 -1px #00b894,
		-17.52266px -28.04212px 0 -1.06667px #00b894,
		-18.52792px -27.46878px 0 -1.13333px #00b894,
		-19.51447px -26.85936px 0 -1.2px #00b894,
		-20.48101px -26.21449px 0 -1.26667px #00b894,
		-21.42625px -25.53481px 0 -1.33333px #00b894,
		-22.34896px -24.82104px 0 -1.4px #00b894,
		-23.2479px -24.07391px 0 -1.46667px #00b894,
		-24.12186px -23.29421px 0 -1.53333px #00b894,
		-24.96967px -22.48279px 0 -1.6px #00b894,
		-25.79016px -21.64052px 0 -1.66667px #00b894,
		-26.58223px -20.76831px 0 -1.73333px #00b894,
		-27.34477px -19.86714px 0 -1.8px #00b894,
		-28.07674px -18.938px 0 -1.86667px #00b894,
		-28.7771px -17.98193px 0 -1.93333px #00b894,
		-29.44486px -17px 0 -2px #00b894,
		-30.07908px -15.99333px 0 -2.06667px #00b894,
		-30.67884px -14.96307px 0 -2.13333px #00b894,
		-31.24325px -13.91039px 0 -2.2px #00b894,
		-31.7715px -12.83652px 0 -2.26667px #00b894,
		-32.26278px -11.74269px 0 -2.33333px #00b894,
		-32.71634px -10.63018px 0 -2.4px #00b894,
		-33.13149px -9.5003px 0 -2.46667px #00b894,
		-33.50755px -8.35437px 0 -2.53333px #00b894,
		-33.84391px -7.19374px 0 -2.6px #00b894,
		-34.14px -6.0198px 0 -2.66667px #00b894,
		-34.39531px -4.83395px 0 -2.73333px #00b894,
		-34.60936px -3.63759px 0 -2.8px #00b894,
		-34.78173px -2.43218px 0 -2.86667px #00b894,
		-34.91205px -1.21916px 0 -2.93333px #00b894,
		-35px 0 0 -3px #00b894,
		-35.04531px 1.22381px 0 -3.06667px #00b894,
		-35.04775px 2.45078px 0 -3.13333px #00b894,
		-35.00717px 3.6794px 0 -3.2px #00b894,
		-34.92345px 4.90817px 0 -3.26667px #00b894,
		-34.79654px 6.13557px 0 -3.33333px #00b894,
		-34.62643px 7.36007px 0 -3.4px #00b894,
		-34.41316px 8.58016px 0 -3.46667px #00b894,
		-34.15683px 9.79431px 0 -3.53333px #00b894,
		-33.85761px 11.001px 0 -3.6px #00b894,
		-33.5157px 12.19872px 0 -3.66667px #00b894,
		-33.13137px 13.38594px 0 -3.73333px #00b894,
		-32.70493px 14.56117px 0 -3.8px #00b894,
		-32.23675px 15.72291px 0 -3.86667px #00b894,
		-31.72725px 16.86968px 0 -3.93333px #00b894,
		-31.17691px 18px 0 -4px #00b894,
		-30.58627px 19.11242px 0 -4.06667px #00b894,
		-29.95589px 20.2055px 0 -4.13333px #00b894,
		-29.28642px 21.27783px 0 -4.2px #00b894,
		-28.57852px 22.32799px 0 -4.26667px #00b894,
		-27.83295px 23.35462px 0 -4.33333px #00b894,
		-27.05047px 24.35635px 0 -4.4px #00b894,
		-26.23192px 25.33188px 0 -4.46667px #00b894,
		-25.37819px 26.27988px 0 -4.53333px #00b894,
		-24.49018px 27.1991px 0 -4.6px #00b894,
		-23.56888px 28.0883px 0 -4.66667px #00b894,
		-22.6153px 28.94626px 0 -4.73333px #00b894,
		-21.6305px 29.77183px 0 -4.8px #00b894,
		-20.61558px 30.56385px 0 -4.86667px #00b894,
		-19.57168px 31.32124px 0 -4.93333px #00b894,
		-18.5px 32.04294px 0 -5px #00b894,
		-17.40175px 32.72792px 0 -5.06667px #00b894,
		-16.27818px 33.37522px 0 -5.13333px #00b894,
		-15.1306px 33.98389px 0 -5.2px #00b894,
		-13.96034px 34.55305px 0 -5.26667px #00b894,
		-12.76875px 35.08186px 0 -5.33333px #00b894,
		-11.55724px 35.56951px 0 -5.4px #00b894,
		-10.32721px 36.01527px 0 -5.46667px #00b894,
		-9.08014px 36.41843px 0 -5.53333px #00b894,
		-7.81748px 36.77835px 0 -5.6px #00b894,
		-6.54075px 37.09443px 0 -5.66667px #00b894,
		-5.25147px 37.36612px 0 -5.73333px #00b894,
		-3.95118px 37.59293px 0 -5.8px #00b894,
		-2.64145px 37.77443px 0 -5.86667px #00b894,
		-1.32385px 37.91023px 0 -5.93333px #00b894;
}
[data-color='chromeyellow'] #collapse-header.active {
	background: #00b894;
	border-color: #00b894;
}
[data-color='chromeyellow'] .new-employee-field .image-upload {
	background: #00b894;
}
[data-color='chromeyellow'] .card-title-head h6 span {
	color: #00b894;
}
[data-color='chromeyellow']
	.settings-wrapper
	.settings-sidebar
	.sidebar-menu
	.submenu-open
	ul
	.submenu
	ul
	li
	a.active {
	color: #00b894;
	background: rgba(0, 184, 148, 0.1);
}
[data-color='chromeyellow'] .page-wrapper .nav-pills .nav-link.active {
	background: #00b894;
}
[data-color='chromeyellow'] .invoice-card:hover {
	border-color: #00b894;
}
[data-color='chromeyellow'] .invoice-card:hover .avatar {
	background: #00b894 !important;
}
[data-color='chromeyellow']
	.settings-wrapper
	.settings-sidebar
	.sidebar-menu
	.submenu-open
	ul
	.submenu
	ul
	li
	a.active::after {
	background: #00b894;
}
[data-color='chromeyellow'] ::selection {
	background: #00b894;
}

[data-color='orange'] #sales-daychart .apexcharts-bar-series .apexcharts-series[rel='1'] path {
	fill: #e04f16;
}
[data-color='orange'] #sales-daychart .apexcharts-bar-series .apexcharts-series[rel='2'] path {
	fill: rgba(224, 79, 22, 0.4);
}
[data-color='orange'] #heat_chart .apexcharts-series rect {
	fill: #e04f16;
}
[data-color='orange'] .btn-group.custom-btn-group .btn.active {
	background: #e04f16;
	border-color: #e04f16;
}
[data-color='orange'] .category-item.category-primary p::before {
	background: #e04f16;
}
[data-color='orange'] .header-left #toggle_btn {
	background: #e04f16;
}
[data-color='orange'] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop,
[data-color='orange'] .settings-sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop {
	background: rgba(224, 79, 22, 0.1);
}
[data-color='orange'] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop span {
	color: #e04f16;
}
[data-color='orange'] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop i {
	color: #e04f16;
}
[data-color='orange'] .sidebar .sidebar-menu > ul > li > ul > li.submenu span.menu-arrow {
	background: transparent;
}
[data-color='orange'] .sidebar .sidebar-menu > ul > li > ul > li.submenu span.menu-arrow::before {
	border-color: #e04f16;
}
[data-color='orange'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a.active:after,
[data-color='orange']
	.sidebar
	.sidebar-menu
	> ul
	> li
	.settings-sidebar
	.sidebar-menu
	> ul
	> li.submenu-open
	ul
	li
	a.active:after {
	background: #e04f16;
	border-color: rgba(224, 79, 22, 0.1);
}
[data-color='orange'] .settings-sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop span {
	color: #e04f16;
}
[data-color='orange'] .settings-sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop i {
	color: #e04f16;
}
[data-color='orange'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover,
[data-color='orange'] .settings-sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover {
	color: #e04f16;
}
[data-color='orange'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover span,
[data-color='orange'] .settings-sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover span {
	color: #e04f16;
}
[data-color='orange'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover i,
[data-color='orange'] .settings-sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover i {
	color: #e04f16;
}
[data-color='orange'] .sidebar .sidebar-menu > ul li.active svg,
[data-color='orange'] .settings-sidebar .sidebar-menu > ul li.active svg {
	color: #e04f16;
}
[data-color='orange'] .btn-white:hover {
	background: #e04f16;
	border-color: #e04f16;
}
[data-color='orange'] ::-webkit-scrollbar-thumb {
	background: #e04f16;
}
[data-color='orange'] .link-item:hover {
	background: rgba(224, 79, 22, 0.1);
}
[data-color='orange'] .link-item:hover .link-icon {
	background: #e04f16;
}
[data-color='orange'] .dropdown-item:not(.active):hover,
[data-color='orange'] .dropdown-item:not(.active):focus,
[data-color='orange'] .dropdown-item:not(.active):active {
	background: rgba(224, 79, 22, 0.1);
	color: #e04f16;
}
[data-color='orange'] div#global-loader .whirly-loader:not(:required) {
	box-shadow:
		0 26px 0 6px #e04f16,
		0.90971px 26.05079px 0 5.93333px #e04f16,
		1.82297px 26.06967px 0 5.86667px #e04f16,
		2.73865px 26.05647px 0 5.8px #e04f16,
		3.65561px 26.01104px 0 5.73333px #e04f16,
		4.57274px 25.93327px 0 5.66667px #e04f16,
		5.48887px 25.8231px 0 5.6px #e04f16,
		6.40287px 25.68049px 0 5.53333px #e04f16,
		7.31358px 25.50548px 0 5.46667px #e04f16,
		8.21985px 25.2981px 0 5.4px #e04f16,
		9.12054px 25.05847px 0 5.33333px #e04f16,
		10.01448px 24.78672px 0 5.26667px #e04f16,
		10.90054px 24.48302px 0 5.2px #e04f16,
		11.77757px 24.1476px 0 5.13333px #e04f16,
		12.64443px 23.78072px 0 5.06667px #e04f16,
		13.5px 23.38269px 0 5px #e04f16,
		14.34315px 22.95384px 0 4.93333px #e04f16,
		15.17277px 22.49455px 0 4.86667px #e04f16,
		15.98776px 22.00526px 0 4.8px #e04f16,
		16.78704px 21.48643px 0 4.73333px #e04f16,
		17.56953px 20.93855px 0 4.66667px #e04f16,
		18.33418px 20.36217px 0 4.6px #e04f16,
		19.07995px 19.75787px 0 4.53333px #e04f16,
		19.80582px 19.12626px 0 4.46667px #e04f16,
		20.5108px 18.468px 0 4.4px #e04f16,
		21.1939px 17.78379px 0 4.33333px #e04f16,
		21.85416px 17.07434px 0 4.26667px #e04f16,
		22.49067px 16.34043px 0 4.2px #e04f16,
		23.10251px 15.58284px 0 4.13333px #e04f16,
		23.68881px 14.80241px 0 4.06667px #e04f16,
		24.24871px 14px 0 4px #e04f16,
		24.7814px 13.1765px 0 3.93333px #e04f16,
		25.28607px 12.33284px 0 3.86667px #e04f16,
		25.76198px 11.46997px 0 3.8px #e04f16,
		26.2084px 10.58888px 0 3.73333px #e04f16,
		26.62462px 9.69057px 0 3.66667px #e04f16,
		27.01001px 8.77608px 0 3.6px #e04f16,
		27.36392px 7.84648px 0 3.53333px #e04f16,
		27.68577px 6.90284px 0 3.46667px #e04f16,
		27.97502px 5.94627px 0 3.4px #e04f16,
		28.23116px 4.97791px 0 3.33333px #e04f16,
		28.4537px 3.99891px 0 3.26667px #e04f16,
		28.64223px 3.01042px 0 3.2px #e04f16,
		28.79635px 2.01364px 0 3.13333px #e04f16,
		28.91571px 1.00976px 0 3.06667px #e04f16,
		29px 0 0 3px #e04f16,
		29.04896px -1.01441px 0 2.93333px #e04f16,
		29.06237px -2.03224px 0 2.86667px #e04f16,
		29.04004px -3.05223px 0 2.8px #e04f16,
		28.98185px -4.07313px 0 2.73333px #e04f16,
		28.88769px -5.09368px 0 2.66667px #e04f16,
		28.75754px -6.1126px 0 2.6px #e04f16,
		28.59138px -7.12863px 0 2.53333px #e04f16,
		28.38926px -8.14049px 0 2.46667px #e04f16,
		28.15127px -9.1469px 0 2.4px #e04f16,
		27.87755px -10.1466px 0 2.33333px #e04f16,
		27.56827px -11.1383px 0 2.26667px #e04f16,
		27.22365px -12.12075px 0 2.2px #e04f16,
		26.84398px -13.09268px 0 2.13333px #e04f16,
		26.42956px -14.05285px 0 2.06667px #e04f16,
		25.98076px -15px 0 2px #e04f16,
		25.49798px -15.93291px 0 1.93333px #e04f16,
		24.98167px -16.85035px 0 1.86667px #e04f16,
		24.43231px -17.75111px 0 1.8px #e04f16,
		23.85046px -18.63402px 0 1.73333px #e04f16,
		23.23668px -19.49789px 0 1.66667px #e04f16,
		22.5916px -20.34157px 0 1.6px #e04f16,
		21.91589px -21.16393px 0 1.53333px #e04f16,
		21.21024px -21.96384px 0 1.46667px #e04f16,
		20.4754px -22.74023px 0 1.4px #e04f16,
		19.71215px -23.49203px 0 1.33333px #e04f16,
		18.92133px -24.2182px 0 1.26667px #e04f16,
		18.10379px -24.91772px 0 1.2px #e04f16,
		17.26042px -25.58963px 0 1.13333px #e04f16,
		16.39217px -26.23295px 0 1.06667px #e04f16,
		15.5px -26.84679px 0 1px #e04f16,
		14.58492px -27.43024px 0 0.93333px #e04f16,
		13.64796px -27.98245px 0 0.86667px #e04f16,
		12.69018px -28.50262px 0 0.8px #e04f16,
		11.7127px -28.98995px 0 0.73333px #e04f16,
		10.71663px -29.4437px 0 0.66667px #e04f16,
		9.70313px -29.86317px 0 0.6px #e04f16,
		8.67339px -30.2477px 0 0.53333px #e04f16,
		7.6286px -30.59666px 0 0.46667px #e04f16,
		6.57001px -30.90946px 0 0.4px #e04f16,
		5.49886px -31.18558px 0 0.33333px #e04f16,
		4.41643px -31.42451px 0 0.26667px #e04f16,
		3.32401px -31.6258px 0 0.2px #e04f16,
		2.22291px -31.78904px 0 0.13333px #e04f16,
		1.11446px -31.91388px 0 0.06667px #e04f16,
		0 -32px 0 0 #e04f16,
		-1.11911px -32.04713px 0 -0.06667px #e04f16,
		-2.24151px -32.05506px 0 -0.13333px #e04f16,
		-3.36582px -32.02361px 0 -0.2px #e04f16,
		-4.49065px -31.95265px 0 -0.26667px #e04f16,
		-5.61462px -31.84212px 0 -0.33333px #e04f16,
		-6.73634px -31.69198px 0 -0.4px #e04f16,
		-7.8544px -31.50227px 0 -0.46667px #e04f16,
		-8.9674px -31.27305px 0 -0.53333px #e04f16,
		-10.07395px -31.00444px 0 -0.6px #e04f16,
		-11.17266px -30.69663px 0 -0.66667px #e04f16,
		-12.26212px -30.34982px 0 -0.73333px #e04f16,
		-13.34096px -29.96429px 0 -0.8px #e04f16,
		-14.4078px -29.54036px 0 -0.86667px #e04f16,
		-15.46126px -29.07841px 0 -0.93333px #e04f16,
		-16.5px -28.57884px 0 -1px #e04f16,
		-17.52266px -28.04212px 0 -1.06667px #e04f16,
		-18.52792px -27.46878px 0 -1.13333px #e04f16,
		-19.51447px -26.85936px 0 -1.2px #e04f16,
		-20.48101px -26.21449px 0 -1.26667px #e04f16,
		-21.42625px -25.53481px 0 -1.33333px #e04f16,
		-22.34896px -24.82104px 0 -1.4px #e04f16,
		-23.2479px -24.07391px 0 -1.46667px #e04f16,
		-24.12186px -23.29421px 0 -1.53333px #e04f16,
		-24.96967px -22.48279px 0 -1.6px #e04f16,
		-25.79016px -21.64052px 0 -1.66667px #e04f16,
		-26.58223px -20.76831px 0 -1.73333px #e04f16,
		-27.34477px -19.86714px 0 -1.8px #e04f16,
		-28.07674px -18.938px 0 -1.86667px #e04f16,
		-28.7771px -17.98193px 0 -1.93333px #e04f16,
		-29.44486px -17px 0 -2px #e04f16,
		-30.07908px -15.99333px 0 -2.06667px #e04f16,
		-30.67884px -14.96307px 0 -2.13333px #e04f16,
		-31.24325px -13.91039px 0 -2.2px #e04f16,
		-31.7715px -12.83652px 0 -2.26667px #e04f16,
		-32.26278px -11.74269px 0 -2.33333px #e04f16,
		-32.71634px -10.63018px 0 -2.4px #e04f16,
		-33.13149px -9.5003px 0 -2.46667px #e04f16,
		-33.50755px -8.35437px 0 -2.53333px #e04f16,
		-33.84391px -7.19374px 0 -2.6px #e04f16,
		-34.14px -6.0198px 0 -2.66667px #e04f16,
		-34.39531px -4.83395px 0 -2.73333px #e04f16,
		-34.60936px -3.63759px 0 -2.8px #e04f16,
		-34.78173px -2.43218px 0 -2.86667px #e04f16,
		-34.91205px -1.21916px 0 -2.93333px #e04f16,
		-35px 0 0 -3px #e04f16,
		-35.04531px 1.22381px 0 -3.06667px #e04f16,
		-35.04775px 2.45078px 0 -3.13333px #e04f16,
		-35.00717px 3.6794px 0 -3.2px #e04f16,
		-34.92345px 4.90817px 0 -3.26667px #e04f16,
		-34.79654px 6.13557px 0 -3.33333px #e04f16,
		-34.62643px 7.36007px 0 -3.4px #e04f16,
		-34.41316px 8.58016px 0 -3.46667px #e04f16,
		-34.15683px 9.79431px 0 -3.53333px #e04f16,
		-33.85761px 11.001px 0 -3.6px #e04f16,
		-33.5157px 12.19872px 0 -3.66667px #e04f16,
		-33.13137px 13.38594px 0 -3.73333px #e04f16,
		-32.70493px 14.56117px 0 -3.8px #e04f16,
		-32.23675px 15.72291px 0 -3.86667px #e04f16,
		-31.72725px 16.86968px 0 -3.93333px #e04f16,
		-31.17691px 18px 0 -4px #e04f16,
		-30.58627px 19.11242px 0 -4.06667px #e04f16,
		-29.95589px 20.2055px 0 -4.13333px #e04f16,
		-29.28642px 21.27783px 0 -4.2px #e04f16,
		-28.57852px 22.32799px 0 -4.26667px #e04f16,
		-27.83295px 23.35462px 0 -4.33333px #e04f16,
		-27.05047px 24.35635px 0 -4.4px #e04f16,
		-26.23192px 25.33188px 0 -4.46667px #e04f16,
		-25.37819px 26.27988px 0 -4.53333px #e04f16,
		-24.49018px 27.1991px 0 -4.6px #e04f16,
		-23.56888px 28.0883px 0 -4.66667px #e04f16,
		-22.6153px 28.94626px 0 -4.73333px #e04f16,
		-21.6305px 29.77183px 0 -4.8px #e04f16,
		-20.61558px 30.56385px 0 -4.86667px #e04f16,
		-19.57168px 31.32124px 0 -4.93333px #e04f16,
		-18.5px 32.04294px 0 -5px #e04f16,
		-17.40175px 32.72792px 0 -5.06667px #e04f16,
		-16.27818px 33.37522px 0 -5.13333px #e04f16,
		-15.1306px 33.98389px 0 -5.2px #e04f16,
		-13.96034px 34.55305px 0 -5.26667px #e04f16,
		-12.76875px 35.08186px 0 -5.33333px #e04f16,
		-11.55724px 35.56951px 0 -5.4px #e04f16,
		-10.32721px 36.01527px 0 -5.46667px #e04f16,
		-9.08014px 36.41843px 0 -5.53333px #e04f16,
		-7.81748px 36.77835px 0 -5.6px #e04f16,
		-6.54075px 37.09443px 0 -5.66667px #e04f16,
		-5.25147px 37.36612px 0 -5.73333px #e04f16,
		-3.95118px 37.59293px 0 -5.8px #e04f16,
		-2.64145px 37.77443px 0 -5.86667px #e04f16,
		-1.32385px 37.91023px 0 -5.93333px #e04f16;
}
[data-color='orange'] #collapse-header.active {
	background: #e04f16;
	border-color: #e04f16;
}
[data-color='orange'] .new-employee-field .image-upload {
	background: #e04f16;
}
[data-color='orange'] .card-title-head h6 span {
	color: #e04f16;
}
[data-color='orange']
	.settings-wrapper
	.settings-sidebar
	.sidebar-menu
	.submenu-open
	ul
	.submenu
	ul
	li
	a.active {
	color: #e04f16;
	background: rgba(224, 79, 22, 0.1);
}
[data-color='orange'] .page-wrapper .nav-pills .nav-link.active {
	background: #e04f16;
}
[data-color='orange'] .invoice-card:hover {
	border-color: #e04f16;
}
[data-color='orange'] .invoice-card:hover .avatar {
	background: #e04f16 !important;
}
[data-color='orange']
	.settings-wrapper
	.settings-sidebar
	.sidebar-menu
	.submenu-open
	ul
	.submenu
	ul
	li
	a.active::after {
	background: #e04f16;
}
[data-color='orange'] ::selection {
	background: #e04f16;
}

[data-color='all'] #sales-daychart .apexcharts-bar-series .apexcharts-series[rel='1'] path {
	fill: var(--primary-rgb-picr);
}
[data-color='all'] #sales-daychart .apexcharts-bar-series .apexcharts-series[rel='2'] path {
	fill: rgba(var(--primary-rgb-picr), 0.4);
}
[data-color='all'] #heat_chart .apexcharts-series rect {
	fill: var(--primary-rgb-picr);
}
[data-color='all'] .btn-group.custom-btn-group .btn.active {
	background: var(--primary-rgb-picr);
	border-color: var(--primary-rgb-picr);
}
[data-color='all'] .category-item.category-primary p::before {
	background: var(--primary-rgb-picr);
}
[data-color='all'] .header-left #toggle_btn {
	background: var(--primary-rgb-picr);
}
[data-color='all'] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop,
[data-color='all'] .settings-sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop {
	background: rgba(var(--primary-rgb-picr), 0.1);
}
[data-color='all'] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop span {
	color: var(--primary-rgb-picr);
}
[data-color='all'] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop i {
	color: var(--primary-rgb-picr);
}
[data-color='all'] .sidebar .sidebar-menu > ul > li > ul > li.submenu span.menu-arrow {
	background: transparent;
}
[data-color='all'] .sidebar .sidebar-menu > ul > li > ul > li.submenu span.menu-arrow::before {
	border-color: var(--primary-rgb-picr);
}
[data-color='all'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a.active:after,
[data-color='all']
	.sidebar
	.sidebar-menu
	> ul
	> li
	.settings-sidebar
	.sidebar-menu
	> ul
	> li.submenu-open
	ul
	li
	a.active:after {
	background: var(--primary-rgb-picr);
	border-color: rgba(var(--primary-rgb-picr), 0.1);
}
[data-color='all'] .settings-sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop span {
	color: var(--primary-rgb-picr);
}
[data-color='all'] .settings-sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop i {
	color: var(--primary-rgb-picr);
}
[data-color='all'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover,
[data-color='all'] .settings-sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover {
	color: var(--primary-rgb-picr);
}
[data-color='all'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover span,
[data-color='all'] .settings-sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover span {
	color: var(--primary-rgb-picr);
}
[data-color='all'] .sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover i,
[data-color='all'] .settings-sidebar .sidebar-menu > ul > li.submenu-open ul li a:hover i {
	color: var(--primary-rgb-picr);
}
[data-color='all'] .sidebar .sidebar-menu > ul li.active svg,
[data-color='all'] .settings-sidebar .sidebar-menu > ul li.active svg {
	color: var(--primary-rgb-picr);
}
[data-color='all'] .btn-white:hover {
	background: var(--primary-rgb-picr);
	border-color: var(--primary-rgb-picr);
}
[data-color='all'] ::-webkit-scrollbar-thumb {
	background: var(--primary-rgb-picr);
}
[data-color='all'] .link-item:hover {
	background: rgba(var(--primary-rgb-picr), 0.1);
}
[data-color='all'] .link-item:hover .link-icon {
	background: var(--primary-rgb-picr);
}
[data-color='all'] .dropdown-item:not(.active):hover,
[data-color='all'] .dropdown-item:not(.active):focus,
[data-color='all'] .dropdown-item:not(.active):active {
	background: rgba(var(--primary-rgb-picr), 0.1);
	color: var(--primary-rgb-picr);
}
[data-color='all'] div#global-loader .whirly-loader:not(:required) {
	box-shadow:
		0 26px 0 6px var(--primary-rgb-picr),
		0.90971px 26.05079px 0 5.93333px var(--primary-rgb-picr),
		1.82297px 26.06967px 0 5.86667px var(--primary-rgb-picr),
		2.73865px 26.05647px 0 5.8px var(--primary-rgb-picr),
		3.65561px 26.01104px 0 5.73333px var(--primary-rgb-picr),
		4.57274px 25.93327px 0 5.66667px var(--primary-rgb-picr),
		5.48887px 25.8231px 0 5.6px var(--primary-rgb-picr),
		6.40287px 25.68049px 0 5.53333px var(--primary-rgb-picr),
		7.31358px 25.50548px 0 5.46667px var(--primary-rgb-picr),
		8.21985px 25.2981px 0 5.4px var(--primary-rgb-picr),
		9.12054px 25.05847px 0 5.33333px var(--primary-rgb-picr),
		10.01448px 24.78672px 0 5.26667px var(--primary-rgb-picr),
		10.90054px 24.48302px 0 5.2px var(--primary-rgb-picr),
		11.77757px 24.1476px 0 5.13333px var(--primary-rgb-picr),
		12.64443px 23.78072px 0 5.06667px var(--primary-rgb-picr),
		13.5px 23.38269px 0 5px var(--primary-rgb-picr),
		14.34315px 22.95384px 0 4.93333px var(--primary-rgb-picr),
		15.17277px 22.49455px 0 4.86667px var(--primary-rgb-picr),
		15.98776px 22.00526px 0 4.8px var(--primary-rgb-picr),
		16.78704px 21.48643px 0 4.73333px var(--primary-rgb-picr),
		17.56953px 20.93855px 0 4.66667px var(--primary-rgb-picr),
		18.33418px 20.36217px 0 4.6px var(--primary-rgb-picr),
		19.07995px 19.75787px 0 4.53333px var(--primary-rgb-picr),
		19.80582px 19.12626px 0 4.46667px var(--primary-rgb-picr),
		20.5108px 18.468px 0 4.4px var(--primary-rgb-picr),
		21.1939px 17.78379px 0 4.33333px var(--primary-rgb-picr),
		21.85416px 17.07434px 0 4.26667px var(--primary-rgb-picr),
		22.49067px 16.34043px 0 4.2px var(--primary-rgb-picr),
		23.10251px 15.58284px 0 4.13333px var(--primary-rgb-picr),
		23.68881px 14.80241px 0 4.06667px var(--primary-rgb-picr),
		24.24871px 14px 0 4px var(--primary-rgb-picr),
		24.7814px 13.1765px 0 3.93333px var(--primary-rgb-picr),
		25.28607px 12.33284px 0 3.86667px var(--primary-rgb-picr),
		25.76198px 11.46997px 0 3.8px var(--primary-rgb-picr),
		26.2084px 10.58888px 0 3.73333px var(--primary-rgb-picr),
		26.62462px 9.69057px 0 3.66667px var(--primary-rgb-picr),
		27.01001px 8.77608px 0 3.6px var(--primary-rgb-picr),
		27.36392px 7.84648px 0 3.53333px var(--primary-rgb-picr),
		27.68577px 6.90284px 0 3.46667px var(--primary-rgb-picr),
		27.97502px 5.94627px 0 3.4px var(--primary-rgb-picr),
		28.23116px 4.97791px 0 3.33333px var(--primary-rgb-picr),
		28.4537px 3.99891px 0 3.26667px var(--primary-rgb-picr),
		28.64223px 3.01042px 0 3.2px var(--primary-rgb-picr),
		28.79635px 2.01364px 0 3.13333px var(--primary-rgb-picr),
		28.91571px 1.00976px 0 3.06667px var(--primary-rgb-picr),
		29px 0 0 3px var(--primary-rgb-picr),
		29.04896px -1.01441px 0 2.93333px var(--primary-rgb-picr),
		29.06237px -2.03224px 0 2.86667px var(--primary-rgb-picr),
		29.04004px -3.05223px 0 2.8px var(--primary-rgb-picr),
		28.98185px -4.07313px 0 2.73333px var(--primary-rgb-picr),
		28.88769px -5.09368px 0 2.66667px var(--primary-rgb-picr),
		28.75754px -6.1126px 0 2.6px var(--primary-rgb-picr),
		28.59138px -7.12863px 0 2.53333px var(--primary-rgb-picr),
		28.38926px -8.14049px 0 2.46667px var(--primary-rgb-picr),
		28.15127px -9.1469px 0 2.4px var(--primary-rgb-picr),
		27.87755px -10.1466px 0 2.33333px var(--primary-rgb-picr),
		27.56827px -11.1383px 0 2.26667px var(--primary-rgb-picr),
		27.22365px -12.12075px 0 2.2px var(--primary-rgb-picr),
		26.84398px -13.09268px 0 2.13333px var(--primary-rgb-picr),
		26.42956px -14.05285px 0 2.06667px var(--primary-rgb-picr),
		25.98076px -15px 0 2px var(--primary-rgb-picr),
		25.49798px -15.93291px 0 1.93333px var(--primary-rgb-picr),
		24.98167px -16.85035px 0 1.86667px var(--primary-rgb-picr),
		24.43231px -17.75111px 0 1.8px var(--primary-rgb-picr),
		23.85046px -18.63402px 0 1.73333px var(--primary-rgb-picr),
		23.23668px -19.49789px 0 1.66667px var(--primary-rgb-picr),
		22.5916px -20.34157px 0 1.6px var(--primary-rgb-picr),
		21.91589px -21.16393px 0 1.53333px var(--primary-rgb-picr),
		21.21024px -21.96384px 0 1.46667px var(--primary-rgb-picr),
		20.4754px -22.74023px 0 1.4px var(--primary-rgb-picr),
		19.71215px -23.49203px 0 1.33333px var(--primary-rgb-picr),
		18.92133px -24.2182px 0 1.26667px var(--primary-rgb-picr),
		18.10379px -24.91772px 0 1.2px var(--primary-rgb-picr),
		17.26042px -25.58963px 0 1.13333px var(--primary-rgb-picr),
		16.39217px -26.23295px 0 1.06667px var(--primary-rgb-picr),
		15.5px -26.84679px 0 1px var(--primary-rgb-picr),
		14.58492px -27.43024px 0 0.93333px var(--primary-rgb-picr),
		13.64796px -27.98245px 0 0.86667px var(--primary-rgb-picr),
		12.69018px -28.50262px 0 0.8px var(--primary-rgb-picr),
		11.7127px -28.98995px 0 0.73333px var(--primary-rgb-picr),
		10.71663px -29.4437px 0 0.66667px var(--primary-rgb-picr),
		9.70313px -29.86317px 0 0.6px var(--primary-rgb-picr),
		8.67339px -30.2477px 0 0.53333px var(--primary-rgb-picr),
		7.6286px -30.59666px 0 0.46667px var(--primary-rgb-picr),
		6.57001px -30.90946px 0 0.4px var(--primary-rgb-picr),
		5.49886px -31.18558px 0 0.33333px var(--primary-rgb-picr),
		4.41643px -31.42451px 0 0.26667px var(--primary-rgb-picr),
		3.32401px -31.6258px 0 0.2px var(--primary-rgb-picr),
		2.22291px -31.78904px 0 0.13333px var(--primary-rgb-picr),
		1.11446px -31.91388px 0 0.06667px var(--primary-rgb-picr),
		0 -32px 0 0 var(--primary-rgb-picr),
		-1.11911px -32.04713px 0 -0.06667px var(--primary-rgb-picr),
		-2.24151px -32.05506px 0 -0.13333px var(--primary-rgb-picr),
		-3.36582px -32.02361px 0 -0.2px var(--primary-rgb-picr),
		-4.49065px -31.95265px 0 -0.26667px var(--primary-rgb-picr),
		-5.61462px -31.84212px 0 -0.33333px var(--primary-rgb-picr),
		-6.73634px -31.69198px 0 -0.4px var(--primary-rgb-picr),
		-7.8544px -31.50227px 0 -0.46667px var(--primary-rgb-picr),
		-8.9674px -31.27305px 0 -0.53333px var(--primary-rgb-picr),
		-10.07395px -31.00444px 0 -0.6px var(--primary-rgb-picr),
		-11.17266px -30.69663px 0 -0.66667px var(--primary-rgb-picr),
		-12.26212px -30.34982px 0 -0.73333px var(--primary-rgb-picr),
		-13.34096px -29.96429px 0 -0.8px var(--primary-rgb-picr),
		-14.4078px -29.54036px 0 -0.86667px var(--primary-rgb-picr),
		-15.46126px -29.07841px 0 -0.93333px var(--primary-rgb-picr),
		-16.5px -28.57884px 0 -1px var(--primary-rgb-picr),
		-17.52266px -28.04212px 0 -1.06667px var(--primary-rgb-picr),
		-18.52792px -27.46878px 0 -1.13333px var(--primary-rgb-picr),
		-19.51447px -26.85936px 0 -1.2px var(--primary-rgb-picr),
		-20.48101px -26.21449px 0 -1.26667px var(--primary-rgb-picr),
		-21.42625px -25.53481px 0 -1.33333px var(--primary-rgb-picr),
		-22.34896px -24.82104px 0 -1.4px var(--primary-rgb-picr),
		-23.2479px -24.07391px 0 -1.46667px var(--primary-rgb-picr),
		-24.12186px -23.29421px 0 -1.53333px var(--primary-rgb-picr),
		-24.96967px -22.48279px 0 -1.6px var(--primary-rgb-picr),
		-25.79016px -21.64052px 0 -1.66667px var(--primary-rgb-picr),
		-26.58223px -20.76831px 0 -1.73333px var(--primary-rgb-picr),
		-27.34477px -19.86714px 0 -1.8px var(--primary-rgb-picr),
		-28.07674px -18.938px 0 -1.86667px var(--primary-rgb-picr),
		-28.7771px -17.98193px 0 -1.93333px var(--primary-rgb-picr),
		-29.44486px -17px 0 -2px var(--primary-rgb-picr),
		-30.07908px -15.99333px 0 -2.06667px var(--primary-rgb-picr),
		-30.67884px -14.96307px 0 -2.13333px var(--primary-rgb-picr),
		-31.24325px -13.91039px 0 -2.2px var(--primary-rgb-picr),
		-31.7715px -12.83652px 0 -2.26667px var(--primary-rgb-picr),
		-32.26278px -11.74269px 0 -2.33333px var(--primary-rgb-picr),
		-32.71634px -10.63018px 0 -2.4px var(--primary-rgb-picr),
		-33.13149px -9.5003px 0 -2.46667px var(--primary-rgb-picr),
		-33.50755px -8.35437px 0 -2.53333px var(--primary-rgb-picr),
		-33.84391px -7.19374px 0 -2.6px var(--primary-rgb-picr),
		-34.14px -6.0198px 0 -2.66667px var(--primary-rgb-picr),
		-34.39531px -4.83395px 0 -2.73333px var(--primary-rgb-picr),
		-34.60936px -3.63759px 0 -2.8px var(--primary-rgb-picr),
		-34.78173px -2.43218px 0 -2.86667px var(--primary-rgb-picr),
		-34.91205px -1.21916px 0 -2.93333px var(--primary-rgb-picr),
		-35px 0 0 -3px var(--primary-rgb-picr),
		-35.04531px 1.22381px 0 -3.06667px var(--primary-rgb-picr),
		-35.04775px 2.45078px 0 -3.13333px var(--primary-rgb-picr),
		-35.00717px 3.6794px 0 -3.2px var(--primary-rgb-picr),
		-34.92345px 4.90817px 0 -3.26667px var(--primary-rgb-picr),
		-34.79654px 6.13557px 0 -3.33333px var(--primary-rgb-picr),
		-34.62643px 7.36007px 0 -3.4px var(--primary-rgb-picr),
		-34.41316px 8.58016px 0 -3.46667px var(--primary-rgb-picr),
		-34.15683px 9.79431px 0 -3.53333px var(--primary-rgb-picr),
		-33.85761px 11.001px 0 -3.6px var(--primary-rgb-picr),
		-33.5157px 12.19872px 0 -3.66667px var(--primary-rgb-picr),
		-33.13137px 13.38594px 0 -3.73333px var(--primary-rgb-picr),
		-32.70493px 14.56117px 0 -3.8px var(--primary-rgb-picr),
		-32.23675px 15.72291px 0 -3.86667px var(--primary-rgb-picr),
		-31.72725px 16.86968px 0 -3.93333px var(--primary-rgb-picr),
		-31.17691px 18px 0 -4px var(--primary-rgb-picr),
		-30.58627px 19.11242px 0 -4.06667px var(--primary-rgb-picr),
		-29.95589px 20.2055px 0 -4.13333px var(--primary-rgb-picr),
		-29.28642px 21.27783px 0 -4.2px var(--primary-rgb-picr),
		-28.57852px 22.32799px 0 -4.26667px var(--primary-rgb-picr),
		-27.83295px 23.35462px 0 -4.33333px var(--primary-rgb-picr),
		-27.05047px 24.35635px 0 -4.4px var(--primary-rgb-picr),
		-26.23192px 25.33188px 0 -4.46667px var(--primary-rgb-picr),
		-25.37819px 26.27988px 0 -4.53333px var(--primary-rgb-picr),
		-24.49018px 27.1991px 0 -4.6px var(--primary-rgb-picr),
		-23.56888px 28.0883px 0 -4.66667px var(--primary-rgb-picr),
		-22.6153px 28.94626px 0 -4.73333px var(--primary-rgb-picr),
		-21.6305px 29.77183px 0 -4.8px var(--primary-rgb-picr),
		-20.61558px 30.56385px 0 -4.86667px var(--primary-rgb-picr),
		-19.57168px 31.32124px 0 -4.93333px var(--primary-rgb-picr),
		-18.5px 32.04294px 0 -5px var(--primary-rgb-picr),
		-17.40175px 32.72792px 0 -5.06667px var(--primary-rgb-picr),
		-16.27818px 33.37522px 0 -5.13333px var(--primary-rgb-picr),
		-15.1306px 33.98389px 0 -5.2px var(--primary-rgb-picr),
		-13.96034px 34.55305px 0 -5.26667px var(--primary-rgb-picr),
		-12.76875px 35.08186px 0 -5.33333px var(--primary-rgb-picr),
		-11.55724px 35.56951px 0 -5.4px var(--primary-rgb-picr),
		-10.32721px 36.01527px 0 -5.46667px var(--primary-rgb-picr),
		-9.08014px 36.41843px 0 -5.53333px var(--primary-rgb-picr),
		-7.81748px 36.77835px 0 -5.6px var(--primary-rgb-picr),
		-6.54075px 37.09443px 0 -5.66667px var(--primary-rgb-picr),
		-5.25147px 37.36612px 0 -5.73333px var(--primary-rgb-picr),
		-3.95118px 37.59293px 0 -5.8px var(--primary-rgb-picr),
		-2.64145px 37.77443px 0 -5.86667px var(--primary-rgb-picr),
		-1.32385px 37.91023px 0 -5.93333px var(--primary-rgb-picr);
}
[data-color='all'] #collapse-header.active {
	background: var(--primary-rgb-picr);
	border-color: var(--primary-rgb-picr);
}
[data-color='all'] .new-employee-field .image-upload {
	background: var(--primary-rgb-picr);
}
[data-color='all'] .card-title-head h6 span {
	color: var(--primary-rgb-picr);
}
[data-color='all']
	.settings-wrapper
	.settings-sidebar
	.sidebar-menu
	.submenu-open
	ul
	.submenu
	ul
	li
	a.active {
	color: var(--primary-rgb-picr);
	background: rgba(var(--primary-rgb-picr), 0.1);
}
[data-color='all'] .page-wrapper .nav-pills .nav-link.active {
	background: var(--primary-rgb-picr);
}
[data-color='all'] .invoice-card:hover {
	border-color: var(--primary-rgb-picr);
}
[data-color='all'] .invoice-card:hover .avatar {
	background: var(--primary-rgb-picr) !important;
}
[data-color='all']
	.settings-wrapper
	.settings-sidebar
	.sidebar-menu
	.submenu-open
	ul
	.submenu
	ul
	li
	a.active::after {
	background: var(--primary-rgb-picr);
}
[data-color='all'] ::selection {
	background: var(--primary-rgb-picr);
}
[data-color='all'] .daterangepicker .ranges li.active {
	background: var(--primary-rgb-picr) !important;
}
[data-color='all'] .sales-cards .card h6 {
	color: var(--primary-rgb-picr);
}
[data-color='all'] .welcome a:hover,
[data-color='all'] .welcome input:hover,
[data-color='all'] .welcome button:hover {
	background: var(--primary-rgb-picr);
	border-color: var(--primary-rgb-picr);
}

[data-layout='twocolumn'] #sidebar {
	display: none;
}
[data-layout='twocolumn'] .two-col-sidebar .sidebar-logo {
	justify-content: center;
	margin-bottom: 14px;
	height: 65px;
}

[data-sidebarbg='sidebarbg1'] .sidebar-logo,
[data-sidebarbg='sidebarbg2'] .sidebar-logo,
[data-sidebarbg='sidebarbg3'] .sidebar-logo,
[data-sidebarbg='sidebarbg4'] .sidebar-logo,
[data-sidebarbg='sidebarbg5'] .sidebar-logo,
[data-sidebarbg='sidebarbg6'] .sidebar-logo {
	border-color: rgba(230, 234, 237, 0.1019607843);
}
[data-sidebarbg='sidebarbg1'] .sidebar-logo .logo,
[data-sidebarbg='sidebarbg2'] .sidebar-logo .logo,
[data-sidebarbg='sidebarbg3'] .sidebar-logo .logo,
[data-sidebarbg='sidebarbg4'] .sidebar-logo .logo,
[data-sidebarbg='sidebarbg5'] .sidebar-logo .logo,
[data-sidebarbg='sidebarbg6'] .sidebar-logo .logo {
	display: none;
}
[data-sidebarbg='sidebarbg1'] .sidebar-logo .logo.logo-white,
[data-sidebarbg='sidebarbg2'] .sidebar-logo .logo.logo-white,
[data-sidebarbg='sidebarbg3'] .sidebar-logo .logo.logo-white,
[data-sidebarbg='sidebarbg4'] .sidebar-logo .logo.logo-white,
[data-sidebarbg='sidebarbg5'] .sidebar-logo .logo.logo-white,
[data-sidebarbg='sidebarbg6'] .sidebar-logo .logo.logo-white {
	display: block !important;
}
[data-sidebarbg='sidebarbg1'] .sidebar .sidebar-menu > ul > li.submenu-open ul,
[data-sidebarbg='sidebarbg2'] .sidebar .sidebar-menu > ul > li.submenu-open ul,
[data-sidebarbg='sidebarbg3'] .sidebar .sidebar-menu > ul > li.submenu-open ul,
[data-sidebarbg='sidebarbg4'] .sidebar .sidebar-menu > ul > li.submenu-open ul,
[data-sidebarbg='sidebarbg5'] .sidebar .sidebar-menu > ul > li.submenu-open ul,
[data-sidebarbg='sidebarbg6'] .sidebar .sidebar-menu > ul > li.submenu-open ul {
	border-color: rgba(230, 234, 237, 0.1019607843);
}

.pos-page .layout-select {
	display: none;
}

/****** Pages ******/
.main-chat-blk .slimscroll {
	height: calc(100vh - 60px) !important;
}
.main-chat-blk .slimscroll-active-sidebar a {
	color: #646b72;
}
.main-chat-blk .emoj-group ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.main-chat-blk .emoj-group ul li + li {
	margin-left: 10px;
}
.main-chat-blk .emoj-group ul li a {
	width: 34px;
	height: 34px;
	background: #f6f7f8;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.main-chat-blk .emoj-group ul li a i {
	color: #424242;
}
.main-chat-blk .message-content {
	position: relative;
}
.main-chat-blk .message-content:hover .emoj-group {
	opacity: 1;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.main-chat-blk .emoj-group {
	position: absolute;
	top: 50%;
	right: -100px;
	opacity: 0;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.main-chat-blk .rig-emoji-group {
	position: absolute;
	right: 210px;
}
.main-chat-blk .wrap-emoji-group {
	position: absolute;
	right: 290px;
}
.main-chat-blk .emoj-group-list-foot {
	display: none;
	position: absolute;
	top: -50px;
	left: -90px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.main-chat-blk .emoj-group-list-foot ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f6f7f8;
	border-radius: 50px;
	padding: 5px;
}
.main-chat-blk .emoj-group-list-foot ul li a {
	padding: 0;
	display: flex;
	align-items: center;
}
.main-chat-blk .emoj-group-list-foot ul li.add-emoj a {
	background: #ededed;
}
.main-chat-blk .emoj-group-list-foot ul li.add-emoj a i {
	font-size: 20px;
	color: #424242;
}
.main-chat-blk .down-emoji-circle {
	position: absolute;
	left: 10px !important;
	top: -38px !important;
}
.main-chat-blk .emoj-action-foot .down-emoji-circle ul {
	padding: 10px;
}
.main-chat-blk .down-emoji-circle ul li + li {
	margin-left: 14px;
}
.main-chat-blk .emoj-action-foot .down-emoji-circle ul li:last-child a {
	width: 34px;
	height: 34px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-chat-blk .chat-page-wrapper .content {
	padding: 0;
}
.main-chat-blk .chat-page-wrapper .sidebar {
	position: initial;
}
@media (max-width: 991.96px) {
	.main-chat-blk .chat-page-wrapper .sidebar {
		margin-left: 0;
	}
}
.main-chat-blk .chat-page-wrapper .left-chat-title {
	padding: 24px;
	border-bottom: 1px solid #e0e0e0;
	min-height: 72px;
}
.main-chat-blk .chat-page-wrapper .card-header-head h4 {
	font-size: 18px;
	color: #092c4c;
	font-weight: 700;
}
.main-chat-blk .chat-page-wrapper .chat .slimscroll {
	height: calc(100vh - 135px) !important;
}
.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item {
	font-size: 14px;
	cursor: pointer;
	padding: 7px 14px;
	font-weight: 500;
	color: #424242;
}
.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item i {
	font-size: 16px;
	color: #424242;
}
.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item span {
	float: right;
	font-size: 18px;
	color: #424242;
}
.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item.active {
	background: none;
	color: inherit;
}
.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item:focus,
.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item:hover,
.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item:active {
	background-color: #e6e6e6;
}
.main-chat-blk .chat-page-wrapper .dropdown-menu {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	box-sizing: border-box;
	box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	min-width: 173px;
}
.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item {
	margin: 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.main-chat-blk .chat-page-wrapper .dropdown-menu.chat-drop-menu .dropdown-item i {
	font-size: 16px;
	color: #424242;
}
.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item:hover,
.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item:focus,
.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item:active {
	background-color: #f8ecff;
}
.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item span {
	margin-right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.main-chat-blk .chat-page-wrapper .contact-close_call {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@-webkit-keyframes wave {
	0%,
	100%,
	60% {
		-webkit-transform: initial;
		transform: initial;
	}
	30% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}
@keyframes wave {
	0%,
	100%,
	60% {
		-webkit-transform: initial;
		transform: initial;
	}
	30% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}
.main-chat-blk .chat {
	flex: 1;
	display: flex;
	flex-direction: column;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	background: #ffffff;
}
.main-chat-blk .chat .chat-header {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding: 15px 24px;
	align-items: center;
	border-bottom: 1px solid var(--Stroke, rgba(145, 158, 171, 0.3));
	background: var(--White, #fff);
	box-shadow: 0px 4px 60px 0px rgba(231, 231, 231, 0.47);
	position: relative;
}
.main-chat-blk .chat .chat-header .user-details {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.main-chat-blk .chat .chat-header .user-details figure {
	margin-right: 1rem;
}
.main-chat-blk .chat .chat-header .user-details h5 {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 4px;
	line-height: 1;
	color: #212b36;
}
.main-chat-blk .chat .chat-header .chat-options ul {
	margin-bottom: 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.main-chat-blk .chat .chat-header .chat-options ul > li > a {
	font-size: 14px;
	color: #212b36;
	cursor: pointer;
	width: 40px;
	height: 40px;
	padding: 0;
	border: none;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}
.main-chat-blk .chat .chat-header .chat-options ul > li > a i {
	font-size: 20px;
}
.main-chat-blk .chat .chat-header .chat-options ul > li > a:not(.no-bg):hover {
	background-color: #d3d5d7;
	border-color: #d3d5d7;
}
.main-chat-blk .chat .chat-body {
	flex: 1;
	padding: 24px;
	padding-bottom: 40px;
}
.main-chat-blk .chat .chat-body:not(.no-message) {
	overflow: hidden;
}
.main-chat-blk .chat .chat-body .messages {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
.main-chat-blk .chat .chat-body .messages .chats {
	max-width: 75%;
	margin-bottom: 1.5rem;
	display: flex;
	display: -webkit-flex;
}
.main-chat-blk .chat .chat-body .messages .chats:last-child {
	margin-bottom: 0;
}
.main-chat-blk .chat .chat-body .messages .chats .chat-time {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin-bottom: 0;
}
.main-chat-blk .chat .chat-body .messages .chats .chat-time .avatar {
	margin-right: 1rem;
}
.main-chat-blk .chat .chat-body .messages .chats .chat-time h5 {
	font-size: 15px;
	margin-bottom: 0;
}
.main-chat-blk .chat .chat-body .messages .chats .chat-time .time {
	color: #ffffff;
	margin-top: 2px;
	font-size: 12px;
	font-weight: 400;
}
.main-chat-blk .chat .chat-body .messages .chats .chat-time .time i {
	color: rgba(247, 247, 247, 0.5);
}
.main-chat-blk .chat .chat-body .messages .chats .chat-time .time i img {
	width: 14px;
	height: auto;
	margin-left: 2px;
	vertical-align: 0px;
}
.main-chat-blk .chat .chat-body .messages .chats .message-content {
	border-radius: 0px 15px 15px 15px;
	background: var(--light-color, #f6f7f8);
	padding: 14px 20px;
	color: #212b36;
	font-size: 14px;
	font-weight: 400;
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.031372549);
}
.main-chat-blk .chat .chat-body .messages .chats .message-content a {
	color: #06aed4;
}
.main-chat-blk .chat .chat-body .messages .chats .message-content.award-link a {
	color: #212b36;
	margin-bottom: 2px;
	display: block;
}
.main-chat-blk .chat .chat-body .messages .chats .message-content.award-link img {
	border-radius: 10px;
}
.main-chat-blk .chat .chat-body .messages .chats .message-content.chat-award-link a {
	display: flex;
}
.main-chat-blk
	.chat
	.chat-body
	.messages
	.chats
	.message-content.fancy-msg-box
	.image-not-download
	span {
	position: absolute;
	color: #ffffff;
	font-size: 13px;
	font-weight: 500;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.main-chat-blk .chat .chat-body .messages .chat-profile-name h6 {
	margin-bottom: 0;
	color: #212b36;
	font-weight: 600;
	font-size: 15px;
}
.main-chat-blk .chat .chat-body .messages .chat-profile-name h6 span {
	font-size: 12px;
	color: #7a8086;
	font-weight: 400;
	padding-left: 10px;
}
.main-chat-blk .chat .chat-body .messages .chats.chats-right {
	margin-left: auto;
}
.main-chat-blk .chat .chat-body .messages .chats.chats-right .chat-time {
	justify-content: flex-end;
}
.main-chat-blk .chat .chat-body .messages .chats.chats-right .message-content {
	border-radius: 15px 0px 15px 15px;
	background: rgba(255, 159, 67, 0.12);
	color: #212b36;
	padding: 15px;
}
.main-chat-blk .chat .chat-body .messages .chats.chats-right .message-content .chat-time {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}
.main-chat-blk .chat .chat-body .messages .chats.chats-right .message-content .chat-time .time {
	color: #7a8086;
}
.main-chat-blk .chat .chat-body .messages .chats.chats-right .message-content .chat-time .time i {
	color: #06aed4;
}
.main-chat-blk .chat .chat-body .messages .chats.chats-right .chat-action-btns {
	order: 2;
	-webkit-order: 2;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
}
.main-chat-blk .chat .chat-body .messages .chats.chats-right .chat-action-btns .chat-action-col {
	width: 20px;
	text-align: center;
}
.main-chat-blk .chat .chat-body .messages .chats.chats-right .chat-action-btns .chat-read-col {
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	padding-bottom: 22px;
	color: #646b72;
}
.main-chat-blk .chat .chat-body .messages .chats.chats-right .chat-content {
	order: 1;
	-webkit-order: 1;
}
.main-chat-blk .chat .chat-body .messages .chats.chats-right .chat-avatar {
	padding: 8px 0px 0 15px;
}
.main-chat-blk .chat .chat-body .messages .download-col {
	position: relative;
}
.main-chat-blk .chat .chat-body .messages .download-col ul {
	list-style: none;
	padding: 0;
	margin: 0 0 5px 0;
	display: flex;
	display: -webkit-flex;
}
.main-chat-blk .chat .chat-body .messages .download-col ul li + li {
	margin-left: 5px;
}
.main-chat-blk .chat .chat-body .messages .download-col .image-download-col {
	position: relative;
}
.main-chat-blk .chat .chat-body .messages .download-col .image-download-col a > img {
	border: 1px solid transparent;
	width: 80px;
	border-radius: 8px;
}
.main-chat-blk
	.chat
	.chat-body
	.messages
	.download-col
	.image-download-col.image-not-download
	a
	> img {
	-webkit-filter: blur(1px);
	filter: blur(1px);
}
.main-chat-blk .chat .chat-body .messages .download-col .download-action {
	position: absolute;
	right: 8px;
	bottom: 8px;
	line-height: 0;
}
.main-chat-blk .chat .chat-body .messages .download-col .download-action a {
	color: #ffffff;
	font-size: 10px;
}
.main-chat-blk .chat .chat-body .messages .download-col .download-action div + div {
	margin-left: 8px;
}
.main-chat-blk .chat .chat-body .messages .download-col .download-action div img {
	width: 13px;
}
.main-chat-blk .chat .chat-body .messages .file-download {
	position: relative;
	background: #a6aaaf;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 7px;
}
.main-chat-blk .chat .chat-body .messages .file-download .download-action {
	position: absolute;
	right: 8px;
	bottom: 8px;
	line-height: 0;
	bottom: 14px;
}
.main-chat-blk .chat .chat-body .messages .file-download .download-action a {
	color: #ffffff;
	font-size: 10px;
	color: #37404a;
}
.main-chat-blk .chat .chat-body .messages .file-download .download-action div + div {
	margin-left: 8px;
}
.main-chat-blk .chat .chat-body .messages .file-download .download-action div img {
	width: 13px;
}
.main-chat-blk .chat .chat-body .messages .file-download .file-type {
	width: 54px;
	height: 54px;
	background-color: #ffffff;
	border-radius: 4px;
}
.main-chat-blk .chat .chat-body .messages .file-download .file-type i {
	color: #7a8086;
	font-size: 24px;
}
.main-chat-blk .chat .chat-body .messages .file-download .file-details span.file-name {
	color: #212b36;
	display: inline-block;
	width: 100%;
	font-size: 15px;
	font-weight: 500;
}
.main-chat-blk .chat .chat-body .messages .file-download .file-details span.file-size {
	color: #7a8086;
	display: inline-block;
	width: 100%;
}
.main-chat-blk .chat .chat-body .messages .file-download .file-details ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	margin-bottom: 0;
}
.main-chat-blk .chat .chat-body .messages .file-download .file-details ul li {
	list-style: none;
	color: #212b36;
	font-size: 14px;
	position: relative;
}
.main-chat-blk .chat .chat-body .messages .file-download .file-details ul li::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 13px;
	background: #c2c2c2;
	right: -8px;
	top: 5px;
}
.main-chat-blk .chat .chat-body .messages .file-download .file-details ul li:last-child::before {
	display: none;
}
.main-chat-blk .chat .chat-body .messages .file-download .file-details ul li a {
	color: #fe9f43;
}
.main-chat-blk .chat .chat-body .messages .file-download .file-details ul li + li {
	padding-left: 15px;
}
.main-chat-blk .chat .chat-body.no-message {
	user-select: none;
}
.main-chat-blk .chat .chat-footer {
	position: relative;
}
.main-chat-blk .chat .chat-footer form {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 24px;
}
@media (max-width: 991.96px) {
	.main-chat-blk .chat .chat-footer form {
		padding-bottom: 15px;
	}
}
.main-chat-blk .chat .chat-footer form .form-buttons .btn {
	margin-left: 0px;
	color: #90959b;
	font-size: 20px;
	padding: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}
.main-chat-blk .chat .chat-footer form .form-buttons .btn:last-child {
	margin-right: 0;
}
.main-chat-blk .chat .chat-footer form .form-buttons .btn.send-btn {
	width: 40px;
	height: 40px;
	border-radius: 6px;
	background: #fe9f43;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #ffffff !important;
	margin-left: 10px;
}
.main-chat-blk .chat .chat-footer form .form-buttons .btn.send-btn:hover {
	background-color: #ffffff;
	border-color: #37404a;
}
.main-chat-blk .chat .chat-footer form .form-buttons .btn.send-btn:hover i {
	color: #37404a;
}
.main-chat-blk .chat .chat-footer form .form-buttons .btn.send-btn:focus {
	box-shadow: none;
}
.main-chat-blk .chat .chat-footer form .specker-col span {
	color: #37404a;
	font-size: 25px;
}
.main-chat-blk .chat .chat-footer form .attach-col {
	right: inherit;
	left: 60px;
}
.main-chat-blk .chat .chat-footer form .attach-col i {
	color: #37404a;
	font-size: 20px;
}
.main-chat-blk .chat .chat-footer form .smile-col {
	right: inherit;
	left: 15px;
}
.main-chat-blk .chat .chat-footer form .smile-col i {
	color: #37404a;
	font-size: 20px;
	font-size: 22px;
}
.main-chat-blk .chat .chat-footer form .smile-foot {
	margin-right: 10px;
}
.main-chat-blk .chat .chat-footer form .smile-foot .action-circle {
	width: 38px;
	height: 38px;
	background: #ffffff;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.main-chat-blk .chat .chat-footer form .smile-foot .action-circle:hover {
	background-color: #d3d5d7;
	border-color: #d3d5d7;
}
.main-chat-blk .chat .chat-footer form .smile-foot .action-circle i {
	color: #212b36;
	font-size: 18px;
}
.main-chat-blk .chat .chat-footer form .form-control::-webkit-input-placeholder {
	color: #212b36;
	opacity: 1;
}
.main-chat-blk .chat .chat-footer form .form-control::-moz-placeholder {
	color: #212b36;
	opacity: 1;
}
.main-chat-blk .chat .chat-footer form .form-control:-ms-input-placeholder {
	color: #212b36;
	opacity: 1;
}
.main-chat-blk .chat .chat-footer form .form-control:-moz-placeholder {
	color: #212b36;
	opacity: 1;
}
.main-chat-blk .chat-options ul.list-inline .list-inline-item {
	margin-bottom: 0;
}
.main-chat-blk .last-seen {
	color: #212b36;
	font-size: 14px;
}
.main-chat-blk .user_callog {
	display: flex;
	margin-top: 0px;
}
.main-chat-blk .calllog_p {
	margin-left: 5px;
}
.main-chat-blk .chat-options.chat-option-profile .list-inline-item a {
	background: #fe9f43;
	width: 38px;
	height: 38px;
	border-radius: 50px;
	color: #212b36;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	color: #ffffff;
}
.main-chat-blk .chat-options.chat-option-profile .list-inline-item a:hover {
	background: #1b2950;
	color: #ffffff;
}
.main-chat-blk .chat-options.chat-option-profile .list-inline {
	border-bottom: 1px solid #ededed;
	margin-bottom: 0;
	padding-bottom: 15px;
}
.main-chat-blk .last-seen-profile span {
	color: #212b36;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 12px;
	display: block;
}
.main-chat-blk .header_button {
	position: absolute;
	right: 5px;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	background: #ffa977;
	bottom: 40px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}
.main-chat-blk .btn-warning:hover {
	color: #ffffff;
	background-color: #ffb370;
	border-color: #ffa95b;
}
.main-chat-blk .right_sidebar_profile {
	margin-top: 0px;
}
.main-chat-blk .account_details {
	background-color: #a6aaaf;
	border-color: #90959b;
	border-radius: 5px !important;
	border-bottom: 0 !important;
}
.main-chat-blk .security_details {
	background-color: #a6aaaf;
	border-color: #90959b;
	border-radius: 5px !important;
	border-bottom: 0 !important;
}
.main-chat-blk .close_icon {
	font-size: 18px;
}
.main-chat-blk .button_plus {
	margin-left: 0px;
}
.main-chat-blk .chat-search {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	-ms-transition: ease all 0.5s;
	opacity: 0;
	visibility: hidden;
}
.main-chat-blk .chat-search input[type='text'] {
	padding: 8px 8px 8px 35px;
	width: 100%;
	min-height: 47px;
	border-radius: 0px 0px 5px 5px;
	border: 1px solid #e5e7eb;
	font-size: 13px;
	background-color: #ffffff;
	color: #212b36;
	font-size: 15px;
	font-weight: 500;
}
.main-chat-blk .chat-search input[type='text']:hover {
	border-color: #bcbfc3;
}
.main-chat-blk .chat-search input[type='text']:focus {
	border-color: #bcbfc3;
}
.main-chat-blk .chat-search input[type='text']:focus-visible {
	border-color: #bcbfc3;
}
.main-chat-blk .chat-search.visible-chat {
	opacity: 1;
	visibility: visible;
	top: 100%;
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	-ms-transition: ease all 0.5s;
	z-index: 9;
}
.main-chat-blk .form-control-feedback {
	z-index: 2;
	display: block;
	text-align: center;
	pointer-events: none;
	color: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 13px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.main-chat-blk .form-control-feedback i {
	font-size: 16px;
	color: #212b36;
}
.main-chat-blk .user-chat-search {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	-ms-transition: ease all 0.5s;
	opacity: 0;
	visibility: hidden;
}
.main-chat-blk .user-chat-search input[type='text'] {
	padding: 8px 8px 8px 35px;
	width: 100%;
	min-height: 47px;
	border-radius: 0px 0px 5px 5px;
	border: 1px solid #e5e7eb;
	font-size: 13px;
	background-color: #ffffff;
	color: #212b36;
	font-size: 15px;
	font-weight: 500;
}
.main-chat-blk .user-chat-search input[type='text']:hover {
	border-color: #bcbfc3;
}
.main-chat-blk .user-chat-search input[type='text']:focus {
	border-color: #bcbfc3;
}
.main-chat-blk .user-chat-search input[type='text']:focus-visible {
	border-color: #bcbfc3;
}
.main-chat-blk .user-chat-search.visible-chat {
	opacity: 1;
	visibility: visible;
	top: 100%;
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	-ms-transition: ease all 0.5s;
	z-index: 9;
}
.main-chat-blk .all-chats {
	position: relative;
}
.main-chat-blk .close-btn-chat {
	width: 25px;
	height: 25px;
	border-radius: 25px;
	color: #212b36;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	position: absolute;
	right: 12px;
	top: 9px;
	cursor: pointer;
}
.main-chat-blk .user-close-btn-chat {
	width: 25px;
	height: 25px;
	border-radius: 25px;
	color: #212b36;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	position: absolute;
	right: 12px;
	top: 9px;
	cursor: pointer;
}
.main-chat-blk .main_content {
	width: 100% !important;
}
.main-chat-blk .avatar-main {
	height: 50px;
	width: 50px;
}
.main-chat-blk .archive-btn {
	border: 1px solid #008024;
	color: #646b72;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 500;
	padding: 2px 6px;
	margin-right: 1.5rem;
}
.main-chat-blk .archive-btn-grey {
	border: 1px solid #909090;
	color: #7a8086;
	border-radius: 4px;
	font-size: 9px;
	font-weight: 500;
	padding: 2px 6px;
	margin-top: 0.25rem;
}
.main-chat-blk .right_sidebar_icon {
	list-style: none;
}
.main-chat-blk .btn.btn-outline-light:hover {
	background: #e6e6e6;
}
.main-chat-blk .chat-avatar {
	padding: 8px 15px 0 8px;
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	flex-shrink: 0;
}
.main-chat-blk .chat-profile-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 5px;
}
.main-chat-blk .chat-profile-name .chat-action-col a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.main-chat-blk .delete-pop-btn .btn-primary {
	margin: 0 0 0 10px;
}
.main-chat-blk .delete-model-head {
	padding: 40px;
}
.main-chat-blk .delete-model-head .modal-header {
	padding: 0;
	margin-bottom: 32px;
}
.main-chat-blk .delete-model-head .modal-body {
	padding: 0;
}
.main-chat-blk .delete-chat-notify {
	margin-bottom: 32px;
}
.main-chat-blk .delete-chat-notify .form-check {
	margin-bottom: 14px;
}
.main-chat-blk .chats.chats-right {
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}
.main-chat-blk .message-star {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.main-chat-blk .message-star .avatar {
	width: 26px;
	height: 26px;
	margin-right: 10px;
}
.main-chat-blk .message-star .avatar img {
	width: 100%;
}
.main-chat-blk .message-star h6 {
	color: #212b36;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 0;
}
.main-chat-blk .message-star h6 span i {
	color: #ffdb7d;
}
.main-chat-blk .chat-voice-group ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	padding: 0;
	margin-bottom: 0;
}
.main-chat-blk .chat-voice-group ul li span {
	width: 28px;
	height: 28px;
	background: #fe9f43;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.main-chat-blk .chat-voice-group li {
	margin-bottom: 0;
	color: #212b36;
	font-size: 14px;
	font-weight: 400;
	list-style: none;
}
.main-chat-blk .chat-voice-group li + li {
	padding-left: 10px;
}
.main-chat-blk .file-download-col .download-action {
	position: absolute;
	right: 8px;
	bottom: 8px;
	line-height: 0;
}
.main-chat-blk .file-download-col .download-action a {
	color: #ffffff;
	font-size: 10px;
}
.main-chat-blk .file-download-col .download-action div + div {
	margin-left: 8px;
}
.main-chat-blk .file-download-col .download-action div img {
	width: 13px;
}
.main-chat-blk .file-download-col:after {
	content: '';
	display: table;
	clear: both;
}
.main-chat-blk .file-download-col ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.main-chat-blk .file-download-col ul li {
	float: left;
	width: 50%;
	padding: 5px;
}
.main-chat-blk .file-download-col ul li .image-download-col {
	position: relative;
}
.main-chat-blk .file-download-col ul li .image-download-col a > img {
	width: 100%;
}
.main-chat-blk .file-download-col ul li.full-width {
	width: 100%;
}
.main-chat-blk .chat-select .select2-container .select2-selection--single {
	border: 0;
	height: 24px;
}
.main-chat-blk
	.chat-select
	.select2-container
	.select2-selection--single
	.select2-selection__rendered {
	padding-right: 40px;
	padding-left: 0px;
}
.main-chat-blk
	.chat-select
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	color: #7a8086;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	font-weight: 600;
}
.main-chat-blk
	.chat-select
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: 24px;
	right: 7px;
}
.main-chat-blk
	.chat-select
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-color: #4d555e;
	border-style: solid;
	border-width: 0 2px 2px 0;
	padding: 3px;
	height: 0;
	left: 50%;
	margin-left: -5px;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	width: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.main-chat-blk
	.chat-select
	.select2-container--default
	.select2-results__option--highlighted[aria-selected] {
	background-color: #38526e;
}
.main-chat-blk .chat-select .select2-container--default .select2-selection--multiple {
	border: 1px solid #ddd;
	min-height: 40px;
}
.main-chat-blk
	.chat-select
	.select2-container--default.select2-container--open
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-color: #4d555e;
	border-width: 2px 0 0 2px;
	padding: 3px;
	margin-top: -5px;
	border-color: #4d555e;
	border-style: solid;
	border-width: 0 2px 2px 0;
	padding: 3px;
}
.main-chat-blk
	.chat-select
	.select2-container--default.form-control-sm
	.select2-selection--single
	.select2-selection__arrow {
	top: 7px;
}
.main-chat-blk .chat-select .select2-container--open .select2-dropdown--below {
	margin-top: 10px;
}
.main-chat-blk .success-pass {
	margin-bottom: 40px;
	text-align: center;
}
.main-chat-blk .review-files p {
	margin-bottom: 5px;
	color: #212b36;
	font-size: 14px;
}
.main-chat-blk .like-chat-grp ul {
	padding: 0;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	margin-top: 10px;
}
.main-chat-blk .like-chat-grp ul li {
	list-style: none;
}
.main-chat-blk .like-chat-grp ul li a {
	border: 1px solid #e0e0e0;
	border-radius: 50px;
	padding: 3px 12px;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	color: #212b36;
	font-weight: 400;
	font-size: 14px;
}
.main-chat-blk .like-chat-grp ul li a img {
	margin-left: 5px;
}
.main-chat-blk .like-chat-grp ul li + li {
	margin-left: 10px;
}
.main-chat-blk .like-chat-grp ul li.like-chat a {
	background: #fef6dc;
}
.main-chat-blk .like-chat-grp ul li.comment-chat a {
	background: #ffe8e9;
}
.main-chat-blk .chat-line {
	margin: 0px 0 20px;
	position: relative;
	text-align: center;
	width: 100%;
}
.main-chat-blk .chat-line:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-color: #a6aaaf;
	width: 100%;
	height: 1px;
}
.main-chat-blk .chat-date {
	border-radius: 100px;
	background: #a6aaaf;
	color: #212b36;
	font-size: 14px;
	padding: 4px 20px;
	display: inline-block;
	font-weight: 400;
	position: relative;
	border: 1px solid #e0e0e0;
}
.main-chat-blk .chat + .sidebar-group {
	margin-right: 0px;
}
.main-chat-blk .chat + .sidebar-group .sidebar {
	margin-right: 0px;
}
.main-chat-blk .group-comman-theme {
	padding: 0 24px;
}
.main-chat-blk .group-comman-theme h6 {
	margin-bottom: 15px;
}
.main-chat-blk .group-comman-theme ul {
	padding: 0;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ededed;
}
.main-chat-blk .group-comman-theme ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 10px;
}
.main-chat-blk .group-comman-theme ul li:last-child {
	margin-bottom: 0;
}
.main-chat-blk .group-comman-theme ul li .avatar {
	flex-shrink: 0;
	margin-right: 10px;
}
.main-chat-blk .theme-content h6 {
	margin-bottom: 6px;
	color: #212b36;
	font-size: 15px;
	font-weight: 500;
}
.main-chat-blk .theme-content p {
	margin-bottom: 0;
	text-align: start;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	color: #212b36;
	font-size: 14px;
}
.main-chat-blk .chat-message-grp {
	padding: 24px;
	padding-top: 0;
}
.main-chat-blk .chat-message-grp ul {
	padding: 0;
}
.main-chat-blk .chat-message-grp ul li {
	list-style: none;
	margin-bottom: 15px;
}
.main-chat-blk .chat-message-grp ul li:last-child {
	margin-bottom: 0px;
}
.main-chat-blk .chat-message-grp ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}
.main-chat-blk .chat-message-grp ul li a:hover .stared-group h6 {
	color: #37404a;
}
.main-chat-blk .stared-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.main-chat-blk .stared-group span {
	width: 30px;
	height: 30px;
	border-radius: 6px;
	margin-right: 10px;
	background: #f6f7f8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.main-chat-blk .stared-group span i {
	font-size: 16px;
}
.main-chat-blk .stared-group h6 {
	font-size: 15px;
	font-weight: 500;
	color: #646b72;
	margin-bottom: 0;
}
.main-chat-blk .star-message {
	background: #fef6dc;
}
.main-chat-blk .star-message i {
	color: #ffdb7d;
}
.main-chat-blk .mute-message {
	background: rgba(235, 253, 255, 0.9803921569);
}
.main-chat-blk .mute-message i {
	color: #06aed4;
}
.main-chat-blk .block-message {
	background: #ffe8e9;
}
.main-chat-blk .block-message i {
	color: #6938ef;
}
.main-chat-blk .report-message {
	background: #f8ecff;
}
.main-chat-blk .report-message i {
	color: #092c4c;
}
.main-chat-blk .delete-message {
	background: #ffe8e9;
}
.main-chat-blk .delete-message i {
	color: #ff5e4d;
}
.main-chat-blk .count-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.main-chat-blk .count-group span {
	width: 16px;
	height: 16px;
	border-radius: 50px;
	color: #ffffff;
	font-size: 10px;
	background: #fe9f43;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	margin-right: 5px;
}
.main-chat-blk .count-group i {
	color: #424242;
	font-size: 16px;
}
.main-chat-blk .nav.nav-tabs.chat-tabs .nav-item .nav-link {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: transparent;
	border: 0;
}
.main-chat-blk .nav.nav-tabs.chat-tabs .nav-item .nav-link.active {
	font-size: 16px;
	font-weight: bold;
	color: #ffb370;
}
.main-chat-blk .header-top ul li a {
	color: #000000;
	font-size: 18px;
}
.main-chat-blk .set-search {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	border-radius: 50px;
	width: 28px;
	height: 28px;
}
.main-chat-blk .set-search:hover {
	background: #f5f5f5;
	border-color: #d3d5d7;
}
.main-chat-blk .header-action {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-chat-blk .header-action li {
	display: inline-block;
	margin-left: 10px;
}
.main-chat-blk .header-action li a {
	color: #212b36;
	font-size: 18px;
}
.main-chat-blk .user-list {
	border-radius: 0.25rem;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
}
.main-chat-blk .user-list li a {
	padding: 17px 20px;
	display: flex;
	display: -webkit-flex;
	cursor: pointer;
	border-radius: 6px;
	margin-bottom: 10px;
	border: 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.main-chat-blk .user-list li .avatar {
	margin-right: 0.8rem;
	display: inline-block;
	margin-bottom: 0;
	height: 46px;
	width: 46px;
	border-radius: 50%;
	position: relative;
	z-index: 0;
}
.main-chat-blk .user-list li .avatar .letter-avatar {
	width: 45px;
	height: 45px;
	border-radius: 45px;
	margin-right: 0.8rem;
	margin-bottom: 0;
	position: relative;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	background-color: #90959b;
	font-size: 16px;
	font-weight: 600;
	color: #423b93;
}
.main-chat-blk .user-list li a.admin-shade {
	box-shadow: none;
}
.main-chat-blk .user-list .avatar > a > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main-chat-blk .user-list .avatar > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main-chat-blk .avatar-away::before {
	content: '';
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	top: 0px;
	right: 2px;
	border: 2px solid #ffffff;
	z-index: 9;
	background-color: #ffff00;
}
.main-chat-blk .avatar-offline::before {
	content: '';
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	top: 0px;
	right: 2px;
	border: 2px solid #ffffff;
	z-index: 9;
}
.main-chat-blk .avatar-online::before {
	content: '';
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	top: 0px;
	right: 2px;
	border: 2px solid #ffffff;
	z-index: 9;
	background-color: #1dd871;
}
.main-chat-blk .animate-typing-col {
	color: #3eb780;
}
.main-chat-blk .animate-typing-col .dot {
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin-right: -1px;
	background: #0d9b35;
	-webkit-animation: wave 1.3s linear infinite;
	animation: wave 1.3s linear infinite;
	opacity: 0.6;
}
.main-chat-blk .animate-typing-col .dot:nth-child(2) {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.main-chat-blk .animate-typing-col .dot:nth-child(3) {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.main-chat-blk .chat_form {
	border-radius: 20px;
	margin-right: 0px;
	background: #ffffff;
	border: 1px solid #c2c2c2;
	box-shadow: 0px 4px 4px #f5f8ff;
	border-radius: 6px;
	height: 40px;
	padding: 10px 10px;
}
.main-chat-blk .contact-close a {
	color: #212b36;
	opacity: 0.5;
	border-color: #a6aaaf;
}
.main-chat-blk .main-wrapper .content .sidebar-group.right-sidebar .sidebar {
	width: 310px;
}
.main-chat-blk .primary-title {
	color: #ffb370;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0;
}
.main-chat-blk .primary-title i {
	font-size: 14px;
}
.main-chat-blk .contact-action {
	padding: 0;
	margin: 0;
	list-style: none;
}
.main-chat-blk .contact-action li {
	padding: 11px 0;
	border-bottom: 1px solid #f1f1f1;
}
.main-chat-blk .contact-action li a {
	color: #212b36;
	color: #212b36;
	font-size: 14px;
	font-weight: bold;
}
.main-chat-blk .contact-action li.report-contact a {
	color: #ff0000;
}
.main-chat-blk .contact-action li.delete-chat a {
	color: #ff0000;
}
.main-chat-blk .contact-action li.sign-out a {
	color: #ff0000;
}
.main-chat-blk .left-sidebar {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
.main-chat-blk .left-sidebar-wrap {
	background: #fbfbfb;
	overflow: hidden;
	width: 448px;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	flex: 1;
}
.main-chat-blk .right-sidebar {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	background-color: #f9fafb;
	opacity: 100%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	position: relative;
	width: 320px;
}
.main-chat-blk .right-sidebar .right-sidebar-wrap {
	background-color: #ffffff;
	border-left: 1px solid #e0e0e0;
	border-radius: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: calc(100vh - 0px);
}
.main-chat-blk .right-sidebar .right-sidebar-wrap .sidebar-body {
	padding: 0;
}
.main-chat-blk .right-sidebar .right-sidebar-wrap .right-sidebar-profile {
	padding: 24px;
	padding-bottom: 0;
	margin-bottom: 15px;
}
.main-chat-blk .right-sidebar .contact-close_call .close_profile {
	width: 25px;
	height: 25px;
	border-radius: 25px;
	color: #212b36;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.main-chat-blk .right-sidebar .contact-close_call .close_profile.close-star {
	color: #ffca18;
}
.main-chat-blk .right-sidebar .contact-close_call .close_profile.close-trash {
	color: #ff0000;
}
.main-chat-blk .right-sidebar.video-right-sidebar {
	width: 371px;
}
.main-chat-blk .right-sidebar.video-right-sidebar .chat {
	margin-left: 0 !important;
	display: block;
}
.main-chat-blk .right-sidebar.video-right-sidebar .chat .chat-body {
	padding-bottom: 110px;
}
.main-chat-blk .video-call-chat .left-chat-title.with-bg {
	background: transparent;
}
.main-chat-blk .video-call-chat .left-chat-title {
	border: 0;
}
.main-chat-blk .video-call-chat .chat-title h4 {
	font-size: 18px;
	font-weight: 600;
	color: #212b36;
}
.main-chat-blk .video-call-chat .chat-title span {
	font-size: 12px;
	font-weight: 400;
	color: #212b36;
}
.main-chat-blk .chat.video-call-chat .chat-body {
	background-image: none;
}
.main-chat-blk .chat.video-call-chat .chat-body .messages .chats .message-content {
	background: #f5f5f5;
}
.main-chat-blk .chat.video-call-chat .chat-body .messages .chats.chats-right .message-content {
	background: #f8ecff;
}
.main-chat-blk .member-details {
	margin-bottom: 10px;
}
.main-chat-blk .chat-member-details {
	padding: 0 24px;
}
.main-chat-blk .chat-member-details .member-details ul {
	padding: 0;
	border-bottom: 1px solid #ededed;
}
.main-chat-blk .chat-member-details .member-details ul li {
	list-style: none;
	margin-bottom: 15px;
}
.main-chat-blk .chat-member-details .member-details ul li h6 {
	font-size: 15px;
	font-weight: 400;
	color: #212b36;
	margin-bottom: 5px;
}
.main-chat-blk .chat-member-details .member-details ul li h5 {
	font-size: 15px;
	font-weight: 500;
	color: #212b36;
	margin-bottom: 0px;
}
.main-chat-blk .chat-member-details .member-details ul li span {
	font-size: 16px;
	font-weight: 400;
	color: #212b36;
}
.main-chat-blk .chat-member-details .member-details ul li a {
	font-size: 15px;
	font-weight: 500;
	color: #37404a;
	border-radius: 100px;
	padding: 5px;
	background: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-chat-blk .chat-member-details .member-details ul li a:hover {
	color: #212b36;
}
.main-chat-blk .chat-member-details .member-details ul li a + a {
	margin-left: 10px;
}
.main-chat-blk .right-sidebar.show-right-sidebar {
	margin-right: 0;
}
.main-chat-blk .right-sidebar.video-right-sidebar.show-right-sidebar {
	margin-right: 0;
}
.main-chat-blk .right-sidebar.hide-right-sidebar {
	margin-right: -320px;
}
.main-chat-blk .right-sidebar.video-right-sidebar.hide-right-sidebar {
	margin-right: -371px;
}
.main-chat-blk .status-modal .custom-status-close {
	width: 25px;
	height: 25px;
	border-radius: 25px;
	color: #212b36;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	background-color: #d3d5d7;
	border-color: #d3d5d7;
}
.main-chat-blk .group-description .description-sub h5 span a {
	width: 25px;
	height: 25px;
	border-radius: 25px;
	color: #212b36;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	border-color: #d3d5d7;
}
.main-chat-blk .list_group_notread {
	color: #ffb370 !important;
}
.main-chat-blk .chat-cont-type {
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-chat-blk .chat-cont-type .chat-type-wrapper {
	margin-bottom: 0;
}
.main-chat-blk .chat-cont-type .chat-type-wrapper p {
	color: #7a8086;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 0;
}
.main-chat-blk .group-type-radio {
	display: block;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 16px;
	font-weight: 400;
	color: #212b36;
	margin-right: 24px;
}
.main-chat-blk .group-type-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.main-chat-blk .group-type-radio input:checked ~ .checkmark {
	background-color: #37404a;
}
.main-chat-blk .group-type-radio input:checked ~ .checkmark:after {
	display: block;
}
.main-chat-blk .group-type-radio .checkmark:after {
	top: 4px;
	left: 4px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: white;
}
.main-chat-blk .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: #ffffff;
	border: 1px solid #e4e4e4;
	border-radius: 50%;
}
.main-chat-blk .checkmark:after {
	content: '';
	position: absolute;
	display: none;
}
.main-chat-blk .pass-login label {
	color: #212b36;
	font-size: 14px;
	font-weight: 500;
}
.main-chat-blk .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #37404a !important;
}
.main-chat-blk .right-sidebar-profile > .avatar {
	background: rgba(66, 11, 161, 0.1);
}
.main-chat-blk .group_img {
	position: relative;
	display: inline-block;
}
.main-chat-blk .group-name-search {
	margin-bottom: 14px;
}
.main-chat-blk .parti-wrapper {
	margin-bottom: 14px;
	display: flex;
	align-items: center;
}
.main-chat-blk .group_header {
	width: 38px !important;
	height: 38px !important;
	border: 2px solid #ffffff;
}
.main-chat-blk .last-chat-time i.missed-col {
	width: 17px;
	display: inline-block;
	margin-top: 10px;
}
.main-chat-blk .last-chat-time i.missed-col img {
	max-width: 100%;
	height: auto;
}
.main-chat-blk .right-sidebar-head {
	padding: 0px 24px;
}
.main-chat-blk .right-sidebar-head h5 {
	font-size: 15px;
	font-weight: 600;
	color: #212b36;
	margin-bottom: 0px;
}
.main-chat-blk .right-sidebar-head.share-media .share-media-blk {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}
.main-chat-blk .right-sidebar-head.share-media .about-media-tabs {
	border-bottom: 1px solid #ededed;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .nav-tabs {
	margin-bottom: 15px;
	padding: 5px;
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
}
.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .nav .nav-item.active {
	background: #fe9f43;
	border-radius: 6px;
	color: #212b36;
	color: #ffffff;
}
.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .nav .nav-item {
	padding: 2px 10px;
	font-size: 14px;
	color: #212b36;
	font-weight: 500;
	border: 0;
	margin-right: 10px;
	background: #fafbfe;
	color: #092c4c;
	border-radius: 6px;
}
.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .nav .nav-item:last-child {
	margin-right: 0px;
}
.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .share-media-img li {
	margin: 0px 6px 6px 0px;
	position: relative;
}
.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .share-media-img li img {
	border-radius: 8px;
	width: 84px;
}
.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .share-media-img li span {
	position: absolute;
	color: #ffffff;
	font-size: 13px;
	font-weight: 500;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .share-media-img li span i {
	font-size: 20px;
	color: #ffffff;
}
.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .share-media-img li:hover span i {
	color: #a6aaaf;
}
.main-chat-blk
	.right-sidebar-head.share-media
	.about-media-tabs
	.share-media-img
	li.blur-media
	img {
	filter: blur(2px);
}
.main-chat-blk .media-file {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	margin-bottom: 15px;
}
.main-chat-blk .media-file:last-child {
	margin-bottom: 0;
}
.main-chat-blk .media-doc-blk {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.main-chat-blk .media-doc-blk span {
	width: 50px;
	height: 50px;
	border-radius: 5px;
	background: #f5f5f5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	margin-right: 10px;
}
.main-chat-blk .media-doc-blk span i {
	font-size: 24px;
}
.main-chat-blk .document-detail ul {
	padding: 0;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.main-chat-blk .document-detail ul li {
	list-style: none;
	color: #212b36;
	font-size: 14px;
	font-weight: 400;
	position: relative;
}
.main-chat-blk .document-detail ul li::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 13px;
	background: #c2c2c2;
	right: -8px;
	top: 5px;
}
.main-chat-blk .document-detail ul li:last-child::before {
	display: none;
}
.main-chat-blk .document-detail ul li + li {
	padding-left: 15px;
}
.main-chat-blk .document-detail h6 {
	color: #212b36;
	font-size: 15px;
	font-weight: 500;
}
.main-chat-blk .media-download a {
	color: #212b36;
}
.main-chat-blk .social-media-col {
	margin-top: 35px;
}
.main-chat-blk .social-media-col:after {
	content: '';
	display: table;
	clear: both;
}
.main-chat-blk .social-media-col ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.main-chat-blk .social-media-col ul li {
	float: left;
}
.main-chat-blk .social-media-col ul li a {
	color: #423b93;
	font-size: 18px;
}
.main-chat-blk .social-media-col ul li + li {
	margin-left: 10px;
}
.main-chat-blk .social-media-col h6 {
	font-weight: 600;
	color: #000000;
	font-size: 15px;
	margin-bottom: 20px;
}
.main-chat-blk .media-link-grp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
}
.main-chat-blk .media-link-detail h6 a {
	color: #212b36;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 5px;
}
.main-chat-blk .media-link-detail span a {
	color: #212b36;
	font-size: 14px;
	font-weight: 400;
	word-break: break-all;
}
.main-chat-blk .media-link-detail a:hover {
	color: #37404a;
}
.main-chat-blk .share-media-blk a {
	color: #37404a;
	font-weight: 500;
}
.main-chat-blk .link-img {
	flex-shrink: 0;
}
.main-chat-blk .link-img img {
	border-radius: 4px;
	margin-right: 10px;
}
.main-chat-blk .settings-col {
	margin-top: 35px;
}
.main-chat-blk .settings-col h6 {
	font-weight: 600;
	color: #000000;
	font-size: 15px;
	margin-bottom: 20px;
}
.main-chat-blk .settings-col:after {
	content: '';
	display: table;
	clear: both;
}
.main-chat-blk .settings-col ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.main-chat-blk .settings-col ul li {
	color: #646b72;
	font-weight: 500;
}
.main-chat-blk .settings-col ul li + li {
	margin-top: 15px;
}
.main-chat-blk .settings-col .switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 23px;
	margin-bottom: 0;
	margin-right: 10px;
}
.main-chat-blk .settings-col .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.main-chat-blk .settings-col .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #7a8086;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.main-chat-blk .settings-col .slider:before {
	position: absolute;
	content: '';
	height: 15px;
	width: 15px;
	left: 4px;
	bottom: 4px;
	background-color: #ffffff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.main-chat-blk .settings-col input:checked + .slider {
	background-color: #3577f1;
}
.main-chat-blk .settings-col input:checked + .slider:before {
	-webkit-transform: translateX(16px);
	-ms-transform: translateX(16px);
	transform: translateX(16px);
}
.main-chat-blk .settings-col input:focus + .slider {
	box-shadow: 0 0 1px #2196f3;
}
.main-chat-blk .settings-col .slider.round {
	border-radius: 34px;
}
.main-chat-blk .settings-col .slider.round:before {
	border-radius: 50%;
}
.main-chat-blk .report-col {
	margin-top: 35px;
	padding: 12px;
	padding-bottom: 50px;
}
.main-chat-blk .report-col:after {
	content: '';
	display: table;
	clear: both;
}
.main-chat-blk .report-col ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.main-chat-blk .report-col ul:after {
	content: '';
	display: table;
	clear: both;
}
.main-chat-blk .report-col ul li {
	display: block;
	width: 100%;
	font-weight: 500;
	position: relative;
}
.main-chat-blk .report-col ul li a {
	color: #ff0000;
	padding-left: 25px;
}
.main-chat-blk .report-col ul li a span {
	position: absolute;
	left: 0;
	top: 0px;
	font-size: 16px;
}
.main-chat-blk .report-col ul li + li {
	margin-top: 19px;
}
.main-chat-blk .load-more-btn {
	font-weight: 600;
	margin-top: 10px;
}
.main-chat-blk .load-more-btn i {
	background: #0057ff;
	border-radius: 50%;
	height: 12px;
	width: 12px;
	color: #ffffff;
	line-height: 8px;
	font-size: 12px;
	vertical-align: top;
}
.main-chat-blk .chat-message-grp.chat-encrypt {
	padding-bottom: 0;
}
.main-chat-blk .chat-message-grp.chat-encrypt ul {
	border-bottom: 1px solid #ededed;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.main-chat-blk .participants-list {
	padding: 0px 24px;
}
.main-chat-blk .participants-list .participants-list-group h6.parti-search {
	font-size: 20px !important;
	display: flex;
	align-items: center;
}
.main-chat-blk .participants-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.main-chat-blk .participants-list ul li {
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	background-color: #ffffff;
	padding: 10px;
}
.main-chat-blk .participants-list ul li + li {
	margin-top: 10px;
}
.main-chat-blk .participants-list .users-list-body {
	flex: 1;
	position: relative;
	min-width: 0px;
	display: flex;
	display: -webkit-flex;
	width: 100%;
}
.main-chat-blk .participants-list .users-list-body h5 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 5px;
	color: #212b36;
}
.main-chat-blk .participants-list .users-list-body p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 0;
	color: #212b36;
	font-size: 14px;
	font-weight: 400;
}
.main-chat-blk .participants-list .admin-profiles {
	display: inline-block;
	color: #37404a;
	border-radius: 6px;
	font-size: 12px;
	padding: 2px 10px;
	font-weight: 500;
	background: #f8ecff;
}
.main-chat-blk .participants-list .admin-profiles:hover {
	background: #680a83;
	color: #ffffff;
}
.main-chat-blk .participants-list-group {
	border-bottom: 1px solid #ededed;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.main-chat-blk .participants-list-group h6 {
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: 500;
	color: #212b36;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}
.main-chat-blk .chat-message-grp.group-exits {
	padding: 0px 24px;
	padding-bottom: 30px;
}
.main-chat-blk .grp-delete .chat-action-col {
	display: flex;
	align-items: center;
	height: 100%;
}
.main-chat-blk .grp-delete .chat-action-col > a {
	color: #7a8086;
}
.main-chat-blk .chat-action-col > a {
	color: #212b36;
}
.main-chat-blk .darkmode-btn {
	width: 35px;
	height: 32px;
	background-color: #3577f1;
	border: 1px solid #fbfbfb;
	border-radius: 5px;
	color: #ffffff;
	font-size: 16px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	margin: 0 auto;
}
.main-chat-blk .darkmode-btn:hover {
	color: #ffffff;
}
.main-chat-blk .darkmode-btn:focus {
	color: #ffffff;
}
.main-chat-blk .add-contacts-btn {
	width: 25px;
	height: 25px;
	border-radius: 30px;
	background-color: #37404a;
	color: #ffffff;
	font-size: 10px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	margin: 0 auto;
}
.main-chat-blk .add-contacts-btn:hover {
	color: #ffffff;
}
.main-chat-blk .add-contacts-btn:focus {
	color: #ffffff;
}
.main-chat-blk .group-call-tab .nav-tabs .nav-link {
	color: #37404a;
	border: 0;
	border-radius: 10px;
	font-weight: 500;
	padding: 6px 25px;
}
.main-chat-blk .group-call-tab .nav-tabs .nav-link:hover {
	color: #37404a;
}
.main-chat-blk .group-call-tab .nav-tabs .nav-link + .nav-link {
	margin-left: 10px;
}
.main-chat-blk .group-call-tab .nav-tabs .nav-link.active {
	background-color: rgba(90, 7, 139, 0.1);
	color: #37404a;
}
.main-chat-blk .group-call-tab nav {
	padding: 0 15px 20px;
	position: relative;
}
.main-chat-blk .group-call-tab nav:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #90959b;
	height: 1px;
}
.main-chat-blk .header_image {
	width: 195px;
}
.main-chat-blk .chat_avator_img {
	position: relative;
}
.main-chat-blk .group_img {
	width: 40px;
	height: 40px;
	object-fit: cover;
}
.main-chat-blk .dreams_chat {
	width: 40px;
	height: 40px;
	object-fit: cover;
}
.main-chat-blk .voice_pop {
	padding-right: 17px;
}
.main-chat-blk .status_carousel {
	margin-top: 50px;
}
.main-chat-blk .carousel_img {
	width: 650px;
	height: 434px;
}
.main-chat-blk .video_content {
	min-height: 200px;
	margin-top: 70px;
}
.main-chat-blk .voice-call-content {
	min-height: 200px;
}
.main-chat-blk .chatimage img {
	width: 120px;
	height: 120px;
}
.main-chat-blk .send-btn_status {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #ffffff !important;
	background-color: #ffa977 !important;
	margin-left: 15px;
	font-size: 22px;
}
.main-chat-blk .status_telegram {
	color: #ffffff;
}
.main-chat-blk .media-lists {
	display: flex;
	justify-content: flex-start;
	margin: 0 -5px 0px;
	flex-wrap: wrap;
}
.main-chat-blk .media-lists .media-image {
	margin: 5px;
	flex-basis: 74px;
	min-width: 74px;
}
.main-chat-blk .media-lists .media-image img {
	max-width: 100%;
}
.main-chat-blk .avatar-group .avatar + .avatar {
	margin-left: -0.75rem;
}
.main-chat-blk .list-group-item {
	background-color: inherit;
	border-color: #ebebeb;
}
.main-chat-blk ul.list-inline .list-inline-item {
	margin-bottom: 0.5rem;
}
.main-chat-blk .form-control {
	border-radius: 5px;
}
.main-chat-blk .form-control:focus {
	box-shadow: none;
	border-color: #e6e6e6;
}
.main-chat-blk .custom-control-label {
	line-height: 25px;
}
.main-chat-blk .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #0a80ff;
}
.main-chat-blk .open_drop {
	color: #ffffff !important;
}
.main-chat-blk .send-btn_status:focus {
	box-shadow: none !important;
	border-color: #ffa977 !important;
}
.main-chat-blk .avatar {
	display: inline-block;
	margin-bottom: 0;
	height: 48px;
	width: 48px;
	border-radius: 50%;
}
.main-chat-blk .avatar .avatar-title {
	color: #ffffff;
	background: #680a83;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 600;
}
.main-chat-blk .avatar > a {
	width: 100%;
	height: 100%;
	display: block;
	transition: color 0.3s;
	color: #0a80ff;
}
.main-chat-blk .avatar > a > img,
.main-chat-blk .avatar > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main-chat-blk .avatar.avatar-sm {
	height: 1.3rem;
	width: 1.3rem;
}
.main-chat-blk .avatar.avatar-sm .avatar-title {
	font-size: 14px;
}
.main-chat-blk .avatar.avatar-lg {
	height: 3.8rem;
	width: 3.8rem;
}
.main-chat-blk .avatar.avatar-lg .avatar-title {
	font-size: 29px;
}
.main-chat-blk .avatar.avatar-xl {
	height: 100px;
	width: 100px;
}
.main-chat-blk .header_drop_icon {
	border-radius: 6px;
}
.main-chat-blk .accordion-col .accordion-title {
	cursor: pointer;
	padding: 15px 0 8px;
}
.main-chat-blk .accordion-col .accordion-title .primary-title i {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}
.main-chat-blk .accordion-col .accordion-title.active .primary-title i {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
}
.main-chat-blk .accordion-col .accordion-content {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 15px;
}
.main-chat-blk .accordion-col .accordion-content:last-child {
	border-bottom: 0;
}
.main-chat-blk .accordion-col .accordion-content h6 {
	font-size: 14px;
}
.main-chat-blk .status-right {
	font-weight: 500;
	color: #444444;
	font-size: 16px;
	text-align: center;
}
.main-chat-blk .status-right p {
	margin-top: 20px;
	margin-bottom: 0;
}
.main-chat-blk .star-drop .btn-outline-light {
	color: #424242;
	border: 0;
	padding: 0;
}
.main-chat-blk .star-drop .btn-outline-light i {
	font-size: 20px;
}
.main-chat-blk .star-drop .btn.btn-outline-light:hover {
	background: transparent;
	border: 0;
}
.main-chat-blk .chat.star-chat-group {
	background-image: none;
}
.main-chat-blk .chat.star-chat-group .chat-body {
	background-image: none;
}
.main-chat-blk .chat.star-chat-group .chat-body .messages .chats {
	max-width: 100%;
}
.main-chat-blk .chat.star-chat-group .chat-body .messages .chats .message-content {
	background: #f5f5f5;
}
.main-chat-blk .chat.star-chat-group .chat-body .messages .chats .message-content.award-link a {
	word-break: break-all;
}
.main-chat-blk .chat.star-chat-group .chat-body .messages .chats .message-content.award-link img {
	max-width: 100%;
}
.main-chat-blk .chat .chat-body .messages .chats.forward-chat-msg {
	display: none;
}
.main-chat-blk .chats.forward-chat-msg {
	background: #ededed;
	border-radius: 15px;
	padding: 20px;
	border-left: 2px solid #680a83;
}
.main-chat-blk .chats.forward-chat-msg .chat-avatar {
	padding: 0;
	padding-right: 15px;
}
.main-chat-blk .chat-title h4 a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #4b0973;
	margin-bottom: 0;
}
.main-chat-blk .left-chat-title .add-section > a {
	width: 30px;
	height: 30px;
	background-color: #680a83;
	border-radius: 30px;
	color: #ffffff;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	font-size: 13px;
}
.main-chat-blk .add-section ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.main-chat-blk .add-section ul li {
	float: left;
	border-radius: 50px;
	width: 28px;
	height: 28px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}
.main-chat-blk .add-section ul li + li {
	margin-left: 10px;
}
.main-chat-blk .add-section ul li a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	font-size: 20px;
}
.main-chat-blk .all-chats .add-section ul li:hover {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
}
.main-chat-blk .online {
	color: #008024;
	font-weight: 500;
}
.main-chat-blk .top-online-contacts {
	padding: 24px 24px 0px;
}
.main-chat-blk .fav-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	margin-bottom: 15px;
}
.main-chat-blk .fav-title h6 {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.main-chat-blk .fav-title h6 i {
	font-size: 22px;
}
.main-chat-blk .fav-title a {
	margin-bottom: 0;
	color: #fe9f43;
	font-weight: 500;
}
.main-chat-blk .fav-title a:hover {
	color: #0a0a0a;
}
.main-chat-blk .top-contacts-box .profile-img {
	position: relative;
	width: 46px;
	height: 46px;
}
.main-chat-blk .top-contacts-box .profile-img img {
	max-width: 100%;
	height: auto;
	border-radius: 50px;
}
.main-chat-blk .profile-name span {
	color: #585858;
	font-size: 12px;
	display: inline-block;
	margin-top: 9px;
}
.main-chat-blk .top-contacts-box .profile-img.online:before {
	content: '';
	position: absolute;
	right: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	top: 0px;
	background-color: #49e073;
	width: 10px;
	height: 10px;
	border: 2px solid #ffffff;
	border-radius: 50px;
}
.main-chat-blk .dropdown-menu .dropdown-item span.edit-profile-icon,
.main-chat-blk .dropdown-menu .dropdown-item span.profile-icon-col {
	font-size: 15px;
}
.main-chat-blk .avatar {
	position: relative;
	display: inline-block;
	width: 46px;
	height: 46px;
	flex-shrink: 0;
}
.main-chat-blk .avatar > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main-chat-blk .avatar-title {
	width: 100%;
	height: 100%;
	background-color: #650681;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-chat-blk .avatar-away::before,
.main-chat-blk .avatar-offline::before,
.main-chat-blk .avatar-online::before {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 25%;
	height: 25%;
	border-radius: 50%;
	content: '';
	border: 2px solid #ffffff;
}
.main-chat-blk .avatar-online::before {
	background-color: #00e65b;
}
.main-chat-blk .avatar-offline::before {
	background-color: #ff0100;
}
.main-chat-blk .avatar-away::before {
	background-color: #ffbc34;
}
.main-chat-blk .avatar .border {
	border-width: 3px !important;
}
.main-chat-blk .avatar .rounded {
	border-radius: 6px !important;
}
.main-chat-blk .avatar .avatar-title {
	font-size: 18px;
}
.main-chat-blk .avatar-xs {
	width: 1.65rem;
	height: 1.65rem;
}
.main-chat-blk .avatar-xs .border {
	border-width: 2px !important;
}
.main-chat-blk .avatar-xs .rounded {
	border-radius: 4px !important;
}
.main-chat-blk .avatar-xs .avatar-title {
	font-size: 10px;
}
.main-chat-blk .avatar-xs.avatar-away::before,
.main-chat-blk .avatar-xs.avatar-offline::before,
.main-chat-blk .avatar-xs.avatar-online::before {
	border-width: 1px;
}
.main-chat-blk .avatar-sm {
	width: 2.5rem;
	height: 2.5rem;
}
.main-chat-blk .avatar-sm .border {
	border-width: 3px !important;
}
.main-chat-blk .avatar-sm .rounded {
	border-radius: 4px !important;
}
.main-chat-blk .avatar-sm .avatar-title {
	font-size: 15px;
}
.main-chat-blk .avatar-sm.avatar-away::before,
.main-chat-blk .avatar-sm.avatar-offline::before,
.main-chat-blk .avatar-sm.avatar-online::before {
	border-width: 2px;
}
.main-chat-blk .avatar-lg {
	width: 3.75rem;
	height: 3.75rem;
}
.main-chat-blk .avatar-lg .border {
	border-width: 3px !important;
}
.main-chat-blk .avatar-lg .rounded {
	border-radius: 8px !important;
}
.main-chat-blk .avatar-lg .avatar-title {
	font-size: 24px;
}
.main-chat-blk .avatar-lg.avatar-away::before,
.main-chat-blk .avatar-lg.avatar-offline::before,
.main-chat-blk .avatar-lg.avatar-online::before {
	border-width: 3px;
}
.main-chat-blk .avatar-xl {
	width: 5rem;
	height: 5rem;
}
.main-chat-blk .avatar-xl .border {
	border-width: 4px !important;
}
.main-chat-blk .avatar-xl .rounded {
	border-radius: 8px !important;
}
.main-chat-blk .avatar-xl .avatar-title {
	font-size: 28px;
}
.main-chat-blk .avatar-xl.avatar-away::before,
.main-chat-blk .avatar-xl.avatar-offline::before,
.main-chat-blk .avatar-xl.avatar-online::before {
	border-width: 4px;
}
.main-chat-blk .avatar-xxl {
	width: 5.125rem;
	height: 5.125rem;
}
.main-chat-blk .avatar-xxl .border {
	border-width: 6px !important;
}
.main-chat-blk .avatar-xxl .rounded {
	border-radius: 8px !important;
}
.main-chat-blk .avatar-xxl .avatar-title {
	font-size: 30px;
}
.main-chat-blk .avatar-xxl.avatar-away::before,
.main-chat-blk .avatar-xxl.avatar-offline::before,
.main-chat-blk .avatar-xxl.avatar-online::before {
	border-width: 4px;
}
.main-chat-blk .avatar-group {
	display: flex;
	display: -webkit-flex;
	padding-left: 15px;
	margin-left: auto;
	margin-right: 15px;
	cursor: pointer;
}
.main-chat-blk .avatar-group .avatar + .avatar {
	margin-left: -0.75rem;
}
.main-chat-blk .avatar-group .avatar-xs + .avatar-xs {
	margin-left: -15px;
}
.main-chat-blk .avatar-group .avatar-sm + .avatar-sm {
	margin-left: -0.625rem;
}
.main-chat-blk .avatar-group .avatar-lg + .avatar-lg {
	margin-left: -1rem;
}
.main-chat-blk .avatar-group .avatar-xl + .avatar-xl {
	margin-left: -1.28125rem;
}
.main-chat-blk .avatar-group .avatar:hover {
	z-index: 1;
}
.main-chat-blk .avatar-group.group-col {
	display: block;
}
.main-chat-blk .avatar-group.group-col > div {
	display: flex;
	display: -webkit-flex;
	padding-bottom: 5px;
}
.main-chat-blk .avatar-group.group-col .avatar {
	margin-right: 0;
}
.main-chat-blk .contact-close {
	float: right;
	left: 95%;
	right: 0px;
	position: relative;
	top: 5%;
}
.main-chat-blk .status_contactclose {
	float: right;
	left: 95%;
	right: 0px;
	position: relative;
	top: 1%;
}
.main-chat-blk .status-active {
	border: 4px solid #650681;
}
.main-chat-blk .avatar.avatar-xl .avatar-title {
	font-size: 39px;
}
.main-chat-blk .nav.nav-tabs {
	border: none;
	line-height: 2;
}
.main-chat-blk .badge {
	padding: 5px 10px;
	font-size: 11px;
}
.main-chat-blk .badge.badge-success {
	background: #0abb87;
}
.main-chat-blk .badge.badge-danger {
	background: #fd397a;
}
.main-chat-blk .badge.badge-secondary {
	background: dimgray;
}
.main-chat-blk .badge.badge-info {
	background: #00bcd4;
}
.main-chat-blk .badge.badge-warning {
	background: #ffb822;
}
.main-chat-blk .badge.badge-dark {
	background: #3a3f51;
}
.main-chat-blk .badge.badge-primary {
	background: #0a80ff;
}
.main-chat-blk .badge.badge-light {
	background: #e6e6e6;
}
.main-chat-blk .btn {
	position: relative;
}
.main-chat-blk .btn .badge {
	padding: 2px 6px;
	right: 7px;
	top: -7px;
	position: absolute;
}
.main-chat-blk .input-group .input-group-text {
	font-size: 14px;
}
.main-chat-blk .tooltip > .tooltip-inner {
	text-align: left;
	max-width: 500px;
	--bs-tooltip-bg: $primary;
}
.main-chat-blk .tooltip {
	--bs-tooltip-bg: $primary;
}
.main-chat-blk .tooltip .arrow {
	display: none;
	background-color: #fe9f43;
}
.main-chat-blk .tooltip .tooltip-inner {
	background-color: #fe9f43;
}
.main-chat-blk .sticky-top {
	z-index: auto;
}
.main-chat-blk .tab-content {
	padding-top: 30px;
}
.main-chat-blk .tab-content .form-item {
	margin-bottom: 0.8rem;
}
.main-chat-blk .main-wrapper {
	height: 100vh;
	overflow: hidden;
}
.main-chat-blk .main-wrapper .content {
	display: flex;
	display: -webkit-flex;
}
.main-chat-blk .main-wrapper .content .sidebar-group {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	position: relative;
	z-index: 99;
	width: 340px;
}
@media (max-width: 766.98px) {
	.main-chat-blk .main-wrapper .content .sidebar-group {
		width: 100%;
	}
}
.main-chat-blk .main-wrapper .content .sidebar-group .sidebar {
	background: #ffffff;
	overflow: hidden;
	width: 340px !important;
	display: flex;
	flex-direction: column;
	flex: 1;
	border-right: 1px solid rgb(224, 224, 224);
}
@media (max-width: 766.98px) {
	.main-chat-blk .main-wrapper .content .sidebar-group .sidebar {
		width: 100% !important;
	}
}
.main-chat-blk .main-wrapper .content .sidebar-group .sidebar:not(.active) {
	display: none;
}
.main-chat-blk .header-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	font-weight: 600;
	background-color: #680a83;
}
.main-chat-blk .header-top .logo {
	margin-top: 0 !important;
}
.main-chat-blk .header-top > span {
	font-size: 22px;
}
.main-chat-blk .header-top ul {
	margin-bottom: 0;
	display: flex;
}
.main-chat-blk .header-top ul.header-action {
	margin-top: 14px !important;
}
.main-chat-blk .chat-header ul {
	margin-bottom: 0;
}
.main-chat-blk .chat-header ul li:not(.list-inline-item) {
	margin-bottom: 0;
	width: 48px;
	margin-right: 15px !important;
}
.main-chat-blk .chat-header ul li:last-child {
	margin-right: 0 !important;
}
.main-chat-blk .sidebar-body {
	flex: 1;
	overflow: auto;
	padding: 24px 24px 10px;
	width: 100%;
}
.main-chat-blk .pin-chat img {
	margin-right: 6px;
}
.main-chat-blk .sidebar-body .profile-name {
	font-weight: 600;
	color: #0a0a0a;
	font-size: 18px;
	margin-bottom: 0;
}
.main-chat-blk .online-profile {
	position: relative;
}
.main-chat-blk .online-profile span {
	position: relative;
	color: #565656;
	font-size: 13px;
	padding-left: 10px;
}
.main-chat-blk .online-profile span:before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	background-color: #49e073;
	width: 8px;
	height: 8px;
	border-radius: 50px;
}
.main-chat-blk .close_profile4 {
	color: #000000;
	border-color: #e6e6e6;
}
.main-chat-blk .sidebar .user-list li a {
	padding: 10px;
	display: flex;
	display: -webkit-flex;
	cursor: pointer;
	margin-bottom: 15px;
	border: 1px solid #e0e0e0;
	box-shadow: none;
	border-radius: 5px;
	position: relative;
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	-ms-transition: ease all 0.5s;
}
.main-chat-blk .sidebar .user-list li a:hover {
	background-color: rgba(254, 159, 67, 0.08);
	border: 1px solid rgba(254, 159, 67, 0.08);
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	-ms-transition: ease all 0.5s;
}
.main-chat-blk .sidebar .user-list li.item-typing {
	background-color: #f1f6ff;
}
.main-chat-blk .sidebar .user-list li figure {
	margin-right: 1rem;
}
.main-chat-blk .sidebar .user-list li .users-list-body {
	flex: 1;
	position: relative;
	min-width: 0px;
	display: flex;
}
.main-chat-blk .lock-icon {
	color: #000000;
}
.main-chat-blk .sidebar .user-list li .users-list-body > div:first-child {
	min-width: 0;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.main-chat-blk .parti-notify-check {
	margin-bottom: 0 !important;
	display: flex;
	align-items: center;
}
.main-chat-blk .sidebar .user-list li .users-list-body h5 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 3px;
	color: #0a0a0a;
}
.main-chat-blk .sidebar .user-list li .users-list-body p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 0;
	color: #232323;
	font-size: 14px;
}
.main-chat-blk .sidebar .user-list li .users-list-body p.missed-call-col {
	color: #de3e44;
}
.main-chat-blk .sidebar .user-list li .users-list-body .last-chat-time {
	padding-left: 15px;
	position: relative;
}
.main-chat-blk .sidebar .user-list li .users-list-body .last-chat-time .text-muted {
	color: #424242 !important;
	font-weight: 400;
	font-size: 12px;
	margin-bottom: 5px;
	display: block;
	text-align: right;
}
.main-chat-blk .sidebar .user-list li .users-list-body .last-chat-time .contact-toggle {
	color: #680a83;
}
.main-chat-blk .sidebar .user-list li .users-list-body .last-chat-time .new-message-count {
	width: 20px;
	height: 20px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	line-height: 0;
	font-size: 11px;
	background-color: #fe9f43;
	color: #ffffff;
	border-radius: 50%;
	margin-left: auto;
	margin-top: 10px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.main-chat-blk .sidebar .user-list li .users-list-body .last-chat-time .chat-toggle {
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0;
	text-align: right;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	width: 18px;
	height: 24px;
}
.main-chat-blk .sidebar .user-list li.unread h5 {
	color: #ffffff;
}
.main-chat-blk .sidebar .user-list li.unread p {
	color: #ffffff;
}
.main-chat-blk .sidebar .user-list li.unread .text-muted {
	color: rgba(255, 255, 255, 0.4) !important;
}
.main-chat-blk .sidebar .user-list li.user-list-item.item-typing .users-list-body p {
	color: #0d9b35;
}
.main-chat-blk .rightside_tab {
	padding-top: 5px !important;
}
.main-chat-blk .chat-pin {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: end;
	-webkit-justify-content: end;
	-ms-flex-pack: end;
}
.main-chat-blk .chat-pin .green-check {
	color: #0d9b35;
}
.main-chat-blk .chat-pin img {
	width: 10px;
}
.main-chat-blk .chat-pin .check {
	color: #53bdeb;
}
.main-chat-blk .select-message-box {
	margin-top: 50px;
}
.main-chat-blk .select-message-box h4 {
	margin-bottom: 5px;
}
.main-chat-blk .select-message-box p {
	margin-top: 0;
	margin-bottom: 24px;
	color: #424242;
	font-size: 16px;
	font-weight: 400;
}
.main-chat-blk .select-message-box .btn i {
	font-size: 15px;
}
.main-chat-blk .group-description {
	padding: 0px 24px;
}
.main-chat-blk .group-description .description-sub {
	border-bottom: 1px solid #ededed;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.main-chat-blk .group-description h5 {
	font-size: 15px;
	font-weight: 500;
	color: #0a0a0a;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}
.main-chat-blk .group-description h5 a:hover {
	color: #650681 !important;
}
.main-chat-blk .group-description p {
	color: #424242;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}
.main-chat-blk .group-description p.description-date {
	color: #424242;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 0px;
}
.main-chat-blk .encrypted-message p {
	font-size: 12px;
	color: #424242;
	font-weight: 400;
	margin-bottom: 0;
}
.main-chat-blk .group-view-all {
	margin-top: 10px;
}
.main-chat-blk .group-view-all a {
	color: #680a83;
	font-size: 14px;
	font-weight: 500;
}
.main-chat-blk .group-view-all a:hover {
	color: #0a0a0a;
}
.main-chat-blk .exit-bg-message {
	background: #ffe8e9;
}
.main-chat-blk .exit-bg-message i {
	color: #de3e44;
}
.main-chat-blk .disapper-message {
	background: #e7faf2;
}
.main-chat-blk .disapper-message i {
	color: #1ba345;
}
.main-chat-blk .group-setting-msg {
	background: #f8ecff;
}
.main-chat-blk .group-setting-msg i {
	color: #680a83;
}
.main-chat-blk .group-setting .stared-group span {
	width: 50px;
	height: 50px;
}
.main-chat-blk .edit-set-details p {
	font-size: 14px;
	font-weight: 400;
	color: #424242;
	margin-bottom: 0;
}
.main-chat-blk .group-send-msg {
	background: #fef6dc;
}
.main-chat-blk .parcipant-check p a {
	color: #680a83;
}
.main-chat-blk .select-group-chat .dropdown-toggle::after {
	display: none;
}
.main-chat-blk .select-group-chat .dropdown-toggle i {
	margin-left: 15px;
}
.main-chat-blk .select-group-chat .dropdown-toggle:hover {
	color: #0a0a0a;
}
.main-chat-blk .select-group-chat .dropdown-toggle {
	font-weight: 600;
	color: #0a0a0a;
	font-size: 18px;
}
.main-chat-blk .select-group-chat .dropdown-menu .dropdown-item {
	font-size: 14px;
	font-weight: 400;
	color: #0a0a0a;
}
.main-chat-blk .select-group-chat .dropdown-menu li:first-child .dropdown-item:hover {
	border-radius: 5px 5px 0 0;
}
.main-chat-blk .select-group-chat .dropdown-menu li:last-child .dropdown-item:hover {
	border-radius: 0 0 5px 5px;
}
.main-chat-blk .dropzone {
	background: #ffffff;
	border: 1px dashed #c2c2c2;
	border-radius: 5px;
	padding: 10px;
	min-height: 70px;
	text-align: center;
}
.main-chat-blk .dropzone.dz-clickable .dz-message {
	display: none;
}
.main-chat-blk .dropzone p {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
	color: #0a0a0a;
}
.main-chat-blk .dropzone span {
	color: #424242;
	font-size: 14px;
	font-weight: 400;
}
.main-chat-blk .uplaod-image img {
	border-radius: 20px;
}
.main-chat-blk .upload-img-file .modal-body {
	padding: 0;
}
.main-chat-blk .upload-img-file .modal-content {
	position: relative;
}
.main-chat-blk .upload-img-file .modal-header {
	position: absolute;
	top: 0;
	z-index: 9;
	left: 0;
	right: 0;
}
.main-chat-blk .upload-image-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.main-chat-blk .upload-image-list li + li {
	margin-left: 10px;
}
.main-chat-blk .upload-img-file .modal-header .close {
	background-color: transparent;
	color: #ffffff;
}
.main-chat-blk .check-star i {
	color: #fec001;
}
.main-chat-blk .emoj-group-list {
	display: none;
	position: absolute;
	top: -50px;
	left: -90px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.main-chat-blk .emoj-group-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f6f7f8;
	border-radius: 50px;
	padding: 5px;
}
.main-chat-blk .emoj-group-list ul li a {
	padding: 0;
}
.main-chat-blk .emoj-group-list ul li.add-emoj a {
	background: #ededed;
}
.main-chat-blk .emoj-group-list ul li.add-emoj a i {
	font-size: 20px;
	color: #424242;
}
.main-chat-blk .chat .slimscroll {
	height: calc(100vh - 60px) !important;
}
.main-chat-blk .settings-option {
	display: none;
	text-align: right;
}
.main-chat-blk .settings-option a {
	font-size: 15px;
	font-weight: 500;
	color: #680a83;
}
.main-chat-blk .empty-dark-img {
	display: none;
}
.main-chat-blk .bootstrap-datetimepicker-widget span {
	position: relative;
}

.chat-window .card .card-header {
	background-color: #ffffff;
	border-bottom: 1px solid #a6aaaf;
}
.chat-window .badge-success {
	background-color: #3eb780 !important;
}

.chat-page .footer {
	display: none;
}

.chat-search .input-group .form-control {
	margin: 0;
	padding: 0 0 0 36px;
	height: 46px;
}
.chat-search .input-group .input-group-prepend {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	color: #4d555e;
	pointer-events: none;
	z-index: 4;
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
}

.chat-cont-left .chat-scroll {
	max-height: calc(100vh - 200px);
	overflow-y: auto;
	padding: 0;
}
.chat-cont-left .chat-scroll .media {
	border-bottom: 1px solid #a6aaaf;
	margin: 0;
	padding: 10px;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.chat-cont-left .chat-scroll .media.active {
	background-color: #d3d5d7;
}
.chat-cont-left .chat-scroll .media:hover {
	background-color: #d3d5d7;
}
.chat-cont-left .chat-scroll .media .media-img-wrap {
	margin: 0 15px 0 0;
	position: relative;
}
.chat-cont-left .chat-scroll .media .media-img-wrap .avatar > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.chat-cont-left .chat-scroll .media .media-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}
.chat-cont-left .chat-scroll .media .media-body .user-name {
	max-width: 170px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #092c4c;
	font-size: 16px;
	font-weight: 700;
}
.chat-cont-left .chat-scroll .media .media-body .user-last-chat {
	color: #37404a;
	font-size: 14px;
	line-height: 24px;
	max-width: 170px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.chat-cont-left .chat-scroll .media .media-body .last-chat-time {
	color: #646b72;
	font-size: 13px;
}
.chat-cont-left .chat-scroll .media .media-body div:last-child {
	text-align: right;
}

.chat-cont-right {
	-webkit-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}
.chat-cont-right .chat-scroll {
	max-height: calc(100vh - 293px);
	overflow-y: auto;
}
.chat-cont-right .msg_head .back-user-list {
	display: none;
	margin: 0 0 0 -10px;
	padding: 0 10px;
}
.chat-cont-right .img_cont {
	position: relative;
	height: 45px;
	width: 45px;
}
.chat-cont-right .img_cont .user_img {
	height: 45px;
	min-width: 45px;
	width: 45px;
	border: 1.5px solid #fe9f43;
}
.chat-cont-right .user_info {
	margin: 0 auto 0 15px;
	padding: 0;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.chat-cont-right ul.list-unstyled {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.chat-cont-right ul.list-unstyled .media.sent {
	margin-bottom: 20px;
}
.chat-cont-right ul.list-unstyled .media.sent .avatar {
	order: 3;
	height: 30px;
	width: 30px;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 20px 0 0;
	padding: 0;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .msg-box {
	margin: 0;
	padding: 0 0 0 50px;
	position: relative;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .msg-box + .msg-box {
	margin: 5px 0 0;
	padding: 0;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .msg-box p {
	margin: 0;
	padding: 0;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .msg-box:first-child::before {
	border-bottom: 6px solid transparent;
	border-left: 6px solid #e3e3e3;
	border-top: 6px solid #e3e3e3;
	border-right: 6px solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	top: 0;
	right: -12px;
	left: auto;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .msg-box > div {
	margin: 0;
	padding: 10px 15px;
	border-radius: 10px;
	background-color: #e3e3e3;
	display: inline-block;
	position: relative;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .msg-box:first-child > div {
	border-radius: 10px 0 10px 10px;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-attachments {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -1px;
	padding: 4px 0;
	width: 100%;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-attachments .chat-attachment {
	position: relative;
	max-width: 130px;
	overflow: hidden;
}
.chat-cont-right
	ul.list-unstyled
	.media.sent
	.media-body
	.chat-msg-attachments
	.chat-attachment:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000000;
	content: '';
	opacity: 0.4;
	-webkit-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}
.chat-cont-right
	ul.list-unstyled
	.media.sent
	.media-body
	.chat-msg-attachments
	.chat-attachment:hover
	.chat-attach-download {
	opacity: 1;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-attachments > div {
	margin: 0 1px;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-attachments img {
	max-width: 100%;
}
.chat-cont-right
	ul.list-unstyled
	.media.sent
	.media-body
	.chat-msg-attachments
	.chat-attach-download {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	-webkit-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
	color: #ffffff;
	width: 32px;
	line-height: 32px;
	background: rgba(255, 255, 255, 0.2);
	text-align: center;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	margin: 5px 0 0;
	padding: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	clear: both;
	flex-direction: row-reverse;
	list-style: none;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-info li {
	margin: 0;
	padding: 0 0 0 16px;
	position: relative;
}
.chat-cont-right
	ul.list-unstyled
	.media.sent
	.media-body
	.chat-msg-info
	li:not(:last-child)::after {
	position: absolute;
	top: 50%;
	right: auto;
	left: 8px;
	transform: translate(-50%, -50%);
	background: #fe9f43;
	content: '';
	height: 4px;
	width: 4px;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-info .chat-time {
	color: rgba(50, 65, 72, 0.4);
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-info a {
	color: #37404a;
}
.chat-cont-right ul.list-unstyled .media.received {
	position: relative;
	margin-bottom: 20px;
}
.chat-cont-right ul.list-unstyled .media.received .media-body {
	position: relative;
	margin: 0 0 0 20px;
	padding: 0;
}
.chat-cont-right ul.list-unstyled .media.received .media-body::before {
	border-bottom: 6px solid transparent;
	border-right: 6px solid #fe9f43;
	border-top: 6px solid #fe9f43;
	border-left: 6px solid transparent;
	content: '';
	height: 0;
	position: absolute;
	top: 0px;
	right: auto;
	left: -6px;
	width: 0;
}
.chat-cont-right ul.list-unstyled .media.received .media-body > div {
	margin: 0;
	padding: 10px 15px;
	border-radius: 10px;
	background-color: #fe9f43;
	display: table;
	position: relative;
}
.chat-cont-right ul.list-unstyled .media.received .media-body > div p {
	color: #ffffff;
	margin: 0;
	padding: 0;
}
.chat-cont-right ul.list-unstyled .media.received .msg-box {
	display: block;
}
.chat-cont-right ul.list-unstyled .media.received .msg-box + .msg-box {
	margin-top: 5px;
}
.chat-cont-right ul.list-unstyled .media.received .chat-msg-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 5px 0 0;
	padding: 0;
	clear: both;
	list-style: none;
}
.chat-cont-right ul.list-unstyled .media.received .chat-msg-info .chat-time {
	color: rgba(255, 255, 255, 0.8);
}
.chat-cont-right ul.list-unstyled .media.received .chat-msg-attachments {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -1px;
	padding: 4px 0;
	width: 100%;
}
.chat-cont-right ul.list-unstyled .media.received .chat-msg-attachments .chat-attachment {
	position: relative;
	max-width: 130px;
	overflow: hidden;
}
.chat-cont-right ul.list-unstyled .media.received .chat-msg-attachments .chat-attachment:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000000;
	content: '';
	opacity: 0.4;
	-webkit-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}
.chat-cont-right
	ul.list-unstyled
	.media.received
	.chat-msg-attachments
	.chat-attachment:hover
	.chat-attach-download {
	opacity: 1;
}
.chat-cont-right ul.list-unstyled .media.received .chat-msg-attachments > div {
	margin: 0 1px;
}
.chat-cont-right ul.list-unstyled .media.received .chat-msg-attachments img {
	max-width: 100%;
}
.chat-cont-right ul.list-unstyled .media.received .chat-msg-attachments .chat-attach-download {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
	opacity: 0;
	color: #ffffff;
	width: 32px;
	line-height: 32px;
	background: rgba(255, 255, 255, 0.2);
	text-align: center;
}
.chat-cont-right ul.list-unstyled .chat-date {
	font-size: 14px;
	margin: 1.875rem 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-transform: capitalize;
}
.chat-cont-right ul.list-unstyled .chat-date:before {
	background-color: #e0e3e4;
	content: '';
	height: 1px;
	margin-right: 28px;
	position: absolute;
	top: 50%;
	right: 50%;
	width: 100%;
}
.chat-cont-right ul.list-unstyled .chat-date:after {
	background-color: #e0e3e4;
	content: '';
	height: 1px;
	margin: 0 0 0 28px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
}

.card-footer {
	background-color: #ffffff;
	border-top: 1px solid #a6aaaf;
	margin: 0;
	padding: 1rem 1.5rem;
}
.card-footer .type_msg {
	background-color: rgba(0, 0, 0, 0.1) !important;
	border: 0 !important;
	overflow-y: auto;
}

@media (max-width: 991.98px) {
	.chat-window.chat-slide .chat-cont-right {
		right: 0;
		opacity: 1;
		visibility: visible;
	}
	.chat-cont-right {
		position: absolute;
		right: -100px;
		opacity: 0;
		visibility: hidden;
		z-index: 99;
	}
	.chat-cont-right .msg_head .back-user-list {
		display: flex;
		align-items: center;
	}
}
.msg-typing {
	width: auto;
	height: 24px;
	padding-top: 8px;
}
.msg-typing span {
	height: 8px;
	width: 8px;
	float: left;
	background-color: #ffffff;
	display: block;
	opacity: 0.4;
	margin: 0 1px;
	border-radius: 50%;
}
.msg-typing span:nth-of-type(1) {
	animation: 1s blink infinite 0.33333s;
}
.msg-typing span:nth-of-type(2) {
	animation: 1s blink infinite 0.66666s;
}
.msg-typing span :nth-of-type(3) {
	animation: 1s blink infinite 0.99999s;
}

@keyframes blink {
	50% {
		opacity: 1;
	}
}
.phone-call-icon svg {
	width: 18px;
}
.phone-call-icon .income-success {
	color: #3eb780;
}
.phone-call-icon .income-success-missed {
	color: #ff0000;
}

.history-modal-profile .content {
	padding: 24px;
}
.history-modal-profile .right-sidebar-profile {
	background: #fafbfe;
	border-radius: 8px;
	padding: 24px;
}
.history-modal-profile .right-sidebar-profile .list-inline-item a {
	background: #fe9f43;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.history-modal-profile .right-sidebar-profile .list-inline-item a:hover {
	background: #1b2950;
	color: #ffffff !important;
}
.history-modal-profile .right-sidebar-profile .avatar {
	margin-bottom: 24px;
	width: 150px;
	height: 150px;
}
.history-modal-profile .right-sidebar-profile .avatar img {
	border-radius: 8px;
}

.modal-profile-detail .modal-userlist li {
	font-size: 14px;
	color: #000000;
	margin-bottom: 10px;
}
.modal-profile-detail .modal-userlist li span {
	display: block;
	color: #646b72;
}
.modal-profile-detail .modal-userlist li:last-child {
	margin-bottom: 0;
}

.chat-options.chat-option-profile a svg {
	width: 20px;
	height: 20px;
}

.chat-wrapper {
	display: flex;
	display: -webkit-flex;
	width: 100% !important;
	margin-bottom: 24px;
}
.chat-wrapper .chat-users-wrap .chat-list {
	position: relative;
}
.chat-wrapper .chat-users-wrap .chat-list .avatar img {
	object-fit: cover;
	object-position: center;
}
.chat-wrapper .chat-users-wrap .chat-list .chat-dropdown {
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: none;
}
.chat-wrapper .chat-users-wrap .chat-list .chat-dropdown > a {
	color: #7a8086;
}
.chat-wrapper .chat-users-wrap .chat-list .chat-dropdown:hover .chat-pin {
	margin-right: 15px;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.chat-wrapper .chat-users-wrap .chat-list .chat-dropdown:hover .chat-user-list {
	box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
}
.chat-wrapper .chat-users-wrap .chat-user-list {
	padding: 20px;
	display: flex;
	display: -webkit-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	margin-bottom: 8px;
	background-color: #ffffff;
	box-shadow: 0px 1px 5px 1px rgb(243, 243, 243);
	border-radius: 8px;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #7a8086;
}
@media (max-width: 991.98px) {
	.chat-wrapper .chat-users-wrap .chat-user-list {
		padding: 16px;
	}
}
.chat-wrapper .chat-users-wrap .chat-user-list .chat-user-info {
	flex: 1;
	position: relative;
	min-width: 0px;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.chat-wrapper .chat-users-wrap .chat-user-list .chat-user-info .chat-user-msg {
	min-width: 0;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.chat-wrapper .chat-users-wrap .chat-user-list .chat-user-info .chat-user-msg h6 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.chat-wrapper .chat-users-wrap .chat-user-list .chat-user-info .chat-user-msg p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.chat-wrapper .chat-users-wrap .chat-user-list .chat-user-info .chat-user-time {
	text-align: end;
}
.chat-wrapper .chat-users-wrap .chat-user-list .chat-user-info .chat-user-time .time {
	display: inline-block;
	margin: 0 0 2px 4px;
}
.chat-wrapper .chat-users-wrap .chat-user-list .chat-user-info .chat-user-time .count-message {
	background-color: #fe9f43;
	color: #ffffff;
	padding: 1px 8px;
	border-radius: 15px;
}
.chat-wrapper .chat-users-wrap .chat-user-list .chat-user-info .chat-user-time .chat-pin {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: end;
	-webkit-justify-content: end;
	-ms-flex-pack: end;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.chat-wrapper .chat-users-wrap .chat-user-list:hover {
	box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
}
.chat-wrapper .chat-users-wrap .chat-list:hover .chat-dropdown {
	display: block;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.chat-wrapper .chat-users-wrap .chat-list:hover .chat-pin {
	margin-right: 15px;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.chat-wrapper .search-wrap .form-control {
	border-color: #ffffff;
	min-height: 48px;
	border-color: #e6eaed;
	border-right: 0;
	color: #646b72;
}
.chat-wrapper .search-wrap .form-control::placeholder {
	color: #646b72;
	opacity: 1;
}
@media (max-width: 991.98px) {
	.chat-wrapper .search-wrap .form-control {
		min-height: 38px;
	}
}
.chat-wrapper .search-wrap .input-group-text {
	border-color: #e6eaed;
	background-color: #ffffff;
	color: #7a8086;
	border-left: 0;
}
.chat-wrapper .search-wrap.contact-search .form-control {
	border-color: #e6eaed;
	border-right: 0;
}
.chat-wrapper .search-wrap.contact-search .input-group-text {
	border-color: #e6eaed;
}
.chat-wrapper .sidebar-content {
	display: flex;
	flex-direction: column;
	border: 1px solid #e6eaed;
	border-radius: 10px;
}
.chat-wrapper .chat-search-header {
	padding: 20px 20px 0;
}
@media (max-width: 991.98px) {
	.chat-wrapper .chat-search-header {
		padding: 16px 16px 0;
	}
}
.chat-wrapper .top-online-contacts {
	padding: 24px 24px 0;
}
@media (max-width: 991.98px) {
	.chat-wrapper .top-online-contacts {
		padding: 16px 16px 0;
	}
}
.chat-wrapper .sidebar-body {
	flex: 1;
	overflow: auto;
	width: 100%;
	padding: 20px 20px 16px;
}
@media (max-width: 991.98px) {
	.chat-wrapper .sidebar-body {
		padding: 16px 16px 8px;
	}
}
@media (max-width: 767.98px) {
	.chat-wrapper .sidebar-body {
		padding: 16px 16px 8px;
	}
}
.chat-wrapper .chat-status {
	display: block;
	color: #7a8086;
}
.chat-wrapper .chat-status .avatar {
	margin: 0 auto 4px;
}
.chat-wrapper .chat-search {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-transition: ease all 0.5s;
	-ms-transition: ease all 0.5s;
	transition: ease all 0.5s;
	opacity: 0;
	visibility: hidden;
	padding: 16px;
}
.chat-wrapper .chat-search.visible-chat {
	opacity: 1;
	visibility: visible;
	top: 100%;
	-webkit-transition: ease all 0.5s;
	-ms-transition: ease all 0.5s;
	transition: ease all 0.5s;
	z-index: 9;
}
.chat-wrapper .sidebar-group {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	position: relative;
	z-index: 99;
	width: 400px;
	background-color: #ffffff;
	border-radius: 10px;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media (max-width: 1399.98px) {
	.chat-wrapper .sidebar-group {
		width: 330px;
	}
}
@media (max-width: 1199.98px) {
	.chat-wrapper .sidebar-group {
		width: 300px;
	}
}
@media (max-width: 991.98px) {
	.chat-wrapper .sidebar-group {
		width: 100%;
	}
}
@media (max-width: 767.98px) {
	.chat-wrapper .sidebar-group {
		width: 100%;
		margin-left: 0;
	}
}
.chat-wrapper .sidebar-group .slimScrollDiv {
	height: calc(100vh - 170px) !important;
}
@media (max-width: 991.98px) {
	.chat-wrapper .sidebar-group .slimScrollDiv {
		height: calc(100vh - 150px) !important;
	}
}
.chat-wrapper .sidebar-group .slimscroll {
	height: calc(100vh - 170px) !important;
}
@media (max-width: 991.98px) {
	.chat-wrapper .sidebar-group .slimscroll {
		height: calc(100vh - 150px) !important;
	}
}
.chat-wrapper .animate-typing .dot {
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin-right: -1px;
	background: #7a8086;
	-webkit-animation: wave 1.3s linear infinite;
	animation: wave 1.3s linear infinite;
	opacity: 0.6;
}
.chat-wrapper .animate-typing .dot:nth-child(2) {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.chat-wrapper .animate-typing .dot:nth-child(3) {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
@-webkit-keyframes wave {
	0%,
	100%,
	60% {
		-webkit-transform: initial;
		transform: initial;
	}
	30% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}
@keyframes wave {
	0%,
	100%,
	60% {
		-webkit-transform: initial;
		transform: initial;
	}
	30% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}
.chat-wrapper .chat {
	flex: 1;
	display: flex;
	flex-direction: column;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	width: 100%;
	height: 100%;
	background: #ffffff;
}
@media (max-width: 991.98px) {
	.chat-wrapper .chat {
		position: fixed;
		top: 60px;
		left: 0;
		bottom: 0;
		height: 100vh;
		width: 100vw;
		visibility: hidden;
		transform: translateX(100%);
		transition:
			visibility 0.4s ease,
			transform 0.4s ease;
		order: 3;
		z-index: 999;
		background-color: #ffffff;
		margin: 0 15px 15px;
	}
}
.chat-wrapper .chat.show {
	visibility: visible;
	transform: translateX(0);
}
.chat-wrapper .chat.chat-messages {
	border-radius: 10px;
	margin-left: 20px;
	border: 1px solid #e6eaed;
}
@media (max-width: 991.98px) {
	.chat-wrapper .chat.chat-messages {
		margin-left: 0;
	}
}
.chat-wrapper .chat.chat-messages .slimScrollDiv {
	height: calc(100vh - 235px) !important;
}
@media (max-width: 991.98px) {
	.chat-wrapper .chat.chat-messages .slimScrollDiv {
		height: calc(100vh - 140px) !important;
	}
}
.chat-wrapper .chat.chat-messages .slimscroll {
	height: calc(100vh - 320px) !important;
}
@media (max-width: 991.98px) {
	.chat-wrapper .chat.chat-messages .slimscroll {
		height: calc(100vh - 216px) !important;
	}
}
.chat-wrapper .chat .slimscroll {
	height: calc(100vh - 65px) !important;
}
@media (max-width: 575.98px) {
	.chat-wrapper .chat .slimscroll {
		height: calc(100vh - 90px) !important;
	}
}
.chat-wrapper .chat .chat-header {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding: 8px 16px;
	align-items: center;
	background: #ffffff;
	border-bottom: 1px solid #e6eaed;
	position: relative;
	border-radius: 10px 10px 0 0;
}
@media (max-width: 575.98px) {
	.chat-wrapper .chat .chat-header {
		flex-wrap: wrap;
		border-bottom: 1px solid #e6eaed;
	}
}
.chat-wrapper .chat .chat-header .user-details {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	overflow: hidden;
}
.chat-wrapper .chat .chat-header .user-details h6 {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 16px;
}
.chat-wrapper .chat .chat-header .chat-options > ul {
	margin-bottom: 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.chat-wrapper .chat .chat-header .chat-options > ul > li {
	margin-right: 4px;
}
.chat-wrapper .chat .chat-header .chat-options > ul > li > a {
	font-size: 14px;
	color: #7a8086;
	cursor: pointer;
	width: 32px;
	height: 32px;
	padding: 0;
	border-radius: 27px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	background: #ffffff;
}
.chat-wrapper .chat .chat-header .chat-options > ul > li > a:hover {
	background: #f9fafb;
}
.chat-wrapper .chat .chat-header .chat-options > ul > li .avatar-group-md .avatar {
	width: 36px;
	height: 36px;
}
@media (max-width: 991.98px) {
	.chat-wrapper .chat .chat-header .chat-options > ul > li .avatar-group-md .avatar {
		width: 30px;
		height: 30px;
	}
}
@media (max-width: 575.98px) {
	.chat-wrapper .chat .slimScrollDiv {
		height: calc(100vh - 95px) !important;
	}
}
.chat-wrapper .chat .chat-body {
	flex: 1;
	padding: 16px 16px 0;
}
.chat-wrapper .chat .chat-body .messages {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
.chat-wrapper .chat .chat-body .messages .chat-profile-name h6 {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	font-size: 14px;
	font-weight: 400;
	color: #212b36;
}
.chat-wrapper .chat .chat-body .messages .chat-profile-name h6 .chat-time {
	color: #7a8086;
}
.chat-wrapper .chat .chat-body .messages .chat-profile-name h6 i {
	color: #e8e9ea;
}
.chat-wrapper .chat .chat-body .messages .chat-profile-name h6 span {
	font-weight: 400;
}
.chat-wrapper .chat .chat-body .messages .chat-profile-name h6 .msg-read {
	margin-left: 8px;
}
.chat-wrapper .chat .chat-body .messages .chat-profile-name h6 .msg-read i {
	color: #7a8086;
}
.chat-wrapper .chat .chat-body .messages .chat-profile-name h6 .msg-read.success i {
	color: #3eb780;
}
.chat-wrapper .chat .chat-body .messages .chats {
	max-width: 75%;
	margin-bottom: 26px;
	display: flex;
	display: -webkit-flex;
	align-items: end;
}
.chat-wrapper .chat .chat-body .messages .chats:last-child {
	margin-bottom: 0;
}
@media (max-width: 991.98px) {
	.chat-wrapper .chat .chat-body .messages .chats {
		max-width: 95%;
	}
}
.chat-wrapper .chat .chat-body .messages .chats .chat-avatar {
	padding-right: 8px;
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	flex-shrink: 0;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-avatar img {
	width: 48px;
	height: 48px;
	object-fit: cover;
	object-position: center;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-info {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-info .chat-actions {
	margin-left: 8px;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content {
	width: 80%;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .message-content {
	background-color: #f9fafb;
	border-radius: 16px 16px 16px 0;
	padding: 16px;
	font-size: 14px;
	margin-bottom: 4px;
	width: 100%;
	color: #212b36;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .message-content .chat-actions {
	position: absolute;
	right: 10px;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .message-content .chat-img {
	max-width: 450px;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .message-content .file-attach {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	overflow: hidden;
}
.chat-wrapper
	.chat
	.chat-body
	.messages
	.chats
	.chat-content
	.message-content
	.file-attach
	.file-icon {
	width: 44px;
	height: 44px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	border-radius: 50%;
	background: #ffffff;
	font-size: 22px;
	color: #212b36;
	flex-shrink: 0;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .message-content .file-attach h6 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .message-content .file-attach p {
	font-size: 14px;
}
.chat-wrapper
	.chat
	.chat-body
	.messages
	.chats
	.chat-content
	.message-content
	.file-attach
	.download-icon {
	width: 24px;
	height: 24px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	border-radius: 9px;
	background: #ffffff;
	color: #7a8086;
	margin-left: 40px;
	flex-shrink: 0;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .message-content .view-all {
	font-size: 13px;
	font-weight: 500;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .emonji-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 4px;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .emonji-wrap a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px;
	color: #7a8086;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right {
	margin-left: auto;
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .chat-avatar {
	padding: 0 0 0 8px;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .chat-profile-name {
	justify-content: end;
	-webkit-justify-content: end;
	-ms-flex-pack: end;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .chat-info {
	justify-content: end;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .chat-actions {
	margin-right: 8px;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .chat-content {
	order: 1;
	-webkit-order: 1;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .chat-profile-name h6 {
	flex-direction: row-reverse;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .chat-profile-name h6 .msg-read {
	margin: 0 8px 0 0;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .message-content {
	background-color: #f9fafb;
	color: #212b36;
	border-radius: 16px 16px 0px 16px;
	padding: 16px;
}
.chat-wrapper
	.chat
	.chat-body
	.messages
	.chats.chats-right
	.message-content
	.file-attach
	.file-icon {
	color: #fe9f43;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .message-content .file-attach h6 {
	color: #ffffff;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .message-content .emoj-group {
	left: -110px;
	width: max-content;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .emonji-wrap {
	justify-content: end;
	-webkit-justify-content: end;
	-ms-flex-pack: end;
}
.chat-wrapper .chats {
	max-width: 75%;
	margin-bottom: 30px;
	display: flex;
	display: -webkit-flex;
	align-items: end;
}
.chat-wrapper .chats .chat-avatar {
	padding-right: 8px;
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	flex-shrink: 0;
}
.chat-wrapper .chats .chat-avatar img {
	width: 48px;
	height: 48px;
}
.chat-wrapper .chats .chat-info {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.chat-wrapper .chats .chat-info .chat-actions {
	margin-left: 8px;
}
.chat-wrapper .chats .chat-profile-name h6 {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	font-size: 14px;
}
.chat-wrapper .chats .chat-profile-name h6 .chat-time {
	color: #7a8086;
}
.chat-wrapper .chats .chat-profile-name h6 i {
	color: #e8e9ea;
}
.chat-wrapper .chats .chat-profile-name h6 span {
	font-weight: 400;
}
.chat-wrapper .chats .chat-profile-name h6 .msg-read {
	margin-left: 8px;
}
.chat-wrapper .chats .chat-profile-name h6 .msg-read i {
	color: #7a8086;
}
.chat-wrapper .chats .chat-profile-name h6 .msg-read.success i {
	color: #3eb780;
}
.chat-wrapper .chats .chat-content .message-content {
	background-color: #f9fafb;
	border-radius: 16px 16px 16px 0;
	padding: 16px;
	font-size: 16px;
	margin-bottom: 8px;
}
.chat-wrapper .chats .chat-content .message-content:last-child {
	margin-bottom: 0;
}
.chat-wrapper .chats .chat-content .message-content .chat-actions {
	position: absolute;
	right: 10px;
}
.chat-wrapper .chats .chat-content .message-content .chat-img {
	max-width: 450px;
}
.chat-wrapper .chats .chat-content .message-content .file-attach {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.chat-wrapper .chats .chat-content .message-content .file-attach .file-icon {
	width: 44px;
	height: 44px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	border-radius: 50%;
	background: #ffffff;
	font-size: 22px;
	color: #212b36;
}
.chat-wrapper .chats .chat-content .message-content .file-attach p {
	font-size: 14px;
}
.chat-wrapper .chats .chat-content .message-content .file-attach .download-icon {
	width: 24px;
	height: 24px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	border-radius: 9px;
	background: #ffffff;
	color: #7a8086;
	margin-left: 40px;
}
.chat-wrapper .chats .chat-content .message-content .view-all {
	font-size: 13px;
	font-weight: 500;
}
.chat-wrapper .chats.chats-right .message-content {
	background-color: #fe9f43;
	color: #ffffff;
	border-radius: 16px 16px 0px 16px;
	padding: 16px;
}
.chat-wrapper .chat-line {
	margin: 0px 0 20px;
	position: relative;
	text-align: center;
	width: 100%;
}
.chat-wrapper .chat-line:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-color: #e6eaed;
	width: 100%;
	height: 1px;
}
.chat-wrapper .chat-date {
	background-color: #1b2850;
	color: #ffffff;
	font-weight: 600;
	padding: 2px 16px;
	border-radius: 15px;
	display: inline-block;
	position: relative;
}
.chat-wrapper .chat-profile-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 4px;
}
@media (max-width: 1399.98px) {
	.chat-wrapper .favourite-chats .message-audio audio {
		max-width: 180px;
	}
}
.chat-wrapper .info-chats .chats {
	max-width: 100%;
}
.chat-wrapper .info-chats .chats.chats-right .chat-avatar {
	padding: 0 0 0 8px;
}
.chat-wrapper .emoj-group > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.chat-wrapper .emoj-group > ul > li > a {
	width: 34px;
	height: 34px;
	background: #ffffff;
	box-shadow: 0px 1px 1px 1px rgba(198, 198, 198, 0.2);
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	color: #7a8086;
	font-size: 16px;
}
.chat-wrapper .emoj-group > ul > li > a:hover {
	background-color: #fe9f43;
	color: #ffffff;
}
.chat-wrapper .emoj-group ul li + li {
	margin-left: 10px;
}
.chat-wrapper .message-content {
	position: relative;
}
.chat-wrapper .message-content:hover .emoj-group {
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.chat-wrapper .emoj-group {
	position: absolute;
	top: 50%;
	right: -100px;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.chat-wrapper .rig-emoji-group {
	position: absolute;
	right: 210px;
}
.chat-wrapper .wrap-emoji-group {
	position: absolute;
	right: 290px;
	z-index: 9;
}
.chat-wrapper .emoj-group-list-foot {
	left: 0;
}
.chat-wrapper .emoj-group-list-foot ul li + li {
	margin-left: 8px;
}
.chat-wrapper .emoj-group-list,
.chat-wrapper .emoj-group-list-foot {
	display: none;
	position: absolute;
	top: -50px;
	left: -90px;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.chat-wrapper .emoj-group-list ul,
.chat-wrapper .emoj-group-list-foot ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ffffff;
	border: 1px solid #e6eaed;
	border-radius: 8px;
	padding: 8px;
}
.chat-wrapper .emoj-group-list ul li a,
.chat-wrapper .emoj-group-list-foot ul li a {
	padding-right: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 16px;
}
.chat-wrapper .emoj-group-list ul li a:last-child,
.chat-wrapper .emoj-group-list-foot ul li a:last-child {
	padding-right: 0;
}
.chat-wrapper .emoj-group-list ul li.add-emoj a,
.chat-wrapper .emoj-group-list-foot ul li.add-emoj a {
	width: 24px;
	height: 24px;
	background: #ffffff;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	background-color: #fe9f43;
	color: #ffffff;
	font-size: 14px;
}
.chat-wrapper .emoj-group-list ul li.add-emoj a:hover,
.chat-wrapper .emoj-group-list-foot ul li.add-emoj a:hover {
	background-color: #fe8510;
	color: #ffffff;
}
.chat-wrapper .chat-img {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.chat-wrapper .chat-img .img-wrap {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	flex: 1 1 120px;
	height: 120px;
}
.chat-wrapper .chat-img .img-wrap img {
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.chat-wrapper .chat-img .img-wrap .img-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	opacity: 0;
	visibility: hidden;
	transform: scale(1.2);
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.chat-wrapper .chat-img .img-wrap .img-overlay a {
	font-size: 14px;
	color: #ffffff;
}
.chat-wrapper .chat-img .img-wrap:hover .img-overlay {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
}
.chat-wrapper .message-link {
	overflow: hidden;
}
.chat-wrapper .message-link .link-img {
	background: #ffffff;
	padding: 8px;
	border-radius: 8px;
	text-align: center;
}
.chat-wrapper .message-link a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.chat-wrapper .chat-forward .forward-text {
	border-bottom: 1px solid #e6eaed;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.chat-wrapper .message-reply {
	background: #ffffff;
	border-radius: 8px;
	border-left: 3px solid #092c4c;
	padding: 16px;
	color: #212b36;
	margin-bottom: 8px;
}
.chat-wrapper .emoj-group {
	position: absolute;
	top: 50%;
	right: -100px;
	opacity: 0;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.chat-wrapper .chat .chat-footer {
	position: relative;
}
.chat-wrapper .chat .chat-footer .footer-form {
	display: flex;
	display: -webkit-flex;
	align-items: end;
	-webkit-align-items: end;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	padding: 24px;
	background-color: #ffffff;
	border-top: 1px solid #e6eaed;
	padding: 10px 16px;
	border-radius: 0 0 10px 10px;
}
.chat-wrapper .chat .chat-footer .footer-form .chat-footer-wrap {
	display: flex;
	display: -webkit-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f9fafb;
	border-radius: 8px;
	padding: 8px;
	width: 100%;
	border: 1px solid #e6eaed;
}
.chat-wrapper .chat .chat-footer .footer-form .chat-footer-wrap .form-wrap {
	flex: 1;
}
.chat-wrapper .chat .chat-footer .footer-form .chat-footer-wrap .form-wrap .form-control {
	background: transparent;
	min-height: 32px;
	height: 32px;
	padding-left: 0;
	border: none;
}
.chat-wrapper
	.chat
	.chat-footer
	.footer-form
	.chat-footer-wrap
	.form-wrap
	.form-control::placeholder {
	color: #7a8086;
}
.chat-wrapper .chat .chat-footer .footer-form .chat-footer-wrap .form-wrap .chats {
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	background: #f9fafb;
	max-width: 100%;
	padding: 16px;
	margin-bottom: 0;
	display: none;
}
.chat-wrapper .chat .chat-footer .footer-form .chat-footer-wrap .form-wrap .chats .message-content {
	padding: 0;
}
.chat-wrapper .chat .chat-footer .footer-form .chat-footer-wrap .form-item {
	margin-right: 2px;
	position: relative;
}
.chat-wrapper .chat .chat-footer .footer-form .chat-footer-wrap .form-item > a {
	width: 32px;
	height: 32px;
	border-radius: 8px;
	color: #7a8086;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
}
.chat-wrapper .chat .chat-footer .footer-form .chat-footer-wrap .form-btn .btn {
	width: 32px;
	height: 32px;
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.chat-wrapper .close-replay {
	position: absolute;
	top: 16px;
	right: 16px;
}
.chat-wrapper .close-replay:hover {
	color: #ff0000;
}
.chat-wrapper .favourite-chats .chats {
	max-width: 100%;
	border: 1px solid #e6eaed;
	border-radius: 8px;
	padding: 16px;
	margin-bottom: 24px;
}
.chat-wrapper .action-wrap {
	background: #ffffff;
	border-radius: 8px;
	padding: 8px;
	box-shadow: 0px 1px 1px 1px rgba(198, 198, 198, 0.2);
	text-align: center;
	display: block;
	margin-bottom: 24px;
}
.chat-wrapper .action-wrap i {
	color: #fe9f43;
	font-size: 14px;
}
.chat-wrapper .action-wrap p {
	color: #212b36;
	margin-top: 4px;
}
.chat-wrapper .link-icon {
	color: #7a8086;
}
.chat-wrapper .link-icon:hover {
	color: #fe9f43;
}
.chat-wrapper .contact-user {
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0px 1px 1px 1px rgba(198, 198, 198, 0.2);
	padding: 20px;
	margin-bottom: 8px;
}
.chat-wrapper .contact-user:last-child {
	margin-bottom: 0;
}
.chat-wrapper .contact-scroll {
	max-height: 400px;
	overflow-y: auto;
}
.chat-wrapper .contact-actions a {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #f9fafb;
	border: 1px solid #e6eaed;
	color: #7a8086;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}
.chat-wrapper .contact-actions a:hover {
	background: #fe9f43;
	border-color: #fe9f43;
	color: #ffffff;
}
.chat-wrapper .open-file {
	width: 28px;
	opacity: 0;
}
.chat-wrapper .chat-body .dropdown-item.active {
	background-color: #fe9f43;
}
.chat-wrapper .file-action {
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 991.98px) {
	.left-sidebar.hide-left-sidebar {
		margin-left: -991px;
	}
	.chat.show-chatbar {
		display: block;
		margin-left: 0;
		visibility: visible;
		transform: none;
		position: unset;
		height: auto;
	}
	.main-wrapper .content {
		flex-flow: column wrap;
	}
}
.dash-widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #ffffff;
	margin-bottom: 24px;
}
.dash-widget.dash1 .dash-widgetimg span {
	background: rgba(40, 199, 111, 0.12);
}
.dash-widget.dash2 .dash-widgetimg span {
	background: rgba(0, 207, 232, 0.12);
}
.dash-widget.dash3 .dash-widgetimg span {
	background: rgba(234, 84, 85, 0.12);
}
.dash-widget .dash-widgetcontent {
	margin-left: 15px;
}
.dash-widget .dash-widgetcontent h5 {
	font-size: 18px;
}
.dash-widget .dash-widgetcontent h6 {
	font-weight: 400;
	font-size: 14px;
	color: #646b72;
	width: 100%;
	margin-bottom: 0;
}
.dash-widget .dash-widgetimg span {
	width: 48px;
	height: 48px;
	background: rgba(249, 110, 111, 0.12);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	border-radius: 50px;
}

.dash-count {
	background: #fe9f43;
	color: #ffffff;
	min-height: 98px;
	width: 100%;
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	margin: 0 0 25px;
	padding: 20px;
}
.dash-count.das1 {
	background: #3fb6d9;
}
.dash-count.das2 {
	background: #212b36;
}
.dash-count.das3 {
	background: #3eb780;
}
.dash-count h4 {
	color: #ffffff;
	font-size: 24px;
}
.dash-count h5 {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
}
.dash-count .dash-imgs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.dash-count .dash-imgs img {
	width: 50px;
	height: 50px;
}
.dash-count .dash-imgs i {
	font-size: 36px;
	color: #ffffff;
}
.dash-count .dash-imgs svg {
	width: 50px;
	height: 50px;
}
.dash-count:hover .dash-imgs {
	transform: scale(1.25);
	-webkit-transform: scale(1.25);
	-ms-transform: scale(1.25);
}

.graph-sets {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.graph-sets > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
@media (max-width: 991.96px) {
	.graph-sets > ul {
		display: none;
	}
}
.graph-sets > ul li {
	margin-right: 35px;
}
.graph-sets > ul li span {
	color: #646b72;
	font-weight: 400;
	position: relative;
}
.graph-sets > ul li span:after {
	content: '';
	width: 12px;
	height: 12px;
	background-color: #3eb780;
	border-radius: 50px;
	position: absolute;
	top: 3px;
	left: -20px;
}
.graph-sets > ul li:last-child {
	margin-right: 16px;
}
.graph-sets > ul li:last-child span:after {
	background-color: #ff7765;
}

.dashboard-expired-products.table tbody td.action-table-data a {
	border-radius: 8px;
	color: #3577f1;
}
.dashboard-expired-products.table tbody td.action-table-data a svg,
.dashboard-expired-products.table tbody td.action-table-data a .feather-edit {
	color: #3577f1;
}
.dashboard-expired-products.table tbody td.action-table-data a .feather-trash-2 {
	color: #ff0000;
}
.dashboard-expired-products.table tbody td.action-table-data a:hover {
	background: #f9fafb;
}
.dashboard-expired-products.table tbody td.action-table-data a.confirm-text {
	color: #ff0000;
}

.text-success {
	color: #3eb780 !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
	background: #fe9f43;
}

.font-14 {
	font-size: 14px;
}

.text-blue {
	color: #3577f1;
}

.welcome {
	margin-bottom: 24px;
	padding: 15px;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
	color: #212b36;
}
@media (max-width: 1199.96px) {
	.welcome .welcome-text {
		flex-wrap: wrap;
	}
}
@media (max-width: 991.96px) {
	.welcome .welcome-text {
		margin-bottom: 15px;
	}
}
@media (max-width: 766.98px) {
	.welcome .welcome-text {
		flex-wrap: wrap;
	}
}
.welcome .welcome-text h3 {
	font-weight: 700;
}
@media (max-width: 766.98px) {
	.welcome .welcome-text h3 {
		margin-bottom: 10px;
	}
}
.welcome .welcome-text h6 {
	font-weight: 600;
	font-size: 16px;
	color: #646b72;
}

.sales-cards .card {
	padding: 20px;
	border-radius: 8px;
	flex-direction: initial;
}
.sales-cards .card h6 {
	color: #fe9f43;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
}
.sales-cards .card h3 {
	font-weight: 700;
	margin-bottom: 8px;
}
.sales-cards .card p {
	color: #646b72;
}
.sales-cards .card.color-info {
	display: block;
	position: relative;
	color: #ffffff;
	border: none;
}
.sales-cards .card.color-info svg {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}
.sales-cards .card.color-info h3 {
	margin-bottom: 0;
}
.sales-cards .card.color-info h3,
.sales-cards .card.color-info p {
	color: #ffffff;
}
.sales-cards .card.color-info p {
	font-size: 15px;
	margin-bottom: 0;
}

.table tbody tr td .product-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.table tbody tr td .product-info .product-img {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	margin: 0 8px 0 0;
}
.table tbody tr td .product-info .product-img img {
	width: 50px;
	height: 50px;
}
.table tbody tr td.productimgname .product-img img {
	width: 50px;
	height: 50px;
}
.table.table-borderless tr td {
	font-size: 15px;
	border-bottom: none;
}
.table.table-borderless tr td .head-text {
	color: #092c4c;
}
.table.table-borderless tr td .dull-text {
	color: #646b72;
}
.table.best-seller tr td {
	padding-bottom: 17px;
}
.table.recent-transactions thead {
	border-bottom: none;
}
.table.recent-transactions tr td span {
	font-size: 14px;
}
.table.recent-transactions tr td span svg {
	margin-right: 5px;
	color: #212b36;
}
.table.recent-transactions tr td span.badge-xs {
	font-size: 10px;
}
.table.recent-transactions tr td span.badge-xs i {
	line-height: initial;
}

.dropdown-wraper .btn-white {
	min-width: auto;
}
.dropdown-wraper .btn-white svg {
	margin-right: 4px;
}
.dropdown-wraper .btn-white:hover,
.dropdown-wraper .btn-white:active,
.dropdown-wraper .btn-white.show {
	background: #fe9f43;
	border-color: #fe9f43;
	color: #ffffff;
}
.dropdown-wraper .btn-light {
	border-color: #e6eaed;
}

#sales_db_world_map .jvectormap-zoomin,
#sales_db_world_map .jvectormap-zoomout {
	display: none;
}
#sales_db_world_map .jvectormap-tip {
	background: #ffffff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border: none;
	text-align: center;
}

.sales-range .text-success {
	font-weight: 700;
}

.sale-widget .sale-icon {
	width: 64px;
	height: 64px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.sale-widget .badge {
	font-size: 10px;
}

.revenue-widget .revenue-icon {
	width: 36px;
	height: 36px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.sell-product > div {
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.sell-product > div:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.title-icon {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
}

.item-list p {
	padding-right: 12px;
	margin: 0 8px 0 0;
	position: relative;
	font-size: 13px;
}
.item-list p::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 0;
	background: #e04f16;
	width: 4px;
	height: 4px;
	border-radius: 50%;
}
.item-list p:last-child {
	padding: 0;
	margin: 0;
}
.item-list p:last-child::before {
	content: none;
}

.info-item {
	border-radius: 8px;
}

#customer-chart {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 130px;
	width: 100%;
}
#customer-chart .apexcharts-canvas {
	margin: 0 !important;
	padding: 0 !important;
}

.category-item {
	margin-bottom: 12px;
}
.category-item p {
	position: relative;
	padding-left: 12px;
}
.category-item p::before {
	content: '';
	width: 4px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	border-radius: 4px;
}
.category-item.category-primary p::before {
	background: #fe9f43;
}
.category-item.category-orange p::before {
	background: #e04f16;
}
.category-item.category-secondary p::before {
	background: #092c4c;
}
.category-item:last-child {
	margin-bottom: 0;
}

.transaction-tab.nav-tabs {
	padding: 0 16px;
}
.transaction-tab.nav-tabs li a {
	font-size: 14px;
	font-weight: 600;
	color: #212b36;
	border: 0;
	border-radius: 0;
	border-bottom: 2px solid #ffffff;
}
.transaction-tab.nav-tabs li a.active,
.transaction-tab.nav-tabs li a:hover {
	color: #e04f16 !important;
	border-color: #fe9f43;
}

.days-tab.nav-tabs li {
	margin: 0;
}
.days-tab.nav-tabs li .nav-link {
	font-size: 12px;
	font-weight: 500;
	color: #212b36;
	width: 41px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border-width: 0 1px 0 0;
	border-right: 1px solid #e6eaed;
	background: #f9fafb;
}
.days-tab.nav-tabs li .nav-link.active {
	background: #e04f16;
	color: #ffffff;
}
.days-tab.nav-tabs li:first-child a {
	border-radius: 4px 0 0 4px;
}
.days-tab.nav-tabs li:last-child a {
	border-radius: 0 4px 4px 0;
	border-right: 0;
}

.copyright-footer {
	padding: 12px 24px;
}

.btn-group.custom-btn-group .btn {
	background: #f9fafb;
	padding: 0.35rem 0.75rem;
}
.btn-group.custom-btn-group .btn.active {
	border-color: #fe9f43;
	background: #fe9f43;
	color: #ffffff !important;
}

.inbox-menu {
	display: inline-block;
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
}
.inbox-menu li {
	display: inline-block;
	width: 100%;
}
.inbox-menu li a {
	color: #333;
	display: inline-block;
	padding: 10px 15px;
	width: 100%;
	font-weight: 600;
	text-transform: capitalize;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
}
.inbox-menu li a:hover {
	background: rgba(33, 33, 33, 0.05);
}
.inbox-menu li a i {
	font-size: 16px;
	padding-right: 10px;
	color: #878787;
}

.compose-btn {
	margin-bottom: 25px;
}

.top-action-left .btn-group {
	margin-bottom: 5px;
}
.top-action-left .dropdown-toggle {
	height: 40px;
}
.top-action-left .dropdown-toggle::after {
	display: none;
}

.table-inbox .starred.fas.fa-star {
	color: #ffca18;
}
.table-inbox .checked {
	background-color: #a6aaaf;
}
.table-inbox tbody tr td {
	font-size: 14px;
	color: #092c4c;
}

.unread .name,
.unread .subject,
.unread .mail-date {
	color: #000000;
	font-weight: 700;
}

.email-header .btn-white {
	min-width: auto;
	height: 38px;
}
.email-header .btn-white i {
	margin-left: 5px;
}

.box-bg .bg-right {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
.box-bg .bg-left {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}

.list-group-flush > .list-group-item {
	border-width: 0 0 var(--bs-list-group-border-width);
	border: 1px solid #ffffff;
}

.list-item-hover:hover {
	border-color: #f26522 !important;
	transition: 0.5s all;
}

.todo-grid-view.active,
.todo-list-view.active {
	background: #fe9f43;
}
.todo-grid-view.active svg,
.todo-list-view.active svg {
	color: #ffffff;
}

.rating-select i.filled {
	color: #ffc107;
}

.todo-strike-content .strike-info h4 {
	text-decoration: line-through;
}

.input-icon-start .icon-addon {
	position: absolute;
	top: 10px;
	left: 10px;
}

.email-sidebar {
	max-width: 288px !important;
}

#compose-view {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	position: fixed;
	z-index: 9999;
	display: none;
	transform: scale(0.9);
	transition:
		opacity 0.3s ease,
		transform 0.3s ease;
	align-items: end;
	justify-content: end;
}

#compose-view.show {
	display: flex;
	transform: scale(1);
}

.compose-view {
	position: relative;
	top: auto;
	bottom: 0;
	right: 20px;
	max-width: 500px;
	width: 100%;
	left: auto;
	margin: 20px 0 20px auto;
	transform: scale(0.9);
	transition:
		opacity 0.3s ease,
		transform 0.3s ease;
}

.tag-with-img .bootstrap-tagsinput .label-info {
	padding: 5px 10px 5px 30px;
	position: relative;
	background: #e8e9ea;
	border-radius: 20px;
}

.bootstrap-tagsinput .tag {
	background: #e8e9ea;
	border-radius: 5px;
	padding: 0 5px;
	font-size: 10px;
	color: #212529;
	display: inline-flex;
	align-items: center;
}

.bootstrap-tagsinput {
	border-color: #e5e7eb;
	color: #6b7280;
	background-color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	border-radius: 5px;
	padding: 0.45rem 0.625rem;
	box-shadow: none;
	overflow-y: auto;
	width: 100%;
}

.email-sidebar {
	max-width: 288px;
}
.email-sidebar .slimScrollDiv {
	height: calc(100vh - 105px) !important;
}
@media (max-width: 767.98px) {
	.email-sidebar {
		max-width: 100%;
		margin-bottom: 24px;
	}
}

.mail-notifications .slimScrollDiv {
	height: calc(100vh - 105px) !important;
}

.mail-detail .slimScrollDiv {
	height: calc(100vh - 137px) !important;
}

.email-tags a.active {
	background: #e8e9ea;
	color: #212b36;
}
.email-tags a:hover {
	background: #e8e9ea;
	color: #212b36;
}
.email-tags a.viewall-button:hover {
	background: transparent;
	color: #fe9f43;
}

.more-menu {
	display: none;
}

.custom-nav {
	display: flex;
	align-items: center;
}
.custom-nav button {
	width: 16px;
	height: 16px;
	background: #ffffff;
	border: 0;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.custom-nav button:hover {
	background: #1b2850;
	color: #ffffff;
}

.mails-list .list-group-item {
	cursor: pointer;
}
.mails-list .list-group-item.activate {
	background: #e8e9ea;
}

.mail-notifications {
	width: 50%;
	transition: 0.5s all;
}
.mail-notifications.compress-width {
	max-width: 400px;
	transition: 0.5s all;
}
@media (max-width: 767.98px) {
	.mail-notifications.compress-width {
		display: none;
	}
}
@media (max-width: 767.98px) {
	.mail-notifications {
		width: 100%;
		max-width: 100%;
	}
}

.input-icon .form-control {
	padding-left: 30px;
}

.tag-with-img .bootstrap-tagsinput {
	border: 0;
	padding: 0;
}
.tag-with-img .bootstrap-tagsinput .label-info {
	padding: 5px 10px 5px 30px;
	position: relative;
	background: #e8e9ea;
	border-radius: 20px;
}
.tag-with-img .bootstrap-tagsinput .label-info::before {
	content: '';
	background-image: url(../img/profiles/mail-user.jpg);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.email-cc {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
}

.todo-tabs .nav-link.active {
	background: #ffffff;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1019607843);
	color: #1b2850;
}

.list-item-hover {
	border: 1px solid #ffffff !important;
	transition: 0.5s all;
}
.list-item-hover:hover {
	border-color: #fe9f43 !important;
	transition: 0.5s all;
}

.w-120 {
	width: 125px;
}

.project-status {
	min-width: 265px;
}

.kanban-drag-wrap {
	min-width: 230px;
	min-height: 50px;
}

.files-list a.active {
	background: #e8e9ea;
}

.social-gallery-slider a,
.email-attach a {
	position: relative;
	transition: 0.5s all;
}
.social-gallery-slider a span,
.email-attach a span {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translatex(-50%);
	transition: 0.5s all;
	background: #ffffff;
	opacity: 0;
}
.social-gallery-slider a span i,
.email-attach a span i {
	color: #1b2850;
	opacity: 1;
}
.social-gallery-slider a:hover,
.email-attach a:hover {
	transition: 0.5s all;
}
.social-gallery-slider a:hover span,
.email-attach a:hover span {
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.5s all;
	opacity: 0.5;
}
.social-gallery-slider a:hover::before,
.email-attach a:hover::before {
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: #212b36;
	opacity: 0.8;
	position: absolute;
	transition: 0.5s all;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.social-gallery-slider a img,
.email-attach a img {
	transition: 0.5s all;
}

.card-img-hover {
	position: relative;
	overflow: hidden;
	transition: 0.5s all;
}
.card-img-hover img {
	transition: 0.5s all;
}
.card-img-hover:hover {
	transition: 0.5s all;
}
.card-img-hover:hover img {
	transform: scale(1.14);
	transition: 0.5s all;
}

.template-more-links a {
	position: relative;
}
.template-more-links a + a {
	margin-left: 10px;
	padding-left: 10px;
}
.template-more-links a + a::before {
	content: '/';
	position: absolute;
	left: -2px;
	top: 50%;
	transform: translateY(-50%);
}

.post-textarea {
	padding-top: 60px;
	padding-left: 68px;
}

.text-area-avatar {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
}

a.link-hover:hover {
	color: #fe9f43 !important;
}

.note-editable {
	height: 100px;
}

.list-group a:hover {
	background: transparent;
}

.drag-upload-btn {
	font-size: 12px;
	font-weight: 600;
	background: #ffffff;
	border: 1px dashed #f2f2f2;
	border-radius: 5px;
	padding: 6px 16px;
	position: relative;
	transition: all 0.5s;
}
.drag-upload-btn input {
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.drag-upload-btn:hover {
	background: #fe9f43;
	border-color: #fe9f43;
	color: #ffffff;
	transition: all 0.5s;
}

#compose-view {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	position: fixed;
	z-index: 9999;
	display: none;
	transform: scale(0.9);
	transition:
		opacity 0.3s ease,
		transform 0.3s ease;
	align-items: end;
	justify-content: end;
}
#compose-view.show {
	display: flex;
	transform: scale(1);
}

.compose-view {
	position: relative;
	top: auto;
	bottom: 0;
	right: 20px;
	max-width: 500px;
	width: 100%;
	left: auto;
	margin: 20px 0 20px auto;
	transform: scale(0.9);
	transition:
		opacity 0.3s ease,
		transform 0.3s ease;
}

.compose-header {
	border-radius: 4px 4px 0 0;
}

.compose-footer {
	border-radius: 0 0 4px 4px;
}

.otp-input input {
	border: 2px solid #bcbfc3;
}
.otp-input input.active {
	border: 2px solid #fe9f43;
}

.todo-tabs .nav-link:active {
	color: #ffffff;
}

.error-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-ms-flex-direction: column;
	flex-direction: column;
}

.comming-soon-pg {
	/*background-image: url(../img/coming-soon.png);*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
@media (max-width: 991.96px) {
	.comming-soon-pg {
		height: 100%;
	}
}
.comming-soon-pg .coming-soon-box {
	width: 800px;
	background-color: rgba(255, 255, 255, 0.95);
	border-radius: 10px;
	padding: 40px;
	text-align: center;
}
@media (max-width: 1199.96px) {
	.comming-soon-pg .coming-soon-box {
		padding: 20px 40px;
		max-width: 800px;
	}
}
@media (max-width: 991.96px) {
	.comming-soon-pg .coming-soon-box {
		width: auto;
		padding: 30px;
		margin: 20px;
	}
}
@media (max-width: 574.98px) {
	.comming-soon-pg .coming-soon-box {
		padding: 15px;
		margin: 10px;
	}
}
.comming-soon-pg .coming-soon-box .pos-logo {
	width: 100px;
	margin: 0 auto 30px;
}
@media (max-width: 1199.96px) {
	.comming-soon-pg .coming-soon-box .pos-logo {
		margin-bottom: 20px;
	}
}
.comming-soon-pg .coming-soon-box span {
	font-size: 24px;
	color: #646b72;
	font-weight: 700;
}
.comming-soon-pg .coming-soon-box h1 {
	font-size: 60px;
	font-weight: 700;
	line-height: normal;
}
@media (max-width: 1199.96px) {
	.comming-soon-pg .coming-soon-box h1 {
		font-size: 50px;
	}
}
@media (max-width: 991.96px) {
	.comming-soon-pg .coming-soon-box h1 {
		font-size: 40px;
	}
}
@media (max-width: 574.98px) {
	.comming-soon-pg .coming-soon-box h1 {
		font-size: 28px;
	}
}
.comming-soon-pg .coming-soon-box h1 span {
	font-size: 60px;
	color: #fe9f43;
}
@media (max-width: 1199.96px) {
	.comming-soon-pg .coming-soon-box h1 span {
		font-size: 50px;
	}
}
@media (max-width: 991.96px) {
	.comming-soon-pg .coming-soon-box h1 span {
		font-size: 40px;
	}
}
@media (max-width: 574.98px) {
	.comming-soon-pg .coming-soon-box h1 span {
		font-size: 28px;
	}
}
.comming-soon-pg .coming-soon-box p {
	font-size: 15px;
	max-width: 400px;
	text-align: center;
	margin: auto;
}
.comming-soon-pg .coming-soon-box .coming-soon-timer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	margin: 30px 0;
}
@media (max-width: 1199.96px) {
	.comming-soon-pg .coming-soon-box .coming-soon-timer {
		margin: 20px 0;
	}
}
.comming-soon-pg .coming-soon-box .coming-soon-timer li {
	border: 1px solid #bcbfc3;
	background-color: #ffffff;
	font-size: 16px;
	width: 85px;
	height: 85px;
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	font-size: 16px;
	font-weight: 500;
	flex-direction: column;
	margin-right: 14px;
	color: #646b72;
}
@media (max-width: 574.98px) {
	.comming-soon-pg .coming-soon-box .coming-soon-timer li {
		width: 50px;
		height: 50px;
		margin-right: 5px;
	}
}
.comming-soon-pg .coming-soon-box .coming-soon-timer li span {
	color: #092c4c;
	font-size: 32px;
	line-height: normal;
}
@media (max-width: 574.98px) {
	.comming-soon-pg .coming-soon-box .coming-soon-timer li span {
		font-size: 20px;
	}
}
.comming-soon-pg .coming-soon-box .coming-soon-timer li.seperate-dot {
	color: #092c4c;
	width: auto;
	height: auto;
	border: 0;
	border-radius: 0;
	background-color: transparent;
}
.comming-soon-pg .coming-soon-box .coming-soon-timer li:last-child {
	margin-right: 0;
}
.comming-soon-pg .coming-soon-box .subscribe-form {
	position: relative;
}
.comming-soon-pg .coming-soon-box .subscribe-form .subscribe-btn {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.comming-soon-pg .coming-soon-box .subscribe-form input {
	height: 58px;
	padding-right: 130px;
}
.comming-soon-pg .coming-soon-box .subscribe-form label {
	color: #092c4c;
	font-weight: 600;
}
.comming-soon-pg .coming-soon-box .social-media-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	margin-top: 30px;
}
@media (max-width: 1199.96px) {
	.comming-soon-pg .coming-soon-box .social-media-icons {
		margin-top: 20px;
	}
}
.comming-soon-pg .coming-soon-box .social-media-icons li {
	margin-right: 5px;
}
.comming-soon-pg .coming-soon-box .social-media-icons li:last-child {
	margin-right: 0;
}
.comming-soon-pg .coming-soon-box .social-media-icons li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	width: 32px;
	height: 32px;
	background-color: #092c4c;
	border-radius: 5px;
}
.comming-soon-pg .coming-soon-box .social-media-icons li a:hover {
	background-color: #fe9f43;
}
.comming-soon-pg .coming-soon-box .social-media-icons li a i {
	color: #ffffff;
}

.login-wrapper {
	width: 100%;
	overflow: hidden;
	height: 100vh;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.login-wrapper.bg-img {
	background-image: url(../img/authentication/login-img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.login-wrapper.bg-img .login-content {
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(17px);
}
.login-wrapper.bg-img.register-wrap {
	background-image: url(../img/authentication/register-img.jpg);
}
.login-wrapper.bg-img.forgot-pass-wrap {
	background-image: url(../img/authentication/forgot-password-img.jpg);
}
.login-wrapper.bg-img.reset-pass-wrap {
	background-image: url(../img/authentication/reset-password-img.jpg);
}
.login-wrapper.bg-img.email-veri-wrap {
	background-image: url(../img/authentication/email-verification-img.jpg);
}
@media (max-width: 991.96px) {
	.login-wrapper.bg-img {
		background-image: none;
	}
}
.login-wrapper .login-content {
	height: 100vh;
	padding: 24px;
	overflow: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	flex-wrap: wrap;
}
.login-wrapper .login-content form {
	width: 70%;
}
@media (max-width: 991.96px) {
	.login-wrapper .login-content form {
		width: 100%;
	}
}
.login-wrapper .login-content.authent-content {
	width: 50%;
}
@media (max-width: 991.96px) {
	.login-wrapper .login-content.authent-content {
		width: 100%;
	}
}
.login-wrapper .login-content .login-logo {
	display: block;
	max-width: 250px;
	margin: auto;
}
.login-wrapper .login-content .login-logo img {
	margin-bottom: 25px;
}
@media (max-width: 991.96px) {
	.login-wrapper .login-content .login-userset {
		margin-top: 30px;
	}
}
.login-wrapper .login-content .login-userset .my-4 {
	margin-top: 50px !important;
}
.login-wrapper .login-content .login-userset .my-4 p {
	font-size: 14px;
	color: #092c4c;
	margin-bottom: 0;
	font-weight: 400;
}
.login-wrapper .login-content .login-userset form .otp-box {
	margin-bottom: 34px;
}
.login-wrapper .login-content .login-userset form .otp-box input {
	width: 74px;
	height: 74px;
	background: #ffffff;
	border: 1px solid #e1e1e1;
	border-radius: 8px;
	text-align: center;
	margin-right: 15px;
	font-weight: 700;
	font-size: 26px;
	color: #000000;
	outline: none;
}
@media (max-width: 574.98px) {
	.login-wrapper .login-content .login-userset form .otp-box input {
		width: 50px;
		height: 50px;
	}
}
.login-wrapper .login-content .login-userset form .otp-box input::placeholder {
	color: #74788d;
}
.login-wrapper .login-content .login-userset form .otp-box input:last-child {
	margin-right: 0px;
}
.login-wrapper .login-content .login-userset .Otp-expire {
	border-radius: 8px;
	background: rgba(255, 0, 0, 0.05);
	padding: 10px 12px;
	max-width: 200px;
	margin: auto;
}
.login-wrapper .login-content .login-userset .Otp-expire p {
	color: #ff0000;
	font-size: 14px;
	font-weight: 400;
}
.login-wrapper .login-content .login-userheading {
	margin: 0 0 24px;
}
.login-wrapper .login-content .login-userheading h3 {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 10px;
	color: #000000;
}
.login-wrapper .login-content .login-userheading h4 {
	font-size: 15px;
	font-weight: 400;
	color: #092c4c;
	line-height: 1.4;
}
.login-wrapper .login-content .login-userheading .verfy-mail-content {
	max-width: 400px;
	margin-bottom: 40px;
}
.login-wrapper .login-content .form-login {
	margin-bottom: 15px;
}
.login-wrapper .login-content .form-login label {
	width: 100%;
	color: #092c4c;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 400;
}
.login-wrapper .login-content .form-login .form-addons {
	position: relative;
}
.login-wrapper .login-content .form-login .form-addons img {
	position: absolute;
	top: 16px;
	right: 20px;
}
.login-wrapper .login-content .form-login input {
	width: 100%;
	height: 40px;
	border: 1px solid rgba(145, 158, 171, 0.32);
	border-radius: 5px;
	padding: 0 15px;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.login-wrapper .login-content .form-login input:focus {
	border: 1px solid #fe9f43;
}
.login-wrapper .login-content .form-login .btn-login {
	width: 100%;
	font-weight: 700;
	font-size: 14px;
	background: #fe9f43;
	border-color: #fe9f43;
	padding: 10px;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-top: 5px;
	color: #ffffff;
}
.login-wrapper .login-content .form-login .btn-login:hover {
	box-shadow: 0 50px #ffffff inset !important;
	color: #fe9f43;
}
.login-wrapper .login-content .form-login .alreadyuser {
	margin-bottom: 15px;
}
.login-wrapper .login-content .form-login .alreadyuser h4 {
	font-size: 14px;
	font-weight: 400;
	color: #b8bcc9;
}
.login-wrapper .login-content .form-login .alreadyuser h4 a {
	color: #fe9f43;
	font-weight: 600;
}
.login-wrapper .login-content .form-login .custom-control.custom-checkbox {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 574.98px) {
	.login-wrapper .login-content .form-login .custom-control.custom-checkbox {
		justify-content: start;
	}
}
.login-wrapper .login-content .form-login .custom-control.custom-checkbox .custom-control-input {
	width: auto;
	height: auto;
}
.login-wrapper .login-content .form-login .custom-control.custom-checkbox .custom-control-label {
	margin-bottom: 0;
	margin-left: 8px;
}
.login-wrapper .login-content .form-login .forgot-link {
	color: #ff0000;
	font-size: 15px;
	font-weight: 600;
}
.login-wrapper .login-content .signinform {
	margin-bottom: 23px;
}
.login-wrapper .login-content .signinform h4 {
	font-size: 15px;
	font-weight: 400;
	color: #092c4c;
}
@media (max-width: 574.98px) {
	.login-wrapper .login-content .signinform h4 {
		font-size: 14px;
	}
}
.login-wrapper .login-content .signinform h4 a {
	color: #092c4c;
	font-weight: 700;
	font-size: 14px;
}
.login-wrapper .login-content .signinform .hover-a.resend {
	color: #ff0000;
}
.login-wrapper .login-content .form-setlogin {
	text-align: center;
	position: relative;
	color: #b8bcc9;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 23px;
}
.login-wrapper .login-content .form-setlogin h4 {
	position: relative;
	font-size: 14px;
	color: #646b72;
	font-weight: 700;
}
.login-wrapper .login-content .form-setlogin h4:after {
	content: '';
	background: #b8bcc9;
	width: 21px;
	height: 1px;
	position: absolute;
	top: 10px;
	left: 200px;
}
@media (max-width: 991.96px) {
	.login-wrapper .login-content .form-setlogin h4:after {
		height: 0px;
	}
}
.login-wrapper .login-content .form-setlogin h4:before {
	content: '';
	background: #b8bcc9;
	width: 21px;
	height: 1px;
	position: absolute;
	top: 10px;
	right: 200px;
}
@media (max-width: 991.96px) {
	.login-wrapper .login-content .form-setlogin h4:before {
		height: 0px;
	}
}
.login-wrapper .login-content .form-setlogin.or-text {
	max-width: 365px;
	margin: auto;
}
.login-wrapper .login-content .toggle-password {
	cursor: pointer;
	width: 30px;
	height: 30px;
	color: #b8bcc9;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	border-radius: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 10px;
}
.login-wrapper .login-content .toggle-password:hover {
	color: #fe9f43;
}
.login-wrapper .login-content .toggle-passwords {
	cursor: pointer;
	width: 30px;
	height: 30px;
	color: #b8bcc9;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	border-radius: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 10px;
}
.login-wrapper .login-content .toggle-passwords:hover {
	color: #fe9f43;
}
.login-wrapper .login-content .pass-group {
	position: relative;
	font-size: 14px;
}
.login-wrapper .login-content .pass-group .fas {
	font-size: 13px;
	color: #939ea8;
}
.login-wrapper .login-content .form-sociallink {
	margin-top: 25px;
}
.login-wrapper .login-content .form-sociallink ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.login-wrapper .login-content .form-sociallink ul li {
	text-align: center;
	margin-right: 10px;
}
@media (max-width: 574.98px) {
	.login-wrapper .login-content .form-sociallink ul li {
		width: 100%;
		margin-bottom: 20px;
	}
}
.login-wrapper .login-content .form-sociallink ul li:last-child {
	padding-right: 0;
}
@media (max-width: 574.98px) {
	.login-wrapper .login-content .form-sociallink ul li:last-child {
		padding-right: 0;
	}
}
.login-wrapper .login-content .form-sociallink ul li a {
	color: #092c4c;
	width: 100%;
	border: 1px solid rgba(145, 158, 171, 0.23);
	background: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	border-radius: 10px;
	margin: 0 10px 0 0;
	padding: 15px 53px;
	font-weight: 500;
}
.login-wrapper .login-content .form-sociallink ul li a:hover {
	background: #fe9f43;
	color: #ffffff;
}
.login-wrapper .login-content .form-sociallink ul li a img {
	width: 24px;
	height: 24px;
}
.login-wrapper .login-content .form-sociallink ul li .facebook-logo {
	border-radius: 10px;
	background: #1877f2;
}
.login-wrapper .login-content .form-sociallink ul li .apple-logo {
	border-radius: 10px;
	background: #000000;
}
.login-wrapper .login-content.user-login {
	width: 100%;
	padding: 0;
	overflow: hidden;
	flex-wrap: nowrap;
	flex-direction: column;
	height: auto;
	margin: 50px 0;
}
.login-wrapper .login-content.user-login form {
	width: 100%;
}
.login-wrapper .login-content.user-login .login-userset {
	background: #ffffff;
	box-shadow: 0px 4px 60px 0px rgba(190, 190, 190, 0.27);
	margin: 0;
	padding: 40px;
	border: 1px solid #a6aaaf;
}
.login-wrapper .login-img {
	background: #ffdaba;
}
@media (max-width: 991.96px) {
	.login-wrapper .login-img {
		display: none;
	}
}
.login-wrapper .login-img img {
	width: 100%;
	height: 100vh;
}
.login-wrapper .login-userset .login-logo.login-info {
	display: block;
	max-width: 150px;
	margin: auto;
}
.login-wrapper .login-logo {
	max-width: 150px;
	margin: auto;
}

.login-wrapper.login-new {
	overflow: auto;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	/*background-image: url(../img/authentication/login-bg.png);*/
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% 500px;
}
.login-wrapper.login-new .login-content.user-login .login-userset form .otp-box {
	margin-bottom: 34px;
}
.login-wrapper.login-new .login-content.user-login .login-userset form .otp-box input {
	width: 74px;
	height: 74px;
	background: #ffffff;
	border: 1px solid #e1e1e1;
	border-radius: 8px;
	text-align: center;
	margin-right: 15px;
	font-weight: 700;
	font-size: 26px;
	color: #000000;
	outline: none;
}
@media (max-width: 574.98px) {
	.login-wrapper.login-new .login-content.user-login .login-userset form .otp-box input {
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 574.98px) {
	.copyright-text p {
		text-align: center;
		max-width: 215px;
	}
}

.authentication-check .custom-checkbox .checkboxs span {
	top: 0;
}

.hover-a {
	position: relative;
}
.hover-a:after {
	content: '';
	height: 2px;
	width: 100%;
	background: #fe9f43;
	transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	bottom: -3px;
	left: 0;
}
.hover-a:hover:after {
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
}
.hover-a:hover {
	color: #fe9f43 !important;
}

.login-body {
	display: table;
	height: 100vh;
	min-height: 100vh;
	margin: auto;
	position: relative;
}
.login-body::after {
	content: '';
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
.login-body .login-wrapper {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: top;
	padding-top: 1.875rem;
}
.login-body .login-wrapper .logo-dark {
	max-width: 180px;
	margin: auto;
	margin-bottom: auto;
	display: block;
}
.login-body .login-wrapper .loginbox {
	background: var(--White, #ffffff);
	box-shadow: 0px 4px 60px 0px rgba(190, 190, 190, 0.27);
	display: flex;
	margin: 1.875rem auto;
	max-width: 450px;
	width: 100%;
}
.login-body .login-wrapper .loginbox .login-right {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 2rem;
	width: auto;
}
.login-body .login-wrapper .loginbox .login-right .login-right-wrap {
	max-width: 100%;
	flex: auto;
}
.login-body .login-wrapper .loginbox .login-right .login-right-wrap .login-info {
	text-align: center;
	margin-bottom: 24px;
}
.login-body .login-wrapper .loginbox .login-right .login-right-wrap .login-info img {
	border-radius: 100px;
	border: 2px solid var(--Stroke, rgba(145, 158, 171, 0.3));
	background:
		url(_path-to-image.html>),
		lightgray 50% / cover no-repeat;
}
.login-body .login-wrapper .loginbox .login-right .login-right-wrap .login-info p {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 24px;
}
.login-body .login-wrapper .loginbox .login-right .login-right-wrap .login-info h5 {
	font-size: 18px;
	font-weight: 700;
	margin-top: 20px;
}
.login-body .login-wrapper .loginbox .login-right .login-right-wrap form .btn-primary {
	border-radius: 5px;
	padding: 5px 163px;
	background: #fe9f43;
	font-weight: 700;
	transition: all 0.5s ease;
}
.login-body .login-wrapper .loginbox .login-right .login-right-wrap form .btn-primary:hover {
	color: #fe9f43;
	border-color: unset;
}
.login-body .login-wrapper .loginbox .login-right .login-right-wrap form .input-blocks {
	margin: 0 0 24px 0;
}
.login-body
	.login-wrapper
	.loginbox
	.login-right
	.login-right-wrap
	form
	.input-blocks
	input[type='password'] {
	padding: 10px 10px;
}
.login-body .login-wrapper .terms {
	justify-content: center;
}
.login-body .login-wrapper .terms li {
	margin-right: 20px;
}
.login-body .login-wrapper .terms li:last-child {
	margin-right: 0;
}

.lock-screen-bg {
	width: 100%;
	top: 160px;
	z-index: 0;
	bottom: 0;
}

.product-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	margin-bottom: 15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.product-list ul.pagination li {
	width: auto;
	padding: 0;
}
.product-list ul li {
	width: 25%;
	padding: 0 15px;
}
@media (max-width: 991.96px) {
	.product-list ul li {
		width: 50%;
		padding: 0 5px;
	}
}
@media (max-width: 574.98px) {
	.product-list ul li {
		width: 100%;
		padding: 0;
	}
}
.product-list ul li .productviews {
	border: 1px solid rgba(145, 158, 171, 0.32);
	margin: 0 0 10px;
	padding: 15px 15px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	border-radius: 5px;
}
.product-list ul li .productviews .productviewsimg img {
	max-width: 48px;
	max-height: 48px;
}
.product-list ul li .productviews .productviewscontent {
	margin-left: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	width: calc(100% - 48px);
}
.product-list ul li .productviews .productviewscontent .productviewsname h2 {
	font-weight: 500;
	font-size: 14px;
	color: #000000;
}
.product-list ul li .productviews .productviewscontent .productviewsname h3 {
	color: #092c4c;
	font-size: 13px;
	font-weight: 400;
}
.product-list ul li .productviews .productviewscontent a {
	color: #ff7765;
	font-weight: 700;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	font-size: 20px;
	width: 22px;
	height: 22px;
}
.product-list ul li .productviews .productviewscontent a:hover {
	background: #ff7765;
	color: #ffffff;
}

.bar-code-view {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	width: 282px;
	border: 1px solid #90959b;
	padding: 15px;
	margin-bottom: 20px;
	max-width: 100%;
}

.input-checkset ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.input-checkset ul li {
	margin-right: 30px;
}
@media (max-width: 991.96px) {
	.input-checkset ul li {
		margin-right: 10px;
	}
}

@media (max-width: 991.96px) {
	.productdetails .product-bar li {
		border: 1px solid #90959b;
	}
	.productdetails .product-bar li:first-child {
		border: 1px solid #90959b;
	}
	.productdetails .product-bar h4 {
		width: 50%;
		border-right: 1px solid #90959b;
	}
	.productdetails .product-bar h6 {
		width: 50%;
	}
}
.productdetails.productdetailnew {
	margin-bottom: 25px;
}
.productdetails.productdetailnew ul li h4 {
	width: 50%;
}
.productdetails.productdetailnew ul li h6 {
	width: 50%;
}
.productdetails.productdetailnew ul li h6.manitorygreen {
	color: #0f9d58;
}
.productdetails.productdetailnew ul li h6.manitoryblue {
	color: #2aa4f4;
}
.productdetails > ul > li {
	border: 1px solid #90959b;
	border-top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (max-width: 991.96px) {
	.productdetails > ul > li {
		border: 0;
	}
}
.productdetails > ul > li h4 {
	color: #092c4c;
	font-size: 14px;
	font-weight: 500;
	width: 30%;
	border-right: 1px solid #90959b;
	padding: 10px;
}
@media (max-width: 991.96px) {
	.productdetails > ul > li h4 {
		width: 100%;
		border-right: 0;
	}
}
.productdetails > ul > li h6 {
	color: #000000;
	font-size: 14px;
	font-weight: 500;
	width: 70%;
	padding: 10px;
}
@media (max-width: 991.96px) {
	.productdetails > ul > li h6 {
		width: 100%;
	}
}
.productdetails > ul > li .input-checkset {
	padding: 10px;
	color: #000000;
	font-size: 14px;
	font-weight: 500;
	width: 70%;
}
.productdetails > ul > li:first-child {
	border-top: 1px solid #90959b;
}
@media (max-width: 991.96px) {
	.productdetails > ul > li:first-child {
		border: 0;
	}
}
@media (max-width: 991.96px) {
	.productdetails.product-respon {
		overflow: hidden;
	}
	.productdetails.product-respon ul {
		overflow: auto;
	}
	.productdetails.product-respon ul .input-checkset li {
		margin-bottom: 15px;
	}
}

.slider-product {
	text-align: center;
	width: 100%;
}
.slider-product img {
	width: auto !important;
	margin: 0 0 10px;
}
@media (max-width: 991.96px) {
	.slider-product img {
		height: auto;
	}
}
.slider-product h4 {
	font-size: 14px;
	color: #092c4c;
	font-weight: 500;
}
.slider-product h6 {
	font-size: 13px;
	font-weight: 400;
	color: #092c4c;
}

.slider-product-details .owl-carousel .owl-nav {
	position: relative;
}
.slider-product-details .owl-carousel .owl-nav button {
	width: 21px;
	height: 21px;
	color: #212b36;
	border: 1px solid #212b36;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	position: absolute;
	top: -30px;
	border-radius: 50px;
}
.slider-product-details .owl-carousel .owl-nav button:hover {
	background: #212b36;
	color: #ffffff;
}
.slider-product-details .owl-carousel .owl-nav button span {
	font-size: 16px;
}
.slider-product-details .owl-carousel .owl-nav .owl-next {
	position: absolute;
	top: -30px;
	right: 0;
}

.requiredfield {
	margin-bottom: 15px;
}
@media (max-width: 991.96px) {
	.requiredfield {
		margin-bottom: 10px;
	}
}
.requiredfield h4 {
	font-size: 14px;
	color: #646b72;
}

.action-set {
	width: 18px;
	height: 18px;
	display: inline-block;
	font-size: 11px;
	border-radius: 50px;
}

.badges {
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 8px;
	color: #ffffff;
	text-align: center;
	min-width: 80px;
}
.badges.bg-lightgreen {
	background: #3eb780;
}
.badges.bg-lightred {
	background: #ff7765;
}
.badges.bg-lightyellow {
	background: #ffca18;
}
.badges.bg-lightpurple {
	background: rgb(115, 103, 240);
}
.badges.bg-lightgrey {
	background: #646b72;
}
.badges.unstatus-badge {
	background-color: #ff0000;
}
.badges.status-badge {
	background-color: #3eb780;
}

span.badge.badges-warning {
	padding: 5px 10px;
}

.add-icon span,
.add-icon a {
	width: 40px;
	height: 40px;
	background: #fe9f43;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	border-radius: 5px;
}
@media (max-width: 574.98px) {
	.add-icon span,
	.add-icon a {
		position: relative;
		left: -5px;
		z-index: 10000;
	}
}
.add-icon .choose-add {
	width: 40px;
	height: 40px;
	border: 1px solid var(--Stroke, rgba(145, 158, 171, 0.3));
	background: #092c4c;
	border-radius: 8px;
}
@media (max-width: 574.98px) {
	.add-icon .choose-add {
		position: relative;
		left: -5px;
		z-index: 10000;
	}
}
.add-icon .choose-add .plus {
	color: #ffffff;
	width: 16px;
	height: 16px;
}
.add-icon a:hover {
	background: #212b36;
}

.cal-icon {
	background-image: url(../img/icons/calendars.svg);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

.calc-no {
	background: #f9fafb;
	border: 0 !important;
}

.total-order {
	max-width: 430px;
	width: 100%;
	margin: 30px 30px 30px auto;
}
.total-order ul {
	margin: 0;
	padding: 0;
}
.total-order ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	border: 1px solid #f9fafb;
	border-top: 0;
}
.total-order ul li h4 {
	width: 50%;
	color: #646b72;
	font-size: 14px;
	font-weight: 500;
	padding: 10px;
	border-right: 1px solid #f9fafb;
	background: #fafbfe;
}
.total-order ul li h5 {
	color: #646b72;
	font-size: 14px;
	padding: 10px;
	font-weight: 400;
	text-align: right;
	width: 50%;
}
.total-order ul li:first-child {
	border-top: 1px solid #f9fafb;
}
.total-order ul li.total h5 {
	color: #092c4c;
	font-weight: 700;
}
.total-order ul li.total h4 {
	color: #4d555e;
	font-weight: 700;
}

.card-sales-split {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	padding-bottom: 25px;
	border-bottom: 1px solid #a6aaaf;
}
@media (max-width: 991.96px) {
	.card-sales-split {
		padding-bottom: 10px;
	}
}
@media (max-width: 574.98px) {
	.card-sales-split {
		flex-direction: column;
	}
	.card-sales-split ul {
		margin-top: 15px;
	}
}
.card-sales-split h2 {
	font-size: 14px;
	font-weight: 600;
}
.card-sales-split ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.card-sales-split li {
	margin: 0 15px;
}

.image-upload-new {
	min-height: 258px;
}
.image-upload-new .productviewscontent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	text-align: left;
	margin-top: 15px;
}
.image-upload-new .productviewscontent .productviewsname h2 {
	font-weight: 500;
	font-size: 14px;
	color: #000000;
}
.image-upload-new .productviewscontent .productviewsname h3 {
	color: #092c4c;
	font-size: 13px;
	font-weight: 400;
}
.image-upload-new .productviewscontent a {
	width: 22px;
	height: 22px;
	color: #ff7765;
	font-weight: 700;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	font-size: 18px;
}
.image-upload-new .productviewscontent a:hover {
	background: #ff7765;
	color: #ffffff;
}
.image-upload-new .productviews {
	width: 100%;
	padding: 0 10px;
}

.uploadedimage .image-uploads {
	max-width: 100%;
}

.productviewset {
	padding-left: 18px;
	position: relative;
}
.productviewset .productviewsimg {
	max-width: 94px;
}
.productviewset .productviewscontent a {
	background: #ffffff;
	width: 25px;
	height: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	border-radius: 5px;
	position: absolute;
	top: 4px;
	left: 82px;
}

.main-wrappers {
	background-color: #fafbfe;
}
.main-wrappers.pos-page .sidebar {
	display: none;
}
@media (max-width: 991.96px) {
	.main-wrappers.pos-page .sidebar {
		display: block;
	}
}
.main-wrappers.pos-page #toggle_btn {
	display: none;
}

.menu-opened .pos-page.slide-nav .sidebar {
	margin-left: 0;
}
.menu-opened .pos-page .sidebar {
	margin-left: -100%;
}

.pos-button {
	border-radius: 10px;
	padding: 10px 10px 0;
}
.pos-button .btn {
	margin: 0 10px 10px 0;
}

.main-set {
	padding: 0 30px;
}
@media (max-width: 991.96px) {
	.main-set {
		padding: 0 10px;
	}
}

.table tr:hover .productimg .productcontet h4 img {
	opacity: 1;
}

.table-product tr th {
	font-weight: 600;
	color: #646b72;
	font-size: 14px;
}
.table-product tr td {
	font-weight: 600;
	color: #646b72;
	font-size: 14px;
}

.setvalue {
	padding: 15px 0;
}
.setvalue ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	margin-bottom: 10px;
}
.setvalue ul li h5 {
	font-size: 13px;
	font-weight: 500;
}
.setvalue ul li h6 {
	font-size: 13px;
	font-weight: 500;
}
.setvalue ul li.total-value h5 {
	font-size: 16px;
	font-weight: 600;
	color: #6938ef;
}
.setvalue ul li.total-value h6 {
	font-size: 16px;
	font-weight: 600;
	color: #6938ef;
}

.product-lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	border: 1px solid #fafbfe;
	box-shadow: 0px 4px 4px 0px rgba(237, 237, 237, 0.2509803922);
	margin: 0 0 15px;
	padding: 15px;
}
@media (max-width: 575.98px) {
	.product-lists {
		flex-direction: column;
	}
	.product-lists li {
		margin: 10px 0;
	}
}

.increment-decrement .input-groups {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	margin-top: 10px;
}
.increment-decrement .input-groups input[type='button'] {
	background-color: transparent;
	font-size: 20px;
	border: 1px solid #7a8086;
	border-radius: 4px;
	height: 20px;
	width: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	margin-top: 0px;
	line-height: 0;
	padding: 0;
	color: #7a8086;
}
.increment-decrement .quantity-field {
	width: 30px;
	text-align: center;
	background-color: transparent;
	float: left;
	border: 0;
}

.productimg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.productimg .productimgs {
	width: 82px;
	margin-right: 13px;
}
.productimg .productimgs img {
	width: 82px;
	height: 82px;
	object-fit: cover;
}
.productimg .productcontet h4 {
	font-size: 14px;
	color: #000000;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	margin-bottom: 5px;
}
.productimg .productcontet h4 img {
	opacity: 0;
	margin-top: 5px;
	display: block;
}
.productimg .productlinkset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.productimg .productlinkset h5 {
	background: #fe9f43;
	color: #ffffff;
	font-size: 12px;
	border-radius: 5px;
	margin-right: 10px;
	padding: 2px 10px;
}
.productimg .productlinkset a {
	position: relative;
	top: 2px;
}

.product-table {
	height: 34vh;
	overflow: auto;
}
@media (max-width: 991.96px) {
	.product-table {
		height: auto;
	}
}

.btn-set {
	margin: 15px 0 25px;
}
.btn-set h4 {
	font-weight: 700;
}

.product-detils {
	height: 70vh;
	overflow-y: auto;
	overflow-x: hidden;
}
@media (max-width: 991.96px) {
	.product-detils {
		height: auto;
	}
}

.tab-set {
	margin-bottom: 20px;
}
.tab-set ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.tab-set ul li {
	width: 48%;
	text-align: center;
	margin-right: 5px;
}
@media (max-width: 574.98px) {
	.tab-set ul li {
		width: 100%;
		margin-right: 0;
	}
}
.tab-set ul li:last-child {
	margin: 0;
	width: 50%;
}
@media (max-width: 574.98px) {
	.tab-set ul li:last-child {
		width: 100%;
	}
}
.tab-set ul li a {
	background: #4d555e;
	width: 100%;
	display: block;
	color: #ffffff;
	font-weight: 600;
	border-radius: 5px;
	padding: 10px;
}
@media (max-width: 574.98px) {
	.tab-set ul li a {
		border-radius: 0;
	}
}
.tab-set ul li.active a {
	background: #fe9f43;
}

#delete .modal-body .btn {
	min-width: 100px;
	padding: 10px;
}

.owl-product {
	padding-top: 35px;
}
.owl-product .owl-nav {
	margin-top: 10px;
	position: absolute;
	top: -10px;
	right: 0;
}
.owl-product .owl-nav button {
	border-radius: 50px !important;
	width: 20px;
	height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	width: 19px;
	position: relative;
	height: 19px;
	background: #ffffff !important;
	color: #6938ef !important;
}
.owl-product .owl-nav button span {
	font-size: 0;
}
.owl-product .owl-nav button.owl-next span:before {
	position: absolute;
	top: 2px;
	right: 5px;
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	font-size: 10px;
	color: #1a54c7;
}
.owl-product .owl-nav button.owl-prev span:before {
	content: '\f053';
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	font-size: 10px;
	color: #1a54c7;
	position: absolute;
	top: 2px;
	right: 7px;
}
.owl-product .owl-nav button:hover {
	background: #1a54c7 !important;
}
.owl-product .owl-nav button:hover span:before {
	color: #ffffff;
}

.actionproduct {
	text-align: right;
	margin-bottom: 15px;
}
.actionproduct ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: end;
	-webkit-justify-content: end;
	-ms-flex-pack: end;
}
.actionproduct ul li {
	margin-left: 10px;
}

.btn-pos ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.btn-pos ul li {
	margin-right: 1px;
	margin-bottom: 10px;
}
@media (max-width: 991.96px) {
	.btn-pos ul li {
		width: 48%;
	}
}
@media (max-width: 574.98px) {
	.btn-pos ul li {
		width: 100%;
		margin-right: 10px;
	}
}
.btn-pos ul li a.btn {
	color: #888b94;
	font-size: 10px;
	width: 100%;
	padding: 5px 12px;
	background: #a6aaaf;
	border-radius: 50px;
	border: 1px solid #a6aaaf;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 5px 12px;
}
@media (max-width: 991.96px) {
	.btn-pos ul li a.btn {
		min-width: auto;
		padding: 6px 15px;
	}
}
.btn-pos ul li a.btn:hover {
	border: 1px solid #ea5455;
	color: #ea5455;
	background: rgba(234, 84, 85, 0.06);
}
.btn-pos ul li a.btn-hold {
	background: #ffca18;
}
.btn-pos ul li a.btn-quation {
	background: #646b72;
}
.btn-pos ul li a.btn-void {
	background: #d0512e;
}
.btn-pos ul li a.btn-payment {
	background: #3eb780;
}
.btn-pos ul li a.btn-recent {
	background: #fe9f43;
}

.calculator-set .calculatortotal {
	margin-bottom: 15px;
}
.calculator-set .calculatortotal h4 {
	width: 100%;
	background: #fe9f43;
	text-align: center;
	color: #ffffff;
	font-size: 36px;
	font-weight: 700;
	border-radius: 5px;
}
.calculator-set ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.calculator-set ul li {
	width: 33.3%;
	text-align: center;
}
.calculator-set ul li a {
	width: 100%;
	border: 1px solid #7a8086;
	font-size: 24px;
	font-weight: 500;
	display: block;
	color: #000000;
	border-radius: 0;
	padding: 10px;
}
.calculator-set ul li a.btn-closes {
	background: #ff7765;
}
.calculator-set ul li a.btn-reverse {
	background: #2e7d32;
}
.calculator-set ul li a:hover {
	background: #d3d5d7;
}

.hold-order {
	text-align: center;
	margin: 15px 0;
}
.hold-order h2 {
	padding: 0 0 30px;
	color: #fe9f43;
	font-size: 36px;
	font-weight: 700;
}

.para-set {
	margin-bottom: 30px;
}
.para-set p {
	color: #4d555e;
	font-size: 13px;
	font-weight: 500;
}

.delete-order {
	text-align: center;
}

.btn-set h4 {
	background: #fe9f43;
	text-align: center;
	color: #ffffff;
	border-radius: 5px;
	padding: 10px;
}

.header-menuset {
	padding: 15px;
}
.header-menuset ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.header-menuset ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	width: 50%;
	margin-bottom: 10px;
}
@media (max-width: 991.96px) {
	.header-menuset ul li {
		width: 100%;
	}
}
.header-menuset ul li .win-maximize {
	display: none;
}
.header-menuset ul li a {
	border: 1px solid #fe9f43;
	width: 95%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	background: #fe9f43;
	color: #ffffff;
	padding: 10px;
}
.header-menuset ul li a img {
	filter: brightness(0) invert(1);
}

.invoice-load-btn {
	text-align: center;
	margin-top: 20px;
}
.invoice-load-btn .btn {
	font-weight: 700;
	font-size: 16px;
	color: #fe9f43;
	min-width: 150px;
	background: #ffffff;
	border: 2px solid #fe9f43;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	border-radius: 6px;
	padding: 12px 15px;
}
.invoice-load-btn .btn span {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 8px;
	vertical-align: 0;
	border: 3px solid rgba(252, 136, 3, 0.4901960784);
	border-right-color: #fe9f43;
	animation: 0.75s linear infinite spinner-border;
	border-radius: 50%;
}
.invoice-load-btn .btn:hover {
	background: #fe9f43;
	color: #ffffff;
}
.invoice-load-btn .btn:hover span {
	border: 3px solid #ffffff;
	border-right-color: #ffffff;
}

.form-new .input-blocks input {
	height: 50px;
	background: #f9fafb;
}
.form-new .input-blocks .scanner-set {
	min-width: 50px;
	position: relative;
	left: -2px;
}

.product-details {
	background: #ffffff;
	border-radius: 5px;
	padding: 10px;
	box-shadow: 0px 4px 4px 0px rgba(237, 237, 237, 0.2509803922);
	border: 1px solid #f8f8f8 !important;
	height: 105px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	flex-direction: column;
}
.product-details:hover {
	background: #6938ef;
}
.product-details:hover h6 {
	color: #ffffff;
}
.product-details.active {
	background-color: #6938ef !important;
}
.product-details.active h6 {
	color: #ffffff;
}
.product-details img {
	width: auto !important;
}
.product-details h6 {
	font-size: 13px;
	color: #000000;
	margin-top: 10px;
}

.btn-scanner-set {
	background: #6938ef;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	max-width: 160px;
	margin-left: auto;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
}
.btn-scanner-set:hover {
	background: #fe9f43;
	color: #ffffff;
}

.split-card {
	margin: 0 0 15px;
	border: 1px dashed #fafbfe;
	position: relative;
}
.split-card::before {
	position: absolute;
	content: '';
	background: #fafbfe;
	width: 22px;
	height: 22px;
	border-radius: 50px;
	top: -10px;
	left: -10px;
}
.split-card::after {
	position: absolute;
	content: '';
	background: #fafbfe;
	width: 22px;
	height: 22px;
	border-radius: 50px;
	top: -10px;
	right: -10px;
}

.totalitem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	margin-bottom: 15px;
}
.totalitem h4 {
	padding: 7px 13px;
	background: #f8f8f8;
	color: #6938ef;
	font-size: 12px;
	font-weight: 700;
	border-radius: 50px;
}
.totalitem a {
	font-size: 14px;
	color: #ea5455;
	font-weight: 700;
}

.card.card-order {
	border: 0;
}

.btn-adds {
	border: 2px solid #3eb780;
	color: #3eb780;
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	font-weight: 600;
	margin-bottom: 20px;
}
.btn-adds:hover {
	background: #3eb780;
	color: #ffffff;
}

.order-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	margin-bottom: 25px;
}
.order-list .orderid h4 {
	font-size: 18px;
	font-weight: 700;
	color: #5e5873;
	margin-bottom: 0;
}
.order-list .orderid h5 {
	font-size: 14px;
	font-weight: 400;
	color: #000000;
}
.order-list .actionproducts > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.order-list .actionproducts > ul > li {
	margin-left: 15px;
}
.order-list .actionproducts > ul > li .deletebg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	background: #ffffff;
	box-shadow: 0px 4px 14px 0px rgba(199, 199, 199, 0.2509803922);
	width: 30px;
	height: 30px;
	border-radius: 5px;
}

.tabs_wrapper .owl-product {
	margin-bottom: 25px;
}

.productset {
	border: 1px solid #f8f8f8;
	box-shadow: 0px 4px 4px 0px rgba(237, 237, 237, 0.2509803922);
	background: #ffffff;
	margin: 0 0 25px;
	border-radius: 5px;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.productset:hover {
	border: 1px solid #6938ef;
}
.productset .check-product {
	display: none;
	width: 34px;
	height: 23px;
	color: #ffffff;
	position: absolute;
	left: 0;
	top: 0;
	background: #6938ef;
	border-radius: 4px 0;
}
.productset.active {
	border: 1px solid #6938ef;
}
.productset.active .check-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.productset:hover .productsetimg img {
	transform: scale(1.2);
}
.productset:hover .productsetimg h6 {
	transform: translatey(0);
}
.productset .productsetimg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	position: relative;
	overflow: hidden;
}
.productset .productsetimg img {
	transition: all 0.5s;
	border-radius: 5px 5px 0px 0px;
}
@media (max-width: 991.96px) {
	.productset .productsetimg img {
		max-height: 150px;
	}
}
.productset .productsetimg h6 {
	position: absolute;
	background: #fe9f43;
	color: #ffffff;
	font-size: 10px;
	padding: 5px;
	border-radius: 5px;
	top: 20px;
	right: 20px;
	transform: translatey(-60px);
	transition: all 0.5s;
}
.productset .productsetcontent {
	padding: 13px;
	text-align: center;
}
.productset .productsetcontent h4 {
	font-size: 14px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 13px;
}
.productset .productsetcontent h5 {
	color: #6e6b7b;
	font-size: 12px;
}
.productset .productsetcontent h6 {
	color: #ea5455;
	margin: 0 0 0 auto;
	font-weight: 600;
	font-size: 14px;
}

.tabs_wrapper ul.tabs {
	display: inline-block;
	width: 100%;
	padding-left: 0;
}
.tabs_wrapper ul.tabs li {
	list-style: none;
	cursor: pointer;
	width: 100%;
}
.tabs_wrapper ul.tabs li.active {
	border-color: #fe9f43;
}
.tabs_wrapper ul.tabs li.active .product-details {
	background: transparent;
	border: 0 !important;
}
.tabs_wrapper ul.tabs li.active .product-details h6 {
	color: #ffffff;
}
.tabs_wrapper .tabs_container {
	padding-top: 0px;
	display: inline-block;
	width: 100%;
}
.tabs_wrapper .tabs_container .tab_content {
	display: none;
	width: 100%;
}
.tabs_wrapper .tabs_container .tab_content.active {
	display: inline-block;
}

.profile-set {
	margin-bottom: 30px;
}
.profile-set .profile-head {
	height: 109px;
	background: linear-gradient(90deg, #ff7765 0%, #fe9f43 100%);
	border-radius: 0 10px 0 0;
}
@media (max-width: 991.96px) {
	.profile-set .profile-head {
		border-radius: 10px;
	}
}
.profile-set .profile-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}
@media (max-width: 766.98px) {
	.profile-set .profile-top {
		flex-direction: column;
	}
}
.profile-set .profile-top .profile-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
@media (max-width: 766.98px) {
	.profile-set .profile-top .profile-content {
		flex-direction: column;
	}
}
.profile-set .profile-top .profile-contentimg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	margin-top: -40px;
	width: 130px;
	position: relative;
	border: 10px solid #ffffff;
	border-radius: 50%;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.profile-set .profile-top .profile-contentimg img {
	border-radius: 50px;
}
.profile-set .profile-top .profileupload input[type='file'] {
	opacity: 0;
	width: 34px;
	height: 34px;
	display: block;
	z-index: 9;
	cursor: pointer;
	position: absolute;
	bottom: 10px;
	left: 42px;
}
.profile-set .profile-top .profileupload a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	background: #fe9f43;
	width: 34px;
	height: 34px;
	z-index: 1;
	border-radius: 50px;
	position: absolute;
	bottom: 10px;
	left: 41px;
}
.profile-set .profile-top .profile-contentname {
	padding-left: 20px;
}
@media (max-width: 766.98px) {
	.profile-set .profile-top .profile-contentname {
		text-align: center;
		padding: 20px 0 20px 0;
	}
}
.profile-set .profile-top .profile-contentname h2 {
	font-size: 18px;
	color: #092c4c;
	font-weight: 700;
}
.profile-set .profile-top .profile-contentname h4 {
	color: #777;
	font-size: 14px;
}

.pass-group {
	position: relative;
}
.pass-group .toggle-password,
.pass-group .toggle-passwords,
.pass-group .toggle-passworda {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	transform: translateY(-50%);
	cursor: pointer;
	width: 30px;
	height: 30px;
	font-size: 16px;
	color: #212b36;
	font-size: 14px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 10px;
}

.status-label {
	color: #212b36;
}

.modal-footer-btn {
	margin-top: 40px;
	text-align: right;
}
.modal-footer-btn a {
	min-width: auto;
}
@media (max-width: 574.98px) {
	.modal-footer-btn a {
		padding: 10px 10px;
	}
}

.status-toggle.modal-status label {
	height: 15px;
	width: 32px;
	background-color: #b9b9c3;
	margin-bottom: 0;
}

.status-toggle.modal-status label::after {
	top: 7px;
}

td p.description-para {
	max-width: 400px;
	white-space: break-spaces;
}

.form-sort .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 35px;
}
.form-sort span.select2-container.select2-container--default.select2-container--open {
	z-index: 99;
}

.summer-description-box .card .card-header {
	padding: 8px;
	border-bottom: 1px solid rgba(145, 158, 171, 0.32);
}
.summer-description-box .note-editor {
	border: 1px solid rgba(145, 158, 171, 0.32) !important;
}
.summer-description-box .note-editable {
	height: 150px !important;
	color: #212b36;
	font-size: 14px;
}
.summer-description-box .note-resizebar {
	display: none;
}

.table tbody td a.view-note {
	color: #3577f1;
	font-weight: 700;
}

.userimgname .product-img {
	display: inherit;
}

.modal-body-table {
	background-color: #f6f7f8;
	padding: 24px;
	margin-bottom: 20px;
	border-radius: 8px;
}

.product-quantity {
	border: 1px solid #e6eaed;
	background-color: #fafbfe;
	width: 105px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	border-radius: 8px;
}
.product-quantity input {
	width: 35px;
	border: 0;
	background-color: #fafbfe;
	text-align: center;
	height: 35px !important;
}
.product-quantity span {
	color: #092c4c;
	font-size: 0;
	cursor: pointer;
}
.product-quantity span .plus-circle-qty {
	width: 20px;
	height: 20px;
}
.product-quantity span .feather-search-qty {
	width: 20px;
	height: 20px;
}

.modal-dialog.stock-adjust-modal {
	max-width: 500px;
}
.modal-dialog.stock-adjust-modal .dataTables_length,
.modal-dialog.stock-adjust-modal .dataTables_info,
.modal-dialog.stock-adjust-modal .dataTables_paginate {
	display: none;
}

.search-form {
	position: relative;
}
.search-form input {
	padding-left: 30px;
}
.search-form svg {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
}

.badge .badge-linedanger {
	background-color: rgba(255, 0, 0, 0.06);
	color: #ff0000;
	border-radius: 8px;
	padding: 4px 10px;
	font-size: 14px;
}

span.customer-toggle {
	color: #092c4c;
}

span.unlimited-text {
	color: #646b72;
	margin-top: 5px;
	display: inline-block;
}

.modal-title-head h6 {
	font-size: 16px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.modal-title-head h6 svg {
	width: 15px;
	color: #fe9f43;
	margin-right: 5px;
}

#phone,
#phone2,
#phone3 {
	padding-left: 50px;
}

.total-employees {
	background-color: #fafbfe;
	padding: 10px 8px;
	margin-right: 24px;
	border-radius: 8px;
}
.total-employees h6 {
	font-size: 14px;
	color: #092c4c;
	font-weight: 700;
	display: flex;
	align-items: center;
}
.total-employees h6 svg {
	width: 15px;
	margin-right: 5px;
}
.total-employees h6 span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	font-size: 10px;
	width: 18px;
	height: 18px;
	background-color: #ff0000;
	color: #ffffff;
	border-radius: 50%;
	margin-left: 5px;
}

.search-path.search-path-new .btn-list,
.search-path.search-path-new .btn-grid {
	width: 36px;
	height: 36px;
	background-color: #fafbfe;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	color: #092c4c;
	margin-right: 15px;
	border-radius: 8px;
}
.search-path.search-path-new .btn-list.active,
.search-path.search-path-new .btn-grid.active {
	background-color: #fe9f43;
	color: #ffffff;
}
.search-path.search-path-new .btn-list.active:hover,
.search-path.search-path-new .btn-grid.active:hover {
	background-color: #092c4c;
	color: #ffffff;
}
.search-path.search-path-new .btn-list svg,
.search-path.search-path-new .btn-grid svg {
	width: 18px;
	height: 18px;
}
.search-path.search-path-new .btn-list:hover,
.search-path.search-path-new .btn-grid:hover {
	background-color: #fe9f43;
	color: #ffffff;
}
@media (max-width: 574.98px) {
	.search-path.search-path-new .form-sort {
		margin-top: 0;
	}
}

.layout-box {
	width: 36px;
	height: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	background: #fe9f43;
	color: #ffffff;
	border-radius: 8px;
}
.layout-box:hover {
	background-color: #092c4c;
	color: #ffffff;
}

td span.emp-team {
	display: block;
	line-height: normal;
}

.badges-inactive {
	border: 1px solid #ff0000;
	color: #ff0000;
	padding: 2px 10px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 8px;
}

.success-email-send.modal-body {
	padding: 24px;
}
.success-email-send.modal-body span svg {
	width: 40px;
	height: 40px;
	color: #3eb780;
	margin-bottom: 20px;
}
.success-email-send.modal-body h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
}
.success-email-send.modal-body p {
	font-size: 15px;
}
.success-email-send.modal-body a.btn {
	padding: 10px 20px;
}

.layout-drop-item {
	width: 350px;
	max-height: 400px;
	overflow-y: scroll;
	padding: 20px;
	box-shadow: 0px 4px 60px 0px rgba(231, 231, 231, 0.47);
	background: #ffffff;
	border-radius: 8px;
	position: absolute;
	right: 0;
	margin-top: 10px;
	z-index: 101;
	display: none;
}
.layout-drop-item .drop-item-head {
	border-bottom: 1px solid rgba(145, 158, 171, 0.3);
	margin: 0 0 20px;
	padding: 0 0 20px;
}
.layout-drop-item .drop-item-head h5 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}
.layout-drop-item .drop-item-head p {
	font-size: 14px;
}
.layout-drop-item ul li {
	margin-bottom: 20px;
}
.layout-drop-item ul li span {
	display: flex;
	align-items: center;
}
.layout-drop-item ul li span svg {
	width: 16px;
	margin-right: 5px;
}
.layout-drop-item ul li:last-child {
	margin-bottom: 0;
}

.layout-hide-box {
	position: relative;
}

.layout-show-box .layout-drop-item {
	display: block;
}

@media (max-width: 766.98px) {
	.table-top.table-top-new {
		flex-direction: column;
		align-items: self-start;
	}
}
.table-top.table-top-new .search-path {
	margin-left: 0;
}
@media (max-width: 766.98px) {
	.table-top.table-top-new .search-path {
		margin-top: 24px;
	}
}
@media (max-width: 574.98px) {
	.table-top.table-top-new .search-path {
		flex-direction: column;
		align-items: self-start;
	}
}
@media (max-width: 574.98px) {
	.table-top.table-top-new .search-path .form-sort {
		margin-top: 20px;
	}
}
@media (max-width: 766.98px) {
	.table-top.table-top-new .search-set {
		flex-direction: column;
		align-items: flex-start;
	}
	.table-top.table-top-new .search-set .total-employees {
		margin: 0 0 20px 0;
	}
}

.badge-applied {
	background-color: #6938ef;
	padding: 2px 10px;
	color: #ffffff;
	border-radius: 5px;
}

.badge-approved {
	background-color: #3eb780;
	padding: 2px 10px;
	color: #ffffff;
	border-radius: 5px;
}

.badge-reject {
	background-color: #ff0000;
	padding: 2px 10px;
	color: #ffffff;
	border-radius: 5px;
}

.table tbody tr td a.reason-for-reject {
	color: #3577f1;
	font-weight: 600;
}

.note-editor.note-frame.card {
	margin-bottom: 0;
}

table tbody td.action-table-data a.cancel-circle {
	border: 0;
	padding: 0;
}
table tbody td.action-table-data a.cancel-circle svg {
	color: #fe9f43;
}
table tbody td.action-table-data a.cancel-circle:hover {
	background-color: transparent;
}
table tbody td.action-table-data a.cancel-circle:hover svg {
	color: #ff0000 !important;
}

.apply-leave {
	background-color: #fafbfe;
	border-radius: 8px;
}
.apply-leave .leave-apply {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	padding: 10px;
}
@media (max-width: 574.98px) {
	.apply-leave .leave-apply {
		flex-direction: column;
		align-items: flex-start;
	}
}
.apply-leave .leave-apply .leave-date {
	margin-right: 70px;
}
.apply-leave .leave-apply .leave-date span {
	color: #646b72;
}
.apply-leave .leave-apply .leave-date p {
	color: #092c4c;
}
@media (max-width: 574.98px) {
	.apply-leave .leave-apply .leave-date {
		margin-right: 0;
		margin-bottom: 20px;
	}
}
.apply-leave .leave-apply .leave-time {
	width: 175px;
}

.input-blocks .bootstrap-tagsinput {
	width: 100%;
	padding: 0 0.75rem;
	box-shadow: none;
}
.input-blocks .bootstrap-tagsinput .tag {
	background-color: #e6eaed;
	color: #092c4c;
	padding: 3px 10px;
	border-radius: 4px;
	position: relative;
	z-index: 1;
}
.input-blocks .bootstrap-tagsinput .tag .remove::after {
	color: #646b72;
}
.input-blocks .bootstrap-tagsinput input {
	position: static;
	width: auto;
	border: none;
}
.input-blocks span.tag-text {
	color: #646b72;
	font-size: 13px;
}

.table tbody tr td .sales-dropdown-list a {
	padding: 10px 20px;
}

.no-pagination .pagination {
	display: none;
}

#collapse-header.active {
	background-color: #fe9f43;
	border-color: #fe9f43;
}
#collapse-header.active i {
	color: #ffffff;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
#collapse-header.active svg {
	color: #ffffff;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
#collapse-header.active:hover svg {
	color: #ffffff;
}

.edit-delete-action a:hover {
	background-color: #e6eaed;
}
.edit-delete-action a.confirm-text:hover {
	background-color: #e6eaed;
}
.edit-delete-action a.edit-icon:hover {
	background-color: #e6eaed;
	color: #212b36 !important;
}

.modal table.table thead > tr > th.sorting:before {
	display: none !important;
}
.modal table.table thead > tr > th.sorting:after {
	display: none !important;
}

.profit-head .input-blocks .info-img {
	color: #092c4c;
}
.profit-head .input-blocks input {
	padding-left: 35px;
}

.profile-pic-upload .profile-pic.brand-pic {
	width: 110px;
	height: 105px;
	position: relative;
}
.profile-pic-upload .profile-pic.brand-pic .remove-photo {
	position: absolute;
	right: 8px;
	top: 10px;
	background: #ff0000;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 4px;
}
.profile-pic-upload .profile-pic.brand-pic .remove-photo svg {
	color: #ffffff;
	width: 14px;
	height: 14px;
}

.sales-details-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	margin-bottom: 20px;
}
@media (max-width: 766.98px) {
	.sales-details-items {
		flex-direction: column;
		align-items: start;
	}
}
@media (max-width: 766.98px) {
	.sales-details-items .details-item {
		margin-bottom: 20px;
	}
}
.sales-details-items .details-item h6 {
	margin-bottom: 15px;
	font-size: 15px;
	color: #092c4c;
}
.sales-details-items .details-item p {
	font-size: 14px;
	color: #646b72;
}
.sales-details-items .details-item h5 {
	color: #3eb780;
	font-size: 15px;
}
.sales-details-items .details-item h5 span {
	display: block;
	color: #646b72;
}

.order-text {
	color: #092c4c;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 15px;
}

.profile-head-action .badge-linesuccess {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	padding: 3px 10px;
	height: 24px;
}
.profile-head-action .badge-linedanger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	padding: 3px 10px;
	height: 24px;
}

.low-stock-tab li button.nav-link {
	font-size: 13px;
	font-weight: 500;
	padding: 6px 12px;
	color: #212b36;
	background-color: #f9fafb;
}
@media (max-width: 574.98px) {
	.low-stock-tab li button.nav-link {
		padding: 6px 9px;
	}
}

#edit-stock label {
	font-size: 14px;
	color: #212b36;
}
#edit-stock .form-control {
	font-size: 14px;
	color: #212b36;
}

.input-groupicon.select-code .addonset {
	position: relative;
}
.input-groupicon.select-code .addonset img {
	position: absolute;
	bottom: 12px;
	right: 12px;
}

.input-groupicon.calender-input {
	position: relative;
}
.input-groupicon.calender-input svg {
	position: absolute;
	top: 12px;
	right: 10px;
	width: 14px;
	height: 14px;
}

.input-groupicon.doller-input {
	position: relative;
}
.input-groupicon.doller-input svg {
	position: absolute;
	top: 13px;
	left: 8px;
	width: 14px;
	height: 14px;
}

.add-icon svg {
	width: 14px;
	height: 14px;
}

.checkout-edit a svg {
	width: 14px;
	height: 14px;
}
.checkout-edit a:hover {
	color: #3577f1 !important;
}

.checkout-delete a:hover {
	color: #ff0000 !important;
	background: #ffffff !important;
}

.checkout.product-quantity {
	border: 1px solid #90959b;
	background-color: #fafbfe;
	width: 71px;
	height: 31px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	border-radius: 8px;
}
.checkout.product-quantity input {
	width: 30px;
	height: 31px;
}

.checkout.payment-item {
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-shadow: 0px 4px 60px 0px rgba(190, 190, 190, 0.27);
	padding: 10px 15px !important;
	text-align: center !important;
	display: block !important;
	font-size: 15px;
	color: #092c4c;
	border-radius: 10px;
	border: 1px solid #e6eaed;
}
.checkout.payment-item:hover {
	background-color: #fff6ee;
	border-color: #fe9f43;
	color: #fe9f43;
}

.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 20px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: -3px;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.slider:before {
	position: absolute;
	content: '';
	height: 16px;
	width: 16px;
	left: 0px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

input:checked + .slider {
	background-color: #3eb780;
}

input:focus + .slider {
	box-shadow: 0 0 1px #3eb780;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.user.product-list {
	align-items: center;
}
.user.product-list .emping.d-flex {
	align-items: center;
}
.user.product-list .emping.d-flex a img {
	border-radius: 6px;
	margin-right: 8px;
}

.war-add #phone {
	height: 38px;
}

.war-edit-phone #phone2,
.war-edit-phone #phone3 {
	height: 38px;
}

.user.product-list a img {
	border-radius: 6px;
	margin-right: 8px;
}

.user.user.product-list .emping a {
	align-items: center;
}

.modal.show .modal-dialog.purchase {
	max-width: 1140px;
}

.page-header .btn-added.color {
	background-color: #092c4c;
}
.page-header .btn-added.color:hover {
	background-color: #fe9f43;
	color: #ffffff;
}

.input-blocks.download {
	float: right;
}

.feather-plus-circles {
	color: #ffffff;
}

.add-icon.plus a {
	color: #092c4c;
}

.import-btn {
	float: right;
	margin-bottom: 20px;
}

.image-upload.download input[type='file'] {
	height: 150px;
}

.image-upload.download {
	border-radius: 5px;
	border: 1px dashed var(--Subtitle, #b8bcc9);
	margin-bottom: 0;
}

.modal-footer-btn.download-file {
	margin-top: 0;
	margin-bottom: 15px;
}

#view-notes .custom-modal-body p {
	font-size: 14px;
}
#view-notes .custom-modal-body label {
	color: #212b36;
}
#view-notes .modal-top {
	padding: 20px;
}
#view-notes .modal-btns {
	border-top: 1px solid #e6eaed;
	padding: 20px;
}
#view-notes .modal-btns .row {
	justify-content: flex-end;
}
#view-notes .modal-btns .btn {
	font-size: 13px;
	padding: 5px 12px;
	font-weight: 500;
}
#view-notes .modal-btns .btn-cancel {
	background-color: #092c4c;
}
#view-notes .modal-btns .modal-footer-btn {
	margin-top: 0;
}
#view-notes .close {
	width: 16px;
	height: 16px;
	background-color: #ff0000;
	color: #ffffff;
	font-size: 13px;
}
#view-notes .download-file .btn {
	padding: 5px 12px;
}

.add-newplus {
	display: flex;
	justify-content: space-between;
}
.add-newplus .plus-down-add {
	color: #fe9f43;
}
.add-newplus span {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	color: #fe9f43;
}

.plus-down-add {
	margin-right: 5px;
	width: 14px;
	height: 14px;
	position: relative;
	top: -2px;
	color: #a6aaaf;
}

.add-choosen {
	display: flex;
}
@media (max-width: 766.98px) {
	.add-choosen {
		flex-wrap: wrap;
	}
}
.add-choosen .phone-img {
	position: relative;
	width: 120px;
	height: 120px;
	border-radius: 10px;
	border: 1px solid var(--Stroke, rgba(145, 158, 171, 0.3));
	text-align: center;
	margin-left: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width: 766.98px) {
	.add-choosen .phone-img {
		margin-bottom: 10px;
		margin-left: 10px;
	}
}
.add-choosen .phone-img a {
	position: absolute;
	right: 3px;
	top: 3px;
	background: #ff0000;
	border-radius: 3px;
	width: 16px;
	height: 16px;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.add-choosen .phone-img a:hover {
	color: #ffffff;
	background: #e61414;
}

.add-icon.tab a {
	background-color: #092c4c;
	color: #ffffff;
}

.add-icon.tab-icon .feather-trashs {
	background-color: #ffffff;
	color: #ff0000;
}

.add-icon.tab-icon a {
	background-color: #ffffff;
	font-size: 11px;
	width: 34px;
	padding: 0;
}

.input-blocks.filter-add {
	margin-right: 0px;
	margin-bottom: 0px;
}
.input-blocks.filter-add .input-blocks.add-product {
	margin-bottom: 20px;
	margin-right: 7px;
}

.feather-pluses {
	color: #092c4c;
	width: 14px;
	height: 14px;
}

.checkboxs.add-listcheck {
	padding-left: 24px;
}

.searchinputs.list input {
	width: 357px;
	position: relative;
	padding: 10px 31px 10px 10px;
	border: 1px solid var(--Stroke, rgba(145, 158, 171, 0.3));
	background: #ffffff;
}

.feather-16.icon {
	position: absolute;
	top: 10px;
	right: 10px;
}

.search-dropdown.idea {
	height: auto;
}

.add-product .add-icon a {
	background-color: #092c4c;
	color: #ffffff;
	font-size: 15px;
}
@media (max-width: 766.98px) {
	.add-product .add-icon a {
		z-index: 1;
	}
}
.add-product .add-icon a:hover {
	background-color: #fe9f43;
}

.new-employee-field.product .card-title-head h6 {
	font-weight: 600;
	font-size: 16px;
	align-items: center;
	margin: 0;
	padding: 0;
	border-bottom: none;
}

.new-employee-field.product .card-title-head {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid rgba(145, 158, 171, 0.3);
	display: flex;
	justify-content: space-between;
}

.new-employee-field.product .card-title-head a {
	color: #878a99;
	border: 1px solid;
	padding: 3px;
	border-radius: 25px;
}

.selected-hide-color {
	display: none;
}

.selected-color-add .selected-hide-color {
	display: flex;
	align-items: center;
}

.variant-table {
	display: none;
}

.variant-select {
	height: 40px;
}

.add-product .text-editor.add-list {
	width: 100%;
}
.add-product .text-editor.add-list h5 {
	padding-left: 0;
}
.add-product .text-editor.add-list.add .addproduct-icon {
	padding-left: 0;
}
.add-product .text-editor.add-list.add .custom-filed {
	display: flex;
	padding: 15px;
	background-color: #f2f2f2;
	margin-bottom: 20px;
}
.add-product .text-editor.add-list.add .custom-filed .input-block.add-lists {
	display: flex;
	gap: 20px;
	align-items: center;
	font-size: 16px;
	color: #646b72;
}
@media (max-width: 766.98px) {
	.add-product .text-editor.add-list.add .custom-filed .input-block.add-lists {
		flex-wrap: wrap;
	}
}
.add-product .text-editor.add-list.add .custom-filed .input-block.add-lists .checkboxs {
	margin-bottom: 0;
	padding-left: 23px;
}
.add-product .text-editor.add-list.add .custom-filed .input-block.add-lists .checkboxs .checkmarks {
	top: 3px;
	width: 16px;
	height: 16px;
}
.add-product .note-statusbar {
	display: none !important;
}

.add-product-form .input-blocks input[type='text'].datetimepicker {
	padding-left: 10px;
}
.add-product-form .table tbody tr td {
	padding: 15px;
}
.add-product-form .tag {
	background-color: #e6eaed !important;
}
.add-product-form .selected-hide-color .bootstrap-tagsinput {
	border-color: #e6eaed;
}
.add-product-form .selected-hide-color .remove-color {
	border: 1px solid #e6eaed;
	width: 40px;
	height: 40px;
	display: flex;
	border-radius: 5px;
	color: #646b72;
	font-size: 16px;
	align-items: center;
	justify-content: center;
}
.add-product-form .selected-hide-color .remove-color:hover {
	background-color: #e6eaed;
}
.add-product-form .product-quantity {
	border: 1px solid #e6eaed;
}

.edit-product .form-label {
	color: #212b36;
	margin-bottom: 6px;
}
.edit-product .bootstrap-tagsinput .tag {
	background-color: #e6eaed;
}
.edit-product .remove-color {
	border: 1px solid #e6eaed;
	width: 40px;
	height: 40px;
	display: flex;
	border-radius: 5px;
	color: #646b72;
	font-size: 16px;
	align-items: center;
	justify-content: center;
}
.edit-product .table tr th {
	padding: 15px;
	background-color: #e6eaed;
	color: #212b36;
}
.edit-product .table tbody tr {
	border: 1px solid #e6eaed;
}
.edit-product .table tbody tr:last-child {
	border-radius: 0 0 10px 10px;
	opacity: 0.4;
}
.edit-product .table tbody tr td {
	padding: 15px;
	border: none;
	min-width: 120px;
}
@media (max-width: 574.98px) {
	.edit-product .table tbody tr td {
		padding: 10px;
		padding: 10px;
	}
}
.edit-product .product-quantity {
	border: 1px solid #e6eaed;
}
.edit-product input[type='text'].datetimepicker {
	padding-left: 10px;
}

.notes-page-wrapper .content {
	padding: 24px;
}
.notes-page-wrapper .content .page-add-notes {
	border-bottom: 1px solid #90959b;
	padding-bottom: 25px;
	position: relative;
	margin-bottom: 0;
}
@media (max-width: 766.98px) {
	.notes-page-wrapper .content .page-add-notes {
		flex-direction: column;
		align-items: start;
	}
}
.notes-page-wrapper .content .page-add-notes .notes-tog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	position: absolute;
	bottom: -12px;
	border-radius: 30px;
	background: #1b2850;
	color: #ffffff;
	width: 24px;
	height: 24px;
	padding: 5px;
}
@media (max-width: 991.96px) {
	.notes-page-wrapper .content .page-add-notes .notes-tog {
		display: none;
	}
}
.notes-page-wrapper .content .section-bulk-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	margin: 30px 0 24px 0;
	padding: 20px;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0px 4px 60px 0px rgba(231, 231, 231, 0.47);
}
@media (max-width: 766.98px) {
	.notes-page-wrapper .content .section-bulk-wrap {
		flex-direction: column;
		align-items: start;
	}
}
.notes-page-wrapper .content .section-bulk-wrap .bulk-action-type {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
@media (max-width: 766.98px) {
	.notes-page-wrapper .content .section-bulk-wrap .bulk-action-type {
		margin-bottom: 20px;
	}
}
@media (max-width: 574.98px) {
	.notes-page-wrapper .content .section-bulk-wrap .bulk-action-type {
		margin-bottom: 0;
		flex-direction: column;
		align-items: self-start;
	}
}
.notes-page-wrapper .content .section-bulk-wrap .bulk-action-type .select-bluk {
	margin-right: 8px;
	height: 40px;
}
.notes-page-wrapper
	.content
	.section-bulk-wrap
	.bulk-action-type
	.select-bluk
	.select2-container
	.selection
	.select2-selection
	.select2-selection__rendered {
	padding-left: 10px !important;
}
.notes-page-wrapper .content .section-bulk-wrap .bulk-action-type .btn-added {
	background: #092c4c;
	padding: 8px 20px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	margin-right: 15px;
	height: 38px;
}
.notes-page-wrapper .content .section-bulk-wrap .bulk-action-type .btn-added:hover {
	background: #fe9f43;
}
@media (max-width: 574.98px) {
	.notes-page-wrapper .content .section-bulk-wrap .bulk-action-type .btn-added {
		margin: 20px 0;
	}
}
.notes-page-wrapper .content .section-bulk-wrap .form-sort .fa-filter {
	z-index: 100 !important;
	position: absolute;
	top: 15px;
	left: 15px;
	width: 16px;
	height: 16px;
}
.notes-page-wrapper .content .section-notes-slider {
	position: relative;
	padding-bottom: 40px;
	border-bottom: 1px solid #90959b;
}
.notes-page-wrapper .content .section-notes-slider .notes-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	margin-bottom: 20px;
}
.notes-page-wrapper .content .section-notes-slider .notes-content .notes-close a {
	color: #ff0000;
	font-size: 15px;
	font-weight: 400;
}
.notes-page-wrapper .content .section-notes-slider .notes-content .notes-close a i {
	margin-right: 6px;
}
.notes-page-wrapper .content .section-notes-slider .notes-card {
	padding: 24px;
	border-radius: 8px;
	background: rgba(255, 159, 67, 0.03);
}
.notes-page-wrapper .content .section-notes-slider .notes-card.medium {
	background: rgba(116, 41, 248, 0.03);
}
.notes-page-wrapper .content .section-notes-slider .notes-card.high {
	background: rgba(234, 84, 85, 0.03);
}
.notes-page-wrapper .content .section-notes-slider .notes-card .notes-card-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}
.notes-page-wrapper .content .section-notes-slider .notes-card .notes-card-body p.badged {
	border-radius: 8px;
	border: 1px solid #ffca18;
	padding: 4px 10px;
	margin-bottom: 0;
	color: #ffca18;
	font-size: 14px;
	font-weight: 600;
	display: flex;
	align-items: center;
}
.notes-page-wrapper .content .section-notes-slider .notes-card .notes-card-body p.badged i {
	font-size: 7px;
	margin-right: 4px;
}
.notes-page-wrapper .content .section-notes-slider .notes-card .notes-card-body p.badged.medium {
	color: #7429f8;
	border: 1px solid #7429f8;
}
.notes-page-wrapper .content .section-notes-slider .notes-card .notes-card-body p.badged.high {
	color: #ff0000;
	border: 1px solid #ff0000;
}
.notes-page-wrapper .content .section-notes-slider .notes-card .notes-card-body a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	color: #092c4c;
}
.notes-page-wrapper
	.content
	.section-notes-slider
	.notes-card
	.notes-card-body
	a.dropdown-item:hover {
	color: #ffffff;
}
.notes-page-wrapper .content .section-notes-slider .notes-card .notes-slider-content {
	margin: 24px 0;
}
.notes-page-wrapper .content .section-notes-slider .notes-card .notes-slider-content h4 a {
	margin-bottom: 10px;
	color: #092c4c;
	font-size: 16px;
	font-weight: 600;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.notes-page-wrapper .content .section-notes-slider .notes-card .notes-slider-content h4 a:hover {
	color: #ffca18;
}
.notes-page-wrapper .content .section-notes-slider .notes-card .notes-slider-content p {
	color: #646b72;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.notes-page-wrapper .content .section-notes-slider .notes-card .notes-slider-widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}
.notes-page-wrapper .content .section-notes-slider .notes-card .notes-slider-widget .notes-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.notes-page-wrapper .content .section-notes-slider .notes-card .notes-slider-widget .notes-logo a {
	margin-right: 15px;
}
.notes-page-wrapper
	.content
	.section-notes-slider
	.notes-card
	.notes-slider-widget
	.notes-logo
	a
	span {
	width: 32px;
	height: 32px;
	display: flex;
}
.notes-page-wrapper
	.content
	.section-notes-slider
	.notes-card
	.notes-slider-widget
	.notes-logo
	a
	span
	img {
	border-radius: 100px;
}
.notes-page-wrapper
	.content
	.section-notes-slider
	.notes-card
	.notes-slider-widget
	.notes-logo
	span.medium-square {
	margin-right: 5px;
}
.notes-page-wrapper
	.content
	.section-notes-slider
	.notes-card
	.notes-slider-widget
	.notes-logo
	span.medium-square
	i {
	color: #3eb780;
	transform: rotate(45deg);
	font-size: 10px;
}
.notes-page-wrapper
	.content
	.section-notes-slider
	.notes-card
	.notes-slider-widget
	.notes-logo
	span.high-square {
	margin-right: 5px;
}
.notes-page-wrapper
	.content
	.section-notes-slider
	.notes-card
	.notes-slider-widget
	.notes-logo
	span.high-square
	i {
	color: #ffca18;
	transform: rotate(45deg);
	font-size: 10px;
}
.notes-page-wrapper
	.content
	.section-notes-slider
	.notes-card
	.notes-slider-widget
	.notes-logo
	span.low-square {
	margin-right: 5px;
}
.notes-page-wrapper
	.content
	.section-notes-slider
	.notes-card
	.notes-slider-widget
	.notes-logo
	span.low-square
	i {
	color: #288ec7;
	transform: rotate(45deg);
	font-size: 10px;
}
.notes-page-wrapper .content .section-notes-slider .notes-card .notes-slider-widget .notes-logo p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	color: #288ec7;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0px;
}
.notes-page-wrapper
	.content
	.section-notes-slider
	.notes-card
	.notes-slider-widget
	.notes-logo
	p
	i.fa-draw-polygon {
	margin-right: 5px;
}
.notes-page-wrapper
	.content
	.section-notes-slider
	.notes-card
	.notes-slider-widget
	.notes-logo
	p.medium {
	color: #3eb780;
}
.notes-page-wrapper
	.content
	.section-notes-slider
	.notes-card
	.notes-slider-widget
	.notes-logo
	p.high {
	color: #ffca18;
}
.notes-page-wrapper
	.content
	.section-notes-slider
	.notes-card
	.notes-slider-widget
	.notes-star-delete {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.notes-page-wrapper
	.content
	.section-notes-slider
	.notes-card
	.notes-slider-widget
	.notes-star-delete
	span
	.fa-star {
	color: #ffca18;
	width: 16px;
	height: 16px;
	margin-right: 10px;
}
.notes-page-wrapper
	.content
	.section-notes-slider
	.notes-card
	.notes-slider-widget
	.notes-star-delete
	span
	.feather-trash-2 {
	color: #ff0000;
	width: 16px;
	height: 16px;
}
.notes-page-wrapper .content .section-card-body {
	padding-top: 40px;
}
.notes-page-wrapper .content .section-card-body .notes-card-details {
	border-radius: 8px;
	border: 1px solid rgba(145, 158, 171, 0.3);
	background: #ffffff;
	box-shadow: 0px 4px 60px 0px rgba(190, 190, 190, 0.27);
	padding: 24px;
	margin-bottom: 24px;
}
.notes-page-wrapper .content .section-card-body .notes-card-details .notes-card-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}
.notes-page-wrapper .content .section-card-body .notes-card-details .notes-card-body p.badged {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	border-radius: 8px;
	border: 1px solid #ffca18;
	padding: 4px 10px;
	margin-bottom: 0;
	color: #ffca18;
	font-size: 14px;
	font-weight: 600;
}
.notes-page-wrapper .content .section-card-body .notes-card-details .notes-card-body p.badged i {
	font-size: 7px;
	margin-right: 4px;
}
.notes-page-wrapper
	.content
	.section-card-body
	.notes-card-details
	.notes-card-body
	p.badged.medium {
	color: #7429f8;
	border: 1px solid #7429f8;
}
.notes-page-wrapper .content .section-card-body .notes-card-details .notes-card-body p.badged.high {
	color: #ff0000;
	border: 1px solid #ff0000;
}
.notes-page-wrapper
	.content
	.section-card-body
	.notes-card-details
	.notes-card-body
	.dropdown-item
	span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	color: #092c4c;
}
.notes-page-wrapper
	.content
	.section-card-body
	.notes-card-details
	.notes-card-body
	.dropdown-item
	span
	svg {
	width: 14px;
	height: 14px;
	color: #646b72;
}
.notes-page-wrapper
	.content
	.section-card-body
	.notes-card-details
	.notes-card-body
	.dropdown-item:hover
	span
	svg {
	color: #ffffff;
}
.notes-page-wrapper .content .section-card-body .notes-card-details .notes-wrap-content {
	padding: 20px 0;
	border-bottom: 1px solid #90959b;
}
.notes-page-wrapper .content .section-card-body .notes-card-details .notes-wrap-content h4 a {
	color: #092c4c;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.notes-page-wrapper .content .section-card-body .notes-card-details .notes-wrap-content h4 a:hover {
	color: #ffca18;
}
.notes-page-wrapper .content .section-card-body .notes-card-details .notes-wrap-content .wrap-cal {
	color: #646b72;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.notes-page-wrapper
	.content
	.section-card-body
	.notes-card-details
	.notes-wrap-content
	.wrap-cal
	svg {
	margin-right: 5px;
	width: 16px;
	height: 16px;
}
.notes-page-wrapper .content .section-card-body .notes-card-details .notes-wrap-content p {
	color: #646b72;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.notes-page-wrapper .content .section-card-body .notes-card-details .notes-slider-widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}
.notes-page-wrapper
	.content
	.section-card-body
	.notes-card-details
	.notes-slider-widget.notes-widget-profile {
	padding-top: 20px;
}
.notes-page-wrapper
	.content
	.section-card-body
	.notes-card-details
	.notes-slider-widget
	.notes-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.notes-page-wrapper
	.content
	.section-card-body
	.notes-card-details
	.notes-slider-widget
	.notes-logo
	a {
	margin-right: 15px;
}
.notes-page-wrapper
	.content
	.section-card-body
	.notes-card-details
	.notes-slider-widget
	.notes-logo
	a
	span
	img {
	border-radius: 100px;
}
.notes-page-wrapper
	.content
	.section-card-body
	.notes-card-details
	.notes-slider-widget
	.notes-logo
	span.medium-square {
	margin-right: 5px;
}
.notes-page-wrapper
	.content
	.section-card-body
	.notes-card-details
	.notes-slider-widget
	.notes-logo
	span.medium-square
	i {
	color: #3eb780;
	transform: rotate(45deg);
	font-size: 10px;
}
.notes-page-wrapper
	.content
	.section-card-body
	.notes-card-details
	.notes-slider-widget
	.notes-logo
	span.high-square {
	margin-right: 5px;
}
.notes-page-wrapper
	.content
	.section-card-body
	.notes-card-details
	.notes-slider-widget
	.notes-logo
	span.high-square
	i {
	color: #ffca18;
	transform: rotate(45deg);
	font-size: 10px;
}
.notes-page-wrapper
	.content
	.section-card-body
	.notes-card-details
	.notes-slider-widget
	.notes-logo
	span.low-square {
	margin-right: 5px;
}
.notes-page-wrapper
	.content
	.section-card-body
	.notes-card-details
	.notes-slider-widget
	.notes-logo
	span.low-square
	i {
	color: #288ec7;
	transform: rotate(45deg);
	font-size: 10px;
}
.notes-page-wrapper
	.content
	.section-card-body
	.notes-card-details
	.notes-slider-widget
	.notes-logo
	p {
	color: #288ec7;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.notes-page-wrapper
	.content
	.section-card-body
	.notes-card-details
	.notes-slider-widget
	.notes-logo
	p
	i.fa-draw-polygon {
	margin-right: 5px;
}
.notes-page-wrapper
	.content
	.section-card-body
	.notes-card-details
	.notes-slider-widget
	.notes-logo
	p.medium {
	color: #3eb780;
}
.notes-page-wrapper
	.content
	.section-card-body
	.notes-card-details
	.notes-slider-widget
	.notes-logo
	p.high {
	color: #ffca18;
}
.notes-page-wrapper
	.content
	.section-card-body
	.notes-card-details
	.notes-slider-widget
	.notes-star-delete {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.notes-page-wrapper
	.content
	.section-card-body
	.notes-card-details
	.notes-slider-widget
	.notes-star-delete
	span
	.feather-star {
	color: #646b72;
	width: 16px;
	height: 16px;
	margin-right: 10px;
}
.notes-page-wrapper
	.content
	.section-card-body
	.notes-card-details
	.notes-slider-widget
	.notes-star-delete
	span
	.feather-trash-2 {
	color: #ff0000;
	width: 16px;
	height: 16px;
}

.notes-card-details .notes-card-body a {
	color: #092c4c;
}

.star-todo-inbox svg {
	width: 13px;
	height: 13px;
	color: #646b72;
}

.inbox-call-profile {
	border-radius: 5px;
	background: #e92990;
	border: 1px solid #e92990;
	padding: 4px 10px;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	margin: 0 20px;
}
.inbox-call-profile:hover {
	color: #e92990;
	background: #ffffff;
}

.notes-tog i {
	transform: rotate(180deg);
}
.notes-tog.active i {
	transform: rotate(0deg);
}

.section-bulk-wrap .form-sort {
	position: relative;
}
.section-bulk-wrap .form-sort svg.feather-filter {
	position: absolute;
	z-index: 101;
	width: 16px;
	height: 16px;
	top: 12px;
	left: 10px;
}

.page-add-notes.active svg {
	transform: rotate(0) !important;
}

.dropdown-menu.notes-menu {
	z-index: 99999;
}
.dropdown-menu.notes-menu a.dropdown-item {
	color: #092c4c;
	font-size: 15px;
	font-weight: 400;
	display: flex;
	align-items: center;
	padding: 10px 20px;
}
.dropdown-menu.notes-menu a.dropdown-item:hover {
	background: #ffca18;
	color: #ffffff;
}
.dropdown-menu.notes-menu a.dropdown-item:hover svg {
	color: #ffffff;
}
.dropdown-menu.notes-menu span {
	margin-right: 8px;
}
.dropdown-menu.notes-menu svg {
	width: 14px;
	height: 14px;
	color: #646b72;
}

.edit-note-head a {
	border-radius: 30px;
	border: 1px solid rgba(145, 158, 171, 0.3);
	background: #ffffff;
	color: #092c4c;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
}
.edit-note-head a:hover {
	border-radius: 20px;
	background: #fe9f43;
	color: #ffffff;
}

.custom-modal-body .select2-container .selection .select2-selection .select2-selection__rendered {
	padding-left: 10px !important;
}

.bulk-con-wrap {
	width: 100%;
}

.section-bulk-widget {
	transition: 0.6s all;
}

.section-notes-dashboard {
	display: none;
	transition: 0.6s all;
}

.notes-tog i {
	transition: 0.5s all;
}

.notes-tag-left .notes-tog i {
	transform: rotate(360deg);
	transition: 0.5s all;
}

.budgeted-role-notes {
	width: 100%;
}

.notes-summernote .card {
	margin-bottom: 0 !important;
}

.dropdown-item:active {
	background: transparent;
}

.notes-summernote p {
	color: #646b72;
	font-size: 15px;
	font-weight: 400;
}

.notes-dash {
	margin-top: 30px;
	padding: 24px;
	border-radius: 8px;
	border: 1px solid rgba(145, 158, 171, 0.3);
	background: #ffffff;
	transition: 0.6s all;
}
.notes-dash .notes-top-head {
	border-bottom: 1px solid #90959b;
}
.notes-dash .notes-top-head h5 {
	font-size: 18px;
	font-weight: 700;
	color: #092c4c;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}
.notes-dash .notes-top-head h5 svg {
	width: 19px;
	height: 19px;
	margin-right: 6px;
	color: #646b72;
}
.notes-dash .notes-top-head-submenu {
	padding: 15px 0;
	border-bottom: 1px solid #90959b;
}
.notes-dash .notes-top-head-submenu ul {
	padding: 15px 0;
}
.notes-dash .notes-top-head-submenu ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	padding: 10px;
}
.notes-dash .notes-top-head-submenu ul li.active {
	border-radius: 10px;
	background: #092c4c;
}
.notes-dash .notes-top-head-submenu ul li.active svg {
	width: 16px;
	height: 16px;
	margin-right: 8px;
}
.notes-dash .notes-top-head-submenu ul li.active p {
	color: #ffffff;
}
.notes-dash .notes-top-head-submenu ul li p {
	font-size: 15px;
	font-weight: 600;
	color: #646b72;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
.notes-dash .notes-top-head-submenu ul li p svg {
	width: 16px;
	height: 16px;
	margin-right: 8px;
}
.notes-dash .notes-top-head-submenu ul li span {
	display: flex;
	width: 18px;
	height: 18px;
	padding: 0px 3px;
	justify-content: center;
	align-items: center;
	border-radius: 12px;
	background: #fe9f43;
	color: #ffffff;
}
.notes-dash .content-submenu-tag {
	margin-top: 15px;
	padding: 10px;
}
.notes-dash .content-submenu-tag h6 {
	font-size: 16px;
	font-weight: 600;
	color: #092c4c;
}
.notes-dash .content-submenu-tag ul {
	padding: 10px 0;
}
.notes-dash .content-submenu-tag ul.tags-list {
	margin-bottom: 24px;
}
.notes-dash .content-submenu-tag ul li {
	font-size: 15px;
	font-weight: 400;
	display: flex;
	align-items: center;
}
.notes-dash .content-submenu-tag ul li.personal span {
	margin-right: 8px;
}
.notes-dash .content-submenu-tag ul li.personal span i {
	transform: rotate(45deg);
	font-size: 10px;
}
.notes-dash .content-submenu-tag ul li.personal a {
	color: #288ec7;
	display: flex;
	align-items: center;
}
.notes-dash .content-submenu-tag ul li.social span {
	margin-right: 8px;
}
.notes-dash .content-submenu-tag ul li.social span i {
	transform: rotate(45deg);
	font-size: 10px;
}
.notes-dash .content-submenu-tag ul li.social a {
	color: #ffca18;
	display: flex;
	align-items: center;
}
.notes-dash .content-submenu-tag ul li.work span {
	margin-right: 8px;
}
.notes-dash .content-submenu-tag ul li.work span i {
	transform: rotate(45deg);
	font-size: 10px;
}
.notes-dash .content-submenu-tag ul li.work a {
	color: #3eb780;
	display: flex;
	align-items: center;
}
.notes-dash .content-submenu-tag ul li.public span {
	margin-right: 8px;
}
.notes-dash .content-submenu-tag ul li.public span i {
	transform: rotate(45deg);
	font-size: 10px;
}
.notes-dash .content-submenu-tag ul li.public a {
	color: #a02f7a;
	display: flex;
	align-items: center;
}
.notes-dash .content-submenu-tag ul li.medium span {
	margin-right: 8px;
}
.notes-dash .content-submenu-tag ul li.medium span i {
	transform: rotate(45deg);
	font-size: 10px;
}
.notes-dash .content-submenu-tag ul li.medium a {
	color: #6938ef;
	display: flex;
	align-items: center;
}
.notes-dash .content-submenu-tag ul li.high span {
	margin-right: 8px;
}
.notes-dash .content-submenu-tag ul li.high span i {
	transform: rotate(45deg);
	font-size: 10px;
}
.notes-dash .content-submenu-tag ul li.high a {
	color: #ff0000;
	display: flex;
	align-items: center;
}
.notes-dash .content-submenu-tag ul li.low span {
	margin-right: 8px;
}
.notes-dash .content-submenu-tag ul li.low span i {
	transform: rotate(45deg);
	font-size: 10px;
}
.notes-dash .content-submenu-tag ul li.low a {
	color: #ffca18;
	display: flex;
	align-items: center;
}
.notes-dash .content-submenu-tag ul li + li {
	margin-top: 10px;
}

.notes-logo a {
	display: flex;
	align-items: center;
}
.notes-logo a span {
	width: 32px;
	height: 32px;
}
.notes-logo a span img {
	border-radius: 32px;
}

.notes-top-head-submenu {
	padding: 15px 0;
	border-bottom: 1px solid #90959b;
}
.notes-top-head-submenu .nav.todo-inbox button.todo-inbox {
	display: flex;
	justify-content: start;
	align-items: center;
	padding: 10px;
	font-size: 15px;
	font-weight: 600;
	color: #646b72;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	border-radius: 10px;
}
.notes-top-head-submenu .nav.todo-inbox button.todo-inbox.active {
	border-radius: 10px;
	background: #212b36;
	padding: 10px;
	color: #ffffff;
}
.notes-top-head-submenu .nav.todo-inbox button.todo-inbox.active svg {
	width: 16px;
	height: 16px;
	margin-right: 8px;
}
.notes-top-head-submenu .nav.todo-inbox button.todo-inbox:hover {
	background: #212b36;
	color: #ffffff;
}
.notes-top-head-submenu .nav.todo-inbox button.todo-inbox svg {
	width: 16px;
	height: 16px;
	margin-right: 8px;
}
.notes-top-head-submenu .nav.todo-inbox button.todo-inbox span {
	display: flex;
	width: 20px;
	height: 20px;
	padding: 0px 3px;
	justify-content: center;
	align-items: center;
	border-radius: 12px;
	background: #fe9f43;
	color: #ffffff;
}

.notes-trash-btn {
	background: #ff0000;
	color: #ffffff;
	border-radius: 8px;
	margin: 4px 0 20px 0;
	padding: 10px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.notes-trash-btn span {
	display: flex;
	align-items: center;
}
.notes-trash-btn span svg {
	width: 16px;
	height: 16px;
	margin-right: 10px;
}

.delete-popup {
	padding: 24px;
	border-radius: 8px;
	background: #ffffff;
}
.delete-popup .delete-image {
	margin-bottom: 20px;
}
.delete-popup .delete-heads {
	text-align: center;
}
.delete-popup .delete-heads h4 {
	color: #092c4c;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
}
.delete-popup .delete-heads p {
	color: #646b72;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0px;
}
.delete-popup .delete-footer {
	text-align: center;
}

.edit-page-title {
	display: flex;
	align-items: center;
}
.edit-page-title h4 {
	font-size: 18px;
	font-weight: 700;
	color: #092c4c;
	margin-bottom: 0;
	margin-right: 10px;
}
.edit-page-title p {
	font-size: 15px;
	font-weight: 400;
	color: #288ec7;
}

.edit-head-view {
	margin-bottom: 20px;
	border-bottom: rgba(145, 158, 171, 0.3);
}
.edit-head-view h6 {
	font-size: 16px;
	font-weight: 600;
	color: #092c4c;
	margin-bottom: 15px;
}
.edit-head-view p {
	font-size: 15px;
	font-weight: 400;
	color: #646b72;
	margin-bottom: 15px;
}
.edit-head-view p.badged {
	border-radius: 8px;
	border: 1px solid #ffca18;
	padding: 4px 10px;
	margin-bottom: 0;
	color: #ffca18;
	font-size: 14px;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
}
.edit-head-view p.badged i {
	font-size: 7px;
	margin-right: 7px;
}

.edit-footer-menu a {
	background-color: #ff0000;
}

.edit-noted-head a span i.fa-trash-alt {
	color: #ff0000;
	margin-right: 10px;
}
.edit-noted-head a span i.fa-star {
	color: #ffca18;
}

.edit-head-view p.badged.high {
	border-radius: 8px;
	border: 1px solid #ff0000;
	padding: 4px 10px;
	margin-bottom: 0;
	color: #ff0000;
	font-size: 14px;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
}
.edit-head-view p.badged.high i {
	font-size: 7px;
	margin-right: 7px;
}

.people-profile-pic {
	border: none !important;
	position: relative;
}
.people-profile-pic img {
	border-radius: 10px;
}
.people-profile-pic a {
	position: absolute;
	top: 15px;
	right: 7px;
}
.people-profile-pic a .x-square-add {
	border-radius: 3px;
	background: #ff0000;
	color: #ffffff;
}

.people-customer-walk {
	max-width: 35px;
}

.custom-pagination .paginations {
	align-items: center;
}
.custom-pagination .paginations span {
	display: flex;
	align-items: center;
	color: #646b72;
	width: 16px;
	height: 16px;
}
.custom-pagination .paginations span .fa-chevron-left {
	margin-right: 8px;
}
.custom-pagination .paginations .page-wrap li a {
	margin-right: 8px;
	border-radius: 85px;
	background: #90959b;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	display: flex;
	width: 30px;
	height: 30px;
	padding: 5px;
	justify-content: center;
	align-items: center;
}
.custom-pagination .paginations .page-wrap li a.active {
	background: #fe9f43;
	color: #ffffff;
}
.custom-pagination .paginations .page-wrap li :hover {
	background: #fe9f43;
	color: #ffffff;
	transition: 0.3s all;
}

.section-notes-slider .notes-slider.owl-carousel .owl-nav {
	top: -44px;
	right: unset;
	left: 150px;
}
.section-notes-slider .notes-slider.owl-carousel .owl-nav button {
	background-color: transparent;
	width: 15px;
	height: auto;
}
.section-notes-slider .notes-slider.owl-carousel .owl-nav button i {
	color: #092c4c;
}
.section-notes-slider .notes-slider.owl-carousel .owl-nav button:hover {
	background-color: transparent;
}
.section-notes-slider .notes-slider.owl-carousel .owl-nav button:hover i {
	color: #fe9f43;
}

.edit-review.people-profile-pic a {
	position: absolute;
	top: 4px;
	right: 7px;
}

.barcode-content-list {
	border-radius: 8px;
	border: 1px solid rgba(145, 158, 171, 0.3);
	background: #ffffff;
	padding: 24px;
}
@media (max-width: 574.98px) {
	.barcode-content-list {
		padding-left: 15px;
	}
}
.barcode-content-list .seacrh-barcode-item {
	margin-bottom: 24px;
}
@media (max-width: 574.98px) {
	.barcode-content-list .seacrh-barcode-item .seacrh-barcode-item-one {
		margin-bottom: 15px;
	}
}
.barcode-content-list .search-modal-header {
	margin-bottom: 24px;
}
.barcode-content-list .search-modal-header .dataTables_wrapper .dataTables_filter {
	display: none;
}
.barcode-content-list .search-modal-header .dataTables_length,
.barcode-content-list .search-modal-header .dataTables_info,
.barcode-content-list .search-modal-header .dataTables_paginate {
	display: none;
}
.barcode-content-list .search-modal-header table thead th {
	padding: 15px 17px !important;
}
.barcode-content-list .search-modal-header table tbody td {
	padding: 10px 17px;
	border-bottom: 1px solid rgba(145, 158, 171, 0.3);
}
.barcode-content-list .paper-search-size {
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(145, 158, 171, 0.3);
}
@media (max-width: 574.98px) {
	.barcode-content-list .paper-search-size .search-toggle-list {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 16px;
	}
}
.barcode-content-list .paper-search-size .search-toggle-list p {
	margin-bottom: 5px;
	color: #092c4c;
	font-size: 14px;
	font-weight: 500;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
@media (max-width: 574.98px) {
	.barcode-content-list .paper-search-size .search-toggle-list p {
		margin-bottom: 0px;
	}
}
.barcode-content-list .search-barcode-button {
	margin-top: 24px;
	display: flex;
	align-items: center;
	justify-content: end;
}
@media (max-width: 574.98px) {
	.barcode-content-list .search-barcode-button {
		display: block;
	}
}
@media (max-width: 574.98px) {
	.barcode-content-list .search-barcode-button a {
		width: 100%;
		margin-bottom: 14px;
	}
}
.barcode-content-list .nav-searchinputs {
	list-style: none;
}

.barcode-delete-icon {
	margin-right: 8px;
}

.close-btn {
	background: #ff0000;
}
.close-btn:hover {
	background: #cc0000;
}

.seacrh-barcode-item .searchInput {
	background: #ffffff;
	width: 100%;
	border-radius: 5px;
	position: relative;
}

.searchInput input {
	height: 38px;
	width: 100%;
	outline: none;
	border-radius: 5px;
	padding: 0 20px 0 38px;
	font-size: 18px;
	color: #a6aaaf;
}

.searchInput.active input {
	border-radius: 5px 5px 0 0;
}

.searchInput .resultBox {
	padding: 0;
	opacity: 0;
	pointer-events: none;
	max-height: 280px;
	overflow-y: auto;
}

.searchInput.active .resultBox {
	padding: 10px 8px;
	opacity: 1;
	pointer-events: auto;
	border: 1px solid #ffca18;
}

.resultBox li {
	list-style: none;
	padding: 8px 12px;
	display: none;
	width: 100%;
	cursor: default;
	border-radius: 3px;
}

.searchInput.active .resultBox li {
	display: block;
}

.resultBox li:hover {
	background: #ffca18;
	color: #ffffff;
}

.searchInput .icon {
	position: absolute;
	left: 10px;
	top: 17px;
	height: 15px;
	width: 15px;
	text-align: center;
	line-height: 55px;
	color: #646b72;
	cursor: pointer;
}

.barcode-scan-header {
	margin-bottom: 15px;
}
.barcode-scan-header h5 {
	font-size: 18px;
	font-weight: 700;
	color: #092c4c;
}

.barcode-scanner-link {
	padding: 10px 5px;
	border-radius: 10px;
	border: 1px solid rgba(145, 158, 171, 0.3);
	background: #ffffff;
	margin-bottom: 30px;
}
.barcode-scanner-link h6 {
	font-size: 14px;
	font-weight: 700;
	color: #092c4c;
	margin-bottom: 5px;
}
.barcode-scanner-link p {
	font-size: 15px;
	font-weight: 400;
	color: #646b72;
	margin-bottom: 5px;
}

.people-cust-avatar h6 {
	margin-bottom: 10px;
}

.employee-grid-profile {
	text-align: center;
	background: #ffffff;
	border-radius: 8px;
	margin: 0 0 24px;
	padding: 15px;
	box-shadow: 0px 4px 60px 0px rgba(190, 190, 190, 0.27);
	border: 1px solid #90959b;
}
.employee-grid-profile .profile-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	margin-bottom: 24px;
}
.employee-grid-profile .profile-head .profile-head-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.employee-grid-profile .profile-head .profile-head-action .badge badge-linedanger {
	background: #ffffff;
	border: 1px solid #ff0000;
	padding: 2px 10px;
}
.employee-grid-profile .profile-head .dep-name h5 {
	font-size: 18px;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.employee-grid-profile .profile-head .dep-name h5::before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 5px;
}
.employee-grid-profile .profile-head .dep-name h5.active::before {
	background: #3eb780;
}
.employee-grid-profile .profile-head .dep-name h5.inactive::before {
	background: #ff0000;
}
.employee-grid-profile .profile-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	flex-direction: column;
	margin-bottom: 15px;
}
.employee-grid-profile .profile-info .profile-pic {
	width: 80px;
	height: 80px;
	border-radius: 8px;
	margin-bottom: 15px;
	position: relative;
}
.employee-grid-profile .profile-info .profile-pic img {
	border-radius: 8px;
}
.employee-grid-profile .profile-info .profile-pic.active-profile::after {
	content: '';
	background: #3eb780;
	border-radius: 50%;
	position: absolute;
	right: -3px;
	bottom: -3px;
	padding: 3px;
	border: 3px solid #ffffff;
}
.employee-grid-profile .profile-info.department-profile-info {
	background-color: #d3d5d7;
	padding: 15px;
	border-radius: 10px;
}
.employee-grid-profile .profile-info.department-profile-info .profile-pic {
	width: 40px;
	height: 40px;
	margin-bottom: 8px;
}
.employee-grid-profile .profile-info.department-profile-info h4 {
	font-size: 15px;
}
.employee-grid-profile .profile-info h5 {
	color: #fe9f43;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
}
.employee-grid-profile .profile-info h4 {
	font-size: 18px;
	font-weight: 700;
}
.employee-grid-profile .profile-info span {
	font-size: 15px;
}
.employee-grid-profile ul.department {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	text-align: left;
	background-color: #d3d5d7;
	padding: 15px;
	border-radius: 8px;
}
.employee-grid-profile ul.department li {
	color: #092c4c;
	font-weight: 500;
	font-size: 15px;
}
.employee-grid-profile ul.department li span {
	display: block;
	color: #646b72;
	margin-top: 5px;
}
.employee-grid-profile .dropdown-toggle::after {
	display: none;
}
.employee-grid-profile .dropdown.profile-action svg {
	color: #092c4c;
}
.employee-grid-profile .dropdown.profile-action .dropdown-menu {
	padding: 0;
	right: 0px !important;
	margin-top: 10px !important;
	left: unset !important;
	min-width: 130px;
}
.employee-grid-profile .dropdown.profile-action .dropdown-menu a.dropdown-item + a {
	margin-top: 0;
}
.employee-grid-profile .dropdown.profile-action ul li a svg {
	width: 16px;
	height: 16px;
	margin-right: 8px;
}
.employee-grid-profile .dropdown.profile-action ul li a:hover svg {
	color: #ffffff;
}

.hide-head .header {
	display: none;
}
.hide-head .sidebar {
	top: 0;
}
.hide-head .page-wrapper {
	padding-top: 0;
}
.hide-head .full-height svg {
	transform: rotate(180deg);
}

.card-title-head h6 {
	font-weight: 600;
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid rgba(145, 158, 171, 0.3);
}
.card-title-head h6 svg {
	width: 20px;
	margin-right: 5px;
	color: #fe9f43;
}

.new-employee-field .image-upload {
	width: 120px;
	height: 38px;
	border: 0;
	background-color: #fe9f43;
}
.new-employee-field .image-upload .image-uploads {
	top: 8px;
	padding: 0;
}
.new-employee-field .image-upload .image-uploads h4 {
	font-size: 13px;
	color: #ffffff;
	line-height: normal;
}

.profile-pic-upload {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	margin-bottom: 24px;
}
.profile-pic-upload .profile-pic {
	width: 120px;
	height: 120px;
	border: 1px dashed #e6eaed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	border-radius: 10px;
	margin-right: 24px;
	position: relative;
	flex-shrink: 0;
}
.profile-pic-upload .profile-pic span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	flex-direction: column;
}
.profile-pic-upload .profile-pic span svg {
	margin-right: 0;
}
.profile-pic-upload .profile-pic .close-img {
	padding: 2px;
	position: absolute;
	top: 10px;
	right: 12px;
}
.profile-pic-upload .profile-pic .close-img .info-img {
	width: 12px;
	height: 12px;
	color: #ffffff;
	border-radius: 3px;
	background: #ff0000;
}
.profile-pic-upload.edit-pic .profile-pic {
	border: 0;
}
.profile-pic-upload.edit-pic .profile-pic img {
	border-radius: 10px;
}
.profile-pic-upload.edit-pic .profile-pic .user-editer {
	border-radius: 0;
}
.profile-pic-upload p {
	white-space: nowrap;
}

.pass-info .input-blocks svg {
	position: absolute;
	right: 10px;
	top: 36px;
	width: 15px;
	left: unset;
}

.new-employee-field .other-info {
	margin: 15px 0;
}

.team-members {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}
.team-members li ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.team-members li ul li {
	margin-left: -7px;
}
.team-members li ul li a {
	display: inline-block;
	width: 24px;
	height: 24px;
}
.team-members li ul li a img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 2px solid #ffffff;
}
.team-members li ul li:first-child {
	margin-left: 0;
}
.team-members li ul li:last-child a {
	position: relative;
}
.team-members li ul li:last-child a::after {
	content: '';
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	border-radius: 50%;
	border: 2px solid #ffffff;
}
.team-members li ul li:last-child a span {
	color: #ffffff;
	position: absolute;
	left: 5px;
	z-index: 1;
	top: 3px;
	font-size: 13px;
}

.input-blocks .form-icon {
	position: relative;
}
.input-blocks .form-icon input {
	padding-left: 30px;
}
.input-blocks .form-icon .cus-icon {
	position: absolute;
	left: 10px;
	top: 9px;
}
.input-blocks .form-icon .cus-icon svg {
	width: 14px;
	color: #646b72;
}
.input-blocks.custom-form-check {
	margin: 15px 0;
}

.modal .input-blocks {
	margin-bottom: 15px;
}

.checkboxs.modal-table-check {
	line-height: normal;
	margin-right: 13px;
	margin-bottom: 0;
	padding-left: 25px;
	display: inline-block;
}
.checkboxs.modal-table-check .checkmarks {
	top: 3px;
}
.checkboxs.modal-table-check input ~ .checkmarks {
	border-radius: 5px;
}
.checkboxs.modal-table-check input:checked ~ .checkmarks {
	border-color: #fe9f43;
}

.no-pagination .dataTables_length,
.no-pagination .paging_numbers {
	display: none;
}

.break-title h4 {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
	color: #092c4c;
}

@media (max-width: 1199.96px) {
	.table-top-new .search-set .search-input input[type='search'] {
		width: 140px;
	}
	.table-top-new .total-employees {
		margin-right: 10px;
	}
	.table-top-new .search-path .btn-filter,
	.table-top-new .search-path .btn-filter {
		margin-right: 10px;
	}
}
@media (max-width: 991.96px) {
	.table-top-new .search-set .search-input input[type='search'] {
		width: 200px;
	}
}

.todo-inbox-check {
	margin-right: 15px;
}
.todo-inbox-check .checkboxs {
	margin-bottom: 0;
	padding-left: 25px;
	display: flex;
	align-items: center;
}
.todo-inbox-check .checkboxs input ~ .checkmarks {
	border-color: rgba(145, 158, 171, 0.3);
	border-radius: 5px;
	margin-top: 2px;
	width: 20px;
	height: 20px;
}
.todo-inbox-check .checkboxs input:checked ~ .checkmarks {
	border-color: #fe9f43;
}

.todo-wrapper-list-content {
	margin-left: 5px;
}

.notes-header h3 {
	color: #092c4c;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
}

.daterangepicker .ranges li.active {
	background-color: #fe9f43 !important;
}

.todo-inbox-check .checkboxs .checkmarks:after {
	left: 7px;
	top: 3px;
}

.todo-widget {
	margin-bottom: 25px;
}

.todo-today-content {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.todo-today-content .todo-drop-down span i {
	color: #092c4c;
}
.todo-today-content .todo-today-header {
	display: flex;
	align-items: center;
}
.todo-today-content .todo-today-header span {
	margin-right: 5px;
	display: flex;
	align-items: center;
}
.todo-today-content .todo-today-header span svg {
	width: 16px;
	height: 16px;
	color: #646b72;
}
.todo-today-content .todo-today-header h3 {
	font-size: 16px;
	font-weight: 600;
	color: #092c4c;
	margin-bottom: 0;
	margin-right: 5px;
}
.todo-today-content .todo-today-header h6 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	background-color: #fe9f43;
	border-radius: 50px;
	color: #ffffff;
	font-size: 10px;
	font-weight: 600;
	margin-bottom: 0;
}

.todo-wrapper-list {
	padding: 15px;
	border-radius: 8px;
	border: 1px solid rgba(145, 158, 171, 0.3);
	background: #ffffff;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
@media (max-width: 574.98px) {
	.todo-wrapper-list {
		flex-direction: column;
	}
}
.todo-wrapper-list .todo-inbox-check {
	display: flex;
	align-items: center;
}
.todo-wrapper-list .todo-inbox-check .todo-wrapper-list-content h4 {
	font-size: 16px;
	font-weight: 700;
	color: #092c4c;
	margin-bottom: 5px;
}
.todo-wrapper-list .todo-inbox-check .todo-wrapper-list-content p {
	font-size: 13px;
	font-weight: 500;
	color: #646b72;
	margin-bottom: 0;
}
.todo-wrapper-list .todo-inbox-check.todo-inbox-check-list {
	width: 45%;
}
@media (max-width: 574.98px) {
	.todo-wrapper-list .todo-inbox-check.todo-inbox-check-list {
		width: auto;
	}
}
.todo-wrapper-list .todo-inbox-check.todo-inbox-check-list .checkboxs {
	margin-bottom: 12px;
}
.todo-wrapper-list .todo-inbox-check.todo-inbox-check-list .checkboxs input ~ .checkmarks {
	border-radius: 5px;
	margin-top: 0;
}
.todo-wrapper-list .notes-card-body {
	width: 35%;
}
@media (max-width: 574.98px) {
	.todo-wrapper-list .notes-card-body {
		width: auto;
		margin: 20px 0;
	}
}
.todo-wrapper-list .notes-card-body p {
	display: flex;
	align-items: center;
}
.todo-wrapper-list .notes-card-body p.high {
	border-radius: 8px;
	border: 1px solid #ff0000;
	padding: 4px 10px;
	font-size: 14px;
	font-weight: 600;
	color: #ff0000;
	margin-right: 10px;
}
.todo-wrapper-list .notes-card-body p.medium {
	padding: 4px 10px;
	border-radius: 8px;
	border: 1px solid #423b93;
	font-size: 14px;
	font-family: 600;
	color: #423b93;
}
.todo-wrapper-list .notes-card-body p.pending {
	padding: 4px 10px;
	border-radius: 8px;
	border: 1px solid #288ec7;
	font-size: 14px;
	font-family: 600;
	color: #288ec7;
}
.todo-wrapper-list .notes-card-body p.low {
	padding: 4px 10px;
	border-radius: 8px;
	border: 1px solid #ffca18;
	font-size: 14px;
	font-family: 600;
	color: #ffca18;
}
.todo-wrapper-list .notes-card-body p.success {
	padding: 4px 10px;
	border-radius: 8px;
	border: 1px solid #3eb780;
	font-size: 14px;
	font-family: 600;
	color: #3eb780;
}
.todo-wrapper-list .notes-card-body p i.fa-circle {
	font-size: 7px;
	margin-right: 4px;
}
.todo-wrapper-list .todo-strike-content h4 {
	text-decoration-line: line-through;
}
.todo-wrapper-list .todo-strike-content p {
	text-decoration-line: line-through;
}
.todo-wrapper-list .todo-profile {
	width: 20%;
	justify-content: end;
}
.todo-wrapper-list .todo-profile img {
	border-radius: 30px;
	margin-right: 16px;
	width: 30px;
	height: 30px;
}
.todo-wrapper-list .todo-profile a .fa-ellipsis-v {
	color: #092c4c;
}

.todo-calendar .input-groupicon.calender-input input {
	padding-left: 10px;
}

.todo-calendar {
	position: relative;
}
.todo-calendar .calender-input {
	position: relative;
}
.todo-calendar .calender-input .info-img {
	position: absolute;
	top: 11px;
	z-index: 100;
	width: 16px;
	height: 16px;
	right: 5px !important;
	color: #646b72;
}

.todo-accordion .accordion-item {
	background: transparent;
	margin-bottom: 30px;
}
.todo-accordion .accordion-item .accordion-header {
	cursor: pointer;
}
.todo-accordion .accordion-item .accordion-header .accordion-button {
	background: transparent;
	padding: 0;
}
.todo-accordion .accordion-item .accordion-header .accordion-button.collapsed .todo-today-content {
	margin-bottom: 0;
}
.todo-accordion .accordion-item .accordion-header .accordion-button::after {
	display: none;
}
.todo-accordion .accordion-item .accordion-header .todo-today-content {
	width: 100%;
}
.todo-accordion .accordion-item .accordion-header .todo-drop-down a span i {
	color: #646b72;
}
.todo-accordion .accordion-item .todo-widget {
	margin-bottom: 0;
}
.todo-accordion .accordion-item .todo-widget .todo-wrapper-list:last-child {
	margin-bottom: 0;
}
.todo-accordion .accordion-item .accordion-body {
	padding: 0;
}

.page-header .page-btn.import {
	margin-left: 8px;
}
@media (max-width: 574.98px) {
	.page-header .page-btn.import {
		margin-left: 0;
	}
}

.summer-description-box.transfer {
	margin-bottom: 0;
}
.summer-description-box.transfer p {
	color: #646b72;
	font-size: 14px;
}

.summer-description-box.transfer .note-editor {
	margin-bottom: 10px;
}

.modal-body-table.total-orders {
	margin-bottom: 0;
}

.image-upload .image-uploads h4 span {
	color: #fe9f43;
}

.modal-dialog.payment {
	min-width: 1439px;
}

.input-blocks.image-upload-down {
	margin-bottom: 15px;
}

.badges.status-badge.ordered {
	background-color: #ffca18;
}

.input-blocks.leave-table {
	margin-bottom: 0;
	width: 98px;
}

.page-header .page-btn.attendance {
	margin-left: 0px;
}

@media (max-width: 766.98px) {
	.page-header.transfer {
		display: block;
	}
}
@media (max-width: 766.98px) {
	.page-header.transfer .table-top-head {
		justify-content: flex-start;
		margin-top: 24px;
		margin-bottom: 24px;
	}
}
@media (max-width: 766.98px) {
	.page-header.transfer .purchase-pg-btn .page-btn:first-child {
		margin-left: 0;
		margin-top: 0;
	}
}
@media (max-width: 574.98px) {
	.page-header.transfer .purchase-pg-btn {
		flex-direction: column;
		align-items: self-start;
	}
}

.attendance-header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}
@media (max-width: 574.98px) {
	.attendance-header {
		display: block;
	}
}
.attendance-header .attendance-content {
	display: flex;
	align-items: center;
}
.attendance-header .attendance-content h3 {
	font-size: 20px;
	flex-shrink: 0;
	margin-left: 10px;
}
.attendance-header .attendance-content h3 span {
	color: #646b72;
}

.progress-bar-success {
	background-color: #3eb780;
}

.progress-bar-warning {
	background-color: #ffca18;
}

.progress-bar-danger {
	background-color: #ff0000;
}

.progress.attendance {
	width: 127px;
	height: 7px;
}

.badges-inactive.Holiday {
	color: #6938ef;
	border: 1px solid #6938ef;
}

.modal-deletecontent {
	padding: 24px;
}
.modal-deletecontent .feather-xcircircle {
	display: flex;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	color: #ff0000;
	margin: auto;
}
.modal-deletecontent h4 {
	padding: 20px 0 5px 0;
	text-align: center;
	color: #092c4c;
	font-size: 20px;
	font-weight: 700;
}
.modal-deletecontent p {
	text-align: center;
	color: #646b72;
	font-size: 15px;
	font-weight: 400;
}
.modal-deletecontent .modal-footer-btn.delete {
	text-align: center;
}

.page-wrapper .content.settings-content {
	background-color: #f7f7f7;
	padding-bottom: 24px;
}

.settings-wrapper .settings-sidebar {
	position: relative;
	z-index: 1;
	top: unset;
	left: unset;
	bottom: unset;
	width: 309px;
	margin-right: 24px;
	border-right: 0;
	border: 1px solid #e6eaed;
	border-radius: 5px;
}
@media (max-width: 1398.98px) {
	.settings-wrapper .settings-sidebar {
		width: 250px;
	}
}
@media (max-width: 1199.96px) {
	.settings-wrapper .settings-sidebar {
		width: 200px;
		margin-right: 15px;
	}
}
@media (max-width: 991.96px) {
	.settings-wrapper .settings-sidebar {
		display: none;
	}
}
.settings-wrapper .settings-sidebar .slimScrollDiv {
	background-color: transparent;
	width: 309px !important;
}
@media (max-width: 1398.98px) {
	.settings-wrapper .settings-sidebar .slimScrollDiv {
		width: 250px !important;
	}
}
@media (max-width: 1199.96px) {
	.settings-wrapper .settings-sidebar .slimScrollDiv {
		width: 200px !important;
	}
}
.settings-wrapper .settings-sidebar .theiaStickySidebar {
	width: 100% !important;
}
.settings-wrapper .settings-sidebar .sidebar-menu {
	padding: 15px;
}
@media (max-width: 1199.96px) {
	.settings-wrapper .settings-sidebar .sidebar-menu {
		padding: 10px 8px;
	}
}
.settings-wrapper .settings-sidebar .sidebar-menu h4 {
	color: #092c4c;
	border-bottom: 1px solid #e6eaed;
}
.settings-wrapper .settings-sidebar .sidebar-menu .menu-arrow {
	background-color: #ffffff;
	right: 5px;
}
.settings-wrapper .settings-sidebar .sidebar-menu .menu-arrow::before {
	border-left: 1px solid #646b72;
	border-bottom: 1px solid #646b72;
	border-right: none;
	color: #646b72;
}
.settings-wrapper .settings-sidebar .sidebar-menu .submenu-open ul {
	margin: 0;
	border-bottom: 0;
	padding: 0;
}
.settings-wrapper .settings-sidebar .sidebar-menu .submenu-open ul .submenu {
	margin-bottom: 0;
}
.settings-wrapper .settings-sidebar .sidebar-menu .submenu-open ul .submenu a.active {
	background-color: #ffffff;
}
.settings-wrapper .settings-sidebar .sidebar-menu .submenu-open ul .submenu a.active.subdrop {
	background-color: #ffffff;
	margin-bottom: 0;
}
.settings-wrapper .settings-sidebar .sidebar-menu .submenu-open ul .submenu a.active .menu-arrow {
	background-color: #f2f2f2;
}
.settings-wrapper
	.settings-sidebar
	.sidebar-menu
	.submenu-open
	ul
	.submenu
	a.active
	.menu-arrow::before {
	border-color: #646b72;
}
.settings-wrapper .settings-sidebar .sidebar-menu .submenu-open ul .submenu a.subdrop .menu-arrow {
	background-color: #f2f2f2;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	color: #092c4c;
}
.settings-wrapper .settings-sidebar .sidebar-menu .submenu-open ul .submenu a i {
	color: #646b72;
}
.settings-wrapper .settings-sidebar .sidebar-menu .submenu-open ul .submenu a svg {
	color: #092c4c;
}
.settings-wrapper .settings-sidebar .sidebar-menu .submenu-open ul .submenu a span {
	color: #212b36;
}
@media (max-width: 1199.96px) {
	.settings-wrapper .settings-sidebar .sidebar-menu .submenu-open ul .submenu a span {
		font-size: 14px;
	}
}
.settings-wrapper .settings-sidebar .sidebar-menu .submenu-open ul .submenu a .menu-arrow {
	background-color: #f2f2f2;
}
.settings-wrapper .settings-sidebar .sidebar-menu .submenu-open ul .submenu ul li a {
	font-size: 14px;
	font-weight: 500;
	margin-left: 0;
	padding: 8px 15px;
}
.settings-wrapper .settings-sidebar .sidebar-menu .submenu-open ul .submenu ul li a::after {
	display: none;
}
.settings-wrapper .settings-sidebar .sidebar-menu .submenu-open ul .submenu ul li a.active {
	background-color: #fff6ee;
	color: #fe9f43;
	border-radius: 8px;
}
.settings-wrapper .settings-sidebar .sidebar-menu .submenu-open ul .submenu ul li a.active::after {
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #fe9f43;
	right: 10px;
	left: unset;
	border: 0;
	position: absolute;
	display: block;
}

.card-title-head h6 {
	border-bottom: 0;
	padding-bottom: 0;
}
.card-title-head h6 span {
	color: #fe9f43;
}

.settings-wrapper {
	align-items: start;
}
.settings-wrapper .profile-pic-upload {
	margin-bottom: 16px;
}
@media (max-width: 574.98px) {
	.settings-wrapper .profile-pic-upload {
		display: block;
	}
	.settings-wrapper .profile-pic-upload .new-employee-field {
		margin-top: 15px;
	}
}
.settings-wrapper .profile-pic-upload .profile-pic {
	border: 2px dashed #e6eaed;
	border-width: 2px;
	margin-right: 16px;
}
.settings-wrapper .profile-pic-upload .profile-pic span {
	color: #a6aaaf;
}
.settings-wrapper .new-employee-field span {
	color: #646b72;
	display: block;
}

.table-top-head .feather-rotate-ccw {
	height: 16px;
}

.mini-sidebar
	.settings-wrapper
	.settings-sidebar
	.sidebar-menu
	.submenu-open
	ul
	.submenu
	.menu-arrow {
	display: block !important;
}
.mini-sidebar
	.settings-wrapper
	.settings-sidebar
	.sidebar-menu
	.submenu-open
	ul
	.submenu
	.subdrop
	~ ul {
	display: block !important;
}

.settings-bottom-btn {
	margin-top: 40px;
}

.logo-company li {
	margin-bottom: 20px;
}
@media (max-width: 574.98px) {
	.logo-company li {
		flex-direction: column !important;
		align-items: start !important;
	}
}
.logo-company li .profile-pic-upload .image-upload {
	width: 124px;
	height: 34px;
}

.localization-select {
	width: 200px;
	margin-bottom: 20px;
}
@media (max-width: 1199.96px) {
	.localization-select {
		width: 150px;
	}
}
.localization-select.fixed-width {
	width: 70px;
}
.localization-select.fixed-width span {
	color: #646b72;
}
.localization-select.width-custom {
	width: 150px;
}
.localization-select .input-blocks .bootstrap-tagsinput {
	line-height: 14px;
}
.localization-select .input-blocks .bootstrap-tagsinput .tag {
	padding: 4px 8px;
	border-radius: 5px;
}
.localization-select .input-blocks .bootstrap-tagsinput .tag [data-role='remove'] {
	margin-left: 4px;
}
.localization-select .input-blocks .bootstrap-tagsinput .tag [data-role='remove']:after {
	top: 1px;
	position: relative;
	padding: 0;
	font-size: 14px;
	content: '\eb55';
	font-family: 'tabler-icons';
}

textarea {
	resize: none;
}

.localization-info .setting-info {
	margin-bottom: 20px;
}
.localization-info .setting-info h6 {
	font-size: 14px;
	font-weight: 700;
}

.appearance-settings .theme-type-images .theme-image {
	box-shadow: 0px 4px 60px 0px rgba(231, 231, 231, 0.47);
	background: #ffffff;
	border-radius: 8px;
	border: 2px solid #ffffff;
	padding: 10px;
	margin-right: 10px;
	text-align: center;
}
.appearance-settings .theme-type-images .theme-image:last-child {
	margin-right: 0;
}
.appearance-settings .theme-type-images .theme-image span {
	font-weight: 500;
	margin-top: 10px;
	display: block;
}
.appearance-settings .theme-type-images .theme-image.active {
	border-color: #fe9f43;
}
.appearance-settings .theme-type-images .theme-image.active span {
	color: #fe9f43;
}

.theme-colors ul {
	display: flex;
	align-items: center;
}
.theme-colors ul li {
	margin-right: 10px;
}
.theme-colors ul li span {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #fe9f43;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
}
.theme-colors ul li span.active {
	background-color: rgba(255, 159, 67, 0.3);
}
.theme-colors ul li span.active:after {
	content: '';
	width: 25px;
	height: 25px;
	background-color: #fe9f43;
	border-radius: 50%;
	opacity: 1;
}
.theme-colors ul li span.theme-violet {
	background-color: rgb(115, 103, 240);
}
.theme-colors ul li span.theme-violet.active {
	background-color: rgba(115, 103, 240, 0.3);
}
.theme-colors ul li span.theme-violet.active:after {
	background-color: rgb(115, 103, 240);
}
.theme-colors ul li span.theme-blue {
	background-color: rgb(40, 142, 199);
}
.theme-colors ul li span.theme-blue.active {
	background-color: rgba(40, 142, 199, 0.3);
}
.theme-colors ul li span.theme-blue.active:after {
	background-color: rgb(40, 142, 199);
}
.theme-colors ul li span.theme-brown {
	background-color: rgb(210, 100, 0);
}
.theme-colors ul li span.theme-brown.active {
	background-color: rgba(210, 100, 0, 0.3);
}
.theme-colors ul li span.theme-brown.active:after {
	background-color: rgb(210, 100, 0);
}
.theme-colors ul li:last-child {
	margin-right: 0;
}

.input-notify-info {
	color: #646b72;
	margin-top: 5px;
}
.input-notify-info span {
	color: #fe9f43;
}

.pos-payment-method {
	flex-wrap: wrap;
}
.pos-payment-method .custom-checkbox {
	margin-right: 24px;
	margin-bottom: 20px;
}
.pos-payment-method .custom-checkbox .checkboxs .checkmarks {
	top: -1px;
}
.pos-payment-method .custom-checkbox .checkboxs {
	padding-left: 21px;
}

.setting-gateway a svg {
	color: rgb(91, 102, 112);
	width: 18px;
	height: 18px;
}

.bank-settings .btn-list,
.bank-settings .btn-grid {
	background-color: #fafbfe;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	margin-block-end: unset;
}
.bank-settings .btn-list svg,
.bank-settings .btn-grid svg {
	width: 18px;
	height: 18px;
	color: #092c4c;
}
.bank-settings .btn-list.active,
.bank-settings .btn-grid.active {
	background-color: #fe9f43;
}
.bank-settings .btn-list.active svg,
.bank-settings .btn-grid.active svg {
	color: #ffffff;
}

.bank-box {
	position: relative;
}
.bank-box.active {
	border-color: #3eb780;
}
.bank-box.active::after {
	position: absolute;
	top: -8px;
	right: -8px;
	content: '\f058';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #4ecd7e;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.bank-box .bank-header .bank-name {
	margin-bottom: 24px;
}
.bank-box .bank-header .bank-name h6 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
.bank-action-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.bank-action-btn a {
	border: 1px solid #d3d5d7;
	border-radius: 8px;
}
.bank-action-btn a svg {
	width: 14px;
	height: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.bank-action-btn a svg.feather-edit {
	color: #3577f1;
}
.bank-action-btn a svg.feather-trash-2 {
	color: #ff0000;
}

.storage-icon h6 {
	font-weight: 600;
	font-size: 16px;
}

svg.filter-icon {
	width: 18px;
	height: 18px;
	color: #ffffff;
}

.search-path .btn-filter.setclose > .filter-icon {
	display: none;
}

.page-header .select-language .select2-container .select2-selection--single {
	height: 41px;
	width: 160px;
}

.language-progress .progress-bar-warning {
	width: 80%;
}
.language-progress .progress-bar-success {
	width: 100%;
}
.language-progress .progress-bar-violet {
	background-color: #6938ef;
	width: 5%;
}
.language-progress .progress-bar-violet-two {
	background-color: #6938ef;
	width: 40%;
}
.language-progress span {
	position: absolute;
	right: 0;
	top: -20px;
	color: #092c4c;
}

.table tbody td.action-table-data .language-action a {
	border: 0;
	color: #ffffff;
}
.table tbody td.action-table-data .language-action a:hover {
	background-color: #fe9f43;
}
.table tbody td.action-table-data .language-action a.language-import {
	background-color: #fafbfe;
}
.table tbody td.action-table-data .language-action a.language-import svg {
	color: #092c4c;
	width: 18px;
	height: 18px;
}
.table tbody td.action-table-data .language-action a.language-import:hover {
	background-color: #fe9f43;
}
.table tbody td.action-table-data .language-action a.language-import:hover svg {
	color: #ffffff;
}
.table tbody td.action-table-data .language-action .checkboxs .checkmarks {
	top: -5px;
}

.selected-language {
	border: 1px solid #d3d5d7;
	padding: 5px 10px;
	border-radius: 8px;
	color: #092c4c;
}

.back-btn a.btn-translation {
	background-color: #d3d5d7;
	border-radius: 5px;
	font-weight: 500;
}
.back-btn a.btn-translation svg {
	color: #092c4c;
}
.back-btn a.btn-translation:hover {
	background-color: #fe9f43;
	color: #ffffff;
}
.back-btn a.btn-translation:hover svg {
	color: #ffffff;
}

td span.file-data {
	color: #3577f1;
	font-weight: 500;
}

th.fixed-width {
	width: 570px;
}

#passwordInfo,
#passwordInfos {
	font-size: 12px;
	font-weight: 400;
	margin-top: 15px;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.poor-active span.active#poor,
.poor-active span.active#poors {
	background: #ff0000;
}

.avg-active span.active#poor,
.avg-active span.active#weak,
.avg-active span.active#poors,
.avg-active span.active#weaks {
	background: #ffca18;
}

.strong-active span.active#poor,
.strong-active span.active#weak,
.strong-active span.active#strong,
.strong-active span.active#poors,
.strong-active span.active#weaks,
.strong-active span.active#strongs {
	background: #155eef;
}

.heavy-active span.active#poor,
.heavy-active span.active#weak,
.heavy-active span.active#strong,
.heavy-active span.active#heavy,
.heavy-active span.active#poors,
.heavy-active span.active#weaks,
.heavy-active span.active#strongs,
.heavy-active span.active#heavys {
	background: #3eb780;
}

.password-strength {
	display: flex;
	margin-top: 16px;
}

.password-strength span {
	width: 100%;
	height: 5px;
	background: #e6eaed;
	margin-right: 10px;
	border-radius: 5px;
}

.password-strength span:last-child {
	margin-right: 0;
}

.weak-pass .password-strength span {
	background: #ff0000;
}

.device-management-modal .device-management-table .table-responsive {
	border: 1px solid #e6eaed;
	border-radius: 5px;
}
.device-management-modal .device-management-table .table-responsive .table thead {
	background: #e6eaed;
}
.device-management-modal .device-management-table .table-responsive .table thead tr th {
	background: #e6eaed;
}
.device-management-modal .device-management-table .table-responsive .table tbody tr:last-child {
	border: transparent;
}
.device-management-modal .device-management-table .table-responsive .table tbody tr td {
	padding: 10px;
}
.device-management-modal .device-management-table .table-responsive .table tbody tr td .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	font-size: 14px;
	color: #212b36;
	width: 30px;
	min-width: 30px;
	height: 30px;
	background: transparent;
	border: 1px solid #e6eaed;
}
.device-management-modal .device-management-table .table-responsive .table tbody tr td .btn:hover {
	color: #212b36;
	background: #d3d5d7;
	border-color: #d3d5d7;
}
.device-management-modal
	.device-management-table
	.table-responsive
	.table
	tbody
	tr
	td
	.btn:hover
	i {
	color: #212b36;
}

.delete-account-modal .delete-header {
	margin-bottom: 15px;
}
.delete-account-modal .delete-header p {
	font-size: 16px;
}
@media (max-width: 766.98px) {
	.delete-account-modal .delete-header p {
		font-size: 14px;
	}
}

.notification-table-responsive {
	border-radius: 5px;
	border: 1px solid #e6eaed;
	margin-top: 16px;
}
.notification-table-responsive .table thead tr th {
	background: #f9fafb;
	padding: 10px;
}
.notification-table-responsive .table tbody tr:last-child {
	border-color: transparent;
}
.notification-table-responsive .table tbody tr td {
	padding: 15px 10px;
	color: #212b36;
}

.settings-wrapper .sidebar-menu .submenu.submenu-two > a {
	border-radius: 5px;
}
.settings-wrapper .sidebar-menu .submenu.submenu-two > a.subdrop {
	background: #fff6ee;
}
.settings-wrapper .sidebar-menu .submenu.submenu-two > a.active ::after {
	display: none !important;
}
.settings-wrapper .sidebar-menu .submenu.submenu-two ul li a {
	padding-left: 13px !important;
	margin-left: 5px !important;
}
.settings-wrapper .sidebar-menu .submenu.submenu-two ul li a::after {
	content: '';
	background: #646b72;
	width: 8px;
	height: 8px;
	border: 2px solid #ffffff;
	border-radius: 50px;
	position: absolute;
	top: 50%;
	display: block !important;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.circle-progress {
	width: 21px;
	height: 21px !important;
	float: left;
	line-height: 21px;
	background: none;
	box-shadow: none;
	position: relative;
}
.circle-progress::after {
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 3px solid #f2f2f2;
	position: absolute;
	top: 0;
	left: 0;
}
.circle-progress .progress-left {
	left: 0;
}
.circle-progress .progress-left .progress-bar {
	left: 100%;
	border-top-right-radius: 80px;
	border-bottom-right-radius: 80px;
	border-left: 0;
	-webkit-transform-origin: center left;
	transform-origin: center left;
}
.circle-progress .progress-right {
	right: 0;
}
.circle-progress .progress-right .progress-bar {
	left: -100%;
	border-top-left-radius: 80px;
	border-bottom-left-radius: 80px;
	border-right: 0;
	-webkit-transform-origin: center right;
	transform-origin: center right;
	animation: loading-1 1.8s linear forwards;
}
.circle-progress .progress-bar {
	width: 100%;
	height: 100%;
	background: none;
	border-width: 3px;
	border-style: solid;
	position: absolute;
	top: 0;
}

.circle-progress > span {
	width: 50%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 1;
}

@keyframes loading-2 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(144deg);
		transform: rotate(144deg);
	}
}
.wh-20 {
	width: 20px;
	height: 20px;
}

.border-cyan {
	border-color: #06aed4;
}

.border-purple {
	border-color: #6938ef;
}

.settings-wrapper .no-pagination .dataTables_paginate {
	padding: 0;
}

.settings-wrapper .settings-sidebar .sidebar-menu .submenu-open ul .submenu > a {
	margin-bottom: 5px;
}
.settings-wrapper .settings-sidebar .sidebar-menu .submenu-open ul .submenu > ul {
	padding: 0 28px;
}

.settings-wrapper .settings-sidebar .sidebar-menu .submenu-open ul .submenu ul li.submenu-two > ul {
	padding: 0;
}
.settings-wrapper
	.settings-sidebar
	.sidebar-menu
	.submenu-open
	ul
	.submenu
	ul
	li.submenu-two
	a.active::after {
	display: none;
}

.pricing-check {
	width: 14px;
	height: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pricing-active {
	border: 1px solid #dd2590;
}

.badge-top {
	position: absolute;
	right: 10px;
	top: -10px;
}

.system-app-icon {
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background-color: #fafbfe;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	margin-right: 8px;
	flex-shrink: 0;
	border: 1px solid #e6eaed;
}

.new-logo {
	text-align: right;
}
@media (max-width: 574.98px) {
	.new-logo {
		text-align: left;
		margin-left: 0 !important;
		margin-top: 15px;
	}
}
.new-logo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: inline-flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	border: 1px solid #d3d5d7;
	border-radius: 10px;
	padding: 10px;
	position: relative;
}
.new-logo a img {
	max-height: 42px;
}
.new-logo a span {
	font-size: 12px;
	width: 16px;
	min-width: 16px;
	height: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	color: #ffffff;
	background-color: #ff0000;
	border-radius: 5px;
	position: absolute;
	right: 4px;
	top: 4px;
}
.new-logo a span:hover {
	background-color: #cc0000;
}

.invoice-card {
	border-width: 2px;
}
.invoice-card .avatar i {
	color: #646b72;
}
.invoice-card:hover {
	border-color: #fe9f43;
}
.invoice-card:hover .avatar {
	background: #fe9f43 !important;
}
.invoice-card:hover .avatar i {
	color: #ffffff;
}

.btn-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

.pos-design .btn-row {
	padding: 24px;
}
.pos-design .btn-row a {
	display: flex;
	align-items: center;
}
.pos-design .btn-row a:last-child {
	margin-right: 0;
}
.pos-design .pos-wrapper {
	--bs-gutter-x: 0;
}

@media (max-width: 574.98px) {
	.btn-row {
		flex-direction: column;
	}
}
.btn-row .btn {
	font-size: 14px;
	padding: 9px;
	margin-right: 10px;
	border-radius: 4px;
}
@media (max-width: 574.98px) {
	.btn-row .btn {
		margin: 0 0 15px 0;
		width: 100%;
	}
}
.btn-row .btn:last-child {
	margin-bottom: 0;
}

.pos-categories h5,
.pos-categories h6,
.order-list h5,
.order-list h6 {
	color: #092c4c;
}
.pos-categories h5,
.order-list h5 {
	font-size: 18px;
	font-weight: 700;
}

.owl-carousel .owl-nav {
	margin: 0;
	position: absolute;
	top: -48px;
	left: 140px;
}
.owl-carousel .owl-nav button {
	margin-top: 0;
	margin-bottom: 0;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	position: relative;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	color: #212b36;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
	background-color: #092c4c;
	border-color: #092c4c;
	color: #ffffff;
}

.pos-categories {
	background-color: #f9fafb;
	padding: 24px;
	border-collapse: collapse;
}
@media (min-width: 992px) {
	.pos-categories {
		height: calc(100vh - 65px);
		overflow-y: auto;
	}
}

.pos-category {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #e6eaed;
}
.pos-category .owl-item li {
	padding: 15px 0;
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	cursor: pointer;
	border: 1px solid #e6eaed;
	box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius: 8px;
	margin-left: -0.1px !important;
}
.pos-category .owl-item a img {
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	min-width: 40px;
	width: 40px;
	height: 40px;
	margin: 0 auto;
}
.pos-category .owl-item h6 {
	font-weight: 700;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	margin-bottom: 5px;
}
.pos-category .owl-item h6 a {
	color: #092c4c;
}
.pos-category .owl-item:hover {
	border-color: #fe9f43;
	border-radius: 5px;
}
.pos-category .owl-item:hover h6 a {
	color: #fe9f43;
}
.pos-category .owl-item:hover a img {
	transform: scale(1.2);
}
.pos-category .owl-nav {
	position: absolute;
	top: -44px;
	right: 0;
	left: auto;
}
.pos-category .owl-nav button.owl-next {
	margin-left: 5px;
}
.pos-category .owl-nav button.owl-prev {
	margin-right: 5px;
}
.pos-category .owl-nav button.owl-next,
.pos-category .owl-nav button.owl-prev {
	background-color: #ffffff;
	border: 1px solid #e6eaed;
	color: #212b36;
}
.pos-category .owl-nav button.owl-next:hover,
.pos-category .owl-nav button.owl-prev:hover {
	background-color: #fe9f43;
	border-color: #fe9f43;
	color: #ffffff;
}

.pos-search.input-icon-start .form-control {
	font-size: 12px;
}
.pos-search .form-control {
	height: 30px;
}

.pos-products .qty-item {
	position: relative;
	display: inline-block;
	margin-right: 7px;
}
.pos-products .qty-item input {
	padding: 1px 9px;
	border-radius: 8px;
	height: 28px;
	width: 71px;
	text-align: center;
	font-size: 14px;
}
.pos-products .qty-item .dec,
.pos-products .qty-item .inc {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	color: #092c4c;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.pos-products .qty-item .dec:hover,
.pos-products .qty-item .inc:hover {
	color: #fe9f43;
}
.pos-products .qty-item .dec {
	left: 9px;
}
.pos-products .qty-item .inc {
	right: 9px;
}
.pos-products .product-info {
	padding: 15px;
	color: #b8bcc9;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.pos-products .product-info .pro-img {
	background-color: #f9fafb;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	margin-bottom: 10px;
	position: relative;
	padding: 10px;
}
.pos-products .product-info .pro-img img {
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.pos-products .product-info .pro-img span {
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: absolute;
	top: -5px;
	right: -5px;
	border-radius: 100%;
	color: #3eb780;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	display: none;
	font-size: 18px;
}
.pos-products .product-info h6 {
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pos-products .product-info h6.cat-name {
	margin-bottom: 4px;
	font-weight: 400;
}
.pos-products .product-info h6.cat-name a {
	color: #646b72;
}
.pos-products .product-info h6.cat-name a:hover {
	color: #fe9f43;
}
.pos-products .product-info .price {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px dashed #e6eaed;
}
.pos-products .product-info .price span {
	color: #dd2590;
}
.pos-products .product-info .price p {
	color: #0e9384;
	font-weight: 700;
}
.pos-products .product-info:hover,
.pos-products .product-info.active {
	border-color: #3eb780;
}
.pos-products .product-info:hover .pro-img img,
.pos-products .product-info.active .pro-img img {
	transform: scale(1.2);
}
.pos-products .product-info:hover .pro-img span,
.pos-products .product-info.active .pro-img span {
	display: block;
}

.qty-item {
	position: relative;
	display: inline-block;
}
.qty-item input {
	padding: 1px 9px;
	border-radius: 8px;
	height: 28px;
	width: 71px;
	text-align: center;
	font-size: 14px;
	background: transparent;
	border: 0;
}
.qty-item .dec,
.qty-item .inc {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #e6eaed;
	width: 20px;
	height: 20px;
	font-size: 12px;
	border-radius: 50%;
	color: #212b36;
}
.qty-item .dec:hover,
.qty-item .inc:hover {
	background: #0e9384;
	color: #ffffff;
}
.qty-item .dec:hover i,
.qty-item .inc:hover i {
	color: #ffffff;
}
.qty-item .dec {
	left: 0;
}
.qty-item .inc {
	right: 0;
}

.product-wrap {
	height: 311px;
	overflow: auto;
}
.product-wrap .empty-cart {
	height: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	display: none;
}
.product-wrap .product-list {
	border: 1px solid #e6eaed;
	border-radius: 8px;
	padding: 8px;
	margin-bottom: 5px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.product-wrap .product-list:last-child {
	margin-bottom: 0;
}
.product-wrap .product-list .product-info {
	width: 60%;
}
@media (max-width: 1399.98px) {
	.product-wrap .product-list .product-info {
		width: 55%;
	}
}
.product-wrap .product-list .product-info .pro-img {
	width: 83px;
	height: 83px;
	background-color: #fafbfe;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	margin-right: 10px;
	flex-shrink: 0;
}
.product-wrap .product-list .info span {
	background-color: #fe9f43;
	border-radius: 3px;
	font-weight: 600;
	color: #ffffff;
	font-size: 12px;
	padding: 2px 4px;
	min-width: 52px;
	display: inline-block;
	margin-bottom: 5px;
}
.product-wrap .product-list .info h6 {
	font-weight: 700;
	margin-bottom: 5px;
}
.product-wrap .product-list .info p {
	font-size: 14px;
}
.product-wrap .product-list .qty-item {
	position: relative;
	display: inline-block;
	margin-right: 7px;
}
.product-wrap .product-list .qty-item input {
	padding: 1px 9px;
	border-radius: 8px;
	height: 28px;
	width: 71px;
	text-align: center;
	font-size: 14px;
}
.product-wrap .product-list .qty-item .dec,
.product-wrap .product-list .qty-item .inc {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	color: #092c4c;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: transparent;
}
.product-wrap .product-list .qty-item .dec:hover,
.product-wrap .product-list .qty-item .inc:hover {
	color: #fe9f43;
}
.product-wrap .product-list .qty-item .dec {
	left: 9px;
}
.product-wrap .product-list .qty-item .inc {
	right: 9px;
}
.product-wrap .product-list .action a {
	padding: 7px;
	border-radius: 8px;
	border: 1px solid #e6eaed;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.product-wrap .product-list .action a.edit-icon:hover {
	background-color: #fe9f43;
	border-color: #fe9f43;
	color: #ffffff;
}
.product-wrap .product-list .action a.delete-icon:hover {
	background-color: #ff0000;
	border-color: #ff0000;
	color: #ffffff;
}

aside {
	overflow-y: auto;
	padding: 20px;
	background-color: #ffffff;
	border-left: 1px solid #e6eaed;
}
@media (min-width: 992px) {
	aside {
		height: calc(100vh - 65px);
	}
}
aside.product-order-list h4 {
	margin-bottom: 10px;
}
aside.product-order-list .block-section {
	margin-bottom: 20px;
}
aside.product-order-list .order-head {
	border-radius: 8px;
	padding: 10px;
	margin-bottom: 20px;
}
aside.product-order-list .order-head span {
	font-size: 15px;
	font-weight: 500;
}
aside.product-order-list .customer-info {
	border-bottom: 1px solid #e6eaed;
	padding-bottom: 10px;
}
aside.product-order-list .customer-info .input-block {
	margin-bottom: 10px;
}
aside.product-order-list .customer-info .input-block .btn {
	min-width: 38px;
	min-height: 38px;
	margin-left: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border-radius: 8px;
}
aside.product-order-list .product-added .head-text {
	margin-bottom: 20px;
}
aside.product-order-list .product-added .head-text .trash svg {
	margin-right: 8px;
}
aside.product-order-list .product-added h5 .count {
	width: 15px;
	height: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	background: #fe9f43;
	border-radius: 100%;
	color: #ffffff;
	font-size: 10px;
	font-weight: 600;
	margin-left: 5px;
}
aside.product-order-list .selling-info {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6eaed;
}
aside.product-order-list .selling-info .input-block label {
	font-size: 15px;
	color: #212b36;
	margin-bottom: 5px;
}
aside.product-order-list
	.selling-info
	.input-block
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
}
aside.product-order-list .order-total {
	background-color: #f9fafb;
	padding: 24px;
	border-radius: 8px;
}
aside.product-order-list .order-total table tr td {
	padding: 0 0 15px 0;
	color: #646b72;
	font-size: 15px;
	font-weight: 500;
	background: transparent;
}
aside.product-order-list .order-total table tr:last-child td {
	padding: 20px 0 0 0;
	font-size: 16px;
	font-weight: 600;
	color: #092c4c;
	border-bottom: 0;
}
aside.product-order-list .payment-method .methods .payment-item {
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding: 10px 15px;
	text-align: center;
	display: block;
	font-size: 15px;
	color: #092c4c;
	border-radius: 10px;
	border: 1px solid #e6eaed;
}
aside.product-order-list .payment-method .methods .payment-item i {
	color: #646b72;
}
aside.product-order-list .payment-method .methods .payment-item span {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}
aside.product-order-list .payment-method .methods .payment-item:hover,
aside.product-order-list .payment-method .methods .payment-item.active {
	background-color: #fff6ee;
	border-color: #fe9f43;
	color: #fe9f43;
}
aside.product-order-list .payment-method .methods .payment-item:hover i,
aside.product-order-list .payment-method .methods .payment-item.active i {
	color: #fe9f43;
}
aside.product-order-list .btn-block {
	margin-bottom: 20px;
}
aside.product-order-list .btn-block .btn {
	font-size: 14px;
	font-weight: 700;
	padding: 13px 10px;
}
aside.product-order-list .btn-row {
	padding: 0;
}
aside.product-order-list .btn-row .btn {
	margin-right: 6px;
}
aside.product-order-list .btn-row .btn:last-child {
	margin-right: 0;
}

.success-wrap {
	padding: 40px;
}
@media (max-width: 991.98px) {
	.success-wrap {
		padding: 30px;
	}
}

.icon-success {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	font-size: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

#print-receipt {
	color: #646b72;
}
#print-receipt .modal-dialog {
	width: 424px;
}
#print-receipt .modal-body {
	padding: 30px;
	color: #646b72;
}
#print-receipt .modal-body h6 {
	font-size: 16px;
}
#print-receipt .modal-body .info h6 {
	margin: 10px 0;
	font-weight: 700;
}
#print-receipt .modal-body .info a {
	color: #646b72;
}
#print-receipt .modal-body .tax-invoice h6 {
	margin: 10px 0;
	font-weight: 700;
	position: relative;
}
#print-receipt .modal-body .tax-invoice h6:after,
#print-receipt .modal-body .tax-invoice h6:before {
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '';
	border-top: 1px dashed #e6eaed;
	width: 35%;
}
#print-receipt .modal-body .tax-invoice h6:before {
	position: absolute;
	top: 50%;
	left: 0;
}
#print-receipt .modal-body .tax-invoice h6:after {
	position: absolute;
	top: 50%;
	right: 0;
}
#print-receipt .modal-body .tax-invoice .invoice-user-name {
	margin-bottom: 10px;
}
#print-receipt .modal-body .tax-invoice span {
	color: #212b36;
}
#print-receipt .modal-body table thead th {
	color: #212b36;
	font-weight: 700;
	width: auto;
	min-width: auto;
	padding: 10px 5px;
	border-top: 1px dashed #e6eaed;
	border-bottom: 1px dashed #e6eaed;
}
#print-receipt .modal-body table tbody tr:first-child td {
	padding-top: 10px;
}
#print-receipt .modal-body table tbody tr:last-child td {
	padding-bottom: 10px;
}
#print-receipt .modal-body table tbody tr td {
	padding: 5px;
}
#print-receipt .modal-body table tbody tr table {
	border-top: 1px dashed #e6eaed;
}
#print-receipt .modal-body table tbody tr table tr:last-child td {
	font-weight: 700;
	font-size: 18px;
	color: #092c4c;
}
@media (max-width: 991.98px) {
	#print-receipt .modal-body table tbody tr table tr:last-child td {
		font-size: 16px;
	}
}
#print-receipt .modal-body .invoice-bar {
	border-top: 1px dashed #e6eaed;
	padding: 20px 0 0 0;
}
#print-receipt .modal-body .invoice-bar img {
	margin: 20px 0 10px;
}
#print-receipt .modal-body .invoice-bar p {
	margin-bottom: 20px;
}

.pos-modal .modal-header h5 {
	font-size: 18px;
	font-weight: 700;
}
.pos-modal#recents .table tbody tr td {
	padding: 10px 15px;
}
.pos-modal#orders .modal-dialog {
	max-width: 575px;
}
.pos-modal#orders .order-body {
	max-height: 373px;
	overflow: auto;
}
.pos-modal.upload-modal .modal-body .drag-drop {
	position: relative;
	padding: 20px;
	border: 1px dashed #b8bcc9;
}
.pos-modal.upload-modal .modal-body .drag-drop input[type='file'] {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.pos-modal.upload-modal .modal-body span {
	font-size: 13px;
	font-weight: 500;
	color: #646b72;
}
.pos-modal.upload-modal .modal-body p {
	font-size: 16px;
	font-weight: 600;
	color: #092c4c;
	margin-bottom: 0;
}
.pos-modal.upload-modal .modal-body .progress {
	height: 6px;
	border-radius: 5px;
}
.pos-modal.upload-modal .modal-body ul li {
	margin: 0 0 15px 0;
	padding: 15px;
	border-radius: 8px;
	border: 1px solid #d3d5d7;
}
.pos-modal.upload-modal .modal-body ul li h6 a {
	font-size: 16px;
	font-weight: 600;
	color: #092c4c;
}
.pos-modal.upload-modal .modal-body ul li h6 a svg {
	color: #3eb780;
}
.pos-modal.upload-modal .modal-body ul li h6:hover a {
	color: #fe9f43;
}
.pos-modal.upload-modal .modal-body ul li:last-child {
	margin-bottom: 0;
}
.pos-modal#upload-message .modal-dialog {
	position: fixed;
	bottom: 0px;
	right: 24px;
	margin: 0px;
	left: auto;
	top: calc(100% - 300px);
	width: 600px;
}
.pos-modal#upload-message .progress {
	height: 6px;
	border-radius: 5px;
}

label span {
	color: #ff0000;
}

.wordset ul li a {
	width: 38px;
	height: 38px;
	border-radius: 8px;
	border: 1px solid #d3d5d7;
	color: #092c4c;
	display: flex;
	align-items: center;
	justify-content: center;
}

.w-85 {
	width: 85%;
}

.search-order .search-input {
	width: 100%;
}
.search-order .dataTables_filter label {
	width: 100%;
}

.search-set.search-order .search-input input[type='search'] {
	width: 100%;
}

.tabs-sets .wordset li {
	margin-right: 8px;
	margin-left: 0;
}
.tabs-sets .wordset li:last-child {
	margin-right: 0;
}

.pos-two aside {
	border-left: 0;
	border-right: 1px solid #e6eaed;
}

.pos-three .product-info {
	border-radius: 10px;
	padding: 0;
	margin: 0;
}
.pos-three .product-info .product-image {
	border-radius: 10px 10px 0 0;
	position: relative;
	display: inline-flex;
	overflow: hidden;
}
.pos-three .product-info .product-image img {
	border-radius: 10px 10px 0 0;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.pos-three .product-info .product-image::before {
	position: absolute;
	content: '\eb0b';
	background: #3eb780;
	color: #ffffff;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	font-family: 'tabler-icons' !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	top: 10px;
	right: 10px;
	z-index: 9;
}
.pos-three .product-info .product-content {
	padding: 16px;
}
.pos-three .product-info:hover,
.pos-three .product-info.active {
	border-color: #fe9f43;
}
.pos-three .product-info:hover .product-image img {
	transform: scale(1.2);
}
.pos-three .product-info.active {
	border-width: 3px;
}
.pos-three .product-info.active .product-image::before {
	content: '\eaf2';
	background: #ff0000;
}
.pos-three aside.product-order-list {
	padding: 0;
}
.pos-three aside.product-order-list .customer-info {
	padding: 20px;
	border: 0;
	box-shadow: 0px 4px 60px 0px rgba(190, 190, 190, 0.2705882353);
}
.pos-three aside.product-order-list .payment-method {
	padding: 20px;
	margin: 0;
}
.pos-three aside.product-order-list .product-added {
	padding: 20px;
	margin: 0;
}
.pos-three aside.product-order-list .product-added .empty-cart {
	height: 300px;
	display: none;
	align-items: center;
	justify-content: center;
}
.pos-three aside.product-order-list .product-added .product-wrap {
	height: auto;
}
.pos-three aside.product-order-list .product-added .product-wrap .product-list {
	display: block;
}
.pos-three
	aside.product-order-list
	.product-added
	.product-wrap
	.product-list
	.qty-item
	.form-control {
	background: #e6eaed;
	border: 0;
	color: #212b36;
}
.pos-three aside.product-order-list .product-added .product-wrap .product-list .edit-icon {
	color: #646b72;
}
.pos-three aside.product-order-list .product-added .product-wrap .product-list .edit-icon:hover {
	color: #155eef;
}
.pos-three aside.product-order-list .product-added .product-wrap .product-list .delete-icon {
	color: #646b72;
}
.pos-three aside.product-order-list .product-added .product-wrap .product-list .delete-icon:hover {
	color: #ff0000;
}
.pos-three aside.product-order-list .product-added .product-wrap .product-list .form-control {
	width: 98px;
}
.pos-three aside.product-order-list .product-added .product-wrap .product-list table thead th {
	padding: 9px 5px;
}
.pos-three aside.product-order-list .product-added .product-wrap .product-list table tbody td {
	padding: 7px 5px;
}
.pos-three aside.product-order-list .order-method {
	padding: 20px 20px 12px;
	margin: 0;
}
.pos-three aside.product-order-list .order-method .order-total {
	border-radius: 5px;
	border: 1px solid #e6eaed;
	padding: 0;
	background: #ffffff;
	margin-bottom: 20px;
}
.pos-three aside.product-order-list .order-method .order-total table tr td {
	padding: 8px 16px;
	font-size: 15px;
	font-weight: 500;
}
.pos-three aside.product-order-list .order-method .order-total table tr:last-child td {
	padding: 16px;
	font-size: 16px;
	font-weight: 700;
	border-top: 1px solid #e6eaed;
	background: #e6eaed;
}
.pos-three aside.product-order-list .order-method .order-total table tr:last-child td:first-child {
	border-bottom-left-radius: 6px;
}
.pos-three aside.product-order-list .order-method .order-total table tr:last-child td:last-child {
	border-bottom-right-radius: 6px;
}
.pos-three aside.product-order-list .order-method .btn {
	padding: 5px;
}
.pos-three.pos-four .product-info {
	border-radius: 0;
}
.pos-three.pos-four .product-info .product-image {
	border-radius: 0;
}
.pos-three.pos-four .product-info .product-image img {
	border-radius: 0;
}

.pos-category3 li {
	padding: 8px;
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	cursor: pointer;
	border: 1px solid #e6eaed;
	box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius: 8px;
	margin-left: -0.1px !important;
}
.pos-category3 a img {
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.pos-category3 h6 {
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
}
.pos-category3:hover {
	border-color: #fe9f43;
}

.pos-category4 li {
	padding: 4px 16px;
	background-color: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	cursor: pointer;
	border: 0;
	box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius: 50px;
	margin-left: -0.1px !important;
	color: #212b36;
}
.pos-category4 li h6 {
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
}
.pos-category4 li.active,
.pos-category4 li:hover {
	background: #092c4c;
	color: #ffffff;
}
.pos-category4 li.active h6 a,
.pos-category4 li:hover h6 a {
	color: #ffffff;
}

.payment-content {
	display: none;
}

.quick-cash {
	padding: 20px;
	border-radius: 5px;
}
.quick-cash .form-check {
	padding: 0;
	margin: 0;
}
.quick-cash .form-check label {
	font-size: 20px;
	font-weight: 700;
	border: 1px solid #e6eaed;
	width: 88px;
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	color: #646b72;
}
.quick-cash .form-check label:hover {
	background: #ffffff;
}
@media (max-width: 991.98px) {
	.quick-cash .form-check label {
		height: 50px;
		font-size: 16px;
	}
}
.quick-cash .form-check .btn-check:checked + .btn {
	background: #fff6ee;
	border-color: #fe9f43;
	color: #092c4c !important;
}

.search-pos .form-control {
	height: 34px;
}

.customer-item {
	border-radius: 5px;
	padding: 12px;
	position: relative;
}
.customer-item .customer-bonus p {
	position: relative;
	padding-right: 8px;
	margin-bottom: 0;
}
.customer-item .customer-bonus p .badge {
	padding: 2px 4px;
	border-radius: 8px;
}
.customer-item .customer-bonus p::before {
	content: '';
	width: 1px;
	height: 14px;
	background: #1b2850;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 0;
}
.customer-item .customer-bonus p:last-child {
	padding-right: 0;
}
.customer-item .customer-bonus p:last-child::before {
	content: none;
}
.customer-item .close-icon {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #e04f16;
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -8px;
	right: -8px;
	font-size: 10px;
}

.discount-item {
	padding: 12px;
	border-radius: 8px;
	border: 1px solid #6938ef;
}
.discount-item .discount-icon {
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.discount-item .close-icon:hover {
	color: #ff0000;
}

.clear-icon {
	background: #ffede9;
	padding: 5px 8px;
	border-radius: 8px;
	color: #ff0000;
}
.clear-icon:hover {
	background: #ff0000;
	color: #ffffff;
}

.scan-wrap h5 {
	margin-bottom: 40px;
}
@media (max-width: 991.98px) {
	.scan-wrap h5 {
		margin-bottom: 20px;
	}
}
.scan-wrap .scan-img {
	position: relative;
	margin-bottom: 40px;
}
.scan-wrap .scan-img::before {
	content: '';
	width: 250px;
	background: linear-gradient(
		180deg,
		rgba(86, 86, 86, 0.09) 2.14%,
		rgba(105, 56, 239, 0.3) 38.48%,
		rgba(255, 255, 255, 0) 83.98%
	);
	height: 140px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
@media (max-width: 991.98px) {
	.scan-wrap .scan-img {
		margin-bottom: 20px;
	}
}

@media (min-width: 992px) {
	.pos-five .pos-categories {
		height: calc(100vh - 132px);
	}
}
.pos-five .content-wrap {
	display: flex;
}
@media (max-width: 575.98px) {
	.pos-five .content-wrap {
		display: block;
	}
}
.pos-five .tab-content-wrap {
	padding: 24px;
	width: 100%;
}
.pos-five .qty-item input {
	border: 0;
}
.pos-five .qty-item .inc,
.pos-five .qty-item .dec {
	background: #e6eaed !important;
	width: 20px;
	height: 20px;
	font-size: 12px;
	border-radius: 50%;
	color: #212b36;
}
.pos-five .qty-item .inc:hover,
.pos-five .qty-item .dec:hover {
	background: #0e9384;
	color: #ffffff;
}
.pos-five .qty-item .inc:hover i,
.pos-five .qty-item .dec:hover i {
	color: #ffffff;
}
.pos-five .qty-item .inc {
	right: 0;
}
.pos-five .qty-item .dec {
	left: 0;
}
@media (min-width: 992px) {
	.pos-five aside {
		height: calc(100vh - 132px);
	}
}
.pos-five aside .card {
	margin-bottom: 20px;
}
.pos-five aside .order-head {
	border-bottom: 1px dashed #e6eaed;
	border-radius: 0;
	padding: 0 0 20px;
}
.pos-five aside .payment-item img {
	width: 20px;
}
.pos-five aside .customer-info {
	padding-bottom: 20px;
}
.pos-five aside .product-wrap {
	height: auto;
}
.pos-five aside .product-wrap .empty-cart {
	height: 300px;
}
.pos-five aside .product-list {
	display: block;
}
.pos-five aside .product-list .delete-icon {
	color: #7a8086;
	margin-right: 10px;
}
.pos-five aside .product-list .delete-icon:hover {
	color: #ff0000;
}
.pos-five aside .product-list .delete-icon:hover i {
	color: #ff0000;
}
.pos-five aside .product-list .qty-item .inc:hover,
.pos-five aside .product-list .qty-item .dec:hover {
	color: #ffffff;
}
.pos-five aside .product-list .qty-item .inc {
	right: 0;
}
.pos-five aside .product-list .qty-item .dec {
	left: 0;
}
.pos-five aside .product-list .table thead tr th {
	padding: 5px;
}
.pos-five aside .product-list .table tbody tr td {
	padding: 5px 5px;
}

.additem-info .add-info {
	margin-bottom: 8px;
}

.tab-wrap {
	width: 142px;
	padding: 24px;
	border-right: 1px solid #e6eaed;
	flex-shrink: 0;
}
@media (max-width: 575.98px) {
	.tab-wrap {
		width: 100%;
		padding-bottom: 0;
	}
}

.pos-category5 {
	height: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
}
@media (max-width: 575.98px) {
	.pos-category5 {
		height: auto;
	}
}
.pos-category5 .owl-stage {
	display: flex;
	flex-direction: column;
	height: auto;
	width: 100% !important;
}
@media (max-width: 575.98px) {
	.pos-category5 .owl-stage {
		height: auto;
		width: auto !important;
		flex-direction: unset;
		flex-wrap: wrap;
		gap: 4px;
	}
}
.pos-category5 .owl-item {
	width: 100% !important;
	margin-bottom: 8px;
}
@media (max-width: 575.98px) {
	.pos-category5 .owl-item {
		width: 32% !important;
		margin-bottom: 0;
	}
}
.pos-category5 .owl-item:last-child {
	margin-bottom: 0;
}
.pos-category5 .owl-item li {
	padding: 15px;
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	cursor: pointer;
	border: 1px solid #e6eaed;
	box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius: 8px;
	margin-left: -0.1px !important;
}
@media (max-width: 575.98px) {
	.pos-category5 .owl-item li {
		padding: 10px;
	}
}
.pos-category5 .owl-item a img {
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}
.pos-category5 .owl-item h6 {
	font-size: 13px;
	font-weight: 500;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	margin-bottom: 5px;
}
.pos-category5 .owl-item h6 a {
	color: #092c4c;
}
.pos-category5 .owl-item:hover,
.pos-category5 .owl-item.active {
	border-color: #fe9f43;
}

.resend-form {
	border: 1px solid #e6eaed;
	border-radius: 5px;
	padding-right: 98px;
	position: relative;
}
.resend-form .btn {
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.resend-form .form-control {
	border: 0;
}

.calculator-wrap .calculator-body {
	background: #f9fafb;
	padding: 40px;
	border-radius: 0 0 8px 8px;
}
@media (max-width: 767.98px) {
	.calculator-wrap .calculator-body {
		padding: 20px;
	}
}
.calculator-wrap .calculator-body button {
	font-size: 28px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 8px;
}
.calculator-wrap .calculator-body button:hover {
	box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
}
.calculator-wrap .calculator-body button:last-child {
	margin-bottom: 0;
}
@media (max-width: 767.98px) {
	.calculator-wrap .calculator-body button {
		font-size: 22px;
	}
}
.calculator-wrap .calculator-body .btn-number {
	width: 65px;
	height: 65px;
	background: #ffffff;
	border-radius: 50%;
}
@media (max-width: 767.98px) {
	.calculator-wrap .calculator-body .btn-number {
		width: 38px;
		height: 38px;
	}
}
.calculator-wrap .calculator-body .btn-expression {
	width: 65px;
	height: 65px;
	background: #d3d5d7;
	border-radius: 50%;
}
@media (max-width: 767.98px) {
	.calculator-wrap .calculator-body .btn-expression {
		width: 38px;
		height: 38px;
	}
}
.calculator-wrap .calculator-body .btn-clear {
	width: 65px;
	height: 65px;
	background: #fe9f43;
	border-radius: 50%;
	color: #ffffff;
}
@media (max-width: 767.98px) {
	.calculator-wrap .calculator-body .btn-clear {
		width: 38px;
		height: 38px;
	}
}
.calculator-wrap input {
	height: 100px;
	text-align: right;
	font-size: 40px;
	font-weight: 700;
	color: #212b36;
	width: 100%;
	background: #fbfbfb;
	border: 1px solid #e6eaed;
	margin-top: 16px;
	padding: 10px;
}

.pos-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}
@media (max-width: 991.98px) {
	.pos-footer {
		position: relative;
	}
}

@media (min-width: 992px) {
	.pos-page {
		overflow-y: hidden;
	}
}

.chat-user-actives .call-meet-blk {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	background: #ffffff;
	border-radius: 5px;
	margin-bottom: 15px;
	padding: 10px;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.chat-user-actives .call-meet-blk:hover {
	background-color: #000000;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.chat-user-actives .call-meet-blk .meet-border {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	width: 39px;
	height: 39px;
	background: #ffffff;
	border: 0.5px solid #a6aaaf;
	border-radius: 10px;
	margin-right: 10px;
}
.chat-user-actives .call-meet-blk .meet-border svg {
	width: 16px;
	color: #155eef;
}
.chat-user-actives .call-meet-blk .recent-user-titles h5 {
	font-size: 14px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 5px;
	width: 150px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.chat-user-actives .call-meet-blk .recent-user-titles p {
	font-size: 10px;
	color: #646b72;
}

.new-join-link .chat-user-actives .meet-border {
	background: gray;
	border: 0;
	border-radius: 6px;
}
.new-join-link .chat-user-actives .meet-border:hover {
	background: #fe9f43;
}
.new-join-link .chat-user-actives .meet-border:hover svg {
	color: #ffffff;
}
.new-join-link .chat-user-actives .meet-border svg {
	color: #fe9f43;
}
.new-join-link .chat-user-actives .recent-user-titles h5 {
	color: #fe9f43;
	width: 100%;
	margin-bottom: 0;
	font-size: 15px;
}

.single-video .join-video {
	position: relative;
	margin-bottom: 0;
	height: calc(100vh - 174px);
}
@media (max-width: 767.98px) {
	.single-video .join-video {
		height: calc(100vh - 214px);
	}
}
.single-video .join-video img {
	border-radius: 5px;
}
.single-video .join-video .video-avatar {
	position: absolute;
	top: 24px;
	right: 24px;
}
.single-video .join-video .video-avatar img {
	width: 170px;
	height: 146px;
	border-radius: 5px;
	object-fit: cover;
	border: 2px solid #fe9f43;
}
@media (max-width: 767.98px) {
	.single-video .join-video .video-avatar img {
		width: 100px;
		height: 86px;
	}
}
.single-video .join-video .video-avatar .user-name {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 8px 0;
	text-align: center;
}
.single-video .join-video .video-avatar .user-name span {
	background: #ffffff;
	color: #212b36;
	font-size: 10px;
	padding: 4px;
	display: inline-block;
	font-weight: 500;
	border-radius: 5px;
}
.single-video .join-video .call-overlay-bottom {
	position: absolute;
	padding: 24px;
	z-index: 2;
	bottom: 0;
}
.single-video .join-video .call-overlay-bottom .call-option {
	padding: 16px;
	background: rgba(248, 249, 250, 0.4);
}
.single-video .join-video .call-overlay-bottom .options-icon {
	width: 32px;
	height: 32px;
}
.single-video .join-video .call-overlay-bottom .call-icon {
	width: 48px;
	height: 48px;
}
@media (max-width: 767.98px) {
	.single-video .join-video .call-overlay-bottom .call-icon {
		width: 32px;
		height: 32px;
	}
}
.single-video .join-video .call-overlay-bottom .guest-off {
	background: #f9fafb;
	color: #1b2850;
}

.video-expand {
	width: 24px;
	height: 24px;
	background: #ffffff;
	color: #7a8086;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.video-expand:hover {
	background: #fe9f43;
	color: #ffffff;
}

.meet-chat-blk .join-call .join-video {
	position: relative;
	margin-bottom: 25px;
}
.meet-chat-blk .join-call .join-video img {
	border-radius: 10px;
}
.meet-chat-blk .join-call .join-video .video-avatar {
	position: absolute;
	top: 24px;
	right: 24px;
}
.meet-chat-blk .join-call .join-video .video-avatar img {
	width: 170px;
	height: 146px;
	border-radius: 5px;
	object-fit: cover;
	border: 2px solid #fe9f43;
}
.meet-chat-blk .join-call .join-video .video-avatar .user-name {
	background: #ffffff;
	color: #212b36;
	font-size: 10px;
	padding: 4px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	font-weight: 500;
	border-radius: 5px;
	margin: 8px;
}
.meet-chat-blk .join-call .join-video .call-icons {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
.meet-chat-blk .join-call .join-video .call-icons .call-items {
	border-radius: 5px;
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%, 0);
}
.meet-chat-blk .join-call .join-video .call-icons .call-items .call-item {
	display: inline-block;
	text-align: center;
	margin-right: 15px;
}
.meet-chat-blk .join-call .join-video .call-icons .call-items .call-item:last-child {
	margin-right: 0px;
}
.meet-chat-blk .join-call .join-video .call-icons .call-items .call-item a {
	color: #ffffff;
	background: #ffffff;
	border-radius: 10px;
	width: 54px;
	height: 54px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	font-size: 20px;
	white-space: nowrap;
}
@media (max-width: 767.98px) {
	.meet-chat-blk .join-call .join-video .call-icons .call-items .call-item a {
		width: 45px;
		height: 45px;
	}
}
.meet-chat-blk .join-call .join-video .call-icons .call-items .call-item a i {
	color: #646b72;
}
.meet-chat-blk .join-call .join-video .call-icons .call-items .call-item a.stop {
	color: #ffffff;
	background: #ff0000;
}
.meet-chat-blk .join-call .join-video .call-icons .call-items .call-item a.stop i {
	color: #ffffff;
}
.meet-chat-blk .join-call .join-video .meet-drop ul li i {
	font-size: 18px;
}
.meet-chat-blk .join-call .join-content {
	text-align: center;
	max-width: 500px;
	margin: auto;
}
.meet-chat-blk .join-call .join-content h4 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
}
@media (max-width: 767.98px) {
	.meet-chat-blk .join-call .join-content h4 {
		font-size: 18px;
	}
}
.meet-chat-blk .join-call .join-content p {
	font-size: 13px;
	color: #646b72;
}

.conference-meet-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.conference-meet-group .meeting-list {
	width: 100%;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.conference-meet-group .meeting-list.add-meeting {
	width: 65%;
	margin-right: 24px;
}
@media (max-width: 767.98px) {
	.conference-meet-group .meeting-list.add-meeting {
		display: none;
		margin-right: 0px;
	}
}

.meet-drop {
	background: rgba(255, 255, 255, 0.6);
	border-radius: 10px;
	position: absolute;
	top: 20px;
	right: 20px;
}
.meet-drop.meet-mutes {
	background: #fe9f43;
	right: inherit;
	left: 20px;
}
.meet-drop.meet-mutes ul li a {
	color: #ffffff;
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
@media (max-width: 767.98px) {
	.meet-drop.meet-mutes ul li a {
		width: 38px;
		height: 38px;
	}
}
.meet-drop.meet-mutes-bottom {
	background: #fe9f43;
	bottom: 20px;
	border-radius: 50px;
	top: inherit;
}
.meet-drop.meet-mutes-bottom ul li a {
	color: #ffffff;
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
@media (max-width: 767.98px) {
	.meet-drop.meet-mutes-bottom ul li a {
		width: 38px;
		height: 38px;
	}
}
.meet-drop.meet-mutes-bottom ul li a i {
	font-size: 20px;
}

.meet-call-menu-blk .video-call-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
@media (max-width: 767.98px) {
	.meet-call-menu-blk .video-call-action {
		display: block;
	}
}
.meet-call-menu-blk .video-call-action ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.meet-call-menu-blk .video-call-action ul li {
	margin-right: 5px;
}
.meet-call-menu-blk .video-call-action ul li:last-child {
	margin-right: 0;
}
.meet-call-menu-blk .video-call-action ul li a {
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background: #bcbfc3;
	border: 1px solid #bcbfc3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	color: #000000;
	font-size: 18px;
}
.meet-call-menu-blk .video-call-action ul li a.call-end {
	background-color: #ff0000;
	border-color: #ff0000;
	color: #ffffff;
	width: 60px;
	height: 60px;
	rotate: 135deg;
	font-size: 20px;
}
.meet-call-menu-blk .video-call-action ul li a.stop {
	color: #ffffff;
	background: #ff0000;
	border-color: #ff0000;
}
.meet-call-menu-blk .video-call-action ul li a.stop i {
	color: #ffffff;
}
.meet-call-menu-blk .video-call-action ul li.active a {
	background: #fe9f43;
	border-color: #fe9f43;
	color: #ffffff;
}
.meet-call-menu-blk .video-call-action ul li.active a img {
	filter: invert(1) brightness(100);
}
@media (max-width: 767.98px) {
	.meet-call-menu-blk .video-call-action ul {
		margin-bottom: 5px;
		justify-content: center;
	}
}
@media (max-width: 767.98px) {
	.meet-call-menu-blk .video-call-action ul:last-child {
		margin-bottom: 0px;
	}
}

.recording-time {
	position: relative;
	padding-left: 20px;
}
.recording-time::before {
	content: '';
	position: absolute;
	left: 0px;
	top: 4px;
	background-color: #ff0000;
	width: 13px;
	height: 13px;
	border-radius: 50px;
}
.recording-time::after {
	content: '';
	position: absolute;
	left: 3px;
	top: 7px;
	background-color: #ffffff;
	width: 7px;
	height: 7px;
	border-radius: 50px;
	animation: blink-animation 1.5s steps(5, start) infinite;
	-webkit-animation: blink-animation 1.5s steps(5, start) infinite;
}

.page-content {
	width: 100%;
}

.join-call {
	width: 100%;
	margin: 0 auto;
}

.join-video {
	position: relative;
	margin-bottom: 25px;
}
.join-video img {
	border-radius: 10px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.join-video.join-video-front img {
	height: 423px;
}

.join-video.video-hide > img,
.video-wrap.video-hide > video {
	display: none;
}

.join-content p {
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 25px;
	color: #000000;
}
.join-content label {
	font-size: 18px;
	margin-bottom: 0;
	color: #000000;
	font-weight: 700;
}

.part-name {
	position: absolute;
	top: 20px;
	left: 12px;
	text-align: left;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 50px;
	padding: 5px 15px;
}
.part-name h4 {
	font-weight: 500;
	font-size: 15px;
	color: #646b72;
	margin-bottom: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
@media (max-width: 767.98px) {
	.part-name h4 {
		font-size: 13px;
	}
}
.part-name.sub-part-name {
	background: #ffffff;
	bottom: 10px;
	top: inherit;
}
.part-name.sub-part-name h4 {
	color: #212b36;
	font-size: 12px;
}

.grid-join .part-name {
	background: rgba(0, 0, 0, 0.3);
	top: inherit;
	bottom: 20px;
}
.grid-join .part-name h4 {
	color: #ffffff;
}

.join-hover-img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.join-hover-img .event-user-group .avatar-group {
	background: rgba(0, 0, 0, 0.3);
	padding: 2px 10px;
	border-radius: 50px;
}
.join-hover-img .event-user-group .avatar-group .avatar {
	width: 26px;
	height: 26px;
	border: 1px solid #ffffff;
}
.join-hover-img .event-user-group .avatar-group .avatar + .avatar {
	margin-left: -16px;
}
.join-hover-img .event-user-group .avatar-group .avatar:last-child {
	margin-right: 0px;
}

.more-icon {
	position: absolute;
	bottom: 10px;
	right: 12px;
}
@media (max-width: 767.98px) {
	.more-icon {
		bottom: 8px;
		right: 13px;
	}
}
.more-icon a {
	color: #646b72;
	width: 30px;
	height: 30px;
	background: #ffffff;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.more-icon a:hover {
	opacity: 0.8;
}
.more-icon a.other-mic-off.stop i {
	color: #ff0000;
}
.more-icon.audio-more-icon a.other-mic-off.stop {
	background-color: #ff0000 !important;
}
.more-icon.audio-more-icon a.other-mic-off.stop i {
	color: #ffffff;
}

.call-recent.recent-part a.other-mic-off.stop,
.call-recent.recent-part a.other-video-off.stop {
	background: #ff0000 !important;
}
.call-recent.recent-part a.other-mic-off.stop i,
.call-recent.recent-part a.other-video-off.stop i {
	color: #ffffff;
}

.meeting .part-name {
	top: 15px;
	left: 15px;
}
.meeting .more-icon {
	top: 15px;
	right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.vertical-view .vertical-sec .part-name h4 {
	font-size: 14px;
	font-weight: 400;
}

.horizontal-view .join-video.single-user .part-name h4 {
	font-size: 14px;
	font-weight: 400;
}

.meeting-wrapper,
.meeting {
	width: inherit;
	max-width: inherit;
}

.meet-footer {
	position: fixed;
	bottom: 25px;
	width: 100%;
	max-width: 950px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 3;
}

.show-chat-list,
.show-invite-list,
.show-chat-list .user-sidebar-right,
.show-invite-list .invite-sidebar-right {
	transition: all 0.8s ease;
}

.user-sidebar-right,
.invite-sidebar-right {
	background: #dedede;
	border-radius: 10px;
	width: 410px;
	position: absolute;
	top: 105px;
	bottom: 117px;
	right: 0;
	margin-right: -410px;
	transition: all 0.8s ease;
	overflow: hidden;
	font-size: 13px;
	z-index: 3;
}

.join-contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.join-contents.grid-view {
	align-content: center;
}

.ripple {
	width: 114px;
	height: 114px;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	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;
}

.multigrid-view .text-box {
	height: 61px;
	width: 61px;
}

.multigrid-view .ripple {
	width: 80px;
	height: 80px;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	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;
}

.meeting .join-video {
	margin: 0 5px 10px;
	width: 100%;
}

.join-video.user-active {
	background: #415b6a;
	border-radius: 10px;
	width: 100%;
	height: 370px;
}
.join-video.user-active.audio-calls {
	height: calc(100vh - 250px);
	padding: 60px 0;
}
.join-video.vertical-active {
	margin-right: 24px;
}
.join-video.single-user {
	width: 100%;
	min-height: 230px;
	box-sizing: border-box;
	margin-right: 24px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: center;
	height: auto;
	background: #415b6a;
	border-radius: 10px;
	padding: 0;
	flex-grow: 1;
}
@media (max-width: 1399.98px) {
	.join-video.single-user {
		width: 100%;
	}
}
@media (max-width: 1199.98px) {
	.join-video.single-user {
		min-height: 203px;
	}
}
@media (max-width: 991.98px) {
	.join-video.single-user {
		min-height: 230px;
	}
}
.join-video.single-user:nth-child(even) {
	margin-right: 0px;
}
@media (max-width: 767.98px) {
	.join-video.single-user:nth-child(even) {
		margin-right: 10px;
	}
}
@media (max-width: 767.98px) {
	.join-video.single-user {
		width: 100%;
		min-height: 257px;
	}
}

@media (max-width: 767.98px) {
	.multi-grid .join-video.single-user {
		width: 45%;
	}
}
.multi-grid .join-video.single-user:nth-child(even) {
	margin-right: 24px;
}
@media (max-width: 767.98px) {
	.multi-grid .join-video.single-user:nth-child(even) {
		margin-right: 0px;
	}
}
.multi-grid .join-video.single-user:nth-child(4n) {
	margin-right: 0px;
}
@media (max-width: 767.98px) {
	.multi-grid .join-video.single-user:nth-child(4n):nth-child(4n) {
		margin-right: 0px;
	}
}

.multigrid-view .join-video.single-user {
	flex-grow: 0;
}

.horizontal-view .join-video.single-user:nth-child(even) {
	margin-right: 24px;
}
.horizontal-view .join-video.single-user:nth-child(5) {
	margin-right: 0px;
}
@media (max-width: 767.98px) {
	.horizontal-view .join-video.single-user:nth-child(3n) {
		margin-right: 0;
	}
}

.text-avatar {
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.text-avatar h4 {
	color: #ffffff;
}

.text-box {
	height: 86px;
	width: 86px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.2);
	font-size: 36px;
	font-weight: 700;
	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;
}

.more-icon.mic-view .mic-on,
.more-icon .mic-off {
	display: none;
}

.more-icon.mic-view .mic-off {
	display: inline-flex;
}

.grid-view .join-video.single-user {
	width: 47%;
}
@media (max-width: 767.98px) {
	.grid-view .join-video.single-user {
		width: 40%;
	}
}
@media (max-width: 767.98px) {
	.grid-view .join-video.single-user:nth-child(2n) {
		margin-right: 0px;
	}
}
@media (max-width: 767.98px) {
	.grid-view .join-video.single-user:nth-child(3n) {
		margin-right: 24px;
	}
}

.join-contents.multigrid-view {
	max-width: 100%;
	justify-content: center;
}

.meeting {
	position: absolute;
	top: 80px;
	bottom: 107px;
	left: 0;
	right: 0;
}

.meeting-list {
	flex-direction: column;
	height: 100%;
	width: 100%;
	position: relative;
}

.user-active .more-icon .handraise-on {
	display: none;
}
.user-active .more-icon .handraise-on.active {
	display: block;
	animation: mymove 5s;
}

.user-active .more-icon .handraise-on.active .meeting .join-video.user-active::before {
	animation: mymove 5s infinite;
	opacity: 1;
}

@keyframes mymove {
	from {
		color: #0074e0;
	}
	to {
		color: transparent;
	}
}
.join-contents.vertical-view {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	align-content: center;
	max-width: 1300px;
}
@media (max-width: 767.98px) {
	.join-contents.vertical-view {
		display: block;
	}
}
.join-contents.vertical-view .join-video.user-active {
	flex: 1;
	margin-bottom: 24px;
}
.join-contents.vertical-view .join-video.single-user {
	width: 97%;
	flex-grow: 1;
	display: flex;
}
@media (max-width: 767.98px) {
	.join-contents.vertical-view .join-video.single-user {
		width: 100%;
	}
}
.join-contents.vertical-view .vertical-sec {
	width: 20%;
}
@media (max-width: 991.98px) {
	.join-contents.vertical-view .vertical-sec {
		width: 30%;
	}
}
@media (max-width: 767.98px) {
	.join-contents.vertical-view .vertical-sec {
		width: 100%;
	}
}
.join-contents.vertical {
	flex-direction: column;
	height: 200px;
}

.meeting .join-contents.vertical .join-video.user-active {
	flex: 1 0 100%;
}

.meeting .join-contents.vertical .join-video.single-user {
	flex: 0;
}

.meeting .join-contents.vertical .join-video {
	width: auto;
}

.chat-footer .btn:hover {
	background: #fe8510;
	color: #ffffff;
}

.join-contents.show-whiteboard {
	display: none;
}
.join-contents.single-view {
	padding-top: 0;
	margin-top: 25px;
	position: relative;
}
.join-contents.single-view .single-user {
	position: absolute;
	right: 8px;
	top: 40px;
	width: 130px;
	height: 130px;
	min-height: 130px;
}
.join-contents.single-view .single-user img {
	height: 130px;
}

.record-item {
	position: absolute;
	top: 20px;
	z-index: 1;
	position: absolute;
	left: 20px;
}

.record-time span {
	background-color: #f9fafb;
	display: inline-flex;
	align-items: center;
	border-radius: 5px;
	color: #212b36;
	font-size: 10px;
	font-weight: 500;
	padding: 5px 8px;
	text-align: center;
	position: relative;
	padding-left: 19px;
}
.record-time span:before {
	content: '';
	position: absolute;
	left: 8px;
	top: 50%;
	background-color: #212b36;
	width: 5px;
	height: 5px;
	border-radius: 50px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

@keyframes blink-animation {
	to {
		visibility: hidden;
	}
}
@-webkit-keyframes blink-animation {
	to {
		visibility: hidden;
	}
}
.volume-col {
	position: absolute;
	left: 20px;
	bottom: 20px;
}

.volume-col .inner-volume-col {
	background-color: #a6aaaf;
	border-radius: 130px;
	width: 30px;
	height: 120px;
	position: relative;
	z-index: 9;
}

.volume-col #volume {
	position: absolute;
	left: 50%;
	top: 15px;
	margin: 0 auto;
	height: 80px;
	width: 5px;
	background: #ffffff;
	border-radius: 15px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.volume-col #volume .ui-slider-range-min {
	height: 5px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: #fe9f43;
	border: none;
	border-radius: 10px;
	outline: none;
}

.volume-col #volume .ui-slider-handle {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background: #fe9f43;
	position: absolute;
	left: 50%;
	margin-top: -8px;
	cursor: pointer;
	outline: none;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.volume-col #player {
	width: auto;
	height: 104px;
	position: relative;
	margin: 0 auto;
	top: 0px;
}

.volume-col #player i {
	position: absolute;
	margin-top: -6px;
	color: #666;
}

.volume-col .volume-icons {
	color: #ffffff;
	margin-left: 0px;
	font-size: 18px;
	margin-top: 22px;
}

.chat-msg-blk {
	padding: 15px;
}
.chat-msg-blk .chats {
	max-width: 100%;
	margin-bottom: 1.5rem;
	display: flex;
	display: -webkit-flex;
}
@media (max-width: 767.98px) {
	.chat-msg-blk .chats {
		max-width: 100%;
	}
}
.chat-msg-blk .chats .chat-action-btns .chat-user-time .chats-dot a {
	color: #3eb780;
}
.chat-msg-blk .chats.chats-right {
	margin-left: auto;
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}
.chat-msg-blk .chats.chats-right .chat-content {
	order: 1;
	-webkit-order: 1;
}
.chat-msg-blk .chats.chats-right .chat-content .message-content {
	background-color: #f2f2f2;
	border-radius: 8px;
}
.chat-msg-blk .chats.chats-right .chat-content .message-content .chat-time {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}
.chat-msg-blk .chats.chats-right .chat-content .message-content .download-col {
	position: relative;
}
.chat-msg-blk .chats.chats-right .chat-content .message-content .download-col ul li {
	margin-right: 8px;
}
.chat-msg-blk .chats.chats-right .chat-content .message-content .download-col ul li:last-child {
	margin-right: 0px;
}
.chat-msg-blk
	.chats.chats-right
	.chat-content
	.message-content
	.download-col
	ul
	li
	.image-download-col {
	position: relative;
}
.chat-msg-blk
	.chats.chats-right
	.chat-content
	.message-content
	.download-col
	ul
	li
	.image-download-col.image-not-download
	a
	img {
	-webkit-filter: blur(4px);
	filter: blur(1px);
	border-color: #000000;
}
.chat-msg-blk
	.chats.chats-right
	.chat-content
	.message-content
	.download-col
	ul
	li
	.image-download-col.image-not-download
	span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.chat-msg-blk
	.chats.chats-right
	.chat-content
	.message-content
	.download-col
	ul
	li
	.image-download-col.image-not-download
	span
	i {
	color: #ffffff;
}
.chat-msg-blk
	.chats.chats-right
	.chat-content
	.message-content
	.download-col
	ul
	li
	.image-download-col
	.download-action {
	position: absolute;
	right: 8px;
	bottom: 8px;
	line-height: 0;
}
.chat-msg-blk
	.chats.chats-right
	.chat-content
	.message-content
	.download-col
	ul
	li
	.image-download-col
	.download-action
	a {
	color: #ffffff;
	font-size: 10px;
}
.chat-msg-blk
	.chats.chats-right
	.chat-content
	.message-content
	.download-col
	ul
	li
	.image-download-col
	img {
	border-radius: 5px;
}
.chat-msg-blk .chats.chats-right .chat-content .message-content::before {
	border-bottom: 6px solid transparent;
	border-left: 6px solid #f2f2f2;
	border-right: 0;
	border-top: 6px solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	top: 8px;
	right: -4px;
	left: auto;
}
.chat-msg-blk .chats.chats-right .chat-action-btns {
	order: 2;
	-webkit-order: 2;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
}
.chat-msg-blk .chats.chats-right .chat-action-btns .chat-user-time .chats-dot a {
	color: #3eb780;
}
.chat-msg-blk .chats .message-content {
	background-color: #f9fafb;
	border-radius: 8px;
	padding: 10px 20px;
	font-weight: 500;
	margin-bottom: 5px;
	position: relative;
}
.chat-msg-blk .chats .message-content h4 {
	font-size: 13px;
	color: #212b36;
	margin-bottom: 0px;
	line-height: 1.4;
	font-weight: 500;
}
.chat-msg-blk .chats .message-content .chat-time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	font-size: 10px;
	font-weight: 500;
	color: #3eb780;
	margin-bottom: 0;
}
.chat-msg-blk .chats .message-content .chat-time svg {
	width: 10px;
}
.chat-msg-blk .chats .message-content::before {
	border-bottom: 6px solid transparent;
	border-right: 6px solid #f9fafb;
	border-top: 6px solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	top: 8px;
	left: -4px;
	right: auto;
}
.chat-msg-blk .chats .chat-profile-name h6 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: left;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	font-size: 10px;
	color: #646b72;
}
.chat-msg-blk .chats .chat-profile-name h6 i {
	font-size: 12px;
	color: #008024;
}
.chat-msg-blk .chat-line {
	margin: 0px 0 20px;
	position: relative;
	text-align: center;
	width: 100%;
}
.chat-msg-blk .chat-line:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-color: #3eb780;
	width: 100%;
	height: 1px;
}
.chat-msg-blk .chat-line .chat-date {
	background-color: #3eb780;
	color: #3eb780;
	font-size: 13px;
	padding: 7px 14px;
	border-radius: 3px;
	display: inline-block;
	font-weight: 600;
	position: relative;
}

.right-user-side.call-user-side .slime-grp .right-sidebar-profile {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	border-bottom: 0;
	padding-bottom: 10px;
}
.right-user-side.call-user-side .slime-grp .right-sidebar-profile .profile-call-blk {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.right-user-side.call-user-side .slime-grp .right-sidebar-profile .edit-group svg {
	width: 16px;
	color: #3eb780;
}
.right-user-side.call-user-side .slime-grp .chat-options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	border-bottom: 1px solid #3eb780;
	padding-bottom: 20px;
}
.right-user-side.call-user-side .slime-grp .chat-options ul li a {
	color: #3eb780;
	width: 30px;
	height: 30px;
	background-color: gray;
	padding: 0;
	border-radius: 50px;
}
.right-user-side.call-user-side .slime-grp .chat-options ul li a:hover {
	background: #fe9f43;
	border-color: #fe9f43;
}
.right-user-side.call-user-side .slime-grp .chat-options ul li a:hover svg {
	color: #ffffff;
}
.right-user-side.call-user-side .slime-grp .chat-options ul li a svg {
	width: 15px;
}
.right-user-side.right-side-party .slime-grp {
	padding: 0px;
}
.right-user-side.right-side-party .slime-grp .card-body-blk {
	padding: 20px;
}
.right-user-side.right-side-party .slime-grp .card-body-blk .user-list {
	border-radius: 0.25rem;
	display: flex;
	display: -webkit-flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
}
.right-user-side.right-side-party .slime-grp .card-body-blk .user-list .user-list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	padding: 5px;
	display: flex;
	display: -webkit-flex;
	border-radius: 6px;
	background-color: #f6f7f8;
	margin-bottom: 10px;
	border: 0;
}
.right-user-side.right-side-party .slime-grp .card-body-blk .user-list .user-list-item:hover {
	background-color: #f6f7f8;
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	-ms-transition: ease all 0.5s;
}
.right-user-side.right-side-party .slime-grp .card-body-blk .user-list .user-list-item .avatar {
	margin-right: 0.8rem;
	display: inline-block;
	margin-bottom: 0;
	height: 40px;
	width: 40px;
	position: relative;
	flex-shrink: 0;
}
.right-user-side.right-side-party
	.slime-grp
	.card-body-blk
	.user-list
	.user-list-item
	.avatar::before {
	top: 0;
	bottom: inherit;
}
.right-user-side.right-side-party .slime-grp .card-body-blk .user-list .user-list-item .avatar img {
	border-radius: 0px;
}
.right-user-side.right-side-party
	.slime-grp
	.card-body-blk
	.user-list
	.user-list-item
	.users-list-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	flex-grow: 1;
}
.right-user-side.right-side-party
	.slime-grp
	.card-body-blk
	.user-list
	.user-list-item
	.users-list-body
	.name-list-user {
	display: grid;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.right-user-side.right-side-party
	.slime-grp
	.card-body-blk
	.user-list
	.user-list-item
	.users-list-body
	.name-list-user
	h5 {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 2px;
	color: #646b72;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.right-user-side.right-side-party
	.slime-grp
	.card-body-blk
	.user-list
	.user-list-item
	.users-list-body
	.name-list-user
	p {
	font-size: 12px;
	color: #ff0000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.right-user-side.right-side-party
	.slime-grp
	.card-body-blk
	.user-list
	.user-list-item
	.users-list-body
	.name-list-user
	p
	svg {
	width: 14px;
	height: 14px;
}
.right-user-side.right-side-party
	.slime-grp
	.card-body-blk
	.user-list
	.user-list-item
	.users-list-body
	.chat-user-time
	.chats-dot
	a {
	color: #ff0000;
}
.right-user-side.right-side-party
	.slime-grp
	.card-body-blk
	.user-list
	.user-list-item
	.users-list-body
	.last-chat-time
	.text-muted {
	font-size: 10px;
	color: #212b36;
	font-weight: 500;
}
.right-user-side.right-side-party
	.slime-grp
	.card-body-blk
	.user-list
	.user-list-item
	.users-list-body
	.last-chat-time
	.new-message-count {
	width: 20px;
	height: 20px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	line-height: 0;
	font-size: 11px;
	background-color: #fe9f43;
	color: #ffffff;
	border-radius: 50%;
	margin-left: auto;
	margin-top: 5px;
}
.right-user-side.right-side-party
	.slime-grp
	.card-body-blk
	.user-list
	.user-list-item
	.users-list-body
	.last-call-time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.right-user-side.right-side-party
	.slime-grp
	.card-body-blk
	.user-list
	.user-list-item
	.users-list-body
	.last-call-time
	.call-recent
	a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	width: 30px;
	height: 30px;
	background: #b8bcc9;
	color: #212b36;
	border-radius: 50px;
}
.right-user-side.right-side-party
	.slime-grp
	.card-body-blk
	.user-list
	.user-list-item
	.users-list-body
	.last-call-time
	.call-recent
	a
	svg {
	color: #212b36;
}
.right-user-side .slimScrollDiv {
	height: calc(100vh - 216px) !important;
}
.right-user-side .slimScrollDiv .slimscroll {
	height: calc(100vh - 216px) !important;
}
.right-user-side.audio .slimScrollDiv {
	height: calc(100vh - 305px) !important;
}
.right-user-side.audio .slimScrollDiv .slimscroll {
	height: calc(100vh - 305px) !important;
}
.right-user-side .slime-grp {
	background: #ffffff;
	padding: 15px;
}
.right-user-side .slime-grp .chat-footer {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 15px;
	background: #ffffff;
	border-radius: 10px;
}
.right-user-side .slime-grp .chat-footer form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	position: relative;
}
.right-user-side .slime-grp .chat-footer form .comman-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.right-user-side .slime-grp .chat-footer form .comman-icon a {
	color: #646b72;
}
.right-user-side .slime-grp .chat-footer form .smile-col {
	right: inherit;
	left: 15px;
}
.right-user-side .slime-grp .chat-footer form .attach-col {
	right: inherit;
	left: 45px;
}
.right-user-side .slime-grp .chat-footer form .micro-col {
	right: 50px;
	left: inherit;
}
.right-user-side .slime-grp .chat-footer form .micro-col a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
}
.right-user-side .slime-grp .chat-footer form .send-chat {
	right: 5px;
}
.right-user-side .slime-grp .chat-footer form .send-chat a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	width: 34px;
	height: 34px;
	background: #fe9f43;
	border-radius: 50px;
}
.right-user-side .slime-grp .chat-footer form .send-chat a:hover {
	background: #1b2950;
}
.right-user-side .slime-grp .chat-footer form .send-chat a:hover svg {
	color: #ffffff;
}
.right-user-side .slime-grp .chat-footer form .send-chat a svg {
	width: 14px;
	color: #ffffff;
}
.right-user-side .slime-grp .chat-footer form .chat_form {
	border-radius: 20px;
	margin-right: 0px;
	background: #ffffff;
	border: 1px solid rgba(145, 158, 171, 0.3);
	border-radius: 6px;
	height: 48px;
	padding: 10px 70px;
}
.right-user-side .slime-grp .chat-footer form .chat_form::placeholder {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.2);
}

.owl-carousel.video-slide .owl-nav.disabled {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	width: 100%;
}
.owl-carousel.video-slide .owl-nav {
	top: calc(50% - 24px);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
}
@media (max-width: 1399.98px) {
	.owl-carousel.video-slide .owl-nav {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-flex-pack: space-between;
	}
}
.owl-carousel.video-slide .owl-nav button.owl-next,
.owl-carousel.video-slide .owl-nav button.owl-prev {
	background-color: #f7f7f7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	width: 20px;
	height: 20px;
}
.owl-carousel.video-slide .owl-nav button.owl-next:hover,
.owl-carousel.video-slide .owl-nav button.owl-prev:hover {
	background-color: #fe9f43;
}
.owl-carousel.video-slide .owl-nav button.owl-next:hover i,
.owl-carousel.video-slide .owl-nav button.owl-prev:hover i {
	color: #ffffff;
}
.owl-carousel.video-slide .owl-nav button.owl-next i,
.owl-carousel.video-slide .owl-nav button.owl-prev i {
	color: #646b72;
}

.audio-call-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	height: 100%;
}
.audio-call-group ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-evenly;
	-webkit-justify-content: space-evenly;
	-ms-flex-pack: space-evenly;
	width: 100%;
}
.audio-call-group ul li {
	position: relative;
}
.audio-call-group ul li.active .avatar::before {
	content: '';
	width: 220px;
	height: 220px;
	position: absolute;
	border: 1px solid #fe9f43;
	border-radius: 50%;
	left: -25px;
	top: -25px;
}
@media (max-width: 991.98px) {
	.audio-call-group ul li.active .avatar::before {
		width: 150px;
		height: 150px;
		left: -10px;
		top: -10px;
	}
}
@media (max-width: 767.98px) {
	.audio-call-group ul li.active .avatar::before {
		width: 100px;
		height: 100px;
		left: -5px;
		top: -5px;
	}
}
.audio-call-group ul li .avatar {
	width: 170px;
	height: 170px;
	margin: 0;
	position: relative;
}
@media (max-width: 991.98px) {
	.audio-call-group ul li .avatar {
		width: 130px;
		height: 130px;
	}
}
@media (max-width: 767.98px) {
	.audio-call-group ul li .avatar {
		width: 90px;
		height: 90px;
	}
}
.audio-call-group ul li .avatar img {
	width: 100%;
	position: relative;
}
.audio-call-group ul li .user-audio-call h5 {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	text-transform: capitalize;
	text-align: center;
	margin-top: 35px;
}
@media (max-width: 767.98px) {
	.audio-call-group ul li .user-audio-call h5 {
		margin-top: 15px;
	}
}
.audio-call-group ul li .more-icon {
	position: absolute;
	bottom: 10px;
	right: inherit;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9;
}
@media (max-width: 767.98px) {
	.audio-call-group ul li .more-icon {
		bottom: 0px;
	}
}
.audio-call-group ul li .more-icon a {
	background-color: #fe9f43;
	color: #ffffff;
}

.audio-volume {
	position: absolute;
	width: fit-content;
	height: 134px;
	bottom: 20px;
	left: 20px;
	background: #a6aaaf;
	border-radius: 50px;
	padding: 10px 14px;
	width: 30px;
	padding-bottom: 30px;
}
.audio-volume .volume-icons a {
	position: absolute;
	bottom: 0;
	width: 30px;
	height: 30px;
	left: 0;
	border-radius: 50px;
	background: #ffffff;
	border: 1px solid #ffca18;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

.custom-input {
	width: 100%;
	height: 4px;
	width: 3px;
	height: 100%;
	background: #ffffff;
	border-radius: 5px;
	writing-mode: vertical-lr;
}

.custom-input::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 12px;
	height: 12px;
	background: #fe9f43 !important;
	border-radius: 50%;
	cursor: pointer;
}

.custom-input::-moz-range-thumb {
	width: 12px;
	height: 12px;
	background: #fe9f43 !important;
	border-radius: 50%;
	cursor: pointer;
}

.right-user-side {
	width: 0;
	opacity: 0;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.right-user-side.right-side-party {
	width: 0;
	opacity: 0;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.right-user-side.right-side-party .party-msg-blk .last-call-time .call-recent {
	background: none;
}
.right-user-side.right-side-party .party-msg-blk .last-call-time .call-recent svg {
	color: #fe9f43;
	width: 14px;
}
.right-user-side.chat-rooms {
	width: 0;
	opacity: 0;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.right-user-side.chat-rooms .slime-grp {
	padding: 0;
}
.right-user-side.chat-rooms .slime-grp .left-chat-title {
	padding: 20px;
	border-bottom: 1px solid #f2f2f2;
	border-radius: 10px 10px 0 0;
}
.right-user-side.chat-rooms.open-chats {
	width: 35%;
	opacity: 1;
}
@media (max-width: 767.98px) {
	.right-user-side.chat-rooms.open-chats {
		width: 100%;
	}
}
.right-user-side.open-message {
	width: 35%;
	opacity: 1;
}
@media (max-width: 767.98px) {
	.right-user-side.open-message {
		width: 100%;
	}
}

.incoming-call {
	position: relative;
	height: calc(100vh - 174px);
	overflow-y: auto;
}
@media (max-width: 767.98px) {
	.incoming-call {
		height: calc(100vh - 160px);
	}
}

.voice-call-img img {
	width: 150px;
	height: 150px;
	animation: ripple 2s infinite;
}
@media (max-width: 991.98px) {
	.voice-call-img img {
		width: 120px;
		height: 120px;
	}
}
@media (max-width: 767.98px) {
	.voice-call-img img {
		width: 80px;
		height: 80px;
	}
}

.call-item {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

@-webkit-keyframes ripple {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
	}
	100% {
		-webkit-box-shadow: 0 0 0 50px rgba(0, 0, 0, 0);
		-moz-box-shadow: 0 0 0 50px rgba(0, 0, 0, 0);
		box-shadow: 0 0 0 50px rgba(0, 0, 0, 0);
	}
}
aside {
	padding: 24px;
}

.video-section .item {
	opacity: 0.4;
	transition: 0.4s ease all;
	transform: scale(0.8);
}

@media (max-width: 1000px) {
	.video-section .item {
		margin: 0;
		transform: scale(0.9);
	}
}
.video-section .active .item {
	opacity: 1;
	transform: scale(1);
}

.video-section .owl-item {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
}

.video-section video {
	max-width: 100%;
	height: 100%;
	border-radius: 10px 10px 0 0;
}

.deleted-info {
	display: none;
}
.deleted-info .bin-bg {
	width: 184px;
	height: 184px;
	border-radius: 100%;
	background: #f9fafb;
	margin: 0 auto;
}

svg.feather-16 {
	width: 16px;
	height: 16px;
}
svg.feather-14 {
	width: 14px;
	height: 14px;
}

.files-list a {
	border-radius: 5px;
}
.files-list a:hover,
.files-list a.active {
	background: #e8e9ea;
	color: #212b36 !important;
}

.bg-01 {
	background: url('../img/bg/upgrade-bg.svg');
}

.access-wrap {
	position: relative;
}
.access-wrap .access-rate {
	position: absolute;
	top: 8px;
	right: 8px;
}

.rating-select i {
	color: #7a8086;
}
.rating-select i.filled {
	color: #ffca18;
}

.folder-wrap {
	border-radius: 5px;
	padding: 16px;
	margin-bottom: 24px;
}
.folder-wrap:hover {
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
}

.video-wrap {
	border-radius: 5px;
	margin-bottom: 24px;
}
.video-wrap .video-content {
	background: #ffffff;
	padding: 20px;
	border-radius: 0 0 5px 5px;
}
.video-wrap:hover {
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
}

.files-wrap {
	border-radius: 5px;
	margin-bottom: 24px;
}
.files-wrap .files-icon {
	border-radius: 5px 5px 0 0;
}
.files-wrap .files-content {
	border-radius: 0 0 5px 5px;
}
.files-wrap:hover {
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
}

.file-name-icon img {
	width: auto;
	height: auto;
}

.file-type {
	border: 1px solid #bcbfc3;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.file-type > div {
	flex: 1;
}

.document-wrap {
	padding: 20px;
}

.recent-activity li {
	padding-bottom: 16px;
	position: relative;
}
.recent-activity li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 16px;
	border-color: #bcbfc3;
	border-width: 1px;
	width: 1px;
	height: 100%;
	border-style: dashed;
}
.recent-activity li:last-child {
	padding-bottom: 0;
}
.recent-activity li:last-child::before {
	content: none;
}

.preview-content {
	padding: 20px;
}

.user-icon {
	width: 30px;
	height: 30px;
	background: #ffffff;
	color: #4d555e;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.user-icon:hover {
	background: #e8e9ea;
	color: #212b36;
}

.file-drop {
	position: relative;
	transition: all 0.5s;
	border: 1px dashed #e6eaed;
	border-radius: 4px;
	padding: 24px;
}
.file-drop input {
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
	background-color: #fff;
	font-size: 0.813rem;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
	border-radius: 0.25rem;
	border: 1px dashed rgba(242, 101, 34, 0.3);
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
	background: transparent;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
	border-bottom-color: #677788;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after,
.flatpickr-calendar.arrowBottom:before {
	border-top-color: #677788;
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
	stroke: #fe9f43;
}

.flatpickr-months,
.flatpickr-weekdays {
	background-color: rgba(242, 101, 34, 0.1);
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
	inset-block-start: 0;
	padding-block-start: 0.313rem;
	padding-inline: 0.313rem;
	padding-block-end: 0;
	color: #fe9f43;
	fill: #fe9f43;
}

.flatpickr-months .flatpickr-month {
	color: #fe9f43;
	fill: #fe9f43;
}

span.flatpickr-weekday {
	color: rgba(242, 101, 34, 0.8);
	font-weight: 700;
}

.flatpickr-day.today {
	border-color: #fe9f43;
	background-color: #fe9f43;
	color: #fff;
}

.flatpickr-day {
	border-radius: 4px;
}

.icons-list {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.icons-list li {
	display: block;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	font-size: 18px;
	border-radius: 50px;
	border: 1px solid #bcbfc3;
	margin: 5px;
	-webkit-box-shadow: 0 2px 3px rgb(215, 197, 255);
	-moz-box-shadow: 0 2px 3px rgb(215, 197, 255);
	box-shadow: 0 2px 3px rgb(215, 197, 255);
}
.icons-list .icons-list-item {
	display: block;
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	font-size: 18px;
	border-radius: 50px;
	border: 1px solid #bcbfc3;
	margin: 5px;
}
.icons-list .icons-list-item:hover {
	background-color: #bcbfc3;
	color: #fe9f43;
	font-size: 24px;
}

/* Start:: sortable js */
ul.sortable-list li,
ol.sortable-list li {
	background-color: #fe9f43;
	margin: 3px 0;
	border: 1px solid #fe9f43;
	border-radius: 0.3rem;
	font-weight: 500;
}
ul.sortable-list li.filtered,
ol.sortable-list li.filtered {
	background-color: #ff0000;
	color: #ffffff;
}
ul.sortable-list li.selected,
ol.sortable-list li.selected {
	background-color: #fe9f43;
	border: 1px solid #fe9f43;
	color: #ffffff;
}
ul.sortable-list .list-group-item,
ol.sortable-list .list-group-item {
	background-color: rgba(242, 101, 34, 0.05);
}
ul.sortable-list .list-group-item + .list-group-item,
ol.sortable-list .list-group-item + .list-group-item {
	border-top-width: 1px;
	background-color: rgba(242, 101, 34, 0.05);
}
ul#shared-right li,
ul#cloning-right li,
ul#disabling-sorting-right li,
ol#shared-right li,
ol#cloning-right li,
ol#disabling-sorting-right li {
	background-color: rgba(9, 44, 76, 0.05);
	border: 1px solid rgba(9, 44, 76, 0.05);
}
ul .handle,
ol .handle {
	cursor: grab;
}

.grid-square {
	width: 100px;
	height: 100px;
	display: inline-block;
	background-color: #ffffff;
	border: 1px solid #e6eaed;
	border-radius: 0.5rem;
	margin-block-end: 1.5rem;
	margin-inline-end: 1.5rem;
	padding: 20px;
}

.nested-sortable,
.nested-1,
.nested-2,
.nested-3 {
	margin-top: 5px;
}
.nested-sortable .list-group-item + .list-group-item,
.nested-1 .list-group-item + .list-group-item,
.nested-2 .list-group-item + .list-group-item,
.nested-3 .list-group-item + .list-group-item {
	border-top-width: 1px;
}

.nested-1,
.nested-2,
.nested-3 {
	border: 1px solid rgba(9, 44, 76, 0.05);
	font-weight: 500;
}

/* End:: sortable js */
/* Start::Leaflet Maps */
#map,
#map1,
#map-popup,
#map-custom-icon,
#interactive-map {
	height: 18.75rem;
	z-index: 10;
}

/* End::Leaflet Maps */
/* Start::Vector Maps */
.jvm-zoom-btn {
	background-color: #f9fafb;
	color: #646b72;
	border: 1px solid #e6eaed;
	font-size: 20px;
}

#vector-map,
#marker-map,
#marker-image-map,
#lines-map,
#us-map,
#canada-map,
#spain-map,
#russia-map {
	height: 21.875rem;
}

.jvm-tooltip {
	background-color: #1a1c1e;
}

#vector-map #jvm-regions-group path,
#marker-map #jvm-regions-group path,
#marker-image-map #jvm-regions-group path,
#lines-map #jvm-regions-group path,
#users-map #jvm-regions-group path {
	fill: #f9fafb;
}

.jvm-zoom-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	line-height: 20px;
}

.jvm-zoom-btn.jvm-zoomin {
	inset-block-start: 5px;
}

#jvm-markers-labels-group text {
	fill: #9595b5;
}

/* End::Vector Maps */
/* Start::Google Maps */
#google-map,
#google-map-overlay,
#map-layers,
#map-markers,
#streetview-map,
#map-geofencing {
	height: 18.75rem;
}

.google-map-overlay {
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 1.25rem;
	line-height: 0.875rem;
	opacity: 0.8;
	background: #fe9f43;
	border: solid 0.188rem #fe9f43;
	border-radius: 0.25rem;
	padding: 0 0.25rem;
}

.google-overlay_arrow {
	inset-inline-start: 50%;
	margin-inline-start: -1rem;
	width: 0;
	height: 0;
	position: absolute;
}

.google-overlay_arrow.above {
	inset-block-end: -0.938rem;
	border-inline-start: 0.938rem solid transparent;
	border-inline-end: 1rem solid transparent;
	border-block-start: 1rem solid #336699;
}

.google-overlay_arrow.below {
	inset-block-start: -0.938rem;
	border-inline-start: 1rem solid transparent;
	border-inline-end: 1rem solid transparent;
	border-block-end: 1rem solid #336699;
}

/* End::Google Maps */
/* Start:Pickers */
.flatpickr-time .flatpickr-am-pm {
	width: 36%;
}

[dir='rtl'] .flatpickr-input {
	text-align: start;
}

.flatpickr-calendar {
	background-color: #ffffff;
	box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
	border: 1px solid #e6eaed;
	font-size: 14px;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
	color: #000000;
	fill: #000000;
}

.rangeMode .flatpickr-day {
	margin-top: 4px;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
	border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
	border-radius: 0 50px 50px 0;
}

.flatpickr-monthDropdown-months,
.numInput {
	color: #000000;
}

.flatpickr-day.today.inRange {
	color: #fe9f43;
}

.dayContainer {
	padding: 0.25rem;
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
	background-color: #ffffff;
	font-size: 0.813rem;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
	width: 1.25rem;
	height: 1.25rem;
	padding: 0.25rem;
	fill: #fe9f43;
}

.flatpickr-day.inRange {
	box-shadow: none;
}

.flatpickr-calendar.open {
	z-index: 105;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
	border-radius: 0.25rem;
	border: 1px dashed #fe9f43;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
	background: transparent;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after,
.flatpickr-calendar.arrowBottom:before {
	border-top-color: #9595b5;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
	border-bottom-color: #9595b5;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)) {
	box-shadow: none;
}

.flatpickr-day {
	color: #646b72;
	font-weight: 500;
}
.flatpickr-day.nextMonthDay,
.flatpickr-day.prevMonthDay {
	opacity: 0.5;
}

.flatpickr-day.today {
	border-color: #fe9f43;
	background-color: #fe9f43;
	color: #ffffff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
	background: #fe9f43;
	color: #ffffff;
	border-color: #fe9f43;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
	background: #f7f8f9;
	border-color: #e6eaed;
}

.flatpickr-day.today:hover {
	background-color: #fe9f43;
	border-color: #fe9f43;
	color: #ffffff;
}

.flatpickr-calendar.hasTime .flatpickr-time {
	border-top: 1px solid #e6eaed;
}

.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
	border-bottom-color: #e6eaed;
}

.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
	border-top-color: #e6eaed;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
	background: #f7f8f9;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
	color: #9595b5;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
	inset-inline-start: 0;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
	inset-block-start: 0;
	padding-block-start: 0.313rem;
	padding-inline: 0.313rem;
	padding-block-end: 0;
	color: #fe9f43;
	fill: #fe9f43;
}

@media (min-width: 420px) {
	.flatpickr-time .flatpickr-am-pm {
		padding: 0 1.875rem 0 0.5rem;
	}
}
.flatpickr-weekdays {
	border-block-end: 1px solid #e6eaed;
}

.numInputWrapper span.arrowUp {
	top: -0.125rem;
}

.flatpickr-current-month .numInputWrapper {
	width: 3.5rem;
}

.flatpickr-calendar.hasTime {
	width: auto;
}

[dir='rtl'] .flatpickr-months .numInputWrapper span {
	left: 0;
	right: inherit;
}

@media (max-width: 575.98) {
	.flatpickr-calendar {
		width: 250px;
	}
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
	margin: -1px 2.25rem 0 0;
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
	padding-block: 0;
	padding-inline-start: 0;
	padding-inline-end: 0.5ch;
	font-size: 0.875rem;
	font-weight: 500;
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
	stroke: #fe9f43;
}

.flatpickr-day {
	border-radius: 4;
}

.numInputWrapper:hover {
	background: transparent;
}

.numInputWrapper span {
	border: 0px;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
	border-block-end-color: #fe9f43;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
	fill: #ffffff;
}

.numInputWrapper span:hover {
	background: transparent;
}

.numInputWrapper span.arrowUp:after {
	border-inline-start: 0.25rem solid transparent;
	border-inline-end: 0.25rem solid transparent;
	border-block-end: 0.25rem solid #fe9f43;
	inset-block-start: 75%;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
	border-block-start-color: #fe9f43;
}

.numInputWrapper span.arrowDown:after {
	border-inline-start: 0.25rem solid transparent;
	border-inline-end: 0.25rem solid transparent;
	border-block-start: 0.25rem solid #fe9f43;
	inset-block-start: 15%;
}

span.flatpickr-weekday {
	color: #fe9f43;
	font-weight: 700;
}

.flatpickr-months .flatpickr-month {
	color: #fe9f43;
	fill: #fe9f43;
}

.flatpickr-monthDropdown-months,
.numInput {
	color: #fe9f43;
}

.pcr-app {
	background: #ffffff;
}

.pcr-app .pcr-interaction .pcr-result {
	color: #646b72;
	background: #f7f8f9;
}

.theme-container button,
.theme-container1 button,
.theme-container2 button {
	display: none;
}

.pcr-app[data-theme='classic'] .pcr-selection .pcr-color-preview {
	margin-inline-end: 0.75em;
}

.pcr-app[data-theme='classic'] .pcr-selection .pcr-color-chooser,
.pcr-app[data-theme='classic'] .pcr-selection .pcr-color-opacity {
	margin-inline-start: 0.75em;
}

.flatpickr-weekwrapper .flatpickr-weeks {
	box-shadow: 1px 0 0 #e6eaed;
}

/* End:Pickers */
/* Start:: swiper js */
.swiper {
	border-radius: 5px;
}

[dir='rtl'] .swiper {
	direction: ltr;
}
[dir='rtl'] .swiper-backface-hidden .swiper-slide {
	direction: rtl;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
	width: 1.563rem;
	height: 1.563rem;
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 5px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 0.75rem;
	font-weight: 800;
}

.swiper-horizontal1 .swiper-slide {
	height: auto;
}

.swiper-pagination-bullet {
	width: 1.25rem;
	height: 0.25rem;
	border-radius: 5px;
	background: #ffffff;
}

.swiper-pagination-bullet-active {
	background: #ffffff;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #3eb780;
}

.swiper-pagination {
	color: #ffffff;
}

.custom-pagination .swiper-pagination-bullet {
	width: 1.5rem;
	height: 1.5rem;
	padding: 0.188rem;
	background-color: rgba(255, 255, 255, 0.3);
	color: #ffffff;
	opacity: 1;
}
.custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #ffffff;
	color: #000000;
}

.swiper-scrollbar {
	background-color: rgba(255, 255, 255, 0.3);
}

.swiper-scrollbar-drag {
	background-color: #ffffff;
}

.swiper.vertical {
	height: 21.875rem;
}

.swiper-preview {
	height: 80%;
	width: 100%;
}

.swiper-view {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.swiper-view .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.swiper-view .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-preview .swiper-wrapper {
	margin-block-end: 0.65rem;
}

.swiper-thumbs .swiper-slide img {
	border-radius: 5px;
}

/* End:: swiper js */
.files-list a.active {
	background: #fff6ee;
}

.files-list a {
	border-radius: 5px;
}
.files-list a:hover,
.files-list a.active {
	background: #fff6ee;
	color: #212b36 !important;
}

.social-gallery-slider a,
.email-attach a {
	position: relative;
	transition: 0.5s all;
}
.social-gallery-slider a span,
.email-attach a span {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translatex(-50%);
	transition: 0.5s all;
	background: #ffffff;
	opacity: 0;
}
.social-gallery-slider a span i,
.email-attach a span i {
	color: #1b2850;
	opacity: 1;
}
.social-gallery-slider a:hover,
.email-attach a:hover {
	transition: 0.5s all;
}
.social-gallery-slider a:hover span,
.email-attach a:hover span {
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.5s all;
	opacity: 0.5;
}
.social-gallery-slider a:hover::before,
.email-attach a:hover::before {
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: #212b36;
	opacity: 0.8;
	position: absolute;
	transition: 0.5s all;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.social-gallery-slider a img,
.email-attach a img {
	transition: 0.5s all;
}

.post-textarea {
	padding-top: 60px;
	padding-left: 68px;
}

.text-area-avatar {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
}

.template-more-links a {
	position: relative;
}
.template-more-links a + a {
	margin-left: 10px;
	padding-left: 10px;
}
.template-more-links a + a::before {
	content: '/';
	position: absolute;
	left: -2px;
	top: 50%;
	transform: translateY(-50%);
}

.custom-nav {
	display: flex;
	align-items: center;
}
.custom-nav button {
	width: 16px;
	height: 16px;
	background: #ffffff;
	border: 0;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.custom-nav button:hover {
	background: #1b2850;
	color: #ffffff;
}

.fs-5 {
	font-size: 5px !important;
}

.fs-6 {
	font-size: 6px !important;
}

.btn.btn-icon:hover {
	background: #f9fafb;
	color: #1b2850;
}

.kanban-drag-wrap {
	min-width: 260px;
	min-height: 50px;
}

.dropdown-toggle.btn.btn-white.text-dark {
	color: #1b2850 !important;
}

.bg-transparent-secondary {
	background: #edf2f4;
}

.input-icon-addon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 8px;
	pointer-events: none;
	font-size: 12px;
	color: #a6aaaf;
	z-index: 9;
}
.input-icon-addon:last-child {
	right: 0;
	left: auto;
}
.input-icon-addon .spinner-border-sm {
	border-width: 1px;
}

.input-icon .form-control {
	padding-left: 30px;
}

.input-icon-start .form-control {
	padding-left: 30px;
}

.bg-soft-skyblue {
	background: #d3f5fc;
}

.bg-soft-pink {
	background: #ffdbec;
	color: #fd3995;
}

.bg-skyblue {
	background-color: #0dcaf0 !important;
}

.project-status .dropdown a {
	border: 0;
}

.welcome-wrap {
	padding: 40px 40px 24px;
	background: #fe9f43;
	border-radius: 5px;
	position: relative;
	z-index: 1;
}
@media (max-width: 767.98px) {
	.welcome-wrap {
		padding: 20px 20px 4px;
	}
}
.welcome-wrap .welcome-bg-01 {
	position: absolute;
	top: 0;
	left: 0;
}
.welcome-wrap .welcome-bg-01 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.welcome-wrap .welcome-bg-02 {
	position: absolute;
	top: 20%;
	left: 40%;
	z-index: -1;
}
.welcome-wrap .welcome-bg-03 {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

#company-chart .apexcharts-bar-series .apexcharts-series path:hover {
	fill: #fe9f43;
}

.wishlist-products .qty-item {
	position: relative;
	display: inline-block;
	margin-right: 7px;
}
.wishlist-products .qty-item input {
	padding: 1px 9px;
	border-radius: 8px;
	height: 28px;
	width: 71px;
	text-align: center;
	font-size: 14px;
}
.wishlist-products .qty-item .dec,
.wishlist-products .qty-item .inc {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	color: #092c4c;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.wishlist-products .qty-item .dec:hover,
.wishlist-products .qty-item .inc:hover {
	color: #fe9f43;
}
.wishlist-products .qty-item .dec {
	left: 9px;
}
.wishlist-products .qty-item .inc {
	right: 9px;
}
.wishlist-products .product-info {
	padding: 15px;
	color: #b8bcc9;
	border: 1px solid #e6eaed;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.wishlist-products .product-info .img-bg {
	background-color: #f9fafb;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	margin-bottom: 10px;
	position: relative;
	padding: 10px;
}
.wishlist-products .product-info .img-bg img {
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.wishlist-products .product-info .img-bg span {
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #dd2590;
	position: absolute;
	top: -5px;
	right: -5px;
	border-radius: 100%;
	color: #3eb780;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	display: none;
	font-size: 18px;
}
.wishlist-products .product-info .img-bg span:hover {
	background: #092c4c;
}
.wishlist-products .product-info h6 {
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.wishlist-products .product-info h6.cat-name {
	margin-bottom: 4px;
	font-weight: 400;
}
.wishlist-products .product-info h6.cat-name a {
	color: #646b72;
}
.wishlist-products .product-info h6.cat-name a:hover {
	color: #fe9f43;
}
.wishlist-products .product-info .price {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px dashed #e6eaed;
}
.wishlist-products .product-info .price span {
	color: #dd2590;
}
.wishlist-products .product-info .price p {
	color: #0e9384;
	font-weight: 700;
}
.wishlist-products .product-info:hover .img-bg img {
	transform: scale(1.2);
}

.trend-tag {
	position: absolute;
	left: 20px;
	top: 20px;
	background: #fbfbfb;
	display: inline-flex;
	padding: 4px 8px;
	border-radius: 5px;
	font-size: 12px;
}

.dot-icon {
	position: absolute;
	right: 0;
	top: 20px;
	margin-right: 20px;
}

.bootstrap-tagsinput .label-info {
	position: relative;
	background: #e8e9ea;
}
