:root {
  --customer-primary-color: #0031b2 !important;
  --customer-primary-textColor: #fff !important;
  --customer-secondary-color: #f28080 !important;
  --header-height: 0px !important;
}

body,
.myRoom.ready {
  background-image: url('/clientUploads/meet-any.conexa.vc/background.jpg');
}

.centeredLayout #body #participantsPlaceholder {
  background-color: #202124 !important;
}

.myRoom header {
  border: none !important;
}

.myRoom .leftHeader {
  max-width: 230px !important;
  width: 230px !important;
}

.myRoom.ready .leftHeader {
  max-width: 240px !important;
  width: 240px !important;
}

.centeredLayout #body #participantsPlaceholder .videosContainer {
  border-left: none;
}

section#footer {
  background-color: #202124 !important;
  margin-top: 13px;
}

section#footer .toolbar {
  background-color: #202124 !important;
  padding-top: 10px !important;
}

.panelRight {
  margin-top: 80px;
  background-color: rgba(255, 255, 255, 0.2);
}

.leftHeader {
  height: 65px;
  background-image: url(/clientUploads/meet-any.conexa.vc/logo-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 19px 0px 0px 0px;
  visibility: hidden;
}

.myRoom.ready .leftHeader {
  height: 65px;
  background-image: url(/clientUploads/meet-any.conexa.vc/logo-conexa.svg);
  background-color: rgba(255, 255, 255, 0.2);
  background-position: center;
  border-radius: 10px;
  background-size: 220px;
  max-width: 240px;
  visibility: hidden;
}

.myRoom:not(.ready) .panelRight #ficarPronto {
  display: none;
}

.myRoom:not(.ready) .panelRight .askPermission {
  display: block !important;
}

.myRoom:not(.ready) .panelRight .selectDevices {
  display: none;
}

.centerHeader {
  opacity: 0;
}

.exitBtnContainer,
.inviteBtnContainer {
  display: none !important;
}

#chatContainer #messageInput .dropzone {
  display: none !important;
}

@media (max-aspect-ratio: 3/4) {
  .leftHeader {
    height: 70px;
  }

  .myRoom.ready .leftHeader {
    border-radius: 0px;
  }

  .panelRight {
    margin-top: 100px;
  }
}

@media (max-height: 560px) {
  .centeredLayout.myRoom.ready .header {
    display: none;
  }
}
