@font-face {
  font-family: "nunito";
  src: url(/tourgether-test/assets/f8c1d028eab805947023.ttf);
}
@font-face {
  font-family: "nunito-semibold";
  src: url(/tourgether-test/assets/689a49a3cea80f39b5b0.ttf);
}
@font-face {
  font-family: "nunito-bold";
  src: url(/tourgether-test/assets/689a49a3cea80f39b5b0.ttf);
}
@font-face {
  font-family: "nunito-extrabold";
  src: url(/tourgether-test/assets/e2978b0fea8c866cb940.ttf);
}
#error-box-container {
  position: fixed;
  z-index: 100;
  height: 100%;
  width: 100%;
  flex: 1;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
#error-box-container #error-box {
  background-color: #f26668;
  color: white;
  font-size: 1.2em;
  font-family: nunito-bold;
  font-weight: 700;
  text-align: center;
  min-height: 42px;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  pointer-events: auto;
}
#error-box-container #error-box .error-message {
  margin-bottom: 5px;
}
#error-box-container #error-box .error-code {
  margin: -8px;
  width: 100%;
  text-align: right;
  opacity: 0.5;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75em;
}
@font-face {
  font-family: "nunito";
  src: url(/tourgether-test/assets/f8c1d028eab805947023.ttf);
}
@font-face {
  font-family: "nunito-semibold";
  src: url(/tourgether-test/assets/689a49a3cea80f39b5b0.ttf);
}
@font-face {
  font-family: "nunito-bold";
  src: url(/tourgether-test/assets/689a49a3cea80f39b5b0.ttf);
}
@font-face {
  font-family: "nunito-extrabold";
  src: url(/tourgether-test/assets/e2978b0fea8c866cb940.ttf);
}
#rggsHost,
#rggsJoiner {
  background-image: url(/tourgether-test/assets/16687f1cdeec42642435.jpg);
}

.system-message-logo {
  background-image: url(/tourgether-test/assets/b3670a0d574e6d3d0ec2.svg);
}

.vr-tour-panel-icon {
  margin-right: 8px;
  height: 16px;
  width: 16px;
}
.vr-tour-panel-icon .Icon-Duration path {
  fill: #22bfb3;
}
.vr-tour-panel-icon .Icon-Stops path {
  fill: #22bfb3;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -ms-content-zooming: none;
  overscroll-behavior: none;
}

input {
  user-select: auto;
  -webkit-user-select: auto;
  -ms-user-select: auto;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
textarea,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
}

html,
body {
  font-family: "Nunito", sans-serif;
  font-size: 1em;
  font-weight: 400;
  font-style: normal;
  /* background-color: rgb(53, 53, 53); */
  background-color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

/* Typography */
h1 {
  font-size: 3.1573345183em;
  font-family: "nunito-bold";
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
  color: #333333;
}

h2 {
  font-size: 2.368593037em;
  font-family: "nunito-bold";
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
  color: #333333;
}

h3 {
  font-size: 1.776889em;
  font-family: "nunito-bold";
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
  color: #333333;
}

h4 {
  font-size: 1.333em;
  font-family: "nunito-bold";
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
  color: #333333;
}

h5 {
  font-size: 1em;
  font-family: "nunito-bold";
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
  color: #333333;
}

h6 {
  font-size: 0.7501875469em;
  font-family: "nunito-bold";
  font-weight: 700;
  font-style: normal;
  color: #333333;
}

.body_large {
  font-size: 1.333em;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: #333333;
}

p,
ol,
ul,
li {
  font-size: 1em;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: #333333;
}

.body_small {
  font-size: 0.7501875469em;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: #333333;
}

.body_xsmall {
  font-size: 0.5627813555em;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: #333333;
}

a {
  font-size: 1em;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: #333333;
  text-decoration: underline;
}

button {
  font-size: 1em;
  font-family: "nunito-bold";
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
  color: #333333;
}

#pano {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: url(/tourgether-test/assets/c0a071e3ef5a2ee91a7a.svg) 20 20, auto !important;
}

#pano.drawing {
  cursor: url(/tourgether-test/assets/90c38b7ea072300e21fa.svg) 0 20, auto !important;
}

#loading-overlay {
  z-index: 3;
  padding: 12px;
  pointer-events: auto;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  transition: width 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#loading-overlay.panel-open {
  width: auto;
  transition: width 0.4s ease;
}

#loading-overlay-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0007;
}

#loading-overlay-cover.white {
  background-color: white;
  transition: background-color 5s ease;
}

#loading-text {
  position: relative;
  text-align: center;
  margin: 0px auto;
  font-family: nunito-semibold;
  font-size: 2em;
  color: #fff;
}

/* progress bar */
#progress-container {
  width: 50%;
  background-color: #ddd;
  position: relative;
  margin: 0px auto;
  top: 20px;
  border-radius: 3px;
}

#progress-bar {
  width: 1%;
  height: 6px;
  background-color: #22bfb3;
  border-radius: 3px;
}

#playback-progress-wrapper {
  position: absolute;
  bottom: 96px;
  left: 20px;
  right: 20px;
  display: flex;
  height: fit-content;
  max-width: 400px;
  margin: auto;
  pointer-events: none;
}

#playback-progress-container {
  background-color: #ffffff7e;
  position: relative;
  margin: auto 10px;
  height: 4px;
  border-radius: 2px;
  width: 100%;
  bottom: 1px;
}

#playback-progress-bar {
  width: 0%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 2px;
}

.progress-label {
  font-family: nunito-semibold;
  font-size: 12px;
  color: #fff;
}

#top-left-controls {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  z-index: 5;
  transition: top 0.5s ease;
}

#fullscreen-button {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  position: relative;
  margin-right: 16px;
}

#fullscreen-icon {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 7px;
  left: 7px;
}

#leave-tour-button {
  height: 40px;
  padding: 0px 16px;
  border-radius: 8px;
}

#leave-tour-button-text {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  font-family: "nunito-bold";
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
  text-decoration: none;
  color: #f26668;
}

#Arrow,
#host-arrow {
  top: 50%;
  left: 11px;
  stroke: #1fbfb3;
  transform-origin: 50% 50%;
}

.stop p {
  width: 68px;
  height: 68px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  white-space: normal;
  text-overflow: ellipsis;
  margin: auto;
  display: table-cell;
  vertical-align: middle;
  background-color: #00000088;
  border-radius: 10px;
  line-height: 1.1;
  font-family: nunito-semibold;
  cursor: pointer;
}

#control-container {
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  pointer-events: none;
  bottom: 102px;
  width: 100%;
  transition: bottom 0.5s ease;
}

@media screen and (min-width: 600px) and (min-height: 600px) {
  #top-left-controls {
    top: 30px;
    left: 30px;
  }

  #control-container {
    bottom: 140px;
  }

  #playback-progress-wrapper {
    left: 0px;
    right: 0px;
    bottom: 106px;
  }
}
@media screen and (max-height: 500px) {
  #playback-progress-wrapper {
    bottom: 86px;
  }

  #control-container {
    bottom: 86px;
  }
}
#panel-tour-begin {
  padding: 0px 15px 0px 15px;
}

#panel-tour-continue {
  display: none;
  padding: 0px 15px 0px 15px;
}

#panel-tour-donate {
  display: none;
  padding: 0px 15px 0px 15px;
}

#play-controls,
#rggs-controls {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 88px;
}

