html.RCV, body.RCV {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body.RCV {
  font-size: 14px;
  overflow: visible;
}
.RCV-namespace {
  height: 100%;
  overflow: hidden;
}
.RCV-namespace .mount-manager {
  min-width: 360px;
  min-height: 380px;
}
.RCV-namespace .mount-manager.mobile-browser {
  min-height: auto;
  min-width: auto;
}
.RCV-namespace .mount-manager--view-settings {
  min-height: auto;
}
.RCV-namespace .mount-manager--rate-modal {
  min-height: auto;
}
#svg-sprite {
  width: 0;
  height: 0;
  position: absolute;
  clip: rect(0 0 0 0);
}
.RCV-namespace main, .RCV-namespace .main-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.RCV-namespace div[role='main'] {
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.RCV-namespace .transcript-enabled #screensharing.shifted, .RCV-namespace .transcript-enabled #whiteboard.shifted {
  right: 400px;
}
.RCV-namespace .transcript-enabled #floaters.shifted {
  right: 400px;
}
.RCV-namespace #floaters.shifted {
  right: 360px;
}
.RCV-namespace #screensharing, .RCV-namespace #whiteboard {
  position: relative;
  overflow: hidden;
}
.RCV-namespace #screensharing.film-strip, .RCV-namespace #whiteboard.film-strip {
  position: absolute;
  top: 144px;
  bottom: 0;
  left: 0;
  right: 0;
}
.RCV-namespace #screensharing.film-strip.shifted, .RCV-namespace #whiteboard.film-strip.shifted {
  right: 400px;
}
.RCV-namespace #whiteboard {
  z-index: 4;
}
.RCV-namespace #screensharing {
  z-index: 15;
}
.RCV-namespace #home {
  flex: 1 0;
  position: relative;
}
.RCV-namespace #sidebar {
  z-index: 4;
}
.RCV-namespace .logo {
  min-width: 160px;
}
.RCV-namespace .mobile-browser .logo {
  min-width: auto;
}
.RCV-namespace .terminated-page-logo {
  width: 160px;
}
.RCV-namespace .min-nav-bar {
  min-height: 48px;
}
.RCV-namespace .on-top {
  z-index: 5005;
}
/* welcome vs onconf */
.RCV-namespace div[role='main'].onconf {
  position: relative;
  background-color: #323636;
}
.RCV-namespace div[role='main'].onconf #sidebar {
  justify-content: flex-start;
}
.RCV-namespace .text-select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  cursor: auto;
}
.RCV-namespace .disable-text-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* desktop */
/* mobile */
/* minimal */
.RCV-namespace #on-conf-loader.preload {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  background-color: #323636;
}
.RCV-namespace #on-conf-loader.preload .pulsar {
  margin: auto 0;
}
.RCV-namespace #on-conf-loader.preload .toolbar-placeholder {
  height: 72px;
  width: 100%;
}
.RCV-namespace .icon-preload {
  font-size: 70px;
  text-align: center;
}
.RCV-namespace .click-resistant {
  pointer-events: auto;
  padding: 10px;
}
.RCV-namespace .icon-participants-count-wrapper {
  position: absolute;
  top: 4px;
  left: 40px;
}
.RCV-namespace .void {
  display: none !important;
}
.RCV-namespace .with-beta-label::after {
  content: '';
  background-image: url(https://wcdn.ringcentral.com/_whc/beta-label-1c68d3d5c13831689e2e278fede6b371.svg?appVersion=23.2.30);
  background-size: cover;
  width: 30px;
  height: 14px;
  position: absolute;
  top: 0;
  right: 0;
}
.RCV-namespace .with-beta-label--small::after {
  width: 26px;
  height: 12px;
  background-size: 26px 12px;
}
.RCV-namespace .desktop-browser .mobile-device-only, .RCV-namespace .desktop-browser .mobile-portrait-only, .RCV-namespace .desktop-browser .mobile-landscape-only {
  display: none !important;
}
.RCV-namespace .mobile-browser.mobile-browser.mobile-browser #sidebar {
  position: absolute !important;
  height: 100%;
  width: 100% !important;
  max-width: unset;
  scroll-snap-align: center none;
  z-index: 5000;
  margin-bottom: 0;
}
.RCV-namespace .mobile-browser.mobile-browser.mobile-browser div[role='main'] {
  min-height: auto;
}
.RCV-namespace .mobile-browser.mobile-browser.mobile-browser div[role='main'].onconf > section {
  display: none !important;
}
.RCV-namespace .mobile-browser.mobile-browser.mobile-browser div[role='main'].onconf.sect-home > section#home {
  display: block !important;
}
.RCV-namespace .mobile-browser.mobile-browser.mobile-browser div[role='main'].onconf.sect-sidebar > section#sidebar {
  display: block !important;
}
.RCV-namespace .mobile-browser.mobile-browser.mobile-browser div[role='main'].onconf.sect-recording > section#recording {
  display: block !important;
}
.RCV-namespace .mobile-browser.mobile-browser.mobile-browser div[role='main'].onconf.sect-screensharing > section#screensharing {
  display: block !important;
}
.RCV-namespace .mobile-browser.mobile-browser.mobile-browser div[role='main'].onconf.sect-whiteboard > section#whiteboard {
  display: block !important;
}
.RCV-namespace .mobile-browser.mobile-browser.mobile-browser div[role='main'].onconf.onconf--participants section#home, .RCV-namespace .mobile-browser.mobile-browser.mobile-browser div[role='main'].onconf.onconf--participants section#screensharing, .RCV-namespace .mobile-browser.mobile-browser.mobile-browser div[role='main'].onconf.onconf--participants section#whiteboard {
  display: none !important;
}
.RCV-namespace .mobile-browser.mobile-browser.mobile-browser div[role='main'].onconf.onconf--participants section#sidebar {
  display: block !important;
}
.RCV-namespace .mobile-browser.mobile-keyboard-visible.mobile-browser.mobile-keyboard-visible.mobile-browser.mobile-keyboard-visible .big-enough-screens-only {
  display: block !important;
}
.RCV-namespace .mobile-browser.mobile-keyboard-visible.mobile-browser.mobile-keyboard-visible.mobile-browser.mobile-keyboard-visible .lower-bar {
  display: none !important;
}
/* mobile device in portrait */
.RCV-namespace .mobile-orientation-portrait.mobile-orientation-portrait.mobile-orientation-portrait div[role='main'] {
  transition: margin-top 0.5s;
  overflow-y: auto;
}
.RCV-namespace .mobile-orientation-portrait.mobile-orientation-portrait.mobile-orientation-portrait div[role='main'].top-spacing {
  margin-top: 56px;
}
.RCV-namespace .mobile-orientation-portrait.mobile-orientation-portrait.mobile-orientation-portrait div[role='main'].sect-screensharing, .RCV-namespace .mobile-orientation-portrait.mobile-orientation-portrait.mobile-orientation-portrait div[role='main'].sect-home {
  overflow: hidden;
}
.RCV-namespace .mobile-orientation-portrait.mobile-orientation-portrait.mobile-orientation-portrait .sect-screensharing #home, .RCV-namespace .mobile-orientation-portrait.mobile-orientation-portrait.mobile-orientation-portrait .sect-whiteboard #home {
  display: block !important;
  position: static;
}
.RCV-namespace .mobile-orientation-portrait.mobile-orientation-portrait.mobile-orientation-portrait .mobile-landscape-only {
  display: none !important;
}
/* mobile device in landscape */
.RCV-namespace .mobile-orientation-landscape.mobile-orientation-landscape.mobile-orientation-landscape .mobile-portrait-only {
  display: none !important;
}
.RCV-namespace .mobile-orientation-landscape.mobile-orientation-landscape.mobile-orientation-landscape #sidebar {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: initial;
}
html {
  background: #FFFFFF;
}
.RCV-namespace {
  font-family: "Proxima Nova Medium", Helvetica, Arial, sans-serif;
  color: #2f2f2f;
  background: #FFFFFF;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.RCV-namespace *:focus {
  outline: none;
}
.RCV-namespace a {
  -webkit-tap-highlight-color: transparent;
}
.RCV-namespace .basic-title {
  font-weight: 400;
}
.RCV-namespace #sidebar {
  background-color: #FFFFFF;
}
.RCV-namespace #sidebar h1 {
  font-weight: 400;
  font-size: 1em;
}
.RCV-namespace button, .RCV-namespace input {
  outline: none;
  background: none;
  border: none;
  padding: 0;
}
.RCV-namespace button::-moz-focus-inner, .RCV-namespace input::-moz-focus-inner {
  outline: none !important;
  border: 1px dotted transparent;
}
.RCV-namespace .accessibility-mode a:focus {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #067BBD;
}
.RCV-namespace a, .RCV-namespace .a {
  color: #1D6EAA;
}
.RCV-namespace a.slim, .RCV-namespace .a.slim {
  text-decoration: none;
}
.RCV-namespace a.slim:hover, .RCV-namespace .a.slim:hover {
  text-decoration: underline;
}
.RCV-namespace .regular-button {
  border: 1px solid;
  background-color: #0684bd;
  border-color: #0684bd;
  color: #FFFFFF;
}
.RCV-namespace .regular-button:disabled {
  border-color: #666666;
  background-color: #FFFFFF;
  color: #7c7c7c;
}
.RCV-namespace .regular-button:disabled:hover {
  border-color: #666666;
  background-color: #FFFFFF;
  color: #7c7c7c;
}
.RCV-namespace .regular-button:disabled:active {
  border-color: #666666;
  background-color: #FFFFFF;
  color: #7c7c7c;
}
.RCV-namespace .orange-button {
  border: 1px solid;
  background-color: #FF8800;
  border-color: #FF8800;
  color: #FFFFFF;
}
.RCV-namespace .success-button {
  border: 1px solid;
  background-color: #6cd073;
  border-color: #6cd073;
  color: #FFFFFF;
}
.RCV-namespace .success-button:disabled {
  opacity: 0.6;
}
.RCV-namespace .aux-button {
  border: 1px solid;
  background-color: transparent;
  border-color: #0684bd;
  color: #0684bd;
}
.RCV-namespace .aux-button:focus {
  border-color: #0684bd;
}
.RCV-namespace .aux-button:hover {
  background-color: #0684bd;
  color: #FFFFFF;
}
.RCV-namespace .aux-button:active {
  background-color: rgba(6, 132, 189, 0.3);
  border-color: rgba(6, 132, 189, 0.3);
}
.RCV-namespace .aux-button-pressed {
  background-color: rgba(6, 132, 189, 0.3);
}
.RCV-namespace .danger-aux-button {
  border: 1px solid;
  background-color: transparent;
  border-color: #999999;
  color: #F44336;
}
.RCV-namespace .danger-aux-button:focus {
  border-color: #F44336;
}
.RCV-namespace .danger-aux-button:hover {
  background-color: #F44336;
  border-color: #F44336;
  color: #FFFFFF;
}
.RCV-namespace .ghost-button {
  border: none;
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: #FFFFFF;
}
.RCV-namespace .dark-ghost-button {
  border: none !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
  color: #FFFFFF !important;
}
.RCV-namespace .pale-button {
  border: none !important;
  background-color: #666666;
  color: #FFFFFF;
}
.RCV-namespace .pale-button:disabled, .RCV-namespace .pale-button.disabled {
  background-color: #C7C7C7;
  cursor: default;
}
.RCV-namespace .snow-button {
  background-color: #FFFFFF;
  color: #2F2F2F;
  border: none;
}
.RCV-namespace .snow-button:disabled, .RCV-namespace .snow-button:disabled:hover, .RCV-namespace .snow-button.disabled {
  background-color: rgba(255, 255, 255, 0.5);
}
.RCV-namespace .red-button {
  color: #F44336 !important;
}
.RCV-namespace .red-button:hover {
  color: #f32c1e !important;
}
.RCV-namespace .red-button:active {
  color: #ea1c0d !important;
}
.RCV-namespace .grey-button {
  color: #C7C7C7 !important;
}
.RCV-namespace .basic {
  background-color: #FFFFFF;
  border: none;
  color: #2f2f2f;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.RCV-namespace .round-button.basic:hover {
  color: #0684bd;
}
.RCV-namespace .round-button.basic:active {
  color: #FFFFFF;
  background-color: #0684bd;
}
.RCV-namespace .round-button.basic:disabled {
  opacity: 0.75;
}
.RCV-namespace .round-button.basic:disabled:hover {
  background-color: #FFFFFF;
  border: none;
  color: #2f2f2f;
}
.RCV-namespace .round-button.aux-pressed {
  color: #FFFFFF;
  background-color: #0684bd;
}
.RCV-namespace .round-button.aux-pressed:hover {
  color: #FFFFFF;
}
.RCV-namespace .round-button.aux-pressed:hover:disabled {
  color: #FFFFFF;
  background-color: #0684bd;
}
.RCV-namespace .round-button.aux-danger-pressed {
  color: #FFFFFF !important;
  background-color: #F44336;
}
.RCV-namespace .round-button.aux-danger-pressed:hover {
  background-color: #ea1c0d;
}
.RCV-namespace .round-button.aux-danger-pressed:hover:disabled {
  background-color: #F44336;
}
.RCV-namespace .round-button.aux-danger-pressed:active {
  background-color: #d2190b;
}
.RCV-namespace .round-button.aux {
  background-color: rgba(6, 132, 189, 0.05);
  border: 1px solid #0684bd;
  color: #0684bd;
}
.RCV-namespace .round-button.aux:active {
  color: #FFFFFF;
  background-color: #0684bd;
}
.RCV-namespace .round-button.aux:active:hover {
  color: #FFFFFF;
}
.RCV-namespace .round-button.aux:active:hover:disabled {
  color: #FFFFFF;
  background-color: #0684bd;
}
.RCV-namespace .round-button.danger {
  background-color: #e83f35;
  border: none !important;
  color: #FFFFFF;
}
.RCV-namespace .round-button.danger:hover {
  background-color: #ff0e00;
}
.RCV-namespace .round-button.danger:active {
  background-color: rgba(255, 14, 0, 0.4);
}
.RCV-namespace .round-button.ok {
  background-color: #6cd073;
  border: none !important;
  color: #FFFFFF !important;
}
.RCV-namespace .round-button.ok:hover {
  background-color: #45c44e;
}
.RCV-namespace .round-button.ok:active {
  background-color: #3ab543;
}
.RCV-namespace .standard.yellow {
  background-color: #FACA00;
  color: #FFFFFF;
}
.RCV-namespace .standard.blue {
  background-color: #067BBD;
  color: #FFFFFF;
}
.RCV-namespace .red-content {
  color: #ff0e00 !important;
}
.RCV-namespace .red-content:hover, .RCV-namespace .red-content:active {
  background-color: #FFFFFF !important;
  color: #ff0e00 !important;
}
.RCV-namespace .red-content:disabled {
  opacity: 1 !important;
}
.RCV-namespace .tiny-button:hover {
  cursor: pointer;
}
.RCV-namespace .tiny-button.basic {
  color: #FFFFFF;
}
.RCV-namespace .tiny-button.basic:hover {
  color: #0684bd;
}
.RCV-namespace .tiny-button.basic:active {
  color: #0684bd;
}
.RCV-namespace .tiny-button.danger {
  color: #e83f35;
}
.RCV-namespace .tiny-button.danger:hover {
  color: #ff0e00;
}
.RCV-namespace .tiny-button.danger:active {
  color: #ff0e00;
}
.RCV-namespace .mono {
  background-color: rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  border: none;
}
.RCV-namespace .mono:hover {
  color: #0684bd;
}
.RCV-namespace .mono:active {
  color: #0684bd;
}
.RCV-namespace .subtle-static {
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF !important;
}
.RCV-namespace .subtle {
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.RCV-namespace .subtle:active, .RCV-namespace .subtle:active:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #2F2F2F;
}
.RCV-namespace .subtle:hover {
  background-color: #FFFFFF;
  color: #2F2F2F;
}
.RCV-namespace .text {
  border-width: 1px;
  border-style: solid;
  display: inline-block;
}
.RCV-namespace .text.light {
  color: #2F2F2F;
  background-color: #F9F9F9;
  border-color: #e4e4e4;
}
.RCV-namespace .text.light:focus, .RCV-namespace .text.light:active {
  background-color: #F9F9F9;
  border-color: #e4e4e4;
}
.RCV-namespace .text.light::placeholder {
  color: #999999;
}
.RCV-namespace .text.black {
  color: #C7C7C7;
  border-color: #000000;
  background-color: #000000;
}
.RCV-namespace .text.black::placeholder, .RCV-namespace .text.black::before {
  color: #FFFFFF;
}
.RCV-namespace .text.black:focus, .RCV-namespace .text.black:active {
  position: relative;
  color: #FFFFFF;
  border-color: #000000;
}
.RCV-namespace .text.black:focus::before, .RCV-namespace .text.black:active::before {
  content: attr(placeholder);
  display: block !important;
  position: absolute;
  top: -5px;
  left: 0px;
  font-size: 50%;
}
.RCV-namespace .text.error {
  color: #ff0e00;
  border-color: #ff0e00 !important;
}
.RCV-namespace .text.error:focus {
  border-color: #ff0e00 !important;
}
.RCV-namespace .time {
  color: #0684bd;
  font-family: "Proxima Nova Regular", "Proxima Nova Medium", Helvetica, Arial, sans-serif;
}
.RCV-namespace .datetime {
  font-size: 0.8em;
  white-space: nowrap;
  color: #7c7c7c;
}
.RCV-namespace .misc {
  color: #0684bd;
  font-family: "Proxima Nova Regular", "Proxima Nova Medium", Helvetica, Arial, sans-serif;
  margin: 10px 0 12px;
  text-align: center;
}
.RCV-namespace .ondrag {
  cursor: move;
}
.RCV-namespace .overprint.danger {
  background-color: #ff0e00;
  color: #FFFFFF;
}
.RCV-namespace .green-icon {
  color: #4CAF50;
}
.RCV-namespace .red-icon {
  color: #F44336;
}
.RCV-namespace .yellow-icon {
  color: #FF8800;
}
.RCV-namespace .white-icon {
  color: #FFFFFF;
}
.RCV-namespace .pointing {
  cursor: pointer;
}
.RCV-namespace h1.greet {
  font-size: 24px;
  text-align: center;
  font-weight: normal;
}
.RCV-namespace .hint {
  font-size: 14px;
  text-align: center;
}
.RCV-namespace .transition-group-default-appear {
  opacity: 0.5;
}
.RCV-namespace .transition-group-default-enter {
  opacity: 0.01;
}
.RCV-namespace .transition-group-default-enter.transition-group-default-enter-active {
  opacity: 1;
  transition: opacity 300ms ease-in;
}
.RCV-namespace .transition-group-default-exit {
  opacity: 1;
}
.RCV-namespace .transition-group-default-exit.transition-group-default-exit-active {
  opacity: 0.01;
  transition: opacity 300ms ease-in;
}
.RCV-namespace .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.RCV-namespace .flipH {
  transform: scaleX(-1);
  display: inline-block;
}
.RCV-namespace .flipV {
  transform: scaleY(-1);
  display: inline-block;
}
.RCV-namespace hr {
  border: 1px solid #999999;
  border-bottom: 0;
  margin: 15px 0;
}
/* ======== BUTTONS ========= */
.RCV-namespace button, .RCV-namespace input[type='submit'] {
  cursor: pointer;
  pointer-events: auto;
  border: none;
  font-family: "Proxima Nova Medium", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}
.RCV-namespace button:disabled, .RCV-namespace input[type='submit']:disabled {
  cursor: default !important;
}
.RCV-namespace button:disabled > *, .RCV-namespace input[type='submit']:disabled > * {
  cursor: default !important;
}
.RCV-namespace .round-button {
  vertical-align: bottom;
}
.RCV-namespace .round-button.standard {
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: relative;
  font-size: 24px;
}
.RCV-namespace .round-button.standard > .overprint {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding-top: 2.5px;
  font-size: 15px;
  position: absolute;
  top: -3.8492424px;
  right: -3.8492424px;
  z-index: 1;
  cursor: default;
}
.RCV-namespace .round-button.big {
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 18px;
}
.RCV-namespace .round-button.small {
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 18px;
}
.RCV-namespace .round-button.huge {
  box-sizing: border-box;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  font-size: 36px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  .RCV-namespace .round-button.small::before {
    position: relative;
    top: 1px;
  }
}
.RCV-namespace .tiny-button {
  font-size: 2em;
  padding: 21px;
}
.RCV-namespace .complex-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.RCV-namespace .btn-icon {
  font-size: 30pt;
}
.RCV-namespace button.big-button {
  font-weight: bold;
  box-sizing: border-box;
  width: auto;
  height: 42px;
  border-radius: 4px;
  text-align: center;
  font-family: 'Proxima Nova Regular';
  font-size: 11pt;
  padding: 0 20px;
}
.RCV-namespace button.big-button.fix {
  box-sizing: border-box;
  width: 115px;
  height: 42px;
  border-radius: 4px;
  text-align: center;
  font-family: 'Proxima Nova Regular';
  font-size: 11pt;
}
.RCV-namespace button.small-button {
  font-weight: bold;
  padding: 0 10px;
  box-sizing: border-box;
  width: auto;
  height: 30px;
  border-radius: 2px;
  text-align: center;
  font-family: 'Proxima Nova Regular';
  font-size: 11pt;
}
.RCV-namespace .big-input {
  box-sizing: border-box;
  width: auto;
  height: 42px;
  border-radius: 4px;
  text-align: center;
  font-family: 'Proxima Nova Regular';
  font-size: 11pt;
  font-weight: 700;
  text-align: left;
}
.RCV-namespace .big-input.fix {
  width: 115px;
}
.RCV-namespace .old-input {
  box-sizing: border-box;
  width: 229px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  font-family: 'Proxima Nova Regular';
  font-size: 1em;
}
@-moz-document url-prefix() {
  .RCV-namespace input.big-input.iconic-prefixed {
    padding-bottom: 4px / 4;
  }
}
.RCV-namespace .small-input {
  box-sizing: border-box;
  width: 88px;
  height: 30px;
  border-radius: 2px;
  text-align: center;
  font-family: 'Proxima Nova Regular';
  font-size: 1em;
  padding-top: 3px;
  padding-bottom: 1px;
}
.RCV-namespace .small-input > button {
  display: none;
}
.RCV-namespace label.small-input, .RCV-namespace label.big-input {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.RCV-namespace .iconic-prefixed {
  font-family: 'RCV-Desktop', 'Proxima Nova Regular';
}
.RCV-namespace .voidinput {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.RCV-namespace input.text {
  padding-left: 17px;
}
.RCV-namespace input.labeled {
  padding-top: 10px;
}
.RCV-namespace .input-wrapper {
  position: relative;
  display: block;
}
.RCV-namespace input.labeled {
  width: 100%;
}
.RCV-namespace .input-label {
  position: absolute;
  color: #C7C7C7;
  z-index: 2;
  display: block;
  top: 15px;
  left: 17px;
  transition-property: top, left, font-size;
  transition-duration: 0.3s;
  pointer-events: none;
  text-transform: uppercase;
}
.RCV-namespace .input-label.min {
  display: block;
  font-size: 8px;
  top: 6px;
  left: 7px;
}
.RCV-namespace .checkbox-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.RCV-namespace .checkbox-wrapper input {
  opacity: 0;
  margin: 0;
  position: absolute;
}
.RCV-namespace .checkbox-wrapper .checkbox-check {
  position: relative;
  height: 16px;
  width: 16px;
  background-color: #FFFFFF;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px #C7C7C7;
  display: inline-block;
  font-family: 'RCV-Desktop' !important;
  transition: background 0.2s;
}
.RCV-namespace .checkbox-wrapper .checkbox-check:after {
  content: '\e91a';
  position: absolute;
  top: 1px;
  left: 1px;
  line-height: 1;
  color: #FFFFFF;
  opacity: 0;
  transition: opacity 0.2s;
}
.RCV-namespace .checkbox-wrapper input[type='radio'] + .checkbox-check {
  border-radius: 50%;
}
.RCV-namespace .checkbox-wrapper input[type='radio'] + .checkbox-check:after {
  content: '';
  top: 50%;
  left: 50%;
  height: 8px;
  width: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background-color: #FFFFFF;
}
.RCV-namespace .checkbox-wrapper input:disabled + .checkbox-check {
  background-color: #E2E2E2;
}
.RCV-namespace .checkbox-wrapper .checkbox-title {
  margin-left: 10px;
}
.RCV-namespace .checkbox-wrapper input:checked + .checkbox-check {
  background-color: #067BBD;
  box-shadow: none;
}
.RCV-namespace .checkbox-wrapper input:checked + .checkbox-check:after {
  opacity: 1;
}
.RCV-namespace .checkbox-wrapper input:checked:disabled + .checkbox-check {
  background-color: #9BCEE5;
}
.RCV-namespace .menu-items {
  display: block;
  padding: 0;
  margin: 0;
}
.RCV-namespace .menu-items.scrollable {
  overflow-y: scroll;
}
.RCV-namespace .menu-items.text-initial .item {
  text-align: initial;
}
.RCV-namespace .menu-items a.item {
  text-decoration: none;
}
.RCV-namespace .menu-items .item {
  box-sizing: border-box;
  position: relative;
  display: block;
  height: 2.5em;
  text-align: center;
  white-space: nowrap;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 0.625em;
  border-bottom: 1px solid #FFFFFF;
  color: #2F2F2F;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
}
.RCV-namespace .menu-items .item .item-content {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.RCV-namespace .menu-items .item .item-content .new-badge {
  padding: 1px 5px;
  margin-left: auto;
  background-color: #067BBD;
  color: #F9F9F9;
  font-size: 0.6875rem;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  line-height: 15px;
  letter-spacing: 0.2px;
  border-radius: 4px;
  text-transform: uppercase;
}
.RCV-namespace .menu-items .item .item-content .beta-badge {
  padding: 1px 5px;
  margin-left: auto;
  background-color: #666666;
  color: #F9F9F9;
  font-size: 0.6875rem;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  line-height: 15px;
  letter-spacing: 0.2px;
  border-radius: 4px;
  text-transform: uppercase;
}
.RCV-namespace .menu-items .item.with-icon {
  padding-left: 8px;
  padding-right: 40px;
}
.RCV-namespace .menu-items .item.with-icon .item-content {
  display: flex;
  align-items: center;
  gap: 11px;
}
.RCV-namespace .menu-items .item.with-icon .icon {
  --icon-size: 16px;
  height: var(--icon-size);
  width: var(--icon-size);
  border-radius: unset;
  color: #666666;
}
.RCV-namespace .menu-items .item.has-new-badge, .RCV-namespace .menu-items .item.has-beta-badge {
  padding-right: 8px;
}
.RCV-namespace .menu-items .item:last-child {
  border-bottom: none;
}
.RCV-namespace .menu-items .item:not(.non-interactive, .disabled):not(.MoreMenu__item--children):hover, .RCV-namespace .menu-items .item:not(.non-interactive, .disabled):not(.MoreMenu__item--children):focus {
  background-color: #f2f2f2;
  cursor: pointer;
  color: #067BBD !important;
}
.RCV-namespace .menu-items .item:not(.non-interactive, .disabled):not(.MoreMenu__item--children):hover > a, .RCV-namespace .menu-items .item:not(.non-interactive, .disabled):not(.MoreMenu__item--children):focus > a {
  color: #F9F9F9 !important;
}
.RCV-namespace .menu-items .item:not(.non-interactive, .disabled):not(.MoreMenu__item--children):hover .icon, .RCV-namespace .menu-items .item:not(.non-interactive, .disabled):not(.MoreMenu__item--children):focus .icon {
  color: #067BBD;
}
.RCV-namespace .menu-items .item > a {
  text-decoration: none;
  color: #F9F9F9;
}
.RCV-namespace .menu-items .item.delimiter-after {
  border-bottom: 1px solid #e9e9e9;
}
.RCV-namespace .menu-items .item.right-space-free {
  padding-right: 0;
}
.RCV-namespace .menu-items .item.whiteboard-menuitem {
  padding-right: 47px;
}
.RCV-namespace .menu-items .item.whiteboard-menuitem::after {
  top: 50%;
  transform: translate(-50%, -50%);
}
.RCV-namespace .menu-items .item.active .item-content::before {
  content: '';
  float: right;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #4CAF50;
}
.RCV-namespace .menu-items .item.disabled {
  color: #C7C7C7;
}
.RCV-namespace .menu-items .item.disabled .icon {
  color: #C7C7C7;
}
.RCV-namespace .menu-items .item.danger-text {
  color: #BE3933;
}
.RCV-namespace .menu-items .Tooltip {
  width: 100%;
  height: 100%;
}
.RCV-namespace .menu-items .Tooltip__tooltip-target {
  width: 100%;
}
.RCV-namespace .simplified-menu .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 12px;
  padding-right: 12px;
}
.RCV-namespace .simplified-menu .item.right-space-free {
  padding-right: 12px;
}
.RCV-namespace .cancel-wrapper .menu-items .item:hover a, .RCV-namespace .cancel-wrapper .menu-items .item:focus a {
  color: #067BBD !important;
}
.RCV-namespace .cancel-wrapper .menu-items .item a {
  color: #2F2F2F;
}
.RCV-namespace .drop-down {
  display: inline-block;
  position: relative;
  padding: 0px;
  margin: 0px;
  margin-left: 8px;
  margin-right: 8px;
}
.RCV-namespace .drop-down:first-child, .RCV-namespace .drop-down.first {
  margin-left: 0;
}
.RCV-namespace .drop-down:last-child, .RCV-namespace .drop-down.last {
  margin-right: 0;
}
.RCV-namespace .drop-down.isolated {
  margin: 0;
}
.RCV-namespace .drop-down.isolated-wide {
  margin-left: 8px;
  margin-right: 8px;
}
.RCV-namespace .drop-down .drop-down-text {
  cursor: pointer;
}
.RCV-namespace .drop-down .drop-down-text .drop-down-text-mobile {
  display: none;
}
.RCV-namespace .drop-down .content {
  z-index: 6;
  pointer-events: all;
}
.RCV-namespace .drop-down .cancel-wrapper {
  display: none !important;
}
.RCV-namespace .accessibility-mode .menu-items > li.item:focus {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #067BBD;
}
.RCV-namespace .video-field {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 510;
  pointer-events: none;
  height: calc(100% - 72px);
  transition: height 0.5s;
}
.RCV-namespace .video-field.ondrag {
  pointer-events: all;
}
.RCV-namespace .draggable {
  pointer-events: all;
  position: absolute;
}
.RCV-namespace .auto-hide-controls.controls-hidden .video-field {
  height: 100%;
}
.RCV-namespace [class^="icon-"].non-interactive, .RCV-namespace [class*=" icon-"].non-interactive {
  cursor: default;
}
.RCV-namespace .icon {
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.RCV-namespace .icon.type-selector {
  font-size: 10px;
  width: 16px;
  height: 16px;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.RCV-namespace .icon.non-interactive {
  cursor: default;
}
.RCV-namespace .drop-down.active .icon.type-selector {
  transform: scaleY(-1);
  color: #0684bd;
}
.RCV-namespace .icon.active {
  color: #00d70f;
}
.RCV-namespace .icon.red {
  color: #ff0e00 !important;
}
.RCV-namespace .icon.red:hover, .RCV-namespace .icon.red:active, .RCV-namespace .icon.red.pressed {
  background-color: rgba(255, 14, 0, 0.4) !important;
}
.RCV-namespace .icon.blue {
  color: #0684bd !important;
}
.RCV-namespace .icon.blue:hover, .RCV-namespace .icon.blue:active, .RCV-namespace .icon.blue.pressed {
  background-color: rgba(6, 132, 189, 0.05) !important;
}
.RCV-namespace .icon.host-control {
  font-size: 24px;
}
.RCV-namespace .icon.grey {
  color: #999 !important;
}
.RCV-namespace .icon.grey:hover, .RCV-namespace .icon.grey:active, .RCV-namespace .icon.grey.pressed {
  background-color: #ddd !important;
}
.RCV-namespace .recording-item__actions .icon:hover, .RCV-namespace .local .icon.local-button:hover, .RCV-namespace .isModerator .drop-down.active .icon, .RCV-namespace .isModerator .icon:hover {
  color: #666666;
  cursor: pointer;
}
.RCV-namespace .ParticipantsListItem .icon.host-control.locked::after {
  font-family: 'RCV-Desktop';
  content: '\e90c';
  position: absolute;
  top: -4px;
  right: -4px;
  color: white;
  font-size: 10px;
  background: #F44336;
  padding: 1px;
  border-radius: 50%;
}
.RCV-namespace .participants-bar .locked [class*=" svg-"], .RCV-namespace .moderator-bar .locked [class*=" svg-"] {
  color: #C7C7C7;
}
.RCV-namespace .participants-bar .OverlayButton--low-right-pos, .RCV-namespace .moderator-bar .OverlayButton--low-right-pos {
  right: -2px;
}
.RCV-namespace .icon-participants-toggle {
  font-size: 24px !important;
}
.RCV-namespace .icon-participants-toggle::before {
  content: "\e93a";
}
.RCV-namespace .icon-participants-toggle.back {
  color: #FFF;
  background-color: #0684bd;
}
.RCV-namespace .icon-participants-toggle.back:hover {
  color: #FFF;
}
.RCV-namespace .icon-fullscreen-toggle {
  font-size: 19px !important;
}
.RCV-namespace .icon-fullscreen-toggle::before {
  content: "\e934";
}
.RCV-namespace .icon-fullscreen-toggle.back::before {
  content: "\e935";
}
.RCV-namespace .icon-get-high {
  transform: rotate(90deg);
}
.RCV-namespace .icon-get-high::before {
  content: "\e903";
}
.RCV-namespace .icon-sbhook::before {
  content: "\ea2d";
}
.RCV-namespace .icon-sbhook-pressed::before {
  content: "\e915";
}
.RCV-namespace .icon-recall {
  transform: rotate(-135deg);
}
.RCV-namespace .icon-recall::before {
  content: "\e9f4";
}
.RCV-namespace .glasspane {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5500;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
}
.RCV-namespace .modal-background {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5500;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
}
.RCV-namespace .modal-background__overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5500;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  background-color: transparent;
  z-index: 5501;
  pointer-events: none;
}
.RCV-namespace .modal-background--white {
  background-color: #FFFFFF;
}
.RCV-namespace .modal-background--white::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5500;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
}
.RCV-namespace .dialog {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 5px;
  display: flex;
  z-index: 5510;
}
.RCV-namespace .dialog .back-btn, .RCV-namespace .dialog .close-btn {
  z-index: 1;
  color: #666666;
  width: 24px;
  height: 24px;
  line-height: 1;
  font-size: 18px;
}
.RCV-namespace .dialog .back-btn:active, .RCV-namespace .dialog .close-btn:active, .RCV-namespace .dialog .back-btn:hover, .RCV-namespace .dialog .close-btn:hover {
  outline: none;
  color: #067BBD;
}
.RCV-namespace .accessibility-mode a:focus {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #067BBD;
}
.RCV-namespace .accessibility-mode .menu-items > li.item:focus {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #067BBD;
}
.RCV-namespace .accessibility-mode .DialogTitle__button:focus {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #067BBD;
}
.RCV-namespace .accessibility-mode .dialog .modal-header-actions .close-btn:focus-visible, .RCV-namespace .accessibility-mode .DialogWrapper .modal-header-actions .close-btn:focus-visible {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #067BBD;
}
.RCV-namespace .accessibility-mode .settings-button:focus {
  box-shadow: 0 0 0 1px #067BBD, 0 0 0 2px #FFFFFF;
}
.RCV-namespace .accessibility-mode .Tabs__item:focus {
  outline: 1px solid rgba(6, 123, 189, 0.7);
}
.RCV-namespace .accessibility-mode .lower-bar {
  transition: none;
}
.RCV-namespace .accessibility-mode .nqi-container:focus, .RCV-namespace .accessibility-mode .lowerbar-meeting-id:focus, .RCV-namespace .accessibility-mode .media-buttons__opt:focus {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #067BBD;
}
.RCV-namespace .accessibility-mode .media-buttons__opt:focus {
  background-color: #E2E2E2;
  color: #067BBD;
}
.RCV-namespace .accessibility-mode .ParticipantsListItem__info:focus {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #067BBD;
}
.RCV-namespace .accessibility-mode .offline-participant__participant-info:focus {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #067BBD;
}
.RCV-namespace .accessibility-mode #participant-menu {
  display: block;
}
.RCV-namespace .accessibility-mode #participant-menu:focus {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #067BBD;
  border-radius: 0;
}
.RCV-namespace .accessibility-mode .ParticipantsListItem__ParticipantVideoStatus:focus, .RCV-namespace .accessibility-mode .ParticipantsListItem__ParticipantAudioStatus:focus, .RCV-namespace .accessibility-mode .ParticipantsListItem__ParticipantMoreOptions:focus {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #067BBD;
  border-radius: 0;
}
.RCV-namespace .accessibility-mode .floater__header-buttons-item:focus {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #067BBD;
}
.RCV-namespace .accessibility-mode .participants:focus {
  box-shadow: inset 0 0 0 2px #FFFFFF, inset 0 0 0 3px #067BBD;
}
.RCV-namespace .accessibility-mode .floater .Tabs__input:focus + .drag-handle {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #067BBD !important;
}
.RCV-namespace .accessibility-mode .rate-quality-modal__types-wrapper input:focus + label {
  border: 1px solid #067BBD;
}
.RCV-namespace .accessibility-mode .MoreMenu__item:focus, .RCV-namespace .accessibility-mode .MoreMenu__item:focus-within {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #067BBD;
  background-color: #E2E2E2;
  outline: none;
}
.RCV-namespace .accessibility-mode .MoreMenu__item:focus .MenuButton, .RCV-namespace .accessibility-mode .MoreMenu__item:focus-within .MenuButton {
  color: #067BBD !important;
}
.RCV-namespace .accessibility-mode .MoreMenu__item:focus .MenuButton .MoreMenu__icon[class*=' svg-'], .RCV-namespace .accessibility-mode .MoreMenu__item:focus-within .MenuButton .MoreMenu__icon[class*=' svg-'] {
  color: #067BBD !important;
}
.RCV-namespace .accessibility-mode .MoreMenu__header .meeting-details-in-more-menu:focus, .RCV-namespace .accessibility-mode .MoreMenu__header .network-quality-in-more-menu:focus, .RCV-namespace .accessibility-mode .MoreMenu__header .meeting-details-safe-button:focus {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #067BBD;
}
.RCV-namespace .accessibility-mode .delegate__crop-button:focus, .RCV-namespace .accessibility-mode .delegate__crop-button:focus-within {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #067BBD;
}
.RCV-namespace .accessibility-mode .password-visibility-toggle:focus {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #067BBD;
}
.RCV-namespace .accessibility-mode .AudioDeviceTooltip button:focus, .RCV-namespace .accessibility-mode .AudioDeviceTooltip button:focus-within {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #067BBD;
}
.RCV-namespace .accessibility-mode .moderation-toolbar-more-options__opt:focus {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #067BBD;
}
.RCV-namespace .accessibility-mode .moderation-toolbar-more-options__opt:focus {
  background-color: #E2E2E2;
  color: #067BBD;
}
.RCV-namespace h2.dialog-title {
  box-sizing: border-box;
  text-align: center;
  font-family: "Proxima Nova Regular", "Proxima Nova Medium", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: bolder;
  margin: 0px;
  color: #555555;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 10px 25px 8px 25px;
  white-space: nowrap;
  position: relative;
}
.RCV-namespace h2.dialog-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
  right: 0;
  background-color: #eaeaea;
}
.RCV-namespace h2.dialog-title.thin:after {
  left: 26px;
  right: 26px;
}
.RCV-namespace .dialog__group {
  padding: 0 40px;
}
.RCV-namespace .dialog__group .dialog__line {
  padding: 0;
  border-bottom: 1px solid #F9F9F9;
}
.RCV-namespace .dialog__line {
  padding: 0 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.RCV-namespace .dialog__line > *:first-child:last-child {
  flex-basis: 100%;
}
.RCV-namespace .dialog__line .dialog-input {
  margin: 20px 0;
}
.RCV-namespace .dialog__line.margin-top {
  margin-top: 10px;
}
.RCV-namespace .dialog__line.no-border {
  border: none;
}
.RCV-namespace .dialog__line:last-of-type {
  border-bottom: none;
}
.RCV-namespace .dialog__line .dialog__line-left {
  font-size: 14px;
  color: #2F2F2F;
}
.RCV-namespace .dialog__line .dialog__line-right {
  color: #0684bd;
  text-decoration: none;
}
.RCV-namespace .dialog__line .dialog__line-right:not(.icon) {
  user-select: all;
}
.RCV-namespace .dialog__line .dialog__line-right.icon {
  font-size: 22px;
  margin-top: 4px;
}
.RCV-namespace .dialog__line .dialog__line-right.pointer {
  cursor: pointer;
}
.RCV-namespace .dialog-buttons {
  text-align: center;
  padding: 28px 0 28px 0;
}
.RCV-namespace .dialog-buttons button, .RCV-namespace .dialog-buttons a {
  box-sizing: border-box;
  width: auto;
  height: 36px;
  border-radius: 2px;
  text-align: center;
  font-size: 15px;
  padding: 0px 20px;
  margin: 0 12px;
  display: inline-block;
  line-height: 36px;
  text-decoration: none;
}
.RCV-namespace .dialog-input {
  margin: 20px 40px 16px 40px;
}
.RCV-namespace .dialog-input > input {
  border-radius: 4px;
  border: 1px solid #E2E2E2;
  width: 100%;
  height: 36px;
  padding: 0 12px;
  box-sizing: border-box;
}
.RCV-namespace .modal-header-actions {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 12px 17px;
  height: 49px;
  box-sizing: border-box;
  z-index: 1;
}
.RCV-namespace .mobile-browser .modal-header-actions {
  padding: 8px 22px;
}
.RCV-namespace .mobile-browser .modal-header-actions .close-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.RCV-namespace .mobile-orientation-landscape .modal-header-actions {
  height: 40px;
}
.RCV-namespace .modal {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5500;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 255, 255, 0);
}
.RCV-namespace .modal--settings-external {
  z-index: 5499;
}
.RCV-namespace .detached-modal {
  display: inline-block;
}
.RCV-namespace .modal-content {
  width: 100%;
  height: 100%;
}
.RCV-namespace .modal-content .DialogWrapper {
  height: 100%;
}
.RCV-namespace .modal-content > .DialogWrapper.cpr-feedback-modal {
  overflow: auto;
}
.RCV-namespace .mobile-browser .modal:has(.media-buttons__listbox-container) .dialog .modal-header-actions {
  align-items: flex-start;
  padding: 10px 18px 0 0;
}
.RCV-namespace .mobile-browser .modal:has(.media-buttons__listbox-container) .dialog .media-buttons__listbox-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 0;
}
.RCV-namespace .mobile-browser .modal:has(.media-buttons__listbox-container) .dialog .media-buttons__listbox-container.delimiter-after {
  border-bottom: initial;
}
.RCV-namespace .mobile-browser .modal:has(.media-buttons__listbox-container) .dialog .media-buttons__listbox-label {
  display: flex;
  align-items: center;
  text-align: center;
  height: 55px;
  width: calc(100% - 84px);
  padding: 0 40px 0 44px;
  border-bottom: 1px solid #E2E2E2;
  font-size: 16px;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
}
.RCV-namespace .mobile-browser .modal:has(.media-buttons__listbox-container) .dialog .media-buttons__listbox-label .mic-volume-level__container {
  margin-left: 16px;
}
.RCV-namespace .mobile-browser .modal:has(.media-buttons__listbox-container) .dialog .media-buttons__listbox {
  padding: 0 16px;
  margin: 0;
  width: 100%;
}
.RCV-namespace .mobile-browser .modal:has(.media-buttons__listbox-container) .dialog .media-buttons__opt {
  border-bottom: 1px solid #E2E2E2;
  height: 69px;
  padding: 0;
  font-size: 16px;
}
.RCV-namespace .mobile-browser .modal:has(.media-buttons__listbox-container) .dialog .media-buttons__opt:hover {
  background-color: initial;
  color: #C7C7C7;
}
.RCV-namespace .mobile-browser .modal:has(.media-buttons__listbox-container) .dialog .media-buttons__opt--selected:not(.mobile-browser .modal:has(.media-buttons__listbox-container) .dialog .media-buttons__opt--disabled) {
  color: #2F2F2F;
}
.RCV-namespace .mobile-browser .modal:has(.media-buttons__listbox-container) .dialog .close-btn {
  color: #000000;
  width: 28px;
  height: 34px;
}
.RCV-namespace .mobile-browser .modal:has(.media-buttons__listbox-container) .dialog .close-btn:active, .RCV-namespace .mobile-browser .modal:has(.media-buttons__listbox-container) .dialog .close-btn:hover {
  outline: none;
  color: #2F2F2F;
}
.RCV-namespace .mobile-browser .modal:has(.media-buttons__listbox-container) .modal-background {
  background-color: #F5FAFC;
}
.RCV-namespace .mobile-browser.mobile-browser.mobile-browser .dialog {
  max-height: 100%;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  overflow-y: auto;
}
.RCV-namespace .mobile-browser.mobile-browser.mobile-browser .dialog .form {
  max-height: 100vh;
}
@media screen and (orientation: landscape) {
  .RCV-namespace .mobile-browser.mobile-browser.mobile-browser .dialog {
    max-height: 100% !important;
  }
}
.RCV-namespace .mobile-browser.mobile-browser.mobile-browser .modal-content > .DialogWrapper.cpr-feedback-modal {
  justify-content: center;
  margin-top: 44px;
  height: calc(100% - 44px);
}
.RCV-namespace .mobile-browser.mobile-browser.mobile-browser .modal-content > .DialogWrapper.cpr-feedback-modal:has(.tab-content__tab) {
  justify-content: flex-start;
}
.RCV-namespace .mobile-browser.mobile-browser.mobile-browser .modal-content .DialogWrapper {
  width: 100% !important;
  overflow-y: initial;
  box-shadow: initial;
}
.RCV-namespace .mobile-browser.mobile-browser.mobile-browser .modal-content .DialogWrapper .DialogInner {
  overflow: initial;
}
@media screen and (orientation: portrait) {
  .RCV-namespace .mobile-browser.mobile-browser.mobile-browser .modal-content .DialogWrapper .DialogInner .full-width {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.RCV-namespace .tooltip-container__content {
  display: flex;
  flex-direction: row;
  line-height: normal;
  white-space: pre-wrap;
}
.RCV-namespace .tooltip-container__content :not(:last-child) {
  margin-inline-end: 0.5rem;
}
.RCV-namespace .tooltip-container.tooltip-container--chat-with {
  margin-left: 28px;
  margin-top: -12px;
}
.RCV-namespace .tooltip-container.tooltip-container--chat-with-disconnect {
  margin-left: 10px;
}
.RCV-namespace .tooltip-container.tooltip-container--rcv {
  display: inline-block;
  font-family: "Proxima Nova Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1;
  text-align: left;
  border: none;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  max-width: 250px;
  white-space: normal;
  padding: 4px 8px;
  z-index: 9999;
  background-color: #2F2F2F;
}
.RCV-namespace .tooltip-container.tooltip-container--rcv .tooltip-arrow {
  font-size: 20px;
}
.RCV-namespace .tooltip-container.tooltip-container--rcv .tooltip-arrow::before {
  border-color: transparent;
  display: none;
}
.RCV-namespace .tooltip-container.tooltip-container--rcv[data-popper-placement*='bottom'] .tooltip-arrow::after {
  top: 1px;
  border-color: transparent transparent #2F2F2F transparent;
}
.RCV-namespace .tooltip-container.tooltip-container--rcv[data-popper-placement*='top'] .tooltip-arrow::after {
  top: -1px;
  border-color: #2F2F2F transparent transparent transparent;
}
.RCV-namespace .tooltip-container.tooltip-container--rcv[data-popper-placement*='right'] .tooltip-arrow::after {
  border-color: transparent #2F2F2F transparent transparent;
}
.RCV-namespace .tooltip-container.tooltip-container--rcv[data-popper-placement*='left'] .tooltip-arrow::after {
  border-color: transparent transparent transparent #2F2F2F;
}
.RCV-namespace .tooltip-container.tooltip-container--rcv.tooltip-container--tooltip-style-ebony {
  background-color: #000000;
  border: 1px solid #000000;
}
.RCV-namespace .tooltip-container.tooltip-container--rcv.tooltip-container--tooltip-style-ebony[data-popper-placement*='bottom'] .tooltip-arrow::after {
  top: 1px;
  border-color: transparent transparent #000000 transparent;
}
.RCV-namespace .tooltip-container.tooltip-container--rcv.tooltip-container--tooltip-style-ebony[data-popper-placement*='top'] .tooltip-arrow::after {
  top: -1px;
  border-color: #000000 transparent transparent transparent;
}
.RCV-namespace .tooltip-container.tooltip-container--rcv.tooltip-container--tooltip-style-ebony[data-popper-placement*='right'] .tooltip-arrow::after {
  border-color: transparent #000000 transparent transparent;
}
.RCV-namespace .tooltip-container.tooltip-container--rcv.tooltip-container--tooltip-style-ebony[data-popper-placement*='left'] .tooltip-arrow::after {
  border-color: transparent transparent transparent #000000;
}
.RCV-namespace .tooltip-container.tooltip-container--rcv.tooltip-container--tooltip-style-snow {
  background-color: #FFFFFF;
  color: #2F2F2F;
  border: none;
  box-shadow: 0 2px 22px rgba(0, 0, 0, 0.25);
}
.RCV-namespace .tooltip-container.tooltip-container--rcv.tooltip-container--tooltip-style-snow[data-popper-placement*='bottom'] .tooltip-arrow::after {
  top: 2px;
  border-color: transparent transparent #FFFFFF transparent;
}
.RCV-namespace .tooltip-container.tooltip-container--rcv.tooltip-container--tooltip-style-snow[data-popper-placement*='top'] .tooltip-arrow::after {
  border-color: #FFFFFF transparent transparent transparent;
  top: -1px;
}
.RCV-namespace .tooltip-container.tooltip-container--rcv.tooltip-container--tooltip-style-snow[data-popper-placement*='right'] .tooltip-arrow::after {
  border-color: transparent #FFFFFF transparent transparent;
}
.RCV-namespace .tooltip-container.tooltip-container--rcv.tooltip-container--tooltip-style-snow[data-popper-placement*='left'] .tooltip-arrow::after {
  border-color: transparent transparent transparent #FFFFFF;
}
.RCV-namespace .tooltip-container.tooltip-container--rcv.tooltip-container--tooltip-style-ash {
  background-color: #666666;
  color: #FFFFFF;
  border: none;
  box-shadow: 0 2px 22px rgba(0, 0, 0, 0.25);
}
.RCV-namespace .tooltip-container.tooltip-container--rcv.tooltip-container--tooltip-style-ash[data-popper-placement*='bottom'] .tooltip-arrow::after {
  top: 2px;
  border-color: transparent transparent #666666 transparent;
}
.RCV-namespace .tooltip-container.tooltip-container--rcv.tooltip-container--tooltip-style-ash[data-popper-placement*='top'] .tooltip-arrow::after {
  border-color: #666666 transparent transparent transparent;
  top: -1px;
}
.RCV-namespace .tooltip-container.tooltip-container--rcv.tooltip-container--tooltip-style-ash[data-popper-placement*='right'] .tooltip-arrow::after {
  border-color: transparent #666666 transparent transparent;
}
.RCV-namespace .tooltip-container.tooltip-container--rcv.tooltip-container--tooltip-style-ash[data-popper-placement*='left'] .tooltip-arrow::after {
  border-color: transparent transparent transparent #666666;
}
.RCV-namespace .tooltip-container.tooltip-container--textAlign--left {
  text-align: left;
}
.RCV-namespace .tooltip-container.tooltip-container--textAlign--center {
  text-align: center;
}
.RCV-namespace .tooltip-container.tooltip-container--textAlign--right {
  text-align: right;
}
.RCV-namespace .Tooltip.closable > .tooltip-container {
  padding: 8px 36px 8px 12px;
  line-height: 20px;
  pointer-events: all;
}
.RCV-namespace .Tooltip.closable > .tooltip-container .closing-cross {
  right: 12px;
  top: 12px;
  position: absolute;
}
.RCV-namespace .screensharing-tooltip_annotation-participant-name {
  display: inline-block;
  font-family: "Proxima Nova Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1;
  text-align: left;
  border: none;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  max-width: 250px;
  white-space: normal;
  padding: 4px 8px;
  position: absolute;
  background-color: #4E4E57;
  z-index: 2;
  transform: translate(20px, 20px);
}
.RCV-namespace .screensharing-tooltip_annotation-participant-name::before {
  border-bottom-color: #4E4E57;
}
.RCV-namespace .form {
  padding: 20px 80px;
}
.RCV-namespace .form.tiny {
  padding: 20px;
}
.RCV-namespace .form p {
  font-size: 1.1em;
}
.RCV-namespace .input-row {
  margin-bottom: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  min-width: 240px;
}
.RCV-namespace .input-row:last-child {
  margin-bottom: 0px;
}
.RCV-namespace .input-row.sub {
  margin-left: 20px;
}
.RCV-namespace .input-row.no-margin {
  margin: 0;
}
.RCV-namespace .input-row.thin {
  min-width: 0;
}
.RCV-namespace .input-row.input-option-row {
  display: block;
}
.RCV-namespace .input-row.input-option-row > .title > .input-checkbox, .RCV-namespace .input-row.input-option-row > .title > .input-radio, .RCV-namespace .input-row.input-option-row > .title > .input-select {
  margin-right: 7px;
  margin-left: 0px;
  vertical-align: middle;
}
.RCV-namespace .input-row.input-option-row.sub {
  margin-top: 6px;
}
.RCV-namespace .input-row.disabled {
  color: #C7C7C7;
}
.RCV-namespace .input-row.table-like {
  justify-content: flex-start;
}
.RCV-namespace .input-row.table-like.table-like--bordered {
  margin-bottom: 0;
  padding: 12px 0;
  border-bottom: 1px solid #C7C7C7;
}
.RCV-namespace .seamless > .input-row:last-child {
  margin-bottom: 15px;
}
.RCV-namespace .seamless > .Checkbox {
  padding: 3px 0 9px;
}
.RCV-namespace .flex-row .Row__inner {
  display: flex;
}
.RCV-namespace .flex-row-evenly .Row__inner {
  display: flex;
  justify-content: space-evenly;
}
.RCV-namespace .title {
  flex-basis: 30%;
  font-size: 14px;
  font-weight: bolder;
}
.RCV-namespace .note {
  font-family: "Proxima Nova Medium", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bolder;
  margin-left: 60px;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.RCV-namespace .cppst {
  width: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  user-select: all;
}
.RCV-namespace .cppst__icon {
  position: absolute;
  right: 0;
  font-size: 22px;
  cursor: pointer;
}
.RCV-namespace select {
  height: 30px;
  background-color: #f5fafc;
  border: 1px solid #e4eff5;
  border-radius: 2px;
  color: #5f5f5f;
}
.RCV-namespace .form-mgmt-controls {
  padding: 10px;
  text-align: center;
  font-size: 1.1em;
}
.RCV-namespace .form-mgmt-controls > button {
  margin-left: 10px;
}
.RCV-namespace .stats {
  color: #FFF;
  font-size: 12px;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3;
  pointer-events: none;
}
@keyframes squeeze-deprecated {
  0% {
    transform: scale(0.75);
  }
  30% {
    transform: scale(0.75);
  }
  33% {
    transform: scale(1);
  }
  97% {
    transform: scale(1);
  }
}
.RCV-namespace .ellipsis {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  background-color: #FFFFFF;
}
.RCV-namespace .ellipsis > * {
  animation-name: squeeze;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.RCV-namespace .ellipsis > *:first-child {
  margin-left: 0;
}
.RCV-namespace .ellipsis > *:nth-child(2) {
  animation-delay: 0.3s;
}
.RCV-namespace .ellipsis > *:nth-child(3) {
  animation-delay: 0.6s;
}
@keyframes squeeze {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
.RCV-namespace .ellipsis > * {
  animation-name: squeeze;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.RCV-namespace .ellipsis > *:first-child {
  margin-left: 0;
}
.RCV-namespace .ellipsis > *:nth-child(2) {
  animation-delay: 0.3s;
}
.RCV-namespace .ellipsis > *:nth-child(3) {
  animation-delay: 0.6s;
}
@keyframes squeeze {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
.RCV-namespace .ellipsis > .point {
  display: inline-block;
  box-sizing: border-box;
  width: 8%;
  height: 8%;
  border-radius: 50%;
  margin: 4px;
  background-color: #CDEEFD;
}
@keyframes pulse-inner {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.17);
  }
  45% {
    transform: scale(1.17);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes pulse-outer {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.42);
  }
  50% {
    transform: scale(1.42);
  }
  60% {
    transform: scale(1);
  }
}
.RCV-namespace .pulsar {
  border-radius: 50%;
  box-sizing: content-box;
  height: 152px;
  width: 152px;
  -webkit-backface-visibility: hidden;
  position: relative;
}
.RCV-namespace .pulsar:before, .RCV-namespace .pulsar:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.RCV-namespace .pulsar:before {
  background-color: rgba(0, 0, 0, 0.2);
  animation: pulse-inner 2s cubic-bezier(0.25, 0.1, 0.25, 0.1) infinite normal;
}
.RCV-namespace .pulsar:after {
  background-color: rgba(0, 0, 0, 0.3);
  animation: pulse-outer 2s cubic-bezier(0.25, 0.1, 0.25, 0.1) infinite normal;
  z-index: -2;
}
.RCV-namespace .select {
  position: relative;
  width: 100%;
  height: 36px;
  background-color: #F9F9F9;
  border: 1px solid #ECECEC;
  box-sizing: border-box;
}
.RCV-namespace .select__list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 1;
  box-sizing: border-box;
  border: 1px solid #ECECEC;
  box-shadow: 10px 0px 8px -8px #ECECEC, -10px 0px 8px -8px #ECECEC;
  border-radius: 4px;
}
.RCV-namespace .select__list .select__item:hover {
  background-color: #F9F9F9;
}
.RCV-namespace .select__list .select__item .icon {
  color: #067BBD;
}
.RCV-namespace .select__item {
  height: 36px;
  line-height: 20px;
  color: #2F2F2F;
  font-size: 14px;
  cursor: pointer;
  padding: 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.RCV-namespace .select__item .icon {
  width: 14px;
  height: 18px;
  color: #999999;
  margin-left: auto;
}
.RCV-namespace .select__icon {
  margin-right: 12px;
  width: 24px;
  height: 24px;
  background-size: 24px, 24px;
}
.RCV-namespace .select__icon--other {
  color: #067BBD;
  font-size: 22px;
  margin-left: 2px;
  margin-right: 10px;
}
.RCV-namespace .horizontal-bar {
  position: relative;
  width: 100%;
  height: 20px;
  border: 1px solid #FFFFFF;
  margin-bottom: 30px;
}
.RCV-namespace .horizontal-bar .horizontal-bar__value {
  text-align: center;
  color: #FFFFFF;
  z-index: 4;
  position: absolute;
  width: 100%;
  line-height: 20px;
}
.RCV-namespace .horizontal-bar .horizontal-bar__ticks {
  position: absolute;
  bottom: -20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.RCV-namespace .horizontal-bar .horizontal-bar__ticks .horizontal-bar__tick {
  flex: 0 1 auto;
}
.RCV-namespace .horizontal-bar .horizontal-bar__actual {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  background-color: #4CAF50;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.RCV-namespace .horizontal-bar .horizontal-bar__required {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  background-color: #FFBF2A;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.RCV-namespace .horizontal-bar .horizontal-bar__limit {
  position: absolute;
  width: 1px;
  top: 0;
  height: 100%;
  z-index: 3;
  background-color: #F44336;
  transition-property: left;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.RCV-namespace .vertical-bar {
  position: relative;
  width: 30px;
  height: 40px;
  border: 1px solid #FFFFFF;
  display: inline-block;
  margin-bottom: 20px;
}
.RCV-namespace .vertical-bar .vertical-bar__title {
  line-height: 20px;
  position: absolute;
  bottom: -20px;
  left: 0;
  text-align: center;
  width: 100%;
}
.RCV-namespace .vertical-bar .vertical-bar__value {
  text-align: center;
  color: #FFFFFF;
  z-index: 4;
  position: absolute;
  width: 100%;
  line-height: 40px;
}
.RCV-namespace .vertical-bar .vertical-bar__actual {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  background-color: #4CAF50;
  transition-property: height;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.RCV-namespace .vertical-bar .vertical-bar__required {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background-color: #FFBF2A;
  transition-property: height;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.RCV-namespace .vertical-bar .vertical-bar__limit {
  position: absolute;
  height: 1px;
  left: 0;
  width: 100%;
  z-index: 3;
  background-color: #F44336;
  transition-property: left;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@keyframes flick {
  25% {
    color: #00d70f;
  }
}
@keyframes flick-svg-icon {
  25% {
    filter: invert(44%) sepia(93%) saturate(1135%) hue-rotate(91deg) brightness(104%) contrast(117%);
  }
}
.RCV-namespace .blinking-svg {
  animation: flick-svg-icon 0.8s steps(2) infinite alternate;
}
.RCV-namespace .audio-status.live {
  animation: flick 0.8s steps(2) infinite alternate;
}
.RCV-namespace .audio-status.not-connected-audio-icon {
  width: 13px;
  height: 11px;
  background-size: 13px;
  background-repeat: no-repeat;
  cursor: default;
}
.RCV-namespace .audio-status.mic-off-icon {
  width: 14px;
  height: 12px;
  background-size: 10px;
  background-repeat: no-repeat;
  margin-left: 2px;
}
.RCV-namespace .mute-notification-popup {
  position: relative;
  display: inline-block;
}
.RCV-namespace .mute-notification-popup .mute-popup-wrapper {
  padding: 30px;
}
.RCV-namespace .mute-notification-popup .popup-text {
  font-size: 20px;
  text-align: center;
  line-height: 1.1;
  margin: 0;
}
.RCV-namespace .mute-notification-popup .buttons-wrapper {
  display: flex;
  justify-content: center;
  margin: 1em 0 0;
}
.RCV-namespace .mute-notification-popup .Button {
  width: 45%;
}
.RCV-namespace .mobile-browser .mute-notification-popup {
  display: block;
}
.RCV-namespace .mobile-browser .mute-notification-popup .ptv-share-video-notification .LowerBarNotification__modal {
  left: -40px !important;
}
.RCV-namespace .mobile-browser .mute-notification-popup .ptv-share-video-notification .LowerBarNotification__modal::after {
  right: auto;
  left: 76px;
}
.RCV-namespace .hiding .mute-notification-popup.in-lower-bar .ContextPopupContentWrapper {
  display: none;
}
.RCV-namespace .appearing .mute-notification-popup.mute-alarm-notify .ContextPopupContentWrapper {
  display: none;
}
.RCV-namespace .ContextPopupContentWrapper.NetworkIndicator__connection-info:after {
  left: -10px;
}
.RCV-namespace .ContextPopupContentWrapper.NetworkIndicator__connection-info--show-below:after {
  left: 0;
  bottom: 100%;
  border-bottom: calc(var(--triangle-width) / 2) solid #FFFFFF;
  border-top: none;
  top: initial;
}
.RCV-namespace .in-lower-bar .ContextPopupContentWrapper {
  --x-shift-intension: 9;
  pointer-events: auto;
}
.RCV-namespace #mic-error, .RCV-namespace #camera-error {
  width: 460px;
}
.RCV-namespace #mic-error h3.error, .RCV-namespace #camera-error h3.error {
  background-color: rgba(244, 67, 54, 0.3);
  color: rgba(244, 67, 54, 0.8);
  text-align: center;
  font-size: 16px;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 15px 0;
}
.RCV-namespace .mobile-browser #mic-error #mic-error-inner, .RCV-namespace .mobile-browser #camera-error #mic-error-inner, .RCV-namespace .mobile-browser #mic-error #camera-error-inner, .RCV-namespace .mobile-browser #camera-error #camera-error-inner {
  padding: 0;
}
.RCV-namespace #mic-error .button-wrapper, .RCV-namespace #camera-error .button-wrapper {
  justify-items: center;
  margin-bottom: 0;
}
.RCV-namespace #mic-error .Button, .RCV-namespace #camera-error .Button {
  padding: 9px;
  min-width: 150px;
  margin: 0;
  display: inline-block;
}
.RCV-namespace div[role='main'].welcome {
  background-color: #FFFFFF;
}
.RCV-namespace div[role='main'].welcome > #home {
  display: flex;
  flex-direction: column;
}
.RCV-namespace div[role='main'].welcome > #home .token-pending {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
.RCV-namespace div[role='main'].welcome .promo-invitation {
  margin: 40px 0 -20px;
}
.RCV-namespace div[role='main'].welcome .welcome-recording-loading-wrap {
  align-self: start;
  margin: 0 auto;
}
.RCV-namespace .hide-welcome-screen {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #343636;
  z-index: 1;
}
.RCV-namespace .Footer {
  padding: 0 1.5em;
}
.RCV-namespace #login-group {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 288px;
  z-index: 3;
  flex: auto;
  color: #FFFFFF;
}
.RCV-namespace #login-group::before {
  content: '';
  flex-grow: 2;
}
.RCV-namespace #login-group::after {
  content: '';
  flex-grow: 3;
}
.RCV-namespace #login-group > #join-hint {
  margin-top: 49px;
  margin-bottom: 15px;
}
.RCV-namespace #login-group > #signin-hint {
  margin-top: 52px;
  margin-bottom: 9px;
}
.RCV-namespace #login-inputs .input-wrapper.input-wrapper--required.input-wrapper--focus .big-input {
  border: 1px solid #F44336;
}
.RCV-namespace #login-inputs .input-wrapper.input-wrapper--required .input-label {
  color: #F44336;
}
.RCV-namespace #login-inputs .input-wrapper .input-label.max {
  top: 13px;
}
.RCV-namespace #login-inputs > .input-wrapper {
  margin-bottom: 5px;
}
.RCV-namespace .input-combo {
  display: flex;
}
.RCV-namespace .input-combo > .input-wrapper {
  margin-right: 5px;
  flex-grow: 1;
}
.RCV-namespace #signin-btn {
  align-self: center;
  padding: 0px 50px;
}
.RCV-namespace .min-nav-bar {
  background-color: #0570A1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  color: #FFFFFF;
  padding: 0 20px;
}
.RCV-namespace .min-nav-bar .logo--white svg, .RCV-namespace .min-nav-bar .logo--white img {
  display: block;
  width: 160px;
  height: 39px;
  object-fit: contain;
}
.RCV-namespace .min-nav-bar #settings-popup-wrapper {
  position: relative;
}
.RCV-namespace .min-nav-bar #settings-popup-wrapper .content {
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  max-width: 324px;
  min-width: 120px;
  background-color: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 5px 10px #C7C7C7;
}
.RCV-namespace .min-nav-bar #settings-popup-wrapper .content:before {
  content: '';
  position: absolute;
  border: 6px solid;
  border-color: transparent transparent #FFFFFF transparent;
  top: -12px;
  right: 5px;
}
.RCV-namespace .min-nav-bar #settings-popup-wrapper .menu-items > li.item {
  text-align: left;
  border-bottom: 1px solid #e6f2e8;
  position: relative;
}
.RCV-namespace .min-nav-bar #settings-popup-wrapper .menu-items > li.item.hidden {
  display: none;
}
.RCV-namespace .min-nav-bar #settings-popup-wrapper .menu-items > li.item.no-borders {
  border: none;
}
.RCV-namespace .min-nav-bar #settings-popup-wrapper .menu-items > li.item:first-child {
  border-radius: 5px 5px 0 0;
}
.RCV-namespace .min-nav-bar #settings-popup-wrapper .menu-items > li.item:last-child {
  border-radius: 0 0 5px 5px;
  border-bottom: none;
}
.RCV-namespace .min-nav-bar .settings-button {
  height: 24px;
  width: 24px;
  border: 1px solid;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.RCV-namespace .min-nav-bar .settings-button svg {
  height: 16px;
  width: 16px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 2px;
}
.RCV-namespace .min-nav-bar .active .settings-button {
  background-color: #FFFFFF;
  color: #067BBD;
}
.RCV-namespace .min-nav-bar__tabs-wrapper {
  border-bottom: 1px solid #e6f2e8;
  background-color: #FFFFFF;
}
.RCV-namespace .min-nav-bar__tabs-wrapper .Tabs {
  justify-content: center;
  align-items: center;
}
.RCV-namespace .min-nav-bar__tabs-wrapper .Tabs__item {
  text-decoration: none;
  color: #2f2f2f;
  padding: 16px 5px 16px;
  margin: 0 18px;
  flex-grow: 0;
}
.RCV-namespace .min-nav-bar__tabs-wrapper .Tabs__item:hover {
  background-color: transparent;
  box-shadow: inset 0 -2px 0 #0570A1;
}
.RCV-namespace .min-nav-bar__tabs-wrapper .Tabs__item--active {
  color: #0570A1;
}
.RCV-namespace .accessibility-mode .settings-button:focus {
  box-shadow: 0 0 0 1px #067BBD, 0 0 0 2px #FFFFFF;
}
.RCV-namespace .accessibility-mode .Tabs__item:focus {
  outline: 1px solid rgba(6, 123, 189, 0.7);
}
.RCV-namespace .min-nav-bar-inconf {
  min-height: 62px;
  background-color: #0570A1;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}
.RCV-namespace .min-nav-bar-inconf .min-nav-bar-item {
  width: 72px;
  height: 40px;
  border-radius: 4px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  cursor: pointer;
}
.RCV-namespace .min-nav-bar-inconf .min-nav-bar-item > .icon {
  position: initial;
  width: 24px;
  height: 24px;
  font-size: 18px;
}
.RCV-namespace .min-nav-bar-inconf .min-nav-bar-item.sel {
  color: #666666;
  background-color: #FFFFFF;
  cursor: default;
}
.RCV-namespace .headless .min-nav-bar-inconf {
  display: none;
}
.RCV-namespace #banner, .RCV-namespace #second-banner {
  position: absolute;
  pointer-events: none;
  z-index: 5500;
  margin-top: 56px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 400px;
  width: fit-content;
  max-width: 80%;
  border-radius: 6px;
  overflow: hidden;
  transition-property: opacity, height;
  transition-timing-function: linear;
  transition-duration: 1s, 0s;
  transition-delay: 0s, 0s;
}
.RCV-namespace .toast {
  display: block;
  font-size: 1.2em;
  pointer-events: auto;
  padding: 11px 30px;
  text-align: center;
  position: relative;
}
.RCV-namespace .toast > .closing-cross {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.RCV-namespace .toast.success {
  background-color: #6cd073;
  color: #FFFFFF;
}
.RCV-namespace .toast.info {
  background-color: #0684bd;
  color: #FFFFFF;
}
.RCV-namespace .toast.danger {
  background-color: #ff4436;
  color: #FFFFFF;
}
.RCV-namespace .toast.warning {
  background-color: #F6AD16;
  color: #2f2f2f;
}
.RCV-namespace .toast > a {
  color: #FFFFFF;
}
.RCV-namespace .breakout-rooms-close-banner {
  position: absolute;
  pointer-events: none;
  z-index: 6;
  margin-top: 110px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 400px;
  width: fit-content;
  max-width: 80%;
  border-radius: 6px;
  overflow: hidden;
}
.RCV-namespace .breakout-rooms-close-banner__content {
  display: block;
  font-size: 1.2em;
  pointer-events: auto;
  padding: 11px 30px;
  text-align: center;
  position: relative;
  background-color: #6cd073;
  color: #2f2f2f;
  white-space: pre-wrap;
}
.RCV-namespace .breakout-rooms-close-banner__content.desc {
  padding: 20px 30px;
}
.RCV-namespace #second-banner {
  margin-top: 110px;
}
.RCV-namespace #second-banner .toast {
  padding: 20px 16px;
}
.RCV-namespace .breakout-rooms-extra-timer-banner__seconds {
  font-family: 'RCV-Desktop', "Proxima Nova Medium", Helvetica, Arial, sans-serif;
  position: relative;
  top: 2px;
}
.RCV-namespace .toast-action {
  color: #FFFFFF;
}
.RCV-namespace .mobile-browser.mobile-browser.mobile-browser.mobile-browser #banner:not(.no-mobile-view), .RCV-namespace .mobile-browser.mobile-browser.mobile-browser.mobile-browser #second-banner {
  width: 400px;
  left: 50%;
  top: 1px;
  transition: top, 0.5s;
  margin-top: 0;
}
.RCV-namespace .mobile-show-toolbar .mobile-browser.mobile-browser.mobile-browser.mobile-browser #banner:not(.no-mobile-view), .RCV-namespace .mobile-show-toolbar .mobile-browser.mobile-browser.mobile-browser.mobile-browser #second-banner {
  top: 56px;
  transition: top, 0.5s;
}
.RCV-namespace .mobile-on-audio-options .mobile-browser.mobile-browser.mobile-browser.mobile-browser #banner:not(.no-mobile-view), .RCV-namespace .mobile-on-audio-options .mobile-browser.mobile-browser.mobile-browser.mobile-browser #second-banner {
  top: 1px;
}
@media screen and (orientation: landscape) {
  .RCV-namespace .mobile-browser.mobile-browser.mobile-browser.mobile-browser #banner:not(.no-mobile-view), .RCV-namespace .mobile-browser.mobile-browser.mobile-browser.mobile-browser #second-banner {
    left: 50%;
    top: 1px;
    margin-top: 0;
    transition: none;
  }
  .RCV-namespace .mobile-show-toolbar .mobile-browser.mobile-browser.mobile-browser.mobile-browser #banner:not(.no-mobile-view), .RCV-namespace .mobile-show-toolbar .mobile-browser.mobile-browser.mobile-browser.mobile-browser #second-banner {
    top: 1px;
  }
}
.RCV-namespace .mobile-browser.mobile-browser.mobile-browser.mobile-browser #second-banner {
  top: 0;
  margin-top: 48px;
  transition: top, 0.5s;
}
.RCV-namespace .mobile-show-toolbar .mobile-browser.mobile-browser.mobile-browser.mobile-browser #second-banner {
  top: 56px;
  transition: top, 0.5s;
}
@media screen and (orientation: landscape) {
  .RCV-namespace .mobile-browser.mobile-browser.mobile-browser.mobile-browser #second-banner {
    top: 48px;
    margin-top: 2px;
    transition: none;
  }
  .RCV-namespace .mobile-show-toolbar .mobile-browser.mobile-browser.mobile-browser.mobile-browser #second-banner {
    top: 48px;
  }
}
.RCV-namespace .waiting .toolbar button {
  padding: 0;
  margin: 0;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 4px;
}
.RCV-namespace .toolbar > button, .RCV-namespace .toolbar .tt-wrapper, .RCV-namespace .toolbar > .drop-down, .RCV-namespace .toolbar .recording-status, .RCV-namespace .toolbar .lower-bar__ftue-group-wrapper > .drop-down {
  padding: 0;
  margin: 0;
}
.RCV-namespace .toolbar > button button:not(.MenuButton--internal):not(.OptionButton__icon), .RCV-namespace .toolbar .tt-wrapper button:not(.MenuButton--internal):not(.OptionButton__icon), .RCV-namespace .toolbar > .drop-down button:not(.MenuButton--internal):not(.OptionButton__icon), .RCV-namespace .toolbar .recording-status button:not(.MenuButton--internal):not(.OptionButton__icon), .RCV-namespace .toolbar .lower-bar__ftue-group-wrapper > .drop-down button:not(.MenuButton--internal):not(.OptionButton__icon) {
  padding: 0;
  margin: 0;
  margin-left: 8px;
  margin-right: 8px;
}
.RCV-namespace .toolbar .media-buttons__audio-button-container .Tooltip__tooltip-target button.OverlayButton {
  margin: 0;
}
.RCV-namespace .toolbar button.MenuButton--grouped {
  padding: 0;
  margin: 0;
  margin-left: 0;
  margin-right: 0;
}
.RCV-namespace .toolbar.solid {
  padding: 0;
  border-radius: 21px;
}
.RCV-namespace .toolbar.solid button.standard {
  box-shadow: none;
  background-color: #0684bd !important;
  color: #FFFFFF;
}
.RCV-namespace .toolbar.solid.blue {
  background-color: #0684bd;
}
.RCV-namespace .toolbar.solid > div.tt-wrapper {
  margin: 0;
}
.RCV-namespace .counterweight {
  flex: 33.33% 1 1;
  display: flex;
  align-items: center;
  z-index: 2;
}
.RCV-namespace .counterweight:first-child {
  justify-content: flex-start;
}
.RCV-namespace .counterweight:last-child, .RCV-namespace .counterweight.last-child {
  justify-content: flex-end;
}
.RCV-namespace .counterweight .icon-CalendarFilled {
  font-size: 24px;
}
.RCV-namespace .hi-bar {
  position: absolute;
  height: 30px;
  left: 0px;
  right: 0px;
  pointer-events: none;
  transition-property: top;
  transition-timing-function: linear;
  top: 0;
}
.RCV-namespace .hi-bar__right-bar {
  flex: 0 0 auto;
}
.RCV-namespace .hi-bar__left-bar {
  flex: 0 0 auto;
}
.RCV-namespace .hi-bar__left-bar .hi-bar__container {
  align-items: flex-start;
  padding-top: 0;
}
.RCV-namespace .hi-bar__container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 10px;
  padding-inline: 10px;
}
.RCV-namespace .mobile-browser .hi-bar__container {
  padding: 0;
}
.RCV-namespace .hi-bar__container-item {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.RCV-namespace .hi-bar__container-item:first-child {
  margin-top: 0;
}
.RCV-namespace .hi-bar .recording {
  display: flex;
  justify-content: flex-end;
  margin-left: 0;
}
.RCV-namespace .hi-bar .recording .RecordingMark {
  top: -3px;
}
.RCV-namespace .hi-bar .recording:empty {
  margin-left: 0;
}
.RCV-namespace .hi-bar .TranscriptionIndicator {
  line-height: 0;
  margin-inline: -2px;
}
.RCV-namespace .hi-bar .TranscriptionIndicator__container.mobile + .recording {
  margin-left: 8px;
}
.RCV-namespace .indicator-bar {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 15;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.RCV-namespace .mobile-browser .onconf:not(.sect-whiteboard) .indicator-bar {
  transition: transform 0.5s;
  transform: translateY(10px);
}
.RCV-namespace .mobile-show-toolbar.mobile-orientation-portrait .mobile-browser .onconf:not(.sect-whiteboard) .indicator-bar {
  transform: translateY(calc(56px + 10px));
}
.RCV-namespace .indicator-bar.indent {
  padding-left: 30px;
}
.RCV-namespace .indicator-bar-group {
  display: flex;
  align-items: center;
  grid-gap: 0 8px;
  margin-left: 10px;
}
.RCV-namespace .indicator-bar-group:empty {
  margin-left: 0;
}
.RCV-namespace .indicator-bar-group__transcript {
  margin-right: -8px;
}
.RCV-namespace .indicator-bar .report-issue__button {
  min-width: 32px;
  min-height: 32px;
  height: 32px;
  font-size: 14px;
  padding: 6px 8px;
  line-height: 20px;
  border-radius: 2px;
  color: #fff;
  position: relative;
  pointer-events: all;
  background-color: rgba(47, 47, 47, 0.5);
  border: 1px solid #444;
}
.RCV-namespace .indicator-bar .report-issue__button--icon-only {
  display: none;
}
.RCV-namespace .indicator-bar .report-issue__icon {
  width: 17px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.RCV-namespace .indicator-bar .report-issue__text {
  padding-left: 10px;
}
.RCV-namespace .lower-bar {
  bottom: 0;
  position: absolute;
  height: 72px;
  left: 0px;
  right: 0px;
  pointer-events: none;
  width: 100%;
  justify-content: space-between;
  display: flex;
  z-index: 5005;
  align-items: center;
  visibility: visible;
  transition: transform 500ms ease, visibility 0s ease 0s;
  background-color: rgba(0, 0, 0, 0.8);
}
.RCV-namespace .lower-bar--static {
  background-color: #1a1a1a;
}
.RCV-namespace .lower-bar .participant-list-toggle-wrapper {
  position: relative;
}
.RCV-namespace .lower-bar .more-button {
  display: none !important;
}
.RCV-namespace .lower-bar--hide-pending {
  visibility: hidden;
}
.RCV-namespace .lower-bar--hide {
  visibility: hidden;
  transition: transform 500ms ease, visibility 0s ease 500ms;
  transform: translateY(72px);
}
.RCV-namespace .mobile-browser .onconf.sect-whiteboard .lower-bar--hide {
  visibility: visible;
  transform: none;
  transition: none;
}
.RCV-namespace .lower-bar .TranscriptionIndicator {
  line-height: 0;
}
.RCV-namespace .auto-hide-controls .lower-bar.pointer-events-none button {
  pointer-events: none;
}
.RCV-namespace .lower-bar__ftue-group-wrapper {
  display: flex;
  position: relative;
}
.RCV-namespace .lower-bar__ftue-group-wrapper #screen-share-menu, .RCV-namespace .lower-bar__ftue-group-wrapper #video-menu, .RCV-namespace .lower-bar__ftue-group-wrapper #recording-menu, .RCV-namespace .lower-bar__ftue-group-wrapper #join-audio-menu {
  top: 9px;
}
.RCV-namespace .hiding .hi-bar .tooltip, .RCV-namespace .hiding .lower-bar .tooltip {
  opacity: 0;
  transition: 0.2s opacity;
}
.RCV-namespace .hiding .hi-bar .closable > .tooltip, .RCV-namespace .hiding .lower-bar .closable > .tooltip {
  opacity: 1;
}
.RCV-namespace .nqi-container.quality-status-sharing {
  padding: 2px 6px 2px 4px;
}
.RCV-namespace .nqi-container {
  position: relative;
  display: inline;
}
.RCV-namespace .nqi-container--recovery {
  top: 1px;
}
.RCV-namespace .sharing-toolbar-nqi {
  line-height: 1;
}
.RCV-namespace .sharing-toolbar-nqi .NetworkIndicator__connection-indicator {
  height: 14px;
}
.RCV-namespace .drop-down-options {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.RCV-namespace .primary-hi-bar {
  position: absolute;
  height: 30px;
  left: 0px;
  right: 0px;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 600;
  top: 0;
  padding: 10px 0;
}
.RCV-namespace .mobile-browser .primary-hi-bar.primary-hi-bar.primary-hi-bar {
  padding: 6px;
  top: 56px;
  transition: top 0.5s;
}
.RCV-namespace .mobile-browser .primary-hi-bar.primary-hi-bar.primary-hi-bar.hide-toolbar {
  top: 0;
  transition: top 0.5s;
}
.RCV-namespace .mobile-single-local-video .mobile-browser .primary-hi-bar.primary-hi-bar.primary-hi-bar.hide-toolbar {
  top: 34px;
}
@media screen and (orientation: landscape) {
  .RCV-namespace .mobile-browser .primary-hi-bar.primary-hi-bar.primary-hi-bar {
    top: 0;
  }
  .RCV-namespace .mobile-single-local-video .mobile-browser .primary-hi-bar.primary-hi-bar.primary-hi-bar {
    top: 34px;
  }
  .RCV-namespace .mobile-single-local-video .mobile-browser .primary-hi-bar.primary-hi-bar.primary-hi-bar.hide-toolbar {
    top: 34px;
  }
}
.RCV-namespace .primary-hi-bar.pulled {
  flex-direction: row;
  margin-left: -170px;
}
.RCV-namespace .primary-hi-bar .conf-menu-bar {
  flex: 33.33% 1 1;
  display: flex;
  align-items: center;
  z-index: 2;
  position: relative;
}
.RCV-namespace .primary-hi-bar .conf-menu-bar:first-child {
  justify-content: flex-start;
}
.RCV-namespace .primary-hi-bar .conf-menu-bar:last-child, .RCV-namespace .primary-hi-bar .conf-menu-bar.last-child {
  justify-content: flex-end;
}
.RCV-namespace .primary-hi-bar .conf-menu-bar .icon-CalendarFilled {
  font-size: 24px;
}
.RCV-namespace .primary-hi-bar .conf-menu-bar:first-child {
  justify-content: flex-end;
}
.RCV-namespace .primary-hi-bar .conf-menu-bar .MenuButtonsGroup {
  display: flex;
  flex-direction: row;
  margin-right: 17px;
}
.RCV-namespace .primary-hi-bar .conf-menu-bar .MenuButtonsGroup .MenuButton {
  width: 32px;
}
.RCV-namespace .primary-hi-bar .conf-menu-bar > .tt-wrapper:last-child, .RCV-namespace .primary-hi-bar .conf-menu-bar .drop-down-options {
  margin-right: 10px;
}
.RCV-namespace .primary-hi-bar .conf-menu-bar .FullScreenToggle.tooltip-btn-right-down-wrapper > .tooltip {
  right: 0;
}
.RCV-namespace .primary-hi-bar .conf-menu-bar .FullScreenToggle.tooltip-btn-right-down-wrapper > .tooltip:before {
  right: 9px;
}
.RCV-namespace .primary-hi-bar .conf-menu-bar.shifted--lo {
  padding-right: 0;
}
.RCV-namespace .secondary-lo-bar {
  display: flex;
  flex: 1;
  align-items: center;
  position: relative;
  left: 16px;
  margin-right: 16px;
  flex-wrap: nowrap;
}
.RCV-namespace .secondary-lo-bar.min-lower-bar-width {
  display: none;
}
.RCV-namespace .lower-bar-indicators-container {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: nowrap;
  margin-right: 8px;
  position: relative;
}
.RCV-namespace .lower-bar-indicators-container .nqi-container {
  margin-right: 5px;
}
.RCV-namespace .lower-bar-indicators-container .high-cpu-popup-wrapper {
  margin-right: 8px;
}
.RCV-namespace .primary-lo-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  flex-basis: auto;
}
.RCV-namespace .primary-lo-bar .toolbar {
  flex-wrap: nowrap;
}
.RCV-namespace .lower-bar__hangup-button-wrapper {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  margin-right: 8px;
}
.RCV-namespace .lower-bar__hangup-button-wrapper [class=' icon-hangup'] {
  font-size: 30px;
  color: #e6413c;
}
.RCV-namespace .lower-bar__hangup-button-wrapper .MenuButton:hover {
  color: #FFFFFF;
}
.RCV-namespace .lower-bar__room-name {
  font-size: 14px;
  color: #FFFFFF;
}
.RCV-namespace .lower-bar__breakout-rooms-mark {
  margin-left: 2px;
}
.RCV-namespace .mobile-browser .lower-bar {
  z-index: 1000;
  pointer-events: initial;
  background-color: rgba(26, 26, 26, 0.6);
  transition: all 0.5s;
}
.RCV-namespace .mobile-browser .lower-bar__hangup-button-wrapper {
  justify-content: center;
  margin: 0;
}
.RCV-namespace .mobile-orientation-portrait.mobile-orientation-portrait .lower-bar .primary-lo-bar {
  flex: 3;
}
.RCV-namespace .mobile-orientation-portrait.mobile-orientation-portrait .lower-bar .primary-lo-bar .lower-bar-join-audio, .RCV-namespace .mobile-orientation-portrait.mobile-orientation-portrait .lower-bar .primary-lo-bar .lower-bar-mute-video, .RCV-namespace .mobile-orientation-portrait.mobile-orientation-portrait .lower-bar .primary-lo-bar .media-buttons__audio-button-container, .RCV-namespace .mobile-orientation-portrait.mobile-orientation-portrait .lower-bar .primary-lo-bar .lower-bar-more-btn {
  flex: 1;
  display: flex;
  justify-content: center;
}
.RCV-namespace .mobile-orientation-portrait.mobile-orientation-portrait .lower-bar .primary-lo-bar .lower-bar-join-audio .MenuButton, .RCV-namespace .mobile-orientation-portrait.mobile-orientation-portrait .lower-bar .primary-lo-bar .lower-bar-mute-video .MenuButton, .RCV-namespace .mobile-orientation-portrait.mobile-orientation-portrait .lower-bar .primary-lo-bar .media-buttons__audio-button-container .MenuButton, .RCV-namespace .mobile-orientation-portrait.mobile-orientation-portrait .lower-bar .primary-lo-bar .lower-bar-more-btn .MenuButton {
  width: 25vw;
}
.RCV-namespace .mobile-orientation-portrait.mobile-orientation-portrait .lower-bar .primary-lo-bar .Tooltip {
  justify-content: center;
}
.RCV-namespace .mobile-orientation-portrait.mobile-orientation-portrait .lower-bar .route-monitor-leave-btn {
  flex: 1;
  margin: 0;
  justify-content: center;
}
.RCV-namespace .mobile-orientation-portrait.mobile-orientation-portrait .lower-bar .route-monitor-leave-btn .MenuButton {
  width: 25vw;
}
.RCV-namespace .mobile-orientation-landscape.mobile-orientation-landscape .lower-bar {
  justify-content: center;
}
.RCV-namespace .mobile-orientation-landscape.mobile-orientation-landscape .lower-bar .secondary-lo-bar {
  display: none;
}
.RCV-namespace .mobile-orientation-landscape.mobile-orientation-landscape .lower-bar .primary-lo-bar {
  flex: 0 1 400px;
}
.RCV-namespace .mobile-orientation-landscape.mobile-orientation-landscape .lower-bar .primary-lo-bar > div {
  flex: 1;
  display: flex;
  justify-content: center;
}
.RCV-namespace .mobile-orientation-landscape.mobile-orientation-landscape .lower-bar .route-monitor-leave-btn {
  flex: 0 1 75px;
  margin: 0;
  justify-content: center;
}
.RCV-namespace .get-high-btn {
  pointer-events: auto;
  padding: 21px;
}
.RCV-namespace .get-high-btn {
  pointer-events: auto;
  padding: 21px;
}
.RCV-namespace .primary-lo-bar__warns {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 122px;
}
.RCV-namespace .primary-lo-bar__warns .MenuButton {
  margin: 0 6px !important;
}
.RCV-namespace #screen-share-menu, .RCV-namespace #video-menu, .RCV-namespace #recording-menu, .RCV-namespace #join-audio-menu {
  top: -27px;
  left: -31px;
}
.RCV-namespace #screen-share-menu .OverlayButton [class*=' icon-'], .RCV-namespace #video-menu .OverlayButton [class*=' icon-'], .RCV-namespace #recording-menu .OverlayButton [class*=' icon-'], .RCV-namespace #join-audio-menu .OverlayButton [class*=' icon-'] {
  display: block;
  margin-left: 0.055em;
  height: 100%;
}
.RCV-namespace #screen-share-menu .OverlayButton--submenu, .RCV-namespace #video-menu .OverlayButton--submenu, .RCV-namespace #recording-menu .OverlayButton--submenu, .RCV-namespace #join-audio-menu .OverlayButton--submenu, .RCV-namespace #screen-share-menu .OverlayButton--submenu-active, .RCV-namespace #video-menu .OverlayButton--submenu-active, .RCV-namespace #recording-menu .OverlayButton--submenu-active, .RCV-namespace #join-audio-menu .OverlayButton--submenu-active {
  pointer-events: auto;
  z-index: 1000;
  left: 0;
}
.RCV-namespace #screen-share-menu.active .OverlayButton--submenu, .RCV-namespace #video-menu.active .OverlayButton--submenu, .RCV-namespace #recording-menu.active .OverlayButton--submenu, .RCV-namespace #join-audio-menu.active .OverlayButton--submenu, .RCV-namespace #screen-share-menu.active .OverlayButton--submenu-active, .RCV-namespace #video-menu.active .OverlayButton--submenu-active, .RCV-namespace #recording-menu.active .OverlayButton--submenu-active, .RCV-namespace #join-audio-menu.active .OverlayButton--submenu-active {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 18px;
  background-color: #039FD8;
}
.RCV-namespace #screen-share-menu .tooltip-btn-center-wrapper, .RCV-namespace #video-menu .tooltip-btn-center-wrapper, .RCV-namespace #recording-menu .tooltip-btn-center-wrapper, .RCV-namespace #join-audio-menu .tooltip-btn-center-wrapper {
  display: block;
}
.RCV-namespace #screen-share-menu .tooltip-btn-center-wrapper .tooltip, .RCV-namespace #video-menu .tooltip-btn-center-wrapper .tooltip, .RCV-namespace #recording-menu .tooltip-btn-center-wrapper .tooltip, .RCV-namespace #join-audio-menu .tooltip-btn-center-wrapper .tooltip {
  left: 18px;
  bottom: 18px;
}
.RCV-namespace #screen-share-menu .Tooltip__tooltip-target, .RCV-namespace #video-menu .Tooltip__tooltip-target, .RCV-namespace #recording-menu .Tooltip__tooltip-target, .RCV-namespace #join-audio-menu .Tooltip__tooltip-target {
  width: 100%;
  height: 100%;
}
.RCV-namespace #screen-share-menu > .content {
  max-width: 320px;
  min-width: 180px;
  display: block;
  border-radius: 5px;
  padding: 0px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -6px);
  bottom: 100%;
  transform: translate(-65px, -15px);
}
.RCV-namespace #screen-share-menu > .content::before {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 6px inset transparent;
  border-top: 6px solid #FFFFFF;
  position: absolute;
  bottom: -11px;
  transform: translateX(0);
  left: 77px;
}
.RCV-namespace #screen-share-menu > .content:hover::before {
  border-top-color: #FFFFFF;
}
.RCV-namespace #screen-share-menu > .content > ul.menu-items {
  font-size: 14px;
}
.RCV-namespace #screen-share-menu > .content > ul.menu-items > li.item:first-child {
  border-radius: 5px 5px 0px 0px;
}
.RCV-namespace #screen-share-menu > .content > ul.menu-items > li.item:last-child {
  border-radius: 0px 0px 5px 5px;
  border-bottom: none;
}
.RCV-namespace #screen-share-menu > .content > ul.menu-items > li.item:first-child:last-child {
  border-radius: 5px;
  border-bottom: none;
}
.RCV-namespace #video-menu > .content {
  max-width: 320px;
  min-width: 240px;
  display: block;
  border-radius: 5px;
  padding: 0px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -6px);
  bottom: 100%;
  transform: translate(-30px, -15px);
}
.RCV-namespace #video-menu > .content::before {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 6px inset transparent;
  border-top: 6px solid #FFFFFF;
  position: absolute;
  bottom: -11px;
  transform: translateX(0);
  left: 41px;
}
.RCV-namespace #video-menu > .content:hover::before {
  border-top-color: #FFFFFF;
}
.RCV-namespace #video-menu > .content > ul.menu-items {
  font-size: 14px;
}
.RCV-namespace #video-menu > .content > ul.menu-items > li.item:first-child {
  border-radius: 5px 5px 0px 0px;
}
.RCV-namespace #video-menu > .content > ul.menu-items > li.item:last-child {
  border-radius: 0px 0px 5px 5px;
  border-bottom: none;
}
.RCV-namespace #video-menu > .content > ul.menu-items > li.item:first-child:last-child {
  border-radius: 5px;
  border-bottom: none;
}
.RCV-namespace #recording-menu > .content {
  max-width: 320px;
  min-width: 160px;
  display: block;
  border-radius: 5px;
  padding: 0px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -6px);
  bottom: 100%;
  transform: translate(-70px, -15px);
}
.RCV-namespace #recording-menu > .content::before {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 6px inset transparent;
  border-top: 6px solid #FFFFFF;
  position: absolute;
  bottom: -11px;
  transform: translateX(0);
  left: 80px;
}
.RCV-namespace #recording-menu > .content:hover::before {
  border-top-color: #FFFFFF;
}
.RCV-namespace #recording-menu > .content > ul.menu-items {
  font-size: 14px;
}
.RCV-namespace #recording-menu > .content > ul.menu-items > li.item:first-child {
  border-radius: 5px 5px 0px 0px;
}
.RCV-namespace #recording-menu > .content > ul.menu-items > li.item:last-child {
  border-radius: 0px 0px 5px 5px;
  border-bottom: none;
}
.RCV-namespace #recording-menu > .content > ul.menu-items > li.item:first-child:last-child {
  border-radius: 5px;
  border-bottom: none;
}
.RCV-namespace #recording-menu > .content .item {
  text-align: center;
}
.RCV-namespace #join-audio-menu > .content {
  width: 359px;
  display: block;
  border-radius: 5px;
  padding: 0px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -6px);
  bottom: 100%;
  transform: translate(-30px, -15px);
}
.RCV-namespace #join-audio-menu > .content::before {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 6px inset transparent;
  border-top: 6px solid #FFFFFF;
  position: absolute;
  bottom: -11px;
  transform: translateX(0);
  left: 41px;
}
.RCV-namespace #join-audio-menu > .content:hover::before {
  border-top-color: #FFFFFF;
}
.RCV-namespace #join-audio-menu > .content > ul.menu-items {
  font-size: 14px;
}
.RCV-namespace #join-audio-menu > .content > ul.menu-items > li.item:first-child {
  border-radius: 5px 5px 0px 0px;
}
.RCV-namespace #join-audio-menu > .content > ul.menu-items > li.item:last-child {
  border-radius: 0px 0px 5px 5px;
  border-bottom: none;
}
.RCV-namespace #join-audio-menu > .content > ul.menu-items > li.item:first-child:last-child {
  border-radius: 5px;
  border-bottom: none;
}
.RCV-namespace #join-audio-menu.pstn > .content {
  width: 200px;
  display: block;
  border-radius: 5px;
  padding: 0px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -6px);
  bottom: 100%;
  transform: translate(-30px, -15px);
}
.RCV-namespace #join-audio-menu.pstn > .content::before {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 6px inset transparent;
  border-top: 6px solid #FFFFFF;
  position: absolute;
  bottom: -11px;
  transform: translateX(0);
  left: 41px;
}
.RCV-namespace #join-audio-menu.pstn > .content:hover::before {
  border-top-color: #FFFFFF;
}
.RCV-namespace #join-audio-menu.pstn > .content > ul.menu-items {
  font-size: 14px;
}
.RCV-namespace #join-audio-menu.pstn > .content > ul.menu-items > li.item:first-child {
  border-radius: 5px 5px 0px 0px;
}
.RCV-namespace #join-audio-menu.pstn > .content > ul.menu-items > li.item:last-child {
  border-radius: 0px 0px 5px 5px;
  border-bottom: none;
}
.RCV-namespace #join-audio-menu.pstn > .content > ul.menu-items > li.item:first-child:last-child {
  border-radius: 5px;
  border-bottom: none;
}
.RCV-namespace #join-audio-menu.simplified-menu .content {
  width: 320px;
}
.RCV-namespace #contact-host-menu > .content {
  max-width: 320px;
  min-width: 200px;
  display: block;
  border-radius: 5px;
  padding: 0px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -6px);
  bottom: 100%;
  transform: translate(-50%, -15px);
}
.RCV-namespace #contact-host-menu > .content::before {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 6px inset transparent;
  border-top: 6px solid #FFFFFF;
  position: absolute;
  bottom: -11px;
  transform: translateX(calc(41.5% + 18px));
  right: 58.5%;
  left: auto;
}
.RCV-namespace #contact-host-menu > .content:hover::before {
  border-top-color: #FFFFFF;
}
.RCV-namespace #contact-host-menu > .content > ul.menu-items {
  font-size: 14px;
}
.RCV-namespace #contact-host-menu > .content > ul.menu-items > li.item:first-child {
  border-radius: 5px 5px 0px 0px;
}
.RCV-namespace #contact-host-menu > .content > ul.menu-items > li.item:last-child {
  border-radius: 0px 0px 5px 5px;
  border-bottom: none;
}
.RCV-namespace #contact-host-menu > .content > ul.menu-items > li.item:first-child:last-child {
  border-radius: 5px;
  border-bottom: none;
}
.RCV-namespace #contactHostMenu {
  overflow-y: auto;
  max-height: 144px;
}
.RCV-namespace #hangup-menu > .content {
  width: 156px;
  display: block;
  border-radius: 5px;
  padding: 0px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -6px);
  bottom: 100%;
  transform: translate(-50%, -12px);
  left: -40px;
}
.RCV-namespace #hangup-menu > .content::before {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 6px inset transparent;
  border-top: 6px solid #FFFFFF;
  position: absolute;
  bottom: -11px;
  transform: translateX(0);
  right: 75px;
  transform: translateX(63px);
}
.RCV-namespace #hangup-menu > .content:hover::before {
  border-top-color: #FFFFFF;
}
.RCV-namespace #hangup-menu > .content > ul.menu-items {
  font-size: 14px;
}
.RCV-namespace #hangup-menu > .content > ul.menu-items > li.item:first-child {
  border-radius: 5px 5px 0px 0px;
}
.RCV-namespace #hangup-menu > .content > ul.menu-items > li.item:last-child {
  border-radius: 0px 0px 5px 5px;
  border-bottom: none;
}
.RCV-namespace #hangup-menu > .content > ul.menu-items > li.item:first-child:last-child {
  border-radius: 5px;
  border-bottom: none;
}
.RCV-namespace #ss-menu > .content {
  width: 138px;
  display: block;
  border-radius: 5px;
  padding: 0px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -6px);
  bottom: 100%;
}
.RCV-namespace #ss-menu > .content::before {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 6px inset transparent;
  border-top: 6px solid #FFFFFF;
  position: absolute;
  bottom: -11px;
  transform: translateX(0);
  left: 50%;
  margin-left: -6px;
}
.RCV-namespace #ss-menu > .content:hover::before {
  border-top-color: #FFFFFF;
}
.RCV-namespace #ss-menu > .content > ul.menu-items {
  font-size: 14px;
}
.RCV-namespace #ss-menu > .content > ul.menu-items > li.item:first-child {
  border-radius: 5px 5px 0px 0px;
}
.RCV-namespace #ss-menu > .content > ul.menu-items > li.item:last-child {
  border-radius: 0px 0px 5px 5px;
  border-bottom: none;
}
.RCV-namespace #ss-menu > .content > ul.menu-items > li.item:first-child:last-child {
  border-radius: 5px;
  border-bottom: none;
}
.RCV-namespace .toolbar [class^=' icon-']:not([class=' icon-toparr']):not([class=' icon-lock']):not(
            [class=' icon-copy']
        ):not([class=' icon-info']):not([class=' icon-close']):not([class=' icon-check']) {
  font-size: 30px;
}
.RCV-namespace .toolbar .OverlayButton--submenu {
  background-color: inherit;
  border: none;
  box-shadow: none;
  color: #8b8c8c;
  height: 19px;
  width: 19px;
  font-size: 18px;
  line-height: 18px;
}
.RCV-namespace .toolbar .OverlayButton--submenu:hover, .RCV-namespace .toolbar .OverlayButton--submenu:focus {
  font-size: 18px;
  line-height: 18px;
  border: none;
}
.RCV-namespace .toolbar .OverlayButton--submenu:hover, .RCV-namespace .toolbar .OverlayButton--submenu:focus:hover, .RCV-namespace .toolbar .OverlayButton--submenu:active:hover {
  color: #FFFFFF;
  background-color: #464747;
}
.RCV-namespace .toolbar .OverlayButton--submenu:focus, .RCV-namespace .toolbar .OverlayButton--submenu:active {
  color: #8b8c8c;
  background-color: inherit;
}
.RCV-namespace .toolbar .OverlayButton--submenu-pending:hover, .RCV-namespace .toolbar .OverlayButton--submenu-pending:focus:hover, .RCV-namespace .toolbar .OverlayButton--submenu-pending:active:hover {
  color: #8b8c8c;
  background-color: inherit;
}
.RCV-namespace .waiting .lower-bar .primary-lo-bar {
  top: 0;
}
.RCV-namespace .waiting .lower-bar .primary-lo-bar .MenuButton--normal > [class=' icon-participants'] {
  font-size: 24px;
  top: 6px;
}
.RCV-namespace .waiting .lower-bar .primary-lo-bar .MenuButton--toolbar:disabled > [class^=' svg-'] {
  color: #666666;
}
.RCV-namespace .lower-bar .primary-lo-bar .MenuButton--toolbar:disabled {
  opacity: 0.5;
  color: #FFFFFF;
}
.RCV-namespace .lower-bar--static .primary-lo-bar .MenuButton--toolbar:disabled > svg {
  opacity: 0.4;
}
.RCV-namespace .tooltip-container.long-tooltip {
  min-width: 450px;
}
.RCV-namespace .recording-status__media-menu-icon-tooltip-wrapper {
  position: absolute;
  width: calc(19px + 16px);
  height: 19px;
}
.RCV-namespace .media-buttons__listbox-container {
  padding: 4px 0 8px;
}
.RCV-namespace .media-buttons__listbox-container.delimiter-after {
  border-bottom: 1px solid #e9e9e9;
}
.RCV-namespace .media-buttons__listbox {
  box-sizing: border-box;
  padding: 0;
  list-style: none;
  user-select: none;
}
.RCV-namespace .media-buttons__listbox-label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.RCV-namespace .media-buttons__listbox-label-wrapper {
  display: flex;
  align-items: center;
}
.RCV-namespace .media-buttons__listbox-label-wrapper .Tooltip {
  width: auto;
  padding: 2px 4px 0 !important;
  margin: 0 4px !important;
}
.RCV-namespace .media-buttons__tooltip-text {
  padding: 5px;
}
.RCV-namespace .media-buttons__tooltip-composed-text {
  padding-right: 5px;
}
.RCV-namespace .media-buttons__tooltip-composed-text.bold {
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
}
.RCV-namespace .media-buttons__listbox-icon {
  width: 27px;
  font-size: 20px;
  display: inline-block;
  vertical-align: sub;
}
.RCV-namespace .media-buttons__listbox-icon.svg-headset {
  width: 22px;
  height: 18px;
  margin-right: 5px;
}
.RCV-namespace .media-buttons__listbox-icon.svg-noise-cancellation {
  width: 22px;
  height: 18px;
  margin-right: 5px;
}
.RCV-namespace .media-buttons__opt {
  position: relative;
  color: #2F2F2F;
  display: flex;
  box-sizing: border-box;
  font-size: 14px;
  padding: 0 21px;
  width: 100%;
  cursor: pointer;
  align-items: center;
  border: 0;
}
.RCV-namespace .media-buttons__opt:hover {
  background-color: #E2E2E2;
  color: #067BBD;
}
.RCV-namespace .media-buttons__opt--selected:not(.media-buttons__opt--disabled) {
  color: #067BBD;
}
.RCV-namespace .media-buttons__opt--disabled img {
  filter: grayscale(100%);
}
.RCV-namespace .media-buttons__opt--disabled:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
}
.RCV-namespace .media-buttons__item-content {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  padding: 4px 21px 4px 0;
  line-height: 18px;
  width: 100%;
}
.RCV-namespace .media-buttons__content-icon {
  display: flex;
  min-width: 27px;
}
.RCV-namespace .media-buttons__content-icon .icon-check {
  padding-left: 2px;
}
.RCV-namespace .media-buttons__content-label {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
}
.RCV-namespace .media-buttons__content-label--with-subtitle {
  width: 100%;
  margin-top: -8px;
  position: relative;
  line-height: 44px;
}
.RCV-namespace .media-buttons__content-label--with-subtitle:after {
  content: attr(data-subtitle);
  font-size: 10px;
  position: absolute;
  bottom: -16px;
  left: 0;
}
.RCV-namespace .media-buttons__audio-button-container {
  position: relative;
}
.RCV-namespace .media-buttons__audio-button-container .OverlayButton {
  top: -8px;
}
.RCV-namespace .media-buttons__media-menu-icon-tooltip-wrapper {
  position: absolute;
  width: calc(19px + 16px);
  height: 19px;
}
.RCV-namespace .media-buttons__audio-menu {
  overflow-y: auto;
}
.RCV-namespace .mobile-browser .media-buttons__join-audio-notification .LowerBarNotification__modal::after {
  right: auto;
  left: 36px;
}
.RCV-namespace .simplified-menu .media-buttons__opt {
  padding: 0 12px;
}
.RCV-namespace .accessibility-mode .lower-bar {
  transition: none;
}
.RCV-namespace .accessibility-mode .nqi-container:focus, .RCV-namespace .accessibility-mode .lowerbar-meeting-id:focus, .RCV-namespace .accessibility-mode .media-buttons__opt:focus {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #067BBD;
}
.RCV-namespace .accessibility-mode .media-buttons__opt:focus {
  background-color: #E2E2E2;
  color: #067BBD;
}
.RCV-namespace #range-menu {
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
.RCV-namespace #global-menu > .content {
  box-sizing: border-box;
  display: block;
  border-radius: 5px;
  padding: 0px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 6px);
  top: 100%;
  min-width: 180px;
}
.RCV-namespace #global-menu > .content::before {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 6px inset transparent;
  border-bottom: 6px solid #FFFFFF;
  position: absolute;
  top: -11px;
  transform: translateX(0);
  left: 50%;
  margin-left: -6px;
}
.RCV-namespace #global-menu > .content:hover::before {
  border-bottom-color: #FFFFFF;
}
.RCV-namespace #global-menu > .content > ul.menu-items {
  font-size: 14px;
}
.RCV-namespace #global-menu > .content > ul.menu-items > li.item:first-child {
  border-radius: 5px 5px 0px 0px;
}
.RCV-namespace #global-menu > .content > ul.menu-items > li.item:last-child {
  border-radius: 0px 0px 5px 5px;
  border-bottom: none;
}
.RCV-namespace #global-menu > .content > ul.menu-items > li.item:first-child:last-child {
  border-radius: 5px;
  border-bottom: none;
}
.RCV-namespace #global-menu-comp > .content {
  width: 240px;
  box-sizing: border-box;
  display: block;
  border-radius: 5px;
  padding: 0px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 6px);
  top: 100%;
  min-width: 180px;
}
.RCV-namespace #global-menu-comp > .content::before {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 6px inset transparent;
  border-bottom: 6px solid #FFFFFF;
  position: absolute;
  top: -11px;
  transform: translateX(0);
  left: 50%;
  margin-left: -6px;
}
.RCV-namespace #global-menu-comp > .content:hover::before {
  border-bottom-color: #FFFFFF;
}
.RCV-namespace #global-menu-comp > .content > ul.menu-items {
  font-size: 14px;
}
.RCV-namespace #global-menu-comp > .content > ul.menu-items > li.item:first-child {
  border-top: 1px solid #FFFFFF;
}
.RCV-namespace #global-menu-comp > .content > ul.menu-items > li.item:last-child {
  border-radius: 0px 0px 5px 5px;
  border-bottom: none;
}
.RCV-namespace #global-menu-comp.anonymous > .content {
  transform: translate(-70%, 6px);
}
.RCV-namespace #global-menu-comp.anonymous > .content::before {
  left: 70%;
}
.RCV-namespace .tabpane.classic {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-rows: [tabtitles-start] 45px [tabtitles-end tabs-start] minmax(80%, 1fr) [tabs-end];
  grid-auto-columns: 100%;
}
.RCV-namespace .tabpane.classic > .tabtitles {
  grid-row: tabtitles;
  display: flex;
  justify-content: space-around;
  padding: 0 40px 0 0;
  border-bottom: 1px solid #8f8f94;
}
.RCV-namespace .tabpane.classic > .tabtitles--hide-closer {
  padding: 0;
}
.RCV-namespace .tabpane.classic > .tabtitles > .sidebar-closer {
  text-align: center;
  position: absolute;
  right: 16px;
  top: 13px;
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}
.RCV-namespace .tabpane.classic > .tabtitles > .sidebar-closer > a {
  text-decoration: none;
  color: #C7C7C7;
}
.RCV-namespace .tabpane.classic > .tabtitles > .sidebar-closer > a:hover, .RCV-namespace .tabpane.classic > .tabtitles > .sidebar-closer > a:focus {
  color: #067BBD;
}
.RCV-namespace .tabpane.classic > .tabtitles > a {
  box-sizing: border-box;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  padding: 13px 0 12px;
  flex: 1;
  text-align: center;
}
.RCV-namespace .tabpane.classic > .tabtitles > a.current {
  color: #0684bd;
  border-bottom: 2px solid #0684bd;
  cursor: default;
  pointer-events: none;
}
.RCV-namespace .tabpane.classic > .tabs {
  grid-row: tabs;
}
.RCV-namespace .tabpane.classic > .tabs .SearchBar {
  border-top: none;
}
.RCV-namespace .tabpane.empty > .tabs > .closing-cross {
  display: none;
}
.RCV-namespace .tabpane .SearchField__input {
  height: 34px;
}
.RCV-namespace .tabpane .Tooltip__tooltip {
  z-index: 6;
}
.RCV-namespace .tab {
  flex-direction: column;
  display: flex;
}
.RCV-namespace .tab > ul {
  padding: 0px;
  margin: 0px;
  overflow-y: visible;
}
.tab .tab-body {
  overflow-y: auto;
  overflow-x: hidden;
}
.RCV-namespace .common-sidebar-styles, .RCV-namespace #sidebar {
  box-sizing: border-box;
  position: relative;
  display: block;
  align-items: stretch;
  margin-bottom: 72px;
  font-size: 14px;
  vertical-align: top;
}
.RCV-namespace #sidebar > .sb-hi-bar {
  position: absolute;
  height: 82px;
  left: 0px;
  right: 0px;
  pointer-events: none;
  right: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 2;
}
.RCV-namespace #sidebar.hidden {
  z-index: 5;
  background-color: transparent;
}
.RCV-namespace #sidebar.hidden > .tabpane {
  display: none !important;
}
.RCV-namespace #sidebar .tabpane.main > .tabtitles {
  padding: 0;
}
.RCV-namespace #sidebar .tabpane.main > .tabtitles > a {
  padding: 13px 20px;
  text-align: center;
  flex: 1;
  background-color: #F9F9F9;
  border: none;
  color: #2f2f2f;
}
.RCV-namespace #sidebar .tabpane.main > .tabtitles > a.current {
  background-color: #FFFFFF;
  color: #0684bd;
}
.RCV-namespace #sidebar .tabpane.main > .tabtitles > a > .time {
  color: #FFFFFF;
}
.RCV-namespace #sidebar .tab {
  width: 100%;
  height: 100%;
}
@media screen and (orientation: landscape) {
  .RCV-namespace .mobile-browser #sidebar#sidebar#sidebar#sidebar {
    width: 100%;
    height: 100%;
    z-index: 7000;
  }
}
.RCV-namespace .participants-tab {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.RCV-namespace .participants-tab .SearchBar {
  flex-grow: 1;
}
.RCV-namespace .participants-tab__participants-list-wrapper {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: stretch;
  overflow: auto;
  will-change: transform;
}
.RCV-namespace .mobile-browser .participants-tab__participants-list-wrapper {
  background-color: #fff;
}
.RCV-namespace .sidebar-manage, .RCV-namespace .moderator-bar, .RCV-namespace .participants-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F9F9F9;
  border: solid #E2E2E2;
  border-width: 1px 0;
  height: 50px;
}
.RCV-namespace .moderator-bar {
  z-index: 2;
  padding: 0 20px;
}
.RCV-namespace .moderator-bar > .tt-wrapper.tooltip-btn-left-wrapper > .tooltip, .RCV-namespace .moderator-bar > .tt-wrapper.tooltip-btn-right-wrapper > .tooltip, .RCV-namespace .moderator-bar > .tt-wrapper.tooltip-btn-center-wrapper > .tooltip {
  bottom: 100%;
}
.RCV-namespace .moderator-bar > .tooltip-btn-left-wrapper > .tooltip {
  left: 0;
}
.RCV-namespace .moderator-bar > .tooltip-btn-left-wrapper > .tooltip::before {
  left: 8px;
}
.RCV-namespace .moderator-bar > .tooltip-btn-right-wrapper > .tooltip {
  right: 0;
}
.RCV-namespace .moderator-bar > .tooltip-btn-right-wrapper > .tooltip::before {
  right: 11px;
}
.RCV-namespace .participants-bar {
  padding-left: 17px;
  padding-right: 6px;
}
.RCV-namespace .participants-bar > .tt-wrapper.tooltip-btn-left-wrapper > .tooltip, .RCV-namespace .participants-bar > .tt-wrapper.tooltip-btn-right-wrapper > .tooltip, .RCV-namespace .participants-bar > .tt-wrapper.tooltip-btn-center-wrapper > .tooltip {
  bottom: 100%;
}
.RCV-namespace .participants-bar > .tooltip-btn-left-wrapper > .tooltip {
  left: 0;
}
.RCV-namespace .participants-bar > .tooltip-btn-left-wrapper > .tooltip::before {
  left: 8px;
}
.RCV-namespace .participants-bar > .tooltip-btn-right-wrapper > .tooltip {
  right: 0;
}
.RCV-namespace .participants-bar > .tooltip-btn-right-wrapper > .tooltip::before {
  right: 11px;
}
.RCV-namespace .participants-bar input {
  border-radius: 17px;
  background: #FFFFFF;
}
.RCV-namespace .personal-meeting-id-pane__id-wrapper {
  display: flex;
  background-color: #E6F2F8;
  padding: 15px;
  justify-content: space-between;
  align-items: center;
}
.RCV-namespace .personal-meeting-id-pane__id-number {
  font-size: 1.6rem;
  letter-spacing: 0.5px;
  color: #067BBD;
  line-height: 1;
  margin-bottom: -5px;
  user-select: all;
  cursor: pointer;
}
.RCV-namespace .personal-meeting-id-pane__button {
  width: 60px;
}
.RCV-namespace .personal-meeting-id-pane__button:disabled, .RCV-namespace .personal-meeting-id-pane__button:disabled:hover {
  color: #FFFFFF;
  background-color: #C7C7C7;
  border: none;
}
.RCV-namespace div[role='main'].onconf #sidebar {
  justify-content: flex-start;
}
.RCV-namespace div[role='main'].onconf.auto-hide-controls #sidebar {
  transition: margin-bottom 0.5s;
}
.RCV-namespace div[role='main'].onconf.auto-hide-controls.controls-hidden #sidebar {
  margin-bottom: 0;
}
.RCV-namespace button.icon-sb::before {
  content: "\e915";
}
.RCV-namespace button.icon-sb.back {
  color: #FFF;
  background-color: #0684bd;
}
.RCV-namespace button.icon-sb.back:hover {
  color: #FFF;
}
.RCV-namespace #sidebar-hook {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  margin: 0px;
  margin-left: 8px;
}
.RCV-namespace #sidebar-hook:first-child, .RCV-namespace #sidebar-hook.first {
  margin-left: 0;
}
.RCV-namespace #sidebar-hook:last-child, .RCV-namespace #sidebar-hook.last {
  margin-right: 0;
}
.RCV-namespace #sidebar-hook.isolated {
  margin: 0;
}
.RCV-namespace #sidebar-hook.isolated-wide {
  margin-left: 8px;
  margin-right: 8px;
}
.RCV-namespace #sidebar-hook.pressed {
  left: -21px;
}
.RCV-namespace #sidebar-hook.pressed button.icon-sb::before {
  content: "\ea2d";
}
.RCV-namespace .TabTitleWrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
.RCV-namespace .TabTitleWrapper--with-icon {
  flex-direction: column;
  align-items: center;
}
.RCV-namespace .TabTitleWrapper--with-icon .TabTitleWrapper__title {
  font-size: 12px;
  line-height: 16px;
  font-family: "Proxima Nova Regular", "Proxima Nova Medium", Helvetica, Arial, sans-serif;
}
.RCV-namespace .TabTitleWrapper__icon {
  width: 24px;
  height: 24px;
}
.RCV-namespace .mobile-browser .TabTitleWrapper {
  flex-grow: 1;
  align-items: center;
}
.RCV-namespace .TabTitleWrapper--justify-left {
  justify-content: left;
}
.RCV-namespace .TabTitleWrapper__title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.RCV-namespace .TabTitleWrapper__title--multiline {
  white-space: normal;
  word-break: break-word;
  -webkit-line-clamp: var(--num-of-lines);
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.RCV-namespace .TabTitleWrapper__title--with-count::before {
  content: var(--counter);
  float: right;
  margin-left: 4px;
}
.RCV-namespace .onconf-page {
  background-color: #323636;
}
.RCV-namespace .onconf-page .hi-bar {
  height: auto;
}
.RCV-namespace .speakers {
  position: relative;
  width: 100%;
  height: calc(100% - 72px);
  overflow-x: hidden;
  overflow-y: hidden;
  touch-action: none;
}
.RCV-namespace .speakers ::-webkit-scrollbar {
  width: 4px;
  cursor: pointer;
}
.RCV-namespace .speakers ::-webkit-scrollbar-track {
  background-color: transparent;
}
.RCV-namespace .speakers ::-webkit-scrollbar-thumb {
  width: 2px;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.85);
  border-radius: 2px;
}
.RCV-namespace .speakers ::-webkit-scrollbar-button {
  display: none;
}
.RCV-namespace .speakers ::-webkit-scrollbar-corner {
  display: none;
}
.RCV-namespace .speakers ::-webkit-resizer {
  display: none;
}
.RCV-namespace .auto-hide-controls .speakers {
  height: 100%;
}
.RCV-namespace .speakers > .speakers-inner {
  --speaker-inner-horizontal-padding: 0px;
  --speaker-inner-vertical-padding: 0px;
  position: absolute;
  top: 0;
  bottom: 5px;
  left: 0px;
  right: 0px;
  font-size: 0;
  direction: ltr;
}
.RCV-namespace .speakers > .speakers-inner.empty {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.RCV-namespace .speakers > .speakers-inner.waiting {
  justify-content: center;
  align-items: center;
}
.RCV-namespace .speakers > .speakers-inner.with-gallery-mode {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  width: 100%;
  padding-top: 24px;
  padding-left: calc(1.5vw * var(--gallery-share, 1) + 13px);
  padding-right: calc(1.5vw * var(--gallery-share, 1) + 13px);
  padding-bottom: 16px;
  --speaker-inner-horizontal-padding: calc(2 * calc(1.5vw * var(--gallery-share, 1) + 13px));
  --speaker-inner-vertical-padding: calc(24px + 16px);
}
.RCV-namespace .speakers > .speakers-inner.with-active-speaker .GalleryGrid__tile {
  transition: none;
}
.RCV-namespace .speakers > .speakers-inner.with-film-strip-ss {
  position: absolute;
  top: 0;
  bottom: 5px;
  left: 0;
  right: 0;
}
.RCV-namespace .speakers > .speakers-inner.with-film-strip-ss .GalleryGrid__wrapper--film-strip {
  margin-top: calc(36px + 16px + var(--film-strip-tile-height) * 0.015);
}
.RCV-namespace .speakers > .speakers-inner.with-film-strip-pagination-ss .GalleryGrid__wrapper--film-strip {
  margin-top: calc(calc(36px + 10px + 30px + 10px) - 40px);
  margin-bottom: 10px;
}
.RCV-namespace .speakers.half > .speakers-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: none;
}
.RCV-namespace .speakers.half > .speakers-inner.with-pagination-split {
  padding-top: calc(calc(80px + calc(13px + calc(calc(var(--speakers-area-height) - 80px) * 0.015))) - 40px);
  padding-bottom: 0;
  padding-left: 22px;
  margin-bottom: 28px;
  --speaker-inner-horizontal-padding: calc(22px + calc(1.5vw * var(--gallery-share, 1) + 13px));
  --speaker-inner-vertical-padding: calc(calc(calc(80px + calc(13px + calc(calc(var(--speakers-area-height) - 80px) * 0.015))) - 40px) + 28px);
}
.RCV-namespace .speakers.half .speakers-inner-scrollable {
  right: 5px;
}
.RCV-namespace .mobile-browser .speakers {
  height: 100%;
}
.RCV-namespace .mobile-browser .speakers > .speakers-inner.with-gallery-mode {
  padding: 10px;
  --speaker-inner-horizontal-padding: 20px;
  --speaker-inner-vertical-padding: 20px;
}
.RCV-namespace .mobile-browser .speakers > .speakers-inner .pulsar {
  margin-bottom: 16px;
}
@media screen and (orientation: landscape) {
  .RCV-namespace .mobile-browser .speakers > .speakers-inner .pulsar {
    margin-bottom: 72px;
  }
}
.RCV-namespace .closed-captions-pinned .speakers {
  height: calc(100% - 72px - 152px);
}
.RCV-namespace .mobile-browser .closed-captions-pinned .speakers {
  height: 100%;
}
.RCV-namespace .onconf.hiding .speakers ::-webkit-scrollbar-thumb {
  border-color: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  transition: 0.2s;
}
.RCV-namespace .onconf.hiding .hideable {
  opacity: 0 !important;
  transition-duration: 0.2s;
}
.RCV-namespace .onconf.appearing .speakers ::-webkit-scrollbar-thumb {
  background-color: #FFFFFF;
  transition: 0.2s;
}
.RCV-namespace .onconf.appearing .hideable {
  opacity: 1 !important;
  transition-duration: 0.2s;
}
.RCV-namespace .sfu-container {
  z-index: 5300;
}
.RCV-namespace .sfu-prefs {
  top: 10px;
  left: 10px;
  min-width: 130px;
}
.RCV-namespace .sfu-prefs .vertical-bars {
  display: flex;
  justify-content: space-between;
}
.RCV-namespace .sfu-prefs .vertical-bars .vertical-bars__column {
  padding: 8px;
}
.RCV-namespace .sfu-prefs__prefs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.RCV-namespace .sfu-prefs .bars-group {
  border: 2px solid #F44336;
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
}
.RCV-namespace .sfu-prefs .bars-group:last-child {
  margin-bottom: 0;
}
.RCV-namespace .sfu-prefs .bars-group .bars-group__row span {
  float: right;
}
.RCV-namespace .sfu-prefs .bars-group .bars-group__row--with-top-margin {
  margin-top: 10px;
}
.RCV-namespace .sfu-prefs .bars-group .bars-group__row--with-left-margin {
  margin-left: 10px;
}
.RCV-namespace .sfu-prefs .bars-group .bars-group__title {
  color: #FFFFFF;
  line-height: 20px;
}
.RCV-namespace .sfu-prefs .bars-group .bars-group__title .bars-group__status {
  color: #F44336;
  float: right;
}
.RCV-namespace .sfu-prefs .bars-group .bars-group__title .bars-group__status.bars-group__status--good {
  color: #4CAF50;
}
.RCV-namespace .sfu-prefs .bars-group.bars-group--good {
  border-color: #4CAF50;
}
.RCV-namespace .sfu-prefs button {
  border: 2px solid #4CAF50;
  color: #4CAF50;
  background: rgba(76, 175, 80, 0.4);
  font: 14px monospace;
  padding: 4px;
}
.RCV-namespace .video-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2px 6px 3px 4px;
  font-size: 14px;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #FFFFFF !important;
  z-index: 2;
  backface-visibility: hidden;
}
.RCV-namespace .video-info--backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.RCV-namespace .video-info:not(.video-info--backdrop) > * {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 2px rgba(0, 0, 0, 0.3));
}
.RCV-namespace .video-info--sharing {
  padding: 0;
}
.RCV-namespace .video-info .icon {
  height: auto;
  width: auto;
  font-size: 16px;
}
.RCV-namespace .video-info .icon:first-child {
  padding-left: 0;
}
.RCV-namespace .video-info .host-control {
  font-size: 14px;
  color: #FFFFFF;
  width: auto;
}
.RCV-namespace .video-info > * {
  margin-right: 3px;
}
.RCV-namespace .video-info > *:last-child {
  margin-right: 0;
  margin-top: 1px;
}
.RCV-namespace .part-info {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.RCV-namespace .ss-icon {
  cursor: pointer;
}
.RCV-namespace .ss-icon.pressed {
  cursor: default;
}
.RCV-namespace .ss-title {
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: left;
  color: #FFFFFF;
}
.RCV-namespace .screenframe {
  position: relative;
}
.RCV-namespace .screenframe > video.screencast {
  width: 100%;
  height: 100%;
  position: absolute;
}
.RCV-namespace .screenframe > .picture {
  position: relative;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  transition-property: opacity;
  transition-timing-function: linear;
  transition-duration: 1s;
}
.RCV-namespace .screenframe > .picture > svg {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.RCV-namespace .screenframe > .picture.fin {
  opacity: 0;
}
.RCV-namespace .screenframe > .capturer {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.RCV-namespace .screenframe > .capturer.active {
  cursor: url(https://wcdn.ringcentral.com/_whc/bbac6bd4467b7e66a45633f766fc79dev1.png?appVersion=23.2.30), auto;
}
.RCV-namespace .screenframe > .capturer.remote-control-active {
  border: solid #FF8800 5px;
  box-sizing: border-box;
}
.with-btns html .whiteboard-entry-point:hover > .minmax-btn, .RCV-namespace .with-btns .screenframe:hover > .minmax-btn {
  visibility: visible;
}
html .whiteboard-entry-point .minmax-btn, .RCV-namespace .screenframe .minmax-btn {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  visibility: hidden;
  min-width: 24px;
  min-height: 24px;
  max-width: 40px;
  max-height: 40px;
  width: calc(var(--maxSize) * 0.1);
  height: calc(var(--maxSize) * 0.1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% 50%;
  box-shadow: none;
  color: #FFFFFF;
}
html .whiteboard-entry-point .minmax-btn[class*='--maximize'], .RCV-namespace .screenframe .minmax-btn[class*='--maximize'] {
  background-image: url(https://wcdn.ringcentral.com/_whc/video_maximize-8f5b53602f064b5b0ed055a9620ee24d.svg?appVersion=23.2.30);
}
html .whiteboard-entry-point .minmax-btn[class*='--minimize'], .RCV-namespace .screenframe .minmax-btn[class*='--minimize'] {
  background-image: url(https://wcdn.ringcentral.com/_whc/video_minimize-a6a2ad59161deab7f04fff18b75b8bdb.svg?appVersion=23.2.30);
}
.mobile-browser html .whiteboard-entry-point .minmax-btn, .RCV-namespace .mobile-browser .screenframe .minmax-btn {
  display: none;
}
html .whiteboard-entry-point.mobile-browser #service-toolbar, .RCV-namespace .screenframe.mobile-browser #service-toolbar {
  top: 4px;
}
html .whiteboard-entry-point.mobile-browser #main-toolbar, .RCV-namespace .screenframe.mobile-browser #main-toolbar {
  bottom: 4px;
}
.RCV-namespace path.color0 {
  stroke: #fff600;
}
.RCV-namespace path.color1 {
  stroke: #ff00e7;
}
.RCV-namespace path.color2 {
  stroke: #800000;
}
.RCV-namespace path.color3 {
  stroke: #ff00e7;
}
.RCV-namespace path.color4 {
  stroke: #ff0000;
}
.RCV-namespace path.color5 {
  stroke: #ff9289;
}
.RCV-namespace path.color6 {
  stroke: #a3ff00;
}
.RCV-namespace path.color7 {
  stroke: #07d115;
}
.RCV-namespace path.color8 {
  stroke: #018081;
}
.RCV-namespace path.color9 {
  stroke: #00fff9;
}
.RCV-namespace path.color10 {
  stroke: #0000ff;
}
.RCV-namespace path.color11 {
  stroke: #00cbff;
}
.RCV-namespace path.color12 {
  stroke: #7c00ff;
}
.RCV-namespace path.color13 {
  stroke: #a33086;
}
.RCV-namespace path.color14 {
  stroke: #bec100;
}
.RCV-namespace .beware-of-darkness {
  color: rgba(0, 0, 0, 0.5);
  flex-direction: column;
  align-items: center;
  font-size: 24px;
}
.RCV-namespace .beware-of-darkness > .icon {
  font-size: 144px;
  height: 144px;
  margin-bottom: 24px;
}
.RCV-namespace .beware-of-darkness > .reason {
  max-width: 250px;
  line-height: 29px;
  text-align: center;
}
.RCV-namespace .closed-captions-pinned #screensharing > .ss-inner, .RCV-namespace .closed-captions-pinned #screensharing.only > .ss-inner, .RCV-namespace .closed-captions-pinned #whiteboard > .ss-inner, .RCV-namespace .closed-captions-pinned #whiteboard.only > .ss-inner {
  position: absolute;
  top: 0px;
  bottom: 224px;
  left: 9px;
  right: 9px;
}
.RCV-namespace .closed-captions-pinned .ss-puller {
  top: calc(calc(50% - 72px / 2 - 48px / 2 + 20px) - 152px / 2);
}
.RCV-namespace .closed-captions-pinned .ss-puller--drag {
  top: 0;
}
.RCV-namespace .closed-captions-pinned .ss-puller--drag .ss-puller__bar {
  top: calc(calc(50% - 72px / 2 - 48px / 2 + 20px) - 152px / 2);
}
.RCV-namespace .closed-captions-pinned #screensharing:not(.film-strip) > .ss-inner, .RCV-namespace .closed-captions-pinned #whiteboard:not(.film-strip) > .ss-inner {
  margin-top: calc(14px * 1.6 + 16px * 2);
}
.RCV-namespace #screensharing, .RCV-namespace #whiteboard {
  position: relative;
  overflow: visible;
}
.RCV-namespace #screensharing > .ss-inner, .RCV-namespace #whiteboard > .ss-inner {
  overflow: hidden;
  position: absolute;
  top: 56px;
  bottom: 72px;
  left: 9px;
  right: 9px;
}
.RCV-namespace #screensharing > .ss-inner.loading, .RCV-namespace #whiteboard > .ss-inner.loading {
  background-image: url(https://wcdn.ringcentral.com/_whc/loading-acd7d1ec9c5a0297859a5ee5b3898d95.svg?appVersion=23.2.30);
  background-position: center;
  background-repeat: no-repeat;
}
.RCV-namespace #screensharing > .ss-inner.loading > .screenframe > .video-info, .RCV-namespace #whiteboard > .ss-inner.loading > .screenframe > .video-info {
  display: none !important;
}
.RCV-namespace #screensharing > .ss-inner.black > .screenframe, .RCV-namespace #whiteboard > .ss-inner.black > .screenframe {
  display: none !important;
}
.RCV-namespace #screensharing > .ss-inner.black > .beware-of-darkness, .RCV-namespace #whiteboard > .ss-inner.black > .beware-of-darkness {
  display: flex !important;
  width: 100%;
  height: 100%;
  justify-content: center;
}
.RCV-namespace #screensharing > .ss-inner > .beware-of-darkness, .RCV-namespace #whiteboard > .ss-inner > .beware-of-darkness {
  display: none !important;
}
.RCV-namespace #screensharing > .ss-inner.fit, .RCV-namespace #whiteboard > .ss-inner.fit {
  display: flex;
  justify-content: center;
  align-items: center;
}
.RCV-namespace #screensharing > .ss-inner.full > .screenframe, .RCV-namespace #whiteboard > .ss-inner.full > .screenframe {
  width: 100%;
  height: 100%;
}
.RCV-namespace #screensharing > .ss-inner.full > .screenframe > video.screencast, .RCV-namespace #whiteboard > .ss-inner.full > .screenframe > video.screencast {
  object-fit: none;
}
.RCV-namespace #screensharing > .ss-inner > .stats, .RCV-namespace #whiteboard > .ss-inner > .stats {
  position: absolute;
  top: 8px;
  right: 8px;
}
.RCV-namespace #screensharing.only > .ss-inner, .RCV-namespace #whiteboard.only > .ss-inner {
  bottom: 72px;
}
.RCV-namespace .mobile-browser #screensharing.only > .ss-inner, .RCV-namespace .mobile-browser #whiteboard.only > .ss-inner {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.RCV-namespace #screensharing.film-strip > .ss-inner, .RCV-namespace #whiteboard.film-strip > .ss-inner {
  top: 2px;
}
.RCV-namespace #screensharing.pulled, .RCV-namespace #whiteboard.pulled {
  overflow-x: hidden;
}
.RCV-namespace #screensharing.pulled > .ss-title, .RCV-namespace #whiteboard.pulled > .ss-title {
  display: none !important;
}
.RCV-namespace #screensharing .ss-presenter, .RCV-namespace #whiteboard .ss-presenter {
  transition: bottom 0.5s;
}
.RCV-namespace .mobile-show-toolbar #screensharing .ss-presenter, .RCV-namespace .mobile-show-toolbar #whiteboard .ss-presenter {
  bottom: 72px;
  transition: bottom 0.5s;
}
.RCV-namespace .sssm .ss-puller {
  display: none;
}
.RCV-namespace .sssm .screensharing {
  flex-basis: 100% !important;
}
.RCV-namespace .svm .screensharing {
  display: none;
}
.RCV-namespace .svm .ss-puller {
  display: none;
}
.RCV-namespace .ogm .ss-puller {
  display: none;
}
.RCV-namespace .screen-share-tip-popup {
  position: relative;
}
.RCV-namespace .screen-share-tip-popup .tip-title {
  margin: 0.1em 0 1em;
}
.RCV-namespace .screen-share-tip-popup .buttons-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.RCV-namespace .screen-share-tip-popup .close-btn {
  z-index: 1;
}
.RCV-namespace .screen-share-tip-popup .close-btn:hover {
  color: #067BBD;
}
.RCV-namespace .screen-share-tip-popup .tooltip {
  text-align: center;
}
html .whiteboard-entry-point .RCV-namespace {
  position: absolute;
}
.RCV-namespace div[role='main'].onconf.auto-hide-controls .ss-inner:not(.annotation) {
  bottom: 0;
}
.RCV-namespace div[role='main'].onconf.auto-hide-controls #screensharing > .ss-inner:not(.annotation) {
  bottom: 0;
}
.RCV-namespace .mobile-browser #whiteboard#whiteboard > .ss-inner {
  bottom: 72px;
}
.RCV-namespace img.avatar {
  border-radius: 50%;
  z-index: 1;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.RCV-namespace .video.calling > .avatar-wrapper::after {
  position: initial;
  top: initial;
}
.RCV-namespace .avatar-wrapper {
  box-sizing: border-box;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}
.RCV-namespace .avatar-wrapper::after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: url(https://wcdn.ringcentral.com/_whc/participant-3b0335a1426ccde1264bb38168433c77.svg?appVersion=23.2.30);
  display: block;
  background-repeat: round;
  background-position: top left;
  position: absolute;
  top: 0;
}
.RCV-namespace .avatar-wrapper > img.avatar {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.RCV-namespace .avatar-wrapper > .patch-icon {
  z-index: 2;
  color: #FFFFFF;
}
.RCV-namespace .avatar-wrapper.hold {
  position: relative;
}
.RCV-namespace .avatar-wrapper.hold::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  z-index: 2;
  opacity: 0.7;
  display: block;
}
.RCV-namespace .tooltip-qstatus-wrapper > .icon {
  width: auto !important;
  font-size: 14px;
}
.RCV-namespace .drop-down.part-info > .content {
  min-width: 25px;
}
.RCV-namespace .drop-down.part-info > .content::before {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 6px inset transparent;
  border-top: 6px solid #FFFFFF;
  position: absolute;
  bottom: -11px;
  transform: translateX(0);
  left: 12px;
}
.RCV-namespace .drop-down.part-info > .content:hover::before {
  border-top-color: #FFFFFF;
}
.RCV-namespace .drop-down.part-info > .drop-down-text {
  white-space: nowrap;
}
.RCV-namespace .drop-down.part-info.active > .drop-down-text {
  color: inherit !important;
}
.RCV-namespace .video {
  box-sizing: border-box;
  position: absolute;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px #0F0F0F solid;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.5);
}
.RCV-namespace .video > .video-tile__minmax-btn {
  position: absolute;
  top: 12px;
  left: 12px;
  min-width: 24px;
  min-height: 24px;
  max-width: 40px;
  max-height: 40px;
  width: calc(var(--maxSize) * 0.1);
  height: calc(var(--maxSize) * 0.1);
  z-index: 505;
  visibility: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 50% 50%;
  box-shadow: none;
}
.RCV-namespace .video > .video-tile__minmax-btn[class*='--maximize'] {
  background-image: url(https://wcdn.ringcentral.com/_whc/video_maximize-8f5b53602f064b5b0ed055a9620ee24d.svg?appVersion=23.2.30);
}
.RCV-namespace .video > .video-tile__minmax-btn[class*='--minimize'] {
  background-image: url(https://wcdn.ringcentral.com/_whc/video_minimize-a6a2ad59161deab7f04fff18b75b8bdb.svg?appVersion=23.2.30);
}
.RCV-namespace .video > .video-tile__minmax-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.RCV-namespace .with-btns .video:hover > .video-tile__minmax-btn {
  visibility: visible;
}
.RCV-namespace .video video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.RCV-namespace .video video.default {
  object-fit: cover;
}
.RCV-namespace .video.q3 > .avatar-wrapper {
  width: 300px;
  height: 300px;
}
.RCV-namespace .video.q2 > .avatar-wrapper {
  width: 200px;
  height: 200px;
}
.RCV-namespace .video.q1 > .avatar-wrapper {
  width: 100px;
  height: 100px;
}
.RCV-namespace .video .avatar-wrapper {
  max-height: var(--maxSize);
  max-width: var(--maxSize);
}
.RCV-namespace .video.q1 > .video-info {
  right: 0px;
}
.RCV-namespace .video.extra-small > .video-info > .tooltip-qstatus-wrapper > .tooltip {
  white-space: normal;
  min-width: 100px;
}
.RCV-namespace .video .poor-network-message {
  box-sizing: border-box;
  text-shadow: 1px 0 #666666, 0 -1px #666666, -1px 0 #666666, 0 1px #666666;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  background: rgba(127, 127, 127, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-align: center;
  padding: 10px;
}
.RCV-namespace .video.pstn {
  background-image: url(https://wcdn.ringcentral.com/_whc/pstn-e4ed2b3fa5f205ab365713e7b1b156f0.svg?appVersion=23.2.30);
}
.RCV-namespace .video.pstn video {
  display: none !important;
}
.RCV-namespace .video.recovery > .video {
  opacity: 0.5;
}
.RCV-namespace .video.poor-network > .video {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.RCV-namespace .video > .stats {
  position: absolute;
  top: 8px;
  right: 8px;
}
.RCV-namespace .video > .callee-prompt {
  display: none;
}
.RCV-namespace .video.calling {
  display: block !important;
  justify-content: center;
}
.RCV-namespace .video.calling > .avatar-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-clip: padding-box;
  background: radial-gradient(circle closest-side, #FFFFFF 74px, #CDEEFD 2px, #2F2F2F 20px);
  overflow: hidden;
}
.RCV-namespace .video.calling > .avatar-wrapper > img.avatar {
  position: static;
  margin-bottom: 20px;
}
.RCV-namespace .video.calling > .pulsar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.RCV-namespace .video.calling > .pulsar > .avatar-wrapper {
  overflow: visible;
  height: 100%;
  background: #FFFFFF;
}
.RCV-namespace .video.calling .info {
  display: none !important;
}
.RCV-namespace .video.calling > .callee-prompt {
  display: block;
  position: absolute;
  top: calc(50% + 92px + 20px);
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  text-align: center;
}
.RCV-namespace .video.calling > .callee-prompt::after {
  content: 'Ringing...';
  display: block;
  font-family: "Proxima Nova Medium", Helvetica, Arial, sans-serif;
  margin-top: 10px;
}
.RCV-namespace .video.calling > .sink-wrapper {
  display: none !important;
}
.RCV-namespace .video.muted video {
  display: none !important;
}
@keyframes speak {
  0% {
    border: 2px solid rgba(76, 175, 80, 0.5);
  }
  15% {
    border: 2px solid rgba(76, 175, 80, 0.5);
  }
  50% {
    border: 4px solid #4CAF50;
  }
  65% {
    border: 4px solid #4CAF50;
  }
  100% {
    border: 2px solid rgba(76, 175, 80, 0.5);
  }
}
.RCV-namespace .video.main-speaker {
  position: relative;
  border-color: rgba(76, 175, 80, 0.5);
}
.RCV-namespace .video.main-speaker::after {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  box-sizing: border-box;
  z-index: 2;
  pointer-events: none;
  border: 2px solid #4CAF50;
  animation: speak 1s linear 3 normal;
}
.RCV-namespace .video .tile-onhold {
  color: #FFFFFF;
  font-size: 13px;
  line-height: 30px;
}
.RCV-namespace .video .tile-onhold .icon {
  font-size: 9px;
  display: inline;
  margin-right: 4px;
}
.RCV-namespace .fullscreen-video {
  overflow: hidden;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
}
.RCV-namespace .fullscreen-video > video {
  height: 100%;
  object-fit: contain;
}
.RCV-namespace .fullscreen-video > div {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
  color: #FFFFFF;
}
.RCV-namespace .small-mirror {
  height: 119px;
  width: 212px;
  text-align: center;
  pointer-events: all;
  position: relative;
  box-sizing: border-box;
  border-radius: 0;
  /*border-radius: 0 0 8px 8px; FIXME after https://bugs.chromium.org/p/chromium/issues/detail?id=1294284 */
  border: 1px solid black;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.12), 0 4px 5px rgba(0, 0, 0, 0.14);
}
.RCV-namespace .small-mirror video {
  width: 100%;
  height: 100%;
  border-radius: 0;
  /*border-radius: 0 0 7px 7px; FIXME after https://bugs.chromium.org/p/chromium/issues/detail?id=1294284 */
}
.RCV-namespace .small-mirror.oversized {
  height: 197px;
  width: 348px;
}
.RCV-namespace .small-mirror.oversized.weatherman video {
  height: 197px;
}
.RCV-namespace .small-mirror.weatherman video {
  height: 119px;
  object-fit: contain;
}
.RCV-namespace .small-mirror.self {
  border: none;
  border-radius: 5px;
  margin-top: 10px;
}
.RCV-namespace .small-mirror.self:hover .close-small-mirror {
  display: block;
}
.RCV-namespace .small-mirror.self video {
  border-radius: 4px;
}
.RCV-namespace .small-mirror.mirrored video {
  transform: scaleX(-1);
}
.RCV-namespace .small-mirror.mirrored video::-webkit-media-controls {
  transform: scaleX(-1);
}
.RCV-namespace .small-mirror.mirrored video:not(:root):fullscreen::-webkit-media-controls {
  transform: none;
}
.RCV-namespace .small-mirror.pip {
  visibility: hidden;
}
.RCV-namespace .small-mirror .server-mute {
  box-sizing: border-box;
  position: absolute;
  transform: scaleX(-1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px 20px 0;
  color: #FFFFFF;
  background: rgba(127, 127, 127, 0.5);
  text-align: center;
  line-height: 1.1;
  cursor: default;
  font-size: 13px;
  border-radius: 0 0 8px 8px;
}
.RCV-namespace .small-mirror .server-mute .server-mute-icon {
  font-size: 36px;
}
.RCV-namespace .small-mirror .local-ss, .RCV-namespace .small-mirror .foreign-ss {
  transform: none;
  padding: 30px 8px 0;
}
.RCV-namespace .small-mirror .centered {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}
.RCV-namespace .small-mirror .new-lined {
  white-space: pre-wrap;
}
.RCV-namespace .small-mirror .button-wrapper {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 1;
  display: flex;
  opacity: 1;
  transition: opacity 0.3s;
}
.RCV-namespace .small-mirror .button-wrapper.hidden {
  opacity: 0;
}
.RCV-namespace .small-mirror .close-small-mirror, .RCV-namespace .small-mirror .pin-to-gallery {
  height: 24px;
  width: 24px;
  font-size: 10px;
  margin-left: 6px;
  display: none;
}
.RCV-namespace .small-mirror .pin-to-gallery {
  display: block;
  font-size: 13px;
  line-height: 24px;
}
.RCV-namespace .small-mirror .pin-to-gallery [class^='icon-'], .RCV-namespace .small-mirror .pin-to-gallery [class*=' icon-'] {
  line-height: 24px;
}
.RCV-namespace .small-mirror .raise-hand-button {
  width: 28px;
  height: 22px;
}
.RCV-namespace .small-mirror.noshadow {
  box-shadow: none;
}
.RCV-namespace .small-mirror.black video {
  display: none !important;
}
.RCV-namespace .always-show-controls .close-small-mirror {
  display: none !important;
}
.RCV-namespace #media-devices {
  width: 500px;
}
.RCV-namespace #media-devices span.dev {
  width: 55%;
  display: flex;
  flex-direction: column;
}
.RCV-namespace #media-devices .sink-check > .response {
  display: none;
}
.RCV-namespace #media-devices .sink-check.playback .trigger {
  display: none;
}
.RCV-namespace #media-devices .sink-check.playback .response {
  display: inline;
}
.RCV-namespace #media-devices .media-devices-output {
  margin-left: 20px;
  height: 264px;
  margin-bottom: 15px;
  border: 1px solid #e4eff5;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.RCV-namespace #media-devices .media-devices-demo {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  transform: scaleX(-1);
}
.RCV-namespace #media-devices .media-devices-demo::-webkit-media-controls {
  transform: scaleX(-1);
}
.RCV-namespace #media-devices .media-devices-demo:not(:root):fullscreen::-webkit-media-controls {
  transform: none;
}
.RCV-namespace #media-devices .mic-level {
  height: 12px;
  border-radius: 6px;
  border: 1px solid #6cd073;
  align-items: stretch;
  position: relative;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.RCV-namespace #media-devices .mic-level > .volume-bar {
  position: relative;
  left: -1px;
  border-radius: 6px;
  background-color: #6cd073;
  flex-basis: 0%;
  opacity: 1;
  transition: flex-basis 0.1s ease;
}
.RCV-namespace #media-devices .mic-level > .info {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  opacity: 0;
}
.RCV-namespace #media-devices .mic-level.idle {
  border: 1px solid transparent;
}
.RCV-namespace #media-devices .mic-level.idle > .volume-bar {
  opacity: 0;
}
.RCV-namespace #media-devices .mic-level.idle > .info {
  opacity: 1;
}
.RCV-namespace #media-devices .save-button-wrapper {
  text-align: center;
  margin-top: 20px;
}
.RCV-namespace #media-devices .test-button-wrapper {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 24px;
}
.RCV-namespace #media-devices .link-wrapper {
  text-align: end;
  margin-top: 5px;
}
.RCV-namespace #media-devices .title {
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
}
.RCV-namespace #media-devices.settings-video .video-preview__output, .RCV-namespace #media-devices.settings-audio .video-preview__output {
  margin-bottom: 14px;
}
.RCV-namespace #media-devices.settings-video #range-menu, .RCV-namespace #media-devices.settings-audio #range-menu {
  padding-bottom: 8px;
  display: grid;
  grid-template: "description range" "description ." / 1fr 1fr;
}
.RCV-namespace #media-devices.settings-video #range-menu #ma-display, .RCV-namespace #media-devices.settings-audio #range-menu #ma-display {
  grid-area: description;
  word-break: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  align-self: center;
}
.RCV-namespace #media-devices.settings-video #range-menu .ThrottleRange, .RCV-namespace #media-devices.settings-audio #range-menu .ThrottleRange {
  grid-area: range;
}
.RCV-namespace #media-devices.settings-video .max-participants #range-menu, .RCV-namespace #media-devices.settings-audio .max-participants #range-menu {
  padding: 15px 0;
}
.RCV-namespace #media-devices.settings-video .DialogGroupTitle, .RCV-namespace #media-devices.settings-audio .DialogGroupTitle {
  margin-top: 8px;
}
.RCV-namespace #media-devices.settings-video .meeting-audio-preferences__composite-checkbox-title, .RCV-namespace #media-devices.settings-audio .meeting-audio-preferences__composite-checkbox-title {
  display: flex;
  flex-direction: row;
}
.RCV-namespace #media-devices.settings-video .meeting-audio-preferences__beta-label, .RCV-namespace #media-devices.settings-audio .meeting-audio-preferences__beta-label {
  width: 30px;
  margin-left: 10px;
}
.RCV-namespace .part-separator {
  box-sizing: border-box;
  text-align: left;
  height: 42px;
  padding: 0 8px 0 16px;
  height: 56px;
  padding: 8px 12px 8px 16px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.RCV-namespace .part-separator__title {
  color: #2F2F2F;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.RCV-namespace .part-separator__title--thin {
  font-family: "Proxima Nova Medium", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.17px;
}
.RCV-namespace .part-separator.with-reactions-control {
  justify-content: space-between;
}
.RCV-namespace .part-separator.with-reactions-control .part-separator__title {
  padding-right: 15px;
}
.RCV-namespace .part-separator.with-reactions-control .JoinButton {
  --radius: 3px;
  min-height: 20px;
  max-width: 120px;
  min-width: auto;
  justify-content: flex-end;
  flex-shrink: 0;
}
.RCV-namespace .part-separator.with-reactions-control .JoinButton__button {
  font-weight: 400;
  font-size: 10px;
  line-height: 1.2;
  min-width: auto;
  padding: 3px 5px 3px 5px;
  border-radius: var(--radius) 0 0 var(--radius);
}
.RCV-namespace .part-separator.with-reactions-control .JoinButton__button-text {
  word-break: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.RCV-namespace .part-separator.with-reactions-control .JoinButton__dropdown {
  width: 14px;
  font-size: 0.8rem;
  border-radius: 0 var(--radius) var(--radius) 0;
}
.RCV-namespace .part-separator.with-reactions-control .JoinButton__dropdown-list {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.2;
}
.RCV-namespace .part-separator.with-reactions-control .JoinButton__dropdown-list-item .Tooltip__tooltip-target {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.RCV-namespace .part-separator.with-reactions-control .JoinButton__dropdown-icon {
  font-size: 0.8rem;
}
.RCV-namespace .part-separator.with-moderator-button .Button {
  line-height: 12px;
  font-size: 10px;
  padding: 4px 8px;
  min-width: 40px;
  max-width: 80px;
  min-height: 16px;
  max-height: 32px;
  border-radius: 2px;
}
.RCV-namespace .part-separator.with-moderator-button .Button span {
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.RCV-namespace .part-separator.waiting-room {
  justify-content: space-between;
}
.RCV-namespace .part-separator.raise-hand .Button {
  max-width: 89px;
  min-height: 20px;
  margin-left: 20px;
  flex-shrink: 0;
}
.RCV-namespace .part-separator.raise-hand .switch {
  flex-grow: 1;
}
.RCV-namespace .part-separator.raise-hand > div {
  margin-right: 10px;
}
.RCV-namespace .part-separator.raise-hand > div .main-text::after {
  content: ' ';
}
.RCV-namespace .part-separator.raise-hand > div .secondary-text {
  color: #C7C7C7;
}
.RCV-namespace .part-separator.raise-hand > div .main-text, .RCV-namespace .part-separator.raise-hand > div .secondary-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.RCV-namespace .part-separator.reactions {
  --icon-size: 16px;
  --gap: 5px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  column-gap: var(--gap);
  row-gap: var(--gap);
}
.RCV-namespace .part-separator.reactions .item {
  --order: 0;
  width: fit-content;
  max-width: 50px;
  min-width: 36px;
  max-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  column-gap: 3px;
  order: var(--order);
  padding: 2px 8px 2px 5px;
  margin: 0;
}
.RCV-namespace .part-separator.reactions .item .reaction-icon {
  width: var(--icon-size);
  height: var(--icon-size);
}
.RCV-namespace .part-separator.reactions .item .reaction-icon img {
  width: 100%;
  height: auto;
}
.RCV-namespace .part-separator.reactions .item[aria-disabled='true'] {
  background: transparent;
}
.RCV-namespace .part-separator.reactions .item[aria-disabled='true']:hover, .RCV-namespace .part-separator.reactions .item[aria-disabled='true']:active {
  cursor: auto;
  border: none;
  background: transparent;
}
.RCV-namespace .part-separator--bordered {
  border-top: solid 1px #E2E2E2;
  border-bottom: solid 1px #E2E2E2;
}
.RCV-namespace .offline-participant {
  box-sizing: content-box;
  padding: 8px 12px 8px 16px;
}
.RCV-namespace .offline-participant__participant-info {
  display: flex;
  align-items: center;
  min-width: 0;
}
.RCV-namespace .offline-participant__participant-info--clickable {
  cursor: pointer;
}
.RCV-namespace .offline-participant__name {
  position: relative;
  overflow: hidden;
  top: -5px;
  text-overflow: ellipsis;
  margin-right: 30px;
}
.RCV-namespace .offline-participant__status {
  color: #C7C7C7;
  position: absolute;
  top: 10px;
}
.RCV-namespace .offline-participant__name-section {
  position: relative;
  width: 100%;
}
.RCV-namespace .offline-participant__controls {
  display: flex;
  align-items: center;
  margin-right: 3px;
  padding-left: 30px;
}
.RCV-namespace .participant {
  box-sizing: border-box;
  text-align: left;
  height: 42px;
  padding: 0 8px 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Proxima Nova Regular", "Proxima Nova Medium", Helvetica, Arial, sans-serif;
}
.RCV-namespace .participant.inactive {
  background-color: rgba(255, 14, 0, 0.14);
}
.RCV-namespace .participant:hover {
  cursor: default;
}
.RCV-namespace .isModerator .participant:hover {
  background: #f9f9f9;
}
.RCV-namespace .participant .participant-controls {
  display: flex;
  align-items: center;
  margin-right: 3px;
}
.RCV-namespace .participant .show-on-hover {
  display: none;
}
.RCV-namespace .participant:hover .show-on-hover {
  display: block;
}
.RCV-namespace .participant .drop-down.active .show-on-hover {
  display: block;
}
.RCV-namespace .participant .host-control.icon {
  padding: 0px;
  margin: 0px;
  margin-left: 2px;
  margin-right: 2px;
  text-align: center;
  position: relative;
}
.RCV-namespace .participant .host-control.icon:first-child, .RCV-namespace .participant .host-control.icon.first {
  margin-left: 0;
}
.RCV-namespace .participant .host-control.icon:last-child, .RCV-namespace .participant .host-control.icon.last {
  margin-right: 0;
}
.RCV-namespace .participant .host-control.icon.isolated {
  margin: 0;
}
.RCV-namespace .participant .host-control.icon.isolated-wide {
  margin-left: 2px;
  margin-right: 2px;
}
.RCV-namespace .participant .host-control.icon.remote {
  color: #FF8800;
}
.RCV-namespace .participant .host-control.icon.icon-more {
  font-size: 17px;
  line-height: 24px;
}
.RCV-namespace .participant.hold {
  position: relative;
}
.RCV-namespace .participant.hold .hold-layer {
  width: 100%;
  height: 100%;
  background-color: #E2E2E2;
  opacity: 0.3;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
}
.RCV-namespace .participant.hold .hold-status {
  font-size: 10px;
  color: #2F2F2F;
  line-height: 16px;
  display: flex;
  justify-content: center;
}
.RCV-namespace .participant.hold .hold-status span {
  line-height: 30px;
}
.RCV-namespace .participant.hold .hold-status .icon-hold {
  font-size: 16px;
  color: #2F2F2F;
  padding-left: 8px;
}
.RCV-namespace .participant .hold-layer {
  display: none;
}
.RCV-namespace .participant-info {
  display: flex;
  align-items: center;
  font-family: "Proxima Nova Medium", Helvetica, Arial, sans-serif;
  font-size: 1em;
  white-space: nowrap;
}
.RCV-namespace .participant-info .avatar-wrapper {
  width: 36px;
  height: 36px;
  margin-right: 14px;
  position: relative;
}
.RCV-namespace .participant-info .avatar-wrapper .icon-screensharing {
  font-size: 16px;
}
.RCV-namespace .participant-info .avatar-wrapper .icon-moderator {
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FF8800;
  border: 2px solid #FFFFFF;
  font-size: 12px;
  position: absolute;
  bottom: 25px;
  right: -4px;
}
.RCV-namespace .participant-info .avatar-wrapper .icon-screensharing {
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FF8800;
  border: 2px solid #FFFFFF;
  font-size: 12px;
  position: absolute;
  bottom: 0px;
  right: -4px;
}
.RCV-namespace .ParticipantsListItem {
  display: flex;
  align-items: center;
  padding: 8px 12px 8px 16px;
}
.RCV-namespace .ParticipantsListItem .NetworkIndicator {
  margin-left: 3px;
}
.RCV-namespace .ParticipantsListItem .NetworkIndicator__connection-indicator {
  width: 16px;
  height: 16px;
  background-size: 16px;
}
.RCV-namespace .ParticipantsListItem:hover #participant-menu {
  display: block;
}
.RCV-namespace .ParticipantsListItem .chat-with {
  overflow: auto;
}
.RCV-namespace .ParticipantsListItem .chat-with .Tooltip__tooltip-target {
  max-width: 100%;
}
.RCV-namespace .mobile-browser .ParticipantsListItem #participant-menu {
  display: block;
}
.RCV-namespace .ParticipantsListItem #participant-menu.active {
  display: block;
}
.RCV-namespace .ParticipantsListItem--waiting-room {
  justify-content: space-between;
}
.RCV-namespace .ParticipantsListItem--waiting-room .ParticipantsListItem__controls {
  display: flex;
}
.RCV-namespace .ParticipantsListItem--waiting-room .ParticipantsListItem__controls .Button {
  border-radius: 2px;
  padding: 3px 8px;
  font-size: 10px;
  min-width: 40px;
  max-width: 80px;
  min-height: 16px;
  max-height: 32px;
  line-height: 12px;
}
.RCV-namespace .ParticipantsListItem--waiting-room .ParticipantsListItem__controls .Button span {
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.RCV-namespace .ParticipantsListItem--waiting-room .ParticipantsListItem__controls .Button:first-child {
  margin-right: 5px;
}
.RCV-namespace .ParticipantsListItem--waiting-room .ParticipantsListItem__controls-wrapper {
  display: flex;
  align-items: center;
}
.RCV-namespace .ParticipantsListItem--waiting-room .ParticipantsListItem__more-options {
  margin-right: 8px;
}
.RCV-namespace .ParticipantsListItem--hold {
  position: relative;
  justify-content: space-between;
}
.RCV-namespace .ParticipantsListItem__hold-status {
  font-size: 12px;
  line-height: 16px;
  display: flex;
  justify-content: center;
}
.RCV-namespace .ParticipantsListItem__hold-status span {
  line-height: 30px;
}
.RCV-namespace .ParticipantsListItem__info {
  display: flex;
  align-items: center;
  min-width: 0;
  text-align: left;
  cursor: default;
  color: #2F2F2F;
  max-width: 100%;
}
.RCV-namespace .ParticipantsListItem__info--clickable {
  cursor: pointer;
}
.RCV-namespace .ParticipantsListItem__name {
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  overflow: hidden;
}
.RCV-namespace .ParticipantsListItem__name-wrapper {
  display: flex;
}
.RCV-namespace .ParticipantsListItem__ParticipantAvatar {
  height: 40px;
  width: 40px;
  margin-right: 16px;
  border-radius: 100%;
  position: relative;
  flex-shrink: 0;
}
.RCV-namespace .ParticipantsListItem__ParticipantAvatar .icon-moderator, .RCV-namespace .ParticipantsListItem__ParticipantAvatar .icon-screensharing {
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #FF8800;
  border: 2px solid #FFFFFF;
  font-size: 12px;
  position: absolute;
  bottom: 25px;
  right: -4px;
  line-height: 14px;
  text-align: center;
  cursor: default;
}
.RCV-namespace .ParticipantsListItem__ParticipantAvatar .icon-screensharing {
  bottom: 0px;
}
.RCV-namespace .ParticipantsListItem__participant-controls {
  margin-left: auto;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.RCV-namespace .ParticipantsListItem__participant-controls > * {
  margin-left: 12px;
}
.RCV-namespace .ParticipantsListItem__participant-controls .host-control {
  font-size: 24px;
  height: 24px;
  width: 24px;
  padding: 0;
  position: relative;
  color: #939393;
  top: 0px;
  left: 0px;
}
.RCV-namespace .ParticipantsListItem__participant-controls .host-control.nqi-container {
  display: flex;
  align-items: center;
}
.RCV-namespace .ParticipantsListItem__participant-controls .host-control:hover {
  color: #067BBD;
}
.RCV-namespace .ParticipantsListItem__participant-controls .host-control:hover.non-interactive {
  color: #939393;
}
.RCV-namespace .ParticipantsListItem__participant-controls .overprint {
  position: absolute;
  background-color: #F44336;
  color: #FFFFFF;
  font-size: 9px;
  height: 12px;
  width: 12px;
  line-height: 12px;
  text-align: center;
  border-radius: 100%;
  top: -2px;
  right: -2px;
}
.RCV-namespace .ParticipantsListItem__participant-controls .live {
  animation: flick 0.8s steps(2) infinite alternate;
}
.RCV-namespace .ParticipantsListItem__participant-controls #participant-menu {
  margin-right: 0;
  display: none;
}
.RCV-namespace .ParticipantsListItem__name-text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.RCV-namespace .ParticipantsListItem__secondary-line {
  display: flex;
  align-items: center;
  column-gap: 3px;
}
.RCV-namespace .ParticipantsListItem__secondary-status {
  --icon-size: 17px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.RCV-namespace .ParticipantsListItem__secondary-status--reaction-icon {
  width: var(--icon-size);
  height: var(--icon-size);
}
.RCV-namespace .ParticipantsListItem__secondary-status--reaction-icon img {
  width: 100%;
  height: auto;
}
.RCV-namespace .ParticipantsListItem__secondary-text {
  font-size: 13px;
  color: #939393;
  display: inline-block;
  align-self: center;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.RCV-namespace .accessibility-mode .ParticipantsListItem__info:focus {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #067BBD;
}
.RCV-namespace .accessibility-mode .offline-participant__participant-info:focus {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #067BBD;
}
.RCV-namespace .accessibility-mode #participant-menu {
  display: block;
}
.RCV-namespace .accessibility-mode #participant-menu:focus {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #067BBD;
  border-radius: 0;
}
.RCV-namespace .accessibility-mode .ParticipantsListItem__ParticipantVideoStatus:focus, .RCV-namespace .accessibility-mode .ParticipantsListItem__ParticipantAudioStatus:focus, .RCV-namespace .accessibility-mode .ParticipantsListItem__ParticipantMoreOptions:focus {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #067BBD;
  border-radius: 0;
}
.RCV-namespace .accessibility-mode .floater__header-buttons-item:focus {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #067BBD;
}
.RCV-namespace .floater {
  --header-max-height: 52px;
  z-index: 6;
  height: 100%;
  background-color: #fff;
  position: relative;
  border-radius: 6px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.12), 0 4px 5px rgba(0, 0, 0, 0.14);
}
.RCV-namespace .floater .non-drag-handle {
  cursor: default;
  pointer-events: auto;
}
.RCV-namespace .floater.pinned {
  border-radius: initial;
  box-shadow: none;
}
.RCV-namespace .floater.pinned::after {
  display: none;
}
.RCV-namespace .floater__header {
  display: flex;
  border-bottom: 1px solid #f2f2f2;
  flex: 0 0 auto;
}
.RCV-namespace .floater__header-title {
  flex: 1;
  color: #067BBD;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  margin-bottom: -1px;
}
.RCV-namespace .floater__flexible-empty-area {
  display: flex;
  flex-grow: 2;
  flex-shrink: 0;
  flex-basis: 20px;
}
.RCV-namespace .floater__header-buttons {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 60px;
  display: flex;
  justify-content: flex-end;
  z-index: 5;
}
.RCV-namespace .floater__header-buttons:has(:not(:first-child)) {
  justify-content: space-between;
}
.RCV-namespace .floater__header-buttons-item {
  position: static;
  width: 24px;
  height: 24px;
  display: inline-block;
  font-family: 'RCV-Desktop';
  font-size: 20px;
  color: #939393;
  cursor: pointer !important;
  text-align: center;
}
.RCV-namespace .floater__header-buttons-item:hover {
  color: #067BBD;
}
.RCV-namespace .floater__chat-with-host {
  padding: 16px 0 27px 0;
  display: flex;
  justify-content: center;
  align-content: center;
  cursor: auto;
}
.RCV-namespace .floater::after {
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 14px;
  height: 14px;
  font-family: 'RCV-Desktop';
  color: #C7C7C7;
  content: "\e937";
}
.RCV-namespace .floater .Tabs {
  max-height: var(--header-max-height);
  width: 80%;
  position: relative;
  z-index: 5;
  border-top-left-radius: inherit;
}
.RCV-namespace .floater .Tabs__item {
  min-width: 62px;
  max-width: 105px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.RCV-namespace .floater .Tabs__item:nth-of-type(1) {
  border-top-left-radius: inherit;
}
.RCV-namespace .floater .Tabs__item > .TabTitleWrapper {
  overflow: hidden;
  text-overflow: ellipsis;
}
.RCV-namespace .floater .Tabs__item .TabTitleWrapper__title {
  max-width: 100%;
}
.RCV-namespace .floater .tabpane {
  height: 100%;
  width: 100%;
  flex-direction: column;
  display: flex;
  border-radius: inherit;
}
.RCV-namespace .floater .tabpane > .tab-content__tab {
  height: calc(100% - var(--header-max-height));
  overflow: hidden;
  border-top: 1px solid #f2f2f2;
  margin-top: -1px;
}
.RCV-namespace .floater .tabpane > .tab-content__tab.tab-content__tab--list {
  overflow: initial;
}
.RCV-namespace .floater .tabpane > .tab-content__tab.tab-content__tab--chat {
  display: flex;
  flex-direction: column;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.RCV-namespace .floater .tabpane > .tab-content__tab.tab-content__tab--chat .Loader__wrapper {
  flex-grow: 1;
  margin-bottom: 10%;
}
.RCV-namespace .floater .tabpane > .tab-content__tab.tab-content__tab--notes .Loader__wrapper {
  height: 100%;
  padding: 0;
}
.RCV-namespace .floater .MuteAllDialog {
  top: 97px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.12), 0 4px 5px rgba(0, 0, 0, 0.14);
}
@media screen and (orientation: landscape) {
  .RCV-namespace .mobile-browser .floater .Tabs {
    width: 100%;
    justify-content: center;
  }
  .RCV-namespace .mobile-browser .floater .Tabs__item {
    width: 200px;
    flex-grow: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .RCV-namespace .mobile-browser .floater .Tabs__item--active {
    color: inherit !important;
  }
  .RCV-namespace .mobile-browser .floater .Tabs__item:hover {
    background-color: inherit !important;
  }
  .RCV-namespace .mobile-browser .floater .Tabs__item > .TabTitleWrapper {
    width: 120px;
    box-sizing: border-box;
  }
  .RCV-namespace .mobile-browser .floater .Tabs__input:checked + label {
    box-shadow: none !important;
  }
  .RCV-namespace .mobile-browser .floater .Tabs__input:checked + label > .TabTitleWrapper {
    box-shadow: inset 0 -2px 0 #067BBD !important;
  }
  .RCV-namespace .mobile-browser .floater__header-buttons {
    width: auto;
    top: 11px;
    right: 22px;
  }
  .RCV-namespace .mobile-browser .floater__header-buttons-item {
    color: #666666;
    width: auto;
    height: auto;
    font-size: 18px;
  }
}
.RCV-namespace .floater .participants {
  height: 100%;
}
.RCV-namespace .mobile-orientation-portrait .floater__header-buttons {
  display: none;
}
.RCV-namespace .mobile-orientation-portrait .floater .Tabs {
  display: none;
}
.RCV-namespace #sidebar .participants {
  margin-top: 0;
}
.RCV-namespace .accessibility-mode .participants:focus {
  box-shadow: inset 0 0 0 2px #FFFFFF, inset 0 0 0 3px #067BBD;
}
.RCV-namespace .react-draggable .floater .drag-handle {
  cursor: move !important;
}
.RCV-namespace .react-draggable .floater .Tabs__item--active {
  cursor: grab !important;
}
.RCV-namespace #chat-with-room-administrators > .content {
  width: 200px;
  display: block;
  border-radius: 5px;
  padding: 0px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -6px);
  bottom: 100%;
  transform: translate(-50%, -10px);
}
.RCV-namespace #chat-with-room-administrators > .content::before {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 6px inset transparent;
  border-top: 6px solid #FFFFFF;
  position: absolute;
  bottom: -11px;
  transform: translateX(0);
  right: 50%;
  transform: translateX(6px);
}
.RCV-namespace #chat-with-room-administrators > .content:hover::before {
  border-top-color: #FFFFFF;
}
.RCV-namespace #chat-with-room-administrators > .content > ul.menu-items {
  font-size: 14px;
}
.RCV-namespace #chat-with-room-administrators > .content > ul.menu-items > li.item:first-child {
  border-radius: 5px 5px 0px 0px;
}
.RCV-namespace #chat-with-room-administrators > .content > ul.menu-items > li.item:last-child {
  border-radius: 0px 0px 5px 5px;
  border-bottom: none;
}
.RCV-namespace #chat-with-room-administrators > .content > ul.menu-items > li.item:first-child:last-child {
  border-radius: 5px;
  border-bottom: none;
}
.RCV-namespace #chatWithRoomAdministratorsMenu {
  overflow-y: auto;
  max-height: 144px;
}
.RCV-namespace .accessibility-mode .floater .Tabs__input:focus + .drag-handle {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #067BBD !important;
}
.RCV-namespace #participant-menu > .content {
  box-sizing: border-box;
  position: absolute;
  right: -60px;
  z-index: 5;
  width: 200px;
}
.RCV-namespace #participant-menu > .content::before {
  display: none;
}
.RCV-namespace #participant-menu.menu-down .content {
  display: block;
  border-radius: 5px;
  padding: 0px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translate(-87%, 6px);
  top: 100%;
  left: -3px;
}
.RCV-namespace #participant-menu.menu-down .content::before {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 6px inset transparent;
  border-bottom: 6px solid #FFFFFF;
  position: absolute;
  top: -11px;
  transform: translateX(69px);
  right: 75px;
}
.RCV-namespace #participant-menu.menu-down .content:hover::before {
  border-bottom-color: #FFFFFF;
}
.RCV-namespace #participant-menu.menu-down .content > ul.menu-items {
  font-size: 14px;
}
.RCV-namespace #participant-menu.menu-down .content > ul.menu-items > li.item:first-child {
  border-radius: 5px 5px 0px 0px;
}
.RCV-namespace #participant-menu.menu-down .content > ul.menu-items > li.item:last-child {
  border-radius: 0px 0px 5px 5px;
  border-bottom: none;
}
.RCV-namespace #participant-menu.menu-down .content > ul.menu-items > li.item:first-child:last-child {
  border-radius: 5px;
  border-bottom: none;
}
.RCV-namespace #participant-menu.menu-up .content {
  top: auto;
  display: block;
  border-radius: 5px;
  padding: 0px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -6px);
  bottom: 100%;
  left: -3px;
}
.RCV-namespace #participant-menu.menu-up .content::before {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 6px inset transparent;
  border-top: 6px solid #FFFFFF;
  position: absolute;
  bottom: -11px;
  transform: translateX(-5px);
  right: 75px;
}
.RCV-namespace #participant-menu.menu-up .content:hover::before {
  border-top-color: #FFFFFF;
}
.RCV-namespace #participant-menu.menu-up .content > ul.menu-items {
  font-size: 14px;
}
.RCV-namespace #participant-menu.menu-up .content > ul.menu-items > li.item:first-child {
  border-radius: 5px 5px 0px 0px;
}
.RCV-namespace #participant-menu.menu-up .content > ul.menu-items > li.item:last-child {
  border-radius: 0px 0px 5px 5px;
  border-bottom: none;
}
.RCV-namespace #participant-menu.menu-up .content > ul.menu-items > li.item:first-child:last-child {
  border-radius: 5px;
  border-bottom: none;
}
.RCV-namespace .recording-status {
  position: relative;
}
.RCV-namespace button.rec {
  color: #ff0e00 !important;
  position: relative;
  margin: 0px !important;
}
.RCV-namespace button.rec:hover, .RCV-namespace button.rec:active {
  background-color: #FFFFFF !important;
  color: #ff0e00 !important;
}
.RCV-namespace button.rec:disabled {
  opacity: 1 !important;
}
.RCV-namespace button.rec.stop {
  font-size: 1em;
}
.RCV-namespace button.rec > .time {
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
  display: block;
  text-align: center;
  padding-top: 2px;
  background-color: snow;
  color: #000000;
}
.RCV-namespace .recording-popup {
  display: block;
  border-radius: 5px;
  padding: 0px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 6px);
  top: 100%;
  padding: 21px;
  white-space: nowrap;
}
.RCV-namespace .recording-popup::before {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 6px inset transparent;
  border-bottom: 6px solid #FFFFFF;
  position: absolute;
  top: -11px;
  transform: translateX(0);
  left: 50%;
  margin-left: -6px;
}
.RCV-namespace .recording-popup:hover::before {
  border-bottom-color: #FFFFFF;
}
.RCV-namespace #account-info .form {
  padding: 20px 32px;
}
.RCV-namespace #account-info .form .personal-meeting {
  color: #0684bd;
}
.RCV-namespace #account-info .form .form-mgmt-controls {
  margin-top: 15px;
}
.RCV-namespace .profile-info__user-info {
  max-width: 200px;
}
.RCV-namespace .profile-info__wrapper {
  margin: 30px 0;
  display: flex;
  align-items: center;
}
.RCV-namespace .profile-info__avatar {
  display: block;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 16px;
  width: 96px;
  height: 96px;
}
.RCV-namespace .profile-info__user-name {
  font-size: 24px;
  font-weight: bold;
}
.RCV-namespace .profile-info__user-email {
  display: flex;
  text-decoration: none;
  white-space: nowrap;
  color: #666666;
}
.RCV-namespace .profile-info__user-email__login {
  text-overflow: ellipsis;
  overflow: hidden;
}
.RCV-namespace .meeting-info-textarea {
  background-color: #F9F9F9;
  border: 1px solid #E2E2E2;
  border-radius: 6px;
  color: #888888;
  display: block;
  resize: none;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
  overflow-y: auto;
  font-size: 14px;
  font-family: "Proxima Nova Medium", Helvetica, Arial, sans-serif;
}
.RCV-namespace #schedule-popup {
  width: 400px;
}
.RCV-namespace #schedule-popup .form {
  padding: 0px 0px 10px 0px;
}
.RCV-namespace #schedule-popup .pmi-settings-btn {
  position: relative;
  padding-inline-start: 8px;
  padding-inline-end: 0;
  padding-block-start: 4px;
  padding-block-end: 4px;
  white-space: normal;
  text-align: inherit;
  min-height: inherit;
}
.RCV-namespace #schedule-popup .pmi-settings-btn:hover {
  background-color: initial;
}
.RCV-namespace #schedule-popup .button {
  opacity: 1;
}
.RCV-namespace #schedule-popup .button:disabled {
  opacity: 0.6;
  transition-property: opacity;
  transition-timing-function: linear;
  transition-duration: 0.3s;
}
.RCV-namespace #schedule-popup .schedule-popup__add-btn {
  width: auto;
  padding: 0 17px;
  opacity: 1;
}
.RCV-namespace #schedule-popup .schedule-popup__add-btn:disabled {
  opacity: 0.6;
  transition-property: opacity;
  transition-timing-function: linear;
  transition-duration: 0.3s;
}
.RCV-namespace #schedule-popup .google, .RCV-namespace #schedule-popup .office365, .RCV-namespace #schedule-popup .ical, .RCV-namespace #schedule-popup .other {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  margin-right: 12px;
  margin-bottom: -6px;
}
.RCV-namespace #schedule-popup .google {
  background-image: url(https://wcdn.ringcentral.com/_whc/ec5d84fe744bde701adec6fc27af00fbv1.png?appVersion=23.2.30);
}
.RCV-namespace #schedule-popup .office365 {
  background-image: url(https://wcdn.ringcentral.com/_whc/c421e0f91f6146c61cb059a37e7c9c45v1.png?appVersion=23.2.30);
}
.RCV-namespace #schedule-popup .ical {
  background-image: url(https://wcdn.ringcentral.com/_whc/be7bcd3f79e21deb5dc8c6275a14cc8fv1.png?appVersion=23.2.30);
}
.RCV-namespace #schedule-popup .other {
  background-image: url(https://wcdn.ringcentral.com/_whc/96563db6a0f2c2857dd8937e553a9240v1.png?appVersion=23.2.30);
}
.RCV-namespace #schedule-popup .icon-Dropup {
  font-size: 10px;
}
.RCV-namespace #schedule-popup .meeting-id-info-icon {
  position: absolute;
  bottom: 8px;
  padding-inline-start: 10px;
}
.RCV-namespace #schedule-popup .delegator-select {
  height: 50px;
  margin-bottom: 22px;
}
.RCV-namespace #schedule-popup .Select__label ~ .Select__list {
  margin-top: 22px;
}
.RCV-namespace #schedule-popup .e2ee-row {
  display: flex;
  align-items: center;
}
.RCV-namespace #schedule-popup .e2ee-tooltip-icon {
  min-width: 13px;
  min-height: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 6px;
}
.RCV-namespace #schedule-popup .e2ee-tooltip {
  white-space: break-spaces;
  width: 200px;
  left: 50px;
}
.RCV-namespace #schedule-popup .setting-title .DialogGroupTitle__content {
  overflow: visible;
}
.RCV-namespace #schedule-popup .setting-title .basic-popup {
  position: static;
}
.RCV-namespace #schedule-popup .setting-title .basic-popup__content {
  width: 300px;
  left: 50px;
  top: 200px;
  text-align: center;
}
.RCV-namespace #schedule-popup .setting-title .basic-popup__content:before {
  border: none;
}
.RCV-namespace #schedule-popup .setting-title .confirm-popup__text {
  font-size: 12px;
}
.RCV-namespace #schedule-popup .setting-title .confirm-popup__header {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 12px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 24px;
}
.RCV-namespace #schedule-popup .setting-title .confirm-popup__controls {
  text-align: center;
  font-size: 12px;
  margin-top: 32px;
  margin-bottom: 24px;
}
.RCV-namespace #schedule-popup .setting-title .confirm-popup__controls .Button {
  margin: 0 8px;
}
.RCV-namespace #schedule-popup .setting-title .confirm-popup__controls .Button--confirm {
  background-color: #067BBD;
}
.RCV-namespace #schedule-popup .setting-title .confirm-popup__controls .Button--confirm.outlined {
  background-color: #FFFFFF;
  color: #067BBD;
}
.RCV-namespace #main-drag-field {
  z-index: 500;
}
.RCV-namespace #main-drag-field.shifted {
  right: 360px;
}
.RCV-namespace .transcript-enabled #main-drag-field.shifted {
  right: 400px;
}
.RCV-namespace div.onconf.mirr-auto-hide.hiding > #main-drag-field {
  opacity: 0 !important;
  transition-duration: 0.2s;
}
.RCV-namespace div.onconf.mirr-auto-hide.hiding > #main-drag-field > .draggable, .RCV-namespace div.onconf.mirr-auto-hide.hiding > #main-drag-field > .draggable > .small-mirror {
  pointer-events: none;
}
.RCV-namespace div.onconf.mirr-auto-hide.appearing > #main-drag-field {
  opacity: 1 !important;
  transition-duration: 0.2s;
}
.RCV-namespace div.onconf.mirr-auto-hide.appearing > #main-drag-field > .draggable, .RCV-namespace div.onconf.mirr-auto-hide.appearing > #main-drag-field > .draggable > .small-mirror {
  pointer-events: auto;
}
.RCV-namespace .message-container {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #323636;
  z-index: 5800;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
}
.RCV-namespace .message-container .message-container__icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  font-size: 44px;
}
.RCV-namespace .message-container .message-container__message {
  color: #FFFFFF;
  font-size: 16px;
  padding-top: 20px;
}
.RCV-namespace #meeting-details-modal {
  width: 400px;
  height: 100%;
}
.RCV-namespace #meeting-details-modal .user-select-all {
  user-select: all;
}
.RCV-namespace #meeting-details-modal .form-mgmt-controls {
  padding: 20px;
}
.RCV-namespace #meeting-details-modal .meeting-settings-controls {
  padding: 4px 0 20px 0;
}
.RCV-namespace #meeting-details-modal .meeting-details-modal__link {
  display: inline-block;
  width: calc(100% - 30px);
  text-overflow: ellipsis;
  overflow: hidden;
}
.RCV-namespace #meeting-details-modal .form-mgmt-controls > button {
  width: 85px;
}
.RCV-namespace #meeting-details-modal .e2ee-checkbox-row {
  display: flex;
  align-items: center;
}
.RCV-namespace #meeting-details-modal .e2ee-checkbox-row__tooltip {
  white-space: break-spaces;
  width: 200px;
  left: 50px;
}
.RCV-namespace #meeting-details-modal .e2ee-checkbox-row__tooltip-icon {
  min-width: 13px;
  min-height: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 6px;
}
.RCV-namespace .meeting-details-loader-container {
  width: 400px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.RCV-namespace .waiting {
  display: flex;
  justify-content: center;
  height: 100%;
  position: relative;
  background-color: #323636;
}
.RCV-namespace .waiting > .pulsar {
  align-self: center;
}
.RCV-namespace .waiting button.isolated-wide:first-child {
  margin-left: 0;
}
.RCV-namespace .waiting .video {
  flex: 1 1 auto;
  position: static;
}
.RCV-namespace .waiting .min-nav-bar {
  display: none;
}
.RCV-namespace #preferences {
  width: 480px;
}
.RCV-namespace #preferences .session-info {
  margin-bottom: 7px;
}
.RCV-namespace #preferences .form-mgmt-controls {
  margin-top: 10px;
}
.RCV-namespace #preferences .misc {
  white-space: pre;
}
.RCV-namespace #preferences .checkbox-tooltip-icon {
  min-width: 13px;
  min-height: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 6px;
}
.RCV-namespace #preferences .checkbox-tooltip {
  white-space: break-spaces;
  width: 200px;
  left: 50px;
}
.RCV-namespace #preferences .legacy-ss-checkbox-content {
  display: flex;
  align-items: center;
}
.RCV-namespace #preferences .aec-dump {
  margin-top: 8px;
}
.RCV-namespace #preferences .aec-dump__label {
  display: flex;
}
.RCV-namespace #preferences .aec-dump__btn {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}
.RCV-namespace #preferences .cookie-preferences {
  margin-top: 8px;
}
.RCV-namespace #preferences .cookie-preferences__label {
  display: flex;
  align-items: center;
}
.RCV-namespace #preferences .cookie-preferences__label a:hover {
  cursor: pointer;
}
.RCV-namespace #join-meeting, .RCV-namespace #share-meeting {
  width: 400px;
}
.RCV-namespace #join-meeting .DialogInner, .RCV-namespace #share-meeting .DialogInner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.RCV-namespace #join-meeting > .form, .RCV-namespace #share-meeting > .form {
  padding: 38px 50px;
}
.RCV-namespace #join-meeting .join-button-icon, .RCV-namespace #share-meeting .join-button-icon {
  font-size: 24px;
  padding-left: 8px;
}
.RCV-namespace #join-meeting .colored-logo, .RCV-namespace #share-meeting .colored-logo {
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
.RCV-namespace #join-meeting .colored-logo svg, .RCV-namespace #share-meeting .colored-logo svg, .RCV-namespace #join-meeting .colored-logo img, .RCV-namespace #share-meeting .colored-logo img {
  width: 160px;
}
.RCV-namespace #join-meeting .TextField__hint, .RCV-namespace #share-meeting .TextField__hint {
  font-size: 12px;
}
.RCV-namespace .mobile-browser #join-meeting .NewJoinForm__join-button-row, .RCV-namespace .mobile-browser #share-meeting .NewJoinForm__join-button-row {
  margin-top: 40px;
}
.RCV-namespace .mobile-orientation-landscape .mobile-browser #join-meeting .NewJoinForm__join-button-row, .RCV-namespace .mobile-orientation-landscape .mobile-browser #share-meeting .NewJoinForm__join-button-row {
  margin-top: 0px;
  padding: 10px 0;
}
.RCV-namespace .mobile-browser #join-meeting .DialogInner, .RCV-namespace .mobile-browser #share-meeting .DialogInner {
  display: block;
  position: relative;
  padding: 0px !important;
}
.RCV-namespace .mobile-orientation-landscape .mobile-browser #join-meeting .DialogInner, .RCV-namespace .mobile-orientation-landscape .mobile-browser #share-meeting .DialogInner {
  grid-template-columns: [all-start] 0px [content-start] minmax(auto, calc(100%)) [content-end] 0px [all-end];
}
.RCV-namespace .cpr-feedback-modal-old {
  width: 458px;
}
.RCV-namespace .cpr-feedback-modal-old__problem-items-wrapper .Row__inner {
  display: flex;
  flex-wrap: wrap;
}
.RCV-namespace .cpr-feedback-modal-old__problem-item {
  width: calc(50% - 2px - 8px);
  margin-right: 8px;
  margin-bottom: 6px;
}
.RCV-namespace .cpr-feedback-modal-old__upload-log-notice {
  color: #666666;
  font-size: 12px;
}
.RCV-namespace #wait-for-host-group {
  display: flex;
  align-items: stretch;
  justify-content: center;
  text-align: center;
  z-index: 3;
  flex: auto;
  color: white;
  padding: 1.5em;
  box-sizing: border-box;
  height: 100%;
}
.RCV-namespace #wait-for-host-group .greet {
  white-space: pre-wrap;
}
.RCV-namespace #wait-for-host-group .wait-for-host-group__inner {
  display: flex;
  flex-direction: column;
}
.RCV-namespace #wait-for-host-group .wait-for-host-group__inner::before {
  content: '';
  flex-grow: 2;
}
.RCV-namespace #wait-for-host-group .wait-for-host-group__inner::after {
  content: '';
  flex-grow: 3;
}
.RCV-namespace #wait-for-host-group .conference-name, .RCV-namespace #wait-for-host-group .greet, .RCV-namespace #wait-for-host-group .conference-info, .RCV-namespace #wait-for-host-group .loader--pulsar {
  margin: 0 0 20px;
}
.RCV-namespace #wait-for-host-group .conference-name {
  font-family: "Proxima Nova Semibold";
}
.RCV-namespace #wait-for-host-group .conference-info__block {
  display: flex;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: space-between;
  height: 42px;
  padding: 10px;
  border-radius: 2px;
  box-sizing: border-box;
}
.RCV-namespace #wait-for-host-group .sign-in-invitation a {
  font-weight: bold;
  color: white;
}
.RCV-namespace .loader--pulsar {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.RCV-namespace .loader--pulsar > * {
  animation-name: squeeze;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.RCV-namespace .loader--pulsar > *:first-child {
  margin-left: 0;
}
.RCV-namespace .loader--pulsar > *:nth-child(2) {
  animation-delay: 0.2s;
}
.RCV-namespace .loader--pulsar > *:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes squeeze {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
.RCV-namespace .loader--pulsar > * {
  animation-name: squeeze;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.RCV-namespace .loader--pulsar > *:first-child {
  margin-left: 0;
}
.RCV-namespace .loader--pulsar > *:nth-child(2) {
  animation-delay: 0.2s;
}
.RCV-namespace .loader--pulsar > *:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes squeeze {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
.RCV-namespace .loader--pulsar .dot {
  height: 9px;
  width: 9px;
  background-color: currentColor;
  margin: 2px;
  border-radius: 100%;
  animation-duration: 1s;
}
.RCV-namespace .mute-alarm {
  transition: background-color 0.2s, color 0.2s;
}
.RCV-namespace .mute-alarm.basic:hover:not(.icon-new_unmute) {
  color: #2F2F2F;
}
.RCV-namespace .mute-alarm.pulse {
  position: relative;
}
.RCV-namespace .mute-alarm.pulse::after {
  content: '';
  width: 2px;
  height: 2px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 1px);
  box-shadow: 0 0 0 rgba(255, 0, 0, 0.4);
  animation: inner-pulse 1s infinite;
}
.RCV-namespace .mute-alarm.pulse.huge::after {
  animation: big-inner-pulse 1s infinite;
}
@keyframes big-inner-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
  }
  70% {
    box-shadow: 0 0 0 33px rgba(255, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}
@keyframes inner-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
  }
  70% {
    box-shadow: 0 0 0 21px rgba(255, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}
.RCV-namespace .appearing #mute-alarm button, .RCV-namespace .appearing .primary-lo-bar__warns button {
  pointer-events: none;
}
.RCV-namespace #mute-alarm-lower > .tooltip {
  left: calc(50% + 2px);
}
.RCV-namespace .hiding #mute-alarm-lower > .tooltip {
  opacity: 0 !important;
  transition-duration: 0.2s;
}
.RCV-namespace .appearing #mute-alarm-lower > .tooltip {
  opacity: 1 !important;
  transition-duration: 0.2s;
}
.RCV-namespace #mute-alarm-lower .tooltip-btn-center-wrapper {
  margin: 0;
}
.RCV-namespace .WaitingRoomNotification > .MenuButton, .RCV-namespace .UnmuteWrapper > .MenuButton {
  margin: 0 8px !important;
}
.RCV-namespace .mobile-browser .WaitingRoomNotification.WaitingRoomNotification.WaitingRoomNotification .UnmuteWrapper__modal.audio-unmute-wrapper, .RCV-namespace .mobile-browser .WaitingRoomNotification.WaitingRoomNotification.UnmuteWrapper .UnmuteWrapper__modal.audio-unmute-wrapper, .RCV-namespace .mobile-browser .WaitingRoomNotification.UnmuteWrapper.WaitingRoomNotification .UnmuteWrapper__modal.audio-unmute-wrapper, .RCV-namespace .mobile-browser .WaitingRoomNotification.UnmuteWrapper.UnmuteWrapper .UnmuteWrapper__modal.audio-unmute-wrapper, .RCV-namespace .mobile-browser .UnmuteWrapper.WaitingRoomNotification.WaitingRoomNotification .UnmuteWrapper__modal.audio-unmute-wrapper, .RCV-namespace .mobile-browser .UnmuteWrapper.WaitingRoomNotification.UnmuteWrapper .UnmuteWrapper__modal.audio-unmute-wrapper, .RCV-namespace .mobile-browser .UnmuteWrapper.UnmuteWrapper.WaitingRoomNotification .UnmuteWrapper__modal.audio-unmute-wrapper, .RCV-namespace .mobile-browser .UnmuteWrapper.UnmuteWrapper.UnmuteWrapper .UnmuteWrapper__modal.audio-unmute-wrapper {
  left: 0;
}
.RCV-namespace .mobile-browser .WaitingRoomNotification.WaitingRoomNotification.WaitingRoomNotification .UnmuteWrapper__modal.video-unmute-wrapper, .RCV-namespace .mobile-browser .WaitingRoomNotification.WaitingRoomNotification.UnmuteWrapper .UnmuteWrapper__modal.video-unmute-wrapper, .RCV-namespace .mobile-browser .WaitingRoomNotification.UnmuteWrapper.WaitingRoomNotification .UnmuteWrapper__modal.video-unmute-wrapper, .RCV-namespace .mobile-browser .WaitingRoomNotification.UnmuteWrapper.UnmuteWrapper .UnmuteWrapper__modal.video-unmute-wrapper, .RCV-namespace .mobile-browser .UnmuteWrapper.WaitingRoomNotification.WaitingRoomNotification .UnmuteWrapper__modal.video-unmute-wrapper, .RCV-namespace .mobile-browser .UnmuteWrapper.WaitingRoomNotification.UnmuteWrapper .UnmuteWrapper__modal.video-unmute-wrapper, .RCV-namespace .mobile-browser .UnmuteWrapper.UnmuteWrapper.WaitingRoomNotification .UnmuteWrapper__modal.video-unmute-wrapper, .RCV-namespace .mobile-browser .UnmuteWrapper.UnmuteWrapper.UnmuteWrapper .UnmuteWrapper__modal.video-unmute-wrapper {
  left: -25vw;
}
.RCV-namespace .mobile-browser .WaitingRoomNotification.WaitingRoomNotification.WaitingRoomNotification .UnmuteWrapper__modal.audio-unmute-wrapper::after, .RCV-namespace .mobile-browser .WaitingRoomNotification.WaitingRoomNotification.UnmuteWrapper .UnmuteWrapper__modal.audio-unmute-wrapper::after, .RCV-namespace .mobile-browser .WaitingRoomNotification.UnmuteWrapper.WaitingRoomNotification .UnmuteWrapper__modal.audio-unmute-wrapper::after, .RCV-namespace .mobile-browser .WaitingRoomNotification.UnmuteWrapper.UnmuteWrapper .UnmuteWrapper__modal.audio-unmute-wrapper::after, .RCV-namespace .mobile-browser .UnmuteWrapper.WaitingRoomNotification.WaitingRoomNotification .UnmuteWrapper__modal.audio-unmute-wrapper::after, .RCV-namespace .mobile-browser .UnmuteWrapper.WaitingRoomNotification.UnmuteWrapper .UnmuteWrapper__modal.audio-unmute-wrapper::after, .RCV-namespace .mobile-browser .UnmuteWrapper.UnmuteWrapper.WaitingRoomNotification .UnmuteWrapper__modal.audio-unmute-wrapper::after, .RCV-namespace .mobile-browser .UnmuteWrapper.UnmuteWrapper.UnmuteWrapper .UnmuteWrapper__modal.audio-unmute-wrapper::after {
  transform: translateX(-75px);
}
.RCV-namespace .mobile-browser .WaitingRoomNotification.WaitingRoomNotification.WaitingRoomNotification .UnmuteWrapper__modal.video-unmute-wrapper::after, .RCV-namespace .mobile-browser .WaitingRoomNotification.WaitingRoomNotification.UnmuteWrapper .UnmuteWrapper__modal.video-unmute-wrapper::after, .RCV-namespace .mobile-browser .WaitingRoomNotification.UnmuteWrapper.WaitingRoomNotification .UnmuteWrapper__modal.video-unmute-wrapper::after, .RCV-namespace .mobile-browser .WaitingRoomNotification.UnmuteWrapper.UnmuteWrapper .UnmuteWrapper__modal.video-unmute-wrapper::after, .RCV-namespace .mobile-browser .UnmuteWrapper.WaitingRoomNotification.WaitingRoomNotification .UnmuteWrapper__modal.video-unmute-wrapper::after, .RCV-namespace .mobile-browser .UnmuteWrapper.WaitingRoomNotification.UnmuteWrapper .UnmuteWrapper__modal.video-unmute-wrapper::after, .RCV-namespace .mobile-browser .UnmuteWrapper.UnmuteWrapper.WaitingRoomNotification .UnmuteWrapper__modal.video-unmute-wrapper::after, .RCV-namespace .mobile-browser .UnmuteWrapper.UnmuteWrapper.UnmuteWrapper .UnmuteWrapper__modal.video-unmute-wrapper::after {
  transform: translateX(calc(-80px + 25vw));
}
.RCV-namespace .WaitingRoomNotification .DialogTitle {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
.RCV-namespace .WaitingRoomNotification .DialogTitle__text {
  display: block;
  max-height: 154px;
  flex: 1;
  text-align: left;
  line-height: 1;
  margin: 0 56px 10px 16px;
  word-break: break-word;
}
.RCV-namespace .WaitingRoomNotification .DialogButtonsWrapper {
  display: flex;
  justify-content: flex-end;
  padding: 0 15px 15px;
}
.RCV-namespace .WaitingRoomNotification .DialogButtonsWrapper .Button {
  min-height: 18px;
  min-width: 48px;
  padding: 0 4px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: normal;
  margin: 0px;
}
.RCV-namespace .WaitingRoomNotification .DialogButtonsWrapper .Button:first-child:not(:last-child) {
  margin-right: 5px;
}
.RCV-namespace .WaitingRoomNotification .DialogButtonsWrapper .Button span {
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.RCV-namespace .lower-bar .NetworkIndicator {
  margin-top: 3px;
  width: 24px;
}
.RCV-namespace .lower-bar .NetworkIndicator--more {
  margin-top: 0;
  width: auto;
}
.RCV-namespace .lower-bar .MenuButton--toolbar.ContactHostButton {
  display: none;
}
.RCV-namespace .lower-bar #more-menu .chat-with-host-in-more-menu {
  display: block;
}
.RCV-namespace #meeting-id-modal {
  width: 400px;
  display: flex;
  flex-direction: column;
}
.RCV-namespace #meeting-id-modal .meeting-id {
  font-size: 1.5rem;
  line-height: 2.4;
  user-select: all;
  cursor: pointer;
}
.RCV-namespace #meeting-id-modal .dialog-title {
  flex-shrink: 0;
}
.RCV-namespace #meeting-id-modal .dialog-content {
  overflow: auto;
}
.RCV-namespace #meeting-id-modal .error {
  color: #ff0e00;
}
.RCV-namespace #meeting-id-modal .meeting-url .Row__inner {
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.RCV-namespace #meeting-id-modal .meeting-url .Row__right {
  width: auto;
}
.RCV-namespace #meeting-id-modal .copy-meeting-id {
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 24px;
  min-width: 0;
  border-radius: 30px;
}
.RCV-namespace #meeting-id-modal .meeting-id-modal__personal-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.RCV-namespace #meeting-id-modal .meeting-id-modal__personal-container .meeting-id-modal__personal {
  width: 45%;
  margin-bottom: 16px;
}
.RCV-namespace #meeting-id-modal .meeting-id-modal__personal-container .meeting-id-modal__personal.full-width {
  width: 100%;
}
.RCV-namespace #meeting-id-modal .meeting-id-modal__personal-container .meeting-id-modal__personal .DialogGroupTitle__content {
  overflow: visible;
}
.RCV-namespace #meeting-id-modal .meeting-id-modal__personal-container .meeting-id-modal__personal .error .TooltipInfo__info-icon svg {
  fill: #F44336;
}
.RCV-namespace #meeting-id-modal .meeting-id-modal__personal-container .meeting-id-modal__personal .error .TooltipInfo__info-icon svg:hover {
  fill: #F44336;
}
.RCV-namespace #meeting-id-modal .meeting-id-modal__conference-id {
  position: relative;
}
.RCV-namespace #meeting-id-modal .pmi-wrapper {
  display: flex;
  align-items: center;
}
.RCV-namespace #meeting-id-modal .pmi-wrapper .e2ee-locked-tooltip-icon {
  min-width: 13px;
  min-height: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 6px;
}
.RCV-namespace #meeting-id-modal .pmi-wrapper .e2ee-locked-tooltip {
  white-space: break-spaces;
  width: 180px;
  text-align: center;
  left: 50px;
}
.RCV-namespace .usePersonalMeetingId-warning {
  color: #f7a800;
  line-height: 1.2;
}
.RCV-namespace .usePersonalMeetingId-warning .icon {
  padding-right: 10px;
  font-size: 1.2em;
  display: inline;
}
.RCV-namespace #personal-meeting-id-modal {
  min-height: 400px;
  display: flex;
  flex-direction: column;
}
.RCV-namespace #personal-meeting-id-modal .dialog-content {
  display: flex;
  flex-direction: column;
  flex-grow: 2;
}
.RCV-namespace #personal-meeting-id-modal .dialog-buttons {
  margin-top: auto;
}
.RCV-namespace .pmn-tooltip {
  padding-top: 8px;
}
.RCV-namespace .pmn-tooltip ul {
  padding-left: 16px;
  margin-top: 8px;
}
.RCV-namespace .pmn-tooltip ul li {
  margin: 4px;
}
.RCV-namespace .rate-quality-modal-wrapper .DialogButtonsWrapper {
  padding: 10px 0 25px 0;
}
.RCV-namespace .rate-quality-modal-wrapper .cpr-feedback-modal {
  box-shadow: none;
  height: auto;
}
.RCV-namespace .rate-quality-modal-wrapper .rate-quality-modal__form-subtitle {
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 40px 0 10px;
}
.RCV-namespace .rate-quality-modal-wrapper .rate-quality-modal__textarea-title {
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 24px 0 10px;
}
.RCV-namespace .rate-quality-modal-wrapper .rate-quality-modal__textarea {
  width: 100%;
  height: 75px;
  font-family: "Proxima Nova Regular", "Proxima Nova Medium", Helvetica, Arial, sans-serif;
  background-color: #FFFFFF;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  color: #888888;
  display: block;
  resize: none;
  box-sizing: border-box;
  overflow: auto;
}
.RCV-namespace .rate-quality-modal-wrapper .rate-quality-modal__textarea:focus {
  border-color: #067BBD;
}
.RCV-namespace .rate-quality-modal-wrapper .rate-quality-modal__textarea::-webkit-input-placeholder {
  color: #C7C7C7;
}
.RCV-namespace .rate-quality-modal-wrapper .rate-quality-modal__textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #C7C7C7;
}
.RCV-namespace .rate-quality-modal-wrapper .rate-quality-modal__types-wrapper {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(2, 50%);
  position: relative;
}
.RCV-namespace .rate-quality-modal-wrapper .rate-quality-modal__types-wrapper input {
  position: absolute;
  opacity: 0;
  width: 0.1px;
}
.RCV-namespace .rate-quality-modal-wrapper .rate-quality-modal__types-wrapper label {
  font-size: 12px;
  color: #999999;
  text-align: center;
  white-space: pre-wrap;
  border-radius: 3px;
  cursor: pointer;
  min-height: 23px;
  line-height: 23px;
  padding: 0 4px;
}
.RCV-namespace .rate-quality-modal-wrapper .rate-quality-modal__types-wrapper label span {
  color: #999999;
}
.RCV-namespace .rate-quality-modal-wrapper .rate-quality-modal__types-wrapper input:checked + label {
  background-color: #E6F2F8;
  color: #0083bf;
  border: 1px solid;
}
.RCV-namespace .rate-quality-modal-wrapper .rate-quality-modal__contact-me {
  padding-top: 12px;
}
.RCV-namespace .rate-quality-modal-wrapper .rate-quality-modal__contact-me .TextField__wrapper {
  display: none;
}
.RCV-namespace .rate-quality-modal-wrapper .rate-quality-modal__contact-me--selected > *:not(:last-child) {
  margin-bottom: 8px;
}
.RCV-namespace .rate-quality-modal-wrapper .rate-quality-modal__contact-me--selected .TextField__wrapper {
  display: inline-flex;
}
.RCV-namespace .rate-quality-modal-wrapper .rate-quality-modal__contact-me .Checkbox {
  padding: 0;
}
.RCV-namespace .rate-quality-modal-wrapper .rate-quality-modal__upload-log-notice {
  padding-top: 20px;
  margin: 0;
  color: #666666;
  font-size: 11px;
}
.RCV-namespace .rate-quality-modal-wrapper .rate-quality-modal__submit-btn-wrapper {
  padding-top: 20px;
  padding-bottom: 37px;
}
.RCV-namespace .rate-quality-modal-wrapper .rate-quality-modal__details-form {
  width: 300px;
  margin: auto;
  padding: 0 50px;
}
.RCV-namespace .rate-quality-modal-wrapper .rate-quality-modal__details-form-title {
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  font-size: 20px;
  text-align: center;
  margin: 0 0 50px;
  padding: 64px 0 0;
}
.RCV-namespace .accessibility-mode .rate-quality-modal__types-wrapper input:focus + label {
  border: 1px solid #067BBD;
}
.RCV-namespace #range-menu {
  padding-top: 5px;
}
.RCV-namespace #range-menu #ma-display {
  font-family: "Proxima Nova Regular", "Proxima Nova Medium", Helvetica, Arial, sans-serif;
  font-size: 15px;
  padding: 9px 14px 0 14px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.RCV-namespace #range-menu .bold-num {
  color: #0684bd;
  font-weight: bold;
  margin-left: 4px;
}
.RCV-namespace .media-buttons__listbox-label #range-menu {
  padding-top: 0;
}
.RCV-namespace .ThrottleRange {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #2F2F2F;
  position: relative;
  pointer-events: auto;
  padding: 12px 8px;
  touch-action: none;
}
.RCV-namespace .ThrottleRange__input {
  width: 150px;
}
.RCV-namespace .ThrottleRange__label {
  flex: 0 0 32px;
  text-align: center;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
}
.RCV-namespace .ThrottleRange .volume-control {
  font-size: 16px;
}
.RCV-namespace .ThrottleRange .volume-control.red {
  color: #F44336;
}
.RCV-namespace .ThrottleRange .volume-control.gray {
  color: #E2E2E2;
}
.RCV-namespace .simplified-menu .ThrottleRange {
  justify-content: flex-end;
}
.RCV-namespace .simplified-menu .ThrottleRange__input {
  width: 180px;
}
.RCV-namespace .simplified-menu .ThrottleRange__label {
  flex: 0 0 26px;
}
.RCV-namespace #more-menu {
  display: flex;
}
.RCV-namespace #more-menu .glass-pane {
  display: none;
}
.RCV-namespace #more-menu.active::before {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 6px inset transparent;
  border-top: 6px solid #FFFFFF;
  position: absolute;
  bottom: 66px;
  left: 50%;
  margin-left: -6px;
  z-index: 7;
}
.RCV-namespace #more-menu > .content {
  position: absolute !important;
  bottom: 78px !important;
  font-size: 14px !important;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}
.RCV-namespace #more-menu.active .MenuButton {
  color: #FFFFFF;
}
.RCV-namespace #more-menu.active .MenuButton--toolbar {
  background-color: rgba(255, 255, 255, 0.2);
}
.RCV-namespace #more-menu > .content {
  transform: translateX(-50%) !important;
  left: 24px !important;
  overflow-y: auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
}
.RCV-namespace #more-menu > .content::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}
.RCV-namespace #more-menu > .content .MoreMenu__list {
  margin: 0;
  padding: 15px;
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(3, 1fr);
  overflow: auto;
  max-height: calc(100vh - 72px - 72px);
}
.RCV-namespace .mobile-browser #more-menu > .content .MoreMenu__list {
  padding: 4px 8px;
  grid-gap: 2px;
}
.RCV-namespace #more-menu > .content .cancel-wrapper {
  display: none;
}
.RCV-namespace #more-menu > .content .MoreMenu__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  height: 33px;
  background: #F9F9F9;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  list-style: none;
  border-radius: 5px 5px 0 0;
  padding-left: 10px;
  padding-right: 2px;
}
.RCV-namespace #more-menu > .content .MoreMenu__header button {
  font-size: 22px;
  margin: 0 6px;
  height: 28px;
  padding-top: 2px;
}
.RCV-namespace #more-menu > .content .MoreMenu__header .Tooltip__tooltip--left {
  left: 12px;
}
.RCV-namespace #more-menu > .content .MoreMenu__header .Tooltip__tooltip-target {
  display: flex;
  justify-content: center;
  align-items: center;
}
.RCV-namespace #more-menu > .content .MoreMenu__e2ee {
  padding: 16px 20px 2px;
  font-weight: 600;
}
.RCV-namespace #more-menu > .content .MoreMenu__item {
  position: relative;
  padding: 12px 0 0;
  height: 90px;
  width: 105px;
  border: none;
  white-space: pre-wrap;
}
.RCV-namespace #more-menu > .content .MoreMenu__item .Icon__description {
  white-space: pre-wrap;
  word-break: break-word;
  width: auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.RCV-namespace #more-menu > .content .MoreMenu__item > span:first-child {
  width: 100%;
}
.RCV-namespace #more-menu > .content .MoreMenu__item > div {
  width: 100%;
  height: 100%;
}
.RCV-namespace #more-menu > .content .MoreMenu__item > div svg {
  margin: auto;
}
.RCV-namespace #more-menu > .content .MoreMenu__item > svg:first-child {
  margin-left: auto;
  margin-right: auto;
}
.RCV-namespace #more-menu > .content .MoreMenu__item--children {
  padding: 0;
}
.RCV-namespace #more-menu > .content .MoreMenu__item--children .MenuButton:hover {
  color: #067BBD;
  background-color: initial;
}
.RCV-namespace #more-menu > .content .MoreMenu__item .MoreMenu__icon {
  margin-top: 0;
  margin-bottom: 6px;
}
.RCV-namespace #more-menu > .content .MoreMenu__item .MoreMenu__icon[class*=' icon-'] {
  font-size: 30px;
  display: block;
}
.RCV-namespace #more-menu > .content .MoreMenu__item .MoreMenu__icon[class*=' svg-'] {
  color: #2F2F2F;
  display: block;
  pointer-events: none;
}
.RCV-namespace #more-menu > .content .MoreMenu__item .MoreMenu__icon.svg-lower-bar-pause {
  color: #e6413c;
}
.RCV-namespace #more-menu > .content .MoreMenu__item .MoreMenu__icon--locked, .RCV-namespace #more-menu > .content .MoreMenu__item .MoreMenu__icon--locked:hover, .RCV-namespace #more-menu > .content .MoreMenu__item .MoreMenu__icon--locked:focus {
  color: #C7C7C7 !important;
  cursor: default;
}
.RCV-namespace #more-menu > .content .MoreMenu__item .MoreMenu__recording {
  position: absolute;
  right: 12px;
  top: 2px;
  font-family: 'RCV-Desktop', "Proxima Nova Medium", Helvetica, Arial, sans-serif;
  line-height: 38px;
  color: #2F2F2F;
}
.RCV-namespace #more-menu > .content .MoreMenu__item .MoreMenu__messages-count {
  line-height: 17px;
  display: inline-block;
  margin-left: 5px;
}
.RCV-namespace #more-menu > .content .MoreMenu__item .drop-down, .RCV-namespace #more-menu > .content .MoreMenu__item .drop-down-trigger-container, .RCV-namespace #more-menu > .content .MoreMenu__item .drop-down-trigger-container > * {
  height: 100%;
  width: 100%;
}
.RCV-namespace #more-menu > .content .MoreMenu__item .MenuButton {
  color: #2F2F2F;
  padding: 12px 0 0 !important;
  width: 100%;
  height: 100%;
  display: block;
}
.RCV-namespace #more-menu > .content .MoreMenu__item .MenuButton:disabled {
  color: #C7C7C7;
  cursor: default;
}
.RCV-namespace #more-menu > .content .MoreMenu__item .MenuButton:disabled [class*=' svg-'] {
  color: #C7C7C7;
}
.RCV-namespace #more-menu > .content .MoreMenu__item:hover, .RCV-namespace #more-menu > .content .MoreMenu__item:focus {
  background-color: #E2E2E2;
  outline: none;
}
.RCV-namespace #more-menu > .content .MoreMenu__item:hover:not(#more-menu > .content .MoreMenu__item--locked):not(#more-menu > .content .MoreMenu__item--children), .RCV-namespace #more-menu > .content .MoreMenu__item:focus:not(#more-menu > .content .MoreMenu__item--locked):not(#more-menu > .content .MoreMenu__item--children) {
  color: #067BBD !important;
}
.RCV-namespace #more-menu > .content .MoreMenu__item:hover:not(#more-menu > .content .MoreMenu__item--locked):not(#more-menu > .content .MoreMenu__item--children) .MoreMenu__icon[class*=' svg-'], .RCV-namespace #more-menu > .content .MoreMenu__item:focus:not(#more-menu > .content .MoreMenu__item--locked):not(#more-menu > .content .MoreMenu__item--children) .MoreMenu__icon[class*=' svg-'] {
  color: #067BBD !important;
}
.RCV-namespace #more-menu > .content .MoreMenu__item .drop-down.active .MenuButton {
  background-color: #E2E2E2;
  outline: none;
  color: #067BBD !important;
}
.RCV-namespace #more-menu > .content .MoreMenu__item .drop-down.active .MenuButton .MoreMenu__icon[class*=' svg-'] {
  color: #067BBD !important;
}
.RCV-namespace #more-menu > .content .MoreMenu__item--locked, .RCV-namespace #more-menu > .content .MoreMenu__item--locked:hover, .RCV-namespace #more-menu > .content .MoreMenu__item--locked:focus {
  color: rgba(78, 78, 87, 0.5);
  cursor: default;
}
.RCV-namespace #more-menu > .content .MoreMenu__item--children:hover .MenuButton:disabled .MoreMenu__icon[class*=' svg-'] {
  color: #C7C7C7;
}
.RCV-namespace #more-menu > .content .MoreMenu__item.with-beta-label::after {
  top: 6px;
  right: 2px;
}
.RCV-namespace #more-menu > .content .MoreMenu__item .Tooltip__tooltip-target {
  width: 100%;
}
.RCV-namespace #more-menu > .content .MoreMenu__item .OverlayButton--low-right-pos {
  top: 26px;
  right: 31px;
}
@media screen and (orientation: portrait) {
  .RCV-namespace .mobile-browser.mobile-browser.mobile-browser.mobile-browser #more-menu > .content {
    left: 0 !important;
    overflow-y: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
  }
  .RCV-namespace .mobile-browser.mobile-browser.mobile-browser.mobile-browser #more-menu > .content::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
  }
}
.RCV-namespace #more-menu .MoreMenu__item.breakout-rooms-in-more-menu .MenuButton, .RCV-namespace #more-menu .MoreMenu__item.invite-in-more-menu .MenuButton {
  display: flex;
  justify-content: flex-start;
}
.RCV-namespace #more-menu .MoreMenu__item.breakout-rooms-in-more-menu .MenuButton .svg-breakout-rooms, .RCV-namespace #more-menu .MoreMenu__item.invite-in-more-menu .MenuButton .svg-breakout-rooms {
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
}
.RCV-namespace #more-menu .MoreMenu__item.breakout-rooms-in-more-menu .MenuButton, .RCV-namespace #more-menu .MoreMenu__item.invite-in-more-menu .MenuButton {
  padding: 11px 0 0 !important;
}
.RCV-namespace #more-menu .MoreMenu__item.invite-in-more-menu .menu-items .item-content .icon {
  margin: 0;
}
.RCV-namespace .breakout-rooms-in-more-menu, .RCV-namespace .invite-in-more-menu {
  display: block;
}
.RCV-namespace .mobile-browser .nqi-in-more-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.RCV-namespace .mobile-browser .nqi-in-more-menu .room-name {
  margin-left: 4px;
}
.RCV-namespace .nqi-in-more-menu button.nqi-container {
  padding: 2px 0;
  display: flex;
}
.RCV-namespace .nqi-in-more-menu .NetworkIndicator__connection-indicator {
  margin-right: 0;
}
.RCV-namespace .active-item-button {
  color: #067BBD !important;
}
.RCV-namespace .active-item-button .MoreMenu__icon[class*=' svg-'] {
  color: #067BBD !important;
}
.RCV-namespace .active-menu-item {
  background-color: #E2E2E2;
  outline: none;
}
.RCV-namespace .accessibility-mode .MoreMenu__item:focus, .RCV-namespace .accessibility-mode .MoreMenu__item:focus-within {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #067BBD;
  background-color: #E2E2E2;
  outline: none;
}
.RCV-namespace .accessibility-mode .MoreMenu__item:focus .MenuButton, .RCV-namespace .accessibility-mode .MoreMenu__item:focus-within .MenuButton {
  color: #067BBD !important;
}
.RCV-namespace .accessibility-mode .MoreMenu__item:focus .MenuButton .MoreMenu__icon[class*=' svg-'], .RCV-namespace .accessibility-mode .MoreMenu__item:focus-within .MenuButton .MoreMenu__icon[class*=' svg-'] {
  color: #067BBD !important;
}
.RCV-namespace .accessibility-mode .MoreMenu__header .meeting-details-in-more-menu:focus, .RCV-namespace .accessibility-mode .MoreMenu__header .network-quality-in-more-menu:focus, .RCV-namespace .accessibility-mode .MoreMenu__header .meeting-details-safe-button:focus {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #067BBD;
}
.RCV-namespace .chat-notifications {
  position: absolute;
  bottom: 72px;
  width: 320px;
  left: calc(50% - 160px);
  z-index: 4000;
}
.RCV-namespace .chat-notifications--with-umi {
  bottom: 82px;
}
.RCV-namespace .mobile-browser.mobile-browser.mobile-browser .chat-notifications {
  transition: all 0.5s;
  bottom: auto;
  top: 12px;
}
.RCV-namespace .mobile-browser.mobile-browser.mobile-browser .chat-notifications.mobile-toolbar-shown {
  top: 68px;
}
@media screen and (orientation: landscape) {
  .RCV-namespace .mobile-browser.mobile-browser.mobile-browser .chat-notifications {
    top: auto;
    bottom: 0;
  }
  .RCV-namespace .mobile-browser.mobile-browser.mobile-browser .chat-notifications.mobile-toolbar-shown {
    top: auto;
    bottom: 72px;
  }
}
.RCV-namespace div[role='main'].onconf.auto-hide-controls.controls-hidden .chat-notifications {
  bottom: 0;
}
.RCV-namespace .failed-fetch {
  padding: 40px 40px 40px 40px;
  font-size: 16px;
  text-align: center;
}
.RCV-namespace .failed-fetch a {
  cursor: pointer;
}
.RCV-namespace .line {
  display: flex;
  margin: 1rem 0;
  font-size: 1rem;
}
.RCV-namespace .mobile-browser .line {
  flex-direction: row;
  align-items: center;
}
.RCV-namespace .line--align-center {
  align-items: center;
}
.RCV-namespace .comp__tab-link {
  margin: 0 0.2rem;
  cursor: pointer;
  text-decoration: none;
}
.RCV-namespace .comp__tab-link .svg-open-window {
  width: 12px;
  height: 12px;
  display: inline-block;
  transform: translateY(10%);
  margin: 0 0.2rem 0 0.4rem;
}
.RCV-namespace #audio-options {
  width: 460px;
  min-height: 380px;
}
.RCV-namespace .mobile-browser #audio-options {
  min-height: auto;
}
.RCV-namespace #audio-options .Tabs__item {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  padding-left: 12px;
  padding-right: 12px;
}
.RCV-namespace .mobile-browser #audio-options .Tabs__item {
  padding: 0 12px;
}
.RCV-namespace #audio-options .tabpane {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.RCV-namespace #audio-options .tab-content__tab {
  border-top: 1px solid #E2E2E2;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.RCV-namespace #audio-options .tab-content__tab.tab-content__tab--dial-in > .DialogInner {
  grid-template-columns: [all-start] 16px [content-start] minmax(auto, calc(100% - 32px)) [content-end] 16px [all-end];
  padding: 0;
}
.RCV-namespace #audio-options .tab-content__tab.tab-content__tab--comp-audio {
  border-top: none;
  flex-grow: 1;
}
.RCV-namespace #audio-options .tab-content__tab.tab-content__tab--comp-audio > .DialogInner {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-top: 1px solid #E2E2E2;
  height: auto;
}
@media screen and (orientation: portrait) {
  .RCV-namespace .mobile-browser #audio-options .tab-content__tab.tab-content__tab--comp-audio > .DialogInner--full-height.inactive {
    display: block;
  }
}
.RCV-namespace #audio-options .tab-content__tab.tab-content__tab--comp-audio .comp-audio__buttons {
  display: flex;
  flex-direction: row;
  padding: 0 34px;
  justify-content: space-between;
}
.RCV-namespace #audio-options .tab-content__tab.tab-content__tab--comp-audio .comp-audio__buttons.single-button {
  justify-content: center;
}
.RCV-namespace #audio-options .tab-content__tab.tab-content__tab--comp-audio .comp-audio__buttons.already-joined {
  flex-direction: column-reverse;
  padding: 0 74px;
}
.RCV-namespace #audio-options .tab-content__tab.tab-content__tab--comp-audio .comp-audio__buttons.already-joined .button-join {
  width: 312px;
}
.RCV-namespace #audio-options .tab-content__tab.tab-content__tab--comp-audio .comp-audio__buttons.already-joined .button-join:last-child {
  margin-bottom: 16px;
}
.RCV-namespace .mobile-browser #audio-options .tab-content__tab.tab-content__tab--comp-audio .comp-audio__buttons {
  max-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.RCV-namespace .mobile-browser #audio-options .tab-content__tab.tab-content__tab--comp-audio .comp-audio__buttons .Checkbox__title {
  font-size: 12px;
}
.RCV-namespace .mobile-browser #audio-options .tab-content__tab.tab-content__tab--comp-audio .DialogInner {
  align-items: center;
}
.RCV-namespace .mobile-browser #audio-options .tab-content__tab.tab-content__tab--call-me.mobile-browser #audio-options .tab-content__tab.tab-content__tab--call-me {
  padding: 0;
}
.RCV-namespace .mobile-browser #audio-options .tab-content__tab.tab-content__tab--call-me .DialogInner--full-height {
  height: auto;
}
.RCV-namespace #audio-options .Checkbox {
  align-items: flex-start;
}
.RCV-namespace #audio-options .audio-devices {
  display: flex;
  flex-direction: column;
  padding: 11px 34px 28px 34px;
  align-items: center;
}
.RCV-namespace #audio-options .audio-devices .audio-device {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.RCV-namespace #audio-options .audio-devices .audio-device.speaker {
  margin-top: 16px;
}
.RCV-namespace #audio-options .audio-devices .audio-device .device-icon {
  font-size: 25px;
  color: #999999;
}
.RCV-namespace #audio-options .audio-devices .audio-device .drop-down-device {
  padding: 0 15px;
  min-width: 74%;
  width: 80%;
}
.RCV-namespace #audio-options .audio-devices .audio-device .drop-down-device .Dropdown .Dropdown__wrapped-node .DropdownSelect__value {
  border-color: #eaeaea;
  color: #4E4E57;
}
.RCV-namespace #audio-options .audio-devices .audio-device .drop-down-device .Dropdown .Dropdown__wrapped-node .DropdownSelect__value .DropdownSelect__item-icon {
  color: #999999;
}
.RCV-namespace #audio-options .audio-devices .audio-device .matching-device {
  color: #357a38;
  white-space: nowrap;
}
.RCV-namespace #audio-options .audio-devices .audio-device .audio-device-test {
  color: #067BBD;
  outline: none;
  border: none;
  padding: 2px;
  flex-shrink: 0;
}
.RCV-namespace #audio-options .audio-devices .audio-device .audio-device-test:hover, .RCV-namespace #audio-options .audio-devices .audio-device .audio-device-test:active {
  color: #045b8c;
}
.RCV-namespace #audio-options .audio-devices .audio-device .audio-device-test:focus {
  outline: 2px solid #067BBD;
}
.RCV-namespace #audio-options .audio-devices .audio-device .check-mic {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 36px;
  width: 90px;
}
.RCV-namespace #audio-options .audio-devices .audio-device .check-mic .speak-to-test {
  font-size: 12px;
  color: #666666;
}
.RCV-namespace #audio-options .button-wrapper {
  margin-bottom: 24px;
  text-align: center;
  display: flex;
  gap: 1rem;
  flex-wrap: nowrap;
  justify-content: center;
  z-index: 1;
}
.RCV-namespace #audio-options .button-wrapper:has(> .Button + .Button) {
  justify-content: space-between;
}
.RCV-namespace #audio-options .button-wrapper:has(> .Button + .Button) .Button {
  flex: 1 1 0;
}
.RCV-namespace #audio-options .button-wrapper.with-error {
  margin-bottom: 0;
  margin-top: 40px;
  justify-content: center !important;
}
.RCV-namespace #audio-options .button-wrapper.with-leave {
  padding: 0 90px !important;
}
.RCV-namespace #audio-options .button-wrapper .Button {
  flex: 0 1 auto;
  min-width: 150px;
  display: block;
  padding: 9px;
}
.RCV-namespace #audio-options .button-wrapper .Button.button-join {
  width: 190px;
}
.RCV-namespace #audio-options .button-wrapper .Button.button-leave {
  background-color: #ea4b04;
}
.RCV-namespace #audio-options .button-wrapper .Button.button-leave:hover {
  background-color: #fb560d;
}
.RCV-namespace #audio-options .button-wrapper .Button.button-leave:active {
  background-color: #d14304;
}
.RCV-namespace .mobile-browser #audio-options .button-wrapper {
  margin-bottom: 0;
}
.RCV-namespace .mobile-browser #audio-options .button-wrapper.comp-audio__buttons {
  margin-top: 30.55vw;
}
.RCV-namespace .mobile-browser #audio-options .button-wrapper .Button {
  width: 280px;
  margin-bottom: 5.55vw;
}
@media screen and (orientation: landscape) {
  .RCV-namespace .mobile-browser #audio-options .button-wrapper.comp-audio__buttons {
    margin-top: 0px;
  }
  .RCV-namespace .mobile-browser #audio-options .button-wrapper .Button {
    margin-bottom: 20px;
  }
}
.RCV-namespace #audio-options .inactive .button-wrapper {
  justify-items: center;
  margin-bottom: 0;
}
.RCV-namespace #audio-options .inactive .Button {
  min-width: 150px;
  margin: 0;
  display: inline-block;
}
.RCV-namespace .mobile-browser #audio-options .call-me {
  display: flex;
  justify-content: center;
  margin-top: 30.55vw;
}
.RCV-namespace .mobile-browser #audio-options .call-me.dial {
  max-width: 280px;
}
@media screen and (orientation: landscape) {
  .RCV-namespace .mobile-browser #audio-options .call-me {
    margin-top: 0px;
  }
}
.RCV-namespace #audio-options .dialin-info .label {
  width: 40%;
  text-align: right;
  font-weight: bold;
  flex-shrink: 0;
  word-break: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.RCV-namespace #audio-options .dialin-info .value {
  padding-left: 10px;
  max-width: 60%;
}
.RCV-namespace #audio-options .dialin-info .button-wrapper {
  margin-top: 0px;
  margin-bottom: 1rem;
}
.RCV-namespace #audio-options .dialin-info .Button {
  min-width: 150px;
  margin: 0;
  display: inline-block;
}
.RCV-namespace #audio-options .dialin-info__select {
  width: 170px;
}
.RCV-namespace #audio-options .dialin-info__select .DropdownSelect__listbox {
  width: 230px;
}
.RCV-namespace #audio-options .dialin-info__select__option:hover {
  background-color: transparent;
}
.RCV-namespace .mobile-browser #audio-options .dialin-info {
  justify-content: start;
  margin-top: 100px;
}
@media screen and (orientation: landscape) {
  .RCV-namespace .mobile-browser #audio-options .dialin-info {
    margin-top: 0;
    height: calc(100vh - 152px);
  }
}
.RCV-namespace .mobile-browser #audio-options .dialin-info .line {
  width: 280px;
  margin: 1rem auto;
}
@media screen and (orientation: landscape) {
  .RCV-namespace .mobile-browser #audio-options .dialin-info .line:first-of-type {
    margin-top: 20px;
  }
}
.RCV-namespace .mobile-browser #audio-options .dialin-info .button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
@media screen and (orientation: landscape) {
  .RCV-namespace .mobile-browser #audio-options .dialin-info .button-wrapper {
    margin-top: 16px;
    margin-bottom: 24px;
  }
  .RCV-namespace .mobile-browser #audio-options .dialin-info .button-wrapper .Button {
    margin-bottom: 0;
  }
}
.RCV-namespace .mobile-browser #audio-options .dialin-info .button-wrapper .DialogGroupTitle__content {
  overflow: visible;
}
.RCV-namespace .mobile-browser #audio-options .dialin-info .button-wrapper .basic-popup {
  position: static;
  display: flex;
  justify-content: center;
}
.RCV-namespace .mobile-browser #audio-options .dialin-info .button-wrapper .basic-popup__content {
  width: 240px;
  left: auto;
  top: 268px;
  text-align: center;
}
.RCV-namespace .mobile-browser #audio-options .dialin-info .button-wrapper .basic-popup__content:before {
  border: none;
}
@media screen and (orientation: landscape) {
  .RCV-namespace .mobile-browser #audio-options .dialin-info .button-wrapper .basic-popup__content {
    top: 92px;
  }
}
.RCV-namespace .mobile-browser #audio-options .dialin-info .button-wrapper .confirm-popup__text {
  font-size: 14px;
  margin-bottom: 12px;
}
.RCV-namespace .mobile-browser #audio-options .dialin-info .button-wrapper .confirm-popup__header {
  color: #067BBD;
  font-size: 16px;
  font-weight: 500;
  border-bottom: none;
  margin: 20px auto;
}
.RCV-namespace .mobile-browser #audio-options .dialin-info .button-wrapper .confirm-popup__controls {
  display: flex;
  justify-content: end;
  text-align: center;
  margin-top: 0;
  margin-bottom: 6px;
}
.RCV-namespace .mobile-browser #audio-options .dialin-info .button-wrapper .confirm-popup__controls .Button {
  width: auto;
  min-width: auto;
  margin: 0 4px;
}
.RCV-namespace .mobile-browser #audio-options .dialin-info .button-wrapper .confirm-popup__controls .Button--confirm {
  background-color: #FFFFFF;
  color: #067BBD;
}
.RCV-namespace .mobile-browser #audio-options .dialin-info .button-wrapper .confirm-popup__controls .Button--confirm.outlined {
  border: none;
}
.RCV-namespace .mobile-browser #audio-options .dialin-info .button-wrapper .the-underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}
.RCV-namespace #audio-options .loader--pulsar {
  height: 1em;
}
.RCV-namespace #audio-options h3.error {
  background-color: rgba(244, 67, 54, 0.3);
  color: rgba(244, 67, 54, 0.8);
  text-align: center;
  font-size: 16px;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 15px 0;
}
.RCV-namespace #audio-options .tabs-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(380px - 49px);
}
.RCV-namespace .prefilled-with-plus .TextField__input::before {
  padding-left: 10px;
  content: '+';
  background-color: red;
}
.RCV-namespace .prefilled-with-plus .TextField__input::after {
  padding-left: 10px;
  content: '+';
  background-color: red;
}
.RCV-namespace .media-opts__message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  text-align: center;
}
.RCV-namespace .mobile-browser .media-opts__message #mic-error-inner, .RCV-namespace .mobile-browser #comp-audio-tabpanel .media-opts__message, .RCV-namespace .mobile-browser #camera-error-inner .media-opts__message {
  margin-left: 40px;
  margin-right: 40px;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (orientation: landscape) {
  .RCV-namespace .mobile-browser .media-opts__message #mic-error-inner, .RCV-namespace .mobile-browser #comp-audio-tabpanel .media-opts__message, .RCV-namespace .mobile-browser #camera-error-inner .media-opts__message {
    justify-content: center;
  }
}
.RCV-namespace .mobile-browser .media-opts__message {
  font-family: 'Proxima Nova Semibold', serif;
  color: #2f2f2f;
  letter-spacing: 0px;
}
.RCV-namespace .media-opts__message .mt {
  margin-top: 20px;
}
.RCV-namespace .media-opts__message .mb {
  margin-bottom: 20px;
}
.RCV-namespace .media-opts__message__line {
  z-index: 1;
}
.RCV-namespace .media-opts__message__line.button-wrapper {
  margin-top: 20px;
  min-width: 100%;
}
.RCV-namespace .media-opts__message__line, .RCV-namespace .media-opts__message__point {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  text-align: center;
  line-height: 20px;
}
.RCV-namespace .media-opts__message__line .semibold, .RCV-namespace .media-opts__message__point .semibold {
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
}
.RCV-namespace .media-opts__message__line .indented::before, .RCV-namespace .media-opts__message__point .indented::before {
  content: '\00a0';
  text-align: center;
}
.RCV-namespace .media-opts__message__line .indented::after, .RCV-namespace .media-opts__message__point .indented::after {
  content: '\00a0';
}
.RCV-namespace .media-opts__message__point {
  justify-content: left;
  position: relative;
  margin: 0 0 0 60px;
  padding: 0 0 10px 30px;
}
.RCV-namespace .mobile-browser .media-opts__message__point {
  margin-left: 0;
}
@media screen and (orientation: landscape) {
  .RCV-namespace .mobile-browser .media-opts__message__point {
    margin-left: 60px;
  }
}
.RCV-namespace .media-opts__message__point:before {
  position: absolute;
  left: 0;
  top: 0;
  content: attr(data-step);
  background: #067BBD;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  font-family: "Proxima Nova Regular", "Proxima Nova Medium", Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  text-align: center;
}
.RCV-namespace .media-opts__message .safari-hint {
  text-align: start;
}
.RCV-namespace .media-opts__message .safari-hint .icon {
  height: 18px;
  width: 18px;
  margin: 0 4px 4px;
}
.RCV-namespace .media-opts__message .safari-hint:last-of-type {
  padding-bottom: 0;
}
.RCV-namespace .media-opts__message .ff-hint {
  text-align: left;
  display: block;
  margin: 0;
}
.RCV-namespace .media-opts__message .ff-hint .permission-icon {
  height: 20px;
  vertical-align: bottom;
}
.RCV-namespace .media-opts__message .ff-hint .refresh-icon {
  height: 20px;
  vertical-align: bottom;
}
.RCV-namespace .media-opts__message .ff-snapshot {
  width: 352px;
  margin-left: 30px;
  margin-bottom: 10px;
}
.RCV-namespace .ff-hint.media-opts__message__point[data-step="2"] {
  padding-bottom: 10px;
}
.RCV-namespace .media-opts__message__security-icon {
  width: 25px;
  height: 20px;
}
.RCV-namespace .media-opts__message--settings {
  background-color: #2F2F2F;
  color: rgba(255, 255, 255, 0.5);
  align-items: center;
  padding: 10px 20px;
  box-sizing: border-box;
}
.RCV-namespace .media-opts__message--settings svg {
  width: 48px;
  height: 48px;
}
.RCV-namespace .media-opts__message__audio-devices-warn {
  display: flex;
  align-items: center;
  background-color: #fbe8cf;
  padding: 16px;
  border-radius: 4px;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
}
.RCV-namespace .media-opts__message__audio-devices-warn.audioDeviceChoiceImprovements {
  padding: 12px 16px;
  color: #896219;
  background-color: #fff7eb;
  line-height: 20px;
  font-family: "Proxima Nova Medium", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.RCV-namespace .media-opts__message__audio-devices-warn.audioDeviceChoiceImprovements .svg-warning {
  margin-right: 16px;
}
.RCV-namespace .media-opts__message__audio-devices-warn.audioDeviceChoiceImprovements p {
  width: initial;
}
.RCV-namespace .media-opts__message__audio-devices-warn--audio-settings-popup {
  margin: 12px 18px 8px;
}
.RCV-namespace .media-opts__message__audio-devices-warn--audio-device-popup {
  margin-right: 24px;
  margin-bottom: 8px;
}
.RCV-namespace .media-opts__message__audio-devices-warn--audio-device-popup .svg-warning.svg-warning {
  margin-right: 12px;
}
.RCV-namespace .media-opts__message__audio-devices-warn .svg-warning {
  color: #FF8800;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  flex-shrink: 0;
}
.RCV-namespace .media-opts__message__audio-devices-warn p {
  margin: 0;
}
.RCV-namespace .media-opts__message__audio-devices-warn--join-audio {
  margin-bottom: 20px;
}
.RCV-namespace .media-opts__message__audio-devices-warn--join-audio p {
  width: 80%;
}
.RCV-namespace .media-opts__message__audio-devices-warn--audio-tooltip {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  font-family: "Proxima Nova Medium", Helvetica, Arial, sans-serif;
  margin-top: 12px;
  margin-bottom: 12px;
}
.RCV-namespace .media-opts__message__audio-devices-warn--audio-tooltip .svg-warning {
  margin-right: 8px;
}
.RCV-namespace .media-opts__message__audio-devices-warn--setting-audio-microphone, .RCV-namespace .media-opts__message__audio-devices-warn--setting-audio-combination {
  margin-bottom: 16px;
}
.RCV-namespace .media-opts__message__audio-devices-warn--setting-audio-microphone .svg-warning, .RCV-namespace .media-opts__message__audio-devices-warn--setting-audio-combination .svg-warning {
  margin-right: 7px;
}
.RCV-namespace .media-opts__message__audio-devices-warn--setting-audio-empty-pairs {
  margin-top: 8px;
  margin-bottom: 16px;
}
.RCV-namespace .media-opts__message__audio-devices-warn--setting-audio-empty-pairs .svg-warning {
  margin-right: 7px;
}
.RCV-namespace .media-opts__message__audio-devices-warn--audio-menu {
  margin: 6px 10px;
}
.RCV-namespace .media-opts__message__audio-devices-warn--audio-menu .svg-warning {
  margin-right: 7px;
}
.RCV-namespace .mobile-browser .media-opts__message__point1, .RCV-namespace .mobile-browser .media-opts__message__point2, .RCV-namespace .mobile-browser .media-opts__message__point3 {
  text-align: left;
  padding: 0 0 8px 30px;
  font-size: 12px;
}
.RCV-namespace .mobile-browser .media-opts__message.full-width {
  align-items: center;
}
.RCV-namespace .mobile-browser .media-opts__message.full-width img.unlock-img {
  max-width: 320px;
  margin-top: 12px;
}
@media screen and (orientation: landscape) {
  .RCV-namespace .mobile-browser .media-opts__message.full-width {
    padding-top: 0;
    display: flex;
    flex-direction: row-reverse;
    height: 100%;
  }
  .RCV-namespace .mobile-browser .media-opts__message.full-width img.unlock-img {
    max-width: 260px;
    margin-top: 0;
  }
}
.RCV-namespace .mobile-browser #audio-options .DialogInner--full-height.inactive, .RCV-namespace .mobile-browser #mic-error .DialogInner--full-height.inactive, .RCV-namespace .mobile-browser #camera-error .DialogInner--full-height.inactive {
  padding: 0;
  height: 100%;
}
.RCV-namespace .mobile-browser #audio-options h3.error, .RCV-namespace .mobile-browser #mic-error h3.error, .RCV-namespace .mobile-browser #camera-error h3.error {
  font-family: "Proxima Nova Medium", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  padding: 10px 0;
}
@media screen and (orientation: portrait) {
  .RCV-namespace .mobile-browser #audio-options h3.error, .RCV-namespace .mobile-browser #mic-error h3.error, .RCV-namespace .mobile-browser #camera-error h3.error {
    padding: 6px 20px;
    text-align: center;
  }
}
.RCV-namespace #audio-options .Dropdown__listbox--floating {
  max-height: 250px;
}
.RCV-namespace .big-mirror {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.RCV-namespace .big-mirror.vertical-fit #mirror {
  height: 100%;
}
.RCV-namespace .big-mirror.horizontal-fit #mirror {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
}
.RCV-namespace .big-mirror.horizontal-fit.mirrored #mirror {
  transform: translateY(-50%) scaleX(-1);
}
.RCV-namespace .big-mirror button.big-mirror__flip-button {
  position: absolute;
  transition: top 0.5s;
  z-index: 5;
  width: 30px;
  height: 30px;
  top: 5px;
  right: 5px;
  opacity: 70%;
}
.RCV-namespace .big-mirror button.big-mirror__flip-button svg {
  height: 14px;
}
.RCV-namespace .big-mirror #mirror {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  object-fit: cover;
  z-index: 2;
  transform: none;
}
.RCV-namespace .big-mirror #mirror::-webkit-media-controls {
  display: none !important;
}
.RCV-namespace .big-mirror.mirrored #mirror {
  transform: scaleX(-1);
}
.RCV-namespace .big-mirror.mirrored #mirror::-webkit-media-controls {
  transform: scaleX(-1);
}
.RCV-namespace .big-mirror.mirrored #mirror:not(:root):fullscreen::-webkit-media-controls {
  transform: none;
}
.RCV-namespace .big-mirror.weatherman #mirror {
  transform: scaleX(1);
}
.RCV-namespace .big-mirror .avatar-wrapper {
  width: 300px;
  height: 300px;
}
.RCV-namespace .big-mirror .pulsar {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.RCV-namespace .big-mirror .reactions-tile-button-group {
  top: 50px;
}
.RCV-namespace .mobile-browser .big-mirror .reactions-tile-button-group {
  top: 180px;
}
@media screen and (orientation: portrait) {
  .RCV-namespace .big-mirror #mirror {
    object-fit: contain;
    height: 100%;
    width: 100%;
  }
}
.RCV-namespace .main-wrapper.mobile-browser.mobile-show-toolbar button.big-mirror__flip-button {
  top: calc(56px + 5px);
}
.RCV-namespace .dial .prompt-text {
  margin: 0 0 1em;
}
.RCV-namespace .dial .line {
  display: flex;
  margin: 1rem 0;
}
.RCV-namespace .dial .line-grouped {
  display: flex;
  justify-content: flex-start;
}
.RCV-namespace .dial .button-wrapper {
  margin-bottom: 0 !important;
  text-align: center;
  margin-top: 50px;
}
.RCV-namespace .mobile-browser .dial .button-wrapper {
  margin-top: 58px;
}
@media screen and (orientation: landscape) {
  .RCV-namespace .mobile-browser .dial .button-wrapper {
    margin-top: 40px;
  }
}
.RCV-namespace .dial .button-wrapper .Button {
  display: inline-block !important;
  min-width: 150px !important;
}
.RCV-namespace .dial .button-wrapper .dial__button--full-width.Button {
  min-width: 150px !important;
}
.RCV-namespace .dial__code-select {
  margin-right: 10px;
}
.RCV-namespace .dial__code-select .DropdownSelect__listbox {
  width: 300px;
}
.RCV-namespace .dial__code-select__option:hover {
  background-color: transparent;
}
.RCV-namespace .dial__code-select__option--selected .SimpleCountrySelectItem__calling-code {
  color: #000000;
}
.RCV-namespace .dial__phones-autocomplete {
  flex-grow: 1;
}
.RCV-namespace .dial__phones-autocomplete .Dropdown__opt {
  padding: 8px;
}
.RCV-namespace .SendSMS p {
  max-width: 300px;
  margin-top: 0;
}
.RCV-namespace .SendSMS .prompt-text {
  margin: 0 0 1em;
}
.RCV-namespace .SendSMS .line {
  display: flex;
  margin: 1rem 0;
}
.RCV-namespace .SendSMS .line-grouped {
  display: flex;
  justify-content: flex-start;
}
.RCV-namespace .SendSMS .Checkbox {
  align-items: center !important;
  font-size: 14px;
}
.RCV-namespace .SendSMS .button-wrapper {
  margin-bottom: 0 !important;
  text-align: center;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 4px;
}
.RCV-namespace .mobile-browser .SendSMS .button-wrapper {
  margin-top: 58px;
}
@media screen and (orientation: landscape) {
  .RCV-namespace .mobile-browser .SendSMS .button-wrapper {
    margin-top: 40px;
  }
}
.RCV-namespace .SendSMS .button-wrapper .Button {
  display: inline-block !important;
  min-width: 150px !important;
}
.RCV-namespace .SendSMS__code-select {
  margin-right: 10px;
}
.RCV-namespace .SendSMS__code-select .DropdownSelect__listbox {
  width: 300px;
}
.RCV-namespace .SendSMS__code-select__option:hover {
  background-color: transparent;
}
.RCV-namespace .SendSMS__code-select__option--selected .SimpleCountrySelectItem__calling-code {
  color: #000000;
}
.RCV-namespace .SendSMS__phones-autocomplete {
  flex-grow: 1;
}
.RCV-namespace .SendSMS__phones-autocomplete .Dropdown__opt {
  padding: 8px;
}
.call-out-modal .modal-body {
  min-width: 300px;
}
.RCV-namespace .call-out-modal .DialogInner {
  padding: 30px 0;
}
.RCV-namespace .invite-by-video-call {
  --avatar-size: 32px;
  width: 384px;
  max-width: 100%;
}
.RCV-namespace .invite-by-video-call .DialogInner {
  display: block;
  padding: 16px;
  height: 250px;
}
.RCV-namespace .invite-by-video-call .DialogInner .Dropdown__listbox:not([hidden]) {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-height: 225px;
  margin-top: 1px;
  padding: 9px 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  border: none;
}
.RCV-namespace .invite-by-video-call .DialogInner .Dropdown__listbox:not([hidden]) li {
  padding: 0 14px;
}
.RCV-namespace .invite-by-video-call .DialogButtonsWrapper {
  padding: 14px 16px 18px;
  gap: 16px;
}
.RCV-namespace .invite-by-video-call .DialogButtonsWrapper button {
  flex: 1;
  margin: 0;
}
.RCV-namespace .invite-by-video-call .search-contacts {
  padding: 12px 14px;
}
.RCV-namespace .invite-by-video-call .search-contacts__wrapper {
  display: flex;
  align-items: center;
}
.RCV-namespace .invite-by-video-call .search-contacts__avatar {
  width: var(--avatar-size);
  height: var(--avatar-size);
  margin-right: 10px;
  object-fit: cover;
  border-radius: 100%;
}
.RCV-namespace .invite-by-video-call .search-contacts__avatar .avatar-wrapper {
  width: 100%;
  height: 100%;
}
.RCV-namespace .invite-by-video-call .search-contacts__contact-info .name {
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  line-height: 19px;
}
.RCV-namespace .invite-by-video-call .search-contacts__contact-info .email {
  color: gray;
  line-height: 19px;
}
.RCV-namespace .invite-by-video-call .search-contacts__tag-highlight {
  background: rgba(255, 191, 42, 0.15);
}
.RCV-namespace .invite-by-video-call .contacts-list__title {
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  margin: 20px 0 16px;
  line-height: 19px;
  font-weight: 600;
  flex-basis: 0;
}
.RCV-namespace .invite-by-video-call .contacts-list__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding-left: 5px;
  list-style-type: none;
}
.RCV-namespace .invite-by-video-call .selected-contact__checkbox-wrapper .Checkbox {
  display: flex;
  align-items: center;
}
.RCV-namespace .invite-by-video-call .selected-contact__checkbox-wrapper .Checkbox__title {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.RCV-namespace .invite-by-video-call .selected-contact__contact-wrapper {
  display: flex;
  align-items: center;
}
.RCV-namespace .invite-by-video-call .selected-contact__avatar {
  width: var(--avatar-size);
  height: var(--avatar-size);
  margin-right: 10px;
  object-fit: cover;
  border-radius: 100%;
}
.RCV-namespace .invite-by-video-call .selected-contact__avatar .avatar-wrapper {
  width: 100%;
  height: 100%;
}
.RCV-namespace .invite-by-video-call .selected-contact__name {
  font-size: 0.8125rem;
}
.RCV-namespace .manage-delegates-modal {
  width: 424px;
}
.RCV-namespace .manage-delegates-modal__delegates {
  overflow: auto;
  max-height: 326px;
}
.RCV-namespace .manage-delegates-modal__inner-content {
  overflow: visible!important;
}
.RCV-namespace .manage-delegates-modal__delegate:not(:last-child) {
  margin-bottom: 16px;
}
.RCV-namespace .manage-delegates-modal__list-item {
  padding: 8px 10px;
  cursor: pointer;
}
.RCV-namespace .manage-delegates-modal__search-box {
  padding-top: 8px;
  padding-bottom: 4px;
}
.RCV-namespace .manage-delegates-modal.standalone .delete-delegate-modal {
  position: absolute;
  z-index: 9999;
  top: 50%;
  height: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
.RCV-namespace .delegate {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.RCV-namespace .delegate__tag-highlight {
  background: rgba(255, 191, 42, 0.15);
}
.RCV-namespace .delegate__avatar {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.RCV-namespace .delegate__avatar .avatar-wrapper {
  width: 100%;
  height: 100%;
}
.RCV-namespace .delegate__crop-button {
  border-radius: 100%;
  line-height: 12px;
  margin-right: 4px;
}
.RCV-namespace .delegate__crop {
  opacity: 0.3;
  transition: 0.2s;
  font-size: 22px;
}
.RCV-namespace .delegate__crop:hover {
  opacity: 1;
  color: #067BBD;
}
.RCV-namespace .delegate__info {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.RCV-namespace .delegate__my-account-label {
  margin-left: 5px;
}
.RCV-namespace .Autocomplete__listbox__opt--disabled .delegate__tag-highlight {
  background: rgba(0, 0, 0, 0.15);
}
.RCV-namespace .accessibility-mode .delegate__crop-button:focus, .RCV-namespace .accessibility-mode .delegate__crop-button:focus-within {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #067BBD;
}
.RCV-namespace .delete-delegate-modal {
  width: 408px;
}
.RCV-namespace .delete-delegate-modal__user-name {
  font-weight: bold;
}
.RCV-namespace .delete-delegate-modal__information {
  text-align: center;
}
.RCV-namespace .weatherman__additional-player--one-pixel-visible {
  position: fixed;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 10;
  transform: translate(-99%, 99.99%);
}
.RCV-namespace .weatherman-drag {
  touch-action: none;
  overflow: hidden;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.RCV-namespace .weatherman-drag--isMinimized video {
  opacity: 0;
}
.RCV-namespace .weatherman-drag__box {
  z-index: 2;
  cursor: move;
}
.RCV-namespace .weatherman-drag__box--loading {
  opacity: 0;
}
.RCV-namespace .weatherman-drag__content {
  width: 100%;
  height: 100%;
}
.RCV-namespace .weatherman-drag__handle--horizontal, .RCV-namespace .weatherman-drag__handle--vertical, .RCV-namespace .weatherman-drag__handle--corner {
  background: #039FD8;
}
.RCV-namespace .weatherman-drag__handle--horizontal:hover, .RCV-namespace .weatherman-drag__handle--vertical:hover, .RCV-namespace .weatherman-drag__handle--corner:hover {
  background: #77d9fd;
}
.RCV-namespace .weatherman-drag__handle--horizontal, .RCV-namespace .weatherman-drag__handle--vertical {
  box-shadow: 0 0 0 3px #FFFFFF;
}
.RCV-namespace .weatherman-drag__handle--horizontal {
  border-radius: 2px;
  transform: scaleY(0.25);
}
.RCV-namespace .weatherman-drag__handle--horizontal:hover {
  transform: scaleY(0.5);
}
.RCV-namespace .weatherman-drag__handle--vertical {
  border-radius: 2px;
  transform: scaleX(0.25);
}
.RCV-namespace .weatherman-drag__handle--vertical:hover {
  transform: scaleX(0.5);
}
.RCV-namespace .weatherman-drag__handle--corner {
  z-index: 2;
  box-shadow: 0 0 0 2px #FFFFFF;
  transform: scale(0.5, 0.5);
  border-radius: 50%;
}
.RCV-namespace .weatherman-drag__handle--corner:hover {
  transform: scale(0.75, 0.75);
}
.RCV-namespace .video-preview__output {
  border-radius: 8px;
  height: 270px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
.RCV-namespace .video-preview__output--loading, .RCV-namespace .video-preview__output--error {
  background-color: #2F2F2F;
}
.RCV-namespace .video-preview__demo {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  visibility: hidden;
  transition: visibility 0ms 200ms;
}
.RCV-namespace .video-preview__demo--loading {
  display: none;
}
.RCV-namespace .video-preview__demo--mirrored {
  transform: scaleX(-1);
}
.RCV-namespace .video-preview__demo--mirrored::-webkit-media-controls {
  transform: scaleX(-1);
}
.RCV-namespace .video-preview__demo--mirrored:not(:root):fullscreen::-webkit-media-controls {
  transform: none;
}
.RCV-namespace .video-preview__demo--visible {
  visibility: visible;
}
.RCV-namespace .video-preview__initializing-text {
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}
.RCV-namespace .video-preview__loading-container {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(47, 47, 47, 0.5);
  border-radius: 8px;
}
.RCV-namespace .video-preview__loading-container--animated {
  transition: opacity 200ms, visibility 200ms;
}
.RCV-namespace .video-preview__loading-container--visible {
  opacity: 1;
  visibility: visible;
}
.RCV-namespace .pure-material-progress-circular {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  border: none;
  border-radius: 50%;
  padding: 0.25em;
  width: 3em;
  height: 3em;
  color: #FFFFFF;
  background-color: transparent;
  font-size: 16px;
  overflow: hidden;
}
.RCV-namespace .pure-material-progress-circular::-webkit-progress-bar {
  background-color: transparent;
}
/* Indeterminate */
.RCV-namespace .pure-material-progress-circular:indeterminate {
  -webkit-mask-image: linear-gradient(transparent 50%, black 50%), linear-gradient(to right, transparent 50%, black 50%);
  mask-image: linear-gradient(transparent 50%, black 50%), linear-gradient(to right, transparent 50%, black 50%);
  animation: pure-material-progress-circular 6s infinite cubic-bezier(0.3, 0.6, 1, 1);
}
.RCV-namespace .pure-material-progress-circular:indeterminate::before, .RCV-namespace .pure-material-progress-circular:indeterminate::-webkit-progress-value {
  content: '';
  display: block;
  box-sizing: border-box;
  margin-bottom: 0.25em;
  border: solid 0.25em transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  width: 100% !important;
  height: 100%;
  background-color: transparent;
  animation: pure-material-progress-circular-pseudo 0.75s infinite linear alternate;
}
@keyframes pure-material-progress-circular {
  0% {
    transform: rotate(0deg);
  }
  12.5% {
    transform: rotate(180deg);
    animation-timing-function: linear;
  }
  25% {
    transform: rotate(630deg);
  }
  37.5% {
    transform: rotate(810deg);
    animation-timing-function: linear;
  }
  50% {
    transform: rotate(1260deg);
  }
  62.5% {
    transform: rotate(1440deg);
    animation-timing-function: linear;
  }
  75% {
    transform: rotate(1890deg);
  }
  87.5% {
    transform: rotate(2070deg);
    animation-timing-function: linear;
  }
  100% {
    transform: rotate(2520deg);
  }
}
@keyframes pure-material-progress-circular-pseudo {
  0% {
    transform: rotate(-30deg);
  }
  29.4% {
    border-left-color: transparent;
  }
  29.41% {
    border-left-color: currentColor;
  }
  64.7% {
    border-bottom-color: transparent;
  }
  64.71% {
    border-bottom-color: currentColor;
  }
  100% {
    border-left-color: currentColor;
    border-bottom-color: currentColor;
    transform: rotate(225deg);
  }
}
.RCV-namespace .AnonymousLoginGroup {
  flex: 1;
  padding: 0;
  width: 100%;
  margin: 0;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.RCV-namespace .AnonymousLoginGroup__join-button {
  padding-top: 20px;
}
.RCV-namespace .AnonymousLoginGroup__join-button, .RCV-namespace .AnonymousLoginGroup__signin-button, .RCV-namespace .AnonymousLoginGroup__download-button {
  text-align: center;
  padding-bottom: 20px;
}
.RCV-namespace .AnonymousLoginGroup__join-button .Button, .RCV-namespace .AnonymousLoginGroup__signin-button .Button, .RCV-namespace .AnonymousLoginGroup__download-button .Button {
  width: 300px;
}
.RCV-namespace .AnonymousLoginGroup__join-button--colored, .RCV-namespace .AnonymousLoginGroup__signin-button--colored, .RCV-namespace .AnonymousLoginGroup__download-button--colored {
  margin-left: 5px;
}
.RCV-namespace .AnonymousLoginGroup__join-button img, .RCV-namespace .AnonymousLoginGroup__signin-button img, .RCV-namespace .AnonymousLoginGroup__download-button img {
  width: 230px;
  height: auto;
}
.RCV-namespace .mobile-browser .AnonymousLoginGroup__join-button .Button, .RCV-namespace .mobile-browser .AnonymousLoginGroup__signin-button .Button, .RCV-namespace .mobile-browser .AnonymousLoginGroup__download-button .Button {
  font-size: 16px;
}
.RCV-namespace .AnonymousLoginGroup__left-down, .RCV-namespace .AnonymousLoginGroup__powered-by {
  position: absolute;
  bottom: 0;
  left: 20px;
  font-size: 12px;
  font-family: "Proxima Nova Medium", Helvetica, Arial, sans-serif;
}
.RCV-namespace .AnonymousLoginGroup__powered-by, .RCV-namespace .AnonymousLoginGroup__version {
  line-height: 60px;
}
.RCV-namespace .AnonymousLoginGroup__left-down {
  display: flex;
  align-items: center;
}
.RCV-namespace .desktop-browser .AnonymousLoginGroup__cookie-preferences {
  margin-left: 20px;
}
.RCV-namespace .AnonymousLoginGroup__powered-by {
  left: auto;
  right: 20px;
}
.RCV-namespace .AnonymousLoginGroup__powered-by svg {
  width: 126px;
  height: 31px;
}
.RCV-namespace .AnonymousLoginGroup__powered-by--verizon svg, .RCV-namespace .AnonymousLoginGroup__powered-by--verizon img {
  width: 114px;
  height: 37px;
  object-fit: contain;
}
.RCV-namespace .AnonymousLoginGroup__powered-by--verizon {
  right: 38px;
}
.RCV-namespace .RemoteVideoManager__parking {
  position: absolute;
  z-index: 1005;
  overflow: hidden;
  bottom: 500px;
  right: 0;
  width: 1px;
  height: 1px;
  opacity: 0.01;
}
.RCV-namespace .RemoteVideoManager__parking video {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 1px;
  opacity: 0.01;
}
@keyframes pulse-inner {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.17);
  }
  45% {
    transform: scale(1.17);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes pulse-outer {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.42);
  }
  50% {
    transform: scale(1.42);
  }
  60% {
    transform: scale(1);
  }
}
.RCV-namespace .onconf .GalleryGrid {
  --pinned-closed-caption-height: 0px;
}
.RCV-namespace .onconf.closed-captions-pinned .GalleryGrid {
  --pinned-closed-caption-height: 152px;
}
.RCV-namespace .onconf.sect-sidebar .GalleryGrid {
  --pinned-floater-width: 360px;
}
.RCV-namespace .onconf.sect-sidebar .GalleryGrid__wrapper.heightLimited {
  --pinned-floater-width: 0px;
}
.RCV-namespace .onconf.sect-sidebar.transcript-enabled .GalleryGrid {
  --pinned-floater-width: 400px;
}
.RCV-namespace .GalleryGrid {
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.RCV-namespace .GalleryGrid__wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.RCV-namespace .GalleryGrid--film-strip {
  flex-direction: column;
  justify-content: space-between;
}
.RCV-namespace .GalleryGrid--film-strip .GalleryGrid__main-tile {
  height: calc(100% - var(--pinned-closed-caption-height));
}
.RCV-namespace .GalleryGrid__wrapper--film-strip {
  height: 140px;
  flex-wrap: nowrap;
  flex: 0;
  align-items: flex-end;
  width: calc(100% - 3% - (16px * 2));
  margin-top: calc(24px + 28px);
  margin-bottom: calc(16px + var(--film-strip-tile-height) * 0.015);
}
.RCV-namespace .GalleryGrid__wrapper--film-strip .GalleryGrid__tile {
  margin-top: 0;
  margin-bottom: 0;
  --width: var(--film-strip-tile-width);
}
.RCV-namespace .GalleryGrid__wrapper--film-strip .GalleryGrid__tile:first-child {
  margin-left: 0;
}
.RCV-namespace .GalleryGrid__wrapper--film-strip .GalleryGrid__tile:last-child {
  margin-right: 0;
}
.RCV-namespace .heightLimited > .GalleryGrid__wrapper--film-strip .GalleryGrid__tile {
  --height: var(--film-strip-tile-height);
}
.RCV-namespace .GalleryGrid__wrapper--film-strip .GalleryGrid__stats {
  font-size: 9px;
  padding: 2px;
  width: 156px;
}
.RCV-namespace .GalleryGrid__main-tile {
  flex: 1;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.RCV-namespace .GalleryGrid__main-tile .GalleryGrid__tile {
  --film-strip-max-height: calc(100vh - 72px - 156px - 6px - 5px - var(--pinned-closed-caption-height));
  --max-height: calc(var(--width) / var(--aspect-ratio));
  --max-width: calc(var(--film-strip-max-height) * var(--aspect-ratio));
  --maxSize: min(min(var(--width), var(--max-height)), min(var(--max-width), var(--film-strip-max-height)));
  margin: 0;
  max-width: var(--max-width);
  max-height: none;
}
.RCV-namespace .GalleryGrid__recovery-wrapper, .RCV-namespace .GalleryGrid__recovery-wrapper > canvas {
  width: 100%;
  height: 100%;
}
.RCV-namespace .GalleryGrid__tile {
  --width: calc((((100vw - var(--pinned-floater-width, 0px)) * var(--gallery-share, 1)) - var(--speaker-inner-horizontal-padding) - (var(--cols, 0) * 6px) - (3px * 2)) / var(--cols, 1));
  --max-height: calc(var(--width) / var(--aspect-ratio));
  --maxSize: min(var(--width), var(--max-height));
  --buttonSize: clamp(24px, 30px, calc(var(--maxSize) * 0.1));
  --tileBackground: #1a1a1a;
  height: auto;
  width: var(--width);
  max-height: var(--max-height);
  aspect-ratio: var(--aspect-ratio);
  display: inline-block;
  box-sizing: content-box;
  overflow: visible;
  background-color: var(--tileBackground);
  margin: 3px;
  outline: 1px solid #2F2F2F;
  position: relative;
  transition: transform 0.2s ease-in 1s, box-shadow 0.2s ease-in, z-index 1.2s ease-in;
  z-index: 2;
}
.RCV-namespace .heightLimited > .GalleryGrid__tile {
  --height: calc((var(--speakers-area-height) - var(--speaker-inner-vertical-padding) - (var(--rows, 0) * 6px) - (3px * 2)) / var(--rows, 1));
  --max-width: calc(var(--height) * var(--aspect-ratio));
  --maxSize: min(var(--height), var(--max-width));
  width: auto;
  height: var(--height);
  max-width: var(--max-width);
}
.RCV-namespace .GalleryGrid__tile .tile-loader {
  color: rgba(255, 255, 255, 0.6);
}
.RCV-namespace .GalleryGrid__tile--self-preview video {
  transform: scaleX(-1);
}
.RCV-namespace .GalleryGrid__tile--self-preview video::-webkit-media-controls {
  transform: scaleX(-1);
}
.RCV-namespace .GalleryGrid__tile--self-preview video:not(:root):fullscreen::-webkit-media-controls {
  transform: none;
}
.RCV-namespace .GalleryGrid__tile button.GalleryGrid__flip-button {
  position: absolute;
  transition: top 0.5s;
  z-index: 5;
  width: 30px;
  height: 30px;
  top: 5px;
  right: 5px;
  opacity: 70%;
}
.RCV-namespace .GalleryGrid__tile button.GalleryGrid__flip-button svg {
  height: 14px;
}
.RCV-namespace .GalleryGrid__tile .tooltip.Tooltip {
  opacity: 1;
  transition: opacity 0.3s;
}
.RCV-namespace .GalleryGrid__tile .tooltip.Tooltip .Tooltip__tooltip--bottom {
  top: calc(100% + var(--buttonSize) * 0.25);
}
.RCV-namespace .GalleryGrid__tile .tooltip.Tooltip .Tooltip__tooltip--left {
  left: calc(var(--buttonSize) * 0.15);
}
.RCV-namespace .GalleryGrid__tile .tooltip.Tooltip .Tooltip__tooltip--left::before {
  left: 0;
}
.RCV-namespace .GalleryGrid__tile .tooltip.Tooltip.tooltip-hidden {
  opacity: 0;
}
.RCV-namespace .GalleryGrid__tile .tooltip.Tooltip.tooltip-hidden button {
  cursor: pointer;
}
.RCV-namespace .GalleryGrid__tile--main-speaker {
  box-shadow: 0 0 4px 2px rgba(3, 159, 216, 0.5), 0 0 12px 8px rgba(3, 159, 216, 0.5);
  position: relative;
  z-index: 10;
  transform: scale(var(--main-speaker-scale-factor));
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
}
.RCV-namespace .GalleryGrid__tile--thumbnail {
  margin: 10px 0 0 0;
  height: 119px;
  width: 212px;
  outline: none;
  box-sizing: border-box;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.12), 0 4px 5px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  background-color: #2F2F2F;
}
.RCV-namespace .GalleryGrid__tile--thumbnail video, .RCV-namespace .GalleryGrid__tile--thumbnail canvas {
  width: 100%;
  height: 100%;
}
.RCV-namespace .GalleryGrid__tile--thumbnail > div.avatar-wrapper {
  pointer-events: none;
  height: 60px;
  width: 60px;
}
.RCV-namespace .GalleryGrid__tile--hidden {
  visibility: hidden;
}
.RCV-namespace .GalleryGrid__tile video, .RCV-namespace .GalleryGrid__tile canvas {
  object-fit: contain;
}
.RCV-namespace .GalleryGrid__tile .avatar-wrapper {
  width: calc(var(--maxSize) / 2);
  height: calc(var(--maxSize) / 2);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.RCV-namespace .GalleryGrid__tile .avatar-wrapper > img.avatar {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  visibility: visible;
}
.RCV-namespace .GalleryGrid__tile .avatar-wrapper.hide-stub > img.avatar {
  visibility: hidden;
}
.RCV-namespace .GalleryGrid__tile .avatar-wrapper::after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: contain;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0;
}
.RCV-namespace .GalleryGrid__tile .avatar-wrapper.hide-stub::after {
  display: none;
}
.RCV-namespace .GalleryGrid__video-wrapper.GalleryGrid__video-wrapper--hidden {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.01;
}
.RCV-namespace .GalleryGrid__video-wrapper.GalleryGrid__video-wrapper--hidden > video {
  height: 1px;
  width: 1px;
}
.RCV-namespace .GalleryGrid__video-wrapper video {
  width: 100%;
  height: 100%;
}
.RCV-namespace .GalleryGrid__ringing {
  width: calc(var(--maxSize) / 2);
  height: calc(var(--maxSize) / 2);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: ' ';
  z-index: 0;
}
.RCV-namespace .GalleryGrid__ringing:before, .RCV-namespace .GalleryGrid__ringing:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.07);
  animation: pulse-inner 2s cubic-bezier(0.25, 0.1, 0.25, 0.1) infinite normal;
}
.RCV-namespace .GalleryGrid__ringing:after {
  animation-name: pulse-outer;
}
.RCV-namespace .GalleryGrid__participant-state {
  font-size: 14px;
  font-family: "Proxima Nova Medium", Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: calc(50% + var(--maxSize) / 4 + 10px);
  left: 50%;
  transform: translateX(-50%);
}
.RCV-namespace .GalleryGrid__participant-state--top {
  top: calc(var(--maxSize) / 8 - 10px);
}
.RCV-namespace .GalleryGrid__tileinfo {
  font-size: 14px;
  position: absolute;
  bottom: 0;
  background-color: greenyellow;
  padding: 3px;
}
.RCV-namespace .GalleryGrid__stats {
  position: absolute;
  top: 0;
  right: 0;
  text-align: left;
  width: 200px;
  margin: 0;
  color: #FFFFFF;
  font-size: 11px;
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
  pointer-events: none;
}
.RCV-namespace .GalleryGrid__stats--sharing {
  top: auto;
  bottom: 0;
}
.RCV-namespace .GalleryGrid__navigation {
  position: absolute;
  bottom: 28px;
  left: calc(50% - 115px);
  width: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 0.3s;
  z-index: 15;
}
.RCV-namespace .auto-hide-controls .GalleryGrid__navigation.GalleryGrid__navigation {
  position: fixed;
  bottom: 80px;
}
.RCV-namespace .GalleryGrid__splitMode .GalleryGrid__navigation.GalleryGrid__navigation {
  bottom: -28px;
}
.RCV-namespace .GalleryGrid__navigation .MenuButtonsGroup {
  display: flex;
  flex-direction: row;
  background-color: #515151;
}
.RCV-namespace .GalleryGrid__navigation .MenuButtonsGroup .MenuButton {
  background-color: #323636;
}
.RCV-namespace .GalleryGrid__navigation--hidden {
  opacity: 0;
}
.RCV-namespace .GalleryGrid__navigation--max {
  left: calc(50% - 140px);
  width: 280px;
}
.RCV-namespace .GalleryGrid__filmNavigation {
  position: absolute;
  top: calc(54px + 28px);
  text-align: center;
  margin: 0 10px;
}
.RCV-namespace .GalleryGrid__filmNavigation--left {
  left: 0;
}
.RCV-namespace .GalleryGrid__filmNavigation--right {
  right: 0;
}
.RCV-namespace .speakers.whole .GalleryGrid__filmNavigation {
  top: 76px;
}
.RCV-namespace .GalleryGrid__filmNavigation.GalleryGrid__filmNavigation {
  width: 60px;
  height: auto;
  opacity: 1;
  transition: opacity 0.3s;
  z-index: 15;
}
.RCV-namespace .GalleryGrid__filmNavigation.GalleryGrid__filmNavigation--hidden {
  opacity: 0;
}
.RCV-namespace .GalleryGrid__filmNavigation.GalleryGrid__filmNavigation.MenuButtonsGroup {
  border-width: 0;
}
.RCV-namespace .GalleryGrid__filmNavigation.GalleryGrid__filmNavigation.MenuButtonsGroup .tt-wrapper {
  display: inline-block;
  width: 29px;
}
.RCV-namespace .GalleryGrid__filmNavigation.GalleryGrid__filmNavigation .GalleryGrid__page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.RCV-namespace .GalleryGrid__page-numbers {
  display: inline-block;
  max-width: 61px;
  min-width: 42px;
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0.4px;
  line-height: 28px;
}
.RCV-namespace .GalleryGrid__page-numbers--min {
  padding: 0 3px;
}
@media screen and (orientation: portrait) {
  .RCV-namespace .mobile-browser .GalleryGrid__tile {
    margin: 4px / 2+1 18px / 2+1;
  }
}
.RCV-namespace .main-wrapper.mobile-browser.mobile-show-toolbar button.GalleryGrid__flip-button {
  --self-tile-nav-bar-distance: calc(56px - var(--self-tile-top));
  top: calc(min(max(var(--self-tile-nav-bar-distance), 0px), 56px) + 5px);
}
@media screen and (orientation: portrait) {
  .RCV-namespace .mobile-browser .sect-screensharing .GalleryGrid__tile .avatar-wrapper {
    width: calc(var(--maxSize) / 4);
    height: calc(var(--maxSize) / 4);
  }
}
@keyframes squeeze-tile-loader {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
.RCV-namespace .tile-loader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: calc(var(--maxSize) * 0.56);
  max-width: 252px;
  margin: 0 auto;
}
.RCV-namespace .tile-loader > .dot {
  width: calc(var(--maxSize) * 0.16);
  height: calc(var(--maxSize) * 0.16);
  max-width: 70px;
  max-height: 70px;
  position: relative;
}
.RCV-namespace .tile-loader > .dot::after {
  content: '';
  position: absolute;
  top: 12.75%;
  left: 12.75%;
  width: calc(var(--maxSize) * 0.12);
  height: calc(var(--maxSize) * 0.12);
  max-width: 58px;
  max-height: 58px;
  background-color: currentColor;
  border-radius: 50%;
  animation-name: squeeze-tile-loader;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.RCV-namespace .tile-loader > .dot:nth-child(2)::after {
  animation-delay: 0.2s;
}
.RCV-namespace .tile-loader > .dot:nth-child(3)::after {
  animation-delay: 0.4s;
}
.RCV-namespace .GalleryGrid__tile--thumbnail .GalleryGridTileOptions__options-group {
  display: none;
}
.RCV-namespace .GalleryGrid .GalleryGridTileOptions__options-group {
  position: absolute;
  top: 4px;
  right: calc(4px + var(--options-right-offset));
  z-index: 5;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 0.25rem;
  transition: opacity 0.3s;
  opacity: 1;
}
.RCV-namespace .GalleryGrid .GalleryGridTileOptions__options-group > button {
  margin: 0;
}
.RCV-namespace .GalleryGrid .GalleryGridTileOptions__options-group--hidden:not(:hover) {
  opacity: 0;
  visibility: hidden;
}
.RCV-namespace .accessibility-mode .GalleryGrid .GalleryGridTileOptions__options-group--hidden {
  opacity: 1;
}
.RCV-namespace .GalleryGrid .GalleryGridTileOptions__option {
  transition: opacity 0.3s;
  width: var(--buttonSize);
  height: var(--buttonSize);
  font-size: calc(var(--buttonSize) * 0.5);
  color: #FFFFFF;
  background-color: var(--tileBackground) !important;
  opacity: 1;
}
.RCV-namespace .GalleryGrid .GalleryGridTileOptions__option:disabled {
  background-color: var(--tileBackground) !important;
}
.RCV-namespace .GalleryGrid .GalleryGridTileOptions__option svg {
  width: calc(var(--buttonSize) * 0.6);
  height: calc(var(--buttonSize) * 0.6);
  padding: calc((var(--buttonSize) * 0.2) - 1px);
  object-fit: contain;
  fill: currentColor;
}
.RCV-namespace .GalleryGrid .GalleryGridTileMobileOptions__popup {
  position: absolute;
  bottom: 4px;
  right: calc(4px + var(--options-right-offset));
  z-index: 5;
  display: flex;
  opacity: 1;
}
.RCV-namespace .GalleryGrid .GalleryGridTileMobileOptions__popup .content {
  position: absolute;
  bottom: 30px;
  right: 0;
  background-color: #282a32;
  border-radius: 8px;
  color: white;
  min-width: 160px;
}
.RCV-namespace .GalleryGrid .GalleryGridTileMobileOptions__popup .item {
  height: auto;
}
.RCV-namespace .GalleryGrid .GalleryGridTileMobileOptions__popup .item:hover {
  background-color: inherit !important;
}
.RCV-namespace .GalleryGrid .GalleryGridTileMobileOptions__popup .item-content {
  font-size: 13px;
  color: white;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.RCV-namespace .GalleryGrid .GalleryGridTileMobileOptions__popup .Button {
  color: white;
}
.RCV-namespace .GalleryGrid .GalleryGridTileMobileOptions__popup > button {
  margin: 0;
}
.RCV-namespace .accessibility-mode .GalleryGrid .GalleryGridTileMobileOptions__popup--hidden {
  opacity: 1;
}
.RCV-namespace .electron-fullscreen-notification {
  box-sizing: border-box;
  position: fixed;
  /* the notification should be at the highest layer */
  z-index: 9999;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 270px;
  height: 40px;
  padding: 5px 18px;
  background: rgba(153, 153, 153, 0.5);
  color: #FFFFFF;
  font-size: 14px;
  border-radius: 20px;
}
.RCV-namespace .electron-fullscreen-notification__esc-word {
  box-sizing: border-box;
  display: inline-block;
  padding: 4px 6px 5px;
  margin: 0 7px;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
}
.RCV-namespace .password-modal .modal-text-field {
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 400px;
}
.RCV-namespace .password-modal .modal-text-field .text-field-error {
  height: 20px;
  box-sizing: border-box;
  line-height: 14px;
  font-size: 12px;
  color: #d0021b;
  text-align: left;
  padding: 0;
  padding-top: 2px;
}
.RCV-namespace .password-modal .modal-text-field .TextField__icon {
  height: fit-content;
  width: fit-content;
}
.RCV-namespace .password-modal .modal-text-field .TextField__icon .password-visibility-toggle {
  --icon-size: 20px;
  height: var(--icon-size);
  width: var(--icon-size);
  margin: 5px;
  color: #9b9b9b;
}
.RCV-namespace .password-modal .Button {
  width: 160px;
}
.RCV-namespace .mobile-browser .password-modal .modal-text-field {
  width: 100%;
  margin-bottom: 11.11vw;
}
.RCV-namespace .mobile-browser .password-modal .Button--big {
  width: 100%;
}
.RCV-namespace .mobile-browser .password-modal .full-modal__image-wrapper {
  margin-top: 12.7vw;
}
.RCV-namespace .mobile-browser .password-modal .full-modal__image {
  width: 240px;
  height: 190px;
}
.RCV-namespace .mobile-orientation-landscape .mobile-browser .password-modal .full-modal__image-wrapper {
  margin-top: 0;
}
.RCV-namespace .mobile-orientation-landscape .mobile-browser .password-modal .full-modal__greet-wrapper {
  margin-bottom: 14px;
}
.RCV-namespace .mobile-orientation-landscape .mobile-browser .password-modal .full-modal__greet {
  font-size: 20px;
}
.RCV-namespace .mobile-orientation-landscape .mobile-browser .password-modal .modal-text-field {
  margin-bottom: 20px;
}
.RCV-namespace .mobile-browser .password-modal .TextField__input--material:placeholder-shown + .TextField__icon + .TextField__hint {
  top: 20px;
  font-size: 12px;
}
.RCV-namespace .mobile-browser .password-modal .TextField__input--material:focus:placeholder-shown + .TextField__icon + .TextField__hint {
  top: -1px;
}
.RCV-namespace .accessibility-mode .password-visibility-toggle:focus {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #067BBD;
}
.RCV-namespace #screen-sharing-error {
  width: 460px;
}
.RCV-namespace #screen-sharing-error .line {
  display: flex;
  font-size: 14px;
  margin: 0 0 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 20px;
}
.RCV-namespace #screen-sharing-error h3.error {
  background-color: rgba(244, 67, 54, 0.3);
  color: rgba(244, 67, 54, 0.8);
  text-align: center;
  font-size: 16px;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 15px 0;
}
.RCV-namespace #screen-sharing-error .comp__tab-link {
  margin: 0 0.2rem;
  cursor: pointer;
  text-decoration: none;
}
.RCV-namespace #screen-sharing-error .comp__tab-link .svg-open-window {
  width: 12px;
  height: 12px;
  display: inline-block;
  transform: translateY(10%);
  margin: 0 0.2rem 0 0.4rem;
}
.RCV-namespace #screen-sharing-error .semibold {
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
}
.RCV-namespace #screen-sharing-error .indented::before {
  content: '\00a0';
}
.RCV-namespace #screen-sharing-error .indented::after {
  content: '\00a0';
}
.RCV-namespace #screen-sharing-error .button-wrapper {
  justify-items: center;
  margin-top: 20px;
  margin-bottom: 0;
}
.RCV-namespace #screen-sharing-error .Button {
  padding: 9px;
  min-width: 150px;
  margin: 0;
  display: inline-block;
}
.RCV-namespace .about-modal {
  display: grid !important;
  grid-template-rows: 160px 40px 135px 30px 40px 66px auto;
  justify-items: center;
  height: 100%;
}
.RCV-namespace .about-modal > * {
  align-self: center;
}
.RCV-namespace .about-modal__logo img, .RCV-namespace .about-modal__logo svg {
  width: 88px;
  display: block;
}
.RCV-namespace .about-modal__company-name img, .RCV-namespace .about-modal__company-name svg {
  width: 200px;
  display: block;
}
.RCV-namespace .about-modal__update-note {
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  text-align: center;
}
.RCV-namespace .about-modal__update-note p {
  white-space: pre-wrap;
}
.RCV-namespace .about-modal__update-note button {
  margin-top: 20px;
}
.RCV-namespace .about-modal__version {
  color: #2F2F2F;
  font-size: 13px;
}
.RCV-namespace .about-modal__copyright {
  white-space: pre-wrap;
  text-align: center;
  font-size: 13px;
}
.RCV-namespace .about-modal__powered-by img, .RCV-namespace .about-modal__powered-by svg {
  width: 102px;
  display: block;
}
.RCV-namespace .about-modal__dont-sell-me {
  align-self: end;
  margin: 30px 0 10px;
  font-size: 13px;
  text-decoration: none;
}
@keyframes markpulsation {
  from {
    background-size: 110% 110%;
  }
  50% {
    background-size: 100% 100%;
  }
  to {
    background-size: 110% 110%;
  }
}
.RCV-namespace .access-overlay {
  z-index: 9000;
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  padding: 185px 0 0 108px;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
}
.RCV-namespace .access-overlay--center {
  justify-content: center;
  padding-inline: 0;
}
.RCV-namespace .access-overlay__mark-wrapper {
  flex: 0 0 80px;
  text-align: center;
}
.RCV-namespace .access-overlay__text-wrapper {
  margin-left: 16px;
  flex: 0 0 218px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 16px;
  font-family: "Proxima Nova Regular", "Proxima Nova Medium", Helvetica, Arial, sans-serif;
}
.RCV-namespace .access-overlay__allow-mark {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 12px;
  font-size: 14px;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  text-align: center;
  background: #067BBD;
  background: radial-gradient(ellipse at center, #5EB2D7 0%, #5EB2D7 51%, #4AA9D4 51%, #4AA9D4 61%, #3099CA 61%, #3099CA 100%);
  background-position: center center;
  animation: markpulsation 1.5s ease-in-out infinite;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.RCV-namespace .access-overlay__line1 span {
  color: #15b8f5;
}
.RCV-namespace .access-overlay__line2 {
  margin-top: 16px;
}
.RCV-namespace .AudioDeviceTooltip {
  pointer-events: all;
  background-color: #FFFFFF;
  box-sizing: border-box;
  padding: 10px 10px 4px 10px;
  position: absolute;
  border-radius: 5px;
  width: auto;
  min-width: 288px;
  bottom: 100%;
  left: 50%;
  transform: translate(calc(-50% + 24.5px), -12px);
  box-shadow: 0 2px 22px rgba(0, 0, 0, 0.25);
  z-index: 7;
}
.RCV-namespace .AudioDeviceTooltip:after {
  content: '';
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  height: 12px;
  width: 12px;
  border: 6px inset transparent;
  border-top: 6px solid #FFFFFF;
  transform: translate(-6px, 0);
  box-sizing: border-box;
}
.RCV-namespace .AudioDeviceTooltip.improved-audio-device-choice-popup {
  padding: 12px 18px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 24px;
}
.RCV-namespace .AudioDeviceTooltip.improved-audio-device-choice-popup .AudioDeviceTooltip__close {
  width: 24px;
  top: 12px;
  right: 8px;
  color: #939393;
}
.RCV-namespace .AudioDeviceTooltip.improved-audio-device-choice-popup .AudioDeviceTooltip__icon {
  font-size: 20px;
  color: #464654;
  width: initial;
  height: initial;
  margin-right: 10px;
}
.RCV-namespace .AudioDeviceTooltip.improved-audio-device-choice-popup .AudioDeviceTooltip__microphone, .RCV-namespace .AudioDeviceTooltip.improved-audio-device-choice-popup .AudioDeviceTooltip__speakers {
  padding-right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.RCV-namespace .AudioDeviceTooltip--announce {
  min-height: 100px;
  min-width: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.RCV-namespace .AudioDeviceTooltip--announce .AudioDeviceTooltip__title {
  text-align: center;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  white-space: pre-line;
  text-wrap: wrap;
  padding: 20px 0;
  margin: 0;
}
.RCV-namespace .AudioDeviceTooltip__title {
  line-height: 17px;
  margin: 0 0 8px;
  padding-right: 24px;
  white-space: nowrap;
}
.RCV-namespace .AudioDeviceTooltip__title--no-padding {
  padding-right: 0;
}
.RCV-namespace .AudioDeviceTooltip__text {
  font-size: 12px;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  line-height: 24px;
  margin-top: 2px;
}
.RCV-namespace .AudioDeviceTooltip__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 24px;
  line-height: 24px !important;
  text-align: center;
  color: rgba(102, 102, 102, 0.5);
}
.RCV-namespace .AudioDeviceTooltip__microphone, .RCV-namespace .AudioDeviceTooltip__speakers {
  white-space: nowrap;
}
.RCV-namespace .AudioDeviceTooltip__microphone > button, .RCV-namespace .AudioDeviceTooltip__speakers > button {
  display: inline-block;
  white-space: nowrap;
  line-height: 24px !important;
  font-size: 14px;
  position: initial;
  vertical-align: middle;
  color: #067BBD;
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.RCV-namespace .AudioDeviceTooltip__microphone:first-of-type, .RCV-namespace .AudioDeviceTooltip__speakers:first-of-type {
  padding-right: 24px;
}
.RCV-namespace .AudioDeviceTooltip__icon {
  width: 24px;
  height: 24px;
  line-height: 24px !important;
  font-size: 18px;
  display: inline-block;
  position: initial;
  vertical-align: middle;
}
.RCV-namespace .AudioDeviceTooltip__buttons {
  display: flex;
  column-gap: 8px;
  margin-top: 16px;
}
.RCV-namespace .AudioDeviceTooltip__buttons button {
  flex-basis: 0;
  flex-grow: 1;
  font-size: 14px;
  line-height: 20px;
}
.RCV-namespace .accessibility-mode .AudioDeviceTooltip button:focus, .RCV-namespace .accessibility-mode .AudioDeviceTooltip button:focus-within {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #067BBD;
}
.RCV-namespace .participants-search-box {
  padding: 12px 16px;
}
.RCV-namespace .participants-search-box__opt {
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-column-gap: 8px;
  align-items: center;
  padding: 4px 8px;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
}
.RCV-namespace .participants-search-box__opt__avatar {
  width: 30px;
  height: 30px;
}
.RCV-namespace .participants-search-box .participants-search-box__listbox {
  border-radius: 4px;
}
.RCV-namespace .SharingToolbar.notch {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1000;
}
.RCV-namespace .SharingToolbar.notch .description-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  min-width: 0;
}
.RCV-namespace .SharingToolbar.notch .description-title .display-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.RCV-namespace .SharingToolbar.whiteboard-sharing-title.notch .description-title {
  justify-content: center;
}
.RCV-namespace .chat {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
}
.RCV-namespace .chat__tabpane {
  display: flex;
  flex-direction: column;
}
.RCV-namespace .chat__options-panel {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 18px 16px;
}
.RCV-namespace .chat__options-panel--private {
  padding-bottom: 0;
}
.RCV-namespace .chat__tabs {
  flex-grow: 1;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  justify-content: stretch;
}
.RCV-namespace .chat__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px 8px;
  box-shadow: none;
  font-size: 14px;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #067BBD;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.RCV-namespace .chat__tab.non-drag-handle {
  cursor: pointer;
}
.RCV-namespace .chat__tab--selected {
  background-color: #067BBD;
  color: #FFFFFF;
}
.RCV-namespace .chat__tab:first-of-type {
  border-radius: 4px 0 0 4px;
}
.RCV-namespace .chat__tab:last-of-type {
  border-radius: 0 4px 4px 0;
}
.RCV-namespace .chat__tab:not(:last-child) {
  border-right: none;
}
.RCV-namespace .chat__tab:not(.chat__tab--selected).chat__tab:hover {
  background-color: rgba(6, 123, 189, 0.05);
}
.RCV-namespace .chat__active-chat--only-public .ChatContents__list, .RCV-namespace .chat__active-chat--private .ChatContents__list {
  padding-top: 8px;
}
.RCV-namespace .chat .ChatContents__list {
  will-change: transform;
}
.RCV-namespace .chat .AutosizeField {
  cursor: text;
}
.RCV-namespace .chat__private-chats-list {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.RCV-namespace .chat__line {
  padding: 18px 16px;
  border-bottom: 1px solid #E2E2E2;
}
.RCV-namespace .chat__dropdown-title {
  display: flex;
  padding-bottom: 4px;
  align-items: center;
  cursor: auto;
}
.RCV-namespace .chat__dropdown {
  flex: 1;
  cursor: pointer;
}
.RCV-namespace .mobile-browser.mobile-orientation-landscape .chat__tabs {
  justify-content: center;
  grid-auto-columns: 220px;
}
.RCV-namespace .download-chat {
  --vertical-fit: 8px;
  --horizontal-fit: 16px;
  --button-size: 24px;
  flex-shrink: 0;
  margin: 0;
}
.RCV-namespace .download-chat__trigger {
  width: var(--button-size);
  height: var(--button-size);
}
.RCV-namespace .download-chat__trigger [class*=' svg-'] {
  color: rgba(47, 47, 47, 0.5);
  fill: rgba(47, 47, 47, 0.5);
}
.RCV-namespace .download-chat__trigger:hover [class*=' svg-'] {
  color: #067BBD;
  fill: #067BBD;
}
.RCV-namespace .accessibility-mode .download-chat__trigger:focus {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #067BBD;
}
.RCV-namespace .download-chat .drop-down-trigger-container {
  display: flex;
}
.RCV-namespace .download-chat__menu {
  display: flex;
  flex-direction: column;
  gap: var(--vertical-fit);
}
.RCV-namespace .download-chat__menu .Tooltip__tooltip-target {
  display: flex;
  align-items: center;
}
.RCV-namespace .download-chat .content {
  position: absolute;
  width: 280px;
  right: 0;
  top: 36px;
  border-radius: var(--vertical-fit);
  padding: var(--vertical-fit) 0;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.16);
  background-color: #FFFFFF;
}
.RCV-namespace .download-chat .download-chat-menu-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 var(--horizontal-fit);
  list-style-type: none;
  font-family: "Proxima Nova Medium", Helvetica, Arial, sans-serif;
  text-align: initial;
}
.RCV-namespace .download-chat .download-chat-menu-item.non-interactive {
  color: rgba(47, 47, 47, 0.5);
}
.RCV-namespace .download-chat .download-chat-menu-item:not(.non-interactive):not(.with-description):hover, .RCV-namespace .download-chat .download-chat-menu-item:not(.non-interactive):not(.with-description):focus {
  background-color: #f2f2f2;
  cursor: pointer;
  color: #000000 !important;
}
.RCV-namespace .download-chat .download-chat-menu-item.with-description {
  flex-direction: column;
  gap: 4px;
  height: auto;
  padding-top: var(--horizontal-fit);
  padding-left: var(--horizontal-fit);
  padding-right: var(--horizontal-fit);
  padding-bottom: calc(var(--horizontal-fit) + var(--vertical-fit));
  border-top: 1px solid #e9e9e9;
}
.RCV-namespace .download-chat .download-chat-menu-item.with-description .switch__title {
  margin: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.RCV-namespace .download-chat .download-chat-menu-item.with-description .switch__check {
  flex-shrink: 0;
}
.RCV-namespace .download-chat .download-chat-menu-item.with-description .description {
  color: #9b9b9b;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.RCV-namespace .banner-transitions-enter {
  opacity: 0;
}
.RCV-namespace .banner-transitions-enter-active {
  opacity: 1;
  transition: opacity 1000ms, transform 1000ms;
}
.RCV-namespace .banner-transitions-exit {
  opacity: 1;
}
.RCV-namespace .banner-transitions-exit-active {
  opacity: 0;
  transition: opacity 1000ms, transform 1000ms;
}
.RCV-namespace .volume-gauge {
  height: 18px;
  margin: 0 auto;
  overflow: hidden;
  --volume: 0%;
  --gauge-size: 27;
  width: calc(var(--gauge-size) * 14px);
}
.RCV-namespace .volume-gauge__gauge {
  display: inline-block;
  white-space: nowrap;
  width: auto;
  transform: translateX(calc(-50% + var(--volume) / 2));
}
.RCV-namespace .volume-gauge__dot {
  background: #7ED321;
  display: inline-block;
  width: 10px;
  height: 16px;
  margin: 1px 2px;
  border-radius: 3px;
}
.RCV-namespace .volume-gauge__dot--inactive {
  background: #E9E9E9;
}
.RCV-namespace .volume-gauge__dot--isRecording {
  background: rgba(244, 67, 54, 0.62);
}
.RCV-namespace .mic-volume-level__container .volume-gauge {
  margin: 0 8px 0 auto;
  --gauge-size: 12;
  width: calc(var(--gauge-size) * 15px);
}
.RCV-namespace .mic-volume-level__container .volume-gauge__dot {
  width: 9px;
  margin: 1px 3px;
}
.RCV-namespace .mic-volume-level__container .volume-gauge__dot:last-child {
  margin-right: 0;
}
.RCV-namespace .mic-volume-level__container--mic-off .volume-gauge__dot {
  background: #E9E9E9;
}
.RCV-namespace .mic-volume-level__container--mic-off .volume-gauge__dot--inactive {
  background: #E9E9E9;
  height: 8px;
  margin-bottom: 4px;
}
.RCV-namespace .mic-volume-level__container--mic-off .volume-gauge__dot--isRecording {
  background: rgba(244, 67, 54, 0.62);
}
.RCV-namespace .Settings {
  width: 800px;
}
.RCV-namespace .Settings .tabpane {
  display: grid;
  grid-template-columns: 240px 1fr;
  height: 755px;
}
.RCV-namespace .Settings .Tabs--settings-tabs {
  display: block;
  grid-column: 1 / 2;
  background-color: #F9F9F9;
  border-right: 1px solid #efefef;
  border-bottom-left-radius: 6px;
  overflow: auto;
}
.RCV-namespace .Settings__title {
  text-align: center;
  padding: 12px 0 11px;
  position: relative;
  border-bottom: 1px solid #E2E2E2;
  grid-column: 1 / 3;
}
.RCV-namespace .Settings__title-text {
  font-size: 16px;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  line-height: 25px;
  color: #2F2F2F;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 35px;
  max-height: 50px;
  text-overflow: ellipsis;
}
.RCV-namespace .Settings__title-button {
  position: absolute;
  height: 16px;
  width: 16px;
  right: 16px;
  top: 16px;
  text-align: center;
  background: none;
  border: none;
  color: #C7C7C7;
  font-size: 20px;
  padding: 0;
  font-weight: normal;
  cursor: pointer;
}
.RCV-namespace .Settings__title-button:active, .RCV-namespace .Settings__title-button:hover, .RCV-namespace .Settings__title-button:focus {
  outline: none;
}
.RCV-namespace .Settings__title .Tooltip--right-edge {
  position: absolute;
  left: 17px;
  top: 13px;
  height: 20px;
  width: 20px;
  background: #FFFFFF;
  z-index: 11;
}
.RCV-namespace .Settings__title-mobile {
  display: none;
}
.RCV-namespace .Settings .tab-content__tab {
  grid-column: 2 / 3;
  overflow: auto;
}
.RCV-namespace .Settings__content-wrapper {
  height: 100%;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}
.RCV-namespace .Settings__content-wrapper--half-vertical-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}
.RCV-namespace .Settings__content-wrapper--hidden-x-overflow {
  overflow-x: hidden;
}
.RCV-namespace .Settings__content-wrapper--overflow-y-scroll {
  overflow-y: scroll;
}
.RCV-namespace .Settings__content-wrapper--flex-column {
  display: flex;
  flex-flow: column;
}
.RCV-namespace .Settings__content-wrapper .delete-delegate-modal {
  position: absolute;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
.RCV-namespace .Settings__menu-item {
  height: 48px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 4px 16px;
  border-top: 1px solid #E2E2E2;
}
.RCV-namespace .Settings__menu-item:first-of-type {
  border: none;
}
.RCV-namespace .Settings__menu-item--locked {
  color: #C7C7C7;
}
.RCV-namespace .Settings__menu-item--locked:disabled {
  background-color: #FFFFFF !important;
}
.RCV-namespace .Settings__menu-item--locked:after {
  opacity: 0.3;
}
.RCV-namespace .Settings__menu-item.with-beta-label {
  position: relative;
}
.RCV-namespace .Settings__menu-item.with-beta-label::after {
  position: initial;
  align-self: flex-start;
  flex-shrink: 0;
  order: 3;
}
.RCV-namespace .Settings__item-icon {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 16px;
}
.RCV-namespace .Settings__item-tooltip {
  max-width: initial !important;
}
.RCV-namespace .Settings__item-container {
  display: flex;
  align-items: center;
}
.RCV-namespace .Settings__item-content {
  line-height: 1;
  position: relative;
  word-break: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.RCV-namespace .Tabs__input:checked + .Settings__menu-item {
  background-color: #067BBD;
  color: #FFFFFF;
  box-shadow: none;
}
.RCV-namespace .Tabs__input:checked + .Settings__menu-item.with-beta-label::after {
  mask-size: cover;
  mask-image: url(https://wcdn.ringcentral.com/_whc/beta-label-1c68d3d5c13831689e2e278fede6b371.svg?appVersion=23.2.30);
  -webkit-mask-size: cover;
  -webkit-mask-image: url(https://wcdn.ringcentral.com/_whc/beta-label-1c68d3d5c13831689e2e278fede6b371.svg?appVersion=23.2.30);
}
.RCV-namespace .Settings #calendar-settings-modal, .RCV-namespace .Settings #meeting-id-modal, .RCV-namespace .Settings .manage-delegates-modal, .RCV-namespace .Settings #preferences, .RCV-namespace .Settings #account-info, .RCV-namespace .Settings #media-devices {
  width: auto;
}
.RCV-namespace .Settings .volumes-wrapper {
  margin-bottom: 15px;
}
.RCV-namespace .Settings .Settings__item.volume .Tooltip, .RCV-namespace .Settings .Settings__item.max-participants .Tooltip {
  width: 80%;
}
.RCV-namespace .Settings #range-menu, .RCV-namespace .Settings #range-menu #ma-display, .RCV-namespace .Settings .Settings__item.volume .ThrottleRange, .RCV-namespace .Settings .Settings__item.max-participants .ThrottleRange {
  padding: 0;
}
.RCV-namespace .Settings .Settings__item.max-participants #range-menu {
  margin-bottom: 5px;
}
.RCV-namespace .Settings .Settings__item.max-participants #ma-display {
  margin-bottom: 7px;
}
.RCV-namespace .Settings .Settings__item.volume, .RCV-namespace .Settings .Settings__item.max-participants {
  padding: 0;
  border: none;
}
.RCV-namespace .Settings .Settings__item.volume .ThrottleRange__input, .RCV-namespace .Settings .Settings__item.max-participants .ThrottleRange__input {
  width: 100%;
}
.RCV-namespace .rcv-web-version-info {
  position: absolute;
  bottom: 0;
  left: 24px;
  font-size: 0.6rem;
  font-family: "Proxima Nova Medium", Helvetica, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.4);
}
.RCV-namespace .RowGroup .Row.Row--has-right.settings-video-hd {
  min-height: 36px;
}
.RCV-namespace .settings-video-hd__dropdown-wrapper {
  width: 100%;
}
.RCV-namespace .settings-video-hd .DropdownSelect__item-text.with-beta-label {
  position: relative;
  overflow: visible;
  line-height: 20px;
}
.RCV-namespace .settings-video-hd .DropdownSelect__item-text.with-beta-label::after {
  transform: translate(110%, 5%);
}
.RCV-namespace .logo-mark {
  right: 0;
  padding-inline-end: 16px;
  display: block;
  opacity: 0.4;
}
.RCV-namespace .logo-mark.logo-mark--hidden {
  display: none;
}
.RCV-namespace .logo-mark-wrap {
  display: flex;
  justify-content: flex-end;
  padding-left: 16px;
  box-sizing: border-box;
}
.RCV-namespace .logo-mark--rc img {
  min-height: 20px;
  max-height: 40px;
  max-width: 100%;
}
.RCV-namespace .tooltip-container.nqi-tooltip-wide .NetworkIndicator__connection-info {
  width: 360px;
  max-width: 360px;
}
.RCV-namespace .NetworkIndicator__connection-info {
  --x-shift-intension: 12;
  padding: 16px;
  transition: opacity 0.3s;
  bottom: auto;
}
.RCV-namespace .NetworkIndicator__connection-info--gallery, .RCV-namespace .NetworkIndicator__connection-info--right-side, .RCV-namespace .NetworkIndicator__connection-info--show-below {
  padding: 7px;
}
.RCV-namespace .NetworkIndicator__connection-info--gallery {
  transform: translate(0, var(--y-shift));
}
.RCV-namespace .NetworkIndicator__connection-info--more:after {
  left: 0;
}
.RCV-namespace .NetworkIndicator__connection-info--right-side {
  --x-shift-intension: 1.1;
}
.RCV-namespace .connection-details__header {
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
.RCV-namespace .connection-details__header--quality-icon {
  display: inline-block !important;
  margin-right: 8px !important;
  margin-bottom: 0px;
  vertical-align: text-bottom;
}
.RCV-namespace .connection-details__header--quality-0 {
  color: #999999;
}
.RCV-namespace .connection-details__header--quality-1 {
  color: #F44336;
}
.RCV-namespace .connection-details__header--quality-2 {
  color: #FF8800;
}
.RCV-namespace .connection-details__header--quality-3 {
  color: #6cd073;
}
.RCV-namespace .connection-details__description {
  font-family: "Proxima Nova Regular", "Proxima Nova Medium", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.RCV-namespace .connection-details__description span {
  display: inline-block;
}
.RCV-namespace .connection-details__data {
  border-spacing: 0;
  width: 328px;
  table-layout: fixed;
}
.RCV-namespace .connection-details__data--ideal {
  font-family: "Proxima Nova Regular", "Proxima Nova Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #757575;
  margin-left: 5px;
}
.RCV-namespace .connection-details__data th {
  text-align: left;
  font-weight: bold;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
}
.RCV-namespace .connection-details__data td {
  font-family: "Proxima Nova Regular", "Proxima Nova Medium", Helvetica, Arial, sans-serif;
}
.RCV-namespace .connection-details__data th, .RCV-namespace .connection-details__data td {
  width: 60px;
  padding: 0 0 5px 5px;
  margin: 0;
  white-space: nowrap;
  font-weight: bold;
}
.RCV-namespace .connection-details__data th:first-child, .RCV-namespace .connection-details__data td:first-child {
  padding-left: 0;
  overflow: hidden;
  width: auto;
  position: relative;
}
.RCV-namespace .connection-details__data th:first-child::after, .RCV-namespace .connection-details__data td:first-child::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #FFFFFF);
}
.RCV-namespace .connection-details__data tr:last-child td {
  padding-bottom: 0;
}
.RCV-namespace .connection-details__data tr th:nth-child(2), .RCV-namespace .connection-details__data tr td:nth-child(2) {
  padding-left: 0px;
}
.RCV-namespace .connection-details__data tr th:nth-child(n + 2), .RCV-namespace .connection-details__data tr td:nth-child(n + 2) {
  overflow: hidden;
  position: relative;
}
.RCV-namespace .connection-details__data tr th:nth-child(n + 2)::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #FFFFFF);
}
.RCV-namespace .connection-details__data--headline th, .RCV-namespace .connection-details__data--headline td {
  padding-top: 10px;
  font-weight: bold;
}
.RCV-namespace .connection-details__data--bold {
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
}
.RCV-namespace .connection-details__diagnose-link {
  padding-top: 10px;
  font-weight: bold;
}
.RCV-namespace .connection-details__value--medium {
  color: #FF8800;
}
.RCV-namespace .connection-details__value--bad {
  color: #F44336;
}
.RCV-namespace .connection-details__value--medium, .RCV-namespace .connection-details__value--bad {
  font-weight: bold;
}
.RCV-namespace .contact-host-list-item {
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
}
.RCV-namespace .contact-host-list-item:first-child {
  margin-top: 8px;
}
.RCV-namespace .contact-host-list-item:last-child {
  margin-bottom: 8px;
}
.RCV-namespace .contact-host-list-item__avatar {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}
.RCV-namespace .contact-host-list-item__name {
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.RCV-namespace .LowerbarMicUnmuted {
  margin: 0 auto;
}
.RCV-namespace #leave-meeting-modal {
  overflow: hidden;
}
.RCV-namespace .mobile-browser #leave-meeting-modal {
  align-items: center;
}
.RCV-namespace .mobile-browser #leave-meeting-modal .DialogTitle--underlined {
  width: 100%;
}
.RCV-namespace .leave-modal__assign-moderator-container {
  width: 400px;
}
.RCV-namespace .leave-modal__default-container {
  height: 150px;
  width: 400px;
}
.RCV-namespace .leave-modal__text {
  font-size: 14px;
  color: #999999;
  margin-top: 12px;
  margin-bottom: 0px;
  padding: 0px 30px;
  line-height: 1.29;
}
.RCV-namespace .leave-modal__label {
  font-size: 16px;
  padding: 0px 30px;
}
.RCV-namespace .leave-modal__avatar {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 64px;
}
.RCV-namespace .leave-modal__row {
  padding: 0px 30px;
}
.RCV-namespace .leave-modal__row .Checkbox__title {
  margin-left: 60px;
  font-size: 13px;
  align-self: flex-end;
}
.RCV-namespace .leave-modal__row .Row__inner {
  display: flex;
  align-items: center;
  justify-content: start;
}
.RCV-namespace .leave-modal__button-group {
  min-width: 320px;
  padding: 20px 30px 0px 30px;
}
.RCV-namespace .leave-modal__button-group .Button {
  width: 100%;
  margin-bottom: 10px;
}
.RCV-namespace .leave-modal__loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.RCV-namespace .mobile-browser .leave-modal__default-container {
  max-width: 400px;
  margin: auto auto;
}
.RCV-namespace .mobile-browser .leave-modal__button-group {
  min-width: initial;
}
.RCV-namespace .auth-restriction-modal .Button {
  width: 280px;
}
.RCV-namespace .auth-restriction-modal .text-field-wrapper {
  display: flex;
  justify-content: center;
}
.RCV-namespace .auth-restriction-modal .text-field {
  font-size: 17px;
  letter-spacing: 0.2px;
  line-height: 24px;
  max-height: 24px;
  max-width: 436px;
}
.RCV-namespace .auth-restriction-modal .signUpLink {
  text-decoration: underline;
  color: #067BBD;
  cursor: pointer;
}
.RCV-namespace .mobile-browser .auth-restriction-modal .full-modal__greet {
  font-size: 22px;
}
.RCV-namespace .mobile-browser .auth-restriction-modal .Button--big {
  width: 100%;
  max-width: 280px;
  font-size: 16px;
}
@media screen and (orientation: landscape) {
  .RCV-namespace .mobile-browser .auth-restriction-modal .SchemeText {
    margin-top: 20px;
  }
}
.RCV-namespace .participants-bar .invite-menu, .RCV-namespace .participants-bar .breakout-menu {
  margin: 0;
}
.RCV-namespace .participants-bar .invite-menu > .content, .RCV-namespace .participants-bar .breakout-menu > .content {
  width: 227px;
  display: block;
  border-radius: 5px;
  padding: 0px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 6px);
  top: 100%;
  transform: translate(-96%, 0);
}
.RCV-namespace .participants-bar .invite-menu > .content::before, .RCV-namespace .participants-bar .breakout-menu > .content::before {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 6px inset transparent;
  border-bottom: 6px solid #FFFFFF;
  position: absolute;
  top: -11px;
  transform: translateX(0);
  right: 3px;
}
.RCV-namespace .participants-bar .invite-menu > .content:hover::before, .RCV-namespace .participants-bar .breakout-menu > .content:hover::before {
  border-bottom-color: #FFFFFF;
}
.RCV-namespace .participants-bar .invite-menu > .content > ul.menu-items, .RCV-namespace .participants-bar .breakout-menu > .content > ul.menu-items {
  font-size: 14px;
}
.RCV-namespace .participants-bar .invite-menu > .content > ul.menu-items > li.item:first-child, .RCV-namespace .participants-bar .breakout-menu > .content > ul.menu-items > li.item:first-child {
  border-radius: 5px 5px 0px 0px;
}
.RCV-namespace .participants-bar .invite-menu > .content > ul.menu-items > li.item:last-child, .RCV-namespace .participants-bar .breakout-menu > .content > ul.menu-items > li.item:last-child {
  border-radius: 0px 0px 5px 5px;
  border-bottom: none;
}
.RCV-namespace .participants-bar .invite-menu > .content > ul.menu-items > li.item:first-child:last-child, .RCV-namespace .participants-bar .breakout-menu > .content > ul.menu-items > li.item:first-child:last-child {
  border-radius: 5px;
  border-bottom: none;
}
.RCV-namespace .moderator-bar .invite-menu, .RCV-namespace .moderator-bar .breakout-menu {
  margin: 0;
}
.RCV-namespace .moderator-bar .invite-menu > .content, .RCV-namespace .moderator-bar .breakout-menu > .content {
  width: 227px;
  display: block;
  border-radius: 5px;
  padding: 0px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 6px);
  top: 100%;
  transform: translate(-32%, 0);
}
.RCV-namespace .moderator-bar .invite-menu > .content::before, .RCV-namespace .moderator-bar .breakout-menu > .content::before {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 6px inset transparent;
  border-bottom: 6px solid #FFFFFF;
  position: absolute;
  top: -11px;
  transform: translateX(0);
  left: calc(227px / 4 + 6px);
}
.RCV-namespace .moderator-bar .invite-menu > .content:hover::before, .RCV-namespace .moderator-bar .breakout-menu > .content:hover::before {
  border-bottom-color: #FFFFFF;
}
.RCV-namespace .moderator-bar .invite-menu > .content > ul.menu-items, .RCV-namespace .moderator-bar .breakout-menu > .content > ul.menu-items {
  font-size: 14px;
}
.RCV-namespace .moderator-bar .invite-menu > .content > ul.menu-items > li.item:first-child, .RCV-namespace .moderator-bar .breakout-menu > .content > ul.menu-items > li.item:first-child {
  border-radius: 5px 5px 0px 0px;
}
.RCV-namespace .moderator-bar .invite-menu > .content > ul.menu-items > li.item:last-child, .RCV-namespace .moderator-bar .breakout-menu > .content > ul.menu-items > li.item:last-child {
  border-radius: 0px 0px 5px 5px;
  border-bottom: none;
}
.RCV-namespace .moderator-bar .invite-menu > .content > ul.menu-items > li.item:first-child:last-child, .RCV-namespace .moderator-bar .breakout-menu > .content > ul.menu-items > li.item:first-child:last-child {
  border-radius: 5px;
  border-bottom: none;
}
.RCV-namespace .lower-bar .invite-menu .content, .RCV-namespace .lower-bar .breakout-menu .content {
  max-width: 338px;
  position: absolute;
  bottom: 78px;
  transform: translateX(-50%);
  left: 50%;
  font-size: 14px;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}
.RCV-namespace .lower-bar .invite-menu .content .menu-items > .item:first-child, .RCV-namespace .lower-bar .breakout-menu .content .menu-items > .item:first-child {
  border-radius: 8px 8px 0 0;
  border-top: none;
}
.RCV-namespace .lower-bar .invite-menu .content .menu-items > .item:last-child, .RCV-namespace .lower-bar .breakout-menu .content .menu-items > .item:last-child {
  border-radius: 0 0 8px 8px;
  border-bottom: none;
}
.RCV-namespace .lower-bar .invite-menu.active::before, .RCV-namespace .lower-bar .breakout-menu.active::before {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 6px inset transparent;
  border-top: 6px solid #FFFFFF;
  position: absolute;
  bottom: 66px;
  left: 50%;
  margin-left: -6px;
  z-index: 7;
}
.RCV-namespace .lower-bar .invite-menu.active .MenuButton--toolbar, .RCV-namespace .lower-bar .breakout-menu.active .MenuButton--toolbar {
  background-color: rgba(255, 255, 255, 0.2);
}
.RCV-namespace .lower-bar .invite-menu .tt-wrapper, .RCV-namespace .lower-bar .breakout-menu .tt-wrapper {
  width: 100%;
  height: 100%;
}
.RCV-namespace #moderator-more-menu {
  margin: 0;
}
.RCV-namespace #moderator-more-menu .tooltip {
  bottom: 100%;
}
.RCV-namespace #moderator-more-menu .content {
  width: 240px;
  transform: translate(-85%, 0);
  border-radius: 5px;
  padding: 0;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  position: absolute;
  left: -3px;
}
.RCV-namespace #moderator-more-menu .content:before {
  content: "";
  position: absolute;
  border: 6px solid;
  border-color: transparent transparent #FFFFFF transparent;
  top: -12px;
  right: 5px;
}
.RCV-namespace #moderator-more-menu .content .menu-container .menu-title {
  padding: 15px 20px 0;
}
.RCV-namespace #moderator-more-menu .content .menu-container .menu-items .item {
  height: 100%;
  margin: 10px 0;
  padding: 0 15px;
}
.RCV-namespace #moderator-more-menu .content .menu-container .menu-items .item:not(.non-interactive):hover, .RCV-namespace #moderator-more-menu .content .menu-container .menu-items .item:not(.non-interactive):focus {
  background-color: transparent;
  color: #2F2F2F !important;
}
.RCV-namespace #moderator-more-menu .content .menu-container .menu-items .item .item-content {
  display: flex;
  flex-flow: row nowrap;
  white-space: nowrap;
  line-height: 18px;
  width: 100%;
}
.RCV-namespace #moderator-more-menu .content .menu-container .menu-items .item .item-content .item-check {
  min-width: 20px;
  margin-right: 5px;
  color: #067BBD;
}
.RCV-namespace #moderator-more-menu .content .menu-container .menu-items .item .item-content .item-label {
  font-family: "Proxima Nova Medium", Helvetica, Arial, sans-serif;
}
.RCV-namespace #moderator-more-menu .content .menu-title {
  color: #2f2f2f;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.RCV-namespace .Lock.Tooltip .Tooltip__tooltip--left {
  left: -16px;
}
.RCV-namespace .Lock.Tooltip .Tooltip__tooltip--left::before {
  left: 39px;
}
.RCV-namespace .Lock.Tooltip .Tooltip__tooltip--right {
  right: -25px;
}
.RCV-namespace .Lock.Tooltip .Tooltip__tooltip--right::before {
  right: 32px;
}
.RCV-namespace .Lock.Tooltip .Tooltip__tooltip--bottom {
  top: calc(100% - 4px);
}
.RCV-namespace .Lock.Tooltip .Tooltip__tooltip-target {
  display: flex;
  align-items: center;
  justify-content: center;
}
.RCV-namespace .Lock.Lock__switch__wrapper {
  display: flex;
  align-items: center;
}
.RCV-namespace .Lock .Lock__icon {
  margin-right: 10px;
  color: #2F2F2F;
}
.RCV-namespace .Lock .Lock__icon--right {
  margin-left: 10px;
}
.RCV-namespace .moderation-toolbar-more-options .item {
  text-align: left;
}
.RCV-namespace .moderation-toolbar-more-options__listbox-container {
  padding: 4px 0 8px;
}
.RCV-namespace .moderation-toolbar-more-options__listbox-container.delimiter-after {
  border-bottom: 1px solid #e9e9e9;
}
.RCV-namespace .moderation-toolbar-more-options__listbox {
  box-sizing: border-box;
  padding: 0;
  list-style: none;
  user-select: none;
}
.RCV-namespace .moderation-toolbar-more-options__listbox-label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.RCV-namespace .moderation-toolbar-more-options__opt {
  position: relative;
  color: #2F2F2F;
  display: flex;
  box-sizing: border-box;
  font-size: 14px;
  padding: 0 21px;
  width: 100%;
  cursor: pointer;
  align-items: center;
  border: 0;
}
.RCV-namespace .moderation-toolbar-more-options__opt:hover {
  background-color: #E2E2E2;
  color: #067BBD;
}
.RCV-namespace .moderation-toolbar-more-options__opt--selected:not(.moderation-toolbar-more-options__opt--disabled) {
  color: #067BBD;
}
.RCV-namespace .moderation-toolbar-more-options__opt--disabled img {
  filter: grayscale(100%);
}
.RCV-namespace .moderation-toolbar-more-options__opt--disabled:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
}
.RCV-namespace .moderation-toolbar-more-options__item-content {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  padding: 4px 21px 4px 0;
  line-height: 18px;
}
.RCV-namespace .moderation-toolbar-more-options__content-icon {
  min-width: 27px;
}
.RCV-namespace .moderation-toolbar-more-options__content-label {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
}
.RCV-namespace .moderation-toolbar-more-options .Tooltip__tooltip-target {
  width: 100%;
}
.RCV-namespace .accessibility-mode .moderation-toolbar-more-options__opt:focus {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #067BBD;
}
.RCV-namespace .accessibility-mode .moderation-toolbar-more-options__opt:focus {
  background-color: #E2E2E2;
  color: #067BBD;
}
.RCV-namespace .mobile-moderator-more-menu .content {
  position: absolute;
  right: 0;
  width: 340px;
  border-radius: 5px;
  padding: 0;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
}
.RCV-namespace .mobile-moderator-more-menu .content li {
  text-align: left !important;
}
.RCV-namespace .test-audio__icon {
  text-align: center;
  font-size: 60px;
}
.RCV-namespace .test-audio__icon--recording {
  color: #90e137;
}
.RCV-namespace .test-audio__description {
  text-align: center;
  font-family: "Proxima Nova Regular", "Proxima Nova Medium", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-top: 10px;
  color: #4E4E57;
}
.RCV-namespace .test-audio__description--recording {
  color: #F44336;
}
.RCV-namespace .test-audio__test-volume {
  margin-top: 7px;
}
.RCV-namespace .test-audio__button {
  margin-top: 20px;
  text-align: center;
}
.RCV-namespace .breakout-rooms-modal {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 0;
}
.RCV-namespace .breakout-rooms-modal__title {
  cursor: move;
}
.RCV-namespace .breakout-rooms-modal__toolbar {
  cursor: move;
}
.RCV-namespace .breakout-rooms-modal__toolbar--top .basic-popup {
  flex-shrink: 0;
  align-items: center;
}
.RCV-namespace .breakout-rooms-modal__toolbar--top .basic-popup .InputNumber__label {
  padding-right: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.RCV-namespace .breakout-rooms-modal__toolbar--top .Button {
  height: 100%;
}
.RCV-namespace .breakout-rooms-modal__toolbar--top .breakout-rooms-modal__toolbar-right .Tooltip {
  height: 100%;
  flex-shrink: 0;
  max-width: 50%;
}
.RCV-namespace .breakout-rooms-modal__toolbar--bottom .breakout-rooms-modal__toolbar-left-remaining-time-countdown {
  font-family: 'RCV-Desktop', "Proxima Nova Medium", Helvetica, Arial, sans-serif;
  position: relative;
  top: 1px;
  font-size: 12px;
  margin-right: 4px;
}
.RCV-namespace .breakout-rooms-modal__toolbar--bottom .breakout-rooms-modal__toolbar-right > * {
  height: 100%;
  max-width: 197px;
}
.RCV-namespace .breakout-rooms-modal__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
}
.RCV-namespace .breakout-rooms-modal__loader > * {
  animation-name: squeeze;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.RCV-namespace .breakout-rooms-modal__loader > *:first-child {
  margin-left: 0;
}
.RCV-namespace .breakout-rooms-modal__loader > *:nth-child(2) {
  animation-delay: 0.2s;
}
.RCV-namespace .breakout-rooms-modal__loader > *:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes squeeze {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
.RCV-namespace .breakout-rooms-modal__loader > * {
  animation-name: squeeze;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.RCV-namespace .breakout-rooms-modal__loader > *:first-child {
  margin-left: 0;
}
.RCV-namespace .breakout-rooms-modal__loader > *:nth-child(2) {
  animation-delay: 0.2s;
}
.RCV-namespace .breakout-rooms-modal__loader > *:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes squeeze {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
.RCV-namespace .breakout-rooms-modal__loader .dot {
  height: 15px;
  width: 15px;
  background: rgba(6, 132, 189, 0.5);
  margin: 5px;
  border-radius: 100%;
  animation-duration: 1s;
}
.RCV-namespace .breakout-rooms-modal .breakout-rooms-modal__toolbar-button {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.RCV-namespace .breakout-rooms-modal__toolbar-tooltip > * {
  text-align: center !important;
}
.RCV-namespace .breakout-rooms-modal__toolbar-button + .breakout-rooms-modal__toolbar-button, .RCV-namespace .breakout-rooms-modal__toolbar-tooltip + .breakout-rooms-modal__toolbar-button {
  margin-left: 7px;
}
.RCV-namespace .breakout-rooms-modal__toolbar-button-broadcast {
  margin-right: 7px;
}
.RCV-namespace .breakout-rooms-modal__toolbar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 12px 24px;
}
.RCV-namespace .breakout-rooms-modal__toolbar-left {
  display: flex;
  align-items: center;
}
.RCV-namespace .breakout-rooms-modal__toolbar-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  flex-grow: 1;
}
.RCV-namespace .breakout-rooms-modal__back-btn {
  display: none;
  position: absolute;
  left: 10px;
  top: 14px;
  z-index: 1;
  cursor: pointer;
}
.RCV-namespace .breakout-rooms-modal__content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-grow: 1;
  border-width: 1px 0;
  border-color: #E2E2E2;
  border-style: solid;
  overflow: auto;
}
.RCV-namespace .breakout-rooms-modal__rooms {
  flex-shrink: 0;
  width: 300px;
  height: 100%;
  border-right: 1px solid #E2E2E2;
  background-color: #F9F9F9;
  overflow: auto;
  position: relative;
}
.RCV-namespace .breakout-rooms-modal__participants {
  flex-grow: 1;
  height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.RCV-namespace .breakout-rooms-modal__list {
  list-style: none;
  padding: 0;
}
.RCV-namespace .breakout-rooms-modal__virtualized-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.RCV-namespace .breakout-rooms-modal__virtualized-list-container {
  flex-grow: 1;
  overflow: hidden;
}
.RCV-namespace .breakout-rooms-modal__list-title {
  margin: 16px 0 12px;
  padding: 0 24px;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #2F2F2F;
}
.RCV-namespace .breakout-rooms-modal__list-title--list-item {
  margin: 8px 0 8px;
}
.RCV-namespace .breakout-rooms-modal__list-subtitle {
  display: block;
  text-transform: none;
  font-size: 14px;
  font-family: "Proxima Nova Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 8px 0 0;
}
.RCV-namespace .breakout-rooms-modal__search {
  margin: 0 24px 12px;
  background: #FFFFFF;
}
.RCV-namespace .breakout-rooms-modal__search .rooms-search-box__opt {
  display: flex;
  align-items: center;
  height: 42px;
  padding: 5px 10px;
  box-sizing: border-box;
}
.RCV-namespace .breakout-rooms-modal__search .rooms-search-box__avatar {
  margin-right: 10px;
  height: 32px;
  width: 32px;
  flex-shrink: 0;
}
.RCV-namespace .breakout-rooms-modal__search .rooms-search-box__avatar img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 100%;
}
.RCV-namespace .breakout-rooms-modal__search .rooms-search-box__name {
  flex-grow: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.RCV-namespace .breakout-rooms-modal .breakout-rooms-modal__rooms-list-item:nth-child(1) {
  position: sticky;
  top: 0;
  background-color: #F9F9F9;
  z-index: 1;
}
.RCV-namespace .breakout-rooms-modal__settings-popup-content .InputNumber__button {
  display: none;
}
.RCV-namespace .breakout-rooms-modal__settings-popup-content .InputNumber__input {
  width: 36px;
  margin: 0 8px;
  border-left-color: #999999;
  border-right-color: #999999;
  border-radius: 4px;
  padding: 8px;
}
.RCV-namespace .breakout-rooms-modal__settings-popup-content .breakout-rooms-modal__settings-reaction-row {
  height: 17px;
  min-height: auto;
  margin-top: 4px;
}
.RCV-namespace .breakout-rooms-modal__settings-checkbox {
  align-items: center;
}
.RCV-namespace .breakout-rooms-modal__settings-checkbox .Checkbox__title {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.RCV-namespace .breakout-rooms-modal__changes-saved {
  display: flex;
  color: #067BBD;
  align-items: center;
  line-height: 1.2;
}
.RCV-namespace .breakout-rooms-modal__changes-saved-icon {
  width: 15px;
  height: 15px;
  margin-right: 4px;
}
.RCV-namespace .breakout-rooms-modal #breakout-rooms-settings-menu {
  height: 100%;
}
.RCV-namespace .breakout-rooms-modal #breakout-rooms-settings-menu .drop-down-trigger-container {
  height: 100%;
}
.RCV-namespace .breakout-rooms-modal #breakout-rooms-settings-menu .content {
  position: absolute;
  padding: 12px 20px;
  border-radius: 8px;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.5));
  right: calc(0px - 24px + 6px);
  box-sizing: border-box;
  background-color: #fff;
  top: calc(100% + 16px);
}
.RCV-namespace .breakout-rooms-modal #breakout-rooms-settings-menu .content::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 0 15.5px 16px 15.5px;
  border-style: solid;
  border-color: transparent transparent #FFFFFF transparent;
  top: -16px;
  right: 44px;
}
.RCV-namespace .breakout-rooms-modal__settings-placeholder {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
}
.RCV-namespace .accessibility-mode .breakout-rooms-modal__virtuoso-scroller:focus {
  box-shadow: inset 0 0 0 2px #FFFFFF, inset 0 0 0 3px #067BBD;
}
.RCV-namespace .rooms-transition-overlay {
  position: absolute;
  z-index: 6000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1e2020;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.RCV-namespace .rooms-transition-overlay__icon {
  width: 97px;
  margin-bottom: 24px;
}
.RCV-namespace .rooms-transition-overlay__text {
  font-size: 28px;
  color: #ddd;
  text-align: center;
}
.RCV-namespace .mobile-browser .rooms-transition-overlay__text {
  font-size: 16px;
}
.RCV-namespace .RoomsListItem {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: stretch;
  height: 48px;
  color: #2F2F2F;
  padding: 0 16px 0 24px;
  cursor: pointer;
}
.RCV-namespace .RoomsListItem:focus, .RCV-namespace .RoomsListItem:hover, .RCV-namespace .RoomsListItem--renaming, .RCV-namespace .RoomsListItem--focused {
  background: #E2E2E2;
  color: #067BBD;
  fill: #067BBD;
}
.RCV-namespace .RoomsListItem--selected, .RCV-namespace .RoomsListItem--selected:focus {
  background: #067BBD;
  color: #FFFFFF;
  fill: #FFFFFF;
}
.RCV-namespace .RoomsListItem__name {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 1;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
}
.RCV-namespace .RoomsListItem__name-str {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.RCV-namespace .RoomsListItem__participants-number::before {
  content: ' ';
  white-space: pre;
}
.RCV-namespace .RoomsListItem:focus .RoomsItemToolbar, .RCV-namespace .RoomsListItem:hover .RoomsItemToolbar, .RCV-namespace .RoomsListItem--focused .RoomsItemToolbar, .RCV-namespace .RoomsListItem--selected .RoomsItemToolbar, .RCV-namespace .RoomsListItem--renaming .RoomsItemToolbar {
  display: flex;
}
.RCV-namespace .RoomsListItem--renaming .RoomsItemToolbar {
  flex-grow: 1;
}
.RCV-namespace .RoomsListItem__delete-icon {
  height: 20px;
}
.RCV-namespace .RoomsListItem__rename-input {
  display: flex;
  align-items: center;
  flex-grow: 1;
  height: 100%;
}
.RCV-namespace .RoomsListItem__rename-input input {
  background: #FFFFFF;
}
.RCV-namespace .accessibility-mode .RoomsListItem:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px #FFFFFF, inset 0 0 0 3px #067BBD;
}
.RCV-namespace .accessibility-mode .RoomsListItem--selected:focus {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #067BBD;
}
.RCV-namespace .RoomsParticipantListItem {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: stretch;
  height: 58px;
  color: #2F2F2F;
  padding: 0 16px;
}
.RCV-namespace .RoomsParticipantListItem--selected {
  background: #067BBD;
  color: #FFFFFF;
  fill: #FFFFFF;
}
.RCV-namespace .RoomsParticipantListItem__checkbox.RoomsParticipantListItem__checkbox {
  padding: 0 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.RCV-namespace .RoomsParticipantListItem__avatar-container {
  position: relative;
  margin-right: 16px;
  display: flex;
  align-items: center;
}
.RCV-namespace .RoomsParticipantListItem__avatar {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1;
}
.RCV-namespace .RoomsParticipantListItem__moderator-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  top: 0;
  right: -5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 12px;
  color: white;
}
.RCV-namespace .RoomsParticipantListItem__moderator-icon.icon-moderator {
  background: #FF8800;
  border: 2px solid #FFFFFF;
}
.RCV-namespace .RoomsParticipantListItem__name {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 14px;
  font-weight: bold;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
}
.RCV-namespace .RoomsParticipantListItem__name-str {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.RCV-namespace .RoomsParticipantListItem__status {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  color: #999999;
}
.RCV-namespace .RoomsParticipantListItem__status::before {
  content: '(';
}
.RCV-namespace .RoomsParticipantListItem__status::after {
  content: ')';
}
.RCV-namespace .RoomsParticipantListItem:hover .RoomsItemToolbar, .RCV-namespace .RoomsParticipantListItem--focused .RoomsItemToolbar {
  display: flex;
  color: #067BBD;
}
.RCV-namespace .accessibility-mode .RoomsParticipantListItem:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px #FFFFFF, inset 0 0 0 3px #067BBD;
}
.RCV-namespace .accessibility-mode .RoomsParticipantListItem:focus .RoomsItemToolbar {
  display: flex;
}
.RCV-namespace .accessibility-mode .RoomsParticipantListItem--selected:focus {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #067BBD;
}
.RCV-namespace .RoomsItemToolbar {
  display: none;
  flex-shrink: 0;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-end;
  max-width: 50%;
}
.RCV-namespace .RoomsItemToolbar__button {
  position: relative;
  padding: 0 12px;
  color: inherit;
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  height: 100%;
  white-space: pre-line;
  overflow: hidden;
}
.RCV-namespace .RoomsItemToolbar__button:hover {
  background: rgba(0, 0, 0, 0.1);
}
.RCV-namespace .RoomsItemToolbar__tooltip {
  display: flex;
  align-items: center;
  justify-content: center;
}
.RCV-namespace .RoomsItemToolbar__tooltip > .RoomsItemToolbar__button {
  padding-top: 5px;
  height: 100%;
}
.RCV-namespace .RoomsItemToolbar__button > .RoomsItemToolbar__text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.RCV-namespace .RoomsItemToolbar__button + .RoomsItemToolbar__button::before, .RCV-namespace .RoomsItemToolbar__button + .RoomsItemToolbar__tooltip::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 24px;
  left: 0;
  background: #999999;
  top: 50%;
  transform: translateY(-50%);
}
.RCV-namespace .RoomsItemToolbar__delete-icon {
  height: 20px;
}
.RCV-namespace .RoomsItemToolbar__popup-wrapper {
  margin: 0;
  padding: 0;
}
.RCV-namespace .RoomsItemToolbar__popup-wrapper .drop-down-trigger-container {
  height: 100%;
}
.RCV-namespace .RoomsItemToolbar__popup-wrapper:hover {
  background: none;
}
.RCV-namespace .RoomsItemToolbar__popup-wrapper .content {
  position: absolute;
  right: 100%;
}
.RCV-namespace .RoomsItemToolbar__popup-wrapper .content:after {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 6px solid transparent;
  border-left: 6px solid #FFFFFF;
  position: absolute;
  top: var(--popup-notch-top);
  right: -12px;
}
.RCV-namespace .RoomsItemToolbar__popup-wrapper .content .menu-background {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  max-width: 200px;
  max-height: 310px;
  overflow: auto;
  border-radius: 5px;
}
.RCV-namespace .RoomsItemToolbar__popup-wrapper .content .menu-items {
  max-width: 200px;
}
.RCV-namespace .RoomsItemToolbar__popup-wrapper .menu-items .item {
  padding: 0 10px;
  line-height: 2.5;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
.RCV-namespace .RoomsItemToolbar__popup-wrapper .menu-items .item:first-child {
  border-radius: 5px 5px 0 0;
}
.RCV-namespace .RoomsItemToolbar__popup-wrapper .menu-items .item:last-child {
  border-radius: 0 0 5px 5px;
}
.RCV-namespace .RoomsItemToolbar__popup-wrapper .menu-items .item.active {
  background: rgba(0, 0, 0, 0.1);
  color: #067BBD;
}
.RCV-namespace .RoomsItemToolbar__popup-wrapper .menu-items .item.active .item-content:before {
  display: none;
}
.RCV-namespace .accessibility-mode .RoomsItemToolbar__button:focus {
  box-shadow: inset 0 0 0 2px #FFFFFF, inset 0 0 0 3px #067BBD;
}
.RCV-namespace .Tooltip__tooltip-target {
  height: 100%;
}
.RCV-namespace .breakout-rooms-mark {
  display: inline-flex;
  padding: 4px 6px;
  border-radius: 3px;
  color: #FFFFFF;
  transition: background-color 0.3s ease;
  font-size: 12px;
  font-family: 'RCV-Desktop', "Proxima Nova Medium", Helvetica, Arial, sans-serif;
  align-items: center;
  position: relative;
  top: 0;
  justify-content: center;
}
.RCV-namespace .breakout-rooms-mark--red {
  background-color: #f7412d;
}
.RCV-namespace .breakout-rooms-mark--yellow {
  background-color: #ff8800;
}
.RCV-namespace .breakout-rooms-mark--green {
  background-color: #6e9d1a;
}
.RCV-namespace .breakout-rooms-mark__icon {
  width: 16px;
  height: 16px;
  margin-right: 2px;
}
.RCV-namespace #onconf-meeting-details {
  display: flex;
}
.RCV-namespace #onconf-meeting-details .glass-pane {
  display: none;
}
.RCV-namespace #onconf-meeting-details.active::before {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 6px inset transparent;
  border-top: 6px solid #FFFFFF;
  position: absolute;
  bottom: 66px;
  left: 50%;
  margin-left: -6px;
  z-index: 7;
}
.RCV-namespace #onconf-meeting-details > .content {
  position: absolute !important;
  bottom: 78px !important;
  font-size: 14px !important;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}
.RCV-namespace #onconf-meeting-details .meetingDetailsButton {
  margin-top: 5px;
}
.RCV-namespace #onconf-meeting-details.active .MenuButton {
  color: #FFFFFF;
}
.RCV-namespace #onconf-meeting-details.active .MenuButton--toolbar {
  background-color: rgba(255, 255, 255, 0.2);
}
.RCV-namespace #onconf-meeting-details > .content {
  width: 480px;
}
.RCV-namespace .OnConfMeetingDetails {
  --button-size: 18px;
}
.RCV-namespace .OnConfMeetingDetails--with-padding {
  padding: 12px 20px;
}
.RCV-namespace .OnConfMeetingDetails__all-info {
  font-size: 14px;
  color: #666666;
  margin-bottom: 9px;
  display: flex;
  align-items: center;
  line-height: var(--button-size);
}
.RCV-namespace .OnConfMeetingDetails__bridge-name {
  font-size: 17px;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  margin-bottom: 24px;
}
.RCV-namespace .OnConfMeetingDetails__rows {
  display: grid;
  grid-template-areas: 'caption-host    value-host .' 'caption-meeting-id    value-meeting-id .' 'caption-meeting-name    value-meeting-name .' 'caption-password    value-password action-password' 'caption-meeting-link    value-meeting-link action-meeting-link' '.          value-dial-in   .' 'caption-encryption value-encryption .' 'caption-media-ring value-media-ring .';
  grid-template-columns: 130px 1fr var(--button-size);
  column-gap: 10px;
  font-size: 14px;
}
.RCV-namespace .OnConfMeetingDetails__caption {
  font-size: 14px;
  color: #666666;
  margin-bottom: 12px;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  color: #000000;
}
.RCV-namespace .OnConfMeetingDetails__caption--host {
  grid-area: caption-host;
}
.RCV-namespace .OnConfMeetingDetails__caption--meeting-id {
  grid-area: caption-meeting-id;
}
.RCV-namespace .OnConfMeetingDetails__caption--meeting-name {
  grid-area: caption-meeting-name;
}
.RCV-namespace .OnConfMeetingDetails__caption--password {
  grid-area: caption-password;
}
.RCV-namespace .OnConfMeetingDetails__caption--meeting-link {
  grid-area: caption-meeting-link;
}
.RCV-namespace .OnConfMeetingDetails__caption--encryption {
  grid-area: caption-encryption;
}
.RCV-namespace .OnConfMeetingDetails__caption--media-ring {
  grid-area: caption-media-ring;
}
.RCV-namespace .OnConfMeetingDetails__link-block {
  display: inline-block;
}
.RCV-namespace .OnConfMeetingDetails__value {
  display: flex;
  margin-bottom: 12px;
}
.RCV-namespace .OnConfMeetingDetails__value:last-child {
  margin-bottom: 0;
}
.RCV-namespace .OnConfMeetingDetails__value--host span, .RCV-namespace .OnConfMeetingDetails__value--meeting-link > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.RCV-namespace .mobile-browser .OnConfMeetingDetails__value--host span, .RCV-namespace .mobile-browser .OnConfMeetingDetails__value--meeting-link > span {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  word-break: break-all;
}
.RCV-namespace .OnConfMeetingDetails__value--host {
  grid-area: value-host;
  overflow: hidden;
}
.RCV-namespace .OnConfMeetingDetails__value--meeting-id {
  grid-area: value-meeting-id;
  word-break: break-all;
}
.RCV-namespace .OnConfMeetingDetails__value--meeting-name {
  grid-area: value-meeting-name;
  word-break: break-all;
}
.RCV-namespace .OnConfMeetingDetails__value--password {
  grid-area: value-password;
  word-break: break-all;
  display: flex;
  justify-content: space-between;
}
.RCV-namespace .OnConfMeetingDetails__value--password .Button--text {
  margin-left: 4px;
}
.RCV-namespace .OnConfMeetingDetails__value--meeting-link {
  grid-area: value-meeting-link;
  display: flex;
}
.RCV-namespace .OnConfMeetingDetails__value--dial-in {
  grid-area: value-dial-in;
}
.RCV-namespace .OnConfMeetingDetails__value--encryption {
  grid-area: value-encryption;
}
.RCV-namespace .OnConfMeetingDetails__value--encryption .encryption-title {
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
}
.RCV-namespace .OnConfMeetingDetails__value--encryption .explanation {
  margin: 12px 0;
}
.RCV-namespace .OnConfMeetingDetails__value--encryption .Button {
  font-size: 14px;
  width: 100%;
}
.RCV-namespace .OnConfMeetingDetails__value--media-ring {
  grid-area: value-media-ring;
}
.RCV-namespace .OnConfMeetingDetails__action {
  color: #0684bd;
  font-size: var(--button-size);
  margin-top: -4px;
  margin-left: 8px;
}
.RCV-namespace .OnConfMeetingDetails__action .Button--text {
  font-size: var(--button-size);
  width: var(--button-size);
  height: var(--button-size);
  border-radius: var(--button-size);
  min-width: var(--button-size);
  min-height: var(--button-size);
  line-height: 1;
  padding: 0;
}
.RCV-namespace .OnConfMeetingDetails__action .Tooltip__tooltip--left {
  left: -15px;
}
.RCV-namespace .OnConfMeetingDetails__action .Tooltip__tooltip--right {
  right: -4px;
}
.RCV-namespace .OnConfMeetingDetails__action--all-info {
  margin-top: 0;
  margin-left: 0;
}
.RCV-namespace .OnConfMeetingDetails__action--password {
  grid-area: action-password;
  display: flex;
  align-items: flex-start;
  margin-left: 0;
}
.RCV-namespace .OnConfMeetingDetails__action--password .Tooltip svg {
  width: var(--button-size);
  height: var(--button-size);
}
.RCV-namespace .OnConfMeetingDetails__action--meeting-link {
  grid-area: action-meeting-link;
  margin-left: 0;
}
.RCV-namespace .OnConfMeetingDetails__value--meeting-link .Button, .RCV-namespace .OnConfMeetingDetails__value--dial-in .Button, .RCV-namespace .OnConfMeetingDetails__action--all-info .Button {
  width: auto;
  min-height: auto;
}
.RCV-namespace .OnConfMeetingDetails__value--meeting-link .Button .icon-copy, .RCV-namespace .OnConfMeetingDetails__value--dial-in .Button .icon-copy, .RCV-namespace .OnConfMeetingDetails__action--all-info .Button .icon-copy {
  font-size: var(--button-size);
  margin-right: calc(14px / 2);
}
.RCV-namespace .OnConfMeetingDetails__value--meeting-link .Button--text, .RCV-namespace .OnConfMeetingDetails__value--dial-in .Button--text, .RCV-namespace .OnConfMeetingDetails__action--all-info .Button--text {
  font-size: 14px;
  color: #0684bd;
  font-weight: 600;
  padding: 0;
  min-width: 0;
  display: inline-flex;
  align-items: center;
}
.RCV-namespace .OnConfMeetingDetails__password-value--hidden, .RCV-namespace .OnConfMeetingDetails__password-asterisks--hidden {
  display: none;
}
.RCV-namespace .OnConfMeetingDetails__password-value {
  user-select: all;
}
.RCV-namespace .OnConfMeetingDetails__password-value--hidden {
  user-select: none;
}
.RCV-namespace .OnConfMeetingDetails__password-asterisks {
  line-height: 17px;
}
.RCV-namespace #onconf-meeting-details-modal .DialogInner {
  overflow: inherit;
}
.RCV-namespace .mobile-browser.mobile-orientation-landscape.mobile-browser.mobile-orientation-landscape #onconf-meeting-details-modal {
  max-width: initial;
}
.RCV-namespace .mobile-browser.mobile-orientation-landscape.mobile-browser.mobile-orientation-landscape #onconf-meeting-details-modal .DialogInner {
  display: flex;
  justify-content: center;
}
.RCV-namespace .mobile-browser.mobile-orientation-landscape.mobile-browser.mobile-orientation-landscape #onconf-meeting-details-modal .DialogInner .OnConfMeetingDetails {
  max-width: 350px;
}
.RCV-namespace #onconf-self-nqi {
  display: flex;
}
.RCV-namespace #onconf-self-nqi .glass-pane {
  display: none;
}
.RCV-namespace #onconf-self-nqi.active::before {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 6px inset transparent;
  border-top: 6px solid #FFFFFF;
  position: absolute;
  bottom: 66px;
  left: 50%;
  margin-left: -6px;
  z-index: 7;
}
.RCV-namespace #onconf-self-nqi > .content {
  position: absolute !important;
  bottom: 78px !important;
  font-size: 14px !important;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}
.RCV-namespace #onconf-self-nqi.active .MenuButton {
  color: #FFFFFF;
}
.RCV-namespace #onconf-self-nqi.active .MenuButton--toolbar {
  background-color: rgba(255, 255, 255, 0.2);
}
.RCV-namespace #onconf-self-nqi > .content {
  width: auto;
  padding: 12px 20px;
}
.RCV-namespace .connection-warning-popup {
  --connection-warning-bg: #F6AD16;
  --connection-danger-bg: #ff4436;
  position: absolute;
  bottom: 78px;
  left: 0;
  z-index: 7;
  display: flex;
  width: 316px;
  box-sizing: border-box;
  flex-direction: row;
  padding: 14px 12px 14px 14px;
  align-items: top;
  justify-content: center;
  border-radius: 4px;
}
.RCV-namespace .connection-warning-popup .glass-pane {
  display: none;
}
.RCV-namespace .connection-warning-popup.active::before {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 6px inset transparent;
  border-top: 6px solid #FFFFFF;
  position: absolute;
  bottom: 66px;
  left: 50%;
  margin-left: -6px;
  z-index: 7;
}
.RCV-namespace .connection-warning-popup > .content {
  position: absolute !important;
  bottom: 78px !important;
  font-size: 14px !important;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}
.RCV-namespace .connection-warning-popup__close.Button {
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 24px;
}
.RCV-namespace .connection-warning-popup::before {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 6px inset transparent;
  border-top: 6px solid #FFFFFF;
  position: absolute;
  bottom: -11px;
  transform: translateX(0);
  left: 17px;
}
.RCV-namespace .connection-warning-popup--danger {
  background: var(--connection-danger-bg);
  color: #FFFFFF;
}
.RCV-namespace .connection-warning-popup--danger::before {
  border-top: 6px solid var(--connection-danger-bg);
}
.RCV-namespace .connection-warning-popup--danger .Button {
  color: #FFFFFF;
}
.RCV-namespace .connection-warning-popup--warning {
  background: var(--connection-warning-bg);
}
.RCV-namespace .connection-warning-popup--warning::before {
  border-top: 6px solid var(--connection-warning-bg);
}
.RCV-namespace .connection-warning-popup--warning .Button {
  color: #666666;
}
.RCV-namespace .connection-warning-popup--warning .connection-warning-popup__icon {
  display: none;
}
.RCV-namespace .connection-warning-popup__icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  margin-right: 12px;
}
.RCV-namespace .connection-warning-popup__desc {
  flex: 1 1 auto;
  white-space: pre-line;
  line-height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.RCV-namespace .neuroio-video-settings__range-zoom .range-with-hints__caption--max {
  margin-right: 9px;
}
.RCV-namespace .neuroio-video-settings__notification {
  display: flex;
}
.RCV-namespace .neuroio-video-settings__notification .icon {
  width: 24px;
  height: 24px;
  margin-right: 14px;
  color: #FF8800;
}
.RCV-namespace .neuroio-video-settings__notification p {
  margin: 0;
}
.RCV-namespace .neuroio-video-settings__title {
  min-height: 42px;
}
.RCV-namespace .meeting-details-icon {
  width: 28px;
  height: 28px;
}
.RCV-namespace .meeting-details-icon.e2ee {
  width: 24px;
  height: 24px;
}
.RCV-namespace .meeting-details-icon--safe-connection {
  width: 22px;
  height: 22px;
}
.RCV-namespace .meeting-details-icon--safe-connection_more-menu {
  padding-top: 5px;
}
.RCV-namespace .meeting-details-icon--info_more-menu {
  padding: 2px 4px;
}
.RCV-namespace .top-message {
  position: relative;
  display: flex;
  padding: 6px 16px;
  background: #F44336;
}
.RCV-namespace .top-message__text {
  flex-grow: 1;
  margin: 0;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
}
.RCV-namespace .top-message__close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 6px;
  color: #FFFFFF;
  font-size: 14px;
}
.RCV-namespace .wrapper-for-pointer {
  width: 80%;
  margin: 0 auto;
}
.RCV-namespace .wrapper-for-pointer .pointer {
  position: absolute;
}
.RCV-namespace .web-warn-media-permission {
  font-family: "Proxima Nova Regular", "Proxima Nova Medium", Helvetica, Arial, sans-serif;
  text-align: initial;
  font-size: clamp(11px, 3vw, 12px);
  height: 0;
  padding-top: 75%;
  position: relative;
}
.RCV-namespace .web-warn-media-permission .container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-areas: 'header' 'address-bar' 'body';
  grid-template-columns: auto;
  grid-template-rows: 8.5% 12.8% fit-content(100%);
}
.RCV-namespace .web-warn-media-permission-header {
  grid-area: header;
  overflow: hidden;
}
.RCV-namespace .web-warn-media-permission-header__tab {
  max-width: 40%;
  height: 100%;
  display: flex;
  gap: 4%;
  align-items: center;
  background-color: #e2eaee;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 0 2%;
}
.RCV-namespace .web-warn-media-permission-header__tab .favicon {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.RCV-namespace .web-warn-media-permission-header__tab .favicon img {
  width: 1.2em;
}
.RCV-namespace .web-warn-media-permission-header__tab .page-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.RCV-namespace .web-warn-media-permission-address-bar {
  grid-area: address-bar;
  color: #707070;
  display: flex;
  align-items: center;
  background-image: url(https://wcdn.ringcentral.com/_whc/address-bar-d0e3c0e1e851091efbd5a70e2ceb7c7b.svg?appVersion=23.2.30);
  background-size: cover;
  padding-left: 12%;
  position: relative;
}
.RCV-namespace .web-warn-media-permission-address-bar__search-field {
  max-width: 72%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.RCV-namespace .web-warn-media-permission-address-bar .pointer {
  right: 96%;
  width: 5em;
}
.web-warn-media-permission-body {
  grid-area: body;
  background-color: #f7f9fa;
  box-sizing: border-box;
  padding: 0 3% 4% 3%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.web-warn-media-permission-body__content {
  position: relative;
  margin: -0.7% 0.7%;
  box-sizing: border-box;
  background-color: #FFFFFF;
  min-width: 60%;
  max-width: 100%;
  display: inline-flex;
  flex-direction: column;
  padding: 2%;
  justify-content: space-around;
}
.web-warn-media-permission-body__content .info {
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  color: #3da630;
  font-weight: 600;
  background-color: #FFFFFF;
  margin-right: 65%;
  width: 90%;
  margin-left: 2%;
  word-break: break-word;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.web-warn-media-permission-body__content .width-responsive-wrapper {
  margin-right: 20%;
  overflow: hidden;
  padding: 1% 2%;
}
.web-warn-media-permission-body__content .fake-item {
  padding: 1.5%;
  border-radius: 5px;
  width: 90%;
  background-color: #e2eaee;
}
.web-warn-media-permission-body__content .fake-item--short {
  width: 50%;
}
.web-warn-media-permission-body__content .box-settings {
  display: grid;
  position: relative;
  grid-template-columns: 1.5em 1fr 1fr;
  grid-template-rows: min-content min-content;
  border: solid 0.5px #067bbd;
  border-radius: 4px;
  background-color: rgba(0, 161, 225, 0.12);
  grid-gap: 0.7em;
  padding: 0.7em;
  align-items: center;
  margin: 1.3% 0;
}
.web-warn-media-permission-body__content .box-settings__icon {
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}
.web-warn-media-permission-body__content .box-settings__icon--camera {
  background-image: url(https://wcdn.ringcentral.com/_whc/camera-8d40943039b27ce185050361d3a79739.svg?appVersion=23.2.30);
  height: 100%;
}
.web-warn-media-permission-body__content .box-settings__icon--mic {
  background-image: url(https://wcdn.ringcentral.com/_whc/mic-d8131e3866344fe661ff1e327bf06986.svg?appVersion=23.2.30);
  height: 1.5em;
}
.web-warn-media-permission-body__content .box-settings__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.web-warn-media-permission-body__content .box-settings__manage {
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
.web-warn-media-permission-body__content .box-settings__manage .dropdown {
  align-self: end;
  border-radius: 4px;
  border: solid 0.5px rgba(74, 74, 74, 0.55);
  background-color: #FFFFFF;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.web-warn-media-permission-body__content .box-settings__manage .dropdown .name {
  padding: 0.2em 0.3em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.web-warn-media-permission-body__content .box-settings__manage .dropdown .icon-next2:before {
  color: #bdbdbd;
}
.web-warn-media-permission-body__content .box-settings__manage .dropdown .arrow {
  padding-right: 0.2em;
}
.web-warn-media-permission-body__content .box-settings .pointer {
  left: 100%;
  width: 5em;
}
.RCV-namespace .app-warn-media-permission {
  font-family: "Proxima Nova Regular", "Proxima Nova Medium", Helvetica, Arial, sans-serif;
  text-align: initial;
  font-size: clamp(11px, 3vw, 13px);
  height: 0;
  padding-top: 75%;
  position: relative;
}
.RCV-namespace .app-warn-media-permission .container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-areas: 'header' 'body';
  grid-template-columns: 1fr;
  grid-template-rows: 8.5% 1fr;
}
.RCV-namespace .app-warn-media-permission-header {
  grid-area: header;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(https://wcdn.ringcentral.com/_whc/header-fcc5a20064e2617418833a7b35ea8aad.svg?appVersion=23.2.30);
  background-size: cover;
  overflow: hidden;
}
.RCV-namespace .app-warn-media-permission-header__name {
  max-width: 72%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.app-warn-media-permission-body {
  grid-area: body;
  background-color: #f5f5f5;
  padding: 3.2%;
  display: grid;
  grid-template-columns: 35% 1fr;
  grid-template-rows: 1fr;
  grid-gap: 3.2%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.app-warn-media-permission-body__sidebar {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
}
.app-warn-media-permission-body__sidebar .fake-item {
  box-sizing: border-box;
  padding: 0 7%;
  flex-shrink: 0;
  flex-grow: 1;
}
.app-warn-media-permission-body__sidebar .fake-item::after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  background-image: url(https://wcdn.ringcentral.com/_whc/sidebar-item-e30fbe383471f184feec8e2edbf0fd7d.svg?appVersion=23.2.30);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.app-warn-media-permission-body__sidebar .item {
  padding: 3% 3% 3% 6%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
.app-warn-media-permission-body__sidebar .item .media-type-icon {
  width: 22%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 6%;
}
.app-warn-media-permission-body__sidebar .item .name {
  word-break: break-word;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.app-warn-media-permission-body__sidebar .item .pointer {
  right: 100%;
  width: 50%;
}
.app-warn-media-permission-body__content {
  display: grid;
  grid-template-areas: 'info' 'main';
  grid-template-columns: 1fr;
  grid-template-rows: min-content 1fr;
  grid-gap: 2.5%;
}
.app-warn-media-permission-body__content .info {
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  grid-area: info;
  color: #067bbd;
  font-weight: 600;
  word-break: break-word;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.app-warn-media-permission-body__content .main {
  grid-area: main;
  background-color: #FFFFFF;
  padding: 1% 0;
  display: flex;
  flex-direction: column;
}
.app-warn-media-permission-body__content .main .checkbox {
  width: 10%;
  height: 100%;
  margin-right: 1%;
  flex-shrink: 0;
}
.app-warn-media-permission-body__content .main .checkbox::after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  background-image: url(https://wcdn.ringcentral.com/_whc/checkbox-c2c27d873d366eb778fd5fa37abe0c7b.svg?appVersion=23.2.30);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.app-warn-media-permission-body__content .main .fake-item {
  box-sizing: border-box;
  padding-left: 4%;
  padding-right: 2%;
  width: 78%;
  flex-shrink: 0;
  flex-grow: 1;
}
.app-warn-media-permission-body__content .main .fake-item::after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  background-image: url(https://wcdn.ringcentral.com/_whc/main-item-e6b05397262514a815fba92239f4b811.svg?appVersion=23.2.30);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.app-warn-media-permission-body__content .main .item {
  position: relative;
  padding: 2% 3%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.app-warn-media-permission-body__content .main .item .app-icon {
  width: 22%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 3%;
}
.app-warn-media-permission-body__content .main .item .app-icon img {
  width: 80%;
}
.app-warn-media-permission-body__content .main .item .name {
  word-break: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.app-warn-media-permission-body__content .main .item .pointer {
  left: 100%;
  width: 30%;
}
.RCV-namespace .app-warn-media-permission .active-box {
  border: solid 0.5px #00a1e1;
  background-color: rgba(0, 161, 225, 0.15);
}
.RCV-namespace .android-warn-media-permission {
  font-family: "Proxima Nova Regular", "Proxima Nova Medium", Helvetica, Arial, sans-serif;
  text-align: initial;
  font-size: clamp(11px, 3vw, 12px);
  height: 0;
  padding-top: 75%;
  position: relative;
  margin-top: 16px;
}
.RCV-namespace .android-warn-media-permission .container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-areas: 'header' 'address-bar' 'body';
  grid-template-columns: auto;
  grid-template-rows: 8.5% 12.8% fit-content(100%);
}
.RCV-namespace .android-warn-media-permission .container .the-first, .RCV-namespace .android-warn-media-permission .container .the-third {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.RCV-namespace .android-warn-media-permission .container .the-first .step-line, .RCV-namespace .android-warn-media-permission .container .the-third .step-line {
  width: 24px;
  height: 1px;
  background-color: #067BBD;
}
.RCV-namespace .android-warn-media-permission .container .the-first .step-number, .RCV-namespace .android-warn-media-permission .container .the-third .step-number {
  width: 20px;
  height: 20px;
  background-color: #067BBD;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 14px;
}
.RCV-namespace .android-warn-media-permission-header {
  grid-area: header;
  overflow: hidden;
}
.RCV-namespace .android-warn-media-permission-header__tab {
  max-width: 40%;
  height: 100%;
  display: flex;
  gap: 4%;
  align-items: center;
  background-color: #e2eaee;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 0 2%;
}
.RCV-namespace .android-warn-media-permission-header__tab .favicon {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.RCV-namespace .android-warn-media-permission-header__tab .favicon img {
  width: 1.2em;
}
.RCV-namespace .android-warn-media-permission-header__tab .page-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.RCV-namespace .android-warn-media-permission-address-bar {
  grid-area: address-bar;
  color: #707070;
  display: flex;
  align-items: center;
  background-image: url(https://wcdn.ringcentral.com/_whc/address-bar-d0e3c0e1e851091efbd5a70e2ceb7c7b.svg?appVersion=23.2.30);
  background-size: cover;
  padding-left: 12%;
  position: relative;
}
.RCV-namespace .android-warn-media-permission-address-bar .the-first {
  left: -36px;
}
.RCV-namespace .android-warn-media-permission-address-bar__search-field {
  max-width: 220px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.android-warn-media-permission-body {
  grid-area: body;
  background-color: #f7f9fa;
  box-sizing: border-box;
  padding: 0 3% 4% 3%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.android-warn-media-permission-body .inner-body {
  width: 250px;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 9px;
  font-weight: 600;
}
.android-warn-media-permission-body .inner-body .sub-text {
  color: #787878;
  margin-top: 2px;
  font-size: 8px;
}
.android-warn-media-permission-body .inner-body .android-icon {
  width: 16px;
  height: 16px;
  margin: 0 12px;
}
.android-warn-media-permission-body .inner-body .arrow-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 8px;
}
.android-warn-media-permission-body .inner-body .arrow-line .icon {
  margin-right: 18px;
}
.android-warn-media-permission-body .inner-body .tips {
  margin: 16px 0;
  padding-left: 12px;
}
.android-warn-media-permission-body .inner-body .camera-line, .android-warn-media-permission-body .inner-body .mic-line {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 6px 0;
  margin: 8px 0;
}
.android-warn-media-permission-body .inner-body .camera-line .toggle, .android-warn-media-permission-body .inner-body .mic-line .toggle {
  position: absolute;
  right: 12px;
}
.android-warn-media-permission-body .inner-body .camera-line .toggle .rectangle, .android-warn-media-permission-body .inner-body .mic-line .toggle .rectangle {
  width: 18px;
  height: 8px;
  background-color: #b9d5f8;
  border-radius: 9px;
}
.android-warn-media-permission-body .inner-body .camera-line .toggle .round, .android-warn-media-permission-body .inner-body .mic-line .toggle .round {
  position: absolute;
  top: -2px;
  right: 0;
  z-index: 2;
  width: 12px;
  height: 12px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  background-color: #1970e3;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
}
.android-warn-media-permission-body .inner-body .camera-line .the-third, .android-warn-media-permission-body .inner-body .mic-line .the-third {
  right: -46px;
}
.is-video .android-warn-media-permission-body .inner-body .camera-line, .is-audio .android-warn-media-permission-body .inner-body .mic-line {
  border-radius: 4px;
  border: 1px solid #047bbd;
}
.RCV-namespace .android-wrapper {
  width: 300px;
  margin: 0 20px;
}
.RCV-namespace .SettingsItemMaxVisibleParticipants__wrapper {
  display: flex;
}
.RCV-namespace .SettingsItemMaxVisibleParticipants__wrapper--without-warning {
  padding-bottom: 22px;
}
.RCV-namespace .SettingsItemMaxVisibleParticipants__range-wrapper-title {
  flex: 0 0 auto;
}
.RCV-namespace .SettingsItemMaxVisibleParticipants__range-wrapper {
  flex: 1;
  padding-top: 7px;
  padding-left: 5px;
}
.RCV-namespace .high-cpu-warning__button--in-more {
  display: flex;
  align-items: center;
}
.RCV-namespace .high-cpu-warning__icon {
  width: 22px;
}
.RCV-namespace .high-cpu-warning__icon--red {
  color: #F44336;
}
.RCV-namespace .high-cpu-warning__icon--yellow {
  color: #FF8800;
}
.RCV-namespace .high-cpu-warning__tooltip {
  width: 286px;
  white-space: break-spaces !important;
}
.RCV-namespace .Remote-control-request-modal {
  width: 400px;
}
.RCV-namespace .Remote-control-request-modal .DialogInner {
  padding: 30px 0;
}
.RCV-namespace .Remote-control-request-modal__description {
  text-align: center;
}
.RCV-namespace .Remote-control-request-modal .DialogButtonsWrapper {
  padding: 14px 0 30px 0;
}
.RCV-namespace #e2ee-not-supported-error .DialogTitle, .RCV-namespace #unsupported-pnem .DialogTitle {
  font-size: 18px;
}
.RCV-namespace #e2ee-not-supported-error .DialogInner, .RCV-namespace #unsupported-pnem .DialogInner {
  display: block;
  padding: 20px;
  font-size: 16px;
}
.RCV-namespace #e2ee-not-supported-error a, .RCV-namespace #unsupported-pnem a {
  text-decoration: none;
}
.RCV-namespace #e2ee-not-supported-error a:hover, .RCV-namespace #unsupported-pnem a:hover {
  text-decoration: underline;
}
.RCV-namespace #e2ee-not-supported-error .DialogInner {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.RCV-namespace #e2ee-not-supported-error .DialogTitle .DialogTitle__text {
  margin-left: auto;
  margin-right: auto;
}
.RCV-namespace #unsupported-pnem .DialogInner {
  width: 320px;
}
.RCV-namespace .high-cpu-popup-wrapper {
  position: relative;
}
.RCV-namespace .high-cpu-popup-wrapper__popup-container {
  padding: 0 !important;
  max-width: none !important;
}
.RCV-namespace .high-cpu-popup-wrapper__popup {
  position: relative;
  box-sizing: border-box;
  width: 368px;
  padding: 20px;
  padding-right: 36px;
}
.RCV-namespace .high-cpu-popup-wrapper__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 24px;
  margin: 0 !important;
  text-align: center;
  font-size: 14px !important;
  color: rgba(102, 102, 102, 0.5);
}
.RCV-namespace .high-cpu-popup-wrapper__title {
  margin-top: 0;
  margin-bottom: 16px;
}
.RCV-namespace .high-cpu-popup-wrapper__title:last-child {
  margin-bottom: 8px;
}
.RCV-namespace .high-cpu-popup-wrapper__checkbox {
  margin-bottom: 17px;
  pointer-events: auto;
}
.RCV-namespace .high-cpu-popup-wrapper__button-wrapper {
  padding: 0 !important;
}
.RCV-namespace .high-cpu-popup-wrapper__button-wrapper .Button {
  font-size: 16px !important;
}
.RCV-namespace .mobile-browser .waiting-room-join-before-host-modal .full-modal__image-wrapper, .RCV-namespace .mobile-browser .waiting-room-admission-modal .full-modal__image-wrapper, .RCV-namespace .mobile-browser .join-after-host-modal .full-modal__image-wrapper {
  margin-top: 10vw;
}
.RCV-namespace .mobile-browser .waiting-room-join-before-host-modal .full-modal__status, .RCV-namespace .mobile-browser .waiting-room-admission-modal .full-modal__status, .RCV-namespace .mobile-browser .join-after-host-modal .full-modal__status {
  margin-top: 32vw;
}
@media screen and (orientation: landscape) {
  .RCV-namespace .mobile-browser .waiting-room-join-before-host-modal .full-modal__image-wrapper, .RCV-namespace .mobile-browser .waiting-room-admission-modal .full-modal__image-wrapper, .RCV-namespace .mobile-browser .join-after-host-modal .full-modal__image-wrapper {
    margin-top: 0;
  }
  .RCV-namespace .mobile-browser .waiting-room-join-before-host-modal .full-modal__status, .RCV-namespace .mobile-browser .waiting-room-admission-modal .full-modal__status, .RCV-namespace .mobile-browser .join-after-host-modal .full-modal__status {
    margin-top: 50px;
  }
}
.RCV-namespace .mobile-browser .join-after-host-modal .full-modal__greet-wrapper, .RCV-namespace .mobile-browser .waiting-room-join-before-host-modal .full-modal__greet-wrapper, .RCV-namespace .mobile-browser .waiting-room-admission-modal .full-modal__greet-wrapper {
  margin-bottom: 0;
}
.RCV-namespace .mobile-browser .join-after-host-modal .full-modal__bridge-name, .RCV-namespace .mobile-browser .waiting-room-join-before-host-modal .full-modal__bridge-name, .RCV-namespace .mobile-browser .waiting-room-admission-modal .full-modal__bridge-name {
  font-size: 16px;
}
.RCV-namespace .SchemeText {
  text-align: center;
}
.RCV-namespace .SchemeText a {
  margin: 0 5px;
}
.RCV-namespace .SchemeText[scheme-orientation='landscape'] {
  display: none;
}
@media screen and (orientation: landscape) {
  .RCV-namespace .SchemeText[scheme-orientation='landscape'] {
    display: block;
  }
}
.RCV-namespace .SchemeText[scheme-orientation='portrait'] {
  display: block;
}
@media screen and (orientation: landscape) {
  .RCV-namespace .SchemeText[scheme-orientation='portrait'] {
    display: none;
  }
}
.RCV-namespace .reactions-toolbar {
  display: flex;
}
.RCV-namespace .reactions-toolbar .glass-pane {
  display: none;
}
.RCV-namespace .reactions-toolbar.active::before {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 6px inset transparent;
  border-top: 6px solid #FFFFFF;
  position: absolute;
  bottom: 66px;
  left: 50%;
  margin-left: -6px;
  z-index: 7;
}
.RCV-namespace .reactions-toolbar > .content {
  position: absolute !important;
  bottom: 78px !important;
  font-size: 14px !important;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}
.RCV-namespace .reactions-toolbar > .content {
  transform: translateX(-50%);
  left: 38px;
}
.RCV-namespace .desktop-browser .reactions-menu {
  --icon-size: 24px;
  --button-height: 40px;
  --min-button-width: 55px;
  --font-size: 12px;
}
.RCV-namespace .mobile-browser .reactions-menu {
  --icon-size: 40px;
  --button-height: 48px;
  --min-button-width: 50px;
  --font-size: 18px;
}
.RCV-namespace .reactions-menu {
  --padding-vertical: 16px;
  --padding-horizontal: 14px;
  --row-gap: 12px;
  --column-gap: 8px;
  display: grid;
  min-width: 300px;
  box-sizing: border-box;
  grid-row-gap: var(--row-gap);
  padding: var(--padding-vertical) var(--padding-horizontal);
}
.RCV-namespace .reactions-menu__control-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #2F2F2F;
  font-size: var(--font-size);
  font-family: "Proxima Nova Medium", Helvetica, Arial, sans-serif;
}
.RCV-namespace .reactions-menu__control-panel--with-separator {
  padding-bottom: var(--padding-vertical);
  border-bottom: 1px solid #eaeaea;
}
.RCV-namespace .reactions-menu__control-panel .name {
  word-break: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  font-size: 13px;
  font-weight: 400;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
}
.RCV-namespace .reactions-menu__list--permanent-reaction-types {
  display: grid;
  grid-template-areas: 'raise-hand    raise-hand    raise-hand   raise-hand' 'slow-down     slow-down     speed-up     speed-up' 'yes           yes           no           no' 'be-right-back be-right-back multitasking multitasking';
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, var(--button-height));
  justify-content: space-between;
  justify-items: center;
  grid-row-gap: var(--row-gap);
  grid-column-gap: var(--column-gap);
}
.RCV-namespace .reactions-menu__list--temporary-reaction-types {
  display: grid;
  grid-template-columns: repeat(5, var(--min-button-width));
  grid-template-rows: var(--button-height);
  justify-content: space-between;
  justify-items: center;
  grid-column-gap: var(--column-gap);
  grid-row-gap: var(--row-gap);
}
.RCV-namespace .reactions-menu__list--temporary-reaction-types .Tooltip {
  width: 100%;
}
.RCV-namespace .reactions-menu__list--temporary-reaction-types .Tooltip__tooltip-target {
  width: 100%;
}
.RCV-namespace .reactions-menu .reactions-menu__item {
  --padding: 4px;
  display: grid;
  grid-template-columns: min-content fit-content(70%);
  grid-column-gap: var(--padding);
  justify-content: center;
  justify-items: center;
  align-items: center;
  padding: 0 var(--padding);
}
.RCV-namespace .reactions-menu .reactions-menu__item--raise-hand {
  grid-area: raise-hand;
}
.RCV-namespace .reactions-menu .reactions-menu__item--slow-down {
  grid-area: slow-down;
}
.RCV-namespace .reactions-menu .reactions-menu__item--speed-up {
  grid-area: speed-up;
}
.RCV-namespace .reactions-menu .reactions-menu__item--yes {
  grid-area: yes;
}
.RCV-namespace .reactions-menu .reactions-menu__item--no {
  grid-area: no;
}
.RCV-namespace .reactions-menu .reactions-menu__item--be-right-back {
  grid-area: be-right-back;
}
.RCV-namespace .reactions-menu .reactions-menu__item--multitasking {
  grid-area: multitasking;
}
.RCV-namespace .reactions-menu .reactions-menu__item--thumb-up {
  background-image: url(https://wcdn.ringcentral.com/_whc/f46477bc1b405215f6355000c48394f5v1.png?appVersion=23.2.30);
  background-repeat: no-repeat;
  background-position: center;
  background-size: var(--icon-size);
}
.RCV-namespace .reactions-menu .reactions-menu__item--applause {
  background-image: url(https://wcdn.ringcentral.com/_whc/9b59ff9ad7c44f095fa5244a3708d7f1v1.png?appVersion=23.2.30);
  background-repeat: no-repeat;
  background-position: center;
  background-size: var(--icon-size);
}
.RCV-namespace .reactions-menu .reactions-menu__item--surprised {
  background-image: url(https://wcdn.ringcentral.com/_whc/8f5c98f0a02d101d41802826b26cd937v1.png?appVersion=23.2.30);
  background-repeat: no-repeat;
  background-position: center;
  background-size: var(--icon-size);
}
.RCV-namespace .reactions-menu .reactions-menu__item--laughing {
  background-image: url(https://wcdn.ringcentral.com/_whc/48a06b1a1844ab8dd9d84955ddc3a4ffv1.png?appVersion=23.2.30);
  background-repeat: no-repeat;
  background-position: center;
  background-size: var(--icon-size);
}
.RCV-namespace .reactions-menu .reactions-menu__item--sad {
  background-image: url(https://wcdn.ringcentral.com/_whc/3535e438462301a42c207f1cf0b47ea3v1.png?appVersion=23.2.30);
  background-repeat: no-repeat;
  background-position: center;
  background-size: var(--icon-size);
}
.RCV-namespace .reactions-menu .reactions-menu__item .name {
  word-break: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  font-size: 13px;
  font-weight: 400;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
}
.RCV-namespace .reactions-menu .reactions-menu__item .icon {
  flex-shrink: 0;
  height: var(--icon-size);
  width: var(--icon-size);
}
.RCV-namespace .reactions-menu .reactions-menu__item .icon.raise-hand, .RCV-namespace .reactions-menu .reactions-menu__item .icon.slow-down, .RCV-namespace .reactions-menu .reactions-menu__item .icon.speed-up {
  color: #0091ff;
}
.RCV-namespace .reactions-menu .reactions-menu__item.Button {
  margin: 0 !important;
  width: 100%;
  height: 100%;
}
.RCV-namespace .reactions-modal {
  align-self: center;
  padding: 20px !important;
}
.RCV-namespace .reaction-normal-sizes {
  --reaction-button-size: 60px;
  --reaction-icon-size: 50px;
  --reaction-button-gap: 8px;
  --reactions-button-group-offset: 16px;
  --reaction-feeling-size: 65px;
}
.RCV-namespace .reaction-small-sizes {
  --reaction-button-size: 25px;
  --reaction-icon-size: 17px;
  --reaction-button-gap: 4px;
  --reactions-button-group-offset: 10px;
  --reaction-feeling-size: 28px;
}
.RCV-namespace .small-mirror {
  --reaction-button-size: 25px;
  --reaction-icon-size: 17px;
  --reaction-button-gap: 4px;
  --reactions-button-group-offset: 10px;
  --reaction-feeling-size: 28px;
}
.RCV-namespace .GalleryGrid__tile, .RCV-namespace .big-mirror {
  --reaction-button-size: 60px;
  --reaction-icon-size: 50px;
  --reaction-button-gap: 8px;
  --reactions-button-group-offset: 16px;
  --reaction-feeling-size: 65px;
}
.RCV-namespace .GalleryGrid__tile--small, .RCV-namespace .big-mirror--small {
  --reaction-button-size: 25px;
  --reaction-icon-size: 17px;
  --reaction-button-gap: 4px;
  --reactions-button-group-offset: 10px;
  --reaction-feeling-size: 28px;
}
.RCV-namespace .reactions-tile-button-group {
  position: absolute;
  z-index: 3;
  opacity: 1;
  transition: opacity 0.3s;
  display: grid;
  grid-row-gap: var(--reaction-button-gap);
  top: var(--reactions-button-group-offset);
  left: var(--reactions-button-group-offset);
}
.RCV-namespace .reactions-tile-button-group--right-align {
  left: unset;
  right: var(--reactions-button-group-offset);
}
.RCV-namespace .reactions-tile-button-group__button {
  width: var(--reaction-button-size);
  height: var(--reaction-button-size);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0091ff;
}
.RCV-namespace .reactions-tile-button-group__button [class*='svg-'] {
  width: var(--reaction-icon-size);
  height: var(--reaction-icon-size);
}
.RCV-namespace .reactions-tile-button-group__button--feeling {
  width: var(--reaction-feeling-size);
  height: var(--reaction-feeling-size);
}
.RCV-namespace .reactions-tile-button-group__button--active {
  cursor: pointer;
  background: #FFFFFF;
  border-radius: 50%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.RCV-namespace .reactions-tile-button-group__button--inactive {
  cursor: default;
}
.RCV-namespace .reactions-tile-button-group__button--hidden {
  display: none;
}
.RCV-namespace .reactions-tile-button-group__button .reaction-icon {
  --jump-duration: 500ms;
  --jump-delay: 150ms;
  --wave-duration: 440ms;
  --wave-delay: calc(var(--jump-delay) + var(--jump-duration));
  position: relative;
  animation-name: jump-animation;
  animation-delay: var(--jump-delay);
  animation-duration: var(--jump-duration);
  animation-iteration-count: 1;
  transform-origin: center;
  animation-timing-function: ease-out;
}
.RCV-namespace .reactions-tile-button-group__button .reaction-icon.hands-reaction {
  animation-name: jump-animation, wave-animation;
  animation-delay: var(--jump-delay), var(--wave-delay);
  animation-duration: var(--jump-duration), var(--wave-duration);
}
.RCV-namespace .reactions-tile-button-group__button--feeling .reaction-icon {
  width: var(--reaction-feeling-size) !important;
  height: var(--reaction-feeling-size) !important;
}
.RCV-namespace .reactions-tile-button-group__button--feeling .reaction-icon img {
  width: 100% !important;
  height: auto !important;
}
.RCV-namespace .accessibility-mode .reactions-tile-button-group__button:focus {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #067BBD;
}
.RCV-namespace .reactions-tile-button-group__transition-enter {
  opacity: 0;
}
.RCV-namespace .reactions-tile-button-group__transition-enter-active {
  opacity: 1;
  transition: opacity 330ms ease-in;
  transition-delay: 100ms;
}
.RCV-namespace .reactions-tile-button-group__transition-exit {
  opacity: 1;
}
.RCV-namespace .reactions-tile-button-group__transition-exit-active {
  opacity: 0;
  transition: opacity 100ms ease-in;
}
.RCV-namespace .reactions-tile-button-group .reaction-icon {
  width: var(--reaction-icon-size);
  height: var(--reaction-icon-size);
}
.RCV-namespace .reactions-tile-button-group .reaction-icon img {
  width: 100%;
  height: auto;
}
@keyframes jump-animation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes wave-animation {
  0% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(-10deg);
  }
  90% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.RCV-namespace .confirmation-underlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  opacity: 0.5;
  z-index: 5100;
}
.RCV-namespace .mobile-browser .LeaveConfirmation.DialogWrapper {
  height: min-content;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 6000;
  position: absolute;
  width: 92vw;
  max-width: 400px;
}
.RCV-namespace .mobile-browser .LeaveConfirmation__title {
  margin: 20px 0 10px 20px;
}
.RCV-namespace .mobile-browser .LeaveConfirmation__title .DialogTitle__text {
  margin-left: 0;
  margin-right: 0;
  font-size: 24px;
  font-family: "Proxima Nova Regular", "Proxima Nova Medium", Helvetica, Arial, sans-serif;
}
.RCV-namespace .mobile-browser .LeaveConfirmation__title .DialogTitle__actions {
  display: none;
}
.RCV-namespace .mobile-browser .LeaveConfirmation__content {
  display: block;
  margin: 0 20px;
  padding: 0;
}
.RCV-namespace .mobile-browser .LeaveConfirmation__buttons {
  padding: 14px 0 0 0;
  justify-content: right;
}
.RCV-namespace .mobile-browser .LeaveConfirmation__buttons > button {
  color: #067BBD;
  background-color: #FFFFFF;
  font-family: "Proxima Nova Medium", Helvetica, Arial, sans-serif;
  margin: 6px 14px;
  padding: 6px 10px;
  min-width: auto;
}
.RCV-namespace .mobile-orientation-landscape .LeaveConfirmation.DialogWrapper {
  width: 60vw;
  max-width: 500px;
}
.RCV-namespace .rnd-dialog-wrapper__wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.RCV-namespace .rnd-dialog-wrapper__dialog::after {
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 14px;
  height: 14px;
  font-family: 'RCV-Desktop';
  color: #C7C7C7;
  content: "\e937";
}
.RCV-namespace .ff-wrapper {
  width: 352px;
}
.RCV-namespace .firefox-warn-media-permission {
  font-family: "Proxima Nova Regular", "Proxima Nova Medium", Helvetica, Arial, sans-serif;
  text-align: initial;
  padding-top: 0;
  height: auto;
  margin-top: 12px;
}
.RCV-namespace .firefox-warn-media-permission * {
  box-sizing: border-box;
}
.RCV-namespace .firefox-warn-media-permission .container {
  position: static;
  margin-bottom: 12px;
}
.RCV-namespace .firefox-warn-media-permission__header {
  max-width: 150px;
  height: 30px;
  display: flex;
  gap: 4%;
  align-items: center;
  background-color: #E6F2F8;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 0 2%;
}
.RCV-namespace .firefox-warn-media-permission__header .favicon {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.RCV-namespace .firefox-warn-media-permission__header .favicon img {
  width: 1.2em;
}
.RCV-namespace .firefox-warn-media-permission__header .page-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.RCV-namespace .firefox-warn-media-permission__address-bar {
  width: 370px;
  height: 36px;
  background-color: #E6F2F8;
  color: #666666;
  display: flex;
  align-items: center;
}
.RCV-namespace .firefox-warn-media-permission__address-bar .inner-white {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 8px;
  width: 345px;
  height: 24px;
  background-color: #FFFFFF;
  border-radius: 12px;
}
.RCV-namespace .firefox-warn-media-permission__address-bar .inner-white .icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 24px;
  background-color: #E6F2F8;
  border-radius: 12px;
  border: 1px solid #067BBD;
}
.RCV-namespace .firefox-warn-media-permission__address-bar .inner-white .icon-container .permission-icons {
  width: 40px;
}
.RCV-namespace .firefox-warn-media-permission__address-bar .inner-white .url {
  position: absolute;
  left: 70px;
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.firefox-warn-media-permission__body {
  width: 370px;
  background-color: #F5FAFC;
  padding: 0 3% 4% 3%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.firefox-warn-media-permission__body .inner-body {
  width: 250px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 9px;
}
.firefox-warn-media-permission__body .inner-body .icon {
  width: 14px;
  height: 14px;
  margin: 0 12px;
}
.firefox-warn-media-permission__body .inner-body .tips-line {
  margin-bottom: 12px;
  padding-left: 12px;
  width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.firefox-warn-media-permission__body .inner-body .mic-camera {
  margin: 12px 12px 0 12px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 70px;
  background-color: #F9F9F9;
  overflow: visible;
  border-radius: 4px;
  border: 1px solid #C7C7C7;
}
.firefox-warn-media-permission__body .inner-body .mic-camera .camera-line, .firefox-warn-media-permission__body .inner-body .mic-camera .mic-line {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.firefox-warn-media-permission__body .inner-body .mic-camera .blocked-container {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 72px;
  height: 70px;
  background-color: #E6F2F8;
  border-radius: 4px;
  border: 1px solid #067BBD;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.firefox-warn-media-permission__body .inner-body .mic-camera .blocked-container .blocked {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4px;
  width: 56px;
  height: 17px;
  background-color: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #999999;
}
.firefox-warn-media-permission__body .inner-body .mic-camera .blocked-container .blocked .close {
  width: 7px;
  height: 7px;
}
.RCV-namespace .ff-hint {
  padding-bottom: 0;
}
.RCV-namespace .echo-leak-warning {
  position: absolute;
  bottom: 78px;
}
.RCV-namespace .echo-leak-warning--participant.echo-leak-warning--minimal-nav-bar {
  width: min-content;
  top: 62px;
  bottom: auto;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.RCV-namespace .echo-leak-warning--participant.echo-leak-warning--minimal-nav-bar::before {
  display: none;
}
.RCV-namespace .echo-leak-warning::before {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 6px inset transparent;
  border-top: 6px solid #FFFFFF;
  position: absolute;
  bottom: 66px;
  left: 50%;
  margin-left: -6px;
  z-index: 7;
  bottom: -12px;
  left: calc(75px / 2);
}
.RCV-namespace .echo-leak-warning > .DialogTitle {
  padding: 0;
}
.RCV-namespace .echo-leak-warning > .DialogTitle .DialogTitle__actions {
  padding: 0;
  height: auto;
}
.RCV-namespace .echo-leak-warning > .DialogTitle .DialogTitle__button--close {
  margin: 18px 18px 0 0 !important;
}
.RCV-namespace .echo-leak-warning__inner.DialogInner {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 0;
}
.RCV-namespace .echo-leak-warning__inner--self-normal {
  width: 248px;
}
.RCV-namespace .echo-leak-warning__inner--self-unmatched-device, .RCV-namespace .echo-leak-warning__inner--self-loud, .RCV-namespace .echo-leak-warning__inner--self-mixed {
  width: 324px;
}
.RCV-namespace .echo-leak-warning__inner--participant {
  width: 324px;
}
.RCV-namespace .echo-leak-warning--minimal-nav-bar .echo-leak-warning__inner--participant {
  max-width: calc(95vw - 60px);
  min-width: calc(360px - 60px);
}
.RCV-namespace .echo-leak-warning__title {
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  line-height: 20px;
  font-size: 20px;
  margin: 0;
}
.RCV-namespace .echo-leak-warning__message {
  font-size: 14px;
  line-height: 20px;
  margin: 12px 0 0;
  white-space: pre-wrap;
}
.RCV-namespace .echo-leak-warning__buttons.DialogButtonsWrapper {
  display: flex;
  justify-content: start;
  padding: 20px 30px 30px;
}
.RCV-namespace .echo-leak-warning__buttons.DialogButtonsWrapper.echo-leak-warning__buttons.DialogButtonsWrapper > .Button {
  margin: 0;
  padding: 0 12px;
}
.RCV-namespace .echo-leak-warning__buttons.DialogButtonsWrapper.echo-leak-warning__buttons.DialogButtonsWrapper .open-settings-btn {
  margin-right: 12px;
}
.RCV-namespace .echo-leak-warning .ThrottleRange {
  display: flex;
  justify-content: start;
  padding: 0;
  margin: 8px 0 12px -16px;
}
.RCV-namespace .echo-leak-warning #range-menu {
  padding: 0;
}
.RCV-namespace .blocked-modal .DialogInner {
  padding: 24px 0;
}
.RCV-namespace .blocked-modal .DialogButtonsWrapper {
  padding: 0 0 24px 0;
}
.RCV-namespace .blocked-modal__title {
  font-size: 16px;
  color: #2f2f2f;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  text-align: center;
  letter-spacing: 0.1px;
  line-height: 1.2;
  white-space: pre;
}
.RCV-namespace .blocked-modal__content {
  font-family: "Proxima Nova Regular", "Proxima Nova Medium", Helvetica, Arial, sans-serif;
  max-width: 520px;
}
.RCV-namespace .blocked-modal__text {
  margin: 8px 0;
  line-height: 1.2;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-word;
}
.RCV-namespace .blocked-modal__text:last-child {
  margin-bottom: 0;
}
.RCV-namespace .blocked-modal__external-link {
  text-decoration: none;
}
.RCV-namespace .autoplay-blocked .DialogButtonsWrapper .Button {
  margin: 0 6px;
}
.RCV-namespace .autoplay-blocked .blocked-modal__content {
  max-width: 451px;
}
.RCV-namespace .autoplay-blocked .blocked-modal__text {
  line-height: 1.3;
}
.RCV-namespace .whiteboard__indicator::before {
  position: absolute;
  top: 11%;
  right: 31%;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.RCV-namespace .whiteboard__indicator--open::before {
  background-color: #4CAF50;
}
.RCV-namespace .whiteboard__share-modal {
  max-width: 325px;
}
.RCV-namespace .whiteboard__share-modal-description {
  text-align: center;
}
.RCV-namespace .audio-devices-list {
  list-style-type: none;
  padding: 0;
  margin: 16px 0 0;
  pointer-events: auto;
}
.RCV-namespace .audio-devices-list__list-item-content {
  display: flex;
  align-items: center;
}
.RCV-namespace .audio-devices-list__device-name {
  color: #067BBD;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 0 8px;
  cursor: pointer;
}
.RCV-namespace .audio-devices-list__icon {
  color: #3C3C43;
  height: 18px !important;
  width: 18px !important;
}
.RCV-namespace .circular-progress {
  transform-origin: center;
  animation: rotate 2s linear infinite;
}
.RCV-namespace .progress {
  transform-origin: center;
  animation: dash 1.4s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #067BBD;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: -124;
  }
}
.RCV-namespace .quality-status-icon {
  font-size: 20px;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.RCV-namespace .quality-status-icon.Loader__wrapper {
  padding: 0;
}
.RCV-namespace .quality-status-icon.Loader__wrapper .Loader {
  --base-color: #FFFFFF;
  --active-color: transparent;
}
.RCV-namespace .mic-volume-level__container {
  display: flex;
}
.RCV-namespace .mic-volume-level__icon {
  font-size: 16px;
  width: 18px;
}
.RCV-namespace .JoinMobileHeader {
  height: 32px;
  display: flex;
  align-items: center;
  padding: 0 24px;
  border-bottom: 1px solid #e5e5e5;
}
.RCV-namespace .JoinMobileHeader .mobile-logo svg, .RCV-namespace .JoinMobileHeader .mobile-logo img {
  height: 18px;
}
.RCV-namespace .ModalLayoutMobileJoin__inner {
  padding: 24px;
}
.RCV-namespace .ModalLayoutMobileJoin__join-form.ModalLayoutMobileJoin__join-form {
  width: 100%;
}
.RCV-namespace .ModalLayoutMobileJoin .TextField__input--material:placeholder-shown + .TextField__hint {
  font-size: 12px;
}
.RCV-namespace .mobile-browser .ModalLayoutMobileJoin.ModalLayoutMobileJoin .DialogTitle {
  justify-content: space-between;
}
.RCV-namespace .RenameParticipantModal__hint {
  color: #666666;
}
.RCV-namespace .RenameParticipantModal__top-hint {
  display: none;
}
.RCV-namespace .mobile-browser.mobile-browser.mobile-browser .RenameParticipantModal__dialog-title {
  justify-content: center;
}
.RCV-namespace .mobile-browser.mobile-browser.mobile-browser .RenameParticipantModal__hint {
  display: none;
}
.RCV-namespace .mobile-browser.mobile-browser.mobile-browser .RenameParticipantModal__top-hint {
  display: block;
  color: #494949;
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.RCV-namespace .mobile-browser.mobile-browser.mobile-browser .RenameParticipantModal__hide-on-mobile {
  display: none;
}
.RCV-namespace .mobile-browser.mobile-browser.mobile-browser .RenameParticipantModal__fullheight {
  margin-top: auto;
}
.RCV-namespace .mobile-browser.mobile-browser.mobile-browser .RenameParticipantModal__fullwidth {
  width: 100%;
}
.RCV-namespace .FeatureFlagsDevtools__search-container {
  height: 2rem;
}
.RCV-namespace .FeatureFlagsDevtools__search {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #666666;
  border-radius: 3px;
}
.RCV-namespace .FeatureFlagsDevtools__list {
  height: calc(100% - 2rem);
}
.RCV-namespace #mirror {
  box-sizing: border-box;
  height: 100%;
  margin: 0;
  padding: 0;
  object-fit: cover;
  z-index: 3;
  transform: scaleX(-1);
}
.RCV-namespace #mirror::-webkit-media-controls {
  transform: scaleX(-1);
}
.RCV-namespace #mirror:not(:root):fullscreen::-webkit-media-controls {
  transform: none;
}
.RCV-namespace #mirror::-webkit-media-controls {
  display: none !important;
}
.RCV-namespace #small-video-block, .RCV-namespace #small-video-block-whiteboard-mode {
  left: 0;
  bottom: 0;
  padding: 10px 10px 0 10px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.RCV-namespace .mobile-browser #small-video-block, .RCV-namespace .mobile-browser #small-video-block-whiteboard-mode {
  display: none;
}
.RCV-namespace #confTitle {
  margin: 17px 0;
  text-align: center;
  white-space: nowrap;
}
.RCV-namespace #confTitle > .title {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.RCV-namespace #confTitle > .time {
  display: inline-block;
  box-sizing: border-box;
  padding-left: 4px;
  width: 66px;
  text-align: left;
  font-weight: bold;
}
.RCV-namespace section.top {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 15px;
}
.RCV-namespace section#bottom {
  vertical-align: middle;
}
.RCV-namespace section#bottom > button.round-button {
  vertical-align: middle;
}
.RCV-namespace section#bottom > div.drop-menu {
  vertical-align: middle;
}
.RCV-namespace .closing-cross {
  font-size: 30px;
  cursor: pointer;
}
.RCV-namespace .closing-cross::before {
  content: '\00D7';
}
.RCV-namespace .small-video-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 1;
}
.RCV-namespace .small-video-bar > .small-mirror {
  margin: 10px;
}
.RCV-namespace .config-load-error {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  font-family: "Proxima Nova Regular", "Proxima Nova Medium", Helvetica, Arial, sans-serif;
}
.RCV-namespace .config-load-error .config-load-error-message {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 20px;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 22px;
  color: #666666;
  margin-top: 0;
}
.RCV-namespace .RCV_media_query-min_width_540.RCV_media_query-max_width_960  #screensharing.film-strip, .RCV-namespace .RCV_media_query-min_width_540.RCV_media_query-max_width_960  #whiteboard.film-strip {
    top: calc(140px + 4px + 28px);
}
.RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  #screensharing.film-strip.shifted, .RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  #whiteboard.film-strip.shifted {
    right: 0;
}
.RCV-namespace .RCV_media_query-max_width_540  div[role='main'].onconf.auto-hide-controls {
    transition: margin-top 0.5s;
}
.RCV-namespace .RCV_media_query-max_width_540  div[role='main'].onconf.auto-hide-controls.top-spacing {
    margin-top: 56px;
}
.RCV-namespace .RCV_media_query-min_width_961  div[role='main'] {
    flex-basis: 100%;
    min-height: 380px;
}
.RCV-namespace .RCV_media_query-min_width_961  #screensharing, .RCV-namespace .RCV_media_query-min_width_961  #whiteboard {
    flex: 1 0;
}
.RCV-namespace .RCV_media_query-min_width_961  .transcript-enabled #sidebar {
    flex: 400px 0 0;
    max-width: 400px;
}
.RCV-namespace .RCV_media_query-min_width_961  .transcript-enabled.auto-hide-controls #sidebar .TranscriptList__buttonDown {
    bottom: 88px;
    right: calc(400px / 2);
    left: initial;
    position: fixed !important;
    transform: translate(50%, 0);
}
.RCV-namespace .RCV_media_query-min_width_961  #sidebar {
    flex: 360px 0 0;
    max-width: 360px;
    z-index: 5000;
}
.RCV-namespace .RCV_media_query-min_width_961  #sidebar.hidden {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width: 54px;
}
.RCV-namespace .RCV_media_query-min_width_961  .scroll-nav {
    display: none !important;
}
.RCV-namespace .RCV_media_query-min_width_961  .no-desktop, .RCV-namespace .RCV_media_query-min_width_961  .mobile-screens-only, .RCV-namespace .RCV_media_query-min_width_961  .small-screens-only {
    display: none !important;
}
.RCV-namespace .RCV_media_query-min_width_961  .wait-for-host-group__inner {
    width: 360px;
}
.RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  div[role='main'] {
    flex-basis: 100%;
    min-height: 380px;
}
.RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .transcript-enabled #sidebar {
    width: 400px;
}
.RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .transcript-enabled.auto-hide-controls #sidebar .TranscriptList__buttonDown {
    bottom: 88px;
    right: calc(400px / 2);
    left: initial;
    position: fixed !important;
    transform: translate(50%, 0);
}
.RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .transcript-enabled .wait-for-host-group__inner {
    width: 400px;
}
.RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  #sidebar {
    position: absolute !important;
    top: 0;
    bottom: 0;
    right: 0;
    width: 360px;
    z-index: 5000;
}
.RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .wait-for-host-group__inner {
    width: 360px;
}
.RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .mobile-screens-only, .RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .small-screens-only, .RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .desktop-screen-only {
    display: none !important;
}
.RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .mobile-browser.mobile-keyboard-visible.mobile-orientation-landscape .ChatContents__send-block {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 5000;
}
.RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .mobile-browser.mobile-keyboard-visible.mobile-orientation-landscape .participants-bar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 5000;
    padding: 0;
}
.RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .mobile-browser.mobile-keyboard-visible.mobile-orientation-landscape .participants-bar .SearchBar {
    padding-left: 17px;
    padding-right: 6px;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  div[role='main'] {
    display: block;
    flex-grow: 1;
    overflow-x: hidden;
    overflow-y: hidden;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  #sidebar {
    height: 100%;
    width: 100%;
    scroll-snap-align: center none;
    z-index: 5000;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  div[role='main'] {
    height: 100%;
    width: 100%;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  div[role='main'] #home, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  div[role='main'] #screensharing, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  div[role='main'] #whiteboard {
    height: 100%;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  div[role='main'].onconf > section {
    display: none !important;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  div[role='main'].onconf.sect-home > section#home {
    display: block !important;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  div[role='main'].onconf.sect-sidebar > section#sidebar {
    display: block !important;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  div[role='main'].onconf.sect-recording > section#recording {
    display: block !important;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  div[role='main'].onconf.sect-screensharing > section#screensharing {
    display: block !important;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  div[role='main'].onconf.sect-whiteboard > section#whiteboard {
    display: block !important;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  div[role='main'].onconf.onconf--participants section#home, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  div[role='main'].onconf.onconf--participants section#screensharing, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  div[role='main'].onconf.onconf--participants section#whiteboard {
    display: none !important;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  div[role='main'].onconf.onconf--participants section#sidebar {
    display: block !important;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .big-screen-only, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .no-mobile, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .desktop-screen-only {
    display: none !important;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .no-mobile-soft {
    visibility: hidden;
    pointer-events: none;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .wait-for-host-group__inner {
    width: 360px;
}
.RCV-namespace .RCV_media_query-max_width_540  .auto-hide-controls .indicator-bar, .RCV-namespace .RCV_media_query-max_width_540  .auto-hide-controls .speakers .SharingConfirmationIndicator__wrapper {
    transition: transform 0.5s;
}
.RCV-namespace .RCV_media_query-max_width_540  .auto-hide-controls:not(.controls-hidden):not(.top-spacing) .indicator-bar {
    transform: translateY(56px);
}
.RCV-namespace .RCV_media_query-max_width_540  .auto-hide-controls:not(.controls-hidden):not(.top-spacing) .speakers .SharingConfirmationIndicator__wrapper {
    transform: translateY(56px);
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  {
    min-width: auto;
    min-height: auto;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  div[role='main'].onconf {
    min-width: 360px;
    min-height: auto;
    overflow: initial;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  div[role='main'].welcome {
    min-width: 360px;
    min-height: 380px;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .big-screen-only, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .scroll-nav, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .mobile-screens-only, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .big-enough-screens-only, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .desktop-screen-only {
    display: none !important;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .min-nav-bar {
    display: none !important;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .primary-hi-bar.floating-panel-mod {
    padding: 5px 0;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .primary-hi-bar:not(.floating-panel-mod) {
    display: none !important;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .auto-hide-controls:not(.onconf--sharing-panel) .indicator-bar {
    transform: translateY(0);
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .auto-hide-controls:not(.onconf--sharing-panel) .speakers .SharingConfirmationIndicator__wrapper {
    transform: translateY(0);
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .sect-screensharing #home, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .sect-whiteboard #home {
    flex: 1 1 0 !important;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  #screensharing, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  #whiteboard {
    flex: 1 1 100% !important;
    position: absolute !important;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  #screensharing.lowered, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  #whiteboard.lowered {
    z-index: initial;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  div[role='main'] {
    height: 100%;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  #sidebar {
    display: none !important;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .desktop-browser #modal:not(.full-screen)#modal:not(.main-content) {
    display: none !important;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  #small-video-block {
    display: none !important;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .hi-bar {
    top: 0;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .hi-bar:not(.floating-panel-mod).MenuButton {
    display: none;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .hi-bar .MenuButton.ScreenSharing__switchMode {
    display: block;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .speakers-inner {
    overflow: hidden !important;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .wait-for-host-group__inner {
    width: 100%;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .ClosedCaption {
    bottom: 0 !important;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480 body {
    background-color: #FFFFFF;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .big-input.button {
    width: 112px;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .big-input.button.start-btn {
    width: 100px;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .drop-down .drop-down-text .drop-down-text-desktop {
    display: none;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .drop-down .drop-down-text .drop-down-text-mobile {
    display: inline;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .video-field {
    height: 100%;
}
.RCV-namespace .RCV_media_query-min_width_961  .transcript-enabled .dialog.sb {
    margin-right: 400px;
}
.RCV-namespace .RCV_media_query-min_width_961  .dialog.sb {
    margin-right: 360px;
}
.RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .dialog.sb {
    margin-right: 0px;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .dialog {
    max-height: 100%;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .dialog .DialogWrapper {
    width: 100% !important;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .dialog .form {
    max-height: 100vh;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .modal-content #audio-options .DialogInner {
    padding: 0;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .modal-content .DialogWrapper {
    max-height: 100%;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .modal-content .DialogWrapper #calendar-settings-modal, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .modal-content .DialogWrapper #meeting-id-modal, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .modal-content .DialogWrapper .manage-delegates-modal, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .modal-content .DialogWrapper #preferences, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .modal-content .DialogWrapper #account-info, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .modal-content .DialogWrapper #media-devices {
    width: auto;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .modal-content .DialogWrapper .DialogInner {
    display: block;
    padding: 17px;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .modal-content .DialogWrapper .DialogInner .DialogGroupTitle:first-child {
    margin-top: -18px;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .modal-content .DialogWrapper .DialogInner .full-width {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -17px;
    margin-right: -17px;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .modal-content .DialogWrapper .DialogInner .full-width .Lock.Tooltip .Tooltip__tooltip--right {
    right: -8px;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .modal-content .DialogWrapper .DialogInner .full-width .Lock.Tooltip .Tooltip__tooltip--right::before {
    right: 14px;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .form {
    width: auto;
    padding: 20px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
}
.RCV-namespace .RCV_media_query-min_width_375  .mute-popup-wrapper:not(.NetworkIndicator__connection-info) {
    --width: 360px !important;
}
.RCV-namespace .RCV_media_query-min_width_375  .in-lower-bar .ContextPopupContentWrapper {
    --x-shift-intension: 9;
}
.RCV-namespace .RCV_media_query-min_width_541  .in-lower-bar .ContextPopupContentWrapper {
    --x-shift-intension: 12;
}
.RCV-namespace .RCV_media_query-min_width_961  .in-lower-bar .ContextPopupContentWrapper {
    --x-shift-intension: 2;
}
.RCV-namespace .RCV_media_query-min_width_541  #banner.shifted, .RCV-namespace .RCV_media_query-min_width_541  .breakout-rooms-close-banner.shifted {
    transform: translateX(calc(-50% - 360px / 2));
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  #banner:not(.no-mobile-view), .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  #second-banner {
    position: absolute;
    top: 48px;
    width: 100%;
    min-width: auto;
    max-width: 400px;
    border-radius: 6px;
    overflow-x: auto;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  #banner:not(.no-mobile-view).on-conf, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  #second-banner.on-conf {
    top: 56px;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  #banner:not(.no-mobile-view).appearing, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  #second-banner.appearing {
    opacity: 0.75;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .mobile-browser #banner:not(.no-mobile-view).appearing, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .mobile-browser #second-banner.appearing {
    opacity: 1;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  #second-banner {
    margin-top: 110px;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  #second-banner.on-conf {
    top: 60px;
}
.RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .mobile-browser.mobile-browser.mobile-browser.mobile-browser #banner:not(.no-mobile-view), .RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .mobile-browser.mobile-browser.mobile-browser.mobile-browser #second-banner {
    left: 50%;
}
.RCV-namespace .RCV_media_query-max_width_1320  .indicator-bar--fss.indicator-bar--long-locale .report-issue__button--with-text {
    display: none;
}
.RCV-namespace .RCV_media_query-max_width_1320  .indicator-bar--fss.indicator-bar--long-locale .report-issue__button--icon-only {
    display: block;
}
.RCV-namespace .RCV_media_query-max_width_1240  .indicator-bar--fss .report-issue__button--with-text {
    display: none;
}
.RCV-namespace .RCV_media_query-max_width_1240  .indicator-bar--fss .report-issue__button--icon-only {
    display: block;
}
.RCV-namespace .RCV_media_query-max_width_960  .indicator-bar--fss {
    flex-wrap: wrap;
}
.RCV-namespace .RCV_media_query-max_width_960  .indicator-bar--fss .indicator-bar-group {
    margin-top: 8px;
    margin-left: 0;
    flex-basis: 100%;
}
.RCV-namespace .RCV_media_query-max_width_960  .indicator-bar--fss .report-issue__button--with-text {
    display: block;
}
.RCV-namespace .RCV_media_query-max_width_960  .indicator-bar--fss .report-issue__button--icon-only {
    display: none;
}
.RCV-namespace .RCV_media_query-max_width_600  .indicator-bar--fss .report-issue__button--with-text {
    display: none;
}
.RCV-namespace .RCV_media_query-max_width_600  .indicator-bar--fss .report-issue__button--icon-only {
    display: block;
}
.RCV-namespace .RCV_media_query-max_width_540  .indicator-bar--fss {
    flex-wrap: nowrap;
}
.RCV-namespace .RCV_media_query-max_width_540  .indicator-bar--fss .indicator-bar-group {
    margin-top: 0;
    margin-left: 10px;
    flex-basis: 100%;
}
.RCV-namespace .RCV_media_query-max_width_380  .indicator-bar--no-fss .report-issue__button--with-text {
    display: none;
}
.RCV-namespace .RCV_media_query-max_width_380  .indicator-bar--no-fss .report-issue__button--icon-only {
    display: block;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .indicator-bar {
    top: 5px;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .indicator-bar .auto-hide-controls:not(.top-spacing) {
    transform: translateY(56px);
    transition: transform 0.5s;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .indicator-bar .auto-hide-controls:not(.top-spacing).controls-hidden .indicator-bar .auto-hide-controls:not(.top-spacing) {
    top: 10px;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .onconf:not(.auto-hide-controls) .lower-bar {
    background-color: unset;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .onconf:not(.auto-hide-controls) .lower-bar .lo-bar--minimal-layout__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .onconf:not(.auto-hide-controls) .lower-bar--hidden .lo-bar--minimal-layout__bg {
    background-color: inherit;
    backdrop-filter: none;
    z-index: 1;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .onconf:not(.auto-hide-controls) .primary-lo-bar, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .onconf:not(.auto-hide-controls) .lower-bar__hangup-button-wrapper {
    opacity: 1;
    transition: opacity 0.3s;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .onconf:not(.auto-hide-controls) .primary-lo-bar--hidden, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .onconf:not(.auto-hide-controls) .lower-bar__hangup-button-wrapper--hidden {
    opacity: 0;
}
.RCV-namespace .RCV_media_query-min_width_961  .onconf.sect-sidebar .lower-bar {
    right: 360px;
}
.RCV-namespace .RCV_media_query-min_width_961  .transcript-enabled .onconf.sect-sidebar .lower-bar {
    right: 400px;
}
.RCV-namespace .RCV_media_query-max_width_540  .auto-hide-controls .primary-hi-bar {
    transform: translateY(56px);
    transition: transform 0.5s;
}
.RCV-namespace .RCV_media_query-max_width_540  .auto-hide-controls .primary-hi-bar.hide-toolbar {
    transform: translateY(0);
}
.RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .primary-hi-bar {
    padding: 10px 0;
}
.RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .primary-hi-bar.shifted {
    left: auto;
    width: auto;
}
.RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .primary-hi-bar .conf-menu-bar.half {
    padding-right: 25px;
}
.RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .transcript-enabled[role='main'].sect-sidebar .primary-hi-bar {
    max-width: calc(100% - 400px);
}
.RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  [role='main'].sect-sidebar:not(.transcript-enabled) .primary-hi-bar {
    max-width: calc(100% - 360px);
}
.RCV-namespace .RCV_media_query-min_width_541.RCV_media_query-max_width_890  .lower-bar, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .lower-bar, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .lower-bar {
    justify-content: center;
}
.RCV-namespace .RCV_media_query-min_width_541.RCV_media_query-max_width_890  .lower-bar .primary-lo-bar .lowerbar-invite, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .lower-bar .primary-lo-bar .lowerbar-invite, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .lower-bar .primary-lo-bar .lowerbar-invite {
    display: none;
}
.RCV-namespace .RCV_media_query-min_width_541.RCV_media_query-max_width_890  .webinar-lower-bar__go-live-button-wrapper, .RCV-namespace .RCV_media_query-min_width_541.RCV_media_query-max_width_890  .primary-lo-bar, .RCV-namespace .RCV_media_query-min_width_541.RCV_media_query-max_width_890  .lower-bar__hangup-button-wrapper, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .webinar-lower-bar__go-live-button-wrapper, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .primary-lo-bar, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .lower-bar__hangup-button-wrapper, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .webinar-lower-bar__go-live-button-wrapper, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .primary-lo-bar, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .lower-bar__hangup-button-wrapper {
    flex: 0 0 auto;
}
.RCV-namespace .RCV_media_query-min_width_541.RCV_media_query-max_width_890  #settingsMenuButton, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  #settingsMenuButton, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  #settingsMenuButton {
    display: none !important;
}
.RCV-namespace .RCV_media_query-max_width_1020  .lower-bar .primary-lo-bar .lower-bar-breakout-rooms, .RCV-namespace .RCV_media_query-max_width_1020  .lower-bar-recording.displaced-by-reactions {
    display: none;
}
.RCV-namespace .RCV_media_query-max_width_1020  .notes-mode-notification {
    display: none;
}
.RCV-namespace .RCV_media_query-max_width_1020  .recording-status-hide {
    display: none;
}
.RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .mobile-orientation-portrait.mobile-orientation-portrait .lower-bar .primary-lo-bar {
    flex: 0 1 270px;
}
.RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .mobile-orientation-portrait.mobile-orientation-portrait .lower-bar .route-monitor-leave-btn {
    flex: 0 1 90px;
}
.RCV-namespace .RCV_media_query-min_width_961  .hiding .hi-bar, .RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .hiding .hi-bar, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .hiding .hi-bar {
    top: -30px !important;
    transition-duration: 0.2s;
}
.RCV-namespace .RCV_media_query-min_width_961  .hiding #mute-alarm, .RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .hiding #mute-alarm, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .hiding #mute-alarm {
    opacity: 1 !important;
    transition-duration: 0.2s;
}
.RCV-namespace .RCV_media_query-min_width_961  .appearing .hi-bar, .RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .appearing .hi-bar, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .appearing .hi-bar {
    top: 0 !important;
    transition-duration: 0.2s;
}
.RCV-namespace .RCV_media_query-min_width_961  .appearing .primary-lo-bar__warns, .RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .appearing .primary-lo-bar__warns, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .appearing .primary-lo-bar__warns {
    opacity: 0 !important;
    transition-duration: 0.2s;
    cursor: default;
    pointer-events: none;
}
.RCV-namespace .RCV_media_query-min_width_961  .appearing .toolbar-assistant, .RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .appearing .toolbar-assistant, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .appearing .toolbar-assistant {
    opacity: 0 !important;
    transition-duration: 0.2s;
}
.RCV-namespace .RCV_media_query-min_width_891  #join-audio-menu > .content {
    display: block;
    border-radius: 5px;
    padding: 0px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
    background-color: #FFFFFF;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -6px);
    bottom: 100%;
    transform: translate(-42.5%, -15px);
}
.RCV-namespace .RCV_media_query-min_width_891  #join-audio-menu > .content::before {
    content: '';
    display: block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 6px inset transparent;
    border-top: 6px solid #FFFFFF;
    position: absolute;
    bottom: -11px;
    transform: translateX(translate(calc(42.5% + 18px)));
    right: 57.5%;
    left: auto;
}
.RCV-namespace .RCV_media_query-min_width_891  #join-audio-menu > .content:hover::before {
    border-top-color: #FFFFFF;
}
.RCV-namespace .RCV_media_query-min_width_891  #join-audio-menu > .content > ul.menu-items {
    font-size: 14px;
}
.RCV-namespace .RCV_media_query-min_width_891  #join-audio-menu > .content > ul.menu-items > li.item:first-child {
    border-radius: 5px 5px 0px 0px;
}
.RCV-namespace .RCV_media_query-min_width_891  #join-audio-menu > .content > ul.menu-items > li.item:last-child {
    border-radius: 0px 0px 5px 5px;
    border-bottom: none;
}
.RCV-namespace .RCV_media_query-min_width_891  #join-audio-menu > .content > ul.menu-items > li.item:first-child:last-child {
    border-radius: 5px;
    border-bottom: none;
}
.RCV-namespace .RCV_media_query-min_width_891  #join-audio-menu.pstn > .content {
    display: block;
    border-radius: 5px;
    padding: 0px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
    background-color: #FFFFFF;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -6px);
    bottom: 100%;
    transform: translate(-42.5%, -15px);
}
.RCV-namespace .RCV_media_query-min_width_891  #join-audio-menu.pstn > .content::before {
    content: '';
    display: block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 6px inset transparent;
    border-top: 6px solid #FFFFFF;
    position: absolute;
    bottom: -11px;
    transform: translateX(translate(calc(42.5% + 18px)));
    right: 57.5%;
    left: auto;
}
.RCV-namespace .RCV_media_query-min_width_891  #join-audio-menu.pstn > .content:hover::before {
    border-top-color: #FFFFFF;
}
.RCV-namespace .RCV_media_query-min_width_891  #join-audio-menu.pstn > .content > ul.menu-items {
    font-size: 14px;
}
.RCV-namespace .RCV_media_query-min_width_891  #join-audio-menu.pstn > .content > ul.menu-items > li.item:first-child {
    border-radius: 5px 5px 0px 0px;
}
.RCV-namespace .RCV_media_query-min_width_891  #join-audio-menu.pstn > .content > ul.menu-items > li.item:last-child {
    border-radius: 0px 0px 5px 5px;
    border-bottom: none;
}
.RCV-namespace .RCV_media_query-min_width_891  #join-audio-menu.pstn > .content > ul.menu-items > li.item:first-child:last-child {
    border-radius: 5px;
    border-bottom: none;
}
.RCV-namespace .RCV_media_query-min_width_891  #video-menu > .content {
    display: block;
    border-radius: 5px;
    padding: 0px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
    background-color: #FFFFFF;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -6px);
    bottom: 100%;
    transform: translate(-41.5%, -15px);
}
.RCV-namespace .RCV_media_query-min_width_891  #video-menu > .content::before {
    content: '';
    display: block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 6px inset transparent;
    border-top: 6px solid #FFFFFF;
    position: absolute;
    bottom: -11px;
    transform: translateX(translate(calc(41.5% + 18px)));
    right: 58.5%;
    left: auto;
}
.RCV-namespace .RCV_media_query-min_width_891  #video-menu > .content:hover::before {
    border-top-color: #FFFFFF;
}
.RCV-namespace .RCV_media_query-min_width_891  #video-menu > .content > ul.menu-items {
    font-size: 14px;
}
.RCV-namespace .RCV_media_query-min_width_891  #video-menu > .content > ul.menu-items > li.item:first-child {
    border-radius: 5px 5px 0px 0px;
}
.RCV-namespace .RCV_media_query-min_width_891  #video-menu > .content > ul.menu-items > li.item:last-child {
    border-radius: 0px 0px 5px 5px;
    border-bottom: none;
}
.RCV-namespace .RCV_media_query-min_width_891  #video-menu > .content > ul.menu-items > li.item:first-child:last-child {
    border-radius: 5px;
    border-bottom: none;
}
.RCV-namespace .RCV_media_query-min_width_891  #recording-menu > .content {
    display: block;
    border-radius: 5px;
    padding: 0px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
    background-color: #FFFFFF;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -6px);
    bottom: 100%;
    transform: translate(-50%, -15px);
}
.RCV-namespace .RCV_media_query-min_width_891  #recording-menu > .content::before {
    content: '';
    display: block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 6px inset transparent;
    border-top: 6px solid #FFFFFF;
    position: absolute;
    bottom: -11px;
    transform: translateX(translate(calc(41.5% + 18px)));
    right: 50%;
    left: auto;
}
.RCV-namespace .RCV_media_query-min_width_891  #recording-menu > .content:hover::before {
    border-top-color: #FFFFFF;
}
.RCV-namespace .RCV_media_query-min_width_891  #recording-menu > .content > ul.menu-items {
    font-size: 14px;
}
.RCV-namespace .RCV_media_query-min_width_891  #recording-menu > .content > ul.menu-items > li.item:first-child {
    border-radius: 5px 5px 0px 0px;
}
.RCV-namespace .RCV_media_query-min_width_891  #recording-menu > .content > ul.menu-items > li.item:last-child {
    border-radius: 0px 0px 5px 5px;
    border-bottom: none;
}
.RCV-namespace .RCV_media_query-min_width_891  #recording-menu > .content > ul.menu-items > li.item:first-child:last-child {
    border-radius: 5px;
    border-bottom: none;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .lower-bar {
    z-index: 1000;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .primary-hi-bar.pulled {
    flex-direction: row;
    margin-left: 0;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .primary-hi-bar.pulled.shifted {
    margin: 0;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .primary-hi-bar .conf-menu-bar.shifted {
    padding-right: 0;
    margin-left: 0 !important;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .primary-lo-bar__warns {
    left: calc(50% + 24px);
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .hiding .hi-bar {
    overflow: hidden;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .more-button {
    display: inline;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .primary-lo-bar__warns {
    display: none !important;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .tabpane.classic > .tabtitles {
    padding: 0;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .tabpane.classic > .tabtitles > .sidebar-closer {
    display: none;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  #sidebar {
    margin-bottom: 0;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .tabpane.main > .tabtitles {
    display: none !important;
}
.RCV-namespace .RCV_media_query-min_width_540.RCV_media_query-max_width_960  .speakers > .speakers-inner.with-film-strip-ss .GalleryGrid__wrapper--film-strip {
    margin-top: calc(36px + 16px + var(--film-strip-tile-height) * 0.015 + 28px);
}
.RCV-namespace .RCV_media_query-min_width_541.RCV_media_query-max_width_890  .speakers > .speakers-inner.with-gallery-mode, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .speakers > .speakers-inner.with-gallery-mode {
    padding-top: calc(50px + calc(13px + calc(calc(var(--speakers-area-height) - 50px) * 0.015)));
    --speaker-inner-vertical-padding: calc(calc(50px + calc(13px + calc(calc(var(--speakers-area-height) - 50px) * 0.015))) + 16px);
}
.RCV-namespace .RCV_media_query-min_width_541.RCV_media_query-max_width_890  .mobile-browser .speakers > .speakers-inner.with-gallery-mode, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .mobile-browser .speakers > .speakers-inner.with-gallery-mode {
    padding: 10px;
    --speaker-inner-vertical-padding: 20px;
    --speaker-inner-horizontal-padding: 20px;
}
.RCV-namespace .RCV_media_query-min_width_541.RCV_media_query-max_width_890  .speakers > .speakers-inner.with-pagination-split, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .speakers > .speakers-inner.with-pagination-split {
    padding-top: calc(80px + calc(13px + calc(calc(var(--speakers-area-height) - 80px) * 0.015)));
    --speaker-inner-vertical-padding: calc(calc(80px + calc(13px + calc(calc(var(--speakers-area-height) - 80px) * 0.015))) + 28px);
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .speakers {
    height: 100%;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .speakers > .speakers-inner {
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .closed-captions-pinned .speakers {
    height: 100%;
}
.RCV-namespace .RCV_media_query-max_height_480  .closed-captions-pinned .speakers {
    height: calc(100% - 72px);
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .speakers > .speakers-inner, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .speakers.half > .speakers-inner {
    left: 0;
    right: 0;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .speakers > .speakers-inner.with-gallery-mode, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .speakers.half > .speakers-inner.with-gallery-mode {
    --speaker-inner-vertical-padding: calc(calc(50px + calc(13px + calc(calc(var(--speakers-area-height) - 50px) * 0.015))) + 16px + 56px);
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .screenframe.screenframe--electron > .capturer, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .screenframe.screenframe--electron > .picture {
    display: none;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480 html .whiteboard-entry-point .minmax-btn, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480 .RCV-namespace .screenframe .minmax-btn {
    display: none;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  #screensharing.only > .ss-inner, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  #whiteboard.only > .ss-inner {
    bottom: 0;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  #screensharing > .ss-inner, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  #whiteboard > .ss-inner {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .ss-puller {
    display: none !important;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .ss-puller {
    display: none !important;
}
.RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .sect-sidebar .ss-puller.edge.right {
    transform: translateX(-360px);
}
.RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .transcript-enabled .sect-sidebar .ss-puller.edge.right {
    transform: translateX(-400px);
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  div[role='main'].onconf.auto-hide-controls #whiteboard > .ss-inner {
    bottom: 72px;
}
.RCV-namespace .RCV_media_query-min_width_961  .drop-down.part-info:hover > .content {
    display: block !important;
}
.RCV-namespace .RCV_media_query-min_width_961  .video.extra-small > .video-info > .drop-down:hover > .content, .RCV-namespace .RCV_media_query-min_width_961  .video.extra-small > .video-info > .drop-down.active > .content, .RCV-namespace .RCV_media_query-min_width_961  .video.extra-small > .video-info > .drop-down:hover > .glasspane, .RCV-namespace .RCV_media_query-min_width_961  .video.extra-small > .video-info > .drop-down.active > .glasspane, .RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .video.extra-small > .video-info > .drop-down:hover > .content, .RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .video.extra-small > .video-info > .drop-down.active > .content, .RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .video.extra-small > .video-info > .drop-down:hover > .glasspane, .RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .video.extra-small > .video-info > .drop-down.active > .glasspane {
    display: none !important;
}
.RCV-namespace .RCV_media_query-min_width_540  .small-mirror video {
    background-color: black;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  #media-devices.settings-video #range-menu, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  #media-devices.settings-audio #range-menu {
    grid-template: "description" "range";
    justify-items: stretch;
    text-align: center;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  #media-devices {
    height: 100%;
    width: auto;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .media-devices-output {
    height: auto;
    flex: 220px 1 1;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .floater, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .floater {
    border-radius: 0;
    --header-max-height: 0px;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .floater::after, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .floater::after {
    display: none;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .floater .Tabs {
    display: none;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .floater .Tabs {
    display: none;
}
.RCV-namespace .RCV_media_query-max_width_1020  .recording-popup__tablet {
    order: 1;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  #join-meeting .DialogInner, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  #share-meeting .DialogInner {
    padding-top: 100px;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  #join-meeting .NewJoinForm__join-button-row, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  #share-meeting .NewJoinForm__join-button-row {
    margin-top: 40px;
}
.RCV-namespace .RCV_media_query-min_width_541.RCV_media_query-max_width_890  .WaitingRoomNotification .UnmuteWrapper__modal, .RCV-namespace .RCV_media_query-min_width_541.RCV_media_query-max_width_890  .UnmuteWrapper .UnmuteWrapper__modal, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .WaitingRoomNotification .UnmuteWrapper__modal, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .UnmuteWrapper .UnmuteWrapper__modal, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .WaitingRoomNotification .UnmuteWrapper__modal, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .UnmuteWrapper .UnmuteWrapper__modal {
    left: calc(-45px + 50%);
}
.RCV-namespace .RCV_media_query-min_width_541.RCV_media_query-max_width_890  .WaitingRoomNotification .UnmuteWrapper__modal::after, .RCV-namespace .RCV_media_query-min_width_541.RCV_media_query-max_width_890  .UnmuteWrapper .UnmuteWrapper__modal::after, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .WaitingRoomNotification .UnmuteWrapper__modal::after, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .UnmuteWrapper .UnmuteWrapper__modal::after, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .WaitingRoomNotification .UnmuteWrapper__modal::after, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .UnmuteWrapper .UnmuteWrapper__modal::after {
    transform: translateX(-84px);
}
.RCV-namespace .RCV_media_query-min_width_961  .mobile-browser .WaitingRoomNotification.WaitingRoomNotification.WaitingRoomNotification .UnmuteWrapper__modal.video-unmute-wrapper, .RCV-namespace .RCV_media_query-min_width_961  .mobile-browser .WaitingRoomNotification.WaitingRoomNotification.UnmuteWrapper .UnmuteWrapper__modal.video-unmute-wrapper, .RCV-namespace .RCV_media_query-min_width_961  .mobile-browser .WaitingRoomNotification.UnmuteWrapper.WaitingRoomNotification .UnmuteWrapper__modal.video-unmute-wrapper, .RCV-namespace .RCV_media_query-min_width_961  .mobile-browser .WaitingRoomNotification.UnmuteWrapper.UnmuteWrapper .UnmuteWrapper__modal.video-unmute-wrapper, .RCV-namespace .RCV_media_query-min_width_961  .mobile-browser .UnmuteWrapper.WaitingRoomNotification.WaitingRoomNotification .UnmuteWrapper__modal.video-unmute-wrapper, .RCV-namespace .RCV_media_query-min_width_961  .mobile-browser .UnmuteWrapper.WaitingRoomNotification.UnmuteWrapper .UnmuteWrapper__modal.video-unmute-wrapper, .RCV-namespace .RCV_media_query-min_width_961  .mobile-browser .UnmuteWrapper.UnmuteWrapper.WaitingRoomNotification .UnmuteWrapper__modal.video-unmute-wrapper, .RCV-namespace .RCV_media_query-min_width_961  .mobile-browser .UnmuteWrapper.UnmuteWrapper.UnmuteWrapper .UnmuteWrapper__modal.video-unmute-wrapper, .RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .mobile-browser .WaitingRoomNotification.WaitingRoomNotification.WaitingRoomNotification .UnmuteWrapper__modal.video-unmute-wrapper, .RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .mobile-browser .WaitingRoomNotification.WaitingRoomNotification.UnmuteWrapper .UnmuteWrapper__modal.video-unmute-wrapper, .RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .mobile-browser .WaitingRoomNotification.UnmuteWrapper.WaitingRoomNotification .UnmuteWrapper__modal.video-unmute-wrapper, .RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .mobile-browser .WaitingRoomNotification.UnmuteWrapper.UnmuteWrapper .UnmuteWrapper__modal.video-unmute-wrapper, .RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .mobile-browser .UnmuteWrapper.WaitingRoomNotification.WaitingRoomNotification .UnmuteWrapper__modal.video-unmute-wrapper, .RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .mobile-browser .UnmuteWrapper.WaitingRoomNotification.UnmuteWrapper .UnmuteWrapper__modal.video-unmute-wrapper, .RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .mobile-browser .UnmuteWrapper.UnmuteWrapper.WaitingRoomNotification .UnmuteWrapper__modal.video-unmute-wrapper, .RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .mobile-browser .UnmuteWrapper.UnmuteWrapper.UnmuteWrapper .UnmuteWrapper__modal.video-unmute-wrapper {
    left: -78px;
}
.RCV-namespace .RCV_media_query-min_width_961  .mobile-browser .WaitingRoomNotification.WaitingRoomNotification.WaitingRoomNotification .UnmuteWrapper__modal.video-unmute-wrapper::after, .RCV-namespace .RCV_media_query-min_width_961  .mobile-browser .WaitingRoomNotification.WaitingRoomNotification.UnmuteWrapper .UnmuteWrapper__modal.video-unmute-wrapper::after, .RCV-namespace .RCV_media_query-min_width_961  .mobile-browser .WaitingRoomNotification.UnmuteWrapper.WaitingRoomNotification .UnmuteWrapper__modal.video-unmute-wrapper::after, .RCV-namespace .RCV_media_query-min_width_961  .mobile-browser .WaitingRoomNotification.UnmuteWrapper.UnmuteWrapper .UnmuteWrapper__modal.video-unmute-wrapper::after, .RCV-namespace .RCV_media_query-min_width_961  .mobile-browser .UnmuteWrapper.WaitingRoomNotification.WaitingRoomNotification .UnmuteWrapper__modal.video-unmute-wrapper::after, .RCV-namespace .RCV_media_query-min_width_961  .mobile-browser .UnmuteWrapper.WaitingRoomNotification.UnmuteWrapper .UnmuteWrapper__modal.video-unmute-wrapper::after, .RCV-namespace .RCV_media_query-min_width_961  .mobile-browser .UnmuteWrapper.UnmuteWrapper.WaitingRoomNotification .UnmuteWrapper__modal.video-unmute-wrapper::after, .RCV-namespace .RCV_media_query-min_width_961  .mobile-browser .UnmuteWrapper.UnmuteWrapper.UnmuteWrapper .UnmuteWrapper__modal.video-unmute-wrapper::after, .RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .mobile-browser .WaitingRoomNotification.WaitingRoomNotification.WaitingRoomNotification .UnmuteWrapper__modal.video-unmute-wrapper::after, .RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .mobile-browser .WaitingRoomNotification.WaitingRoomNotification.UnmuteWrapper .UnmuteWrapper__modal.video-unmute-wrapper::after, .RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .mobile-browser .WaitingRoomNotification.UnmuteWrapper.WaitingRoomNotification .UnmuteWrapper__modal.video-unmute-wrapper::after, .RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .mobile-browser .WaitingRoomNotification.UnmuteWrapper.UnmuteWrapper .UnmuteWrapper__modal.video-unmute-wrapper::after, .RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .mobile-browser .UnmuteWrapper.WaitingRoomNotification.WaitingRoomNotification .UnmuteWrapper__modal.video-unmute-wrapper::after, .RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .mobile-browser .UnmuteWrapper.WaitingRoomNotification.UnmuteWrapper .UnmuteWrapper__modal.video-unmute-wrapper::after, .RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .mobile-browser .UnmuteWrapper.UnmuteWrapper.WaitingRoomNotification .UnmuteWrapper__modal.video-unmute-wrapper::after, .RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .mobile-browser .UnmuteWrapper.UnmuteWrapper.UnmuteWrapper .UnmuteWrapper__modal.video-unmute-wrapper::after {
    transform: translateX(0);
}
.RCV-namespace .RCV_media_query-min_width_961  .mobile-orientation-portrait .lower-bar .WaitingRoomNotification, .RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .mobile-orientation-portrait .lower-bar .WaitingRoomNotification {
    display: none !important;
}
.RCV-namespace .RCV_media_query-min_width_540  .lower-bar .MenuButton--toolbar.ContactHostButton {
    display: block;
}
.RCV-namespace .RCV_media_query-min_width_540  .lower-bar #more-menu .chat-with-host-in-more-menu {
    display: none;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  #more-menu > .content, .RCV-namespace .RCV_media_query-min_width_541.RCV_media_query-max_width_890  #more-menu > .content {
    left: -40px !important;
    overflow-y: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  #more-menu > .content::-webkit-scrollbar, .RCV-namespace .RCV_media_query-min_width_541.RCV_media_query-max_width_890  #more-menu > .content::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  #more-menu > .content .MoreMenu__list, .RCV-namespace .RCV_media_query-min_width_541.RCV_media_query-max_width_890  #more-menu > .content .MoreMenu__list {
    overflow: unset;
    padding: 8px 4px;
    max-height: calc(100vh - 210px);
    max-height: calc(100vh - 120px - 72px - 30px);
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  #more-menu .MoreMenu__item .menu-down > .content, .RCV-namespace .RCV_media_query-min_width_541.RCV_media_query-max_width_890  #more-menu .MoreMenu__item .menu-down > .content {
    width: 200px;
    left: 50%;
    bottom: 99px;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  #more-menu .MoreMenu__item .menu-down.active::before, .RCV-namespace .RCV_media_query-min_width_541.RCV_media_query-max_width_890  #more-menu .MoreMenu__item .menu-down.active::before {
    bottom: 87px;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  #more-menu .MoreMenu__item .menu-down.float-direction-left > .content, .RCV-namespace .RCV_media_query-min_width_541.RCV_media_query-max_width_890  #more-menu .MoreMenu__item .menu-down.float-direction-left > .content {
    left: 18px;
    bottom: 99px;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  #more-menu .MoreMenu__item .menu-down.float-direction-right > .content, .RCV-namespace .RCV_media_query-min_width_541.RCV_media_query-max_width_890  #more-menu .MoreMenu__item .menu-down.float-direction-right > .content {
    left: 85px;
    bottom: 99px;
}
.RCV-namespace .RCV_media_query-min_width_891  #more-menu > .content .MoreMenu__header {
    display: none !important;
}
.RCV-namespace .RCV_media_query-min_width_891  .mobile-browser #more-menu > .content .MoreMenu__header {
    display: flex !important;
}
.RCV-namespace .RCV_media_query-min_width_891  .mobile-browser #more-menu > .content .MoreMenu__header .nqi-in-more-menu {
    display: block;
}
.RCV-namespace .RCV_media_query-min_width_891  #more-menu > .content .invite-in-more-menu {
    display: none;
}
.RCV-namespace .RCV_media_query-min_width_891  .nqi-in-more-menu {
    display: none;
}
.RCV-namespace .RCV_media_query-min_width_1021  #more-menu > .content .breakout-rooms-in-more-menu:not(.ftue-user-flow-enabled) {
    display: none;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .chat-notifications {
    bottom: auto;
    top: 20px;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .chat-notifications--with-umi {
    top: 34px;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .desktop-browser .auto-hide-controls:not(.top-spacing):not(.controls-hidden) .chat-notifications {
    top: 76px;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  #audio-options .tab-content__tab.tab-content__tab--comp-audio .comp-audio__buttons.already-joined .button-join {
    width: 260px;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  #audio-options .tab-content__tab.tab-content__tab--comp-audio .comp-audio__buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  #audio-options .tab-content__tab.tab-content__tab--call-me {
    padding: 20px 20px 0;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  [data-at='AudioOptionsModal::Button::OrContinueWithoutAudio'] {
    margin-bottom: 8px;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  #audio-options .dial__code-select .DropdownSelect__listbox {
    width: 280px;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  #audio-options .dialin-info__select .DropdownSelect__listbox {
    width: 190px;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  #audio-options .Dropdown__listbox--floating {
    max-height: 290px;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .big-mirror {
    height: 100%;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .big-mirror .avatar-wrapper {
    width: 200px;
    height: 200px;
}
.RCV-namespace .RCV_media_query-max_width_960  .video-preview__output {
    height: auto;
    min-height: 160px;
}
.RCV-namespace .RCV_media_query-max_width_960  .video-preview__demo {
    height: auto;
}
.RCV-namespace .RCV_media_query-max_width_960  .video-preview__demo--aux-video {
    position: relative;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .grid-layout__row {
    padding: 17px 30px;
    flex-direction: column;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .grid-layout__cell {
    padding: 0 !important;
    width: 100% !important;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .grid-layout__cell:not(:last-child).grid-layout__cell:not(:empty) {
    margin-bottom: 12px;
}
.RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .GalleryGrid {
    --pinned-floater-width: 0px !important;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .GalleryGrid, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .GalleryGrid, .RCV-namespace .RCV_media_query-max_height_480  .GalleryGrid {
    --pinned-floater-width: 0px !important;
    --pinned-closed-caption-height: 0px !important;
}
.RCV-namespace .RCV_media_query-min_width_540.RCV_media_query-max_width_960  .indicator-bar--fss + .onconf-page .GalleryGrid__filmNavigation {
    top: calc(54px + 56px);
}
.RCV-namespace .RCV_media_query-min_width_541.RCV_media_query-max_width_890  .AudioDeviceTooltip, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .AudioDeviceTooltip, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .AudioDeviceTooltip {
    transform: translate(5px, -12px);
}
.RCV-namespace .RCV_media_query-min_width_541.RCV_media_query-max_width_890  .AudioDeviceTooltip:after, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .AudioDeviceTooltip:after, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .AudioDeviceTooltip:after {
    left: 20px;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .AudioDeviceTooltip, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .AudioDeviceTooltip {
    max-width: 300px;
    transform: translate(-18px, -12px);
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .AudioDeviceTooltip__microphone > button, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .AudioDeviceTooltip__speakers > button, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .AudioDeviceTooltip__microphone > button, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .AudioDeviceTooltip__speakers > button {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .AudioDeviceTooltip.improved-audio-device-choice-popup {
    position: fixed;
    max-width: 95%;
    top: 50%;
    left: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .AudioDeviceTooltip.improved-audio-device-choice-popup:after {
    content: unset;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .auto-hide-controls:not(.top-spacing) .SharingToolbar.notch {
    transition: top 0.5s;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .auto-hide-controls:not(.top-spacing):not(.controls-hidden) .SharingToolbar.notch {
    top: 56px;
}
.RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .mobile-browser.mobile-orientation-portrait .chat__tabs {
    justify-content: center;
    grid-auto-columns: 220px;
}
.RCV-namespace .RCV_media_query-max_width_540  .banner-manager__top-message--on-conf {
    display: none;
}
.RCV-namespace .RCV_media_query-max_height_380  .banner-manager__top-message--on-conf {
    display: none;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .banner-manager__top-message--non-on-conf {
    display: none;
}
.RCV-namespace .RCV_media_query-min_width_960  .Settings #media-devices {
    width: 465px;
}
.RCV-namespace .RCV_media_query-max_width_270  .Settings .tabpane {
    height: auto;
}
.RCV-namespace .RCV_media_query-max_width_540  .Settings {
    max-width: 100%;
}
.RCV-namespace .RCV_media_query-max_width_540  .Settings .tabpane {
    max-height: calc(100vh - 50px);
}
.RCV-namespace .RCV_media_query-max_width_700  .Settings .tabpane {
    grid-template-columns: 1fr;
}
.RCV-namespace .RCV_media_query-max_width_700  .Settings__wrapper--MENU .tab-content__tab {
    display: none;
}
.RCV-namespace .RCV_media_query-max_width_700  .Settings__wrapper--SCREEN .Tabs--settings-tabs {
    display: none;
}
.RCV-namespace .RCV_media_query-max_width_700  .Settings__wrapper--SCREEN .tab-content__tab {
    grid-column: auto;
}
.RCV-namespace .RCV_media_query-max_width_700  .Settings__wrapper--SCREEN .Settings__title-desktop {
    display: none;
}
.RCV-namespace .RCV_media_query-max_width_700  .Settings__wrapper--SCREEN .Settings__title-mobile {
    display: block;
}
.RCV-namespace .RCV_media_query-max_width_700  .Settings__wrapper--SCREEN .rcv-web-version-info {
    display: none;
}
.RCV-namespace .RCV_media_query-max_width_700  .Settings .Tabs--settings-tabs {
    background: transparent;
    border: none;
}
.RCV-namespace .RCV_media_query-max_width_700  .Settings__content-wrapper {
    padding: 20px;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .logo-mark, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .logo-mark {
    display: none;
}
.RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .NetworkIndicator__connection-info--more {
    --x-shift-intension: 2;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .NetworkIndicator__connection-info--more {
    --x-shift-intension: 2;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .leave-modal__assign-moderator-container, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .leave-modal__assign-moderator-container {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .leave-modal__default-container, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .leave-modal__default-container {
    width: 100%;
    margin: auto auto;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .breakout-rooms-modal__title {
    cursor: auto;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .breakout-rooms-modal__toolbar {
    cursor: auto;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .breakout-rooms-modal__toolbar--top .basic-popup {
    min-width: auto;
}
.RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .breakout-rooms-modal__toolbar--top .basic-popup .InputNumber__label {
    max-width: 100px;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .breakout-rooms-modal__toolbar--top .breakout-rooms-modal__toolbar-right {
    flex-direction: column;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .breakout-rooms-modal__toolbar--top .breakout-rooms-modal__toolbar-right .Tooltip {
    flex-basis: auto;
    height: auto;
    min-width: 100%;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .breakout-rooms-modal__toolbar--top .breakout-rooms-modal__toolbar-right .Tooltip > * {
    min-width: 100%;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .breakout-rooms-modal__toolbar--top .breakout-rooms-modal__toolbar-right .Button {
    min-width: 100%;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .breakout-rooms-modal__toolbar--bottom .breakout-rooms-modal__toolbar-right {
    flex-direction: column;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .breakout-rooms-modal__toolbar--bottom .breakout-rooms-modal__toolbar-right > * {
    max-width: none;
    min-width: 100%;
    margin: 0;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .breakout-rooms-modal__toolbar--bottom .breakout-rooms-modal__toolbar-right .Button {
    min-width: 100%;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .breakout-rooms-modal__toolbar--bottom .breakout-rooms-modal__toolbar-right .basic-popup {
    margin-top: 8px;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .breakout-rooms-modal__toolbar-button + .breakout-rooms-modal__toolbar-button, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .breakout-rooms-modal__toolbar-tooltip + .breakout-rooms-modal__toolbar-button {
    margin-left: 0;
    margin-top: 12px;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .breakout-rooms-modal #breakout-rooms-settings-menu {
    min-width: 100%;
    margin-top: 12px;
}
.RCV-namespace .RCV_media_query-max_width_700  .breakout-rooms-modal__rooms, .RCV-namespace .RCV_media_query-max_width_700  .breakout-rooms-modal__participants {
    flex-grow: 1;
}
.RCV-namespace .RCV_media_query-max_width_700  .breakout-rooms-modal__participants {
    display: none;
}
.RCV-namespace .RCV_media_query-max_width_700  .breakout-rooms-modal__toolbar--top {
    flex-direction: column;
}
.RCV-namespace .RCV_media_query-max_width_700  .breakout-rooms-modal__toolbar--top .breakout-rooms-modal__toolbar-right {
    justify-content: flex-start;
    margin-top: 23px;
}
.RCV-namespace .RCV_media_query-max_width_700  .breakout-rooms-modal--room-selected .breakout-rooms-modal__participants {
    display: flex;
}
.RCV-namespace .RCV_media_query-max_width_700  .breakout-rooms-modal--room-selected .breakout-rooms-modal__back-btn {
    display: block;
}
.RCV-namespace .RCV_media_query-max_width_700  .breakout-rooms-modal--room-selected .breakout-rooms-modal__rooms, .RCV-namespace .RCV_media_query-max_width_700  .breakout-rooms-modal--room-selected .breakout-rooms-modal__toolbar {
    display: none;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .breakout-rooms-modal {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
}
.RCV-namespace .RCV_media_query-min_width_541  .desktop-browser #onconf-meeting-details-modal {
    max-width: 360px;
}
.RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .mobile-browser #onconf-meeting-details-modal .DialogInner {
    grid-template-columns: [all-start] 1fr [content-start] 60vw [content-end] 1fr [all-end];
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-max_height_480  .reactions-tile-button-group {
    display: none;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .rnd-dialog-wrapper__dialog {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
    min-width: unset !important;
    min-height: unset !important;
    max-width: unset !important;
    max-height: unset !important;
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .rnd-dialog-wrapper__dialog::after {
    display: none;
}
.RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .echo-leak-warning--self-normal.echo-leak-warning--with-participant-echo, .RCV-namespace .RCV_media_query-min_width_961  .echo-leak-warning--self-normal.echo-leak-warning--with-participant-echo {
    left: calc((75px - 248px - 60px) / 2);
}
.RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .echo-leak-warning--self-normal.echo-leak-warning--with-participant-echo::before, .RCV-namespace .RCV_media_query-min_width_961  .echo-leak-warning--self-normal.echo-leak-warning--with-participant-echo::before {
    left: calc((248px + 60px) / 2);
}
.RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .echo-leak-warning--self-unmatched.echo-leak-warning--with-participant-echo, .RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .echo-leak-warning--self-loud.echo-leak-warning--with-participant-echo, .RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .echo-leak-warning--self-mixed.echo-leak-warning--with-participant-echo, .RCV-namespace .RCV_media_query-min_width_961  .echo-leak-warning--self-unmatched.echo-leak-warning--with-participant-echo, .RCV-namespace .RCV_media_query-min_width_961  .echo-leak-warning--self-loud.echo-leak-warning--with-participant-echo, .RCV-namespace .RCV_media_query-min_width_961  .echo-leak-warning--self-mixed.echo-leak-warning--with-participant-echo {
    left: calc((75px - 324px - 60px) / 2);
}
.RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .echo-leak-warning--self-unmatched.echo-leak-warning--with-participant-echo::before, .RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .echo-leak-warning--self-loud.echo-leak-warning--with-participant-echo::before, .RCV-namespace .RCV_media_query-max_width_960.RCV_media_query-min_width_541  .echo-leak-warning--self-mixed.echo-leak-warning--with-participant-echo::before, .RCV-namespace .RCV_media_query-min_width_961  .echo-leak-warning--self-unmatched.echo-leak-warning--with-participant-echo::before, .RCV-namespace .RCV_media_query-min_width_961  .echo-leak-warning--self-loud.echo-leak-warning--with-participant-echo::before, .RCV-namespace .RCV_media_query-min_width_961  .echo-leak-warning--self-mixed.echo-leak-warning--with-participant-echo::before {
    left: calc((324px + 60px) / 2);
}
.RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .echo-leak-warning__inner--self-unmatched-device, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .echo-leak-warning__inner--self-loud, .RCV-namespace .RCV_media_query-max_width_540.RCV_media_query-min_height_481  .echo-leak-warning__inner--self-mixed {
    max-width: calc(95vw - 60px);
    min-width: calc(360px - 60px);
}


/*# sourceMappingURL=appcss.14136c53c86d7053439cv1.css.map?appVersion=23.2.30*/