ckeditor,
.ck-body-wrapper {
  /* Overrides the border radius setting in the theme. */
  --ck-border-radius: 4px;
  /* Overrides the default font size in the theme. */
  --ck-font-size-base: 14px;
  /* Helper variables to avoid duplication in the colors. */
  --ck-custom-background: var(--theme-primary);
  --ck-custom-foreground: var(--theme-primary-txt);
  --ck-custom-border: hsl(300, 1%, 22%);
  --ck-custom-white: hsl(0, 0%, 100%);
  /* -- Overrides generic colors. ------------------------------------------------------------- */
  --ck-color-base-foreground: var(--ck-custom-background);
  --ck-color-focus-border: hsl(208, 90%, 62%);
  --ck-color-text: var(--theme-primary-txt);
  --ck-color-shadow-drop: hsla(0, 0%, 0%, 0.2);
  --ck-color-shadow-inner: hsla(0, 0%, 0%, 0.1);
  /* -- Overrides the default .ck-button class colors. ---------------------------------------- */
  --ck-color-button-default-background: var(--ck-custom-background);
  --ck-color-button-default-hover-background: hsl(270, 1%, 22%);
  --ck-color-button-default-active-background: hsl(270, 2%, 20%);
  --ck-color-button-default-active-shadow: hsl(270, 2%, 23%);
  --ck-color-button-default-disabled-background: var(--ck-custom-background);
  --ck-color-button-on-background: var(--ck-custom-foreground);
  --ck-color-button-on-hover-background: hsl(255, 4%, 16%);
  --ck-color-button-on-active-background: hsl(255, 4%, 14%);
  --ck-color-button-on-active-shadow: hsl(240, 3%, 19%);
  --ck-color-button-on-disabled-background: var(--ck-custom-foreground);
  --ck-color-button-action-background: hsl(168, 76%, 42%);
  --ck-color-button-action-hover-background: hsl(168, 76%, 38%);
  --ck-color-button-action-active-background: hsl(168, 76%, 36%);
  --ck-color-button-action-active-shadow: hsl(168, 75%, 34%);
  --ck-color-button-action-disabled-background: hsl(168, 76%, 42%);
  --ck-color-button-action-text: var(--ck-custom-white);
  --ck-color-button-save: hsl(120, 100%, 46%);
  --ck-color-button-cancel: hsl(15, 100%, 56%);
  /* -- Overrides the default .ck-dropdown class colors. -------------------------------------- */
  --ck-color-dropdown-panel-background: var(--ck-custom-background);
  --ck-color-dropdown-panel-border: var(--ck-custom-foreground);
  /* -- Overrides the default .ck-dialog class colors. ----------------------------------- */
  --ck-color-dialog-background: var(--ck-custom-background);
  --ck-color-dialog-form-header-border: var(--ck-custom-border);
  /* -- Overrides the default .ck-splitbutton class colors. ----------------------------------- */
  --ck-color-split-button-hover-background: var(--ck-color-button-default-hover-background);
  --ck-color-split-button-hover-border: var(--ck-custom-foreground);
  /* -- Overrides the default .ck-input class colors. ----------------------------------------- */
  --ck-color-input-background: var(--ck-custom-background);
  --ck-color-input-border: hsl(257, 3%, 43%);
  --ck-color-input-text: hsl(0, 0%, 98%);
  --ck-color-input-disabled-background: hsl(255, 4%, 21%);
  --ck-color-input-disabled-border: hsl(250, 3%, 38%);
  --ck-color-input-disabled-text: hsl(0, 0%, 78%);
  /* -- Overrides the default .ck-labeled-field-view class colors. ---------------------------- */
  --ck-color-labeled-field-label-background: var(--ck-custom-background);
  /* -- Overrides the default .ck-list class colors. ------------------------------------------ */
  --ck-color-list-background: var(--ck-custom-background);
  --ck-color-list-button-hover-background: var(--ck-color-base-foreground);
  --ck-color-list-button-on-background: var(--ck-color-base-active);
  --ck-color-list-button-on-background-focus: var(--ck-color-base-active-focus);
  --ck-color-list-button-on-text: var(--ck-color-base-background);
  /* -- Overrides the default .ck-balloon-panel class colors. --------------------------------- */
  --ck-color-panel-background: var(--ck-custom-background);
  --ck-color-panel-border: var(--ck-custom-border);
  /* -- Overrides the default .ck-toolbar class colors. --------------------------------------- */
  --ck-color-toolbar-background: var(--ck-custom-background);
  --ck-color-toolbar-border: var(--ck-custom-border);
  /* -- Overrides the default .ck-tooltip class colors. --------------------------------------- */
  --ck-color-tooltip-background: hsl(252, 7%, 14%);
  --ck-color-tooltip-text: hsl(0, 0%, 93%);
  /* -- Overrides the default colors used by the ckeditor5-image package. --------------------- */
  --ck-color-image-caption-background: hsl(0, 0%, 97%);
  --ck-color-image-caption-text: hsl(0, 0%, 20%);
  /* -- Overrides the default colors used by the ckeditor5-widget package. -------------------- */
  --ck-color-widget-blurred-border: hsl(0, 0%, 87%);
  --ck-color-widget-hover-border: hsl(43, 100%, 68%);
  --ck-color-widget-editable-focus-background: var(--ck-custom-white);
  /* -- Overrides the default colors used by the ckeditor5-link package. ---------------------- */
  --ck-color-link-default: hsl(221, 100%, 61%);
}
@media (max-width: 767px) {
  ckeditor .ck-balloon-panel,
  .ck-body-wrapper .ck-balloon-panel {
    max-width: 85vw;
  }
}
ckeditor .ck.ck-character-grid,
.ck-body-wrapper .ck.ck-character-grid {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 350px;
}
.SbfY2__singleLine {
  min-height: unset !important;
}
ckeditor {
  display: block;
  position: relative;
}
ckeditor:not(.SbfY2__singleLine) div {
  height: 200px;
  resize: vertical;
}
ckeditor div {
  height: inherit;
  background-color: #fff;
  color: #000;
  border: 1px solid #cbcbcb !important;
  padding: 1.6px 10px !important;
}
ckeditor div p a {
  color: var(--ck-color-link-default);
}
ckeditor div:focus {
  padding: 0 0.6em !important;
  border: 3px solid var(--theme-accent) !important;
}

.COFmy__actions {
  display: flex;
  justify-content: right;
}
.COFmy__actions a {
  margin-right: 15px;
}
.S_7bt__entryIcon {
  padding-right: 20px;
  vertical-align: middle;
  font-size: 1rem;
}

.K1w_u__bullet {
  padding-right: 20px;
  color: #ccc;
  vertical-align: middle;
  font-size: 30px;
}
.qMiGu__actions {
  display: flex;
  justify-content: right;
}
.qMiGu__actions a {
  margin-right: 15px;
}
.dy0sK__formClockIcon {
  padding-right: 15px;
  vertical-align: middle;
  font-size: 1rem;
}
.DFJpy__webcastClockIcon {
  padding: 0px 16px 0px 8px;
  vertical-align: middle;
  font-size: 2rem;
}
.OkfYD__entry {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--theme-primary-txt-fade-50);
}

.v7RQM__article {
  padding: 16px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.F09cN__row {
  margin-top: 25px;
}

.GuIRG__webcastBackground.D_kUC__fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.GuIRG__webcastBackground:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-filter: brightness(0.8);
  -moz-filter: brightness(0.8);
  -ms-filter: brightness(0.8);
  filter: brightness(0.8);
}
.GuIRG__webcastBackground.YQnvM__webcastBackgroundFill:before {
  background-size: cover;
}

.AFQjM__dialogContainer {
  height: 100vh;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.AFQjM__dialogContainer .modal-content {
  border-radius: 10px;
  border: none;
  width: 100%;
}
.CbCD9__dialogHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  border-bottom: 1px solid var(--theme-primary-txt-fade-50) !important;
}
.CbCD9__dialogHeader .tXUBi__headerTitle {
  width: 50%;
}
.CbCD9__dialogHeader .tXUBi__headerTitle h1 {
  font-size: 1.5rem;
  text-transform: none;
  font-weight: normal;
  margin-left: 20px;
  color: var(--theme-primary-txt);
}
.CbCD9__dialogHeader .bG659__headerClose {
  width: 50%;
}
.CbCD9__dialogHeader .bG659__headerClose button {
  right: 8px;
  color: var(--theme-primary-txt);
}
.s0oZm__dialogBodyWrapper {
  display: flex;
  justify-content: center;
}
.s0oZm__dialogBodyWrapper .nXJsJ__dialogBody {
  width: 95%;
  max-height: 400px;
  overflow-y: auto;
}
.s0oZm__dialogBodyWrapper .nXJsJ__dialogBody li {
  margin-bottom: 10px;
  padding-left: 10px;
}
.s0oZm__dialogBodyWrapper .nXJsJ__dialogBody .WRG1G__bannerMessage p {
  margin: 0;
}
.s0oZm__dialogBodyWrapper .nXJsJ__dialogBody .WRG1G__bannerMessage + .uMURS__bannerLink {
  margin-top: 10px;
}
.s0oZm__dialogBodyWrapper .nXJsJ__dialogBody .WRG1G__bannerMessage a,
.s0oZm__dialogBodyWrapper .nXJsJ__dialogBody .WRG1G__bannerMessage a:hover,
.s0oZm__dialogBodyWrapper .nXJsJ__dialogBody .WRG1G__bannerMessage a:active,
.s0oZm__dialogBodyWrapper .nXJsJ__dialogBody .WRG1G__bannerMessage a:visited {
  color: var(--theme-primary-txt) !important;
}
.s0oZm__dialogBodyWrapper .nXJsJ__dialogBody .uMURS__bannerLink {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: normal;
  text-decoration: underline;
}
.s0oZm__dialogBodyWrapper .nXJsJ__dialogBody .te96k__link,
.s0oZm__dialogBodyWrapper .nXJsJ__dialogBody .te96k__link:hover,
.s0oZm__dialogBodyWrapper .nXJsJ__dialogBody .te96k__link:active,
.s0oZm__dialogBodyWrapper .nXJsJ__dialogBody .te96k__link:visited {
  color: var(--theme-primary-txt) !important;
}

.webcast-poll.well {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 10px 16px 16px 16px;
  margin-bottom: 16px;
  position: relative;
}
.webcast-poll label,
.webcast-poll label.control-label {
  font-weight: bold;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 3px;
}
.webcast-poll.ng-invalid:not(.ng-pristine) {
  border: 1px solid rgba(180, 45, 36, 0.5);
  box-shadow: 0 0 2px rgba(180, 45, 36, 0.5);
}
.webcast-poll > .form-group,
.webcast-poll > vb-input > .form-group {
  padding: 0;
  display: block;
  margin: 12px 0;
}
.webcast-poll > .form-group > .form-control,
.webcast-poll > vb-input > .form-group > .form-control {
  margin-top: 6px;
}
.webcast-poll .form-control {
  display: inline-block;
}
.webcast-poll textarea.form-control {
  height: 64px;
  resize: none;
}
.webcast-poll .has-error .error-field {
  display: inline;
  position: relative;
  margin-bottom: 4px;
}
.webcast-poll .has-error .error-field:before {
  position: static;
  margin-right: 3px;
  margin-top: -4px;
}
.webcast-poll .required .required-field {
  top: 0;
}
.webcast-poll .required .required-field:before {
  position: absolute;
  top: 5px;
  right: 6px;
  margin: 0;
  left: auto;
  font-size: 1.5rem;
  line-height: 30px;
}

.DmbH6__enableSubtitlesTooltip .tooltip-inner {
  background-color: #ffff00;
  color: #000;
  box-shadow: 1px 1px rgba(0, 0, 0, 0.25);
}
.DmbH6__enableSubtitlesTooltip .tooltip-arrow {
  border-top-color: #ffff00 !important;
  border-bottom-color: #ffff00 !important;
}

.K8fWL__wrapper {
  height: 100%;
}
.ZiCIW__header {
  font-size: 1.313rem;
  padding: 15px !important;
  text-transform: uppercase;
}

.MEeZq__datePicker {
  padding-right: 2rem;
  padding-top: 1.9rem;
}
.Rzsuh__timeHint {
  font-size: 0.875rem;
  font-style: italic;
}
.tPQ7x__dateContainer {
  margin-top: 29px;
  margin-right: 8px;
}

.W8cbV__durationContainer td {
  padding: 4px;
}
.W8cbV__durationContainer button.btn {
  background-color: transparent;
  border: 1px solid rgba(111, 115, 119, 0.4);
  color: #000;
}
.W8cbV__durationContainer button.btn span {
  border-top-color: #6f7377 !important;
}
.W8cbV__durationContainer .p2bXN__durationLabel {
  color: #000;
}
.W8cbV__durationContainer button.dropdown-item {
  background: none;
  border: none;
}
.OX2cL__scrollableContainer {
  max-height: 216px;
  overflow: auto;
}

