/* ADDED Move Game CSS to remove reliance on external stylesheet */

html,
body {
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 100%;
}

body {
  background: #000000;
  color: white;
}

input[type="file"] {
  color: black;
}

html,
body,
canvas {
  touch-action-delay: none;
  touch-action: none;
}

canvas,
.c3htmlwrap {
  position: absolute;
}

.c3htmlwrap {
  contain: strict;
}

.c3overlay {
  pointer-events: none;
}

.c3htmlwrap[interactive] > * {
  pointer-events: auto;
}

/* HACK - work around elements being selectable only in iOS WKWebView for some reason */
html[ioswebview] .c3htmlwrap,
html[ioswebview] canvas {
  -webkit-user-select: none;
  user-select: none;
}

html[ioswebview] .c3htmlwrap > * {
  -webkit-user-select: auto;
  user-select: auto;
}

#notSupportedWrap {
  margin: 2em auto 1em auto;
  width: 75%;
  max-width: 45em;
  border: 2px solid #aaa;
  border-radius: 1em;
  padding: 2em;
  background-color: #f0f0f0;
  font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans",
    "Helvetica Neue", Arial, sans-serif;
  color: black;
}

#notSupportedTitle {
  font-size: 1.8em;
}

.notSupportedMessage {
  font-size: 1.2em;
}

.notSupportedMessage em {
  color: #888;
}

/* bbcode styles */
.bbCodeH1 {
  font-size: 2em;
  font-weight: bold;
}

.bbCodeH2 {
  font-size: 1.5em;
  font-weight: bold;
}

.bbCodeH3 {
  font-size: 1.25em;
  font-weight: bold;
}

.bbCodeH4 {
  font-size: 1.1em;
  font-weight: bold;
}

.bbCodeItem::before {
  content: " • ";
}

/* For text icons converted to HTML: size the height to the line height
   preserving the aspect ratio. Also add position: relative as that allows
   just adding a 'top' style for the iconoffsety style. */
.c3-text-icon {
  height: 1em;
  width: auto;
  position: relative;
}

/* screen reader text */
.c3-screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* ADDED Section/Frame Styles  */

body {
  font-family: "gasoekOne", sans-serif;
  -webkit-font-smoothing: antialiased;
  /* For Chrome */
  -moz-osx-font-smoothing: grayscale;
  /* For Firefox */
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 1.3;
  overflow: auto;
}

a {
  color: #472d2d;
}

.text-border {
  -webkit-text-stroke: 1px #472d2d;
  text-stroke: 1px #472d2d;
  color: white;
}

.text-brown {
  -webkit-text-stroke: 0.3px #ffffff;
  text-stroke: 0.3px #ffffff;
  color: #472d2d;
}

.text-red {
  -webkit-text-stroke: 0.3px #ffffff;
  text-stroke: 0.3px #ffffff;
  color: #7a2426;
}

.text-yellow {
  color: #f1c675;
}

.sect-welcome {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  background-position: center;
}

/* a.trailing {
  padding-left: 5px;
} */

.inner {
  max-width: 64vw;
  margin: 0 auto;
  position: relative;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
  padding: 0 20px;
}

.wlc-title {
  max-width: 430px;
}

.wlc-message {
  padding: 20px 0;
  max-width: 550px;
}

.space-20 {
  padding: 20px 0;
}

.text-large {
  font-size: 21px;
  line-height: 1.3;
}

.text-small {
  font-size: 13px;
  line-height: 1.3;
}

.text-center {
  text-align: center;
}

img {
  width: 100%;
}

.wlc-invalid {
  padding-top: 5px;
  display: none;
}

.wlc-invalid.invalid {
  display: block;
}

.wlc-input {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.wlc-email-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-color: #f0f0f0;
  border: 2px solid #472d2d;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 18px;
  font-family: "gasoekOne", sans-serif;
  color: #472d2d;
  width: 100%;
}

.wlc-email-input.invalid {
  background-color: #7a2426;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.tnc-wrapper {
  margin-top: 20px;
}

input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

label::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #472d2d;
  background-color: #ffffff;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}

.tnc-label {
  font-size: 14px;
  -webkit-text-stroke: 0.6px #ffffff;
  text-stroke: 0.6px #ffffff;
}

