body {
  width: 100%;
  height: 100vh;
  /* overflow: hidden; */
  /* padding: 15px; */
  background-color: #F0F0F0;
  color: #595959;
}

#usersCount:hover {
  cursor: pointer;
}

h3 {
  font-size: 125%;
}

audio {
    display: none;
}

#beforeStartAudio, #beforeStartWebcam, #beforeStartVideo {
  display: none;
  position: fixed;
  width: 500px;
  max-width: 100%;
  /* height: 500px; */
  max-height: 70%;
  top: 15%;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow-y: auto;
  background-color: #EBEBEB;
  border: 5px solid #CA054D;
  border-radius: 10px;
  box-shadow: 0 0 20px black;
  text-align: center;
  padding: 10px;
  z-index: 10;
}

#beforeStartAudio button, #beforeStartWebcam button, #beforeStartVideo button {
  padding: 10px;
  margin: 5px;
}

#presentation{
  max-height: 70%;
  text-align: center;
  padding: 10px;
  position: relative;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
}

.presArrow {
  position: absolute;
  top: 45%;
  cursor: pointer;
}

#nextSlide {
  right: -10px;
}

#prevSlide {
  left: -10px;
}

#compPresBox{
  /* max-height: 100%;
  max-width: 100%; */
  background-image: url("/pres-load.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 100%;
  max-height: 100%;
  border-radius: 20px;
  cursor: pointer;
}

#video{
  border: 2px solid blue;
}

button {
  cursor: pointer;
}

/*

#menu{
  width: 100%;
  height: 40px;
  background-color: #0B2545;
}

#menu a{
  text-align: right;
  line-height: 40px;
  color: #ff28ad;
}

#info{
  padding-left: 25px;
  padding-right: 80px;
}

*/

#content{
  height: 100%;
  padding: 20px;
  position: relative;
} 

#side {
  height: 100%;
  background-color: #EBEBEB;
  /* padding: 10px; */
  position: relative;
}

#sideContent1 {
  position: absolute;
  bottom: 56px;
  left: 0;
  width: 100%;
  height: calc(100% - 106px);
  overflow: auto;
  background-color: #EBEBEB;
}

#sideContent2, #sideContent3 {
  position: absolute;
  bottom: 56px;
  left: 0;
  width: 100%;
  background-color: #EBEBEB;
  height: 0;
  overflow: auto;
}

.attachedFile {
  margin: 20px;
  display: block;
}

.attachedFile img {
  width: 20px;
}

.brandContent {
  position: relative;
  padding: 10px 5px;
}

#chat{
  position: relative;
  min-height: 290px;
  color: #595959;
  padding: 10px;
  height: 50%;
  width: 100%;
}

#reviewForm {
  position: relative;
  padding: 10px;
  height: 25%;
  width: 100%;
  margin-top: 5%;
}

#reviewForm select {
  background-color: #F0F0F0;
  border: none;
  box-shadow: none;
  width: 100%;
}

#reviewForm textarea {
  background-color: #F0F0F0;
  border: none;
  box-shadow: none;
  width: 100%;
}

#reviewForm form div {
  width: 100%;
  /* display: inline-block; */
}

#reviewForm button {
  /* width: 16%; */
  /* display: inline-block; */
  /* margin-left: 2%; */
  /* position: absolute; */
  /* height: 105px; */
  display: block;
  width: 100%;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #595959;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: #00AFB9;
  border-radius: 5px;
}

#chatPanel{
  /* position: absolute; */
  bottom: 0;
  height: 35px;
  width: 100%;
}

#chatPanel #message{
  display: inline-block;
  width: 84%;
  word-break: break-word;
  background-color: #F0F0F0;
  border: none;
  box-shadow: none;
}

#chatPanel #sendMessage{
  display: inline-block;
  width: 13%;
  background-color: #00AFB9;
  height: 100%;
}

#chatPanel #sendMessage:hover{
  background-color: #00959D;
}

#sendMessage img {
  width: 27px;
}

#chatInfo{
  position: absolute;
  top: -30px;
  left: 0;
  width: 100px;
  height: 29px;
  color: white;
  background-color: #0B2545;
  text-align: left;
  line-height: 25px;
  border-radius: 28px;
  font-family: Maven Pro;
  font-weight: 700;
  border: 2px solid #0B2545;
  padding-left: 3px;
}

/* #usersCount{
  position: absolute;
  top: 0;
  right: 0;
  color: #0B2545;
  background-color: white;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 13px;
  font-weight: 300;
} */

