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

body {
  background: #20524f !important;
  background: url('/clientUploads/binminasmeet.connsult.com.br/background.png') no-repeat 2vh 2vh,
    linear-gradient(-32deg, #c9a170 -55%, #20524f 100%) !important;
  background-size: 500px, cover !important;
}

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

.myRoom.ready {
  background-image: none;
  background: linear-gradient(-32deg, #c9a170 -55%, #20524f 100%);
}

.myRoom header {
  border: none !important;
}

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

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

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

.leftHeader {
  height: 96px;
  background-image: none;
  margin: 19px 0px 0px 0px;
}

.myRoom.ready .leftHeader {
  height: 60px;
  background-image: url('/clientUploads/binminasmeet.connsult.com.br/logo.png');
  background-color: transparent;
  background-position: center;
  border-radius: 10px;
  background-size: 220px;
  max-width: 240px;
}

.centerHeader {
  opacity: 0;
}

@media (max-aspect-ratio: 3/4) {
  body {
    background-image: none !important;
    background: linear-gradient(-32deg, #c9a170 -55%, #20524f 100%) !important;
  }
  .leftHeader {
    height: 70px;
    background-image: url('/clientUploads/binminasmeet.connsult.com.br/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 19px 0px 0px -10px;
  }
  .myRoom.ready .leftHeader {
    height: 46px;
  }

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

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