/*theme_xbox_light*/

div.box.container {
  background-color: rgb(219, 219, 219);
  border: 0.25px solid #DBDBDB;
}

.text {
  color: rgb(18, 18, 18);
}

button.button {
  color: rgb(18, 18, 18);
  background: rgb(199, 199, 199);
}

button.button:hover {
  border: 2px solid rgb(16, 124, 16);
}

.progress div.progress-section-fill {
  background: rgb(18, 18, 18);
}

.progress div.progress-section-container {
  background: white;
}

.audio-game button.play-button {
  color: rgb(18, 18, 18);
}

.match-game p.key-frame-text.text {
  color: white;
}

.match-game-fail p.key-frame-text.text {
  color: white;
}


/*left right arrow test*/
.left-arrow {
  bottom: -28%;
  left: 0%;
}

.right-arrow {
  bottom: -28%;
  right: 0%;
}


.match-game div.pip-container {
  display: grid;
  grid-template-columns: 10px 10px 10px 10px 10px;
  grid-template-rows: 10px 10px 10px 10px;
  margin-bottom: -5%;
}
