* {
  -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;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -ms-content-zooming: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* #intro-pop { */
/*   opacity: 0; */
/* } */

/*#disclaimer-pop{
  opacity: 0;
}*/

.tempSpan {
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
  background-color: #000;
  color: #444;
}

a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
  color: inherit;
}

#pano {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#titleBar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  user-select: none;
}

.tBackground {
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  pointer-events: none;
  user-select: none;
}

.mobile #titleBar {
  right: 50px;
}

#titleBar .sceneName {
  width: 100%;
  height: 100%;
  line-height: 25px;
  padding: 2px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: 0 0 3px rgba(22, 24, 26, 0.5);
  margin: 8px 0 4px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  user-select: none;
}

@media only screen and (max-width: 900px) {
  #titleBar .sceneName {
    display: none;
  }
}

.mobile #titleBar .sceneName {
  line-height: 40px;
  display: none;
}

#fullscreenToggle {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 5px;
}

.mobile #fullscreenToggle {
  width: 50px;
  height: 50px;
}

body.fullscreen-enabled #fullscreenToggle {
  display: block;
}

#fullscreenToggle .icon {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
}

.mobile #fullscreenToggle .icon {
  top: 10px;
  right: 10px;
}

#fullscreenToggle .icon.on {
  display: none;
}

#fullscreenToggle .icon.off {
  display: block;
}

#fullscreenToggle.enabled .icon.on {
  display: block;
}

#fullscreenToggle.enabled .icon.off {
  display: none;
}

#helpButton,
#huntToggle,
#autorotateToggle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 5px;
}

.mobile #helpButton,
.mobile #huntToggle,
.mobile #autorotateToggle {
  width: 50px;
  height: 50px;
}

body.fullscreen-enabled #helpButton {
  right: 75px;
}

body.fullscreen-enabled.mobile #helpButton {
  right: 85px;
}

/* If there is a fullscreen button, huntToggle must placed a bit to the left */

body.fullscreen-enabled #huntToggle {
  right: 40px;
}

body.fullscreen-enabled.mobile #huntToggle {
  right: 50px;
}

/* If there is a fullscreen button, autorotate must placed a bit to the left */

body.fullscreen-enabled #autorotateToggle {
  right: 40px;
}

body.fullscreen-enabled.mobile #autorotateToggle {
  right: 50px;
}

#helpButton .icon,
#huntToggle .icon,
#autorotateToggle .icon {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
}

.mobile #helpButton .icon,
.mobile #huntToggle .icon,
.mobile #autorotateToggle .icon {
  top: 10px;
  right: 10px;
}

#huntToggle .icon.on,
#autorotateToggle .icon.on {
  display: none;
}

#huntToggle .icon.off,
#autorotateToggle .icon.off {
  display: block;
}

#huntToggle.enabled .icon.on,
#autorotateToggle.enabled .icon.on {
  display: block;
}

#huntToggle.enabled .icon.off,
#autorotateToggle.enabled .icon.off {
  display: none;
}

#huntToggle.enabled img {
  background-color: rgba(200, 16, 46, 0.5);
  border-radius: 25px;
}

#sceneListToggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  padding: 5px;
  z-index: 2;
}

.mobile #sceneListToggle {
  width: 50px;
  height: 50px;
}

#sceneListToggle .text {
  position: absolute;
  top: 5px;
  left: 15px;
  width: 100%;
  line-height: 30px;
}

#sceneListToggle .icon {
  top: 5px;
  right: 5px;
}

.mobile #sceneListToggle .icon {
  top: 10px;
  right: 10px;
}

#sceneListToggle .icon.on {
  display: none;
}

#sceneListToggle .icon.off {
  display: block;
}

#sceneListToggle.enabled .icon.on {
  display: block;
}

#sceneListToggle.enabled .icon.off {
  display: none;
}

#logo {
  position: absolute;
  top: 0;
  left: 60px;
  width: 220px;
  height: 80px;
  padding: 3px;
  z-index: 2;
}

#sceneList {
  position: absolute;
  top: 80px;
  left: -360px;
  width: 360px;
  height: calc(100% - 80px);
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: 0px 0px 3px black;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin-left: 0;
  -webkit-transition: margin-left 0.5s ease-in-out;
  transition: margin-left 0.5s ease-in-out;
  color: black;
  background-color: white;
}

