:root {
  --customer-primary-color: #071c2d !important;
  --customer-primary-textColor: #fffefe !important;
  --customer-secondary-color: #rgb(201, 170, 138) !important;
  --header-height: 0px !important;
}

body {
  background: #071c2d !important;
  background: url('/clientUploads/smartboardmeet.connsult.com.br/logo2-semfundo.png') no-repeat left 13% top 10%,
    linear-gradient(145deg, #071c2d 0%, #ffffff 95%) !important;
  background-position: center center;
  background-size: 350px, cover !important;
}

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

.myRoom header {
  border: none !important;
}

.myRoom.ready {
  background: linear-gradient(145deg, #071c2d 0%, #ffffff 95%) !important;
  background-position: center center;
  background-size: cover !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: 90px;
  background-size: contain;
  background-repeat: no-repeat;
}

.myRoom.ready .leftHeader {
  height: 70px;

  background-position: center;
  border-radius: 10px;

  width: 175px !important;
  background-image: url('/clientUploads/smartboardmeet.connsult.com.br/logo2-semfundo.png');
  background-size: 160px;
  background-repeat: no-repeat;
}

.centerHeader {
  opacity: 0;
}

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

  body {
    background: linear-gradient(145deg, #ffffff 0%, #071c2d 65%) !important;
  }

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

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

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

@media (max-width: 767.98px) {
  :root {
    --header-height: 90px !important;
  }

  .leftHeader {
    background-image: url('/clientUploads/smartboardmeet.connsult.com.br/logo2-semfundo.png');
    background-size: 200px;
    background-repeat: no-repeat;
    background-position-y: 10px !important;
    width: 250px !important;
    max-width: 250px !important;
    height: var(--header-height);
  }
  body {
    background: linear-gradient(145deg, #ffffff 0%, #071c2d 65%) !important;
  }
}