.video-rggs-controls {
  position: relative;
  height: 100%;
  top: 0px;
  right: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.vertical-divider {
  width: 2px;
  height: 48px;
  color: white;
  z-index: 100;
  margin: 24px 12px;
  background-color: #FFFFFFB3;
}

.tourCodeContainer {
  z-index: 4;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}

.rewind-btn,
.play-btn,
.skip-btn,
.control-btn {
  margin: 24px 12px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 100;
  pointer-events: auto;
  border-radius: 50%;
}

.rewind-btn,
.skip-btn,
.control-btn {
  width: 40px;
  height: 40px;
}

.play-btn {
  width: 48px;
  height: 48px;
  background-image: url(/tourgether-test/assets/f6da698360c6b28ecfa6.svg);
  background-size: cover;
}
.play-btn.pause {
  background-image: url(/tourgether-test/assets/dce34d8114206287cbe2.svg);
}

@media (max-width: 500px) {
  .rewind-btn,
.play-btn,
.skip-btn,
.control-btn {
    margin: 24px 4px;
  }
}
.groupCamera-btn,
.groupMic-btn {
  margin: 0px 0px 0px 0px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 100;
  pointer-events: auto;
}
.groupCamera-btn.guest,
.groupMic-btn.guest {
  cursor: none;
  transition: none;
  pointer-events: none;
  opacity: 60%;
}

.groupCamera-btn {
  margin: 0px 4px 0px 0px;
}

#top-right-controls {
  position: fixed;
  display: flex;
  gap: 10px;
  flex-direction: row;
  top: 10px;
  right: 10px;
  z-index: 8;
  transition: top 0.5s ease;
}

@media screen and (min-width: 600px) and (min-height: 600px) {
  #top-right-controls {
    top: 30px;
    right: 30px;
  }
}
.standard-button {
  position: relative;
  cursor: pointer;
  background-color: #FFFFFFB3;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.2s ease-in-out;
}
.standard-button.selected {
  background-color: #555;
}
.standard-button.selected .custom-action-icon {
  fill: white;
}

@media (hover: hover) and (pointer: fine) {
  .standard-button:hover {
    transition: box-shadow 0.2s ease-in-out;
    box-shadow: 0 0 8px 5px rgba(255, 255, 255, 0.65);
  }
}
.top-right-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.guest-heading-btn {
  position: relative;
  width: 30px;
  height: 100%;
  right: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/tourgether-test/assets/cf1e3e15665c9ec9b3e7.svg);
}

.expand-video-btn {
  margin: 0px 0px 0px 0px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 100;
  pointer-events: auto;
  background-image: url(/tourgether-test/assets/1e36693206f066264f90.svg);
}
.expand-video-btn.expanded1 {
  background-image: url(/tourgether-test/assets/c71aecfb02c013842148.svg);
}
.expand-video-btn.expanded2 {
  background-image: url(/tourgether-test/assets/2f06caec683c31dfdf36.svg);
}
.expand-video-btn.collapsed {
  background-image: url(/tourgether-test/assets/ee80cf990d6fb02106aa.svg);
}

@media (max-width: 499px), (max-height: 400px) {
  .expand-video-btn {
    display: none;
  }
}
.rewind-btn {
  background-image: url(/tourgether-test/assets/00c36f23a624ef4d1b4c.svg);
}

.skip-btn {
  background-image: url(/tourgether-test/assets/23dfa52fdfb25712422a.svg);
}

#lockView-icon {
  background-image: url(/tourgether-test/assets/5c90efd5dce2552150bb.svg);
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}

#pencil-btn {
  background-image: url(/tourgether-test/assets/66412748d336cbea10e5.svg);
  background-size: cover;
}

#clear-btn {
  background-image: url(/tourgether-test/assets/25d957407456003f4863.svg);
  background-size: cover;
  position: absolute;
  bottom: 50px;
  display: none;
}

.groupCamera-btn {
  background-image: url(/tourgether-test/assets/82e19bf446a200263754.svg);
}

#mute-tour-btn {
  background-image: url(/tourgether-test/assets/9e27b6ce88967deb7f88.svg);
}

#refresh-btn {
  background-image: url(/tourgether-test/assets/b8ab841688c1005446c4.svg);
}

#subtitles-btn {
  background-image: url(/tourgether-test/assets/be021b858afbd0e0b388.svg);
}

.groupMic-btn {
  background-image: url(/tourgether-test/assets/6f13fefe62c4af6b43fa.svg);
}

#show-guests-btn {
  height: 40px;
  border-radius: 20px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

#guest-count-label {
  margin-right: 10px;
  font-family: "nunito-bold";
  font-size: 18px;
  color: #333333;
}

#drawing-controls {
  display: flex;
}

.stops-container-wrap {
  font-size: 0;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 8px;
  overscroll-behavior: contain;
}

/*Firefox*/
/*From version 64 - https://drafts.csswg.org/css-scrollbars-1/*/
.stops-container-wrap {
  scrollbar-width: none;
  scrollbar-color: #666666 #efefef;
}

/* Chrome */
.stops-container-wrap::-webkit-scrollbar-track {
  background-color: transparent;
  height: 0px;
}

.stops-container-wrap::-webkit-scrollbar-thumb {
  background-color: #333;
  border: 1px solid transparent;
  background-clip: content-box;
  height: 0px;
}

.stops-container-wrap::-webkit-scrollbar {
  width: 4px;
  height: 0px;
}

@media screen and (max-height: 600px), screen and (max-width: 600px) {
  .stops-container-wrap {
    padding: 2px;
  }
}
.stops-container {
  width: 100%;
  overflow: visible;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.stop,
.walk {
  display: inline-block;
  flex-shrink: 0;
}

.segment.stop {
  border-radius: 10px;
  margin: 6px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.2s ease-in-out;
}
.segment.stop:hover {
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: 0 0 3px 2px rgba(255, 255, 255, 0.65);
}
.segment.stop.active {
  border: 6px solid #35fff0;
  border-radius: 16px;
  margin: 0px;
}
.segment.stop.active:hover {
  box-shadow: none;
}
.segment.walk {
  width: 36px;
  position: relative;
}
.segment.walk .walk-highlight {
  width: 48px;
  height: 8px;
  background-color: #666;
  margin: 24px -6px;
  /*half .stop height - half .walk.active border height */
  position: relative;
}
.segment.walk .walk-btn {
  display: block;
  background-color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  position: absolute;
  top: 14px;
  left: 4px;
  cursor: pointer;
  pointer-events: auto;
}
.segment.walk .walk-btn:hover {
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: 0 0 3px 2px rgba(255, 255, 255, 0.65);
}
.segment.walk .walk-btn svg {
  color: #333333;
}
.segment.walk.active .walk-highlight {
  background-color: #35fff0;
}
.segment.walk.active .walk-btn {
  background-color: #35fff0;
}

.stop-spacer {
  height: 1px;
  width: 6px;
  display: inline-block;
  flex-shrink: 0;
}

.vr-tour-panel-tour-key-info-container {
  display: flex;
  flex-direction: row;
  margin-top: 16px;
  position: relative;
}

.vr-tour-panel-tour-info-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 16px;
  position: relative;
}

.vr-tour-panel-tour-info-item:last-child {
  margin-right: 0px;
}

.vr-tour-panel-tour-author-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  position: relative;
}

.vr-tour-panel-tour-author-container img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #fff;
  margin-right: 16px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.32);
}

.vr-tour-panel-tour-author-container p {
  margin-right: 4px;
}

#details-banner-wrapper {
  opacity: 0;
  transition: opacity 0.5s ease;
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: auto;
}
#details-banner-wrapper.active {
  opacity: 1;
  transition: opacity 0.5s ease;
}
#details-banner-wrapper .tour-title {
  padding-top: 160px;
  margin-top: auto;
}

.dark-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000080;
}

#titlePage-groupInfo-code,
#titlePage-groupInfo-hostCode,
#tour-codes-guestcode,
#tour-codes-hostCode {
  color: white;
  margin: 5px 0;
  z-index: 1;
}
#titlePage-groupInfo-code .selection,
#titlePage-groupInfo-hostCode .selection,
#tour-codes-guestcode .selection,
#tour-codes-hostCode .selection {
  user-select: all;
}

#banner-begin-btn {
  display: flex;
  justify-content: center;
  min-width: 270px;
  opacity: 0.75;
  color: #ccc;
  transition: all 0.4s ease;
  pointer-events: none;
}
#banner-begin-btn.active {
  color: white;
  opacity: 1;
  transition: all 0.4s ease;
  pointer-events: auto;
}

