#systemcheck {
  --color1: #9d10f5;
  --color2: #1089f5;
  --txt-color: white;
  position: fixed;
  top: 0;
  left: 0;
  --bg-color: rgba(32,17,47,0.95);
  background: white;
  background-image: linear-gradient(var(--bg-color), var(--bg-color)), url("/mediaFiles/background_network-grey-transparent1.png");
  background-repeat: repeat;
  background-size: auto 100vh;
  background-attachment: fixed; }
  #systemcheck code {
    display: inline-block;
    margin-top: 3px;
    padding: 2 6;
    background-color: #efefef;
    color: #C7044F;
    font-family: Monospace;
    font-size: 0.9em; }
  #systemcheck > .inner1 {
    position: relative;
    box-sizing: border-box;
    width: 100vw;
    height: 100vh;
    overflow: auto; }
  #systemcheck .hidden {
    display: none !important; }
  #systemcheck .back-button {
    position: fixed;
    top: 10;
    left: 10;
    cursor: pointer;
    z-index: 4; }
    #systemcheck .back-button:hover .button-txt {
      border-bottom: 2px solid rgba(255, 255, 255, 0.65); }
    #systemcheck .back-button a {
      text-decoration: unset;
      color: var(--txt-color); }
    #systemcheck .back-button .icon {
      display: inline-block;
      vertical-align: top;
      margin-top: 2px;
      font-size: 15px;
      color: var(--txt-color); }
    #systemcheck .back-button .button-txt {
      display: inline-block;
      vertical-align: top;
      margin-left: 4px;
      padding-bottom: 2px;
      font-weight: 600;
      font-size: 15px; }
  #systemcheck .titleBlock .fixed-background {
    height: 130px;
    transition: height 0.5s; }
  #systemcheck .titleBlock > .relative-center {
    height: 50px;
    transition: height 0.5s; }
    #systemcheck[data-stage_number="2"] .titleBlock .fixed-background {
      height: 180px; }
    #systemcheck[data-stage_number="2"] .titleBlock > .relative-center {
      height: 100px; }
  body[data-pagename="systemcheck"] #systemcheck {
    --bg-color: rgba(237,237,239,0.95);
    z-index: 1; }
    body[data-pagename="systemcheck"] #systemcheck .titleBlock {
      margin-bottom: 30px;
      margin-top: 70px;
      text-align: center; }
      body[data-pagename="systemcheck"] #systemcheck .titleBlock .text {
        font-weight: 700;
        font-size: 33px; }
  body[data-pagename="virtual/event"] #systemcheck {
    z-index: 44; }
    body[data-pagename="virtual/event"] #systemcheck .titleBlock {
      z-index: 3;
      color: var(--txt-color);
      position: relative;
      font-weight: 700;
      font-size: 27px;
      text-align: center;
      margin-bottom: 39px;
      margin-top: 50px; }
      body[data-pagename="virtual/event"] #systemcheck .titleBlock .fixed-background {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: white;
        background-image: linear-gradient(var(--bg-color), var(--bg-color)), url("/mediaFiles/background_network-grey-transparent1.png");
        background-repeat: repeat;
        background-size: auto 100vh;
        background-attachment: fixed;
        z-index: 3; }
      body[data-pagename="virtual/event"] #systemcheck .titleBlock > .relative-center {
        position: relative;
        margin: auto;
        text-align: center;
        width: 400; }
        body[data-pagename="virtual/event"] #systemcheck .titleBlock > .relative-center > .fixed {
          position: fixed; }
          body[data-pagename="virtual/event"] #systemcheck .titleBlock > .relative-center > .fixed > .relative-inner {
            position: relative;
            text-align: center;
            width: 400;
            z-index: 4; }
            body[data-pagename="virtual/event"] #systemcheck .titleBlock > .relative-center > .fixed > .relative-inner .title-content {
              margin: auto;
              width: max-content; }
      body[data-pagename="virtual/event"] #systemcheck .titleBlock .group1 {
        width: max-content;
        text-align: center;
        margin: auto;
        margin-bottom: 18px; }
        body[data-pagename="virtual/event"] #systemcheck .titleBlock .group1 .system-list-icon {
          display: inline-block;
          vertical-align: top;
          width: 28px;
          height: 28px;
          position: relative;
          top: unset;
          left: unset;
          margin-top: 4px;
          margin-right: 8px; }
          body[data-pagename="virtual/event"] #systemcheck .titleBlock .group1 .system-list-icon svg {
            width: 28px;
            height: 28px; }
        body[data-pagename="virtual/event"] #systemcheck .titleBlock .group1 .system-list-icon-3 {
          margin-right: 3px; }
        body[data-pagename="virtual/event"] #systemcheck .titleBlock .group1 .status-text {
          display: inline-block;
          vertical-align: top;
          max-width: 80vw; }
      body[data-pagename="virtual/event"] #systemcheck .titleBlock .divbutton.continue {
        display: block;
        width: 196px;
        height: 46px;
        border-radius: 3px;
        text-align: center;
        margin: auto;
        cursor: pointer;
        font-size: 23px;
        letter-spacing: -0.2px;
        line-height: 44px;
        background: var(--color2);
        color: #fff;
        transition: background-color 0.2s; }
        body[data-pagename="virtual/event"] #systemcheck .titleBlock .divbutton.continue:hover {
          background: #2165b9; }
  #systemcheck[data-stage_number="0"] .visibleIf_stage1:not(.visibleIf_stage0), #systemcheck[data-stage_number="0"] .visibleIf_stage2:not(.visibleIf_stage0), #systemcheck[data-stage_number="0"] .visibleIf_stage3:not(.visibleIf_stage0) {
    display: none !important; }
  #systemcheck[data-stage_number="0"] .titleBlock .divbutton.continue {
    visibility: hidden; }
