.webgl-content * {
  border: 0;
  margin: 0;
  padding: 0;
}

#unityContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%) !important;
  overflow: hidden;
}
.webgl-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.webgl-content .footer {
  margin-top: 5px;
  height: 38px;
  line-height: 38px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 18px;
}
.webgl-content .footer .webgl-logo,
.title,
.fullscreen {
  height: 100%;
  display: inline-block;
  background: transparent center no-repeat;
}
.webgl-content .footer .webgl-logo {
  background-image: url("webgl-logo.png");
  width: 204px;
  float: left;
}
.webgl-content .footer .title {
  margin-right: 10px;
  float: right;
}
.webgl-content .footer .fullscreen {
  background-image: url("fullscreen.png");
  width: 38px;
  float: right;
}

#pdf-viewer {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.pdf-page-canvas {
  display: block;
  width: 100%;
  margin: 5px auto;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

form input[type="file"] {
  display: none;
  position: absolute;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: "Roboto", sans-serif;
}
#fileBrowserPopup {
  position: absolute;
  width: 100vw;
  height: 100vh;
}
.fileBrowserBackground {
  background-color: rgba(44, 62, 80, 0.9);
  width: 100%;
  height: 100%;
}
.fileBrowserContainer {
  background-color: rgba(236, 240, 241, 1);
  width: 300px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='15' ry='15' stroke='%23BDC3C7FF' stroke-width='4' stroke-dasharray='21' stroke-dashoffset='25' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
a.button6 {
  display: inline-block;
  padding: 0.7em 1.4em;
  margin: 0 0 0.3em 0;
  border-radius: 0.15em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;

  box-shadow: inset 0 -0.6em 0 -0.35em rgba(0, 0, 0, 0.17);
  text-align: center;
  position: relative;
}
a.button-green {
  background-color: #00e2b0;
}
a.button-grey {
  background-color: rgba(127, 140, 141, 1);
}
a.button6:active {
  top: 0.1em;
}
.icon {
  padding-bottom: 20px;
}
label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.fileBrowserText {
  font-weight: 700;
  margin-bottom: 20px;
  color: rgba(127, 140, 141, 1);
}
@media all and (max-width: 30em) {
  a.button6 {
    display: block;
    margin: 0.4em auto;
  }
}
.bouncy {
  animation: bouncy 5s infinite linear;
  position: relative;
}
@keyframes bouncy {
  0% {
    top: 0em;
  }
  40% {
    top: 0em;
  }
  43% {
    top: -0.9em;
  }
  46% {
    top: 0em;
  }
  48% {
    top: -0.4em;
  }
  50% {
    top: 0em;
  }
  100% {
    top: 0em;
  }
}

.tingle-force-overflow {
  overflow-y: scroll !important;
}

.location-modal-content {
  width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
  text-align: center;
  padding: 30px 30px 60px;
}

.location-modal-content img {
  width: 82px;
  margin-bottom: 15px;
  margin-top: 30px;
}
.location-modal-content p {
  margin-bottom: 40px;
  font-size: 18px;
}
.location-modal-content button.allow {
  background-color: #009c7e;
  border: none;
  border-radius: 5px;
  width: 100px;
  padding: 14px;
  font-size: 16px;
  color: white;
  box-shadow: 0px 6px 18px -5px #009c7e;
}
.location-modal-content button.deny {
  background-color: #ed6755;
  border: none;
  border-radius: 5px;
  width: 100px;
  padding: 14px;
  font-size: 16px;
  color: white;
  box-shadow: 0px 6px 18px -5px #ed6755;
}

.location-modal-content button {
  cursor: pointer;
}

.location-modal-content p sub {
  font-size: 10px;
}

.location-modal-content .buttons {
  flex-direction: row;
}

.location-modal-content .buttons button:first-child {
  margin-right: 15px;
}

.tingle-permission {
  background: rgba(0, 0, 0, 0.7) !important;
}

.tingle-permission .tingle-modal-box {
  width: auto !important;
}

.tingle-permission .tingle-modal-box__content {
  padding: 0px !important;
}

.offcanvas-top {
  height: 15vh !important;
}

:root {
  --opacity-color: rgba(42, 225, 42, 1);
}

.webcam {
  outline: 3px solid;
  outline-color: rgba(42, 225, 42, 0);
  -webkit-transition: outline-color 700ms ease;
  -moz-transition: outline-color 700ms ease;
  -ms-transition: outline-color 700ms ease;
  -o-transition: outline-color 700ms ease;
  transition: outline-color 700ms ease;
}

.webcam.speaking {
  outline-color: var(--opacity-color);
}

.camera-toggle {
  position: absolute;
  top: 100%;
  left: 50%;
  background-color: #3292d2 !important;
  border-color: #3292d2 !important;
}

/* Animations */

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

body {
  background-color: #111;
  height: 100%;
}

/* Space */

.space {
  position: absolute;
  width: 400vw;
  height: 400vh;
  top: 50%;
  left: 50%;
  margin-top: -200vh;
  margin-left: -200vw;
  animation: spin 240s linear infinite;
  background-size: 240px;
  backface-visibility: visible;

  /* Had to base64 SVG background for FF compatibility */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI0MCAyNDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0MCAyNDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IHg9IjEwNiIgeT0iOTAiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIyIiBoZWlnaHQ9IjIiLz48cmVjdCB4PSI3NCIgeT0iNjMiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSIyMyIgeT0iNjYiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSI1MCIgeT0iMTEwIiBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHJlY3QgeD0iNjMiIHk9IjEyOCIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjxyZWN0IHg9IjQ1IiB5PSIxNDkiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSI5MiIgeT0iMTUxIiBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHJlY3QgeD0iNTgiIHk9IjgiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSIxNDciIHk9IjMzIiBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iMiIgaGVpZ2h0PSIyIi8+PHJlY3QgeD0iOTEiIHk9IjQzIiBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHJlY3QgeD0iMTY5IiB5PSIyOSIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjxyZWN0IHg9IjE4MiIgeT0iMTkiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSIxNjEiIHk9IjU5IiBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHJlY3QgeD0iMTM4IiB5PSI5NSIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjxyZWN0IHg9IjE5OSIgeT0iNzEiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIzIiBoZWlnaHQ9IjMiLz48cmVjdCB4PSIyMTMiIHk9IjE1MyIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjIiIGhlaWdodD0iMiIvPjxyZWN0IHg9IjEyOCIgeT0iMTYzIiBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHJlY3QgeD0iMjA1IiB5PSIxNzQiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSIxNTIiIHk9IjIwMCIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjxyZWN0IHg9IjUyIiB5PSIyMTEiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIyIiBoZWlnaHQ9IjIiLz48cmVjdCB5PSIxOTEiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSIxMTAiIHk9IjE4NCIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjwvc3ZnPg==);
}


.unity-container
{
  width: 100vw; 
  height: 100vh;
  padding-top: 0;
  position: absolute !important;
  -webkit-transition: padding-top .3s ease-in-out;
  -moz-transition: padding-top .3s ease-in-out;
  -o-transition: padding-top .3s ease-in-out;
  transition: padding-top .3s ease-in-out;
}

.camera-visible
{
  padding-top: 15vh !important;
}
.pids-wrapper
{
  width: 100%;
  display: flex;
}

.pid
{
  width: calc(10% - 10px);
  height: 10px;
  display: inline-block;
  margin: 5px;
}

.alert-link
{
  cursor: pointer;
}

