/*********/
/* fonts */
/*********/
@font-face {
  font-family: Roboto;
  src: local("Roboto"), url(https://fujieigo.com/blog/wp-content/themes/fujieigo/fonts/Roboto-Regular.ttf);
}
/*************/
/* variables */
/*************/
/*****************/
/* browser hacks */
/*****************/
@supports (-ms-ime-align: auto) {
  body {
    overflow: hidden;
  }
}
.ie-check {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
}

.no-display {
  width: 75%;
  margin: 30px auto 0;
}
.no-display img {
  max-width: 100%;
}

/*******************/
/* password prompt */
/*******************/
.post-password-form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  margin: 0.5rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
  background: white;
  text-align: center;
  font-size: 1.2rem;
  color: black;
}

/*****************/
/* general style */
/*****************/
* {
  transition: background-color 0.3s ease;
}
*:hover {
  transition: background-color 0.3s ease;
}

html,
body {
  height: 100vh;
  width: 100%;
  user-select: none;
}

html {
  font: 16px Roboto, sans-serif;
}

body {
  margin: 0;
  overflow: hidden;
}

strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

::-webkit-scrollbar {
  width: 0.5em;
}

::-webkit-scrollbar-track {
  background-color: rgba(211, 211, 211, 0.5);
}

::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

input,
select {
  font-family: Roboto, sans-serif;
}

div {
  box-sizing: border-box;
}

text {
  fill: black;
  font-size: 0.5rem;
}

button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgb(230, 230, 230);
  margin: 0 auto;
  padding: 0.5rem;
  border: 0.05rem solid rgba(0, 0, 0, 0.5);
  border-radius: 0.5rem;
  font: 14px Roboto, sans-serif;
}
button:active {
  border-top-color: rgba(0, 0, 0, 0.25);
  border-right-color: rgba(0, 0, 0, 0.25);
}
button:focus {
  outline: none;
}
button:hover {
  background: rgb(255, 255, 255);
  cursor: pointer;
}
button:hover .icon {
  fill: rgb(100, 100, 100);
}
button span {
  display: inline;
}
button .icon {
  height: 1rem;
}
button .icon ~ span {
  margin-left: 0.25rem;
}

input::file-selector-button {
  display: inline-flex;
  align-items: center;
  background: rgb(230, 230, 230);
  margin: 0 auto;
  padding: 0.5rem;
  border: 0.05rem solid rgba(0, 0, 0, 0.5);
  border-radius: 0.5rem;
  font: 14px Roboto, sans-serif;
  margin-right: 0.5rem;
}
input::file-selector-button:active {
  border-top-color: rgba(0, 0, 0, 0.25);
  border-right-color: rgba(0, 0, 0, 0.25);
}
input::file-selector-button:focus {
  outline: none;
}
input::file-selector-button:hover {
  background: rgb(255, 255, 255);
  cursor: pointer;
}
input::file-selector-button:hover .icon {
  fill: rgb(100, 100, 100);
}
input::file-selector-button span {
  display: inline;
}
input::file-selector-button .icon {
  height: 1rem;
  margin-right: 0.3rem;
}

.text-small {
  font-size: 12px;
}

.text-large {
  font-size: 20px;
}

.clear-fix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.active {
  display: block;
}

.icon {
  height: 2rem;
}

.button-text,
.button-input {
  width: 100%;
}

/***********/
/* prompts */
/***********/
.prompt {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 94vh;
  overflow: auto;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.5rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.5);
  border-radius: 0.5rem;
  box-shadow: 0.25rem 0.25rem 0 0 rgba(0, 0, 0, 0.25);
  margin: 0.5rem;
  color: black;
  font-size: 0.8rem;
  text-align: center;
}
.prompt::-webkit-scrollbar-track, .prompt::-webkit-scrollbar-thumb {
  border-radius: 0 0.5rem 0.5rem 0;
}
.prompt .close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: none;
}
.prompt .close-button .icon {
  height: 2rem;
}

/*********/
/* about */
/*********/
.title-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: rgba(173, 216, 230, 0.8);
}

