body {
	background: #1a1921;
	margin: 0;
	padding: 0;
	font-family: "Mona Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	color: #c2cad1;
	/*overflow-x: hidden;*/
}

html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

*:focus {
	outline: none;
}

.clearfix {
	overflow: auto;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

:active, :focus, :visited {
	outline: 0!important;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.material-symbols-rounded {
	font-variation-settings:
	'FILL' 0,
	'wght' 400,
	'GRAD' 0,
	'opsz' 24
}

.container {
	display: block;
	background: transparent;
	width: 100%;
}

.content {
	position: relative;
	display: block;
	background: transparent;
	margin: auto auto;
	width: 100%;
	max-width: 680px;
	height: auto;
	min-height: 500px;
	padding: 0 20px;
}

.header {
	display: block;
	width: 100%;
	max-width: 680px;
	height: 100px;
	background: transparent;
	margin: auto auto;
	padding: 0 20px;
	z-index: 100;
}

a.header_logo {
	position: relative;
	display: block;
	width: 160px;
	text-decoration: none;
	outline: none;
	margin: auto auto;
	padding: 20px 0 0 0;
}

a.header_logo img {
	display: block;
	width: 160px;
	height: 40px;
}

.footer {
	display: block;
	width: 100%;
	max-width: 680px;
	height: auto;
	background: transparent;
	margin: auto auto;
	padding: 20px 20px 40px 20px;
	font-family: "JetBrains Mono", monospace;
	font-size: 14px;
	letter-spacing: 0.03em;
	font-weight: 300;
	text-align: center;
	opacity: 0.70;
}



/* Hero Map */
.hero_container {
	position: relative;
	width: 100%;
	max-width: 1280px;
	height: 440px;
	margin: -100px auto auto auto;
	background: transparent;
	text-align: center;
	z-index: -1;
	overflow-x: hidden;
}

.hero_map {
	position: absolute;
	display: inline-block;
	width: 1280px;
	height: auto;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin: -0px 0 0 0;
	user-select: none;
	z-index: -1;
}

.hero_map img {
	display: block;
	width: 100%;
}

.hero_map_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: radial-gradient(circle, transparent 20%, #1a1921 85%), linear-gradient(180deg, transparent 65%, #1a1921 100%), linear-gradient(0deg, transparent 75%, #1a1921 115%);
}


/* IP Information */
.ip_content {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: -80px 0 0 0;
	z-index: 100;
}

.ip_subtitle {
	display: block;
	font-family: "JetBrains Mono", monospace;
	text-align: center;
	color: #84ca7f;
	font-size: 13px;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}

.ip_title {
	display: block;
	font-family: Space Grotesk, ui-sans-serif, system-ui, sans-serif;
	text-align: center;
	color: #fff;
	font-size: 46px;
	font-weight: 800;
	margin: 8px 0 12px 0;
	letter-spacing: 0.02em;
}

.ip_section {
	display: block;
	width: 100%;
	height: auto;
	background: #1d1b26;
	border-radius: 12px;
	margin: 20px 0 20px 0;
	border: 1px solid rgba(255,255,255,0.05);
	box-shadow: 0px 15px 20px -15px rgba(0,0,0,0.35);
}

.ip_section_inner {
	display: block;
	width: 100%;
	padding: 12px 16px;
	overflow-x: hidden;
}

.ip_section_button_row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ip_section_button_row.last {
	margin-top: 16px;
}
 

.ip_section_type {
	display: inline-block;
	width: auto;
	padding: 6px 8px;
	/*font-family: "DM Sans", "Mona Sans", sans-serif;*/
	font-family: "JetBrains Mono", monospace;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0.03em;
	color: #84ca7f;
	background: #1a1921;
	border-radius: 8px;
	margin-left: -4px;
}

.ip_section_copy {
	display: inline-block;
	width: auto;
	padding: 6px 8px;
	/*font-family: "DM Sans", "Mona Sans", sans-serif;*/
	font-family: "JetBrains Mono", monospace;
	font-size: 15px;
	/*color: #958ade;*/
	color: #c2cad1;
	font-weight: 500;
	background: rgba(0,0,0,0.0);
	/*background: #244ae2;*/
	/*background: rgba(35,76,210,0.15);*/
	border-radius: 8px;
	border: 1px solid rgba(255,255,255,0.05);
    transition: all 160ms ease-out;
	z-index: 100;
}

.ip_section_copy:hover {
	cursor: pointer;
	background: #234cd2;
	color: #fff;
}

.ip_section_copy.hidden {
	display: none;
}

.gps_update {
	display: block;
}

.ip_section_address {
	display: block;
	width: 100%;
	padding: 20px 0 14px 0;
	font-family: "JetBrains Mono", monospace;
	font-size: 24px;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	letter-spacing: -0.01em;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.05);
}

.ip_section_address.last {
	border-bottom: 0;
	/*padding-bottom: 7px;*/
	padding-bottom: 2px;
}


.ip_data_row {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% - 32px);
	height: 80px;
	padding: 12px 0;
	margin: 0 16px;
	border-bottom: 1px solid rgba(255,255,255,0.05);
}

.ip_data_row.last {
	border-bottom: 0;
}

.ip_data_row.lookup {
	height: 74px;
}

.ip_data_row_icon {
	flex: 0 0 64px;
	text-align: center;
}

.ip_data_row_data {
	position: relative;
	flex: 1; 
}

