:root {
  --header-height: 90px !important;

  --customer-primary-color: #1a8873 !important;
  --customer-primary-textColor: #fff !important;
}

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

.leftHeader {
  height: 80px;
  background-image: url('/clientUploads/meet.connsult.com.br/logoNovo.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin: 20px 0px 0px 10px;
  background-position: 10px;
  background-color: #ffffff33;
  width: 260px;
}

.centerHeader {
  color: #fff;
}

.myRoom.ready .header {
  padding-left: 0px;
  background: linear-gradient(to right, #ffffff33 0%, #009aae 40%, #0075a4 75%, #002685 85%, #06006c 100%);
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
  height: var(--header-height);
}

.myRoom.ready .leftHeader {
  background-image: url('/clientUploads/meet.connsult.com.br/logoNovo.png');

  height: 100%;
  margin: 0px 0px 0px 0px;
  background-color: transparent;
  width: 33.33%;
}

/* Ajustes para mobile */
@media (max-width: 865px) {
  :root {
    --header-height: 70px !important;
  }
  .centerHeader,
  .rightHeader {
    display: none;
  }
  .header {
    height: 70px;
  }

  .leftHeader {
    border-right: none !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    text-align: center;
    margin-left: 0px;
    background-position: center;
    background-size: 130px;
    margin-top: 0px;
  }

  .myRoom.ready header {
    padding-right: 0px;
  }
  .myRoom.ready .leftHeader {
    background-position: center;
    background-size: 120px;
  }
}

@media (max-height: 560px) {
  .centeredLayout.myRoom.ready .header .leftHeader {
    background-size: 80px;
  }
}
