#changePassword {
	display: none;
}

#saveEditDataSource {
	--bs-gutter-x: 1.5rem;
    margin-left: calc(var(--bs-gutter-x)* .5);
}

h4 {
	font-size: 14px !important;
}
.display-none {
	display: none !important;
}
.permissions td:not(:first-child) {
	text-align: center;
}

.subpage {
	border-left: none !important;
	position: relative;
	line-height: 28px;
	margin-bottom: 7px;
}

.subpage i, .etc__subpage i{
	float: right;
}
.pages li:after {
	border-left: none !important;
}
.pages li:before {
	border: none !important;
	background: none !important;
}


.frame-container {
	position: relative;
	overflow: hidden;
	width: 100%; 
	height: calc(100vh - 130px);
}

.pdf-frame {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.pages li a {
	/* font-size: 18px !important;
    font-weight: 700 !important; */
	color: white;
}


.dataTables_filter {
	display: none;
}

.dataTables_wrapper {
	z-index: 10;
	flex: 1;

}
.search-table {
	position: relative;
	z-index: 20;
	color: var(--primary-dark-2);

}
/*Styling Selectbox*/
.dropdown-select {
	width: 250px;
	display: inline-block;
	background-color: #fff;
	transition: all 0.5s ease;
	position: relative;
	font-size: 14px;
	text-align: left;
}
.dropdown-select .select {
	cursor: pointer;
	display: block;
	padding: 10px 15px;
}
.dropdown-select .select > i {
	font-size: 13px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	float: right;
	line-height: 20px;
}
.dropdown-select:active {
	background-color: #fff;
}
.dropdown-select.active .select > i {
	transform: rotate(-90deg);
}
.dropdown-select .dropdown-select-menu {
	position: absolute;
	background-color: #fff;
	width: 100%;
	left: 0;
	margin-top: 1px;
	box-shadow: 0 1px 2px  rgba(15, 44, 61,0.1);
	overflow: hidden;
	display: none;
	max-height: 144px;
	overflow-y: auto;
	z-index: 9;
}
.dropdown-select .dropdown-select-menu li {
	padding: 10px;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
.dropdown-select .dropdown-select-menu {
	padding: 0;
	list-style: none;
}
.dropdown-select .dropdown-select-menu li:hover {
	background-color: #D8E7E8;
}
.dropdown-select .dropdown-select-menu li:active {
	background-color: #BED4D5;
}

.select-label {
	height: 40px;
	padding-top: 11px;
	padding-right: 10px;
	padding-left: 10px;
	background: linear-gradient(#00a7da, #007ba3), #007ba3;
	color: white;
}

.marketsOverviewMapSwitchstyle {
	margin-top: 30px;
	width: 100%;
	margin-left: 20%;
}

@media (max-width: 1490px) {
	.select-label {
		padding-left: 2px !important;
		padding-right: 2px !important;
	}

	.marketsOverviewMapSwitchstyle {
		margin-left: 5px;
	}

	.dropdown-select {
		width: 200px;
	}
}

.page-header label {
	float: right;
}

.pickers {
	width: 100%;
	height: 50px;
}
.period-picker {
	height: 40px;
	position: absolute;
	top: 59px;
	right: 0;
	z-index: 100;
}

.period-picker label {
	padding: 10px;
	float: left;
}

.period-picker .dropdown-select {
	float: left;
}

.subpage-title {
	cursor: default !important;
	z-index: 9;
}

.hidden-label {
	display: none;
}

.subpage-img {
	width: 150px;
	object-fit: contain;
	position: absolute;
	right: 500px;
	top: 0;
	transition: 0.5s;
	opacity: 0;
	z-index: 10;
	pointer-events: none;
}
.subpage:hover .subpage-img {
	right: -165px;
	opacity: 1;
}

.subpage-img2 {
	width: 160px;
	object-fit: contain;
	position: absolute;
	right: 500px;
	top: 0;
	transition: 0.5s;
	opacity: 0;
	z-index: 10;
	pointer-events: none;
}
.subpage:hover .subpage-img2 {
	right: -170px;
	opacity: 1;
}
.text-align-table {
	text-align: center;
}

.download-chartjs {
	position: absolute;
	top: 0;
	right: 10px;
	width: 30px;
	height: 19px;
	background-color: lightgrey;
	text-align: center;
	border-radius: 4px;
}

.growthArrivalsWorldMarket-arrow {
	display: none;
}

.growthArrivalsEuropeMarket-arrow {
	display: none;
}

.page-footer {
	
	width: 100%;
	position: relative;
}

.page-footer label {
	font-size: 16px;
	color: white;
}

.page-footer a {
	color: white;
	position: relative;
}

.page-footer a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px; /* Adjust to place the underline closer or further from the text */
    width: 100%;
    height: 1px; /* Adjust the thickness of the underline */
    background: var(--primary-light-3); /* Adjust the underline color as needed */
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease; /* Adjust the duration of the transition */
}

.page-footer a:hover::after {
    transform: scaleX(1);
}

.edit-field-settings {
	width: 100% !important;
}

.MTScanvas {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.show-bar {
	display: none;
	float: left;
	font-size: 20px;
	margin-top: 10px;
	margin-left: 10px;
	cursor: pointer;
}

.signle-link-nav {
	border-right: 0 !important;
}


.chart-arrows {
	position: fixed;
	bottom: 50px;
	right: 0px;
	height: 100px;
	width: 60px;
	display: none;
}

.chart-arrows i {
	float: left;
	width: 100%;
	cursor: pointer;
	color: #0da7db;
}

#scrollUpArrow {
	opacity: 0;
}



@media (max-width: 1260px) {
	.chart-arrows {
		display: block;
	}
}


.labels-div  {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 0;
	left: 5%;
}


.label-div {
	width: 90px;
	float: left;
}

.label-div div {
	width: 35px;
	height: 18px;
	float: left;
	margin-right: 2px;
	margin-left: 5px;
}

#leftNavDiv {
	z-index: 999;
}

.users-table-content {
	overflow-x: auto;
}

.select-theme {
	width: 120px !important;
}

.theme-element {
	float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 5px;
    box-shadow: 0 0;
	cursor: pointer;
}

.theme-option {
	border-radius: 0;
	padding-bottom: 5px;
}

.theme-picker-option {
	padding: 0px 10px;
	height: 30px;
	border-bottom: 1px solid var(--primary-light-2);
}

.theme-picker-option img {
	padding: 10px 0px;
}


.theme-picker-option:hover {
	background-color: #f8f8f8;
}

#themeSelected {
	padding: 0 !important;
	height: 15px !important;
}