#banner-begin-btn {
  z-index: 2;
}

#details-banner-wrapper h3,
#details-banner-wrapper h4,
#details-banner-wrapper h5,
#details-banner-wrapper p,
#tour-codes-modal h5,
#tour-codes-modal h3 {
  color: #fff;
  position: relative;
}

#tour-codes-title {
  margin-bottom: 10px;
}

/* Generic hide class */
.hidden {
  display: none !important;
}

.toast-message {
  background: #444 !important;
  border-radius: 8px !important;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3) !important;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
}

.subtitle {
  right: 350px !important;
  transform: translate(0px, 15px) !important;
  background: #444 !important;
  border-radius: 8px !important;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3) !important;
  max-width: 100% !important;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  padding: 9px 20px !important;
  min-height: 40px;
}
.subtitle.large {
  left: 200px !important;
}
.subtitle.medium {
  left: 280px !important;
}
.subtitle.small {
  left: 360px !important;
}

@media screen and (max-width: 900px) {
  .subtitle {
    right: 30px !important;
    transform: translate(0px, 65px) !important;
  }
}
.modal-background {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #0000007a;
  display: none;
  justify-content: center;
  z-index: 99;
  top: 0;
  left: 0;
}

.modal-content {
  width: 95%;
  max-width: 400px;
  max-height: 100%;
  background: #505050;
  border-radius: 10px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: auto;
  position: relative;
  padding: 20px;
}
.modal-content .rggsFormTitle {
  font-family: "nunito-bold";
  color: white;
  text-align: center;
}
.modal-content .rggsFormMessage {
  font-family: "nunito";
  color: white;
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  white-space: pre-line;
}
.modal-content .button_container {
  gap: 20px;
}

.modal-content-light {
  width: 95%;
  max-width: 400px;
  max-height: 100%;
  background: #ffffff;
  border-radius: 10px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: auto;
  position: relative;
  padding: 20px;
}
.modal-content-light .rggsFormTitle {
  font-family: "nunito-bold";
  color: #444;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
.modal-content-light .rggsFormMessage {
  font-family: "nunito";
  color: #444;
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  white-space: pre-line;
}
.modal-content-light .button_container {
  gap: 20px;
}

.button_container {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

.yes-button, .no-button {
  width: 120px;
  height: 48px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
}

.yes-button {
  background-color: #e5e3e3;
}

.no-button {
  background-color: #22bfb3;
  color: white;
}

@media (pointer: fine) {
  [data-title]:hover:after,
[data-title-left]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
  }

  [data-title]:after,
[data-title-left]:after {
    background-color: #FFFFFFB3;
    color: #222222;
    font-size: 100%;
    font-family: "Nunito", sans-serif;
    position: absolute;
    padding: 2px 5px 2px 5px;
    border-radius: 3px;
    bottom: -2em;
    white-space: nowrap;
    box-shadow: 1px 1px 10px #22222286;
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
  }

  [data-title],
[data-title-left] {
    position: relative;
  }

  [data-title]:after {
    content: attr(data-title);
    right: 0%;
  }

  [data-title-left]:after {
    content: attr(data-title-left);
    left: 0%;
  }
}
#top-right-controls.clear-screen-mode {
  top: -60px;
}

#top-left-controls.clear-screen-mode {
  top: -60px;
}

#video-footer.clear-screen-mode {
  bottom: -120px;
}

#control-container.clear-screen-mode {
  bottom: 20px;
}

@media screen and (max-width: 419px) {
  #fullscreen-button {
    margin-right: 5px;
  }

  #top-right-controls {
    gap: 5px;
  }
}
@font-face {
  font-family: "nunito";
  src: url(/tourgether-test/assets/f8c1d028eab805947023.ttf);
}
@font-face {
  font-family: "nunito-semibold";
  src: url(/tourgether-test/assets/689a49a3cea80f39b5b0.ttf);
}
@font-face {
  font-family: "nunito-bold";
  src: url(/tourgether-test/assets/689a49a3cea80f39b5b0.ttf);
}
@font-face {
  font-family: "nunito-extrabold";
  src: url(/tourgether-test/assets/e2978b0fea8c866cb940.ttf);
}
#loading-spinner {
  --movesize: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-25px, -25px);
  z-index: 20;
}

.cube1,
.cube2 {
  background-color: #22bfb3;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(var(--movesize)) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(var(--movesize)) translateY(var(--movesize)) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(var(--movesize)) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes sk-cubemove {
  25% {
    transform: translateX(var(--movesize)) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(var(--movesize)) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(var(--movesize)) translateY(var(--movesize)) rotate(-179deg);
    -webkit-transform: translateX(var(--movesize)) translateY(var(--movesize)) rotate(-179deg);
  }
  50.1% {
    transform: translateX(var(--movesize)) translateY(var(--movesize)) rotate(-180deg);
    -webkit-transform: translateX(var(--movesize)) translateY(var(--movesize)) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(var(--movesize)) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(var(--movesize)) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
@font-face {
  font-family: "nunito";
  src: url(/tourgether-test/assets/f8c1d028eab805947023.ttf);
}
@font-face {
  font-family: "nunito-semibold";
  src: url(/tourgether-test/assets/689a49a3cea80f39b5b0.ttf);
}
@font-face {
  font-family: "nunito-bold";
  src: url(/tourgether-test/assets/689a49a3cea80f39b5b0.ttf);
}
@font-face {
  font-family: "nunito-extrabold";
  src: url(/tourgether-test/assets/e2978b0fea8c866cb940.ttf);
}
.tooltip {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  perspective: 500px;
  -webkit-perspective: 500px;
  z-index: 3;
}
.tooltip .tooltip-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000;
  text-align: center;
  width: 168px;
  max-height: 58px;
  line-height: 1.3;
  position: relative;
  left: -54px;
  top: -8px;
  background: #ffffff9e;
  padding: 10px 4px 4px 4px;
  overflow: hidden;
  border-radius: 4px;
}
.tooltip img {
  width: 100%;
}
.tooltip .out {
  position: relative;
  z-index: 2;
  width: 60px;
  height: 60px;
  padding: 18px;
  border: 3px solid white;
  border-radius: 50%;
  cursor: pointer;
  transition: border 0.3s ease-in-out;
}
.tooltip .tip {
  position: absolute;
  width: 200px;
  background-color: #ffffff;
  color: black;
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
.tooltip .tip.right {
  right: 80px;
  transform: rotateZ(-5deg) rotateY(-40deg);
  -webkit-transform: rotateZ(-5deg) rotateY(-40deg);
  transform-origin: right center;
  -webkit-transform-origin: right center;
}
.tooltip .tip.left {
  left: 80px;
  transform: rotateZ(5deg) rotateY(40deg);
  -webkit-transform: rotateZ(5deg) rotateY(40deg);
  transform-origin: left center;
  -webkit-transform-origin: left center;
}
.tooltip .tip.up {
  top: 0;
}
.tooltip .tip.down {
  bottom: 0;
}
.tooltip .tip p {
  font-size: 16px;
  padding: 0.5em;
  text-align: center;
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: #000;
}
.tooltip .tip img {
  font-size: 16px;
  padding: 0.5em;
}

.tooltip:hover {
  z-index: 4 !important;
}

@media (hover: none) {
  .tooltip .tip {
    display: none !important;
  }
}
.out:hover .tip {
  opacity: 1;
  pointer-events: all;
  transform: none;
  -webkit-transform: none;
  font-size: 0;
}

.tooltip .pulse, .attentionDraw .pulse {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border: 3px solid white;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: both;
  opacity: 0;
}

.tooltip.viewed .pulse {
  border: 3px solid #ffffff80;
}

@-webkit-keyframes pulse {
  0% {
    transform: none;
    opacity: 1;
  }
  100% {
    transform: scale3d(2, 2, 1);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: none;
    opacity: 1;
  }
  100% {
    transform: scale3d(2, 2, 1);
    opacity: 0;
  }
}
.tooltip.viewed .out {
  border: 3px solid #ffffff80;
}

.tooltip .in {
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 50%;
  color: #444;
  text-align: center;
  line-height: 60px;
  font-size: 2em;
  font-family: cursive;
  transition: background-color 0.3s ease-in-out;
}

.tooltip.viewed .in {
  background-color: #ffffff80;
}

.tooltip .out:hover {
  border: 3px solid #909090;
}

.tooltip .out:hover .in {
  background-color: #909090;
}

.tooltip.viewed .out:hover {
  border: 3px solid #90909080;
}

.tooltip.viewed .out:hover .in {
  background-color: #90909080;
}

.attentionDraw {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  perspective: 500px;
  -webkit-perspective: 500px;
  z-index: 3;
}
.attentionDraw .out {
  position: relative;
  z-index: 2;
  width: 60px;
  height: 60px;
  padding: 18px;
  border: 3px solid white;
  border-radius: 50%;
  transition: border 0.3s ease-in-out;
}
.attentionDraw .in {
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 2;
  width: 50px;
  height: 50px;
  border: 3px dotted white;
  border-radius: 50%;
  transition: border 0.3s ease-in-out;
}
@font-face {
  font-family: "nunito";
  src: url(/tourgether-test/assets/f8c1d028eab805947023.ttf);
}
@font-face {
  font-family: "nunito-semibold";
  src: url(/tourgether-test/assets/689a49a3cea80f39b5b0.ttf);
}
@font-face {
  font-family: "nunito-bold";
  src: url(/tourgether-test/assets/689a49a3cea80f39b5b0.ttf);
}
@font-face {
  font-family: "nunito-extrabold";
  src: url(/tourgether-test/assets/e2978b0fea8c866cb940.ttf);
}
#hotspot-details {
  cursor: default;
  z-index: 3;
  display: none;
  background-color: #000000c0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
#hotspot-details #hotspot-image-container {
  height: 100%;
  display: flex;
  min-height: 0;
}
#hotspot-details #hotspot-image {
  max-width: 100%;
  max-height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
}
#hotspot-details #hotspot-details-container {
  min-width: 200px;
  min-height: 0;
  flex: 1 0 auto;
}
#hotspot-details #hotspot-details-container h1 {
  font-size: 24px;
  padding: 0.3em;
  margin-top: 20px;
  text-align: center;
  color: #fff;
}
#hotspot-details #hotspot-details-container p {
  font-size: 16px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 1em;
  text-align: center;
  color: #fff;
  white-space: pre-wrap;
}
#hotspot-details #hotspot-details-container p.sub-description {
  font-style: italic;
  font-size: 11px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 1em;
  text-align: center;
  color: #fff;
  white-space: pre-wrap;
}
#hotspot-details #hotspot-details-container #hotspot-details-close-button {
  margin: auto;
  width: 48px;
  height: 48px;
  border: none;
  display: block;
  cursor: pointer;
}
#hotspot-details #hotspot-details-container #hotspot-details-close-button img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  transition: box-shadow 0.2s ease-in-out;
}
#hotspot-details #hotspot-details-container #hotspot-details-close-button img:hover {
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: 0 0 8px 5px rgba(255, 255, 255, 0.65);
}

