.list {
  background: var(--code-bg);
  transition: background-color 0.2s ease;
}

body.list.dark,
.dark {
  transition: background-color 0.2s ease;
}

body.list,
body {
  transition: background-color 0.2s ease;
}

button#home-button {
  font-size: 21px;
}

/* video-js shotcode */

.btn-run-test {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  z-index: 1000;
  position: absolute;
  transition: opacity 0.25s;
  opacity: 1;
  background: linear-gradient(to bottom, #4caf50 5%, #2e7d32 100%);
  background-color: #ffffff;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #000000;
}

.btn-run-test:hover {
  background: linear-gradient(to bottom, #2e7d32 5%, #4caf50 100%);
  background-color: #f6f6f6;
}

.hide-video-play-action {
  opacity: 0;
  cursor: default;
}

.light-blur {
  filter: blur(1px);
  transition: all .2s;
}

/* video-js shortcode end */
