@import url('https://fonts.googleapis.com/css2?family=Rubik+Mono+One&display=swap');

body {
    background: #fffcbb;
    background: linear-gradient(0deg, #ffb5007d,#fffa8c7a, #fffa9899);
    /* background: #598ff4; */
    /* background: url(./backgroundImage.jpg); */
    background-repeat:no-repeat;
    background-size: contain;
    margin: 0;
}

.instructionsPopup{
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: #ba68fbe6;
    z-index: 3;
    /* opacity: 0.85; */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-direction: column;
}

#closePopup{
    position: fixed;
    top: 0;
    right: 0;
    max-width: 40px;
    max-height: 40px;
    padding: 14px;
    font-size: 22px;
    opacity: 1;
    font-family: 'Rubik Mono One', sans-serif;
    background: #fff98a;
    color: #5900a0;
    top: 4px;
    right: 4px;
    border: 1px solid;
    box-shadow: -3px 3px 0px #5900a0;
    border-radius: 6px;
}

div#closePopup {}

.instructionsPopup img{
    max-width: 100vw;
    box-shadow: 0px 0px 20px white;
    border-radius: 16px;
    padding: 2px;
}

.instructionsPopup p{
    font-family: 'Rubik Mono One', sans-serif;
    font-size: 26px;
    color: #ffffff;
    text-shadow: -1px 1px 1px #5900a0;
    max-width: 300px;
    text-align: center;
    letter-spacing: -1px;
}

.instructionsPopup button{
    font-family: 'Rubik Mono One', sans-serif;
    background: #fff98a;
    color: #5900a0;
    border: 1px solid;
    box-shadow: -3px 3px 0px #5900a0;
    border-radius: 6px;
    padding: 12px;
    font-size: 24px;
    cursor: pointer;
}



.instructionsPopup .instructionEmoji {
    text-shadow: none;
    font-size: 40px;
    display: block;
    text-align: center;
    letter-spacing: -8px;
}

.ads{
    max-height: 200px;
    max-width: 360px;
    width: calc(100vw - 32px);
    border: 1px solid;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 32px;
    z-index: -1;
    font-size: 58px;
    text-align: center;
    color: #fffdc7;
    border: 0px solid #524138;
    font-family: cursive;
    line-height: 54px;
    text-shadow: 2px 2px 0px #5900a0;
    box-shadow: inset 0px 0px 60px #5900a0;
}

.ads.option1{
    background: url(./Ad-1.png);
}

.ads.option2{
    background: url(./Ad-2.png);
}

.ads.option3{
    background: url(./Ad-3.png);
}

.ads.option4{
    background: url(./Ad-4.png);
}

.ads.option5{
    background: url(./Ad-5.png);
}

.ads.option6{
    background: url(./Ad-6.png);
}

.ads.option7{
    background: url(./Ad-7.png);
}

.ads.option8{
    background: url(./Ad-8.png);
}

.ads.option9{
    background: url(./Ad-9.png);
}

.ads.option10{
    background: url(./Ad-10.png);
}

.ads.option11{
    background: url(./Ad-11.png);
}

.ads.option12{
    background: url(./Ad-12.png);
}


#page {
    min-height: 100vh;
    width: 100vw;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

div#results {
    min-height: calc(100vh + 280px);
    align-items: center;
    display: flex;
    /* box-shadow: -1px 0px 150px 120px white; */
}

#results > div {
    width: 100%;
}

.progress-bar {
    width: 220px;
    overflow: hidden;
    height: 14px;
}

#input-field{
    width: 40px;
    font-size: 32px;
    margin: 4px 4px;
    text-align: center;
    top: 32px;
}

div#html-content-holder {
    box-shadow: 0 0 160px 40px #be70fb;
    border-radius: 80px;
}

#sharelogo{
    position: absolute;
    font-size: 20px;
    top: 16px;
    right: 16px;
    color: #fffdc7;
    letter-spacing: 4px;
    text-shadow: -1px -1px 0 #ba68fb, 1px -1px 0 #ba68fb, -1px 1px 0 #ba68fb, 1px 1px 0 #ba68fb, 4px 4px 0 #ba68fb;
    text-align: right;
    line-height: 1;
}

.intro.message{
    font-family: 'Rubik Mono One', sans-serif;
    color: #ba68fb;
    box-shadow: -4px 4px 0px 1px #a635ff;
    font-size: 29px;
    padding: 8px 16px;
    border-radius: 16px;
    margin: 0 !important;
    border: 2px solid;
    background: linear-gradient(0, #fbf6ff,#ecd4ff, #bfd6ff);
    letter-spacing: -1px;
    position: relative;
    /* text-align: center; */
    text-shadow: 1px 1px 1px #ffffff;
    z-index: 1;
}

.internal-progress {
    height: 100%;
    width: 0%;
    background-color: #fff8f8;
}

#helpMessage p {
    font-family: 'Rubik Mono One', sans-serif;
    font-size: 19px;
    color: #fcb400;
    text-shadow: -1px 1px 1px #805a00;
    text-align: center;
    margin: 8px 0;
    margin-bottom: 16px;
}

