@import 'https://cdn.plyr.io/3.7.8/plyr.css';
.unchained-mini-player {
  position: fixed;
  bottom: 20px;
  right: 25px;
  width: 350px;
  height: 200px;
  background-color: #000;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 4;
}
.unchained-mini-player .close-btn {
  position: fixed;
  bottom: 189px;
  right: 15px;
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  line-height: 0;
  z-index: 6;
  color: black;
}

.plyr__controls .plyr__controls__item:first-child, .plyr__control {
  background: unset !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.black-overlay {
  position: relative !important;
}
.black-overlay::after {
  content: " " !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: black !important;
  z-index: 4 !important;
}
.black-overlay iframe {
  vertical-align: middle;
}

#html .black-overlay iframe, .black-overlay iframe {
  position: fixed !important;
  bottom: 20px !important;
  right: 25px !important;
  width: 350px !important;
  height: 200px !important;
  left: unset !important;
  top: unset !important;
  z-index: 3;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
  border-radius: 8px !important;
}

/*# sourceMappingURL=main.css.map */
