/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

body {
	background: url("https://static.tebakgambar.com/TG-Lite/default/default-bg.png");
	background-color: #03877a;
	user-select: none;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 700;
}

img {
	max-width: 100%;
}

::-webkit-input-placeholder {
	text-align: center;
}

:-moz-placeholder {
	/* Firefox 18- */
	text-align: center;
}

::-moz-placeholder {
	/* Firefox 19+ */
	text-align: center;
}

:-ms-input-placeholder {
	text-align: center;
}

#wrapper {
	height: 100vh;
	position: relative;
}

#wrapper::before {
	content: '';
	position: absolute;
	bottom: 0;
	height: 60vh;
	width: 100%;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.4));
}

#wrapper.wrapper__question::before {
	position: fixed;
	height: 45vh;
}

.dialog {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.overlay {
	/* opacity: 0; */
	/* z-index: -1; */
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.4);
	transition: all ease .3s;
}

.overlay--show {
	/* opacity: 1;
	z-index: 10; */
}

.dialog__popup-answer {
	position: fixed;
	top: 45%;
	left: 50%;
	width: 200px;
	transform: translate(-50%, -50%);
}

.dialog__content {
	background: yellow;
	width: 85%;
	max-width: 350px;
	min-height: 125px;
	border-radius: 8px;
	text-align: center;
}

.dialog__title {
	padding: 32px 16px;
}

.dialog__hint {
	letter-spacing: 4px;
}

.dialog__share {
	background: yellow;
	max-width: 350px;
	width: 85%;
	border-radius: 8px;
	text-align: center;
}

.dialog__share--text {
	padding: 16px;
	font-style: italic;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 1.25;
}

.dialog__share--text-title {
	margin: 16px 0;
}

.dialog__share .tg__button {
	width: 60px;
	padding: 8px;
	margin: 24px auto;
	font-size: 14px;
}