@media screen and (orientation: portrait) {
  #hotspot-details {
    flex-direction: column;
  }
  #hotspot-details #hotspot-details-container {
    max-width: 100%;
    max-width: 550px;
  }
}
@media screen and (orientation: landscape) {
  #hotspot-details-container {
    max-width: 50%;
    max-width: 450px;
  }
}
@media screen and (min-width: 600px) and (min-height: 600px) {
  #hotspot-details {
    padding: 50px;
  }
}
@font-face {
  font-family: "nunito";
  src: url(/tourgether-test/assets/f8c1d028eab805947023.ttf);
}
@font-face {
  font-family: "nunito-semibold";
  src: url(/tourgether-test/assets/689a49a3cea80f39b5b0.ttf);
}
@font-face {
  font-family: "nunito-bold";
  src: url(/tourgether-test/assets/689a49a3cea80f39b5b0.ttf);
}
@font-face {
  font-family: "nunito-extrabold";
  src: url(/tourgether-test/assets/e2978b0fea8c866cb940.ttf);
}
#leave_tour_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0007;
  transition: background-color 2s ease;
  z-index: 4;
  transition: all 0.4s ease;
  opacity: 0;
  pointer-events: none;
  overflow: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

#leave_tour_overlay.active {
  transition: all 0.4s ease;
  opacity: 1;
  pointer-events: all;
}

#leave_tour_overlay.white {
  background-color: white;
  transition: background-color 2s ease;
}

#leave_tour_modal {
  width: 328px;
  background: white;
  border-radius: 12px;
  padding: 24px 16px 16px 16px;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
  text-align: center;
}

#leave_tour_modal h4 {
  max-width: 232px;
  margin: 0 auto;
}

#leave_tour_modal .button_container #leave_tour_yes,
#leave_tour_modal .button_container #leave_tour_no {
  width: calc(50% - 8px);
  height: 48px;
  border-radius: 8px;
  cursor: pointer;
}

#leave_tour_yes {
  background-color: #e5e3e3;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 48px;
}

#leave_tour_no {
  background-color: #22bfb3;
  font-weight: 700;
  color: white;
}
@font-face {
  font-family: "nunito";
  src: url(/tourgether-test/assets/f8c1d028eab805947023.ttf);
}
@font-face {
  font-family: "nunito-semibold";
  src: url(/tourgether-test/assets/689a49a3cea80f39b5b0.ttf);
}
@font-face {
  font-family: "nunito-bold";
  src: url(/tourgether-test/assets/689a49a3cea80f39b5b0.ttf);
}
@font-face {
  font-family: "nunito-extrabold";
  src: url(/tourgether-test/assets/e2978b0fea8c866cb940.ttf);
}
#video-footer,
#large-button-wrapper {
  will-change: left, top, bottom;
  z-index: 2;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  min-width: 274px;
  transition: all 0.5s ease;
}

#clear-screen-tab-container {
  z-index: 5;
  position: absolute;
  width: 100%;
  justify-content: center;
  bottom: 0;
  display: none;
}

#clear-screen-tab {
  cursor: pointer;
}

@media screen and (min-width: 600px) and (min-height: 600px) {
  #clear-screen-tab-container {
    display: flex;
  }
}
#large-button-wrapper {
  background: none;
  backdrop-filter: none;
  min-height: 96px;
}

@media screen and (min-width: 650px) {
  #large-button-wrapper {
    text-align: center;
    position: fixed;
    bottom: 0;
    margin: auto;
    min-height: 96px;
  }
}
.large-button {
  pointer-events: auto;
  color: #fff;
  background-color: #22bfb3;
  padding: 15px 60px 15px 60px;
  border: 0;
  border-radius: 40px;
  margin: 10px auto;
  font-family: nunito-semibold;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: box-shadow 0.2s ease-in-out;
}
.large-button:hover, .large-button:focus {
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.65);
}
.large-button.notHost {
  pointer-events: none;
  background-color: transparent;
  color: white;
  font-size: 1.5em;
}

#return-to-tour-btn {
  color: #fff;
  font-family: nunito;
  font-size: 1em;
  pointer-events: auto;
  cursor: pointer;
  text-decoration: underline;
}

