body, html {
  margin: 0;
  padding: 0;
  background-color: #000;
  height: 100%;
  overflow: hidden; 
  touch-action: none;
}
.smp-static-mode-dot {
  position: fixed;
  top: 10px;
  left: 12px;
  z-index: 99999;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: none;
  pointer-events: none;
  font-size: 0;
  line-height: 0;
}
.smp-static-mode-dot::after {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 42px;
  line-height: 0.35;
  color: #0a6b2d;
  text-shadow: 0 0 2px #fff, 0 0 4px #fff;
}
.player-wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
}
#videoPlayer {
  width: 100% !important;
  height: 100% !important;
}
#swipeHint {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 10px;
  display: none;
  z-index: 9999;
}
#posterOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 9;
}
.overlay-ui {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
.overlay-ui button {
  pointer-events: auto;
}
.top-left, .top-right, .bottom-right {
  position: absolute;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 5px;
}
.top-left { top: 10px; left: 10px; }
.top-right { top: 10px; right: 10px; }
.bottom-right { bottom: 10px; right: 10px; }
.d-none { display: none; }
.btn-outline-light:hover {
  background-color: #f78ca0;
  color: #fff;
  border-color: #f78ca0;
}

.btn-outline-light:active {
  background-color: #f78ca0;
  color: #fff;
  border-color: #f78ca0;
}

.card.bg-secondary {
  background-color: #1e1e1e !important;
  border: none;
}

.play_data{
  color: #fff;	
}
