body,
html {
  margin: 0;
  padding: 0;
  background-color: #111111;
  width: fit-content;
  height: 100%;
  overflow: hidden;
  /* height: 100%; */
}

body {
  background-color: transparent;

  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  /* aspect-ratio: 16 / 9; */
}
#OT_subscriber {
  background-color: transparent;

  position: relative;
  width: 100%;
  height: 100%;
  /* aspect-ratio: 16 / 9; */

  margin-left: auto;
  margin-right: auto;
}
#subscriber {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  /* aspect-ratio: 16 / 9; */

  width: 100%;
  height: 100%;
  z-index: 10;
}

.OT_widget-container {
  position: absolute;
  background-color: transparent;
  overflow: hidden;
}

.OT_subscriber .OT_edge-bar-item {
  display: none !important;
}

.Toastify__toast-body > div:last-child {
  flex: 1;
  font-size: 12px;
}

#tb_alert {
  display: none !important;
}


.initial-text {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-family: system-ui;
}