#myProgress {
  width: 100%;
  background-color: white;
}

#myBar {
  width: 1%;
  height: 5px;
  background-color: grey;
}

#div1 {
  font-size: 12px;
  font-family: "Helvetica", Arial, Sans-Serif;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  margin-top: 10px;
  margin-bottom: 10px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create two equal columns that sits next to each other */
.column {
  flex: 50%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}

#image-container {
        text-align: center;
        position: relative; /* Ensure position for overlay */
    }

.experiment-image {
        max-width: 500px; /* Adjust this value as needed */
        max-height: 400px; /* Adjust this value as needed */
        margin-left: 25%;
        margin-right: 25%;
        margin-top: 10%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        will-change: opacity;
        margin: auto;
    }
.flip-horizontal {
            transform: scaleX(-1);
          }

.tutorial-images {
  max-width: 250px; /* Adjust this value as needed */
  max-height: 250px; /* Adjust this value as needed */
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.overlay {
        position: absolute;
        max-width: 50px;
        max-height: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none; /* Ensure events are still captured by the image */
        will-change: opacity;
    }


td {
  width: 25px;
  height: 25px;
  border: 2px solid black;
  font-size: 10px;
}

th {
  background: #0f4871;
  color: #fff;
}

.container {
  margin-top:  30px;
  margin-bottom:  30px;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto;
  width: 680px;
  gap: 10px;
}

.left-item {
  height: 20px;
  text-align: left;
}

.right-item {
  height: 20px;
  text-align: right;
}

.maze {
  align-self: center;
  width: unset;
  max-width: unset;
}

.legend {
  font-size: unset !important;
}



.visited {
  background: #cccc;
}

.goal {
  background: #4cbb17;
}

.results {
  display: inline-block;
}

.error {
  background-color: red;
}

.myFocus {
  background: #0f4871;
}

td:focus-visible {
  outline: none;
}

.completedPrimitive {
  background: #0f4871;
}

.column {
  float: left;
  width: 50%;
}

.arrows {
  max-height: 100px;
  max-width: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
