html, body {
  margin: 0 !important;
  padding: 0 !important;
}
body{
    background: #353535;
    overflow:hidden;
    /* font-family: monospace; */
    user-select: none;

    /* background: url("/assets/images/poolside.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
}
button{
  font-family: monospace;
  font-weight: bold;
}
input{
  font-family: monospace;
}
#backgroundGrid{
    width: 100vw;
    height: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    overflow:hidden;
    background-size: 60px 60px;
    background-image:
      linear-gradient(to right, grey 1px, transparent 1px),
      linear-gradient(to bottom, grey 1px, transparent 1px);

}
#backgroundVR{
  position: absolute;
  height: 100%;
  width: 100%;
}
.animateLeft{
    background-position-x: 10px;
}
.mediaTrack{
    height: 120px;
}
.buildOption{
    border:1px solid white;
    padding:12px;
    margin-top:8px;
    margin-bottom: 8px;
}
.buildOption:hover{
    cursor: pointer;
}
#buildInstructions{
    position:absolute;
    text-align:center;
    color:white;
    font-family:monospace;
    font-size:1.3em;
    display:block;
    background:#353535;
    z-index:99;
}
#isYellingIndicator{
    position:absolute;
    text-align:center;
    width:100%;
    top:24px;
    color:white;
    font-family:monospace;
    font-size:1.3em;
    display:none;
    z-index: 99;
}
#bottomText{
    position:fixed;
    bottom:12px;
    right:12px;
    color:white;
    font-family:monospace;
    text-align:right;
    line-height:1.6em;
    cursor:default;
    padding:12px;
}

#controls{
    position:fixed;
    bottom:4px;
    left:8px;
    cursor:pointer;
    padding:12px;
}
.me {
  z-index: 10;
}

#buildSelection {
    border: 2px dotted #fff;
    position: absolute;
}

.indicate-hover{
  border: 1px solid white;
  transition: 0.2s border;
  cursor: default;
}
.indicate-hover:hover{
  border: 4px solid white;
  cursor: pointer;
}

h1{
  margin:4px;
}

.indicate-hover .enter-prompt{
  display: none;
  position: absolute;
  margin:0px;
}
.indicate-hover:hover .enter-prompt{
  display: block;
}

.subroom{
  /*padding:16px;*/
}

.closeButton{
  cursor: default;
  background-color: #c0392b;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: white;
  border: none;
  font-family: sans-serif;
  position: absolute;
  z-index: 10;
  width: 28px;
  height: 28px;
  border-radius: 4px;
}
.closeButton:hover{
  cursor: pointer;
  background: red;
}

.notActive::after {
    background: rgb(255, 255, 255, 0) !important;
}

.playerDiv::after {
  display: flex;
  border-radius: 300px;
  background: rgb(255, 255, 255, 0.7);
  height: 240px;
  width: 240px;
  animation: pulsate 1.5s ease-out;
  animation-iteration-count: infinite;
  opacity: 0.0;
  content: "";
  z-index: -1;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@keyframes pulsate {
  0% {
    transform: scale(0.4, 0.4);
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}

@keyframes moveLeft {
   from {
     transform: translateX(0);
   }
   to {
     transform: translateX(-120px);
   }
}

#cc-text{
  background: rgba(255, 255, 255, 0.8);
  opacity: .5;
  position: fixed;
  bottom: 5.2rem;
  left: 0px;
  right: 0px;
  z-index: 100;
  color: black;
  width: 300rem;
  margin: auto;
  padding: 1rem 20rem;
}

#buttons {
  background: rgba(255, 255, 255, 0.8);
  opacity: .5;
  position: fixed;
  bottom: 1rem;
  left: 0px;
  right: 0px;
  z-index: 100;
  /* width: 15rem; */
  width: 50rem;
  margin: auto;
  /* padding: .5rem; */
  padding: 0rem;
  box-sizing: border-box;
  border-radius: 1rem;
  display: flex;
  justify-content: space-between;
  /* transition: opacity 250ms; */
}

#buttons button {
  background: none;
  border: none;
}

#mutebtn,
#emojibtn,
#chatbtn,
#announcebtn,
#embedlinkbtn,
#youtubebtn,
#googledocsbtn,
#whiteboardbtn,
#meetingroombtn,
#videomutebtn,
#swapcamerabtn,
#backtoroom,
#roomlinksbtn,
#previewbtn,
#shareroombtn,
#closedcaptioningbtn,
#hangupbtn,
#screensharebtn {
  /* display: none; */
  font-size: 2rem;
  cursor: pointer;
}
#mutebtn,
#emojibtn,
#chatbtn,
#closedcaptioningbtn,
#hangupbtn,
#videomutebtn {
  display: block;
}

/* #chatPopover {
  background: rgba(255, 255, 255, 0.8);
  opacity: .5;
} */

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 101; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 10px; /* Place content 60px from the top */
  padding-bottom: 200px;
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav p,li {
  padding: 5px 5px 5px 10px;
  text-decoration: none;
  font-size: 18px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  /* padding: 20px; */
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.bubble {
  position: absolute;
  font-family: sans-serif;
  /* font-size: 18px; */
  line-height: 24px;
  width: 200px;
  background: #fff;
  border-radius: 20px;
  /* padding: 10px; */
  text-align: center;
  color: #000;
  top: 0;
  z-index: 99999999999;
}

.bubble-bottom-left:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 24px solid #fff;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
  border-bottom: 20px solid transparent;
  left: 32px;
  bottom: -24px;
}

.bubble-bottom-right:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 24px solid #fff;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
  border-bottom: 20px solid transparent;
  right: 32px;
  bottom: -24px;
}

.ham {
  position: absolute;
  /* always keep ham on top of everything */
  z-index: 1001;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  border: none;
  cursor: pointer;
  background-color: transparent;
  /* show the menu image */
  background-image: url("https://ljc-dev.github.io/testing0/ham.svg");
  background-size: 100%;
}
/* change ham image to close */
.showClose {
  background-image: url("https://ljc-dev.github.io/testing0/ham-close.svg");
}
.helpbar {
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  color: white;
  /* hide the menu above the screen by default */
  transform: translateY(-100%);
  /* transition adds a little animation when sliding in and out the menu */
  transition: transform 0.2s ease;
  z-index: 1000;
}
.showNav {
  /* show the menu */
  transform: translateY(0);
}
.sticky-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    /* width: 100%; */
    /* color: gray; */
    text-align: center;
}
.notify-container {
  position: relative;
	display: inline-block;
}
.notify-bubble {
  position: absolute;
  top: -8px;
  right: -7px;
  padding: 2px 5px 2px 6px;
  background-color: red;
  color: white;
  font-size: 0.65em;
  border-radius: 50%;
  box-shadow: 1px 1px 1px gray;
  display: none;
}

.regionUI
{
  border: 0px solid yellow;
  position: absolute;
  display: flex;
  flex-direction: row;
  pointer-events: none;
}

.buttonUI
{
  border: 0px solid lime;
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: auto;
  filter: drop-shadow(0px 0px 20px white);
}

#buttonWrapper {
  position: absolute;
  width: 30px;
  /* top: 100px; */
  bottom: 10px;
  right: 20px;
}

input[type =
"button"] {
  padding: 5px;
  width: 30px;
  margin: 0px 0px 2px 0px;
}