#sceneList h1 {
  font-size: 24px;
  padding: 5px 5px 10px 5px;
}

#sceneList .scenes {
  width: 100%;
  font-size: 18px;
}

.mobile #sceneList {
  width: 100%;
  left: -100%;
}

.mobile #sceneList.enabled {
  margin-left: 100%;
}

.mobile #sceneList .scenes {
  height: 100%;
}

#sceneList.enabled {
  margin-left: 360px;
}

#sceneList .scene {
  display: block;
  width: 100%;
  height: 30px;
}

.mobile #sceneList .scene {
  height: 40px;
}

#sceneList .scene .text {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  line-height: 30px;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
}

.mobile #sceneList .scene .text {
  line-height: 40px;
}

.no-touch #sceneList .scene:hover {
  background-image: linear-gradient(
    to right,
    rgba(255, 0, 0, 0),
    93%,
    rgba(200, 16, 46, 1)
  );
}

#sceneList .scene.current:hover,
#sceneList .scene.current {
  background-image: linear-gradient(
    to right,
    rgba(255, 0, 0, 0),
    90%,
    rgba(200, 16, 46, 1)
  );
}

/* Hide scene list when only a single scene exists */

body.single-scene #sceneList,
body.single-scene #sceneListToggle {
  display: none;
}

/* Link hotspot */

