:root {
	--dark-color: #323A45;
	--color-fff: #FFFFFF;
	--color-100: #F0F0F0;
	--color-200: #EEEEEE;
	--color-300: #E0E0E0;
	--color-400: #BDBDBD;
	--color-500: #555353;
	--color-600: #464545;
	--color-700: #363535;
	--color-800: #252525;
	--color-900: #181818;
	--color-000: #000000;
	--border-color: #2121211f;
	--card-color: #ffffff;
	--body-color: #f4f7f6;
	--white-color: #ffffff;
	--sidebar-color: #fcfcfc;
	--hc-font-color: #555555;
	--hc-bg-color: #f0f0f0;
	--primary-color: #0d6efd;
	--secondary-color: #ffd55d;
	--chart-color1: #2794eb;
	--chart-color2: #17b3c1;
	--chart-color3: #64868e;
	--chart-color4: #47d6b6;
	--chart-color5: #4362D0;
	--sidebar-img: url(../images/sidebar-bg/sidebar-1.jpg);
}

[data-theme="dark"] {
	--dark-color: #323A45;
	--color-fff: #000000;
	--color-100: #212121;
	--color-200: #424242;
	--color-300: #616161;
	--color-400: #757575;
	--color-500: #8f8f8f;
	--color-600: #BDBDBD;
	--color-700: #E0E0E0;
	--color-800: #EEEEEE;
	--color-900: #F0F0F0;
	--color-000: #FFFFFF;
	--border-color: #353535;
	--card-color: #262727;
	--body-color: #1e1f20;
	--white-color: #ffffff;
	--sidebar-color: #fcfcfc;
	--hc-font-color: #555555;
	--hc-bg-color: #f0f0f0;
}

[data-theme="dark"] [class="theme-cyan"] {
	--primary-color: #00bdaa;
}

[data-theme="dark"] [class="theme-indigo"] {
	--border-color: #212020;
	--card-color: #101010;
	--body-color: #050505;
	--color-100: #F0F0F0;
	--color-200: #EEEEEE;
}

[data-theme="dark"] [class="theme-blue"] {
	--primary-color: #2e7bec;
	--border-color: #1a1f2d;
	--card-color: #10141f;
	--body-color: #080b13;
}

[data-theme="dark"] [class="theme-orange"] {
	--border-color: #092940;
	--card-color: #052133;
	--body-color: #051e2f;
}

[data-theme="dark"] [class="theme-blush"] {
	--border-color: #242331;
	--card-color: #1a1925;
	--body-color: #15141f;
}

[data-theme="dark"] [class="theme-red"] {
	--primary-color: #f73e60;
	--border-color: #222335;
	--card-color: #161725;
	--body-color: #11121d;
}

[data-theme="high-contrast"] {
	--dark-color: #323A45;
	--color-fff: #000000;
	--color-100: #000000;
	--color-200: #ffffff;
	--color-300: #ffffff;
	--color-400: #000000;
	--color-500: #ffffff;
	--color-600: #ffffff;
	--color-700: #ffffff;
	--color-800: #ffffff;
	--color-900: #ffffff;
	--color-000: #ffffff;
	--border-color: #262727;
	--card-color: #0e0e0e;
	--body-color: #000000;
	--white-color: #ffffff;
	--black-color: #000000;
	--sidebar-color: #fcfcfc;
	--hc-font-color: #555555;
	--hc-bg-color: #f0f0f0;
}

[data-theme="high-contrast"] .avatar.no-thumbnail {
	background-color: #191818;
}

[data-theme="high-contrast"] .form-control::placeholder {
	color: var(--white-color);
}

[data-theme="high-contrast"] .modal {
	color: #191818;
}

[data-theme="high-contrast"] .modal .card {
	border-color: var(--hc-bg-color);
	background-color: var(--white-color);
}

[data-theme="high-contrast"] .border-dark {
	border-color: var(--color-200) !important;
}