#systemcheck[data-stage_number="1"] .visibleIf_stage0:not(.visibleIf_stage1), #systemcheck[data-stage_number="1"] .visibleIf_stage2:not(.visibleIf_stage1), #systemcheck[data-stage_number="1"] .visibleIf_stage3:not(.visibleIf_stage1) {
  display: none !important; }
#systemcheck[data-stage_number="1"] .titleBlock .divbutton.continue {
  visibility: hidden; }
#systemcheck[data-stage_number="2"] .visibleIf_stage0:not(.visibleIf_stage2), #systemcheck[data-stage_number="2"] .visibleIf_stage1:not(.visibleIf_stage2), #systemcheck[data-stage_number="2"] .visibleIf_stage3:not(.visibleIf_stage2) {
  display: none !important; }
#systemcheck[data-stage_number="3"] .visibleIf_stage0:not(.visibleIf_stage3), #systemcheck[data-stage_number="3"] .visibleIf_stage1:not(.visibleIf_stage3), #systemcheck[data-stage_number="3"] .visibleIf_stage2:not(.visibleIf_stage3) {
  display: none !important; }
#systemcheck[data-stage_number="3"] .titleBlock .divbutton.continue {
  visibility: hidden; }
#systemcheck[data-preapproved="1"] .hiddenIf_preapproved {
  display: none !important; }
  #systemcheck .system-list li[data-checkEntity="tips"] a {
    color: #6363e4;
    text-decoration: underline; }
  #systemcheck .system-list li[data-checkEntity="tips"] .system-list-icon {
    font-size: 22px;
    color: #6363e4; }
  #systemcheck .system-list li[data-checkEntity="tips"] .readmore {
    margin-top: 3px;
    font-size: 0.97em;
    color: #6363e4; }
    #systemcheck .system-list li[data-checkEntity="tips"] .readmore a {
      text-decoration: underline; }

@keyframes loading {
  0% {
    background-position: 0 -400px; }
  100% {
    background-position: -7px -400px; } }
#systemcheck .clear {
  clear: both; }
  #systemcheck .clear:after {
    display: table;
    clear: both;
    content: "";
    height: 0;
    visibility: hidden; }
#systemcheck a, #systemcheck img {
  border: none;
  text-decoration: unset; }
#systemcheck img {
  width: 100%; }
#systemcheck .js-start-speed-test span {
  display: inline-block;
  width: 15px;
  padding: 0 0 4px 0px !important;
  vertical-align: middle; }
#systemcheck .system-box {
  margin: 0px auto 0;
  padding-bottom: 150px;
  width: 94%;
  max-width: 976px; }
