/* ===== iOS App Safe Mode ===== */
.ios-webview {
  -webkit-text-size-adjust: 100%;
}

.ios-webview * {
  animation: none !important;
  transition: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  filter: none !important;
  box-shadow: none !important;
}

html, body {
  height: 100%;
  min-height: -webkit-fill-available;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
}

@supports (-webkit-touch-callout: none) {
  .fixed,
  .navbar,
  .player {
    position: sticky !important;
  }
}

.ios-webview canvas {
  display: none !important;
}
