:root {
  --customer-primary-color: #38b1da !important;
  --customer-primary-textColor: #fffefe !important;
  --customer-secondary-color: #737cf4 !important;
  --header-height: 0px !important;
}

body {
  background: rgb(31, 30, 30) !important;
  background: url('/clientUploads/aditicare.anymeet.io/logo.png') no-repeat left 8% top 40%,
    url('/clientUploads/aditicare.anymeet.io/background.jpg') !important;
  background-size: 30%, cover !important;
}

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

.myRoom header {
  border: none !important;
}

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

.myRoom.ready {
  background: url('/clientUploads/aditicare.anymeet.io/background.jpg');
  background-position: center center;
  background-size: cover !important;
}

.myRoom.ready .leftHeader {
  max-width: 160px !important;
  width: 160px !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: 100px;
  background-image: url(/clientUploads/aditicare.anymeet.io/logo.png);
  background-color: rgba(255, 255, 255, 0.2);
  background-position: center;
  border-radius: 10px;
  background-size: 110px;
  max-width: 110px;
}

.centerHeader {
  opacity: 0;
}

@media (max-width: 767.98px) {
  .leftHeader {
    height: 70px;
  }

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

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

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

@media (max-aspect-ratio: 3/4) {
  body {
    background: url('/clientUploads/aditicare.anymeet.io/logo.png') no-repeat center bottom 4%,
      url('/clientUploads/aditicare.anymeet.io/background.jpg') !important;
    background-size: 40%, cover !important;
  }
}
