.hotspot-spot-icon {
  width: 30px;
  height: auto;
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.hotspot-spot-icon img {
  width: 100%;
  height: auto;
}

.hotspot-spot-container {
    display: none;
    position: absolute;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    width: 17%;
    padding: 14px;
    position: absolute;
    border-radius: 6px;
    background: #fff;
    padding-bottom: 6px;
}

.hotspot-spot-container-text {
  width: calc(100% - 20px);
  font-size: 14px;
  color: #000;
  background: #fff;
  padding: 10px;
  min-height: 165px;
}
.hotspot-spot-container-bottom-text {
  bottom: 0;
  width: calc(100% - 20px);
  font-size: 14px;
  color: #000;
  background: #fff;
  padding: 10px;
}
.hotspot-spot-link {
  font-size: 14px;
  display: inline-block;
  border-radius: 5px;
  background: #ff2222;
  padding: 5px 10px;
  max-width: 100px;
  margin: auto;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.hotspot-spot-container img {
  width: 100%;
}

.hot-close-btn {
  position: absolute;
  width: 24px !important;
  top: -10px;
  right: -10px;
  cursor: pointer;
}

.hot-close-btn-full {
  position: absolute;
  width: 50px !important;
  padding: 5px 10px;
  background: #ff0000;
  color: #fff;
  top: 10px;
  right: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  border-radius: 15px;
  z-index: 1500;
  font-size: 11px;
}
#hotspot-container{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.hotspot-colorizer-container, .hotspot-spot-container-locator{
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

/* .hotspot-colorizer-container .st-close, .hotspot-spot-container-locator .st-close {
  position: absolute;
  width: 24px !important;
  top: 8px;
  right: 36px;
  cursor: pointer;
  z-index: 1500;
} */

.hotspot-colorizer{
  width: 100%;
  height: 100%;
  position: relative;
}


.hotspot-colorizer-container #upper_box{
  position: absolute;
  background-color: #000;
  width: 970px;
  height: 250px;
}

.hotspot-colorizer-container .hotspot-colorizer-image-wrapper{
    width: 100%;
    height: 100%;
    position: relative;
  }

  
 .hotspot-colorizer-btn-wrapper {
    position: absolute;
    bottom: 8px;
    right: 10px;
    z-index: 201;
    width: 40px;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    align-items: center;
}
.hotspot-colorizer-image{
  opacity: 0.5;
}
.hotspot-colorizer-btn-wrapper button{
  margin-top: 8px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.hotspot-colorizer-btn-wrapper button:hover, .hotspot-colorizer-btn-wrapper button.active{
  border: 1px solid #fff;
}

.hotspot-colorizer-btn-wrapper button.active{
  cursor: default;

}

.hotspot-colorizer-container .back{
  opacity: 0;
  z-index: 11;
}
.hotspot-colorizer-container .front{
  opacity: 0;
  z-index: 12;
}

.hotspot-colorizer-pre-image{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}