@media screen and (min-width: 600px) and (min-height: 600px) {
  #video-footer,
#large-button-wrapper {
    text-align: center;
    position: fixed;
    bottom: 30px;
    left: 30px;
    right: 30px;
    border-radius: 20px;
    max-width: max-content;
    margin: auto;
    min-height: 96px;
  }
}
@font-face {
  font-family: "nunito";
  src: url(/tourgether-test/assets/f8c1d028eab805947023.ttf);
}
@font-face {
  font-family: "nunito-semibold";
  src: url(/tourgether-test/assets/689a49a3cea80f39b5b0.ttf);
}
@font-face {
  font-family: "nunito-bold";
  src: url(/tourgether-test/assets/689a49a3cea80f39b5b0.ttf);
}
@font-face {
  font-family: "nunito-extrabold";
  src: url(/tourgether-test/assets/e2978b0fea8c866cb940.ttf);
}
.powered-by-yt {
  padding: 16px;
  margin-top: auto;
  margin-bottom: 20px;
  z-index: 1;
}

@media screen and (max-height: 500px) {
  .powered-by-yt {
    display: none;
  }
}
.powered-by {
  position: relative;
  margin-top: auto;
}

.tourgether-logo {
  position: relative;
  height: 81px;
  margin-top: 20px;
  margin-bottom: 35px;
  z-index: 1;
}

.top-logo {
  position: relative;
  margin-top: auto;
  margin-bottom: 30px;
  min-height: 64px;
  max-height: 90px;
}
@font-face {
  font-family: "nunito";
  src: url(/tourgether-test/assets/f8c1d028eab805947023.ttf);
}
@font-face {
  font-family: "nunito-semibold";
  src: url(/tourgether-test/assets/689a49a3cea80f39b5b0.ttf);
}
@font-face {
  font-family: "nunito-bold";
  src: url(/tourgether-test/assets/689a49a3cea80f39b5b0.ttf);
}
@font-face {
  font-family: "nunito-extrabold";
  src: url(/tourgether-test/assets/e2978b0fea8c866cb940.ttf);
}
#copyLinkButton, #copyGuestLinkButton, #copyHostLinkButton {
  pointer-events: auto;
  cursor: pointer;
  color: white;
  z-index: 4;
  margin-left: 8px;
  width: 25px;
  height: 25px;
  background-image: url(/tourgether-test/assets/e45f327fd3aaf1068e5a.png);
  background-size: cover;
}
#copyLinkButton:hover, #copyGuestLinkButton:hover, #copyHostLinkButton:hover {
  opacity: 75%;
}

form,
.data {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title {
  width: 100%;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
}

.header {
  width: 100%;
  text-align: center;
}

#groupMembers {
  z-index: 1;
  margin: 8px;
  margin-bottom: auto;
  max-width: 650px;
  margin-top: 20px;
  color: white;
  border: 1px solid white;
  border-radius: 8px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#groupMembers .memberList {
  max-height: 150px;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
}
#groupMembers .memberList .member {
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 130px;
}

.buttonWrapper {
  width: 205px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.buttonWrapper .button {
  font-size: 12pt;
  font-family: "nunito-bold";
  min-width: 160px;
  height: 40px;
  pointer-events: auto;
  cursor: pointer;
  background-color: #22bfb3;
  color: white;
  padding: 8px 16px;
  border-radius: 8px;
  border: none;
  outline: none;
}
.buttonWrapper .button.warning {
  background-color: #f26668;
}
.buttonWrapper .button:hover, .buttonWrapper .button:focus {
  transition: box-shadow 0.25s ease-in-out;
  box-shadow: 0 0 8px 5px rgba(255, 255, 255, 0.65);
}
@font-face {
  font-family: "nunito";
  src: url(/tourgether-test/assets/f8c1d028eab805947023.ttf);
}
@font-face {
  font-family: "nunito-semibold";
  src: url(/tourgether-test/assets/689a49a3cea80f39b5b0.ttf);
}
@font-face {
  font-family: "nunito-bold";
  src: url(/tourgether-test/assets/689a49a3cea80f39b5b0.ttf);
}
@font-face {
  font-family: "nunito-extrabold";
  src: url(/tourgether-test/assets/e2978b0fea8c866cb940.ttf);
}
#rggsHost,
#rggsJoiner {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  overflow: auto;
  padding: 20px;
}
#rggsHost .pageTitle,
#rggsJoiner .pageTitle {
  padding: 20px;
  margin: auto;
  font-size: 40px;
}
#rggsHost .rggsFormTitle,
#rggsJoiner .rggsFormTitle {
  width: 100%;
  text-align: center;
  font-size: 22px;
  margin-bottom: 24px;
  margin-top: 10px;
}
#rggsHost .rggsForm,
#rggsJoiner .rggsForm {
  width: 75%;
  max-width: 350px;
}
#rggsHost .rggsForm .rggsFormItem,
#rggsJoiner .rggsForm .rggsFormItem {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  margin-bottom: 16px;
  width: 100%;
  max-width: 205px;
}
#rggsHost .rggsForm .rggsFormItem .label,
#rggsJoiner .rggsForm .rggsFormItem .label {
  font-family: "nunito-semibold";
  margin-bottom: 4px;
}
#rggsHost .rggsForm .rggsFormItem .label,
#rggsHost .rggsForm .rggsFormItem input,
#rggsHost .rggsForm .rggsFormItem select,
#rggsJoiner .rggsForm .rggsFormItem .label,
#rggsJoiner .rggsForm .rggsFormItem input,
#rggsJoiner .rggsForm .rggsFormItem select {
  font-family: "nunito";
  width: 100%;
  font-size: 16px;
}
#rggsHost .rggsForm .rggsFormItem .label note,
#rggsJoiner .rggsForm .rggsFormItem .label note {
  margin-left: 6px;
  font-size: 12px;
}
#rggsHost .rggsForm .rggsFormItem.horizontal,
#rggsJoiner .rggsForm .rggsFormItem.horizontal {
  flex-direction: row;
  justify-content: center;
}
#rggsHost .rggsForm .rggsFormItem.horizontal label,
#rggsHost .rggsForm .rggsFormItem.horizontal input,
#rggsHost .rggsForm .rggsFormItem.horizontal select,
#rggsJoiner .rggsForm .rggsFormItem.horizontal label,
#rggsJoiner .rggsForm .rggsFormItem.horizontal input,
#rggsJoiner .rggsForm .rggsFormItem.horizontal select {
  width: auto;
  margin-left: 8px;
}
#rggsHost .rggsForm .formError,
#rggsJoiner .rggsForm .formError {
  margin-left: 8px;
  width: 100%;
  color: #ff7474;
  font-family: "nunito-semibold";
  font-style: italic;
}
@font-face {
  font-family: "nunito";
  src: url(/tourgether-test/assets/f8c1d028eab805947023.ttf);
}
@font-face {
  font-family: "nunito-semibold";
  src: url(/tourgether-test/assets/689a49a3cea80f39b5b0.ttf);
}
@font-face {
  font-family: "nunito-bold";
  src: url(/tourgether-test/assets/689a49a3cea80f39b5b0.ttf);
}
@font-face {
  font-family: "nunito-extrabold";
  src: url(/tourgether-test/assets/e2978b0fea8c866cb940.ttf);
}
#leftBoxContainer {
  align-items: flex-start;
  left: 0;
}

#rightBoxContainer {
  right: 0;
  align-items: flex-end;
}

#previewBoxContainer {
  padding-top: 20px;
  min-height: 152px;
  flex: none;
}

#leftBoxContainer,
#rightBoxContainer {
  position: absolute;
  top: 0;
  bottom: 190px;
  min-height: 300px;
  z-index: 9;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  pointer-events: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 0px;
  padding-top: 50px;
  transition: padding-top 0.5s ease;
}
#leftBoxContainer.clear-screen-mode,
#rightBoxContainer.clear-screen-mode {
  padding-top: 0px;
}

#guestVideosContainer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  pointer-events: auto;
  overflow-y: scroll;
  padding: 10px;
  padding-bottom: 30px;
}

#hostVideosContainer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  pointer-events: auto;
  padding: 10px;
}

