.room-info {
  padding: 15px;
  height: 110px;
  background-color: #666;
}

.room-wrap {
  display: block;
  flex-direction: column;
  position: absolute;
  height: calc(100% - 60px);
  width: 100%;
}

#emotes-show {
  background: transparent;
  color: #cc092f;
  border: none;
  position: absolute;
  right: 25px;
  bottom: 55px;
}

.emotes-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.chat-wrap {
  height: calc(100% - 70px);
  background-color: #fff;
  border: 1px solid #cc092f;
  width: 300px;
  right: 0px;
  position: fixed;
}

#chat-top {
  background-color: #fff;
  border-bottom: 1px solid #cc092f;
  position: absolute;
  top: 0;
  width: 100%;
  height: 30px;
}

#emotes {
  width: 300px;
  bottom: 155px;
  position: absolute;
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #666;
  padding: 10px;
}

#chat-base {
  background: linear-gradient(45deg, #f36279 0%, #cc092f 35%, #cc092f 50%, #b41a83 100%);
  padding: 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
}

#message {
  padding-right: 4rem;
}

.main-wrap {
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  width: calc(100% - 300px);
}

.video-wrap {
  max-height: calc(100%);
  background-color: black;
  position: absolute;
  left: 0;
  width: calc(100%);
  overflow-y: hidden;
}

.video-container {
  background-color: black;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  /* vertical center */
  left: 0;
  right: 0;
}

.video {
  position: relative;
  height: calc(100%) !important;
  max-height: 100%;
}

.emotes-toggle {
  cursor: pointer;
  z-index: 20;
}

.sacar-brads {
  background-color: #cc092f;
  color: #fff;
  vertical-align: top;
  padding: 0px 10px;
  overflow: hidden;
  height: 0px;
  transition: height 1s;
}

.material-icons {
  display: inline-flex;
}

.sacar-brads-aberto {
  padding: 0px 10px;
  height: 35px;
}

#quizbox {
  background-color: rgba(255, 255, 255, 0.8);
  color: #666;
  top: 230px;
  width: 250px;
  height: 190px;
  position: fixed;
  z-index: 20;
  transform: translate(-260px);
  transition: all 1s;
}

.quiz-show {
  transform: translate(20px) !important;
}
