@-webkit-keyframes blink {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0.8;
  }
}
@keyframes blink {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0.8;
  }
}
@-webkit-keyframes blink-more {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0.5;
  }
}
@keyframes blink {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0.5;
  }
}
.fullscreen-visible {
  display: none !important;
}

body.split-screen .cam .stage {
  display: flex;
}
body.split-screen .cam .stage > img,
body.split-screen .cam .stage > video {
  position: static;
  display: flex;
}
body.split-screen #remoteVideo {
  background-size: cover;
  background-position: 50%;
  display: flex;
  align-self: center;
  height: auto;
}
body.split-screen .cam-stage {
  width: 100% !important;
  float: none;
}
body.split-screen .cam-stage-inner {
  width: 50%;
  overflow: visible;
}
body.split-screen .webcam-app-wrapper.member-local-stream {
  height: 0;
  padding-top: 56.25%;
  width: 100% !important;
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  right: 0;
  border: 0;
}
body.split-screen .webcam-app-wrapper.member-local-stream:after {
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -48px;
  z-index: 2;
  background: #aaa;
  content: "";
  display: none;
}
body.split-screen .webcam-app-wrapper.member-local-stream .btn-cam {
  width: 100% !important;
  display: block !important;
}
body.split-screen .webcam-chat-area {
  min-height: 0;
}
body.split-screen .webcam-box-wrapper {
  border: 0;
  padding-bottom: 0;
}
body.split-screen .webcam-box-wrapper > .wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
body.split-screen .cam-box .cam {
  flex: 1 !important;
  display: flex !important;
  height: calc(100vh - 99px - 72px);
}
body.split-screen .cam-box .remote-stream-container {
  width: 50% !important;
  flex: 1 0 50% !important;
  height: auto !important;
  padding: 0 !important;
}
body.split-screen .cam-box .member-local-stream {
  display: flex;
  border: 0 !important;
  border-left: 2px solid rgba(255, 255, 255, 0.1) !important;
  position: relative !important;
  flex: 1 0 50% !important;
  width: 50% !important;
  top: 0 !important;
  left: 0 !important;
  bottom: auto !important;
  right: auto !important;
  padding: 0 !important;
  max-width: 100% !important;
}
body.split-screen .cam-box .member-local-stream .member-stream-container {
  flex: 1;
  align-self: center;
}

.fullscreen .webcam-header {
  padding-left: 16px;
}
.fullscreen .wrapper {
  width: 100%;
}
.fullscreen .page-wrap {
  padding-top: 0;
}
.fullscreen .fullscreen-visible {
  display: block !important;
}
.fullscreen .fullscreen-hidden {
  display: none !important;
}
.fullscreen [data-rz-handle],
.fullscreen .header-sec,
.fullscreen .profile-sec,
.fullscreen .footer-sec {
  display: none !important;
}
.fullscreen .viewport-actions {
  top: 64px !important;
}
.fullscreen .viewport-actions.-bottom {
  top: auto !important;
}
.fullscreen .home [data-trigger=toggle-fullscreen] {
  transition: opacity 0.3s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 39px;
  border-radius: 3px;
  color: #fff;
  background-color: rgba(5, 0, 0, 0.5);
  font-size: 22px;
}
.fullscreen .chat-box {
  width: 350px;
  height: 45vh;
  display: block;
  flex: none;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
}
.fullscreen .chat-box .chat-info-box {
  display: none;
}
.fullscreen .chat-box .chat-main-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 5px;
  bottom: 56px;
}
.fullscreen .chat-box .chat-main-box .main-chat {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  height: calc(100% - 43px - 35px);
}
.fullscreen .chat-box .chat-main-box.hidden {
  top: auto;
  bottom: 6px;
  z-index: 10;
}
.fullscreen .chat-box .chat-main-box.hidden .main-chat {
  display: none;
}
.fullscreen .chat-box .chat-main-box.hidden + .chat-form {
  display: none;
}
.fullscreen .chat-box .chat-form {
  position: absolute;
  left: 0;
  right: 5px;
  bottom: 6px;
}
.fullscreen .chat-box .chat-form .chat-form-wrapper {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.fullscreen .chat-box .chat-form .chat-form-wrapper input[type=text] {
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  padding: 0 10px;
}
.fullscreen .chat-box .chat-form .chat-form-wrapper > a {
  font-size: 18px;
}
.fullscreen .chat-box .chat-form .chat-form-wrapper .btn.btn-chat {
  padding: 0 15px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.fullscreen .chat-trigger {
  display: block;
}
.fullscreen [data-trigger=chat] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 35px;
  line-height: 35px;
  padding: 0 8px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-size: 14px;
  border-radius: 4px 4px 0 0;
}
.fullscreen [data-trigger=chat]:hover {
  background-color: #1da6f5;
}
.fullscreen [data-trigger=chat] .svg-inline--fa {
  font-size: 18px;
}
.fullscreen [data-trigger=chat].active {
  height: 50px;
  line-height: 50px;
  background-color: #000000;
  border-radius: 4px;
}
.fullscreen [data-trigger=chat].active:hover {
  background-color: #1da6f5;
}

/*# sourceMappingURL=fullscreen.css.map */
