/* $primary:#008c78; */
/* $secondary:#007463; */
/* $success:#00ccad; */
/* $danger:#fb6d51; */
/* $info:#A2D5F2; */
/* $warning:#e7c01f; */
/* $light:#FAFAFA; */
/* $dark:#4e4e4e; */

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

#overlay {
  background-color: #008c78;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

viewer-container {
  position: relative;
  width: 100%;
  flex: 1;
  display: flex;
}

viewer-container>model-viewer {
  border: 0;
  width: 100%;
  height: 100%;
  flex: 1;
}

full-page, #overlay {
  z-index: 0 !important;
  left: 0;
  width: 100%;
  height: -moz-calc(100%);
  /* Firefox */
  height: -webkit-calc(100%);
  /* Chrome, Safari */
  height: calc(100vh);
  /* IE9+ and future browsers */
  display: flex;
  flex-direction: column;
  height: 100%;
  position: fixed;
}
brand-logo {
  z-index: 999 !important;
  display: grid;
  position: fixed;
  right: 0px;
  margin: 10px;
  background-color: white;
  border-radius: 5px;
}
brand-logo > img {
  margin: 5px;
  width: 100px;
  height: auto;
}

bottom-left-menu {
  display: grid;
  position: fixed;
  bottom: 20px;
  left: 20px;
}

top-left-menu {
  display: grid;
  position: fixed;
  top: 20px;
  left: 20px;
}

bottom-left-menu > .btn {
 margin: 5px;
}

top-left-menu > .btn {
  margin: 5px;
 }

.hotspot,
.zoneHotSpot {
  --min-hotspot-opacity: 0.25;
  cursor: zoom-in;
}

.hotspot .morphing-hotspot,
.zoneHotSpot .morphing-hotspot {
  border: none;
  cursor: zoom-in;
}

button.disabled {
  opacity: 0.65;
  cursor: not-allowed !important;
}

.displaynone {
  display: none;
}

.hotspotAnnotation {
  position: absolute;
  transform: translate(32px, 0px);
  padding: 12px;
}

.hotspotAnnotation.slim {
  padding-top: 6px!important;
  padding-bottom: 6px!important;
  transform: translate(32px, 6px)!important;
  border-radius: 12px!important;
  border: 1px!important;
  border-style: solid!important;
  border-color: #008c78!important;
  background-color: white!important;
  color: #008c78!important;
}

@-webkit-keyframes morphing-hotspot {
  0% {
    transform: rotateZ(0);
    border-radius: 20%;
  }

  50% {
    transform: rotateZ(45deg);
    border-radius: 50%;
  }

  100% {
    transform: rotateZ(90deg);
    border-radius: 20%;
  }
}

@keyframes morphing-hotspot {
  0% {
    transform: rotateZ(0);
    border-radius: 20%;
  }

  50% {
    transform: rotateZ(45deg);
    border-radius: 50%;
  }

  100% {
    transform: rotateZ(90deg);
    border-radius: 20%;
  }
}

.morphing-hotspot {
  width: 36px;
  height: 36px;
  position: relative;
  -webkit-animation: morphing-hotspot 2s linear infinite;
  animation: morphing-hotspot 2s linear infinite;
}

.morphing-hotspot,
.morphing-hotspot:before {
  background-color: rgba(231, 192, 31, 0.6);
  box-shadow: 0 0 6px 4px rgba(231, 192, 31, 0.4);
}
.morphing-hotspot:before {
  background-color: rgba(231, 192, 31, 1);
}

.hotspot.visited .morphing-hotspot,
.hotspot.visited .morphing-hotspot:before,
.zoneHotSpot.visited .morphing-hotspot,
.zoneHotSpot.visited .morphing-hotspot:before {
  visibility: hidden;
  /* background-color: rgba(150, 150, 150, 0.6);
  box-shadow: 0 0 6px 4px rgba(75, 75, 75, 0.4);
  -webkit-animation: morphing-hotspot 0s linear 1 !important;
  animation: morphing-hotspot 0s linear 1 !important;
  border-radius: 20% !important; */
}
.hotspot.visited .morphing-hotspot:before,
.zoneHotSpot.visited .morphing-hotspot:before {
  visibility: hidden;
  /* background-color: rgba(150, 150, 150, 1); */
}

.hotspot.visited .badge {
  background-color: rgba(150, 150, 150, 1)!important;
}

.morphing-hotspot:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  content: "";
  display: block;
}

.hotspot-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 7px;
}

.toast {
  background-color: white!important;
}

.offcanvas-bottom {
  height: 50vh!important;
}

.over-parent{
  position: relative;
}

.over-img{
  position: absolute;
  top: 0px;
  right: 12px;
  padding-left: 5px;
  padding-right: 5px;
  color: black;
}

.accordion-button.visited span i,
.over-img.visited,
.hotspot.visited .hotspot-icon,
.zoneHotSpot.visited .hotspot-icon {
  opacity: 50%;
}

.accordion-button.active span i,
.over-img.active,
.hotspot.active .hotspot-icon,
.zoneHotSpot.active .hotspot-icon {
  opacity: 100%!important;
  color: #e7c01f!important;
}

.accordion-button.active {
  background-color: #e7bf1f70!important;
}

.zoneHotSpot.active .badge {
  background-color: #e7bf1f!important;
}

.progress-container {
  width: 100%;
  background-color: transparent;
  height: 5px;
  display: block;
}
.progress-bar {
  background-color: #008c78;
  width: 0%;
  display: block;
  height: inherit;
}

@media screen and (min-width: 1280px) and (max-width: 1920px) { 
  .hotSpotContainer {
    padding-right: 5%!important;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2560px) { 
  .hotSpotContainer {
    padding-right: 10%!important;
  }
}
@media screen and (min-width: 2560px) { 
  .hotSpotContainer {
    padding-right: 20%!important;
  }
}
@media screen and (min-height: 700px) and (max-height: 900px) { 
  .hotSpotContainer {
    padding-bottom: 5%!important;
  }
}
@media screen and (min-height: 900px) and (max-height: 1200px) { 
  .hotSpotContainer {
    padding-bottom: 7%!important;
  }
}
@media screen and (min-height: 1200px) { 
  .hotSpotContainer {
    padding-bottom: 10%!important;
  }
}

@media screen and (max-width: 575px) { 
  .toast {
    width: 100vw!important;
  }
  .p-3 {
    padding: 0rem!important;
  }
}

.icon {
  display: inline-block;
  width: 28px;
  height: auto;
  overflow: hidden;
}