[class="theme-indigo"] {
	--primary-color: #ecb64b;
	--secondary-color: #271801;
	--primary-rgb: 72, 76, 127;
	--chart-color1: #ecb64b;
	--chart-color2: #271801;
	--chart-color3: #7394b9;
	--chart-color4: #79b6bd;
	--chart-color5: #a0c1b8;
	--primary-gradient: linear-gradient(145deg, var(--primary-color), var(--chart-color3));
}

[class="theme-blue"] {
	--primary-color: #0d6efd;
	--secondary-color: #ffd55d;
	--primary-rgb: 13, 110, 253;
	--chart-color1: #2794eb;
	--chart-color2: #17b3c1;
	--chart-color3: #64868e;
	--chart-color4: #47d6b6;
	--chart-color5: #4362D0;
	--primary-gradient: linear-gradient(145deg, var(--primary-color), var(--chart-color3));
}

[class="theme-cyan"] {
	--primary-color: #00bdaa;
	--secondary-color: #f1ff17;
	--primary-rgb: 0, 189, 170;
	--chart-color1: #00bdaa;
	--chart-color2: #c1c0b9;
	--chart-color3: #537791;
	--chart-color4: #9cbf3b;
	--chart-color5: #cdb60c;
	--primary-gradient: linear-gradient(145deg, var(--primary-color), var(--chart-color3));
}

[class="theme-green"] {
	--primary-color: #7EB93F;
	--secondary-color: #fffb83;
	--primary-rgb: 126, 185, 63;
	--chart-color1: #7EB93F;
	--chart-color2: #b9bc6d;
	--chart-color3: #427a5b;
	--chart-color4: #4e7376;
	--chart-color5: #a6a6a4;
	--primary-gradient: linear-gradient(145deg, var(--primary-color), var(--chart-color3));
}

[class="theme-orange"] {
	--primary-color: #feb019;
	--secondary-color: #35f3fd;
	--primary-rgb: 254, 176, 25;
	--chart-color1: #ef7e56;
	--chart-color2: #44558f;
	--chart-color3: #ded5c4;
	--chart-color4: #f59292;
	--chart-color5: #90a4ae;
	--primary-gradient: linear-gradient(145deg, var(--primary-color), var(--chart-color4));
}

[class="theme-blush"] {
	--primary-color: #ED5782;
	--secondary-color: #ffdd95;
	--primary-rgb: 237, 87, 130;
	--chart-color1: #ED5782;
	--chart-color2: #e5df88;
	--chart-color3: #726a95;
	--chart-color4: #a6a6a4;
	--chart-color5: #c9b8b8;
	--primary-gradient: linear-gradient(145deg, var(--primary-color), var(--chart-color3));
}

[class="theme-red"] {
	--primary-color: #ff4560;
	--secondary-color: #FFDF41;
	--primary-rgb: 255, 69, 96;
	--chart-color1: #ff5959;
	--chart-color2: #ffad5a;
	--chart-color3: #4f9da6;
	--chart-color4: #c06c84;
	--chart-color5: #f67280;
	--primary-gradient: linear-gradient(145deg, var(--primary-color), var(--chart-color4));
}

[class="theme-dynamic"] {
	--primary-gradient: linear-gradient(145deg, var(--primary-color), var(--chart-color3));
}

#layout-b {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

#layout-b .navigation {
	
	/*width: 60px;
	height: 100vh;*/
	font-size: 1rem;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	overflow-y: auto;
	overflow-x: hidden;
	text-align: center;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 1;
	z-index: 99;
}

@media only screen and (max-width: 991px) {
	#layout-b .navigation {
		background-color: var(--secondary-color);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		z-index: 8;
		width: 100%;
		height: 60px;
		border-bottom: 1px solid;
		flex-direction: row;
		align-items: center;
		position: fixed;
		overflow: hidden;
	}

	#layout-b .navigation .brand-icon svg {
		width: 22px;
		margin-right: 20px;
	}

	#layout-b .navigation .navbar-nav {
		justify-content: flex-end !important;
		padding-right: 50px;
		flex-direction: row !important;
	}

	#layout-b .navigation .navbar-nav .flex-grow-1 {
		flex-grow: unset !important;
	}

	#layout-b .navigation .navbar-nav .nav-link {
		margin-left: 5px;
	}

	#layout-b .navigation .navbar-nav .menu-toggle {
		position: fixed;
		right: 20px;
	}
}

