html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	width: 100%;
	height: 100%;
}
img {
	border: none;
}
.hidden { display:none; }
.design_32 {
	background: #fff;
	width: 100%;
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	background-size: cover;
}
.overlay {
	padding: 50px 0;
}
.overlay .modalinfo {
	max-width:  410px;
}
.overlay .modalinfo .modaltext .modaltitle {
    padding-bottom: 5px;
}
.overlay .modalinfo .modaltext .acceptallbutton {
    margin-top: -5px;
}
#popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 479px 582px 489px;
    grid-template-areas: "firstcol secondcol thirdcol";
    justify-content: center;
    z-index: 10;
}
#popup-wrapper .first-column:after {
	grid-area: firstcol;
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;  
    width: 100%;
    height: 100%;
}
#popup-wrapper .second-column {
    grid-area: secondcol;
}
#popup-wrapper .third-column:after {
	grid-area: thirdcol;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.popup_alert {
	position: relative; 
	width: 380px; 
	left: 50%;
	top: 68%;
	margin-left: -210px;
	margin-top: -90px;
	z-index: 100; 
	padding: 20px; 
	overflow: hidden; 
	border: 0px solid rgb(148, 148, 148);
	border-top-color: #43b82a;
	background-color: rgba(237, 237, 237, 1);
	border-radius: 5px;
	box-shadow: 0 0 18px rgba(0,0,0,0.4);
}
.popup_alert .top {
	position:absolute;
	left:-1px;
	top:-1px;
	width:100%;
	height:7px;
	padding: 8px 20px 6px 10px;
	background: rgba(67,184,42,1);
	border: 1px solid #696969;
}
.popup_alert .copy_area {
	line-height: 1.3;
	display: block; 
	padding-top: 0px;
	left: 22%;
	width: 80%;
	position:relative;
}
.popup_alert .copy_area .cityh51 {
	font-size: 14px;
	margin: 10px 0 2px;
}
.popup_alert .copy_area p {
		font-size: 13px;
		margin-top:-15px;
}
.popup_alert .navbtn {
    margin-top: 10px;
	width: 78px;
	height: 21px;
	border-radius: 4px !important;
    border: none;
    box-shadow: 0 2px 4px 0 rgba(155,155,155,0.2);
    background-position: center;
    background-size: cover;
    background-color: transparent;
    border-bottom: 2px solid #35850a;
	font-size: 14px;
	color: white;
	cursor: pointer;
	opacity:1;
}
.popup_alert .navbtn:hover {
	box-shadow: 0px 0px 2px #398f14;
}
.popup_alert .alert_icon {
	width: 62px;
	height: 56px;
	position: absolute;
	left: 23px;
	top: 45px;
}
/* ── Radar scanner ── */
.radar_scanner {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	text-align: center;
	height: 100%;
	width: 100%;
	color: #fff;
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
}
h3.radar_title {
	font-size: 110%;
	line-height: 140px;
}
.radar {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    position: relative;
    background: radial-gradient(circle at 45% 40%, #2a8a8a, #1a5c5c 40%, #0d3535 70%, #061a1a);
    box-shadow: inset 0 0 40px rgba(0,0,0,0.5), 0 0 20px rgba(0,0,0,0.5);
    overflow: hidden;
}
/* Concentric rings */
.radar::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, transparent 18%, rgba(100,220,220,0.3) 18.5%, transparent 19.5%),
        radial-gradient(circle at center, transparent 35%, rgba(100,220,220,0.25) 35.5%, transparent 36.5%),
        radial-gradient(circle at center, transparent 55%, rgba(100,220,220,0.2) 55.5%, transparent 56.5%),
        radial-gradient(circle at center, transparent 78%, rgba(100,220,220,0.15) 78.5%, transparent 79.5%);
  	z-index: 1;
}
/* Rotating sweep beam */
.radar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 50%;
    transform-origin: bottom left;
    background: conic-gradient(
    	from 0deg at 0% 100%,
    	transparent 0deg,
    	rgba(50,210,210,0.01) 20deg,
    	rgba(50,210,210,0.15) 50deg,
    	rgba(80,230,220,0.35) 70deg,
    	rgba(100,240,230,0.5) 80deg
  	);
  	animation: sweep 2.2s linear infinite;
  	z-index: 2;
}
/* Center dot */
.radar-center {
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(100,230,230,0.8);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 6px rgba(100,230,230,0.6);
    z-index: 3;
}
/* Blinking profile dots */
.dot {
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(100,230,255,0.9);
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(100,230,255,0.7), 0 0 3px rgba(100,230,255,1);
    z-index: 3;
    animation: blink 2.5s ease-in-out infinite;
}
.dot:nth-child(2) { top: 30%; left: 25%; animation-delay: 0.4s; }
.dot:nth-child(3) { top: 22%; left: 60%; animation-delay: 1.2s; }
.dot:nth-child(4) { top: 55%; left: 72%; animation-delay: 0.8s; }
.dot:nth-child(5) { top: 70%; left: 40%; animation-delay: 1.8s; }
.dot:nth-child(6) { top: 42%; left: 35%; animation-delay: 2.0s; }
@keyframes sweep {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@keyframes blink {
    0%, 40%, 100% { opacity: 0; }
    50%, 80% { opacity: 1; }
}
.circle1 { color: #000; background:#e7e7e7; }
.circle2 { color: rgba(255,255,255,0.8); background:#555; text-shadow:0 1px #666; }
.circle1, .circle2 {
	font-weight: normal;
	margin-left: 0px;
	font-size:23px;
	border-radius:100px;
	padding:5px 15px;
}
.box, .marker_show {
    background: #000;
    color: #fff;
    outline: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    width: 600px;
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
    margin-bottom: 0px;
    line-height: 1.3;
    font-size: 22px;
	text-align: center;
	opacity:0.85;

}
.box { display: none; }
.box .ok, .buttons {
    background-color: #f20533;
	border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    width: 40%;
    min-width: 200px;
    padding: 15px 0px;
	margin: 20px auto;
    border-radius: 4px;
    display: block;
	text-align: center;
    text-decoration: none;
}
.boxheader {
	background: #f20533;
	max-width: 100%;
    min-height: 20px;
    color: #fff;
    font-size: 23px;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
}
.box_copy {
    padding: 10px 30px 20px;
	text-align: left;
}
.stepinfo {
    font-size: 18px;
    margin: 10px 0;
	text-align: center;
}
.next, #agree {
	text-align: center;
	font-size: 30px;
	font-family: inherit;
	padding: 10px;
	display: inline-block;
	width: 40%;
	background: #f20533;
	text-decoration: none;
	color: #fff;
	border: none;
	cursor: pointer;
	margin-right: 3px;
	border-radius: 4px;
	margin-bottom: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.next.step_button_2 {
    margin-left:3px;
}
.option, .option2, .option3, .option4 {
    width: 60%;
    padding: 10px;
    text-align: left;
    cursor: pointer;
    margin: 0 auto 5px;
}
.option-title {
    color: #fff;
    display: block;
    padding: 0;
    margin-left: 50px;
}

@media only screen and (max-width:1450px) {
	.popup_alert {
		top: 63%;
		margin-top: 0px;
	}
}
@media only screen and (max-width:900px) {
	.popup_alert {
		top: 68%;
		margin-top: -60px;
	}
}
@media only screen and (max-width: 640px) {
 	#popup-wrapper {
    	background-size: cover !important;
	}

 	#popup-wrapper:after {
    	background-size: cover !important;
	}
	.popup_alert {
		position: relative; 
		width: 50%; 
		left: 1%;
		top: 68%;
		margin: -10px auto 0;
		z-index: 100; 
		padding: 20px; 
	}
	.popup_alert .copy_area p {
		margin-left:0px;
	}
	.popup_alert .navbtn {
	    margin-left: 0px;
	}
	.box, .marker_show {
		width:90%; 
		bottom: 10%;
		margin:0 auto;
    	font-size: 18px;
	}
	.box .ok, .buttons {
	    font-size: 26px;
	    padding: 10px 0px;
		margin: 20px auto;
	}
	.boxheader {
	    min-height: 16px;
	    font-size: 21px;
	    padding: 10px;
	}
	.box_copy {
	    padding: 0px 25px 0px;
		text-align: left;
	}
	.option, .option2, .option3, .option4 {
	    padding: 5px;
	    text-align: left;
	}
}
@media only screen and (max-width: 510px) {  
    .overlay {
       padding: 40px 15px;
       align-items: center;
    }
} 
@media only screen and (max-width: 480px) {
	.cookies-notice {
	    position: fixed;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    background-color: rgba(0, 0, 0, 1);
	    z-index: 200;
	}
	/*.popup_alert { width:85%;}*/
	.box, .marker_show { font-size: 20px;}
	.option, .option2, .option3, .option4 { width: 80%; }
	h3.radar_title { margin-bottom: -20px; }
	.box_copy { padding: 10px; }
	.boxheader { font-size: 20px; }

}

@media only screen and (max-width: 340px) {
	.overlay .modalinfo .modaltext .rejectallbutton {
		padding:  0;
	}
	.next, #agree {
		font-size:20px;
		padding:5px;
	}
	.stepinfo {
	    font-size: 14px;
	    margin: 5px 0;
		text-align: center;
	}
	.popup_alert {
		margin: -20px auto 0;
	}
	.popup_alert .copy_area h5 {
		font-size: 14px;
		margin: 15px 0px;
	}
	.popup_alert .copy_area p {
		margin-left:0px;
	}
	.popup_alert .navbtn {
	    margin-left: 0px;
	}
	.box, .marker_show {
		bottom: 3%;
		line-height: 1.4;
    	font-size: 14px;
	}
	.box .ok, .buttons {
	    font-size: 20px;
	    padding: 5px 0px;
		margin: 10px auto;
	}
	.boxheader {
	    min-height: 14px;
	    font-size: 16px;
	    padding: 5px 0px;
	}
	.box_copy {
	    padding: 0px 25px 0px;
		text-align: left;
	}
	.option, .option2, .option3, .option4 {
	    padding: 2px;
	    text-align: left;
	}
}
