.conference-state {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: calc(100 * var(--window-inner-height));
  overflow: hidden;
  position: relative;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.conference-state.conference-background-black, .conference-state .conference-background-black, .vuzixConference.conference-background-black, .vuzixConference .conference-background-black {
  background-color: rgba(var(--conference-background));
}

.conference-state video::--webkit-media-controls-play-button {
  display: none;
  -webkit-appearance: none;
  appearance: none;
}

.conference-state video::-webkit-media-controls-panel {
  display: none;
  -webkit-appearance: none;
  appearance: none;
}

.conference-state .trigger-button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 42;
}

.conference-state .trigger-button-wrapper span {
  position: absolute;
  top: 100%;
  color: #FFFFFF;
  text-shadow: 0 0 5px #000000;
}

.conference-state .side-navigation-trigger-button, .conference-state .notification-center-trigger-button {
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
  margin: 8px;
  box-sizing: border-box;
  border-radius: var(--default-radius-large);
  transition: background-color 420ms ease;
  outline: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(var(--color-alpha-black));
  border: 2px solid transparent;
  padding: 0;
  overflow: hidden;
  position: relative;
  margin-top: env(safe-area-inset-top, 0); 
}

.conference-state .side-navigation-trigger-button[disabled], .conference-state .notification-center-trigger-button[disabled] .conference-state .side-navigation-trigger-button[disabled] md-icon, .conference-state .notification-center-trigger-button[disabled] md-icon {
  color: rgba(var(--font-color-disabled)) !important;
}

.conference-state .notification-center-trigger-button i {
  position: absolute;
  top: 6px;
  right: calc(50% - 20px);
  width: 8px;
  height: 8px;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: rgba(var(--notifcation-indicator-color));
}

.conference-state .side-navigation-trigger-button.is-smart-glasses {
  overflow: visible;
  top: 8px;
  right: 8px;
}

.conference-state .side-navigation-trigger-button.is-smart-glasses:focus {
  border: 2px solid rgba(var(--vuzix-focus-color));
}

.conference-state .side-navigation-trigger-button:not([disabled]) md-icon, .conference-state .notification-center-trigger-button:not([disabled]) md-icon {
  color: rgba(var(--font-color-invert));
}

.conference-state .side-navigation-trigger-button.is-smart-glasses span {
  position: absolute;
  top: calc(100% + 4px);
  font-size: 10pt;
  text-transform: capitalize;
  word-break: break-word;
  max-width: 80px;
  width: 80px;
  overflow: hidden;
  margin-top: 2px;
  color: #FFFFFF;
  text-shadow: 0 0 5px #000000;
}

.conference-state .information-wrapper {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 42;
  pointer-events: none;
  margin-top: env(safe-area-inset-top, 0);
}

.conference-state .information-wrapper .floating-toolbar-directive .floating-toolbar-content {
  margin: 0;
}

.conference-state .information-wrapper button {
  pointer-events: none;
}

.conference-state .information-wrapper .is-recording {
  animation: recording-animation 2s infinite;
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  color: rgba(var(--color-error));
  fill: rgba(var(--color-error));
}

.conference-state .video-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  position: relative;
}

.conference-state .video-wrapper video {
  width: 100%;
  height: auto;
  max-height: calc(100 * var(--window-inner-height));
}

.conference-state .video-wrapper .invisible-video {
  opacity: 0;
}

.conference-state .video-wrapper .ios-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.conference-state .only-participant-wrapper {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  color: rgba(var(--font-color-invert));
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.21em;
  padding: 16px;
  outline: none;
  z-index: 4;
  background-color: rgba(var(--conference-background));
}

.conference-state .only-participant-wrapper .only-participant-button-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
}

.conference-state .only-participant-wrapper .only-participant-button-wrapper button {
  max-width: 256px;
  flex-grow: 1;
}

.conference-state .only-participant-wrapper md-icon {
  color: rgba(var(--font-color-invert));
  outline: none;
  cursor: pointer;
}

.conference-state .toolbar-wrapper {
  position: fixed;
  bottom: 21pt;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

.conference-state .toolbar-wrapper.elevate {
  z-index: 81;
}

.conference-state .toolbar-wrapper .floating-toolbar-directive .floating-toolbar-content .floating-toolbar-navigation-wrapper button:not([disabled]):focus {
  background-color: transparent;
}

.conference-state .toolbar-wrapper .floating-toolbar-directive .floating-toolbar-content .floating-toolbar-navigation-wrapper button span {
  line-height: initial;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 96px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: capitalize;
  display: none;
  color: rgba(255, 255, 255, 1);
  text-shadow: 0 0 4px rgba(0, 0, 0, 1);
}

.conference-state .toolbar-wrapper .floating-toolbar-directive .floating-toolbar-content .floating-toolbar-navigation-wrapper button.hang-up-call-button span {
  word-break: keep-all;
}

.conference-state .toolbar-wrapper.is-smart-glasses.is-button-text-visible .floating-toolbar-directive .floating-toolbar-content .floating-toolbar-navigation-wrapper button span {
  display: block;
}

.conference-state .toolbar-wrapper.is-smart-glasses .floating-toolbar-directive .floating-toolbar-content .floating-toolbar-navigation-wrapper button:hover span {
  border-bottom: 2px solid transparent;
}

.conference-state .toolbar-wrapper.is-smart-glasses.is-button-text-visible .floating-toolbar-directive .floating-toolbar-content .floating-toolbar-navigation-wrapper button {
  min-width: 96px;
}

.conference-state .toolbar-wrapper .chat-indicator {
  position: absolute;
  width: 6px;
  min-width: 6px;
  height: 6px;
  min-height: 6px;
  border-radius: 50%;
  top: 6px;
  right: calc(50% - 20px);
  transform: translate(-50%, -50%);
  background-color: rgba(var(--notifcation-indicator-color));
}

.conference-state .floating-toolbar-menu-directive .floating-toolbar-menu-group button span {
  max-width: 100%;
}

.conference-state .floating-toolbar-menu-directive .floating-toolbar-menu-group button md-icon {
  margin-bottom: 4px;
}

.conference-state .floating-toolbar-menu-directive .floating-toolbar-menu-group button span {
  position: relative;
  white-space: inherit;
}

@media (max-width: 640px) {
  .conference-state .information-wrapper button {
    width: inherit !important;
  }
  .conference-state .information-wrapper button span {
    display: inherit !important;
  }
  .conference-state .floating-toolbar-directive .floating-toolbar-content .floating-toolbar-navigation-wrapper button {
    min-width: 52px !important;
    width: 52px;
  }
}

@-webkit-keyframes recording-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes recording-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes recording-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}

@keyframes recording-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}

.video-wrapper.iOSTransparency.bg {
  background-color: #000000 !important;
}