:not(:defined) > * {
  display: none;
}

html {
  height: 100%;
}


@media not all and (min-resolution: 0.001dpcm) {
  body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position:absolute;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    width:100%;
    height:100%;
  
    border:none;
    margin:0;
    padding:0;
    overflow:hidden;
    z-index:999999;
  }
  
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

model-viewer {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}


.Hotspot {
  background: #fff;
  border-radius: 12px;
  border: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  height: 15px;
  padding: 2px;
  position: relative;
  transition: opacity 0.3s;
  width: 15px;
  z-index: 50;
}
 

.Hotspot:not([data-visible]) {
  background: transparent;
  border: 4px solid #fff;
  box-shadow: none;
  height: 15px;
  pointer-events: none;
  width: 15px;
}
/*

.Hotspot:focus {
  border: 2px solid rgb(0, 128, 200);
  height: 15px;
  outline: none;
  width: 15px;
}
*/

.Hotspot > * {
  opacity: 1;
  transform: translateY(-50%);
}
.AnnotationArea{
  display: block;
  left: calc(100% + 0.5em);
  max-width: 350px;
  position: absolute;
  top: -5px;
  width: max-content;
  z-index: 5500;
}

.HotspotAnnotation{
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: rgba(0, 0, 0, 0.8);
  display: block;
  font-family: Futura, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 700;
  left: 0px;
  max-width: 350px;
  padding: 0.5em 1em;
  position: absolute;
  top: 0px;
  width: max-content;

}
.Annotation{
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: rgba(0, 0, 0, 0.8);
  display: none;
  font-family: Futura, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 700;
  left: 0px;
  max-width: 250px;
  padding: 0.5em 1em;
  position: absolute;
  top: 28px;
  width: max-content;
  text-align: left;
  z-index:999999;
}

/* 

.Hotspot:not([data-visible]) > * {
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(-50% + 4px));
  transition: transform 0.3s, opacity 0.3s;
}
*/
/* Close Button */



.close-classic:after {
  content: 'X'; /* ANSI X letter */
}

.close-thin:after {
  content: '×'; /* UTF-8 symbol */
}

.close-thik:after {
  content: '✖'; /* UTF-8 symbol */
}


/*
@media only screen and (min-width: 769px) {
.Annotation{
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: rgba(0, 0, 0, 0.8);
  display: block;
  font-family: Futura, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 700;
  right: 45px;
  max-width: 300px;
  padding: 0.4em 0.4em;
  min-height: 15px;
  position: absolute;
  top: 10px;
  z-index: 550;
}
*/

[class*='close-'] {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: rgba(0, 0, 0, 0.8);
  display: block;
  font-family: Futura, Helvetica Neue, sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-align:center;
  left: -18px;
  position: absolute;
  top: 0px;
  min-height: 15px;
  min-width: 15px;
}

/*

}

@media only screen and (max-width: 768px) {

.Annotation{
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: rgba(0, 0, 0, 0.8);
  display: block;
  font-family: Futura, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 700;
  right: 15px;
  max-width: 300px;
  padding: 0.5em 1em;
  position: absolute;
  top: 10px;
  z-index: 50;
}

[class*='close-'] {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: rgba(0, 0, 0, 0.8);
  display: block;
  font-family: Futura, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align:center;
  right: 10px;
  height: 25px;
  width: 15px;
  padding: 0.4em 0.5em;
  position: absolute;
  top: 10px;
  z-index: 300;
}
*/
}