.title {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.title .icon {
  height: 1rem;
}

.title-header {
  margin: 0;
  font-size: 3rem;
}
.settings .title-header {
  display: none;
  position: relative;
  font-size: 3rem;
}
.set-up .settings .title-header {
  display: block;
}
.title-header .title-image {
  position: absolute;
  top: -2rem;
  right: 0;
  max-height: 7.5rem;
}

.about-icon {
  height: 1rem;
}

.title-image {
  display: block;
  height: 25rem;
  filter: drop-shadow(0.3rem 0.3rem rgba(0, 0, 0, 0.25));
}

.about-image {
  position: absolute;
  right: -2.5rem;
  bottom: 0;
  height: 25rem;
  filter: drop-shadow(0.3rem 0.3rem rgba(0, 0, 0, 0.25));
}

.info-icon {
  height: 1rem;
}

.start {
  padding: 1rem;
  margin-bottom: 1rem;
  background: red;
  border-width: 0.5rem;
  border-radius: 1rem;
  color: white;
  font-size: 3rem;
}
.start:hover {
  background: darkred;
}

.skip-demo {
  display: block;
  border-width: 0.2rem;
  padding: 0.5rem 1rem;
  background: darkgray;
  font-size: 1.5rem;
}
.skip-demo:hover {
  background: gray;
}

.demo {
  display: none;
  position: absolute;
  top: 15%;
  left: 3%;
}

.end-demo-button {
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.data-upload {
  margin-bottom: 0.5rem;
}
.data-upload input[type=file] {
  background: rgba(255, 255, 255, 0.5);
  border: 1px dashed;
  border-radius: 0.5rem;
  padding: 0.25rem;
}

header .version {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}

/***********/
/* options */
/***********/
.options {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: rgba(255, 255, 255, 0.75);
  padding: 0.5rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.5);
  border-radius: 0.5rem;
  margin: 0.5rem;
  min-height: 3rem;
  min-width: 3rem;
  max-height: 96%;
  font-size: 0.8rem;
  transition: background-color 0.5s ease;
  overflow-y: auto;
}
.options:hover {
  background: rgb(255, 255, 255);
}
.options:hover section {
  background: rgba(245, 245, 245, 0.5);
}
.options h3 {
  margin: 0 0 0.5rem;
  text-align: center;
}
.options .version {
  display: flex;
  align-content: center;
  justify-content: flex-end;
  margin-bottom: 0.5rem;
}

.space-medium .options {
  margin: 1rem;
}

.space-large .options {
  margin: 1.5rem;
}

.space-extralarge .options {
  margin: 1.5rem 3rem;
}

.options-icon {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.4rem;
  cursor: pointer;
}

.version .icon {
  margin-left: 0.3rem;
}

/**********/
/* filter */
/**********/
/***************************************************/
/******************** main body ********************/
/***************************************************/
.main {
  display: flex;
  height: 100vh;
  flex-direction: column;
  justify-content: space-around;
  padding: 2rem;
  color: white;
}

.col-wrapper {
  display: flex;
  height: 100vh;
}

.col {
  padding: 1%;
  position: relative;
}

.col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.col-layout-one {
  flex-direction: column;
  justify-content: center;
}

.col-layout-two .col-one {
  width: 20%;
  padding: 0 1%;
}
.col-layout-two .col-two {
  width: 80%;
}

.col-layout-three .col-one,
.col-layout-three .col-three {
  width: 15%;
  padding: 0 1%;
}
.col-layout-three .col-two {
  width: 70%;
}

/**************************************************/
/******************** side bar ********************/
/**************************************************/
.sidebar {
  position: relative;
  width: 18rem;
  height: 100vh;
  font-size: 1.2rem;
}

.space-medium .sidebar {
  width: 13rem;
}

.space-large .sidebar {
  width: 13.5rem;
}

.space-extralarge .sidebar {
  width: 18rem;
}

.sidebar-title h3 {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
  text-align: center;
  text-shadow: 1px 1px 0 black;
}

.sidebar ul {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.5rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.5);
  border-radius: 0.5rem;
  margin: 0.5rem;
  min-height: 2rem;
  list-style: none;
  text-align: left;
}

.space-medium .sidebar ul {
  margin: 1rem;
}

.space-large .sidebar ul {
  margin: 1.5rem;
}

.space-extralarge .sidebar ul {
  margin: 1.5rem 3rem;
}

/**************/
/* point list */
/**************/
.group-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  list-style: none;
  background: rgba(255, 255, 255, 0.25);
  padding: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  list-style: none;
  color: black;
  text-align: center;
}
.col-layout-two .col-one .group-list {
  flex-direction: column;
}
.group-list li {
  flex: 1;
  position: relative;
}

.col-layout-two .col-one .group-score-list {
  width: calc(100% - 1rem);
  margin: 0.5rem auto;
}
.col-layout-two .col-one .group-score-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 2rem);
  padding: 0 0.5rem;
}
.col-layout-two .col-one .group-score-list .swatch {
  margin: 0;
}
.col-layout-two .col-one .group-score-list .score::after {
  content: " points";
}
.group-score-list::before {
  content: "- points -";
  flex-basis: 100%;
  margin-bottom: 0.25rem;
  color: rgba(0, 0, 0, 0.25);
  text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
}
.col-layout-two .group-score-list::before {
  flex-basis: auto;
}

.group-winner-selection-list .swatch,
.group-multi-choice-winner-selection-list .swatch {
  cursor: pointer;
}

.swatch {
  display: flex;
  width: 2rem;
  height: 2rem;
  background: gray;
  border: 0.1rem solid rgba(0, 0, 0, 0.5);
  border-radius: 0.5rem;
  margin: auto;
  text-align: center;
  color: black;
  font-size: 1.2rem;
  text-shadow: 1px 1px white;
  line-height: 2rem;
  justify-content: center;
  align-items: center;
}
.group:hover .swatch, .team:hover .swatch, .active .swatch {
  border: 0.1rem solid rgba(255, 255, 255, 0.5);
}

.winner-icon,
.icon-winner {
  display: none;
  position: absolute;
  top: -1.6rem;
  left: calc(50% - 1.4rem);
  fill: yellow;
  stroke: black;
  stroke-width: 0.5;
  transform: rotate(-10deg);
}
.winner-icon:hover,
.icon-winner:hover {
  fill: yellow;
}
.winner .winner-icon,
.winner .icon-winner {
  display: block;
}

.color-undefined {
  background: lightgray;
}

.no-team .swatch {
  background: lightgreen;
}

.group-0 .swatch,
.team-0 .swatch {
  background: red;
  color: white;
  text-shadow: 1px 1px black;
}

.group-1 .swatch,
.team-1 .swatch {
  background: blue;
  color: white;
  text-shadow: 1px 1px black;
}

