/* GLOBAL */
body {
  font-family: 'Gotham', sans-serif;
  margin: 0px;
  letter-spacing: 1px;
  background: #A41A75;
}

img {
  width: 100%;
}

a {
  cursor: pointer;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  width: 100vw;
  height: 100vh;
  justify-content: center;
}

/* REGISTER */


.register-card {
  background: white;
  border-color: #8f007a;
  border-width: 5px;
  border-style: solid;
  border-radius: 30px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
}

input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: xx-large;
  text-align: center;
}

.start-button {
  background: #8f007a;
  color: white;
  margin: auto;
  margin-top: auto;
  display: block;
  padding: 20px;
  border: none;
  border-radius: 20px;
  font-size: large;
  font-weight: bold;
  margin-top: 20px;
  cursor: pointer;
}




/* CARD */
.card {
  margin: 10px;
  border-radius: 25px;
  overflow: clip;
  background-image: url("../assets/img/global/background.jpg");
  background-size: cover;
  display: none;
}


/* HEADER */
.header {
  height: auto
}

.header-image {
  width: 100%;
  height: auto;
  object-fit: contain;
}


.quiz {
  margin: 5px;
}


.columns {
  display: table;
  width: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 0.5vw;
}

.columns-scrolled {
  position: fixed;
  width: 97.7%;
  margin: auto;
  display: block;
  top: 0;
  left: 0;
  right: 0;

}

.column-title {
  width: 33%;
  text-align: center;
  background: #8f007a;
  border-radius: 5px;
  color: white;
  font-size: larger;
  display: table-cell;
  vertical-align: middle;
  border-color: white;
  border-width: 1px;
  border-style: solid;
  overflow: clip;
  padding-top: 5px;
  padding-bottom: 5px;
}


#marca {
  width: 7.5vw;
}

#total {
  width: 3vw;
  font-size: 0.8vw;
}


.section {
  width: 100%;
  min-height: 10vh;
  display: table;
}

.section .column-question {
  border-style: solid;
  border-width: 2px;
  border-radius: 20px;
  overflow: clip;
}


.columns-user {
  justify-content: center;
  display: flex;
  flex-direction: row;
}

.columns-user h3 {
  font-weight: 400;
}

.winner {
  justify-content: center;
  display: flex;
  flex-direction: row;
}


.winner h3 {
  font-weight: 400;
}

.winner-img {
  justify-content: flex-start;
  width: 20%;
}

.winner-img img {
  max-width: 30px;
  object-fit: contain;
}

#pauseScreen {
  width: 100vw;
  height: 100vh;
  background: #8f007a99;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

#adminButton {
  background: red;
}


/* GAME */
.game-card {
  background: white;
  border-color: #8f007a;
  border-width: 5px;
  border-style: solid;
  border-radius: 30px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: none;
}

#questionContainer {
  width: 100%;
}

#questionContainer img {
  max-height: 80px;
  object-fit: contain;
}


#questionContainer h1 {
  width: 100%;
  font-size: xxx-large;
  color: #A41A75;
  padding: 10px;
  background: white;
  text-align: center;
  margin: 0;
}

#questionLabelContainer {
  padding: 12px 20px;
  background: #A41A75;
  color: white;
  margin-top: 20px;
  border-radius: 20px;
}

#questionContainer h2 {
  width: 100%;
  margin: 0;
  display: inline-block;
  font-size: xx-large;
  text-align: center;
  color: white;
}

#questionContainer #questionOptions {
  display: flex;
  flex-direction: row;
  margin-top: 2em;
  flex-direction: column;
  gap: 1em;
}

#questionOptions div {
  padding: 12px 20px;
  margin: 0;
  border: 1px solid #ccc;
  font-size: medium;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
}

#questionOptions div:hover {
  background: cornflowerblue;
}

#questionOptions div h3 {
  width: 100%;
  margin: 0;
  font-weight: normal;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}


#stars {
  position: absolute;
}



/* WORDS */

#wordContainer {
  width: 100%;
}

#wordContainer img {
  max-height: 80px;
  object-fit: contain;
}

#wordContainer h1 {
  width: 100%;
  font-size: xxx-large;
  color: #A41A75;
  padding: 10px;
  background: white;
  text-align: center;
  margin: 0;
}

#wordLabelContainer {
  padding: 12px 20px;
  background: #A41A75;
  color: white;
  margin-top: 20px;
  border-radius: 20px;
}

#wordContainer h2 {
  width: 100%;
  margin: 0;
  display: inline-block;
  font-size: xx-large;
  text-align: center;
  color: white;
}

#skipLabel {
  text-align: center;
  color: #A41A75;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0;
}


.list {
  padding: 1em;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 25px;
}

.ghost {
  opacity: 0.5;
}

.list-item {
  background: #8bb3f4;
  padding: 12px;
  margin: 1px 0;
  cursor: pointer;
  font-size: larger;
  border-radius: 10px;
  color: white;
}

.placeholder {
  display: none;
  background: #303742;
  pointer-events: none;
}

.invisible-item {
  pointer-events: none;
  background: transparent;
  padding: 12px;
}



.column-user {
  width: 33%;
  text-align: center;
  justify-content: center;
}