.fix-subtitles-menu-container {
  display: flex;
  width: 700px;
  height: fit-content;
  position: fixed;
  top: 50%;
  left: 500px;
  transform: translate(-1000%, -1000%);
  background-color: var(--base-color);
  z-index: 2;
  border-radius: 5px;
  padding: 0 10px 10px 10px;
  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;
}

.fix-subtitles-menu-container input[type="checkbox"] {
  accent-color: rgba(93, 149, 235, 1);
}

.active-fix-subtitles {
  transform: translate(0, 0);
  left: 100px;
  top: 50px;
}

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

.close-fix {
  border-radius: 50%;
  border: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

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

.fix-nav-item {
  margin-bottom: 10px;
  height: 30px;
  display: flex;
  align-items: center;
  padding: 5px;
  width: fit-content;
  cursor: pointer;
}

.fix-nav-item.selected {
  background-color: rgba(88, 166, 255, 0.8);
  border-radius: 5px;
}

.fix-buttons {
  display: flex;
  margin-top: 10px;
}

.fix-button {
  border-radius: 3px;
  border: none;
  width: 60px;
  height: 20px;
  margin: 0 5px;
}

.main-fix {
  height: 100%;
  display: flex;
  margin-top: 20px;
}

.content-fix {
  margin-left: 40px;
}

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

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

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

#gap-fix,
#line-limit-fix,
#shot-change-threshold-fix {
  border: none;
  outline: none;
  width: 40px;
  text-align: center;
}

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

.fix-button {
  cursor: pointer;
}

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

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

.shot-changes-content-fix {
  margin-bottom: 100px;
}

.text-content-fix {
  margin-bottom: 50px;
}

.fix-results {
  display: flex;
  position: relative;
  width: 500px;
  height: 150px;
  transform: translate(120px, 5px);
  background-color: var(--lighter-color);
  border-radius: 5px;
  overflow-y: scroll;
  padding: 10px;
  /* color: var(--darker-color); */
}