.tnc-label a:focus {
  color: #472d2d;
  -webkit-text-stroke: 0.6px #ffffff;
  text-stroke: 0.6px #ffffff;
}

.tnc-label.invalid,
.tnc-label.invalid a {
  color: #7a2426;
}

input[type="checkbox"]:checked + label::before {
  border: 1px solid #19573b;
  background-color: #19573b;
  border-color: #19573b;
  border-radius: 50%;
}

/* input[type="checkbox"]:checked+label::after {
			content: '';
			background-color: #19573B;
			border-color: #19573B;
			border-radius: 50%;
			width: 12px;
			height: 12px;
			position: absolute;
			left: 1px;
		} */
/* 
.wlc-btn {
  all: unset;
  background-color: transparent;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  position: absolute;
  width: 27px;
  height: 27px;
  right: 9px;
  top: -4px;
}

.wlc-btn img {
  position: absolute;
}

.wlc-btn img[alt="Success"],
.wlc-btn img[alt="Invalid"] {
  display: none;
} */

.wlc-play {
  color: #faaa40;
  font-size: 36px;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  column-gap: 9px;
  padding-top: 13px;
  position: relative;
  justify-content: center;
}

/* .wlc-play::before {
  content: "";
  background: #ffffff;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  display: block;
  width: 200px;
  height: 55px;
  position: absolute;
  pointer-events: none;
  bottom: -9px;
} */

.wlc-play img {
  max-width: 26px;
  padding-top: 5px;
  position: relative;
}

.wlc-play div {
  position: relative;
  -webkit-text-stroke: 0.6px #472d2d;
  text-stroke: 0.6px #472d2d;
}

.wlc-play div::after {
  content: "";
  background-color: #faaa40;
  width: 100%;
  height: 1.5px;
  display: block;
  position: absolute;
  bottom: 2px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  border:1px solid #472d2d;
}

.sect-game {
  display: none;
  opacity: 0.3;
  background-size: cover;
  background-position: bottom;
  height: 100%;
  position: absolute;
  width: 100%;
}

.sect-end {
  height: 100%;
  display: none;
  overflow: hidden;
}

.end-results,
.end-btn,
.end-btn-alt {
  position: relative;
  z-index: 9;
}

.end-bg {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  background-position: center;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.end-bg.rewards {
  opacity: 0.3;
}

.end-title {
  max-width: 400px;
}

.end-beast {
  max-width: 70vh;
  position: absolute;
  bottom: 0px;
  right: 0;
}

.end-beast img {
  vertical-align: bottom;
}

.end-results {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding-top: 100px;
}

.end-value {
  font-size: 40px;
}

.end-results img {
  width: 40px;
  height: 40px;
  margin-right: 7px;
}

.end-btn {
  text-decoration: underline;
  margin-top: 20px;
  -webkit-text-stroke: 0.3px #000000;
  text-stroke: 0.3px #000000;
  cursor: pointer;
  position: relative;
  z-index: 9;
  display: none;
}

.end-btn-alt {
  margin-top: 20px;
  -webkit-text-stroke: 0.3px #000000;
  text-stroke: 0.3px #000000;
  display: none;
}

.end-screen {
  display: none;
  flex-direction: column;
}

.end-rewards img {
  max-width: 230px;
}

.end-rewards {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
}

.end-rewards-message {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

@media (max-height: 500px) {
  .inner {
    max-width: 66vw;
  }
  .wlc-title,
  .end-title {
    max-width: 290px;
  }

  .wlc-message {
    padding: 10px 0;
  }

  .end-results {
    padding-top: 50px;
  }

  .end-rewards img {
    max-width: 120px;
  }

  .end-beast {
    right: 0 !important;
  }
}

@media (max-width: 1200px) {
  .end-beast {
    right: -16vw;
  }
}

@media (max-width: 991px) {
  .end-beast {
    right: -36vw;
  }
}

@media (max-width: 640px) {
  .inner {
    max-width: 100%;
  }

  .end-beast {
    right: -125px;
    width: 148%;
  }

  .end-results {
    padding-top: 50vh;
  }

  .end-bg {
    background-position: -332px 0px;
  }
}
