@import url("https://fonts.googleapis.com/css2?family=Barriecito&family=Butterfly+Kids&family=Give+You+Glory&family=Monoton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300..900&");
@import url('https://fonts.googleapis.com/css2?family=Italianno&family=League+Script&family=Major+Mono+Display&display=swap');

.table-container{
    font-family: "Major Mono Display", monospace;
  font-weight: 400;
  font-style: normal;
  width:100%;
}
h5 {
  color: #f5ce45;
  font-size: 150%;
  border-radius: 50px;
  width: 100%;
  padding: 10px;
    }

.rank{
  padding-right:5px;
}

h1 {
  text-align: center;
}

.one-shot-time{
    font-weight: bold;
    font-size:130%;
}

.rounded-circle {
    box-sizing: content-box;
}


button {
  border-radius: 50%;
  font-size: 100%;
  color: white;
  background-color: transparent;
  margin-left:10px;
}

label {
  display: flex;
  align-items: center;
  align-content: center;
  color: #f5ce45;
  padding-right: 10px;
  font-size: 110%;
}

.row {
  width: 100%;
}



.table-container table {
  overflow: auto;
}

#select-leader-board {
  display: flex;
  justify-content: right;
  margin-bottom: 20px;
}

#select-leader-board-2 {
  display: flex;
  justify-content: left;
  margin-bottom: 20px;
}

.leader-board-heading {
  margin-bottom: 30px;
}
.leaderboard_table {
  font-size: 70%;
}

.table-container {
  height: fit-content;
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.best-word{
  display: inline-block;
  width:100%;
  text-align: center;
  text-transform: lowercase;
}

 .word{
    text-transform: lowercase;
}

option {
    background-color: #eb539e;
    color:white;
}

option:checked{
  background-color: #33c15b;
}
.table-container h5 {
  text-align: center;
  font-weight: bold;
    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);
}

.table-container table {
  width: 100%;
}

.leaderboard_table_container {
  padding: 20px;
  border-radius: 20px;
  background-color: #13132a;
  box-shadow:0 0 20px #373774;
}



.label {
  font-size: 110%;
  text-align: center;
}

.table-container td,
.table-container th {
  height: 50px;
}

.player-name, .player-picture{
      font-weight: bold;
      display: flex;
      alignment-baseline: center;
}

.player-name a, .player-picture a{
    height:100%;
    display: flex;
    align-items: center;
}

.number {
  text-align: center;
}

.table-container table a {
  color: #f5ce45;
  width: 100px;
  text-overflow: ellipsis; /* Add "..." to the end of overflowing text */
  white-space: nowrap; /* Prevent text from wrapping to the next line */
  overflow: hidden; /* Hide any content that overflows the container */
}

.table-container a:hover {
  color: aliceblue;
}

.star {
  width: 40px;
  height: 40px;
  color: white;
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
  font-size: 250%;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.position-postfix {
  font-size: 75%;
}

.yellow-star {
  background-color: gold;
}

.pink-star {
  background-color: #eb539e;
}

.green-star {
  background-color: #33c15b;
}

#gameMode,
#leaderboardType {
  border-radius: 8px;
  color: white;
  font-size: 100%;
  color:#eb539e;
  background-color: #13132a;
}

@media screen and (max-width: 578px) {
  #select {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-left: 5px;
  }
  #select-leader-board {
    justify-content: center;
    width: fit-content;
    padding-left: 0px;
    padding-right: 0px;
    margin-right:5px;
  }

  #select-leader-board-2 {
    justify-content: space-between;
    width: fit-content;
    padding:0px;
  }

  #gameMode,
  #leaderboardType {
    border-radius: 8px;
    font-size: 100%;
    color:#eb539e; 
  }
}
