/* 

version: 1.0.3

Do not edit this file

this file is general library css

use class in this file to style the html

added the homepage css  - v1.0.3 (March 26 2025)
*/

/* select2 css */
/* This Part is for the default select2 library css */
.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}
.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
	position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}
.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.select2-container .select2-search--inline {
	float: left;
}
.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}

.select2-results {
	display: block;
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none;
}
.select2-results__option[aria-selected] {
	cursor: pointer;
}

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	width: max-content !important;
}

.select2-search--dropdown {
	display: block;
	padding: 4px;
}
.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
	display: none;
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	/* padding: 0.12rem  !important;  */
	height: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
	font-weight: var(--default-font-weight-medium);
	font-size: var(--md-text-size);
}
.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	border: 0;
	top: 50% !important;
	position: absolute;
	margin-top: 0;
	margin-left: 0;
	left: auto;
	right: 0;
	display: inline-block;
	width: 2rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
	float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	order: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--default .select2-results__option[role="group"] {
	padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
	color: #999;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}
.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}
.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}
.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white;
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
	background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
	background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
	background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
	background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
	background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
	background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
	background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
	background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none;
}

.select2-container--classic .select2-dropdown {
	background-color: white;
	border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
	border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--classic .select2-results__option[role="group"] {
	padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled="true"] {
	color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: white;
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb;
}

.select2-container--disabled .selection .select2-selection {
	background-color: var(--btn-disabled-bg-color) !important;
}

/* End of select2 css */
@font-face {
	font-family: "LineAwesome";
	src: url("line-awesome/fonts/line-awesome.eot?v=1.1.");
	src: url("line-awesome/fonts/line-awesome.eot??v=1.1.#iefix") format("embedded-opentype"),
		url("line-awesome/fonts/line-awesome.woff2?v=1.1.") format("woff2"),
		url("line-awesome/fonts/line-awesome.woff?v=1.1.") format("woff"),
		url("line-awesome/fonts/line-awesome.ttf?v=1.1.") format("truetype"),
		url("line-awesome/fonts/line-awesome.svg?v=1.1.#fa") format("svg");
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	@font-face {
		font-family: "LineAwesome";
		src: url("line-awesome/fonts/line-awesome.svg?v=1.1.#fa") format("svg");
	}
}
.la-close:before {
	content: "\f191";
}

/* main.min.css */

/* end of main.min.css */

/* Loading screen */

#canvasLoader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.8);
}
#canvasLoaderContainer {
	position: absolute;
	width: 100%;
	height: 100px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

#canvasLoaderContainer i {
	color: #d03a31;
}

.show {
	display: block;
}

.hide {
	display: none;
}

