/*theme_xbox_dark*/

div.box.container {
  background-color: #1F1F1F;
  border: 0.25px solid #1F1F1F;
}

.text {
  color: white;
}

button.button {
  background: rgb(49, 49, 49);
}

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

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

.progress div.progress-section-container {
  background: rgb(49, 49, 49);
  border: 1px solid white;
}


.audio-game button.play-button {
  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%;
}