#layout-b .sidebar {
	-moz-transition: ease 0.1s;
	-o-transition: ease 0.1s;
	-webkit-transition: ease 0.1s;
	transition: ease 0.1s;
	background: var(--primary-color);
	position: relative;
	height: 100vh;
	width: 230px;
	overflow-y: auto;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	z-index: 1;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 0;
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

#layout-b .sidebar::-webkit-scrollbar {
	width: 5px;
}

#layout-b .sidebar .sidebar-title {
	color: var(--white-color);
}

#layout-b .sidebar .menu-list {
	list-style: none;
	padding: 0;
}

#layout-b .sidebar .menu-list a[aria-expanded="true"].m-link {
	color: var(--secondary-color);
}

#layout-b .sidebar .menu-list a[aria-expanded="true"] .arrow:before {
	content: "\f068";
}

#layout-b .sidebar .menu-list .m-link,#layout-b .sidebar .menu-list .ms-link {
	display: flex;
}

#layout-b .sidebar .menu-list .m-link:hover,#layout-b .sidebar .menu-list .m-link.active,#layout-b .sidebar .menu-list .ms-link:hover,#layout-b .sidebar .menu-list .ms-link.active {
	color: var(--secondary-color);
}

#layout-b .sidebar .menu-list .m-link:hover::before,#layout-b .sidebar .menu-list .m-link.active::before,#layout-b .sidebar .menu-list .ms-link:hover::before,#layout-b .sidebar .menu-list .ms-link.active::before {
	display: block;
}

#layout-b .sidebar .menu-list .m-link {
	color: var(--white-color);
	align-items: center;
	padding: 10px 0;
}

#layout-b .sidebar .menu-list .ms-link {
	color: var(--white-color);
	position: relative;
	padding: 5px 0;
}

#layout-b .sidebar .menu-list .ms-link::before {
	background-color: var(--secondary-color);
	content: "";
	display: none;
	position: absolute;
	height: 5px;
	width: 5px;
	left: -24px;
	top: 13px;
}

#layout-b .sidebar .menu-list .fa {
	width: 30px;
}

#layout-b .sidebar .menu-list .arrow {
	color: var(--white-color);
	opacity: 0.3;
}

#layout-b .sidebar .menu-list .divider {
	color: var(--white-color);
	border-color: rgba(255,255,255,0.3) !important;
	opacity: 0.5;
}

#layout-b .sidebar .menu-list .sub-menu {
	list-style: none;
	position: relative;
	padding-left: 30px;
}

#layout-b .sidebar .menu-list .sub-menu::before {
	background-color: var(--white-color);
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	left: 8px;
	top: 0;
}

#layout-b .sidebar.sidebar-mini {
	text-align: center;
	overflow: visible;
	padding: 16px 0 !important;
	width: 60px;
	z-index: 99;
}

#layout-b .sidebar.sidebar-mini .Language {
	display: none;
}

#layout-b .sidebar.sidebar-mini .sidebar-title span,#layout-b .sidebar.sidebar-mini form {
	display: none;
}

#layout-b .sidebar.sidebar-mini .menu-list>li {
	position: relative;
}

#layout-b .sidebar.sidebar-mini .menu-list>li:hover .sub-menu {
	display: block !important;
}

#layout-b .sidebar.sidebar-mini .menu-list .m-link {
	margin-bottom: 10px;
}

@media only screen and (max-height: 640px) {
	#layout-b .sidebar.sidebar-mini .menu-list .m-link {
		margin-bottom: 0;
		padding: 9px 0;
	}
}