.tg__button {
	padding: 16px;
	color: white;
	background: radial-gradient(circle, transparent 1%, #f6891e 1%) center center/15000% #f6891e;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	/* -webkit-box-shadow: 3px 3px 5px 0px rgba(175,78,3,1);
	-moz-box-shadow: 3px 3px 5px 0px rgba(175,78,3,1);
	box-shadow: 3px 3px 5px 0px rgba(175,78,3,1); */
	-webkit-box-shadow: 2px 2px 1px 0px rgba(175, 78, 3, 1);
	-moz-box-shadow: 2px 2px 1px 0px rgba(175, 78, 3, 1);
	box-shadow: 2px 2px 1px 0px rgba(175, 78, 3, 1);
}

.tg__button:hover {
	cursor: pointer;
}

.tg__button:hover {
	cursor: pointer;
}

.btn--animate {
	transition: background 0.8s ease 0s;
}
.btn--animate:active {
	background-color: #f1f1f1;
	background-size: 100%;
	transition: background 0s ease 0s;
}

.tg__image {
	text-align: center;
	width: 100%;
}

.lucky-draw{
	cursor: pointer;
	height: 60px;
	margin-top: 10px;
	position: absolute;
	right: 10px;
	width: 60px;
	z-index: 1;
}

.tg__back_button {
	cursor: pointer;
	height: 60px;
	margin-top: 5px;
	position: absolute;
	left: 5px;
	width: auto;
	z-index: 1;
}

.tg__image--position {
	position: absolute;
	top: 12vh;
}

.tg__image--placeholder, .tg__image img, .tg__reload {
	width: 175px;
	min-height: 175px;
}

.tg__image--placeholder {
	margin: 0 auto;
	background: #ebebeb;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tg__image--placeholder + img {
	display: none;
}

.tg__image--placeholder::after {
	content: "Loading";
}

.tg__caption--position {
	position: absolute;
	top: 50vh;
}

.tg__caption {
	text-align: center;
	width: 100%;
	color: white;
}

.tg__already_played_text {
	position: absolute;
	top: 65vh;
}

.tg__caption p {
	width: 90%;
	max-width: 350px;
	margin: 0 auto;
	letter-spacing: 0.3px;
		line-height: 1.5;
}

.tg__action {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.tg__action--position {
	position: absolute;
	bottom: 25vh;
}
.welcome .tg__action--position {
	bottom: 22vh;
}

.tg__question {
	text-align: center;
	position: absolute;
	width: 100%;
	margin-bottom: 75px;
}

.tg__question--image {
	margin-top: 40px !important;
	width: 275px;
	min-height: 275px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tg__question--image img {
	width: auto !important;
	height: auto !important;
}

.tg__reload {
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	display: none;
	justify-content: center;
	flex-direction: column;
}

.tg__question--image .tg__image--placeholder {
	width: 275px;
	min-height: 275px;
}

.lucky__draw__page .tg__share-text {
	margin-bottom: 12px;
}

.lucky__draw__page .tg__button-container {
    margin: 8px;
}

.lucky__draw__page .tg__button {
	padding: 6px 18px;
    font-size: 11px;
    text-decoration: none;
}

/* .lucky__draw__page .tg__image--position {
	top: 10vh;
}

.lucky__draw__page .tg__caption--position {
	top: 55vh;
} */

@media (min-width: 350px) {
	.tg__question--image {
		width: 300px;
		min-height: 300px;
	}

	.tg__question--image .tg__image--placeholder {
		width: 300px;
		min-height: 300px;
	}
 }

@media (min-height: 500px) {
	.tg__image--placeholder, .tg__image img, .tg__reload {
		width: 180px;
		min-height: 180px;
	}
}

@media (min-height: 600px) {
	.tg__image--position {
		top: 10vh;
	}
	.tg__image--placeholder, .tg__image img, .tg__reload {
		width: 225px;
		min-height: 225px;
	}

	.tg__question--caption {
		margin-top: 25px;
	}
}

.tg__share {
	margin: 20px auto 0;
	text-align: center;
	font-size: 0;
}

.tg__share-icon > div {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
	border-radius: 8px;
	width: 40px;
	height: 40px;
}

.tg__question--hint {
	color: #ff0000;
	background-color: #ffff00;
	padding: 12px;
	font-size: 12px;
	margin-right: 8px;
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 1);
}

.tg__question-text {
	margin: auto;
  width: 150px;
	padding: 12px;
	padding-right: 10px;
	color: #ffffff;
	background: radial-gradient(circle, transparent 1%, #06a89f 1%) center center/15000% #06a89f;
	font-weight: bold;
	font-size: 12px;
}

.tg__share-text {
	display: inline-block;
	margin: auto;
  min-width: 150px;
	padding: 12px;
	padding-right: 10px;
	color: #ffffff;
	background: radial-gradient(circle, transparent 1%, #06a89f 1%) center center/15000% #06a89f;
	font-weight: bold;
	font-size: 12px;
}

.tg__share-icon:hover {
	cursor: pointer;
}

.tg__share-icon svg {
	height: 24px;
	width: 24px;
	vertical-align: middle;
}

.tg__answer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #03877a;
	height: 75px;
	display: flex;
	align-items: center;
}

.tg__answer form {
	max-width: 400px;
	margin: 0 auto;
}

.tg__answer textarea {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	vertical-align: middle;
	text-transform: uppercase;
	text-align: center;
	padding: 12px 8px;
	/* width: 60%; */
	min-width: 60%;
	min-height: 20px;
	max-height: 40px;
	max-width: 190px;
	resize: none;
	overflow-y: auto;
}

.tg__answer--button {
	display: inline-block;
	padding: 14px 20px;
}

.tg__answer--button:active {
	border-bottom-width: 2px;
}

.tg__answer--button-disabled {
	pointer-events: none;
	opacity: 0.5;
}

.welcome .tg__share {
	bottom:8vh;
	position: absolute;
	margin: auto;
	text-align: center;
	width: 100%;
}

.tg__share-title {
	font-size: 16px;
}

.welcome__image {
	width: 200px;
	margin: 50px auto;
}

.question__caption {
	width: 80%;
	margin: 0 auto;
	max-width: 350px;
	text-align: center;
	color: white;
	/* text-shadow: 0 0 8px #000000; */
}

.ending {
	position: absolute;
	top: 10vh;
	width: 100%;
}

.ending__button {
	min-width: 150px;
	margin: 25px;
}

.welcome__button {
	min-width: 150px;
	bottom: 25vh;
}

.welcome__button:hover {
	cursor: pointer;
}

.loading {
	text-align: center;
}
.loading__caption {
	text-shadow: 0 0 4px #000000;
	color: white;
	margin-top: 25px;
	font-size: 14px;
}
.lds-ring {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}
.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 51px;
	height: 51px;
	margin: 6px;
	border: 6px solid #fff;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}
@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.modal {
  display: block;
  height: 100%; 
  left: 0;
  overflow: auto; /* Enable scroll if needed */
	position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

.modal .tg__button {
	padding: 14px;
	width: 150px;
}

.modal__content {
	border-radius: 8px;
	margin: auto;
	position: absolute;
	text-align: center;
  background-color: #FDFF06;
  left: 50%;
  padding: 30px 20px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.4);
}

.modal__description {
	margin-bottom: 30px;
}

.yellow-box {
	border-radius: 8px;
	background-color: #FDFF06;
	max-width: 350px;
	width: 90%;
	margin: 0 auto;
}

.yellow-box__content {
	color: #000000;
	text-align: center;
	line-height: 1.5;
	padding: 8px 16px;
}

.tg__footer {
	bottom: 4vh;
	color: white;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	text-align: center;
	text-decoration: underline;
	width: 100%;
}

.already-played {
	position: absolute;
  left: 50%;
	top: 50%;
	width: 100%;
  -webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.already-played .tg__image--position,
.already-played .tg__caption--position,
.already-played .tg__already_played_text,
.already-played .tg__share,
.already-played .tg__footer
{
	position: static;
	top: auto;
	bottom: auto;
	margin-top: 15px;
}

.tg__reload .tg__caption {
	margin: 15px 0px;
	font-size: 14px;
}

.tg__reload .tg__button {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	padding: 14px;
	width: 100px;
}


/*# sourceMappingURL=download.60ff479c020f0ed638ab.min.css.map*/