.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;
}

.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;	
}
