
/*! shaka-offline - v7.11.5 - 2022-02-20 
* Copyright (c) 2022 Electroteque Media
* Released under SEE LICENCE IN LICENCE.txt license */
.video-js .vjs-dock-container {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 50px;
  display: none;
  padding: 5px;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.video-js.vjs-has-started.vjs-user-active .vjs-dock-container,
.video-js.downloading .vjs-dock-container {
  display: flex !important;
}
.vjs-button {
  cursor: pointer;
}
.vjs-button.vjs-offline-delete,
.vjs-button.vjs-offline-play {
  display: none;
}
.vjs-button.vjs-offline-download .anim {
  display: none;
}
.vjs-button > svg {
  width: 100%;
  height: 100%;
}
.vjs-button[aria-disabled="true"] > svg .fill {
  fill: #ccc;
}
.vjs-button > svg .fill {
  fill: #fff;
}
.downloading .vjs-offline-download .anim {
  display: inherit !important;
}
.downloaded .vjs-offline-download {
  display: none !important;
}
/*
.downloaded .vjs-offline-delete,
.downloaded .vjs-offline-play {
  display: inline-block !important;
}
*/
.downloaded .vjs-offline-delete {
  display: inline-block !important;
}