#layout-b .sidebar.sidebar-mini .menu-list .m-link span {
	display: none;
}
#layout-b .sidebar.sidebar-mini .menu-list .m-link #notifi_miniside {
	display: block;
	
}
#notifi_miniside {
	right: 7px;
}
#layout-b .sidebar .menu-list #notifi_miniside {
	display: none;
}
#layout-b .sidebar.sidebar-mini .menu-list .ms-link::before {
	left: -16px;
}

#layout-b .sidebar.sidebar-mini .menu-list .fa {
	width: 100%;
}

#layout-b .sidebar .menu-list .sa {
	margin: 0 10px 0px -7px;
	
}

#layout-b .sidebar.sidebar-mini .menu-list .sa {
	margin: 0 auto;
}

#layout-b .sidebar.sidebar-mini .menu-list .sub-menu {
	background: var(--primary-color);
	position: absolute;
	border-radius: .25rem;
	box-shadow: 0 10px 40px 10px rgba(25,24,24,0.2);
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	left: 61px;
	top: 0;
}

#layout-b .sidebar.sidebar-mini .menu-list .sub-menu:before {
	display: none;
}

#layout-b .sidebar.sidebar-mini .menu-list .divider small {
	display: none;
}

#layout-b .sidebar.sidebar-mini .fa-arrow-left::before {
	content: "\f061";
}

#layout-b .sidebar.sidebar-mini #menu-Components {
	top: auto;
	bottom: -80px;
	width: 300px;
}

#layout-b .sidebar.sidebar-mini #menu-Components li {
	float: left;
	width: 50%;
}

#layout-b .sidebar.sidebar-mini .sub-menu.show {
	display: none;
}

#layout-b .sidebar.sidebar-img-bg {
	background-color: rgba(var(--primary-rgb), 0.9) !important;
}

#layout-b .sidebar.sidebar-img-bg::after {
	position: fixed;
	background-image: var(--sidebar-img);
	background-size: cover;
	background-position: center center;
	content: '';
	left: 0;
	top: 0;
	z-index: -1;
	width: 230px;
	opacity: .1;
	height: 100%;
}

#layout-b .sidebar.sidebar-img-bg.sidebar-mini::after {
	width: 60px;
	opacity: 0.1;
}

#layout-b .sidebar.gradient {
	background: var(--primary-gradient);
}

#layout-b .sidebar.gradient.sidebar-mini .menu-list .sub-menu {
	background: var(--primary-gradient);
}

#layout-b .sidebar.open {
	left: 60px;
}

#layout-b .sidebar.open.sidebar-img-bg::after {
	left: 60px;
}

@media only screen and (max-width: 991px) {
	#layout-b .sidebar.open {
		left: 0;
	}

	#layout-b .sidebar.open.sidebar-img-bg::after {
		left: 0;
	}
}

@media only screen and (max-width: 1199px) {
	#layout-b .sidebar {
		position: fixed;
		left: -400px;
		z-index: 9;
	}

	#layout-b .sidebar.sidebar-img-bg {
		background-color: var(--primary-color) !important;
	}

	#layout-b .sidebar.sidebar-img-bg::after {
		left: -400px;
		opacity: .1;
	}
}

#layout-b .main {
	overflow-y: auto;
	scroll-behavior: smooth;
	-ms-overflow-style: none;
	scrollbar-width: none;
	background-color: var(--body-color);
	height: 100vh;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#layout-b .main::-webkit-scrollbar {
	width: 4px;
}

#layout-b .main:hover::-webkit-scrollbar-thumb {
	visibility: visible;
}

#layout-b .main:hover::-webkit-scrollbar-track {
	visibility: visible;
}

#layout-b .main::-webkit-scrollbar-track {
	visibility: hidden;
	background: transparent;
}

#layout-b .main::-webkit-scrollbar-thumb {
	visibility: hidden;
	opacity: 0.2;
	background: var(--secondary-color);
	border-radius: 5px;
}

#layout-b .main::-webkit-scrollbar-thumb:hover {
	opacity: 1;
}