#guestVideosContainer::-webkit-scrollbar, #hostVideosContainer::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 599px), screen and (max-height: 499px) {
  #guestVideosContainer {
    transform: scale(0.7);
    transform-origin: top right;
    -webkit-transform-origin: top right;
    padding: 14px;
  }

  #hostVideosContainer {
    transform: scale(0.7);
    transform-origin: top left;
    -webkit-transform-origin: top left;
    padding: 14px;
  }
}
#leftBoxContainer .videoBox,
#rightBoxContainer .videoBox,
#previewBoxContainer .videoBox,
#guestVideosContainer .videoBox {
  position: relative;
  pointer-events: auto;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
  width: 160px;
  order: -2;
  outline-color: #22bfb3;
  outline-style: solid;
  outline-width: 0px;
  flex: none;
}
#leftBoxContainer .videoBox.highlight,
#rightBoxContainer .videoBox.highlight,
#previewBoxContainer .videoBox.highlight,
#guestVideosContainer .videoBox.highlight {
  outline-width: 4px;
}
#leftBoxContainer .videoBox.expanded1,
#rightBoxContainer .videoBox.expanded1,
#previewBoxContainer .videoBox.expanded1,
#guestVideosContainer .videoBox.expanded1 {
  width: 240px;
}
#leftBoxContainer .videoBox.expanded1 video,
#rightBoxContainer .videoBox.expanded1 video,
#previewBoxContainer .videoBox.expanded1 video,
#guestVideosContainer .videoBox.expanded1 video {
  max-height: 240px;
}
#leftBoxContainer .videoBox.expanded2,
#rightBoxContainer .videoBox.expanded2,
#previewBoxContainer .videoBox.expanded2,
#guestVideosContainer .videoBox.expanded2 {
  width: 320px;
}
#leftBoxContainer .videoBox.expanded2 video,
#rightBoxContainer .videoBox.expanded2 video,
#previewBoxContainer .videoBox.expanded2 video,
#guestVideosContainer .videoBox.expanded2 video {
  max-height: 320px;
}
#leftBoxContainer .videoBox.collapsed video,
#rightBoxContainer .videoBox.collapsed video,
#previewBoxContainer .videoBox.collapsed video,
#guestVideosContainer .videoBox.collapsed video {
  display: none;
}
@media (max-width: 499px), (max-height: 400px) {
  #leftBoxContainer .videoBox.expanded1,
#rightBoxContainer .videoBox.expanded1,
#previewBoxContainer .videoBox.expanded1,
#guestVideosContainer .videoBox.expanded1 {
    width: 160px;
  }
  #leftBoxContainer .videoBox.expanded2,
#rightBoxContainer .videoBox.expanded2,
#previewBoxContainer .videoBox.expanded2,
#guestVideosContainer .videoBox.expanded2 {
    width: 160px;
  }
}
#leftBoxContainer .videoBox video,
#rightBoxContainer .videoBox video,
#previewBoxContainer .videoBox video,
#guestVideosContainer .videoBox video {
  min-height: 80px;
  height: auto;
  width: 100%;
  max-width: 100%;
  max-height: 160px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
#leftBoxContainer .videoBox .flipped,
#rightBoxContainer .videoBox .flipped,
#previewBoxContainer .videoBox .flipped,
#guestVideosContainer .videoBox .flipped {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
#leftBoxContainer .videoBox .video-header,
#rightBoxContainer .videoBox .video-header,
#previewBoxContainer .videoBox .video-header,
#guestVideosContainer .videoBox .video-header {
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 4px 6px;
  width: 100%;
  min-height: 30px;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.336);
  min-height: 38px;
}
#leftBoxContainer .videoBox .video-header .video-header-title,
#rightBoxContainer .videoBox .video-header .video-header-title,
#previewBoxContainer .videoBox .video-header .video-header-title,
#guestVideosContainer .videoBox .video-header .video-header-title {
  color: black;
}
#leftBoxContainer .videoBox .video-header .close,
#rightBoxContainer .videoBox .video-header .close,
#previewBoxContainer .videoBox .video-header .close,
#guestVideosContainer .videoBox .video-header .close {
  cursor: pointer;
  font-size: 20px;
  margin-right: 5px;
  color: black;
}
#leftBoxContainer .videoBox .video-header .status-indicator,
#rightBoxContainer .videoBox .video-header .status-indicator,
#previewBoxContainer .videoBox .video-header .status-indicator,
#guestVideosContainer .videoBox .video-header .status-indicator {
  position: absolute;
  width: 100%;
  height: 3px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #ffe600;
}
#leftBoxContainer .videoBox .guestPano,
#rightBoxContainer .videoBox .guestPano,
#previewBoxContainer .videoBox .guestPano,
#guestVideosContainer .videoBox .guestPano {
  position: relative;
  width: 160px;
  height: 90px;
}

@media (min-width: 600px) and (min-height: 600px) {
  #leftBoxContainer,
#rightBoxContainer {
    padding: 20px;
    padding-top: 70px;
    width: 50%;
    bottom: 140px;
    max-width: 500px;
  }
  #leftBoxContainer.clear-screen-mode,
#rightBoxContainer.clear-screen-mode {
    padding-top: 20px;
  }

  .videoBox {
    margin-bottom: 4px;
  }
  .videoBox video {
    height: 50px;
  }
}
@font-face {
  font-family: "nunito";
  src: url(/tourgether-test/assets/f8c1d028eab805947023.ttf);
}
@font-face {
  font-family: "nunito-semibold";
  src: url(/tourgether-test/assets/689a49a3cea80f39b5b0.ttf);
}
@font-face {
  font-family: "nunito-bold";
  src: url(/tourgether-test/assets/689a49a3cea80f39b5b0.ttf);
}
@font-face {
  font-family: "nunito-extrabold";
  src: url(/tourgether-test/assets/e2978b0fea8c866cb940.ttf);
}
#video-viewer {
  cursor: default;
  z-index: 3;
  display: none;
  background-color: #000000c0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
#video-viewer #video-viewer-container {
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
#video-viewer #video-viewer-container #hotspot-video {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 70%;
}
#video-viewer #video-viewer-container #video-viewer-title {
  top: 20px;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 2em;
  font-family: nunito-bold;
  text-shadow: -2px 1px 0px black;
}
#video-viewer #video-viewer-container #video-viewer-close-button {
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 48px;
  height: 48px;
  border: none;
  display: block;
  cursor: pointer;
}
#video-viewer #video-viewer-container #video-viewer-close-button img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
#video-viewer #video-viewer-container #video-viewer-close-button img:hover {
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: 0 0 8px 5px rgba(255, 255, 255, 0.65);
}

@media screen and (min-width: 600px), screen and (orientation: landscape) {
  #video-viewer-title {
    position: absolute;
  }

  #hotspot-video {
    margin: auto;
  }
}
@font-face {
  font-family: "nunito";
  src: url(/tourgether-test/assets/f8c1d028eab805947023.ttf);
}
@font-face {
  font-family: "nunito-semibold";
  src: url(/tourgether-test/assets/689a49a3cea80f39b5b0.ttf);
}
@font-face {
  font-family: "nunito-bold";
  src: url(/tourgether-test/assets/689a49a3cea80f39b5b0.ttf);
}
@font-face {
  font-family: "nunito-extrabold";
  src: url(/tourgether-test/assets/e2978b0fea8c866cb940.ttf);
}
#misc-viewer {
  cursor: default;
  z-index: 6;
  display: none;
  background-color: #000000c0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#misc-viewer #misc-viewer-container {
  width: 100%;
  height: 100%;
  position: relative;
}
#misc-viewer #misc-close-button {
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 48px;
  height: 48px;
  border: none;
  display: block;
  cursor: pointer;
}
#misc-viewer #misc-close-button img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
#misc-viewer #misc-close-button img:hover {
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: 0 0 8px 5px rgba(255, 255, 255, 0.65);
}
/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */

.toastify {
    padding: 12px 20px;
    color: #ffffff;
    display: inline-block;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
    background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5);
    background: linear-gradient(135deg, #73a5ff, #5477f5);
    position: fixed;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    max-width: calc(50% - 20px);
    z-index: 2147483647;
}