.link-hotspot {
  z-index: 1999 !important;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  opacity: 0.9;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.no-touch .link-hotspot:hover {
  opacity: 1;
}

.mobile .link-hotspot {
  width: 70px;
  height: 70px;
}

.link-hotspot-icon {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.custom-hotspot {
  cursor: pointer;
}

.link-hotspot-tooltip {
  position: absolute;
  left: 100%;
  top: 14px;
  /* ( 60 - (16 + 2*8) ) / 2 */
  margin-left: 3px;
  font-size: 16px;
  max-width: 300px;
  padding: 8px 10px;
  border-radius: 5px;
  background-color: rgba(200, 15, 45, 0.8);
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  -ms-transform: translateX(-8px);
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
  -webkit-transition: -ms-transform 0.3s, -webkit-transform 0.3s, transform 0.3s,
    opacity 0.3s;
  transition: -ms-transform 0.3s, -webkit-transform 0.3s, transform 0.3s,
    opacity 0.3s;
}

.mobile .link-hotspot {
  top: 19px;
  /* ( 70 - (16 + 2*8) ) / 2 */
}

.no-touch .link-hotspot:hover .link-hotspot-tooltip {
  opacity: 1;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* Prevent tooltip from triggering */

.link-hotspot-tooltip {
  pointer-events: none;
}

.no-touch .link-hotspot:hover .link-hotspot-tooltip {
  pointer-events: all;
}

/* Fallback mode without pointer-events (IE8-10) */

.tooltip-fallback .link-hotspot-tooltip {
  display: none;
}

.no-touch .tooltip-fallback .link-hotspot:hover .link-hotspot-tooltip {
  display: block;
}

/* Info hotspot */

.info-hotspot {
  line-height: 1.2em;
  font-size: 16px;
  pointer-events: none;
  opacity: 0;
  /* z-index: 3 !important; */
  -webkit-transition: opacity 0.2s 0.2s;
  transition: opacity 0.2s 0.2s;
}

.no-touch .info-hotspot:hover {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.info-hotspot.revealed,
.info-hotspot.visible {
  opacity: 1;
  pointer-events: auto;
}

/* newly added hotspots mixed with old get purple color for easy visiblilty */
/* moved to JS function */

/* .info-hotspot.notRed .info-hotspot-header, */
/* .info-hotspot.notRed .info-hotspot-close-wrapper { */
/*   /1* background-color: #51514e; *1/ */
/* } */

.info-hotspot .info-hotspot-header {
  background: rgb(213, 172, 41);
  width: 45px;
  height: 45px;
  border-radius: 25px;
  cursor: pointer;
  -webkit-transition: width 0.3s ease-in-out 0.5s,
    border-radius 0.3s ease-in-out 0.5s;
  transition: width 0.3s ease-in-out 0.5s, border-radius 0.3s ease-in-out 0.5s;
}

.mobile .info-hotspot .info-hotspot-header {
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

.info-hotspot.intro-hotspot .info-hotspot-header {
  width: 80px;
  height: 80px;
}

.desktop.no-touch .info-hotspot .info-hotspot-header:hover,
.desktop.no-touch .info-hotspot.visible .info-hotspot-header {
  width: 320px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  -webkit-transition: width 0.3s ease-in-out, border-radius 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, border-radius 0.3s ease-in-out;
}

.desktop.no-touch .info-hotspot.intro-hotspot .info-hotspot-header:hover,
.desktop.no-touch .info-hotspot.intro-hotspot.visible .info-hotspot-header {
  width: 340px;
}

.desktop.no-touch .info-hotspot.visible .info-hotspot-header:hover,
.desktop .info-hotspot.visible .info-hotspot-header {
  width: 320px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transition: width 0.3s ease-in-out, border-radius 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, border-radius 0.3s ease-in-out;
}

.desktop.no-touch
  .info-hotspot.intro-hotspot.visible
  .info-hotspot-header:hover,
.desktop .info-hotspot.intro-hotspot.visible .info-hotspot-header {
  width: 340px;
}

.info-hotspot .info-hotspot-icon-wrapper {
  width: 45px;
  height: 45px;
}

.mobile .info-hotspot .info-hotspot-icon-wrapper {
  width: 50px;
  height: 50px;
}

.info-hotspot.intro-hotspot .info-hotspot-icon-wrapper {
  width: 80px;
  height: 80px;
}

.info-hotspot .info-hotspot-icon {
  width: 90%;
  height: 90%;
  margin: 5%;
}

.info-hotspot .info-hotspot-title-wrapper {
  left: 40px;
  top: 0;
  width: 0;
  height: 100%;
  padding: 0;
  overflow: hidden;
  line-height: 1em;
  -webkit-transition: width 0s 0.4s, padding 0s 0.4s;
  transition: width 0s 0.4s, padding 0s 0.4s;
}

.info-hotspot.intro-hotspot .info-hotspot-title-wrapper {
  left: 80px;
  height: 80px;
}

.desktop .info-hotspot.visible .info-hotspot-title-wrapper,
.desktop.no-touch
  .info-hotspot
  .info-hotspot-header:hover
  .info-hotspot-title-wrapper {
  display: flex;
  width: 260px;
  -webkit-transition: width 0s 0.4s, padding 0s 0.4s;
  transition: width 0s 0.4s, padding 0s 0.4s;
}

.info-hotspot .info-hotspot-title-wrapper:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.info-hotspot .info-hotspot-title {
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 0.88rem;
  color: #fff;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.info-hotspot.intro-hotspot .info-hotspot-title {
  font-size: 20px;
}

.info-hotspot .info-hotspot-close-wrapper {
  position: absolute;
  left: 320px;
  top: 0;
  height: 45px;
  width: 45px;
  border-top-right-radius: 5px;
  background-color: rgb(213, 172, 41);
  visibility: hidden;
  -ms-transform: perspective(200px) rotateY(90deg);
  -webkit-transform: perspective(200px) rotateY(90deg);
  transform: perspective(200px) rotateY(90deg);
  -ms-transform-origin: 0 50% 0;
  -webkit-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0;
  -webkit-transition: -ms-transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s,
    transform 0.3s 0.3s, visibility 0s 0.6s;
  transition: -ms-transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s,
    transform 0.3s 0.3s, visibility 0s 0.6s;
}

.info-hotspot.intro-hotspot .info-hotspot-close-wrapper {
  left: 300px;
  border-radius: 5px;
  -ms-transform: perspective(200px) rotateY(-90deg);
  -webkit-transform: perspective(200px) rotateY(-90deg);
  transform: perspective(200px) rotateY(-90deg);
  -ms-transform-origin: 0 50% 0;
  -webkit-transform-origin: 0 50% 0;
  transform-origin: right;
}

.desktop .info-hotspot.visible .info-hotspot-close-wrapper {
  visibility: visible;
  -ms-transform: perspective(200px) rotateY(0deg);
  -webkit-transform: perspective(200px) rotateY(0deg);
  transform: perspective(200px) rotateY(0deg);
  -webkit-transition: -ms-transform 0.3s, -webkit-transform 0.3s, transform 0.3s,
    visibility 0s 0s;
  transition: -ms-transform 0.3s, -webkit-transform 0.3s, transform 0.3s,
    visibility 0s 0s;
}

.info-hotspot .info-hotspot-close-icon {
  width: 70%;
  height: 70%;
  margin: 15%;
}

.info-hotspot .info-hotspot-text {
  position: absolute;
  width: 365px;
  height: auto;
  top: 45px;
  left: 0;
  padding: 10px 10px;
  background-color: white;
  z-index: 3;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow-y: auto;
  visibility: hidden;
  /* rotate(90deg) causes transition flicker on Firefox 58 */
  -ms-transform: perspective(200px) rotateX(-89.999deg);
  -webkit-transform: perspective(200px) rotateX(-89.999deg);
  transform: perspective(200px) rotateX(-89.999deg);
  -ms-transform-origin: 50% 0 0;
  -webkit-transform-origin: 50% 0 0;
  transform-origin: 50% 0 0;
  -webkit-transition: -ms-transform 0.3s, -webkit-transform 0.3s, transform 0.3s,
    visibility 0s 0.3s;
  transition: -ms-transform 0.3s, -webkit-transform 0.3s, transform 0.3s,
    visibility 0s 0.3s;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.info-hotspot .info-hotspot-text h2 {
  font-weight: bold;
}

.info-hotspot .info-hotspot-text p {
  margin-bottom: 10px;
  margin-top: 5px;
}

.info-hotspot .info-hotspot-text ul {
  list-style-type: square;
  font-size: 100%;
  font: inherit;
  margin: 5px 5px 10px 0px;
  padding-left: 25px;
}

.info-hotspot .info-hotspot-text ul > * {
  padding: 0.15rem;
}

.info-hotspot-text ul li::marker {
  padding-top: 1em;
}

.info-hotspot.intro-hotspot .info-hotspot-text {
  top: 80px;
  width: 340px;
}

.desktop .info-hotspot.visible .info-hotspot-text {
  visibility: visible;
  box-shadow: 0px 1px 3px black;
  -ms-transform: perspective(200px) rotateX(0deg);
  -webkit-transform: perspective(200px) rotateX(0deg);
  transform: perspective(200px) rotateX(0deg);
  -webkit-transition: -ms-transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s,
    transform 0.3s 0.3s, visibility 0s 0s;
  transition: -ms-transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s,
    transform 0.3s 0.3s, visibility 0s 0s;
}

/* Info hotspot modal */

.desktop .info-hotspot-modal {
  display: none;
}

.instruct-modal {
  display: initial !important;
}

.info-hotspot-modal {
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 11000 !important;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 1.2em;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in-out 0.5s, visibility 0s 0.7s;
  transition: opacity 0.2s ease-in-out 0.5s, visibility 0s 0.7s;
}

.info-hotspot-modal.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0s 0s;
  transition: opacity 0.2s ease-in-out, visibility 0s 0s;
}

#intro-pop > .instruct-wrapper {
  height: 100%;
  max-width: 1100px;
  min-width: 600px;
  display: flex;
  width: 100%;
}

#intro-pop .instruct-wrapper .info-hotspot-text .instruct-content {
  padding: 2rem 4rem;
  font-size: 1.25rem;
}

#disclaimer-pop > .instruct-wrapper {
  height: 100%;
  /* max-width: 900px; */
  display: flex;
  width: 100%;
}

#disclaimer-pop .instruct-wrapper .info-hotspot-text .disclaim-content {
  padding: 2rem 4rem;
  font-size: 1.25rem;
}

.instruct-content p {
  text-align: center;
}

.instruct-wrapper {
  margin: 0 auto;
  display: flex;
  max-width: 1150px;
  flex-direction: column;
  justify-content: center;
}

.instruct-wrapper > * {
  width: 100%;
}

.info-hotspot-modal .info-hotspot-header {
  width: auto;
  background-color: rgba(200, 16, 46);
  opacity: 0;
  box-shadow: 0px 0px 3px 0px black;
  position: relative;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease-in-out 0.2s;
  transition: opacity 0.3s ease-in-out 0.2s;
}

.info-hotspot-modal.visible .info-hotspot-header {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out 0.2s;
  transition: opacity 0.3s ease-in-out 0.2s;
}

.info-hotspot-modal .info-hotspot-icon-wrapper {
  width: 50px;
  height: 50px;
}

.info-hotspot-modal .info-hotspot-icon {
  width: 90%;
  height: 90%;
  margin: 5%;
}

.instruct-wrapper .info-hotspot-icon {
  visibility: hidden;
}

.info-hotspot-modal .info-hotspot-title-wrapper {
  top: 0;
  left: 50px;
  right: 50px;
  width: auto;
  height: 50px;
  padding: 5px 10px;
  color: #fff;
}

.info-hotspot-modal .info-hotspot-title {
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.info-hotspot-modal .instruct-wrapper .info-hotspot-title {
  font-size: 28px;
  line-height: 1;
  text-align: center;
  max-width: 500px;
  display: flex;
}

.info-hotspot-modal.consider .instruct-wrapper .info-hotspot-title {
  max-width: 600px;
}

.info-hotspot-modal .info-hotspot-close-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: rgb(92, 7, 22);
  background-color: rgba(92, 7, 22, 0.8);
  cursor: pointer;
}

.info-hotspot-modal .info-hotspot-close-icon {
  width: 70%;
  height: 70%;
  margin: 15%;
}

.info-hotspot-modal .info-hotspot-text {
  /* position: relative;
  top: 60px;
  bottom: 10px;
  left: 0px;
  right: 10px; */
  padding: 10px;
  color: black;
  background-color: white;
  overflow-y: auto;
  opacity: 0;
  box-shadow: 0px 0px 3px 0px black;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.info-hotspot-modal .info-hotspot-text {
  margin-bottom: 10px;
  line-height: 1.05;
}

.info-hotspot-modal.visible .info-hotspot-text {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out 0.4s;
  transition: opacity 0.3s ease-in-out 0.4s;
}

.info-hotspot-modal .info-hotspot-text p {
  margin: 0 0 30px 0;
}

.info-hotspot-modal .info-hotspot-text ol {
  font-size: 20px;
  line-height: 1.2;
  padding: 8px 28px;
}

.info-hotspot-modal .info-hotspot-text li {
  display: list-item;
  list-style-type: decimal;
  margin-bottom: 16px;
}

.info-hotspot-modal.instruct-modal.consider .instruct-wrapper {
  width: 100%;
  height: 100%;
  /* height: calc(100% - 80px); */
}

.info-hotspot-modal .instruct-wrapper .info-hotspot-text .instruct-content {
  margin: 0 auto;
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  padding: 2%;
}

.info-hotspot-modal.consider
  .instruct-wrapper
  .info-hotspot-text
  .instruct-content {
  max-width: initial;
  margin: 0 10px;
  font-size: 22px;
}

.info-hotspot-modal.consider .info-hotspot-text .instruct-content h2 {
  font-size: 24px;
  color: rgba(200, 16, 46);
  margin-bottom: 5px;
}

.info-hotspot-modal .info-hotspot-text .instruct-content ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
  padding: 2% 15%;
}

@media only screen and (max-width: 1000px) {
  .info-hotspot-modal .info-hotspot-text .instruct-content ul {
    padding: unset;
  }
}

.info-hotspot-modal:not(#intro-pop) .info-hotspot-text .instruct-content li {
  list-style-type: disc;
  margin-left: 1rem;
}

#intro-pop .info-hotspot-text .instruct-content li {
  list-style-type: none;
}

