/* src/css/main.css */
html,
body,
#app {
  margin: 0;
  height: 100%;
  overflow: hidden;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
canvas {
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
body {
  background-color: #c9c9c9;
}
.loading-bg {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  background-color: #d0d0d0;
  opacity: 1;
  box-shadow: 0px 0px 1000px rgba(0, 0, 0, 0.3) inset;
}
.loading-bg.hidden {
  opacity: 0;
  transition: opacity 0.5s linear;
}
#canvas-holder {
  position: relative;
  flex-grow: 1;
  height: 100%;
}
#content-holder {
  display: flex;
  flex-direction: row;
  height: 100%;
}
.training-cursor {
  cursor: url(../down_arrow-IB562Y6B.png) 16 32, s-resize;
}
#fakeInputElement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#canvas {
  display: block;
  width: 100%;
}
#scene-explorer-host {
  z-index: 999999999;
}
mel-ui {
  transition: opacity 0.5s linear;
}
mel-showcase,
mel-playgrounds,
mel-dashboard,
mel-melympics {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
}
.preload-shown {
  opacity: 1;
}
.preload-hidden,
.hidden {
  pointer-events: none;
  opacity: 0;
}
.hiddenThead {
  display: none;
}
.app-base {
  z-index: 0;
  position: relative;
}
spinner {
  --loading-icon-color:
    255,
    255,
    255;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(2);
  width: 60px;
  height: 60px;
  opacity: 0.5;
  transition: opacity 0.5s ease-out;
}
.top,
.right,
.bottom,
.left {
  position: absolute;
  width: 73.34%;
  height: 73.34%;
  border-radius: 50%;
  opacity: 0;
  border: 8px solid rgba(var(--loading-icon-color), 0);
}
.top {
  border-top-color: rgba(var(--loading-icon-color), 1);
  animation: fade 1s 0s infinite;
}
.right {
  border-right-color: rgba(var(--loading-icon-color), 1);
  animation: fade 1s 0.25s infinite;
}
.bottom {
  border-bottom-color: rgba(var(--loading-icon-color), 1);
  animation: fade 1s 0.5s infinite;
}
.left {
  border-left-color: rgba(var(--loading-icon-color), 1);
  animation: fade 1s 0.75s infinite;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#timing {
  width: 140px;
  height: 60px;
  position: absolute;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 12px;
}
.ms {
  opacity: 0.6;
}
.top-overlay-container,
.level-overlay-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-overlay-container.disabled,
.level-overlay-container.disabled {
  display: none;
}
.main-page-container {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-ui-container {
  display: flex;
}
.main-ui-container.disabled {
  display: none;
}
.home a:link {
  text-decoration: none;
}
.icon-text-button {
  display: flex;
  align-items: center;
  position: absolute;
  right: 16px;
  top: 15px;
  padding-left: 0;
  padding-right: 0;
}
.home {
  position: absolute;
  left: 15px;
  top: 15px;
  height: 30px;
  text-decoration: none;
  right: unset;
}
.borderCollapse {
  border-collapse: collapse;
}
.button-float {
  display: flex;
  align-items: center;
  position: absolute;
  top: 15px;
  text-transform: uppercase;
  padding-left: 5px;
  font-family: monospace;
  font-size: 16px;
  color: #f1f1f1;
  opacity: 1;
  cursor: pointer;
  background: none;
  border: none;
  z-index: 10000;
}
.button-indented {
  right: 310px;
}
.button-right {
  right: 10px;
}
.button-float img {
  display: block;
  width: 30px;
  margin-right: 5px;
}
#try-it-icon-text {
  white-space: nowrap;
  text-align: right;
}
.button-category {
  margin: 10px 0 5px 10px;
}
/*# sourceMappingURL=main.css.map */
