@import url("https://fonts.googleapis.com/css?family=K2D|Mitr:300,400,500|Pridi&display=swap");
/*Global styles*/
body {
	background-color:#000;
	background-image: url(../img/kid-blur-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: fixed;
	font-family: 'Pridi', serif;
	padding-top: 80px;
}
body.preload.ios {
	height: -webkit-fill-available;
}
body.preload.legacy {
	height: 100vh;
}
body.legacy {
    background-attachment: unset;
}
a.script {
	cursor:pointer;
}
a.script:hover {
    text-decoration: none;
}
.hero-container {
	padding: 50px;
    background-color: rgb(0 0 0 / 35%);
    color: #fff;
    border-radius: 6px;
    margin-bottom: 20px;
}
.hero-container h1 {
	/*font-family: 'Mitr', sans-serif;*/
	font-weight: 400;
}
.btn-main, .btn-main:focus, .btn-main:active {
	background-color: rgb(255 255 255 / 17%);
    border: 0;
	outline:0 !important;
    color: #fff;
    text-shadow: none;
	font-size: 2em;
}
#quizz.won {
	background-color: rgb(9 255 0 / 50%);
}
#quizz.skip {
	background-color: rgb(255 230 0 / 50%);
}
#quizz.lost {
	background-color: rgb(255 54 0 / 50%);
}
.btn-main:hover {
    color: #000;
    background: #fff;
}
.badge.winner {
	background-color: #ffb41be6;
    color: #000;
}
.badge.1runner {
}
.badge.2runner {
}
.login_dialog {
    text-align: center;
    margin-top: 25px;
    font-size: 17px;
    color: #000;
    background-color: #ffffff;
    padding: 14px 0;
    border-radius: 6px;
}
.login_dialog p {
    margin: 0;
}
.footer {
    color: #fff;
    text-align: center;
    border: none;
}
.footer .main {
	font-weight:bold;
	font-size: 16px;
    margin-bottom: 3px;
}
/*Intro*/
.intro-container {
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	-webkit-transition: background 1000ms ease;
	-moz-transition: background 1000ms ease;
	-ms-transition: background 1000ms ease;
	-o-transition: background 1000ms ease;
	transition: background 1000ms ease;
}
.intro-container.ready {
    background-color: rgba(0, 0, 0, 0.65);
}
.intro-wrapper {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.playme {
	opacity: 0.8;
}
.playme:hover {
	opacity: 1;
}
.intro {
	max-width: 100%;
    max-height: 100vh;
}
.player-name {
    font-size: 23px;
    background: rgba(53, 122, 140, 0.44);
    border: none;
    padding: 10px;
    color: white;
    border-radius: 4px;
    letter-spacing: 3px;
    text-align: center;
}
.player-confirm {
    font-size: 23px;
    color: #dcdcdc;
    display: block;
    margin-top: 14px;
}
.player-confirm:hover {
    color: #fff;
}
.welcome-msg {
	color:#fff;
	font-size: 32px;
	font-family: 'Mitr', sans-serif;
	font-weight: 300;
}
.welcome-msg strong {
	font-weight: 500;
}
.top-alert {
    background-color: #fff31be6;
    text-align: center;
    font-size: 25px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 9px;
}
.score {
    padding: 0px 13px;
    background: #000;
    color: #fff31be6;
    border-radius: 6px;
}
.alt_text {
    text-align: left;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    background: #ff2a2ac7;
    border: 2px solid;
    border-radius: 6px;
    padding: 5px;
	padding-left: 81px;
    position: relative;
}
.alt_text .background-icon {
	position: absolute;
    left: 18px;
    bottom: 0px;
    font-size: 40px;
    text-shadow: none;
}
.choice_wrap, .alt_text, .scoreboard, .control_wrap {
    margin-top: 20px;
}
.scoreboard {
    font-size: 20px;
}
/*Quizz part*/
.quizz-heading {
	margin: 0;
	text-align:center;
}
.manage_alert {
	text-align: center;
    font-family: 'Mitr', sans-serif;
    padding: 8px;
    margin-top: 20px;
    color: #000000;
    background: #ffc218;
    border-radius: 5px;
}
.warning {
	font-family: 'Mitr', sans-serif;
    font-weight: 300;
    font-size: 17px;
    padding: 10px;
	margin-top: 20px;
    color: #eaeaea;
    border: 2px solid #8a0000;
    background: #380000;
}
/*Display results*/
.hero {
	width: 30%;
    height: auto;
	float:right;
	margin: 0 0 30px 10px;
}
.result-heading {
	margin: 0 0 20px 0;
}
.result-heading strong {
	font-family: 'Mitr', sans-serif;
	font-weight: 500;
}
.result-lead {
	font-family: 'K2D', sans-serif;
	line-height: 1.5em;
	margin-bottom: 15px;
}
.tryagain {
    display: inline-flex;
    margin-bottom: 20px;
    color: #d7f5fa;
    font-size: 20px;
}
.tryagain:hover {
    color: #fcffff;
}
/*Display Callback*/
#result-callback .btn {
	margin-top: 10px;
    margin-right: 10px;
}
.analytic-heading {
	margin: 50px 0 20px 0;
}
.match_visual {
    background-color: rgba(0, 164, 182, 0.31);
    border-radius: 5px;
    padding: 10px;
	padding-bottom: 1px;
    margin-top: 20px;
}
.match_visual .progress {
    height: 6px;
    background-color: hsla(0, 0%, 0%, 0.25098039215686274);
}
.match_visual .progress-bar span {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.41);
    border-radius: 3px;
    padding: 0 6px;
    margin: -7px 10px 0 10px;
}
@media only screen and (max-width: 767px) {
	.navbar_logo {
		margin: -18px -18px 18px -18px;
		text-align: center;
	}
	.navbar_logo .nav-logo {
		display:none;
	}
	.navbar_logo .nav-home, .navbar_logo .nav-showtime, .navbar_logo .nav-fb {
		float: none;
	}
	.btn-main {
		font-size: 1.4em;
	}
	.hero-container {
    	padding: 18px;
    }
    .hero-container h1 {
    	font-size: 27px;
    }
    .quizz-heading {
	    margin: 20px 0 15px 0;
   	 	text-align: center;
	}
	.warning {
		font-size: 15px;
	}
	.form-group {
		font-size: 17px;
	}
	.form-group label {
		font-size: 18px;
	}
	.slider {
		padding: 0;
		height: 8px;
	}
	.tryagain {
		font-size: 15px;
	}
}