.info-hotspot-text .instruct-content > ul li .wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}

.info-hotspot-text .instruct-content > ul li .wrapper > * {
  margin-left: 0;
  margin-bottom: 0.6rem;
}

.info-hotspot-text .instruct-content > ul li .wrapper > .inline-img,
.info-hotspot-text .instruct-content > ul li .wrapper > div:not(.rounded) {
  width: 40px;
  height: 40px;
}

.info-hotspot-text .instruct-content > ul li .wrapper > span {
  /* padding-left: 1rem; */
  position: relative;
  left: 1rem;
}

.sidebar-instructions {
  padding-top: 15px;
}

.scenes .sidebar-instructions ul {
  list-style-type: none;
  margin-left: 20px;
  padding: 2px 10px 0px 8px;
  font-size: 14px;
}

.scenes .sidebar-instructions ul:last-of-type(li) {
  padding: 2px 10px 10px 8px;
}

.scenes .sidebar-instructions ul.controls {
  margin-left: 20px;
}

.sidebar-instructions li {
  display: list-item;
  margin-bottom: 10px;
  line-height: 1.1;
}

.sidebar-instructions .title {
  padding-bottom: 0.3rem;
  font-style: italic;
  margin: 0 2.2rem 0 0.4rem;
  border-bottom: 1px solid red;
}