.social-share-list
{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
    margin-top: 8px;
    display: none;
    /* margin-bottom: -38px; */
}

.social-share{
    float: left;
    background: #ba68fb;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    box-shadow: -2px 2px 0px 1px #5900a0;
    cursor: pointer;
    margin-left: 16px;
}

#emojiPlayed{
    margin: auto;
}

#emojiPlayedFilter{
    
}

.social-share a img{
    padding: 12px;
}

.social-share:hover{
    background: #5900a0;
    box-shadow: -2px 2px 0px 1px #ffffff00;
}

.homelink{
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 32px;
}

.homelink > a{
        background: #ffffff;
        padding: 8px;
        border-radius: 4px;
        box-shadow: -2px 2px 0px 1px #000000;
        border: 1px solid #000;
        font-size: 22px;
}

#emoji-display{
    font-size: 300px;
    text-align: center;
    line-height: 220px;
    /* width: 300px; */
    height: 200px;
    border-radius: 16px;
    border: 2px solid #fdb401;
    box-shadow: -3px 2px 0px 0px #b37f00;
    overflow: hidden;
    background: radial-gradient(#ffffff,#ffffff, #c5ff8f);
}


.wrong {
    animation: sink 4s;
}

.correct {
    animation: float 4s;
}

#extraTime{
    position: relative;
    font-family: 'Rubik Mono One', sans-serif;
    left: -32px;
    font-weight: 600;
    color: transparent;
    top: 0;
    font-size: 20px;
    min-width: 60px;
    display: inline-block;
}

#emojiPlayed{min-width: 260px;max-width: 320px;height: 320px;border-radius: 8px;border: 2px solid;position: relative;text-align: left;margin-top: 8px;margin-bottom: 7px;background: radial-gradient(#b4ffb4, white);overflow: hidden;text-shadow: none;}

#emojiPlayed li{
    float: left;
    overflow: scroll;
    max-width: 300px;
}

#betaBanner{
    position: fixed;
    background: red;
    right: 0;
    color: red;
    position: fixed;
    background: rgb(255 224 104);
    right: 6px;
    top: 6px;
    color: white;
    font-family: 'Rubik Mono One', sans-serif;
    font-size: 14px;
    color: #ecfedb;
    padding: 8px;
    text-shadow: -1px 1px 1px #805a00;
    border-radius: 16px;
    box-shadow: inset 1px 1px 1px #895e30;
}

.wrongEmoji{
    filter: saturate(0);
    z-index: 1;
    line-height: 1;
    position: absolute;
    /* opacity: 0.5; */
}

.correctEmoji{
    position: absolute;
    z-index: 2;
    line-height: 1;
    text-shadow: -1px 1px 0px #b37f00;
}
.gameboard_text{
    margin: 0;
    line-height: 150%;
}

.gameboard{
    /* width: 100vw; */
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background: linear-gradient(0, #fdb300,#ffc500, #ffe87a);
    border: 2px solid #fdb401;
    border-radius: 16px;
    margin: 8px 0;
    box-shadow: -2px 2px 0px 1px #b37f00;
}

.elements{/* align-items: flex-start; *//* justify-content:flex-start; *//* align-items: center; *//* overflow: hidden; */width: calc(100vw - 30px);min-width: 300px;max-width: 360px;min-height: 360px;padding-top: 80px;}


#clock{
    font-family: 'Rubik Mono One', sans-serif;
    color: white;
    text-shadow: 2px 2px 0px #b37f00;
    font-size: 24px;
    margin-left: -20px;
    display: inline-block;
    min-width: 100px;
    /* background: #ffffff; */
}

span#clock {}

@keyframes float {
  from {
     color: green;
    top: 0;
  }
  to {
    top: -100px;
    color: transparent;
  }
}

@keyframes sink {
  from {
    color: red;
    top: 0;
  }
  to {
    top: 100px;
    color: transparent;
  }
}


.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: visible;
  width: 40px;
  background: radial-gradient(#ffffff, #c5ff8f);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 2px 2px 0;
  position: absolute;
  z-index: 1;
  top: 7px;
  right: 110%;
  font-size: 24px;
  box-shadow: -2px 2px 0px 1px #00ba00;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #b4ffb4;
}

.tooltip:hover .tooltiptext {
  visibility: hidden;
}

footer{
    position: fixed;
    font-family: 'Rubik Mono One', sans-serif;
    bottom: 4px;
    text-align: center;
    left: 0;
    width: 100vw;
    color: #fffdc7;
    letter-spacing: 4px;
    text-shadow: -1px -1px 0 #ba68fb, 1px -1px 0 #ba68fb, -1px 1px 0 #ba68fb, 1px 1px 0 #ba68fb, 4px 4px 0 #ba68fb;
}