#wotd-header {
  color: #33c15b;
  width: 100%;
  text-align: center;
  font-family: "McLaren", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 130%;
}

.blue-border{
    box-shadow: 0 0 20px #373774;
    border:solid 2px #71bbe9;
}

#word-of-the-day {
  text-shadow: 2px 2px 6px rgb(38, 76, 146), -2px -2px 6px rgb(38, 76, 146),
    2px -2px 6px rgb(38, 76, 146), -2px 2px 6px rgb(38, 76, 146);
  color: rgb(113, 187, 233);    
  width: 100%;
  text-align: center;
  font-size: 100%;
}

#word-of-the-day-mobile {
  text-shadow: 2px 2px 6px rgb(38, 76, 146), -2px -2px 6px rgb(38, 76, 146),
    2px -2px 6px rgb(38, 76, 146), -2px 2px 6px rgb(38, 76, 146);
  color: rgb(113, 187, 233);    
  width: 100%;
  text-align: center;
  font-size: 100%;
}

#word-of-the-day-defintion {
  text-align: left;
  font-size: 80%;
}



.board {
  display: grid;
  position: relative;
  border-radius: 25px;
  padding: 10px;
  gap: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #eb5497;
  border: solid 5px #eb5497;
  background-image: radial-gradient(transparent, transparent 10%, #c45981 95%);
  box-shadow: 0 0 10px black;
}

#poll-container {
  padding: 10px 20px 0px;
  margin: 10px;
  border-radius: 10px;
  font-size: 70%;
  height: 40vh;
  overflow-y: auto;
}

.poll-button {
  height: 40px;
  border-radius: 20px;
  border: outset 2px #f4c943;
  color: white;
  background-color: transparent;
  padding: 5px;
  margin: 0px 10px;
}

#total-votes {
  text-align: center;
}

#poll-question-container {
  text-align: center;
}

.poll-button:hover {
  border-color: white;
}

.poll-button:active {
  border-color: #33c15b;
}
#options-container {
  padding: 0;
  display: flex;
  flex-direction: column;
}

.poll-option {
  margin-top: 3px;
  margin-bottom: 10px;
  color: #71bbe9;
  text-align: center;
}

#messages {
  font-size: 80%;
  height:
   30vh;
}

#messages-desktop {
  font-size: 80%;
  height:
   30vh;
}



#boojumbles {
  position: relative;
}

#boojumbles-help-container {
  position: absolute;
  top: 0px;
  right: 5px;
}

#doodledum-collapse {
  position: relative;
}

#doodledum-help-container {
  position: absolute;
  top: 0px;
  right: 5px;
}
#doodledum-help {
  border-radius: 50%;
  position: relative;
}

.board-3 #board {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.board-4 #board {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.board-5 #board {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.board-6 #board {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: repeat(6, minmax(0, 1fr));
}
.row{
    --bs-gutter-x: 1.5rem !important;
}
#board {
  z-index: 0;
}

.letter {
  position: relative;
  background-color: transparent;
  border: none;
  z-index: 2;
  overflow: visible;
}

.letter-child {
  background: #7195e9;
  box-shadow: 0 0 2px black;
  user-select: none;
  cursor: move;
  height: 100%;
  width: 100%;
  z-index: 3;
}

.border-animation::after,
.border-animation::before {
  content: "";
  position: absolute;
  height: 110%;
  width: 110%;
  background-image: conic-gradient(
    from var(--angle),
    transparent 0%,
    green,
    white
  );
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transform: translateZ(0px);
  z-index: 1;
  padding: 10px;
  border-radius: inherit;
  animation: 0.5s spin linear infinite;
}

.board {
  position: relative;
}

.highlight {
  background: grey !important;
}

.letter-child.match-present {
  background-color: rgb(173, 147, 86);
  box-shadow: 0 0 5px black;
}

.letter-child.match-correct {
  background-color: rgb(73, 156, 127);
  box-shadow: 0 0 10px black;
}

.letValue {
  color: #262659;
}

.boojumble-buttons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.boojumble-button {
  background-color: #352870;
  border: 5px outset #352870;
  color: #929295;
}

.boojumble-button-active {
  background-color: #533eb1;
  border: 5px outset #533eb1;
  color: white;
  font-weight: bold;
}

/* word clues */

#word-clues {
  padding: 20px 5px;
  border-radius: 10px;
  background-color: #13132a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

.definition-info-text {
  text-align: center;
}

#definitions {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.definition-option {
  margin: 10px;
  width: fit-content;
  margin: 20px;
}