.title.US-padup {
  padding-top: 1rem;
}

.title .section {
  font-weight: bold;
}

.sidebar-instructions > ul {
  margin-top: 0.75rem;
}

.sidebar-instructions .side-li > .wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.sidebar-instructions .side-li > .wrapper span {
  margin-left: 0.5rem;
}

.inline-img:not(.b) {
  width: 30px;
  height: 30px;
  margin-left: -1.2em;
  margin-right: 0.2em;
  margin-bottom: -0.1em;
  filter: invert();
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  font-weight: bolder;
  font-size: 1rem;
  border-radius: 6px;
  color: white;
  background-color: rgba(200, 16, 46);
}

.rounded {
  border-radius: 100%;
  color: white;
}

table,
td,
th {
  border: 1px solid black;
  padding: 4px;
}

td {
  font-size: 1rem;
  padding: 0.25rem 1rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1rem;
  line-height: 1.2rem;
}

tr:nth-child(even) {
  background: #e8ebf5;
}

tr:nth-child(odd) {
  background: #cdd4ea;
}

td:nth-child(1) {
  width: 20%;
}

td:nth-child(2) {
  width: 50%;
}

tr:first-child {
  font-weight: bold;
  background-color: #e7e6e6;
}

.info-hotspot-modal.consider .info-hotspot-text .instruct-content ul {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}

