@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap");
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Inter", sans-serif;
  line-height: normal;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  line-height: normal;
  -webkit-tap-highlight-color: transparent;
}
body ::selection {
  background: #0092ff;
  color: #fff;
}
body ::-moz-selection {
  background: #0092ff;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  line-height: 1.1;
  margin: 0;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

iframe {
  max-width: 100%;
}

ul,
ol,
dl,
dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  outline: none;
}

p a {
  color: #0092ff;
}

form {
  margin: 0;
}

button,
input,
textarea,
select {
  -webkit-appearance: none;
}
button:active, button:focus,
input:active,
input:focus,
textarea:active,
textarea:focus,
select:active,
select:focus {
  outline: none;
}

button[disabled],
input[disabled] {
  cursor: default;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
}

/* Helpers */
.reader-only {
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.wrapper {
  max-width: 74.1875rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.hidden {
  display: none;
}

.rootContainer {
  height: 100vh;
  overflow: hidden;
  margin: 0;
  background-color: #f3f3f3;
  color: black;
  font-family: Monospace;
  font-size: 0.8125rem;
  line-height: 0;
  overscroll-behavior: none;
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
  supported by Chrome, Edge, Opera and Firefox */
}
.rootContainer.overflow-hidden {
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
}

.canvas-wrapper {
  height: 100vh;
  background-image: radial-gradient(50% 50%, #fbfbfb 50%, #f3f3f3 100%);
}
.canvas-wrapper canvas {
  outline: none;
}

.is-loading .canvas-wrapper {
  display: none;
}

.ui-topbar {
  height: 5rem;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(1.25rem);
  position: fixed;
  top: 0rem;
  line-height: 1em;
}

.ui-top-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.ui-options {
  display: flex;
  vertical-align: center;
  height: 3.125rem;
  position: absolute;
  right: 2.25rem;
  top: 2.25rem;
}
.ui-options .ui-option {
  border: 0rem;
  margin-left: 1.9375rem;
  cursor: pointer;
}
@media only screen and (max-device-width: 56.25rem) {
  .ui-options {
    top: 1.25rem;
  }
  .ui-options .ui-option {
    margin-left: 0.3125rem;
    width: 2.8125rem;
    height: 2.8125rem;
  }
}
.ui-options .xr-button {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 3.8125rem;
  padding: 0rem;
  font-size: 0rem;
}
.ui-options .xr-button:focus {
  border: 0rem;
  outline: none;
}

.sample-image-container {
  width: 100%;
  height: 100%;
  display: flex;
}
.sample-image-container .sample-image {
  width: 100%;
  max-width: 93.75rem;
  margin: 0 auto;
  height: auto;
  object-fit: contain;
}

.all-action-bars h2 {
  margin-bottom: 0.625rem;
  padding: 1.25rem 1.25rem 0 1.25rem;
}
.all-action-bars .topBar {
  position: relative;
  margin-bottom: 2.25rem;
  left: 0;
}
@media (min-width: 568px) {
  .all-action-bars .topBar {
    padding: 0 1.25rem;
  }
}

.logo {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1.25rem 0 0 1.25rem;
  z-index: 1;
}
.logo-full {
  width: 5rem;
}
@media (min-width: 768px) {
  .logo-full {
    width: 7.5rem;
  }
}

.floating-ref-wrapper {
  position: relative;
  cursor: pointer;
}
.floating-ref-wrapper:before, .floating-ref-wrapper:after {
  content: "";
  width: 100%;
  height: 1.25rem;
  background: transparent;
  position: absolute;
}
.floating-ref-wrapper:before {
  top: -1.25rem;
}
.floating-ref-wrapper:after {
  bottom: -1.25rem;
}
.floating-ref-wrapper:hover .hover-element {
  display: block;
}
.floating-ref-wrapper .hover-element {
  width: auto;
  display: none;
  position: absolute;
  animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  z-index: 99;
}

.screen-reader-text {
  border: 0;
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
  clip-path: inset(50%);
  height: 0.0625rem;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.0625rem;
  word-wrap: normal;
}

.show-mobile {
  display: block;
}
@media (min-width: 568px) {
  .show-mobile {
    display: none;
  }
}

.hide-mobile {
  display: none;
}
@media (min-width: 568px) {
  .hide-mobile {
    display: block;
  }
}

@media (max-width: 767px) {
  .disable-mobile {
    opacity: 0.3;
    pointer-events: none;
    display: none !important;
  }
}
@media (min-width: 768px) {
  .disable-mobile {
    opacity: 1;
    pointer-events: initial;
  }
}

.example-container {
  padding: 1.25rem;
}
.example-container .button-clear,
.example-container .button-primary {
  margin: 0.625rem 0.625rem 0.625rem 0;
}
.example-container .input-box {
  max-width: 37.5rem;
}
.example-container .toast {
  animation: none;
}
.example-container h4,
.example-container h3 {
  margin-bottom: 0.625rem;
}

.modal-example-container .ui-modal {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  transform: none;
  margin-bottom: 1.25rem;
}

.help-button {
  position: absolute;
  left: 2.5rem;
  bottom: 2.5rem;
  width: 2.25rem;
  height: 2.25rem;
  cursor: help;
}
.help-panel {
  position: absolute;
  line-height: 1.5em;
  padding: 1.25rem;
  left: 2.5rem;
  bottom: 5.4375rem;
  width: 15rem;
  color: #222;
  font-family: "Inter", sans-serif;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(1.25rem);
  border-radius: 0.875rem;
  font-size: 1.125rem;
}
.help-panel.hidden {
  display: none;
}
.help-panel .icon {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  top: 0.1875rem;
  margin-right: 0.9375rem;
}
@media only screen and (max-device-width: 56.25rem) {
  .help-button {
    display: none;
  }
  .help-panel {
    display: none;
  }
}

@media only screen and (max-device-width: 56.25rem) {
  #multiplayer-button {
    display: none;
  }
}
.logo-watermark {
  position: fixed;
  top: 1.25rem;
  left: 1.875rem;
  transition: all 1s;
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}

.is-loading .logo-watermark {
  left: 50%;
  top: 25%;
  transition: none;
  transform: translateX(-50%);
}

@media only screen and (max-device-width: 56.25rem) {
  .logo-watermark {
    top: 1.25rem;
    left: 1.25rem;
  }
}
.startup-screen .canvas-wrapper {
  background: #f2f2f2;
}
.startup-screen .start-button-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.startup-screen button {
  font-family: monospace;
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.0938rem;
  background: white;
  cursor: pointer;
  border: none;
  border-radius: 0.625rem;
  padding: 1.25rem 0.9375rem;
  min-width: 12.5rem;
}
.startup-screen .loading-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.startup-screen .progress-bar-container {
  width: 40vw;
  height: 0.25rem;
  background-color: #e3e3e3;
  top: 2.5rem;
  border-radius: 0.125rem;
}
.startup-screen .progress-bar-container .progress-bar {
  background-color: #4484f8;
  height: 100%;
  border-radius: 0.125rem;
}
.startup-screen .progress-label {
  font-family: "Inter", sans-serif;
  color: #000;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 500;
  padding-top: 0.625rem;
  line-height: 1;
}

input[type=text], input[type=password], input[type=number], input[type=email],
input textarea,
input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1.875rem white inset !important;
  box-shadow: 0 0 0 1.875rem white inset !important;
}

.form-field {
  margin-bottom: 1rem;
}
.form-field .input {
  border: none;
  background: #fff;
  width: 100%;
  display: block;
  padding: 1.125rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  text-align: left;
  outline: none;
  border: 0.0625rem solid #f2f2f2;
}
.form-field .input:focus {
  border: 0.0625rem solid #f2f2f2;
  outline: none;
}
.form-field .input::-webkit-input-placeholder {
  /* Edge */
  font-size: 1rem;
  letter-spacing: -0.0169rem;
  line-height: 1.5625rem;
  color: rgba(0, 0, 0, 0.8);
}
.form-field .input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 1rem;
  letter-spacing: -0.0169rem;
  line-height: 1.5625rem;
  color: rgba(0, 0, 0, 0.8);
}
.form-field .input::placeholder {
  font-size: 1rem;
  letter-spacing: -0.0169rem;
  line-height: 1.5625rem;
  color: rgba(0, 0, 0, 0.8);
}
.form-field .input-row {
  display: flex;
  align-items: center;
}
.form-field .input-row:focus {
  border: none;
  outline: none;
}
.form-field .input-row .form-field .input-box {
  flex: 1 1 auto;
}
.form-field .input-row button {
  flex: 0 0 auto;
  margin: 0 0 0 0.625rem;
  height: 3.5rem;
}
.form-field .input-box {
  position: relative;
  width: 100%;
}
.form-field .input-validation {
  width: 2.5rem;
  height: 2.5rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.375rem;
}
.form-field .input-validation .spinner {
  width: 1.875rem;
  height: 1.875rem;
  margin: 0.3125rem;
}
@media (max-width: 767px) {
  .form-field .input-row button {
    font-size: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .form-field .input {
    font-size: 1.1875rem;
    border-radius: 0.6875rem;
  }
  .form-field .input::-webkit-input-placeholder {
    /* Edge */
    font-size: 1.1875rem;
  }
  .form-field .input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 1.1875rem;
  }
  .form-field .input::placeholder {
    font-size: 1.1875rem;
  }
  .form-field .input-row button {
    height: 3.8125rem;
  }
}