#layout-b .main .body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0;
	min-height: calc(100vh - 200px);
}

@media only screen and (max-width: 768px) {
	#layout-b .main {
		margin-top: 60px;
		height: calc(100vh - 60px);
	}
}

.rtl_mode .sidebar .menu-list .sub-menu {
	padding-right: 30px;
	padding-left: 0;
}

.rtl_mode .sidebar .menu-list .sub-menu::before {
	right: 8px;
	left: auto;
}

.rtl_mode .sidebar .menu-list .ms-link::before {
	right: -24px;
	left: auto;
}

.rtl_mode .sidebar.sidebar-mini .menu-list .sub-menu {
	right: 61px;
	left: auto;
}

.rtl_mode .sidebar.open {
	left: auto;
	right: 60px;
}

.rtl_mode .sidebar.open.sidebar-img-bg::after {
	left: auto;
	right: 60px;
}

@media only screen and (max-width: 991px) {
	.rtl_mode .sidebar.open {
		left: auto;
		right: 0;
	}

	.rtl_mode .sidebar.open.sidebar-img-bg::after {
		left: auto;
		right: 0;
	}
}

.rtl_mode .sidebar.sidebar-img-bg::after {
	left: auto;
	right: 60px;
}

@media only screen and (max-width: 1199px) {
	.rtl_mode .sidebar {
		position: fixed;
		left: auto;
		right: -400px;
	}

	.rtl_mode .sidebar.sidebar-img-bg::after {
		left: auto;
		right: -400px;
	}
}

.rtl_mode .navigation .navbar-nav {
	padding-right: 0;
	padding-left: 50px;
}

.rtl_mode .navigation .navbar-nav .menu-toggle {
	position: fixed;
	left: 20px;
	right: auto;
}

.has-feedback {
	position: relative;
}

.has-feedback .form-control {
	padding-right: 42.5px;
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}

.input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}

.input-sm+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label {
	color: #3c763d;
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
}

.has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d;
}

.has-success .form-control-feedback {
	color: #3c763d;
}

.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label {
	color: #8a6d3b;
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
	color: #8a6d3b;
}

.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label {
	color: #a94442;
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}

.has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442;
}

.has-error .form-control-feedback {
	color: #a94442;
}

.has-feedback label~.form-control-feedback {
	top: 25px;
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}

.tip {
    position: absolute;
    right: -17px;
    bottom: 12px;
    font-size: 1.6em;
    color: #212121;
}

.theme-config{position: fixed; right: 0px; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); width: 0px; min-height: 0px; z-index: 10; border-radius: 0 5px 5px 0; -webkit-border-radius: 0 5px 5px 0; padding: 0px;}
.theme-config.active{right: 0;}
.theme-config .open{position: absolute; width: 50px; height: 130px; background:var(--primary-color); border: 1px #e7e7e7 solid; border-right: none; right: 100%; top: 30%; margin-top: -30px; cursor: pointer; border-radius: 5px 0 0 5px; -webkit-border-radius: 5px 0 0 5px;
text-align: center;
padding: 5px;}
.colours-wrapper .title{color: #232c3b; font-weight:bold; font-size: 14px; line-height: 14px; margin-bottom: 10px; text-transform: uppercase; padding-bottom: 7px; position: relative; margin: 5px 0px 5px 0px;}

.vertical-text {
   -webkit-transform:rotate(-90deg)  translateX(-100%);
   -moz-transform:rotate(-90deg)  translateX(-100%);
   -ms-transform:rotate(-90deg) translateX(-100%);
   -o-transform:rotate(-90deg)  translateX(-100%);
   transform:rotate(-90deg)  translateX(-100%);
   -webkit-transform-origin:0 0;
   -moz-transform-origin:0 0;
   -ms-transform-origin:0 0;
   -o-transform-origin:0 0;
   transform-origin:0 0;
   filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.text-calculator{
color:var(--color-fff);
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
position: relative;
left: 14px;
top: 74px;
}