.toastify.on {
    opacity: 1;
}

.toast-close {
    background: transparent;
    border: 0;
    color: white;
    cursor: pointer;
    font-family: inherit;
    font-size: 1em;
    opacity: 0.4;
    padding: 0 5px;
}

.toastify-right {
    right: 15px;
}

.toastify-left {
    left: 15px;
}

.toastify-top {
    top: -150px;
}

.toastify-bottom {
    bottom: -150px;
}

.toastify-rounded {
    border-radius: 25px;
}

.toastify-avatar {
    width: 1.5em;
    height: 1.5em;
    margin: -7px 5px;
    border-radius: 2px;
}

.toastify-center {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
    max-width: -moz-fit-content;
}

@media only screen and (max-width: 360px) {
    .toastify-right, .toastify-left {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        max-width: fit-content;
    }
}

#chat-controls-container {
  z-index: 7;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: fixed;
  pointer-events: none;
  bottom: 112px;
  right: 30px;
  transition: bottom 0.5s ease;
}
#chat-controls-container.clear-screen-mode {
  bottom: 24px;
}

.react-btn {
  background-image: url(/tourgether-test/assets/eff9e3c05d5e9008b294.svg);
}

#react-btn-msg-box-closed {
  position: relative;
  background-size: cover;
  margin: 0px;
}

#react-btn-open-container {
  position: absolute;
  left: -8px;
  top: -8px;
}

#react-btn-closed-container {
  position: relative;
  margin: 24px 12px;
}

.react-btn-DYK-container {
  position: absolute;
  right: 10px;
  bottom: 0px;
}

.reactions-container {
  position: absolute;
  left: 18px;
  bottom: 0px;
  display: flex;
  gap: 3px;
  width: 160px;
  overflow-x: scroll;
  overflow-y: visible;
}

.reactions-container::-webkit-scrollbar {
  display: none;
}

.message-reaction {
  position: relative;
  font-size: 20px;
  animation: message-reaction-appear 500ms ease-in 0s 1 none;
}

.btn-small {
  width: 28px;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 100;
  pointer-events: auto;
  border-radius: 50%;
  cursor: pointer;
  background-color: white;
  transition: box-shadow 0.2s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
  .btn-small:hover {
    transition: box-shadow 0.2s ease-in-out;
    box-shadow: 0 0 8px 5px rgba(255, 255, 255, 0.65);
  }
}
.reaction-option {
  font-family: "nunito";
  font-size: 26px;
  cursor: pointer;
  pointer-events: auto;
}

#reactions-container {
  position: absolute;
  z-index: 8;
  top: -60px;
  background: #FFFFFFB3;
  border-radius: 22px;
  gap: 5px;
  padding: 5px 10px;
  display: none;
  transition: transform 0.3s ease-out;
  transform: scale(0.7) translateY(60px);
  transform-origin: bottom right;
  align-items: left;
  flex-direction: column;
}

#expand-reactions-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 3px;
  right: 7px;
  background-image: url(/tourgether-test/assets/2b1fa91fb3e9f38aa3f5.svg);
  background-size: cover;
  pointer-events: auto;
  cursor: pointer;
}

.reaction-options-row {
  display: flex;
  gap: 5px;
  align-items: center;
}

#groupChat-btn {
  position: relative;
  margin: 24px 0px;
  background-image: url(/tourgether-test/assets/234b42b204de4f68cde1.svg);
  background-size: cover;
}
#groupChat-btn #groupChat-newMessages-background {
  display: flex;
  background-color: red;
  min-width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  right: -5px;
  top: -5px;
}
#groupChat-btn #groupChat-newMessages-background #groupChat-newMessages {
  font-family: "nunito-extrabold";
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  margin: auto 4px;
  width: 100%;
}

#chat-background {
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0px;
  top: 0px;
  background: #00000088;
  pointer-events: none;
  z-index: 7;
}

#chat-container {
  position: absolute;
  width: 100%;
  margin: 0;
  top: 70px;
  bottom: 160px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  transition: bottom 0.5s ease, top 0.5s ease;
}
#chat-container.clear-screen-mode {
  bottom: 43px;
  top: 0px;
}

#chat-mask {
  position: relative;
  width: 100%;
  /* height: 100%; */
  display: flex;
  justify-content: end;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  pointer-events: auto;
  margin-bottom: 2px;
}

#chat-divider {
  position: absolute;
  display: none;
  left: 0px;
  width: 1px;
  top: 100px;
  bottom: 100px;
}

#chat-wrapper {
  position: relative;
  width: 100%;
  max-height: 100%;
  overflow: scroll;
  margin: 0px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex;
  flex-direction: column;
  align-items: end;
}

#chat-wrapper::-webkit-scrollbar {
  display: none;
}

.chat-spacer {
  height: 60px;
}

.chat-message-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  max-width: 228px;
}

.chat-message-bubble {
  margin: 0px 10px 10px 10px;
  background: #f5f5f5;
  border-radius: 10px;
  border-bottom-right-radius: 0px;
  padding: 9px;
}

.system-message-bubble {
  margin: 0px 10px 10px 10px;
  background: #444444;
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  padding: 9px;
}
.system-message-bubble.quiz {
  width: 100%;
}
.system-message-bubble.extra-padding {
  padding-bottom: 16px;
  width: 100%;
}

.emoji-message-bubble {
  margin: 0px 10px 0px 10px;
  padding: 0px;
}

@keyframes chat-message-appear {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.chat-animate-appear {
  transform-origin: bottom right;
  animation: chat-message-appear 400ms ease-out 0s 1 none;
}

.chat-message-header {
  position: relative;
  display: flex;
  justify-content: stretch;
  align-items: center;
}
.chat-message-header.system {
  margin-bottom: 5px;
}
.chat-message-header.system .message-ctx-btn {
  background-image: url(/tourgether-test/assets/40642be84d542026deee.svg);
}

.message-ctx-btn {
  background-image: url(/tourgether-test/assets/d0b58d0e946c879f2b2d.svg);
  pointer-events: auto;
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -4px;
}

@keyframes context-menu-appear {
  0% {
    transform: scaleY(0.5);
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
}
.chat-context-menu {
  position: absolute;
  display: flex;
  flex-direction: column;
  background: #505050;
  right: 0px;
  border-radius: 3px;
  padding: 4px 0px;
  cursor: auto;
  pointer-events: none;
  animation: context-menu-appear 200ms ease-out 0s 1 none;
  z-index: 100;
}

.chat-context-menu-option {
  color: white;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  white-space: nowrap;
  padding: 4px 10px 4px 10px;
  cursor: pointer;
  pointer-events: auto;
}

.chat-context-menu-divider {
  width: 100%;
  height: 1px;
  background: #707070;
}

.chat-message-name {
  font-family: "Nunito-bold", sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #505050;
  flex-grow: 1;
  user-select: text;
  margin-right: 30px;
}

.emoji-message-name {
  font-family: "Nunito-bold", sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  flex-grow: 1;
  user-select: text;
  text-align: center;
}

.system-message-logo {
  width: 25px;
  height: 25px;
  background-size: cover;
  margin-right: 10px;
  flex-shrink: 0;
}

.system-message-title {
  font-family: "Nunito-bold", sans-serif;
  font-weight: bold;
  font-size: 17px;
  color: #ffffff;
  user-select: text;
  line-height: 1.1em;
}

.admin-message-title {
  font-family: "Nunito-bold", sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  user-select: text;
  margin-right: 30px;
}

.chat-message-text {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  color: #505050;
  user-select: text;
  word-break: break-word;
}
.chat-message-text.system {
  color: #ffffff;
}
.chat-message-text.system a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}
.chat-message-text.emoji {
  font-size: 26px;
  text-align: right;
}
.chat-message-text.reaction {
  font-size: 26px;
}

.system-message-text {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  color: #505050;
  user-select: text;
}

.quiz-option {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 5px;
  background: white;
  border-radius: 16px;
  padding: 4px;
  pointer-events: all;
  cursor: pointer;
}
.quiz-option.selected {
  background: #C7E8E6;
  outline: 1px solid white;
}
.quiz-option.selected .quiz-option-selection-circle {
  background: #20BFB3;
  border: 1px solid white;
}

.quiz-option-selection-circle {
  position: relative;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 1px solid #707070;
  flex-shrink: 0;
}

.quiz-option-text {
  position: relative;
  font-family: "Nunito-bold", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #494949;
  margin-right: 5px;
}

.quiz-details-container {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  margin-top: 6px;
}

.quiz-options-container {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
  gap: 6px;
}
.quiz-options-container.answered .quiz-option {
  pointer-events: none;
  cursor: default;
}

.quiz-answer-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
  gap: 4px;
}