.theme-options {
	height:auto !important;
	width: calc(100% + 20px);
    position: absolute;
    top: 21px;
    left: -10px;
    background: white;
    z-index: 1000;
    border: 1px solid var(--primary-light-2);
    border-radius: 5px;
	padding: 0;
}

.border-bottom {
    border-bottom: 1px solid #e3e6ef !important;
}
.group-permissions-content {
	overflow-x: auto;	
}

.cm-custom-word {
    color: var(--code);
    font-weight: bold;
    border-radius: 3px;
    padding: 0 2px;
}

@media(max-width: 1440px) {
	
	#datatable-fixed-header_wrapper {
		overflow-x: auto;
	}
}

@media (max-width: 1260px) {
	.chart-arrows {
		display: block;
	}
}

@media (max-width: 800px) {
	.dataTables_length {
		text-align: left !important;
	}

	.frame-container {
		padding-top: 56.25%;
	}

/* .pdf-frame {
	width: 100vw; 
	height: calc(100vh - 330px)
} */

}

@media (max-width: 550px) {
	.search-table {
		position: relative;
		right: 0;
		
	}
	#datatable-fixed-header-2 {
		margin-top: 20px !important;
	}
	.export-statistics {
		position: relative !important;
		width: 50px;
		right: unset !important;
		left: 0 !important;
		margin-bottom: 5px;
		top: unset !important;

	}

	.importer div {
		width: 80%;
	}


}