.group-2 .swatch,
.team-2 .swatch {
  background: yellow;
}

.group-3 .swatch,
.team-3 .swatch {
  background: pink;
}

.group-4 .swatch,
.team-4 .swatch {
  background: purple;
  color: white;
  text-shadow: 1px 1px black;
}

.group-5 .swatch,
.team-5 .swatch {
  background: orange;
}

.group-6 .swatch,
.team-6 .swatch {
  background: green;
}

.group-7 .swatch,
.team-7 .swatch {
  background: maroon;
  color: white;
  text-shadow: 1px 1px black;
}

.group-8 .swatch,
.team-8 .swatch {
  background: lightskyblue;
  color: white;
  text-shadow: 1px 1px black;
}

.answer-tally,
.remaining-points {
  position: absolute;
  top: 2.5rem;
  left: 0;
  width: 100%;
  margin-left: 0.5rem;
  font-size: 1rem;
  text-align: left;
  white-space: break-spaces;
  word-break: break-all;
}

.remaining-points {
  top: 50%;
  transform: translateY(-50%);
}

/************/
/* controls */
/************/
.controls {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5rem 0 0;
  list-style-type: none;
}
.controls li {
  width: 33.3%;
  text-align: center;
}
.controls li:hover {
  cursor: pointer;
}
.controls .sidebar-title {
  width: 100%;
}
.controls .icon {
  fill: white;
  width: 90%;
  vertical-align: middle;
}
.controls .icon:hover {
  fill: rgb(233, 233, 233);
}

.user-controls li {
  width: 20%;
}

.user-controls {
  display: flex;
  margin: auto 0 0;
}
.user-controls button {
  opacity: 0.5;
  transition: opacity 0.5s;
  aspect-ratio: 1/1;
  width: 3rem;
  margin: 0;
  border-radius: 50%;
}
.user-controls button:hover {
  opacity: 1;
}
.user-controls button:hover:disabled {
  opacity: 0.25;
}
.user-controls button .icon {
  height: 100%;
  width: 100%;
  margin-right: 0;
}
.user-controls button:disabled {
  opacity: 0.25;
}
.user-controls .user-controls-reset {
  margin-left: auto;
}

.zoom-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 11rem;
  margin: 0.5rem;
}

.space-medium .zoom-controls {
  margin: 1rem;
}

.space-large .zoom-controls {
  width: 10.5rem;
  margin: 1.5rem;
}

.space-extralarge .zoom-controls {
  width: 12rem;
  margin: 3rem;
}

/****************/
/* link sharing */
/****************/
.link-info {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: white;
}
.link-info .close-icon {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 1;
}

.qr-code {
  height: 100vh;
}

.qr-code img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: auto;
  max-width: 75%;
  max-height: 75%;
  transform: translate(-50%, -50%);
}

.url {
  position: absolute;
  right: 0;
  bottom: 2.5rem;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2rem;
}
.url .copy-icon {
  padding-right: 0.5rem;
}

.copy-confirm {
  display: none;
  position: absolute;
  right: 0;
  bottom: 2.5rem;
  left: 0;
  text-align: center;
  font-size: 2rem;
}

.copy-inner {
  background: rgba(0, 0, 0, 0.5);
  padding: 0.5rem;
  border-radius: 0.5rem;
  color: white;
  font-size: 1.2rem;
}

/**********/
/* timers */
/**********/
.timer {
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.timer:hover {
  cursor: pointer;
}
.timer:hover .timer-pause-icon {
  fill: rgb(100, 100, 100);
}
.timer:hover {
  background: white;
}
.timer .timer-number {
  font-size: 1.2rem;
}

.timer-short {
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
}
.prompt .timer-short {
  right: 0.5rem;
}
.timer-short .icon {
  height: 1rem;
}
.timer-short .timer-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.timer:hover .timer-short .timer-number {
  color: rgb(100, 100, 100);
}

.timer-circle {
  transform: rotateY(-180deg) rotateZ(-90deg);
  width: 100%;
  height: 100%;
}
.timer-circle circle {
  stroke-linecap: round;
  stroke-width: 0.1rem;
  stroke: black;
  fill: none;
}
.timer:hover .timer-circle circle {
  stroke: rgb(100, 100, 100);
}

.timer-long {
  position: relative;
  width: fit-content;
  min-width: 5.5rem;
  margin: 0 auto;
  text-align: center;
}
.timer-long .timer-number {
  display: block;
  text-align: center;
  margin-bottom: 0.25rem;
}
.timer-long .icon {
  height: 1rem;
}

.timer-bar-bg {
  position: relative;
  height: 4px;
  background: #ddd;
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
}

.timer-bar-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #2196f3;
  width: 0;
  transition: width 0.3s linear;
}

.timer-flash {
  animation: flash-complete 0.4s ease-out;
}

@keyframes flash-complete {
  0% {
    background-color: rgba(255, 255, 255, 0.8);
  }
  100% {
    background-color: transparent;
  }
}
.skip-timer {
  width: 100%;
  background: none;
  border: none;
  padding: 0;
}
.skip-timer svg {
  margin: 0;
}

/*************/
/* edit mode */
/*************/
.edit-mode-cursor,
.edit-space-panel {
  display: none;
  position: absolute;
}

.edit-mode-cursor {
  width: 1.5rem;
  z-index: 1;
}

.edit-space-panel {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.5rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.5);
  border-radius: 0.5rem;
}
.edit-space-panel h2 {
  margin: 0.5rem 0;
  text-align: center;
}