.form-label {
  text-align: left;
  display: block;
  margin-bottom: 0.375rem;
  font-weight: 600;
  font-size: 1.0625rem;
}

.checkbox {
  display: block;
  position: relative;
  padding-top: 0.125rem;
  padding-bottom: 0.5rem;
  box-sizing: border-box;
  overflow: hidden;
}
.checkbox.has-error .checkbox-input:before {
  border-color: #f40000;
}
.checkbox-item {
  padding-left: 3.625rem;
  position: relative;
}
.checkbox-input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  outline: none;
  border-radius: 0;
}
.checkbox-input::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 2.375rem;
  height: 2.375rem;
  background-color: #fff;
  border: 0.0625rem solid #f2f2f2;
  border-radius: 0.6875rem;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s ease;
}
.checkbox-input:checked::before {
  border-color: #0092ff;
}
.checkbox-input:checked + .checkbox-icon {
  opacity: 1;
}
.checkbox-icon {
  position: absolute;
  top: 0.25rem;
  left: 0.4375rem;
  width: 2.125rem;
  pointer-events: none;
  opacity: 0;
  z-index: 10;
  transition: all 0.3s ease;
}
.checkbox-label {
  display: block;
  cursor: pointer;
  text-align: left;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: -0.0131rem;
  line-height: 1.1875rem;
}
.checkbox .link {
  color: #0092ff;
  text-decoration: underline;
  margin-left: 0.25rem;
}

