/* Speedtest CSS Copyright 2023 Speedsmart.net*/
.header_spacer {
	display: none !important;
}

/* font-family: 'Akrobat Bold', 'Roboto', 'Helvetica', 'Avenir', sans-serif; */

/*body {
	display: block;
	min-height: auto !important;
}
*/
/*body, html {
	height: 100vh;
	height: -webkit-fill-available
}*/

.speed_container {
	position: relative;
	display: block;
	/*background: #fff;*/
	width: 100%;
	height: 100vh;
	height: 100dvh; /*iOS & Android fix */
	height: 100svh; /* The real fix small viewport height*/
	/*min-height: 660px;*/
/*	min-height: 720px;*/
	min-height: 730px;
}

.speed_inner {
	position: absolute;
	display: block;
	width: calc(100% - 80px);
	height: calc(100% - 90px - 40px);
	background: #f8f8f8;
	margin-top: 90px;
	margin-left: 40px;
	border-radius: 12px;
	overflow: hidden;
}

.speed_inner.ads {
	height: calc(100% - 90px - 40px - 63px);
}

.speed_content {
	display: table;
	width: 100%;
	height: 100%;
}

.speed_top {
	position: relative;
	display: table-row;
	width: 100%;
	/*height: auto;*/ /*Firefox issue, STUPID!*/
	height: 100%;
	z-index: 100;
}

.speed_bottom {
	position: relative;
	display: table-row;
	width: 100%;
	height: 110px;
	z-index: 250;
}

.speed_start_view {
	position: relative; /*This might be an issue with popin of running view*/
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	opacity: 1;
	z-index: 100;
}


.speed_running_view {
	position: relative; /*Used for issue with safari*/
	/*display: flex;*/
	display: none;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	opacity: 0;
	z-index: 1;
}


/* Start View */
.speed_start_inner {
	display: table;
	position: relative;
	width: 100%;
	max-width: 660px;
	height: 100%;
	margin: 0 auto;
	padding: 20px 0;
	/*background: #ddd;*/
}

.speed_start_top {
	display: table-row;
	width: 100%;
	height: 48%;
}

.speed_start_bottom {
	display: table-row;
	width: 100%;
	height: 52%;
	text-align: center;
}

h1.start_title {
	display: table-cell;
	width: 100%;
/*	font-family: 'Hind', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 74px;
	letter-spacing: -0.00em;
	line-height: 84px;
/*	text-wrap: balance;*/
	color: #3c3c47;
	text-align: center;
	vertical-align: bottom;
	padding: 0 0 44px 0;
}