/***********************************************/
/****************** grid list ******************/
/***********************************************/
.grid-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  max-height: 100vh;
  overflow-x: auto;
  width: calc(100% - 12rem);
  margin: 0 3.5rem;
  padding: 0;
  list-style: none;
  font-size: 2.5rem;
}
.grid-list li {
  position: relative;
  width: calc(16.6% - 1.6rem);
  height: 5rem;
  height: calc(16.6% - 1.6rem);
  margin: 0.5rem;
  border: 0.3rem solid white;
  border-radius: 0.5rem;
  color: white;
  cursor: pointer;
  transition: top 1s, left 1s, transform 1s;
  transform-style: preserve-3d;
  perspective: 50%;
}
.grid-list li:hover .question-side {
  background: darkred;
}
.grid-list div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
}

.coordinate-grid {
  padding: 5rem 0 0 5rem;
  justify-content: flex-start;
}
.coordinate-grid .coordinate {
  border: 0.3rem solid white;
  border-radius: 0.5rem;
  background: blue;
  color: white;
  cursor: default;
  backface-visibility: visible;
  transition: none;
}
.coordinate-grid .coordinate-x {
  bottom: calc(100% + 1rem);
  left: -0.25rem;
  width: calc(100% + 0.5rem);
  height: 4rem;
}
.coordinate-grid .coordinate-y {
  top: -0.25rem;
  right: calc(100% + 1rem);
  width: 4rem;
  height: calc(100% + 0.5rem);
}

.grid-list .question-side {
  background: red;
}
.grid-list .result-side {
  background: darkred;
  transform: rotateY(180deg);
  font-size: 1rem;
}
.grid-list .result-side .reward-image {
  max-width: 100%;
  max-height: 80%;
}
.grid-list .result-side .reward-name {
  display: block;
  height: 20%;
}

/***********/
/* tooltip */
/***********/
.tooltip {
  position: relative;
  vertical-align: middle;
}

.tooltip-icon {
  height: 1rem;
}

.tooltip-text {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: calc(100% + 0.5rem);
  left: 50%;
  background: rgba(255, 255, 255, 0.75);
  min-width: 3.5rem;
  max-width: 10rem;
  height: fit-content;
  border: 0.05rem solid rgba(0, 0, 0, 0.5);
  border-radius: 0.25rem;
  padding: 0.5rem;
  font-size: 0.8rem;
  font-weight: normal;
  text-align: center;
  transform: translateX(-50%);
  transition: visibility 0s 0.5s, opacity 0.5s;
}
.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s;
}
.tooltip-text:before, .tooltip-text:after {
  position: absolute;
  top: calc(100% - 0.025rem);
  left: 50%;
  height: 0;
  width: 0;
  border: 0.5rem solid transparent;
  border-top-color: #e6e6e6;
  margin-left: -0.5rem;
  content: " ";
  pointer-events: none;
}
.dark-mode .tooltip-text:before, .dark-mode .tooltip-text:after {
  border-top-color: rgb(29, 29, 29);
}
.tooltip-text:before {
  left: calc(50% - 0.07rem);
  border: 0.57rem solid transparent;
  border-top-color: rgba(0, 0, 0, 0.5);
}

.main-area {
  display: flex;
  flex-grow: 1;
  align-items: center;
  text-align: center;
}

/***********/
/* Results */
/***********/
.result .reward-image {
  max-width: 100%;
  max-height: 80%;
}
.result .reward-name {
  max-height: 20%;
}

/*************************/
/* awarded points prompt */
/*************************/
/******************/
/* time up prompt */
/******************/
.time-up button {
  width: 100%;
}
.time-up .filter-questions {
  margin-bottom: 0.5rem;
}
.time-up .more-time {
  display: grid;
  margin-bottom: 0.5rem;
}

.finish-game {
  background: red;
  margin-bottom: 0.5rem;
  border-width: 0.5rem;
  border-radius: 1rem;
  color: white;
  font-size: 1.8rem;
}
.finish-game:hover {
  background: darkred;
}
.finish-game:hover .icon {
  fill: white;
}
.finish-game .icon {
  fill: white;
  height: 1.4rem;
}
.finish-game .icon:hover {
  fill: white;
}

/********************/
/* game over prompt */
/********************/
.game-over {
  font-size: 1rem;
}
.game-over .team-name {
  display: inline-block;
  margin-left: 0.5rem;
}

.winner-wrapper {
  display: none;
}

.reset-game {
  background: red;
  margin-bottom: 0.5rem;
  border-width: 0.5rem;
  border-radius: 1rem;
  color: white;
  font-size: 1.8rem;
}
.reset-game:hover {
  background: darkred;
}
.reset-game:hover .icon {
  fill: white;
}
.reset-game .icon {
  fill: white;
  height: 1.4rem;
}
.reset-game .icon:hover {
  fill: white;
}

/***********************/
/* notification prompt */
/***********************/
.notification {
  opacity: 0;
  top: auto;
  bottom: 0;
  transform: translate(-50%, 0);
  box-shadow: none;
  white-space: nowrap;
}

.space-medium .notification {
  bottom: 1rem;
}

.space-large .notification,
.space-extralarge .notification {
  bottom: 1.5rem;
}

.notification .icon {
  height: 1rem;
}

