.AppContainer{
  position:relative;
  /* height: 85vh; */
  /* min-height: 88dvh; */
  margin: 0 auto;  
}

.GameWrapper{
    width: 350px;
    height: 85vh;  
    min-height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin: 0% auto;
 
}

h1 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight:700;
  font-size: 28px;
  letter-spacing: 12px;
  color: white;
  margin: 0%;
  /* padding-top:5px; */
  padding-left: 12px;
  }

h2{
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  color: #6f6f6f;
text-align: center;
margin: 0%;
padding-bottom:20px;
}

.nav {
    font-family: "Noto Emoji";
    background-color: #1c1c1c;
    border-radius: 50px;
    color: #6f6f6f;
    border-width: 0px;
    font-size: 14px;
    /* font-weight: 300; */
    height: 25px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
    &:active{ border: 0.2em solid #2a2a2a;}
  }

  .nav_on {
    font-family: "Noto Emoji";
    background-color: #6155f5;
    border-radius: 50px;
    color: white;
    border-width: 0px;
    font-size: 14px;
    /* font-weight: 300; */
    height: 30px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
    &:active{ border: 0.2em solid #2a2a2a;}
  }

.Date {
  flex-basis: auto;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight:500;
  font-size: 14px;
  color: #6f6f6f;
  width: 325px;
  margin-left: 25px;
  margin-top: 10px;
  margin-bottom: 10px; 
  }

.Board {
  border-radius: 15px;
  background-color:  rgba(42, 42, 42, 1);
  border: none;
  outline: none;
  min-height: 30px;
  padding-left: 28px;
  padding-right: 28px;
  margin-bottom: 15px;
}

.scoretext {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  color: #6f6f6f;
  margin: 0%;
  padding-top: 8px;
}

.scorenumber{
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 5px;
  color: white;
  margin: 0%;
  padding-top: 2px;
  padding-bottom: 5px;
}

#message {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  height: 30px; 
  text-align: center;
  color: white;
}

#upper-row {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    margin-left: -13px;
    margin-right: -13px;
    padding-bottom: 8px;
  }
#lower-row {
    display: flex;
    flex-direction: column;
    padding-top: 8px;
    margin-left: -13px;
    margin-right: -13px;
    padding-bottom: 10px;
  }
.limit-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

.limit-letter{
    font-family: "Roboto Mono", monospace;
    color: white;
    margin: 0% auto;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.limit-letter-w{
    font-family: "Roboto Mono", monospace;
    margin: 0% auto;
    color: #4c4c4c;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.limit-letter-mw{
    font-family: "Roboto Mono", monospace;
    margin: 0% auto;
    color: #a28073;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.limit-letter-mr{
    font-family: "Roboto Mono", monospace;
    margin: 0% auto;
    color: #847fcb;
    font-size: 22px;
    font-weight: 600; 
    text-transform: uppercase;
}


#game-board {
    display: flex;
    flex-direction: column;
  }
  

.letter-box {
    font-family: "Roboto Mono", monospace;
    background-color: #1c1c1c;
    border-radius: 50px;
    color: white;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
  }

.filled-box {
    background-color:#6155f5 ;
  }

  .filled-box-wrong {
    background-color:#cf6d46 ;
  }

.filled-box-m {
    background-color:#cf6d46 ;
  }

.letter-row {
    display: flex;
    justify-content: space-between;
  }

  .arrowrow{
    Display: flex; 
    justify-content: space-between; 
    align-items: center;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 10px;
  }

  .arrowrowd{
    Display: flex; 
    justify-content: space-between; 
    align-items: center;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 10px;
  }

  #arrow{
    width: 15px;
    height: auto;
    opacity:0.15;
  }
  #arrowd{
    width: 15px;
    height: auto;
    opacity:0.15;
    transform: rotateX(180deg);
  }

.tooltip {
  position: relative;
  display: inline-block;
  color: #6f6f6f;
  background-color: #1a1a1a;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  height:18px;
  width: 18px;
  border-radius: 9px;
  border: 2px solid #6f6f6f; /* Add dots under the hoverable text */
  margin-top: 5px;
  margin-right: 5px;
  padding: 0;
  cursor: pointer;
}
.tooltiptext {
  /* visibility: hidden; Hidden by default */
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  width: 300px;
  height: 250px;
  background-color: rgba(42, 42, 42, 1);
  color: #ffffff;
  text-align: left;
  padding: 25px;
  border-radius: 15px;
  position: absolute;
  margin-top: 0px;
  top:25px; 
  right: -7px;
  align-items: center;
  z-index: 1; /* Ensure tooltip is displayed above content */
}




#finishbutton{
  visibility: hidden; /* Hidden by default */
  height: 40px;
  width: 150px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: white;
  background-color:#6155f5;
  border-width: 0px;
  border-radius: 20px;
  margin-bottom: 0px;
  cursor: pointer;
  &:active{ border: 0.2em solid #1c1c1c;}

}



#keyboard-cont {
margin: 1rem 0;
display: flex;
flex-direction: column;
align-items: center;
}

#keyboard-cont div {
display: flex;
}

.second-row {
margin: 0.5rem 0;
}

.keyboard-button {
font-family: "Roboto Mono", monospace;
text-align: center;
justify-content: center;
color: white;
background-color:  rgba(42, 42, 42, 1);
height: 32px;
min-width: 32px;
border-radius: 16px;
border-width: 0;
font-size: 0.9rem;
font-weight: 400;
/* padding: px; */
margin: 0 2px;
cursor: pointer;
text-transform: uppercase;}

.keyboard-button:active, .keyboard-button.is-active {background-color: #6155f5;}


