.check-subtitles-menu-container {
  display: flex;
  width: 30%;
  height: 70%;
  position: fixed;
  top: 50%;
  left: 20%;
  transform: translate(-1000%, -1000%);
  background-color: var(--base-color);
  z-index: 2;
  border-radius: 5px;
  padding: 0 1em 1em 1em;
  flex-direction: column;
  justify-content: space-between;
  user-select: none;
  border: 1px solid var(--darker-color);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  z-index: 10;
  font-size: 0.8vw;
}
div.check-subtitles-menu-container.active-check-subtitles {
  padding: 0 1em 1em 1em;
}

.check-header span {
  display: flex;
}

.check-subtitles-menu-container .material-icons {
  color: rgb(230, 235, 245);
  cursor: pointer;
}

.check-subtitles-menu-container input[type="checkbox"] {
  accent-color: rgb(80, 140, 220);
}

.active-check-subtitles {
  transform: translate(var(--check-transform)) scale(var(--check-scale));
  /* transform: scale(var(--check-scale)); */
  /* transform: translate(var(--check-transform)); */
  left: 20%;
  top: 10%;
}

/* .checked-zoomed-in {
  width: 20%;
  height: 30%;
  transform: scale(50%);
} */

.check-header {
  display: flex;
  justify-content: space-between;
}

.close-check {
  border-radius: 50%;
  border: none;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
}

/* .check-nav {
    height: 90%;
  } */

.check-nav-item {
  margin-bottom: 1vw;
  height: 3vh;
  display: flex;
  align-items: center;
  padding: 1em;
  width: fit-content;
  cursor: pointer;
}

.check-nav-item.selected {
  background-color: rgba(80, 115, 160, 0.8);
  border-radius: 5px;
}

.check-buttons {
  display: flex;
}

.check-button {
  border-radius: 3px;
  border: none;
  width: 4vw;
  height: 3vh;
  margin: 0 5px;
}

.main-check {
  height: 100%;
  display: flex;
  margin-top: 2em;
}

.content-check {
  margin-left: 3em;
}

.content-menu {
  display: flex;
  flex-direction: column;
}

.input-check {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
}

.input-check label {
  margin-left: 5px;
  cursor: pointer;
}

#gap-check,
#line-limit,
#shot-change-threshold {
  border: none;
  outline: none;
  width: 2vw;
  text-align: center;
  font-size: 0.8vw;
}

.drag-check {
  height: 10px;
  width: 100%;
  cursor: move;
}

.check-button {
  cursor: pointer;
  font-size: 0.8vw;
}

.check-button:hover {
  background-color: rgba(240, 240, 240, 0.8);
}

.check-results {
  width: 90%;
  height: 25%;
  transform: translate(-30%, 10%);
  background-color: var(--lighter-color);
  border-radius: 5px;
  position: absolute;
  overflow-y: scroll;
  padding: 10px;
  /* color: var(--darker-color); */
}

.request-check {
  position: relative;
  top: -30px;
  width: 130px;
  height: 20px;
}

.shot-changes-content {
  margin-bottom: 12vh;
}