.ip_data_row_action {
	position: relative;
	flex: 0 0; 
}

.ip_data_row_title {
	display: block;
	font-family: "JetBrains Mono", monospace;
	font-size: 13px;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ip_data_row_result {
	display: block;
	font-family: "JetBrains Mono", monospace;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.03em;
}

.material-data-icon {
	padding-top: 6px;
	font-size: 32px;
	color: #84ca7f;
}

.update_cords {
	width: 135px;
	z-index: 100;
}

#ip_lookup {
	display: block;
	width: calc(95% + 24px);
	padding: 14px 12px;
	margin-left: -12px;
	font-family: "JetBrains Mono", monospace;
	font-size: 18px;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.08em;
	color: #fff;
	border: none;
	background: transparent;
    transition: all 160ms ease-out;
}


.lookup_ip_title {
	display: block;
	width: 100%; 
	text-align: center; 
	border-bottom: 1px solid rgba(255,255,255,0.10);
	line-height: 0.1em;
	margin: 30px 0 30px 0; 
	font-family: "JetBrains Mono", monospace;
	font-size: 13px;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	/*padding: 20px 0 0 0;*/
}

.lookup_ip_title span { 
	background: #1a1921; 
	padding:0 20px; 
}

.lookup_ip_submit {
	display: block;
	background: #84ca7f;
	width: 96px;
	height: 48px;
	font-family: "JetBrains Mono", monospace;
	color: #1a1921;
	text-align: center;
	line-height: 48px;
	font-size: 14px;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	letter-spacing: 0.04em;
	border-radius: 12px;
	transition: all 160ms ease-out;
}

.lookup_ip_submit:hover {
	cursor: pointer;
	background: #a2f797;
	color: #000;
}


.material-btn {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.material-icon-20 {
	font-size: 20px;
}

.pin-container {
	position: relative;
	top: calc(50% - 15px);
	left: calc(50% - 15px);
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pin {
	position: absolute;
	width: 30px;
	height: 30px;
	background: #234cd2;
	background: linear-gradient(138deg,rgba(37, 114, 230, 1) 0%, rgba(35, 76, 210, 1) 100%);
	border-radius: 20px;
	/*transform: rotate(-45deg);*/
	margin-top: 0;
	z-index: 2;
	box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.2);
}

.pin::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	margin: 10px 0 0 -5px;
	background: #ffffff;
	border-radius: 50%;
}

.pulse {
	position: absolute;
	width: 14px;
	height: 14px;
	background: rgba(35, 76, 110, 0.5);
	border-radius: 50%;
	margin-top: -14px;
	z-index: 1;
	top: 100%; 
	transform: translateY(-50%) scale(1);
	animation: mapPulse 2s infinite ease-out;
}

@keyframes mapPulse {
	0% {
		transform: translateY(-50%) scale(1);
		opacity: 1;
	}
	70% {
		opacity: 0.5;
	}
	100% {
		transform: translateY(-50%) scale(5);
		opacity: 0;
	}
}



/**/
/* Responsive Stuff */
/**/
@media (max-width: 620px) {

	.ip_subtitle {
		font-size: 12px;
		letter-spacing: 0.3em;
	}

	.ip_title {
		font-size: 36px;
		margin: 6px 0 10px 0;
	}

	.ip_section_type {
		padding: 6px 8px;
		font-size: 12px;
		letter-spacing: 0.03em;
		border-radius: 8px;
	}

	.ip_section_copy {
		padding: 6px 8px;
		font-size: 12px;
	}

	.ip_section_address {
		padding: 10px 0 10px 0;
		font-size: 16px;
		letter-spacing: -0.01em;
		overflow-x: scroll;
	}

	.update_cords {
		width: 36px;
		z-index: 100;
	}

	.gps_update {
		display: none;
	}

	.ip_data_row_icon {
		flex: 0 0 30px;
		text-align: center;
		padding: 0 8px 0 0;
	}

	.material-data-icon {
		padding-top: 6px;
		font-size: 26px;
		color: #84ca7f;
	}

	.ip_data_row_title {
		font-size: 12px;
		letter-spacing: 0.08em;
	}

	.ip_data_row_result {
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 0.03em;
	}

	.lookup_ip_title {
		margin: 30px 0 30px 0; 
		font-size: 12px;
	}

	#ip_lookup {
		width: calc(95% + 24px);
		padding: 10px 12px;
		margin-left: -12px;
		font-size: 14px;
		letter-spacing: 0.08em;
	}

	.ip_data_row.lookup {
		height: 60px;
	}

	.lookup_ip_submit {
		width: 86px;
		height: 44px;
		line-height: 44px;
		font-size: 12px;
		border-radius: 12px;
		margin-right: -6px;
	}

	.material-icon-20 {
		font-size: 18px;
	}

	.footer {
		font-size: 12px;
	}

}

@media (max-width: 415px) {

	.hero_container {
		max-width: 1164px;
		height: 400px;
		margin: -100px auto auto auto;
	}

	.hero_map {
		width: 1164px;
	}

	.hero_map img {
		width: 1164px;
		height: 400px;
	}

	.ip_subtitle {
		font-size: 12px;
		letter-spacing: 0.25em;
	}

	.ip_title {
		font-size: 34px;
		margin: 4px 0 10px 0;
	}

	.ip_section_address {
		padding: 10px 0 10px 0;
		font-size: 14px;
		letter-spacing: -0.01em;
		overflow-x: scroll;
	}


}