.info-hotspot-modal.consider .info-hotspot-text .instruct-content ul li {
  margin-bottom: 10px;
}

.info-hotspot-modal.consider
  .info-hotspot-text
  .instruct-content
  ul
  li:last-child {
  margin-bottom: 0px;
}

/* Center is at margin-left: -20px */

.embbeded {
  position: relative;
  /* cursor: pointer; */
  z-index: -10;
  width: 150px;
  height: 150px;
}

.revealed .embbeded {
  display: none;
}

#toggleHunt {
  width: 100%;
}

#instructions,
#sceneDesc {
  font-size: large;
  padding: 5px;
  padding-top: 0px;
  margin-bottom: 3px;
  color: black;
}

#instructions h2,
#sceneDesc h2 {
  font-size: x-large;
  padding: 0 0 10px 0;
}

.inlineImg {
  height: 1em;
  top: 10px;
  filter: invert(1);
}

.sidebarText {
  display: none;
}

.sidebarText.current {
  display: block;
}

.minimapImg {
  margin: 5px;
  border-radius: 2%;
}

img[usemap],
map area {
  outline: none;
}

.hunt-controls {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 2px auto;
}

.hunt-control {
  display: flex;
  width: 50%;
  margin: auto;
  align-items: center;
  justify-content: center;
}

.hunt-control button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 45px;
  font-size: 16px;
  font-weight: bolder;
  border-radius: 6px;
  color: white;
  background-color: rgba(200, 16, 46);
}

.hunt-control button:hover {
  cursor: pointer;
  background-color: rgb(218, 49, 77);
}

.hunt-control button.enabled {
  color: rgba(200, 16, 46);
  background-color: rgb(233, 233, 233);
  border: 3px solid rgba(200, 16, 46);
}

.locale-switch {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  display: block;
  background: white;
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  border-radius: 1rem;
  transition: all 0.2s linear;
  opacity: 0.5;
}

.locale-switch:hover {
  opacity: 1;
}


.disclaimer-btn{
  position: absolute;
  bottom: 0.5rem;
  right: 5rem;
  display: block;
  background: white;
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  border-radius: 1rem;
  transition: all 0.2s linear;
  opacity: 0.5;
}

.disclaimer-btn:hover {
  opacity: 1;
}

.tippy-box[data-theme~="light"] {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-size: 0.75rem;
}

.tippy-box[data-theme~="light"][data-placement^="top"] > .tippy-arrow::before {
  border-top-color: rgb(255, 255, 255);
}

.tippy-box[data-theme~="light"][data-placement^="bottom"]
  > .tippy-arrow::before {
  border-bottom-color: rgb(255, 255, 255);
}

.tippy-box[data-theme~="light"][data-placement^="left"] > .tippy-arrow::before {
  border-left-color: rgb(255, 255, 255);
}

.tippy-box[data-theme~="light"][data-placement^="right"]
  > .tippy-arrow::before {
  border-right-color: rgb(255, 255, 255);
}