.mkFBq__buttonContainer {
  display: flex;
  align-items: center;
  flex-direction: row;
  min-height: 48px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.FWB1p__containerFluid {
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 1200px) {
  .FWB1p__containerFluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.HN6ZU__editWebcastFormSidebar {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.HN6ZU__editWebcastFormSidebar [class^="col-"],
.HN6ZU__editWebcastFormSidebar [class^="control-"] {
  width: 100% !important;
}
.HN6ZU__editWebcastFormSidebar [ng-transclude-slot=control] {
  width: 75% !important;
}
.HN6ZU__editWebcastFormSidebar [validation="required"],
.HN6ZU__editWebcastFormSidebar label[validation] {
  width: 90% !important;
}
.HN6ZU__editWebcastFormSidebar .required > .control-label:after {
  content: "*";
  color: #af0000;
  position: absolute;
  right: auto;
  top: 10px;
  display: inline-block;
  margin: 0 0 0 5px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  vertical-align: middle;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.HN6ZU__editWebcastFormSidebar .required-field:before {
  display: none;
}
.Aj9Xz__errorMsg {
  color: #b42d24 !important;
}
.xlARU__editWebcastForm {
  display: block;
  padding: 15px 15px 0 15px;
}
.xlARU__editWebcastForm [insight] {
  border: 1px solid #cbcbcb;
  border-radius: 5px;
}
.xlARU__editWebcastForm select[disabled] {
  margin-left: -8px;
  background: none;
  border: none;
  box-shadow: none;
}
.xlARU__editWebcastForm vb-ui-toolbar {
  padding-right: 15px;
}
.xlARU__editWebcastForm .Y44_p__presentationStatus {
  position: absolute;
  top: 0;
  right: 36px;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin-bottom: 0;
  border-radius: 3px 0 0 3px;
  padding-bottom: 0;
  padding-top: 0;
  line-height: 36px;
}
.xlARU__editWebcastForm .Y44_p__presentationStatus.mYgN2__fullWidth {
  right: 0;
}
.xlARU__editWebcastForm .Ku2m8__selectedTeam {
  color: #898989;
  font-size: 0.875rem;
}
.xlARU__editWebcastForm .qwHcW__radioGroup {
  line-height: 1.25rem;
  padding-left: 20px;
}
.xlARU__editWebcastForm .qwHcW__radioGroup label {
  padding-left: 0;
}
.xlARU__editWebcastForm .X1ZI___presentationFileActionWrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.xlARU__editWebcastForm .X1ZI___presentationFileActionWrapper .ihYIz__checkLabel {
  display: flex;
  align-items: center;
}
.xlARU__editWebcastForm .X1ZI___presentationFileActionWrapper .ihYIz__checkLabel label {
  margin: 0;
}
.xlARU__editWebcastForm .ihYIz__checkLabel,
.xlARU__editWebcastForm .qwHcW__radioGroup label,
.xlARU__editWebcastForm .selected-ppt-file {
  color: #303030;
}
.xlARU__editWebcastForm .ng-invalid > .vb-insight,
.xlARU__editWebcastForm .ng-invalid > .G0XZ3__formGroupBg {
  border: 1px solid #b42d24;
}
edit-webcast {
  display: block;
  position: relative;
  min-height: 100vh;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
edit-webcast image-selector input {
  width: 100% !important;
}
edit-webcast.s6SJM__sidebarLayout {
  padding: 1px;
}
edit-webcast .form-group .required-field {
  position: absolute;
  top: 0;
  right: 0;
}
edit-webcast .form-group .col-sm-6,
edit-webcast .form-group .col-md-6 {
  position: relative;
}
edit-webcast::-webkit-scrollbar {
  display: none;
}
.oECe4__toolbarWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.ePJxX__shortcutCalendar {
  position: absolute;
  top: 0;
  right: -13px;
}
.larPF__helpBlock {
  margin-top: 10px;
}
.JNqlb__errorBlock {
  color: #b42d24 !important;
}
.u48bd__noZIndex.vb-input-field .input-group .form-control,
.u48bd__noZIndex.vb-input-field .input-group .btn {
  z-index: 0;
}
.vuQmJ__addPoll {
  margin-top: -8px !important;
}
.mv_e0__startEndLabel {
  margin-top: 36px;
}
.hMIH5__shortcutNameContainer {
  height: 52px;
}
edit-webcast-embedded-content,
edit-webcast-banner-details {
  color: #303030;
}
.G0XZ3__formGroupBg {
  background: #fafafa;
  border: 1px solid #e1e1e1;
  padding: 10px;
}
.Ft51x__externalPresntersRow {
  display: flex;
  padding: 5px 0;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  word-break: break-all;
}
.Ft51x__externalPresntersRow header {
  font-weight: bold;
}
.Ft51x__externalPresntersRow button {
  background: none;
  border: none;
}
.TUtgF__externalPresentersFormGroup {
  margin-bottom: 20px;
}
.TUtgF__externalPresentersFormGroup button {
  margin-right: 10px;
}
.TUtgF__externalPresentersFormGroup > vb-ui-form-group {
  margin-right: 20px;
}
.IrsAq__customConsentUpdateColumn {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 0.5%;
}

.EbCIf__logo {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 992px) {
  .EbCIf__logo {
    top: 10px;
    left: 30px;
    transform: translate(0);
  }
}
.fiP8e__formContainer {
  position: relative;
}
.RW2zw__isPreview .fiP8e__formContainer {
  padding-top: 0;
}
@media (min-width: 992px) {
  .fiP8e__formContainer {
    padding-top: 100px;
  }
}
.siN8K__form {
  margin: 0 auto;
  padding: 30px;
  width: 100%;
  border-radius: 0px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  line-height: normal;
  min-height: 100vh;
}
@media (min-width: 992px) {
  .siN8K__form {
    min-height: auto;
    width: 992px;
    border-radius: 3px;
  }
  .RW2zw__isPreview .siN8K__form {
    margin: 0;
    width: auto;
  }
}
.siN8K__form h1 {
  font-size: 1.625rem;
  font-weight: normal;
}
.siN8K__form h2 {
  font-size: 1.5rem;
  font-weight: normal;
}
.siN8K__form header {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.siN8K__form a {
  color: unset;
}
.xljmV__main {
  display: flex;
  flex-direction: row;
}
@media (max-width: 991px) {
  .xljmV__main {
    display: block;
  }
}
.bnAoa__left {
  flex: 0.33;
}
.BhGzD__right {
  flex: 0.66;
  margin-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .BhGzD__right {
    margin-top: 0;
    border-top-width: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 25px;
  }
}
.EexDT__small {
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .TrMWq__previewWindow {
    width: 900px;
    max-width: 900px;
  }
}
.IDr4Q__previewBanner {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
}
.yyDYM__closeBtn {
  color: #fff !important;
  opacity: 1 !important;
}
.H0XCM__background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.z1AZn__anonymousPWd {
  margin-left: 10vw;
  margin-right: 10vw;
}

.MqS9S__contentWrapper {
  display: block;
}
.rpJ61__toggleBtnWapper {
  margin-top: 15px;
}
.jKlko__toggleBtn {
  text-transform: uppercase;
  padding: 2px;
  font-size: 0.6875rem;
}

.MKaRU__wrapper {
  display: flex;
  height: 100vh;
  flex-direction: column;
}
.rxJW6__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  height: 80px;
}
@media all and (max-width: 991px) {
  .rxJW6__header {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.ooyuT__logoWrapper {
  padding: 15px;
}
.gIL7w__body {
  font-size: 1.125rem;
}
._IRsL__article {
  padding: 16px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.eplKC__gridContainer {
  border: 1px solid #cbcbcb;
}
.oz8Lw__gridRow {
  padding: 0 10px;
  height: 45px;
  border: solid #cbcbcb;
  border-width: 0 0 1px;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
  cursor: default;
  cursor: hand;
  cursor: move;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: grab;
}
.oz8Lw__gridRow:last-child {
  border-bottom-width: 0;
}
.oz8Lw__gridRow:hover {
  background-color: rgba(48, 48, 48, 0.1);
  color: rgba(0, 0, 0, 0.75);
}
.ui-sortable-placeholder + .oz8Lw__gridRow {
  border-top-width: 1px;
}
.oz8Lw__gridRow.ui-sortable-helper {
  border-width: 1px;
  cursor: default;
  cursor: hand;
  cursor: move;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.oz8Lw__gridRow vb-checkbox > label {
  margin-bottom: 0;
}
.JfRqv__fillColumn {
  margin: 0 10px;
  -webkit-flex: 1 1 0 !important;
  flex: 1 1 0 !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}
.NvkPf__subText {
  font-size: 0.75rem;
}

.thumbnail-picker-overlay {
  position: absolute;top: 0;right: 0;bottom: 0;left: 0;
}
.Round {
  border-radius: 9999px;
}
.RoundedButton {
  border-radius: 3px;
}
.PointerCursor {
  cursor: pointer;
}
.TextClip {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}
.whiteSpacePreWrap {
  white-space: pre-wrap;
  /* css-3 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
.HyphensAuto {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}
.WordBreak {
  word-break: break-all;
  word-break: break-word;
  overflow-wrap: break-word;
}
.GlyphiconFont {
  font-family: 'Glyphicons Regular';
}
.ButtonGlyphicons {
  font-size: 1rem;
  top: 3px;
}
.clearFix {
  clear: both;
  content: "";
  display: table;
}
/**
 * Flex Layout Support
 * ----------------
 * Prefixed = IE10, Safari 8-, iOS 8.1-, Android 4.3-
 * Standard = IE11+, Chrome, Android 4.4+
 */
.flexDisplay {
  display: -webkit-flex;
  display: flex;
}
.flexContainerStatic {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
/*
 * IE9 not supported
 * IE10+ unprefixed
 * FF unprefixed
 * Safari 6.1+ unprefixed
 * Chrome 26+ unprefixed
 * Android 4.0 - 4.3 prefixed, 4.4+ unprefixed
 */
.AbsoluteFill,
.thumbnail-picker-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.FixedFill {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.BtnWhite {
  background: linear-gradient(to bottom, #fff, #f3f3f3);
  border-color: #b2b2b2;
  box-shadow: inset 0 1px 0 #fff;
  color: #303030;
}
.BtnWhiteActive {
  color: #09507b;
  border-color: rgba(9, 80, 123, 0.25);
  background: #d4edfc;
  box-shadow: none;
}
.focusedInput {
  border-color: #108dda;
  outline: 0;
  box-shadow: inset 0 0 0 1px #108dda, 0 0 10px rgba(0, 0, 0, 0.25);
}
.focusedItem {
  /* bootstrap */
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.AbsoluteCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.VerticalCenter {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ScrollContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
}
.primary-color {
  color: #108dda;
}
.thumbnail-picker-overlay {
  z-index: 1;
  text-align: center;
}
.thumbnail-picker-overlay:hover {
  background: rgba(0, 0, 0, 0.1);
}
.thumbnail-picker-overlay:hover span.show-on-hover {
  display: inline;
}
.thumbnail-picker-overlay:hover div.show-on-hover {
  display: block;
}
.thumbnail-picker-overlay:hover .hide-on-hover {
  display: none;
}
.thumbnail-picker-overlay:hover .circle {
  background: #000;
}
.thumbnail-picker-overlay.btn-file {
  position: absolute;
}
.thumbnail-picker-overlay .table-display {
  height: 100%;
}
.thumbnail-picker-overlay .table-cell {
  vertical-align: middle;
}
.thumbnail-picker-overlay .circle {
  width: 50px;
  height: 50px;
  font-size: 32px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  vertical-align: middle;
}
.thumbnail-picker-overlay .circle .glyphicons {
  top: 8px;
}
.video-playback-status-msg {
  color: #fff;
}
.video-playback-status-msg.centered-text-block {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.video-playback-status-msg.centered-text-block > .centered-text-block-content {
  -webkit-flex: 1;
  flex: 1;
  line-height: 2rem;
  position: static;
}
.video-playback-status-msg .centered-text-block-content > h3:first-child {
  margin-top: 0;
}
.video-playback-status-msg h3 .glyphicons {
  margin-right: 4px;
}
.video-playback-status-msg .video-playback-error-msg,
.video-playback-status-msg.video-playback-error-msg,
.video-playback-status-msg .video-playback-error-msg a,
.video-playback-status-msg.video-playback-error-msg a,
.video-playback-status-msg .video-playback-error-msg h3,
.video-playback-status-msg.video-playback-error-msg h3 {
  color: #ffffb3;
}
.video-playback-status-msg .restore-button {
  font-size: 1rem;
  margin-top: 1.25rem;
}
vbrick-player vb-time-marker.triangle-on-bottom {
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #108dda transparent;
  margin-left: -9px;
  bottom: -11px;
}
vbrick-player vb-time-marker.inactive-time-range {
  background-color: #b42d24;
  cursor: default;
  height: 100%;
}
vbrick-player vb-time-marker.time-range-display {
  height: 10px;
  top: -10px;
  border: 1px solid #ff8015;
  background-color: #ff8015;
}
vbrick-player vb-time-marker.compliance-alert {
  bottom: 2px;
  margin-left: -8px;
  font-size: 1.25rem;
  line-height: 1.25rem;
  pointer-events: auto !important;
}
vbrick-player vb-time-marker.manual-comment-picture {
  bottom: 2px;
  margin-left: -10.5px;
  pointer-events: auto !important;
}
vbrick-player vb-time-marker.manual-comment-initials {
  bottom: 4px;
  margin-left: -10.5px;
  pointer-events: auto !important;
}

.CzB0G__root {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: #898989;
}
._xScc__selectedEmoji {
  border: 1px solid #b2b2b2;
  border-radius: 3px;
  padding: 7px 7px 6px;
  margin: 0 5px 5px 0;
  text-wrap: nowrap;
}
.Q08H1__selectWrap {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-direction: row;
  padding: 0 10px 7px;
}
.Q08H1__selectWrap select {
  border: none;
}
.rzJEa__removeBtn {
  background: none;
  border: none;
  font-size: 0.6em;
}
.rzJEa__removeBtn .vb-icon:before {
  vertical-align: baseline;
}
.djf2C__dropdownWrap {
  display: block;
}
.djf2C__dropdownWrap .dropdown-toggle {
  margin-right: 5px;
}
.x67DD__dropdown,
select {
  color: #898989;
}
.BqzeA__emojiGrid {
  display: block;
  width: 350px;
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  border-top: 1px solid #555555;
}
.BqzeA__emojiGrid button {
  background: none;
  border: none;
  font-size: 20px;
  height: 30px;
  width: 30px;
}

.WV4C5__tileGrid {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid;
  max-height: 500px;
  overflow-y: auto;
}
.WV4C5__tileGrid > div {
  height: 101.25px;
  width: 180px;
  border: 1px solid;
  display: inline-block;
  position: relative;
  margin: 5px;
  border-radius: 5px;
  overflow: hidden;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: black;
}
.WV4C5__tileGrid > div:hover > button {
  opacity: 100;
}
.WV4C5__tileGrid > div > button {
  position: absolute;
  top: -1px;
  right: -1px;
  opacity: 0;
  transition: opacity 0.5s;
  background: #fff;
  border-radius: 0 0 0 5px;
  padding: 10px;
  border: 1px solid;
}
.WV4C5__tileGrid > div > button > span {
  position: absolute;
  right: 2px;
  top: 3px;
}

.tDuTs__profilesGrid action-icons-cell-renderer .badge {
  height: 20px;
  width: 20px;
  min-width: unset;
}
.FDa0o__headerClass {
  text-transform: uppercase;
}
.UeWut__presentationProfileInput.form-control {
  display: block;
  height: auto;
  padding: 0px;
}
.UeWut__presentationProfileInput .Sxz1r__tableHeader {
  margin-bottom: 0;
  background: #f3f3f3 !important;
  border-radius: 3px 3px 0 0;
}
.UeWut__presentationProfileInput .Sxz1r__tableHeader th {
  background: none !important;
}
.UeWut__presentationProfileInput .Sxz1r__tableHeader > thead > tr:first-child > th {
  border-bottom-width: 1px;
}
.UeWut__presentationProfileInput .Sxz1r__tableHeader > thead > tr:last-child > th {
  border-top: 1px solid #fff;
}
.UeWut__presentationProfileInput .Sxz1r__tableHeader > thead > tr > th {
  color: #898989;
  font-weight: normal;
  font-size: 0.625rem;
}
.UeWut__presentationProfileInput .Sxz1r__tableHeader .btn-group {
  padding: 5px 0;
}
.UeWut__presentationProfileInput .gnLjf__profilesTable {
  max-height: 350px;
  overflow-y: scroll;
}
.UeWut__presentationProfileInput .gnLjf__profilesTable table {
  margin-bottom: 0;
}
.UeWut__presentationProfileInput .gnLjf__profilesTable .F01RU__selected th,
.UeWut__presentationProfileInput .gnLjf__profilesTable .F01RU__selected td {
  color: #09507b;
}
.UeWut__presentationProfileInput .gnLjf__profilesTable tr.F01RU__selected:hover > td,
.UeWut__presentationProfileInput .gnLjf__profilesTable tr.F01RU__selected:hover > th {
  background-color: rgba(0, 161, 240, 0.05) !important;
  border: solid rgba(0, 161, 240, 0.1) !important;
  border-width: 1px 0 !important;
}
.UeWut__presentationProfileInput .gnLjf__profilesTable .AI9bg__scheduleCell {
  padding: 4px 8px !important;
}
.UeWut__presentationProfileInput .gnLjf__profilesTable .table-hover > tbody > tr > th,
.UeWut__presentationProfileInput .gnLjf__profilesTable .table-hover > tbody > tr > td {
  background: #f5f5f5;
}
.UeWut__presentationProfileInput .gnLjf__profilesTable .table-hover > tbody > tr:hover > th,
.UeWut__presentationProfileInput .gnLjf__profilesTable .table-hover > tbody > tr:hover > td {
  background: #fff;
}

.SG3Wx__container {
  --vb-ui-text-area-height: 60px;
  display: flex;
  flex-flow: column;
}
.msTv2__itemRow {
  display: flex;
  margin-bottom: 10px;
}
.ToZAk__itemGroup {
  flex-flow: column;
}
.Ud4OP__itemRowVerticalCentered {
  align-items: center;
}
.XQkk6__translationLangItem:not(:last-child):after {
  content: ',';
}
.p4Fjc__overflowHidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

edit-webcast .animate-if.ng-enter {
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}
edit-webcast .animate-if.ng-leave {
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s;
}
edit-webcast .animate-if.ng-enter,
edit-webcast .animate-if.ng-leave.ng-leave-active {
  opacity: 0;
  height: 100%;
}
edit-webcast .animate-if.ng-leave,
edit-webcast .animate-if.ng-enter.ng-enter-active {
  opacity: 1;
  height: 0;
}
edit-webcast .selected-ppt-file,
edit-webcast .selected-profile {
  padding: 8px 40px 8px 8px;
  background-color: #f9f9f9;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  position: relative;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
}
edit-webcast .selected-ppt-file,
edit-webcast .selected-profile,
edit-webcast .selected-ppt-file a,
edit-webcast .selected-profile a {
  background: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
}
edit-webcast .selected-ppt-file a,
edit-webcast .selected-profile a,
edit-webcast .selected-ppt-file button,
edit-webcast .selected-profile button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border: none;
  border-left: 1px solid rgba(48, 48, 48, 0.1);
  width: 36px;
  color: rgba(48, 48, 48, 0.5);
  background-color: #f9f9f9;
  border-radius: 0 4px 4px 0;
}
edit-webcast .selected-ppt-file a span,
edit-webcast .selected-profile a span,
edit-webcast .selected-ppt-file button span,
edit-webcast .selected-profile button span {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
edit-webcast .selected-ppt-file {
  height: 36px;
}
edit-webcast .selected-profile {
  padding: 0;
  display: table;
  width: 100%;
  cursor: pointer;
}
edit-webcast .selected-profile .table-cell {
  padding: 8px;
  position: relative;
}
edit-webcast .selected-profile .table-cell span {
  position: static;
  -webkit-transform: none;
  transform: none;
}
edit-webcast .dbl-form-group .form-group {
  padding: 0;
}
edit-webcast .access-control-tooltip {
  width: 100% !important;
  height: auto !important;
}
edit-webcast .access-control-tooltip .tooltip-inner {
  background-color: #ffff00;
  color: #000;
  box-shadow: 1px 1px rgba(0, 0, 0, 0.25);
}
edit-webcast .access-control-tooltip .tooltip-arrow {
  border-bottom-color: #ffff00 !important;
}
edit-webcast .btn-file input[type="file"],
edit-webcast .btn-file input[type="file"]::-webkit-file-upload-button {
  cursor: pointer;
}
edit-webcast .webcast-background-img-input {
  text-align: center;
}
edit-webcast .webcast-background-img-input .preview-image {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
edit-webcast .settings-thumbnail-picker .upload-error {
  display: block;
  color: #b42d24;
  margin: 4px;
}
edit-webcast .settings-thumbnail-picker .fixed-ratio-wrapper {
  border: 4px solid #fff;
  background: #808080;
}
.scrolly-mode-modal {
  max-height: 400px;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 20px;
  padding-right: 20px;
}
.reservations-bg {
  background-color: #cbcbcb;
  margin: -16px -20px;
  padding: 16px 20px;
}
.reservations-bg label {
  color: gray;
}

.KrWQf__root {
  background: #000;
  color: #fff;
  display: block;
  height: 100%;
}
.Amyfd__msTeamsConnecting {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 220px;
}

.NLOb2__presentationViewport {
  position: relative;
}
@media (min-width: 992px) {
  .NLOb2__presentationViewport {
    overflow: hidden;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .NLOb2__presentationViewport .webcast-toolbar div:first-child {
    padding-left: 16px !important;
  }
}
.vertical-layout .NLOb2__presentationViewport {
  border-top-width: 1px;
  border-top-style: solid;
}
@media (min-width: 1200px) {
  .vertical-layout .NLOb2__presentationViewport .webcast-toolbar div:first-child {
    padding-left: 32px !important;
  }
}
@media (min-width: 992px) {
  .no-video .NLOb2__presentationViewport {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

.webcast-presentation-msg-container {
  position: absolute;top: 50%;left: 50%;-webkit-transform: translateY(-50%) translateX(-50%);transform: translateY(-50%) translateX(-50%);
}
.ppt-loading-wrapper {
  text-align: center;
  padding: 2em;
}
.presentation-slide {
  text-align: center;
}
.presentation-slide img {
  max-width: 100%;
  margin: 0 auto;
}
.presentation-is-full-screen .presentation-slide {
  text-align: center;
}
.presentation-controls .icon-slide-prev,
.presentation-controls .icon-slide-next {
  position: absolute;
  top: 50%;
  font-size: 3rem;
  color: #808080;
  text-shadow: 1px 1px 4px #000;
  opacity: 0.25;
}
.presentation-controls .icon-slide-prev {
  left: 0;
}
.presentation-controls .icon-slide-next {
  right: 0;
}
.webcast-presentation-msg-container {
  border-radius: 3px;
}

.presentation-slides-wrapper {
  height: 256px;
}
@media (max-width: 991px) {
  .presentation-slides-wrapper {
    display: none;
  }
}
.presentation-slides {
  height: 256px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}
.presentation-slides-toolbar-wrap {
  z-index: 1;
}
.presentation-slides-toolbar-wrap .webcast-toolbar {
  line-height: 1;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
}
.presentation-slides-toolbar-wrap .webcast-toolbar .presentation-upload-form {
  display: flex;
}
.presentation-slides .slides-box {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  white-space: normal;
  padding: 8px 16px;
  -webkit-transition: all linear 0.125s;
  transition: all linear 0.125s;
}
@media (min-width: 1200px) {
  .presentation-slides .slides-box {
    padding: 8px 16px 8px 32px;
  }
}
.presentation-slides .slides-box img {
  width: 144px;
  overflow: hidden;
  border-width: 4px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
  margin: 4px;
}
[webcastBackground] .presentation-slides .slides-box {
  background: transparent;
}
.no-presentation.no-video .presentation-slides {
  height: 100%;
}

.XavVI__rootElement {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  height: 100%;
  position: relative;
  width: 100%;
}
._2MpoB__chartOutput {
  height: 100%;
  width: 100%;
}
.Ika2d__legendOutput {
  width: 100%;
  height: 120px;
  margin-bottom: 8px;
}
.j80q3__noData {
  color: #898989;
  font-size: 1rem;
  font-weight: bold;
}

.UMhyk__barChart {
  display: block;
  position: relative;
  width: 100%;
}
.lqwfq__core {
  position: absolute;
}

.xnkwO__icon {
  color: #999999;
  font-size: 1rem;
  line-height: 0.75rem;
  margin-left: 0.25rem;
  vertical-align: top;
  width: 0;
}
.diXUy__value {
  color: rgba(0, 0, 0, 0.75);
  font-size: 1.625rem;
}
.VmOTh__valueDeltaPositive {
  color: #009b01;
}
.tEXqY__valueDeltaNegative {
  color: rgba(180, 45, 36, 0.75);
}
.zGFx1__item {
  text-align: center;
  font-weight: bold;
}
.zGFx1__item:not(:first-child) {
  border-left: 1px solid #c5c5c5;
}
.fwNew__itemValue {
  display: inline-block;
}
.xPmMo__itemIndicator {
  color: #999999;
  font-size: 0.875rem;
  line-height: 0.75rem;
  margin-left: 0.25rem;
  width: 0;
}

.jrN8R__core {
  position: absolute;
}
.yPDi2__lineChart {
  display: block;
  position: relative;
  width: 100%;
}

.m80uB__pieChart {
  display: block;
}

.tYvqR__root {
  border: 1px solid #c5c5c5;
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.75);
  display: flex;
  height: 160px;
  margin-bottom: 1.5rem;
}
.tYvqR__root:not(:last-child) {
  margin-right: 1.5rem;
}
.tYvqR__root.Rz3nz__sizeMedium {
  height: 210px;
}
.tYvqR__root.HkRWN__sizeLarge {
  height: 400px;
}
.dFUiO__headerContainer {
  border-top-style: solid;
  border-top-width: 3px;
  border-bottom: 1px solid #c5c5c5 !important;
  height: 50px;
  line-height: 1.1;
  width: 100%;
}
.qSOBw__tooltipContainer {
  top: -10px !important;
}
.qSOBw__tooltipContainer .tooltip-arrow {
  left: 50% !important;
}
.YVtkm__noHeaderBottomBorder .dFUiO__headerContainer {
  border-bottom: 0 !important;
}
.ImLxW__headerAbsoluteContainer {
  padding: 5px 10px;
}
.f7Bcs__header h2,
.f7Bcs__header h3 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin: 0;
}
.TpFfH__subheader {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  font-size: 0.625rem;
  margin: 0.25rem 0 0;
}
.TQjcc__content {
  color: rgba(0, 0, 0, 0.75);
  padding: 1rem;
}
.gxidU__footer {
  border-top: 1px solid #c5c5c5;
  padding: 10px 20px;
}
.kuN_P__footerItem {
  text-align: center;
  font-weight: bold;
}
.kuN_P__footerItem:not(:first-child) {
  border-left: 1px solid #c5c5c5;
}

.Ob25q__grid {
  height: 500px;
}
.IpkDd__eventsGridRoot {
  border: 1px solid #c5c5c5;
  padding: 16px;
}
.Z7c_n__downloadCsv {
  margin-left: auto;
  margin-right: 10px;
}
.myVSK__dateRangeText {
  color: #898989;
}
.SJmU6__liveEventsGridRoot {
  position: absolute;
  top: 52px;
  bottom: 0;
  left: 0;
  right: 0;
}
.VDVih__liveEventsReportCell {
  height: 440px !important;
}
.PTxoJ__moreRecords {
  background-color: #ffff80;
  height: 100%;
  padding-top: 12px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .qaWad__kpiWrapper {
    flex-direction: column;
  }
  .qaWad__kpiWrapper vb-ui-report-cell {
    flex: 1 1 auto;
  }
  .qaWad__kpiWrapper vb-ui-report-cell:not(:last-child) {
    margin-right: 0 !important;
  }
}
.PE10k__kpiData {
  font-size: 1.625rem;
}

.gZlGV__header h3,
.gZlGV__header h4 {
  font-size: 1.25rem;
  margin: 0;
}
@media all and (max-width: calc(505px - 1)) {
  .CWuAl__mobileHeaderItem h3,
  .CWuAl__mobileHeaderItem h4 {
    margin-bottom: 5px;
  }
}
.BkdH7__search {
  margin-right: 1rem;
}
.rVipX__pauseBtn {
  background: #009b01;
}
.hIyss__pauseResumeBtn {
  color: #fff;
  padding: 10px 12px;
}
.hIyss__pauseResumeBtn:focus,
.hIyss__pauseResumeBtn:hover {
  color: #fff;
}
._DLtm__pauseResumeIcon {
  border-radius: 9999px;
  background: #fff;
  padding: 2px;
}
._DLtm__pauseResumeIcon:before {
  color: #009b01;
}
.SzN6Z__resumeBtn {
  background: #ff8015;
}
.SzN6Z__resumeBtn ._DLtm__pauseResumeIcon:before {
  color: #ff8015;
}

.qcfGz__reportTabContentHeader {
  margin-bottom: 25px;
}
.phhYt__reportTitle h1 {
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0;
}

.l94eU__root {
  min-height: 575px;
}
.wiItm__mediumChartWrapper {
  -webkit-flex: 1 1 45%;
  flex: 1 1 45%;
}
@media screen and (max-width: 991px) {
  .wiItm__mediumChartWrapper {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .wiItm__mediumChartWrapper:not(:last-child) {
    margin-right: 0 !important;
  }
}
.qAv4o__grid {
  height: 500px;
}
.bbd9H__mediumChartSize {
  width: 100%;
  height: 320px;
}
.qYlMl__usageBarKpi {
  height: auto !important;
}
._Nb66__downloadWrapper {
  margin-left: auto;
}
._Nb66__downloadWrapper button {
  line-height: 1;
}
.n5HvT__menuDropDownContent {
  min-width: 80px !important;
}
.Tl7n9__menuDropdown {
  background: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
}
.Fcd9b__menuItem {
  padding: 5px 10px;
}
.Fcd9b__menuItem:hover {
  background: #f3f3f3;
}
.QNwGg__menuItemLink {
  color: #898989 !important;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  text-align: left;
  line-height: 2;
}
.QNwGg__menuItemLink:hover {
  text-decoration: none;
}
.QNwGg__menuItemLink .vb-icon {
  margin-right: 5px;
  font-size: 1.25rem;
}
.QNwGg__menuItemLink .vb-icon:before {
  vertical-align: middle;
}
.Ft7_A__dateRangeText {
  color: #898989;
}

.L22ku__name,
.sq7gf__email {
  text-overflow: ellipsis;white-space: nowrap;overflow: hidden;-webkit-hyphens: auto;-moz-hyphens: auto;-ms-hyphens: auto;
}
.TCkvv__row {
  line-height: 1;
  padding: 5px;
  display: flex;
}
.obLpy__personalInfo {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 95%;
  justify-content: center;
}
.L22ku__name {
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.1;
}
.sq7gf__email {
  font-size: 0.625rem;
  opacity: 0.8;
  margin-top: 5px;
  line-height: 1.1;
}
.hYi2N__removed {
  background-color: rgba(0, 0, 0, 0.1);
  color: #666666;
}
.RKBJQ__imgComp {
  margin-right: 5px;
  margin-top: 1px;
}
.FqY7y__removeRestoreBtn {
  padding: 3px 6px;
}

webcast-attendees-list .attendee-box {
  height: 100%;
  position: relative;
}
webcast-attendees-list .attendee-box .searchGroup {
  display: flex;
}
webcast-attendees-list .attendee-box .searchGroup .input-group {
  flex: 1 1 85%;
  max-width: 85%;
}
webcast-attendees-list .attendee-box input,
webcast-attendees-list .attendee-box .search-btn {
  height: 35px;
}
webcast-attendees-list .attendee-box .search-btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
webcast-attendees-list .attendee-box .input-group-btn > .btn {
  padding: 8px 12px;
}
webcast-attendees-list .attendee-box .list-container {
  position: absolute;
  top: 40px;
  bottom: 0;
  width: 100%;
  padding: 0 !important;
}
webcast-attendees-list .attendee-box vb-ui-infinite-scroll-grid .ag-body-horizontal-scroll {
  display: none !important;
}

.YiQ97__title {
  text-overflow: ellipsis;white-space: nowrap;overflow: hidden;-webkit-hyphens: auto;-moz-hyphens: auto;-ms-hyphens: auto;
}
.piUb2__root {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  padding-bottom: 4px;
  padding-top: 4px;
}
.x0JEE__wrapper {
  min-height: 38px;
}
.YiQ97__title {
  font-weight: 700;
  margin: 0;
}
.qHFDY__webcastButtons {
  max-width: 100%;
}
.qHFDY__webcastButtons > * {
  margin-left: 8px;
}
.egbwv__webcastNavBtn {
  line-height: 36px;
  padding: 0 12px;
}
.egbwv__webcastNavBtn:focus {
  color: inherit !important;
}
.ljWyP__vcRecordingStatus {
  color: #b42d24;
  font-size: 0.875rem;
}
.aLgvS__statusLabel {
  color: var(--theme-primary-txt);
  flex-grow: 1 !important;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
}
.aLgvS__statusLabel .MHtC4__warn {
  padding: 5px;
  background: #b42d24;
  border-radius: 3px;
}
.sKqoH__presenterReady {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  margin: 0 20px;
}
.sKqoH__presenterReady > label {
  margin: 0 5px;
}
.sKqoH__presenterReady vb-toggle-button {
  width: auto !important;
}
.sKqoH__presenterReady vb-toggle-button > label {
  margin: 0 !important;
}
@media (max-width: 991px) {
  .hjUxJ__webcastNavToggleViewBtn {
    display: none;
  }
}
@media (max-width: 505px) {
  .qHFDY__webcastButtons {
    text-align: right;
  }
  .kj3qE__webcastRegionVisibilityToggle {
    float: left;
    min-width: 116px;
  }
  .yGXE___webcastStateControls {
    margin-top: 0.25rem;
  }
}

.YiQ97__title {
  text-overflow: ellipsis;white-space: nowrap;overflow: hidden;-webkit-hyphens: auto;-moz-hyphens: auto;-ms-hyphens: auto;
}
.piUb2__root {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  padding-bottom: 4px;
  padding-top: 4px;
}
.x0JEE__wrapper {
  min-height: 38px;
}
.YiQ97__title {
  font-weight: 700;
  margin: 0;
}
.qHFDY__webcastButtons {
  max-width: 100%;
}
.qHFDY__webcastButtons > * {
  margin-left: 8px;
}
.egbwv__webcastNavBtn {
  line-height: 36px;
  padding: 0 12px;
}
.egbwv__webcastNavBtn:focus {
  color: inherit !important;
}
.ljWyP__vcRecordingStatus {
  color: #b42d24;
  font-size: 0.875rem;
}
.aLgvS__statusLabel {
  color: var(--theme-primary-txt);
  flex-grow: 1 !important;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
}
.aLgvS__statusLabel .MHtC4__warn {
  padding: 5px;
  background: #b42d24;
  border-radius: 3px;
}
.sKqoH__presenterReady {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  margin: 0 20px;
}
.sKqoH__presenterReady > label {
  margin: 0 5px;
}
.sKqoH__presenterReady vb-toggle-button {
  width: auto !important;
}
.sKqoH__presenterReady vb-toggle-button > label {
  margin: 0 !important;
}
@media (max-width: 991px) {
  .hjUxJ__webcastNavToggleViewBtn {
    display: none;
  }
}
@media (max-width: 505px) {
  .qHFDY__webcastButtons {
    text-align: right;
  }
  .kj3qE__webcastRegionVisibilityToggle {
    float: left;
    min-width: 116px;
  }
  .yGXE___webcastStateControls {
    margin-top: 0.25rem;
  }
}

.z0Dse__webcastRecordingBtn {
}
.z0Dse__webcastRecordingBtn .record {
  color: #b42d24;
}
.zo0BG__webcastRecordingBtnActive {
  color: #fff !important;
  background: #b42d24 !important;
}
.zo0BG__webcastRecordingBtnActive .glyphicons {
  color: #fff;
}
.zo0BG__webcastRecordingBtnActive span {
  color: #fff !important;
}
.Obocb__deviceUnavailableTooltipHost {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.eOsbl__root {
}
.zELGC__button {
}
.bhhcO__active {
}
@media (max-width: 991px) {
  .R9e4C__label,
  .VXMNQ__slides {
    display: none;
  }
}

.SPkqw__root {
  display: block;
}
.SPkqw__root ul.dropdown-menu {
  border: 0;
  padding-top: 0;
  background: #141414;
  color: #fff;
}
.SPkqw__root ul.dropdown-menu li button {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  padding: 5px;
  color: #fff !important;
}
.SPkqw__root ul.dropdown-menu li button:hover {
  background: linear-gradient(rgba(34, 41, 48, 0.5), rgba(34, 41, 48, 0.5));
}
.SPkqw__root .caret {
  margin: 0;
  border-bottom-color: var(--theme-accent-txt);
}
@media (max-width: 992px) {
  .SPkqw__root button {
    padding: 14px !important;
  }
  .SPkqw__root ul {
    overflow-y: auto;
    max-height: 300px;
  }
  .SPkqw__root li > button {
    padding: 22px 10 !important;
  }
}
.WI7Vs__playerWrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  flex: 1 0 !important;
  height: calc(100% - 40px);
  overflow: hidden;
  margin: 10px;
}
.WI7Vs__playerWrap > * {
  margin: 0 auto;
}
.MnV7u__placeholder {
  position: relative;
}
.MnV7u__placeholder img {
  margin: 0 auto;
  height: 100%;
}
.MnV7u__placeholder div {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
}
.MPxwq__toolbar {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 10px 0;
}
.h1fNA__toolbarGroup {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .h1fNA__toolbarGroup button {
    padding: 14px;
  }
  .h1fNA__toolbarGroup li > button {
    padding: 22px 10;
  }
}
.mYDrY__deviceLabel {
  max-width: 150px;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.AHANP__countdownContainer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.75);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wGssw__countdownMsg {
  max-width: 400px;
}

.xagck__root {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 16px;
}
.xagck__root h2 {
  margin: 4px 0;
  word-break: break-word;
}
.xagck__root h4 {
  margin: 10px 0;
  font-weight: bold;
}
.eNVVX__sectionWrapper {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.eNVVX__sectionWrapper a {
  color: var(--bs-link-color);
}
.cLNNz__supplementalContentItem {
  padding: 10px 0;
}
.cLNNz__supplementalContentItem .glyphicons {
  display: block;
  margin-right: 8px;
  font-size: 1.5rem;
}
.K3UKG__fileIcon {
  margin-right: 8px;
}
.K3UKG__fileIcon::before {
  color: inherit;
}

/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-cell ---- */

.flickity-cell {
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsl(0 0% 100% / 75%);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dot {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 8px;
  background: hsl(0 0% 20% / 25%);
  border-radius: 50%;
  cursor: pointer;
  appearance: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
}

.flickity-rtl .flickity-page-dot {
  text-indent: 9999px;
}

.flickity-page-dot:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-page-dot.is-selected {
  background: hsl(0 0% 20% / 100%);
}

.oWPmM__root {
  display: block;
}
._jwzT__flickityCarouselContainer {
  opacity: 0;
}
._jwzT__flickityCarouselContainer .flickity-prev-next-button {
  top: 30%;
}

.rUFPU__RadioContainer {
  cursor: pointer;
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rUFPU__RadioContainer input {
  position: absolute;
  opacity: 0;
}
.d8Epv__RadioCheckmark {
  background-color: #fff;
  border: 1px solid #909090;
  border-radius: 50%;
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
.rUFPU__RadioContainer:hover input ~ .d8Epv__RadioCheckmark {
  background-color: #909090;
}
.rUFPU__RadioContainer input:checked ~ .d8Epv__RadioCheckmark {
  background-color: #fff;
}
.BufkO__RadioCheckmarkChecked {
  border-radius: 50%;
  display: block;
  left: 4px;
  height: 14px;
  position: absolute;
  top: 4px;
  width: 14px;
}
.tSDBS__RadioTextInput {
  line-height: 1.75;
  padding-left: 35px;
}

.YDkxo__RadioContainer {
  cursor: pointer;
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.YDkxo__RadioContainer input {
  position: absolute;
  opacity: 0;
}
.kVrR___RadioCheckmark {
  background-color: #fff;
  border: 1px solid #909090;
  border-radius: 50%;
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
.YDkxo__RadioContainer:hover input ~ .kVrR___RadioCheckmark {
  background-color: #909090;
}
.YDkxo__RadioContainer input:checked ~ .kVrR___RadioCheckmark {
  background-color: #fff;
}
.KUl1k__RadioCheckmarkChecked {
  border-radius: 50%;
  display: block;
  left: 4px;
  height: 14px;
  position: absolute;
  top: 4px;
  width: 14px;
}
.biN9___RadioTextInput {
  line-height: 1.75;
  padding-left: 35px;
}
.qxL3k__vbRadioCheckmark {
  width: 20px;
  height: 20px;
}
.ji00q__vbRadioCheckmarkChecked {
  height: 10px;
  width: 10px;
}
.rxqQj__vbRadioTextInput {
  position: relative;
  top: -2px;
}

.QG69q__root {
  height: 100%;
  display: block;
  overflow: hidden;
}
.TxBoh__pollsAttendeeView {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  word-break: break-word;
}
.SJ1HR__pollInfoWrapper {
  display: flex;
  flex-flow: column;
  padding-bottom: 5px;
}
.EWabG__flickityCarousel {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.EWabG__flickityCarousel .flickity-page-dots {
  top: 0;
  bottom: auto;
  padding-bottom: 5px;
  z-index: 1;
  left: 35px;
  width: calc(100% - 70px);
}
.EWabG__flickityCarousel .flickity-page-dots .dot.is-selected {
  width: 12px;
  height: 12px;
}
.EWabG__flickityCarousel .flickity-prev-next-button {
  top: 10px;
  width: 25px;
  height: 25px;
  z-index: 2;
  -webkit-transition: all linear 0.25s;
  transition: all linear 0.25s;
}
.EWabG__flickityCarousel .flickity-prev-next-button.previous {
  left: 10px !important;
}
.EWabG__flickityCarousel .flickity-prev-next-button.next {
  right: 10px !important;
}
.EWabG__flickityCarousel .flickity-carousel-container {
  height: 100%;
}
.EWabG__flickityCarousel .flickity-viewport {
  height: 100% !important;
}
.VlyXR__carouselEntry {
  width: 100%;
  top: 35px;
  overflow-y: auto;
  border-top-width: 1px;
  border-top-style: solid;
  padding-bottom: 10px;
}
.VlyXR__carouselEntry.is-selected {
  bottom: 10px;
}
.t04PO__pollSubFooter {
  border-top-width: 1px;
  border-top-style: solid;
  font-size: 0.75rem;
  line-height: 1.5rem;
  padding: 0 12px;
  text-align: left;
}
.YBhnw__pollOption {
  text-align: left;
  padding: 0 32px;
}
.f3Q7D__pollAuthoringTools {
  display: flex;
  flex-flow: row wrap;
  padding: 10px 25px;
  justify-content: center;
}
.F5KBO__managePollResponseWrapper {
  overflow-y: auto;
  margin-top: 5px;
  word-break: break-word;
}
.WNetn__editPollViewRoot {
  display: flex;
  flex-flow: column;
  height: 100%;
  overflow-y: auto;
}
.cQY64__editPollFormWrapper {
  margin: 30px 16px;
}
.y1DxX__editPollHeader {
  padding: 8px 16px;
  height: 30px;
  border-width: 1px;
  border-style: solid;
}
.y1DxX__editPollHeader h3 {
  margin: 0;
  font-size: 0.875rem;
}
.jA6Mt__multiChoice {
  font-size: 0.875rem;
}

vb-webcast-polls-view h4 {
  font-size: 1rem;
  font-weight: 700;
  margin: 10px 0 10px 0;
  text-align: left;
  padding: 0 16px;
}
vb-webcast-polls-view h4 .btn-toolbar {
  font-size: 0.75rem;
  font-weight: normal;
  margin-top: 4px;
}
vb-webcast-polls-view .btn-container {
  display: flex;
  justify-content: flex-end;
}
vb-webcast-polls-view .btn-container button {
  height: 32px;
  padding-right: 16px;
  margin: 2px;
}
vb-webcast-polls-view .pie-chart {
  overflow-y: auto;
}
vb-webcast-polls-view .pie-chart vb-ui-am-charts-core {
  background-color: transparent;
}
vb-webcast-polls-view .host-view .poll-responses label {
  display: block;
}
vb-webcast-polls-view.result-view .scroll-container {
  bottom: 84px;
}
vb-webcast-polls-view .btn:hover .show-on-hover {
  display: inline;
}
vb-webcast-polls-view .show-on-hover,
vb-webcast-polls-view .btn:hover .hide-on-hover {
  display: none;
}
vb-webcast-polls-view .poll-question-submitted {
  clear: right;
  padding-top: 5px;
  font-size: 0.8125rem;
}
vb-webcast-polls-view .poll-responses-wrapper {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
vb-webcast-polls-view .poll-responses {
  margin: 16px 0;
  text-align: left;
  padding: 0 32px;
}
vb-webcast-polls-view .poll-responses p {
  margin-bottom: 0;
}
vb-webcast-polls-view .poll-responses .vote-bar {
  height: 16px;
  -webkit-transition: all linear 0.25s;
  transition: all linear 0.25s;
  display: inline-block;
  vertical-align: middle;
}
vb-webcast-polls-view .poll-responses .vote-bar.hasVoteCount {
  border-width: 1px;
  border-style: solid;
}
vb-webcast-polls-view .poll-responses .vote-bar + span {
  display: inline-block;
  height: 16px;
  line-height: 16px;
}
vb-webcast-polls-view .poll-sub-footer {
  bottom: 55px;
}
vb-webcast-polls-view .poll-footer {
  border-top: 1px solid #ddd;
  width: 100%;
  padding: 0 16px;
  font-size: 0.75rem;
}
vb-webcast-polls-view .poll-edit-tools {
  padding-top: 8px;
}
vb-webcast-polls-view .viewport-pane {
  padding: 0 16px;
}
vb-webcast-polls-view .viewport-pane.host-view .poll-sub-footer {
  bottom: 0;
}
vb-webcast-polls-view .viewport-pane .poll-sub-footer {
  bottom: auto;
}
vb-webcast-polls-view .total {
  border-top: 1px solid #d8d8d8;
  margin-top: 32px;
  padding-top: 8px;
}
vb-webcast-polls-view .edit-webcast-poll {
  padding: 16px;
  position: relative;
  height: 375px;
}
vb-webcast-polls-view .edit-webcast-poll h5 {
  margin-top: 16px;
}
vb-webcast-polls-view .edit-webcast-poll h5 .float-right {
  margin-top: -3px;
}
vb-webcast-polls-view .edit-webcast-poll h5 .float-right .btn {
  padding: 2px 6px;
}

/*!
 * jQuery UI Sortable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
.ui-sortable-handle {
	touch-action: none;
}

.OWwzz__root {
  display: flex;
}
.t4vTS__openQuestionWrapper {
  cursor: pointer;
}
.dtwxt__input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #fff;
  width: 75%;
  display: inline-block;
  flex: 1 !important;
}
.y9Gqc__submitBtn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.mkpqR__form {
  width: 100%;
  padding: 10px;
  border-width: 2px;
  border-style: solid;
  -webkit-transition: display linear 0.5s;
  transition: display linear 0.5s;
}
.mkpqR__form .DawQC__textArea:focus {
  border: 3px solid rgba(0, 0, 0, 0.75);
}
.DawQC__textArea {
  border: 0;
  resize: vertical;
}
.ub290__anonymousChkBox {
  display: inline-block;
  margin-top: 8px;
}

vb-webcast-question-card .question-status.question-status-detail,
vb-webcast-question-card .question-mod-buttons button .label {
  text-overflow: ellipsis;white-space: nowrap;overflow: hidden;-webkit-hyphens: auto;-moz-hyphens: auto;-ms-hyphens: auto;
}
vb-webcast-question-card {
  display: flex;
  flex-flow: column;
  position: relative;
  padding: 1px;
  word-wrap: break-word;
  word-break: break-word;
}
vb-webcast-question-card article {
  position: relative;
}
vb-webcast-question-card .new-message {
  background: #ffff80;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  height: 30px;
  max-height: 30px;
  max-width: 30px;
  padding: 0;
  position: absolute;
  right: 0;
  width: 30px;
}
@media all and (max-width: 768px) {
  vb-webcast-question-card .new-message {
    height: 20px;
    width: 20px;
  }
}
vb-webcast-question-card .new-message .bell-middle {
  color: #666666;
  left: 8px;
  top: 7px;
}
@media all and (max-width: 768px) {
  vb-webcast-question-card .new-message .bell-middle {
    left: 3px;
    top: 3px;
  }
}
vb-webcast-question-card .aside-icon {
  margin-left: 0;
}
vb-webcast-question-card .aside-icon .group {
  font-size: 0.75rem;
  padding: 5px 0 0 5px;
}
vb-webcast-question-card .aside-icon.icon-queued {
  margin-top: -5px;
}
vb-webcast-question-card .icon-block {
  display: block;
}
vb-webcast-question-card .question-info p {
  margin-bottom: 4px;
}
vb-webcast-question-card .question-number {
  font-size: 0.75rem;
}
vb-webcast-question-card .question-number:after {
  content: '.';
}
vb-webcast-question-card .question-status {
  font-size: 12px;
  width: 24px;
  border-width: 1px;
  border-style: solid;
}
vb-webcast-question-card .question-status.open-question:before {
  content: '?';
}
vb-webcast-question-card .question-status.circle {
  height: 24px;
  line-height: 24px;
}
vb-webcast-question-card .question-status.ok_2 {
  font-weight: normal;
}
vb-webcast-question-card .question-status.question-status-detail {
  border-radius: 4px;
  font-size: 0.625rem;
  text-align: center;
  width: 60px;
}
vb-webcast-question-card .question-status.question-status-detail.reply {
  background-color: #108dda;
  color: #fff;
}
vb-webcast-question-card .question-status.question-status-detail.closed {
  background-color: rgba(0, 0, 0, 0.1);
  color: #898989;
}
vb-webcast-question-card .question-qtext {
  font-size: 0.875rem;
  font-weight: 700;
  white-space: pre-line;
  margin: 0 0 8px 0;
  width: 95%;
  max-width: 95%;
  padding-top: 4px;
}
vb-webcast-question-card .question-from,
vb-webcast-question-card .question-when-asked {
  font-size: 0.75rem;
  line-height: 0.875rem;
  display: block;
}
vb-webcast-question-card .question-reply,
vb-webcast-question-card .question-answered-by-speaker {
  display: block;
  padding: 8px;
  margin-top: 8px;
  margin-right: 16px;
  line-height: 1;
}
vb-webcast-question-card .question-reply:before,
vb-webcast-question-card .question-answered-by-speaker:before {
  content: '>';
  margin-right: 8px;
}
vb-webcast-question-card .question-reply .comment-body {
  white-space: pre-line;
}
vb-webcast-question-card .question-reply-by {
  display: block;
  font-style: italic;
  margin-top: 8px;
  margin-left: 16px;
}
vb-webcast-question-card .question-reply-by:before {
  content: '\2014';
  margin-right: 4px;
}
vb-webcast-question-card .question-mod-buttons {
  margin: 0;
}
vb-webcast-question-card .question-mod-buttons button {
  border: none;
  width: 100%;
}
vb-webcast-question-card .question-mod-buttons button .label {
  font-size: 0.875rem;
  padding: 4px 0;
  position: relative;
  top: -1px;
}
@media all and (max-width: 480px) {
  vb-webcast-question-card .question-mod-buttons button .label {
    display: block;
  }
}
vb-webcast-question-card .closedQueueStatusDropdown {
  position: absolute;
  top: 2px;
  right: 10px;
}
vb-webcast-question-card .closedQueueStatusDropdown .dropdown-toggle {
  padding: 5px 10px 3px !important;
}
vb-webcast-question-card .closedQueueStatusDropdown .dropdown-toggle .more-icon {
  width: auto;
}
vb-webcast-question-card .closedQueueStatusDropdown .dropdown-toggle .more-icon .circle {
  display: block;
  width: 3px;
  height: 3px;
  margin-bottom: 2px;
}
vb-webcast-question-card .closedQueueStatusDropdown .dropdown-menu {
  border-radius: 3px !important;
  top: 20px;
  right: 0 !important;
  left: auto !important;
  color: #000;
}
vb-webcast-question-card .closedQueueStatusDropdown .dropdown-menu li {
  border-bottom: none;
}
vb-webcast-question-card .closedQueueStatusDropdown .dropdown-menu li > .dropdown-item {
  padding: 8px 16px 8px 16px;
  background: none;
  border: none;
}
vb-webcast-question-card .closedQueueStatusDropdown .dropdown-menu li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
vb-webcast-question-card .closedQueueStatusDropdown .dropdown-menu .glyphicons {
  margin-right: 8px;
}
vb-webcast-question-card.direct-reply-in-progress > span:not(.question-status),
vb-webcast-question-card.direct-reply-in-progress .dropdown-toggle,
vb-webcast-question-card.direct-reply-in-progress .question-mod-buttons {
  opacity: 0.4;
}
vb-webcast-question-card.direct-reply-in-progress .question-reply-inprogress {
  font-style: italic;
  font-weight: normal;
  white-space: normal;
}
vb-webcast-question-card .options {
  min-height: 25px;
}
vb-webcast-question-card .question-mod-buttons {
  margin: 0;
  padding: 2px;
}
.webcast-manage-questions-full-screen vb-webcast-question-card .inbox-view .question-qtext {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.webcast-manage-questions-full-screen vb-webcast-question-card .queue-view .question-qtext {
  font-size: 1rem;
}
vb-webcast-question-card .drag-handle {
  display: none;
}
.draggable vb-webcast-question-card .drag-handle {
  display: block;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  right: 5px;
  padding: 0;
  cursor: default;
  cursor: hand;
  cursor: move;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: grab;
}
.draggable vb-webcast-question-card .drag-handle .glyphicons {
  position: absolute;
  top: 4px;
  right: 9px;
}
@media (max-width: 992px) {
  .draggable vb-webcast-question-card .drag-handle {
    left: auto;
    bottom: auto;
  }
}
@media (max-width: 1200px) {
  vb-webcast-question-card .question-number,
  vb-webcast-question-card .width-full h5.question-qtext {
    font-size: 1.125rem;
  }
}
[flex="webcast-qa-card-viewer"] {
  -webkit-flex: 0 1 85%;
  flex: 0 1 85%;
}
[flex="webcast-qa-card-moderator"] {
  -webkit-flex: 0 1 90%;
  flex: 0 1 90%;
}

.Cwi6A__root {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding-top: 10px;
  height: 100%;
}
.Cwi6A__root vb-ui-tab-panel [role="tabpanel"] {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.Cwi6A__root vb-ui-tab-panel button[role="tab"]:first-child {
  border-left: 0;
}
.Cwi6A__root vb-ui-tab-panel .Y8_ry__questionListWrap {
  position: relative;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.Cwi6A__root vb-ui-tab-panel .Y8_ry__questionListWrap vb-webcast-questions-list {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.OnlNq__tab {
  display: flex;
  flex-direction: column;
  padding-right: 0;
}
.OnlNq__tab vb-webcast-ask-question {
  padding-right: 0.75rem;
  padding-bottom: 5px;
}
.YUGw6__noQuestionAsked {
  display: flex;
  justify-content: center;
  padding-top: 16px;
}

vb-webcast-questions-list {
  display: flex;
}
vb-webcast-questions-list .webcast-questions-list .card-holder {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
vb-webcast-questions-list .webcast-questions-list .manage-card-holder {
  border-bottom-width: 0;
}
vb-webcast-questions-list .ui-sortable-placeholder {
  height: 100px;
}
vb-webcast-questions-list .noQuestions {
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.mw6GY__root {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  overflow-y: auto;
  height: 100%;
}
.NvQs3__askQuestionWrapper {
  padding: 16px;
}
.eJyUA__rightToolSection {
  margin-left: auto;
}
.R6_Ms__closedQuestionsFilterMenu {
  border-radius: 3px !important;
  left: auto !important;
  right: 0 !important;
}
.tGmmi__questionListWrap {
  position: relative;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tGmmi__questionListWrap vb-webcast-questions-list {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.webcast-manage-questions-full-screen .question-list-layout {
  display: -webkit-flex;display: flex;
}
.questionsFullscreenHost {
  padding: 0;
}
.webcast-manage-questions-full-screen {
  height: 100vh;
}
.webcast-manage-questions-full-screen > header {
  padding: 0 16px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.webcast-manage-questions-full-screen > header h1 {
  display: inline-block;
  font-size: 1.313rem;
  line-height: 48px;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}
.webcast-manage-questions-full-screen > header .header-section {
  padding: 4px 10px 4px 0;
}
.webcast-manage-questions-full-screen > header form {
  position: relative;
  margin-right: 19px;
}
.webcast-manage-questions-full-screen > header form .qtext-filter {
  width: 300px;
}
.webcast-manage-questions-full-screen > header form .qtext-filter-reset {
  position: absolute;
  top: -2px;
  right: -24px;
  background-color: transparent;
  border: 0;
  line-height: 2.5em;
  height: 2em;
}
.webcast-manage-questions-full-screen > header .btn {
  height: 32px;
  line-height: 32px;
  padding: 0 8px;
}
.webcast-manage-questions-full-screen .question-list-layout > section {
  position: relative;
  -webkit-flex: 1 0;
  flex: 1 0;
  border-right-width: 1px;
  border-right-style: solid;
  padding-top: 40px;
}
.webcast-manage-questions-full-screen .question-list-layout > section:last-child {
  margin-right: 0;
  border-right: 0;
}
.webcast-manage-questions-full-screen .question-list-layout > section > header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 40px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.webcast-manage-questions-full-screen .question-list-layout > section > header h1 {
  font-size: 1.125rem;
  line-height: 40px;
  text-transform: uppercase;
  margin: 0;
}
.webcast-manage-questions-full-screen .question-list-layout > section > header .btn-hide-question-list {
  background: transparent;
  border: 0;
  padding: 8px;
}
.webcast-manage-questions-full-screen .question-list-layout > section question-list-item .dropdown-toggle {
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.5);
}
.webcast-manage-questions-full-screen .question-list-layout > section.inbox-view vb-webcast-questions-list,
.webcast-manage-questions-full-screen .question-list-layout > section.queue-view vb-webcast-questions-list,
.webcast-manage-questions-full-screen .question-list-layout > section.closed-view vb-webcast-questions-list {
  height: 100%;
  padding: 0 8px;
  margin-top: 0;
}
.webcast-manage-questions-full-screen .question-list-layout > section.inbox-view vb-webcast-questions-list .webcast-questions-list li,
.webcast-manage-questions-full-screen .question-list-layout > section.queue-view vb-webcast-questions-list .webcast-questions-list li,
.webcast-manage-questions-full-screen .question-list-layout > section.closed-view vb-webcast-questions-list .webcast-questions-list li {
  border-bottom: none;
}
.webcast-manage-questions-full-screen .question-list-layout > section.closed-view question-list-item {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
}
.webcast-manage-questions-full-screen .question-list-layout > section.closed-view question-list-item > div {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.webcast-manage-questions-full-screen .question-list-layout > section.closed-view question-list-item .question-status-detail {
  top: 8px;
}
.webcast-manage-questions-full-screen .question-list-layout > section.closed-view question-list-item .question-number,
.webcast-manage-questions-full-screen .question-list-layout > section.closed-view question-list-item .question-qtext,
.webcast-manage-questions-full-screen .question-list-layout > section.closed-view question-list-item .question-from {
  color: #fff;
}
.webcast-manage-questions-full-screen .question-list-layout > section.closed-view question-list-item .dropdown-toggle .circle {
  background-color: #fff;
}
.webcast-manage-questions-full-screen .question-list-layout > section .noQuestions {
  text-align: center;
  padding-top: 50%;
  font-size: 1.125rem;
}
.webcast-manage-questions-full-screen .question-list-layout .can-manage question-list-item {
  padding: 0 8px;
  border-radius: 4px;
  background-color: #ebebeb;
}
@media (max-width: 992px) {
  .webcast-manage-questions-full-screen .question-list-layout {
    display: block;
  }
  .webcast-manage-questions-full-screen .question-list-layout > section {
    height: auto;
    min-height: 100px;
  }
  .webcast-manage-questions-full-screen .question-list-layout > section .no-asks {
    padding: 40px 0;
  }
}

.BILvd__tooltipContainer .tooltip-arrow {
  left: 10px !important;
}
.X1rLD__questionWrapper {
  white-space: pre-line;
  word-wrap: break-word;
  max-height: 30vh;
  overflow-y: auto;
}
.ngkWh__header {
  background: none;
}
.ngkWh__header h1 {
  text-transform: none;
}
.L52xi__textArea {
  resize: vertical;
}

.XW67R__header {
  line-height: 47px;
  font-weight: bold;
  font-size: 0.875rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.fP6cw__presentation-slides .XW67R__header {
  border-top: 1px solid #d8d8d8;
}
.XW67R__header vb-webcast-vod-timer {
  flex-grow: 1;
}
.eZOrH__videoHeightContainer {
}
.eZOrH__videoHeightContainer.lR2OS__focusVideo > [layout] {
  padding: 0 !important;
}
.pn20p__videoWrapper {
  width: 100%;
  position: relative;
  display: flex !important;
}
.pn20p__videoWrapper [vb-webcast-player] {
  margin: 0 auto;
}
.pn20p__videoWrapper vb-webcast-vod-preview {
  width: 100%;
}
.pn20p__videoWrapper .player-wrap {
  overflow: hidden;
  position: relative;
}

.IPfc9__componentContainer {
  padding: 32px;
  border: solid lightgrey;
}
.dJ_Zn__playerContainer {
  height: 75%;
}
.pGY0L__previewContainer {
  display: flex;
  flex-direction: row;
  padding-top: 16px;
  justify-content: space-around;
}
.MGl4I__metadataContainer {
  display: flex;
  flex-direction: column;
  margin-left: 24px;
}
.MGl4I__metadataContainer span {
  margin-bottom: 16px;
}
.AnZIF__playerLabel {
  position: relative;
  pointer-events: none;
}
.IMd_L__metadataTitle {
  line-height: 1.2em;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.D38MO__root {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--theme-primary);
}
.D38MO__root .vb-draggable.vb-draggable-helper {
  width: 160px;
  height: 90px;
  cursor: grabbing !important;
}
.D38MO__root .vb-draggable.vb-draggable-grab {
  cursor: grab;
}
.D38MO__root .list-group-item {
  padding: 10px 15px;
  color: #555;
}
.D38MO__root .list-group-item:hover,
.D38MO__root .list-group-item:focus {
  background-color: #f5f5f5;
}
.vTKFE__setupRoot {
  display: flex;
  height: 100%;
  padding-bottom: 25px;
}
.tO5dN__safariBumpContent {
  width: 500px;
  margin: auto;
  position: relative;
  top: 30%;
}
.oKW_8__safariFooter {
  padding-top: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.Bd1rX__leftContent {
  display: flex;
  flex-direction: column;
  flex: 7;
}
.v4xhq__leftHeader {
  flex: 0 0;
}
.iggC6__flexFullHeight {
  flex: 1 !important;
  height: 100%;
}
.IDVp___rightContent {
  flex: 3;
  margin: auto;
  padding: 0 20px 0 10px;
}
.IDVp___rightContent div {
  padding: 5px 0;
}
.IDVp___rightContent button {
  margin: 25px 0;
  width: 100%;
}
.jqnZp__learnMore {
  text-decoration: underline;
  cursor: pointer;
}
.FAJ1m__learnMoreModal .modal-content {
  background: inherit;
  color: inherit;
}
.nbSbr__learnMoreHeader {
  padding: 15px;
}
.nbSbr__learnMoreHeader button {
  border: none;
  background: none;
  font-size: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.wGUpC__learnMoreBody {
  padding: 15px;
}
.wGUpC__learnMoreBody div {
  margin-bottom: 10px;
}
.VSDGf__learnMoreFooter {
  margin: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.VSDGf__learnMoreFooter button {
  padding: 10px 50px;
}
.DS5zE__artBy {
  position: fixed;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 10000;
}
.l7pRN__flexCenter {
  display: flex;
  justify-content: center;
}
.haNCa__backstageRoot {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.uZbu8__topRow {
  display: flex;
  flex-direction: row;
  flex: 1;
}
.uZbu8__topRow > * {
  flex: 1;
}
.uZbu8__topRow > *:first-child {
  margin-right: 28px;
}
.WOmIT__focusPreview {
  flex: 3;
}
.orNcf__hidePreview {
  display: none;
}
.YqxCp__collapseToggle {
  cursor: pointer;
  z-index: 10;
}
.MeGEv__bottomRow {
  display: flex;
  flex-direction: column;
  background: var(--theme-primary-overlay);
  box-shadow: 0 7px 10px -9px #000 inset;
}
.OYVDR__collapseHeader {
  display: flex;
  align-items: center;
  padding: 6px 2px;
}
.OYVDR__collapseHeader.sjWzg__collapsed {
  padding: 10px 2px;
}
.OYVDR__collapseHeader > a {
  flex: 1;
}
.FU9vG__numberMissing {
  z-index: 10;
}
.q9_oa__producerControls {
  flex: 0 !important;
  margin: 0 auto;
  width: 100%;
}
.Jo3j0__toolbarBtn {
  margin: 0 5px;
  border: none;
  background: rgba(255, 255, 255, 0.15);
  z-index: 1;
  border-radius: 3px;
}
.klokj__options {
  position: relative;
}
.klokj__options .dropdown-menu {
  margin: 0;
  padding: 0;
}
.klokj__options .list-group-item:hover {
  background: rgba(0, 0, 0, 0.1);
}
.klokj__options .vb-icon {
  position: relative;
  top: 2px;
  font-size: 1.125rem;
}
.Cr_PK__collapseContent {
  display: flex;
  flex-direction: row;
  height: 300px;
}
@media (max-height: 900px) {
  .Cr_PK__collapseContent {
    height: 225px;
  }
}
@media (max-height: 700px) {
  .Cr_PK__collapseContent {
    height: 150px;
  }
}
.OjW9g__dotSpacer {
  display: inline-block;
  margin: 0 10px;
}
.LWvPi__bodyFullHeight {
  height: 100vh;
  overflow: hidden;
}
.ZHcUr__missingUser {
  overflow: hidden;
}
.eHB3m__volumeControl {
  color: #303030;
  width: 300px;
}
.eHB3m__volumeControl > div {
  display: flex;
  padding: 3px 0;
}
.eHB3m__volumeControl > div > button {
  border: none;
  width: auto;
  padding: 1px 6px;
}
.eHB3m__volumeControl > div > button > span {
  position: relative;
  top: 2px;
}
.eHB3m__volumeControl > div > input {
  padding: 0;
}
.oVwvH__pushToTalkContainer {
  display: flex;
  justify-content: center;
}
.oVwvH__pushToTalkContainer button {
  margin: 10px;
  padding: 10px;
  color: #fff;
  background: #212121;
  border-radius: 5px;
  border: none;
  user-select: none;
}
.oVwvH__pushToTalkContainer button:active {
  background: #303030;
}
.oVwvH__pushToTalkContainer button.Ui0Ys__activePushTalk {
  color: #fff;
}
.oVwvH__pushToTalkContainer button.Ui0Ys__activePushTalk,
.oVwvH__pushToTalkContainer button.Ui0Ys__activePushTalk:hover {
  background-color: #b42d24 !important;
}

.cw3iw__videoPreviewPlayer {
  display: block;
  height: 100%;
  padding-top: 30px;
}
.cw3iw__videoPreviewPlayer .vb-droppable-hover {
  box-shadow: 0 0 0 5px var(--theme-accent);
}
.KfpXU__aspectWrap {
  height: 100%;
  position: relative;
}
.S790l__aspectInner {
  position: absolute;
  background: black;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  border-radius: 8px;
}
.gZK10__innerContent {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.Ns1vR__previewPlayerHeader {
  display: flex;
  position: absolute;
  top: -35px;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.eim_X__sendLiveBtn {
  position: absolute;
  bottom: 0;
  top: unset !important;
  right: -50px;
  padding: 18px 12px;
  font-size: 1.25rem;
}
._10kAW__previewPlayerToolbar {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  right: -46px;
}
video-preview-player-tile {
  position: absolute;
}
video-preview-player-tile button {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
video-preview-player-tile:not(:hover) button,
video-preview-player-tile .vb-draggable-helper button {
  display: none;
}
video-preview-player-tile > .PKZq7__placeholder {
  display: block;
  font-size: 2vw;
  background-color: #d6d6d6;
  color: #141414;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
}
video-preview-player-tile video,
video-preview-player-tile div,
video-preview-player-tile .PKZq7__placeholder {
  width: 100%;
  height: 100%;
}
.Gqfg4__noStreamText {
  height: 100%;
  width: 100%;
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 992px), (max-height: 100px) {
  .Gqfg4__noStreamText {
    font-size: 0.5rem;
  }
}
@media (max-height: 720px) {
  .Gqfg4__noStreamText {
    font-size: 0.5rem;
  }
}
.GMwCy__background {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.pyUtS__root {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.pyUtS__root vb-profile-picture {
  margin: 0 5px;
}
.pyUtS__root vb-profile-picture > span {
  border-color: initial;
  transition: box-shadow 2s;
}
.pyUtS__root.editable vb-profile-picture:hover > span {
  border-color: #b42d24;
  cursor: pointer;
}
.XVZAQ__presenter {
  position: relative;
}
.j2Qgg__muteIcon {
  position: absolute;
  bottom: -4px;
  right: -3px;
  background: #b42d24;
  padding: 7px;
  border-radius: 20px;
  color: #fff;
  border: 1px solid #000;
}
.j2Qgg__muteIcon .vb-icon {
  position: absolute;
  left: 4px;
  top: 4px;
  font-size: 9px;
}
vb-profile-picture.ypevX__muted > span {
  border-color: #b42d24;
  box-shadow: none !important;
}

.D38MO__root {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--theme-primary);
}
.D38MO__root .vb-draggable.vb-draggable-helper {
  width: 160px;
  height: 90px;
  cursor: grabbing !important;
}
.D38MO__root .vb-draggable.vb-draggable-grab {
  cursor: grab;
}
.D38MO__root .list-group-item {
  padding: 10px 15px;
  color: #555;
}
.D38MO__root .list-group-item:hover,
.D38MO__root .list-group-item:focus {
  background-color: #f5f5f5;
}
.vTKFE__setupRoot {
  display: flex;
  height: 100%;
  padding-bottom: 25px;
}
.tO5dN__safariBumpContent {
  width: 500px;
  margin: auto;
  position: relative;
  top: 30%;
}
.oKW_8__safariFooter {
  padding-top: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.Bd1rX__leftContent {
  display: flex;
  flex-direction: column;
  flex: 7;
}
.v4xhq__leftHeader {
  flex: 0 0;
}
.iggC6__flexFullHeight {
  flex: 1 !important;
  height: 100%;
}
.IDVp___rightContent {
  flex: 3;
  margin: auto;
  padding: 0 20px 0 10px;
}
.IDVp___rightContent div {
  padding: 5px 0;
}
.IDVp___rightContent button {
  margin: 25px 0;
  width: 100%;
}
.jqnZp__learnMore {
  text-decoration: underline;
  cursor: pointer;
}
.FAJ1m__learnMoreModal .modal-content {
  background: inherit;
  color: inherit;
}
.nbSbr__learnMoreHeader {
  padding: 15px;
}
.nbSbr__learnMoreHeader button {
  border: none;
  background: none;
  font-size: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.wGUpC__learnMoreBody {
  padding: 15px;
}
.wGUpC__learnMoreBody div {
  margin-bottom: 10px;
}
.VSDGf__learnMoreFooter {
  margin: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.VSDGf__learnMoreFooter button {
  padding: 10px 50px;
}
.DS5zE__artBy {
  position: fixed;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 10000;
}
.l7pRN__flexCenter {
  display: flex;
  justify-content: center;
}
.haNCa__backstageRoot {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.uZbu8__topRow {
  display: flex;
  flex-direction: row;
  flex: 1;
}
.uZbu8__topRow > * {
  flex: 1;
}
.uZbu8__topRow > *:first-child {
  margin-right: 28px;
}
.WOmIT__focusPreview {
  flex: 3;
}
.orNcf__hidePreview {
  display: none;
}
.YqxCp__collapseToggle {
  cursor: pointer;
  z-index: 10;
}
.MeGEv__bottomRow {
  display: flex;
  flex-direction: column;
  background: var(--theme-primary-overlay);
  box-shadow: 0 7px 10px -9px #000 inset;
}
.OYVDR__collapseHeader {
  display: flex;
  align-items: center;
  padding: 6px 2px;
}
.OYVDR__collapseHeader.sjWzg__collapsed {
  padding: 10px 2px;
}
.OYVDR__collapseHeader > a {
  flex: 1;
}
.FU9vG__numberMissing {
  z-index: 10;
}
.q9_oa__producerControls {
  flex: 0 !important;
  margin: 0 auto;
  width: 100%;
}
.Jo3j0__toolbarBtn {
  margin: 0 5px;
  border: none;
  background: rgba(255, 255, 255, 0.15);
  z-index: 1;
  border-radius: 3px;
}
.klokj__options {
  position: relative;
}
.klokj__options .dropdown-menu {
  margin: 0;
  padding: 0;
}
.klokj__options .list-group-item:hover {
  background: rgba(0, 0, 0, 0.1);
}
.klokj__options .vb-icon {
  position: relative;
  top: 2px;
  font-size: 1.125rem;
}
.Cr_PK__collapseContent {
  display: flex;
  flex-direction: row;
  height: 300px;
}
@media (max-height: 900px) {
  .Cr_PK__collapseContent {
    height: 225px;
  }
}
@media (max-height: 700px) {
  .Cr_PK__collapseContent {
    height: 150px;
  }
}
.OjW9g__dotSpacer {
  display: inline-block;
  margin: 0 10px;
}
.LWvPi__bodyFullHeight {
  height: 100vh;
  overflow: hidden;
}
.ZHcUr__missingUser {
  overflow: hidden;
}
.eHB3m__volumeControl {
  color: #303030;
  width: 300px;
}
.eHB3m__volumeControl > div {
  display: flex;
  padding: 3px 0;
}
.eHB3m__volumeControl > div > button {
  border: none;
  width: auto;
  padding: 1px 6px;
}
.eHB3m__volumeControl > div > button > span {
  position: relative;
  top: 2px;
}
.eHB3m__volumeControl > div > input {
  padding: 0;
}
.oVwvH__pushToTalkContainer {
  display: flex;
  justify-content: center;
}
.oVwvH__pushToTalkContainer button {
  margin: 10px;
  padding: 10px;
  color: #fff;
  background: #212121;
  border-radius: 5px;
  border: none;
  user-select: none;
}
.oVwvH__pushToTalkContainer button:active {
  background: #303030;
}
.oVwvH__pushToTalkContainer button.Ui0Ys__activePushTalk {
  color: #fff;
}
.oVwvH__pushToTalkContainer button.Ui0Ys__activePushTalk,
.oVwvH__pushToTalkContainer button.Ui0Ys__activePushTalk:hover {
  background-color: #b42d24 !important;
}

.vqJqQ__root {
  display: block;
  position: relative;
  background-color: black;
  aspect-ratio: 1.77777778;
  border-radius: 8px;
}
.vqJqQ__root video,
.vqJqQ__root img {
  width: 100%;
  aspect-ratio: 1.77777778;
  border-radius: 8px;
}
.v66Mu__incomingPushTalk {
  box-shadow: 0 0 0 4px #378457;
}
.QYEsj__presenterVideoListRoot {
  display: grid;
  flex: 0.8;
  padding-right: 20px;
  grid-template-columns: repeat(4, 1fr);
  overflow-y: auto;
}
.QYEsj__presenterVideoListRoot.small-width {
  flex: 1.2;
}
@media (max-width: 1700px) {
  .QYEsj__presenterVideoListRoot.small-width {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1500px) {
  .QYEsj__presenterVideoListRoot.small-width {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1300px) {
  .QYEsj__presenterVideoListRoot.small-width {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1200px) {
  .QYEsj__presenterVideoListRoot {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .QYEsj__presenterVideoListRoot {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .QYEsj__presenterVideoListRoot {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.GygdC__labelWrap {
  flex: 1 1 auto;
}
.GygdC__labelWrap .eJVog__label {
  padding-left: 5px;
  color: #fff;
  font-size: 0.8vw;
  line-height: 0.8vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.lf09h__videoButton {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border: none;
  height: 35px;
  width: 35px;
}
.lf09h__videoButton > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.pIJQN__toggleStreamButton {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border: none;
  height: 35px;
  width: 35px;
  position: relative;
  color: #009b01;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.pIJQN__toggleStreamButton > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.pIJQN__toggleStreamButton .vb-icon {
  font-size: 1.2rem;
}
.ZIT5O__muteButton {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  border: none;
  height: 35px;
  width: 35px;
  position: relative;
  background: none;
  color: #fff;
}
.ZIT5O__muteButton > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.hnsAz__gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 25%);
  border-radius: 8px;
  pointer-events: none;
}
.zYj0g__presenterVideoWrap {
  padding: 5px;
}
.a5wmP__dropdown {
  position: absolute;
  top: 0;
  right: -1px;
}
.WHUJa__dropdownMenu.dropdown-menu {
  border: none;
  margin: 3px 0 0;
  padding: 0;
  right: -35px !important;
  left: auto !important;
  border-radius: 4px 0 4px 4px !important;
  background: #141414;
  color: #fff;
}
.WHUJa__dropdownMenu.dropdown-menu button {
  display: block;
  background: none;
  color: inherit;
  border: none;
  padding: 10px;
  width: 100%;
  text-align: right;
}
.WHUJa__dropdownMenu.dropdown-menu button:hover {
  background: rgba(255, 255, 255, 0.15) !important;
}
.Y75QL__dropUp {
  border-radius: 4px 4px 0 4px !important;
}
.Fgbgg__dropdownToggle {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border: none;
  height: 35px;
  width: 35px;
  display: block;
  position: static;
  border-bottom-left-radius: 5px;
  opacity: 0;
  transition: 1s opacity;
  border-top-right-radius: 8px;
}
.Fgbgg__dropdownToggle > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.vqJqQ__root:hover .Fgbgg__dropdownToggle,
.a5wmP__dropdown.open .Fgbgg__dropdownToggle,
.Fgbgg__dropdownToggle:focus {
  opacity: 1;
}
.cD39A__speakerActiveIcon {
  color: #378457;
}
.qoRfb__mutedIcon {
  color: #b42d24;
}
.jshj6__bottomRow {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  align-items: center;
}
.jshj6__bottomRow > button {
  flex: 0 0 auto;
}
.Me5A3__pushToTalkContainer {
  background: #222;
}
.mu200__activePushTalk {
}

.eJWIl__root {
  display: block;
  flex: 1;
}
.E1oeT__producerVideoControls {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0 10px;
  height: 100%;
}
.E1oeT__producerVideoControls ul.dropdown-menu {
  border: 0;
  padding-top: 0;
}
.E1oeT__producerVideoControls ul.dropdown-menu li button {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  padding: 5px;
}
.E1oeT__producerVideoControls ul.dropdown-menu li button:hover {
  background: linear-gradient(rgba(34, 41, 48, 0.5), rgba(34, 41, 48, 0.5));
}
.E1oeT__producerVideoControls video {
  border-radius: 8px;
}
.E1oeT__producerVideoControls .caret {
  margin: 0;
  border-bottom-color: var(--theme-primary-txt);
}
.E1oeT__producerVideoControls.STyjy__toolbarRow {
  flex-direction: column;
}
.GDRuS__label {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0 5px 0 10px;
  color: #fff;
  font-size: 0.8vw;
  line-height: 0.8vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 8px;
}
.Wl6xY__playerRow {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}
.jyv_l__playerWrap {
  position: relative;
  height: 100%;
  flex-grow: 1;
}
.Gv_0d__playerWrapInner {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
}
.Gv_0d__playerWrapInner.XeVML__left {
  right: 5px;
}
.Gv_0d__playerWrapInner.vDQHR__right {
  left: 5px;
}
.Gv_0d__playerWrapInner.YYdpc__center {
  transform: translate(-50%, 50%);
  left: 50%;
}
.Gv_0d__playerWrapInner video {
  height: 100%;
  width: 100%;
  border-radius: 8px;
}
.jj2PV__placeholder {
  position: relative;
}
.jj2PV__placeholder img {
  width: 100%;
  border-radius: 8px;
}
.jj2PV__placeholder div {
  display: block;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
}
.Ai7hw__toolbar {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  flex: 0 0 auto;
  justify-content: space-evenly;
  order: -1;
}
.STyjy__toolbarRow .Ai7hw__toolbar {
  flex-direction: row;
  justify-content: center;
  order: unset;
}
.Ai7hw__toolbar .vb-icon:before {
  vertical-align: top;
  position: relative;
  top: 2px;
}
.ua-apple .Ai7hw__toolbar .vb-icon:before {
  top: auto;
}
.GDEsD__toolbarGroup {
  padding: 2px 5px;
}
.GDEsD__toolbarGroup > button:first-child {
  border: none;
  border-radius: 30px;
  padding: 10px;
  height: 50px;
  width: 50px;
  font-size: 1.4rem;
  overflow: hidden;
  background: #222;
}
.GDEsD__toolbarGroup .CntGF__btnActive {
  color: #3f8457;
}
.GDEsD__toolbarGroup .X0LmU__btnActive2 {
  background: #3f8457 !important;
  color: #fff;
}
.GDEsD__toolbarGroup .gzKXm__btnInactive {
  color: #f88686;
}
.GDEsD__toolbarGroup .PBRVL__toolbarMenuBtn {
  position: relative;
  background: none;
  color: #fff;
  border: none;
  padding: 0;
}
.GDEsD__toolbarGroup .PBRVL__toolbarMenuBtn .vb-icon {
  font-size: 2rem;
  display: block;
  position: relative;
  left: -2px;
  top: 3px;
}
.GDEsD__toolbarGroup .PBRVL__toolbarMenuBtn .lbeNW__chevronRight {
  transform: rotate(90deg);
}
.GDEsD__toolbarGroup .dropdown-menu {
  inset: auto auto 100% 0 !important;
  transform: none !important;
}
.p4mmp__toolbarCol .GDEsD__toolbarGroup .dropdown-menu {
  inset: auto auto 2px calc(100% - 22px) !important;
  margin-bottom: 0 !important;
}
.GDEsD__toolbarGroup .btn-group {
  display: inline-flex;
  flex-wrap: nowrap;
}
.GDEsD__toolbarGroup .list-group-item {
  border: none !important;
  color: #555;
}
@media (min-width: 1400px) {
  .GDEsD__toolbarGroup {
    padding: 5px 20px;
  }
}
.hOhZd__menuItem {
  display: flex;
  align-items: center;
}
.hOhZd__menuItem > span {
  right: -10px;
  font-size: 10px;
  padding-left: 5px;
}
.HKzxX__deviceLabel {
  max-width: 150px;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.an5Yx__dropdown {
}
.rvRXs__dropdownMenu {
}
.iatmz__dropdownToggle {
}
.Gv_0d__playerWrapInner:hover .iatmz__dropdownToggle,
.an5Yx__dropdown.open .iatmz__dropdownToggle {
  opacity: 1;
}
.QXyTK__audioStatus {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.UZgAn__speakingStatus {
  color: #378457;
}
.xBWNI__muteStatus {
  color: #b42d24;
}
.vb-icon-share {
  font-size: 1rem;
}

.vqJqQ__root {
  display: block;
  position: relative;
  background-color: black;
  aspect-ratio: 1.77777778;
  border-radius: 8px;
}
.vqJqQ__root video,
.vqJqQ__root img {
  width: 100%;
  aspect-ratio: 1.77777778;
  border-radius: 8px;
}
.v66Mu__incomingPushTalk {
  box-shadow: 0 0 0 4px #378457;
}
.QYEsj__presenterVideoListRoot {
  display: grid;
  flex: 0.8;
  padding-right: 20px;
  grid-template-columns: repeat(4, 1fr);
  overflow-y: auto;
}
.QYEsj__presenterVideoListRoot.small-width {
  flex: 1.2;
}
@media (max-width: 1700px) {
  .QYEsj__presenterVideoListRoot.small-width {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1500px) {
  .QYEsj__presenterVideoListRoot.small-width {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1300px) {
  .QYEsj__presenterVideoListRoot.small-width {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1200px) {
  .QYEsj__presenterVideoListRoot {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .QYEsj__presenterVideoListRoot {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .QYEsj__presenterVideoListRoot {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.GygdC__labelWrap {
  flex: 1 1 auto;
}
.GygdC__labelWrap .eJVog__label {
  padding-left: 5px;
  color: #fff;
  font-size: 0.8vw;
  line-height: 0.8vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.lf09h__videoButton {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border: none;
  height: 35px;
  width: 35px;
}
.lf09h__videoButton > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.pIJQN__toggleStreamButton {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border: none;
  height: 35px;
  width: 35px;
  position: relative;
  color: #009b01;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.pIJQN__toggleStreamButton > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.pIJQN__toggleStreamButton .vb-icon {
  font-size: 1.2rem;
}
.ZIT5O__muteButton {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  border: none;
  height: 35px;
  width: 35px;
  position: relative;
  background: none;
  color: #fff;
}
.ZIT5O__muteButton > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.hnsAz__gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 25%);
  border-radius: 8px;
  pointer-events: none;
}
.zYj0g__presenterVideoWrap {
  padding: 5px;
}
.a5wmP__dropdown {
  position: absolute;
  top: 0;
  right: -1px;
}
.WHUJa__dropdownMenu.dropdown-menu {
  border: none;
  margin: 3px 0 0;
  padding: 0;
  right: -35px !important;
  left: auto !important;
  border-radius: 4px 0 4px 4px !important;
  background: #141414;
  color: #fff;
}
.WHUJa__dropdownMenu.dropdown-menu button {
  display: block;
  background: none;
  color: inherit;
  border: none;
  padding: 10px;
  width: 100%;
  text-align: right;
}
.WHUJa__dropdownMenu.dropdown-menu button:hover {
  background: rgba(255, 255, 255, 0.15) !important;
}
.Y75QL__dropUp {
  border-radius: 4px 4px 0 4px !important;
}
.Fgbgg__dropdownToggle {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border: none;
  height: 35px;
  width: 35px;
  display: block;
  position: static;
  border-bottom-left-radius: 5px;
  opacity: 0;
  transition: 1s opacity;
  border-top-right-radius: 8px;
}
.Fgbgg__dropdownToggle > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.vqJqQ__root:hover .Fgbgg__dropdownToggle,
.a5wmP__dropdown.open .Fgbgg__dropdownToggle,
.Fgbgg__dropdownToggle:focus {
  opacity: 1;
}
.cD39A__speakerActiveIcon {
  color: #378457;
}
.qoRfb__mutedIcon {
  color: #b42d24;
}
.jshj6__bottomRow {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  align-items: center;
}
.jshj6__bottomRow > button {
  flex: 0 0 auto;
}
.Me5A3__pushToTalkContainer {
  background: #222;
}
.mu200__activePushTalk {
}

.YPHWL__sceneRow {
  position: relative;
  height: 120px;
  padding: 0px 30px 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
}
.YPHWL__sceneRow.MCM7O__sceneRowLarge {
  height: 215px;
}
.YPHWL__sceneRow img {
  height: 100%;
  aspect-ratio: 1.77777778;
  border-radius: 5px;
  margin: 0 10px;
}
.ip_zM__sceneScrollLeft {
  position: absolute;
  cursor: pointer;
  left: 10px;
  top: calc(50% - 7px);
}
.yoxeQ__sceneScrollRight {
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: calc(50% - 7px);
}

.xelXw__root {
  display: block;
  border: 4px solid var(--producer-banner-accent);
  border-left-width: 16px;
  padding: 6px 20px;
  background: #fff;
  color: #000;
  border-radius: 6px;
}
.tzIXu__bubble {
  border-left-width: 2px;
  border-radius: 20px;
}
.ylOnK__bannerRenderer {
  display: block;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
}
.InEaX__bannerRendererFrame {
  position: absolute;
  pointer-events: none;
}

.zY2Si__root {
  display: block;
  height: 100%;
}

.c0A5X__root {
  display: block;
  margin: 0 8px;
  padding-top: 3px;
  padding-bottom: 20px;
}
.c0A5X__root label {
  color: var(--theme-primary-txt);
}
.c0A5X__root vb-ui-toggle-content-display footer {
  margin-top: 6px !important;
}
.c0A5X__root vb-ui-form-group {
  padding-left: 4px;
  padding-top: 10px;
}
.c0A5X__root hr {
  margin: 10px 0 5px;
}
.tvFeq__cursorPointer {
  cursor: pointer;
}
.s5R6___collapseBtn {
  height: 20px;
  width: 30px;
  margin: 10px;
  background: rgba(255, 255, 255, 0.15) !important;
  border: none !important;
  border-radius: 3px;
}
.nctcY__toolbarBtn {
  background: none;
  border: none;
}
.guePR__layoutBtn {
  margin: 4px;
  padding: 0;
  border-radius: 3px;
  border: 1px solid var(--theme-primary-txt);
  background: rgba(0, 0, 0, 0.9);
  box-sizing: content-box;
  overflow: hidden;
}
.guePR__layoutBtn,
.guePR__layoutBtn > img {
  width: 120px;
  height: 68px;
}
.guePR__layoutBtn.gBZ_r__active {
  border: 1px solid var(--theme-accent);
}
.guePR__layoutBtn video-banner {
  margin: 10px;
}
.guePR__layoutBtn span.glyphicons {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.guePR__layoutBtn.btn-file-wrapper {
  margin-top: 0;
  position: relative;
  top: 5px;
}
.XrfvH__bgImageBtn {
  display: inline-block;
  position: relative;
}
.XrfvH__bgImageBtn .guePR__layoutBtn {
  box-sizing: content-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.XrfvH__bgImageBtn:hover > .gt9wV__removeBtn {
  opacity: 100;
}
.XrfvH__bgImageBtn .gt9wV__removeBtn {
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0;
  transition: opacity 0.5s;
  background: #fff;
  border-radius: 0 0 0 5px;
  padding: 10px;
  border: 1px solid;
}
.XrfvH__bgImageBtn .gt9wV__removeBtn > span {
  position: absolute;
  right: 2px;
  top: 3px;
  color: #909090;
}
.KzSlY__layoutFilter {
  margin-right: 10px;
}
.KzSlY__layoutFilter a {
  color: var(--theme-primary-txt);
  text-decoration: none !important;
  margin-right: 1px;
}
.KzSlY__layoutFilter a:hover,
.KzSlY__layoutFilter a.active {
  color: var(--theme-accent);
}
.v8oLZ__more {
  text-align: center;
  cursor: pointer;
  margin-top: 5px;
}
.y_hya__layoutIconRoot {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  color: #000;
}
.y_hya__layoutIconRoot span {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.bMH9l__iconVideoTile {
  position: absolute;
  border: 1px solid #707070;
  border-radius: 3px;
  background: #cbcbcb;
  text-align: center;
  font-size: 0.875rem;
}
.FczKM__blankLayoutTile {
  color: #fff;
  background: none;
  position: relative;
  height: 100%;
}
.Mf6vV__iconFullFrame {
  border-radius: 0;
  border: 0;
}
.uZUIL__helpTxt {
  display: inline-block;
  padding: 5px 0 0 5px;
  font-size: 0.75rem;
}

.QvFVA__root {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.QvFVA__root .dropdown-menu {
  --bs-dropdown-bg: var(--theme-primary-lighten-10);
  --bs-dropdown-color: var(--theme-primary-txt);
  --bs-dropdown-link-color: var(--theme-primary-txt);
  --bs-dropdown-link-hover-bg: var(--theme-primary-fade-90);
  --bs-dropdown-link-active-bg: var(--theme-primary-lighten-10);
  --bs-dropdown-link-active-color: var(--theme-primary-txt);
  --bs-dropdown-item-padding-x: 0.5rem;
  --bs-dropdown-item-padding-y: 0.6rem;
  --bs-border-width: 0;
}
.QvFVA__root vb-ui-html-editor {
  margin-top: 1px;
}
.QvFVA__root vb-ui-html-editor .cke {
  border-radius: 0;
}
.FdPbp__legacyStyle.QvFVA__root vb-ui-html-editor {
  margin-top: 10px;
}
.FdPbp__legacyStyle.QvFVA__root vb-ui-html-editor .cke {
  border-radius: 3px;
}
.xEnTQ__commentScroll {
  font-size: 12px;
  overflow: auto;
  margin-bottom: 1px;
  max-height: inherit!important;
  box-sizing: content-box;
}
.FdPbp__legacyStyle .xEnTQ__commentScroll {
  background-color: #fff;
  margin-bottom: 10px;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
}
._nQPu__comment {
  word-break: break-word;
  padding: 5px 18px 5px 8px;
}
._nQPu__comment a {
  color: var(--bs-link-color);
}
.cHSyA__commentHeader {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.lMoRW__commentAuthor {
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lMqrS__commentAction {
  display: flex;
  justify-content: flex-end;
  flex: 1 1 auto;
  align-items: center;
}
.I02E0__commentActionBtn {
  background: transparent;
  border: 0;
}
.I02E0__commentActionBtn .circle {
  background: var(--theme-primary-txt);
  display: inline-block;
  margin-right: 4px;
}
.I02E0__commentActionBtn .glyphicons {
  top: 2.5px;
}
.zZnXF__chatForm {
  padding: 8px;
  border-top-width: 1px;
  border-top-style: solid;
}
.jlGNp__chatSubmitWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.IMW6q__chatSubmitBtn {
  height: 40px;
  margin-top: 10px;
  margin-right: 5px;
  float: right;
}

.xIHJT__dtmfForm {
  margin: 16px;
}
.xIHJT__dtmfForm .kHS0N__formGroup {
  padding-bottom: 32px;
}
.xIHJT__dtmfForm .OKQe6__submitButton {
  float: right;
}
.mj4YU__prevCodeContainer {
  padding: 8px;
}
.mj4YU__prevCodeContainer .ocRvx__prevCode {
  margin-top: 8px;
}

.pc1O0__root {
  overflow: hidden;
  position: relative;
}
.pc1O0__root.vbUiSidebarRootOpen .vkYQy__sidebarButtonContainer {
  border-left: 1px solid var(--theme-primary-txt-fade-50);
}
.vkYQy__sidebarButtonContainer {
  order: 2;
  border: 0;
  box-sizing: content-box;
  width: 48px;
  z-index: 1;
}
.vkYQy__sidebarButtonContainer:not(.noBorder) {
  border-left-width: 1px;
  border-left-style: solid;
}
.pTMaF__sidebarButtonContainerFixedColor {
  background: #3d3d3d;
  border-left: 1px solid #909090 !important;
}
.X25OA__sidebarButton {
  background: transparent;
  border: 0;
  font-size: 1rem;
  width: 48px;
  height: 48px;
  position: relative;
}
.X25OA__sidebarButton:not(.noBorder) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.X25OA__sidebarButton:hover {
  background: linear-gradient(rgba(34, 41, 48, 0.5), rgba(34, 41, 48, 0.5));
}
.X25OA__sidebarButton .KahT5__btnIcon {
  pointer-events: none;
}
.x2t_E__sidebarButtonFixedColor {
  border-bottom: 1px solid #909090 !important;
  color: #f8f8f8;
}
.x2t_E__sidebarButtonFixedColor:first-child {
  border-top-width: 0 !important;
}
.QpMJ1__sidebarPanel {
  order: 1;
  min-height: 1px;
  width: var(--sidebar-panel-width, 432px);
  border-left-width: 1px;
  border-left-style: solid;
}
.QpMJ1__sidebarPanel:not(.open) {
  width: 0;
  overflow-y: hidden;
}
.QpMJ1__sidebarPanel:not(.open) .QH51K__sidebarPanelLayout {
  width: 0;
}
.AlURT__transitionWidth {
  -webkit-transition: width cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
  transition: width cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
}
.dz5d3__sidebarPanelFixedColor {
  background: #636363;
  color: #f5f5f5;
}
.QH51K__sidebarPanelLayout {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: var(--sidebar-panel-width, 432px);
}
.KyXfv__header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-size: 1rem;
  line-height: 47px;
  padding: 0 1rem;
  width: var(--sidebar-panel-width, 432px);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.luMMI__sidebarPanelBody {
  height: 100%;
  overflow-y: auto;
}
.HjLKu__notificationCount {
  border-radius: 3px;
  padding: 3px;
  font-size: 0.625rem;
  min-width: 1.5em;
  line-height: 1.25em;
  position: absolute;
  right: 5px;
  bottom: 9px;
  border-width: 1px;
  border-style: solid;
}
.X7Mld__notificationIcon {
  position: absolute;
  top: 6px;
  right: 2px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.X7Mld__notificationIcon:before {
  font-size: 10px;
}
@media (max-width: 991px) {
  .pc1O0__root:not(.DHSbm__mobileLayoutDisabled):not(.m0C_1__customMobileBreakPoint) .KyXfv__header {
    width: 100%;
  }
  .pc1O0__root:not(.DHSbm__mobileLayoutDisabled):not(.m0C_1__customMobileBreakPoint).vbUiSidebarRootOpen {
    -webkit-flex: 100%;
    flex: 100%;
  }
  .pc1O0__root:not(.DHSbm__mobileLayoutDisabled):not(.m0C_1__customMobileBreakPoint) .X25OA__sidebarButton {
    border-bottom: transparent;
  }
  .pc1O0__root:not(.DHSbm__mobileLayoutDisabled):not(.m0C_1__customMobileBreakPoint) .vkYQy__sidebarButtonContainer {
    border-left: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    width: 100%;
  }
  .pc1O0__root:not(.DHSbm__mobileLayoutDisabled):not(.m0C_1__customMobileBreakPoint) .QpMJ1__sidebarPanel {
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
  .pc1O0__root:not(.DHSbm__mobileLayoutDisabled):not(.m0C_1__customMobileBreakPoint) .QpMJ1__sidebarPanel:not(.open) {
    height: 0;
  }
  .pc1O0__root:not(.DHSbm__mobileLayoutDisabled):not(.m0C_1__customMobileBreakPoint) .QH51K__sidebarPanelLayout {
    width: 100%;
  }
  .pc1O0__root:not(.DHSbm__mobileLayoutDisabled):not(.m0C_1__customMobileBreakPoint) .luMMI__sidebarPanelBody {
    margin-bottom: 48px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .pc1O0__root:not(.DHSbm__mobileLayoutDisabled):not(.m0C_1__customMobileBreakPoint) .vkYQy__sidebarButtonContainer {
    border-top-width: 1px;
    border-top-style: solid;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .pc1O0__root:not(.DHSbm__mobileLayoutDisabled):not(.m0C_1__customMobileBreakPoint) .QpMJ1__sidebarPanel {
    border: 0;
  }
}
.pc1O0__root:not(.DHSbm__mobileLayoutDisabled).P97JM__customBreakPointReached .KyXfv__header {
  width: 100%;
}
.pc1O0__root:not(.DHSbm__mobileLayoutDisabled).P97JM__customBreakPointReached.vbUiSidebarRootOpen {
  -webkit-flex: 100%;
  flex: 100%;
}
.pc1O0__root:not(.DHSbm__mobileLayoutDisabled).P97JM__customBreakPointReached .X25OA__sidebarButton {
  border-bottom: transparent;
}
.pc1O0__root:not(.DHSbm__mobileLayoutDisabled).P97JM__customBreakPointReached .vkYQy__sidebarButtonContainer {
  border-left: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  width: 100%;
}
@media (max-width: 991px) {
  .pc1O0__root:not(.DHSbm__mobileLayoutDisabled).P97JM__customBreakPointReached .vkYQy__sidebarButtonContainer {
    border-top-width: 1px;
    border-top-style: solid;
  }
}
.pc1O0__root:not(.DHSbm__mobileLayoutDisabled).P97JM__customBreakPointReached .QpMJ1__sidebarPanel {
  width: 100%;
  -webkit-transition: none;
  transition: none;
}
.pc1O0__root:not(.DHSbm__mobileLayoutDisabled).P97JM__customBreakPointReached .QpMJ1__sidebarPanel:not(.open) {
  height: 0;
}
@media (max-width: 991px) {
  .pc1O0__root:not(.DHSbm__mobileLayoutDisabled).P97JM__customBreakPointReached .QpMJ1__sidebarPanel {
    border: 0;
  }
}
.pc1O0__root:not(.DHSbm__mobileLayoutDisabled).P97JM__customBreakPointReached .QH51K__sidebarPanelLayout {
  width: 100%;
}
.pc1O0__root:not(.DHSbm__mobileLayoutDisabled).P97JM__customBreakPointReached .luMMI__sidebarPanelBody {
  margin-bottom: 48px;
}
.K_m7d__mobileLayout .KyXfv__header {
  width: 100%;
}
.K_m7d__mobileLayout.vbUiSidebarRootOpen {
  -webkit-flex: 100%;
  flex: 100%;
}
.K_m7d__mobileLayout .X25OA__sidebarButton {
  border-bottom: transparent;
}
.K_m7d__mobileLayout .vkYQy__sidebarButtonContainer {
  border-left: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  width: 100%;
}
@media (max-width: 991px) {
  .K_m7d__mobileLayout .vkYQy__sidebarButtonContainer {
    border-top-width: 1px;
    border-top-style: solid;
  }
}
.K_m7d__mobileLayout .QpMJ1__sidebarPanel {
  width: 100%;
  -webkit-transition: none;
  transition: none;
}
.K_m7d__mobileLayout .QpMJ1__sidebarPanel:not(.open) {
  height: 0;
}
@media (max-width: 991px) {
  .K_m7d__mobileLayout .QpMJ1__sidebarPanel {
    border: 0;
  }
}
.K_m7d__mobileLayout .QH51K__sidebarPanelLayout {
  width: 100%;
}
.K_m7d__mobileLayout .luMMI__sidebarPanelBody {
  margin-bottom: 48px;
}
.YS0UT__tooltipContainer .tooltip-arrow {
  margin-left: 3px !important;
}
@media (max-width: 991px) {
  .lvgFs__fixedMobileScroll .vkYQy__sidebarButtonContainer {
    position: fixed;
    bottom: 0;
  }
}
.AFuMg__eventNotStarted {
  width: 40vw;
  text-align: center;
  top: 30%;
  max-height: 55vh;
  padding: 0 16px 16px 16px;
  overflow-y: auto;
  border-radius: 3px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .AFuMg__eventNotStarted {
    width: 90%;
    top: 15%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.hqVbj__eventDescriptionWrapper {
  border-top-width: 1px;
  border-top-style: solid;
  margin-top: 15px;
  padding-top: 15px;
  word-break: break-word;
  line-height: normal;
}
.hqVbj__eventDescriptionWrapper a {
  color: unset;
}
.Ruhys__presentationViewport {
  position: relative;
}
@media (min-width: 992px) {
  .Ruhys__presentationViewport {
    overflow: hidden;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .Ruhys__presentationViewport .webcast-toolbar div:first-child {
    padding-left: 16px !important;
  }
}
.vertical-layout .Ruhys__presentationViewport {
  border-top-width: 1px;
  border-top-style: solid;
}
@media (min-width: 1200px) {
  .vertical-layout .Ruhys__presentationViewport .webcast-toolbar div:first-child {
    padding-left: 32px !important;
  }
}
@media (min-width: 992px) {
  .no-video .Ruhys__presentationViewport {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.VNOt___sidebarLayout [slot="panelBody"] {
  height: 100%;
}
.miUFm__videoAndPresentationWrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.o5f2l__videoAndPresentationWrapperWithSlides {
  bottom: 256px;
}
@media (max-width: 991px) {
  .o5f2l__videoAndPresentationWrapperWithSlides {
    bottom: 0;
  }
}
.J5Ble__border {
  border-width: 1px;
  border-style: solid;
}
.lZ5iQ__bottomBorder {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.CFxhY__fixedPosition {
  position: fixed !important;
  left: 0;
  right: 0;
  min-width: 0;
  width: 100%;
}
vb-ui-sidebar .vb-icon-user {
  font-size: 0.9rem;
}
.adknU__sidebarOpenedInMobile vb-ui-sidebar {
  position: fixed !important;
  left: 0;
  right: 0;
  min-width: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 1030;
}
.adknU__sidebarOpenedInMobile vb-ui-sidebar .sidebarPanelWrapper {
  position: fixed !important;
  left: 0;
  right: 0;
  min-width: 0;
  width: 100%;
  top: 0;
  bottom: 48px !important;
}
.adknU__sidebarOpenedInMobile vb-ui-sidebar .sidebarButtonsWrapper {
  position: fixed !important;
  left: 0;
  right: 0;
  min-width: 0;
  width: 100%;
  bottom: 0;
}
.FHicw__broadcastNotAvailable {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.huDEv__playbackFetchingLoader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  color: #fff;
}
.FRP_6__statusPopup {
  position: absolute;
  z-index: 1;
  top: 60px;
  right: 12px;
  padding: 16px 5px;
  background: #fff;
  border-left: 8px solid #ffcb00;
  color: #6e6e6e;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.FRP_6__statusPopup > * {
  margin: 0 5px;
}
.FRP_6__statusPopup > .glyphicons {
  color: #ffcb00;
  font-size: 2em;
}
.FRP_6__statusPopup button {
  border: none;
  background: none;
}
.fCtev__vodPreviewContainer {
  margin: 5% 20% 0 20%;
  height: 100%;
}

.webcast-header,
.webcast-header h2 {
  text-overflow: ellipsis;white-space: nowrap;overflow: hidden;-webkit-hyphens: auto;-moz-hyphens: auto;-ms-hyphens: auto;
}
.webcast-wrap-fs,
.resize-fill {
  position: absolute;top: 0;right: 0;bottom: 0;left: 0;
}
.event-not-started {
  position: absolute;top: 50%;left: 50%;-webkit-transform: translateY(-50%) translateX(-50%);transform: translateY(-50%) translateX(-50%);
}
.webcast .modal.in {
  z-index: 10001 !important;
}
.webcast-manage-questions-form-wrapper vb-toolbar:nth-child(2) {
  border-bottom: 1px solid #a2a3a4;
}
.webcast-manage-questions-form-wrapper vb-toolbar:nth-child(2) .btn-group > .btn {
  padding: 8px;
}
.webcast-manage-questions-form-wrapper vb-toolbar:nth-child(2) .btn-group > .btn:not(.active) {
  background: #dedfdf;
}
.webcast-manage-questions-form-wrapper vb-toolbar:nth-child(2) .btn-radius0 {
  border-radius: 0;
}
.webcast-manage-questions-form-wrapper vb-toolbar:nth-child(2) .btn-inbox-show-new-questions {
  font-size: 0.75rem;
  padding: 5px;
}
.webcast-manage-questions-form-wrapper vb-toolbar:nth-child(2) [flex] {
  padding: 0;
}
.webcast .webcast-status-msg {
  position: relative;
  top: auto;
}
.webcast .webcast-body {
  position: relative;
  overflow: hidden;
}
.webcast-wrap-fs {
  background: #000;
}
.webcast-header {
  padding-right: 15px;
}
.webcast-header h2 {
  margin: 0;
  color: #ebebeb;
}
.webcast-toolbar {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  line-height: 47px;
  font-weight: bold;
  font-size: 0.875rem;
}
.presentation-slides .webcast-toolbar {
  border-top-width: 1px;
  border-top-style: solid;
}
.resize-fill {
  height: 100%;
  -webkit-flex: none !important;
  flex: none !important;
}
.webcast-main-content {
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .webcast-main-content {
    padding-bottom: 48px;
  }
}
.main-webcast-region {
  max-height: 100%;
  padding-bottom: 40px;
  overflow: hidden;
  position: absolute;
  top: 76px;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-webcast-region.no-status-bar {
  top: 47px;
}
@media (min-width: 992px) {
  .main-webcast-region {
    height: auto;
    padding: 0;
  }
}
@media (max-width: 505px) {
  .main-webcast-region.presenter {
    top: 125px;
  }
}
.vertical-layout .viewer-content:not(.ng-hide):not([hidden]) {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: column nowrap !important;
  flex-flow: column nowrap !important;
  -webkit-align-items: stretch !important;
  align-items: stretch !important;
  justify-content: stretch !important;
}
.webcast-wrap {
  position: relative;
}
.webcast-wrap .webcast-main-content {
  -webkit-transition: all linear 0.125s;
  transition: all linear 0.125s;
}
.webcast-wrap .presentation-column {
  border-left-width: 1px;
  border-left-style: solid;
}
.webcast-wrap .vertical-layout .presentation-column {
  border-left: 0;
}
.webcast-wrap .webcast-player-presentation {
  position: absolute;
  top: 0 ;
  left: 0;
  right: 0;
  bottom: 256px;
}
.webcast-wrap .webcast-player-presentation > div {
  -webkit-align-self: stretch;
  align-self: stretch;
}
.webcast-wrap-fs {
  padding-top: 2px;
}
.webcast-wrap .right-sidebar {
  background-color: #f3f3f3;
}
@media (min-width: 992px) {
  .webcast-wrap .right-sidebar {
    height: auto;
  }
}
.webcast-wrap .right-sidebar .right-sidebar-content {
  height: 100%;
  min-height: 0 !important;
}
@media (max-width: 991px) {
  .webcast-wrap .webcast-main-content:not(.no-video) .presentation-column {
    border-left: 0;
    border-top-width: 1px;
    border-top-style: solid;
  }
}
@media (max-width: 991px) {
  .webcast-wrap .btn-open-in-new-window {
    padding-right: 50px;
  }
}
.event-not-started {
  background-color: #f3f3f3;
  border-radius: 4px;
  max-height: 60vh;
  margin-top: 50px;
  max-width: 50%;
  padding: 16px;
  position: absolute;
  left: 50%;
  overflow-y: auto;
  text-align: center;
  top: 50%;
  width: 50%;
}
.event-not-started p {
  margin-top: 20px;
}
.event-not-started h2 {
  margin-top: 0;
}
.event .attendee-box {
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.event form {
  margin-bottom: 1em;
}
.event form .btn-white {
  height: 31px;
}
.event-message {
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  line-height: 1;
  display: block;
  padding: 8px 16px;
}
.event-message.error,
.event-message.recording {
  background: #b42d24;
}
.event-message.pre-production {
  padding: 13px 0;
  background: #6f7377;
  color: #fff;
  font-size: 1rem;
}
.event-message.warning {
  background: #ffcb00;
  border-bottom: 1px solid #e8af04;
  color: #303030;
}
.event-message.processing {
  background: rgba(48, 48, 48, 0.5);
}
.event-message.broadcasting {
  background: #108dda;
}
@media (min-width: 992px) {
  .webcast-wrap {
    height: 100vh;
  }
}
@media all and (max-width: 900px) and (min-width: 525px) {
  .well {
    padding: 8px;
  }
}
.video-viewport {
  position: relative;
}
@media (max-width: 991px) {
  .video-viewport.ng-hide {
    display: block !important;
  }
  .video-viewport .webcast-video-wrap:not(.mobile-hide-for-real):not(.ng-hide) {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .video-viewport {
    overflow: hidden;
    position: relative;
  }
}
.video-viewport.webcast-video-hidden {
  position: fixed;
  left: -200vw;
}
.video-viewport .webcast-video-wrap {
  width: 100%;
  position: relative;
}
.video-viewport .webcast-video-wrap [vb-webcast-player] {
  margin: 0 auto;
}
.video-viewport .webcast-video-wrap .player-wrap {
  overflow: hidden;
  position: relative;
}
.video-viewport .webcast-video {
  width: 100%;
  min-height: 50px;
  position: relative;
  background: #000;
}
.video-viewport .webcast-video .text-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
}
@media (max-width: 991px) {
  .webcast-main-content:not(.no-presentation):not(.no-video) .video-viewport,
  .webcast-main-content:not(.no-presentation):not(.no-video) .presentation-viewport {
    max-height: 50%;
  }
}
@media (min-width: 992px) {
  .no-presentation .video-viewport {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
@media (min-width: 1200px) {
  .video-height-container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .webcast-toolbar > div:first-child {
    padding-left: 32px !important;
  }
}
.video-height-container {
  flex: 1 0 !important;
  height: calc(100% - 40px);
  overflow: hidden;
}
.webcast-video-not-supported {
  margin: 0 auto;
}

.rkIqb__eventNotStarted {
  width: 40vw;
  text-align: center;
  top: 30%;
  max-height: 55vh;
  padding: 0 16px 16px 16px;
  overflow-y: auto;
  border-radius: 3px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .rkIqb__eventNotStarted {
    width: 90%;
    top: 15%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.IDI7K__eventDescriptionWrapper {
  border-top-width: 1px;
  border-top-style: solid;
  margin-top: 15px;
  padding-top: 15px;
  word-break: break-word;
  line-height: normal;
}
.IDI7K__eventDescriptionWrapper a {
  color: unset;
}

.eeFvR__body {
  background: #6f7377;
}

.embedded-video public-video-password h1 {
  text-overflow: ellipsis;white-space: nowrap;overflow: hidden;-webkit-hyphens: auto;-moz-hyphens: auto;-ms-hyphens: auto;
}
.embedded-video,
.embedded-video .system-login-shell .system-login {
  position: absolute;top: 0;right: 0;bottom: 0;left: 0;
}
.embedded-video {
  overflow: hidden;
  background: var(--theme-primary);
  padding-top: 0;
}
.embedded-video > div {
  height: 100%;
}
.embedded-video .unauthorized401 {
  background: #6f7377;
}
.embedded-video .system-login-shell {
  padding: 0;
}
.embedded-video .system-login-shell .system-login {
  margin: 0 auto;
  padding: 0;
}
.embedded-video .system-login-shell .system-login .embed-center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -50px;
}
.embedded-video .system-login-shell .system-login .agreement-text {
  height: 70%;
  max-height: 70%;
  overflow-y: scroll;
}
.embedded-video .system-login-shell .system-form {
  padding: 50px;
  border-radius: 0;
}
.embedded-video .system-login-shell .system-form h1 {
  margin: -30px -60px 30px;
}
.embedded-video public-video-password {
  top: 0;
}
.embedded-video public-video-password h1 {
  font-size: 1.25rem;
}
.embedded-video public-video-password .description {
  display: none;
}
.embedded-video public-video-password .system-login {
  margin: 0 auto !important;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.embedded-video public-video-password .system-login > .system-form {
  border-radius: 4px;
  height: auto;
  max-height: 100%;
}
.embedded-video public-video-password .error-msg {
  margin-bottom: 0.25rem;
}

public-video-password {
  position: fixed;top: 0;right: 0;bottom: 0;left: 0;
}
public-video-password .system-login-shell {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 0 15px;
  -webkit-transform: translateZ(0);
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
public-video-password .system-login-shell .system-login {
  margin-top: -50px;
  /* makes up for nav row */
}
public-video-password .system-login-shell .system-login .system-form {
  padding: 30px;
  border-radius: 3px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(to bottom, #f7f7f7, #e9e9e9);
}
public-video-password .system-login-shell .system-login .system-form .form-control:not(:focus) {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
public-video-password .system-login-shell .system-login .username,
public-video-password .system-login-shell .system-login .password {
  position: relative;
}
public-video-password .system-login-shell .system-login .glyphicons.user,
public-video-password .system-login-shell .system-login .glyphicons.lock {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 16px;
  color: #898989;
}
public-video-password .system-login-shell .system-login .error-msg .glyphicons {
  position: relative;
  right: auto;
  font-size: 18px;
}
public-video-password .system-login-shell .system-login input,
public-video-password .system-login-shell .system-login .has-success input,
public-video-password .system-login-shell .system-login .has-error input {
  margin: 0 0 17px 0;
  font-size: 1rem;
  height: auto;
  color: #303030;
  padding: 10px 15px;
}
public-video-password .system-login-shell .system-login select {
  background: linear-gradient(to bottom, #fff, #f8fbfd);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #303030;
  height: 40px;
  margin: 0 0 17px 0;
  width: 100%;
}
public-video-password .system-login-shell .system-login input.input-with-icon {
  padding: 0 15px 0 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}
public-video-password .system-login-shell .system-login input.form-control:focus {
  background: #fff;
}
public-video-password .system-login-shell .system-login input.ng-dirty.ng-invalid {
  border-color: #b2b2b2 !important;
}
public-video-password .system-login-shell .system-login .btn-lg {
  font-size: 18px;
  padding: 9px 15px;
  border-radius: 3px;
}
public-video-password .system-login-shell .system-login label {
  font-weight: 400;
  font-size: 1rem;
}
public-video-password .system-login-shell .system-login label.error-msg {
  font-size: 12px;
  background-color: #fff;
  padding: 5px 10px;
  margin: 1px 0 0 0;
  color: #da6262;
  border: 1px solid rgba(218, 98, 98, 0.2);
}
public-video-password .system-login-shell .system-login .form-control-feedback {
  display: none;
}
public-video-password .system-login-shell .system-login .required .required-symbol.form-control-feedback {
  display: block;
  font-size: 36px;
  line-height: 58px;
  color: #b42d24;
}
public-video-password .system-login-shell .system-login .has-success .ok_2.form-control-feedback,
public-video-password .system-login-shell .system-login .has-error .remove_2.form-control-feedback {
  display: block;
  position: absolute;
}
public-video-password .system-login-shell .system-login .has-feedback .form-control-feedback {
  width: 40px;
  height: 40px;
  line-height: 42px;
  font-size: 1rem;
}
public-video-password .system-login-shell > .table-display {
  height: 100%;
}
public-video-password .system-login-shell .table-cell-centered-form {
  vertical-align: middle;
}
public-video-password .system-login-shell .system-login-nav {
  height: 50px;
}
public-video-password .system-login-shell .system-login-nav .main-nav {
  background: none !important;
  border-bottom: none;
  width: 100%;
}
public-video-password .system-login-shell .system-login-nav .main-nav .navbar {
  margin-bottom: 0;
  display: table;
  width: 100%;
  height: 59px;
}
@media all and (max-width: 991px) {
  public-video-password .system-login-shell .system-login-nav .main-nav .navbar {
    min-height: 53px;
  }
}
public-video-password .system-login-shell .system-login-nav .main-nav .brand-cell {
  width: 100%;
}
public-video-password .system-login-shell .system-login-nav .main-nav .btn {
  background: none;
  box-shadow: none;
}
public-video-password .forgot-password {
  font-weight: normal;
  font-size: 12px;
  margin-left: 5px;
  text-align: right;
  margin-bottom: 15px;
  position: relative;
  top: -10px;
}
public-video-password .status-msg:not(.vb-loading-spinner-status-msg) {
  position: relative;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
}
public-video-password .status-msg:not(.vb-loading-spinner-status-msg)-dark {
  color: rgba(0, 0, 0, 0.25);
}
public-video-password .status-msg:not(.vb-loading-spinner-status-msg) h3 {
  margin-top: 0;
}
public-video-password .status-msg:not(.vb-loading-spinner-status-msg) h3 .glyphicons {
  top: 5px;
  margin-right: 5px;
}
public-video-password .system-msg {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.3;
}
public-video-password .system-msg .glyphicons {
  margin-right: 5px;
  top: 2px;
}
public-video-password .system-form h1 {
  text-align: center;
  margin: -15px -30px 30px -30px;
  padding: 0 30px 15px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  font-size: 24px;
}
public-video-password .system-form h4 {
  color: #a2a2a2;
  text-transform: uppercase;
  font-size: 1rem;
  margin: 0 0 8px 0;
}
public-video-password .system-form label {
  display: block;
  font-size: 14px;
}
public-video-password .system-form-buttons {
  margin-top: 25px;
}
.reset-password-form public-video-password .system-form-buttons {
  margin-top: 0;
}
@media (max-width: 991px) {
  public-video-password .system-login-shell {
    margin-top: 0;
  }
  public-video-password .system-login-shell .system-login-nav .main-nav .brand-cell {
    width: 100% !important;
  }
  public-video-password .system-login-shell .system-form-buttons .btn-toolbar > .btn {
    display: block;
    margin-bottom: 5px;
    width: 100%;
    margin-left: 0;
  }
  public-video-password .system-login-shell .system-form-buttons .responsive-block.float-right {
    float: none !important;
    display: block;
  }
}
@media (min-width: 992px) {
  public-video-password .system-login-shell .system-form h1 {
    margin: -30px -45px 30px -45px;
    padding: 0 45px 15px 45px;
  }
  public-video-password .system-login-shell .system-login .system-form {
    padding: 45px 45px 30px 45px;
    border-radius: 3px;
  }
}
@media (min-width: 1200px) {
  public-video-password .system-login-shell {
    padding: 0 32px;
  }
}
public-video-password .description {
  background: #fff;
  border: 1px solid #cbcbcb;
  height: 25vh;
  margin-bottom: 2em;
  overflow-y: auto;
  padding: 2%;
}
public-video-password .registered-user {
  margin: 1em 0 -1em 0;
  font-size: 1rem;
}
public-video-password .registered-user a {
  color: #108dda !important;
}
public-video-password .registered-user a:hover {
  text-decoration: underline !important;
}

video-playlist-carousel {
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: content-box;
  display: block;
  height: 105px;
  flex: 0 0 105px;
}
video-playlist-carousel > .carousel-container {
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
video-playlist-carousel .flickity-carousel {
  height: 100%;
}
video-playlist-carousel .carousel-cell {
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  display: inline-block;
  width: 275px;
  position: absolute;
  word-wrap: break-word;
}
video-playlist-carousel .carousel-cell.selected button {
  background: var(--theme-primary);
}
video-playlist-carousel .carousel-cell.selected .cell-title {
  color: var(--theme-primary-txt);
}
video-playlist-carousel .carousel-cell.selected img {
  border: 1px solid var(--theme-primary-txt);
}
video-playlist-carousel .carousel-cell .cell-title {
  color: var(--theme-accent-txt);
}
video-playlist-carousel .carousel-cell button {
  display: flex;
  width: calc(100% - 6px);
  margin: 4px 3px;
  padding: 10px 5px;
  border: none;
  border-radius: 3px;
  flex-direction: row;
  background: rgba(255, 255, 255, 0.25);
  flex-wrap: nowrap;
  overflow: hidden;
  word-break: break-word;
}
video-playlist-carousel .carousel-cell button:hover {
  background: var(--theme-accent-fade-50);
}
video-playlist-carousel .carousel-cell button:hover .cell-title {
  color: var(--theme-accent-txt);
}
video-playlist-carousel .img-wrap {
  position: relative;
  width: 135px;
  margin-right: 0.5rem;
  flex: 0 0 135px;
  border-radius: 3px;
}
video-playlist-carousel .img-wrap > div {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: black;
}
video-playlist-carousel .btn-carousel {
  width: 50px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
}
video-playlist-carousel .btn-carousel[disabled] {
  opacity: 0.1;
}
video-playlist-carousel .btn-carousel-prev {
  left: 0;
}
video-playlist-carousel .btn-carousel-next {
  right: 0;
}
video-playlist-carousel .duration-overlay {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: rgba(48, 48, 48, 0.75);
  border-radius: 3px;
}

embed-video .player-placeholder {
  position: absolute;top: 0;right: 0;bottom: 0;left: 0;
}
embed-video .embed-video-warning {
  color: #ffff00;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
embed-video .overlay-play {
  z-index: 1;
}
embed-video .system-login .system-form {
  overflow-x: hidden;
  overflow-y: auto;
}
embed-video .vb-player {
  width: auto;
  height: auto;
}
embed-video [vb-video-player] {
  overflow: hidden;
}
embed-video .chapter-image-toggler {
  position: absolute;
  right: 50px;
  top: 20px;
}
embed-video.safari videogular {
  position: static;
}

.FqhA1__root {
  display: block;
  position: relative;
}
.FqhA1__root .video-playback-player-wrapper {
  border-radius: 6px;
}
.FqhA1__root vbrick-player {
  border-radius: 6px;
}

.NiEpo__loginBg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.NiEpo__loginBg.ayRgB__noThumbnail {
  transform: translateZ(0);
  background-image: linear-gradient(30deg, rgba(43, 40, 50, 0.8) 0%, rgba(83, 86, 99, 0.8) 45%, rgba(69, 77, 91, 0.6) 60%);
  filter: blur(20px);
}
.NiEpo__loginBg.ayRgB__noThumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(90deg, rgba(69, 75, 80, 0.8) 0%, rgba(140, 136, 148, 0.73) 37%, rgba(0, 0, 0, 0.05) 75%);
  filter: blur(70px);
}
:hover .NiEpo__loginBg:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.Odqvj__loginWrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.USGcm__playBtn {
  -webkit-flex-direction: column;
  flex-direction: column;
  background: transparent;
  border: 0;
  color: #fff;
  text-align: center;
  opacity: 0.75;
}
:hover .USGcm__playBtn {
  opacity: 1;
}
.USGcm__playBtn .AzcNj__playBtnContent {
  padding: 20px;
  border-radius: 30px;
  background-color: #108dda;
}
.USGcm__playBtn .AzcNj__playBtnContent .glyphicons {
  transform: scale(3);
}
.RaBV3__fallbackMessageWrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.crzja__fallbackMessage {
  margin: 25px;
  background-color: rgba(233, 233, 233, 0.9);
  padding: 20px;
  border: 1px solid #cbcbcb;
  border-radius: 3px;
  font-size: 18px;
}

.YLnPm__root {
  display: flex;
  height: 100vh;
}
@media (max-width: 505px) {
  .YLnPm__root {
    display: block;
    overflow-y: auto;
  }
}
.Tp9lC__mainContent {
  position: relative;
}
@media (max-width: 505px) {
  .Tp9lC__mainContent {
    height: 60%;
  }
}
.Tp9lC__mainContent header {
  position: absolute;
  padding: 10px;
  left: 50%;
  transform: translateX(-50%);
  top: 25%;
}
@media (max-width: 505px) {
  .Tp9lC__mainContent header {
    top: 30%;
    width: 90%;
  }
  .Tp9lC__mainContent header h1 {
    margin-top: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.Tp9lC__mainContent .U7_VE__logo {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 505px) {
  .Tp9lC__mainContent .gjouS__description {
    display: none;
  }
}
.hof8w__registrationContent {
  width: 40%;
  overflow-y: scroll;
  min-width: 280px;
}
.hof8w__registrationContent form {
  width: 100%;
  text-shadow: none;
  box-shadow: none;
  padding: 0px 30px 30px 30px;
}
.hof8w__registrationContent a {
  color: unset;
}
@media (max-width: 505px) {
  .hof8w__registrationContent {
    width: 100%;
    overflow-y: hidden;
  }
}

.ZaesX__embedPlaylist {
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.ZaesX__embedPlaylist embed-video {
  flex: 1;
}
.l047a__embedGrid {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.l047a__embedGrid embed-video {
  display: block;
  height: 90vh;
}
.K9voD__gridLayout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 16px;
  row-gap: 16px;
  padding: 16px;
}
.K9voD__gridLayout > a {
  position: relative;
  display: block;
  color: var(--theme-primary-txt);
  overflow: hidden;
  word-break: break-word;
}
.K9voD__gridLayout > a > div {
  border-radius: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: black;
}
.K9voD__gridLayout > a > span {
  display: inline-block;
  margin-top: 5px;
}
.ogyku__closeLink {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
}
.G5TxG__sliderToolbar {
  display: flex;
  align-items: center;
  margin: 20px;
  color: var(--theme-primary-txt);
}
.G5TxG__sliderToolbar span {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.125rem;
  font-weight: bold;
}
.G5TxG__sliderToolbar button {
  color: white;
  background-color: #606060;
  padding: 10px;
  border: none;
  border-radius: 100px;
  margin: 0 10px;
}
.R82nZ__currentVideoTitle {
  display: flex;
  justify-content: space-between;
  font-size: large;
  height: 10vh;
}
.R82nZ__currentVideoTitle span {
  margin-top: 3vh;
  margin-left: 32px;
  color: var(--theme-primary-txt) !important;
}
.R82nZ__currentVideoTitle a {
  padding-top: 12px;
  padding-right: 16px;
  text-decoration: none;
}
.sAhlx__durationOverlay {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: rgba(48, 48, 48, 0.75);
  border-top-left-radius: 5px;
  padding: 2px 7px;
  color: white !important;
}


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