.underline--magical {
	background-image: linear-gradient(120deg, #84fab0 0%, #1792df 100%);
	background-repeat: no-repeat;
	background-size: 0% 0.2em;
/*	background-position: 0 70%;*/
	background-position: 0 84%;
	transition: all 0.20s ease-in;
}

.underline--magical:hover {
	background-position: 0 50%;
/*	background-size: 100% 70%;*/
	background-size: 100% 70%;
}

.underline--magical.live {
	background-size: 100% 0.2em;
}

.underline--magical.live:hover {
	background-position: 0 40%;
/*	background-size: 100% 60%;*/
	background-size: 100% 80%;

}

/*.button_start {
	display: block;
	width: 260px;
	height: auto;
	background: #000;
	border-radius: 50px;
	padding: 12px 0 6px 0;
	margin: auto auto;
	border: 8px solid rgba(0, 0, 0, 0);
	color: #fff;
	font-family: 'Hind', sans-serif;
	font-size: 26px;
	line-height: 40px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	box-shadow: 0px 0px 0px 10px rgba(255,255,255,1), 1px 45px 40px -25px rgba(0,0,0,0.15);
	transition: all 200ms ease-in-out;
}

.button_start:hover {
	cursor: pointer;
	background: #1792df;
	color: #fff;
	border: 8px solid rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 0px 10px rgba(255,255,255,1), 0px 25px 15px -20px rgba(0,0,0,0.45);
}

.button_start:active {
	cursor: pointer;
	background: #000;
	color: #fff;
	border: 8px solid rgba(0, 0, 0, 0.15);
}

.button_start.disabled {
	pointer-events: none;
	opacity: 0.50;
	box-shadow: 1px 45px 40px -25px rgba(0,0,0,0);
	-webkit-box-shadow: 1px 45px 40px -25px rgba(0,0,0,0);
}*/


.button_start {
	display: block;
	width: 300px;
	height: auto;
	background: #6b70fa url('/images/2.0/startbutton_background_blue.png') repeat-x;
	background-size: 100% 100%;
	border-radius: 50px;
	padding: 24px 0 23px 0;
	margin: auto auto;
	border: 0px solid rgba(0, 0, 0, 0);
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	line-height: 26px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	box-shadow: 0px 35px 30px -15px rgba(0,0,0,0.15);
	transition: all 200ms ease-in-out;
}

.button_start:hover {
	cursor: pointer;
	background: #000;
	color: #fff;
	border: 0px solid rgba(0, 0, 0, 0);
	box-shadow: 0px 25px 20px -30px rgba(0,0,0,0.80);
}

.button_start:active {
	cursor: pointer;
	background: #5054BA;
	color: #fff;
	border: 0px solid rgba(0, 0, 0, 0.15);
	box-shadow: 0px 25px 30px -5px rgba(30,33,82,0.25);
}

.button_start.disabled {
	pointer-events: none;
	opacity: 0.50;
	box-shadow: 0px 0px 0px -15px rgba(0,0,0,0.15);
}



/* Running View */
.speed_running_inner {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

.speed_running_inner_top {
	display: table-row;
	width: 100%;
	height: 70px;
	top: 0;
}

.speed_running_inner_bottom {
	display: table-row;
	height: 100%;
}

.speed_running_header_old {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	text-align: center;
	width: 100%;
	max-width: 740px;
	height: 70px;
	margin: auto auto;
}

.speed_running_header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 70px;
	padding: 0 28px;
}

.speed_running_header_left {
	flex: 1 1;
}

.speed_running_header_right {
	position: relative;
	flex: 1 1;
	text-align: right;
	font-size: 0;
}

/* Current Event */
.speed_status {
	display: block;
	position: relative;
	width: 100%;
	height: 30px;
	margin: 0 0 0 0;	
}

.speed_status_score {
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
/*	font-family: 'Hind', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 24px;
	text-align: left;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #3c3c47;
/*	padding: 6px 0 0 0;*/
	padding: 4px 0 0 0;
}

.speed_status_score.connecting {
	z-index: 500;
}

.speed_status_score.ping {
	z-index: 400;
	right: -20%;
	opacity: 0;
}

.speed_status_score.download {
	z-index: 300;
	right: -20%;
	opacity: 0;
}

.speed_status_score.upload {
	z-index: 200;
	right: -20%;
	opacity: 0;
}

.speed_status_score.finished {
	z-index: 100;
	right: -20%;
	opacity: 0;
}

/* Running top Details */
.running_top {
	/*display: flex;*/
	display: none;
	width: 100%;
	max-width: 500px;
	height: 28px;
	margin: 0 auto 0 auto;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 1000;
}

.running_top_item {
	position: relative;
	flex: 1 1;
	padding: 4px 0 0 0;
/*	font-family: 'Hind', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #3c3c47;
}

.running_top_item.center {
	border-left: 2px solid #dde2e7;
	border-right: 2px solid #dde2e7;
}

/* Data Header */
.running_data {
	display: block;
}

.running_data_header {
	display: inline-block;
/*	padding: 4px 0 0 0;*/
	padding: 2px 0 0 0;
/*	font-family: 'Hind', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 20px;
	text-align: right;
	color: #3c3c47;
	width: auto;
}

.running_data_header.left {
	border-right: 1px solid #dde2e7;
	text-align: right !important;
	padding-right: 22px;
}

.running_data_header.right {
	border-left: 1px solid #dde2e7;
	text-align: left !important;
	padding-left: 22px;
}

/* New Live View */
.speed_live {
	display: table;
	width: 100%;
	height: 100%;
	padding: 0 50px;
	/*margin-top: -15px;*/
	/*background: #e0e0e0;*/
	z-index: 1;
}

.speed_live.finished {
	display: none;
	padding-top: 10%;
	opacity: 0;
	z-index: 100;
	/*background: #ddd;*/
}

.speed_live_left {
	position: relative;
	display: table-cell;
	width: 50%;
	/*background: #aaa;*/
	text-align: center;
	vertical-align: middle;
	transition: all 500ms ease-in-out;
}

.speed_live_left.finished {
	width: 0%;
}

.speed_live_right {
	display: table-cell;
	width: 50%;
	/*background: #ccc;*/
	text-align: center;
	vertical-align: middle;
}

.speed_finished_top {
	display: table-row;
	width: 100%;
	height: 35%;
	/*background: #ddd;*/
}

.speed_finished_bottom {
	position: relative;
	display: table-row;
	width: 100%;
	height: auto;
	/*background: #999;*/
}

/* Live Scores */
.live_result {
	display: block;
	position: relative;
	width: 440px;
	height: 440px;
	/*background: #333;*/
	margin: auto auto;
	z-index: 500;
}

.live_result.ping {display: block; opacity: 1; z-index: 500;}
.live_result.download {display: none; opacity: 0; z-index: 400;}
.live_result.upload {display: none; opacity: 0; z-index: 300;}

.live_result_progress {
	position: absolute;
	display: block;
	width: 440px;
	height: 440px;
	z-index: 1000;
}

.live_result_inner {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 400px;
	height: 400px;
	top: 0;
	left: 0;
	border-radius: 50%;
	margin: 20px 0 0 20px;
	background: #fff;
	z-index: 100;
}

.live_result_score {
	display: block;
	width: 100%;
	height: auto;
/*	font-family: 'RBNo2 Light', sans-serif;*/
	font-family: 'Akrobat', 'Roboto', 'Helvetica', 'Avenir', sans-serif;
	font-weight: 500;
	font-size: 110px;
	line-height: 90px;
/*	margin: 17px 0 0 0;*/
	margin: 4px 0 0 0;
	color: #3c3c47;
}

.live_result_type {
	display: block;
	width: 100%;
	height: 40px;
/*	font-family: 'Hind', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 40px;
	color: #63636b;
	/*margin-top: 5px;*/
	margin-top: 15px;
}

.live_result_type img {
	vertical-align: middle;
	width: 40px;
	height: 40px;
	margin: -4px -4px 0 0;
}

.live_result_pulse_top {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 500px;
	height: 500px;
	top: -30px;
	left: -30px;
	border-radius: 50%;
	margin: 0;
	opacity: 0.05;
	z-index: 10;
}

.live_result_pulse_top.ping {
	background: #e48821;
}

.live_result_pulse_top.download {
	background: #1792df;
}

.live_result_pulse_top.upload {
	background: #51a351;
}


.live_result_pulse_top_animate {
	animation: opacity_top 4s ease-in-out infinite;
}

@keyframes opacity_top {
	0%, 100%{
		opacity: 0.05;
	}
	10%{
		opacity: 0;
	}
	25%{
		opacity: 0.15;
	}
	50%{
		opacity: 0;
	}
	75%{
		opacity: 0.05;
	}
}


.live_result_pulse_bottom {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 560px;
	height: 560px;
	top: -60px;
	left: -60px;
	border-radius: 50%;
	margin: 0;
	opacity: 0.05;
	z-index: 1;
}

.live_result_pulse_bottom.ping {
	background: #e48821;
}

.live_result_pulse_bottom.download {
	background: #1792df;
}

.live_result_pulse_bottom.upload {
	background: #51a351;
}

.live_result_pulse_bottom_animate {
	animation: opacity_bottom 6s ease-in-out infinite;
}

@keyframes opacity_bottom {
	0%, 100%{
		opacity: 0.05;
	}
	10%{
		opacity: 0;
	}
	25%{
		opacity: 0.10;
	}
	50%{
		opacity: 0;
	}
	75%{
		opacity: 0.05;
	}
}


/* Final Retest Button */
.restart_container {
	display: block;
	width: 100%;
	max-width: 545px;
	height: auto;
	background: transparent;
	text-align: center;
	margin: 25px auto 0 auto;
	opacity: 0;
	z-index: 100;
}

.restart_title {
	display: block;
	width: 100%;
/*	font-family: 'Hind', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #3c3c47;
	text-transform: uppercase;
	margin: 0 auto 15px auto;
}

.restart_button_container {
	display: block;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}

.restart_button {
	display: inline-block;
	width: calc(50% - 10px);
	background: #000;
	background-size: 100% 100%;
	padding: 21px 0 20px 0;
	margin-right: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 900;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	border-radius: 50px;
	-webkit-box-shadow: 0px 20px 30px -7px rgba(60,60,71,0.5); 
	box-shadow: 0px 20px 30px -7px rgba(60,60,71,0.5);
	transition: all 150ms ease-in-out;
}

.restart_button:hover {
	cursor: pointer;
	text-decoration: none;
	background: #6b70fa url('/images/2.0/startbutton_background_blue.png') repeat-x;
	background-size: 100% 100%;
	box-shadow: 0px 25px 15px -20px rgba(0,0,0,0.45);
}

.restart_button:last-child {
	margin-right: 0;
}

.restart_button.clear {
	background: transparent;
	color: #000;
	background-size: 100% 100%;
	border: 1px solid #000;
	padding: 20px 0 19px 0;
	box-shadow: none;
}

.restart_button.clear:hover {
	cursor: pointer;
	border: 1px solid #6b70fa;
	background: #6b70fa url('/images/2.0/startbutton_background_blue.png') repeat-x;
	background-size: 100% 100%;
	color: #fff;
	box-shadow: 0px 25px 15px -20px rgba(0,0,0,0.45);
}

.restart_stars {
	display: block;
	width: 100%;
	text-align: center;
	margin: 20px 0 0 0;
	opacity: 0;
}

.restart_stars_title {
	display: block;
	width: 100%;
/*	font-family: 'Hind', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #828689;
	margin: 0 auto 5px auto;
}

.restart_star {
	display: inline-block;
	width: 44px;
	height: 44px;
	background: transparent;
	margin-right: 10px;
	background-image: url('/images/2.0/star_bg.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 150ms ease-in-out;
}

.restart_star:hover {
	cursor: pointer;
}

.restart_star:last-child {
	margin-right: 0;
}

.restart_star.selected {
	background-image: url('/images/2.0/star_bg_hover.png');
}


/* Score Final Grid */
.live_final {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 34px;
	width: 95%;
	max-width: 580px;
	height: 100%;
	max-height: 400px;
	margin: 20px auto 0 auto;
	text-align: left;
	transition: all 200ms ease-in-out;
}

.live_final.finished {
	/*grid-template-columns: repeat(4, 1fr) !important;*/
	/*grid-template-columns: 18% 18% 1fr 1fr !important;*/
	grid-template-columns: 20% 20% 1fr 1fr !important;
	max-width: 1150px;
	height: auto;
	max-height: none;
	min-height: 190px;
	margin: 40px auto 0 auto;
	padding-left: 5%;
	padding-right: 0%;
}

.live_final_item {
	position: relative;
	border: 0;
	padding: 30px 0 0 0px;
	text-decoration: none;
	transition: all 125ms ease-in-out;
}

.live_final_item:hover {
	cursor: pointer;
	opacity: 0.50;
}

.live_final_item.top {
	display: block;
}

.live_final_item.bottom {
	display: block;
}

.live_align_box {
	display: inline;
	width: auto;
	height: auto;
}

.live_final_icon {
	display: inline-block;
    vertical-align: top;
}

.live_final_icon img {
	width: 40px;
	height: 40px;
	margin-left: -5px;
}

.live_final_score {
	display: inline-block;
	vertical-align: top;
/*	font-family: 'RBNo2 Light', sans-serif;*/
	font-family: 'Akrobat Light', 'Roboto', 'Helvetica', 'Avenir', sans-serif;
	font-size: 90px;
	line-height: 90px;
	color: #3c3c47;
	margin-top: -12px;
	letter-spacing: 0;
}

.live_final_label {
	display: block;
	font-size: 20px;
	line-height: 30px;
	margin-top: -2px;
/*	font-family: 'Hind', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	text-align: left;
	color: #63636b;
	padding-left: 2px;
}

.finished_align_box {
	display: inline;
	width: auto;
	height: auto;
	margin: auto auto;
}

.finished_align_box.ping {
	padding-left: 5%;
}

.finished_align_box.jitter {
	/*padding-right: 5%;*/
}


/* Live Chart */
.speed_running_chart {
	position: absolute;
	display: block;
	width: 104%;
	height: 50px;
	top: 60px;
	left: -2%;
	z-index: 100;
}

#downloadLineChart {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}

#uploadLineChart {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}


/* Speed Test Footer */
.speed_footer {
	display: flex;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 110px;
	align-items: center;
	justify-content: center;
/*	font-family: 'Hind', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	line-height: 1.2em;
}

.speed_footer_left {
	position: relative;
	flex: 1 1;
	text-align: right;
}

.speed_footer_center {
	flex: 0 0 120px;
	text-align: center;
}

.speed_footer_right {
	position: relative;
	flex: 1 1;
	text-align: left;
}

.speed_footer_icon {
	display: inline-block;
	float: right;
	width: 48px;
	height: 48px;
	margin: 0 0 0 10px;
	z-index: 100;
}

.speed_footer_icon.right {
	float: left;
	margin: 0 10px 0 0px;
}

.speed_footer_icon img {
	width: 48px;
	height: 48px;
}

.speed_footer_item {
	/*display: inline-block;*/
	display: flex; /*fix for hover bug*/
	position: relative;
	width: auto;
	height: 48px;
	transition: opacity 200ms linear;
	z-index: 50;
}

.speed_footer_item_inner {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: 48px;
	padding: 0;
	white-space: nowrap;
	text-align: left;
	z-index: 100;
}

.speed_footer_item_inner.right {
	left: 0;
	right: auto;
}

.speed_footer_item_inner.bottom {
	display: none;
	z-index: 1;
	opacity: 1;
}

.speed_footer_item_inner.bottom:hover {
	cursor: pointer;
}

.speed_footer_title {
	display: block;
	width: 100%; /*fix for hover bug*/
	margin: 3px 0 0 0;
	font-size: 16px;
	font-weight: 700;
	color: #13292f;
	letter-spacing: 0.05em;
	text-align: right;
}

.speed_footer_title.right {
	text-align: left;
	float: left;
}

.speed_footer_title.blue {
	color: #4891d9;
}

.speed_footer_title.blue:hover {
	cursor: pointer;
}

.speed_footer_score {
	display: block;
	max-width: calc(35vw - 40px);
	color: rgb(21, 23, 24);
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2em;
	text-align: right;
	float: right;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	letter-spacing: 0.05em;
	opacity: 0.80;
}

.speed_footer_score.right {
	text-align: left;
	float: left;
}

a.speed_footer_score {
	color: rgb(21, 23, 24);
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2em;
	text-align: right;
	float: right;
}

a.speed_footer_score:hover {
	cursor: pointer;
	text-decoration: underline;
}

.speed_footer_arrow {
	color: #999;
	margin: -3px 3px 0 3px;
}


/* Speed test Activity */
.quad_ball {
	width: 75%;
	margin: -6px auto 0 auto;
	position: relative;
	padding-left: 5px;
}

.quad_ball .quad_black {
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background: #1792df;
	margin-left: 0%;
	opacity: 0.75;
}

.quad_ball_animate {
	animation: scaling 2.5s ease-in-out infinite;
}

.quad_ball .quad_black:nth-child(0) {
	margin-left: 0%;
	animation-delay: 0s;
	background: #1792df;
}

.quad_ball .quad_black:nth-child(1) {
	margin-left: 25%;
	animation-delay: 0.2s;
	background: #51a351;
}

.quad_ball .quad_black:nth-child(2) {
	margin-left: 50%;
	animation-delay: 0.4s;
	background: #e48821;
}

.quad_ball .quad_black:nth-child(3) {
	margin-left: 75%;
	animation-delay: 0.6s;
	background: #fc4035;
}

@keyframes scaling {
	0%, 100%{
		transform: scale(1);
		background-color: #1792df;
	}
	10%{
		transform: scale(0.2);
		background-color: #1792df;
	}
	25%{
		transform: scale(0.5);
		background-color: #51a351;
	}
	50%{
		transform: scale(1);
		background-color: #e48821;
	}
	75%{
		transform: scale(1.2);
		background-color: #fc4035;
	}
}


/* Server List */
.server_list {
	/*display: block;*/
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.10);
	text-align: left;
	opacity: 0;
	z-index: 15000;
}

.server_list_content {
	position: absolute;
	display: flex;
	flex-direction: column;
	width: 400px;
	max-width: 400px;
	height: calc(100% - 30px);
	top: 15px;
	right: -400px;
	background: #fff;
	padding: 15px 15px 15px 15px;
	border-radius: 12px;
	opacity: 1;
	z-index: 100;
}

.server_list_close {
	display: block;
	position: absolute;
	width: 36px;
	height: 36px;
	top: 6px;
	right: 6px;
	color: #8a98a4;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	line-height: 36px;
	transition: all 200ms ease-out;
}

.server_list_close:hover {
	cursor: pointer;
	color: #fc4035;
	transform: rotate(180deg);
}

.server_list_touch_close {
	position: absolute;
	display: block;
	background: rgba(0,0,0,0);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.server_list_title {
	flex: 0 1;
	width: 100%;
	height: auto;
/*	font-family: 'Hind', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
	color: #13292f;
	line-height: 30px;
	padding: 10px 0 10px 0;
}

.server_list_scroll {
	flex: 1 1 100%;
	width: 100%;
	padding: 10px 0;
	overflow-x: hidden;
	overflow-y: scroll;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
	-webkit-overflow-scrolling: touch;
}

.server_list_scroll::-webkit-scrollbar {
	display: none;
}

.server_list_footer {
	flex: 0 1 auto;
	width: 100%;
	background: #fff;
	padding: 10px 0 0 0;
}

.server_list_scroll_inner {
	display: block;
	width: 100%;
	height: auto;
}

.server {
	display: flex;
	width: 100%;
	height: 68px;
	align-items: center;
	justify-content: center;
	padding: 8px;
	border-radius: 12px;
	margin-bottom: 5px;
	font-family: 'Hind', sans-serif;
	color: #000;
	transition: all 150ms ease-out;
}

.server:hover {
	cursor: pointer;
	background: #13292f;
	color: #fff;
	box-shadow: 1px 20px 12px -16px rgba(51,51,51,0.50);
	-webkit-box-shadow: 1px 20px 12px -16px rgba(51,51,51,0.50);
}

.server.selected {
	background: #f5f6f8;
}

.server.selected:hover {
	cursor: pointer;
	background: #13292f;
	color: #fff;
	box-shadow: 1px 20px 12px -16px rgba(51,51,51,0.50);
	-webkit-box-shadow: 1px 20px 12px -16px rgba(51,51,51,0.50);
}

.server_left {
	flex: 0 1 50px;
	height: 50px;
	text-align: right;
}

.server_left img {
	width: 44px;
	height: 44px;
	margin: 3px 0 0 0;
	border-radius: 3px;
}

.server_center {
	flex: 1 1;
	padding: 0 6px 0 10px;
}

.server_right {
	flex: 0 1 20px;
	padding-top: 3px;
}

.server_title {
	display: block;
	width: 100%;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	margin-top: 0px;
}

.server_distance {
	display: block;
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	opacity: 0.70;
}

.footer_arrow {
	border: solid #dfdfdf;
	border-width: 0 4px 4px 0;
	display: inline-block;
	padding: 4px;
}

.footer_arrow.right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.server:hover .footer_arrow {
	border-color: #fff;
	opacity: 0.70;
}

a.server_add {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 0 10px 0;
	text-align: center;
	background: #f3f3f3;
	border-radius: 12px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.02em;
	color: #8a98a4;
	transition: all 250ms ease-in-out;
}

a.server_add:hover {
	cursor: pointer;
	text-decoration: none;
	background: #000;
	color: #fff;
}

.server_add_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -3px;
    padding-right: 4px;
}

/* Action Modal */
.action_modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.20);
	text-align: left;
	opacity: 0;
	z-index: 3000;
}

.action_modal_content {
	position: absolute;
	width: 90%;
	max-width: 500px;
	height: auto;
	top: 60%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background: #fff;
	padding: 30px 40px 30px 40px;
	border-radius: 12px;
	opacity: 0;
	box-shadow: 0px 15px 15px -10px rgba(51,51,51,0.10);
	-webkit-box-shadow: 0px 15px 15px -10px rgba(51,51,51,0.10);
	box-shadow: 0px 15px 15px -10px rgba(51,51,51,0.10);
	z-index: 1000;
}

.action_modal_title {
	font-size: 30px;
	font-weight: 700;
	font-family: 'Hind', sans-serif;
	letter-spacing: 0.03em;
	text-align: center;
	text-transform: uppercase;
	color: #3c3c47;
	margin: 0 0 20px 0;
}

.action_modal_close {
	display: block;
	position: absolute;
	width: 36px;
	height: 36px;
	top: 6px;
	right: 6px;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 36px;
	color: #3c3c47;
	text-align: center;
	border-radius: 50%;
	user-select: none;
	transition: all .2s ease-out;
}

.action_modal_close:hover {
	cursor: pointer;
	color: #dc4c53;
}

.action_modal_touch_close {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0);
	z-index: 1;
}

.action_modal_inner {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 10px 0 0 0;
}

.action_modal_inner label {
	font-size: 18px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.03em;
	color: #3c3c47;
	text-transform: none;
	margin-top: 10px;
	margin-bottom: 5px;
}

.action_modal_inner input {
	background: #f1f4f6;
	border: none;
	padding: 10px 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #828892;
	border-radius: 12px !important;
}

/* Share Actions - Bar */
a.share_item {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 48px;
	background: #ddd;
	border-radius: 8px;
	margin: 0 0 12px 0;
	text-align: center;
	transition: all 200ms ease-out;
}

a.share_item:hover {
	cursor: pointer;
	background: #000 !important;
}

a.share_item img {
	width: 100%;
	height: 100%;
	max-width: 30px;
	max-height: 30px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

a.share_item.twitter {
	background: #4c9feb;
}

a.share_item.facebook {
	background: #415796;
}

a.share_item.pinterest {
	background: #d43733;
}

a.share_item.email {
	background: #eeb644;
}

a.share_item.reddit {
	background: #de5635;
}

/* End Speedtest Stuff */
/* Start Site info */

/* App Section & Title / P Text */
.app_section {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	/*min-height: 800px;*/
	margin: 120px auto 140px auto;
}

.app_section:last-child {
	padding-top: 1rem;
	margin: 120px auto 120px auto;
}

.app_section_h1 {
	display: block;
	position: relative;
	width: 100%;
	/*font-family: 'Hind', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 65px;
	line-height: 72px;
	/*letter-spacing: -0.04em;*/
	letter-spacing: -0.02em;
	color: #804eda;
	text-align: center;
	margin: 0 0 10px 0;
	z-index: 100;
}

.app_section_h1 span {
	display: block;
}

.app_section_h1.big_bottom {
	margin: 0 0 50px 0;
}

.app_section_h1.map {
	color: #fff;
	text-align: center;
	margin: 40px 0 20px 0;
}

.app_section_h1.left_black {
	margin: 0 0 50px 0;
	text-align: left;
	color: #000;
}

.app_section_h2 {
	display: block;
	width: 100%;
	/*font-family: 'Hind', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: -0.01em;
	color: #13292f;
	text-align: left;
}

.app_section_h2.timeline {
	margin: 21px 0 0 0;
}

.app_section_P {
	display: block;
	width: 100%;
	/*font-family: 'Hind', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	text-align: left;
	color: #3e4e52;
	margin: 40px 0 40px 0;
}

.app_section_P.narrow_center {
	text-align: center;
	max-width: 770px;
	margin: auto auto;
}

.app_section_P.timeline {
	margin: 20px 0 40px 0;
}

.app_section_P.timeline:last-child {
	margin-bottom: 0;
}

.app_section_P.question {
	margin: 20px 0 60px 0;
}

.app_section_P.question:last-child {
	margin-bottom: 0;
}

.app_section_P.map {
	color: #8593af;
	text-align: center;
	max-width: 80%;
	margin: auto auto;
	letter-spacing: normal;
}

.app_section_P.map a {
	color: #fff;
	font-size: 18px;
}


/* Top Hero Get Section */
.app_get {
	display: table;
	width: 100%;
	z-index: 1;
}

.app_get_left {
	display: table-cell;
	position: relative;
	width: 55%;
	height: 630px;
	user-select: none;
}

.app_get_left img {
	position: absolute;
	bottom: 0;
	right: -40px;
	max-width: 1000px !important;
	width: 1000px !important;
	height: 680px !important;
	z-index: -1;
}

.app_get_right {
	display: table-cell;
	vertical-align: middle;
	width: 45%;
}

.app_start_button {
	display: inline-block;
	width: 180px;
	background: #000;
	padding: 16px 0 14px 0;
	margin-right: 10px;
	font-family: 'Hind', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
	color: #fff;
	border-radius: 30px;
	transition: all 150ms ease-in-out;
}

.app_start_button:hover {
	cursor: pointer;
	text-decoration: none;
	background: #1792df;
}

.app_start_button:last-child {
	margin-right: -5px; /* Stupid Firefox! */
}

.app_start_button.clear {
	background: transparent;
	color: #000;
	border: 1px solid #000;
	padding: 15px 0 13px 0;
}

.app_start_button.clear:hover {
	cursor: pointer;
	background: #1792df;
	border: 1px solid #1792df;
	color: #fff;
}

/* App Section Columns */
.app_column {
	display: table;
	width: 100%;
}

.app_column.narrow {
	max-width: 700px;
	margin: auto auto;
}

.app_column.timeline {
	margin-top: 80px;
}

.app_column_50 {
	display: table-cell;
	position: relative;
	width: 50%;
	padding-right: 50px;
}

.app_column_50.narrow {
	width: 90px;
}

.app_column_50.full {
	width: auto;
}

.app_column_50:last-child {
	padding-right: 0px;
}

.app_column_33 {
	display: table-cell;
	position: relative;
	width: 30%;
	padding-right: 3.33%;
}

.app_column_33:last-child {
	padding-right: 0px;
}

/* Speedtest Timeline */
.app_timeline {
	display: block;
	position: absolute;
	width: 6px;
	height: calc(100% - 200px);
	background: #e2e4e6;
	top: 25px;
	left: 42px;
	border-radius: 3px;
}

.app_timeline_section {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 20px 0 40px 0;
	padding: 8px 0 0 20px;
}

.app_timeline_section:last-child {
	margin-bottom: 0;
}

.app_timeline_icon {
	display: block;
	position: absolute;
	width: 90px;
	height: 90px;
	top: 0;
	left: -90px;
	background: #555;
	border: 6px solid #fff;
	border-radius: 45px;
}

.app_timeline_icon img {
	width: 54px;
	height: 54px;
	margin: 12px 0 0 12px;
}

.app_timeline_icon.blue {
	background: #51ade7;
}

.app_timeline_icon.green {
	background: #7dba7d;
}

.app_timeline_icon.orange {
	background: #eba659;
}

.app_timeline_icon.red {
	background: #fd7068;
}


/* Map Section */
.map_section {
	display: block;
	width: 100%;
	height: auto;
	background: #13292f;
	color: #fff;
	border-radius: 24px;
	padding: 20px;
	box-shadow: 1px 20px 12px -16px rgba(51,51,51,0.20);
	-webkit-box-shadow: 1px 20px 12px -16px rgba(51,51,51,0.20);
}

.map_image {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	text-align: center;
	overflow: hidden;
}

.map_image img {
	vertical-align: middle;
	width: 70%;
	height: auto;
}

.map_list {
	display: block;
	width: 70%;
	min-width: 890px;
	height: auto;
	margin: 25px auto 25px auto;
}

.server_location_list ul {
	list-style-type: none;
	-moz-column-count: 4;
	-moz-column-gap: 20px;
	-webkit-column-count: 4;
	-webkit-column-gap: 20px;
	column-count: 4;
	column-gap: 20px;
	margin-left: 30px;
}

.server_location_list ul li {
	/*padding: 0px 0 2px 0;*/
	padding: 6px 0 6px 0;
	font-size: 18px;
	/*font-family: 'Hind', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}


/* 
* The Resonsive Part
*
*/


/* Safari iOS 100vh Fix */
@supports (background: -webkit-named-image(i)) {

	.speed_container {
		height: -webkit-fill-available;
	}

}

/* Responsive Keys Height */
@media screen and (max-height: 820px) {

	.speed_inner {
		height: calc(100% - 90px - 20px);
	}

	h1.start_title {
		font-size: 60px;
		letter-spacing: -0.04em;
		line-height: 64px;
		padding: 0 0 24px 0;
	}

	.speed_bottom {
		height: 70px;
	}

	.speed_footer {
		height: 70px;
	}

	.speed_running_inner_top {
		height: 50px;
	}

	.speed_running_header {
		height: 50px;
	}

	.speed_running_chart {
		height: 40px;
		top: 40px;
	}

	.live_final_item {
		padding-top: 0;
	}

	.live_final {
		max-height: 320px;
		margin-top: 40px;
	}

}

@media screen and (max-height: 820px) and (max-width: 1024px) {

	.live_final {
		max-height: 280px !important;
		margin-top: 50px !important;
	}

}

@media screen and (max-height: 820px) and (max-width: 640px) {

	.live_final {
		max-height: 80px !important;
		margin-top: 0px !important;
	}

}


@media screen and (max-height: 720px) {

}





/* Responsive Keys Width */
@media screen and (max-width: 1200px) {

	.speed_inner {
		width: calc(100% - 60px);
		height: calc(100% - 90px - 30px);
		margin-left: 30px;
	}

	.speed_live {
		padding: 0;
	}

	.speed_bottom {
		height: 100px;
	}

	.speed_footer {
		height: 100px;
	}

	/* Live Scores */
	.live_result {
		width: 400px;
		height: 400px;
	}

	.live_result_progress {
		width: 400px;
		height: 400px;
	}

	.live_result_inner {
		width: 360px;
		height: 360px;
		top: 0;
		left: 0;
		border-radius: 50%;
		margin: 20px 0 0 20px;
	}

	.live_result_score {
		font-size: 110px;
		line-height: 90px;
		margin: 17px 0 0 0;
	}

	.live_result_type {
		height: 40px;
		font-size: 24px;
		line-height: 40px;
	}

	.live_result_type img {
		width: 40px;
		height: 40px;
		margin: -4px -4px 0 0;
	}

	.live_result_pulse_top {
		width: 460px;
		height: 460px;
		top: -30px;
		left: -30px;
	}

	.live_result_pulse_bottom {
		width: 540px;
		height: 540px;
		top: -70px;
		left: -70px;
	}

	/* Score Final Grid */
	.live_final {
		grid-gap: 34px;
		width: 90%;
		max-height: 360px;
	}

	.live_final.finished {
		padding-left: 2.5%;
		padding-right: 2.5%;
	}

	.live_final_icon img {
		width: 40px;
		height: 40px;
		margin-left: -5px;
	}

	.live_final_score {
		display: inline-block;
		vertical-align: top;
		/*font-size: 80px;
		line-height: 80px;*/
		font-size: 75px;
		line-height: 75px;
		margin-top: -10px;
	}

	.live_final_label {
		font-size: 18px;
		line-height: 28px;
	}

}

@media (max-width: 1024px) {

	.speed_inner {
		width: calc(100% - 40px);
		height: calc(100% - 90px - 20px);
		margin-left: 20px;
	}

	h1.start_title {
		font-size: 60px;
		letter-spacing: -0.00em;
		line-height: 64px;
		padding: 0 0 34px 0;
	}

/*	.button_start {
		width: 240px;
		border-radius: 50px;
		padding: 10px 0 4px 0;
		border: 8px solid rgba(0, 0, 0, 0);
		font-size: 24px;
		line-height: 38px;
		box-shadow: 0px 0px 0px 10px rgba(255,255,255,1), 1px 45px 40px -25px rgba(0,0,0,0.15);
	}*/

	.button_start {
		width: 280px;
		padding: 22px 0 21px 0;
		font-size: 28px;
		line-height: 26px;
		box-shadow: 0px 35px 30px -15px rgba(0,0,0,0.15);
	}

	/* Score Final Grid */
	.live_final {
		grid-gap: 34px;
		width: 100%;
		/*max-height: 350px;
		margin-top: 10px;*/
		max-height: 330px;
		margin-top: 20px;
	}



}

@media (max-width: 950px) {

	/* Live Scores */
	.live_result {
		width: 360px;
		height: 360px;
	}

	.live_result_progress {
		width: 360px;
		height: 360px;
	}

	.live_result_inner {
		width: 320px;
		height: 320px;
		top: 0;
		left: 0;
		border-radius: 50%;
		margin: 20px 0 0 20px;
	}

	.live_result_score {
		font-size: 100px;
		line-height: 80px;
		margin: 17px 0 0 0;
	}

	.live_result_type {
		height: 40px;
		font-size: 24px;
		line-height: 40px;
	}

	.live_result_type img {
		width: 40px;
		height: 40px;
		margin: -4px -4px 0 0;
	}

	.live_result_pulse_top {
		width: 400px;
		height: 400px;
		top: -20px;
		left: -20px;
	}

	.live_result_pulse_bottom {
		width: 450px;
		height: 450px;
		top: -45px;
		left: -45px;
	}

	/* Score Final Grid */
	.live_final {
/*		grid-gap: 30px;*/
		grid-gap: 10px;

/*		width: 100%;*/
		width: 94%;
/*		margin-top: 15px;*/
		margin-top: 0px;
	}

	.live_final_score {
		/*font-size: 75px;
		line-height: 75px;*/
		font-size: 60px;
		line-height: 60px;
		margin-top: -7px;
	}

	.live_final_icon img {
		width: 36px;
		height: 36px;
	}

}


@media (max-width: 850px) {

	.server_list_content {
		width: 380px;
		max-width: 400px;
		height: calc(100% - 30px);
		right: -420px;
	}

	.speed_start_inner {
		max-width: 460px;
	}

	h1.start_title {
		font-size: 50px;
		letter-spacing: -0.04em;
		line-height: 54px;
		padding: 0 0 24px 0;
	}

/*	.button_start {
		width: 220px;
		padding: 10px 0 4px 0;
		border: 8px solid rgba(0, 0, 0, 0);
		font-size: 22px;
		line-height: 34px;
		box-shadow: 0px 0px 0px 8px rgba(255,255,255,1), 1px 45px 40px -25px rgba(0,0,0,0.15);
	}*/

	.button_start {
		width: 240px;
		padding: 20px 0 19px 0;
		font-size: 24px;
		line-height: 24px;
		box-shadow: 0px 25px 30px -15px rgba(0,0,0,0.15);
	}

	.button_start:hover {
		box-shadow: 0px 20px 20px -25px rgba(0,0,0,0.60);
	}

	.button_start:active {
		box-shadow: 0px 15px 30px -5px rgba(30,33,82,0.25);
	}


	.speed_bottom {
/*		height: 75px;*/
		height: 65px;
	}

	.speed_footer {
		bottom: 12px;
		height: auto;
		flex-direction: row;
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: auto;
		padding: 0 10px 0 10px;
	}

	.speed_footer_left {
		flex: 1 1;
		width: 100%;
		height: 48px;
		text-align: left;
	}

	.speed_footer_center {
		flex: 0 44px;
		height: 48px;
		width: 100%;
	}

	.speed_footer_right {
		flex: 1 1;
		width: 100%;
		height: 48px;
	}

	.speed_footer_icon {
		float: left;
		width: 48px;
		height: 48px;
		margin: 0 10px 0 0px;
	}

	.speed_footer_icon.right {
		float: right;
		margin: 0 0 0 10px;
	}

	.speed_footer_item.right {
		text-align: right;
		width: calc(100% - 58px);
		height: 48px;
	}

	.speed_footer_item_inner {
		right: auto;
		left: 0;
	}

	.speed_footer_item_inner.right {
		left: auto;
		right: 0;
		float: right;
	}

	.speed_footer_title {
		text-align: left;
	}

	.speed_footer_title.right {
		width: 100%;
		text-align: right;
		float: right;
	}

	.speed_footer_score {
		max-width: calc(50vw - 58px - 50px);
		text-align: left !important;
		float: left !important;
	}

	.speed_footer_score.right {
		width: auto;
		text-align: right !important;
		float: right !important;
	}

	.speed_footer_arrow {
		display: none !important;
	}

	.quad_ball {
		width: 48px;
		margin: 10px 0 0 0;
		position: relative;
		padding-left: 0px;
	}

	.quad_ball .quad_black {
		width: 10px;
		height: 10px;
		border-radius: 5px;
	}

	.quad_ball .quad_black:nth-child(4) {
		animation-delay: 0s;
		margin-left: 20%;
	}

	.quad_ball .quad_black:nth-child(1) {
		margin-left: 0%;
		animation-delay: 0.2s;
		margin: 0 0 0 62%;
	}

	.quad_ball .quad_black:nth-child(2) {
		margin-left: 0%;
		animation-delay: 0.4s;
		margin: 18px 0 0 20%;
		background: #e48821;
	}

	.quad_ball .quad_black:nth-child(3) {
		margin-left: 25%;
		animation-delay: 0.6s;
		margin: 18px 0 0 62%;
		background: #fc4035;
	}

	.speed_running_header {
		display: block;
		width: 100%;
		height: 70px;
		padding: 0;
		margin-top: 5px;
	}

	.speed_running_header_left {
		flex: none;
		display: block;
		width: 100%;
		height: 40px;
	}

	.speed_running_header_right {
		flex: none;
		display: block;
		width: 100%;
		height: 30px;
		text-align: center;
	}

	.running_top {
		display: flex;
		margin-top: 8px;
	}

	.running_data {
		display: none;
	}

	.speed_status_score {
		text-align: center;
		font-size: 22px;
		padding: 15px 0 0 0;
	}

	.speed_running_chart {
		height: 45px;
		top: 85px;
	}

	/* New Live Running*/
	.speed_live {
		display: table;
		vertical-align: middle;
		padding: 0;
	}

	.speed_live_left {
		position: relative;
		display: table-cell;
		width: 100%;
		vertical-align: middle;
	}

	.speed_live_right {
		display: table-row;
		width: 100%;
		height: 85px;
		vertical-align: middle;
	}

	/* Score Final Grid */
	.live_final {
		grid-gap: 20%;
	}

	.live_final.finished {
		padding-left: 0%;
		padding-right: 0%;
	}

	.live_final.finished {
		grid-template-columns: repeat(2, 1fr) !important;
		margin: 55px auto 0 auto;
		min-height: 150px;
	}

	.live_final_item {
		padding: 0;
	}

	.live_final_item.top {
		display: none;
	}

	.live_align_box {
		float: right;
	}

	/*Live Runnning*/
	.speed_running_box {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding: 10px 10px 0 10px;
	}

	.speed_running_box_left {
		flex: 1 1 100%;
		width: 100%;
		height: auto;
	}

	.speed_running_box_right {
		flex: 0 1 160px;
		width: 100%;
		height: auto;
	}

	.progress_ping {
		position: absolute;
		display: block;
		width: 400px;
		height: 400px;
		margin: auto auto;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		background: #eee;
		z-index: 100;
		opacity: 0.20;
	}

	.speed_finished_top {
		height: 28%;
	}

	.restart_title {
		font-size: 16px;
		margin: 0 auto 15px auto;
	}

	.restart_button {
		padding: 20px 0 19px 0;
		margin-right: 10px;
		font-size: 20px;
		line-height: 20px;
		border-radius: 50px;
	}

	.restart_button.clear {
		border: 1px solid #000;
		padding: 19px 0 18px 0;
	}

	.restart_stars_title {
		font-size: 14px;
	}

	.restart_star {
		width: 40px;
		height: 40px;
	}

}

/* iPhone & Android Landscape */
/*@media screen and (min-width: 812px) and (max-width: 896px) and (orientation: landscape) {*/
@media screen and (min-width: 320px) and (max-width: 896px) and (orientation: landscape) {

}

@media (max-width: 1100px) {

	.app_get_left {
		width: 50%;
	}

	.app_get_left img {
		right: -60px;
	}

	.app_get_right {
		width: 50%;
	}

	.map_image img {
		width: 85%;
	}

}

@media (max-width: 950px) {

	.app_get {
		padding: 0 40px;
	}

	.app_get_left {
		display: table-cell;
		width: 100%;
		height: 580px;
	}

	.app_get_left img {
		position: absolute;
		object-fit: cover;
		bottom: 0;
		left: -60px;
		right: auto;
		max-width: 1000px !important;
		width: calc(100% + 120px) !important;
		height: 100% !important;
		z-index: -1;
	}

	.app_get_right {
		display: table-row;
		width: 100%;
	}

	.app_section_P.narrow_center {
		padding: 0 40px;
	}

	.app_section_P.map {
		max-width: 95%;
	}

	.map_list {
		width: 100%;
		min-width: auto;
		margin: 25px auto 25px auto;
	}

	.server_location_list ul {
		-moz-column-count: 4;
		-webkit-column-count: 4;
		column-count: 4;
		margin-left: 0;
	}

}

@media (max-width: 850px) {


	.app_section_h1 {
		font-size: 50px;
		line-height: 55px;
	}

	.app_section_h2 {
		font-size: 24px;
		line-height: 28px;
		letter-spacing: -0.01em;
	}

	.app_section_P {
		font-size: 18px;
		line-height: 28px;
		margin: 30px 0 30px 0;
	}

	.map_image img {
		width: 100%;
	}

}

@media (max-width: 750px) {

	.speed_inner {
		width: calc(100% - 40px);
		height: calc(100% - 60px - 20px);
		margin-top: 60px;
		margin-left: 20px;
	}

/*	.button_start {
		width: 200px;
		padding: 8px 0 2px 0;
		border: 6px solid rgba(0, 0, 0, 0);
		font-size: 22px;
		line-height: 34px;
		box-shadow: 0px 0px 0px 8px rgba(255,255,255,1), 1px 45px 40px -25px rgba(0,0,0,0.15);
	}

	.button_start:hover {
		border: 6px solid rgba(0, 0, 0, 0);
		box-shadow: 0px 0px 0px 8px rgba(255,255,255,1), 0px 25px 15px -20px rgba(0,0,0,0.45);
	}

	.button_start:active {
		border: 6px solid rgba(0, 0, 0, 0.15);
	}*/


	.button_start {
		width: 220px;
		padding: 18px 0 17px 0;
		font-size: 24px;
		line-height: 24px;
		box-shadow: 0px 25px 30px -15px rgba(0,0,0,0.15);
	}

	.button_start:hover {
		box-shadow: 0px 20px 20px -25px rgba(0,0,0,0.60);
	}

	.button_start:active {
		box-shadow: 0px 15px 30px -5px rgba(30,33,82,0.25);
	}



	.app_section_h1 {
		font-size: 44px;
		line-height: 49px;
	}

	.app_section_h2 {
		font-size: 22px;
		line-height: 26px;
		letter-spacing: -0.01em;
	}

	.app_column.narrow {
		padding: 0 30px;
	}

	.app_column_50.narrow {
		width: 64px;
	}

	.app_timeline {
		height: calc(100% - 200px);
		top: 25px;
		left: 26px;
	}

	.app_column.timeline {
		margin-top: 70px;
	}

	.app_timeline_section {
		margin: 20px 0 20px 0;
		padding-left: 10px;
	}

	.app_timeline_icon {
		width: 70px;
		height: 70px;
		left: -70px;
		border-radius: 35px;
	}

	.app_timeline_icon img {
		width: 40px;
		height: 40px;
		margin: 9px 0 0 9px;
	}

	.app_section_h2.timeline {
		margin: 17px 0 0 0;
	}

	.app_get {
		padding: 0 20px;
	}

	.app_get_left img {
		left: -40px;
		width: calc(100% + 80px) !important;
	}

	.app_section_P.narrow_center {
		padding: 0 20px;
	}

	.app_section_P.map {
		max-width: 100%;
	}

	.map_image img {
		width: 110%;
		margin-left: -5%;
	}

	.server_location_list ul {
		-moz-column-count: 2;
		-moz-column-gap: 0px;
		-webkit-column-count: 2;
		-webkit-column-gap: 0px;
		column-count: 2;
		column-gap: 0px;
		margin: 0;
		padding: 0;
	}

	.server_location_list ul li {
		text-align: center;
		font-size: 16px;
	}

	.app_start_button {
		display: inline-block;
		width: calc(50% - 5px);
		padding: 16px 0 16px 0;
		margin-right: 10px;
		font-size: 20px;
		line-height: 20px;
	}

}

/*@media (max-width: 640px) {*/
@media screen and (max-width: 640px) {

	.speed_inner {
		width: calc(100% - 20px);
		height: calc(100% - 60px - 10px);
		margin-top: 60px;
		margin-left: 10px;
	}

	.speed_inner.ads {
/*		height: calc(100% - 60px - 10px - 56px);*/
		height: calc(100dvh - 60px - 10px - 56px);
		height: calc(100svh - 60px - 10px - 56px);
	}

	.speed_live_right {
/*		height: 100px;*/
		height: 75px;
	}

	.server_list_content {
		width: 80%;
		max-width: 400px;
		right: -420px;
	}

	.server_list_title {
		font-size: 20px;
		line-height: 26px;
		padding: 10px 0 6px 0;
	}

	.server {
		height: 58px;
		border-radius: 12px;
		margin-bottom: 5px;
		padding: 6px;
	}

	.server_left {
		flex: 0 1 40px;
		height: 40px;
	}

	.server_left img {
		width: 34px;
		height: 34px;
		margin: 3px 0 0 0;
	}

	.server_center {
		padding: 0 6px 0 6px;
	}

	.server_title {
		font-size: 16px;
		line-height: 20px;
		margin-top: 2px;
	}

	.server_distance {
		font-size: 12px;
		line-height: 12px;
	}

	a.server_add {
		padding: 10px 0 7px 0;
		font-size: 16px;
	}

	.speed_start_inner {
		max-width: 90%;
	}

	h1.start_title {
		font-size: 40px;
		letter-spacing: -0.00em;
		line-height: 40px;
		padding: 0 0 24px 0;
	}

/*	.button_start {
		width: 200px;
		padding: 8px 0 2px 0;
		border: 6px solid rgba(0, 0, 0, 0);
		font-size: 22px;
		line-height: 34px;
		box-shadow: 0px 0px 0px 8px rgba(255,255,255,1), 1px 45px 40px -25px rgba(0,0,0,0.15);
	}

	.button_start:hover {
		border: 6px solid rgba(0, 0, 0, 0);
		box-shadow: 0px 0px 0px 8px rgba(255,255,255,1), 0px 25px 15px -20px rgba(0,0,0,0.45);
	}

	.button_start:active {
		border: 6px solid rgba(0, 0, 0, 0.15);
	}*/

	.button_start {
		width: 200px;
		padding: 18px 0 17px 0;
		font-size: 20px;
		line-height: 20px;
		box-shadow: 0px 15px 30px -5px rgba(0,0,0,0.15);
	}

	.button_start:hover {
		box-shadow: 0px 15px 15px -15px rgba(0,0,0,0.50);
	}

	.button_start:active {
		box-shadow: 0px 15px 20px -5px rgba(30,33,82,0.25);
	}



	.speed_footer_left {
		flex: 1 1;
		width: 100%;
		height: 40px;
		text-align: left;
	}

	.speed_footer_center {
		flex: 0 26px;
		height: 40px;
		width: 100%;
	}

	.speed_footer_right {
		flex: 1 1;
		width: 100%;
		height: 40px;
	}

	.speed_footer_icon {
		float: left;
		width: 36px;
		height: 36px;
		margin: 0 8px 0 0px;
	}

	.speed_footer_icon img {
		width: 36px;
		height: 36px;
		margin-top: 2px;
	}

	.speed_footer_icon.right {
		float: right;
		margin: 0 0 0 8px;
	}

	.speed_footer_item.right {
		text-align: right;
		width: calc(100% - 44px);
		height: 40px;
	}

	.speed_footer_title {
		margin: 1px 0 0px 0;
		font-size: 13px;
		font-weight: 700;
		letter-spacing: 0.05em;
	}

	.speed_footer_score {
		max-width: calc(50vw - 58px - 38px);
		font-size: 16px;
		font-weight: 300;
		line-height: 1.1em;
		letter-spacing: 0.05em;
		margin-top: -2px;
	}

	a.speed_footer_score {
		max-width: calc(50vw - 58px - 38px);
		font-size: 14px;
		font-weight: 300;
		line-height: 1.1em;
		letter-spacing: 0.05em;
		text-align: left;
	}

	a.speed_footer_score:hover {
		cursor: pointer;
	}

	.quad_ball {
		width: 26px;
		margin: 6px 0 0 0;
		position: relative;
	}

	.quad_ball .quad_black {
		width: 8px;
		height: 8px;
		border-radius: 4px;
	}

	.quad_ball .quad_black:nth-child(4) {
		animation-delay: 0s;
		margin-left: 10%;
		margin-top: 2px;
	}

	.quad_ball .quad_black:nth-child(1) {
		margin-left: 0%;
		animation-delay: 0.2s;
		margin: 2px 0 0 64%;
	}

	.quad_ball .quad_black:nth-child(2) {
		margin-left: 0%;
		animation-delay: 0.4s;
		margin: 18px 0 0 10%;
		background: #e48821;
	}

	.quad_ball .quad_black:nth-child(3) {
		margin-left: 25%;
		animation-delay: 0.6s;
		margin: 18px 0 0 64%;
		background: #fc4035;
	}

	.speed_running_header {
		margin-top: 10px;
	}

	.speed_status {
		margin-top: -6px;		
	}

	.speed_status_score {
		font-size: 18px;
		padding: 10px 0 0 0;
	}

	.speed_running_chart {
		top: 70px;
		height: 35px;
	}

	.running_top {
		max-width: 440px;
		margin-top: -2px;
	}

	.running_top_item {
		padding: 0 0 0 0;
		font-size: 15px;
	}

	/* Live Scores */
	.live_result {
		width: 300px;
		height: 300px;
	}

	.live_result_progress {
		width: 300px;
		height: 300px;
	}

	.live_result_inner {
		width: 270px;
		height: 270px;
		top: 0;
		left: 0;
		border-radius: 50%;
		margin: 15px 0 0 15px;
	}

	.live_result_score {
		font-size: 75px;
		line-height: 55px;
		margin: 17px 0 0 0;
	}

	.live_result_type {
		height: 30px;
		font-size: 18px;
		line-height: 30px;
	}

	.live_result_type img {
		width: 30px;
		height: 30px;
		margin: -4px -4px 0 0;
	}

	.live_result_pulse_top {
		width: 330px;
		height: 330px;
		top: -15px;
		left: -15px;
	}

	.live_result_pulse_bottom {
		width: 370px;
		height: 370px;
		top: -35px;
		left: -35px;
	}

	/* Score Final Grid */
	.live_final {
		/*grid-gap: 30px;*/
		grid-gap: 12%;
/*		margin-top: 5px;*/
		margin: 0 auto 0 auto;
	}

	.live_final_icon img {
		width: 26px;
		height: 26px;
	}

	.live_final_score {
		font-size: 60px;
		line-height: 60px;
	}

	.live_final_label {
		font-size: 18px;
		line-height: 28px;
		margin-top: -5px;
	}

	.live_final.finished {
		min-height: auto;
		margin-top: 40px !important;
	}

	.speed_finished_top {
		height: 30%;
	}

	/* Restart */
	.restart_title {
		font-size: 14px;
		margin: 0 auto 15px auto;
	}

	.restart_button {
		padding: 16px 0 15px 0;
		margin-right: 6px;
		font-size: 16px;
		line-height: 16px;
	}

	.restart_button.clear {
		padding: 15px 0 14px 0;
	}

	.restart_stars {
		margin: 15px 0 0 0;
	}

	.restart_stars_title {
		font-size: 14px;
	}

	.restart_star {
		width: 30px;
		height: 30px;
	}

	/* Action Modal */
	.action_modal_content {
		width: 90%;
		max-width: 400px;
		padding: 20px 20px 20px 20px;
	}

	.action_modal_title {
		font-size: 26px;
		margin: 0 0 0 0;
		padding: 2px 0 0 0;
	}

/*	.action_modal_close {
		width: 38px;
		height: 38px;
		top: 21px;
		right: 20px;
		padding: 0;
		font-size: 30px;
		line-height: 44px;
	}
*/
	a.share_item {
		height: 40px;
		margin: 0 0 10px 0;
	}

	.action_modal_inner input {
		font-size: 16px;
		margin-bottom: 0;
	}

	/* Main Site */
	.app_section_h1 span {
		display: inline;
	}

	.app_get_left {
		height: 500px;
	}

	.app_section {
		margin: 100px auto 100px auto;
	}

	.app_section:last-child {
		margin: 100px auto 100px auto;
	}

	.app_timeline {
		height: calc(100% - 200px);
	}


}

@media screen and (max-width: 480px) {

	.speed_container {
		min-height: 650px;
	}

	/* Live Scores */
	.live_result {
		width: 280px;
		height: 280px;
	}

	.live_result_progress {
		width: 280px;
		height: 280px;
	}

	.live_result_inner {
		width: 250px;
		height: 250px;
		top: 0;
		left: 0;
		border-radius: 50%;
		margin: 15px 0 0 15px;
	}

	.live_result_score {
		font-size: 75px;
		line-height: 55px;
		margin: 17px 0 0 0;
	}

	.live_result_type {
		height: 30px;
		font-size: 18px;
		line-height: 30px;
	}

	.live_result_type img {
		width: 30px;
		height: 30px;
		margin: -4px -4px 0 0;
	}

	.live_result_pulse_top {
		width: 300px;
		height: 300px;
		top: -10px;
		left: -10px;
	}

	.live_result_pulse_bottom {
		width: 320px;
		height: 320px;
		top: -20px;
		left: -20px;
	}

	.app_timeline {
		height: calc(100% - 270px);
	}

}

@media screen and (max-width: 400px) {

	.speed_start_inner {
		max-width: 90%;
	}

	h1.start_title {
		font-size: 34px;
		letter-spacing: -0.04em;
		line-height: 34px;
		padding: 0 0 24px 0;
	}

	/*.button_start {
		width: 185px;
		padding: 8px 0 2px 0;
		border: 6px solid rgba(0, 0, 0, 0);
		font-size: 20px;
		line-height: 26px;
		box-shadow: 0px 0px 0px 6px rgba(255,255,255,1), 1px 45px 40px -25px rgba(0,0,0,0.15);
	}*/

	.button_start {
		width: 190px;
		padding: 16px 0 15px 0;
		font-size: 18px;
		line-height: 18px;
		box-shadow: 0px 15px 30px -5px rgba(0,0,0,0.15);
	}

	.button_start:hover {
		box-shadow: 0px 15px 15px -15px rgba(0,0,0,0.50);
	}

	.button_start:active {
		box-shadow: 0px 15px 20px -5px rgba(30,33,82,0.25);
	}


	.speed_footer_score {
		font-size: 14px;
		margin-top: -2px;
	}

	a.speed_footer_score {
		font-size: 14px;
	}

	.speed_live_right {
		height: 70px;
	}

	.running_top_item {
		font-size: 14px;
	}

	/* Live Scores */
	.live_result {
		width: 260px;
		height: 260px;
	}

	.live_result_progress {
		width: 260px;
		height: 260px;
	}

	.live_result_inner {
		width: 230px;
		height: 230px;
		top: 0;
		left: 0;
		border-radius: 50%;
		margin: 15px 0 0 15px;
	}

	.live_result_score {
		font-size: 64px;
		line-height: 50px;
		margin: 12px 0 0 0;
	}

	.live_result_type {
		height: 24px;
		font-size: 16px;
		line-height: 24px;
	}

	.live_result_type img {
		width: 24px;
		height: 24px;
		margin: -3px -3px 0 0;
	}

	.live_result_pulse_top {
		width: 280px;
		height: 280px;
		top: -10px;
		left: -10px;
	}

	.live_result_pulse_bottom {
		width: 300px;
		height: 300px;
		top: -20px;
		left: -20px;
	}

	/* Score Final Grid */
	.live_final {
		grid-gap: 10%;
		margin-top: 0px;
	}

	.live_final_score {
		font-size: 50px;
		line-height: 50px;
	}

	.live_final_label {
		font-size: 14px;
		line-height: 14px;
		margin-top: 0;
	}


	/* Restart */
	.restart_title {
		font-size: 13px;
	}

	.restart_button_container {
		padding: 0 10px;
	}

	.restart_button {
		padding: 16px 0 15px 0;
		margin-right: 4px;
		font-size: 15px;
		line-height: 15px;
	}

	.restart_button.clear {
		padding: 15px 0 14px 0;
	}

	.restart_stars_title {
		font-size: 13px;
	}

	.restart_star {
		width: 28px;
		height: 28px;
	}


	/* Main Site */
	.app_get {
		padding: 0 0px;
	}

	.app_get_left {
		height: 440px;
	}

	.app_get_left img {
		left: -20px;
		width: calc(100% + 40px) !important;
	}

	.app_section_h1 {
		font-size: 34px;
		line-height: 39px;
	}

	.app_section_h2 {
		font-size: 20px;
		line-height: 24px;
	}

	.app_section_P {
		font-size: 16px;
		line-height: 26px;
		margin: 26px 0 26px 0;
	}

	.app_section_P.narrow_center {
		padding: 0 0px;
	}

	.app_section_P.question {
		margin: 10px 0 50px 0;
	}

	.app_column.narrow {
		padding: 0 10px;
	}

	.app_column_50.narrow {
		width: 54px;
	}

	.app_timeline {
		height: calc(100% - 250px);
		top: 25px;
		left: 21px;
	}

	.app_timeline_icon {
		width: 60px;
		height: 60px;
		left: -60px;
		border-radius: 30px;
	}

	.app_timeline_icon img {
		width: 36px;
		height: 36px;
		margin: 6px 0 0 6px;
	}

	.app_section_h2.timeline {
		margin: 10px 0 0 0;
	}

	.app_section_P.timeline {
		margin: 10px 0 40px 0;
	}

	.app_start_button {
		font-size: 18px;
		line-height: 18px;
	}

}

@media screen and (max-width: 380px) {

	.server_list_content {
		width: calc(100% - 30px);
		max-width: 400px;
		right: -420px;
	}

	.speed_footer_icon {
		display: none;
	}

	.speed_footer_item.right {
		width: calc(100% - 0px);
	}

	.speed_footer_score {
		max-width: calc(50vw - 40px);
	}

	a.speed_footer_score {
		max-width: calc(50vw - 40px);
	}

}

@media screen and (max-width: 330px) {

	h1.start_title {
		font-size: 28px;
		letter-spacing: -0.04em;
		line-height: 28px;
		padding: 0 0 24px 0;
	}

	/*.button_start {
		width: 185px;
		padding: 8px 0 2px 0;
		border: 6px solid rgba(0, 0, 0, 0);
		font-size: 20px;
		line-height: 26px;
		box-shadow: 0px 0px 0px 6px rgba(255,255,255,1), 1px 45px 40px -25px rgba(0,0,0,0.15);
	}*/

	.speed_footer {
		bottom: 12px;
		padding: 0 5px 0 5px;
	}

	.quad_ball .quad_black:nth-child(1) {
		margin: 2px 0 0 62%;
	}

	.quad_ball .quad_black:nth-child(3) {
		margin: 18px 0 0 62%;
	}

	/* Score Final Grid */
	.live_final {
		grid-gap: 10px;
		width: 100%;
		padding-left: 0;
	}

	.app_section_h1 {
		font-size: 28px;
		line-height: 33px;
	}

}

@media screen and (min-width: 641px) and (max-width: 850px) and (max-height: 860px) {
	/* Live Scores */
	.live_result {
		width: 280px !important;
		height: 280px !important;
	}

	.live_result_progress {
		width: 280px !important;
		height: 280px !important;
	}

	.live_result_inner {
		width: 250px !important;
		height: 250px !important;
		top: 0 !important;
		left: 0 !important;
		border-radius: 50%;
		margin: 15px 0 0 15px !important;
	}

	.live_result_score {
		font-size: 65px !important;
		line-height: 55px !important;
		margin: 12px 0 0 0;
	}

	.live_result_type {
		height: 30px !important;
		font-size: 18px !important;
		line-height: 30px !important;
	}

	.live_result_type img {
		width: 30px !important;
		height: 30px !important;
		margin: -4px -4px 0 0 !important;
	}

	.live_result_pulse_top {
		width: 300px !important;
		height: 300px !important;
		top: -10px !important;
		left: -10px !important;
	}

	.live_result_pulse_bottom {
		width: 330px !important;
		height: 330px !important;
		top: -25px !important;
		left: -25px !important;
	}

	/* Score Final Grid */
	.live_final {
		grid-gap: 15% !important;
		width: 100% !important;
		padding-left: 0 !important;
		margin-top: 5px !important;
	}

	.live_final.finished {
		min-height: auto;
		margin-top: 40px !important;
	}

	.live_final_icon img {
		width: 26px !important;
		height: 26px !important;
	}

	.live_final_score {
		font-size: 60px !important;
		line-height: 60px !important;
	}

	.live_final_label {
		font-size: 18px !important;
		line-height: 28px !important;
		/*margin-top: -14px !important;*/
	}

}

@media screen and (min-width: 640px) and (max-height: 860px) {

	/* Live Scores */
	.live_result {
		/*width: 340px;
		height: 340px;*/

		width: 320px;
		height: 320px;
	}

	.live_result_progress {
		width: 320px;
		height: 320px;
	}

	.live_result_inner {
		width: 290px;
		height: 290px;
		top: 0;
		left: 0;
		border-radius: 50%;
		margin: 15px 0 0 15px;
	}

	.live_result_score {
		/*font-size: 90px;
		line-height: 70px;
		margin: 17px 0 0 0;*/

		font-size: 76px;
		line-height: 60px;
		margin: 17px 0 0 0;
	}

/*	.live_result_type {
		height: 40px;
		font-size: 24px;
		line-height: 40px;
	}*/

	.live_result_type {
		height: 30px;
		font-size: 18px;
		line-height: 30px;
	}

	/*.live_result_type img {
		width: 40px;
		height: 40px;
		margin: -4px -4px 0 0;
	}*/

	.live_result_type img {
		width: 30px;
		height: 30px;
		margin: -4px -4px 0 0;
	}

	.live_result_pulse_top {
		width: 360px;
		height: 360px;
		top: -20px;
		left: -20px;
	}

	.live_result_pulse_bottom {
		width: 400px;
		height: 400px;
		top: -40px;
		left: -40px;
	}

	.live_final.finished {
		min-height: auto;
		margin-top: 40px !important;
	}

	.restart_button {
		padding: 20px 0 19px 0;
	}

	.restart_button.clear {
		padding: 19px 0 18px 0;
	}

	.restart_star {
		width: 40px;
		height: 40px;
	}

}

/*@media only screen and (max-height: 700px) and (orientation: landscape) {*/
@media only screen and (max-height: 730px) and (orientation: landscape) {

	.speed_inner {
		width: calc(100% - 40px);
		height: calc(100% - 60px - 20px);
		margin-top: 60px;
		margin-left: 20px;
	}

}


/* Dark Mode */
@media (prefers-color-scheme: dark) {

	.speed_inner {
		background: #232228;
	}

	h1.start_title {
		color: #ebecf1;
	}

	.underline--magical {
		background-image: linear-gradient(120deg, #1792df 0%, #2d363d 100%);
	}

/*	.button_start {
		background: #1792df;
		box-shadow: 0px 0px 0px 10px rgba(45, 54, 61, 0.90), 1px 45px 40px -25px rgba(0, 0, 0, 0.45);
	}

	.button_start:hover {
		background: #147bbc;
		box-shadow: 0px 0px 0px 10px rgba(45, 54, 61, 0.30), 0px 25px 15px -20px rgba(0,0,0,0.45);
	}

	.button_start:active {
		background: #000;
		color: #fff;
		border: 8px solid rgba(0, 0, 0, 0);
	}*/

	.button_start:hover {
		background: #323b42;
		box-shadow: 0px 25px 20px -30px rgba(0,0,0,0.80);
	}

	.button_start:active {
		background: #5054BA;
		box-shadow: 0px 25px 30px -5px rgba(30,33,82,0.25);
	}

	.speed_footer_title {
		color: #ebecf1;
	}

	.speed_footer_score {
		color: #a0a2a4;
	}

	a.speed_footer_score {
		color: #a0a2a4;
	}

	.server_list_content {
		background: rgba(45, 54, 61, 0.90);
		backdrop-filter: blur(6px);
		-webkit-backdrop-filter: blur(6px);
	}

	.server_list_title {
		color: #ebecf1;
	}

	.server {
		color: #ebecf1;
	}

	.server.selected {
		background: #2b2b33;
	}

	.server_list_footer {
		background: transparent;
	}

	a.server_add {
		background: #13292f;
	}

	.speed_status_score {
		color: #ebecf1;
	}

	.running_data_header {
		color: #a0a2a4;
	}

	.running_data_header.left {
		border-right: 1px solid #5a595e;
	}

	.running_data_header.right {
		border-left: 1px solid #5a595e;
	}

	.running_top_item {
		color: #a0a2a4;
	}

	.running_top_item.center {
		border-left: 2px solid #5a595e;
		border-right: 2px solid #5a595e;
	}

	.live_result_inner {
		background: #2b2b33;
	}

	.live_result_score {
		color: #fff;
	}

	.live_result_type {
		color: #a0a2a4;
	}

	.live_final_score {
		color: #fff;
	}

	.live_final_label {
		color: #a0a2a4;
	}

	/* Restart View */
	.restart_title {
		color: #ebecf1;
	}

	.restart_stars_title {
		color: #a0a2a4;
		opacity: 0.75;
	}

	.restart_star {
		background-image: url('/images/2.0/star_bg-dark.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
	}

	.restart_button {
		/*background: #2d363d;*/
		background: #313b43;
		color: #fff;
		box-shadow: 0px 20px 30px -7px rgba(0,0,0,0.5);
	}

	.restart_button:hover {
		background: #1792df;
		box-shadow: 0px 0px 0px 5px rgba(45, 54, 61, 0.90), 0px 25px 15px -20px rgba(0,0,0,0.25);
	}

	.restart_button.clear {
		color: #fff;
		border: 1px solid #313b43;
	}

	.restart_button.clear:hover {
		box-shadow: 0px 0px 0px 5px rgba(45, 54, 61, 0.90), 0px 25px 15px -20px rgba(0,0,0,0.25);
	}

	/* Page Text Titles */
	.app_section_h1.left_black {
		color: #fff;
	}

	.app_section_h2 {
		color: #ebecf1;
	}

	.app_section_P {
		color: #a0a2a4;
	}

	.app_start_button {
		background: #2d363d;
	}

	.app_start_button.clear {
		border: 1px solid #2d363d;
		color: #fff;
	}

	.app_timeline_icon {
		border: 6px solid #232228;
	}

	.app_timeline {
		background: #232228;
	}

	/* Action Modal */
	.action_modal_content {
		background: rgba(45, 54, 61, 1);
		box-shadow: 0px 15px 15px -10px rgba(0,0,0,0.25);
	}

	.action_modal_close {
		color: #e9ecf1;
	}

	.action_modal_title {
		color: #fff;
	}

	.action_modal_inner label {
		color: #ebecf1;
	}

	.action_modal_inner input {
		background: #13292f;
		color: #ebecf1;
	}

}

