:root {
  --customer-primary-color: #63bac9 !important;
  --customer-primary-textColor: #fff !important;
  --customer-secondary-color: #333 !important;
  --header-height: 0px !important;
}

body,
.myRoom.ready {
  background-image: url('/clientUploads/teleconsulta.supporthealth.com.br/background.png') !important;
  background-position: center center;
  background-size: cover;
}

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

.myRoom header {
  border: none !important;
}

.myRoom .leftHeader {
  max-width: 230px !important;
  width: 230px !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: 90px;
  background-color: rgba(255, 255, 255, 0.2);
}

.leftHeader {
  height: 100px;
  background-image: url('/clientUploads/teleconsulta.supporthealth.com.br/logo.png');
  filter: brightness(10);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 19px 0px 0px 0px;
}

.myRoom.ready .leftHeader {
  background-position: center;
  filter: brightness(10);
  max-width: 175px !important;
  height: 90px;
}

.centerHeader {
  opacity: 0;
}

.inviteBtnContainer {
  display: none !important;
}

@media (max-aspect-ratio: 3/4) {
  :root {
    --header-height: 100px !important;
  }

  .leftHeader {
    margin-top: 10px !important;
    height: 90px;
    border-radius: 10px;
    filter: brightness(10);
  }
  .myRoom.ready .leftHeader {
    height: 60px;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.2);
    filter: brightness(10);
    margin-top: 0px !important;
  }

  .awaitingParticipants {
    top: 60px !important;
  }

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

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