#chatMessages{
  padding: 5px;
  height: calc(90% - 40px);
  overflow-y: auto;
  /* position: absolute; */
  width: 100%;
}

.messageSender{
  /* font-weight: 700; */
  display: inline-block;
  font-family: 'Paytone One', sans-serif;
}

.messageText{
  word-break: break-word;
  font-family: 'Prompt', sans-serif;
}

.messageSendTime{
  font-weight: 300;
  display: inline-block;
  font-size: 80%;
  font-family: 'Prompt', sans-serif;
  font-weight: 200;
}

#additionalContent{
  /* margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px; */
  height: 30%;
  overflow: hidden;
  position: relative;
}

#content1, #content2{
  overflow: auto;
  background-image: url("/img/contentBox.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20%;
  background-color: #EBEBEB;
  height: 100%;
  width: calc(49% - 20px);
  /* max-width: 45%; */
  display: inline-block;
  margin-right: 20px;
  border-radius: 20px;
  padding: 10px;
}

#content1 iframe, #content2 iframe{
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}

#presentation iframe{
  width: -webkit-fill-available;
  max-height: 100%;
}

#webcam{
  height: 100%;
  width: calc(49% - 20px);
  /* max-width: 45%; */
  display: inline-block;
  background-color: #EBEBEB;
  margin-right: 20px;
  border-radius: 20px;
  cursor: pointer;
  object-fit: cover;
}

#webcam1{
  height: 400px;
  border: 3px solid #217295;
  display: none;
}

/*

button{
  display: inline-block;
}

button#prevSlide{
  width: 35px;
  height: 35px;
  background-image: url("/previous.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

button#nextSlide{
  width: 35px;
  height: 35px;
  background-image: url("/next.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

button#startAudio{
  width: 35px;
  height: 35px;
  background-image: url("/micOn.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

button#stopAudio{
  width: 35px;
  height: 35px;
  background-image: url("/micOff.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

button#startWebcam{
  width: 35px;
  height: 35px;
  background-image: url("/camOn.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

button#stopWebcam{
  width: 35px;
  height: 35px;
  background-image: url("/camOff.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

button#playbackSwitch{
  width: 35px;
  height: 35px;
  background-image: url("/speaker.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

button#startVideo{

  width: 35px;
  height: 35px;
  background-image: url("/screenOn.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

button#stopVideo{
  width: 35px;
  height: 35px;
  background-image: url("/screenOff.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

button.attachContent{
  width: 35px;
  height: 35px;
  background-image: url("/upload.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

button.detachContent{
  width: 35px;
  height: 35px;
  background-image: url("/remove.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

*/

/* #controlPanel{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #595959;
  color: #F0F0F0;
  z-index: 10;
} */

#controlPanel{
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  max-height: 60px;
  overflow: hidden;
  background-color: #595959;
  color: #F0F0F0;
  z-index: 10;
}

#controlPanel.minimized {
  opacity: 0.4;
}

#controlPanel.minimized:hover {
  opacity: 1;
}

.cpb {
  max-width: 35px;
  max-height: 35px;
  display: inline-block;
  cursor: pointer;
  margin: 5px;
}

.cpb:hover {
  filter: drop-shadow(0 0 3px rgba(202, 5, 77, 0.5));
}

.CPBActive {
  filter: drop-shadow(0 0 3px #CA054D);
}

.cpi {
  max-width: 35px;
  max-height: 35px;
  display: inline-block;
  margin: 5px;
}

#CPM {
  position: absolute;
  top: 5px;
  left: 5px;
}

#CPButtons {
  height: 100%;
  width: calc(100% - 80px);
  margin-left: 50px;
}

.bordered {
  border: 1px solid rgba(255,255,255, 0.3);
  vertical-align: top;
}

.leftBorder {
  border-left: 1px solid #F0F0F0;
  padding-left: 10px;
  vertical-align: top;
  max-width: 98%;
}

#CPButtons div {
  display: inline-block;
  margin: 5px 8px;
}

#controlPanel textarea {
  display: inline-block;
  width: 200px;
  vertical-align: middle;
  min-height: unset;
  height: 40px;
  margin: 0;
}

#controlPanel select {
  display: block;
  width: 200px;
  height: 35px;
  line-height: 20px;
}

#controlPanel h4 {
  font-size: 90%;
}