#systemcheck .system-show-box-left, #systemcheck .system-show-box-right {
  background: #fff;
  border-radius: 5px;
  padding: 36px 0;
  box-shadow: 0 2px 16px 0 rgba(33, 43, 54, 0.08);
  width: 48%; }
#systemcheck .system-show-box-left {
  float: left; }
#systemcheck .system-show-box-right {
  float: right; }
#systemcheck .system-loading-img {
  width: 35px;
  margin: 0 auto; }
#systemcheck .col-title {
  font-weight: bold;
  font-size: 21px;
  letter-spacing: -0.6px;
  text-align: center;
  padding: 0 0 24px 0;
  color: #2b374d; }
  #systemcheck .system-loading-text span {
    color: #00c4b5; }
  #systemcheck .system-loading-text i {
    color: #e93e62;
    font-style: normal; }
#systemcheck .system-list {
  display: block;
  list-style: none;
  margin-block-start: 0;
  padding-inline-start: 20px;
  padding-inline-end: 20px; }
  #systemcheck .system-list li {
    position: relative;
    display: block;
    padding: 20px 24px;
    border-bottom: #eaedf0 1px solid; }
    #systemcheck .system-list li:last-child {
      padding-bottom: 0;
      border: none; }
    #systemcheck .system-list li[data-checkEntity="permissions"] {
      padding-left: 0; }
    #systemcheck .system-list li[data-checkEntity="tips"] {
      padding-left: 0;
      padding-top: 0; }
#systemcheck li.system-check-entity-row.expanded .expanded {
  display: block; }
#systemcheck li.system-check-entity-row.expanded .collapsed {
  display: none; }
#systemcheck li.system-check-entity-row.collapsed .expanded {
  display: none; }
#systemcheck li.system-check-entity-row.collapsed .collapsed {
  display: block; }
#systemcheck .system-process-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: -2px;
  border-bottom: #1ebf85 2px solid;
  z-index: 1; }
#systemcheck .system-list-in {
  position: relative;
  padding: 0 0 0 30px;
  z-index: 2; }
#systemcheck .system-list-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px; }
  #systemcheck .system-list-icon svg {
    display: block;
    width: 18px;
    height: 18px; }
#systemcheck .system-list-icon-1 {
  width: 20px;
  height: 20px; }
  #systemcheck .system-list-icon-1 svg {
    width: 20px;
    height: 20px; }
#systemcheck .system-list-icon-2 svg {
  fill: #f5b615; }
#systemcheck .system-list-icon-3 svg {
  fill: #00c4b5; }
#systemcheck .system-list-icon-4 svg {
  fill: #e93d62; }
#systemcheck .system-check-entity-row[data-scoreScene="loading"] .visibleIf_scoreScene_loading {
  display: inline-block; }
#systemcheck .system-check-entity-row[data-scoreScene="loading"] .visibleIf_scoreScene_pass, #systemcheck .system-check-entity-row[data-scoreScene="loading"] .visibleIf_scoreScene_fail, #systemcheck .system-check-entity-row[data-scoreScene="loading"] .visibleIf_scoreScene_warning {
  display: none; }
#systemcheck .system-check-entity-row[data-scoreScene="pass"] .visibleIf_scoreScene_pass {
  display: inline-block; }
#systemcheck .system-check-entity-row[data-scoreScene="pass"] .visibleIf_scoreScene_loading, #systemcheck .system-check-entity-row[data-scoreScene="pass"] .visibleIf_scoreScene_fail, #systemcheck .system-check-entity-row[data-scoreScene="pass"] .visibleIf_scoreScene_warning {
  display: none; }
#systemcheck .system-check-entity-row[data-scoreScene="warning"] .visibleIf_scoreScene_warning {
  display: inline-block; }
#systemcheck .system-check-entity-row[data-scoreScene="warning"] .visibleIf_scoreScene_pass, #systemcheck .system-check-entity-row[data-scoreScene="warning"] .visibleIf_scoreScene_fail, #systemcheck .system-check-entity-row[data-scoreScene="warning"] .visibleIf_scoreScene_loading {
  display: none; }