.dank-ass-loader {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.dank-ass-loader .row {
	display: flex;
}

.arrowLoading {
	width: 0;
	height: 0;
	margin: 0 -6px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 21.6px solid #d03a31;
	-webkit-animation: blink 1s infinite;
	animation: blink 1s infinite;
	-webkit-filter: drop-shadow(0 0 18px #d03a31);
	filter: drop-shadow(0 0 18px #d03a31);
}
.arrowLoading.down {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.arrowLoading.outer-1 {
	-webkit-animation-delay: -0.0555555556s;
	animation-delay: -0.0555555556s;
}
.arrowLoading.outer-2 {
	-webkit-animation-delay: -0.1111111111s;
	animation-delay: -0.1111111111s;
}
.arrowLoading.outer-3 {
	-webkit-animation-delay: -0.1666666667s;
	animation-delay: -0.1666666667s;
}
.arrowLoading.outer-4 {
	-webkit-animation-delay: -0.2222222222s;
	animation-delay: -0.2222222222s;
}
.arrowLoading.outer-5 {
	-webkit-animation-delay: -0.2777777778s;
	animation-delay: -0.2777777778s;
}
.arrowLoading.outer-6 {
	-webkit-animation-delay: -0.3333333333s;
	animation-delay: -0.3333333333s;
}
.arrowLoading.outer-7 {
	-webkit-animation-delay: -0.3888888889s;
	animation-delay: -0.3888888889s;
}
.arrowLoading.outer-8 {
	-webkit-animation-delay: -0.4444444444s;
	animation-delay: -0.4444444444s;
}
.arrowLoading.outer-9 {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.arrowLoading.outer-10 {
	-webkit-animation-delay: -0.5555555556s;
	animation-delay: -0.5555555556s;
}
.arrowLoading.outer-11 {
	-webkit-animation-delay: -0.6111111111s;
	animation-delay: -0.6111111111s;
}
.arrowLoading.outer-12 {
	-webkit-animation-delay: -0.6666666667s;
	animation-delay: -0.6666666667s;
}
.arrowLoading.outer-13 {
	-webkit-animation-delay: -0.7222222222s;
	animation-delay: -0.7222222222s;
}
.arrowLoading.outer-14 {
	-webkit-animation-delay: -0.7777777778s;
	animation-delay: -0.7777777778s;
}
.arrowLoading.outer-15 {
	-webkit-animation-delay: -0.8333333333s;
	animation-delay: -0.8333333333s;
}
.arrowLoading.outer-16 {
	-webkit-animation-delay: -0.8888888889s;
	animation-delay: -0.8888888889s;
}
.arrowLoading.outer-17 {
	-webkit-animation-delay: -0.9444444444s;
	animation-delay: -0.9444444444s;
}
.arrowLoading.outer-18 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.arrowLoading.inner-1 {
	-webkit-animation-delay: -0.1666666667s;
	animation-delay: -0.1666666667s;
}
.arrowLoading.inner-2 {
	-webkit-animation-delay: -0.3333333333s;
	animation-delay: -0.3333333333s;
}
.arrowLoading.inner-3 {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.arrowLoading.inner-4 {
	-webkit-animation-delay: -0.6666666667s;
	animation-delay: -0.6666666667s;
}
.arrowLoading.inner-5 {
	-webkit-animation-delay: -0.8333333333s;
	animation-delay: -0.8333333333s;
}
.arrowLoading.inner-6 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

@-webkit-keyframes blink {
	0% {
		opacity: 0.1;
	}
	30% {
		opacity: 1;
	}
	100% {
		opacity: 0.1;
	}
}

@keyframes blink {
	0% {
		opacity: 0.1;
	}
	30% {
		opacity: 1;
	}
	100% {
		opacity: 0.1;
	}
}

/* END Loading Screen */

/* Diagram Section */

ul.noList {
	list-style: none;
	list-style-type: none;
	margin-top: 10px;
}

#navListTreeView i:hover {
	cursor: pointer;
}

#navListTreeView i {
	float: none;
	transition: transform 0.65s ease;
}

#navListTreeView i.rotate90 {
	transform: rotate(90deg);
}

#navListTreeView ul.group-list {
	padding-left: 0px;
}

#navListTreeView a,
#navListTreeView a:hover,
#navListTreeView a:active,
#navListTreeView a:focus {
	text-decoration: none;
	text-shadow: none;
	color: #797979;
}

#navListTreeView a:hover {
	cursor: pointer;
}

.hv-hierarchy p {
	font-weight: bold;
	margin: 0;
	background-color: #ffffff;
	color: #46a6bc;
	padding: 25px 5px;
	border-radius: 7px;
	width: 200px;
	text-align: center;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.22);
}
.hv-wrapper {
	display: flex;
	transform: scale(0.9);
	transform-origin: top left;
}

.hv-wrapper .hv-item {
	display: flex;
	flex-direction: column;
	margin: auto;
}
.hv-wrapper .hv-item .hv-item-parent {
	margin-bottom: 50px;
	position: relative;
	display: flex;
	justify-content: center;
}
.hv-wrapper .hv-item .hv-item-parent p {
	font-weight: bold;
	color: #46a6bc;
}
.hv-wrapper .hv-item .hv-item-parent:after {
	position: absolute;
	content: "";
	width: 2px;
	height: 25px;
	bottom: 0;
	left: 50%;
	background-color: #46a6bc;
	transform: translateY(100%);
}
.hv-wrapper .hv-item .hv-item-children {
	display: flex;
	justify-content: center;
}
.hv-wrapper .hv-item .hv-item-children .hv-item-child {
	padding: 0 8px;
	position: relative;
}
.hv-wrapper .hv-item .hv-item-children .hv-item-child:only-child:after {
	display: none;
}
.hv-wrapper .hv-item .hv-item-children .hv-item-child:before,
.hv-wrapper .hv-item .hv-item-children .hv-item-child:after {
	content: "";
	position: absolute;
	background-color: #46a6bc;
	left: 0;
}
.hv-wrapper .hv-item .hv-item-children .hv-item-child:before {
	left: 50%;
	top: 0;
	transform: translateY(-100%);
	width: 2px;
	height: 25px;
}
.hv-wrapper .hv-item .hv-item-children .hv-item-child:after {
	top: -25px;
	transform: translateY(-100%);
	height: 2px;
	width: 100%;
}
.hv-wrapper .hv-item .hv-item-children .hv-item-child:first-child:after {
	left: 50%;
	width: 50%;
}
.hv-wrapper .hv-item .hv-item-children .hv-item-child:last-child:after {
	width: calc(50% + 1px);
}
.hv-wrapper.reverse .hv-item {
	flex-direction: column-reverse;
}
.hv-wrapper.reverse .hv-item .hv-item-parent {
	margin-top: 50px;
	margin-bottom: 0;
}
.hv-wrapper.reverse .hv-item .hv-item-parent:after {
	top: 0;
	transform: translateY(-100%);
}
.hv-wrapper.reverse .hv-item .hv-item-child {
	display: flex;
	align-items: flex-end;
}
.hv-wrapper.reverse .hv-item .hv-item-child:before {
	top: auto;
	bottom: 0;
	transform: translateY(100%);
}
.hv-wrapper.reverse .hv-item .hv-item-child:after {
	top: auto;
	bottom: -25px;
	transform: translateY(100%);
}

