iframe {
  border: none;
}

body {
  height: 100%;
  overflow: hidden;
}

html {
  height: 100%;
  background-color: rgb(28, 31, 34);
  overflow: hidden;
}

button {
  background-color: rgb(44, 49, 53);
  color: white;
  border: none;
}

button[buttonIconType=CROSS] {
  top: 8px !important;
  right: 8px !important;
  transform: rotateZ(45deg) !important;
  font-size: 30px !important;
  background-color: rgba(0, 0, 0, 0) !important;
  color: white !important;
}

button[buttonIconType=CROSS]:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  color: rgb(82, 90, 95) !important;
}

button[buttonIconType=CROSS]:active {
  background-color: rgba(0, 0, 0, 0) !important;
  color: rgb(30, 34, 37) !important;
}

button[selected] {
  background-color: rgb(21, 23, 25);
}

button:not([disabled]):hover {
  background-color: rgb(62, 70, 75);
}

button:not([disabled]):active {
  background-color: rgb(30, 34, 37);
}

option, select {
  background-color: rgb(44, 49, 53);
  color: white;
  border: none;
  height: 40px;
  outline: none;
}

input {
  background-color: rgb(44, 49, 53);
  color: white;
  border: none;
  outline: none;
  font-size: 16px;
  border-radius: 10px;
}

h1, h2, h3, h4, h5, h6, span, p, label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

::-webkit-scrollbar {
  width: 10px;
  border-radius: 5px;
}

::-webkit-scrollbar-track:hover {
  background-color: rgb(50, 50, 50);
  width: 10px;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: rgb(120, 120, 120);
  width: 10px;
  border-radius: 5px;
}

:not(:hover)::-webkit-scrollbar {
  display: none;
}

#rightClickMenu {
  background-color: rgb(50, 50, 50);
  color: white;
  text-align: center;
  position: fixed;
  z-index: 100000;
  width: 100px;
  height: auto;
  border: 2px solid rgb(40, 40, 40);
  display: none;
}

#rotateRight, #rotateLeft {
  width: calc(50% - 1px);
  height: 100%;
}

#rotateRight {
  float: right;
}

#rotateLeft {
  float: left;
}

.rightClickOption, .rightClickContent {
  max-width: inherit;
  font-size: 16px;
  width: 100%;
  padding: 1px;
}

button {
  background-color: rgb(44, 49, 53);
  color: white;
  border: none;
}

button:hover {
  background-color: rgb(62, 70, 75);
}

button:active {
  background-color: rgb(30, 34, 37);
}

button:disabled {
  background-color: rgb(44, 49, 53);
  color: rgb(100, 100, 100);
}

/* IPAD */
#ipadOverlay {
  /* display: none; */
  width: 130px;
  height: 130px;
  position: fixed;
  top: 0px;
  left: 0px;
}

#ipadOverlay button, #ipadOverlay button:hover {
  background-color: rgba(0, 0, 0, 0);
}

#contentOfIpadOverlayRotateButtons {
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: flex;
  align-content: end;
  justify-content: center;
}

#rotate {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 50%;
  height: auto;
  transform: translate(-50%);
}

#rotate img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

#deleteIpad {
  position: absolute;
  top: 0px;
  right: 0px;
  width: auto;
  height: 25px;
  color: red;
  font-size: 50px;
  font-weight: bolder;
}

#deleteIpad:hover {
  color: rgb(245, 84, 116);
}

#deleteIpad:active {
  color: rgb(92, 0, 18);
}

#deleteIpad img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

#draggedElement {
  width: auto;
  height: auto;
  position: fixed;
  display: none;
  opacity: 0.4;
}/*# sourceMappingURL=rightClickMenu.css.map */