:root {
  --customer-primary-color: black !important;
  --customer-primary-textColor: white !important;
}

body,
.myRoom.ready {
  background-image: url('/clientUploads/reuniaosebraego.connsult.com.br/background.jpg');
}

.leftHeader {
  height: 60px;
  background-image: url('/clientUploads/reuniaosebraego.connsult.com.br/logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin: 19px 0px 0px 10px;
  width: 10% !important;
  min-width: 10% !important;
  max-width: 10% !important;
}

.ready .leftHeader {
  height: 65px;
  margin: 0px 0px 0px 10px;
}

.header .roomId label {
  display: none;
}
.header .roomId {
  font-family: 'Trebuchet MS';
  letter-spacing: 1.1px;
  font-weight: 600;

  text-align: left !important;
  font-size: 30px;
  color: #fff;
  margin-left: 20px;
  margin-top: 8px;
  text-shadow: black 1px 1px 8px;
  text-overflow: ellipsis;
  max-width: 290px;
  word-break: break-all;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

.header .conectados {
  display: none;
}

.myRoom.ready .header {
  background-color: black;
  border-bottom: 1px solid #ddeeff;
}

.myRoom.ready .leftHeader {
  height: 100%;
  border-right: 1px solid #ddeeff;
  background-size: 90px;
  background-position: center;

  width: 300px;
  min-width: 300px;
  max-width: 300px;
}

.myRoom.ready .roomId {
  font-size: 22px;
  margin-left: 10px;
  margin-top: 5px;
  display: block;
}

.myRoom.ready .conectados {
  display: block;
  font-size: 12px;
  color: #7a8b93 !important;
}

.clock {
  margin-top: 2px;

  color: #fff;
  width: 220px;

  position: fixed;

  top: 0;
  left: 0;
  transform: translate(calc(50vw - 50%));
}

.centerHeader {
  min-width: 60%;
  width: 60%;
  max-width: 60%;
}

.rightHeader {
  min-width: auto;
  width: auto;
  max-width: fit-content;
}

@media (max-width: 865px) {
  .centerHeader,
  .rightHeader {
    display: none;
  }
  .leftHeader {
    border-right: none !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    text-align: center;
  }
}