/****************/
/* progress bar */
/****************/
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading {
  position: fixed;
  z-index: 5;
  top: -1rem;
  bottom: -1rem;
  left: -1rem;
  right: -1rem;
  background: rgba(245, 245, 245, 0.5);
  color: black;
  text-align: center;
  text-shadow: 1px 1px white;
}

.loading-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 94vh;
  width: 30%;
  background: rgba(255, 255, 255, 0.75);
  padding: 2.5rem;
  border-radius: 1rem;
}

.loading-icon {
  height: 1rem;
  animation: spin 3s infinite linear;
}

.progress-bar-wrapper {
  position: relative;
  background: lightgray;
  margin: 0.5rem 0;
  border: 0.1rem solid rgba(0, 0, 0, 0.5);
  border-radius: 0.3rem;
}

.progress-bar {
  background: darkblue;
  width: 0%;
  height: 1.2rem;
  padding: 0.1rem 0;
  border-radius: 0.2rem;
  transition: width, 0.5s;
}

.progress-bar-amount {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: 1px 1px black;
}

/***************/
/* information */
/***************/
.info {
  z-index: 3;
  max-height: 90%;
  overflow-y: auto;
  text-align: left;
}

h4 .icon {
  height: 0.8rem;
}

.compatibility ul {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  list-style: none;
}
.compatibility li {
  position: relative;
}
.compatibility .tick-icon {
  fill: blue;
}
.compatibility .question-icon {
  fill: orange;
}
.compatibility .cross-icon {
  fill: red;
}
.compatibility .tooltip {
  position: absolute;
  right: -0.75rem;
  top: -0.75rem;
}
.compatibility .tooltip-text {
  font-size: 0.7rem;
}

.result .result-winner-notification .team {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 3.5rem);
  font-size: 1.6rem;
}
.result .winner-notification-string {
  flex-grow: 1;
}
.result .team {
  opacity: 0;
  text-align: center;
}
.result .timer {
  top: 0.5rem;
}

.point-list {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  list-style: none;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
}
.point-list li {
  background: #f0d36d;
  background: linear-gradient(0deg, #cab25b 0%, #f0d36d 49%, #fce982 51%, #fce982 100%);
  padding: 0.5rem 0;
  border: 1px solid rgba(168, 147, 74, 0.5);
  border-top-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 900;
  text-shadow: 1px 1px 0 rgb(255, 255, 255);
}
.point-list li:before {
  content: "$";
}
.point-list .taken {
  background: darkgoldenrod;
  text-decoration: line-through;
}

.mini-point-list {
  columns: 4;
  width: 20rem;
  padding: 0;
  font-size: 0.7rem;
}

.preloaded-images {
  display: none;
}

/***********/
/* options */
/***********/
.set-up {
  position: absolute;
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
  z-index: 1;
  overflow: auto;
  padding: 1rem;
  font-size: 1.2rem;
}
.set-up select,
.set-up input {
  font-size: 1.2rem;
}

.settings-wrapper .settings {
  position: absolute;
  z-index: 1;
  background: rgba(229, 229, 229, 0.5);
  padding: 0.5rem;
  margin: 0.25rem 0;
  border-radius: 0.5rem;
}
.settings-wrapper .game-header {
  display: none;
}
.settings-wrapper .settings-header {
  margin: 0.25rem;
  font-size: 1.4rem;
}
.settings-wrapper .settings-header .icon {
  display: none;
}
.settings-wrapper .submit-load-page-list,
.settings-wrapper .submit-user-editable-settings {
  width: auto;
  height: auto;
  aspect-ratio: auto;
  border-radius: 0.5rem;
}

.field-wrapper {
  display: flex;
  margin-bottom: 0.5rem;
}
.field-wrapper * {
  flex-grow: 1;
}
.field-wrapper label {
  max-width: 40%;
}
.field-wrapper select,
.field-wrapper input {
  min-width: 60%;
}

.submit-user-editable-settings {
  font-size: 1.2rem;
  font-weight: bold;
}

/*******************/
/* question prompt */
/*******************/
.generate-question {
  width: 20rem;
  background: none;
  border: none;
  transition: opacity 1s;
}
.col-layout-three .generate-question {
  margin: auto;
}
.generate-question:hover, .generate-question.active {
  background: none;
}
.generate-question:hover .icon, .generate-question.active .icon {
  fill: rgb(100, 100, 100);
}
.generate-question.active {
  opacity: 0;
}
.generate-question .generate-question-icon {
  height: 18rem;
  width: 100%;
  margin: 0 auto;
  stroke-width: 1%;
  stroke: white;
}

.space-medium .generate-question {
  margin: 1rem;
}

.space-large .generate-question {
  margin: 1.5rem;
}

.space-extralarge .generate-question {
  margin: 1.5rem 3rem;
}

.question {
  width: 68%;
  margin: 0;
  backface-visibility: hidden;
  font-size: 1.8rem;
}
.question p {
  margin: 0 0 0.5rem;
  white-space: normal;
}
.question p:last-child {
  margin-bottom: 0;
}
.question h5 {
  margin: 0;
}
.question .answer-toggle {
  /* avoids clicks in the outer region of the button not being recognised */
  margin: -0.5rem;
  padding: 0.5rem;
}
.question .close-icon {
  position: absolute;
  right: 0.5rem;
  cursor: pointer;
}

.question-wrapper {
  display: flex;
  flex-flow: wrap;
}
.question-wrapper.large {
  flex-flow: column;
}

.question-reference {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  font-size: 0.8rem;
}

.question-title {
  flex: 1 100%;
}

.question-image-wrapper {
  flex: 0 0 auto;
  order: 2;
  box-sizing: border-box;
  max-height: 20rem;
  max-width: 50%;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
  align-self: center;
  cursor: zoom-in;
}
.question-image-wrapper.large {
  order: 1;
  max-height: 25rem;
  width: 100%;
  max-width: 100%;
}

.question-image,
.question-reveal-image {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0.5rem;
}

.zoom-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.75);
  cursor: zoom-out;
}
.zoom-wrapper .mini-group-list {
  opacity: 1;
  position: absolute;
  top: 2%;
  left: 1%;
  padding: 0;
  margin: 0;
  color: white;
}

