/**
 * Esup-Pod video-js chapter styles
 */

.chapters-list.inactive,
.chapters-list.active {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20%;
  background-color: rgb(43 51 63 / 70%);
  overflow-y: auto;
  cursor: default;
  z-index: 2;
}

.chapters-list.inactive {
  display: none;
}

.chapters-list.active {
  display: block;
}

.chapters-list.active p,
.chapters-list.inactive p {
  text-align: center;
  background-color: #000;
  color: #fff;
  padding-bottom: 5px;
  padding-top: 5px;
}

.chapters-list ol {
  position: relative;
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
}

.chapters-list ol li {
  display: list-item;
  list-style-type: none;
  text-align: -webkit-match-parent;
  margin: 0 3px;
  border-top: 1px solid rgb(0 0 0 / 80%);
}

.chapters-list ol li a {
  display: block;
  padding: 0.7rem 1rem;
  transition: 0.3s;
  color: #fff;
  text-align: left;
  font-size: 1.3em;
}

.chapters-list ol li a:hover,
.chapters-list ol li a:focus,
.chapters-list ol li a.current {
  background-color: #555;
  color: white;
  cursor: pointer;
}

#chapters {
  display: none;
}