#treeHorizontalViewDiv::-webkit-scrollbar-thumb {
	background-color: rgba(150, 150, 150, 0);
}

ul.breadcrumbTree {
	word-break: break-word;
}

.disgramBox {
	font-weight: 600;
	margin: 0;
	background-color: #ffffff;
	color: #46a6bc;
	padding: 25px 5px;
	border-radius: 7px;
	width: 200px;
	text-align: center;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.22);
}

.diagramIcon {
	height: 50px;
}

.goToReg p {
	/*cursor: pointer;*/
	color: #46a6bc;
	/*text-decoration: underline;*/
}

.goToReg p:hover {
	/*cursor: pointer;*/
	color: #000;
}

.goToReg1 p {
	cursor: pointer;
	color: #46a6bc;
	text-decoration: underline;
}

.goToReg1 p:hover {
	cursor: pointer;
	color: #000;
}

.goToReg2 p {
	cursor: pointer;
	color: #46a6bc;
	text-decoration: underline;
}

.goToReg2 p:hover {
	cursor: pointer;
	color: #000;
}

/* End Diagram Section */

/* Datepicker Section */

.datepicker tbody tr > td.day.active,
.datepicker tbody tr > td.day.active:hover,
.datepicker tbody tr > td.day.selected,
.datepicker tbody tr > td.day.selected:hover {
	background: #46a6bc !important;
	color: #fff;
	font-weight: 600;
}

.datepicker tbody tr > td span.hour.active,
.datepicker tbody tr > td span.hour.active.focused:hover,
.datepicker tbody tr > td span.hour.active:hover,
.datepicker tbody tr > td span.hour.focused,
.datepicker tbody tr > td span.hour.focused:hover,
.datepicker tbody tr > td span.minute.active,
.datepicker tbody tr > td span.minute.active.focused:hover,
.datepicker tbody tr > td span.minute.active:hover,
.datepicker tbody tr > td span.minute.focused,
.datepicker tbody tr > td span.minute.focused:hover,
.datepicker tbody tr > td span.month.active,
.datepicker tbody tr > td span.month.active.focused:hover,
.datepicker tbody tr > td span.month.active:hover,
.datepicker tbody tr > td span.month.focused,
.datepicker tbody tr > td span.month.focused:hover,
.datepicker tbody tr > td span.year.active,
.datepicker tbody tr > td span.year.active.focused:hover,
.datepicker tbody tr > td span.year.active:hover,
.datepicker tbody tr > td span.year.focused,
.datepicker tbody tr > td span.year.focused:hover {
	background: #1b75bb;
	color: #fff;
}

.datepicker table tr td,
.datepicker table tr th {
	font-family: "MainFont";
	font-weight: 300;
	text-align: center;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	border: none;
}

.datepicker.datepicker-orient-top {
	border-top: 1px solid #46a6bc;
	border-radius: unset;
	margin-top: 8px;
}

.datepicker thead th.dow {
	color: #1b75bb;
	font-weight: 500;
}

.daterangepicker {
	font-family: "MainFont" !important;
	border-top: 5px solid #1b75bb !important;
}

