

.position-relative {
	position: relative;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.slider:before {
	position: absolute;
	content: '';
	height: 13px;
	width: 13px;
	left: 4px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

#echart_piePerformanceIndicators2 {
	width: 800px;
	
}

input:checked + .slider:before {
	-webkit-transform: translateX(22px);
	-ms-transform: translateX(22px);
	transform: translateX(22px);
}

@media (max-width: 1440px) {
	.switch {
		width: 45px !important;
	}
	#echart_piePerformanceIndicators2 {
		width: 400px;
	}
	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%;
}

.growthBarChart {
	width: 100% !important;
	height: 280px !important;
}

.color-scale-map1 {
	position: absolute;
	margin-top: 50px;
	margin-left: 20px;
	width: 70px;
	height: 20px;
	background: linear-gradient(to right, #b3edff, #007ba3), #b3edff;
}

.color-scale-map2 {
	position: absolute;
	margin-top: 50px;
	margin-left: 20px;
	width: 70px;
	height: 20px;
	background: linear-gradient(to right, #99fffa, #0e4245), #99fffa;
}

.country-list-marketoverview {
	width: 100%;
}

.country-list-marketoverview label {
	width: 100%;
	border-bottom: 1px solid lightgray;
}

.country-list-marketoverview span {
	float: right;
}

.sentimentChartWrapper {
	position: relative;
	width: 100%;
}

.sentimentChartWrapper > canvas {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.sentimentChartAreaWrapper {
	width: 100%;
}

.word-div {
	background-image: linear-gradient(to bottom, lightblue, white);
	color: #023eac;
}

.word-div-4 {
	font-size: 13px;
	font-weight: 500;
}
.word-div-3 {
	font-size: 15px;
	font-weight: 600;
}
.word-div-2 {
	font-size: 17px;
	font-weight: 700;
}
.word-div-1 {
	font-size: 19px;
	font-weight: 800;
}

.position-absolute {
	position: absolute;
	z-index: 1000;
}

.row-2-split {
	overflow: hidden;
	height: 800px;
	margin: 0 auto;
}

.row-2-split-small {
	overflow: hidden;
	height: 400px;
	margin: 0 auto;
	width: 100%;
}

.row-3-split {
	overflow: hidden;
	height: 600px;
}

.row-4-split {
	overflow: hidden;
	height: 100px;
}

.split-2-in-row {
	width: 49%;
	float: left;
	height: 95%;
	margin: 0 auto;
	margin-right: 2%;
	background-color: white;
}

.split-2-in-row:last-child {
	margin-right: 0%;
}

.split-4-in-row-for-2 {
	width: 47%;
	float: left;
	height: 95%;
	margin: 0 auto;
	margin-right: 2%;
}

.split-4-in-row-for-2:first-child {
	margin-bottom: 2%;
}

.split-4-in-row-for-2:last-child {
	margin-top: 2%;
}

.split-2-in-row-4 {
	width: 100%;
	float: left;
	height: 32%;
	margin: 0 auto;
	font-size: 20px;
}
.split-3-in-row {
	width: 32%;
	float: left;
	height: 100%;
	margin-right: 2%;
}

.split-3-in-row:last-child {
	margin-right: 0%;
}
.split-3-in-row .dashboard_graph {
	
}


.split-4-in-row {
	width: 22%;
	float: left;
	height: 100%;
	margin: 0 auto;
	margin-right: 1%;
	margin-left: 1%;
	font-size: 16px;
}

.split-4-in-row div {
	text-align: center;
}

@media (max-width: 1699px) {
	.sentiment-graphs {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 1.5rem;
	}
	.sentiment-graphs-container {
		height: auto;
	}
}

@media (max-width: 1399px) {
	
	.sentiment-graphs-container {
		height: auto;
	}

	.sentiment-graph {
		height: auto !important;
	}

	.split-2-in-row-4 {
		height: unset;
		width: 100%;
	}
	.split-4-in-row-for-2 {
		width: 100% !important;	
		padding-top: 10px !important;
	}

	.row-2-split-small {
		height: auto !important;
	}
}

@media (max-width: 1200px) {
	.split-2-in-row {
		width: 100%;
	}
	.row-2-split {
		height: 100%;
	}
	.split-3-in-row {
		width: 33.33333%;
		margin: 0 auto;
	}

	.split-2-in-row {
		width: 100% !important;
	}
	#echart_piePerformanceIndicators2 {
		width: 320px;
	}

	.display-stats-info {
		
	}
}

@media (min-width: 1699px) {
	.sentiment-graphs .etc__widget-title {
		min-height: 92px;
	}
}
.dashboard_graph {
	height: 100%;
}

.text-under-graph {
	margin-left: 25px;
}

.description-text-sentiment {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.left_col {
	padding: 15px 15px 0px 15px;
}

/* markets overview */

.map-info {
	position: relative;
	width: 200px;
}

.map-container {
	width: calc(100% - 200px);
	height: 500px;
}


.title-info {
	border-bottom: 2px solid #e6e9ed;
	padding: 1px 5px 3px;
	min-height: 60px;
	padding-top: 14px;
}
.title-info h3 {
	float: left;
}

@media (max-width: 1440px) {
	.map-info {
		width: 200px;
	}
}

/* markers insights */
.map-info-2 {
	width: 100%;
	z-index: 100;
	position: relative;
}

.map-info-switcher {
	position: absolute;
	top: 65px;
	left: 100px;
	z-index: 100;
}
.map-container-2 {
	width: 100%;
	height: 280px;
}
.map-container-3 {
	width: 100%;
	height: 480px;
}
.display-stats-info {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-color: white;
}

.display-stats-info div {
}



#countryLegendsBookings {
	margin-left: 10px;
	margin-top: 2px;
	font-size: 20px;
	cursor: pointer;
}

#countryLegendsListDiv {
	padding-right: 20px;
	padding-top: 10px;
	position: absolute;
	top: -10px;
	right: 15px;
	background-color: white;
	border: 1px solid black;
}

#closeCountryLegendsListDiv {
	position: absolute;
	top: -5px;
	right: 10px;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
}


