:root {
  --main-color: #116DFF;
  --light-gray: #EBEBEB;
  --border-radius: 10px;
  --page-border: 25px;
}

html,
body {
  height: 100%;
  margin: 0;
}

#panorama {
  margin: 0;
  height: 100%;
}

.dialog-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 40px;
  border-radius: var(--border-radius);
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

#open-dialog-btn {
  background-color: transparent;
  border-color: transparent;
  color: white;
  bottom: var(--page-border);
  font-size: 12.5px;
}

.absolute-btn {
  z-index: 10;
}

.btn {
  border-radius: var(--border-radius);
  z-index: 10;
  padding: 10px;
  cursor: pointer;
}

.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 40px 20px 30px;

  color: white;
  font-size: 12.5px;
  position: absolute;
  width: 100%;
  z-index: 10;
  bottom: 0px;
}

.sub-container {
  display: flex;
  justify-content: start;
  align-items: center;

  width: fit-content;
  block-size: fit-content;
}

.icon {
  width: 40px;
}

body {
  font-family: "NotoSans", sans-serif;
}

.dialog-btn {
  background-color: var(--main-color) !important;
  color: #fff;
  border: none;
  padding: 13px 20px;
  cursor: pointer;
  margin-top: 10px;
  font-size: 16px;
  width: 260px;
  height: 44px;
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.25);
  border-radius: var(--border-radius);
}

.custom-hotspot,
.custom-hotspot-disabled {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #116DFF;
  transition: border 0.3s ease;
  box-sizing: border-box;
  border: 2px solid #116DFF;
}

.custom-hotspot-disabled {
  background-color: grey;
  border: grey;
  pointer-events: none;
}

.custom-hotspot:hover {
  border: 2px solid white;
}

/* Styles for the plus symbol */
.custom-hotspot::before,
.custom-hotspot::after {
  content: '';
  position: absolute;
  height: 14px;
  width: 2px;
  background-color: white;
}

.custom-hotspot::before {
  transform: rotate(90deg);
}

/* Positioning the plus symbol */
.custom-hotspot::before,
.custom-hotspot::after {
  top: calc(50% - 7px);
  /* Half the height of the plus symbol */
  left: calc(50% - 1px);
  /* Half the width of the plus symbol */
}

div.custom-tooltip span {
  position: absolute;
  border-radius: 50px;
  background-color: #116DFF;
  font-family: 'Noto Sans', sans-serif;
  font-size: small;
  color: white;
  transition: border 0.3s ease;
  opacity: 1;
  text-align: center;
  max-width: 200px;
  padding: 5px 12px;
  margin-left: -220px;
  cursor: default;
}

div.custom-hotspot-disabled span {
  background-color: grey;
  opacity: 1;
}

div.custom-tooltip:hover span {
  border: 2px solid white;
}

.pnlm-panorama-info {
  visibility: hidden;
}

.pnlm-about-msg {
  display: none !important;
}

.pnlm-load-box {
  background-color: transparent;
  display: none !important;
}

.pnlm-lbox,
.pnlm-lbar {
  visibility: hidden;
}

.pnlm-fullscreen-toggle-button,
.pnlm-fullscreen-toggle-button-inactive {
  visibility: hidden;
}

.pnlm-orientation-button,
.pnlm-orientation-button-inactive {
  visibility: hidden;
}

.hidden {
  display: none !important;
}

.loader-content {
  gap: 10px;
  font-size: 14px;
  width: fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

@keyframes fillAnimationSvg {
  60% {
    stroke: #ffffff;
    display: block;
    stroke-dashoffset: 0;
  }

  61% {
    stroke: transparent;
    display: none;
    stroke-dashoffset: 0
  }

  100% {
    stroke: transparent;
    stroke-dashoffset: 0;
  }
}

@keyframes backgroundAnimation {
  60% {
    border-radius: 0px;
    background-color: transparent;
  }

  61% {
    border-radius: 0px;
    background-color: white;
  }

  80% {
    background-color: white;
    border-radius: 20px;
  }

  100% {
    background-color: white;
    border-radius: 20px;
  }
}

@keyframes logoAnimation {
  0% {
    transform: scale(0);
  }

  60% {
    transform: scale(0);
  }

  80% {
    transform: scale(1.2);
  }

  85% {
    transform: scale(0.9);
  }

  90% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}


@keyframes bounceScaleDown {

  0% {
    transform: scale(1);
  }

  60% {
    transform: scale(1.4);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}


.shape {
  width: 100px;
  height: 100px;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  stroke-width: 16px;
  fill: transparent;
  stroke: #ffffff;
  animation: fillAnimationSvg 2s forwards;
}


.background {
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100px;
  height: 100px;
  position: absolute;
  background-color: transparent;
  animation: backgroundAnimation 2s forwards;
}

.background>img {
  width: 60%;
  animation: logoAnimation 2s ease-in-out;
}

svg {
  transform: rotate(-90deg);
}

#splash-screen {
  font-family: "NotoSans", sans-serif;
  text-align: center;
  color: white;
  z-index: 100;
  opacity: 1;
  transition: opacity 1s ease-out;
  position: fixed;
  background-color: #116DFF;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fade-out {
  animation: fadeOut 1s ease-out forwards;
}

.bounce-out {
  animation: bounceScaleDown 0.8s ease-out forwards;
}