:root {
  --focus-color: #097efb;
  --focus-color-dark-bg: #3b99fc;
}
@media (prefers-color-scheme: dark) {
  :root {
    --focus-color: #3b99fc;
    --focus-color-dark-bg: #097efb;
  }
}
/*
 * This is the basic UI needed for Enscribe as implented on the Enable website.
 * Feel free to adjust this stylesheet for your own needs.
 */
.enscribe-video-container {
  position: relative;
}
.enscribe-video-container button.icon-audio-descriptions {
  position: absolute;
  top: 10px;
  right: 10px;
}
button.icon-audio-descriptions {
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  border: solid 1px transparent;
  caret-color: rgba(0, 0, 0, 0);
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20focusable%3D%22false%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%0A%20%20%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0A%20%20%3C!--%20Original%20icon%20path%20--%3E%0A%20%20%3Cpath%20fill%3D%22%23fff%22%0A%20%20%20%20d%3D%22M17.623%203.57h-1.555c1.754%201.736%202.763%204.106%202.763%206.572%200%202.191-0.788%204.286-2.189%205.943h1.484c1.247-1.704%201.945-3.792%201.945-5.943-0-2.418-0.886-4.754-2.447-6.572v0zM14.449%203.57h-1.55c1.749%201.736%202.757%204.106%202.757%206.572%200%202.191-0.788%204.286-2.187%205.943h1.476c1.258-1.704%201.951-3.792%201.951-5.943-0-2.418-0.884-4.754-2.447-6.572v0zM11.269%203.57h-1.542c1.752%201.736%202.752%204.106%202.752%206.572%200%202.191-0.791%204.286-2.181%205.943h1.473c1.258-1.704%201.945-3.792%201.945-5.943%200-2.418-0.876-4.754-2.447-6.572v0zM10.24%209.857c0%203.459-2.826%206.265-6.303%206.265v0.011h-3.867v-12.555h3.896c3.477%200%206.274%202.806%206.274%206.279v0zM6.944%209.857c0-1.842-1.492-3.338-3.349-3.338h-0.876v6.686h0.876c1.858%200%203.349-1.498%203.349-3.348v0z%22%3E%0A%20%20%3C%2Fpath%3E%0A%0A%20%20%3C!--%20Diagonal%20line%20overlay%20--%3E%0A%20%20%3Cline%20x1%3D%221%22%20y1%3D%221%22%20x2%3D%2219%22%20y2%3D%2219%22%0A%20%20%20%20%20%20%20%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  display: block;
}
button.icon-audio-descriptions[aria-checked="true"] {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20focusable%3D%22false%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0A%20%20%20%20%3Cpath%20%20fill%3D%22%23fff%22%0A%20%20%20%20%20%20%20%20d%3D%22M17.623%203.57h-1.555c1.754%201.736%202.763%204.106%202.763%206.572%200%202.191-0.788%204.286-2.189%205.943h1.484c1.247-1.704%201.945-3.792%201.945-5.943-0-2.418-0.886-4.754-2.447-6.572v0zM14.449%203.57h-1.55c1.749%201.736%202.757%204.106%202.757%206.572%200%202.191-0.788%204.286-2.187%205.943h1.476c1.258-1.704%201.951-3.792%201.951-5.943-0-2.418-0.884-4.754-2.447-6.572v0zM11.269%203.57h-1.542c1.752%201.736%202.752%204.106%202.752%206.572%200%202.191-0.791%204.286-2.181%205.943h1.473c1.258-1.704%201.945-3.792%201.945-5.943%200-2.418-0.876-4.754-2.447-6.572v0zM10.24%209.857c0%203.459-2.826%206.265-6.303%206.265v0.011h-3.867v-12.555h3.896c3.477%200%206.274%202.806%206.274%206.279v0zM6.944%209.857c0-1.842-1.492-3.338-3.349-3.338h-0.876v6.686h0.876c1.858%200%203.349-1.498%203.349-3.348v0z%22%3E%0A%20%20%20%20%3C%2Fpath%3E%0A%3C%2Fsvg%3E");
}
/*# sourceMappingURL=enscribe.css.map */