.daterangepicker .drp-calendar td.in-range.available:not(.active):not(.off):not(.today) {
	background-color: #dbedff;
}

.daterangepicker .drp-calendar td.active {
	background-color: #1b75bb;
}

.daterangepicker .drp-calendar td.today,
.daterangepicker .drp-calendar td.today.active {
	background: rgba(27, 117, 187, 0.7) !important;
}

.datepicker {
	border-top: 2px solid #46a6bc !important;
	background-color: #f6f6f6;
	border-radius: unset !important;
}

.datepicker-switch,
.prev,
.next {
	background-color: #fff !important;
	border-radius: unset !important;
	border: 1px solid #dedede;
}

.drp-calendar .table-condensed .prev,
.drp-calendar .table-condensed .next {
	position: relative;
}

.drp-calendar .table-condensed .prev:before,
.drp-calendar .table-condensed .next:before {
	position: absolute;
	transform: translate(50%, -50%);
	top: 50%;
	right: 50%;
	content: "";
	font: normal normal normal 14px/1 FontAwesome;
}

.drp-calendar .table-condensed .prev:hover:before,
.drp-calendar .table-condensed .next:hover:before {
	color: #595d6e;
}

.drp-calendar .table-condensed .prev:before {
	content: "\f053";
}

.drp-calendar .table-condensed .next:before {
	content: "\f054";
}

.datepicker thead th.datepicker-switch:hover,
.datepicker thead th.next:hover,
.datepicker thead th.prev:hover {
	background-color: #1b75bb !important;
}

.datepicker-switch:hover,
.prev:hover,
.next:hover {
	color: #fff !important;
	border-radius: unset !important;
}

.datepicker-switch {
	color: #1b75bb !important;
}

.old.day,
.new.day {
	background-color: #f2f2f2 !important;
}

.day {
	background-color: #fff !important;
	border: 2px solid #f6f6f6 !important;
	border-radius: unset !important;
}

.active.delay {
	color: #a67b54 !important;
}

.datepicker .table-condensed td:nth-child(1) {
	background-color: #cccccc !important;
}

/* End Datepicker Section */

/* Modal */

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

/*#canvasMessage .modal-title {
    font-family:'MainFont'!important;
    font-weight: 600!important;
    font-size: 17px!important;
}*/

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: unset;
	opacity: unset;
	z-index: 101;
}

.modal .modal-content .modal-header .close {
	outline: 0 !important;
	color: #bec5cc;
	text-decoration: inherit;
	text-rendering: optimizeLegibility;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.modal-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: unset;
	outline: 0;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
	overflow: hidden;
}

.modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 20px;
	border-bottom: unset;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 20px;
}

.modalBodyFont {
	font-weight: 300;
	font-size: 15px;
	color: #4c5862;
}

.modal .modal-content {
	border-radius: 5px;
}

.modalLine {
	border-bottom: 1px solid #d8d8d8;
	z-index: 101;
}

.btnPrimaryModal {
	font-family: "MainFont";
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	width: 80px;
	background-color: #1b75bb;
	border-radius: 25px;
	border: 1px solid #1b75bb;
	z-index: 101;
	padding: 5px 10px;
}

.btnPrimaryModal:hover {
	color: #1b75bb;
	background-color: transparent;
}

.btnDefaultModal {
	font-weight: 300;
	font-size: 13px;
	color: #959ea5;
	background-color: transparent;
	padding: 5px 30px;
	border: unset;
	border-radius: unset;
}

.btnThemeModal {
	font-weight: 300;
	font-size: 13px;
	color: #fff;
	background-color: #46a6bc;
	padding: 5px 30px;
	border: unset;
	border-radius: unset;
}

.modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0 20px 60px 20px;
	border-top: unset;
	border-bottom-right-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
	background-color: #fff;
}

/* END Modal */

/* Table Style */

.table thead th {
	color: black;
	vertical-align: bottom;
	/*border-bottom: 1px solid #dfe2e6;*/
	/*border-top: 1px solid #dfe2e6;*/
}

.noResultIcon {
	font-size: 15px;
	color: #999999;
	margin-right: 10px;
}

.noResultTxt {
	font-weight: 300;
	color: #90939d;
	font-size: 13px;
}

.tableWidthMax {
	width: 100%;
}

.dataTables_wrapper .dataTable th {
	vertical-align: middle;
	color: #46a6bc;
}