#attachListLector {
  width: 500px;
  max-width: 100%;
  max-height: 100px;
  overflow-y: auto;
  list-style: inside;
}

/*

#controlPanel div{
  padding-bottom: 60px;
}

#brandMaterials{
  margin: 50px 20px;
}

#logo{
  text-align: left !important;
  color: #8FCEEE !important;
  padding-left: 20px;
}

@keyframes beforeStartAnim {
  0% {opacity: 0;}
  50% {opacity: 1;}
  100% {opacity: 0;}
}

#beforeStartLayer{
  display: none;
  animation-name: beforeStartAnim;
  animation-duration: 3s;
  animation-iteration-count: infinite;
} */

#autoPlayNotAllowed{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #EBEBEB;
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
  overflow-y: auto;
  color: #EBEBEB;
}

#allowAutoplay {
  background-color: #EBEBEB;
  padding: 15px 20px;
  text-align: center;
  border-radius: 5px;
  display: block;
  margin: 100px auto 0 auto;
}

#blackShape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background-color: #595959;
}

#greenLine {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #00AFB9;
}

#welcome {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #00AFB9;
  width: 350px;
  min-height: 700px;
  border-radius: 180px;
  padding: 0 10px 90px 10px;
}

#welcome img {
  margin-top: 30px;
}

#welcome h1 {
  margin-top: 80px;
  font-size: 180%;
}

#welcome h2 {
  font-size: 130%;
}

#welcome h3 {
  font-size: 90%;
}

#welcome span {
  font-size: 90%;
  font-weight: 200;
  margin-top: 15px;
  display: block;
}

#webcamC1, #webcamC2, #webcamC{
  display: none;
  height: 100%;
  width: calc(49% - 20px);
  /* max-width: 45%; */
  background-color: #EBEBEB;
  margin-right: 20px;
  border-radius: 20px;
  object-fit: cover;
}

/*

#attachmentSection{
  padding-top: 50px;
  width: 95%;
  margin: 0 auto;
  font-weight: 700;
}

#attachmentSection a img{
  width: 20px;
}

.advert {
  width: 500px;
  max-width: 90%;
}
*/

img#adcSlider {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -30px;
  height: 60px;
  z-index: 100;
  opacity: 0.4;
}

img#adcSlider:hover {
  opacity: 1;
}

#statusPanel {
  background-color: #595959;
  width: 100%;
  height: 50px;
  border-radius: 0 0 20px 20px;
  position: relative;
  line-height: 50px;
}

#notificationPanel {
  position: relative;
  width: 100%;
  height: 20%;
  min-height: 136px;
  overflow: auto;
  padding: 10px;
  font-size: 90%;
}

.hrGreen {
  border: 2px solid #00AFB9;
}

.hrRed {
  border: 2px solid #CA054D;
}

.leftPos {
  position: absolute;
  top: 0;
  left: 10px;
  display: block;
}

.rightPos {
  position: absolute;
  top: 0;
  right: 10px;
  display: block;
}

.green {
  color: #00AFB9;
}

.greenBtn:hover {
  background-color: #00959D;
}

.greenBtnActive {
  background-color: #00959D !important;
}

.red {
  color: #ff5b97;
}

.redBtn:hover {
  background-color: #A2023D;
}

.fontPaytone {
  font-family: 'Paytone One', sans-serif;
}

.fontPrompt {
  font-family: 'Prompt', sans-serif;
}

.signal {
  width: 15px;
}

.largerSignal {
  width: 20px;
}

.marginTop {
  margin-top: 20px;
}

#bottomPanel {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 2px;
  left: 0;
}

.greenBtn {
  width: 50px;
  height: 50px;
  background-color: #00AFB9;
  display: inline-block;
  margin: 0 2px;
}

#bottomPanel .greenBtn {
  vertical-align: bottom;
}

.redBtn {
  width: calc(100% - 180px);
  height: 50px;
  background-color: #CA054D;
  display: inline-block;
  margin: 0 2px;
  color:#EBEBEB;
}

.greenBtn img {
  max-width: 20px;
  max-height: 20px;
}

/* #technicalHelp {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #ff28ad;
  color: white;
  padding: 8px;
  z-index: 200;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  display: none;
}  */

#adcSlider {
  display: none;
}

input[name="pres"], input[name="attachments"] {
  display: none;
}

.disabled {
  opacity: 0.4;
}

.webcamAsMainContent {
  width: 100% !important;
  margin: 0 !important;
}

@media only screen and (max-width: 1510px) { 

}
