@import "./../../../Mil.Frontend/src/assets/styles/fonts.css";

.c-globe-spin-container {
	background-image: url('/globespin/lines-bg.png');
	background-size: cover;
}

/* Add new class to fix globe tooltip position */
.globe-tooltip {
	position: fixed !important;
	z-index: 10001 !important;
	pointer-events: none;
}

.tooltip {
	background-color: #3B4C30;
	padding: 2rem;
	width: 300px;
	color: #F5F1E9;
}

#globeViz {
	overflow: hidden;
	position: relative;
}

#globeViz:after {
	height: 33vh;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	background-image: linear-gradient(to top, #F5F1E9 70%, transparent);
	pointer-events: none;
}

.country {
	font-family: 'Satoshi', Arial, sans-serif;
	font-weight: 700;
	font-size: 23px;
	padding-bottom: .5rem;
	display: block;
}

.text {
	font-family: "Palanquin", sans-serif;
	font-size: 18px;
	line-height: 155%;
}

.eyebrow {
	font-family: "Palanquin", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

.card {
	width: 568px;
	height: 405px;
	position: relative;
	overflow: hidden;
	z-index: 999;
	background-color: red;
}

.card__img {
	width: 568px;
	height: 405px;
	object-fit: cover;
	display: block;
}

.card__content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 24px;
	color: #F5F1E9;
}

.card__title {
	font-family: 'Satoshi', Arial, sans-serif;
	font-weight: 700;
	font-size: 28px;
	margin: 0 0 12px;
}

.card__text {
	font-family: "Palanquin", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 16px;
}

.card__link {
	font-family: "Palanquin", sans-serif;
	font-size: 14px;
	color: #F5F1E9;
	text-decoration: none;
	font-weight: bold;
	transition: color 0.3s;
}

.card__link:hover {
	color: #E0DDCE;
}

.select {
	position: relative;
	width: 280px;
	border: 1px solid #B6B6B6;
	border-radius: 8px;
	background-color: #F5F1E9;
	font-size: 20px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

@media (max-width: 1280px) {
	.select {
		margin: 0 auto;
	}
}

.select select {
	width: 100%;
	padding: 16px 0 16px 16px;
	border: none;
	appearance: none;
	background: transparent;
	font-family: 'Satoshi', Arial, sans-serif;
	font-weight: bold;
	color: #2F2F2F;
	cursor: pointer;
	outline: none;
}

.arrow-icon {
	position: absolute;
	right: 16px;
	pointer-events: none;
	display: flex;
	align-items: center;
	height: 20px;
	width: 20px;
}

select:focus {
	outline: none;
}

#ddlLocations {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#ddlLocations option {
	font-family: 'Palanquin', Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	padding: 8px 16px;
	background-color: #F5F1E9;
	color: #2F2F2F;
}

.float-tooltip-kap {
	background-color: transparent !important;
}