table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
	top: 50%;
	left: 50%;
	height: 16px;
	width: 16px;
	margin-top: -10px;
	margin-left: -10px;
	display: block;
	position: absolute;
	color: white;
	border: 2px solid white;
	border-radius: 14px;
	box-shadow: 0 0 3px #444;
	box-sizing: content-box;
	text-align: center;
	text-indent: 0 !important;
	font-family: "MainFont";
	line-height: 17px;
	content: "+";
	background-color: #46a6bc;
}

.paginationStyle {
	background-color: transparent !important;
	border: 1px solid !important;
	border-color: transparent !important;
	color: #000;
	cursor: pointer;
	margin-left: 2px;
	margin-right: 2px;
}

.paginationStyle:hover,
.paginationStyle:focus {
	background-color: transparent !important;
	border: 1px solid lightgrey !important;
	color: #1b75bb !important;
	cursor: pointer;
	box-shadow: unset !important;
}

.paginationStyle.active {
	background-color: transparent !important;
	border: 1px solid lightgrey !important;
	color: #1b75bb !important;
	cursor: pointer;
	box-shadow: unset !important;
}

.paginationStyle:hover,
.paginationStyle:focus {
	border-radius: 3px;
}

.page-item.active .page-link {
	background-color: transparent;
	border: 1px solid #1b75bb;
	color: #1b75bb;
	cursor: pointer;
	box-shadow: unset;
	border-radius: 3px;
}

/* End Table Style */

/* toggle slider css */
.toggle-swtich {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 34px;
}

.toggle-swtich input {
	opacity: 0;
	width: 0;
	height: 0;
}

.toggle-swtich .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: -20px;
	right: 0;
	bottom: 0;
	background-color: var(--tertiary-text-color);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	width: 100%;
}

.toggle-swtich .slider:hover {
	background-color: var(--tertiary-text-color);
}

.toggle-swtich .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 7px;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.toggle-swtich input:checked + .slider {
	background-color: var(--secondary-color);
}

.toggle-swtich input:focus + .slider {
	box-shadow: 0 0 1px var(--secondary-color);
}

.toggle-swtich input:checked + .slider:before {
	-webkit-transform: translateX(64px);
	-ms-transform: translateX(64px);
	transform: translateX(64px);
}

/* Rounded sliders */
.toggle-swtich .slider.round {
	border-radius: 34px;
}

.toggle-swtich .slider.round:before {
	border-radius: 50%;
}

/* end of toggle slider css */

/* General CSS */

.table td {
	vertical-align: middle;
	color: #676767;
}

.table th {
	font-weight: 600 !important;
	color: #46a6bc;
}

/* this part if for the form and input component - start */
.input-group ~ .invalid-feedback,
.input-group .invalid-tooltip,
.was-validated .input-group:invalid ~ .invalid-feedback,
.was-validated .input-group:invalid ~ .invalid-tooltip {
	display: block;
}

.form-group label,
.radio-group label {
	color: #000;
	font-size: var(--input-label-size);
	font-weight: 400;
}

.form-control {
	font-size: var(--input-text-size);
	border: var(--input-border);
	border-radius: var(--input-border-radius);
	background-color: var(--input-bg-color) !important;
	color: var(--default-primary-text-color);
}