.zoom-close-icon {
  position: absolute;
  top: 2%;
  right: 1%;
  z-index: 4;
  width: 3rem;
  height: 3rem;
  fill: white;
}

.zoom-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  filter: drop-shadow(0.1rem 0 0 white) drop-shadow(0 0.1rem 0 white) drop-shadow(-0.1rem 0 0 white) drop-shadow(0 -0.1rem 0 white);
}

.question-text-wrapper {
  flex: 1 1 auto;
  order: 1;
  position: relative;
  box-sizing: border-box;
  width: 49%;
  margin: 0 1% 0 0;
  text-align: left;
}
.large .question-text-wrapper {
  order: 2;
  width: 100%;
  margin: 0;
}
.question-text-wrapper img {
  max-width: 100%;
  max-height: 12rem;
}

.question-text,
.question-hint,
.question-answer {
  padding: 0.5rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  margin: 0 0 0.5rem;
}

.question-answer-multiple:hover {
  cursor: default;
}
.question-answer-multiple > div:not(.swatch):hover {
  cursor: pointer;
}

.question-role {
  display: inline-block;
  display: none;
  width: 100%;
  margin-top: 0.5rem;
  font-size: inherit;
}
.question-role span {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}

.hint-toggle,
.answer-toggle {
  display: flex;
  align-content: center;
}

.hint-toggle .icon,
.answer-toggle .icon {
  margin-right: 0.5rem;
}

.question-hint {
  border: 0.1rem dashed rgba(0, 0, 0, 0.25);
}

