.canvasContainer {
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-family: "Open Sans", sans-serif;
}

.canvasContainer canvas {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}

.btn {
  font-family: "Open Sans", sans-serif;
}

.big-screen-button {
  margin: 0.25em;
  font-size: 1em;
}

.small-screen-button {
  border-color: white;
  border-width: 1px;
}

#playAgainButton {
  display: none;
}

#resetButton {
  visibility: hidden;
}

#copyBox {
  display: none;
}

.popup {
  display: none;
}

.chipIndicator {
  visibility: hidden;
  pointer-events: none; /* Prevent dragging */
}

#logo {
  pointer-events: none; /* Prevent dragging */
}

#loading {
  margin: 64px;
}

body {
  /* Prevent text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html,
body {
  height: 100%;
  background: #cccccc;
}

.container {
  max-width: 85vh;

  background: #cccccc;
  padding: 1em;
  box-shadow:
  0 0 0 2px #efefef,
  0 0 0 4px #999999;
 
}

.modal-footer {
  font-size: 10pt;
  justify-content: center;
}

#game-status {
  user-select: text;
}