.definition-word {
  font-size: 140%;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.clue {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  color: rgb(66, 131, 251);
  text-shadow: 2px 2px 10px rgb(38, 76, 146), -2px -2px 10px rgb(38, 76, 146),
    2px -2px 10px rgb(38, 76, 146), -2px 2px 10px rgb(38, 76, 146);
  font-size: 110%;
}

.help-button {
  font-size: 120%;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  border: none;
  background-color: #13132a;
  color: #f4c943;
}

.word-clue-guess {
  margin-top: 10px;
  color: red;
  font-size: 130%;
  position: relative;
  width: fit-content;
}

#next-button {
  background: transparent;
  color: yellow;
  border: outset 3px #33c15b;
  font-weight: bold;
  margin-top: 10px;
}

.word-clue-option {
  text-align: center;
  border-radius: 20px;
  padding: 3px 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.word-clue-option-1 {
  border: solid 2px #c45981;
}

.word-clue-option-2 {
  border: solid 2px #33c15b;
}

.word-clue-option-3 {
  border: solid 2px #7195e9;
}

.word-clue-option-4 {
  border: solid 2px #f4c943;
}

.word-clue-option-5 {
  border: solid 2px #533eb1;
}

.word-clue-option:hover {
  border: solid 2px white;
}

.word-clue-guess:focus {
  border: solid white 2px;
}

.word-clue-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.word-clue-guess-container {
  display: flex;
  justify-content: center;
}

.word-clue-guess {
  display: flex;
  justify-content: center;
  text-align: center;
}

#word-game-over {
  display: flex;
  justify-content: center;
  font-size: 140%;
  font-weight: bold;
  margin-top: 40px;
}

#word-game-over-message {
  text-align: center;
}

.hidden {
  display: none;
}

@keyframes glowFade {
  from {
    box-shadow: 0 0 100px rgba(255, 255, 0, 1);
  }
  to {
    box-shadow: 0 0 5px rgba(255, 255, 0, 0.71);
  }
}

/* 2) class that runs the animation once, and holds the final state */
.glow-anim {
  animation: glowFade 0.5s ease-out forwards;
}

@keyframes greenTextGlowFade {
  from {
    text-shadow: 1px 1px 50px #33c15b, -1px -1px 50px #33c15b,
      1px -1px 50px #33c15b, -1px 1px 50px #33c15b;
  }
  to {
    text-shadow: 0px 0px 0px #33c15b, 0px 0px 0px #33c15b, 0px 0px 0px #33c15b,
      0px 0px 0px #33c15b;
  }
}

@keyframes pinkTextGlowFade {
  from {
    text-shadow: 1px 1px 50px #eb5497, -1px -1px 50px #eb5497,
      1px -1px 50px #eb5497, -1px 1px 50px #eb5497;
  }
  to {
    text-shadow: 0px 0px 0px #eb5497, 0px 0px 0px #eb5497, 0px 0px 0px #eb5497,
      0px 0px 0px #eb5497;
  }
}

.progress {
  padding: 0;
  background-color: #313153;
}

.progress-bar {
  background-color: #71bbe9;
}

.letter-input,
.doodle-letter-input {
  width: 30px;
  height: 30px;
  background-color: transparent;
  margin: 5px;
  text-align: center;
  color: #f4c943;
  border: none;
  border-bottom: solid 2px rgb(66, 131, 251);
  text-transform: uppercase;
  font-size: 120%;
  padding: 0;
  border-radius: 0;
}

.minigames-toggler {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 7px;
  text-align: center;
  font-size: 140%;
}

#activities-feed a {
  text-decoration: underline;
}

#activities-feed-mobile a {
  text-decoration: underline;
}

#activities-feed-desktop a {
  text-decoration: underline;
}

.playmates-list {
  height: 40vh;
  overflow-y: scroll;
  margin-bottom: 10px;
}

.playmates-list-desktop {
  height: 40vh;
  overflow-y: scroll;
  margin-bottom: 10px;
}


.playmates-list-mobile {
    padding-top:20px;
  height: 100%;
  margin-bottom: 10px;
}

#activities-feed {
  height: 40vh;
  overflow-y: scroll;
  font-size: 80%;
}

#activities-feed-mobile {
  height: 100%;
  font-size: 80%;
}

#activities-feed-desktop {
  height: 40vh;
  overflow-y: scroll;
  font-size: 80%;
}

.activities-toggler {
  border-radius: 20px;
  padding: 3px;
  text-align: center;
  font-weight: bold;
  border-width: 2px;
}

@media screen and (max-width: 578px) {
  .letter-input,
  .doodle-letter-input {
    width: 20px;
    font-size: 100%;
  }

  #activities-feed {
 margin-left:20px;
}

  #playmates-col {
    order: 3;
  }

  #chat-col {
    order: 2;
  }
  #boojumbles-help-container {
    top: -8px;
    right: -10px;
  }
}
