
.video--shown {
  visibility: visible;
}
.os_screen--hidden {
  height: 0;
}
.osScreenVue__stub {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #003f67;
}
.osScreenVue__stub svg {
  color: #0E5683;
  opacity: 0.9;
}
.osScreenVue__stub-beta-feature-alert {
  display: flex;
  width: 373px;
  max-height: 140px;
  box-sizing: border-box;
  flex-direction: column;
  padding: 12px 14px;
  border: 1px solid #88c2e3;
  border-radius: 2px;
  background: #125a8c;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
}
.osScreenVue__stub-beta-feature-alert .switch-wrapper {
    margin-bottom: 4px;
}
.osScreenVue__stub-beta-feature-alert > span {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 18px;
}
.osScreenVue__stub-beta-feature-alert > p {
    margin-top: 8px;
    margin-bottom: 17px;
    color: #5c9bc2;
    font-size: 13px;
    line-height: 15px;
}
.osScreenVue__stub-beta-feature-alert .v-modal__top-toggler--vnc {
    position: relative;
}
.osScreenVue__stub-beta-feature-alert .v-modal__top-toggler--vnc .beta {
      padding: 0 5px;
      border-radius: 33px;
      margin-top: 0;
      margin-left: 6px;
      background: #e9bd50;
      color: #2a2a2a;
      font-size: 11px;
      font-weight: 500;
      line-height: 12px;
      text-align: center;
      vertical-align: middle;
}
.osScreenVue__resizable .handle-mr {
  z-index: 10 !important;
  top: 0;
  right: -10px;
  width: 10px;
  height: 100vh;
  border: none;
  background: transparent;
}
.osScreenVue__resizable .video-mobile #video {
  visibility: visible;
}
.os-screen__gallery {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 12px;
  border-right: 1px solid #0b2b3e;
  background-color: #1b6184;
}
.os-screen__gallery-progress {
  z-index: 10;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 2px;
}
.os-screen__gallery-progress,
.os-screen__gallery-not-progress {
  position: relative;
  top: 4px;
  display: inline-block;
  height: 4px;
  border-radius: 0;
  background: #00b3a1;
  vertical-align: top;
  white-space: nowrap;
}
.os-screen__gallery-not-progress {
  position: absolute;
  right: 2px;
  width: calc(100% - 4px);
  background: #134c6d;
  transition: none !important;
}

/*# sourceMappingURL=osScreen.vue.css.map */