/*------------------------------------------------------------
--- loader
------------------------------------------------------------*/
.loader {
	color: #fff;
	position: fixed;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	overflow: hidden;
	z-index: 999999;
}

@media screen and (min-width: 800px) {
	.loader.is-child {
		position: absolute;
	}
}

.loader:after,
.loader:before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: '';
	position: absolute;
	border-radius: 50%;
	border: solid 8px;
	-moz-animation: rotation 1s linear infinite;
	-o-animation: rotation 1s linear infinite;
	-webkit-animation: rotation 1s linear infinite;
	animation: rotation 1s linear infinite;
}

.loader.is-spinning {
	width: 100%;
	min-width: 100px;
	height: 100%;
	min-height: 100px;
	left: 0;
	top: 0;
	background: rgba(1, 1, 1, 0.2);
	background: -webkit-radial-gradient(circle, rgba(1, 1, 1, 0.3) 50px, rgba(1, 1, 1, 0.2) 250px, rgba(1, 1, 1, 0.05));
	background: -o-radial-gradient(circle, rgba(1, 1, 1, 0.3) 50px, rgba(1, 1, 1, 0.2) 250px, rgba(1, 1, 1, 0.05));
	background: -moz-radial-gradient(circle, rgba(1, 1, 1, 0.3) 50px, rgba(1, 1, 1, 0.2) 250px, rgba(1, 1, 1, 0.05));
	background: radial-gradient(circle, rgba(1, 1, 1, 0.3) 50px, rgba(1, 1, 1, 0.2) 250px, rgba(1, 1, 1, 0.05));
	opacity: 1;
	transition: opacity 1s;
}

.loader.is-spinning.is-fading {
	opacity: 0;
}

@-moz-keyframes rotation {
	from {
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-moz-transform: rotate(359deg);
		-ms-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-webkit-keyframes rotation {
	from {
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-moz-transform: rotate(359deg);
		-ms-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes rotation {
	from {
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-moz-transform: rotate(359deg);
		-ms-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.loader:after {
	width: 48px;
	height: 48px;
	border-color: #e0e0e0;
	border-left-color: transparent;
	top: calc(50% - 24px);
	left: calc(50% - 24px);
}

.loader:before {
	width: 64px;
	height: 64px;
	border-color: #1774fe;
	border-right-color: transparent;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	top: calc(50% - 32px);
	left: calc(50% - 32px);
}

.loader.with-background.is-spinning {
	background: white;
	opacity: 1;
	transition: opacity 1s;
}

.loader.with-background.is-spinning.is-fading {
	opacity: 0;
}

.dropdown-content {
	position: absolute;
	padding: 24px !important;
	z-index: 1;
	background: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
}
i {
	font-style: normal;
}
a {
	/*color: -webkit-link; */
	cursor: pointer;
	text-decoration: none;
	text-decoration-line: none;
	text-decoration-style: initial;
	text-decoration-color: initial;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	padding: 0;
	margin: 0;
}

#notfound {
	position: relative;
	height: 40vh;
}

#notfound .notfound {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.notfound {
	max-width: 520px;
	width: 100%;
	line-height: 1.4;
	text-align: center;
}

.notfound .notfound-404 {
	position: relative;
	height: 200px;
	margin: 0px auto 20px;
	z-index: -1;
}

.react-dropdown-tree-select .dropdown .dropdown-trigger {
	padding: 4px;
	line-height: 20px;
	max-height: 200px;
	display: inline-block;
	overflow: auto;
	border: 1px solid #b9b9b9;
	min-height: 44px;
}
.notfound .notfound-404 h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 236px;
	font-weight: 200;
	margin: 0px;
	color: #211b19;
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.tag {
	background-color: rgba(50, 163, 245, 0.2) !important;
	border: 1px solid #e9e9e9;
	padding: 2px 0 2px 2px;
	border-radius: 2px;
	display: inline-block;
}
.notfound .notfound-404 h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	font-weight: 400;
	text-transform: uppercase;
	color: #211b19;
	background: #fff;
	padding: 10px 5px;
	margin: auto;
	display: inline-block;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}

.notfound a {
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	padding: 13px 23px;
	background: #0033ea;
	font-size: 18px;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.notfound a:hover {
	color: white;
	background: #211b19;
}

@media only screen and (max-width: 767px) {
	.notfound .notfound-404 h1 {
		font-size: 148px;
	}
}

@media only screen and (max-width: 480px) {
	.notfound .notfound-404 {
		height: 148px;
		margin: 0px auto 10px;
	}

	.notfound .notfound-404 h1 {
		font-size: 86px;
	}

	.notfound .notfound-404 h2 {
		font-size: 16px;
	}

	.notfound a {
		padding: 7px 15px;
		font-size: 14px;
	}
}

.MuiDialogContent-root {
	padding: 10px 24px 24px;
}

.marginTop {
	margin-top: 20px !important;
}

.GroupedTable table > thead > tr > th:first-child,
.GroupedTable table > tbody > tr > td:first-child:not([colspan]) {
	display: none;
}

.MuiToolbar-root > div > .MuiTypography-h6 {
	color: '#000000';
}

.MuiInputBase-multiline.MuiOutlinedInput-multiline {
	padding: 22px 14px;
}
.powerbi-frame {
	height: 70vh;
}
.MuiTab-labelIcon .MuiTab-wrapper > *:first-child {
	margin: 6px;
}

@media (max-width: 1400px) {
	.MuiTabs-flexContainer {
		flex-wrap: wrap;
	}
}
