.ggskin {
  font-family: Archivo, sans-serif;
  font-size: 14px;
  line-height: normal;
}

.Archivo {
  font-family: Archivo, sans-serif;
}

.ggmarkdown p,
.ggmarkdown h1,
.ggmarkdown h2,
.ggmarkdown h3,
.ggmarkdown h4 {
  margin-top: 0px;
}
.ggmarkdown {
  white-space: normal;
}

.hotspot_name {
  box-sizing: border-box;
  width: 100%;
  max-height: 100%;
  pointer-events: none;
  text-align: center;
  position: absolute;
  transform: translate(0, -50%);
  white-space: pre;
  padding: 0px;
  overflow: hidden;
  overflow-y: hidden;
  border: none !important;
  background-color: rgba(0, 0, 0, 0) !important;
  font-size: 30px;
  padding: 10px 0;
}

.hotspot_name div {
  overflow-y: hidden !important;
}
.cls-1 {
  color: "red";
}
.actionButtons {
  filter: brightness(0) saturate(0) contrast(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%)
    contrast(100%);
  opacity: 0.5;
}
.highlighted {
  filter: brightness(0) saturate(100%) invert(37%) sepia(43%) saturate(522%) hue-rotate(347deg) brightness(97%)
    contrast(89%);
}
.selected {
  filter: brightness(0) saturate(100%) invert(37%) sepia(43%) saturate(522%) hue-rotate(347deg) brightness(97%)
    contrast(89%);
}

#hotspot {
  cursor: pointer !important;
}

#viewer {
  cursor: pointer !important;
}

html * {
  cursor: pointer !important;
}

.Map {
  transition: transform 0.6s ease;
  /* backdrop-filter: blur(40px); */
  border-top-left-radius: 10px;
}

.Map.Closed {
  transform: translate(0px, calc(100% + 4px));
}

.Room-Name {
  height: 100px !important;
  width: 300px !important;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(40px);
  border-bottom-left-radius: 10px;
}

.Portrait .Map {
  width: 100% !important;
  height: calc(width * 0.57) !important;
  border-top-left-radius: 0px;
}
.Portrait .Map.Closed {
  transform: translate(0px, calc(100% + 4px));
}

.Portrait .Room-Name {
  height: 50px !important;
}

.Portrait .Logo {
  width: 50px !important;
  height: 42px !important;
}