@media (max-width: 1750px) {
	.row-4-split {
		height: 130px;
	}
	#echart_piePerformanceIndicators2 {
		width: 600px;
	}
}
@media (max-width: 1655px) {
	.row-4-split {
		height: 160px;
	}
	#echart_piePerformanceIndicators2 {
		width: 460px;
	}
}
@media (max-width: 1095px) {
	.row-4-split {
		height: 190px;
	}
}

@media (max-width: 1920px) {
	#echart_piePerformanceIndicators2 {
		width: 650px;
	}
}

/* market sentiment */

.nested {
	background-color: transparent !important;
	box-shadow: none !important;
	margin: 0 auto;
}

.one-row-page {
	overflow: hidden;
	height: 640px;
	margin: 0 auto;
	width: 100%;
}

.title-h4 {
    font-size: 16px;
    float: left;
    margin-top: 5px;
    color: #007ba3 !important;
    font-style:'DINBold', sans-serif;
    text-transform: uppercase;
    font-weight: bold !important;
}

.title-h4 label {
	font-weight: bold !important;
}
.title-h4-withSelectors {
	max-width: 57%;
}

.title-h4 span {
	color: #007ba3 !important;

}

.title-h2 {
	font-size: 24px;
	float: left;
	margin-top: 5px;
	color: #007ba3;
	font-family: 'DINBold';
	text-transform: uppercase;
}

.title-period-picker {
	float: right;
}

.insight-map-info-switcher {
	float: right;
	margin-top: 5px;
}

.period-picker-overview {
	height: 40px;
	float: right;
	z-index: 100;
}

.importers {
	overflow: hidden;
}

.importer {
	border: 1px solid #e6e9ed;
	padding: 25px;
	width: 400px;
	background: white;
	margin: 20px;
	float: left;
}

.importer div {
	border: 1px solid lightblue;
	margin: 10px;
	margin-left: 0;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	line-height: 2.3;
}

.pickers-font {
	font-family: 'DINBold' !important;
	font-size: 16px !important;
	color: black !important;
}

.covidSwitch {
	float: left;
	margin-top: 16px;
	margin-left: 20px;
}

.covidSwitch label {
	margin-left: 10px;
	margin-right: 10px;
}

.coming-soon {
	text-align: center;
}

.data-sources-headlines > li > a {
	padding: inherit;
	border-radius: 0px!important;
}

.data-sources .nav-link:hover {
	background-color: var(--primary-light-2);
	color: var(--primary-dark-1);
}

.data-sources .nav-link {
	color: var(--primary-dark-2)
}