.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
.form-control:-webkit-autofill:active {
	background-color: transparent !important;
	-webkit-text-fill-color: #000;
	-webkit-transition-delay: 99999s;
	-webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

input {
	border: var(--input-border);
	background-color: var(--input-bg-color);
	padding: 10px;
	font-size: var(--input-text-font-size);
}

input:disabled {
	background-color: var(--input-disabled-bg-color) !important;
	color: var(--primary-text-color);
}

input::placeholder {
	color: var(--input-placeholder-color) !important;
	font-size: var(--input-placeholder-size);
	font-weight: var(--default-font-weight-thin) !important;
}

/* this part if for the form and input component - end */

/* this part is for the button component - start */
.btn {
	min-width: var(--btn-width-short);
	border: unset;
	border-radius: var(--btn-border-radius);
	text-align: center;
}

.btn-primary {
	background: var(--btn-primary-bg-color) !important;
	color: var(--btn-primary-text-color);
	font-size: var(--btn-font-size);
	/* border: var(--button-border)!important; */
}

/* .btn-primary:hover {
  background: var(--btn-primary-bg-color)!important;
  color: var(--btn-primary-text-color);
  font-size: var(--btn-font-size);
  border: var(--button-border)!important;
} */

.btn-secondary {
	background: var(--btn-secondary-bg-color);
	color: var(--btn-secondary-text-color);
	font-size: var(--btn-font-size);
	/* border: var(--button-border); */
	box-shadow: 0px 4px 4px #1277dd1a;
	border: 1px solid #dedede;
}

.btn-secondary:hover {
	background: var(--btn-secondary-bg-color);
	border: var(--button-border);
}
/* this part is for the button component - end */

/* this is for custom error - start */
.errorSpan {
	color: var(--error-color);
}

.successSpan {
	color: var(--success-color);
}
/* this is for custom error - end */

/* this is for the website overall UI control - start */
.kt-container {
	max-width: 100% !important;
	margin: auto;
	padding: 0;
}

html {
	scroll-behavior: smooth;
}

a:hover {
	color: var(--tertiary-color);
}
/* this is for the website overall UI control - end */

/* standard utility */
.default-bg-color {
	background-color: var(--default-bg-color);
}

.default-secondary-bg-color {
	background-color: var(--default-secondary-bg-color);
}

.footer-bg-color {
	background-color: var(--footer-bg-color);
}

.primary-bg {
	background-color: var(--primary-color);
}

.secondary-bg {
	background-color: var(--secondary-bg-color);
}

.section {
	/* padding: 5% 8% 5% 8%; */
	padding: 50px;
}

.section-title {
	font-size: var(--xl-text-size);
	line-height: 1.2;
	color: var(--primary-color);
	font-weight: var(--default-font-weight-thick);
}

.page-title {
	font-size: var(--xl-text-size);
	font-weight: var(--default-font-weight-thick);
}

.primary-color-text {
	color: var(--primary-text-color);
}

.secondary-color-text {
	color: var(--secondary-color);
}

.content-text {
	font-size: var(--md-text-size);
	color: var(--primary-text-color);
	font-weight: var(--default-font-weight-thin);
}

.font-xs {
	font-size: var(--xs-text-size);
}

.font-sm {
	font-size: var(--sm-text-size);
}

.font-md {
	font-size: var(--md-text-size) !important;
}

.font-lg {
	font-size: var(--lg-text-size);
}

.font-xl {
	font-size: var(--xl-text-size);
}

.font-weight-thin {
	font-weight: var(--default-font-weight-thin);
}

.font-weight-medium {
	font-weight: var(--default-font-weight-medium);
}

.font-weight-thick {
	font-weight: var(--default-font-weight-thick);
}

.font-weight-bold {
	font-weight: var(--default-font-weight-bold);
}

.font-weight-max {
	font-weight: var(--default-font-weight-max);
}

.font-dark {
	color: var(--default-primary-text-color);
}

.font-light {
	color: var(--default-secondary-text-color) !important;
}

.cursor-pointer {
	cursor: pointer;
}

.position-relative {
	position: relative;
}

.text-underline {
	text-decoration: underline;
}

/* end of standard utility */

/* END General CSS */

/* FallBack CSS */

.body,
div,
a,
button,
span,
input,
section,
footer,
header {
	font-family: "MainFont", "Konnect", "HelveticaNeue", sans-serif;
	color: var(--default-primary-text-color);
	font-size: var(--md-text-size);
}

/* header css */
body {
	height: 100%;
	background: var(--default-secondary-bg-color);
}

.unclickable {
	pointer-events: none;
}

.homepageHeader {
	/* background-color: var(--default-bg-color); */
	/* position: fixed; */
	z-index: 999;
	/* border-bottom: 1px solid #E6E6E6; */
	/* box-shadow: 0px 0px 10px #ddd; */
	width: 100%;
}

.headerLogo {
	width: 250px;
}

.header-icons-mobile {
	display: none;
}

.kt-sticky-toolbar {
	width: 55px;
}


.dropbtn {
	/* background-color: var(--primary-background-color); */
	color: var(--default-primary-text-color);
	border: none;
	display: inline;
	letter-spacing: 0;
	font-size: var(--sm-text-size);
	cursor: pointer;
	font-weight: var(--default-font-weight-medium);
}

.dropbtn.active {
	color: var(--primary-text-color) !important;
}
.dropdown-content {
	/* min-width: 200px; */
	background: var(--secondary-bg-color);
	display: none;
	position: absolute;
	z-index: 1;
	right: -22px;
	top: 179%;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
}

.dropdown-content:after,
.dropdown-content:before {
	bottom: 100%;
	right: 15px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.dropdown-content:after {
	border-color: rgba(238, 238, 238, 0);
	border-bottom-color: var(--secondary-bg-color);
	border-width: 15px;
	margin-left: -15px;
}

.dropdown-content p {
	margin-bottom: 0;
}

.dropdown-content a,
.dropdown-content p {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid var(--secondary-bg-color);
	width: 130px;
}

.header_menu_div {
	margin: auto 13px;
	text-align: center;
	position: relative;
	z-index: 100;
}


.transparentBG {
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0%;
	right: 0;
	position: fixed;
	z-index: 50;
	height: 100%;
	width: 100%;
	display: none;
}

.header-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	border: 1px solid grey;
	padding: 10px;
	border-radius: 5px;
	border-color: var(--primary-border-color);
}

.header-bg-color {
	background-color: var(--default-secondary-bg-color);
	width: 100%;
}

.header-menu-list {
	position: absolute;
	transform: translate(0%, 0%);
	right: 0;
	top: 45px;
	background-color: #fff;
	box-shadow: 0px 4px 4px #1277dd33;
	-webkit-box-shadow: 0px 4px 4px #1277dd33;
	-moz-box-shadow: 0px 4px 4px #1277dd33;
	border-radius: 8px;
	border: 1px solid #dedede;
	width: max-content;
	z-index: 100;
}

.header-menu-inner-list {
	padding: 1rem;
	width: max-content;
}

.header-dropdown-item {
	padding: 0.7rem 0.5rem;
	color: var(--tertiary-text-color);
	font-size: var(--sm-text-size);
	font-weight: var(--default-font-weight-thin);
	display: block;
	width: 100%;
	text-align: left;
	transition: 0.1s linear;
	cursor: pointer;
}

.header-dropdown-item:hover {
	background-color: #8a8a8ac1;
	color: #fff;
	    border-radius: 5px;

}

.header-menu-item-section {
	border-bottom: 1px solid #dedede;
}

.header-menu-item-section:last-child {
	border-bottom: unset;
}
/* end of header css */

/* Mobile View */
@media (max-width: 767px) {
	.digit-group input {
		width: 35px !important;
		height: 35px !important;
	}
	.section {
		padding: 20px;
	}

	.header-menu-list.show ~ .transparentBG {
		display: block;
	}

	#headerMenuList {
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 80%;
		background-color: #fff;
		overflow-y: auto;
		z-index: 9999;
		box-shadow: 2px 0 6px rgba(0, 0, 0, 0.2);
		border-radius: 0px 8px 8px 0px;
		transform: translateX(-100%);
		transition: transform 0.2s ease;
	}

	.header-menu-inner-list {
		width: auto !important;
	}

	#headerMenuList.show,
	#headerMenuList.collapse.show {
		transform: translateX(0);
	}

	#headerMenuList .header-menu-inner-list {
		display: block;
		padding: 20px;
	}

	#headerMenuList .header-dropdown-item {
		display: block;
		padding: 10px 10px;
		font-weight: 400;
		margin:10px;
	}

	.header-icons-desktop {
		display: none;
	}

	.headerLogo {
		width: 220px;
	}

	.header-btn {
		border: 0px !important;
	}

	.header-icons-mobile {
		display: flex;
	}
}

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

	.header-menu-list.show ~ .transparentBG {
		display: block;
	}

	#headerMenuList {
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 40%;
		background-color: #fff;
		overflow-y: auto;
		z-index: 9999;
		box-shadow: 2px 0 6px rgba(0, 0, 0, 0.2);
		border-radius: 0px 8px 8px 0px;
		transform: translateX(-100%);
		transition: transform 0.2s ease;
	}

	.header-menu-inner-list {
		width: auto !important;
	}

	#headerMenuList.show,
	#headerMenuList.collapse.show {
		transform: translateX(0);
	}

	#headerMenuList .header-menu-inner-list {
		display: block;
		padding: 20px;
	}

	#headerMenuList .header-dropdown-item {
		display: block;
		padding: 10px 0;
	}

	.header-icons-desktop {
		display: none;
	}

	.headerLogo {
		width: 220px;
	}

	.header-btn {
		border: 0px !important;
	}

	.header-icons-mobile {
		display: flex;
	}
}

/* Ipad Pro View */
@media (max-width: 1199px) and (min-width: 990px) {


}