#systemcheck .system-check-entity-row[data-scoreScene="fail"] .visibleIf_scoreScene_fail {
  display: inline-block; }
#systemcheck .system-check-entity-row[data-scoreScene="fail"] .visibleIf_scoreScene_pass, #systemcheck .system-check-entity-row[data-scoreScene="fail"] .visibleIf_scoreScene_loading, #systemcheck .system-check-entity-row[data-scoreScene="fail"] .visibleIf_scoreScene_warning {
  display: none; }
#systemcheck .system-list-left {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -0.6px;
  padding: 0 0 5px 0;
  color: #2b374d; }
#systemcheck .system-list-right {
  font-size: 15px;
  color: #4c586e;
  letter-spacing: -0.2px; }
#systemcheck .system-list-right .firewall-connection a {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -0.2px;
  color: var(--color2); }
  #systemcheck .system-list-left > span.troubleshoot, #systemcheck .system-list-title-2 > span.troubleshoot {
    display: block;
    position: absolute;
    right: 0;
    top: 0; }
    #systemcheck .system-list-left > span.troubleshoot a, #systemcheck .system-list-title-2 > span.troubleshoot a {
      display: inline-block;
      font-size: 14px;
      font-weight: normal;
      letter-spacing: -0.2px;
      color: #717e94; }
#systemcheck .system-list-title-2 {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -0.6px;
  color: #2b374d;
  padding: 0 0 20px 0; }
#systemcheck .system-list-select {
  position: relative;
  height: 40px;
  margin: 0 0 20px 0;
  border: #dfe1e4 1px solid;
  border-radius: 3px; }
  #systemcheck .system-list-select select {
    position: relative;
    display: block;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    outline: none;
    width: 100%;
    height: 38px;
    padding: 0 33px 0 12px;
    font-size: 15px;
    letter-spacing: -0.2px;
    color: #4c586e;
    z-index: 2; }
  #systemcheck .system-list-select b {
    display: block;
    position: absolute;
    right: 12px;
    top: 15px;
    font-weight: normal;
    width: 10px;
    height: 10px;
    z-index: 1; }
    #systemcheck .system-list-select b svg {
      display: block;
      width: 10px;
      height: 10px;
      fill: #4c586e; }
#systemcheck .system-list-audio-box-left {
  float: left;
  width: 180px; }
  #systemcheck .system-list-audio-box-left a {
    display: block; }
#systemcheck .system-list-audio-box-right {
  float: right;
  width: 240px; }
#systemcheck .system-list-audio-box-left-icon {
  display: inline-block;
  width: 24px;
  margin: 0 8px 0 0;
  vertical-align: middle; }
#systemcheck .system-list-audio-box-left-text, #systemcheck .the-bar-should-move {
  display: inline-block;
  font-size: 15px;
  color: var(--color2);
  letter-spacing: -0.2px;
  vertical-align: middle; }
#systemcheck .the-bar-should-move {
  color: #4c586e; }
#systemcheck .system-list-audio-box-wave-bg {
  position: relative;
  height: 10px;
  overflow: hidden;
  border-radius: 5px;
  margin: 10px 0 0 0;
  background: #eaedf0; }
#systemcheck .system-list-audio-box-wave-in {
  position: absolute;
  left: 0;
  right: 0;
  height: 10px;
  border-radius: 5px;
  background-image: linear-gradient(to right, #00c8a5, #00c8a5, 50%, #d3aef1); }
#systemcheck .system-list-disabled {
  opacity: 0.5; }
#systemcheck .system-list-webcam-show {
  text-align: center; }
#systemcheck .system-list-webcam-show-video {
  display: inline-block;
  width: 100%;
  background: #f4f5f8; }
  #systemcheck .system-list-webcam-show-video video {
    width: 100%; }
#systemcheck .system-check-modal-icon {
  padding: 10px 0 20px 0;
  text-align: center; }
  #systemcheck .system-check-modal-icon span {
    display: inline-block;
    width: 32px; }
    #systemcheck .system-check-modal-icon span svg {
      display: block;
      width: 32px;
      height: 32px;
      fill: #e93e62; }
#systemcheck .system-check-modal-title {
  text-align: center;
  padding: 0 0 25px 0;
  font-weight: bold;
  font-size: 24px;
  color: #2b374d;
  letter-spacing: -0.1px; }