.quiz-result-container {
  position: relative;
  display: flex;
  justify-content: stretch;
  align-items: center;
}

@keyframes result-icon-appear {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.result-icon-animate-appear {
  animation: result-icon-appear 500ms ease-in 0s 1 none;
}

.quiz-result-icon {
  position: relative;
  width: 50px;
  height: 50px;
  background-image: url(/tourgether-test/assets/ec771811ffde966db2cf.svg);
  background-size: cover;
  flex-shrink: 0;
}
.quiz-result-icon.incorrect {
  background-image: url(/tourgether-test/assets/aedfa79fd28246c532fe.svg);
}

.quiz-result-label {
  position: relative;
  width: 100%;
  font-family: "Nunito-bold", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: white;
}

.quiz-answer-label {
  position: relative;
  width: 100%;
  font-family: "Nunito-bold", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: white;
}

#message-box-container {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: stretch;
  align-items: center;
}

#message-box-background {
  position: relative;
  max-width: 238px;
  height: 50px;
  background: white;
  border-radius: 7px;
  display: flex;
  justify-content: stretch;
  margin: 0px 10px 0px 10px;
  flex-grow: 1;
  pointer-events: auto;
}

#message-box {
  font-family: "Nunito-italic", sans-serif;
  font-size: 14px;
  flex-grow: 1;
  outline: none;
  border: none;
  margin: 0px;
  margin-left: 20px;
}

#send-message-btn {
  cursor: pointer;
  pointer-events: auto;
}

#skip-to-bottom-btn-container {
  width: 100%;
  height: 32px;
  bottom: 60px;
  display: flex;
  justify-content: space-evenly;
  position: absolute;
}

#skip-to-bottom-btn {
  position: absolute;
  height: 32px;
  border-radius: 16px;
  margin: auto;
  background-color: #20BFB3;
  display: flex;
  justify-content: space-around;
  cursor: pointer;
  align-items: center;
  pointer-events: auto;
}

.wide-btn-text {
  font-family: "Nunito-bold", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: white;
  user-select: none;
  margin: 0px 20px;
}

#close-messaging-btn-container, #cancel-reply-btn-container {
  position: relative;
}

#close-messaging-btn {
  background-image: url(/tourgether-test/assets/9e3b4cc4efd58aa9bc16.svg);
  margin: 0;
  margin-right: 10px;
  flex-shrink: 0;
  pointer-events: auto;
}

#cancel-reply-btn {
  background-image: url(/tourgether-test/assets/9e3b4cc4efd58aa9bc16.svg);
  margin: 0;
  margin-bottom: 5px;
  pointer-events: auto;
}

#cancel-reply-text {
  font-size: 10px;
  font-weight: bold;
  color: white;
  user-select: none;
  text-align: center;
}

#close-chat-text {
  position: absolute;
  top: 45px;
  left: -5px;
  width: 80px;
  font-size: 10px;
  font-weight: bold;
  color: white;
  user-select: none;
}

#reply-to-container {
  max-width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background: #00000044;
  padding: 10px 10px 0px 10px;
  border-radius: 10px;
  pointer-events: auto;
}

#reply-to-text {
  color: white;
  text-align: end;
  font-size: 14px;
  font-family: "nunito";
  margin-bottom: 10px;
}

.chat-message-wrapper.reply .chat-message-bubble, .chat-message-wrapper.replied .chat-message-bubble {
  background: #d0d0d0;
}
.chat-message-wrapper.reply .system-message-bubble, .chat-message-wrapper.replied .system-message-bubble {
  background: #606060;
}
.chat-message-wrapper.reply .chat-message-text, .chat-message-wrapper.replied .chat-message-text {
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.chat-message-wrapper.reply .message-ctx-btn, .chat-message-wrapper.replied .message-ctx-btn {
  display: none;
}
.chat-message-wrapper.replied {
  justify-content: stretch;
}
.chat-message-wrapper.replied .chat-message-bubble, .chat-message-wrapper.replied .system-message-bubble {
  margin: -5px -5px 10px -5px;
  flex-grow: 1;
}

/* add a masking gradient to the top of the chat if the screen is high enough.
add extra space at the top so that the top message can still be viewed. */
@media screen and (min-height: 400px) {
  #chat-mask {
    -webkit-mask-image: linear-gradient(transparent, transparent 10px, black 90px);
    mask-image: linear-gradient(transparent, transparent 10px, black 90px);
  }

  .chat-spacer {
    height: 100px;
  }
}
@media screen and (min-width: 420px) {
  #chat-background {
    max-width: 350px;
    background: linear-gradient(to right, #00000000, #00000088);
  }

  #chat-mask {
    max-width: 228px;
  }

  #chat-divider {
    display: block;
    background: linear-gradient(#ffffff00, #ffffffaa, #ffffff00);
  }

  #chat-container {
    right: 20px;
  }
}
@media screen and (max-width: 419px) {
  #top-left-controls.chat-visible {
    top: -100px;
  }
}
@media screen and (min-width: 600px) and (min-height: 600px) {
  #chat-controls-container {
    bottom: 140px;
  }
}
@media screen and (max-height: 500px) {
  #chat-controls-container {
    bottom: 90px;
  }
}
@media screen and (max-width: 599px), screen and (max-height: 599px) {
  #top-right-controls.chat-visible {
    top: -60px;
  }

  #control-container.chat-visible, #video-footer.chat-visible {
    bottom: -120px;
  }

  #chat-container {
    bottom: 43px;
    top: 0px;
  }
}
@keyframes emoji-appear {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  25% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: translateY(-500px) scale(2.5);
    opacity: 0;
  }
}
@keyframes emoji-wobble {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes message-reaction-appear {
  0% {
    transform: scale(3) translateX(50px);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.emoji-animate-appear {
  animation: emoji-appear 2000ms ease-in 0s 1 none;
}

.emoji-animate-wobble {
  animation: emoji-wobble 800ms ease-in-out 0.5s infinite alternate;
}

.emoji-wrapper {
  position: absolute;
  z-index: 100;
  pointer-events: none;
}

#post-suggestion-btn, #dismiss-suggestion-btn {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-size: cover;
  pointer-events: auto;
  flex-shrink: 0;
}

#dismiss-suggestion-btn {
  background-image: url(/tourgether-test/assets/ff5ffd120d1646f9d98c.svg);
}

#post-suggestion-btn {
  background-image: url(/tourgether-test/assets/eda96b751e9c37791689.svg);
}

#chat-suggestion-container {
  position: absolute;
  left: 30px;
  bottom: 230px;
  display: flex;
  flex-direction: column;
  background: #ffffff88;
  border-radius: 10px;
  padding: 10px 0px;
}
#chat-suggestion-container .quiz-option {
  pointer-events: none;
}
#chat-suggestion-container .btn-small {
  pointer-events: none;
}

#chat-suggestion-buttons-container {
  position: relative;
  display: flex;
  justify-content: stretch;
  margin: 5px 10px 0px 10px;
  gap: 5px;
}
#chat-suggestion-buttons-container p {
  flex-grow: 1;
}

/*# sourceMappingURL=1c4b23293c3719a7a454.css.map*/