.data-sources .nav-link.active {
	color: var(--primary-dark-1);
	border-width: 1px 1px 0px 1px;
	border-color: var(--primary-light-2);
	border-bottom: 1px solid #fff;
	margin-bottom: -2px;
}

.data-sources .nav-link.active:hover {
	background: #fff;
}

.data-sources .nav-link:not(.active):hover {
	border-color: var(--primary-light-2);
}


.data-source-item {
	
	min-height: 600px;
	position: relative;
}


.data-source-item img {
	width: 200px;
	height: 200px;
}


.page-logo {
	float: right;
    width: 150px;
	margin-right: 3%;
	margin-bottom: 50px;
	cursor: pointer;
}
.split-2-in-row-notsame {
	width: 66%;
}

.booking-barchart {
	height: calc(100%  - 70px);
}

.booking-barchart.double-height-row {
	height: calc(100%  - 100px);
}

@media (max-width: 1700px) {
	.booking-barchart {
	
		height: calc(100%  - 100px);
	}
}


@media (max-width: 1399px) {
	#PKIchartsWorld {
		margin-top: 10px;
	}

	.row-3-split {
		height: auto;
	}
	.split-3-in-row {
		width: 100%;
	}

	.split-2-in-row-notsame {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.booking-barchart-title {
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.booking-barchart {
		height: 60%;
	}
}

@media (max-width: 1399px) {
	
	.one-row-page {
		height: auto !important;
	}
}



.preview-report {
	cursor: pointer;
}

.preview-report:hover {
	color: black;
}


.close-report {
	position: absolute;
	top: 70px;
	right: 10px;
	font-size: 30px;
	cursor: pointer;
	display: none;
}
.close-report:hover {
	color: black;
}

#feedbackContent {

}

#submitFeedback {
}

.feedback-msg {
	width: 100%;
	font-family: 'DINBold';
    color: #007ba3;
    font-size: 20px;
    text-align: center;
}

.sending-feedback {
	width: 30px;
	height: 30px;
	float: left;
	display: none;
}

.sending-feedback img {
	width: 30px;
	height: 30px;
}


.send-report-btn {
	display: none;
	float: left;
	width: 200px;
	text-align: center;
	margin-top: 15px;
	margin-left: 10px;
}

.sending-data {
	width: 30px;
	height: 30px;
	margin: 0 auto !important;
	padding: 0 !important;
	margin-bottom: 5px;
	border: none !important;
	cursor: wait;

}

.sending-data img {
	width: 30px;
	height: 30px;
	cursor: wait;
}

.user-stats-btn {
	text-align: center;
	cursor: pointer;
	padding: 2px 4px;
}


.user-stats-back-btn {
	cursor: pointer;
}

.export-statistics {
	
	z-index: 20;
	background-color: #00a2d6;
	color: white;
	border-radius: 10px;
	padding: 5px 10px;
	cursor: pointer;
}

#exportSingleUserStats {
	right: 10px;
}

.datasource-editor {
	width: 100%;
	height: 800px;
}
.modal-open {overflow-y: auto!important}

.editable-headline-pen {
	/* display: none; */
	cursor: pointer;
	margin-left: 0.5rem;
	font-size: 12px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	border-radius: 12px;
	color: var(--primary-dark-3)

}

.editable-headline:hover .editable-headline-pen {
	display: inline-flex;
	background: var(--primary-light-3);;
	color: var(--primary-dark-2)
}

.editable-headline-input {
	width: 130%;
	height: 100%;
	font-size: 16px;
	font-weight: 600;
	color: #007ba3;
	background-color: transparent;
}

.instruction-collapse {
  position: relative;
  padding-left: 20px; 
}

.instruction-collapse::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\2b"; 
  color: var(--primary-dark-2);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease-in-out;
  width: 20px;
  font-size: 12px;
  line-height: 20px;
}

.instruction-collapse[aria-expanded="true"]::before {
  content: "\f068"; 
}

.table-titles thead th {
	font-weight: 600;
	background-color: var(--primary-light-3);
	color: var(--primary-dark-2)
}

.table-titles tbody tr, .table-titles thead tr {
	border-color: var(--primary-light-2);
}


.CodeMirror {
    border: 1px solid var(--primary-light-2); /* Bootstrap input border color */
	height: 72px!important;
	padding: 8px 4px;
    max-height: 105px; /* match Bootstrap input height if needed */
}



@media (max-height: 1000px) {
	.booking-barchart {
	
		height: calc(100%  - 90px);
	}

}