.question-hint:hover,
.question-answer:hover {
  background-color: rgb(255, 255, 255);
  border-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.hint-content,
.answer-content {
  display: none;
  padding-top: 0.5rem;
  white-space: normal;
  word-break: break-word;
}

.timer-expired {
  position: relative;
  display: none;
  border: 0.1rem dashed rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  margin: 0.5rem 0;
  padding: 0.5rem;
  text-align: center;
  cursor: default;
}
.timer-expired h3 {
  margin: 0 0 0.5rem;
}
.timer-expired .show-answer,
.timer-expired .pick-volunteer {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.timer-expired .more-time,
.timer-expired .next-question {
  width: 47.5%;
  height: 2.5rem;
}

.pick-volunteer {
  background: red;
  width: 100%;
  margin-bottom: 0.5rem;
  border-width: 0.5rem;
  border-radius: 1rem;
  color: white;
  font-size: 1.8rem;
}
.pick-volunteer:hover {
  background: darkred;
}
.pick-volunteer:hover .icon {
  fill: white;
}
.pick-volunteer .icon {
  fill: white;
  height: 1.4rem;
}
.pick-volunteer .icon:hover {
  fill: white;
}

.question-bonus-time {
  width: 2.1rem;
}

.correct-icon {
  display: none;
  position: absolute;
  right: -0.3rem;
  top: -0.3rem;
  height: 2rem;
  fill: red;
}

.question-counter {
  align-self: flex-end;
  font-size: 0.8rem;
}

.finished-notification {
  display: none;
}
.finished-notification .filter-questions {
  display: inline-flex;
  align-items: center;
  padding: 1rem;
  margin-bottom: 0.25rem;
  border-width: 0.25rem;
  border-radius: 1rem;
  font-size: 2rem;
}
.finished-notification .filter-questions .icon {
  margin-left: 0.5rem;
  height: 2.5rem;
}

button.reset-questions {
  display: inline-flex;
  align-items: center;
  padding: 1rem;
  margin-bottom: 1rem;
  background: red;
  border-width: 0.5rem;
  border-radius: 1rem;
  color: white;
  font-size: 3rem;
}
button.reset-questions:hover {
  background: darkred;
}
button.reset-questions .icon {
  margin-left: 0.5rem;
  height: 3.5rem;
  fill: white;
}

.question-winner,
.question-winner-notification {
  flex: 1 100%;
  order: 2;
  padding: 0.5rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  margin: 0 auto;
}
.question-winner .swatch,
.question-winner-notification .swatch {
  margin: 0 auto;
}

.question-winner h3 {
  margin-top: 0;
}

.question-winner-selection-list,
.question-team-list,
.select-team-list {
  text-align: center;
  font-size: 1.2rem;
}
.question-winner-selection-list li,
.question-team-list li,
.select-team-list li {
  display: inline-block;
  margin-bottom: 0;
}

.question-management {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.question-controls {
  padding: 0.3rem;
  border: 0.1rem dashed rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  margin: 0.5rem 0 0;
  list-style: none;
}
.question-controls li {
  display: inline-block;
  font-size: 0.6rem;
  vertical-align: middle;
}
.question-controls li:hover {
  cursor: pointer;
}
.question-controls li.inactive {
  opacity: 0.5;
  cursor: default;
}

.question-reference span {
  padding-right: 0.25rem;
}

.question-group-score-list {
  width: 50%;
  padding: 0;
  border: none;
  margin: 0.25rem;
  font-size: 0.8rem;
  opacity: 0.5;
}
.question-group-score-list::before {
  content: none;
}
.question-group-score-list .swatch {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1rem;
}
.question-group-score-list .winner-icon {
  height: 1.4rem;
  top: -1.2rem;
  left: calc(50% - 1rem);
}

.questions-finished {
  display: block;
  text-align: center;
}

/*********/
/* fonts */
/*********/
@font-face {
  font-family: TrocchiRegular;
  src: local("Trocchi Regular"), url(https://fujieigo.com/blog/wp-content/themes/fujieigo/fonts/Trocchi-Regular.ttf);
}
@font-face {
  font-family: ArchivoNarrow;
  src: url("https://fujieigo.com/blog/wp-content/themes/fujieigo/fonts/ArchivoNarrow-VariableFont_wght.ttf") format("truetype");
  font-weight: 200 700;
}
body {
  background: url(https://fujieigo.com/blog/wp-content/uploads/2025/06/game-family-feud-background.png) center, linear-gradient(180deg, #5474B9, #1C2B57);
  color: white;
}

body,
button,
strong,
em {
  font-family: ArchivoNarrow;
}

strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: TrocchiRegular;
}

.col-two {
  justify-content: center;
}

.title {
  min-width: 55%;
}

.title-header {
  font-family: TrocchiRegular;
  background: url(https://fujieigo.com/blog/wp-content/uploads/2025/06/game-family-feud-logo-background.png) center, linear-gradient(180deg, #5474B9, #1C2B57);
  border-radius: 50%;
  position: relative;
  z-index: -2;
  width: 75%;
  border: 0.3rem solid rgba(255, 255, 255, 0.75);
  margin: 0 auto 5rem;
  box-shadow: 0.3rem 0.3rem 0.2rem black;
  text-align: center;
  font-variant: small-caps;
  font-size: 10vw;
  cursor: pointer;
}

.set-up .title-header {
  width: 12rem;
  margin: 0;
}

.word {
  position: relative;
  display: block;
  background-clip: text;
  background-image: linear-gradient(180deg, #F36F21, #FFD131);
  color: transparent;
}
.word:not(.word-1)::after {
  content: attr(data-text);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  text-shadow: -0.075rem -0.075rem white, 0.075rem -0.075rem white, 0.075rem 0.075rem white, -0.075rem 0.075rem white, 0.3rem 0.3rem 0.1rem rgba(0, 0, 0, 0.75);
  transform: translate(-50%, -50%);
}
.word .first-letters {
  position: relative;
  background-clip: text;
  background-image: linear-gradient(180deg, #F36F21, #FFD131);
  color: transparent;
}
.word .first-letters::after {
  content: attr(data-first-letters-text);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  text-shadow: -0.075rem -0.075rem white, 0.075rem -0.075rem white, 0.075rem 0.075rem white, -0.075rem 0.075rem white, 0.3rem 0.3rem 0.1rem rgba(0, 0, 0, 0.75);
  transform: translate(-50%, -50%);
}
.word .last-letter {
  position: relative;
  background-clip: text;
  background-image: linear-gradient(180deg, #F36F21, #FFD131);
  color: transparent;
  font-variant: none;
}
.word .last-letter::after {
  content: attr(data-last-letter-text);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  text-shadow: -0.075rem -0.075rem white, 0.075rem -0.075rem white, 0.075rem 0.075rem white, -0.075rem 0.075rem white, 0.3rem 0.3rem 0.1rem rgba(0, 0, 0, 0.75);
  transform: translate(-50%, -50%);
}

.word-1 {
  margin-bottom: -12%;
}

.word-2 {
  margin-bottom: -3%;
}

.play-theme,
.stop-theme {
  margin-top: 0.5rem;
}

.intro {
  width: 80%;
  font-size: 4vw;
}
.intro img {
  max-width: 50%;
}

.timer {
  margin: 0.5rem auto;
}
.timer:hover {
  background: rgba(255, 255, 255, 0.25);
}
.timer .icon {
  fill: white;
}

.col-layout-two .col-one .group-score-list {
  flex: 1;
  color: white;
  font-size: 2.2rem;
}
.col-layout-two .col-one .group-score-list .swatch {
  height: 2.8rem;
  width: 2.8rem;
  font-size: 2.2rem;
}
.col-layout-two .col-one .group-score-list li {
  border: 3px solid white;
  border-radius: 0.5rem;
  margin: 33% 0;
  box-shadow: 1px 1px black;
  text-shadow: 1px 1px black;
}

.question {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  background: url(https://fujieigo.com/blog/wp-content/uploads/2025/06/game-family-feud-question-background.png) center rgba(0, 0, 0, 0.5);
  padding: 0 12rem;
  border: 0.5rem solid #FEF512;
  border-radius: 50%;
  color: white;
  text-shadow: 1px 1px black;
  overflow: visible;
  scrollbar-width: none;
}
.question .icon {
  fill: white;
}
.question button .icon {
  fill: black;
}
.question .prompt {
  position: static;
  width: 70%;
  background: rgba(0, 0, 139, 0.9);
  border: 0.5rem solid black;
  border-radius: 25rem;
  margin: 0 auto;
  transform: none;
  color: white;
}

.question-container {
  position: relative;
  height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.question-container .close-icon {
  top: 0.5rem;
}

.question-title,
.question-text,
.question-hint,
.question-answer {
  background: rgba(0, 0, 139, 0.9);
  border: 0.5rem solid black;
  border-radius: 0.5rem;
}

.question-title {
  flex: none;
  width: 70%;
  margin: 3rem auto 0;
  border-radius: 25rem;
}

.question-answer:hover {
  background: rgba(0, 0, 139, 0.9);
  border-color: black;
  cursor: default;
}

.question-answer-multiple-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  list-style: none;
  background: #5D4953;
  padding: 0.25rem;
  border: 0.25rem solid #FEF512;
  border-radius: 0.25rem;
  opacity: 0.5;
  transition: opacity 0.5s;
}
.question-answer-multiple-list.active {
  opacity: 1;
}

@property --gradientColour1 {
  syntax: "<color>";
  initial-value: #9fdffe;
  inherits: false;
}
@property --gradientColour2 {
  syntax: "<color>";
  initial-value: #479de2;
  inherits: false;
}
@property --gradientColour3 {
  syntax: "<color>";
  initial-value: #0040b0;
  inherits: false;
}
.question-answer-category {
  position: relative;
  display: flex;
  justify-content: space-between;
  background: radial-gradient(ellipse at 50% 0, var(--gradientColour1), var(--gradientColour2), var(--gradientColour3));
  border: 0.1rem solid black;
  box-shadow: inset 0 0 0.25rem white;
  color: white;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0.1rem 0.1rem black;
  transition: --gradientColour1 0.5s, --gradientColour2 0.5s, --gradientColour3 0.5s;
}
.active .question-answer-category:hover {
  --gradientColour1: #00acfc;
  --gradientColour2: #007fe0;
  --gradientColour3: #0040b0;
  cursor: pointer;
}
.question-answer-category:not(.selected)::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background: darkblue;
  height: 2rem;
  border: 0.1rem solid white;
  border-radius: 50%;
  aspect-ratio: 1;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0.1rem 0.1rem 0.25rem rgba(0, 0, 0, 0.75);
}

.question-answer-category-one:not(.selected)::before {
  content: "1";
}

.question-answer-category-two:not(.selected)::before {
  content: "2";
}

.question-answer-category-three:not(.selected)::before {
  content: "3";
}

.question-answer-category-four:not(.selected)::before {
  content: "4";
}

.question-answer-category-five:not(.selected)::before {
  content: "5";
}

.question-answer-category-six:not(.selected)::before {
  content: "6";
}

.question-answer-category-seven:not(.selected)::before {
  content: "7";
}

.question-answer-category-eight:not(.selected)::before {
  content: "8";
}

.question-answer-category-answer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  background: linear-gradient(0deg, rgb(2, 35, 86) 0%, rgb(38, 104, 200) 50%, rgb(6, 72, 173) 100%);
  padding: 0.25rem;
}

.question-answer-category-points {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, rgb(8, 68, 146) 0%, rgb(73, 141, 240) 50%, rgb(73, 141, 240) 100%);
  min-width: 2.3rem;
  padding: 0.25rem;
  box-shadow: inset 0 0 0.25rem white;
  text-align: center;
}

.question-group-score-list {
  background: rgba(0, 0, 139, 0.9);
  border: 0.5rem solid black;
  color: white;
}

.miss-count {
  width: 100%;
  text-align: left;
}

.miss {
  position: relative;
  padding: 0.3rem;
  margin: 0 0.3rem;
  font-weight: 700;
  color: lightgray;
  transition: color 0.5s;
  text-shadow: none;
}
.miss-wrapper .miss, .miss.checked {
  background-clip: text;
  background-image: linear-gradient(180deg, rgb(255, 36, 39) 0%, rgb(188, 28, 31) 50%, rgb(173, 26, 31) 51%, rgb(113, 17, 20) 100%);
  color: transparent;
}
.miss-wrapper .miss:before, .miss.checked:before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  bottom: 0.6rem;
  right: 0;
  border: 0.3rem solid transparent;
  border-radius: 0.5rem;
  border-image: linear-gradient(180deg, rgb(255, 36, 39) 0%, rgb(188, 28, 31) 50%, rgb(173, 26, 31) 51%, rgb(113, 17, 20) 100%) 1;
  mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.miss-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 42vw;
  z-index: 10;
}
.miss-wrapper .miss:before {
  top: 23%;
  bottom: 20%;
  border: 2vw solid transparent;
  border-radius: 2rem;
  border-image: linear-gradient(180deg, rgb(255, 36, 39) -46%, rgb(188, 28, 31) 50%, rgb(173, 26, 31) 51%, rgb(113, 17, 20) 140%) 1;
  mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}
.miss-wrapper .miss-count {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.group-multi-choice-winner-selection-list .group,
.group-multi-choice-winner-selection-list .group-miss {
  opacity: 0.5;
  transition: opacity 0.5s;
  cursor: pointer;
}
.group-multi-choice-winner-selection-list .group:hover, .group-multi-choice-winner-selection-list .group.active,
.group-multi-choice-winner-selection-list .group-miss:hover,
.group-multi-choice-winner-selection-list .group-miss.active {
  opacity: 1;
}

.settings-save {
  position: absolute;
  top: 0;
  left: 0;
}/*# sourceMappingURL=game-family-feud.css.map */