/**
 * Harlequin's Wheel
 * Copyright (c) 2022-present LEINWAND (https://www.leinwand.cc)
 * All rights reserved.
 * For license information please see LICENSE.md
 */

 body {
  background-color: #121212;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#leinwand {
  display: block;
}
.b {
  cursor: pointer;
  width: 39px;
  height: 39px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: manipulation;
}
.b:active {
  opacity: 0.8;
}
.bv {
  position: fixed;
  left: 20px;
  bottom: 20px;
}
.br {
  position: fixed;
  left: 71px;
  bottom: 20px;
}
