/* 3D Globe tab - Start */
.globe-tab-container {
	width: 329px;
	height: 57.9px;
	border-radius: 100px;
	background-color: #ffffff;
	display: table;
	vertical-align: middle;
	padding: 4px;
	margin: 60px auto 0;
}

.globe-tab-button {
	/* font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: -0.2px;
	text-align: left;
	color: #7d7d7d; */
	padding: 5px 8px 5px 10px;
	cursor: pointer;
	width: 27%;
	text-align: center;
	position: relative;
	vertical-align: middle;
	display: table-cell;
}

.active-tab {
	border-radius: 100px;
	background-color: var(--primary-color, #000);
	color: var(--olam-white);
	margin-top: 3px;
}
/* 3D Globe tab - End */
/* 3D Globe overlay - Start */
.hide {
	visibility: hidden !important;
}

.show {
	width: 72% !important;
	visibility: visible !important;
}

.globe-overlay {
	visibility: hidden;
	display: block;
	margin: 0px;
	position: absolute;
	width: 0%;
}

.close {
	font-size: 25px;
	border-radius: 50px;
	width: 29px;
	padding-left: 12px;
	cursor: pointer;
	color: white;
	font-weight: bolder;
	float: left;
}

.globe-overlay {
	z-index: 1;
	right: -30px;
	transition: 0.5s;
	padding: 30px;
	background: rgba(255, 255, 255, 0.9);
	top: 156px;
	right: 0;
}

.globe-overlay-content {
	position: relative;
	width: 100%;
	text-align: center;
	clear: both;
	/* top: 25%;
     margin-top: 30px;
     */
}

.globe-overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 36px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.globe-overlay a:hover, .globe-overlay a:focus {
	color: #f1f1f1;
}

.globe-overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
}

.globe-overlay-container {
	clear: both;
}

#globe-overlay-title {
	display: none;
	margin: 20px 20px;
	position: absolute;
	top: 50%;
	background: transparent;
	padding: 5px 10px;
	border-radius: 20px;
}

.globe-overlay-description {
	font-size: 20px;
	line-height: 26px;
	color: #7d7d7d;
	margin: 0 10px;
	height: 30vh;
	height: 100%;
	max-height: 359px;
	overflow-y: auto;
}

#globe-overlay-description::-webkit-scrollbar-thumb {
	background-color: #B03C3F;
	border-radius: 10px;
}

#globe-overlay-description::-webkit-scrollbar-thumb:hover {
	background-color: #BF4649;
	border: 1px solid #333333;
}

#globe-overlay-description::-webkit-scrollbar-thumb:active {
	background-color: #A6393D;
	border: 1px solid #333333;
}

.globe-overlay-description ol {
	padding-left: 0;
}

.globe-overlay-description ol li {
	margin-bottom: 0px;
	padding: 10px 0;
	list-style: none;
}

.tooltip-country {
	/* font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal; */
	display: block;
	padding-top: 2px;
}

.tooltip-count {
	/* font-size: 42px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.1;
	letter-spacing: -1.1px; */
	color: var(--primary-color, #000);
	display: block;
	margin-top: -2px;
}

.tooltip-desc {
	/* font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #7d7d7d; */
	display: block;
	margin-top: -4px;
}

@media screen and (max-height: 450px) {
	.globe-overlay a {
		font-size: 20px
	}
	.globe-overlay .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px;
	}
}
/* Close cirlce animation - Start */
.circle {
	width: 40px;
	height: 40px;
	background: transparent;
	position: relative;
	cursor: pointer;
	display: inline-block;
	opacity: 1;
}

.circle:after {
	width: 24px;
	height: 4px;
	background-color: #7d7d7d;
	content: "";
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -2px;
	position: absolute;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.circle:before {
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -2px;
	width: 24px;
	height: 4px;
	background-color: #7d7d7d;
	content: "";
	position: absolute;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.circle[data-animation="xMarks"] {
	border: 0px solid white;
	overflow: hidden;
	-moz-box-shadow: 0px 0px 0px 0px #ffffff inset;
	-webkit-box-shadow: 0px 0px 0px 0px #ffffff inset;
	box-shadow: 0px 0px 0px 0px #ffffff inset;
	-moz-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
	-o-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
	-webkit-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
	transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
	opacity: 1;
}

.circle[data-animation="xMarks"]:before, .circle[data-animation="xMarks"]:after
	{
	-moz-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
	-o-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
	-webkit-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
	transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
}

.circle[data-animation="xMarks"]:not(.xMarks ):hover {
	-moz-box-shadow: 0px 0px 0px 6px #ffffff inset;
	-webkit-box-shadow: 0px 0px 0px 6px #ffffff inset;
	box-shadow: 0px 0px 0px 6px #ffffff inset;
}

.circle[data-animation="xMarks"]:not(.xMarks ):hover:before {
	-moz-transform: scale(0.7) rotate(45deg);
	-ms-transform: scale(0.7) rotate(45deg);
	-webkit-transform: scale(0.7) rotate(45deg);
	transform: scale(0.7) rotate(45deg);
	-moz-transition-delay: 100ms;
	-o-transition-delay: 100ms;
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms;
}

.circle[data-animation="xMarks"]:not(.xMarks ):hover:after {
	-moz-transform: scale(0.7) rotate(-45deg);
	-ms-transform: scale(0.7) rotate(-45deg);
	-webkit-transform: scale(0.7) rotate(-45deg);
	transform: scale(0.7) rotate(-45deg);
	-moz-transition-delay: 100ms;
	-o-transition-delay: 100ms;
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms;
}

.circle:hover {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
/* Close cirlce animation - End */
/* Globe preloader - Start */
.loading-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.loading-item {
	max-width: 50%;
}
/* Globe preloader - End */
/* 3D Globe overlay - End */

@media only screen and (min-width: 992px) {
	.globe .globe-wrapper {
		width: 100%;
		height: 460px;
		margin-left: -30px;
	}
}
@media only screen and (min-width: 1024px) {
	.globe .globe-wrapper {
		height: 500px;
	}
}
@media only screen and (min-width: 1200px) {
	.globe .globe-wrapper {
		height: 590px;
	}
}
@media only screen and (min-width: 1200px) {
	.globe .globe-wrapper {
		height: 700px;
		margin-left: 0;
	}
}