.form-field .error-text,
.checkbox .error-text {
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  text-align: left;
  letter-spacing: -0.0131rem;
  color: #f40000;
  margin: 0.375rem 0;
}

.modal {
  position: absolute;
  top: calc(50% - 1.25rem);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 410px;
  border-radius: 21px;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  letter-spacing: -0.0125rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-align: left;
  color: #000;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(1.25rem);
  animation: fade-in 0.3s ease-in-out;
  text-align: center;
  overflow: hidden;
  z-index: 99;
}
.modal.fade-in-transition {
  animation: linear-fade-in 600ms;
}
.modal.left-align {
  text-align: left;
}
.modal-backdrop {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  position: static;
}
.modal-image {
  padding: 2.3125rem 1.875rem 0 1.875rem;
  margin-bottom: 1rem;
  text-align: center;
}
.modal-image img {
  max-width: 100%;
}
.modal-image.borderless {
  padding: 0rem;
}
.modal-image.borderless img {
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}
.modal-image + .modal-title {
  margin-top: 0.25rem;
}
.modal-text {
  margin-top: 0.375rem;
}
.modal-title {
  font-size: 1.1875rem;
  font-weight: 600;
  letter-spacing: -0.025rem;
  color: #182026;
  padding: 1.5rem 1.125rem 1.125rem 1.125rem;
}
.modal-content {
  padding: 0 1.25rem;
  overflow-wrap: anywhere;
  font-size: 1rem;
  letter-spacing: -0.0169rem;
  line-height: 1.25rem;
  color: rgba(0, 0, 0, 0.8);
}
.modal-content p {
  line-height: 1.3;
}
.modal-actions {
  border-top: 0.025rem solid rgba(0, 0, 0, 0.05);
  margin-top: 20px;
  display: flex;
}
.modal-actions.multiple {
  border-top: none;
  margin-top: 0;
  flex-direction: column;
}
.modal-actions.multiple .modal-action {
  border-bottom: 0.025rem solid rgba(0, 0, 0, 0.05);
}
.modal-actions.multiple .modal-action:last-child {
  border-bottom: none;
}
.modal-actions.multiple .modal-action .modal-button {
  font-weight: 300;
  color: #0092ff;
  letter-spacing: 0.0125rem;
}
.modal-action {
  flex: 1 1 50%;
}
.modal-action .modal-button {
  cursor: pointer;
  border: none;
  background: none;
  outline-color: transparent;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  text-align: center;
  font-weight: bolder;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.0875rem;
  line-height: 1.25rem;
  letter-spacing: -0.0325rem;
}
.modal-action .modal-button:hover {
  background: rgba(24, 32, 38, 0.04);
}
.modal-action .modal-button:focus {
  outline: none;
}
.modal-action .modal-button:active {
  outline: none;
  outline-color: transparent;
  background-color: rgba(0, 0, 0, 0.06);
}
.modal-action.action-primary .modal-button {
  color: #0092ff;
  font-weight: 600;
}
.modal-action.action-secondary {
  border-right: 0.025rem solid rgba(0, 0, 0, 0.05);
}
@media all {
  .modal-title {
    font-size: 1.5625rem;
    letter-spacing: -0.0519rem;
    padding: 2rem 1.875rem 1.25rem 1.875rem;
  }
  .modal-image + .modal-title {
    margin-top: 0;
    padding-top: 20px;
  }
  .modal-content {
    font-size: 1.1875rem;
    line-height: 1.5625rem;
    padding: 0.375rem 1.875rem;
  }
  .modal-action .modal-button {
    font-size: 1.4375rem;
    line-height: 1.6875rem;
    padding: 1.5625rem;
  }
}

