body {
  color: #222;
  background: #FFFC00;
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  -webkit-overflow-scrolling: touch !important;
  overflow: hidden !important;
  height: 100vh !important;
}
html,
body,
li,
ul,
p {
  margin: 0;
  padding: 0;
}
.hidden {
  display: none !important;
}
.close {
  color: #777;
  font-size: 130%;
  position: absolute;
  right: 12px;
  text-decoration: none;
  top: 12px;
}
.close:after {
  content: '✕';
  /* ANSI X letter */
}
a {
  text-decoration: none;
  color: #009CE6;
}
.hide_when_big {
  display: none !important;
}
#snapForm {
  display: flex;
  align-items: center;
  position: fixed;
  top: 50.5%;
  width: 65vw;
  left: 10%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border: grey solid 0;
  border-radius: 10px;
  padding: 1vh 2vw 1vh 13vw;
  background-color: #FFFFFF;
  background-image: url(/assets/snapicon@2x.png);
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-position: 3.5vw 50%;
}
#snapForm > input,
#snapForm button {
  display: block;
  height: 5%;
  border: 0;
}
#snapForm > input:focus,
#snapForm button:focus {
  outline: none;
}
#snapForm > input {
  background: transparent;
  color: black;
  font-size: 110%;
  text-transform: lowercase;
  flex: 1 1 auto;
  width: 0;
}
#snapForm > button {
  background-color: #0ED0F1;
  color: white;
  padding: 1vh 7vw;
  font-size: 170%;
  font-weight: 800;
  border-radius: 10px;
  flex: 0 0 0;
}
#tut {
  position: fixed;
  top: 7%;
  left: 22.5%;
  width: 55%;
  height: 55%;
}
#tut.background {
  background: url('/assets/tutorial_edit.png');
  background-size: 400% auto;
  background-repeat: no-repeat;
  background-position: 200% 50%;
}
#tut2 {
  position: fixed;
  top: 58vh;
  left: 5vw;
}
#snapcodeBottom {
  background-color: rgba(0, 0, 0, 0);
  background: url(/assets/snap_shadow.png) no-repeat;
  background-size: 100%;
  margin: 0px auto;
  margin-top: 10px;
  width: 20vh;
  height: 20vh;
}
#snapcodeTitleBottom {
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  font-size: 50%;
  margin-top: 10px;
}
#snapcodeSubtitleBottom {
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  font-size: 50%;
}
#snapcode {
  background-color: rgba(0, 0, 0, 0);
  background: url(/assets/snap_shadow.png) no-repeat;
  background-size: 100%;
  position: fixed;
  top: 71vh;
  left: calc(50vw - 10vh);
  width: 20vh;
  height: 20vh;
}
#snapcodeTitle {
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 93vh;
  left: 5vw;
  width: 90vw;
  font-size: 50%;
}
#snapcodeSubtitle {
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 95.2vh;
  left: 5vw;
  width: 90vw;
  font-size: 50%;
}
#landingSnapcode {
  background-color: rgba(0, 0, 0, 0);
  background: url(/assets/snap_blue_shadow.png) no-repeat;
  background-size: 100%;
  position: fixed;
  top: 22.0vh;
  left: calc(50vw - 10vh);
  width: 20vh;
  height: 20vh;
}
#landingSnapcodeTitle {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 43vh;
  left: 5vw;
  width: 90vw;
  font-size: 50%;
}
#landingSnapcodeTitleTwo {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 44.8vh;
  left: 5vw;
  width: 90vw;
  font-size: 50%;
}
.sk-folding-cube {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #939;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
#appPreviewLoader {
  z-index: 99;
}
#leaderboard {
  position: fixed;
  top: 7vh;
  width: 100%;
  overflow-y: scroll;
  height: 91vh;
}
#leaderboard table {
  width: 100%;
  background: #F63569;
  padding: 2vh 5vw;
  font-weight: 200;
}
#leaderboard table tr {
  width: 100%;
  color: white;
}
#leaderboard table tr:first-child {
  color: #FFFC00;
}
#leaderboard table .bold {
  font-weight: bold;
}
#leaderboard table td {
  padding: 1vh 0;
}
#leaderboard table td:first-child {
  width: 10%;
}
#leaderboard table td.split {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#leaderboard table td.split > *:last-child {
  font-size: 110%;
}
#leaderboard table td:last-child {
  width: 10%;
  text-align: right;
  font-weight: normal;
}
#leaderboard table td#chirp {
  text-align: center !important;
  color: #eee;
  font-weight: 200;
  font-size: 90%;
}
#shortLeaderboard {
  position: fixed;
  top: 20%;
  width: 100%;
}
#shortLeaderboard table {
  width: 90vw;
  margin: 0 auto;
  background: white;
  padding: 1vh 2.5vw;
  font-weight: 200;
  border-radius: 2vw;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
#shortLeaderboard table tr {
  width: 100%;
  color: black;
}
#shortLeaderboard table .bold {
  font-weight: bolder;
}
#shortLeaderboard table td {
  padding: 0.5vh 0;
}
#shortLeaderboard table td:first-child {
  width: 10%;
}
#shortLeaderboard table td.split {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#shortLeaderboard table td.split > *:last-child {
  font-size: 110%;
}
#shortLeaderboard table td:last-child {
  width: 10%;
  text-align: right;
  font-weight: bold;
}
#shortLeaderboard table td#seeAll {
  color: #0ED0F1;
  text-align: center;
}
.wide_button {
  width: 84vw;
  margin: 2vh auto;
  border-radius: 2vw;
  background: #0ED0F1;
  color: white;
  padding: 3vh 3vw;
  text-align: center;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
#keepup {
  z-index: 10;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
#adContainer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.adContainerVisible {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
}
.adContainerInvisible {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0);
}