#systemcheck .system-check-modal-text {
  font-size: 15px;
  color: #4c586e;
  letter-spacing: -0.2px;
  line-height: 1.2em; }
  #systemcheck .system-check-modal-text span {
    display: block;
    padding: 0 0 13px 0; }
#systemcheck .system-check-modal-btn {
  padding: 24px 0 20px 0; }
  #systemcheck .system-check-modal-btn a {
    display: block;
    width: 297px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin: 0 auto;
    border-radius: 3px;
    border: #dfe1e4 1px solid;
    background-image: linear-gradient(to bottom, #fff, #f9fafb);
    font-size: 16px;
    letter-spacing: -0.2px;
    color: #4c586e; }
#systemcheck .system-check-modal-link {
  text-align: center; }
  #systemcheck .system-check-modal-link a {
    font-size: 15px;
    letter-spacing: -0.2px;
    color: var(--color2); }
#systemcheck .system-footer {
  padding: 30px 0;
  text-align: center; }
  #systemcheck .system-footer a {
    font-size: 15px;
    color: var(--color2); }
  #systemcheck .system-footer a span {
    display: inline-block;
    width: 14px;
    margin: 0 5px 0 0; }
  #systemcheck .system-footer a span svg {
    display: block;
    width: 16px;
    height: 16px;
    fill: #FFF; }
#systemcheck .system-footer-tips {
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
  padding: 0 0 15px 0;
  line-height: 1.5em; }
#systemcheck .system-loading-status, #systemcheck .system-loading-status-pass {
  width: 72px;
  height: 32px;
  line-height: 30px;
  margin: 0 auto;
  border: #f43652 2px solid;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 900;
  color: #f62c45;
  text-align: center; }
#systemcheck .system-loading-status-pass {
  border-color: #00c4b5;
  color: #00c4b5; }
#systemcheck .system-loading-fail-text, #systemcheck .system-loading-pass-text {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: #f62c45;
  text-align: center;
  padding: 15px 0 45px 0; }
#systemcheck .system-loading-pass-text {
  color: #00c4b5; }
#systemcheck .system-list-tips {
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  color: #2196f3;
  padding: 10px 0 0 25px;
  line-height: 1.5em; }
  #systemcheck .system-list-tips a {
    color: #2196f3;
    text-decoration: underline; }
#systemcheck .system-show-ios-img {
  width: 72px;
  margin: 0 auto; }
#systemcheck .system-show-ios-title, #systemcheck .system-show-android-title {
  font-size: 21px;
  font-weight: 400;
  font-style: italic;
  color: #1855C6;
  text-align: center;
  padding: 15px 0 20px 0; }
#systemcheck .system-show-android-title {
  color: #8BB92C; }
#systemcheck .system-show-ios-text, #systemcheck .system-show-ios-text-2 {
  max-width: 193px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 400;
  color: #959ca2;
  text-align: center;
  line-height: 1.5em;
  padding: 0 0 40px 0; }
#systemcheck .system-show-ios-text-2 {
  max-width: 210px;
  padding: 0; }
#systemcheck .system-show-ios-btn {
  max-width: 160px;
  margin: 0 auto;
  padding: 0 0 45px 0; }
#systemcheck .system-show-android-img {
  width: 147px;
  margin: 0 auto; }
#systemcheck .system-list-close-left {
  float: left;
  font-weight: bold;
  font-size: 16px;
  color: #2b374d;
  letter-spacing: -0.6px;
  line-height: 36px; }
#systemcheck .system-list-close-right {
  float: right; }
  #systemcheck .system-list-close-right a {
    display: block;
    width: 166px;
    height: 36px;
    line-height: 36px;
    background: var(--color1);
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    letter-spacing: -0.2px;
    text-align: center; }
@media (max-width: 900px) {
  #systemcheck .system-show-box-left {
    float: none;
    margin: 0 auto;
    width: 96%; }
  #systemcheck .system-show-box-right {
    float: none;
    margin: 24px auto 0;
    width: 96%; }
  #systemcheck .system-list-close-left {
    float: none; }
  #systemcheck .system-list-close-right {
    float: none; } }