@supports (-webkit-touch-callout: none) {
  .modal {
    background: rgba(255, 255, 255, 0.9);
  }
}
.panel {
  position: fixed;
  font-family: "Inter", sans-serif;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(1.25rem);
  border-radius: 0.75rem;
  max-width: 37.5rem;
  width: 94%;
  height: 5.25rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4.125rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.panel.blocked-input {
  pointer-events: none;
  touch-action: none;
}
.panel-fwd, .panel-back {
  background: none;
  border: none;
  height: 100%;
  outline: none;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  /* iOS Safari */
  flex: 0 0 2.5rem;
}
.panel-fwd img, .panel-back img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 1.25rem;
}
.panel-fwd:hover, .panel-back:hover {
  background: none;
}
.panel-back:active {
  background: linear-gradient(270deg, rgba(50, 50, 50, 0.05) 0%, rgba(50, 50, 50, 0) 100%);
}
.panel-fwd:active {
  background: linear-gradient(90deg, rgba(50, 50, 50, 0.05) 0%, rgba(50, 50, 50, 0) 100%);
}
.panel-frame {
  flex: 1 1 auto;
  overflow: hidden;
  padding: 0 0.25rem;
}
.panel-container {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  white-space: nowrap;
  height: 100%;
  width: 100%;
}
.panel-content, .panel-contentPreview {
  order: 2;
  margin: auto;
  flex: 1 0 100%;
  color: #000;
  letter-spacing: -0.0106rem;
  text-align: center;
  line-height: 2rem;
  width: 100%;
  white-space: normal;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
.panel-content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.panel .progress-bar-container {
  background-color: rgba(150, 150, 150, 0.2);
  height: 0.1875rem;
  border-radius: 0.125rem;
}
.panel .progress-bar-container .progress-bar {
  background-color: #0092ff;
  height: 0.1875rem;
  border-radius: 0.125rem;
}
@media only screen and (max-device-width: 56.25rem) and (max-device-height: 30rem) and (orientation: landscape) {
  .panel {
    height: 5.25rem;
    left: 5rem;
    min-height: 5.25rem;
    bottom: 1.875rem;
    transform: none;
  }
  .panel-content, .panel-contentPreview {
    letter-spacing: -0.005rem;
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }
  .panel button {
    flex: 0 0 3.75rem;
  }
  .panel button img {
    height: 1.375rem;
  }
  .panel button-back:hover, .panel button-fwd:hover {
    background: none;
  }
  .panel button-back:active {
    background: linear-gradient(270deg, rgba(50, 50, 50, 0.05) 0%, rgba(50, 50, 50, 0) 100%);
  }
  .panel button-fwd {
    background: linear-gradient(90deg, rgba(50, 50, 50, 0.05) 0%, rgba(50, 50, 50, 0) 100%);
  }
}
@media (min-width: 768px) {
  .panel {
    height: 7.5rem;
    border-radius: 0.875rem;
    bottom: 5.625rem;
    max-width: 45.3125rem;
  }
  .panel-content, .panel-contentPreview {
    font-size: 1.375rem;
    line-height: 1.3;
  }
  .panel .frame {
    padding: 0 0.75rem;
  }
  .panel button {
    flex-basis: 5rem;
  }
  .panel button img {
    height: 1.625rem;
  }
}
@media (min-width: 1100px) {
  .panel-content, .panel-contentPreview {
    font-size: 1.625rem;
  }
  .panel button img {
    height: 2.125rem;
  }
}

@supports (-webkit-touch-callout: none) {
  .panel {
    background: rgba(255, 255, 255, 0.8);
  }
}
.sync-panel {
  position: absolute;
  right: 2.5rem;
  top: calc(50% - 12.5rem);
  width: 18.75rem;
  height: 25rem;
  color: #22ff22;
  padding: 1.25rem;
  background-color: #222;
  backdrop-filter: blur(1.25rem);
  line-height: 1em;
}
.sync-panel .stream-circle {
  background-color: #f40000;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  margin-right: 0.3125rem;
}
.sync-panel .stream-button {
  float: right;
  text-decoration: underline;
  display: flex;
  align-items: center;
}

.presentation-panel,
.session-panel {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 3.125rem;
  background-color: #222;
  color: #f1f1f1;
  line-height: 1em;
  padding: 1.25rem;
}

.session-panel .session-link {
  color: #bbb;
  cursor: pointer;
}
.session-panel .icon {
  width: 1rem;
  height: 1rem;
  position: relative;
  top: 0.3125rem;
  left: -0.1875rem;
  cursor: pointer;
}
@media only screen and (max-device-width: 56.25rem) {
  .session-panel {
    top: 5.625rem;
    white-space: nowrap;
  }
}

.spinner,
.spinner:after {
  border-radius: 50%;
  width: 3.75rem;
  height: 3.75rem;
}

.spinner {
  display: block;
  font-size: 0.625rem;
  position: relative;
  text-indent: -9999em;
  border-top: 0.25rem solid #f2f2f2;
  border-right: 0.25rem solid #f2f2f2;
  border-bottom: 0.25rem solid #f2f2f2;
  border-left: 0.25rem solid #0092ff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 0.8s infinite linear;
  animation: load8 0.8s infinite linear;
  margin: 1.25rem auto;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.index-list {
  line-height: normal;
  font-family: "Inter", sans-serif;
}
.index-list-item {
  font-size: 1rem;
}
.index-list-item a {
  display: block;
  padding: 0.625rem 0;
  color: #0092ff;
}
.index-list-item a:before {
  content: "⭢ ";
}
.index-list-item a:hover {
  text-decoration: underline;
}
.index-list h2 {
  font-weight: normal;
  margin-bottom: 1.25rem;
  transform: translateX(-0.25rem);
}

button {
  background: transparent;
  cursor: pointer;
}

.button-clear,
.button-danger,
.button-primary,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  color: #182026;
  text-align: center;
  text-decoration: none;
  transition: none;
  padding: 0.25rem 0.625rem;
  font-size: 0.8125rem;
  outline: none;
  transition: all 0.3s ease-in-out;
}
.button-clear .spinner,
.button-danger .spinner,
.button-primary .spinner,
.button .spinner {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.25rem;
  position: relative;
  width: 1.625rem;
  height: 1.625rem;
  top: -0.0625rem;
  border-top-width: 0.125rem;
  border-right-width: 0.125rem;
  border-bottom-width: 0.125rem;
  border-left-width: 0.125rem;
  margin: 0;
}
.button-clear .icon,
.button-danger .icon,
.button-primary .icon,
.button-clear .spinner-box,
.button-danger .spinner-box,
.button-primary .spinner-box,
.button .icon,
.button .spinner-box {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.button-clear .spinner-box,
.button-danger .spinner-box,
.button-primary .spinner-box,
.button .spinner-box {
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
}
.button-clear .icon,
.button-danger .icon,
.button-primary .icon,
.button .icon {
  margin-right: 0.375rem;
  display: inline-block;
  position: relative;
  top: -0.0625rem;
}
.button-primary {
  background: #0092ff;
  color: #fff;
}
.button-primary:hover {
  background: #008cf5;
}
.button-primary .spinner {
  border-left-color: #fff;
  border-top-color: rgba(255, 255, 255, 0.6);
  border-right-color: rgba(255, 255, 255, 0.6);
  border-bottom-color: rgba(255, 255, 255, 0.6);
}
.button-danger {
  background: #f40000;
}
.button-clear {
  background: #f5f8fa;
}
.button-clear .spinner {
  border-left-color: #494949;
  border-top-color: #afafaf;
  border-right-color: #afafaf;
  border-bottom-color: #afafaf;
}
@media (min-width: 768px) {
  .button-clear,
.button-danger,
.button-primary,
.button {
    font-size: 1.0725rem;
    padding: 1rem;
    border-radius: 0.6875rem;
  }
}

.button-icon {
  display: inline-block;
  border: none;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  padding: 0.625rem;
  background: transparent;
}
.button-icon .icon {
  margin-right: 0;
}
.button-icon.button-danger {
  background: #f40000;
}

.switch {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.switch .slider-wrapper {
  display: inline-block;
  position: relative;
  width: 1.75rem;
  height: 1rem;
  background: rgba(167, 182, 194, 0.5);
  border-radius: 3.125rem;
  transition: all 0.2s ease-in-out;
  margin-right: 0.625rem;
  flex-shrink: 0;
}
.switch .slider-wrapper:hover {
  background: rgba(167, 182, 194, 0.7);
}
.switch .slider {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 0.0625rem rgba(16, 22, 26, 0.2), 0 0.0625rem 0.0625rem rgba(16, 22, 26, 0.2);
  transition: transform 0.2s ease-in-out;
}
.switch .text {
  display: inline-block;
  font-size: 0.875rem;
}
.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.switch-input:checked + .slider-wrapper {
  background: #0092ff;
}
.switch-input:checked + .slider-wrapper .slider {
  transform: translateX(0.75rem);
}
@media (min-width: 1100px) {
  .switch .slider-wrapper {
    width: 2rem;
    height: 1.25rem;
  }
  .switch .slider {
    width: 1rem;
    height: 1rem;
  }
  .switch .text {
    font-size: 1rem;
  }
}

.tooltip {
  width: auto;
  text-align: center;
  background: #494949;
  color: #fff;
  border-radius: 0.1875rem;
  position: relative;
  box-shadow: 1px 1px 6px rgba(16, 22, 26, 0.2);
  font-size: 0.875rem;
  z-index: 99;
  max-width: calc(100% - 16px);
  min-width: 18.75rem;
}
.tooltip:before {
  content: "";
  height: 0.75rem;
  margin: 0.25rem;
  width: 0.75rem;
  transform: rotate(45deg) translateX(-50%);
  position: absolute;
  top: -0.25rem;
  left: 1.625rem;
  background: #494949;
  box-shadow: -3px -3px 8px rgba(16, 22, 26, 0.12);
  z-index: 1;
}
.tooltip-text {
  display: block;
  padding: 0.375rem 0.625rem;
}
.tooltip--danger {
  background: #f40000;
}
.tooltip--danger:before {
  background: #f40000;
}
@media (min-width: 1281px) {
  .tooltip {
    white-space: nowrap;
    min-width: none;
    max-width: none;
  }
  .tooltip:before {
    left: 50%;
  }
}

.dropdown {
  background: #f7f7f7;
  padding: 0.375rem 0.375rem 0 0.375rem;
  border-radius: 0.6875rem;
  min-width: 7.5rem;
  position: absolute;
  top: -1.25rem;
  left: 50%;
  right: auto;
  z-index: 99;
  animation: fade-in 0.1s ease-in-out;
  transform: translateY(-100%) translateX(-50%);
  box-shadow: 0.0625rem 0.0625rem 0.5rem -0.0625rem rgba(0, 0, 0, 0.1);
  display: none;
}
.dropdown:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
  border-top: 0.75rem solid #f7f7f7;
  position: absolute;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.5rem;
}
.dropdown.right-position {
  right: -1.125rem;
  left: auto;
  transform: translateY(-100%);
}
.dropdown.right-position:before {
  right: 0.375rem;
  left: auto;
}
.dropdown-item {
  display: flex;
  align-items: center;
  font-size: 1rem;
  margin-bottom: 0.375rem;
  white-space: nowrap;
  text-align: left;
}
.dropdown-item img {
  width: 1.625rem;
}
.dropdown-item .key {
  min-width: 1.5rem;
}
.dropdown-item .sign {
  padding: 0 0.625rem;
  min-width: 0.75rem;
}
.dropdown .topBar-item {
  margin-bottom: 0.25rem;
}
.dropdown .topBar-itemBox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0.5rem;
  width: 100%;
  padding: 0.375rem;
  transition: all 0.3s ease-in-out;
}
.dropdown .topBar-itemBox:hover {
  background: #fff;
}
.dropdown .topBar-item .label {
  font-size: 1.0056rem;
  letter-spacing: -0.0131rem;
  line-height: 1.1875rem;
  font-weight: 400;
}
@media (max-width: 350px) {
  .dropdown:before {
    right: 0.25rem;
  }
  .dropdown .topBar-itemBox {
    width: 100%;
    height: 2.25rem;
  }
  .dropdown .topBar-itemBox .icon {
    transform: scale(0.9);
  }
}
@media (max-width: 567px) {
  .dropdown-item {
    margin-bottom: 0.25rem;
  }
}
@media (min-width: 768px) {
  .dropdown {
    min-width: 10rem;
    border-radius: 0.875rem;
    padding: 0.625rem 0.625rem 0.375rem 0.625rem;
    top: calc(100% + 0.75rem);
    transform: translateX(-50%);
  }
  .dropdown.right-position {
    transform: none;
    right: -0.625rem;
  }
  .dropdown:before {
    border-top: 0;
    border-left: 0.875rem solid transparent;
    border-right: 0.875rem solid transparent;
    border-bottom: 0.875rem solid #f7f7f7;
    top: -0.625rem;
    right: 1.25rem;
    bottom: auto;
  }
  .dropdown-item img {
    margin-right: 0.5rem;
  }
  .dropdown .topBar-itemBox {
    padding: 0.5625rem 0.75rem;
    border-radius: 0.6875rem;
  }
}

.topBar-itemBox.is-active {
  background: #fff;
}
.topBar-itemBox.is-active + .dropdown {
  display: block;
}

.timer {
  display: block;
  font-size: 1.0806rem;
  letter-spacing: -0.0344rem;
  line-height: 1.3125rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  min-width: 2.875rem;
}
@media (min-width: 768px) {
  .timer {
    font-size: 1.8575rem;
    letter-spacing: -0.0594rem;
    line-height: 2.25rem;
    min-width: 5rem;
  }
}

.notification-container {
  position: absolute;
  width: 100%;
  top: 1rem;
  right: 0;
  padding: 0 16px;
  z-index: 1;
  background: transparent;
}
.notification-container .toast {
  margin-left: auto;
}
@media (min-width: 568px) {
  .notification-container {
    width: auto;
  }
}
@media (min-width: 768px) {
  .notification-container {
    top: 5.9375rem;
  }
}

.toast {
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  border-radius: 0.6875rem;
  margin-bottom: 0.4375rem;
  max-width: 28.5625rem;
  box-shadow: -3px -3px 8px rgba(16, 22, 26, 0.12);
  color: #182026;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(1.25rem);
  width: 100%;
  padding-right: 40px;
  animation: toast-life 5s ease-in-out forwards;
}
.toast-message {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2rem;
  padding: 10px 6px 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1 1 auto;
  color: #7c7c7c;
}
.toast-message:before {
  content: url("/assets/icons/icon-info.svg");
  position: relative;
  display: block;
  flex: 0 0 1.5625rem;
  height: 1.5625rem;
  margin: -0.0625rem 0.375rem 0 0;
  align-self: flex-start;
}
.toast-actions {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0.625rem;
}
.toast .button-icon {
  padding: 0;
  width: 1rem;
  height: 1rem;
  margin-top: 0.25rem;
}
.toast .close-icon {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
.toast .close-icon:before, .toast .close-icon:after {
  content: "";
  width: 0.9375rem;
  height: 0.0625rem;
  background: #969696;
  position: absolute;
  top: 0.4375rem;
  right: 0;
}
.toast .close-icon:before {
  transform: rotate(45deg);
}
.toast .close-icon:after {
  transform: rotate(-45deg);
}
.toast-danger .toast-message:before {
  content: url("/assets/icons/icon-error.svg");
}
.toast-warning .toast-message:before {
  content: url("/assets/icons/icon-warning.svg");
}
@media (min-width: 568px) {
  .toast {
    min-width: 28.75rem;
  }
  .toast-message {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1100px) {
  .toast {
    margin-bottom: 1rem;
  }
}

.topBar {
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 0.375rem 0.375rem 0.375rem 0.625rem;
}
.topBar p,
.topBar h1,
.topBar h2,
.topBar h3,
.topBar h4,
.topBar h5,
.topBar h6 {
  margin: 0;
}
.topBar-moderation {
  height: 2.5rem;
  position: relative;
  border-radius: 0.5156rem;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.topBar-moderation .button-primary {
  will-change: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  transition: transform 0.3s ease-in-out;
  text-align: left;
  padding-left: 0.625rem;
  white-space: nowrap;
  outline: none;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  border-radius: 0.5rem;
}
.topBar-moderation .button-primary .icon {
  width: 1.875rem;
  margin-right: 0;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transition: transform 2s ease;
}
.topBar .inner-container {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0.5rem;
  overflow: hidden;
}
.topBar-items {
  display: flex;
  align-items: center;
  border-radius: 0.875rem;
  margin-left: auto;
  padding-left: 0.25rem;
}
.topBar-item {
  height: 100%;
  margin-right: 0.625rem;
  display: flex;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
  z-index: 2;
}
.topBar-item:last-child {
  margin-right: 0;
}
.topBar-item .superIndex {
  font-size: 0.6875rem;
  font-weight: 700;
  position: relative;
  top: -0.5rem;
  left: -0.8125rem;
  white-space: nowrap;
}
.topBar-itemBox {
  font-size: 0.8125rem;
  border: none;
  outline: none;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  border-radius: 0.5rem;
}
.topBar-itemBox .icon {
  max-width: none;
  transform: scale(0.8);
}
.topBar-itemBox:hover {
  background: #fff;
}
.topBar #anotate {
  position: relative;
  max-width: 0rem;
  opacity: 0;
  z-index: 0;
  margin: 0;
  transition: all 0.6s ease-in-out;
}
.topBar.is-moderator #anotate {
  display: flex;
  max-width: 3rem;
  opacity: 1;
  margin-right: 0.625rem;
}
@media (max-width: 350px) {
  .topBar-item .superIndex {
    left: -0.9375rem;
  }
  .topBar-itemBox {
    width: 1.625rem;
    height: 1.625rem;
  }
  .topBar-itemBox .icon {
    transform: scale(0.6);
  }
}
@media (max-width: 459px) {
  .topBar-item {
    margin-right: 0.25rem;
  }
}
@media (max-width: 567px) {
  .topBar-moderation {
    flex: 0 0 11.75rem;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .topBar-moderation {
    flex-basis: 12.5rem;
  }
}
@media (max-width: 767px) {
  .topBar {
    background: rgba(242, 242, 242, 0.7);
    backdrop-filter: blur(1.25rem);
  }
  .topBar-items {
    flex: 1 1 auto;
    justify-content: space-evenly;
  }
}
@media (min-width: 768px) {
  .topBar {
    top: 0.625rem;
    right: 0.625rem;
    left: auto;
    bottom: auto;
    padding: 0;
  }
  .topBar .inner-container {
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 0.6875rem;
  }
  .topBar-moderation {
    background: rgba(242, 242, 242, 0.7);
    backdrop-filter: blur(1.25rem);
    width: 17.0625rem;
    height: 4.1875rem;
    margin-right: 0.625rem;
    border-radius: 0.875rem;
  }
  .topBar-moderation .button-primary {
    border-radius: 0.6875rem;
  }
  .topBar-moderation .button-primary .icon {
    width: 2.5rem;
    margin-right: 0.625rem;
  }
  .topBar-items {
    background: rgba(242, 242, 242, 0.7);
    backdrop-filter: blur(1.25rem);
    height: 4.1875rem;
    padding: 0 0.625rem;
    margin-left: 0;
  }
  .topBar-item .superIndex {
    font-size: 1rem;
    top: -0.625rem;
    left: -0.625rem;
  }
  .topBar-itemBox {
    width: 3rem;
    height: 3rem;
    border-radius: 0.6875rem;
    font-size: 0.9375rem;
  }
  .topBar-itemBox .icon {
    transform: none;
  }
}

.moderationBox {
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.5rem 2.625rem 0.5rem 0.5rem;
}
.moderationBox-info {
  min-width: 0;
  flex: 1 1 auto;
  padding: 0 0.25rem 0 0.5rem;
}
.moderationBox-title {
  font-size: 0.8044rem;
  line-height: 1.1875rem;
  font-weight: 500;
  animation: fade-in 0.5s ease;
}
.moderationBox-name {
  font-size: 0.7125rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.0075rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 0;
  color: rgba(0, 0, 0, 0.8);
  animation: fade-in 0.5s ease;
}
.moderationBox .timer {
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .moderationBox {
    padding: 0.625rem 3.625rem 0.625rem 0.625rem;
    border-radius: 0.875rem;
  }
  .moderationBox-title {
    font-size: 1.0725rem;
    line-height: 1.625rem;
  }
  .moderationBox-name {
    font-size: 0.95rem;
  }
  .moderationBox-info {
    padding: 0 0.25rem 0 0.6875rem;
  }
}

.session-started .topBar-moderation .button-primary {
  animation: start-moderation-mobile 0.4s ease-in-out both;
  padding-left: 1.25rem;
}
.session-started .topBar-moderation .text {
  animation: fade-out 0.3s ease both;
  display: none;
}
.session-started:not(.is-moderator) .topBar-moderation .button-primary {
  animation: start-moderation-viewer 0.3s ease-in-out both;
}
.session-started:not(.is-moderator) .topBar-moderation .button-primary:before {
  display: none;
}
.session-started:not(.is-moderator) .topBar-moderation .moderationBox {
  padding-right: 0.625rem;
}
.session-started:not(.is-moderator) .topBar-moderation .icon {
  animation: none;
  transform: none;
}
@media (min-width: 768px) {
  .session-started .topBar-moderation {
    z-index: 2;
  }
  .session-started .topBar-moderation .moderationBox {
    transform: translateX(0.625rem);
  }
  .session-started .topBar-moderation .inner-container {
    will-change: auto;
    animation: start-moderation-container 0.6s ease both;
  }
  .session-started .topBar-moderation .button-primary {
    padding: 1rem 1rem 1rem 0.625rem;
    animation: start-moderation 0.5s ease-in-out both;
    right: 0;
    left: auto;
  }
  .session-started .topBar-moderation .icon {
    animation: start-moderation-icon 0.4s ease-in-out both;
  }
}

.session-ended .topBar-moderation .button-primary {
  animation: end-moderation 0.3s ease-in-out both;
}
.session-ended .topBar-moderation .text {
  animation: fade-in 0.5s ease both;
}
@media (min-width: 568px) {
  .session-ended .topBar-moderation .icon {
    margin-right: 0.625rem;
  }
}

.topBar.single-user-only .topBar-moderation {
  display: none;
}
.topBar.single-user-only #share {
  display: none;
}

.topBar.offline .topBar-moderation {
  opacity: 0.3;
  pointer-events: none;
}
.topBar.offline #share {
  opacity: 0.3;
  pointer-events: none;
}

.hotspot {
  position: absolute;
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  line-height: 1;
  cursor: pointer;
}
.hotspot-dot {
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.75);
  transition: all 0.1s ease;
  background: #f2f2f2;
}
.hotspot-dot:before {
  width: 9px;
  height: 9px;
}
.hotspot-label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(37, 32, 32, 0.25);
  transition: all 0.3s ease-in-out;
  left: 50%;
  transform: translate(-50%, calc(-100% - 0.625rem)) translateZ(0);
  text-align: center;
  font-weight: 700;
  font-size: 1.0625rem;
  width: max-content;
  height: auto;
  max-width: 12.5rem;
  will-change: auto;
  z-index: 2;
}
.hotspot-name {
  z-index: 2;
  font-size: 15px;
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(1.25rem);
  width: 100%;
  height: 100%;
  padding: 8px 10px;
  display: block;
  font-weight: 400;
  border-radius: 0.5rem;
  transition: all 0.2s ease;
}
.hotspot-halo {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0.5rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hotspot:hover .hotspot-name {
  color: #fff;
  background: rgba(0, 146, 255, 0.9);
  backdrop-filter: blur(1.25rem);
}
.hotspot:hover .hotspot-dot {
  border-color: #74caff;
  background: rgba(0, 146, 255, 0.9);
  backdrop-filter: blur(1.25rem);
  box-shadow: 0 0 8px 0 #33a8ff;
}
.hotspot--compact .hotspot-label {
  display: none;
}
.hotspot--compact .hotspot-dot {
  width: 20px;
  height: 20px;
}
.hotspot--compact .hotspot-dot:before {
  width: 16px;
  height: 11px;
}
.hotspot.activated .hotspot-halo {
  animation: halo 0.8s ease-out both;
}
.hotspot.activated .hotspot-name {
  background: #0092ff;
  color: #fff;
}
.hotspot.activated .hotspot-dot {
  background: #0092ff;
  border-color: #74caff;
}
.hotspot.activated.visited .hotspot-dot:before {
  background: url("../../../assets/icons/icon-check-blue.svg") no-repeat center center;
}
.hotspot.transition-exit .hotspot-dot {
  background: transparent;
  border-width: 0.125rem;
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: none;
}
.hotspot.transition-exit .hotspot-label {
  animation: fade-out 0.4s ease both;
}
.hotspot.visible .hotspot-label {
  animation: fade-in-simple 0.4s ease;
}
.hotspot.visited .hotspot-name {
  color: #afafaf;
}
.hotspot.visited .hotspot-dot {
  background: #f2f2f2;
  border-color: #fff;
}
.hotspot.visited .hotspot-dot:before {
  content: "";
  display: inline-block;
  background: url("../../../assets/icons/icon-check-gray.svg") no-repeat center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hotspot.visited.activated .hotspot-name {
  color: #fff;
}
.hotspot.visited:hover .hotspot-name {
  color: #fff;
}
.hotspot.visited:hover .hotspot-dot {
  background: #0092ff;
  border-color: #74caff;
}
.hotspot.visited:hover .hotspot-dot:before {
  background: url("../../../assets/icons/icon-check-blue.svg") no-repeat center center;
}
.hotspot.not-visible {
  cursor: auto;
}
.hotspot.not-visible .hotspot-label {
  display: none;
}
.hotspot.not-visible .hotspot-dot {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}
.hotspot.not-visible .hotspot-dot:before {
  background: url("../../../assets/icons/icon-check-transparent.svg") no-repeat center center;
}
.hotspot.not-visible:hover .hotspot-dot {
  backdrop-filter: none;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-simple {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes toast-life {
  0% {
    transform: translateX(2.5rem);
    opacity: 0;
  }
  10% {
    transform: translateX(0);
    opacity: 1;
  }
  90% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(2.5rem);
    opacity: 0;
  }
}
@keyframes slide-in {
  0% {
    transform: translateY(-2.5rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-out {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-2.5rem);
    opacity: 0;
  }
}
@keyframes slide-down {
  0% {
    transform: translateY(-1.25rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-up {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-1.25rem);
    opacity: 0;
  }
}
@keyframes start-moderation {
  0% {
    transform: translateX(0);
    background: #0092ff;
    max-width: 100%;
  }
  90% {
    max-width: 100%;
  }
  100% {
    background: #f40000;
    transform: translateX(calc(100% - 3rem));
  }
}
@keyframes start-moderation-mobile {
  0% {
    transform: translateX(0);
    padding: 1rem 1rem 1rem 0.625rem;
  }
  100% {
    transform: translateX(calc(100% - 2.5rem));
    background: #f40000;
    padding-left: 0.375rem;
  }
}
@keyframes start-moderation-container {
  0% {
    transform: translateX(0);
    max-height: 4.1875rem;
  }
  66% {
    transform: translateX(0);
    max-height: 4.1875rem;
  }
  100% {
    transform: translateX(-0.625rem);
    max-height: 3rem;
  }
}
@keyframes start-moderation-icon {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-0.25rem);
  }
}
@keyframes start-moderation-viewer {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(101%);
  }
}
@keyframes end-moderation {
  0% {
    transform: translateX(calc(100% - 4rem));
    background: #f40000;
  }
  100% {
    transform: translateX(0);
    background: #0092ff;
    margin: 0;
    top: 0;
  }
}
.fade-in {
  animation: fade-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-out {
  animation: fade-out 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.show {
  animation: slide-down 0.3s ease-in-out both;
}

.hide {
  animation: slide-up 0.3s ease-in-out both;
}

@keyframes halo {
  50% {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
  99% {
    transform: scale(0.001, 0.001);
    opacity: 0;
  }
  100% {
    transform: scale(0.001, 0.001);
    opacity: 0.7;
  }
}
@keyframes linear-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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