#hotspot-camera-view-demo {
}

.Hotspot {
    background: transparent;
    border: solid 2px white;
    animation: kedip 2s;
    animation-iteration-count: infinite;
    box-sizing: border-box;
    cursor: pointer;
    height: 24px;
    padding: 8px;
    position: relative;
    transition: opacity 0.3s;
    width: 24px;
    border-radius: 16px;
  }
  
  .Hotspot:not([data-visible]) {
    background: transparent;
    border: 4px solid #fff;
    box-shadow: none;
    height: 32px;
    pointer-events: none;
    width: 32px;
  }
  
  .Hotspot:focus {
    border: 4px solid rgb(0, 128, 200);
    height: 32px;
    outline: none;
    width: 32px;
  }
  
  .Hotspot > * {
    opacity: 1;
    transform: translateY(-50%);
  }
  
  .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: 15px;
    font-weight: 700;
    left: calc(100% + 1em);
    overflow-wrap: break-word;
    position: absolute;
    top: 50%;
    width: 0px;
    height: 0px;
    text-align: left;
    overflow: hidden;
    opacity: 0;
    display: flex;
    
  }
  .HotspotAnnotation .item-img {
    width: 250px;
    background-color: white;
  }
  .HotspotAnnotation .item-detail {
    background-color: rgb(0, 128, 200);
    color: white;
    padding-left: 10px;
    padding-top: 10px;
    font-size: 14px;
  }
  .HotspotAnnotation .item-detail h3 {
    color: #DADCE0;
    padding-bottom: 20px;
  }
.HotspotAnnotation .item-img img {
    max-width: 200px;
    max-height: 200px;
}
  
  .Hotspot:not([data-visible]) > * {
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(-50% + 4px));
    transition: transform 0.3s, opacity 0.3s;
  }
  
  
  #ar-button {
    background-image: url(ar_icon.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 12px 50%;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    bottom: 16px;
    padding: 0px 16px 0px 40px;
    font-family: Roboto Regular, Helvetica Neue, sans-serif;
    font-size: 14px;
    color:#4285f4;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    border: 1px solid #DADCE0;
  }
  
  #ar-button:active {
    background-color: #E8EAED;
  }
  
  #ar-button:focus {
    outline: none;
  }
  
  #ar-button:focus-visible {
    outline: 1px solid #4285f4;
  }
  .animated{

    width: 600px;
    height: 200px;
    animation-name: buka;
    animation-duration: 1s;
    opacity: 1;

}

/* media screen 768px */
@media screen and (max-width: 768px) { 
  .Hotspot {
    background: transparent;
    border-radius: 8px;
    border: solid 1px white;
    animation: kedip_min 2s;
    animation-iteration-count: infinite;
    box-sizing: border-box;
    cursor: pointer;
    height: 2px;
    padding: 2px;
    position: relative;
    transition: opacity 0.3s;
    width: 8px;
  }
  
  /* anotation-hotspot */
.HotspotAnnotation{
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: rgba(0, 0, 0, 0.8);
  font-family: Futura, Helvetica Neue, sans-serif;
  font-size: 10px;
  font-weight: 700;
  overflow-wrap: break-word;
  position: absolute;
  top: 50%;
  width: 0px;
  height: 0px;
  text-align: left;
  overflow: hidden;
  opacity: 0;
  display: block;
  
}
.HotspotAnnotation .item-img {
  background-color: white;
  width: 200px;
}
.HotspotAnnotation .item-detail {
  background-color: rgb(0, 128, 200);
  color: white;
  padding-top: 10px;
  width: 100;
  word-wrap: break-word;
}
.HotspotAnnotation .item-detail h3 {
  color: #DADCE0;
  padding-bottom: 20px;
  
}
.HotspotAnnotation .item-img img {
  max-width: 200px;
  max-height: 65px;
  margin-left: 50px;
}
/* endAnotation */
.progress-bar {
  display: block;
  width: 33%;
  height: 10%;
  max-height: 2%;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 25px;
  box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.5), 0px 0px 5px 1px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 0, 0, 0.5);
  background-color: green;
}

.progress-bar.hide {
  visibility: hidden;
  transition: visibility 0.3s;
}

.update-bar {
  background-color: rgba(255, 255, 255, 0.9);
  width: 0%;
  height: 100%;
  border-radius: 25px;
  float: left;
  transition: width 0.3s;
}
.animated{

  width: 250px;
  height: 400px;
  animation-name: buka;
  animation-duration: 1s;
  opacity: 1;
  left: 0px;

}
.animated-close{
  animation-name: tutup;
  animation-duration: 1s;
}
}
/* end768px */

  /* Animation */

 
.animated-close{
    animation-name: tutup;
    animation-duration: 1s;
}

  @keyframes buka {
    0% {
        width: 0px;
        height: 0px;
    }
    50% {
        width: 600px;
        height: 1px;
    }
    100% {
        width: 600px;
        height: 400px;
    }
  }
  
  @keyframes tutup {
    0% {
        width: 600px;
        height: 400px;
    }
    50% {
        width: 600px;
        height: 1px;
    }
    100% {
        width: 0px;
        height: 0px;
    }
  }
  @keyframes kedip {
    0% {
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.692);
        height: 20px;
        width: 20px;
        border: solid 1px white;
    }
    50% {
       box-shadow: 0px 4px 10px 10px rgba(255, 255, 255, 0.692);
       height: 20px;
       width: 20px;
       border: solid 2px white;
    }
    100% {
        box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.692);
        height: 20px;
        width: 20px;
        border: solid 1px white;
    }
  }
  @keyframes kedip_min {
    0% {
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.692);
        height: 12px;
        width: 12px;
        border: solid 1px white;
    }
    50% {
       box-shadow: 0px 4px 10px 10px rgba(255, 255, 255, 0.692);
       height: 12px;
       width: 12px;
       border: solid 2px white;
    }
    100% {
        box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.692);
        height: 12px;
        width: 12px;
        border: solid 1px white;
    }
  }
  @keyframes slide_up{
    0%{
      transform: translateY(500px);
    }
    100%{
      transform: translateY(0px);
    }
  }